/*
! tailwindcss v3.1.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: #e5e7eb;
  /* 2 */
}

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

:root {
  --bluegray-700: #363b5f;
  --bluegray-800: #2d324f;
  --indigo-900: #222e62;
  --yellow-500: #ebb836;
  --offwhite-50: #fffcf6;
  --offwhite-100: #fbf3e8;
  scroll-margin-top: 2ex;
}

@font-face {
  font-family: 'classica_prolight';

  font-weight: normal;

  font-style: normal;

  src: url('classica_prolight.woff2') format('woff2'), url('classica_prolight.woff') format('woff');
}

@font-face {
  font-family: 'classica_prodemi';

  font-weight: normal;

  font-style: normal;

  src: url('classica_prodemi.woff2') format('woff2'), url('classica_prodemi.woff') format('woff');
}

body {
  background-color: var(--bluegray-800);
  overflow-x: hidden;
  color: white;
  font-family: Inter, sans-serif;
  font-size: 100%;
}

h1,
    h2 {
  line-height: 1.1;
  font-weight: 800;
}

h1 {
  font-size: clamp(4.5rem, 1rem + 7vw, 6.875rem);
}

h2 {
  line-height: 1;
  font-size: clamp(3.2rem, 1rem + 6vw, 5.875rem);
}

h3 {
  font-weight: 400;
}

main {
  margin-top: 5rem;
}

@media (min-width: 1024px) {
  main {
    margin-top: 12rem;
  }
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
}

.top-bar-container {
  background-color: var(--bluegray-700);
}

.top-bar-container .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.top-bar-container a {
  display: none;
}

@media (min-width: 640px) {
  .top-bar-container a {
    display: block;
  }
}

.site-header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .site-header {
    margin-top: 4.5rem;
  }
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header .container > div {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .site-header .container > div {
    width: 100%;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .site-header__logo {
    display: flex;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.site-header__logo img {
  width: 10rem;
}

@media (min-width: 768px) {
  .site-header__logo img {
    width: 12rem;
  }
}

@media (min-width: 1024px) {
  .site-header__logo div {
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

.site-header__logo span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  font-family: classica_prolight, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .site-header__logo span {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
}

#primary-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 90;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  padding-top: 8rem;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  #primary-nav {
    position: static;
    left: 50%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

#primary-nav a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #primary-nav a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  #primary-nav a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.hamburger {
  z-index: 100;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}

.intro {
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column-reverse;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .intro {
    margin-bottom: 16rem;
    font-size: 1.75rem;
    line-height: 1.7;
  }
}

@media (min-width: 1024px) {
  .intro {
    display: grid;
  }
}

@media (min-width: 1440px) {
  .intro {
    margin-bottom: 350px;
  }
}

.intro > div {
  line-height: 1.7;
}

@media (min-width: 1024px) {
  .intro > div {
    z-index: 10;
    grid-column: 1 / -1;
    grid-row-start: 1;
  }
}

@media (min-width: 640px) {
  .intro > div {
    margin-top: -3rem
  }
}

@media (min-width: 768px) {
  .intro > div {
    margin-top: -7rem;
    max-width: 38ch
  }
}

@media (min-width: 1024px) {
  .intro > div {
    margin-top: -4rem
  }
}

.intro h1 {
  color: var(--offwhite-100);
}

.intro img {
  grid-row-start: 1;
  width: 50%;
  align-self: flex-end;
}

@media (min-width: 1024px) {
  .intro img {
    grid-column: 1 / -1;
    justify-self: end;
  }
}

@media (min-width: 1280px) {
  .intro img {
    width: auto;
  }
}

.intro .text-link-arrow svg {
  stroke: white;
}

@media (min-width: 768px) {
  .w-border {
    border-top-right-radius: 3em;
    padding-block: 2.8125rem
  }
}

.section-i {
  background-color: var(--offwhite-50);
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: var(--bluegray-800);
}

@media (min-width: 768px) {
  .section-i {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .section-i {
    display: flex;
  }
}

.section-i > img {
  height: 21rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .section-i > img {
    height: 28rem;
  }
}

@media (min-width: 1024px) {
  .section-i > img {
    height: 32rem;
  }
}

@media (min-width: 1280px) {
  .section-i > img {
    height: auto;
    width: 24rem;
  }
}

@media (min-width: 1440px) {
  .section-i > img {
    width: auto;
  }
}

.section-i .container {
  border-top-left-radius: 3em;
  position: relative;
  background-color: var(--offwhite-50);
}

@media (min-width: 1280px) {
  .section-i .container {
    top: -7rem;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .section-i .container {
    flex: 1 1 0%;
  }
}

.section-i .container > div {
  position: relative;
  z-index: 40;
  padding-bottom: 4rem;
  padding-top: 3.5rem;
}

@media (min-width: 1024px) {
  .section-i .container > div {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px) {
  .section-i .container > div {
    margin-right: auto;
    margin-left: auto;
    max-width: 1148px;
    padding-left: 2.5rem;
    padding-bottom: 0px;
  }
}

@media (min-width: 1440px) {
  .section-i .container > div {
    padding-left: 7rem;
  }
}

.section-i .text-link-arrow {
  margin-top: 1.25rem;
  color: var(--bluegray-800);
}

@media (min-width: 768px) {
  .section-i .text-link-arrow {
    margin-top: auto;
  }
}

.section-i .text-link-arrow svg {
  stroke: var(--yellow-500);
}

.section-i .w-border {
  margin: 0;
  border: none;
  padding: 0;
}

@media (min-width: 1024px) {
  .section-i .w-border {
    margin-left: -3.25rem;
    border: solid 1px var(--yellow-500);
    padding-inline: 3.25rem;
    padding-block: 2rem
  }
}

.section-i .w-border .text-link-arrow {
  color: var(--yellow-500);
}

.section-i .card-container {
  margin-top: 2.5rem;
  display: grid;
  gap: 2rem;
}

@media (min-width: 640px) {
  .section-i .card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .section-i .card-container {
    gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .section-i .card-container {
    row-gap: 100px;
    -moz-column-gap: 128px;
         column-gap: 128px;
  }
}

@media (min-width: 640px) {
  .section-i .card {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
}

.section-i .card p {
  margin-top: 1.25rem;
}

.section-i .textured-circle {
  display: none;
}

@media (min-width: 640px) {
  .section-i .textured-circle {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
  }
}

.section-ii {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6rem;
  padding-bottom: 6rem;
  color: var(--bluegray-800);
}

@media (min-width: 1280px) {
  .section-ii {
    padding-top: 172px;
    padding-bottom: 196px;
  }

  .section-ii .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 100px;
  }

  .section-ii .container > div:first-child {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}

.section-ii .container > div:first-child p {
  margin-top: 2.5rem;
  font-size: 1.75rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .section-ii .container > div:first-child p {
    font-size: 46px;
  }
}

.section-ii .container > div:first-child .text-link-arrow {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--bluegray-800);
}

@media (min-width: 768px) {
  .section-ii .container > div:first-child .text-link-arrow {
    margin-top: 3.75rem;
    font-size: 1.75rem;
    line-height: 1.7;
  }
}

.section-ii .container > div:first-child .text-link-arrow svg {
  stroke: var(--yellow-500);
}

.section-ii .swiper {
  width: 100%;
  padding-block: 3.125rem;
}

@media (min-width: 1280px) {
  .section-ii .swiper {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

.section-ii .swiper a {
  white-space: nowrap;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 768px) {
  .section-ii .swiper a {
    font-size: 1.75rem;
    line-height: 1.7;
  }
}

.section-ii .swiper-slide {
  display: grid;
  align-content: center;
  justify-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  filter: blur(3px);
  row-gap: 1rem;
}

@media (min-width: 640px) {
  .section-ii .swiper-slide {
    row-gap: 2rem
  }
}

.section-ii .swiper-slide-active {
  filter: blur(0);
}

.section-ii .swiper-button-next,
        .section-ii .swiper-button-prev {
  top: 90%;
  width: auto;
  color: var(--yellow-500);
}

@media (min-width: 640px) {
  .section-ii .swiper-button-next,
        .section-ii .swiper-button-prev {
    top: 86%
  }
}

@media (min-width: 768px) {
  .section-ii .swiper-button-next,
        .section-ii .swiper-button-prev {
    top: 95%
  }
}

@media (min-width: 1280px) {
  .section-ii .swiper-button-next,
        .section-ii .swiper-button-prev {
    top: 75%
  }
}

@media (min-width: 1440px) {
  .section-ii .swiper-button-next,
        .section-ii .swiper-button-prev {
    top: 85%
  }
}

.section-ii .swiper-button-next {
  right: 30%;
}

@media (min-width: 640px) {
  .section-ii .swiper-button-next {
    right: 40%
  }
}

.section-ii .swiper-button-prev {
  left: 30%;
}

@media (min-width: 640px) {
  .section-ii .swiper-button-prev {
    left: 40%
  }
}

@media (min-width: 1280px) {
  .section-ii .swiper-button-prev {
    left: 38%
  }
}

.section-iii {
  position: relative;
  overflow: clip;
  background-color: var(--offwhite-50);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .section-iii {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.section-iii .container {
  z-index: 40;
  width: 100%;
}

@media (min-width: 1440px) {
  .section-iii .container {
    display: flex;
    gap: 8rem;
  }
}

@media (min-width: 1536px) {
  .section-iii .container {
    -moz-column-gap: 17rem;
         column-gap: 17rem;
  }
}

@media (min-width: 1440px) {
  .section-iii .container > div:first-child {
    z-index: 10;
    align-self: center;
  }
}

.section-iii h2 {
  color: var(--bluegray-800);
}

.section-iii .text-link-arrow {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: var(--bluegray-800);
}

@media (min-width: 768px) {
  .section-iii .text-link-arrow {
    margin-top: 3.75rem;
    font-size: 1.75rem;
    line-height: 1.7;
  }
}

.section-iii .text-link-arrow svg {
  stroke: var(--yellow-500);
}

.section-iii .mySwiper2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1280px) {
  .section-iii .mySwiper2 {
    margin-right: -32%;
  }
}

.section-iii .mySwiper2 .swiper-wrapper {
  padding-left: 3rem;
}

@media (min-width: 1280px) {
  .section-iii .mySwiper2 .swiper-wrapper {
    padding-left: 6rem
  }
}

@media (min-width: 1440px) {
  .section-iii .mySwiper2 .swiper-wrapper {
    padding-left: 21rem
  }
}

@media (min-width: 1536px) {
  .section-iii .mySwiper2 .swiper-wrapper {
    padding-left: 6rem
  }
}

.section-iii .mySwiper2 .swiper-slide {
  display: flex;
  flex-direction: column;
  border: solid 1px var(--yellow-500);
  border-top-right-radius: 2em;
  background-color: white;
  padding: 1.5rem;
  min-width: 19rem;
  max-width: 21.5rem;
  height: 30rem;
  line-height: 2rem;
  color: var(--bluegray-800);
  font-size: clamp(1rem, 1rem + 1vw, 1.5rem);
}

@media (min-width: 640px) {
  .section-iii .mySwiper2 .swiper-slide {
    min-width: 20rem
  }
}

@media (min-width: 768px) {
  .section-iii .mySwiper2 .swiper-slide {
    border-top-right-radius: 3em;
    padding: 2.625rem;
    min-width: 24.375rem;
    height: 33.75rem
  }
}

.section-iii .mySwiper2 .swiper-slide span {
  align-self: flex-end;
  font-size: 1rem;
  line-height: 1.5rem;
}

.section-iii .mySwiper2 .swiper-slide h3 {
  margin-top: auto;
  font-weight: 800;
}

.section-iii .mySwiper2 .swiper-slide p {
  margin-top: 1.25rem;
}

.section-iii .mySwiper2 .swiper-slide .text-link-arrow {
  margin-top: 2.5rem;
}

.section-iii .mySwiper2 .swiper-slide.swiper-slide-active {
  transform: translateY(-1.25rem) !important;
  transition: 200ms ease-in-out;
  background-color: var(--bluegray-800);
  color: white;
}

.section-iii img {
  position: absolute;
  top: -68px;
  bottom: -68px;
  left: -394px;
}

.swiper-button-prev::after,
    .swiper-button-next::after {
  display: none;
}

.section-iv {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 640px) {
  .section-iv {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 1024px) {
  .section-iv {
    padding-top: 235px;
    padding-bottom: 235px;
  }
}

.section-iv .container {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section-iv blockquote {
  position: relative;
  max-width: 76.875rem;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(1.6rem, 1rem + 2vw, 3.75rem);
  font-weight: 600;
  margin-inline: auto;
  z-index: 40;
  font-family: classica_prodemi, ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  color: var(--bluegray-800);
}

.section-iv blockquote .left-quote,
            .section-iv blockquote .right-quote {
  position: absolute;
  color: var(--indigo-900);
  font-size: 6.25rem;
}

.section-iv blockquote .left-quote {
  top: -1.2rem;
  left: -2.5rem;
}

.section-iv blockquote .right-quote {
  right: -1.5rem;
  bottom: -4.5rem;
}

.section-iv img {
  display: none;
}

@media (min-width: 640px) {
  .section-iv img {
    position: absolute;
    top: -6rem;
    left: -8rem;
    display: block;
  }
}

.site-footer {
  background-color: var(--bluegray-800);
}

.site-footer > .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .site-footer > .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

@media (min-width: 1024px) {
  .site-footer > .container {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}

@media (min-width: 1280px) {
  .site-footer > .container {
    display: flex;
    justify-content: space-between;
  }
}

.site-footer > .container > div {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

@media (min-width: 768px) {
  .site-footer > .container > div {
    row-gap: 1.5rem;
  }
}

.site-footer > .container > div:first-child {
  grid-column: 1 / -1;
  grid-row-start: 1;
}

@media (min-width: 768px) {
  .site-footer > .container > div:first-child {
    grid-column: span 1 / span 1;
  }
}

@media (min-width: 1024px) {
  .site-footer > .container > div:first-child {
    justify-content: center;
  }
}

@media (min-width: 1280px) {
  .site-footer > .container > div:first-child {
    text-align: center;
  }
}

.site-footer > .container > div:first-child img {
  width: 10rem;
}

@media (min-width: 1024px) {
  .site-footer > .container > div:first-child img {
    width: 220px;
  }
}

.site-footer > .container > div:first-child a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .site-footer > .container > div:first-child a {
    margin-left: 1rem;
  }
}

@media (min-width: 1280px) {
  .site-footer > .container > div:first-child a {
    margin-left: 0px;
  }
}

.site-footer > .container > div:nth-child(2) {
  grid-column: span 1 / span 1;
  grid-column-start: 1;
  grid-row-start: 2;
}

.site-footer > .container > div:nth-child(3) {
  grid-column: span 1 / span 1;
  grid-column-start: 2;
  grid-row-start: 2;
}

.site-footer > .container > div:nth-child(4) {
  grid-column: span 2 / span 2;
  grid-row-start: 3;
}

@media (min-width: 768px) {
  .site-footer > .container > div:nth-child(4) {
    grid-column: span 1 / span 1;
    grid-row-start: 2;
  }
}

.site-footer > .container > div:nth-child(4) div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.site-footer > .container > div:nth-child(4) div a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.site-footer .bottom-bar {
  background-color: var(--bluegray-700);
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.site-footer .bottom-bar .container {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .site-footer .bottom-bar .container {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
  }
}

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

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

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

.hidden {
  display: none;
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.overflow-clip {
  overflow: clip;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.text-yellow-500 {
  color: var(--yellow-500);
}

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

.container {
  position: relative;
  max-width: 91.125rem;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

@media (min-width: 768px) {
  .container {
    padding-inline: 2rem
  }
}

@media (min-width: 1280px) {
  .container {
    padding-inline: 2.5rem
  }
}

@media (min-width: 1536px) {
  .container {
    padding-inline: 0
  }
}

.fullbleed {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.btn {
  border: none;
  border-radius: 2em;
  background-color: var(--bluegray-800);
  padding: 1.125rem 1.875rem;
  color: var(--yellow-500);
}

.text-link-arrow {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  color: var(--yellow-500);
}
