/*
! 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: Open Sans, Calibri, Source Sans Pro, sans-serif; /* 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;
}

*, ::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%;
}
@media (min-width: 640px) {

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Open Sans, Calibri, Source Sans Pro, sans-serif;
  font-weight: 0.91625rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: Merriweather, serif;
}
h1 {
  font-size: 3rem;
  line-height: 1;
}
h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
}
a, a:visited {
  --tw-text-opacity: 1;
  color: rgb(236 25 63 / var(--tw-text-opacity));
}
:is(a,a:visited):hover, :is(a,a:visited):focus {
  --tw-text-opacity: 1;
  color: rgb(146 38 142 / var(--tw-text-opacity));
  text-decoration-line: none;
}
/* Home Background Image */
.bg-illustration {
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
    }
@media (max-width: 768px) {
        .container.bg-illustration {
            padding-bottom: 250px!important;
            padding-top: 0!important;
            background-position: bottom;
        }
    }
@media (max-width: 992px) {
        .container.bg-illustration {
            background-size: 40%;
        }
    }
/* Parallax */
@media (max-width: 992px) {
        .container.con-5 {
        padding-top: 1rem;
        padding-bottom: 1rem;
        }
    }
@media (min-width: 576px) and (max-width: 768px) {
        .container {
            max-width: 640px;
        }
    }
.bg-parallax, .bg-parallax-photo {
        position: relative;
    }
.bg-parallax .parallax-outside, .bg-parallax-photo .parallax-outside {
            position: absolute;
            top: 0;
            left: 0;
            min-height: 21.875rem;
            width: 100%;
            max-width: 100%;
            scroll-behavior: smooth;
            transform: translate3d(0px, 0px, 0px);
            z-index: -1;
        }
.bg-parallax .parallax-outside .parallax-inside, .bg-parallax-photo .parallax-outside .parallax-inside {
                height: auto;
                width: 100%;
                transform: translate3d(0px, 0px, 0px);
            }
.bg-parallax .parallax-outside .parallax-inside.is-parallax, .bg-parallax-photo .parallax-outside .parallax-inside.is-parallax {
                    left: 0;
                    position: absolute;
                    will-change: transform;
                    right: 0;
                    top: 0;
                }
.bg-parallax .parallax-outside .parallax-inside > img, .bg-parallax-photo .parallax-outside .parallax-inside > img {
                    height: auto;
                    width: auto;
                    max-width: 100%;
                }
.bg-parallax .parallax-outside-cover, .bg-parallax-photo .parallax-outside-cover {
            position: relative;
            width: 100%;
            height: 250px !important;
            scroll-behavior: smooth;
            overflow: hidden;
            z-index: -1;
        }
.bg-parallax .parallax-outside-cover .parallax-inside, .bg-parallax-photo .parallax-outside-cover .parallax-inside {
                width: 100%;
                overflow: hidden;
            }
.bg-parallax .parallax-outside-cover .parallax-inside.is-parallax, .bg-parallax-photo .parallax-outside-cover .parallax-inside.is-parallax {
                    left: 0;
                    position: absolute;
                    will-change: transform;
                    right: 0;
                    top: 0;
                }
.bg-parallax .parallax-outside-cover .parallax-inside > img, .bg-parallax-photo .parallax-outside-cover .parallax-inside > img {
                    height: 100%;
                    width: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    -o-object-position: top;
                    object-position: top;
                    font-family: "object-fit: cover; object-position: top";
                }
/* Navigation Bar */
.navbar {
        margin: 30px 0 30px 50px;
        padding: 0;
    }
.navbar .navbar-brand .logo {
            height: 50px;
        }
.navbar .navbar-toggler:focus {
                outline: none;
            }
.navbar .navbar-toggler .navbar-toggler-icon {
                position: relative;
                width: 30px;
                height: 30px;
                cursor: pointer;
            }
.navbar .navbar-toggler .navbar-toggler-icon .line-1, .navbar .navbar-toggler .navbar-toggler-icon .line-2, .navbar .navbar-toggler .navbar-toggler-icon .line-3 {
                    position: absolute;
                    right: 0;
                    width: 20px;
                    height: 2px;
                    border-radius: 1px;
                    background: #ec193f;
                    transition: opacity .2s ease,background .2s ease,top .2s ease .2s,transform .2s ease;
                }
.navbar .navbar-toggler .navbar-toggler-icon .line-1 { top: 8px; }
.navbar .navbar-toggler .navbar-toggler-icon .line-2 { top: 14px; }
.navbar .navbar-toggler .navbar-toggler-icon .line-3 { top: 20px; }
.navbar .navbar-toggler .navbar-toggler-icon:hover .line-1, .navbar .navbar-toggler .navbar-toggler-icon:hover .line-2, .navbar .navbar-toggler .navbar-toggler-icon:hover .line-3 {
                        background: #92268e;
                    }
.navbar .navbar-nav {
            border-bottom: 5px solid #f9f7f6;
            padding: 25px 50px 25px 0;

        }
.navbar .navbar-nav .nav-item .nav-link {
                color: #eb142a;
                font-family: 'Merriweather';
                padding: 0 25px;
                font-size: .9rem;
            }
@media (max-width: 992px) {
        .navbar {
            margin: 15px;
        }
    }
/* Date Box */
.date-link {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        max-width: 60ch;
      }
.date-link:hover .link {
    text-decoration: underline;
    }
.date-box {
    text-align: center;
    word-break: break-word;
    line-height: 1.1em;
    background-color: #dedede;
    }
.date-box-inner {
    width: 4ch;
    margin: 4px 8px;
    }
.date {
    font-weight: 700;
    color: #444444;

    }
.link-box {
    margin-left: 0.7rem;
    }
.link {
    color: #444444;
    }
/* Membership Markdown Content */
.membership-content h1 {
            margin-top: 2rem;
            margin-bottom: 1rem;
            font-size: 2rem;
            color: #5569B0;
            
        }
.membership-content h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.5rem;
        color: #5569B0;
    }
.membership-content h2{
        margin-bottom: 1rem;
        font-size: 1.75rem;
        color: #5569B0;
        font-family: "Merriweather";
    }
.membership-content h4 {
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.25rem;
        color: #5569B0;
    }
.membership-content h5 {
        font-weight: bolder;
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 1.25rem;
        color: black;
    }
.membership-content h6 {
        margin-top: 2rem;
        margin-bottom: 0.5;
        font-size: 0.75rem;
        color: #777777
    }
.membership-content p {
        margin-bottom: 1rem;
        font-family: "Open Sans", sans-serif;
    }
.membership-content ul {
        list-style-type: disc;
        margin-left: 1rem;
        font-family: "Open Sans", sans-serif;
    }
.membership-content ol {
        list-style-type: decimal;
        margin-left: 1rem;
        font-family: "Open Sans", sans-serif;
    }
.membership-content strong {
        margin-top: 1rem;
        font-family: "Open Sans", sans-serif;
    }
#membership-list-item {
    list-style-type: disc;
    margin-left: 1.5rem;
    }
.membership-item-wrapper {
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: column;
        position: relative;
        align-items: start;
        /* background: rgb(85,105,176);
        background: -moz-linear-gradient(90deg, rgba(85,105,176,1) 100%, rgba(252,252,253,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(85,105,176,1) 100%, rgba(252,252,253,1) 100%); */
        background: linear-gradient(to right, #CA65A9 0%, #7364AD 100%);
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5569b0",endColorstr="#fcfcfd",GradientType=1); */
        border-radius: 12px;
        padding: 0.165rem;
        cursor: pointer;
        margin-bottom: 1.5rem;
        width: 100%
    }
.membership-item-container {
        background: white;
        color: black;
        padding-left: 2rem;
        border-radius: 12px;
        height: 50%;
        width: 100%;
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        /* padding: 80px 64px; */
        gap: 1rem;
    }
.membership-item-title {
        cursor: pointer;
        box-sizing: border-box;
        color: #5569B0;
        height: 90%;
        width: 100%;
    }
.membership-item-title h4 {
            /* margin-top: 2rem;
            margin-bottom: 0.5rem; */
            font-size: 1.25rem;
            color: #5569B0;
            margin-left: 1rem;
        }
/* .active, .membership-item-container:hover {
        background: linear-gradient(to right, #f25267 10%, #5569B0 100%);
    }

    .active, .membership-item-title:hover {
        color: white;
    } */
.membership-item-content {
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
.resources-wrapper {
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: column;
        position: relative;
        align-items: flex-start;
        /* background: rgb(85,105,176);
        background: -moz-linear-gradient(90deg, rgba(85,105,176,1) 100%, rgba(252,252,253,1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(85,105,176,1) 100%, rgba(252,252,253,1) 100%); */
        background: linear-gradient(to right, #CA65A9 0%, #7364AD 100%);
        /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5569b0",endColorstr="#fcfcfd",GradientType=1); */
        border-radius: 12px;
        padding: 0.165rem;
        cursor: pointer;
        gap: 3rem;
        margin-bottom: 1.5rem;
        width: 45%
    }
.resources-container {
        background: white;
        color: black;
        padding-left: 2rem;
        border-radius: 12px;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;

        font-family: "Open Sans", sans-serif;
        /* padding: 80px 64px; */
        /* gap: 1rem; */
    }
.resources-container h3 {
            font-size: 1.5rem;
            color: #5569B0;
        }
.resources-container h4 {
            font-size: 1.25rem;
            color: #5569B0;
        }
.resources-container h6 {
            font-size: 0.75rem;
            color: #777777
        }
.resources-links-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
.section-title{
        bottom: 0;
    }
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.top-\[-3rem\] {
  top: -3rem;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1\/2 {
  height: 50%;
}
.h-\[15\.625rem\] {
  height: 15.625rem;
}
.h-\[15rem\] {
  height: 15rem;
}
.h-\[19\.5rem\] {
  height: 19.5rem;
}
.h-\[21rem\] {
  height: 21rem;
}
.h-\[7\.4375rem\] {
  height: 7.4375rem;
}
.h-\[80\%\] {
  height: 80%;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[21rem\] {
  min-height: 21rem;
}
.w-16 {
  width: 4rem;
}
.w-\[5\.9375rem\] {
  width: 5.9375rem;
}
.w-\[73\.5rem\] {
  width: 73.5rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[75rem\] {
  max-width: 75rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.flex-none {
  flex: none;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.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));
}
.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-5 {
  gap: 1.25rem;
}
.overflow-visible {
  overflow: visible;
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(57 77 160 / var(--tw-bg-opacity));
}
.bg-grayLightest {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 246 / var(--tw-bg-opacity));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.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;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-\[0\.9375rem\] {
  padding-top: 0.9375rem;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-sans {
  font-family: Open Sans, Calibri, Source Sans Pro, sans-serif;
}
.font-serif {
  font-family: Merriweather, serif;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-\[1\.466rem\] {
  font-size: 1.466rem;
}
.text-\[2\.75rem\] {
  font-size: 2.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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-medium {
  font-weight: 500;
}
.leading-tight {
  line-height: 1.25;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(57 77 160 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.text-grayLight {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-magenta {
  --tw-text-opacity: 1;
  color: rgb(146 38 142 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(236 25 63 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-90 {
  opacity: 0.9;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {

  .tablet\:container {
    width: 100%;
  }

  @media (min-width: 640px) {

    .tablet\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .tablet\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 992px) {

    .tablet\:container {
      max-width: 992px;
    }
  }

  @media (min-width: 1024px) {

    .tablet\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1200px) {

    .tablet\:container {
      max-width: 1200px;
    }
  }

  @media (min-width: 1536px) {

    .tablet\:container {
      max-width: 1536px;
    }
  }

    @media (max-width: 768px) {
        .tablet\:container.bg-illustration {
            padding-bottom: 250px!important;
            padding-top: 0!important;
            background-position: bottom;
        }
    }

    @media (max-width: 992px) {
        .tablet\:container.bg-illustration {
            background-size: 40%;
        }
        .tablet\:container.con-5 {
        padding-top: 1rem;
        padding-bottom: 1rem;
        }
    }

    @media (min-width: 576px) and (max-width: 768px) {
        .tablet\:container {
            max-width: 640px;
        }
    }
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

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

  .sm\:justify-center {
    justify-content: center;
  }
}
@media (min-width: 768px) {

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

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

  .md\:max-w-\[\%\] {
    max-width: %;
  }

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

  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

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

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

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

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

  .tablet\:absolute {
    position: absolute;
  }

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

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

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

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

  .tablet\:mx-\[4rem\] {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

  .tablet\:ml-auto {
    margin-left: auto;
  }

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

  .tablet\:mr-auto {
    margin-right: auto;
  }

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

  .tablet\:h-\[14\.625rem\] {
    height: 14.625rem;
  }

  .tablet\:h-\[17\.5625rem\] {
    height: 17.5625rem;
  }

  .tablet\:h-\[70\%\] {
    height: 70%;
  }

  .tablet\:h-\[75\%\] {
    height: 75%;
  }

  .tablet\:h-\[75vh\] {
    height: 75vh;
  }

  .tablet\:h-auto {
    height: auto;
  }

  .tablet\:min-h-0 {
    min-height: 0px;
  }

  .tablet\:w-20 {
    width: 5rem;
  }

  .tablet\:w-\[13\.125rem\] {
    width: 13.125rem;
  }

  .tablet\:w-\[20rem\] {
    width: 20rem;
  }

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

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

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

  .tablet\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .tablet\:max-w-\[75rem\] {
    max-width: 75rem;
  }

  .tablet\:max-w-sm {
    max-width: 24rem;
  }

  .tablet\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

  .tablet\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tablet\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

  .tablet\:pb-0 {
    padding-bottom: 0px;
  }

  .tablet\:pl-16 {
    padding-left: 4rem;
  }

  .tablet\:pt-10 {
    padding-top: 2.5rem;
  }
}
@media (min-width: 992px) {

  .desktop\:visible {
    visibility: visible;
  }

  .desktop\:absolute {
    position: absolute;
  }

  .desktop\:top-\[-10rem\] {
    top: -10rem;
  }

  .desktop\:top-\[-16rem\] {
    top: -16rem;
  }

  .desktop\:top-\[-22rem\] {
    top: -22rem;
  }

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

  .desktop\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

  .desktop\:mt-24 {
    margin-top: 6rem;
  }

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

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

  .desktop\:flex {
    display: flex;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-\[20\.25rem\] {
    height: 20.25rem;
  }

  .desktop\:h-full {
    height: 100%;
  }

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

  .desktop\:w-40 {
    width: 10rem;
  }

  .desktop\:w-\[18\.75rem\] {
    width: 18.75rem;
  }

  .desktop\:w-\[34\%\] {
    width: 34%;
  }

  .desktop\:w-\[45\.625rem\] {
    width: 45.625rem;
  }

  .desktop\:w-\[47\.5rem\] {
    width: 47.5rem;
  }

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

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

  .desktop\:max-w-md {
    max-width: 28rem;
  }

  .desktop\:flex-grow {
    flex-grow: 1;
  }

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

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

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

  .desktop\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .desktop\:overflow-clip {
    overflow: clip;
  }

  .desktop\:p-0 {
    padding: 0px;
  }

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

  .desktop\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

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

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

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

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

  .desktop\:py-\[3\.125rem\] {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

  .desktop\:pb-0 {
    padding-bottom: 0px;
  }

  .desktop\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .desktop\:pb-4 {
    padding-bottom: 1rem;
  }

  .desktop\:pr-8 {
    padding-right: 2rem;
  }

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

  .desktop\:text-start {
    text-align: start;
  }
}
@media (min-width: 1024px) {

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

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

  .lg\:p-8 {
    padding: 2rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:ml-96 {
    margin-left: 24rem;
  }

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

  .\32xl\:h-\[50\%\] {
    height: 50%;
  }

  .\32xl\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .\32xl\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .\32xl\:max-w-\[75rem\] {
    max-width: 75rem;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }
}

