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

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

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

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

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: Montserrat, 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 */
  font-feature-settings: normal; /* 5 */
}

/*
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::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-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:  ;

}

/*
 * ─── BASE STYLES GO HERE ────────────────────────────────────────────────────────
 */

body{
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 300;
	background-color: #F8F9FA;
	background-image: url("/_assets/img/flower_bg.svg");
	background-size:100%;
	background-repeat: repeat-y;

}

main {
		margin-top: 61px;
}

@media (min-width: 768px) {

main {
		margin-top: 98px;
}
	}

@media (min-width: 1280px) {

main {
		margin-top: 87px;
}
	}

main{
    transition: margin-top .3s ease-out;

}

.main--pushbar {
	margin-top: 143px;
	
}

@media (min-width: 768px) {

.main--pushbar {
		margin-top: 152px
	
}
	}

@media (min-width: 1280px) {

.main--pushbar {
		margin-top: 141px
	
}
	}

.solution-cards{
	position: relative;
	top: -5.5rem;

}

@media (min-width: 768px) {

.solution-cards {
	top: -12.5rem
}
	}

.brand-container{
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;

}

@media (min-width: 1024px) {

.brand-container{
		padding-left: 4rem;
		padding-right: 4rem;

	}

	}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none;
}

.interior-headline{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
    font-size:2.51rem;

}

@media (min-width: 768px) {

.interior-headline {
    font-size:2.81rem;
}
    }

.interior-headline:not(.interior-headline--no-align){
	text-align: center;

}

.interior-headline{
    line-height: 3.13rem;

}

/* ──────────────────────────────────────────────────────────────────────────────── */

.container{
	width: 100%;

}

@media (min-width: 640px){

	.container{
		max-width: 640px;

	}

}

@media (min-width: 768px){

	.container{
		max-width: 768px;

	}

}

@media (min-width: 1024px){

	.container{
		max-width: 1024px;

	}

}

@media (min-width: 1280px){

	.container{
		max-width: 1280px;

	}

}

@media (min-width: 1440px){

	.container{
		max-width: 1440px;

	}

}

@media (min-width: 1536px){

	.container{
		max-width: 1536px;

	}

}

/*
 * ─── COMPONENTS GO HERE ─────────────────────────────────────────────────────────
 */

.global-nav {
    position: fixed;
    top: 0;
}

.global-nav--pushbar {
        top:82px;
    }

@media (min-width: 768px) {

.global-nav--pushbar {
        top:54px
    }
        }

.global-nav{
    z-index: 99;
    width: 100%;
    padding: 1rem 0;

}

@media (min-width: 1024px) {

.global-nav {
        padding: 1rem
}
    }

.global-nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    transition: all 0.2s ease-in-out, top .3s ease-out;
    box-shadow: 0px 5px 5px 0 rgba(58, 93, 147, 0.00);
        background-color: rgba(255, 255, 255, 0);

}

.global-nav:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        box-shadow: 0px 5px 5px 0 rgba(58, 93, 147, 0.07);

}

.global-nav--scrolled{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        box-shadow: 0px 5px 5px 0 rgba(58, 93, 147, 0.07);

}

@media (min-width: 1024px){

.global-nav {
        padding: 2rem
}
    }

.global-nav__left{
	display: flex;
	align-items: center;
	justify-content: flex-start;
        padding-left: 1rem;
        width: 65%;

}

@media (min-width: 1280px) {

.global-nav__left {
            width: 55%
    }
        }

.global-nav__right{
	display: flex;
	align-items: center;
	justify-content: flex-end;
        padding-right: 1rem;

}

@media (min-width: 1024px) {

.global-nav__right {
            width: auto
    }
        }

@media (min-width: 1280px) {

.global-nav__right{
		justify-content: space-between;
            width: 40%;
            max-width: 440px;

	}
        }

.global-nav__logo {
        width: 80%;
        transform: translateY(2px);
    }

@media (min-width: 768px) {

.global-nav__logo {
        width: 269px;
            transform: none
    }
        }

.global-nav__nav {
        display: none;
        width: 100%;
        align-items: center;
        justify-content: space-around;
    }

@media (min-width: 1280px) {

.global-nav__nav{
		display: flex;

	}
        }

.global-nav__nav{
        list-style: none;

}

.global-nav__nav--main {
            margin-left: 2rem;
        }

.nav-item {
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

.nav-item--dropdown:not(:last-of-type){
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(208 219 36 / var(--tw-border-opacity));
        margin-bottom: 0.5rem;
        padding-bottom: 0.3rem;

}

.nav-item--mobile {
        width: 100%;
        opacity: 0;
        transition: opacity 0.3s ease-in;
    }

.nav-item__link{
	font-weight: 600;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
    letter-spacing: 1.1px;

    transition: color 0.2s ease-in-out;

}

.nav-item__link:hover,
    .nav-item__link--active{
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

.nav-item__link--sub{
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;

}

.nav-item__link--dropdown{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 300;
	text-transform: none;
        color: #E2E7EF;
        font-size: 20px;
        line-height: 30px;

}

.nav-item__link--dropdown.nav-item__link--active, .nav-item__link--dropdown:hover{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

}

.nav-item__link--mobile{
	font-size: 1.875rem;
	font-weight: 500;
        line-height:3.5rem;

}

.nav-item__link--accordian {
        font-size: 20px;
        color: #E2E7EF;
    }

.nav-item__link--accordian.nav-item__link--active{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

}

.dropdown {
    transition: all 0.2s ease;
    padding: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    box-shadow: 0 5px 10px 0 rgba(58, 93, 147, 0.1);
}

.dropdown__bg{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
    background-color: $white;
    padding: 1rem;
    margin-top: 0.6rem;

}

.nav-item:hover > .dropdown {
    height: auto;
    visibility: visible;
    opacity: 1;
    display: block;
}

.mobile-nav {
    overflow: hidden;
    height: 0px;
    width: 100%;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #E9EFF4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1280px) {

.mobile-nav {
        display: none
}
    }

.mobile-nav{

    transition: 0.2s all ease-in 0.1s;

}

.mobile-nav--open {
        height: calc(100vh - 61px);
        transition: 0.3s all ease-out;
        overflow: scroll;
    }

.mobile-nav--open .nav-item--mobile {
            opacity: 1;
            transition: opacity 0.3s ease-in;
        }

.mobile-nav__content {
    margin: 0;
    width: 100%;
    padding-bottom: 4rem;
    text-align: center;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-accordian {
    list-style: none;
    margin: 0;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0;
    box-shadow: inset 0 0 9px 2px #0000002b;
}

.nav-accordian--expanded {
        max-height: 400px;
        padding: 1rem;
    }

.nav-accordian{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
    width: 100%;

}

.nav-item--accordian:not(:last-of-type) {
    margin-bottom: 1rem;
}

.menu-open {
    overflow: hidden;
}

.pushbar{
	position: fixed;
	top: 0px;
	z-index: 10;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
    height:0;

}

@media (min-width: 768px) {

.pushbar{
		flex-direction: row;

	}
    }

.pushbar{
    transition: height .15s ease-in;

}

.pushbar--visible {
    height:82px;
    }

@media (min-width: 768px) {

.pushbar--visible {
    height:54px;
    }
        }

.pushbar--visible{
    transition: height .3s ease-out;

}

.pushbar__headline{
	padding: 0.75rem;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;

}

@media (min-width: 768px) {

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

	}
        }

.pushbar__link{
	margin-left: 1.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));

}

.pushbar__close{
	position: absolute;
	font-weight: 700;
        right:1rem;

}

.hamburger {
    display: flex;
    position: relative;
    z-index: 10;
    align-items: center;
}

@media (min-width: 1280px) {

.hamburger {
        display: none
}
    }

.hamburger__text{
	margin-right: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.hamburger:focus{
	outline: 2px solid transparent;
	outline-offset: 2px;

}

.hamburger-box {
    height: 30px;
    width: 35px;
    display: block;
    position: relative;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    display: block;
    transition: 0.1s all ease-in-out;

}

.hamburger-inner {
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger p {
    opacity: 1;
    transition: 0.2s opacity ease-in-out;
}

.hamburger--close p {
    opacity: 0;
}

.hamburger--close .hamburger-inner {
    background: transparent;
}

.hamburger--close .hamburger-inner::before {
    top: 0;
    transform: rotate(45deg);
    background-image: none;
}

.hamburger--close .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-45deg);
    background-image: none;
}

.home-hero{
	position: relative;
	margin-bottom: 5rem;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	overflow: hidden;

}

@media (min-width: 1024px) {

.home-hero{
		margin-bottom: 8rem;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow: visible;

	}
    }

.home-hero__content{
	width: 100%;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;

}

@media (min-width: 1024px) {

.home-hero__content {
            width: 38%
    }
        }

@media (min-width: 1280px) {

.home-hero__content{
		position: absolute;
            left: 4rem;
            top: 50%;
            transform: translateY(-50%);

	}
        }

.home-hero__content{
        z-index: 2;

}

.home-hero__content .button {
            animation: content-left 1s ease-out 1.4s;
            animation-fill-mode: both;
        }

.home-hero__headline{
	margin-bottom: 0.75rem;
	font-size: 2.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
        line-height: 2.5rem;

}

@media (min-width: 768px) {

.home-hero__headline {
            font-size: 3.44rem;
            line-height: 3.75rem;
    }
        }

.home-hero__headline{
        animation: hero-left .5s ease-out 1s;
        animation-fill-mode: both;

}

.home-hero__copy{
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));
        font-size: 1.62rem;
        animation: content-left .5s ease-out 1.2s;
        animation-fill-mode: both;

}

.home-hero__image{
	position: relative;
	margin-bottom: 1rem;
	width: 100%;
	overflow: hidden;
	--tw-shadow: -20px 20px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -20px 20px 0 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);
        z-index: 1;
        animation: hero-right .5s ease-out 0.5s;
        animation-fill-mode: both;

}

@media (min-width: 1024px) {

.home-hero__image {
            width: 55%
    }
        }

.flower-overlay--home {
    animation: flower 2s ease-out 0.6s;
    animation-fill-mode: both;
    transform-origin: center right;
}

@keyframes hero-left {
    from {
        transform: translateX(10%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes hero-right {
    from {
        transform: translateX(-10%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes content-left {
    from {
        transform: translateX(10%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

@keyframes flower {
    from {
        transform: translateX(10%) translateY(-50%);
        opacity: 0;
        transform-origin: center right;
    }
    to {
        transform: translateX(0%) translateY(-50%);
        opacity: 0.5;
        transform-origin: center right;
    }
}

.button{
	display: inline-block;
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius: 0 12px 0 12px;
    letter-spacing: 0.5px;
    transition: all .2s ease-in-out;
    cursor: pointer;

}

.button:hover{
	--tw-bg-opacity: 1;
	background-color: rgb(8 126 179 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

}

.button--white{
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.button--green{
	margin-left: 1rem;
	--tw-bg-opacity: 1;
	background-color: rgb(50 133 46 / var(--tw-bg-opacity));
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	text-transform: none;

}

.card{
	margin-bottom: 3rem;
	display: flex;
	width: 100%;
	flex-direction: column;

}

@media (min-width: 1024px) {

.card{
		margin-bottom: 0px;
		padding-left: 2rem;
		padding-right: 2rem;
        width: 30%;

	}

    }

@media (min-width: 768px) {

.card--announcement{
		padding-left: 1.5rem;
		padding-right: 1.5rem;

	}
        }

.card--large{
	margin-bottom: 4rem;
	width: 100%;

}

@media (min-width: 1024px) {

.card--large {
            width: 47%
    }
        }

.card--home{
	padding-left: 0px;
	padding-right: 0px;
	--tw-shadow: -20px 20px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -20px 20px 0 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);

}

.card--home .card__image{
	width: 100%;

}

.card--icon:not(:last-of-type){
	margin-bottom: 12rem;

}

@media (min-width: 768px) {

.card--icon{
		margin-bottom: 12rem;

	}
        }

@media (min-width: 1024px) {

.card--quad{
		width: 23%;

	}
        }

.card__image{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
        -o-object-fit: cover;
           object-fit: cover;

}

@media (min-width: 768px) {

.card__image{
		width: 50%;

	}
        }

@media (min-width: 1024px) {

.card__image{
		width: 100%;

	}
        }

.card__bar{
	height: 0.5rem;
	flex-shrink: 0;
	background-color: currentColor;

}

.card__cross{
	position: absolute;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
        top: 50%;
        left: 50%;
        transform: translate(-50%, -55%);
        transform-origin: center;
        font-size: 12rem;

}

.card__content{
	position: relative;
	height: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 1rem;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));

}

@media (min-width: 1440px) {

.card__content{
		padding: 1.5rem;

	}

        }

.card__content--icon{
	padding-bottom: 2rem;

}

.card__content--grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-content: center;
	gap: 2rem;

}

.card__headline{
	margin-bottom: 0.75rem;
	text-align: center;
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	color: currentColor;

}

@media (min-width: 1440px) {

.card__headline{
		padding-left: 1.5rem;
		padding-right: 1.5rem;

	}
        }

.card__headline{

        line-height: 29px;

}

.card__headline--home{
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 300;
            color: #035273 !important;
            font-size: 2rem;
            line-height: initial;

}

.card__copy{
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));

}

.card__stat-wrap{
	display: flex;
	align-items: center;

}

.card__stat-wrap:not(:last-of-type){
	margin-bottom: 1.5rem;

}

.card__stat-image{
	width: 25%;
	padding-left: 0.75rem;
	padding-right: 0.75rem;

}

.card__stat-text{
	padding-left: 2rem;

}

.card__stat-text-label{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 100;
	--tw-text-opacity: 1;
	color: rgb(61 168 58 / var(--tw-text-opacity));

}

.card__dot-wrap{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;

}

.card__dot-wrap--grid{
	margin-bottom: 0px;
	flex-direction: column;
	align-items: center;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;

}

.card__dot-wrap--grid .card__dot{
	margin-right: 0px;

}

.card__dot{
	margin-right: 0.5rem;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

        width: 70px;
        height: 70px;

}

.card__dot-text{
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));

}

.card__icon-wrap{
	position: absolute;
            top: -110px;
            left: 50%;
            transform: translateX(-50%);

}

.card__icon{
	overflow: hidden;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2rem;
        width: 150px;
        height: 150px;
        box-shadow: -10px 10px 0 0 rgba(58, 93, 147, 0.07);

}

.card:nth-child(1n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__headline{
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.card:nth-child(1n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__bar{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));

}

.card:nth-child(1n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__dot{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));

}

.card:nth-child(1n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__list-dot{
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.card:nth-child(2n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__headline{
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

.card:nth-child(2n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__bar{
	--tw-bg-opacity: 1;
	background-color: rgb(50 133 46 / var(--tw-bg-opacity));

}

.card:nth-child(2n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__dot{
	--tw-bg-opacity: 1;
	background-color: rgb(50 133 46 / var(--tw-bg-opacity));

}

.card:nth-child(2n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__list-dot{
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

.card:nth-child(3n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__headline{
	--tw-text-opacity: 1;
	color: rgb(21 126 168 / var(--tw-text-opacity));

}

.card:nth-child(3n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__bar{
	--tw-bg-opacity: 1;
	background-color: rgb(21 126 168 / var(--tw-bg-opacity));

}

.card:nth-child(3n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__dot{
	--tw-bg-opacity: 1;
	background-color: rgb(21 126 168 / var(--tw-bg-opacity));

}

.card:nth-child(3n):not(.card--home):not(.card--icon):not(.card--large):not(.card--announcement) .card__list-dot{
	--tw-text-opacity: 1;
	color: rgb(21 126 168 / var(--tw-text-opacity));

}

.card__list{
	padding-left: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;

}

.card__list-item{
	margin-bottom: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;

}

.card__list-dot{
	margin-right: 0.5rem;
            width: 13px;

}

.flower-overlay{
	position: absolute;
	right: 0px;
    opacity: .5;
    height: 95%;
    top:50%;
    transform:translateY(-50%);

}

.flower-overlay--left{
	left: 0px;
	right: auto;
        transform:translateY(-50%) rotate(180deg);
        transform-origin:center;

}

.flower-overlay--bottom {
        bottom: 0;
        left:0;
        right: initial;
        width: 100%;
    }

.flower-stat{
	margin-bottom: 4rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;

}

@media (min-width: 768px) {

.flower-stat {
        width: 48%
}
    }

@media (min-width: 1024px) {

.flower-stat {
        width: 31%
}
    }

.flower-stat__graphic{
	position: relative;
	margin-bottom: 1rem;
        width: 11rem;

}

.flower-stat__stat{
	position: absolute;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
	color: currentColor;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 43px;
        letter-spacing: -2.56px;
        line-height: 34.5px;

}

.flower-stat__text{
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));
        line-height: 24px;

}

[data-aos="flower-stat-in"] path {

    opacity:0;
    transform:scale(0) rotate(-180deg);
    transition-duration: .8s;
    transform-origin:center;
    transition-property: transform, opacity;
    }

[data-aos="flower-stat-in"].aos-animate path {

        opacity: 1;
    transform:scale(1) rotate(0deg);
        }

.gradient-bar {
    background-image: linear-gradient(270deg, #21AEE4 0%, #087EB3 20%, #5E7CB2 42%, #95B1DD 62%, #C1E45B 81%, #8DC42E 100%);
    width: 100%;
    height: 2px;
    transition: background-image 0.3s ease-in-out;
}

.gradient-bar--small {
        height: 1px;
    }

.gradient-bar--large {
        height: 7px;
    }

.gradient-bar--bottom {
        position: absolute;
        bottom: 0;
        left: 0;
    }

.interior-header{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;

}

@media (min-width: 768px) {

.interior-header{
		width: 80%;

	}

    }

@media (min-width: 1024px) {

.interior-header {
    width:55%
}

    }

.text-block > *{
	margin-bottom: 0.5rem;

}

.text-block h3{
	margin-bottom: 1rem;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));

        font-size: 1.62rem;

}

.text-block ul,.text-block ol {
        padding-left: 1.5rem;
    }

@media (min-width: 768px) {

.text-block ul,.text-block ol {
        padding-left: 3rem
    }
        }

.text-block ol {
         list-style: decimal;
     }

.text-block li{
	position: relative;
	margin-bottom: 1rem;

}

.text-block ul > li::before{
	position: absolute;
	display: block;
            content: "•";
            top: 0;
            left: -1rem;

}

@media (min-width: 768px) {

.text-block ul > li::before {
            left: -2rem
        }
            }

.text-block strong{
	margin-bottom: 0.75rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.text-block p{
	display: block;

}

.text-block p:not(:last-of-type){
	margin-bottom: 1rem;
        line-height: 24px;

}

.video-embed {
    width: 90%;
}

@media (min-width: 768px) {

.video-embed {

    width: 75%;
}
    }

.video-embed{
    margin: 0 auto;

}

.video-embed__embed{
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-embed__embed iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.partner{
	margin-bottom: 2rem;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	--tw-shadow: -10px 10px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -10px 10px 0 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);

}

@media (min-width: 768px) {

.partner {
    width:48%
}
    }

@media (min-width: 1024px) {

.partner {
    width:30%
}
    }

@media (min-width: 1280px) {

.partner {
    width:18.5%
}
    }

.partner__top{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
        height: 50%;

}

.partner__text{
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.25rem;

}

.text-with-image{
	margin-bottom: 8rem;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

}

@media (min-width: 1024px){

	.text-with-image:nth-of-type(even){
		flex-direction: row-reverse;

	}

.text-with-image{
		flex-direction: row;

	}

.text-with-image--reverse{
		flex-direction: row-reverse;

	}

}

.text-with-image__text{
	width: 100%;
	padding-top: 2rem;

}

@media (min-width: 1024px) {

.text-with-image__text{
		width: 50%;

	}
        }

.text-with-image__image{
	position: relative;
	width: 100%;
	--tw-shadow: -20px 20px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -20px 20px 0 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);

}

@media (min-width: 1024px) {

.text-with-image__image {
            width:45%
    }
        }

.timeline{
	margin-bottom: 1rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.timeline__container{
	overflow: hidden;

}

@media (min-width: 768px) {

.timeline:not(:first-of-type) .timeline-block__guide--first {
                display: flex !important;
        }
            }

.timeline:not(:first-of-type) .timeline-block__guide--first{
            height: 120px;
            left:0;
            right:0;

}

.timeline-block{
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-end;
	align-self: flex-start;
	text-align: right;

}

.timeline-block__content{
	position: relative;
        margin-bottom:2rem;

}

.timeline-block:not(:last-of-type) .timeline-block__content {
        margin-bottom:5rem;
        }

@media (min-width: 768px) {
        .timeline-block__content{
        }
        .timeline-block{
		width: 50%;

	}

        .timeline-block:nth-child(even){
		flex-direction: row-reverse;
		align-self: flex-end;
		text-align: left;

	}

            .timeline-block:nth-child(even) .timeline-block__guide {
                right: initial;
                left: -1.2rem;
            }
}

@media (min-width: 1024px) {
        .timeline-block__content{
            max-width:63%;
        }
}

.timeline-block__graphic {
    margin-left:auto;
}

@media (min-width: 768px) {

.timeline-block__graphic{
		margin-left: auto;
		margin-right: auto;
    position: absolute;

	}
    }

.timeline-block__graphic{
    right:0;
    top: -112px;

}

.timeline-block__sub-head{
	margin-bottom: 0.25rem;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 1.62rem;

}

.timeline-block__guide{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
    right: -1.1rem;

}

.timeline-block__guide--title {
        display: none;
    }

@media (min-width: 768px) {

.timeline-block__guide--title {
            display: block
    }
        }

.timeline-block__guide-dot{
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));
    width: 37px;
    height: 37px;

}

.timeline-block__guide-line{
	height: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(8 126 179 / var(--tw-bg-opacity));
    width:2px;

}

@media (min-width: 768px) {
            .timeline:nth-of-type(even) .timeline-block:nth-child(even){
		flex-direction: row;
		align-self: flex-start;
		text-align: right;

	}
                .timeline:nth-of-type(even) .timeline-block:nth-child(even) .timeline-block__guide {
                    left: initial;
                    right: -1.2rem;
                }
            .timeline:nth-of-type(even) .timeline-block:nth-child(odd){
		flex-direction: row;
		flex-direction: row-reverse;
		align-self: flex-end;
		text-align: left;

	}
                .timeline:nth-of-type(even) .timeline-block:nth-child(odd) .timeline-block__guide {
                    right: initial;
                    left: -1.1rem;
                }
    }

.timeline:last-of-type .timeline-block:last-of-type .timeline-block__content{
	margin-bottom: 0px;

}

.timeline-block:nth-child(2n - 1) .timeline-block__guide-dot{
	--tw-text-opacity: 1;
	color: rgb(149 177 221 / var(--tw-text-opacity));

}

.timeline-block:nth-child(3n - 2) .timeline-block__guide-dot{
	--tw-text-opacity: 1;
	color: rgb(33 174 228 / var(--tw-text-opacity));

}

.timeline-block:nth-child(4n - 3) .timeline-block__guide-dot{
	--tw-text-opacity: 1;
	color: rgb(141 196 46 / var(--tw-text-opacity));

}

.timeline-block:nth-child(5n - 4) .timeline-block__guide-dot{
	--tw-text-opacity: 1;
	color: rgb(114 216 255 / var(--tw-text-opacity));

}

.purpose-section{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 4rem;
	padding-bottom: 4rem;
	padding-left: 2rem;
	padding-right: 2rem;

}

@media (min-width: 1024px) {

.purpose-section{
		flex-direction: row;
		padding-left: 8rem;
		padding-right: 8rem;

	}
    }

.purpose-section__bg{
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));

}

.purpose-section__display{
	margin-bottom: 2rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;

}

@media (min-width: 1024px) {

.purpose-section__display{
		margin-bottom: 0px;
		width: 33.333333%;

	}
        }

.purpose-section__headline{
	text-align: center;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
        font-size: 3.75rem;
        line-height: 3.63rem;

}

.purpose-section__logo {
        margin-top: 1rem;
    }

.purpose-section__copy{
	width: 100%;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

}

@media (min-width: 1024px) {

.purpose-section__copy{
		width: 66.666667%;
		padding-left: 4rem;

	}
        }

.purpose-section__copy-headline{
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));

}

@media (min-width: 768px){

.careers-section {
        padding: 3rem
}
    }

@media (min-width: 1280px){

.careers-section {
        padding: 3rem 6rem
}
    }

.careers{
	display: flex;
	flex-wrap: wrap;

}

.careers__copy{
	display: flex;
	flex-direction: column;
	--tw-shadow: -20px 20px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -20px 20px 0 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);
        background-color: white;
        padding: 2rem;

}

@media (min-width: 768px){

.careers__copy {
            padding: 2rem
    }
        }

.careers__copy{

        width: 100%;

}

@media (min-width: 1024px){

.careers__copy{
		width: 50%;

	}
        }

@media (min-width: 1280px){

.careers__copy {
            padding: 4rem 3rem;
            width: 60%
    }
        }

.careers__linkedin-link{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	align-self: flex-start;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.careers__linkedin-link svg {
            width: 35px;
            margin-right: .5rem;
        }

.careers__linkedin-link path {
            fill: #37588C;
        }

.careers__linkedin-link{

        font-weight: 600;
        font-size: 20px;

}

.careers__headline{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
        font-size: 60px;
        line-height: 45px;
        margin-bottom: 1.5rem;

}

.careers__jobs{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
        padding: 2rem;
        padding-top: 4rem;

        width:100%;

}

@media (min-width: 1024px){

.careers__jobs{
		width: 50%;

	}
        }

@media (min-width: 1280px) {

.careers__jobs{
		width: 40%;

	}
        }

.careers__jobs-headline{
	margin-bottom: 0.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));
        font-size: 20px;

}

.jobs-list{
	display: flex;
	flex-direction: column;
    margin-bottom: 2rem;

}

.jobs-list__arrow{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
            display: none;

}

@media (min-width: 768px) {

.jobs-list__arrow {
            display: inital;

    }
        }

.jobs-list__arrow:hover{
	--tw-text-opacity: 1;
	color: rgb(114 216 255 / var(--tw-text-opacity));

}

.jobs-list__arrow[aria-disabled='true'] {
            opacity: 0;
            pointer-events: none;
        }

.jobs-list__arrow{
        transition: all .3s ease-in-out;

}

.jobs-list__more {
        float: right;
    }

.job{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));

}

.job:not(:last-of-type) {
        margin-bottom: 1.5rem;
    }

.job__title{
	flex-shrink: 0;
	flex-grow: 1;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
        transition: color .2s ease-in-out;
        margin: 0;
        padding: 1rem;
        text-align: center;

}

@media (min-width: 768px){

.job__title {
            text-align: left;
            padding-left: 1rem;
            font-size: 24px
    }
        }

@media (min-width: 1024px){

.job__title {
            font-size: 20px
    }
        }

@media (min-width: 1280px){

.job__title {
            font-size: 18px
    }
        }

@media (min-width: 1440px){

.job__title {
            font-size: 24px
    }
        }

.job__download {
        width: 100%;
        padding: .5rem;
        display: flex;
        width: auto;
        flex-shrink: 1;
        align-items: center;
        justify-content: center;
    }

@media (min-width: 768px){

.job__download {
            padding: 1.5rem .5rem
    }
        }

.job__download{
	--tw-bg-opacity: 1;
	background-color: rgb(141 196 46 / var(--tw-bg-opacity));
        transition: background-color .2s ease-in-out;

}

.job__download-icon {
            width: 20px;
            height: 20px;
            margin: 0 auto;
        }

.job:hover .job__title{
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

.job:hover .job__download{
	--tw-bg-opacity: 1;
	background-color: rgb(112 149 210 / var(--tw-bg-opacity));

}

.js-jobs {
    width: 100%;
}

.jobs-slide {
        margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

.jobs-slide{
		margin-bottom: 0px;

	}
        }

.people-section {
    padding: 2rem 1rem;
}

@media (min-width: 1024px){

.people-section {
        margin-bottom: 3rem;
        padding: 4rem 1rem
}
    }

.people-grid{
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	gap: 2rem;

}

@media (min-width: 768px) {

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

	}
    }

@media (min-width: 1024px) {

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

	}
    }

.person{
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
    border-radius: 0 39px 0 39px;
    overflow: hidden;
   

    margin-bottom: 2rem;

}

.person__photo {
        width: 100%;
    }

.person__info {
        padding: 1.5rem;
    }

.person__name{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
        font-size: 28px;
        line-height: 28px;

}

.person__title{
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));
        font-size: 13px;
        line-height: 20px;

}

.person__copy{
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
        font-size: 13px;
        line-height: 17px;

}

.flower-hero{
	position: relative;
    background-size: cover;
    background-position: center;

}

.flower-hero::before{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
        content: "";
        display: block;
        opacity: 0.94;

}

.flower-hero__content{
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2rem;
	padding-bottom: 2rem;

}

@media (min-width: 768px) {

.flower-hero__content{
		padding-top: 8rem;
		padding-bottom: 8rem;

	}
        }

@media (min-width: 1440px) {

.flower-hero__content{
		padding: 8rem;

	}
        }

.flower-hero__flower{
	margin-bottom: 1.5rem;
	width: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	opacity: 0.5;

}

@media (min-width: 768px) {

.flower-hero__flower{
		margin-bottom: 0px;
		width: 33.333333%;
		padding-right: 3rem;

	}
        }

.flower-hero__flower{
        animation: hero-flower-in 1s ease-out 1s both;
        transform-origin:center;

}

.flower-hero__text{
	width: 100%;

}

@media (min-width: 768px) {

.flower-hero__text{
		width: 66.666667%;

	}
        }

.flower-hero__headline{
	margin-bottom: 0.75rem;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1;
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));
        font-size: 2.63rem;

}

@media (min-width: 768px) {

.flower-hero__headline {
            font-size: 3.13rem
    }
        }

.flower-hero__copy{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

}

.solutions-page .flower-hero__content{
	padding-bottom: 8rem;

}

@media (min-width: 768px) {

.solutions-page .flower-hero__content{
		padding-bottom: 16rem;

	}
        }

.outcomes-page .flower-hero::before{
	--tw-bg-opacity: 1;
	background-color: rgb(8 126 179 / var(--tw-bg-opacity));

}

@keyframes hero-flower-in {
      from {
        opacity:0;
        transform:scale(0) rotate(-180deg);
      }

      to {
        opacity: .5;
        transform:scale(1) rotate(0deg);
      }
  }

.custom-list{
	padding-left: 0.5rem;
	font-size: 1.25rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

.custom-list__item{
	margin-bottom: 1rem;
	display: flex;
	align-items: baseline;

}

@media (min-width: 1280px) {

.custom-list__item{
		margin-bottom: 2rem;

	}

        }

.custom-list__dot{
	margin-right: 0.5rem;
	flex-shrink: 0;
        width:13px;
        height:13px;

}

.news-cards{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

.news-cards--news-page{
	width: auto;
        margin-bottom: 3rem;

}

@media (min-width: 1024px) {

.news-cards--news-page {
            margin-bottom: 0rem


    }

        }

.news-card{
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-shadow: -20px 20px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -20px 20px 0 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);
    margin-bottom: 2rem;

}

@media (min-width: 1024px) {

.news-card {
        width:48%

}
    }

@media (min-width: 1280px) {

.news-card {
        width:30%

}
    }

.news-card--half{
	width: 100%;

}

@media (min-width: 1024px) {

.news-card--half {
                width: 47%;

    }
        }

.news-card--half{

        margin-bottom: 2rem;

}

.news-card--press {
        padding: 2rem;
    }

.news-card{

    padding: 1rem;

}

.news-card__image-wrap {
        border: 1px solid #E9ECBC;
        overflow: hidden;
        margin-bottom: 1rem;
    }

.news-card__image {
        width: 100%;
    }

@media (min-width: 1280px) {

.news-card__content {
            padding: 0 1rem
    }
        }

.news-card__content--half {
            padding: 0;
        }

.news-card__headline {
        font-size: 25px;
        margin-bottom: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(8 126 179 / var(--tw-text-opacity));
        line-height: 28px;

    }

.news-card__tags {
        margin-top: .5rem;
        font-size: 13px;
        --tw-text-opacity: 1;
        color: rgb(8 126 179 / var(--tw-text-opacity));
        margin-bottom: 1rem;
    }

.news-card__copy {
        font-size: 15px;
        --tw-text-opacity: 1;
        color: rgb(57 57 57 / var(--tw-text-opacity));
        line-height: 22px;
        margin-bottom: 2rem;
        display: block;
    }

.news-card__read-more {
        margin:0 1rem;

    }

.news-categories{
	margin-bottom: 2rem;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;

}

@media (min-width: 1440px) {

.news-categories{
		padding-left: 4rem;
		padding-right: 4rem;

	}

    }

.news-categories__headline{
	margin-right: 1rem;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));

}

.news-categories__list{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;

}

.news-categories__link{
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.news-categories__item:not(:last-of-type){
	margin-right: 1rem;

}

.blog-post{
	margin-left: auto;
	margin-right: auto;
	width: 100%;

}

@media (min-width: 1280px) {

.blog-post{
		width: 75%;

	}
    }

.blog-post__author{
	width: 66.666667%;

}

@media (min-width: 1024px){

	.blog-post__author{
		width: 50%;

	}

}

.blog-post__author {
       border-radius: 0 0px 0 39px;
       overflow: hidden;
    }

.blog-post__author-headline{
	margin-bottom: 0.5rem;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.875rem;
	line-height: 2.25rem;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.blog-post__author-content{
	display: flex;
	flex-wrap: wrap;
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

}

.blog-post__author-image{
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;

}

@media (min-width: 1024px){

	.blog-post__author-image{
		width: 33.333333%;

	}

}

.blog-post__author-copy{
	width: 100%;
	padding: 1rem;

}

@media (min-width: 1024px){

	.blog-post__author-copy{
		width: 66.666667%;

	}

}

.blog-post__author-name{
	margin-bottom: 0.5rem;
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 300;

}

.blog-post__author-bio{
	font-size: 0.875rem;
	line-height: 1.25rem;

}

.text-image-block{
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.text-image-block--reverse{
	flex-direction: row-reverse;

}

.text-image-block--reverse .text-image-block__text{
	padding-left: 0px;

}

@media (min-width: 1024px){

	.text-image-block--reverse .text-image-block__text{
		padding-right: 1.5rem;

	}

}

.text-image-block__image{
	margin-bottom: 0.75rem;
	width: 100%;

}

@media (min-width: 1024px){

	.text-image-block__image{
		margin-bottom: 0px;
		width: 50%;

	}

}

.text-image-block__text{
	width: 100%;

}

@media (min-width: 1024px){

	.text-image-block__text{
		width: 50%;
		padding-left: 1.5rem;

	}

}

.contact-form-section{
	display: flex;
	flex-wrap: wrap;
    margin: 0 auto;
    padding: 4rem 0;

}

.contact-form-container{
	width: 100%;
    margin-bottom: 3rem;

}

@media (min-width: 1024px) {

.contact-form-container{
		width: 66.666667%;
		padding-right: 2rem;
        margin-bottom: 0rem;

	}

    }

.contact-info{
	width: 100%;

}

@media (min-width: 1024px) {

.contact-info{
		width: 33.333333%;

	}
    }

.contact-info{

    padding-top: .5rem;

}

.contact-info__headline{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
        font-size: 37px;
        line-height: 45px;

}

.contact-info__copy {
        margin-top: 2rem;
        margin-bottom: 1rem;

    }

.contact-info__address-line:not(:last-of-type) {
        margin: 0;
    }

.contact-info__app-info {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info__app-info>*{
	width: 33.333333%;

}

.contact-form{
	display: flex;
	flex-wrap: wrap;
    margin-top: 2rem;

}

.contact-form__thanks {
        margin-top: 1rem;
    }

#thanks::before {
    display: block; 
    content: " "; 
    margin-top: -285px; 
    height: 285px; 
    visibility: hidden; 
    pointer-events: none;
}

.form-element{
	margin-bottom: 0.75rem;
	display: flex;
	width: 100%;
	flex-direction: column;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

@media (min-width: 768px) {

.form-element{
		width: 50%;

	}

    }

.form-element{
    font-size: 11px;
    --tw-text-opacity: 1;
    color: rgb(94 124 178 / var(--tw-text-opacity));
    text-transform: uppercase;

}

.form-element--full{
	width: 100%;

}

.form-element__input{
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(149 177 221 / var(--tw-border-opacity));
	padding: 0.25rem;
	font-size: 1rem;
	line-height: 1.5rem;
        border-radius: 0;
        box-shadow: none;

}

.form-element__input:focus{
	border-width: 1px !important;
	--tw-border-opacity: 1 !important;
	border-color: rgb(55 88 140 / var(--tw-border-opacity)) !important;
            outline:none;

}

.form-element--checkboxes{
	display: flex;
	flex-direction: column;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));
        text-transform: initial;
        font-size: initial;
        margin-bottom: 1rem;

}

.form-element__checkbox{
	--tw-text-opacity: 1;
	color: rgb(94 124 178 / var(--tw-text-opacity));

}

.form-element__checkbox input {
            margin: 0;
        }

.form-element__checkbox-label {
            font-size: 13px;
            font-weight: 300;
        }

.abcd {
    display: none;
}

.consumer-filters{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
    box-shadow: 0px -20px 16px -16px #1a202c47;
    z-index: 2;

}

@media (min-width: 1024px) {

.consumer-filters{
		flex-direction: row;

	}
    }

.consumer-filter-form{
	display: flex;
	align-items: center;
	justify-content: space-between;
    width: 100%;

}

@media (min-width: 768px) {

.consumer-filter-form {
        width: 80%
}
    }

.consumer-filter-form{
    margin-bottom: 2rem;

}

@media (min-width: 1024px) {

.consumer-filter-form{
		width: 33.333333%;
		padding-left: 1rem;
		padding-right: 1rem;
        margin-bottom: 0;

	}
    }

@media (min-width: 1280px) {

.consumer-filter-form{
		padding-left: 2rem;
		padding-right: 2rem;

	}
    }

.consumer-filter-form__select{
	width: 75%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	--tw-text-opacity: 1;
	color: rgb(33 174 228 / var(--tw-text-opacity));
        border: none;
        position: relative;
        margin: 0;

}

.consumer-filter-form__select--plans {
        }

.consumer-filter-form__select--types {
        }

.consumer-filter-form__select--states {
        }

.consumer-filter-form__submit{
	width: 25%;
        border: none;
        padding: 0.7rem 0.5rem;

}

.client-quote-section {
	padding: 3rem 1rem;

}

@media (min-width: 768px) {

.client-quote-section { 
		padding: 6rem

}
	}

.client-quote-section__quote {
		position: relative;
	}

@media (min-width: 768px) {

.client-quote-section__quote {
			margin-bottom: 3rem
	}

		}

.client-quote-section__quotation-mark {
	width: 30px;
	position: absolute;
	top: -40px;
	left: -10px;

}

@media (min-width: 768px) {

.client-quote-section__quotation-mark {
		left: -50px;
		width: 60px

}
	}

.client-quote-section__quotation-mark--end {
		left: initial;
		top: initial;
		right: -10px;
	}

@media (min-width: 768px) {

.client-quote-section__quotation-mark--end {
		right: -50px;
	}
	}

.client-quote-section__quotation-mark--end{
		bottom: 0px;
		transform: rotate(180deg);
		transform-origin: center;

}

.client-quote-section__text{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
	text-align: center;
	font-size: 30px;
	line-height: 35px;

}

@media (min-width: 768px) {

.client-quote-section__text {
		font-size: 53px;
		line-height: 64px
}
	}

.client-quote-section__attribution {
	text-align: right;
}

.client-quote-section__name {
	font-size: 24px;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));
	margin: 0;
}

.client-quote-section__title {
	font-weight: 400;
	font-size: 18px;
	--tw-text-opacity: 1;
	color: rgb(57 57 57 / var(--tw-text-opacity));
	text-align: right;
	margin: 0;
}

.client-quotes__slider{
	display: flex;
	align-items: center;

}

.quotes-slide{
	display: flex !important;
	height: 100% !important;
	width: 100% !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding:4rem;

}

.app-card__grid{
	display: flex;
	flex-wrap: wrap;
    padding: 0 1rem;

}

.app-card{
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-shadow: -10px 10px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -10px 10px 0 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);

}

.app-card__wrap{
	padding-left: 1rem;
	padding-right: 1rem;
    margin-bottom: 2rem;

}

@media (min-width: 768px) {

.app-card__wrap{
		width: 50%;

	}
    }

@media (min-width: 1024px) {

.app-card__wrap{
		width: 33.333333%;

	}
    }

@media (min-width: 1280px) {

.app-card__wrap{
		width: 25%;

	}
    }

.app-card{
    text-align: center;

}

.app-card__top {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

.app-card__bottom {
        width: 100%;
    }

.app-card__icon-wrap {
            border-radius: 10px;
            overflow: hidden;
            margin: 2rem 0;
            width: 120px;
            filter: drop-shadow(0 0 18px rgba(58, 93, 147, 0.15));
        }

.app-card__name-wrap{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));
        width: 100%;

}

.app-card__name{
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
        font-size: 19px;
        line-height: 20px;
        padding: 1rem 3rem;
        margin: 0;
        text-transform: uppercase;

}

.app-card__copy {
        font-weight: 400;
        font-size: 13px;
        line-height: 17px;
        text-align: left;
        padding: 1rem 1.3rem;
        padding-bottom: 0;
        margin: 0;
    }

.app-card__links{
	display: flex;
	align-items: center;
	justify-content: space-between;
        padding: 1rem;
        width: 100%;

}

.app-card__link {
        width:45%;
    }

.slick-track {
    display: flex !important;
}

.slick-track .slick-slide {
        display: flex !important;
        height: auto !important;
        align-items: center !important;
        justify-content: center !important;
    }

.slick-track .slick-slide > div {
            height: 100%;
        }

.announcements{
	width: 100%;

}

@media (min-width: 768px) {

.announcements{
		width: 91.666667%;

	}
    }

.announcements__wrap{
	margin-bottom: 5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;

}

@media (min-width: 1024px) {

.announcements__wrap{
		margin-bottom: 8rem;

	}
        }

.slides-wrap{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;

}

.slider-arrow{
	flex-shrink: 0;
    color: #087eb3;

}

.slider-arrow:hover{
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

.slider-arrow{
    transition: color 0.2s ease-in-out;
    display: none !important;

}

@media (min-width: 768px) {

.slider-arrow {
        display: flex !important
}
    }

.slider-arrow{
    width: 31px;
    height: 31px;

}

.slider-arrow svg {
        width: 100%;
    }

.slider-arrow--next {
        transform: rotate(180deg);
        transform-origin: center;
    }

.landingpage__headline{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));
        font-size: 50px;
        line-height: 61px;

}

.landingpage__content {
        padding: 2rem 1rem;
    }

@media (min-width: 1024px) {

.landingpage__content {
        padding: 5rem 2rem
    }
        }

.landingpage__top,.landingpage__bottom{
	display: flex;
	flex-wrap: wrap;

}

.landingpage__top--consultant{
	display: flex;
	align-items: center;
	justify-content: center;

}

.landingpage__main-content{
	width: 100%;

}

@media (min-width: 1024px) {

.landingpage__main-content {
            width:60%
    }
        }

.landingpage__side-content{
	width: 100%;

}

@media (min-width: 1024px) {

.landingpage__side-content {
            width:40%
    }
        }

.landingpage__side-image {
        margin:0 auto;
        margin-bottom: 2rem;
        display: block;
    }

.landingpage__side-video-block-top {
            margin-bottom: 1.5rem;
        }

.landingpage__side-video-headline {
        font-size: 37px;
        font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: rgb(55 88 140 / var(--tw-text-opacity));
    }

.gallery-slide{
	display: flex !important;
	height: 100% !important;
	width: 100% !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding:1rem;

}

.gallery-slide img {
		max-height:550px;
		-o-object-fit:contain;
		   object-fit:contain;
	}

.client-quotes__slider .slick-track .slick-slide > div{
	width: 100%;

}

.slick-dots li button:before{
	font-size: 2.25rem !important;
	line-height: 2.5rem !important;
	--tw-text-opacity: 1 !important;
	color: rgb(55 88 140 / var(--tw-text-opacity)) !important;

}

.footer {
    background-image: url("/_assets/img/footer_bg.svg");
    background-size:140%;
    background-position: top center;

}

@media (min-width: 768px) {

.footer {
    background-size:contain

}
    }

.footer{
    overflow: hidden;
   
    background-repeat: no-repeat;
    padding-top: 6rem;

}

.footer__top{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

@media (min-width: 1024px) {

.footer__top{
		margin-bottom: 8rem;

	}
        }

.footer__bottom{
	position: relative;
	overflow: hidden;
	padding-top: 2rem;
	padding-bottom: 3rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));

}

@media (min-width: 768px) {

.footer__bottom{
		padding-top: 4rem;
		padding-bottom: 6rem;

	}
        }

.footer__bottom * {
            z-index: 2;
            position: relative;
        }

.footer__bottom-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity)); 
            z-index: 1;
            border-radius: 100% 100% 0 0;
            transform-origin: top center;
            transform: scale(2.75);

}

@media (min-width: 1024px) {

.footer__bottom-bg {
            transform: scale(1.25)
        }
            }

.footer__social-links{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
        width: 233px;

}

.footer__social-links--contact{
	margin-top: 2rem;
	width: 100%;
	justify-content: space-evenly;

}

.footer__social{
	display: flex;
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));

}

.footer__social--contact{
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

.footer__social{
        transition: .2s color ease-in-out;
        height: 25px;

}

.footer__social:hover{
	--tw-text-opacity: 1;
	color: rgb(61 168 58 / var(--tw-text-opacity));

}

.footer__social svg {
            width:100%;
        }

[data-aos="footer-bg"] {
    background-position-y:250px;
    transition-property: background-position-y, opacity;
  }

[data-aos="footer-bg"].aos-animate {
        background-position-y: 0px;
    }

/* ──────────────────────────────────────────────────────────────────────────────── */

.visible{
	visibility: visible;

}

.collapse{
	visibility: collapse;

}

.static{
	position: static;

}

.fixed{
	position: fixed;

}

.absolute{
	position: absolute;

}

.relative{
	position: relative;

}

.sticky{
	position: sticky;

}

.z-10{
	z-index: 10;

}

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

}

.my-4{
	margin-top: 1rem;
	margin-bottom: 1rem;

}

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

}

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

}

.ml-4{
	margin-left: 1rem;

}

.mb-6{
	margin-bottom: 1.5rem;

}

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

}

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

}

.mr-4{
	margin-right: 1rem;

}

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

}

.mb-3{
	margin-bottom: 0.75rem;

}

.mb-32{
	margin-bottom: 8rem;

}

.mb-0{
	margin-bottom: 0px;

}

.mb-16{
	margin-bottom: 4rem;

}

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

}

.ml-3{
	margin-left: 0.75rem;

}

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

}

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

}

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

}

.block{
	display: block;

}

.inline-block{
	display: inline-block;

}

.inline{
	display: inline;

}

.flex{
	display: flex;

}

.table{
	display: table;

}

.grid{
	display: grid;

}

.contents{
	display: contents;

}

.hidden{
	display: none;

}

.\!hidden{
	display: none !important;

}

.h-full{
	height: 100%;

}

.w-full{
	width: 100%;

}

.w-3\/5{
	width: 60%;

}

.w-2\/5{
	width: 40%;

}

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

}

.w-auto{
	width: auto;

}

.w-1\/5{
	width: 20%;

}

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

}

.max-w-2xl{
	max-width: 42rem;

}

.max-w-xl{
	max-width: 36rem;

}

.flex-shrink{
	flex-shrink: 1;

}

.border-collapse{
	border-collapse: collapse;

}

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

}

.resize{
	resize: both;

}

.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-center{
	justify-content: center;

}

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

}

.justify-around{
	justify-content: space-around;

}

.self-center{
	align-self: center;

}

.truncate{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.break-all{
	word-break: break-all;

}

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

}

.rounded-t{
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;

}

.border{
	border-width: 1px;

}

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

}

.bg-brand-blue-100{
	--tw-bg-opacity: 1;
	background-color: rgb(114 216 255 / var(--tw-bg-opacity));

}

.bg-brand-blue-500{
	--tw-bg-opacity: 1;
	background-color: rgb(33 174 228 / var(--tw-bg-opacity));

}

.bg-brand-blue-900{
	--tw-bg-opacity: 1;
	background-color: rgb(8 126 179 / var(--tw-bg-opacity));

}

.bg-brand-green-100{
	--tw-bg-opacity: 1;
	background-color: rgb(208 219 36 / var(--tw-bg-opacity));

}

.bg-brand-green-500{
	--tw-bg-opacity: 1;
	background-color: rgb(141 196 46 / var(--tw-bg-opacity));

}

.bg-brand-green-900{
	--tw-bg-opacity: 1;
	background-color: rgb(61 168 58 / var(--tw-bg-opacity));

}

.bg-brand-purple-100{
	--tw-bg-opacity: 1;
	background-color: rgb(149 177 221 / var(--tw-bg-opacity));

}

.bg-brand-purple-500{
	--tw-bg-opacity: 1;
	background-color: rgb(94 124 178 / var(--tw-bg-opacity));

}

.bg-brand-purple-900{
	--tw-bg-opacity: 1;
	background-color: rgb(55 88 140 / var(--tw-bg-opacity));

}

.bg-brand-gray-100{
	--tw-bg-opacity: 1;
	background-color: rgb(233 233 233 / var(--tw-bg-opacity));

}

.bg-brand-gray-500{
	--tw-bg-opacity: 1;
	background-color: rgb(148 148 148 / var(--tw-bg-opacity));

}

.bg-brand-gray-900{
	--tw-bg-opacity: 1;
	background-color: rgb(57 57 57 / var(--tw-bg-opacity));

}

.bg-brand-contrast-blue{
	--tw-bg-opacity: 1;
	background-color: rgb(21 126 168 / var(--tw-bg-opacity));

}

.bg-brand-contrast-green{
	--tw-bg-opacity: 1;
	background-color: rgb(50 133 46 / var(--tw-bg-opacity));

}

.bg-brand-contrast-purple{
	--tw-bg-opacity: 1;
	background-color: rgb(112 149 210 / var(--tw-bg-opacity));

}

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

}

.fill-current{
	fill: currentColor;

}

.object-contain{
	-o-object-fit: contain;
	   object-fit: contain;

}

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

}

.p-10{
	padding: 2.5rem;

}

.p-6{
	padding: 1.5rem;

}

.p-3{
	padding: 0.75rem;

}

.p-8{
	padding: 2rem;

}

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

}

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

}

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

}

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

}

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

}

.px-16{
	padding-left: 4rem;
	padding-right: 4rem;

}

.pt-10{
	padding-top: 2.5rem;

}

.pb-2{
	padding-bottom: 0.5rem;

}

.pt-2{
	padding-top: 0.5rem;

}

.pt-16{
	padding-top: 4rem;

}

.pl-16{
	padding-left: 4rem;

}

.pr-16{
	padding-right: 4rem;

}

.pb-8{
	padding-bottom: 2rem;

}

.pl-4{
	padding-left: 1rem;

}

.pt-8{
	padding-top: 2rem;

}

.text-center{
	text-align: center;

}

.text-right{
	text-align: right;

}

.font-sans{
	font-family: Montserrat, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.font-serif{
	font-family: "Frank Ruhl Libre", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;

}

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

}

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

}

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

}

.text-5xl{
	font-size: 3rem;
	line-height: 1;

}

.font-normal{
	font-weight: 400;

}

.font-light{
	font-weight: 300;

}

.uppercase{
	text-transform: uppercase;

}

.lowercase{
	text-transform: lowercase;

}

.italic{
	font-style: italic;

}

.leading-tight{
	line-height: 1.25;

}

.leading-none{
	line-height: 1;

}

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

}

.text-brand-blue-900{
	--tw-text-opacity: 1;
	color: rgb(8 126 179 / var(--tw-text-opacity));

}

.text-brand-purple-900{
	--tw-text-opacity: 1;
	color: rgb(55 88 140 / var(--tw-text-opacity));

}

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

}

.text-brand-green-100{
	--tw-text-opacity: 1;
	color: rgb(208 219 36 / var(--tw-text-opacity));

}

.text-brand-contrast-green{
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

.underline{
	text-decoration-line: underline;

}

.no-underline{
	text-decoration-line: none;

}

.shadow-brand{
	--tw-shadow: -20px 20px 0 0 rgba(58,93,147,0.07);
	--tw-shadow-colored: -20px 20px 0 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);

}

.outline{
	outline-style: solid;

}

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

}

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

}

.\!invert{
	--tw-invert: invert(100%) !important;
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;

}

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

}

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

}

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

}

.\[hostname\:port\]{
	hostname: port;

}

.hover\:text-brand-contrast-green:hover{
	--tw-text-opacity: 1;
	color: rgb(50 133 46 / var(--tw-text-opacity));

}

@media (min-width: 768px){

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

	}

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

	}

	.md\:w-2\/3{
		width: 66.666667%;

	}

	.md\:w-1\/3{
		width: 33.333333%;

	}

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

	}

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

	}

	.md\:pr-4{
		padding-right: 1rem;

	}

	.md\:pl-4{
		padding-left: 1rem;

	}

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

	}

}

@media (min-width: 1024px){

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

	}

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

	}

	.lg\:mb-32{
		margin-bottom: 8rem;

	}

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

	}

	.lg\:mb-64{
		margin-bottom: 16rem;

	}

	.lg\:w-1\/3{
		width: 33.333333%;

	}

	.lg\:w-2\/3{
		width: 66.666667%;

	}

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

	}

	.lg\:w-3\/5{
		width: 60%;

	}

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

	}

	.lg\:w-1\/5{
		width: 20%;

	}

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

	}

	.lg\:flex-nowrap{
		flex-wrap: nowrap;

	}

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

	}

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

	}

	.lg\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;

	}

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

	}

	.lg\:pl-8{
		padding-left: 2rem;

	}

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

	}

	.lg\:pr-4{
		padding-right: 1rem;

	}

	.lg\:pl-4{
		padding-left: 1rem;

	}

	.lg\:text-3xl{
		font-size: 1.875rem;
		line-height: 2.25rem;

	}

}

@media (min-width: 1280px){

	.xl\:mb-0{
		margin-bottom: 0px;

	}

	.xl\:mt-0{
		margin-top: 0px;

	}

	.xl\:w-1\/3{
		width: 33.333333%;

	}

	.xl\:w-2\/3{
		width: 66.666667%;

	}

	.xl\:max-w-3xl{
		max-width: 48rem;

	}

	.xl\:flex-row{
		flex-direction: row;

	}

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

	}

	.xl\:px-16{
		padding-left: 4rem;
		padding-right: 4rem;

	}

	.xl\:pl-8{
		padding-left: 2rem;

	}

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

	}

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

	}

}

@media (min-width: 1440px){

	.xxl\:pr-40{
		padding-right: 10rem;

	}

}
