/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Author: Rakesh Mandal
    URI: www.rakeshmandal.com
    Last modified: 13-08-2024
    Version: 1.6
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: 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: "BIZ UDPGothic", 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;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h1 {
    font-size: 48px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h2 {
    font-size: 32px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.05em;
}

@media (min-width: 983px) {
  h5 {
    font-size: 1.25rem;
  }
}

/* p {
    @apply text-xs leading-relaxed md:text-base;
  } */

*, ::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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

/* Button variations */

.btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 0.05em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 983px) {
  .btn {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 160%;
  }
}

.main-cta {
  width: 171px;
}

@media (min-width: 983px) {
  .main-cta {
    width: 360px;
  }
}

.btn-primary {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 158 / var(--tw-bg-opacity));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 40 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(212 246 252 / var(--tw-text-opacity));
}

.btn-secondary {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(91 190 206 / var(--tw-bg-opacity));
}

.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 40 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(212 246 252 / var(--tw-text-opacity));
}

/* Speech Bubbles */

/* .speech-bubble-arrow-bottom {
    @apply before:bottom-[-37.8px] before:border-t-current after:bottom-[-31px] after:border-t-white;
  } */

.speech-bubble-bottom-left {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-bottom-left::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-left::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-left::before {
  bottom: -37.8px;
  left: 80px;
  border-bottom-color: transparent;
  border-left-color: rgb(234 135 18 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(234 135 18 / var(--tw-border-opacity));
}

.speech-bubble-bottom-left::after {
  bottom: -31px;
  left: 83px;
  border-bottom-color: transparent;
  border-left-color: rgb(255 246 207 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(255 246 207 / var(--tw-border-opacity));
}

.speech-bubble-bottom-right {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-bottom-right::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-right::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-bottom-right::before {
  bottom: -37.8px;
  right: 80px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: rgb(0 128 158 / var(--tw-border-opacity));
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(0 128 158 / var(--tw-border-opacity));
}

.speech-bubble-bottom-right::after {
  bottom: -31px;
  right: 83px;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: rgb(212 246 252 / var(--tw-border-opacity));
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(212 246 252 / var(--tw-border-opacity));
}

.speech-bubble-top-left {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-top-left::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-left::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-left::before {
  left: 80px;
  top: -37.8px;
  border-bottom-color: rgb(0 128 158 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(0 128 158 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  border-top-color: transparent;
}

.speech-bubble-top-left::after {
  left: 83px;
  top: -31px;
  border-bottom-color: rgb(212 246 252 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(212 246 252 / var(--tw-border-opacity));
  border-right-color: transparent;
  content: var(--tw-content);
  border-top-color: transparent;
}

.speech-bubble-top-right {
  position: relative;
  border-width: 3px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.speech-bubble-top-right::before {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 17.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-right::after {
  position: absolute;
  height: 0px;
  width: 0px;
  border-width: 16.5px;
  border-style: solid;
  --tw-content: '';
  content: var(--tw-content);
}

.speech-bubble-top-right::before {
  right: 80px;
  top: -37.8px;
  border-bottom-color: rgb(234 135 18 / var(--tw-border-opacity));
  border-left-color: transparent;
  --tw-border-opacity: 1;
  border-right-color: rgb(234 135 18 / var(--tw-border-opacity));
  content: var(--tw-content);
  border-top-color: transparent;
}

.speech-bubble-top-right::after {
  right: 83px;
  top: -31px;
  border-bottom-color: rgb(255 246 207 / var(--tw-border-opacity));
  border-left-color: transparent;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 246 207 / var(--tw-border-opacity));
  content: var(--tw-content);
  border-top-color: transparent;
}

.full-width-mobile {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

@media (min-width: 983px) {
  .full-width-mobile {
    position: static;
    left: 0px;
    right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

/* .step-box::after {
    content: "";
    @apply absolute bottom-0 left-[46px] inline-block h-0 w-0 md:bottom-auto md:left-auto md:right-[-25px] md:top-[75px];

    @apply border-solid border-transparent md:border-l-green-3 ;

    @apply md:border-y-[19.5px] md:border-l-[25px] md:border-r-0;

    Bottom-facing triangle (default for mobile)
    @apply border-x-[19.5px] border-b-0 border-t-[25px] border-t-green-3;
  }

  .step-box:nth-child(2)::after {
    @apply border-l-[#4BB4C6];
  }

  .step-box:last-child::after {
    content: inherit;
  } */

/*  */

.fancy-box {
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 128 158 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(212 246 252 / var(--tw-bg-opacity));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 46px;
  padding-bottom: 46px;
  --tw-text-opacity: 1;
  color: rgb(13 67 89 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 983px) {
  .fancy-box {
    padding-left: 30px;
    padding-right: 87px;
  }
}

.social-items-anchor {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.05em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.social-items-anchor:hover {
  opacity: 0.75;
}

/* Modal */

.modal {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* @apply bg-black fixed inset-0 z-50 flex items-center justify-center overflow-hidden bg-opacity-50; */
}

.modal .modal-content {
  display: flex;
  height: auto;
  max-height: 95vh;
  width: 90vw;
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 983px) {
  .modal .modal-content {
    width: 740px;
  }
}

.modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 20px;
}

@media (min-width: 983px) {
  .modal .modal-header {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.modal .modal-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1.25rem;
}

@media (min-width: 983px) {
  .modal .modal-body {
    padding: 2.5rem;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

.m-auto {
  margin: auto;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

.mt-4 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-\[127px\] {
  width: 127px;
  height: 127px;
}

.h-16 {
  height: 4rem;
}

.h-\[0\.5px\] {
  height: 0.5px;
}

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

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

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

.h-\[51\.3px\] {
  height: 51.3px;
}

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

.h-\[63\.46px\] {
  height: 63.46px;
}

.h-\[84\.61px\] {
  height: 84.61px;
}

.h-auto {
  height: auto;
}

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

.min-h-\[95vh\] {
  min-height: 95vh;
}

.w-16 {
  width: 4rem;
}

.w-48 {
  width: 12rem;
}

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

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

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

.w-\[63\.46px\] {
  width: 63.46px;
}

.w-\[84\.61px\] {
  width: 84.61px;
}

.w-full {
  width: 100%;
}

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

.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-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-full {
  --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));
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fadeIn {
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-slideInUp {
  animation: slideInUp 0.3s ease-out forwards;
}

@keyframes slideOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20%);
  }
}

.animate-slideOutDown {
  animation: slideOutDown 0.2s ease-out forwards;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

.border-l-8 {
  border-left-width: 8px;
}

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

.border-green-4 {
  --tw-border-opacity: 1;
  border-color: rgb(91 190 206 / var(--tw-border-opacity));
}

.border-green-5 {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 158 / var(--tw-border-opacity));
}

.border-orange-5 {
  --tw-border-opacity: 1;
  border-color: rgb(234 135 18 / var(--tw-border-opacity));
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

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

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

.bg-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-green-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 246 252 / var(--tw-bg-opacity));
}

.bg-green-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 190 206 / var(--tw-bg-opacity));
}

.bg-green-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 158 / var(--tw-bg-opacity));
}

.bg-green-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 40 58 / var(--tw-bg-opacity));
}

.bg-orange-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 207 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

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

.bg-radial {
  background-image: radial-gradient(var(--tw-gradient-stops));
}

.from-\[\#066580\] {
  --tw-gradient-from: #066580 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 101 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-6 {
  --tw-gradient-from: #0D4359 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 67 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green-5 {
  --tw-gradient-to: #00809E var(--tw-gradient-to-position);
}

.to-green-6 {
  --tw-gradient-to: #0D4359 var(--tw-gradient-to-position);
}

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

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

.stroke-current {
  stroke: currentColor;
}

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

.p-4 {
  padding: 1rem;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

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

.font-sans {
  font-family: "BIZ UDPGothic", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

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

.text-\[23\.4px\] {
  font-size: 23.4px;
}

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

.text-base {
  font-size: 1.25rem;
}

.text-sm {
  font-size: 1.125rem;
}

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

.text-xxs {
  font-size: 0.75rem;
}

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

.font-normal {
  font-weight: 400;
}

.leading-normal {
  line-height: 160%;
}

.leading-relaxed {
  line-height: 180%;
}

.tracking-tight {
  letter-spacing: 0.05em;
}

.text-green-3 {
  --tw-text-opacity: 1;
  color: rgb(155 219 234 / var(--tw-text-opacity));
}

.text-green-5 {
  --tw-text-opacity: 1;
  color: rgb(0 128 158 / var(--tw-text-opacity));
}

.text-green-6 {
  --tw-text-opacity: 1;
  color: rgb(13 67 89 / var(--tw-text-opacity));
}

.text-green-7 {
  --tw-text-opacity: 1;
  color: rgb(7 40 58 / var(--tw-text-opacity));
}

.text-orange-6 {
  --tw-text-opacity: 1;
  color: rgb(86 44 16 / 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-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring {
  --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(3px + 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);
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.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, text-decoration-color, fill, stroke;
  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;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.section-padding {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

@media (min-width: 983px) {
  .section-padding {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.section-circle-padding-normalize {
  /* 250px */
  padding-bottom: calc(6.25rem * 2 + 50px);
}

@media (min-width: 983px) {
  .section-circle-padding-normalize {
    /* 337px */
    padding-bottom: calc(10rem * 2 + 17px);
  }
}

/* Dialog handling */

@media (prefers-reduced-motion: no-preference) {
  dialog:not([open]) {
    opacity: 0;
    transform: scale(0.9);
  }
}

.hover\:border-green-5:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 158 / var(--tw-border-opacity));
}

.hover\:text-green-4:hover {
  --tw-text-opacity: 1;
  color: rgb(91 190 206 / var(--tw-text-opacity));
}

.hover\:text-green-7:hover {
  --tw-text-opacity: 1;
  color: rgb(7 40 58 / var(--tw-text-opacity));
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

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

.focus\:ring-green-7:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 40 58 / var(--tw-ring-opacity));
}

.focus\:ring-opacity-75:focus {
  --tw-ring-opacity: 0.75;
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:focus .group-focus\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

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

@media (max-width: 401px) {
  .max-\[401px\]\:hidden {
    display: none;
  }
}

@media (max-width: 370px) {
  .max-\[370px\]\:hidden {
    display: none;
  }
}

@media (max-width: 363px) {
  .max-\[363px\]\:hidden {
    display: none;
  }
}

@media (min-width: 983px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:left-\[48px\] {
    left: 48px;
  }

  .md\:top-\[43\.3px\] {
    top: 43.3px;
  }

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

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

  .md\:m-auto {
    margin: auto;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:gap-brand-20 {
    gap: 20px;
  }

  .md\:rounded-\[1030\.5px\] {
    border-radius: 1030.5px;
  }

  .md\:bg-desktop {
    background-image: url('../images/backgrounds/background-desktop.png');
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .md\:text-base {
    font-size: 1.25rem;
  }

  .md\:text-lg {
    font-size: 1.5rem;
  }

  .md\:text-sm {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.75rem;
  }
}


