@font-face {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../otf/gotham-book.otf") format("opentype");
}

@font-face {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../otf/gotham-medium.otf") format("opentype");
}

@font-face {
    font-family: "Gotham";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../otf/gotham-bold.otf") format("opentype");
}

body {
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    color: #080808;
    height: 100%;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.5;
}

h1 {
    font-size: calc(2rem + 2vw);
}

.large-hl {
    font-size: calc(1.5rem + 1vw);
}

.small-hl {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a,
a:hover {
    color: #000;
}

.page-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.page-section-top {
    padding-top: 4rem;
}

.page-section-bottom {
    padding-bottom: 4rem;
}

.page-small-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.page-small-section-top {
    padding-top: 2rem;
}

.page-small-section-bottom {
    padding-bottom: 2rem;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.adjusted-4-anchor {
    padding-top: 80px;
    margin-top: -80px;
    display: block;
}

.img-covered {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.space-between-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.font-bold,
strong,
.strong {
    font-weight: 700;
}

.font-medium,
.semibold {
    font-weight: 500;
}

.normal-weight {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.small-font {
    font-size: 14px;
}

.xs-font {
    font-size: 12px;
}

.large-font {
    font-size: 18px;
}

.larger-font {
    font-size: 20px;
}

.normal-font {
    font-size: 1rem !important;
}

.normal-weight {
    font-weight: 400 !important;
}

.hideOnDesktop {
    display: none !important;
}

.hideOnDesktopFlex {
    display: none !important;
}

.hideOnMobile {
    display: block !important;
}

.hideOnMobileFlex {
    display: flex !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 19;
}

.page-on-scrolling header {
    background: #fff;
}

.site-announcement-row {
    padding: 0.5rem 15px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    justify-content: space-between;
}

.site-announcement-row a,
.site-announcement-row a:hover {
    color: #fff;
    text-decoration: none;
}

.site-announcement-close {
    cursor: pointer;
}

.header-main-row {
    padding: 1rem 0;
    position: relative;
    z-index: 18;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.33) 66.66%);
}

.page-on-scrolling .header-main-row,
.mega-menu-show .header-main-row {
    background: transparent;
}

.logo-col {
    flex: 1 1 auto;
}

.full-nav-col {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.header-logo-link {
    display: inline-block;
}

.header-logo-link svg {
    width: 282px;
    height: auto;
    max-height: 64px;
}

.cpa-blue-text {
    color: #006FBA;
}

.cpa-grey-text {
    color: #717073;
}

.cpa-logo-blue,
.mega-menu-show .cpaa-logo .cpa-logo-blue {
    fill: #006FBA;
}

.cpa-logo-navy,
.mega-menu-show .cpaa-logo .cpa-logo-navy {
    fill: #007397;
}

.cpa-logo-lime,
.mega-menu-show .cpaa-logo .cpa-logo-lime {
    fill: #43B02A;
}

.cpa-logo-green,
.mega-menu-show .cpaa-logo .cpa-logo-green {
    fill: #009A49;
}

.header-menu-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.cpaa-btn {
    display: inline-block;
    padding: 12px 30px 10px 30px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #006FBA;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.cpaa-btn-border {
    border: 1px solid #006FBA;
    font-weight: bold;
}

.cpaa-btn-border-small {
    border: 1px solid #006FBA;
    font-weight: bold;
    padding: 8px 16px 6px 16px;
}

.cpaa-btn-white-border {
    border: 1px solid white;
    color: white;
}

.cpaa-btn:hover {
    background-color: #006FBA;
    color: white;
}

.cpaa-btn-white-border:hover {
    background-color: white;
    color: #080808;
}

.cpaa-btn-arrow {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
}

.cpaa-btn-border-white {
    background-color: #fff;
    color: #006FBA;
    border: 1px solid #006FBA;
}

.cpaa-cat-btn {
    font-weight: normal;
    padding: 6px 12px;
}

#menu-main-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

#menu-main-menu li a {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 1rem;
}

.menu-btn-wrap {
    width: 35px;
    height: 35px;
    margin: 0 0 0 24px;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    border-radius: 18px;
}

.full-menu {
    position: fixed;
    height: 100%;
    width: 100%;
    padding-top: 4rem;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 18;
    font-size: 13px;
    overflow-y: auto;
    transform: translateY(-120%);
    transition: transform 0.2s ease;
}

.full-menu-closer {
    width: 2rem;
    height: 2rem;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
}

.burger-line {
    width: 35px;
    height: 2px;
    border-radius: 1px;
    background: linear-gradient(90deg, rgb(141, 198, 63) 2px, rgb(255, 255, 255) 2px, rgb(255, 255, 255) 4px, rgb(0, 111, 186) 4px, rgb(0, 111, 186) 50%, rgb(0, 111, 186) calc(100% - 4px), rgb(255, 255, 255) calc(100% - 4px), rgb(255, 255, 255) calc(100% - 2px), rgb(141, 198, 63) calc(100% - 2px));
    margin: 1px 0;
    transition: width 0.2s, transform 0.2s;
}

.burger-line:nth-child(2) {
    width: 0;
}

.mobile-menu-show .menu-btn-wrap .burger-line:first-child {
    width: 30px;
    transform: rotate(45deg) translate(0, 5px);
    transform-origin: center;
}

.mobile-menu-show .menu-btn-wrap .burger-line:last-child {
    width: 30px;
    transform: rotate(-45deg) translate(1px, -6px);
    transform-origin: center;
}

.mega-menu {
    color: #080808;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: 17;
    overflow-y: auto;
    transform: translateY(-120%);
    transition: transform 0.1s ease;
}

.mega-menu-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 50vh;
    overflow: hidden;
}

.mega-menu-container {
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.mega-menu-closer {
    width: 2rem;
    height: 2rem;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.5rem;
}

.mega-menu-show .mega-menu {
    transform: translateY(0);
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.5);
}

.header-menu-col,
.header-menu-col a {
    color: #006FBA;
}

.head-menu-top-row {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #006FBA;
    display: flex;
    padding-bottom: 8px;
}

ul.top-nav li a {
    padding: 4px 12px;
    text-decoration: none;
}

.cpaa-language-selector {
    position: relative;
    margin-left: 12px;
}

.cpaa-ls-current {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.cpaa-ls-option a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    padding: 0 12px;
}

.cpaa-ls-option.show {
    display: block;
}

.cpaa-main-nav {
    font-size: 15px;
}

.cpaa-main-nav ul li {
    padding: 6px 0 6px 1.25vw;
    cursor: pointer;
    font-weight: 700;
}

.cpaa-main-nav ul li::after {
    content: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9633 6.65361C5.18813 6.881 5.55264 6.881 5.77747 6.65361L10.4393 1.93839C10.6641 1.711 10.6641 1.34233 10.4393 1.11492L9.89559 0.564965C9.67113 0.337933 9.30735 0.337506 9.08237 0.563994L5.37039 4.30088L1.65837 0.563994C1.43339 0.337506 1.06962 0.337933 0.845154 0.564965L0.301424 1.11492C0.0766087 1.34231 0.0766087 1.71098 0.301424 1.93839L4.9633 6.65361Z' fill='%23006FBA' /%3E%3C/svg%3E");
    margin-left: 0.25rem;
    display: inline-block;
    transition: transform 0.2s, filter 0.2s;
}

.mega-menu.show {
    transform: translateY(0);
}

.mega-menu-show .cpaa-main-nav li.active {
    color: #000;
}

.mega-menu-show .cpaa-main-nav li.active::after {
    transform: rotate(180deg);
    filter: brightness(0);
}

.plastic-wrap {
    display: none;
}

.mega-menu-show .plastic-wrap {
    display: block;
}

.mega-menu-single-panel {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.mega-menu-single-panel a.button {
    padding: 0.5rem;
    text-decoration: none;
    font-weight: 700;
}

.mega-menu-single-panel a.button:hover {
    text-decoration: underline;
}

.mega-extra-link-frame {
    padding-top: 66.67%;
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.mega-extra-link-frame::before {
    content: "";
    background-image: linear-gradient(180deg, transparent, #000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mega-extra-link-content {
    color: #fff;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 1.5rem;
}

.mega-extra-link-content .cpaa-btn {
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .page-scrolling-down .head-menu-top-row {
        display: none;
    }

    body:not(.page-on-scrolling) .header-menu-col,
    body:not(.page-on-scrolling) .header-menu-col a,
    body:not(.page-on-scrolling) .head-menu-top-row {
        color: #fff;
    }

    body:not(.page-on-scrolling) .header-logo-link,
    body:not(.page-on-scrolling) .cpaa-main-nav li::after {
        filter: brightness(0) invert(1);
    }

    body.mega-menu-show .header-menu-col,
    body.mega-menu-show .header-menu-col a,
    body.mega-menu-show .head-menu-top-row {
        color: #006FBA;
    }

    body.mega-menu-show .header-logo-link,
    body.mega-menu-show .cpaa-main-nav li::after {
        filter: none;
    }

    .single-programs:not(.page-on-scrolling) .header-logo-link,
    .single-programs:not(.page-on-scrolling) .cpaa-main-nav li::after {
        filter: brightness(0) invert(1);
    }

    .single-programs:not(.page-on-scrolling) .header-menu-col,
    .single-programs:not(.page-on-scrolling) .header-menu-col a,
    .single-programs:not(.page-on-scrolling) .head-menu-top-row {
        color: #fff;
    }

    .single-programs.mega-menu-show .header-logo-link,
    .single-programs.mega-menu-show .cpaa-main-nav li::after {
        filter: none;
    }

    .single-programs.mega-menu-show .header-menu-col,
    .single-programs.mega-menu-show .header-menu-col a,
    .single-programs.mega-menu-show .head-menu-top-row {
        color: #006FBA;
    }
}

.sidebar-iframe {
    width: 100%;
    height: 560px;
}

.cpaa-5-reasons {
    transition: height 0.3s;
}

.call-bas-svg {
    width: 300px;
    height: auto;
    max-width: 50%;
    margin-right: 2rem;
}

.cpaa-5-reasons-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 150px;
}

.cpaa-5-reasons-nav .bar {
    margin: 0 0.5rem;
    width: 2.5rem;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    filter: grayscale(1);
    transition: filter 0.5s, height 0.5s;
}

.cpaa-5-reasons-nav .bar.active {
    filter: grayscale(0);
    height: 100% !important;
}

.cpaa-5-reasons-next {
    padding: 10px 12px;
}

.cpaa-5r-graph-col,
.cpaa-5r-slides-col {
    display: flex;
    align-items: flex-start;
}

.cpaa-5r-slide {
    display: none;
}

.cpaa-5r-slide.show {
    display: block;
}

.cpaa-5-reasons-nav .bar:nth-child(5n+1) {
    height: 100%;
    background: #009A49;
}

.cpaa-5-reasons-nav .bar:nth-child(5n+2) {
    height: 85%;
    background: #F8971D;
}

.cpaa-5-reasons-nav .bar:nth-child(5n+3) {
    height: 70%;
    background: #006FBA;
}

.cpaa-5-reasons-nav .bar:nth-child(5n+4) {
    height: 55%;
    background: #68C8C6;
}

.cpaa-5-reasons-nav .bar:nth-child(5n+5) {
    height: 40%;
    background: #98A5D4;
}

.cpaa-home-program-col {
    min-height: 400px;
    color: #fff;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.cpaa-home-program-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #006FBA;
    z-index: 2;
    mix-blend-mode: multiply;
}

.cpaa-home-program-col::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(0, 34, 56, 0), rgb(0, 34, 56));
    z-index: 2;
}

.cpaa-home-program-col img {
    filter: grayscale(1);
    width: 100%;
    height: 33.33vw;
    max-height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 1s;
}

.cpaa-home-program-content {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 6vh 6vw;
}

.cpaa-home-program-content h2 {
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.cpaa-home-program-excerpt {
    text-align: center;
    padding-top: 2rem;
}

.cpaa-home-program-col:hover img {
    transform: scale(1.2);
}

.small-hl {
    position: relative;
}

.small-hl::before {
    content: "";
    height: 1px;
    width: 2.5rem;
    margin-right: 1rem;
    background: #006FBA;
    display: block;
    position: absolute;
    top: 0.75rem;
    left: -3.5rem;
}

.home .small-hl::before {
    background: #000;
}

.hl-right {
    text-align: right;
}

.cpa-long-arrow {
    width: 40px;
    height: 14px;
    margin-left: 0.75rem;
}

.hl-right .cpaa-btn-arrow {
    margin-left: auto;
    margin-right: 0;
}

.cpa-event-card {
    border-left: 1px solid #ccc;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.cpa-event-card:nth-child(3n+1) {
    border-left: 0;
    justify-content: flex-start;
}

.cpa-event-card:nth-child(3n+3) {
    justify-content: flex-end;
}

.cpa-event-wrap {
    max-width: 375px;
}

a.cpa-event-card-hl {
    text-decoration: none;
}

.cpa-event-title {
    font-size: 20px;
    color: #006FBA;
    font-weight: 500;
}

.event-mid-row {
    margin-bottom: 1.5rem;
}

.event-type {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    background-color: #43B02A;
    padding: 3px 8px;
    text-transform: uppercase;
    margin-right: 1rem;
}

.event-type.online-event {
    background-color: #006FBA;
}

.event-time {
    font-size: 12px;
    font-weight: 700;
    color: #717073;
}

.testimonial-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2rem 0.5rem 0 0.5rem;
    background: #fff;
    opacity: 1;
    width: 1rem;
    height: 1rem;
}

.testimonial-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: linear-gradient(0deg, rgb(0, 111, 186) 50%, rgb(0, 84, 142) 100%);
}

.testimonial-pagination {
    margin-top: 1rem;
}

.testimonial-slide-container {
    background: linear-gradient(135deg, #006FBA, #43B02A);
    padding: 12px;
    width: 420px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.25);
}

.testimonial-slide-inner {
    background: #fff;
    padding: 30px;
}

.cpa-card-excerpt p {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.cpaa-page-banner {
    width: 100%;
    height: 37.5vw;
    max-height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #006FBA;
    background-position: right center;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
}

.cpaa-page-banner h1 {
    line-height: 1.2;
}

.cpaa-page-banner::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 27.5%, #006FBA 45%);
}

.cpaa-page-banner-full {
    background-size: cover;
    background-position: top center;
    justify-content: center;
}

.cpaa-page-banner-full::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 80%);
}

.cpaa-page-banner-content {
    position: relative;
    z-index: 3;
}

.cpaa-page-banner-full .cpaa-page-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer {
    position: sticky;
    top: 100vh;
}

.link-external object {
    display: none;
}

.accordion .card {
    border: 0;
    border-bottom: 1px solid #d0d0d0 !important;
    border-radius: 0;
    background-color: transparent;
}

.accordion .card-header {
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.accordion .card-header .btn-link {
    width: 100%;
    text-align: left;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    background-color: #006FBA;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    padding: 0.5rem 15px;
    border-bottom: 1px solid transparent;
    line-height: 1.314;
}

.accordion .card-header .btn-link:after {
    display: block;
    content: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.71966 6.04641C4.93934 6.26607 5.29548 6.26607 5.51516 6.04641L10.0701 1.49149C10.2897 1.27183 10.2897 0.915694 10.0701 0.696014L9.53881 0.164758C9.31949 -0.0545563 8.96406 -0.0549683 8.74424 0.163819L5.11741 3.77367L1.49056 0.163819C1.27074 -0.0549683 0.915313 -0.0545563 0.695999 0.164758L0.164743 0.696014C-0.0549143 0.915671 -0.0549143 1.27181 0.164743 1.49149L4.71966 6.04641Z' fill='black'/%3E%3C/svg%3E%0A");
    margin-right: 0px;
    transition: transform 0.2s ease 0s;
    transform: rotate(180deg);
    transform-origin: center;
    filter: brightness(0) invert(1);
}

.accordion .card-header .btn-link.collapsed {
    background-color: #fff;
    color: #000;
    font-weight: normal;
}

.accordion .card-header .btn-link.collapsed:after {
    transform: rotate(0deg);
    filter: none;
}

.accordion .card-header .btn-link:hover,
.accordion .card-header .btn-link:focus {
    text-decoration: none;
}

.accordion .card-body {
    padding: 1rem 15px;
}

.accordion .card-body p:last-child {
    margin-bottom: 0;
}

.card .collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

main h3 {
    font-size: 1.25rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
}

.page-main-content a,
.cpaa-tab-container a {
    color: #006FBA;
}

.page-main-content a:hover,
.cpaa-tab-container a:hover {
    text-decoration: none;
}

.h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 500;
}

.cpaa-content-grey {
    background: #F0F0F0;
}

.cpaa-cs-left {
    padding-right: 36px;
}

.cpaa-cs-right {
    padding-left: 36px;
}

.contents-right-spaced {
    padding-right: 48px;
}

.sidebar-main {
    background: #006FBA;
    color: #fff;
    padding: 3rem 1.5rem 0.5rem 1.5rem;
    position: relative;
}

.sidebar-main::before {
    position: absolute;
    top: 12px;
    right: 12px;
    content: url("data:image/svg+xml,%3Csvg width='50' height='59' viewBox='0 0 50 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.192 19.2427C48.9161 19.2427 49.5058 18.6566 49.5058 17.9316C49.5058 17.2057 48.9161 16.6169 48.192 16.6169C47.467 16.6169 46.8809 17.2057 46.8809 17.9316C46.8809 18.6566 47.467 19.2427 48.192 19.2427Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.597 21.4869C46.7841 21.4869 46.125 22.146 46.125 22.9597C46.125 23.7726 46.7841 24.4308 47.597 24.4308C48.4098 24.4308 49.0698 23.7726 49.0698 22.9597C49.0698 22.146 48.4098 21.4869 47.597 21.4869Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.4107 31.7525C45.7208 31.7525 45.1602 32.3123 45.1602 33.0031C45.1602 33.692 45.7208 34.2509 46.4107 34.2509C47.1014 34.2509 47.6621 33.692 47.6621 33.0031C47.6621 32.3123 47.1014 31.7525 46.4107 31.7525Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.1005 29.4887C12.6866 29.4887 11.5371 30.6381 11.5371 32.0539C11.5371 33.4714 12.6866 34.6208 14.1005 34.6208C15.5215 34.6208 16.6701 33.4714 16.6701 32.0539C16.6701 30.6381 15.5215 29.4887 14.1005 29.4887ZM35.6897 29.4887C34.2731 29.4887 33.1228 30.6381 33.1228 32.0539C33.1228 33.4714 34.2731 34.6208 35.6897 34.6208C37.1081 34.6208 38.2558 33.4714 38.2558 32.0539C38.2558 30.6381 37.1081 29.4887 35.6897 29.4887ZM24.8877 56.1959C24.3832 56.1959 23.9728 56.6046 23.9728 57.1099C23.9728 57.6152 24.3832 58.0238 24.8877 58.0238C25.3921 58.0238 25.8007 57.6152 25.8007 57.1099C25.8007 56.6046 25.3921 56.1959 24.8877 56.1959ZM24.8956 50.8283C24.2268 50.8283 23.6837 51.3696 23.6837 52.0393C23.6837 52.7098 24.2268 53.2529 24.8956 53.2529C25.5652 53.2529 26.1065 52.7098 26.1065 52.0393C26.1065 51.3696 25.5652 50.8283 24.8956 50.8283ZM30.3142 29.0124C29.482 29.0124 28.7385 29.3771 28.2253 29.9492C27.9573 29.45 27.5776 29.0229 27.1233 28.6899C27.6057 28.1573 27.9001 27.4552 27.9001 26.6836C27.9001 25.4832 27.1945 24.4515 26.1795 23.9717C27.009 23.5156 27.5706 22.6341 27.5706 21.6227C27.5706 20.1454 26.3728 18.9468 24.8956 18.9468C23.4183 18.9468 22.2197 20.1454 22.2197 21.6227C22.2197 22.6341 22.7812 23.5156 23.6108 23.9717C22.5967 24.4515 21.8927 25.4832 21.8927 26.6836C21.8927 27.4552 22.1863 28.1573 22.667 28.6899C22.2117 29.0229 21.8365 29.45 21.5667 29.9492C21.0535 29.3771 20.3083 29.0124 19.4778 29.0124C17.9303 29.0124 16.6736 30.2691 16.6736 31.8166C16.6736 33.3659 17.9303 34.6208 19.4778 34.6208C20.339 34.6208 21.1089 34.2306 21.6221 33.619C21.8927 34.0891 22.261 34.4951 22.7021 34.8115C22.2179 35.3361 21.9217 36.0383 21.9217 36.8099C21.9217 38.4418 23.2434 39.767 24.8762 39.767C26.509 39.767 27.8351 38.4418 27.8351 36.8099C27.8351 36.0453 27.5407 35.3528 27.0653 34.8265C27.5161 34.5092 27.8913 34.0979 28.1673 33.619C28.6814 34.2306 29.4521 34.6208 30.3142 34.6208C31.8617 34.6208 33.1166 33.3659 33.1166 31.8166C33.1166 30.2691 31.8617 29.0124 30.3142 29.0124ZM24.8956 45.2761C23.9535 45.2761 23.189 46.0407 23.189 46.9827C23.189 47.923 23.9535 48.6885 24.8956 48.6885C25.8385 48.6885 26.6039 47.923 26.6039 46.9827C26.6039 46.0407 25.8385 45.2761 24.8956 45.2761ZM24.8956 39.767C23.6943 39.767 22.7188 40.7425 22.7188 41.9429C22.7188 43.1459 23.6943 44.1161 24.8956 44.1161C26.0969 44.1161 27.0723 43.1459 27.0723 41.9429C27.0723 40.7425 26.0969 39.767 24.8956 39.767Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.0578 30.3108C39.8758 30.3108 38.918 31.2678 38.918 32.4489C38.918 33.6309 39.8758 34.5879 41.0578 34.5879C42.2398 34.5879 43.1968 33.6309 43.1968 32.4489C43.1968 31.2678 42.2398 30.3108 41.0578 30.3108Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.988 24.6313C34.6768 24.6313 33.6152 25.6929 33.6152 27.0022C33.6152 28.3125 34.6768 29.3723 35.988 29.3723C37.2974 29.3723 38.3554 28.3125 38.3554 27.0022C38.3554 25.6929 37.2974 24.6313 35.988 24.6313Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.3904 39.2557C36.5566 39.2557 37.5057 38.3101 37.5057 37.1422C37.5057 35.9717 36.5566 35.0252 35.3904 35.0252C34.2225 35.0252 33.2734 35.9717 33.2734 37.1422C33.2734 38.3101 34.2225 39.2557 35.3904 39.2557Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.7127 46.5907C39.1344 46.5907 38.666 47.0556 38.666 47.6373C38.666 48.2147 39.1344 48.6831 39.7127 48.6831C40.2891 48.6831 40.7575 48.2147 40.7575 47.6373C40.7575 47.0556 40.2891 46.5907 39.7127 46.5907Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.3535 47.2721C33.3535 48.0665 33.9959 48.708 34.7912 48.708C35.583 48.708 36.2254 48.0665 36.2254 47.2721C36.2254 46.4812 35.583 45.8379 34.7912 45.8379C33.9959 45.8379 33.3535 46.4812 33.3535 47.2721Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.9488 20.3824C40.852 20.3824 39.9609 21.2718 39.9609 22.3711C39.9609 23.4687 40.852 24.3572 41.9488 24.3572C43.0472 24.3572 43.9366 23.4687 43.9366 22.3711C43.9366 21.2718 43.0472 20.3824 41.9488 20.3824Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.392 18.7673C43.1785 18.7673 43.8183 18.1275 43.8183 17.3402C43.8183 16.5519 43.1785 15.913 42.392 15.913C41.602 15.913 40.9648 16.5519 40.9648 17.3402C40.9648 18.1275 41.602 18.7673 42.392 18.7673Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.6053 35.9071C39.7124 35.9071 38.9883 36.6321 38.9883 37.5258C38.9883 38.4178 39.7124 39.1428 40.6053 39.1428C41.5016 39.1428 42.2257 38.4178 42.2257 37.5258C42.2257 36.6321 41.5016 35.9071 40.6053 35.9071Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5032 25.2853C40.3248 25.2853 39.373 26.2379 39.373 27.4155C39.373 28.5913 40.3248 29.5456 41.5032 29.5456C42.679 29.5456 43.6317 28.5913 43.6317 27.4155C43.6317 26.2379 42.679 25.2853 41.5032 25.2853Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.2832 23.8281C37.3158 23.8281 38.1533 22.9906 38.1533 21.958C38.1533 20.9254 37.3158 20.0888 36.2832 20.0888C35.2515 20.0888 34.4141 20.9254 34.4141 21.958C34.4141 22.9906 35.2515 23.8281 36.2832 23.8281Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.0901 44.1114C36.1191 44.1114 36.9566 43.2756 36.9566 42.2439C36.9566 41.214 36.1191 40.3774 35.0901 40.3774C34.0584 40.3774 33.2227 41.214 33.2227 42.2439C33.2227 43.2756 34.0584 44.1114 35.0901 44.1114Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8973 18.9114C26.1936 18.9114 27.2419 17.8639 27.2419 16.5677C27.2419 15.2732 26.1936 14.224 24.8973 14.224C23.602 14.224 22.5527 15.2732 22.5527 16.5677C22.5527 17.8639 23.602 18.9114 24.8973 18.9114Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.6135 19.3989C29.3392 19.3989 28.3066 20.4323 28.3066 21.7083C28.3066 22.9826 29.3392 24.0178 30.6135 24.0178C31.8895 24.0178 32.9229 22.9826 32.9229 21.7083C32.9229 20.4323 31.8895 19.3989 30.6135 19.3989Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.4665 24.2691C29.0894 24.2691 27.9707 25.3852 27.9707 26.7649C27.9707 28.1437 29.0894 29.2598 30.4665 29.2598C31.8426 29.2598 32.9613 28.1437 32.9613 26.7649C32.9613 25.3852 31.8426 24.2691 30.4665 24.2691Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.1649 34.5486C28.8608 34.5486 27.8027 35.6031 27.8027 36.9108C27.8027 38.2158 28.8608 39.2738 30.1649 39.2738C31.4708 39.2738 32.5289 38.2158 32.5289 36.9108C32.5289 35.6031 31.4708 34.5486 30.1649 34.5486Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.0145 39.4781C28.6225 39.4781 27.4941 40.6073 27.4941 42.0011C27.4941 43.3939 28.6225 44.5232 30.0145 44.5232C31.4091 44.5232 32.5375 43.3939 32.5375 42.0011C32.5375 40.6073 31.4091 39.4781 30.0145 39.4781Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.7659 18.8788C31.9945 18.8788 32.9884 17.8832 32.9884 16.6537C32.9884 15.4243 31.9945 14.4286 30.7659 14.4286C29.5347 14.4286 28.5391 15.4243 28.5391 16.6537C28.5391 17.8832 29.5347 18.8788 30.7659 18.8788Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8959 13.5735C26.0568 13.5735 26.9997 12.6341 26.9997 11.4714C26.9997 10.3114 26.0568 9.36937 24.8959 9.36937C23.7342 9.36937 22.793 10.3114 22.793 11.4714C22.793 12.6341 23.7342 13.5735 24.8959 13.5735Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30.9138 13.3358C31.8928 13.3358 32.6899 12.5414 32.6899 11.5606C32.6899 10.5808 31.8928 9.7846 30.9138 9.7846C29.934 9.7846 29.1387 10.5808 29.1387 11.5606C29.1387 12.5414 29.934 13.3358 30.9138 13.3358Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.0646 7.79441C31.7746 7.79441 32.3529 7.21617 32.3529 6.50523C32.3529 5.79341 31.7746 5.21605 31.0646 5.21605C30.3519 5.21605 29.7754 5.79341 29.7754 6.50523C29.7754 7.21617 30.3519 7.79441 31.0646 7.79441Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.896 8.14715C25.8547 8.14715 26.6307 7.37119 26.6307 6.41419C26.6307 5.45543 25.8547 4.68122 24.896 4.68122C23.9381 4.68122 23.1621 5.45543 23.1621 6.41419C23.1621 7.37119 23.9381 8.14715 24.896 8.14715Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1779 19.3989C17.9037 19.3989 16.8711 20.4323 16.8711 21.7083C16.8711 22.9826 17.9037 24.0178 19.1779 24.0178C20.4539 24.0178 21.4874 22.9826 21.4874 21.7083C21.4874 20.4323 20.4539 19.3989 19.1779 19.3989Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.3269 24.2691C17.9498 24.2691 16.832 25.3852 16.832 26.7649C16.832 28.1437 17.9498 29.2598 19.3269 29.2598C20.704 29.2598 21.8244 28.1437 21.8244 26.7649C21.8244 25.3852 20.704 24.2691 19.3269 24.2691Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6267 34.5486C18.3217 34.5486 17.2637 35.6031 17.2637 36.9108C17.2637 38.2158 18.3217 39.2738 19.6267 39.2738C20.9317 39.2738 21.9916 38.2158 21.9916 36.9108C21.9916 35.6031 20.9317 34.5486 19.6267 34.5486Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7799 39.4781C18.3862 39.4781 17.2578 40.6073 17.2578 42.0011C17.2578 43.3939 18.3862 44.5232 19.7799 44.5232C21.1719 44.5232 22.3012 43.3939 22.3012 42.0011C22.3012 40.6073 21.1719 39.4781 19.7799 39.4781Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.0298 18.8788C20.2583 18.8788 21.2549 17.8832 21.2549 16.6537C21.2549 15.4243 20.2583 14.4286 19.0298 14.4286C17.8004 14.4286 16.8047 15.4243 16.8047 16.6537C16.8047 17.8832 17.8004 18.8788 19.0298 18.8788Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.8813 13.3358C19.8594 13.3358 20.6547 12.5414 20.6547 11.5606C20.6547 10.5808 19.8594 9.7846 18.8813 9.7846C17.8979 9.7846 17.1035 10.5808 17.1035 11.5606C17.1035 12.5414 17.8979 13.3358 18.8813 13.3358Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8962 2.72336C25.6484 2.72336 26.2583 2.11524 26.2583 1.36212C26.2583 0.611636 25.6484 0 24.8962 0C24.1431 0 23.5332 0.611636 23.5332 1.36212C23.5332 2.11524 24.1431 2.72336 24.8962 2.72336Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7297 7.79441C19.4415 7.79441 20.0198 7.21617 20.0198 6.50523C20.0198 5.79341 19.4415 5.21605 18.7297 5.21605C18.0188 5.21605 17.4414 5.79341 17.4414 6.50523C17.4414 7.21617 18.0188 7.79441 18.7297 7.79441Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8747 32.4485C10.8747 31.2674 9.91596 30.3104 8.73575 30.3104C7.55553 30.3104 6.59766 31.2674 6.59766 32.4485C6.59766 33.6314 7.55553 34.5884 8.73575 34.5884C9.91596 34.5884 10.8747 33.6314 10.8747 32.4485Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8048 24.6313C12.4971 24.6313 11.4355 25.6929 11.4355 27.0022C11.4355 28.3125 12.4971 29.3723 13.8048 29.3723C15.1133 29.3723 16.1766 28.3125 16.1766 27.0022C16.1766 25.6929 15.1133 24.6313 13.8048 24.6313Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.2891 37.1421C12.2891 38.31 13.2355 39.2555 14.4043 39.2555C15.5705 39.2555 16.5195 38.31 16.5195 37.1421C16.5195 35.9715 15.5705 35.0251 14.4043 35.0251C13.2355 35.0251 12.2891 35.9715 12.2891 37.1421Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0017 45.8381C14.2099 45.8381 13.5684 46.4805 13.5684 47.2723C13.5684 48.0667 14.2099 48.7082 15.0017 48.7082C15.7943 48.7082 16.4385 48.0667 16.4385 47.2723C16.4385 46.4805 15.7943 45.8381 15.0017 45.8381Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.082 46.5907C9.50375 46.5907 9.03711 47.0556 9.03711 47.6373C9.03711 48.2147 9.50375 48.6831 10.082 48.6831C10.6602 48.6831 11.1269 48.2147 11.1269 47.6373C11.1269 47.0556 10.6602 46.5907 10.082 46.5907Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.84524 24.3575C8.9446 24.3575 9.83218 23.4682 9.83218 22.3706C9.83218 21.2712 8.9446 20.3828 7.84524 20.3828C6.74939 20.3828 5.85742 21.2712 5.85742 22.3706C5.85742 23.4682 6.74939 24.3575 7.84524 24.3575Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7042 40.3774C13.6717 40.3774 12.8359 41.214 12.8359 42.2439C12.8359 43.2756 13.6717 44.1114 14.7042 44.1114C15.7351 44.1114 16.5708 43.2756 16.5708 42.2439C16.5708 41.214 15.7351 40.3774 14.7042 40.3774Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5089 23.8281C14.5424 23.8281 15.3799 22.9906 15.3799 21.958C15.3799 20.9254 14.5424 20.0888 13.5089 20.0888C12.4764 20.0888 11.6406 20.9254 11.6406 21.958C11.6406 22.9906 12.4764 23.8281 13.5089 23.8281Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8056 37.5256C10.8056 36.6319 10.0797 35.9069 9.18513 35.9069C8.29228 35.9069 7.56641 36.6319 7.56641 37.5256C7.56641 38.4185 8.29228 39.1426 9.18513 39.1426C10.0797 39.1426 10.8056 38.4185 10.8056 37.5256Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29317 29.5453C9.46899 29.5453 10.4216 28.5909 10.4216 27.4151C10.4216 26.2375 9.46899 25.2849 8.29317 25.2849C7.11647 25.2849 6.16211 26.2375 6.16211 27.4151C6.16211 28.5909 7.11647 29.5453 8.29317 29.5453Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.6666 22.9596C3.6666 22.1458 3.0075 21.4867 2.19463 21.4867C1.38175 21.4867 0.722656 22.1458 0.722656 22.9596C0.722656 23.7724 1.38175 24.4307 2.19463 24.4307C3.0075 24.4307 3.6666 23.7724 3.6666 22.9596Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.40176 18.7673C8.18916 18.7673 8.82891 18.1275 8.82891 17.3402C8.82891 16.5519 8.18916 15.913 7.40176 15.913C6.61437 15.913 5.97461 16.5519 5.97461 17.3402C5.97461 18.1275 6.61437 18.7673 7.40176 18.7673Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.60178 19.2427C2.32765 19.2427 2.91381 18.6566 2.91381 17.9316C2.91381 17.2057 2.32765 16.6169 1.60178 16.6169C0.875897 16.6169 0.287109 17.2057 0.287109 17.9316C0.287109 18.6566 0.875897 19.2427 1.60178 19.2427Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.37942 31.7525C2.69309 31.7525 2.12891 32.3123 2.12891 33.0031C2.12891 33.692 2.69309 34.2509 3.37942 34.2509C4.07015 34.2509 4.63169 33.692 4.63169 33.0031C4.63169 32.3123 4.07015 31.7525 3.37942 31.7525Z' fill='white'/%3E%3C/svg%3E%0A");
}

.gfield_label {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    font-weight: 500 !important;
}

.sidebar-main .gform_wrapper.gravity-theme .gfield input {
    border: 0;
    border-radius: 4px;
}

.gform_wrapper.gravity-theme .gform_footer input {
    border: 1px solid #006FBA;
    background: #fff;
    color: #006FBA;
    text-transform: uppercase;
    font-weight: bold;
    width: 400px;
    max-width: 100%;
    text-align: center;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
}

.gform_wrapper.gravity-theme .gform_footer input:hover {
    background-color: #006FBA;
    color: #fff;
}

.sidebar-main .gform_wrapper.gravity-theme .gform_footer input {
    border: 1px solid #fff;
    background: #006FBA;
    color: #fff;
}

.gform_wrapper.gravity-theme .ginput_counter {
    color: #b3b3b3 !important;
}

.cpa-event-wrap a .cpa-event-title {
    font-weight: 500;
    padding-top: 0;
}

.cpa-above-footer-section .cpaa-large-logo {
    max-height: 64px;
    transform: scale(1.5);
    filter: brightness(0) invert(1);
    display: inline-block;
}

.cpa-above-footer-btn-wrap {
    display: flex;
}

.cpaa-footer {
    background-color: #006FBA;
    color: #fff;
    font-size: 12px;
}

.cpaa-footer a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 0;
    display: inline-block;
}

.cpaa-footer a:not(.footer-social-link):hover {
    text-decoration: underline;
}

.footer-social-links {
    text-align: right;
}

.footer-social-links a {
    margin: 0 1rem;
}

span.vertical-divider {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-weight: normal;
}

.footer-extra-links a.footer-extra-link {
    font-weight: 500;
    text-transform: none;
}

.footer-menu-col-title {
    margin-bottom: 1.25rem;
}

.cpaa-page-banner-content-excerpt {
    font-size: 21px;
}

.cpa-sidebox-hint {
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}

.hint-bottom-content {
    width: 100%;
    padding: 2.5rem;
    background: rgba(248, 151, 29, 0.1019607843);
}

.cpa-sidebox-advisor {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 84px;
    padding: 0;
}

.sidebox-bottom-content {
    padding: 2.5rem;
    background: #fff;
}

.cpaa-mobile-sticky {
    display: none;
}

@media screen and (min-width: 992px) {
    .cpa-above-footer-section .cpaa-btn-white-border .cpa-long-arrow {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: calc(1.325rem + 0.9vw);
    }

    .hideOnMobile {
        display: none !important;
    }

    .hideOnMobileFlex {
        display: none !important;
    }

    .hideOnDesktop {
        display: block !important;
    }

    .hideOnDesktopFlex {
        display: flex !important;
    }

    .page-section {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .page-section-top {
        padding-top: 1.5rem;
    }

    .page-section-bottom {
        padding-bottom: 1.5rem;
    }

    .page-small-section {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .page-small-section-top {
        padding-top: 0.75rem;
    }

    .page-small-section-bottom {
        padding-bottom: 0.75rem;
    }

    .header-menu-col {
        flex-direction: row;
        align-items: center;
    }

    .cpaa-5r-graph-col {
        align-items: center;
    }

    .cpaa-home-program-col {
        min-height: 100vw;
    }

    .cpaa-home-program-col img {
        height: 100%;
    }

    .cpaa-home-program-excerpt {
        padding-top: 0;
    }

    .cpa-event-card,
    .cpa-event-card:nth-child(3n+1),
    .cpa-event-card:nth-child(3n+3) {
        border-left: 0px;
        justify-content: flex-start;
    }

    .cpa-event-wrap {
        max-width: 100%;
    }

    .contents-right-spaced {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .cpaa-btn-border {
        width: 100%;
        text-align: center;
    }

    .header-main-row {
        padding: 0.5rem 0;
        background: #fff;
    }

    .header-logo-link svg {
        width: 200px;
        transform: translateY(-5px);
    }

    .head-menu-top-row {
        padding-top: 8px;
    }

    .menu-btn-wrap {
        height: auto;
    }

    .cpaa-ls-option a {
        padding: 6px 0;
    }

    .mobile-menu-show .full-menu {
        transform: translateY(0);
    }

    .mobile-top-row {
        background: #006FBA;
        color: #fff;
        font-size: 13px;
    }

    .mobile-top-row ul {
        padding: 0;
        margin: 0;
        display: flex;
        list-style: none;
    }

    .mobile-top-row ul li {
        width: 50%;
    }

    .mobile-top-row ul li a {
        color: #fff;
        padding: 14px 12px 12px;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        width: 100%;
    }

    .cpaa-sliders-scroll-label {
        display: none;
    }

    .cpa-above-footer-section .cpaa-large-logo {
        transform: none;
    }

    .cpaa-5-reasons-nav {
        width: 50%;
        height: 90px;
    }

    .cpaa-5-reasons-nav .bar {
        padding-bottom: 0;
    }

    .cpaa-5r-slides-col {
        position: relative;
    }

    .cpaa-5-reasons-next {
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
    }

    .cpa-event-wrap {
        width: 100%;
    }

    .info-section-title .hl-right {
        display: none;
    }

    .small-hl {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #006FBA;
    }

    .small-hl::before,
    .small-hl::after {
        content: "";
        height: 1px;
        min-width: 2rem;
        background: #006FBA;
        margin: 0;
        position: static;
        display: block;
        flex: 1;
        transform: translateX(calc(var(--bs-gutter-x) * -0.5));
    }

    .small-hl::after {
        transform: translateX(calc(var(--bs-gutter-x) * 0.5));
    }

    .home .small-hl::before {
        background: #006FBA;
    }

    .cpa-event-card {
        margin-bottom: 0.5rem;
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .cpa-single-post-card:not(:first-child) {
        border-top: 1px solid #ccc;
    }

    .cpa-event-title {
        margin-bottom: 0;
    }

    .cpa-single-post-card .cpa-event-title {
        color: #000;
    }

    .event-mid-row {
        margin-bottom: 0.5rem;
    }

    .cpaa-btn-arrow {
        padding-left: 0;
        font-weight: 700;
    }

    .cpa-above-footer-btn-wrap .cpaa-btn {
        border: 0;
        padding: 12px 0;
    }

    .cpa-above-footer-btn-wrap .mx-3 {
        margin: 0 auto !important;
    }

    .cpa-footer-nav-col {
        margin-bottom: 1.875rem;
    }

    .footer-menu-col-title {
        margin-bottom: 0.75rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
    }

    .footer-menu-col-title::after {
        content: "";
        height: 1px;
        background-color: #fff;
        min-width: 1rem;
        margin-left: 1.5rem;
        position: static;
        display: block;
        flex: 1;
    }

    .cpaa-footer .cpa-footer-nav-link a {
        font-weight: normal;
    }

    .cpa-credit-line {
        text-align: center;
    }

    .footer-credit-col {
        order: 2;
    }

    .footer-social-col {
        order: 1;
        margin-bottom: 1.5rem;
    }

    .footer-social-links {
        text-align: center;
    }

    .footer-extra-links {
        margin-bottom: 0.5rem;
    }

    .footer-extra-links a.footer-extra-link {
        font-weight: bold;
    }

    .cpaa-footer {
        padding-bottom: 5rem;
    }

    .cpaa-page-banner {
        height: 168vw;
        align-items: flex-end;
        background-position: top 60px center;
    }

    .cpaa-page-banner-full {
        padding-bottom: 1rem;
    }

    .cpaa-page-banner-content {
        font-size: 20px;
    }

    .cpaa-page-banner-full .cpaa-page-banner-content {
        text-align: center;
    }

    .cpaa-page-banner-full::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 66.67%);
    }

    .cpaa-page-banner::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.33%, #006FBA 66.67%);
    }

    .cpaa-page-banner-content {
        padding-bottom: 1rem;
    }

    .cpaa-page-banner-content-excerpt {
        font-size: 16px;
    }

    .cpaa-cs-left,
    .cpaa-cs-right,
    .cpa-sidebox-hint,
    .cpa-sidebox-smartbooks-wrap,
    .cpa-career-opportunities-outter {
        padding: 0;
    }

    .hint-bottom-content {
        padding: 2rem 15px;
    }

    .page-sidebar:not(.info-session-sidebar),
    .cpa-sidebox-advisor-wrap {
        display: none;
    }

    .cpaa-mobile-sticky {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 7;
        display: block;
        border-bottom: 7px solid #006FBA;
        text-align: center;
    }

    .cpaa-mobile-sticky-btn-wrap {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cpaa-mobile-sticky-btn-wrap::before {
        width: 33.5px;
        display: inline;
        transform: translate(0%, 15px);
        content: url("data:image/svg+xml,%3Csvg width='67' height='52' viewBox='0 0 67 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.1145 28.1238C42.067 27.326 43.4909 27.4504 44.2911 28.4023C45.0923 29.3555 44.9677 30.777 44.0152 31.5748C43.0581 32.3765 41.6347 32.2517 40.8335 31.2985C40.0334 30.3466 40.1573 28.9256 41.1145 28.1238ZM26.5722 40.305C27.5265 39.5057 28.951 39.6296 29.7512 40.5816C30.5524 41.5347 30.4272 42.9567 29.473 43.7559C28.5176 44.5562 27.0948 44.4309 26.2936 43.4777C25.4935 42.5258 25.6168 41.1053 26.5722 40.305ZM48.9436 52.1687C49.2834 51.884 49.7908 51.9273 50.0764 52.267C50.362 52.6068 50.3165 53.1131 49.9767 53.3978C49.637 53.6824 49.1308 53.6382 48.8452 53.2984C48.5596 52.9586 48.6038 52.4533 48.9436 52.1687ZM45.9044 48.5638C46.3549 48.1865 47.0267 48.2441 47.4052 48.6943C47.7842 49.1452 47.7253 49.8168 47.2748 50.1941C46.8238 50.572 46.1522 50.5122 45.7732 50.0614C45.3947 49.6111 45.4534 48.9416 45.9044 48.5638ZM29.924 36.9517C30.4845 36.4822 31.1914 36.3079 31.8605 36.403C31.7589 35.9162 31.7732 35.4148 31.891 34.9345C31.265 34.8486 30.6699 34.5425 30.2338 34.0237C29.5553 33.2165 29.4475 32.1246 29.86 31.2293C29.0434 31.3907 28.167 31.1149 27.5953 30.4347C26.7603 29.4414 26.8896 27.9596 27.8847 27.1261C28.8797 26.2926 30.3646 26.4222 31.1996 27.4156C31.7713 28.0957 31.8912 29.0052 31.5902 29.78C32.5445 29.5304 33.6018 29.827 34.2803 30.6342C34.7164 31.153 34.9156 31.7908 34.8928 32.4201C35.3876 32.3872 35.8818 32.4627 36.3456 32.6461C36.368 31.9718 36.6638 31.3061 37.2232 30.8376C38.2656 29.9644 39.8224 30.1004 40.6971 31.141C41.5728 32.1827 41.4356 33.7356 40.3931 34.6088C39.813 35.0947 39.074 35.2667 38.3826 35.145C38.466 35.6138 38.4474 36.0946 38.3291 36.5562C38.9518 36.6358 39.5481 36.9408 39.9842 37.4597C40.9066 38.557 40.7653 40.1938 39.6655 41.1151C38.5657 42.0363 36.9234 41.8935 36.001 40.7961C35.5689 40.282 35.3758 39.6503 35.3985 39.0281C34.9156 39.0691 34.4303 39.0043 33.9738 38.838C33.9732 39.5393 33.6746 40.2365 33.0939 40.7229C32.0515 41.5961 30.4969 41.4603 29.6212 40.4185C28.7465 39.3779 28.8815 37.8249 29.924 36.9517ZM42.7663 44.8304C43.4009 44.2989 44.348 44.3816 44.8804 45.0151C45.4119 45.6473 45.3295 46.5934 44.695 47.1249C44.0598 47.657 43.1116 47.5742 42.5801 46.9419C42.0477 46.3084 42.1311 45.3625 42.7663 44.8304ZM39.6525 41.126C40.4617 40.4482 41.6701 40.5537 42.3486 41.3609C43.0285 42.1699 42.9198 43.3726 42.1107 44.0504C41.3015 44.7282 40.0961 44.6262 39.4161 43.8173C38.7376 43.0101 38.8433 41.8038 39.6525 41.126Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.867 27.1028C26.9938 27.8341 25.6956 27.7213 24.963 26.8497C24.2313 25.9793 24.3445 24.6822 25.2176 23.9508C26.0901 23.22 27.3899 23.3335 28.1216 24.2039C28.8542 25.0755 28.7395 26.3719 27.867 27.1028Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.4219 43.8861C24.2181 43.2192 25.4042 43.3222 26.0718 44.1164C26.7398 44.9112 26.6355 46.0951 25.8393 46.762C25.0432 47.4289 23.8576 47.3254 23.1896 46.5306C22.522 45.7364 22.6257 44.553 23.4219 43.8861Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.9603 28.2943C44.2927 27.5001 44.3976 26.3156 45.1926 25.6497C45.9876 24.9838 47.1737 25.0869 47.8413 25.8811C48.5098 26.6764 48.4055 27.8604 47.6105 28.5263C46.8156 29.1922 45.6289 29.0897 44.9603 28.2943Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2899 30.6561C25.1482 29.9371 26.4279 30.0494 27.1491 30.9074C27.8693 31.7642 27.7589 33.0429 26.9006 33.7619C26.0411 34.4819 24.7598 34.3689 24.0396 33.512C23.3184 32.654 23.4304 31.376 24.2899 30.6561Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.1431 33.8476C28.0707 33.0707 29.455 33.1899 30.2348 34.1176C31.0142 35.0448 30.8914 36.4265 29.9639 37.2034C29.0369 37.9799 27.6525 37.8606 26.8732 36.9335C26.0934 36.0058 26.2161 34.6241 27.1431 33.8476Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.155 40.5896C34.0334 39.8538 35.3421 39.9659 36.0812 40.8452C36.8188 41.7227 36.7041 43.0312 35.8257 43.767C34.9461 44.5038 33.6354 44.3893 32.8978 43.5118C32.1587 42.6325 32.2753 41.3265 33.155 40.5896Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.0445 43.8195C36.9821 43.0341 38.3804 43.1568 39.1682 44.094C39.9555 45.0306 39.8337 46.4266 38.896 47.212C37.9566 47.9988 36.5583 47.8762 35.771 46.9396C34.9833 46.0024 35.1051 44.6064 36.0445 43.8195Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6283 37.2069C24.5115 36.4671 25.8266 36.582 26.5667 37.4624C27.3072 38.3435 27.1912 39.6551 26.308 40.3949C25.426 41.1337 24.1143 41.018 23.3737 40.137C22.6336 39.2565 22.7463 37.9457 23.6283 37.2069Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.993 24.2039C32.8513 23.485 34.131 23.5973 34.8522 24.4553C35.5724 25.3121 35.462 26.5908 34.6037 27.3098C33.7442 28.0297 32.4629 27.9167 31.7427 27.0599C31.0215 26.2019 31.1335 24.9239 31.993 24.2039Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.6437 27.563C35.5713 26.786 36.955 26.9057 37.7348 27.8335C38.5142 28.7606 38.392 30.1418 37.4644 30.9187C36.5369 31.6957 35.1513 31.5775 34.372 30.6503C33.5922 29.7226 33.7161 28.3399 34.6437 27.563Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.252 34.6438C41.1311 33.9075 42.4398 34.0196 43.1789 34.8989C43.9165 35.7764 43.8018 37.0849 42.9228 37.8212C42.0437 38.5575 40.7318 38.444 39.9942 37.5665C39.2551 36.6872 39.373 35.3802 40.252 34.6438Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.9378 38.0451C43.8767 37.2587 45.275 37.3814 46.0627 38.3186C46.85 39.2552 46.7282 40.6512 45.7894 41.4376C44.8518 42.223 43.4528 42.1008 42.6656 41.1642C41.8778 40.227 42.0002 38.8305 42.9378 38.0451Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.5682 24.6913C39.449 23.9535 40.7641 24.0683 41.5042 24.9488C42.2447 25.8298 42.1287 27.1414 41.2479 27.8792C40.3665 28.6175 39.0512 28.5049 38.3106 27.6238C37.5705 26.7433 37.6868 25.4296 38.5682 24.6913Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.7977 23.7703C30.9702 24.4635 29.7362 24.3563 29.0413 23.5296C28.3464 22.7029 28.4549 21.4711 29.2824 20.7779C30.1106 20.0842 31.344 20.192 32.0389 21.0187C32.7338 21.8453 32.6259 23.0766 31.7977 23.7703Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.6614 32.2477C47.3215 33.0331 47.2184 34.2029 46.4311 34.8624C45.6456 35.5203 44.4719 35.42 43.8118 34.6347C43.1502 33.8476 43.2545 32.6757 44.04 32.0177C44.8273 31.3582 45.9998 31.4606 46.6614 32.2477Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.8942 30.3924C23.0667 31.0856 21.8344 30.9769 21.1395 30.1502C20.4447 29.3235 20.5514 28.0932 21.3789 27.4C22.2082 26.7053 23.4417 26.8131 24.1365 27.6397C24.8314 28.4664 24.7235 29.6977 23.8942 30.3924Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.8503 23.5135C24.0684 24.1685 22.9022 24.0688 22.2451 23.287C21.5895 22.507 21.6921 21.3415 22.4741 20.6865C23.2567 20.031 24.4231 20.1335 25.0787 20.9135C25.7359 21.6952 25.6329 22.858 24.8503 23.5135Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2972 46.7032C31.5116 47.3612 30.3379 47.2608 29.6778 46.4755C29.0162 45.6884 29.1205 44.5165 29.906 43.8585C30.6927 43.1996 31.867 43.3005 32.5286 44.0876C33.1887 44.8729 33.0838 46.0442 32.2972 46.7032Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.7494 39.6261C50.2827 39.1793 51.0779 39.2493 51.5255 39.7818C51.9745 40.3159 51.9049 41.1093 51.3716 41.556C50.8377 42.0033 50.0412 41.9353 49.5922 41.4012C49.1446 40.8687 49.2155 40.0733 49.7494 39.6261Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.4549 17.8458C43.995 17.2986 44.0664 16.4835 44.614 16.0249C45.1615 15.5662 45.978 15.6375 46.4379 16.1847C46.8974 16.7313 46.8255 17.5458 46.2779 18.0044C45.7304 18.4631 44.9144 18.3924 44.4549 17.8458Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.5699 17.1347C39.0396 17.5789 38.247 17.5097 37.802 16.9803C37.3564 16.4502 37.4263 15.6597 37.9567 15.2154C38.487 14.7711 39.2791 14.8398 39.7246 15.3698C40.1697 15.8993 40.1003 16.6904 39.5699 17.1347Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.7431 14.1822C43.2542 14.5918 42.5281 14.5284 42.1183 14.0409C41.708 13.5528 41.77 12.8261 42.259 12.4166C42.7479 12.007 43.4773 12.0707 43.8876 12.5588C44.2974 13.0463 44.2321 13.7727 43.7431 14.1822Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.663 26.7479C20.0036 27.3002 19.0177 27.2158 18.4633 26.5563C17.9095 25.8974 17.9964 24.9123 18.6558 24.36C19.3159 23.8071 20.3016 23.8938 20.8554 24.5526C21.4097 25.2121 21.323 26.195 20.663 26.7479Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.7667 19.9593C28.1079 20.5112 27.1231 20.4257 26.5688 19.7663C26.015 19.1074 26.1007 18.1233 26.7595 17.5714C27.4219 17.0166 28.407 17.1037 28.9609 17.7626C29.5152 18.4221 29.4291 19.4045 28.7667 19.9593Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7149 16.2175C18.2082 16.6419 17.4537 16.5771 17.028 16.0707C16.6038 15.566 16.6689 14.8107 17.1756 14.3862C17.6829 13.9613 18.4395 14.0285 18.8636 14.5331C19.2893 15.0395 19.2222 15.7925 18.7149 16.2175Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4288 23.1076C16.9505 23.5083 16.2342 23.4457 15.8323 22.9676C15.43 22.489 15.4932 21.7745 15.9715 21.3739C16.4515 20.9718 17.1662 21.0347 17.5685 21.5134C17.9703 21.9914 17.9088 22.7055 17.4288 23.1076Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.738 16.1481C25.2585 16.5498 24.5422 16.4872 24.1403 16.0092C23.738 15.5305 23.8012 14.816 24.2806 14.4144C24.7595 14.0133 25.4748 14.0757 25.8771 14.5544C26.2789 15.0324 26.2168 15.747 25.738 16.1481Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3627 40.4693C11.8749 40.8779 11.1464 40.8164 10.7366 40.3289C10.3264 39.8408 10.3908 39.1122 10.8785 38.7037C11.3669 38.2946 12.0945 38.3598 12.5048 38.8479C12.9146 39.3354 12.851 40.0602 12.3627 40.4693Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.2012 50.9448C38.6503 51.479 38.5801 52.2728 38.0444 52.7216C37.5111 53.1683 36.7158 53.0994 36.2668 52.5652C35.8197 52.0334 35.8889 51.2384 36.4222 50.7917C36.9579 50.3429 37.7542 50.413 38.2012 50.9448Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0319 41.643C14.5795 41.1844 15.396 41.2557 15.8559 41.8029C16.3154 42.3495 16.2434 43.1639 15.6959 43.6226C15.1483 44.0812 14.3318 44.011 13.8723 43.4644C13.4124 42.9172 13.4844 42.1017 14.0319 41.643Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.2118 37.7124C17.9506 37.0936 19.0534 37.1888 19.6748 37.9281C20.2952 38.6661 20.1971 39.7663 19.4584 40.3851C18.7184 41.0049 17.6172 40.9093 16.9969 40.1712C16.3755 39.432 16.4719 38.3322 17.2118 37.7124Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.4915 37.3561C53.881 37.0299 54.4581 37.0792 54.7869 37.4704C55.1132 37.8586 55.0636 38.4369 54.6741 38.7631C54.2846 39.0894 53.7056 39.0377 53.3792 38.6495C53.0504 38.2583 53.102 37.6824 53.4915 37.3561Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9996 36.8778C15.4698 37.3216 14.6773 37.2524 14.2323 36.7229C13.7867 36.1929 13.8566 35.4023 14.3863 34.9586C14.9185 34.5128 15.7088 34.5829 16.1543 35.113C16.5993 35.6424 16.5318 36.4321 15.9996 36.8778Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.431 21.1439C41.6905 21.7642 40.59 21.667 39.9696 20.9289C39.3482 20.1897 39.4439 19.0915 40.1845 18.4712C40.9226 17.8529 42.0256 17.947 42.647 18.6863C43.2674 19.4243 43.1692 20.5256 42.431 21.1439Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8626 35.7866C47.5582 35.204 48.594 35.295 49.1761 35.9875C49.7592 36.6813 49.6686 37.7148 48.9731 38.2974C48.2787 38.879 47.2434 38.7886 46.6603 38.0948C46.0782 37.4023 46.1683 36.3682 46.8626 35.7866Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.3159 23.9835C37.6198 24.5666 36.5823 24.476 35.9987 23.7817C35.4151 23.0874 35.5063 22.0523 36.2025 21.4692C36.898 20.8866 37.9338 20.9776 38.5174 21.6719C39.101 22.3662 39.0115 23.4009 38.3159 23.9835Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.6186 23.5972C50.0809 23.2099 50.7773 23.268 51.1677 23.7325C51.5572 24.1957 51.493 24.8899 51.0307 25.2771C50.5655 25.6669 49.8713 25.6079 49.4819 25.1446C49.0915 24.6802 49.1533 23.9869 49.6186 23.5972Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.7833 19.8645C21.1375 20.4055 20.1762 20.3215 19.6353 19.678C19.0934 19.0333 19.1785 18.0749 19.8243 17.5339C20.4695 16.9935 21.4298 17.0763 21.9717 17.7209C22.5126 18.3645 22.4285 19.3241 21.7833 19.8645Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.8913 47.3938C27.4927 46.89 28.3902 46.9689 28.8954 47.5699C29.3995 48.1697 29.3216 49.0658 28.7201 49.5695C28.1164 50.0753 27.2188 49.9963 26.7147 49.3966C26.2095 48.7956 26.2875 47.8995 26.8913 47.3938Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.2839 40.7585C21.0777 40.0936 22.2572 40.1972 22.9227 40.989C23.5873 41.7797 23.4857 42.9584 22.6919 43.6233C21.8999 44.2867 20.7188 44.1825 20.0542 43.3918C19.3886 42.6 19.4919 41.422 20.2839 40.7585Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6303 47.8765C21.095 47.4872 21.7891 47.5473 22.1795 48.0118C22.5689 48.475 22.5071 49.1672 22.0424 49.5564C21.5772 49.9462 20.8836 49.8867 20.4942 49.4234C20.1038 48.959 20.1651 48.2662 20.6303 47.8765Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.9755 36.8336C22.28 37.4162 21.2425 37.3256 20.6589 36.6313C20.0752 35.937 20.1665 34.9019 20.862 34.3193C21.557 33.7372 22.594 33.8272 23.1776 34.5215C23.7612 35.2158 23.6704 36.2515 22.9755 36.8336Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M47.8775 31.669C47.3724 31.0681 47.4516 30.171 48.0542 29.6663C48.6556 29.1625 49.5543 29.2404 50.0595 29.8414C50.5641 30.4418 50.4844 31.3382 49.883 31.842C49.2804 32.3468 48.3822 32.2694 47.8775 31.669Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.0624 24.8845C44.2704 25.548 43.0893 25.4437 42.4247 24.6531C41.7591 23.8612 41.8624 22.6832 42.6544 22.0198C43.447 21.3559 44.6283 21.4579 45.2938 22.2498C45.9584 23.0404 45.855 24.2206 45.0624 24.8845Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9304 49.5963C32.3483 48.9037 32.4396 47.8686 33.1327 47.288C33.8277 46.7059 34.8635 46.7969 35.4456 47.4895C36.0287 48.1832 35.9382 49.2167 35.2432 49.7988C34.5501 50.3794 33.5136 50.29 32.9304 49.5963Z' fill='%23009A49'/%3E%3C/svg%3E%0A");
    }

    .cpaa-mobile-sticky-btn-wrap::after {
        width: 33.5px;
        display: inline;
        transform: translate(-100%, 15px);
        content: url("data:image/svg+xml,%3Csvg width='67' height='52' viewBox='0 0 67 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.0261 28.1238C25.0737 27.326 23.6497 27.4504 22.8495 28.4023C22.0484 29.3555 22.1729 30.777 23.1254 31.5748C24.0826 32.3765 25.5059 32.2517 26.3071 31.2985C27.1073 30.3466 26.9833 28.9256 26.0261 28.1238ZM40.5684 40.305C39.6142 39.5057 38.1896 39.6296 37.3894 40.5815C36.5883 41.5347 36.7134 42.9567 37.6677 43.7559C38.623 44.5562 40.0458 44.4309 40.847 43.4777C41.6472 42.5258 41.5238 41.1053 40.5684 40.305ZM18.197 52.1687C17.8572 51.884 17.3498 51.9273 17.0642 52.267C16.7786 52.6068 16.8241 53.1131 17.1639 53.3978C17.5037 53.6824 18.0099 53.6382 18.2955 53.2984C18.5811 52.9586 18.5368 52.4533 18.197 52.1687ZM21.2362 48.5638C20.7857 48.1865 20.1139 48.2441 19.7354 48.6943C19.3565 49.1452 19.4153 49.8168 19.8658 50.1941C20.3168 50.572 20.9884 50.5122 21.3674 50.0614C21.7459 49.6111 21.6872 48.9416 21.2362 48.5638ZM37.2167 36.9517C36.6561 36.4822 35.9492 36.3079 35.2801 36.403C35.3817 35.9162 35.3674 35.4148 35.2496 34.9345C35.8756 34.8486 36.4708 34.5425 36.9069 34.0237C37.5853 33.2165 37.6931 32.1246 37.2806 31.2293C38.0972 31.3907 38.9737 31.1149 39.5454 30.4347C40.3803 29.4414 40.251 27.9596 39.2559 27.1261C38.2609 26.2926 36.776 26.4222 35.941 27.4156C35.3693 28.0957 35.2494 29.0052 35.5504 29.78C34.5961 29.5304 33.5388 29.827 32.8603 30.6342C32.4242 31.153 32.2251 31.7908 32.2479 32.4201C31.753 32.3872 31.2588 32.4627 30.795 32.6461C30.7726 31.9718 30.4768 31.3061 29.9174 30.8376C28.875 29.9644 27.3182 30.1004 26.4436 31.141C25.5679 32.1827 25.7051 33.7356 26.7475 34.6088C27.3276 35.0947 28.0667 35.2667 28.7581 35.145C28.6746 35.6138 28.6932 36.0946 28.8115 36.5562C28.1888 36.6358 27.5925 36.9408 27.1564 37.4597C26.234 38.557 26.3753 40.1938 27.4751 41.1151C28.5749 42.0363 30.2172 41.8935 31.1396 40.7961C31.5717 40.282 31.7648 39.6503 31.7421 39.0281C32.2251 39.0691 32.7103 39.0043 33.1669 38.838C33.1674 39.5393 33.466 40.2365 34.0467 40.7229C35.0891 41.5961 36.6437 41.4603 37.5194 40.4185C38.3941 39.3779 38.2591 37.8249 37.2167 36.9517ZM24.3743 44.8304C23.7398 44.2989 22.7926 44.3816 22.2602 45.0151C21.7287 45.6473 21.8111 46.5934 22.4456 47.1249C23.0808 47.657 24.029 47.5742 24.5605 46.9419C25.0929 46.3084 25.0095 45.3625 24.3743 44.8304ZM27.4881 41.126C26.679 40.4482 25.4706 40.5537 24.7921 41.3609C24.1121 42.1699 24.2208 43.3726 25.03 44.0504C25.8392 44.7282 27.0446 44.6262 27.7246 43.8173C28.403 43.0101 28.2973 41.8038 27.4881 41.126Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.2737 27.1028C40.1468 27.8341 41.445 27.7213 42.1777 26.8497C42.9093 25.9793 42.7962 24.6822 41.9231 23.9508C41.0505 23.22 39.7507 23.3335 39.0191 24.2039C38.2864 25.0755 38.4011 26.3719 39.2737 27.1028Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.7187 43.8861C42.9226 43.2192 41.7364 43.3222 41.0689 44.1164C40.4008 44.9112 40.5051 46.0951 41.3013 46.762C42.0975 47.4289 43.283 47.3254 43.951 46.5306C44.6186 45.7364 44.5149 44.553 43.7187 43.8861Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.1803 28.2943C22.8479 27.5001 22.743 26.3156 21.948 25.6497C21.153 24.9838 19.9669 25.0869 19.2993 25.8811C18.6308 26.6764 18.7351 27.8604 19.5301 28.5263C20.3251 29.1922 21.5118 29.0897 22.1803 28.2943Z' fill='%23006FBA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8507 30.6561C41.9924 29.9371 40.7128 30.0494 39.9915 30.9074C39.2713 31.7642 39.3818 33.0429 40.2401 33.7619C41.0996 34.4819 42.3808 34.3689 43.101 33.512C43.8222 32.654 43.7102 31.376 42.8507 30.6561Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M39.9975 33.8476C39.07 33.0707 37.6856 33.1899 36.9058 34.1176C36.1265 35.0448 36.2492 36.4265 37.1768 37.2034C38.1038 37.9799 39.4881 37.8606 40.2674 36.9335C41.0472 36.0058 40.9245 34.6241 39.9975 33.8476Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.9857 40.5896C33.1072 39.8538 31.7985 39.9659 31.0594 40.8452C30.3218 41.7227 30.4365 43.0312 31.3149 43.767C32.1945 44.5038 33.5053 44.3893 34.2429 43.5118C34.982 42.6325 34.8653 41.3265 33.9857 40.5896Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.0961 43.8195C30.1585 43.0341 28.7602 43.1568 27.9724 44.094C27.1851 45.0306 27.3069 46.4266 28.2446 47.212C29.184 47.9988 30.5823 47.8762 31.3696 46.9396C32.1573 46.0024 32.0355 44.6064 31.0961 43.8195Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.5123 37.2069C42.6291 36.4671 41.314 36.582 40.574 37.4624C39.8334 38.3435 39.9494 39.6551 40.8326 40.3949C41.7146 41.1337 43.0263 41.018 43.7669 40.137C44.507 39.2565 44.3943 37.9457 43.5123 37.2069Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.1476 24.2039C34.2893 23.485 33.0096 23.5973 32.2884 24.4553C31.5682 25.3121 31.6786 26.5908 32.5369 27.3098C33.3965 28.0297 34.6777 27.9167 35.3979 27.0599C36.1191 26.2019 36.0071 24.9239 35.1476 24.2039Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.4969 27.563C31.5694 26.786 30.1856 26.9057 29.4058 27.8335C28.6265 28.7606 28.7486 30.1418 29.6762 30.9187C30.6038 31.6957 31.9893 31.5775 32.7686 30.6503C33.5484 29.7226 33.4245 28.3399 32.4969 27.563Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.8886 34.6438C26.0096 33.9075 24.7008 34.0196 23.9617 34.8989C23.2241 35.7764 23.3388 37.0849 24.2179 37.8212C25.0969 38.5575 26.4088 38.444 27.1464 37.5665C27.8855 36.6872 27.7676 35.3802 26.8886 34.6438Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2028 38.0451C23.264 37.2587 21.8656 37.3814 21.0779 38.3186C20.2906 39.2552 20.4124 40.6512 21.3512 41.4376C22.2889 42.223 23.6878 42.1008 24.475 41.1642C25.2628 40.227 25.1404 38.8305 24.2028 38.0451Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.5724 24.6913C27.6916 23.9535 26.3765 24.0683 25.6365 24.9488C24.8959 25.8298 25.0119 27.1414 25.8927 27.8792C26.7742 28.6175 28.0894 28.5049 28.83 27.6238C29.5701 26.7433 29.4538 25.4296 28.5724 24.6913Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.3429 23.7703C36.1704 24.4635 37.4045 24.3563 38.0993 23.5296C38.7942 22.7029 38.6857 21.4711 37.8582 20.7779C37.03 20.0842 35.7966 20.192 35.1017 21.0187C34.4068 21.8453 34.5148 23.0766 35.3429 23.7703Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4792 32.2477C19.8191 33.0331 19.9222 34.2029 20.7095 34.8624C21.495 35.5203 22.6687 35.42 23.3288 34.6347C23.9905 33.8476 23.8861 32.6757 23.1006 32.0177C22.3133 31.3582 21.1408 31.4606 20.4792 32.2477Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.2464 30.3924C44.074 31.0856 45.3062 30.9769 46.0011 30.1502C46.696 29.3235 46.5892 28.0932 45.7617 27.4C44.9324 26.7053 43.699 26.8131 43.0041 27.6397C42.3092 28.4664 42.4171 29.6977 43.2464 30.3924Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.2903 23.5135C43.0723 24.1685 44.2384 24.0688 44.8955 23.287C45.5512 22.507 45.4485 21.3415 44.6665 20.6865C43.884 20.031 42.7175 20.1335 42.0619 20.9135C41.4048 21.6952 41.5078 22.858 42.2903 23.5135Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.8435 46.7032C35.629 47.3612 36.8027 47.2608 37.4628 46.4755C38.1244 45.6884 38.0201 44.5165 37.2346 43.8585C36.4479 43.1996 35.2736 43.3005 34.612 44.0876C33.9519 44.8729 34.0568 46.0442 34.8435 46.7032Z' fill='%23007397'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3912 39.6261C16.8579 39.1793 16.0627 39.2493 15.6152 39.7818C15.1662 40.3159 15.2357 41.1093 15.769 41.556C16.303 42.0033 17.0994 41.9353 17.5485 41.4012C17.996 40.8687 17.9252 40.0733 17.3912 39.6261Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.6857 17.8458C23.1456 17.2986 23.0742 16.4835 22.5267 16.0249C21.9791 15.5662 21.1626 15.6375 20.7027 16.1847C20.2432 16.7313 20.3152 17.5458 20.8627 18.0044C21.4103 18.4631 22.2263 18.3924 22.6857 17.8458Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.5707 17.1347C28.1011 17.5789 28.8936 17.5097 29.3386 16.9803C29.7842 16.4502 29.7144 15.6597 29.184 15.2154C28.6536 14.7711 27.8616 14.8398 27.416 15.3698C26.971 15.8993 27.0403 16.6904 27.5707 17.1347Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.3975 14.1822C23.8864 14.5918 24.6126 14.5284 25.0223 14.0409C25.4326 13.5528 25.3706 12.8261 24.8816 12.4166C24.3927 12.007 23.6633 12.0707 23.253 12.5588C22.8433 13.0463 22.9086 13.7727 23.3975 14.1822Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.4776 26.7479C47.1371 27.3002 48.123 27.2158 48.6773 26.5563C49.2311 25.8974 49.1442 24.9123 48.4848 24.36C47.8248 23.8071 46.8391 23.8938 46.2852 24.5526C45.7309 25.2121 45.8176 26.195 46.4776 26.7479Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.3739 19.9593C39.0328 20.5112 40.0175 20.4257 40.5718 19.7663C41.1256 19.1074 41.0399 18.1233 40.3811 17.5714C39.7187 17.0166 38.7336 17.1037 38.1798 17.7626C37.6254 18.4221 37.7115 19.4045 38.3739 19.9593Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M48.4257 16.2175C48.9324 16.6419 49.6869 16.5771 50.1126 16.0707C50.5368 15.566 50.4717 14.8107 49.965 14.3862C49.4577 13.9613 48.7012 14.0285 48.277 14.5331C47.8513 15.0395 47.9184 15.7925 48.4257 16.2175Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.7118 23.1076C50.1901 23.5082 50.9065 23.4457 51.3083 22.9676C51.7106 22.489 51.6475 21.7745 51.1692 21.3739C50.6891 20.9718 49.9744 21.0347 49.5721 21.5134C49.1703 21.9914 49.2318 22.7055 49.7118 23.1076Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.4027 16.1481C41.8821 16.5498 42.5985 16.4872 43.0003 16.0092C43.4026 15.5305 43.3395 14.816 42.86 14.4144C42.3811 14.0133 41.6659 14.0757 41.2635 14.5544C40.8617 15.0324 40.9238 15.747 41.4027 16.1481Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.7779 40.4693C55.2657 40.8779 55.9942 40.8164 56.404 40.3289C56.8143 39.8408 56.7498 39.1122 56.2621 38.7037C55.7737 38.2946 55.0461 38.3598 54.6358 38.8479C54.2261 39.3354 54.2896 40.0602 54.7779 40.4693Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.9394 50.9448C28.4904 51.479 28.5605 52.2728 29.0962 52.7216C29.6295 53.1683 30.4248 53.0994 30.8739 52.5652C31.3209 52.0334 31.2518 51.2384 30.7184 50.7917C30.1827 50.3429 29.3864 50.413 28.9394 50.9448Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.1087 41.643C52.5611 41.1844 51.7447 41.2557 51.2847 41.8029C50.8253 42.3495 50.8972 43.1639 51.4447 43.6226C51.9923 44.0812 52.8089 44.011 53.2683 43.4644C53.7283 42.9172 53.6562 42.1017 53.1087 41.643Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M49.9288 37.7124C49.1901 37.0936 48.0872 37.1888 47.4658 37.9281C46.8454 38.6661 46.9435 39.7663 47.6822 40.3851C48.4222 41.0049 49.5234 40.9093 50.1438 40.1712C50.7651 39.432 50.6687 38.3322 49.9288 37.7124Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.6491 37.3561C13.2596 37.0299 12.6826 37.0792 12.3537 37.4704C12.0274 37.8586 12.077 38.4369 12.4665 38.7631C12.856 39.0894 13.4351 39.0377 13.7614 38.6495C14.0902 38.2583 14.0386 37.6824 13.6491 37.3561Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M51.141 36.8778C51.6708 37.3216 52.4633 37.2524 52.9084 36.7229C53.3539 36.1929 53.2841 35.4023 52.7543 34.9586C52.2221 34.5128 51.4319 34.5829 50.9863 35.113C50.5413 35.6424 50.6088 36.4321 51.141 36.8778Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.7096 21.1439C25.4501 21.7642 26.5506 21.667 27.171 20.9289C27.7924 20.1897 27.6967 19.0915 26.9562 18.4712C26.218 17.8529 25.115 17.947 24.4937 18.6863C23.8733 19.4243 23.9714 20.5256 24.7096 21.1439Z' fill='%2343B02A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.278 35.7866C19.5825 35.204 18.5467 35.295 17.9645 35.9875C17.3814 36.6813 17.472 37.7148 18.1675 38.2974C18.8619 38.879 19.8972 38.7886 20.4803 38.0948C21.0624 37.4023 20.9724 36.3682 20.278 35.7866Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.8247 23.9835C29.5208 24.5666 30.5583 24.476 31.1419 23.7817C31.7255 23.0874 31.6343 22.0523 30.9382 21.4692C30.2426 20.8866 29.2068 20.9776 28.6232 21.6719C28.0396 22.3662 28.1292 23.4009 28.8247 23.9835Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.522 23.5972C17.0597 23.2099 16.3633 23.268 15.9729 23.7325C15.5835 24.1957 15.6476 24.8899 16.1099 25.2771C16.5752 25.6669 17.2693 25.6079 17.6587 25.1446C18.0491 24.6802 17.9873 23.9869 17.522 23.5972Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.3574 19.8645C46.0032 20.4055 46.9644 20.3215 47.5053 19.678C48.0472 19.0333 47.9622 18.0749 47.3163 17.5339C46.6711 16.9935 45.7108 17.0763 45.1689 17.7209C44.628 18.3645 44.7121 19.3241 45.3574 19.8645Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M40.2493 47.3938C39.6479 46.89 38.7504 46.9689 38.2452 47.5699C37.7411 48.1697 37.8191 49.0658 38.4205 49.5695C39.0243 50.0753 39.9218 49.9963 40.426 49.3966C40.9311 48.7956 40.8531 47.8995 40.2493 47.3938Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.8567 40.7585C46.0629 40.0936 44.8835 40.1972 44.2179 40.989C43.5533 41.7797 43.655 42.9584 44.4487 43.6233C45.2408 44.2867 46.4219 44.1825 47.0864 43.3918C47.752 42.6 47.6488 41.422 46.8567 40.7585Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M46.5103 47.8765C46.0456 47.4872 45.3516 47.5473 44.9612 48.0118C44.5718 48.475 44.6335 49.1672 45.0982 49.5564C45.5635 49.9462 46.257 49.8867 46.6464 49.4234C47.0368 48.959 46.9756 48.2662 46.5103 47.8765Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.1651 36.8336C44.8607 37.4162 45.8981 37.3256 46.4818 36.6313C47.0654 35.937 46.9741 34.9019 46.2786 34.3193C45.5837 33.7372 44.5467 33.8272 43.9631 34.5215C43.3794 35.2158 43.4702 36.2515 44.1651 36.8336Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2631 31.669C19.7682 31.0681 19.6891 30.171 19.0865 29.6663C18.485 29.1625 17.5863 29.2404 17.0812 29.8414C16.5765 30.4418 16.6562 31.3382 17.2576 31.842C17.8602 32.3468 18.7584 32.2694 19.2631 31.669Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.0782 24.8845C22.8703 25.548 24.0513 25.4437 24.7159 24.6531C25.3815 23.8612 25.2783 22.6832 24.4862 22.0198C23.6936 21.3559 22.5124 21.4579 21.8468 22.2498C21.1822 23.0404 21.2856 24.2206 22.0782 24.8845Z' fill='%23009A49'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.2102 49.5963C34.7923 48.9037 34.701 47.8686 34.0079 47.288C33.3129 46.7059 32.2771 46.7969 31.695 47.4895C31.1119 48.1832 31.2025 49.2167 31.8974 49.7988C32.5906 50.3794 33.6271 50.29 34.2102 49.5963Z' fill='%23009A49'/%3E%3C/svg%3E%0A");
    }

    .cpaa-mobile-sticky-btn-wrap .cpaa-btn-border {
        position: relative;
        z-index: 2;
        padding: 12px 15px 10px;
        transform: translateY(13px);
        width: auto;
        background: #fff;
    }

    .cpaa-mobile-sticky-btn-wrap .cpaa-btn-border:hover {
        background: #006FBA;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .mobile-menu-show {
        overflow: hidden;
    }

    main h3 {
        padding-top: 0;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .small-hl {
        text-align: center;
        font-size: 14px;
    }
}

/*# sourceMappingURL=main.css.map */