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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container, .container-lg {
  margin-left: auto;
  margin-right: auto;
}

.container-lg {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1598px) {
  .container-lg {
    max-width: 1598px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.form-control {
  display: block;
  width: 100%;
  border-radius: 6px;
  border-width: 1px;
  border-color: #0A1F8F4D;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --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);
}

.form-control:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.container {
  width: 100%;
}

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-inset-0\.5 {
  inset: -0.125rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 50;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.clear-both {
  clear: both;
}

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}

.-mx-\[30px\] {
  margin-left: -30px;
  margin-right: -30px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

.-mr-2 {
  margin-right: -0.5rem;
}

.-mt-\[122px\] {
  margin-top: -122px;
}

.-mt-\[1px\] {
  margin-top: -1px;
}

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.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-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.mt-\[8px\] {
  margin-top: 8px;
}

.-mt-\[20px\] {
  margin-top: -20px;
}

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

.w-6 {
  width: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.flex-auto {
  flex: 1 1 auto;
}

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

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[47px\] {
  gap: 47px;
}

.gap-\[50px\] {
  gap: 50px;
}

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

.gap-0 {
  gap: 0px;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * 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));
}

.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}

.space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}

.space-y-\[60px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(60px * var(--tw-space-y-reverse));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[100px\] {
  border-radius: 100px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[75px\] {
  border-radius: 75px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#0E2B8D\] {
  --tw-border-opacity: 1;
  border-color: rgb(14 43 141 / var(--tw-border-opacity));
}

.border-\[\#CDD9FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(205 217 255 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-\[\#0E2B8D1A\] {
  border-bottom-color: #0E2B8D1A;
}

.border-t-\[\#E9EEFF\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(233 238 255 / var(--tw-border-opacity));
}

.bg-\[\#011558\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 21 88 / var(--tw-bg-opacity));
}

.bg-\[\#0E2B8D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 43 141 / var(--tw-bg-opacity));
}

.bg-\[\#2449BF24\] {
  background-color: #2449BF24;
}

.bg-\[\#2449BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 73 191 / var(--tw-bg-opacity));
}

.bg-\[\#E9EDFA\]\/25 {
  background-color: rgb(233 237 250 / 0.25);
}

.bg-\[\#F3F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 255 / var(--tw-bg-opacity));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[length\:88\%\] {
  background-size: 88%;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

.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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}

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

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

.font-dm-sans {
  font-family: DM Sans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[13\.44px\] {
  line-height: 13.44px;
}

.leading-\[13\.8px\] {
  line-height: 13.8px;
}

.leading-\[14\.4px\] {
  line-height: 14.4px;
}

.leading-\[14\.95px\] {
  line-height: 14.95px;
}

.leading-\[16\.35px\] {
  line-height: 16.35px;
}

.leading-\[17\.44px\] {
  line-height: 17.44px;
}

.leading-\[18\.12px\] {
  line-height: 18.12px;
}

.leading-\[19\.44px\] {
  line-height: 19.44px;
}

.leading-\[19\.5px\] {
  line-height: 19.5px;
}

.leading-\[21\.85px\] {
  line-height: 21.85px;
}

.leading-\[22\.5px\] {
  line-height: 22.5px;
}

.leading-\[23\.25px\] {
  line-height: 23.25px;
}

.leading-\[25\.2px\] {
  line-height: 25.2px;
}

.leading-\[25\.5px\] {
  line-height: 25.5px;
}

.leading-\[25\.6px\] {
  line-height: 25.6px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[26\.1px\] {
  line-height: 26.1px;
}

.leading-\[26\.6px\] {
  line-height: 26.6px;
}

.leading-\[27\.5px\] {
  line-height: 27.5px;
}

.leading-\[27\.9px\] {
  line-height: 27.9px;
}

.leading-\[28\.9px\] {
  line-height: 28.9px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[35\.1px\] {
  line-height: 35.1px;
}

.leading-\[37\.7px\] {
  line-height: 37.7px;
}

.leading-\[49px\] {
  line-height: 49px;
}

.leading-loose {
  line-height: 2;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[-0\.03em\] {
  letter-spacing: -0.03em;
}

.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}

.text-\[\#011558\] {
  --tw-text-opacity: 1;
  color: rgb(1 21 88 / var(--tw-text-opacity));
}

.text-\[\#0E2B8D\] {
  --tw-text-opacity: 1;
  color: rgb(14 43 141 / var(--tw-text-opacity));
}

.text-\[\#2449BF\] {
  --tw-text-opacity: 1;
  color: rgb(36 73 191 / var(--tw-text-opacity));
}

.text-\[\#383838\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

.text-\[\#4B4B4B\] {
  --tw-text-opacity: 1;
  color: rgb(75 75 75 / var(--tw-text-opacity));
}

.text-\[\#949494\] {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.text-\[\#A6BBFF\] {
  --tw-text-opacity: 1;
  color: rgb(166 187 255 / var(--tw-text-opacity));
}

.text-\[\#BDCCFF\] {
  --tw-text-opacity: 1;
  color: rgb(189 204 255 / var(--tw-text-opacity));
}

.text-\[\#D4DEFF\] {
  --tw-text-opacity: 1;
  color: rgb(212 222 255 / var(--tw-text-opacity));
}

.text-\[\#F3F6FF\] {
  --tw-text-opacity: 1;
  color: rgb(243 246 255 / var(--tw-text-opacity));
}

.text-\[\#FCFAF7\] {
  --tw-text-opacity: 1;
  color: rgb(252 250 247 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-\[0_3px_15px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 3px 15px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 3px 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);
}

body {
  background: #FCFAF7;
  font-family: 'DM Sans', sans-serif;
}

/* Bootstrap styles for components */

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  min-width: 16rem;
}

.dropdown .btn::after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.8898%200.69774C13.0367%200.815254%2013.0367%201.05028%2012.8898%201.19718L6.74972%207.33729C6.60282%207.48418%206.39718%207.48418%206.25028%207.33729L0.110169%201.19718C-0.0367232%201.05028%20-0.0367232%200.815254%200.110169%200.69774L0.668362%200.110169C0.815254%20-0.0367232%201.05028%20-0.0367232%201.1678%200.110169L6.51469%205.42768L11.8322%200.110169C11.9497%20-0.0367232%2012.1847%20-0.0367232%2012.3316%200.110169L12.8898%200.69774Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  vertical-align: middle;
  width: 10px;
}

.dropdown:hover .btn {
  background-color: #011558;
}

.dropdown:hover .btn::after {
  transform: rotate(180deg);
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.accordion .accordion-collapse.collapse,
.menu-collapse .menu-item-collapse.collapse {
  visibility: visible;
}

.accordion .accordion-collapse.collapse:not(.show),
.menu-collapse .menu-item-collapse.collapse:not(.show) {
  display: none;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow-anchor: none;
}

.accordion-button::after {
  background-position: center;
  border: 1px solid #EDF1FF;
  border-radius: 100%;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  content: "";
  background-color: #EDF1FF;
  background-image: url('../images/icon-plus.svg');
  background-repeat: no-repeat;
  background-size: 14px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url('../images/icon-minus.svg');
  background-color: transparent;
  border-color: #2E5BF2;
}

@media (min-width: 768px) {
  .accordion-button::after {
    width: 38px;
    height: 38px;
    background-size: 16px;
  }
}

.menu-item-collapse-btn::after {
  content: '';
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%228%22%20viewBox%3D%220%200%2013%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.8898%200.69774C13.0367%200.815254%2013.0367%201.05028%2012.8898%201.19718L6.74972%207.33729C6.60282%207.48418%206.39718%207.48418%206.25028%207.33729L0.110169%201.19718C-0.0367232%201.05028%20-0.0367232%200.815254%200.110169%200.69774L0.668362%200.110169C0.815254%20-0.0367232%201.05028%20-0.0367232%201.1678%200.110169L6.51469%205.42768L11.8322%200.110169C11.9497%20-0.0367232%2012.1847%20-0.0367232%2012.3316%200.110169L12.8898%200.69774Z%22%20fill%3D%22%232449BF%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  height: 8px;
  margin-left: auto;
  vertical-align: middle;
  width: 13px;
}

.menu-item-collapse-btn:not(.collapsed)::after {
  transform: rotate(180deg);
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity .15s linear;
}

.nav-tabs .nav-link.active {
  border-color: #566BAF;
  color: #0E2B8D;
}

.nav-underline {
  border-bottom: 1px solid #2449BF;
}

.nav-underline .nav-link.active {
  border-color: #2449BF;
  color: #0E2B8D;
  opacity: 1;
}

.main-header {
  background: #0E2B8D;
}

.main-header .logo-blue {
  display: none;
}

.main-header .nav-item-menu,
.main-header .dropdown .btn {
  color: #fff;
}

.main-header .cta-btn {
  background: #fff;
  color: #0E2B8D;
}

.main-header.light .cta-btn {
  background: #0E2B8D;
  color: #fff;
}

.main-header.light .nav-item-menu,
.main-header.light .dropdown .btn {
  color: #0E2B8D;
}

.main-header .dropdown:hover .btn,
.main-header .nav-item-menu:hover,
.main-header .nav-item-menu:focus {
  color: #fff;
}

.hero-home {
  background-image:url('../images/hero/home-mobile.png');
}

@media (min-width: 1024px) {
  .main-header {
    background: #0E2B8D;
  }

  .main-header.light {
    background: #fff;
  }

  .main-header .logo-blue {
    display: none;
  }

  .main-header.light .logo-blue {
    display: inline-block;
  }

  .main-header.light .logo-white {
    display: none;
  }
}

@media (min-width: 1536px) {
  .hero-home {
    background-image:url('../images/hero/home.png');
  }
}

.hover\:border-\[\#0E2B8D\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 43 141 / var(--tw-border-opacity));
}

.hover\:border-\[\#566BAF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(86 107 175 / var(--tw-border-opacity));
}

.hover\:border-b-\[\#2449BF\]:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(36 73 191 / var(--tw-border-opacity));
}

.hover\:bg-\[\#011558\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 21 88 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0E2B8D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 43 141 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-\[\#0E2B8D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(14 43 141 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:border-\[\#0E2B8D\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 43 141 / var(--tw-border-opacity));
}

.focus\:border-\[\#566BAF\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(86 107 175 / var(--tw-border-opacity));
}

.focus\:border-b-\[\#2449BF\]:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(36 73 191 / var(--tw-border-opacity));
}

.focus\:bg-\[\#011558\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(1 21 88 / var(--tw-bg-opacity));
}

.focus\:bg-\[\#0E2B8D\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 43 141 / var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:text-\[\#0E2B8D\]:focus {
  --tw-text-opacity: 1;
  color: rgb(14 43 141 / var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.group:hover .group-hover\:bg-\[\#0E2B8D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 43 141 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:focus .group-focus\:bg-\[\#0E2B8D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 43 141 / var(--tw-bg-opacity));
}

.group:focus .group-focus\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:text-\[22px\] {
    font-size: 22px;
  }

  .sm\:text-\[32px\] {
    font-size: 32px;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:leading-\[30px\] {
    line-height: 30px;
  }

  .sm\:leading-\[40px\] {
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .md\:order-none {
    order: 0;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:-mx-\[10px\] {
    margin-left: -10px;
    margin-right: -10px;
  }

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

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mr-\[114px\] {
    margin-right: 114px;
  }

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

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

  .md\:mt-\[110px\] {
    margin-top: 110px;
  }

  .md\:mt-\[160px\] {
    margin-top: 160px;
  }

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

  .md\:mt-\[74px\] {
    margin-top: 74px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[140px\] {
    height: 140px;
  }

  .md\:h-\[37px\] {
    height: 37px;
  }

  .md\:h-\[70px\] {
    height: 70px;
  }

  .md\:h-\[728px\] {
    height: 728px;
  }

  .md\:h-\[90px\] {
    height: 90px;
  }

  .md\:min-h-\[260px\] {
    min-height: 260px;
  }

  .md\:min-h-\[320px\] {
    min-height: 320px;
  }

  .md\:min-h-\[384px\] {
    min-height: 384px;
  }

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

  .md\:w-11\/12 {
    width: 91.666667%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

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

  .md\:space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-\[50px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(50px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(50px * var(--tw-space-y-reverse));
  }

  .md\:rounded-\[100px\] {
    border-radius: 100px;
  }

  .md\:rounded-\[25px\] {
    border-radius: 25px;
  }

  .md\:rounded-\[35px\] {
    border-radius: 35px;
  }

  .md\:rounded-\[50px\] {
    border-radius: 50px;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-bl-\[50px\] {
    border-bottom-left-radius: 50px;
  }

  .md\:rounded-br-\[50px\] {
    border-bottom-right-radius: 50px;
  }

  .md\:bg-\[length\:46\%\] {
    background-size: 46%;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

  .md\:p-\[40px\] {
    padding: 40px;
  }

  .md\:p-\[65px\] {
    padding: 65px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .md\:px-\[104px\] {
    padding-left: 104px;
    padding-right: 104px;
  }

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

  .md\:px-\[116px\] {
    padding-left: 116px;
    padding-right: 116px;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[44px\] {
    padding-left: 44px;
    padding-right: 44px;
  }

  .md\:px-\[46px\] {
    padding-left: 46px;
    padding-right: 46px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:px-\[76px\] {
    padding-left: 76px;
    padding-right: 76px;
  }

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

  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .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\:py-\[105px\] {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .md\:py-\[112px\] {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .md\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:py-\[27px\] {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pb-\[75px\] {
    padding-bottom: 75px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-\[20px\] {
    padding-top: 20px;
  }

  .md\:pt-\[28px\] {
    padding-top: 28px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[18\.4px\] {
    line-height: 18.4px;
  }

  .md\:leading-\[20\.71px\] {
    line-height: 20.71px;
  }

  .md\:leading-\[20\.7px\] {
    line-height: 20.7px;
  }

  .md\:leading-\[21\.14px\] {
    line-height: 21.14px;
  }

  .md\:leading-\[21\.6px\] {
    line-height: 21.6px;
  }

  .md\:leading-\[27\.5px\] {
    line-height: 27.5px;
  }

  .md\:leading-\[27\.9px\] {
    line-height: 27.9px;
  }

  .md\:leading-\[28\.75px\] {
    line-height: 28.75px;
  }

  .md\:leading-\[28\.9px\] {
    line-height: 28.9px;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[30\.4px\] {
    line-height: 30.4px;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[31\.71px\] {
    line-height: 31.71px;
  }

  .md\:leading-\[33\.6px\] {
    line-height: 33.6px;
  }

  .md\:leading-\[34\.2px\] {
    line-height: 34.2px;
  }

  .md\:leading-\[34\.5px\] {
    line-height: 34.5px;
  }

  .md\:leading-\[35\.1px\] {
    line-height: 35.1px;
  }

  .md\:leading-\[36px\] {
    line-height: 36px;
  }

  .md\:leading-\[38px\] {
    line-height: 38px;
  }

  .md\:leading-\[42px\] {
    line-height: 42px;
  }

  .md\:leading-\[44\.8px\] {
    line-height: 44.8px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[51\.25px\] {
    line-height: 51.25px;
  }

  .md\:leading-\[55\.2px\] {
    line-height: 55.2px;
  }

  .md\:leading-\[55px\] {
    line-height: 55px;
  }

  .md\:leading-\[62\.1px\] {
    line-height: 62.1px;
  }

  .md\:leading-\[62px\] {
    line-height: 62px;
  }

  .md\:leading-\[64\.4px\] {
    line-height: 64.4px;
  }

  .md\:leading-\[64px\] {
    line-height: 64px;
  }

  .md\:leading-\[65px\] {
    line-height: 65px;
  }

  .md\:leading-\[66\.7px\] {
    line-height: 66.7px;
  }

  .md\:leading-\[70\.2px\] {
    line-height: 70.2px;
  }

  .md\:leading-\[75\.4px\] {
    line-height: 75.4px;
  }
}

@media (min-width: 1024px) {
  .lg\:order-none {
    order: 0;
  }

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

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px;
  }

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

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

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

  .lg\:ml-16 {
    margin-left: 4rem;
  }

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

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

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-\[length\:60\%\] {
    background-size: 60%;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .xl\:mb-\[72px\] {
    margin-bottom: 72px;
  }

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

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

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

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

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

  .xl\:w-3\/4 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

  .xl\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

  .xl\:bg-contain {
    background-size: contain;
  }

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

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

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

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

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

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

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

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

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

  .xl\:text-\[44px\] {
    font-size: 44px;
  }
}