/**
 * Remove top margin from first child and bottom margin from last child.
 */
/*! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::-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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  font-family: montserrat, sans-serif;
  font-weight: 400;
}

.container--grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 768px) {
  .container--grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .container--grid {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .container--gap {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container--gap {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}

@media (min-width: 1366px) {
  .container--gap {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .container--gap-medium {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .container--gap-medium {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}
@media (min-width: 1366px) {
  .container--gap-medium {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 768px) {
  .container--gap-big {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .container--gap-big {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media (min-width: 1366px) {
  .container--gap-big {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}

.advance-cards + .btn, .wpcf7-form .advance-cards + .btn {
  margin-top: 0px;
}

.read-more {
  position: relative;
  display: flex;
  flex-direction: column;
}
.read-more__content {
  position: relative;
  height: auto;
  max-height: 0px;
  min-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: max-height linear 0.2s, opacity linear 0.2s;
}
.read-more__content.open {
  opacity: 1;
  transition: max-height linear 0.2s, opacity linear 0.2s;
}

.absolute-full {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.min-height-fix {
  min-height: 100vh;
  min-height: 100svh;
}

.height-fix {
  height: 100vh;
  height: 100svh;
}

.accordion__item__content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.pdfjs-iframe {
  max-width: 100%;
}

.lcf-loader {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 30 98 / var(--tw-border-opacity)) !important;
}

.hero-banner-gradient {
  background: linear-gradient(90deg, #FFFFFF 45%, rgba(255, 255, 255, 0) 93.26%);
}
@media (min-width: 1024px) {
  .hero-banner-gradient {
    background: linear-gradient(90deg, #FFFFFF 25%, rgba(255, 255, 255, 0) 93.26%);
  }
}

.banner-big-gradient {
  background: linear-gradient(90deg, #FFFFFF 55%, rgba(255, 255, 255, 0) 93.05%);
}
@media (min-width: 1024px) {
  .banner-big-gradient {
    background: linear-gradient(90deg, #FFFFFF 44%, rgba(255, 255, 255, 0) 93.05%);
  }
}

html body .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
  display: none;
}
html body .cky-notice-btn-wrapper .cky-btn.cky-btn-reject {
  display: none;
}
html body .cky-btn {
  cursor: pointer;
  padding: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .cky-btn:hover {
  opacity: 0.8;
}
@media (min-width: 1366px) {
  html body .cky-btn {
    border-radius: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
html body .cky-btn {
  font-weight: 400;
  border-radius: 0.375rem !important;
  border-radius: 9999px;
}

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.animation-buzz-out {
  -webkit-animation-name: buzz-out;
          animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.animation-shifting-background {
  -webkit-animation: shifting-background 30s ease infinite;
          animation: shifting-background 30s ease infinite;
}

@-webkit-keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes shifting-background {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.\!container {
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .\!container {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-left-56 {
  left: -14rem;
}
.-left-\[2\.4368055556\%\] {
  left: -2.4368055556%;
}
.-right-56 {
  right: -14rem;
}
.-top-\[69\.51\%\] {
  top: -69.51%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-11 {
  bottom: 2.75rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[24\.7058823529\%\] {
  bottom: 24.7058823529%;
}
.bottom-\[39\%\] {
  bottom: 39%;
}
.bottom-\[41\%\] {
  bottom: 41%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-12 {
  left: 3rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[17\%\] {
  left: 17%;
}
.left-\[19\.010989011\%\] {
  left: 19.010989011%;
}
.left-\[25\.6773333333\%\] {
  left: 25.6773333333%;
}
.left-\[27\%\] {
  left: 27%;
}
.left-\[27\.08333333333\%\] {
  left: 27.08333333333%;
}
.left-\[27\.09066666667\%\] {
  left: 27.09066666667%;
}
.left-\[27\.5824175824\%\] {
  left: 27.5824175824%;
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[81\.6\%\] {
  left: 81.6%;
}
.right-0 {
  right: 0px;
}
.right-12 {
  right: 3rem;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[17\.3626373626\%\] {
  right: 17.3626373626%;
}
.right-\[23\%\] {
  right: 23%;
}
.right-\[26\.8586666667\%\] {
  right: 26.8586666667%;
}
.right-\[29\.2307692308\%\] {
  right: 29.2307692308%;
}
.right-\[30\.7692307692\%\] {
  right: 30.7692307692%;
}
.right-px {
  right: 1px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[19\.2\%\] {
  top: 19.2%;
}
.top-\[34\.4117647059\%\] {
  top: 34.4117647059%;
}
.top-\[36\.7605633803\%\] {
  top: 36.7605633803%;
}
.top-\[40\%\] {
  top: 40%;
}
.top-\[82\.8\%\] {
  top: 82.8%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-5 {
  grid-column-start: 5;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-auto {
  grid-row-start: auto;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.-mt-11 {
  margin-top: -2.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-1\/2 {
  height: 50%;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[110vh\] {
  height: 110vh;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[23\.2006802721\%\] {
  height: 23.2006802721%;
}
.h-\[44\.8979591837\%\] {
  height: 44.8979591837%;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[74\.7252747253\%\] {
  height: 74.7252747253%;
}
.h-\[82px\] {
  height: 82px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[140px\] {
  max-height: 140px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[110px\] {
  min-height: 110px;
}
.min-h-\[246px\] {
  min-height: 246px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-9 {
  width: 2.25rem;
}
.w-\[10\.4104166667\%\] {
  width: 10.4104166667%;
}
.w-\[118\%\] {
  width: 118%;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[171px\] {
  width: 171px;
}
.w-\[198px\] {
  width: 198px;
}
.w-\[200vw\] {
  width: 200vw;
}
.w-\[22\.1527777778\%\] {
  width: 22.1527777778%;
}
.w-\[27\.08333333333\%\] {
  width: 27.08333333333%;
}
.w-\[30\.2293333333\%\] {
  width: 30.2293333333%;
}
.w-\[44\.592\%\] {
  width: 44.592%;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[58\.6666666667\%\] {
  width: 58.6666666667%;
}
.w-\[63\.1944444444\%\] {
  width: 63.1944444444%;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[93\.8773333333\%\] {
  width: 93.8773333333%;
}
.w-\[95px\] {
  width: 95px;
}
.w-\[97px\] {
  width: 97px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[115px\] {
  max-width: 115px;
}
.max-w-\[127px\] {
  max-width: 127px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[182px\] {
  max-width: 182px;
}
.max-w-\[189px\] {
  max-width: 189px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[72\%\] {
  --tw-translate-x: -72%;
  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-full {
  --tw-translate-x: -100%;
  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-\[7\.7434382457\%\] {
  --tw-translate-y: -7.7434382457%;
  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-\[0\%\] {
  --tw-translate-x: 0%;
  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-\[100\%\] {
  --tw-translate-x: 100%;
  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-full {
  --tw-translate-x: 100%;
  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-180 {
  --tw-rotate: 180deg;
  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-90 {
  --tw-rotate: 90deg;
  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-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.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;
}
.gap-4 {
  gap: 1rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 30 98 / var(--tw-border-opacity));
}
.border-main-184 {
  --tw-border-opacity: 1;
  border-color: rgb(184 183 183 / var(--tw-border-opacity));
}
.border-main-230 {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(235 232 229 / var(--tw-bg-opacity));
}
.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(125 125 125 / var(--tw-bg-opacity));
}
.bg-gray-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 242 / var(--tw-bg-opacity));
}
.bg-main-226 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.bg-main-231 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-main-239 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(200 16 62 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#F3F3F3\] {
  --tw-gradient-from: #F3F3F3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 243 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-mid {
  --tw-gradient-from: #F5F3F2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-40\% {
  --tw-gradient-from-position: 40%;
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-blue {
  fill: #001E62;
}
.fill-main-226 {
  fill: #E2E2E2;
}
.fill-main-30 {
  fill: #1E1E1E;
}
.fill-red {
  fill: #C8103E;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-3 {
  padding: 0.75rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-\[107\.2\%\] {
  padding-bottom: 107.2%;
}
.pb-\[17\.5\%\] {
  padding-bottom: 17.5%;
}
.pb-\[50\%\] {
  padding-bottom: 50%;
}
.pb-\[56\.1538461538\%\] {
  padding-bottom: 56.1538461538%;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pb-\[66\.6071428571\%\] {
  padding-bottom: 66.6071428571%;
}
.pb-\[66\.6666666667\%\] {
  padding-bottom: 66.6666666667%;
}
.pb-\[66\.7307692308\%\] {
  padding-bottom: 66.7307692308%;
}
.pb-\[66\.8\%\] {
  padding-bottom: 66.8%;
}
.pb-\[68\.9149560117\%\] {
  padding-bottom: 68.9149560117%;
}
.pb-\[75\%\] {
  padding-bottom: 75%;
}
.pb-\[78\.4\%\] {
  padding-bottom: 78.4%;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[max\(10\%\2c 92px\)\] {
  padding-top: max(10%,92px);
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-GTSectraFine {
  font-family: GTSectraFine, sans-serif;
}
.text-10 {
  font-size: 0.625rem;
}
.text-12 {
  font-size: 0.75rem;
}
.text-14 {
  font-size: 0.875rem;
}
.text-15 {
  font-size: 0.9375rem;
}
.text-16 {
  font-size: 1rem;
}
.text-20 {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-36 {
  font-size: 2.25rem;
}
.text-\[6\.4vw\] {
  font-size: 6.4vw;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-1\.2 {
  line-height: 1.2;
}
.leading-1\.3 {
  line-height: 1.3076923077;
}
.leading-1\.4 {
  line-height: 1.4;
}
.leading-1\.43 {
  line-height: 1.4375;
}
.leading-1\.5 {
  line-height: 1.5;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-none {
  line-height: 1;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-box {
  --tw-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0px 6px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\!transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.\!transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!duration-200 {
  transition-duration: 200ms !important;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.heading--super-large {
  font-family: GTSectraFine, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2183333333;
}
@media (min-width: 1024px) {
  .heading--super-large {
    font-size: 3.25rem;
  }
}
@media (min-width: 1366px) {
  .heading--super-large {
    font-size: 4rem;
    line-height: 1.18;
  }
}
.heading--large {
  font-size: 2.25rem;
  line-height: 1.2222222222;
}
@media (min-width: 1024px) {
  .heading--large {
    font-size: 3rem;
    line-height: 1.2183333333;
  }
}
@media (min-width: 1366px) {
  .heading--large {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.heading--very-big {
  font-family: GTSectraFine, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1024px) {
  .heading--very-big {
    font-size: 3rem;
    line-height: 1.2222222222;
  }
}
@media (min-width: 1366px) {
  .heading--very-big {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}
.heading--big {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 1.2222222222;
}
.heading--big:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1366px) {
  .heading--big {
    margin-bottom: 1.5rem;
    font-size: 3rem;
    line-height: 1.2222222222;
  }
}
.heading--sectra {
  font-family: GTSectraFine, sans-serif;
  font-weight: 700;
}

.txt-h1, .wysiwyg-headings h1, .wysiwyg h1, .wpcf7-form .sub-content h1, .txt-h2, .wysiwyg-headings h2, .wysiwyg h2, .wpcf7-form .sub-content h2, .txt-h3, .wysiwyg-headings h3, .wysiwyg h3, .wpcf7-form .sub-content h3, .txt-h4, .wysiwyg-headings h4, .wysiwyg h4, .wpcf7-form .sub-content h4, .txt-h5, .wysiwyg-headings h5, .wysiwyg h5, .wpcf7-form .sub-content h5, .txt-h6, .wysiwyg-headings h6, .wysiwyg h6, .wpcf7-form .sub-content h6 {
  font-weight: 600;
}

.txt-h1-sectra, body .wysiwyg--alt-headings h1 {
  font-family: GTSectraFine, sans-serif;
  font-weight: 700;
}

@media (min-width: 1366px) {
  .txt-h1-sectra, body .wysiwyg--alt-headings h1 {
    font-size: 3.75rem;
    line-height: 1.2;
  }
}

.txt-h2-sectra, body .wysiwyg--alt-headings h2 {
  font-family: GTSectraFine, sans-serif;
  font-weight: 700;
}

@media (min-width: 1366px) {
  .txt-h2-sectra, body .wysiwyg--alt-headings h2 {
    font-size: 3.25rem;
    line-height: 1.2;
  }
}

.txt-h3-sectra, body .wysiwyg--alt-headings h3 {
  font-family: GTSectraFine, sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.1666666667;
}

@media (min-width: 1024px) {
  .txt-h3-sectra, body .wysiwyg--alt-headings h3 {
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
}

@media (min-width: 1366px) {
  .txt-h3-sectra, body .wysiwyg--alt-headings h3 {
    font-size: 2.25rem;
    line-height: 1.1666666667;
  }
}

.txt-h4-sectra, body .wysiwyg--alt-headings h4 {
  font-family: GTSectraFine, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

@media (min-width: 1024px) {
  .txt-h4-sectra, body .wysiwyg--alt-headings h4 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

@media (min-width: 1366px) {
  .txt-h4-sectra, body .wysiwyg--alt-headings h4 {
    font-size: 1.5rem;
    line-height: 1.1666666667;
  }
}

.txt-h1, .wysiwyg-headings h1, .wysiwyg h1, .wpcf7-form .sub-content h1 {
  font-size: 1.625rem;
  line-height: 1.3076923077;
}

@media (min-width: 1366px) {
  .txt-h1, .wysiwyg-headings h1, .wysiwyg h1, .wpcf7-form .sub-content h1 {
    font-size: 2.25rem;
    line-height: 1.2222222222;
  }
}

.txt-h2, .wysiwyg-headings h2, .wysiwyg h2, .wpcf7-form .sub-content h2 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (min-width: 1366px) {
  .txt-h2, .wysiwyg-headings h2, .wysiwyg h2, .wpcf7-form .sub-content h2 {
    margin-bottom: 2rem;
    font-size: 1.625rem;
    line-height: 1.3076923077;
  }
}

.txt-h3, .wysiwyg-headings h3, .wysiwyg h3, .wpcf7-form .sub-content h3 {
  font-size: 1rem;
  line-height: 1.4375;
}

@media (min-width: 1024px) {
  .txt-h3, .wysiwyg-headings h3, .wysiwyg h3, .wpcf7-form .sub-content h3 {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

@media (min-width: 1366px) {
  .txt-h3, .wysiwyg-headings h3, .wysiwyg h3, .wpcf7-form .sub-content h3 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.txt-h4, .wysiwyg-headings h4, .wysiwyg h4, .wpcf7-form .sub-content h4 {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.4375;
}

@media (min-width: 1366px) {
  .txt-h4, .wysiwyg-headings h4, .wysiwyg h4, .wpcf7-form .sub-content h4 {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.txt-h5, .wysiwyg-headings h5, .wysiwyg h5, .wpcf7-form .sub-content h5 {
  font-size: 1rem;
  line-height: 1.4285714286;
}

@media (min-width: 1366px) {
  .txt-h5, .wysiwyg-headings h5, .wysiwyg h5, .wpcf7-form .sub-content h5 {
    font-size: 1.125rem;
    line-height: 1.4375;
  }
}

.txt-h6, .wysiwyg-headings h6, .wysiwyg h6, .wpcf7-form .sub-content h6 {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

body .txt-normal, body .wpcf7-form .wpcf7-not-valid-tip, .wpcf7-form body .wpcf7-not-valid-tip, body .wpcf7-form .wpcf7-response-output, .wpcf7-form body .wpcf7-response-output, body .wpcf7-form input, .wpcf7-form body input, body .wpcf7-form textarea, .wpcf7-form body textarea, body .wpcf7-form select, .wpcf7-form body select {
  font-weight: 600;
}

.txt-1, .wpcf7-form .wpcf7-response-output, .txt-2, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select, .txt-3, .wpcf7-form .wpcf7-not-valid-tip {
  font-weight: 400;
}

.txt-1, .wpcf7-form .wpcf7-response-output {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

@media (min-width: 1024px) {
  .txt-1, .wpcf7-form .wpcf7-response-output {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

@media (min-width: 1366px) {
  .txt-1, .wpcf7-form .wpcf7-response-output {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.txt-2, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

@media (min-width: 1366px) {
  .txt-2, .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.txt-3, .wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 40;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1366px) {
  .header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header__container {
  display: flex;
}
.header__container__logo {
  z-index: 10;
  margin-right: 1rem;
  display: block;
  flex-shrink: 0;
}
.header__container__logo img {
  height: auto;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1024px) {
  .header__container__logo img {
    width: 4rem;
  }
}
@media (min-width: 1366px) {
  .header__container__logo img {
    width: 70px;
  }
}
.header__container__logo-second {
  z-index: 10;
  margin-right: 1.5rem;
  display: block;
  height: auto;
  max-width: 176px;
  align-self: center;
}
@media (min-width: 1280px) {
  .header__container__logo-second {
    display: none;
  }
}
.header__ham {
  position: relative;
  margin-left: auto;
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  flex-shrink: 0;
  align-self: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {
  .header__ham {
    display: none;
  }
}
.header__ham span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 0.125rem;
  width: 1.5rem;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
}
.header__ham span:nth-child(1) {
  --tw-translate-y: -5px;
  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));
}
.header__ham span:nth-child(2) {
  --tw-translate-y: 0px;
  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));
}
.header__ham span:nth-child(3) {
  --tw-translate-y: 5px;
  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));
}
.header__ham.open span:nth-child(1) {
  --tw-translate-y: 0px;
  --tw-rotate: 45deg;
  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));
}
.header__ham.open span:nth-child(2) {
  opacity: 0;
}
.header__ham.open span:nth-child(3) {
  --tw-translate-y: 0px;
  --tw-rotate: -45deg;
  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));
}

body .header__ham__holder {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  --tw-translate-x: -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));
  background-color: transparent;
  width: 48px;
  height: 48px;
}

.navigation {
  visibility: hidden;
  position: fixed;
  left: 0px;
  top: -100vh;
  display: flex;
  height: 100vh;
  width: 100%;
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 6rem;
  padding-bottom: 5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1280px) {
  .navigation {
    visibility: visible;
    position: relative;
    top: 0px;
    margin-left: auto;
    height: auto;
    width: auto;
  }
  .navigation > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .navigation {
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    opacity: 1;
    transition-property: none;
  }
}
.navigation.open {
  visibility: visible;
  --tw-translate-y: 100vh;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.navigation .menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1280px) {
  .navigation .menu {
    flex-direction: row;
  }
  .navigation .menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.navigation .menu-item {
  margin-bottom: 1rem;
}
.navigation .menu-item:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1280px) {
  .navigation .menu-item {
    margin-bottom: 0px;
  }
}
.navigation .menu-item a {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}
.navigation .menu-item:hover a {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navigation .menu-item:hover a:hover {
  --tw-text-opacity: 0.8;
}
.navigation .menu .menu-item-has-children {
  margin-bottom: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 30 98 / var(--tw-border-opacity));
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children {
    border-style: none;
    padding-bottom: 0px;
  }
}
.navigation .menu .menu-item-has-children:first-of-type {
  border-top-width: 1px;
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children:first-of-type {
    padding-top: 0px;
  }
}
.navigation .menu .menu-item-has-children > a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navigation .menu .menu-item-has-children > a::after {
  position: absolute;
  right: 1.25rem;
  top: 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));
  background-size: contain;
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children > a::after {
    display: none;
  }
}
.navigation .menu .menu-item-has-children > a::after {
  width: 18px;
  height: 9px;
  background-image: url("../../assets/img/drop-down.svg");
  background-repeat: no-repeat;
  content: "";
  transform-origin: 50% 50%;
}
.navigation .menu .menu-item-has-children.open > a::after {
  background-image: url("../../assets/img/drop-down-red.svg");
}
.navigation .menu .menu-item-has-children .sub-menu {
  visibility: hidden;
  z-index: 10;
  display: flex;
  height: auto;
  max-height: 0px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children .sub-menu {
    position: absolute;
    left: -29px;
    top: 2.75rem;
    width: 230px;
    border-radius: 0.5rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    --tw-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
    --tw-shadow-colored: -4px 4px 10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
.navigation .menu .menu-item-has-children .sub-menu::-webkit-scrollbar {
  display: none;
}
.navigation .menu .menu-item-has-children .sub-menu .menu-item {
  margin-bottom: 0px;
}
.navigation .menu .menu-item-has-children .sub-menu .menu-item a {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3076923077;
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children .sub-menu .menu-item a {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.3076923077;
  }
}
.navigation .menu .menu-item-has-children .sub-menu .menu-item.current-menu-item:not(.clear) a, .navigation .menu .menu-item-has-children .sub-menu .menu-item:hover a {
  border-radius: 2px;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.15;
}
.navigation .menu .menu-item-has-children.open::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  --tw-translate-y: 100%;
  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));
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children.open::before {
    display: block;
  }
}
.navigation .menu .menu-item-has-children.open::before {
  width: calc(100% + 17px);
  height: 40px;
  content: "";
}
.navigation .menu .menu-item-has-children.open .sub-menu {
  visibility: visible;
  max-height: 500px;
  overflow-y: hidden;
  padding-bottom: 1rem;
  opacity: 1;
}
@media (min-width: 1280px) {
  .navigation .menu .menu-item-has-children.open .sub-menu {
    padding-bottom: 1.75rem;
  }
}
.navigation .menu .menu-item-has-children.open > a::after {
  --tw-rotate: 180deg;
  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));
}
.navigation .menu > .menu-item > a::before {
  position: absolute;
  left: 0px;
  bottom: -0.5rem;
  display: none;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 1280px) {
  .navigation .menu > .menu-item > a::before {
    display: block;
  }
}
.navigation .menu > .menu-item > a::before {
  content: "";
}
.navigation .menu > .menu-item:hover > a::before {
  width: 100%;
}
.navigation .menu > .current-menu-item > a::before, .navigation .menu > .current-menu-parent > a::before {
  width: 100%;
}
.navigation .btn {
  margin-top: 1.5rem;
  width: 100%;
  text-align: center;
}
@media (min-width: 1280px) {
  .navigation .btn {
    margin: 0px;
    width: auto;
  }
}
.navigation .btn a {
  font-size: 1.125rem !important;
}
@media (min-width: 1280px) {
  .navigation .btn a {
    font-size: 1rem !important;
  }
}
.navigation .btn--blue a, .navigation .wpcf7-form .btn a, .wpcf7-form .navigation .btn a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.navigation .top-menu {
  position: relative;
  order: 2;
}

@media (min-width: 1280px) {
  .navigation .top-menu {
    order: 1;
    margin-bottom: 0px;
    align-items: center;
    align-self: flex-end;
  }
}
.navigation .top-menu .menu-item {
  position: relative;
}
.navigation .top-menu .menu-item a {
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1280px) {
  .navigation .top-menu .menu-item a {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.navigation .top-menu .menu-item a::before {
  position: absolute;
  left: 0px;
  bottom: -0.25rem;
  display: none;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 1280px) {
  .navigation .top-menu .menu-item a::before {
    display: block;
  }
}
.navigation .top-menu .menu-item a::before {
  content: "";
}
.navigation .top-menu > .current-menu-item a::before {
  width: 100%;
}
@media (min-width: 1280px) {
  .navigation .top-menu .menu-item-has-children {
    margin-right: 0.375rem;
  }
  .navigation .top-menu .menu-item-has-children::before {
    width: calc(100% + 17px);
  }
  .navigation .top-menu .menu-item-has-children > a {
    width: calc(100% + 17px);
  }
  .navigation .top-menu .menu-item-has-children > a::after {
    right: 0px;
    display: block;
    height: 0.375rem;
    width: 0.625rem;
  }
  .navigation .top-menu .menu-item-has-children:hover > a::before {
    width: calc(100% - 17px) !important;
  }
  .navigation .top-menu .menu-item-has-children.current-menu-parent > a::before {
    width: calc(100% - 17px) !important;
  }
}

.main-menu {
  margin-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  .main-menu {
    order: 2;
    margin-bottom: 0px;
  }
}
.main-menu .menu-item {
  position: relative;
}
.main-menu .menu-item a {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1280px) {
  .main-menu .menu-item a {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.footer .menu-item a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.footer .menu-item a:hover {
  --tw-text-opacity: 0.8;
}

.footer-left-menu, .footer-right-menu {
  display: flex;
  flex-direction: column;
}

.footer-left-menu > :not([hidden]) ~ :not([hidden]), .footer-right-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}

@media (min-width: 1366px) {
  .footer-left-menu > :not([hidden]) ~ :not([hidden]), .footer-right-menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
}

.footer-bottom-menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .footer-bottom-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .footer-bottom-menu {
    gap: 0px;
  }
  .footer-bottom-menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

.wysiwyg, .wpcf7-form .sub-content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
}

@media (min-width: 1024px) {
  .wysiwyg, .wpcf7-form .sub-content {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

@media (min-width: 1366px) {
  .wysiwyg, .wpcf7-form .sub-content {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.wysiwyg b, .wpcf7-form .sub-content b, .wysiwyg strong, .wpcf7-form .sub-content strong {
  font-weight: 600;
}
.wysiwyg p, .wpcf7-form .sub-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4375;
}
@media (min-width: 1024px) {
  .wysiwyg p, .wpcf7-form .sub-content p {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
@media (min-width: 1366px) {
  .wysiwyg p, .wpcf7-form .sub-content p {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

.wysiwyg--big {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
}

@media (min-width: 1024px) {
  .wysiwyg--big {
    font-size: 1rem;
    line-height: 1.4375;
  }
}

@media (min-width: 1366px) {
  .wysiwyg--big {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}
.wysiwyg--big p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4444444444;
}
@media (min-width: 1024px) {
  .wysiwyg--big p {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
@media (min-width: 1366px) {
  .wysiwyg--big p {
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
}

.wysiwyg--small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}
.wysiwyg--small p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
}

.wysiwyg-anchors a, .wysiwyg a, .wpcf7-form .sub-content a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}
.wysiwyg-anchors a, .wysiwyg a, .wpcf7-form .sub-content a, .wysiwyg-anchors a:visited {
  transition: all 0.24s ease;
}
.wysiwyg-anchors a:hover, .wysiwyg a:hover, .wpcf7-form .sub-content a:hover, .wysiwyg-anchors a:focus, .wysiwyg a:focus, .wpcf7-form .sub-content a:focus, .wysiwyg-anchors a:visited:hover, .wysiwyg-anchors a:visited:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
h1 .wysiwyg-anchors a, h1 .wysiwyg a, h1 .wpcf7-form .sub-content a, .wpcf7-form h1 .sub-content a, h1 .wysiwyg-anchors a:visited, h2 .wysiwyg-anchors a, h2 .wysiwyg a, h2 .wpcf7-form .sub-content a, .wpcf7-form h2 .sub-content a, h2 .wysiwyg-anchors a:visited, h3 .wysiwyg-anchors a, h3 .wysiwyg a, h3 .wpcf7-form .sub-content a, .wpcf7-form h3 .sub-content a, h3 .wysiwyg-anchors a:visited, h4 .wysiwyg-anchors a, h4 .wysiwyg a, h4 .wpcf7-form .sub-content a, .wpcf7-form h4 .sub-content a, h4 .wysiwyg-anchors a:visited, h5 .wysiwyg-anchors a, h5 .wysiwyg a, h5 .wpcf7-form .sub-content a, .wpcf7-form h5 .sub-content a, h5 .wysiwyg-anchors a:visited, h6 .wysiwyg-anchors a, h6 .wysiwyg a, h6 .wpcf7-form .sub-content a, .wpcf7-form h6 .sub-content a, h6 .wysiwyg-anchors a:visited {
  color: inherit;
}

.wysiwyg-headings h1, .wysiwyg h1, .wpcf7-form .sub-content h1, .wysiwyg-headings h2, .wysiwyg h2, .wpcf7-form .sub-content h2, .wysiwyg-headings h3, .wysiwyg h3, .wpcf7-form .sub-content h3, .wysiwyg-headings h4, .wysiwyg h4, .wpcf7-form .sub-content h4, .wysiwyg-headings h5, .wysiwyg h5, .wpcf7-form .sub-content h5, .wysiwyg-headings h6, .wysiwyg h6, .wpcf7-form .sub-content h6 {
  font-weight: 600;
}
.wysiwyg-headings h1, .wysiwyg h1, .wpcf7-form .sub-content h1 {
  margin-bottom: 1rem;
}
@media (min-width: 1366px) {
  .wysiwyg-headings h1, .wysiwyg h1, .wpcf7-form .sub-content h1 {
    margin-bottom: 1.25rem;
  }
}
.wysiwyg-headings h2, .wysiwyg h2, .wpcf7-form .sub-content h2 {
  margin-bottom: 1rem;
}
@media (min-width: 1366px) {
  .wysiwyg-headings h2, .wysiwyg h2, .wpcf7-form .sub-content h2 {
    margin-bottom: 1.25rem;
  }
}
.wysiwyg-headings h3, .wysiwyg h3, .wpcf7-form .sub-content h3 {
  margin-bottom: 1rem;
}
@media (min-width: 1366px) {
  .wysiwyg-headings h3, .wysiwyg h3, .wpcf7-form .sub-content h3 {
    margin-bottom: 1.25rem;
  }
}
.wysiwyg-headings h4, .wysiwyg h4, .wpcf7-form .sub-content h4 {
  margin-bottom: 1rem;
}
@media (min-width: 1366px) {
  .wysiwyg-headings h4, .wysiwyg h4, .wpcf7-form .sub-content h4 {
    margin-bottom: 1.25rem;
  }
}
.wysiwyg-headings h5, .wysiwyg h5, .wpcf7-form .sub-content h5 {
  margin-bottom: 1rem;
}
@media (min-width: 1366px) {
  .wysiwyg-headings h6, .wysiwyg h6, .wpcf7-form .sub-content h6 {
    margin-bottom: 1rem;
  }
}

.wysiwyg-images img.aligncenter, .wysiwyg img.aligncenter, .wpcf7-form .sub-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.wysiwyg-images .gallery .gallery-item, .wysiwyg .gallery .gallery-item, .wpcf7-form .sub-content .gallery .gallery-item {
  border-width: 0px;
  text-align: center;
}
.wysiwyg-images .gallery .gallery-icon, .wysiwyg .gallery .gallery-icon, .wpcf7-form .sub-content .gallery .gallery-icon {
  text-align: center;
}
.wysiwyg-images .gallery img, .wysiwyg .gallery img, .wpcf7-form .sub-content .gallery img {
  display: inline;
  border: none !important;
}
.wysiwyg-images .wp-caption-text, .wysiwyg .wp-caption-text, .wpcf7-form .sub-content .wp-caption-text {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wysiwyg-code code, .wysiwyg code, .wpcf7-form .sub-content code {
  display: inline-block;
  border-radius: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  vertical-align: baseline;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wysiwyg-spacing p, .wysiwyg p, .wpcf7-form .sub-content p, .wysiwyg-spacing ul, .wysiwyg ul, .wpcf7-form .sub-content ul, .wysiwyg-spacing ol, .wysiwyg ol, .wpcf7-form .sub-content ol, .wysiwyg-spacing hr, .wysiwyg hr, .wpcf7-form .sub-content hr, .wysiwyg-spacing .wp-block-embed, .wysiwyg .wp-block-embed, .wpcf7-form .sub-content .wp-block-embed, .wysiwyg-spacing .gallery, .wysiwyg .gallery, .wpcf7-form .sub-content .gallery, .wysiwyg-spacing [class*=wp-image-], .wysiwyg [class*=wp-image-], .wpcf7-form .sub-content [class*=wp-image-] {
  margin-bottom: 0.75rem;
}

.wysiwyg-spacing p:last-child, .wysiwyg p:last-child, .wpcf7-form .sub-content p:last-child, .wysiwyg-spacing ul:last-child, .wysiwyg ul:last-child, .wpcf7-form .sub-content ul:last-child, .wysiwyg-spacing ol:last-child, .wysiwyg ol:last-child, .wpcf7-form .sub-content ol:last-child, .wysiwyg-spacing hr:last-child, .wysiwyg hr:last-child, .wpcf7-form .sub-content hr:last-child, .wysiwyg-spacing .wp-block-embed:last-child, .wysiwyg .wp-block-embed:last-child, .wpcf7-form .sub-content .wp-block-embed:last-child, .wysiwyg-spacing .gallery:last-child, .wysiwyg .gallery:last-child, .wpcf7-form .sub-content .gallery:last-child, .wysiwyg-spacing [class*=wp-image-]:last-child, .wysiwyg [class*=wp-image-]:last-child, .wpcf7-form .sub-content [class*=wp-image-]:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .wysiwyg-spacing p, .wysiwyg p, .wpcf7-form .sub-content p, .wysiwyg-spacing ul, .wysiwyg ul, .wpcf7-form .sub-content ul, .wysiwyg-spacing ol, .wysiwyg ol, .wpcf7-form .sub-content ol, .wysiwyg-spacing hr, .wysiwyg hr, .wpcf7-form .sub-content hr, .wysiwyg-spacing .wp-block-embed, .wysiwyg .wp-block-embed, .wpcf7-form .sub-content .wp-block-embed, .wysiwyg-spacing .gallery, .wysiwyg .gallery, .wpcf7-form .sub-content .gallery, .wysiwyg-spacing [class*=wp-image-], .wysiwyg [class*=wp-image-], .wpcf7-form .sub-content [class*=wp-image-] {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 1366px) {
  .wysiwyg-spacing p, .wysiwyg p, .wpcf7-form .sub-content p, .wysiwyg-spacing ul, .wysiwyg ul, .wpcf7-form .sub-content ul, .wysiwyg-spacing ol, .wysiwyg ol, .wpcf7-form .sub-content ol, .wysiwyg-spacing hr, .wysiwyg hr, .wpcf7-form .sub-content hr, .wysiwyg-spacing .wp-block-embed, .wysiwyg .wp-block-embed, .wpcf7-form .sub-content .wp-block-embed, .wysiwyg-spacing .gallery, .wysiwyg .gallery, .wpcf7-form .sub-content .gallery, .wysiwyg-spacing [class*=wp-image-], .wysiwyg [class*=wp-image-], .wpcf7-form .sub-content [class*=wp-image-] {
    margin-bottom: 1rem;
  }
}

.wysiwyg-lists ul, .wysiwyg ul, .wpcf7-form .sub-content ul, .wysiwyg-lists ol, .wysiwyg ol, .wpcf7-form .sub-content ol {
  margin-left: 1.5rem;
  list-style-position: outside;
}
.wysiwyg-lists ul, .wysiwyg ul, .wpcf7-form .sub-content ul {
  list-style-type: disc;
}
@media (min-width: 1366px) {
  .wysiwyg-lists ul li, .wysiwyg ul li, .wpcf7-form .sub-content ul li {
    margin-left: 0.625rem;
    padding-left: 0.625rem;
  }
}
.wysiwyg-lists ol, .wysiwyg ol, .wpcf7-form .sub-content ol {
  list-style-type: decimal;
}
.wysiwyg-lists li, .wysiwyg li, .wpcf7-form .sub-content li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.wysiwyg-lists li:last-child, .wysiwyg li:last-child, .wpcf7-form .sub-content li:last-child {
  margin-bottom: 0px;
}

.wysiwyg-table table, .wysiwyg table, .wpcf7-form .sub-content table {
  width: 100%;
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
}
.wysiwyg-table table tr:first-child th:first-child, .wysiwyg table tr:first-child th:first-child, .wpcf7-form .sub-content table tr:first-child th:first-child {
  border-top-left-radius: 0.375rem;
}
.wysiwyg-table table tr:first-child th:last-child, .wysiwyg table tr:first-child th:last-child, .wpcf7-form .sub-content table tr:first-child th:last-child {
  border-top-right-radius: 0.375rem;
}
.wysiwyg-table table tr:last-child td:first-child, .wysiwyg table tr:last-child td:first-child, .wpcf7-form .sub-content table tr:last-child td:first-child {
  border-bottom-left-radius: 0.375rem;
}
.wysiwyg-table table tr:last-child td:last-child, .wysiwyg table tr:last-child td:last-child, .wpcf7-form .sub-content table tr:last-child td:last-child {
  border-bottom-right-radius: 0.375rem;
}
.wysiwyg-table table th, .wysiwyg table th, .wpcf7-form .sub-content table th, .wysiwyg-table table td, .wysiwyg table td, .wpcf7-form .sub-content table td {
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 30 98 / var(--tw-border-opacity));
  padding: 0.375rem;
  font-size: 0.625rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .wysiwyg-table table th, .wysiwyg table th, .wpcf7-form .sub-content table th, .wysiwyg-table table td, .wysiwyg table td, .wpcf7-form .sub-content table td {
    padding: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg-table table th, .wysiwyg table th, .wpcf7-form .sub-content table th, .wysiwyg-table table td, .wysiwyg table td, .wpcf7-form .sub-content table td {
    padding: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 1366px) {
  .wysiwyg-table table th, .wysiwyg table th, .wpcf7-form .sub-content table th, .wysiwyg-table table td, .wysiwyg table td, .wpcf7-form .sub-content table td {
    padding: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.wysiwyg-table table th:first-child, .wysiwyg table th:first-child, .wpcf7-form .sub-content table th:first-child, .wysiwyg-table table td:first-child, .wysiwyg table td:first-child, .wpcf7-form .sub-content table td:first-child {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 30 98 / var(--tw-border-opacity));
}
.wysiwyg-table table th:last-child, .wysiwyg table th:last-child, .wpcf7-form .sub-content table th:last-child, .wysiwyg-table table td:last-child, .wysiwyg table td:last-child, .wpcf7-form .sub-content table td:last-child {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(0 30 98 / var(--tw-border-opacity));
}
.wysiwyg-table table th, .wysiwyg table th, .wpcf7-form .sub-content table th {
  border-top-width: 1px;
  border-top-color: rgb(0 30 98 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wysiwyg-table table td, .wysiwyg table td, .wpcf7-form .sub-content table td {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}
.wysiwyg-table table tr:nth-child(even) td, .wysiwyg table tr:nth-child(even) td, .wpcf7-form .sub-content table tr:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: rgb(229 232 239 / var(--tw-bg-opacity));
}

.wysiwyg-blockquote blockquote, .wysiwyg blockquote, .wpcf7-form .sub-content blockquote {
  position: relative;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wysiwyg-blockquote blockquote:last-child, .wysiwyg blockquote:last-child, .wpcf7-form .sub-content blockquote:last-child {
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  .wysiwyg-blockquote blockquote, .wysiwyg blockquote, .wpcf7-form .sub-content blockquote {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1366px) {
  .wysiwyg-blockquote blockquote, .wysiwyg blockquote, .wpcf7-form .sub-content blockquote {
    padding: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .wysiwyg-blockquote blockquote, .wysiwyg blockquote, .wpcf7-form .sub-content blockquote {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 1.75rem;
  }
}

@media (min-width: 1366px) {
  .wysiwyg-blockquote blockquote, .wysiwyg blockquote, .wpcf7-form .sub-content blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 2rem;
  }
}
.wysiwyg-blockquote blockquote p, .wysiwyg blockquote p, .wpcf7-form .sub-content blockquote p {
  position: relative;
  z-index: 10;
  font-size: 1.25rem;
  line-height: 1.4;
}
.wysiwyg-blockquote blockquote::before, .wysiwyg blockquote::before, .wpcf7-form .sub-content blockquote::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/blockquote-left-mobile.svg");
  content: "";
}
@media only screen and (min-width: 768px) {
  .wysiwyg-blockquote blockquote::before, .wysiwyg blockquote::before, .wpcf7-form .sub-content blockquote::before {
    background-image: url("../../assets/img/blockquote-left.svg");
  }
}
.wysiwyg-blockquote blockquote::after, .wysiwyg blockquote::after, .wpcf7-form .sub-content blockquote::after {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/blockquote-right-mobile.svg");
  content: "";
}
@media only screen and (min-width: 768px) {
  .wysiwyg-blockquote blockquote::after, .wysiwyg blockquote::after, .wpcf7-form .sub-content blockquote::after {
    background-image: url("../../assets/img/blockquote-right.svg");
  }
}

.btn, .wpcf7-form .btn {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  cursor: pointer;
  border-radius: 0.375rem;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover, .wpcf7-form .btn:hover {
  opacity: 0.8;
}

@media (min-width: 1366px) {
  .btn, .wpcf7-form .btn {
    border-radius: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.btn__icon {
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
}
@media (min-width: 1366px) {
  .btn__icon {
    margin-right: 0.75rem;
    height: 1rem;
    width: 1rem;
  }
}
.btn--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity));
}
.btn--blue, .wpcf7-form .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--rounded {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {
  .btn--rounded {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}
@media (min-width: 1366px) {
  .btn--rounded {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.mainCarousel__pagination {
  display: flex;
}

.mainCarousel__pagination > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.mainCarousel__pagination .swiper-pagination-bullet {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}
.mainCarousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
}
.mainCarousel__caption.fade {
  -webkit-animation: fade-in 0.45s ease;
          animation: fade-in 0.45s ease;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}

.advance-cards .swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.75rem;
}
.advance-cards .swiper-pagination-bullet {
  margin-right: 0.75rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.advance-cards .swiper-pagination-bullet:last-child {
  margin-right: 0px;
}
.advance-cards .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
}

input, textarea, select {
  outline-color: transparent;
  outline-width: 0;
  outline: none !important;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 232 229 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}

.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, .wpcf7-form select::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 30 98 / var(--tw-placeholder-opacity));
}

.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 30 98 / var(--tw-placeholder-opacity));
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder, .wpcf7-form select::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 30 98 / var(--tw-placeholder-opacity));
}

@media (min-width: 375px) {
  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 640px) {
  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media (min-width: 375px) {
  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

@media (min-width: 640px) {
  .wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    font-size: 1rem;
    line-height: 1.4375;
  }
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form .wpcf7-response-output {
  margin-top: 0px;
  margin-bottom: 2rem;
  border-style: none;
  padding: 0px;
  text-align: center;
}
.wpcf7-form.sent .wpcf7-response-output {
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
}
.wpcf7-form.invalid {
  --tw-text-opacity: 1;
  color: rgb(200 16 62 / var(--tw-text-opacity));
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 0.625rem;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.wpcf7-form .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  font-weight: 600;
  min-width: 160px;
}
.wpcf7-form .columns {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
.wpcf7-form .columns:last-child {
  margin-bottom: 0px;
}
@media (min-width: 640px) {
  .wpcf7-form .columns {
    margin-bottom: 2rem;
  }
  .wpcf7-form .columns--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.wpcf7-form .sub-content {
  margin-top: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 30 98 / var(--tw-text-opacity));
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .wpcf7-form .sub-content {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  .wpcf7-form .sub-content {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}
.wpcf7-form .sub-content p {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 375px) {
  .wpcf7-form .sub-content p {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 640px) {
  .wpcf7-form .sub-content p {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.hero-carousel .triangle-right-bottom, .hero-carousel .triangle-left-bottom {
  transform: translateY(100%);
}
.hero-carousel .triangle-right-top, .hero-carousel .triangle-left-top {
  transform: translateY(-100%);
}
.hero-carousel .background-image {
  opacity: 0.1;
}
.hero-carousel .hero-carousel-heading {
  opacity: 0.001;
}
.hero-carousel .triangle-left {
  transform: translateX(-115%);
}
.hero-carousel .triangle-top {
  transform: translateY(-100%);
}
.hero-carousel .triangle-right {
  transform: translateX(100%);
}
.hero-carousel .triangle-bottom {
  transform: translateY(100%);
}
.hero-carousel .triangle-left-small {
  opacity: 0.001;
  transform: translateX(-100%);
}
.hero-carousel.anim .triangle-right-bottom, .hero-carousel.anim .triangle-left-bottom {
  -webkit-animation: bottom 2s ease both 3s;
          animation: bottom 2s ease both 3s;
}
@-webkit-keyframes bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(7.7434382457%);
  }
}
@keyframes bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(7.7434382457%);
  }
}
.hero-carousel.anim .triangle-right-top, .hero-carousel.anim .triangle-left-top {
  -webkit-animation: up 2s ease both 3s;
          animation: up 2s ease both 3s;
}
@-webkit-keyframes up {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(-7.7434382457%);
  }
}
@keyframes up {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(-7.7434382457%);
  }
}
.hero-carousel.anim .background-image {
  -webkit-animation: opacity 1s ease both 2s;
          animation: opacity 1s ease both 2s;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
.hero-carousel.anim .hero-carousel-heading {
  -webkit-animation: heading-opacity 1s ease 3s both;
          animation: heading-opacity 1s ease 3s both;
}
@-webkit-keyframes heading-opacity {
  from {
    opacity: 0.001;
  }
  to {
    opacity: 1;
  }
}
@keyframes heading-opacity {
  from {
    opacity: 0.001;
  }
  to {
    opacity: 1;
  }
}
.hero-carousel.anim .triangle-left {
  -webkit-animation: triangle-left 2s ease 3s both;
          animation: triangle-left 2s ease 3s both;
}
@-webkit-keyframes triangle-left {
  from {
    transform: translateX(-115%);
  }
  to {
    transform: translateX(-85.432121%);
  }
}
@keyframes triangle-left {
  from {
    transform: translateX(-115%);
  }
  to {
    transform: translateX(-85.432121%);
  }
}
.hero-carousel.anim .triangle-top {
  -webkit-animation: triangle-top 2s ease 3s both;
          animation: triangle-top 2s ease 3s both;
}
@-webkit-keyframes triangle-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(-22.450064%);
  }
}
@keyframes triangle-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(-22.450064%);
  }
}
.hero-carousel.anim .triangle-right {
  -webkit-animation: triangle-right 2s ease 3s both;
          animation: triangle-right 2s ease 3s both;
}
@-webkit-keyframes triangle-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes triangle-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.hero-carousel.anim .triangle-bottom {
  -webkit-animation: triangle-bottom 2s ease 3s both;
          animation: triangle-bottom 2s ease 3s both;
}
@-webkit-keyframes triangle-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes triangle-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
.hero-carousel.anim .triangle-left-small {
  -webkit-animation: triangle-left-small 2s ease 3s both;
          animation: triangle-left-small 2s ease 3s both;
}
@-webkit-keyframes triangle-left-small {
  from {
    opacity: 0.001;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes triangle-left-small {
  from {
    opacity: 0.001;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}

.lds-ring {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  position: absolute;
  margin: 0.5rem;
  display: block;
  border-radius: 9999px;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  border: 8px solid #001E62;
  border-color: #001E62 transparent transparent transparent;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-hero__white-diamond {
  position: absolute;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  max-width: 600px;
  max-height: 60%;
  width: 100vw;
  height: 35.8974358974vh;
}
@media only screen and (min-width: 768px) {
  .home-hero__white-diamond {
    max-height: 350px;
  }
}
.home-hero__white-diamond--left-top {
  bottom: 0px;
  right: 0px;
  transform-origin: 100% 0%;
  transform: rotate(-36.9deg);
}
.home-hero__white-diamond--right-top {
  bottom: 0px;
  left: 0px;
  transform-origin: 0% 0%;
  transform: rotate(36.9deg);
}
.home-hero__white-diamond--right-bottom {
  top: 0px;
  left: 0px;
  transform-origin: 0% 100%;
  transform: rotate(-36.9deg);
}
.home-hero__white-diamond--left-bottom {
  top: 0px;
  right: 0px;
  transform-origin: 100% 100%;
  transform: rotate(36.9deg);
}
.home-hero__blue-arrow {
  position: absolute;
  height: 50%;
  width: 50%;
  max-height: 350px;
  height: 35.8974358974vh;
  max-width: 466px;
  width: 47.7948717949vh;
  transform: translate(-100%, -100%);
}
.home-hero__blue-arrow--left {
  left: 50%;
  top: 50%;
  transform: translate(-100%, -100%);
}
.home-hero__blue-arrow--right {
  right: 50%;
  top: 50%;
  transform: translate(100%, -100%);
}
.home-hero__blue-arrow__item {
  position: absolute;
  top: 100%;
  width: 50vw;
  overflow: hidden;
}
.home-hero__blue-arrow--left .home-hero__blue-arrow__item {
  right: 100%;
  transform-origin: 100% 0%;
  transform: rotate(43deg) translate(0%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__blue-arrow--left .home-hero__blue-arrow__item {
    transform: rotate(36.9deg) translate(0%, 0%);
  }
}
.home-hero__blue-arrow--right .home-hero__blue-arrow__item {
  left: 100%;
  transform-origin: 0% 0%;
  transform: rotate(-43deg) translate(0%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__blue-arrow--right .home-hero__blue-arrow__item {
    transform: rotate(-36.9deg) translate(0%, 0%);
  }
}
.home-hero__blue-arrow--right .home-hero__blue-arrow__item div {
  transform-origin: 0% 0%;
  transform: rotate(-16.1deg) translate(0%, 0%);
}
.home-hero__blue-arrow__item div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 30 98 / var(--tw-bg-opacity));
  transform-origin: 100% 0%;
  transform: rotate(16.1deg) translate(0%, 0%);
}
.home-hero__blue-arrow__item::before {
  display: block;
  padding-bottom: 149.2248062015504%;
  content: "";
}
.home-hero__pink-arrow {
  position: absolute;
  bottom: 50%;
  left: 50%;
  max-height: 30%;
  height: 35.8974358974vh;
  max-width: 466px;
  width: 47.7948717949vh;
  transform: translate(-100%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__pink-arrow {
    max-height: 350px;
  }
}
.home-hero__pink-arrow__item {
  position: absolute;
  top: 0px;
  left: 100%;
  width: 100vw;
  transform-origin: 0% 0%;
  transform: rotate(-135deg) translate(0%, 0%);
}
.home-hero__pink-arrow__item div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 207 216 / var(--tw-bg-opacity));
  transform-origin: 0% 0%;
  transform: rotate(2deg) translate(0%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__pink-arrow__item div {
    transform: rotate(8deg) translate(0%, 0%);
  }
}
.home-hero__pink-arrow__item div:last-child {
  transform-origin: 0% 0%;
  transform: rotate(-2deg) translate(0%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__pink-arrow__item div:last-child {
    transform: rotate(-8deg) translate(0%, 0%);
  }
}
.home-hero__pink-arrow__item::before {
  display: block;
  padding-bottom: 149.2248062015504%;
  content: "";
}
.home-hero__red-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  width: 50%;
  max-height: 30%;
  height: 35.8974358974vh;
  max-width: 466px;
  width: 47.7948717949vh;
  transform: translate(-100%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__red-arrow {
    max-height: 350px;
  }
}
.home-hero__red-arrow__item {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 100vw;
  transform-origin: 0% 0%;
  transform: rotate(45deg) translate(0%, 0%);
}
.home-hero__red-arrow__item div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(200 16 62 / var(--tw-bg-opacity));
  transform-origin: 0% 0%;
  transform: rotate(2deg) translate(0%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__red-arrow__item div {
    transform: rotate(8deg) translate(0%, 0%);
  }
}
.home-hero__red-arrow__item div:last-child {
  transform-origin: 0% 0%;
  transform: rotate(-2deg) translate(0%, 0%);
}
@media only screen and (min-width: 768px) {
  .home-hero__red-arrow__item div:last-child {
    transform: rotate(-8deg) translate(0%, 0%);
  }
}
.home-hero__red-arrow__item::before {
  display: block;
  padding-bottom: 149.2248062015504%;
  content: "";
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:h-\[calc\(100\%\+10px\)\]::before {
  content: var(--tw-content);
  height: calc(100% + 10px);
}
.before\:w-\[calc\(100\%\+10px\)\]::before {
  content: var(--tw-content);
  width: calc(100% + 10px);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:border-t:first-child {
  border-top-width: 1px;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.015\]:hover {
  --tw-scale-x: 1.015;
  --tw-scale-y: 1.015;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 16 62 / var(--tw-bg-opacity));
}
.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(200 16 62 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-50:hover {
  opacity: 0.5;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}
@media (min-width: 375px) {
  .xxsm\:max-h-\[180px\] {
    max-height: 180px;
  }
  .xxsm\:max-w-\[180px\] {
    max-width: 180px;
  }
}
@media (min-width: 640px) {
  .xsm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xsm\:col-start-2 {
    grid-column-start: 2;
  }
  .xsm\:row-start-1 {
    grid-row-start: 1;
  }
  .xsm\:mb-0 {
    margin-bottom: 0px;
  }
  .xsm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xsm\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .xsm\:mr-6 {
    margin-right: 1.5rem;
  }
  .xsm\:block {
    display: block;
  }
  .xsm\:hidden {
    display: none;
  }
  .xsm\:max-h-\[280px\] {
    max-height: 280px;
  }
  .xsm\:max-w-\[280px\] {
    max-width: 280px;
  }
  .xsm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xsm\:flex-row {
    flex-direction: row;
  }
  .xsm\:justify-start {
    justify-content: flex-start;
  }
  .xsm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .xsm\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .xsm\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .xsm\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .xsm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xsm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 768px) {
  .sm\:absolute {
    position: absolute;
  }
  .sm\:bottom-10 {
    bottom: 2.5rem;
  }
  .sm\:bottom-8 {
    bottom: 2rem;
  }
  .sm\:bottom-\[24\.7058823529\%\] {
    bottom: 24.7058823529%;
  }
  .sm\:left-0 {
    left: 0px;
  }
  .sm\:left-24 {
    left: 6rem;
  }
  .sm\:left-5 {
    left: 1.25rem;
  }
  .sm\:left-\[28\.174306\%\] {
    left: 28.174306%;
  }
  .sm\:left-\[41\%\] {
    left: 41%;
  }
  .sm\:right-24 {
    right: 6rem;
  }
  .sm\:right-5 {
    right: 1.25rem;
  }
  .sm\:right-\[41\%\] {
    right: 41%;
  }
  .sm\:right-auto {
    right: auto;
  }
  .sm\:top-0 {
    top: 0px;
  }
  .sm\:top-5 {
    top: 1.25rem;
  }
  .sm\:top-\[34\.4117647059\%\] {
    top: 34.4117647059%;
  }
  .sm\:z-10 {
    z-index: 10;
  }
  .sm\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
  .sm\:col-start-4 {
    grid-column-start: 4;
  }
  .sm\:col-start-5 {
    grid-column-start: 5;
  }
  .sm\:col-start-7 {
    grid-column-start: 7;
  }
  .sm\:col-start-8 {
    grid-column-start: 8;
  }
  .sm\:col-start-9 {
    grid-column-start: 9;
  }
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }
  .sm\:mb-0 {
    margin-bottom: 0px;
  }
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .sm\:mb-16 {
    margin-bottom: 4rem;
  }
  .sm\:mb-36 {
    margin-bottom: 9rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:mr-auto {
    margin-right: auto;
  }
  .sm\:mt-14 {
    margin-top: 3.5rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:mt-\[3px\] {
    margin-top: 3px;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-9 {
    height: 2.25rem;
  }
  .sm\:h-\[600px\] {
    height: 600px;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:min-h-hero {
    min-height: 420px;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-4 {
    width: 1rem;
  }
  .sm\:w-4\/5 {
    width: 80%;
  }
  .sm\:w-9 {
    width: 2.25rem;
  }
  .sm\:w-\[200px\] {
    width: 200px;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-\[420px\] {
    max-width: 420px;
  }
  .sm\:max-w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .sm\:gap-y-12 {
    row-gap: 3rem;
  }
  .sm\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .sm\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .sm\:rounded-full {
    border-radius: 9999px;
  }
  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .sm\:bg-opacity-25 {
    --tw-bg-opacity: 0.25;
  }
  .sm\:p-1 {
    padding: 0.25rem;
  }
  .sm\:p-1\.5 {
    padding: 0.375rem;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .sm\:pb-16 {
    padding-bottom: 4rem;
  }
  .sm\:pb-\[45\%\] {
    padding-bottom: 45%;
  }
  .sm\:pr-14 {
    padding-right: 3.5rem;
  }
  .sm\:pr-4 {
    padding-right: 1rem;
  }
  .sm\:pr-5 {
    padding-right: 1.25rem;
  }
  .sm\:pt-11 {
    padding-top: 2.75rem;
  }
  .sm\:pt-14 {
    padding-top: 3.5rem;
  }
  .sm\:pt-16 {
    padding-top: 4rem;
  }
  .sm\:pt-28 {
    padding-top: 7rem;
  }
  .sm\:pt-8 {
    padding-top: 2rem;
  }
  .sm\:pt-\[7\%\] {
    padding-top: 7%;
  }
  .sm\:text-16 {
    font-size: 1rem;
  }
  .sm\:text-20 {
    font-size: 1.25rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:leading-1\.4 {
    line-height: 1.4;
  }
  .sm\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:bottom-16 {
    bottom: 4rem;
  }
  .md\:bottom-3 {
    bottom: 0.75rem;
  }
  .md\:bottom-9 {
    bottom: 2.25rem;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-1\/2 {
    left: 50%;
  }
  .md\:left-6 {
    left: 1.5rem;
  }
  .md\:left-\[1\.875rem\] {
    left: 1.875rem;
  }
  .md\:right-5 {
    right: 1.25rem;
  }
  .md\:right-6 {
    right: 1.5rem;
  }
  .md\:right-\[1\.875rem\] {
    right: 1.875rem;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .md\:col-span-full {
    grid-column: 1 / -1;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-10 {
    grid-column-start: 10;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .md\:-mr-8 {
    margin-right: -2rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-56 {
    margin-bottom: 14rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-12 {
    margin-left: 3rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mt-14 {
    margin-top: 3.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-10 {
    height: 2.5rem;
  }
  .md\:h-5 {
    height: 1.25rem;
  }
  .md\:h-\[80vh\] {
    height: 80vh;
  }
  .md\:max-h-\[280px\] {
    max-height: 280px;
  }
  .md\:max-h-\[710px\] {
    max-height: 710px;
  }
  .md\:min-h-\[594px\] {
    min-height: 594px;
  }
  .md\:min-h-\[650px\] {
    min-height: 650px;
  }
  .md\:min-h-hero {
    min-height: 420px;
  }
  .md\:w-10 {
    width: 2.5rem;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-5 {
    width: 1.25rem;
  }
  .md\:w-\[188px\] {
    width: 188px;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-0 {
    min-width: 0px;
  }
  .md\:max-w-\[211px\] {
    max-width: 211px;
  }
  .md\:max-w-\[230px\] {
    max-width: 230px;
  }
  .md\:max-w-\[260px\] {
    max-width: 260px;
  }
  .md\:max-w-\[280px\] {
    max-width: 280px;
  }
  .md\:max-w-\[290px\] {
    max-width: 290px;
  }
  .md\:max-w-\[300px\] {
    max-width: 300px;
  }
  .md\:max-w-\[950px\] {
    max-width: 950px;
  }
  .md\:-translate-x-\[61\%\] {
    --tw-translate-x: -61%;
    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\:translate-x-\[26\%\] {
    --tw-translate-x: 26%;
    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\:translate-y-\[0\%\] {
    --tw-translate-y: 0%;
    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\: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));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .md\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .md\:gap-y-11 {
    row-gap: 2.75rem;
  }
  .md\:gap-y-16 {
    row-gap: 4rem;
  }
  .md\:space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:border-t {
    border-top-width: 1px;
  }
  .md\:from-gray-mid {
    --tw-gradient-from: #F5F3F2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(245 243 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .md\:\!p-1 {
    padding: 0.25rem !important;
  }
  .md\:\!p-1\.5 {
    padding: 0.375rem !important;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-7 {
    padding: 1.75rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-\[1\.875rem\] {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-20 {
    padding-bottom: 5rem;
  }
  .md\:pb-28 {
    padding-bottom: 7rem;
  }
  .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .md\:pb-40 {
    padding-bottom: 10rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pr-16 {
    padding-right: 4rem;
  }
  .md\:pr-24 {
    padding-right: 6rem;
  }
  .md\:pt-10 {
    padding-top: 2.5rem;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
  .md\:pt-32 {
    padding-top: 8rem;
  }
  .md\:pt-36 {
    padding-top: 9rem;
  }
  .md\:pt-48 {
    padding-top: 12rem;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:text-12 {
    font-size: 0.75rem;
  }
  .md\:text-16 {
    font-size: 1rem;
  }
  .md\:text-18 {
    font-size: 1.125rem;
  }
  .md\:text-24 {
    font-size: 1.5rem;
  }
  .md\:text-26 {
    font-size: 1.625rem;
  }
  .md\:text-36 {
    font-size: 2.25rem;
  }
  .md\:leading-1\.3 {
    line-height: 1.3076923077;
  }
  .md\:leading-1\.44 {
    line-height: 1.4444444444;
  }
  .md\:leading-1\.5 {
    line-height: 1.5;
  }
  .md\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .md-lg\:-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));
  }
}
@media (min-width: 1366px) {
  .lg\:-left-32 {
    left: -8rem;
  }
  .lg\:-right-20 {
    right: -5rem;
  }
  .lg\:-right-32 {
    right: -8rem;
  }
  .lg\:bottom-10 {
    bottom: 2.5rem;
  }
  .lg\:bottom-24 {
    bottom: 6rem;
  }
  .lg\:bottom-4 {
    bottom: 1rem;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mb-20 {
    margin-bottom: 5rem;
  }
  .lg\:mb-24 {
    margin-bottom: 6rem;
  }
  .lg\:mb-28 {
    margin-bottom: 7rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-72 {
    margin-bottom: 18rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:mr-5 {
    margin-right: 1.25rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-14 {
    margin-top: 3.5rem;
  }
  .lg\:mt-\[5px\] {
    margin-top: 5px;
  }
  .lg\:mt-\[7px\] {
    margin-top: 7px;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-\[131px\] {
    height: 131px;
  }
  .lg\:h-\[592px\] {
    height: 592px;
  }
  .lg\:h-\[800px\] {
    height: 800px;
  }
  .lg\:min-h-\[160px\] {
    min-height: 160px;
  }
  .lg\:min-h-\[346px\] {
    min-height: 346px;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-8 {
    width: 2rem;
  }
  .lg\:w-\[152px\] {
    width: 152px;
  }
  .lg\:w-\[316px\] {
    width: 316px;
  }
  .lg\:w-\[320px\] {
    width: 320px;
  }
  .lg\:max-w-\[320px\] {
    max-width: 320px;
  }
  .lg\:max-w-\[400px\] {
    max-width: 400px;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:content-center {
    align-content: center;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:gap-y-12 {
    row-gap: 3rem;
  }
  .lg\:gap-y-20 {
    row-gap: 5rem;
  }
  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pb-48 {
    padding-bottom: 12rem;
  }
  .lg\:pb-52 {
    padding-bottom: 13rem;
  }
  .lg\:pb-\[10\.35vh\] {
    padding-bottom: 10.35vh;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-5 {
    padding-right: 1.25rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pt-44 {
    padding-top: 11rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-\[24vh\] {
    padding-top: 24vh;
  }
  .lg\:text-16 {
    font-size: 1rem;
  }
  .lg\:text-20 {
    font-size: 1.25rem;
  }
  .lg\:text-36 {
    font-size: 2.25rem;
  }
  .lg\:leading-1\.16 {
    line-height: 1.1666666667;
  }
  .lg\:leading-1\.4 {
    line-height: 1.4;
  }
  .lg\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1440px) {
  .xl\:bottom-\[3\.2820512821vh\] {
    bottom: 3.2820512821vh;
  }
  .xl\:left-0 {
    left: 0px;
  }
  .xl\:left-\[13\.7912087912\%\] {
    left: 13.7912087912%;
  }
  .xl\:right-\[29\.2307692308\%\] {
    right: 29.2307692308%;
  }
  .xl\:right-\[30\.7692307692\%\] {
    right: 30.7692307692%;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem;
  }
  .xl\:mt-1\.5 {
    margin-top: 0.375rem;
  }
  .xl\:h-7 {
    height: 1.75rem;
  }
  .xl\:w-7 {
    width: 1.75rem;
  }
  .xl\:text-14 {
    font-size: 0.875rem;
  }
  .xl\:leading-none {
    line-height: 1;
  }
}
@media (min-width: 1920px) {
  .xxl\:h-8 {
    height: 2rem;
  }
  .xxl\:w-8 {
    width: 2rem;
  }
}
.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}
.\[\&_path\]\:transition-all path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\[\&_path\]\:duration-200 path {
  transition-duration: 200ms;
}
.group:hover .group-hover\:\[\&_path\]\:fill-red path {
  fill: #C8103E;
}
.group:hover .group-hover\:\[\&_path\]\:stroke-red path {
  stroke: #C8103E;
}
