*, ::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.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::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]:where(:not([hidden="until-found"])) {
  display: none;
}
  html {
    font-family: "Avenir", sans-serif;
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  --tw-border-opacity: 1;
  border-color: rgb(6 56 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(6 56 101 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.btn-primary:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5 12.5H19M19 12.5L12 5.5M19 12.5L12 19.5' stroke='%23063865' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
.btn-primary::after {
    content: "";
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7 17.5L17 7.5M17 7.5H7M17 7.5V17.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  --tw-border-opacity: 1;
  border-color: rgb(6 56 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 56 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-secondary:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5 12.5H19M19 12.5L12 5.5M19 12.5L12 19.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
.btn-secondary::after {
    content: "";
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7 17.5L17 7.5M17 7.5H7M17 7.5V17.5' stroke='%23063865' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
.tag-restorative {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(94 166 64 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tag-periodontic {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 103 37 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tag-periodontics {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(226 103 37 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tag-preventative {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 92 113 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tag-endodontic {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(185 213 49 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tag-small-equipment {
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.description-content {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.description-content > p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0px;
}
.description-content > p strong {
  font-weight: 800;
}
.description-content > p > a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.description-content > h1 {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .description-content > h1 {
    font-size: 4rem;
    line-height: normal;
    letter-spacing: 0px;
  }
}
.description-content > h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .description-content > h2 {
    font-size: 3rem;
    line-height: normal;
    letter-spacing: 0px;
  }
}
.description-content > h3 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .description-content > h3 {
    font-size: 2.25rem;
    line-height: normal;
    letter-spacing: 0px;
  }
}
.description-content > h4 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.description-content > ul {
  margin-top: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.description-content > ul > li {
  margin-bottom: 0.5rem;
}
.post-content {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.post-content > ul {
  margin-top: 1rem;
  padding-left: 1.5rem;
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
    list-style-type: disc;
}
.post-content > ul > li {
  position: relative;
  margin-bottom: 1.6875rem;
}
.post-content > ul > li::marker {
    color: #008dab;
  }
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[1\.25rem\] {
  right: 1.25rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[2\.5rem\] {
  top: 2.5rem;
}
.z-10 {
  z-index: 10;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mt-12 {
  margin-top: -3rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-\[164px\] {
  margin-right: 164px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[527\/572\] {
  aspect-ratio: 527/572;
}
.aspect-\[615\/427\] {
  aspect-ratio: 615/427;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[296px\] {
  height: 296px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[463px\] {
  min-height: 463px;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.w-0 {
  width: 0px;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[46\.8\%\] {
  width: 46.8%;
}
.w-\[63\.3\%\] {
  width: 63.3%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-1015 {
  max-width: 63.4375rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[15\.625rem\] {
  max-width: 15.625rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[38\.4rem\] {
  max-width: 38.4rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[65\.5rem\] {
  max-width: 65.5rem;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.-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));
}
.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));
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(320px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-15 {
  gap: 3.75rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[3\.2rem\] {
  gap: 3.2rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-32 {
  border-radius: 2rem;
}
.rounded-4 {
  border-radius: 0.25rem;
}
.rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}
.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-b-\[0\.25rem\] {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-1\.5 {
  border-width: 0.09375rem;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-1\.5 {
  border-bottom-width: 0.09375rem;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-solid {
  border-style: solid;
}
.border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(6 56 101 / var(--tw-border-opacity, 1));
}
.border-dark-blue\/10 {
  border-color: rgb(6 56 101 / 0.1);
}
.border-light-gray {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}
.border-small-equipment {
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-endodontic {
  --tw-border-opacity: 1;
  border-top-color: rgb(185 213 49 / var(--tw-border-opacity, 1));
}
.border-t-periodontic {
  --tw-border-opacity: 1;
  border-top-color: rgb(226 103 37 / var(--tw-border-opacity, 1));
}
.border-t-preventative {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 92 113 / var(--tw-border-opacity, 1));
}
.border-t-restorative {
  --tw-border-opacity: 1;
  border-top-color: rgb(94 166 64 / var(--tw-border-opacity, 1));
}
.border-t-small-equipment {
  --tw-border-opacity: 1;
  border-top-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
}
.bg-\[\#072134\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 33 52 / var(--tw-bg-opacity, 1));
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 56 101 / var(--tw-bg-opacity, 1));
}
.bg-endodontic {
  --tw-bg-opacity: 1;
  background-color: rgb(185 213 49 / var(--tw-bg-opacity, 1));
}
.bg-ice-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-ice-white {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 249 / var(--tw-bg-opacity, 1));
}
.bg-periodontic {
  --tw-bg-opacity: 1;
  background-color: rgb(226 103 37 / var(--tw-bg-opacity, 1));
}
.bg-periodontics {
  --tw-bg-opacity: 1;
  background-color: rgb(226 103 37 / var(--tw-bg-opacity, 1));
}
.bg-preventative {
  --tw-bg-opacity: 1;
  background-color: rgb(0 92 113 / var(--tw-bg-opacity, 1));
}
.bg-restorative {
  --tw-bg-opacity: 1;
  background-color: rgb(94 166 64 / var(--tw-bg-opacity, 1));
}
.bg-small-equipment {
  --tw-bg-opacity: 1;
  background-color: rgb(189 189 189 / var(--tw-bg-opacity, 1));
}
.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 141 171 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 1\)_0\%\2c rgba\(0\2c 141\2c 171\2c 0\.12\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(0,141,171,0.12) 100%);
}
.bg-\[linear-gradient\(90deg\2c \#D5E7EB_0\%\2c \#F4F5F1_48\.08\%\2c \#E7EDCA_100\%\)\] {
  background-image: linear-gradient(90deg,#D5E7EB 0%,#F4F5F1 48.08%,#E7EDCA 100%);
}
.bg-dark-blue-radial {
  background-image: radial-gradient(108.46% 68.29% at 100% 100.08%, #008DAB 0%, rgba(0,141,171,0) 100%);
}
.bg-gradient-text-block {
  background-image: linear-gradient(81deg, #F4F8F9 18.41%, #C3D7E2 99.68%);
}
.bg-soft-gradient {
  background-image: url('./assets/soft-gradient.webp');
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[1\.1875rem\] {
  font-size: 1.1875rem;
}
.text-\[1\.3125rem\] {
  font-size: 1.3125rem;
}
.text-\[120px\] {
  font-size: 120px;
}
.text-body-large {
  font-size: 1.3125rem;
}
.text-h1-mobile {
  font-size: 3rem;
  line-height: normal;
  letter-spacing: 0px;
}
.text-h2-mobile {
  font-size: 2.25rem;
  line-height: normal;
  letter-spacing: 0px;
}
.text-h3-desktop {
  font-size: 2.25rem;
  line-height: normal;
  letter-spacing: 0px;
}
.text-h3-mobile {
  font-size: 1.75rem;
  line-height: normal;
  letter-spacing: 0px;
}
.text-h4-desktop {
  font-size: 1.75rem;
  line-height: normal;
  letter-spacing: 0px;
}
.text-h5-desktop {
  font-size: 1.3125rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-p-base {
  font-size: 1.125rem;
  line-height: normal;
  letter-spacing: 0px;
}
.text-p-medium {
  font-size: 1.1875rem;
  line-height: normal;
  letter-spacing: 0px;
}
.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-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.text-\[\#008DAB\] {
  --tw-text-opacity: 1;
  color: rgb(0 141 171 / var(--tw-text-opacity, 1));
}
.text-\[\#525252\] {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(0 141 171 / var(--tw-text-opacity, 1));
}
.text-type-grey {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.product-bg-endodontic {
    background: radial-gradient(250% 100% at 0% 0%, #ffffff 40%, #b9d531 100%);
  }
@media (min-width: 768px) {
    .product-bg-endodontic {
      background: linear-gradient(to right, #ffffff, #b9d531);
    }
  }
.product-bg-restorative {
    background: radial-gradient(250% 100% at 0% 0%, #ffffff 40%, #5ea640 100%);
  }
@media (min-width: 768px) {
    .product-bg-restorative {
      background: linear-gradient(to right, #ffffff, #5ea640);
    }
  }
.product-bg-periodontics {
    background: radial-gradient(250% 100% at 0% 0%, #ffffff 40%, #E26725 100%);
  }
@media (min-width: 768px) {
    .product-bg-periodontics {
      background: linear-gradient(to right, #ffffff, #E26725);
    }
  }
.product-bg-preventative {
    background: radial-gradient(250% 100% at 0% 0%, #ffffff 40%, #005c71 100%);
  }
@media (min-width: 768px) {
    .product-bg-preventative {
      background: linear-gradient(to right, #ffffff, #005c71);
    }
  }
.product-bg-small-equipment {
    background: radial-gradient(250% 100% at 0% 0%, #ffffff 40%, #bdbdbd 100%);
  }
@media (min-width: 768px) {
    .product-bg-small-equipment {
      background: linear-gradient(to right, #ffffff, #bdbdbd);
    }
  }
.eyebrow-endodontic {
    background-color: #b9d531;
  }
.eyebrow-restorative {
    background-color: #5ea640;
  }
.eyebrow-periodontics {
    background-color: #E26725;
  }
.eyebrow-preventative {
    background-color: #005c71;
  }
.eyebrow-small-equipment {
    background-color: #bdbdbd;
  }
.main-navigation.toggled .main-menu {
  left: 0px;
  overflow-y: scroll;
  height: calc(100vh - var(--header-height));
}
@media (min-width: 1024px) {
  .main-navigation.toggled .main-menu {
    height: auto;
  }
}
.main-navigation .primary-menu {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1440px) {

  .main-navigation .primary-menu {
    max-width: 1440px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.main-navigation .primary-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
@media (min-width: 1024px) {

  .main-navigation .primary-menu {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding-left: 0px;
    padding-right: 0px;
  }

  .main-navigation .primary-menu > .menu-item {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.25rem;
  }

  .main-navigation .primary-menu > .menu-item.menu-item-has-children:hover > .sub-menu {
    display: flex;
  }
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > a::after {
  content: "";
  height: 0.5rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1536px) {

  .main-navigation .primary-menu > .menu-item.menu-item-has-children > a::after {
    height: 1rem;
  }
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M9 1.11557L5.70707 5.06709C5.31818 5.53376 4.68182 5.53376 4.29293 5.06709L1 1.11557' stroke='%23063865' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu {
  position: absolute;
  inset: 0px;
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  .main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu {
    right: auto;
    bottom: auto;
    top: 100%;
    left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: linear-gradient(0deg, rgba(0, 141, 171, 0.3) 0%, rgba(0, 141, 171, 0.3) 100%), #FFF;
  }
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
  padding-left: 1rem;
}
@media (min-width: 1024px) {

  .main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item {
    padding-left: 0px;
  }
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
  font-size: 1.3125rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(6 56 101 / var(--tw-text-opacity, 1));
  }
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item > a:hover {
  font-weight: 600;
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item--back {
  margin-bottom: 1.375rem;
  padding-left: 0px;
}
@media (min-width: 1024px) {

  .main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item--back {
    display: none;
  }
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item--back .menu-back-button {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item--parent {
  margin-bottom: 0.5rem;
  padding-left: 0px;
}
@media (min-width: 1024px) {

  .main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item--parent {
    display: none;
  }
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children > .sub-menu > .menu-item.menu-item--parent .menu-link--parent {
  font-size: 1.3125rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.main-navigation .primary-menu > .menu-item.menu-item-has-children.focus > .sub-menu {
  display: flex;
}
.main-navigation .primary-menu > .menu-item.current_page_item > a {
  --tw-border-opacity: 1;
  border-color: rgb(0 141 171 / var(--tw-border-opacity, 1));
}
.main-navigation .primary-menu > .menu-item > a {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  border-bottom-width: 4px;
  border-style: solid;
  border-color: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px) {

  .main-navigation .primary-menu > .menu-item > a {
    font-size: 15px;
  }
}
@media (min-width: 1536px) {

  .main-navigation .primary-menu > .menu-item > a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.main-menu {
  position: absolute;
  left: -100%;
  z-index: 20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {

  .main-menu {
    position: static;
    width: auto;
  }
}

.main-menu {
  top: calc(100% + 1.5px);
}

.utility-menu {
  position: relative;
}
.utility-menu a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.utility-menu .sub-menu .sub-menu {
  background: transparent !important;
  box-shadow: none !important;
}
.utility-menu .menu-item.menu-item-has-children > a::after {
  content: "";
  height: 0.5rem;
  width: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 1536px) {

  .utility-menu .menu-item.menu-item-has-children > a::after {
    height: 1rem;
  }
}
.utility-menu .menu-item.menu-item-has-children > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M9 1.11557L5.70707 5.06709C5.31818 5.53376 4.68182 5.53376 4.29293 5.06709L1 1.11557' stroke='%23063865' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.utility-menu .menu-item {
  position: relative;
}
@media (min-width: 1024px) {

  .utility-menu .menu-item.menu-item-has-children:hover > .sub-menu {
    display: flex;
  }
}
.utility-menu .menu-item.menu-item-has-children > .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 50;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --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: 1024px) {
  .utility-menu .menu-item.menu-item-has-children > .sub-menu {
    background: linear-gradient(0deg, rgba(0, 141, 171, 0.3) 0%, rgba(0, 141, 171, 0.3) 100%), #FFF;
  }
}
.utility-menu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.utility-menu .sub-menu .menu-item {
  display: block !important;
  white-space: nowrap !important;
  padding-left: 0px !important;
}
.utility-menu .sub-menu .menu-item a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.utility-menu .sub-menu .menu-item a:hover {
  font-weight: 600;
}
.utility-menu .sub-menu .sub-menu {
  position: static;
  margin: 0px;
  display: block;
  background-color: transparent;
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.utility-menu .sub-menu .sub-menu .menu-item {
  padding-left: 0px !important;
}
.utility-menu .sub-menu .sub-menu {
  position: static !important;
}

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

@media (min-width: 1440px) {

  .utility-menu-mobile {
    max-width: 1440px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.utility-menu-mobile {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: block;
}

@media (min-width: 1024px) {

  .utility-menu-mobile {
    display: none;
  }
}
.utility-menu-mobile a {
  display: inline-flex;
  align-items: center;
  gap: 0.125rem;
  border-bottom-width: 4px;
  border-style: solid;
  border-color: transparent;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.highlighted-menu a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  --tw-border-opacity: 1;
  border-color: rgb(6 56 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(6 56 101 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.highlighted-menu a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}

.highlighted-menu a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5 12.5H19M19 12.5L12 5.5M19 12.5L12 19.5' stroke='%23063865' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

.highlighted-menu a::after {
    content: "";
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7 17.5L17 7.5M17 7.5H7M17 7.5V17.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    display: none;
  }

.menu-highlighted-menu-container {
  margin-top: 3.125rem;
}

@media (min-width: 768px) {

  .menu-highlighted-menu-container {
    margin-top: auto;
  }
}
.menu-highlighted-menu-container .highlighted-menu-mobile {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1440px) {

  .menu-highlighted-menu-container .highlighted-menu-mobile {
    max-width: 1440px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media (min-width: 1024px) {

  .menu-highlighted-menu-container .highlighted-menu-mobile {
    display: none;
  }
}
.menu-highlighted-menu-container .highlighted-menu-mobile a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.25rem;
  border-width: 0.09375rem;
  --tw-border-opacity: 1;
  border-color: rgb(6 56 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(6 56 101 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.menu-highlighted-menu-container .highlighted-menu-mobile a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.menu-highlighted-menu-container .highlighted-menu-mobile a:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M5 12.5H19M19 12.5L12 5.5M19 12.5L12 19.5' stroke='%23063865' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
.menu-highlighted-menu-container .highlighted-menu-mobile a::after {
    content: "";
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M7 17.5L17 7.5M17 7.5H7M17 7.5V17.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

.search-container.opened .input-search {
  width: auto;
  flex: 1 1 0%;
  opacity: 1;
}
.search-container.opened .open-search {
  display: none;
}
.search-container.opened .close-search {
  display: flex;
}
.search-container .input-search {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.94118 10.8099C8.67012 10.8099 10.8824 8.59766 10.8824 5.86872C10.8824 3.13979 8.67012 0.927551 5.94118 0.927551C3.21224 0.927551 1 3.13979 1 5.86872C1 8.59766 3.21224 10.8099 5.94118 10.8099Z' stroke='%23063865' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.9999 12.9276L9.5791 9.50675' stroke='%23063865' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 8px center;
}

.footer-menu .menu-item > a {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer-menu .menu-item > a:hover {
  text-decoration: underline;
}
.loader {
  height: 3rem;
  width: 3rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(6 56 101 / var(--tw-border-opacity, 1));
  border-bottom-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navigation.pagination {
  margin-top: 6rem;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}
.navigation.pagination .page-numbers {
  font-family: Avenir, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  color: #000;
  padding: 0.3125rem 0.25rem;
}
.navigation.pagination .page-numbers:not(.prev):not(.next) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.375rem;
}
.navigation.pagination .page-numbers.dots {
  width: auto;
  height: auto;
}
.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
}
.navigation.pagination .page-numbers.current {
  color: #008DAB;
  pointer-events: none;
}
.navigation.pagination a.page-numbers:not(.prev):not(.next):hover {
  color: #063865;
}
.wpcf7-form {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {

  .wpcf7-form {
    padding-top: 0px;
    padding-bottom: 6rem;
  }
}
.wpcf7-form label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form select,
.wpcf7-form textarea {
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: rgb(0 0 0 / 0.75);
}
.wpcf7-form textarea {
  height: 12.5rem;
}
.wpcf7-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.071 13.314L17.021 8.364C17.1133 8.26849 17.2236 8.19231 17.3456 8.1399C17.4676 8.08749 17.5988 8.05991 17.7316 8.05875C17.8644 8.0576 17.9961 8.0829 18.119 8.13318C18.2419 8.18346 18.3535 8.25772 18.4474 8.35161C18.5413 8.4455 18.6156 8.55715 18.6658 8.68005C18.7161 8.80295 18.7414 8.93463 18.7403 9.06741C18.7391 9.20018 18.7115 9.3314 18.6591 9.45341C18.6067 9.57541 18.5305 9.68576 18.435 9.778L12.778 15.435C12.5905 15.6225 12.3362 15.7278 12.071 15.7278C11.8059 15.7278 11.5515 15.6225 11.364 15.435L5.70702 9.778C5.61151 9.68576 5.53533 9.57541 5.48292 9.45341C5.43051 9.3314 5.40292 9.20018 5.40177 9.06741C5.40062 8.93463 5.42592 8.80295 5.4762 8.68005C5.52648 8.55715 5.60073 8.4455 5.69463 8.35161C5.78852 8.25772 5.90017 8.18346 6.02307 8.13318C6.14596 8.0829 6.27764 8.0576 6.41042 8.05875C6.5432 8.05991 6.67442 8.08749 6.79643 8.1399C6.91843 8.19231 7.02877 8.26849 7.12102 8.364L12.071 13.314Z' fill='%23525252'/%3E%3C/svg%3E%0A");
  background-position: right 1rem center;
}
.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(178 45 36 / var(--tw-text-opacity, 1));
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.hover\:border-dark-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 56 101 / var(--tw-border-opacity, 1));
}
.hover\:text-\[\#063865\]:hover {
  --tw-text-opacity: 1;
  color: rgb(6 56 101 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 640px) {

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

  .sm\:text-h1-desktop {
    font-size: 4rem;
    line-height: normal;
    letter-spacing: 0px;
  }

  .sm\:text-h2-desktop {
    font-size: 3rem;
    line-height: normal;
    letter-spacing: 0px;
  }

  .sm\:text-h3-desktop {
    font-size: 2.25rem;
    line-height: normal;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {

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

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

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

  .md\:max-w-1248 {
    max-width: 78rem;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .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-\[300px_300px\] {
    grid-template-columns: 300px 300px;
  }

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

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

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

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

  .md\:gap-13 {
    gap: 3.25rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

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

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-25 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-\[6rem\] {
    padding-top: 6rem;
  }

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-h2-desktop {
    font-size: 3rem;
    line-height: normal;
    letter-spacing: 0px;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:max-w-\[33rem\] {
    max-width: 33rem;
  }

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

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

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

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

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

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

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:gap-22 {
    gap: 5.5rem;
  }

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-2 {
    row-gap: 0.5rem;
  }

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

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

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

  .lg\:text-h1-desktop {
    font-size: 4rem;
    line-height: normal;
    letter-spacing: 0px;
  }
}
@media (min-width: 1280px) {

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

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