/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

body,
html {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    scroll-behavior: smooth
}

#body-wrapper {
    margin: 0 auto
}

.nowrap {
    white-space: nowrap
}

.container-responsive {
    width: 100%;
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto
}

h1 {
    margin-top: 0
}

#page-content section,
#page-footer {
    padding: 80px
}

#page-content section .container-responsive,
#page-footer .container-responsive {
    max-width: 1100px
}

@media (max-width:992px) {

    #page-content section,
    #page-footer {
        padding: 60px
    }
}

@media (max-width:767px) {

    #page-content section,
    #page-footer {
        padding: 40px
    }
}

a {
    color: inherit;
    transition: color .2s
}

a:hover {
    text-decoration: none;
    color: #85ba39
}

p {
    font-size: inherit
}

p a {
    font-weight: bolder;
    color: #85ba39
}

p a:hover {
    text-decoration: underline
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem
}

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

.serif {
    font-family: Cardo, serif
}

.sans,
.sans-serif,
.sansserif {
    font-family: Inter, sans-serif
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 40%
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.embed-container embed,
.embed-container iframe,
.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.fill-left,
.fill-right {
    position: relative
}

.fill-left:before,
.fill-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: inherit
}

.fill-right:after {
    left: 100%
}

.fill-left:before {
    right: 100%
}

#body-wrapper .btn,
#body-wrapper .hs-button.primary.large {
    font-size: 1rem;
    border-radius: 24px;
    padding: .6785em 1em;
    line-height: 1em;
    box-shadow: none;
    font-family: Inter, sans-serif;
    font-weight: 400;
    border: 1px solid transparent;
    background-clip: border-box;
    will-change: transform;
    margin-top: .5em;
    background-color: #0063a6
}

#body-wrapper .btn,
#body-wrapper .btn *,
#body-wrapper .btn .fl-button-text,
#body-wrapper .btn span,
#body-wrapper .hs-button.primary.large,
#body-wrapper .hs-button.primary.large *,
#body-wrapper .hs-button.primary.large .fl-button-text,
#body-wrapper .hs-button.primary.large span {
    transition: all .5s cubic-bezier(.19, 1, .12, 1)
}

#body-wrapper .btn:hover,
#body-wrapper .hs-button.primary.large:hover {
    transform: translatey(-.125rem);
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .2)
}

#body-wrapper .btn,
#body-wrapper .btn *,
#body-wrapper .btn .fl-button-text,
#body-wrapper .btn span,
#body-wrapper .hs-button.primary.large,
#body-wrapper .hs-button.primary.large *,
#body-wrapper .hs-button.primary.large .fl-button-text,
#body-wrapper .hs-button.primary.large span {
    color: #fff
}

#body-wrapper .btn:hover,
#body-wrapper .hs-button.primary.large:hover {
    background-color: #0072c0
}

#body-wrapper .btn:hover,
#body-wrapper .btn:hover *,
#body-wrapper .btn:hover .fl-button-text,
#body-wrapper .btn:hover span,
#body-wrapper .hs-button.primary.large:hover,
#body-wrapper .hs-button.primary.large:hover *,
#body-wrapper .hs-button.primary.large:hover .fl-button-text,
#body-wrapper .hs-button.primary.large:hover span {
    color: #fff
}

#body-wrapper .btn.btn-hollow,
#body-wrapper .hs-button.primary.large.btn-hollow {
    background-color: transparent;
    border-color: #0072ba
}

#body-wrapper .btn.btn-hollow,
#body-wrapper .btn.btn-hollow *,
#body-wrapper .btn.btn-hollow .fl-button-text,
#body-wrapper .btn.btn-hollow span,
#body-wrapper .hs-button.primary.large.btn-hollow,
#body-wrapper .hs-button.primary.large.btn-hollow *,
#body-wrapper .hs-button.primary.large.btn-hollow .fl-button-text,
#body-wrapper .hs-button.primary.large.btn-hollow span {
    color: #0072ba
}

#body-wrapper .btn.btn-hollow:hover,
#body-wrapper .hs-button.primary.large.btn-hollow:hover {
    background-color: #0072ba;
    border-color: #0072ba
}

#body-wrapper .btn.btn-hollow:hover,
#body-wrapper .btn.btn-hollow:hover *,
#body-wrapper .btn.btn-hollow:hover .fl-button-text,
#body-wrapper .btn.btn-hollow:hover span,
#body-wrapper .hs-button.primary.large.btn-hollow:hover,
#body-wrapper .hs-button.primary.large.btn-hollow:hover *,
#body-wrapper .hs-button.primary.large.btn-hollow:hover .fl-button-text,
#body-wrapper .hs-button.primary.large.btn-hollow:hover span {
    color: #fff
}

#body-wrapper .btn.btn-large,
#body-wrapper .hs-button.primary.large.btn-large {
    font-size: 20px
}

#body-wrapper .hs-button.primary.large {
    background-color: transparent;
    border-color: #0072ba
}

#body-wrapper .hs-button.primary.large,
#body-wrapper .hs-button.primary.large *,
#body-wrapper .hs-button.primary.large .fl-button-text,
#body-wrapper .hs-button.primary.large span {
    color: #0072ba
}

#body-wrapper .hs-button.primary.large:hover {
    background-color: #0072ba;
    border-color: #0072ba
}

#body-wrapper .hs-button.primary.large:hover,
#body-wrapper .hs-button.primary.large:hover *,
#body-wrapper .hs-button.primary.large:hover .fl-button-text,
#body-wrapper .hs-button.primary.large:hover span {
    color: #fff
}

.navbar-toggler {
    padding: .75rem .531rem !important;
    transition: background .2s;
    background: 0 0 !important;
    border-radius: 0;
    border: 0 !important
}

.burger-icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.burger-icon,
.burger-icon::after,
.burger-icon::before {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #212121;
    outline: 1px solid transparent;
    border-radius: 10px;
    transition-property: background-color, transform;
    transition-duration: .3s
}

.burger-icon::after,
.burger-icon::before {
    position: absolute;
    content: ""
}

.burger-icon::before {
    top: -7px
}

.burger-icon::after {
    top: 7px
}

.navbar-toggler:not(.collapsed) .burger-icon {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.navbar-toggler:not(.collapsed) .burger-icon,
.navbar-toggler:not(.collapsed) .burger-icon::after,
.navbar-toggler:not(.collapsed) .burger-icon::before {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #212121;
    outline: 1px solid transparent;
    border-radius: 10px;
    transition-property: background-color, transform;
    transition-duration: .3s
}

.navbar-toggler:not(.collapsed) .burger-icon::after,
.navbar-toggler:not(.collapsed) .burger-icon::before {
    position: absolute;
    content: ""
}

.navbar-toggler:not(.collapsed) .burger-icon::before {
    top: -7px
}

.navbar-toggler:not(.collapsed) .burger-icon::after {
    top: 7px
}

.navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent
}

.navbar-toggler:not(.collapsed) .burger-icon::before {
    transform: translateY(7px) rotate(45deg)
}

.navbar-toggler:not(.collapsed) .burger-icon::after {
    transform: translateY(-7px) rotate(-45deg)
}

nav.navbar {
    padding: 40px
}

nav.navbar>.container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

nav.navbar .navbar-brand {
    padding: 0;
    margin: 0
}

nav.navbar .navbar-nav {
    margin-left: auto
}

@media (max-width:767px) {
    nav.navbar {
        padding: 20px
    }
}

.green {
    color: #7dc242
}

.blue {
    color: #0063a6
}

.teal {
    color: #00b09b
}

h2 {
    font-size: clamp(1.5rem, 3.575vw, 2.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #0063a6;
    text-wrap: balance
}

li,
p {
    letter-spacing: .01em;
    color: #404042
}

#page-content {
    overflow-x: hidden
}

@media (max-width:767px) {
    section {
        padding: 2em !important
    }
}

#hero {
    background: #fff;
    background-image: linear-gradient(180deg, rgba(158, 213, 112, .09) 0, rgba(0, 99, 166, .09) 50%, rgba(0, 99, 166, 0) 100%);
    padding-top: 0 !important;
    display: flex;
    flex-direction: column
}

#hero .container-responsive {
    max-width: 1500px !important
}

#hero #nav-row {
    padding: 20px 0;
    max-width: 1400px !important;
    margin: 0 auto;
    width: 100% !important
}

#hero #nav-row .container-fluid {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 40px;
    border: 1px solid #f2f2f2
}

#hero #nav-row a {
    font-size: 18px;
    font-weight: 300
}

#hero #nav-row a:hover {
    text-decoration: underline
}

#hero #nav-row .footer-brand {
    margin-left: 0
}

#hero #nav-row .navbar-toggler {
    background-color: #fff;
    color: #0063a6;
    border: none
}

#hero #nav-row .navbar-collapse.show ul.navbar-nav {
    display: flex;
    flex-direction: row;
    margin-top: 1em;
    flex-wrap: wrap;
    justify-content: center
}

@media (min-width:992px) {
    #hero #nav-row a {
        margin-left: 2em
    }
}

@media (max-width:991px) {
    #hero #nav-row li {
        padding-inline: .75em
    }
}

#hero .centered-y {
    display: grid;
    place-items: center;
    height: 100%
}

#hero #header-content {
    max-width: 867px;
    margin: 0 auto;
    width: 100%;
    background-color: #f9f9f9;
    padding: 4em 2em;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 6.4px rgba(0, 0, 0, .08)
}

#hero p {
    font-size: clamp(1.1rem, 1.7875vw, 1.375rem);
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 300;
    background: linear-gradient(90deg, #7dc242 0, #00b09b 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hero h1 {
    color: #0063a6;
    font-size: clamp(2.25rem, 4.0625vw, 3.125rem);
    margin-inline: auto;
    width: 100%;
    font-weight: 800;
    margin-bottom: 0 !important;
    text-wrap: balance
}

#hero h1 span {
    display: block;
    font-weight: 400;
    font-size: .6em;
    background: linear-gradient(90deg, #7dc242 0, #00b09b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hero .btn {
    margin-top: 2em
}

@media (max-width:767px) {
    #hero #header-content {
        padding: 2em
    }

    #hero .row {
        padding: 1em
    }
}

@media (max-width:576px) {
    #hero {
        padding: 1em !important
    }

    #hero #header-content {
        padding: 1.5em 1em
    }

    #hero .row {
        padding: 2em .5em
    }
}

#perfect-combo {
    text-align: center;
    position: relative
}

#perfect-combo::before {
    content: '';
    display: block !important;
    position: absolute;
    top: 62.5%;
    left: 50%;
    width: 1280px;
    height: 300px;
    border-radius: 50%;
    background: linear-gradient(142.87deg, #7dc242 19.65%, #00b09b 83.32%);
    opacity: .09;
    -webkit-filter: blur(88.25px);
    filter: blur(88.25px);
    z-index: 0;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

#perfect-combo h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 1em
}

#perfect-combo .note {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 2em 2.5em;
    border-radius: 5px;
    background-color: #fff;
    gap: 1em;
    position: relative;
    z-index: 1
}

#perfect-combo .col-lg-4 {
    margin-bottom: 1.5em
}

#perfect-combo img,
#perfect-combo p {
    margin: 0
}

#perfect-combo p {
    margin-top: auto
}

@media (max-width:767px) {
    #healthcare-benefits {
        text-align: center
    }

    #healthcare-benefits .btn-hollow {
        margin-bottom: 1.5em
    }
}

#excellence {
    background-color: #f4f6f1
}

#excellence .container-responsive {
    max-width: 775px !important
}

#excellence h2 {
    margin-bottom: 1em
}

#excellence .borders {
    border-left: 1px solid #9fd375;
    border-right: 1px solid #9fd375
}

#excellence .col-md-4 {
    padding-block: .75em
}

#excellence p {
    margin: 0
}

#excellence h3 {
    font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
    font-weight: 700;
    line-height: 1.33;
    margin: 0 0 .5em
}

@media (max-width:767px) {
    #excellence .borders {
        border-left: none;
        border-right: none;
        border-top: 1px solid #9fd375;
        border-bottom: 1px solid #9fd375;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto
    }
}

#callout-cards {
    position: relative
}

#callout-cards::before {
    content: '';
    display: block !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1036px;
    height: 994px;
    border-radius: 50%;
    background: linear-gradient(142.87deg, #7dc242 19.65%, #00b09b 83.32%);
    opacity: .13;
    -webkit-filter: blur(88.25px);
    filter: blur(88.25px);
    z-index: 0;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

#callout-cards .container-responsive {
    position: relative;
    z-index: 1;
    padding: 55px 110px;
    background-color: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 6.4px rgba(0, 0, 0, .08)
}

#callout-cards .btn-hollow {
    width: 100%;
    max-width: 202px
}

#callout-cards #effortless-implementation {
    margin-block: 3.5rem
}

#callout-cards #expansive-network-capabilities ul {
    padding-left: 0
}

#callout-cards #expansive-network-capabilities ul li {
    list-style: none;
    color: #404042;
    font-weight: 400;
    font-size: 16px;
    margin-block: 1em
}

#callout-cards #expansive-network-capabilities ul li::before {
    font: var(--fa-font-solid);
    content: '\f00c';
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 20px;
    color: #7dc242;
    margin-right: 5px
}

@media (max-width:992px) {
    #callout-cards .container-responsive {
        padding: 2em 3em
    }
}

@media (max-width:767px) {
    #callout-cards .container-responsive {
        padding: 1.5em 2em;
        text-align: center
    }

    #callout-cards .btn-hollow {
        margin-bottom: 1.5em
    }
}

#learn-more {
    background-image: linear-gradient(180deg, rgba(158, 213, 112, .09) 0, rgba(0, 99, 166, .09) 50%, rgba(0, 99, 166, 0) 100%)
}

#learn-more .eyebrow {
    background: linear-gradient(90deg, #7dc242 0, #00b09b 35%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.375rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: .5em;
    line-height: 1.2
}

#learn-more h2 {
    background: linear-gradient(90deg, #00345a 0, #0063a6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5625rem;
    margin-bottom: 0
}

#learn-more .row {
    margin-inline: auto
}

#learn-more .hs-input {
    width: 100%;
    max-width: 422px;
    padding: 10px;
    border-radius: 3px;
    border: none;
    margin-bottom: 20px
}

#learn-more ul {
    padding-left: 1.5em;
    margin-top: -.5em;
    max-width: 422px
}

#learn-more .input-list {
    display: flex;
    flex-direction: column;
    margin-top: 30px
}

#learn-more .field label span {
    font-weight: 300;
    margin-bottom: .5em
}

#learn-more .hs-form-required {
    display: none
}

@media (max-width:767px) {
    #learn-more h2 {
        margin-bottom: .5em
    }

    #learn-more .hs-input {
        max-width: 100%
    }

    #learn-more ul {
        padding: 0 !important;
        display: flex;
        flex-direction: column;
        gap: 20px
    }
}

#page-footer {
    padding: 40px
}

#page-footer .container-responsive {
    max-width: 1300px
}

#page-footer a {
    text-decoration: none;
    text-align: right
}

#page-footer .img-container img {
    width: 100%;
    max-width: 22px;
    margin-right: 1em
}

#page-footer .slogan {
    width: 100%;
    max-width: 240px
}

@media (max-width:767px) {
    #page-footer img {
        max-width: 300px;
        margin: 0 auto
    }

    #page-footer .row {
        gap: 20px
    }

    #page-footer .footer-links {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px
    }
}

@media (max-width:576px) {
    #page-footer {
        text-align: center
    }
}