@charset "UTF-8";

/*
Color Pallete
*/

/*
* Button Variables
*/

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

body {
    color: #001370;
    font-size: 20px;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    line-height: 1.41667;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.fc2024 div {
    color: #001370;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* ---------------------------------------------------------
   Typography
   ---------------------------------------------------------*/

.fc2024 .d1,
.fc2024 h1,
.fc2024 h2,
.fc2024 h3,
.fc2024 h4,
.fc2024 h5,
.fc2024 h6,
.fc2024 .h {
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 0;
}

.fc2024 .txt--d1,
.fc2024 .txt--d1 .d1 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 1.15625;
}

.fc2024 .txt--h1,
.fc2024 .txt--h1 h1 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1.18519;
}

.fc2024 .txt--h2,
.fc2024 .txt--h2 h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.25;
}

.fc2024 .txt--h3,
.fc2024 .txt--h3 h3 {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 1.3125;
}

.fc2024 .txt--h4,
.fc2024 .txt--h4 h4 {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 1.28571;
}

.fc2024 .txt--large,
.fc2024 .txt--large p {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 1.41667;
}

.fc2024 .txt--default,
.fc2024 .txt--default p {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.fc2024 .txt--small,
.fc2024 .txt--small p {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.fc2024 .txt--bth,
.fc2024 .txt--bth a,
.fc2024 .txt--bth button,
.fc2024 .txt--bth .button {
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.3;
}

.fc2024 .txt--caption1,
.fc2024 .txt--caption1 p {
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.5;
}

.fc2024 .txt--caption2,
.fc2024 .txt--caption2 p {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.57143;
}

.fc2024 .txt--quote,
.fc2024 .txt--quote p {
    font-size: 36px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.22222;
}

.fc2024 .txt--bigquote,
.fc2024 .txt--bigquote p {
    font-size: 56px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.14286;
}

.fc2024 .large-txt--d1,
.fc2024 .large-txt--d1 .d1 {
    font-size: 60px;
    letter-spacing: 0;
    line-height: 1.15625;
}

.fc2024 .large-txt--h1,
.fc2024 .large-txt--h1 h1 {
    font-size: 50px;
    letter-spacing: 0;
    line-height: 1.18519;
}

.fc2024 .large-txt--h2,
.fc2024 .large-txt--h2 h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.25;
}

.fc2024 .large-txt--h3,
.fc2024 .large-txt--h3 h3 {
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 1.3125;
}

.fc2024 .large-txt--h4,
.fc2024 .large-txt--h4 h4 {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 1.28571;
}

.fc2024 .large-txt--large,
.fc2024 .large-txt--large p {
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 1.41667;
}

.fc2024 .large-txt--default,
.fc2024 .large-txt--default p {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.fc2024 .large-txt--small,
.fc2024 .large-txt--small p {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.fc2024 .large-txt--bth,
.fc2024 .large-txt--bth a,
.fc2024 .large-txt--bth button,
.fc2024 .large-txt--bth .button {
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.3;
}

.fc2024 .large-txt--caption1,
.fc2024 .large-txt--caption1 p {
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.5;
}

.fc2024 .large-txt--caption2,
.fc2024 .large-txt--caption2 p {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.57143;
}

.fc2024 .large-txt--quote,
.fc2024 .large-txt--quote p {
    font-size: 36px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.22222;
}

.fc2024 .large-txt--bigquote,
.fc2024 .large-txt--bigquote p {
    font-size: 56px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.14286;
}

.fc2024 .medium-txt--d1,
.fc2024 .medium-txt--d1 .d1 {
    font-size: 56px;
    letter-spacing: 0;
    line-height: 1.16667;
}

.fc2024 .medium-txt--h1,
.fc2024 .medium-txt--h1 h1 {
    font-size: 46px;
    letter-spacing: 0;
    line-height: 1.2;
}

.fc2024 .medium-txt--h2,
.fc2024 .medium-txt--h2 h2 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.27778;
}

.fc2024 .medium-txt--h3,
.fc2024 .medium-txt--h3 h3 {
    font-size: 26px;
    letter-spacing: 0.5px;
    line-height: 1.33333;
}

.fc2024 .medium-txt--h4,
.fc2024 .medium-txt--h4 h4 {
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 1.38462;
}

.fc2024 .medium-txt--large,
.fc2024 .medium-txt--large p {
    font-size: 22px;
    letter-spacing: 0.2px;
    line-height: 1.36364;
}

.fc2024 .medium-txt--default,
.fc2024 .medium-txt--default p {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 1.44444;
}

.fc2024 .medium-txt--small,
.fc2024 .medium-txt--small p {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.fc2024 .medium-txt--bth,
.fc2024 .medium-txt--bth a,
.fc2024 .medium-txt--bth button,
.fc2024 .medium-txt--bth .button {
    font-size: 18px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.33333;
}

.fc2024 .medium-txt--caption1,
.fc2024 .medium-txt--caption1 p {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.57143;
}

.fc2024 .medium-txt--caption2,
.fc2024 .medium-txt--caption2 p {
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.66667;
}

.fc2024 .medium-txt--quote,
.fc2024 .medium-txt--quote p {
    font-size: 32px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.25;
}

.fc2024 .medium-txt--bigquote,
.fc2024 .medium-txt--bigquote p {
    font-size: 48px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.16667;
}

.fc2024 .small-txt--d1,
.fc2024 .small-txt--d1 .d1 {
    font-size: 46px;
    letter-spacing: 0;
    line-height: 1.2;
}

.fc2024 .small-txt--h1,
.fc2024 .small-txt--h1 h1 {
    font-size: 36px;
    letter-spacing: 0;
    line-height: 1.25;
}

.fc2024 .small-txt--h2,
.fc2024 .small-txt--h2 h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.33333;
}

.fc2024 .small-txt--h3,
.fc2024 .small-txt--h3 h3 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.38462;
}

.fc2024 .small-txt--h4,
.fc2024 .small-txt--h4 h4 {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.41667;
}

.fc2024 .small-txt--large,
.fc2024 .small-txt--large p {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.4;
}

.fc2024 .small-txt--default,
.fc2024 .small-txt--default p {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.fc2024 .small-txt--small,
.fc2024 .small-txt--small p {
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.57143;
}

.fc2024 .small-txt--bth,
.fc2024 .small-txt--bth a,
.fc2024 .small-txt--bth button,
.fc2024 .small-txt--bth .button {
    font-size: 16px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.375;
}

.fc2024 .small-txt--caption1,
.fc2024 .small-txt--caption1 p {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.57143;
}

.fc2024 .small-txt--caption2,
.fc2024 .small-txt--caption2 p {
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.66667;
}

.fc2024 .small-txt--quote,
.fc2024 .small-txt--quote p {
    font-size: 30px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.26667;
}

.fc2024 .small-txt--bigquote,
.fc2024 .small-txt--bigquote p {
    font-size: 40px;
    letter-spacing: 0.5px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.2;
}

.fc2024 strong,
.fc2024 .bold-txt,
.fc2024 .bold-txt * {
    font-weight: 700;
}

.fc2024 p {
    padding-bottom: .5em;
    margin: 0;
}

    .fc2024 p:last-of-type {
        padding-bottom: 0;
    }

.fc2024 a {
    color: #0025DF;
    text-decoration: none;
    outline: none;
}

    .fc2024 a:not([class]):hover,
    .fc2024 a:not([class]):focus {
        text-decoration: none;
        color: #6c84ff;
        outline: none;
    }

.fc2024 .text-right {
    text-align: right;
}

.fc2024 .text-center {
    text-align: center;
}

.fc2024 .text-left {
    text-align: left;
}

.fc2024 sub,
.fc2024 sup {
    position: static;
    height: auto;
}

.fc2024 sup {
    bottom: auto;
    font-size: .7em;
    vertical-align: top;
}

.fc2024 sub {
    font-size: 0.8em;
    top: auto;
    vertical-align: bottom;
}

.fc2024 .icon--item,
.fc2024 .icon--item i {
    font-size: 32px;
}

.logo__img-white {
    background-color: #0025DF;
}

.logo__img {
    padding: 74px 124px;
}

.color__info {
    max-width: 561.5px;
}

.color__section {
    padding-bottom: 40px;
}

    .color__section .color__wrap {
        margin-bottom: 120px;
    }

        .color__section .color__wrap .color__hex-info {
            font-size: 16px;
            font-weight: 500;
        }

        .color__section .color__wrap .color__color-item {
            height: 148px;
            padding: 13px;
            border: 1px solid #000;
            margin-bottom: 10px;
            font-size: 16px;
        }

.fc2024 .color__bg--white {
    background-color: #FFFFFF;
}

.fc2024 .color__bg--white-important, .color__bg--white-important > .teaser-box-image-row {
    background-color: #FFFFFF !important;
}

.fc2024 .color__bg--blue-400 {
    background-color: #001370;
}

.fc2024 .color__bg--blue-200 {
    background-color: #001CA8;
}

.fc2024 .color__bg--blue-100 {
    background-color: #0025DF;
}

.fc2024 .color__bg--blue-75 {
    background-color: #6B81EF;
}

.fc2024 .color__bg--blue-50 {
    background-color: #B8C4FF;
}

.fc2024 .color__bg--blue-35 {
    background-color: #D1E0FF;
}

.fc2024 .color__bg--blue-25 {
    background-color: #E9EEF9;
}

.fc2024 .color__bg--blue-15 {
    background-color: #F6F7FC;
}

.fc2024 .color__bg--construction-100 {
    background-color: #C89F9C;
}

.fc2024 .color__bg--construction-25 {
    background-color: #F4E5E4;
}

.fc2024 .color__bg--durables-100 {
    background-color: #F69F6E;
}

.fc2024 .color__bg--durables-25 {
    background-color: #FFE0C9;
}

.fc2024 .color__bg--industrials-100 {
    background-color: #F8E191;
}

.fc2024 .color__bg--industrials-25 {
    background-color: #FAF2D6;
}

.fc2024 .color__bg--retail-ad-100 {
    background-color: #9BCEA6;
}

.fc2024 .color__bg--retail-ad-25 {
    background-color: #E6F3E9;
}

.fc2024 .color__bg--healthcare-100 {
    background-color: #A2D6D9;
}

.fc2024 .color__bg--healthcare-25 {
    background-color: #D8EDEE;
}

.fc2024 .color__bg--packaging-100 {
    background-color: #B9A6D2;
}

.fc2024 .color__bg--packaging-25 {
    background-color: #E5DAF3;
}

.fc2024 .color__bg--transportation-100, .fc2024 .color__bg--automotive-100 {
    background-color: #E1DDD7;
}

.fc2024 .color__bg--transportation-25, .fc2024 .color__bg--automotive-25 {
    background-color: #F1F0ED;
}

.fc2024 .color__bg--electronics-100 {
    background-color: #92BCD1;
}

.fc2024 .color__bg--electronics-25 {
    background-color: #DCE9F3;
}

.fc2024 .color__bg--disable-grey {
    background-color: #B1B5CA;
}

.fc2024 .color__bg--error-default {
    background-color: #CA2D49;
}

.fc2024 .color__bg--error-hover {
    background-color: #DD667A;
}

.fc2024 .color__bg--success-default {
    background-color: #0C7058;
}

.fc2024 .color__bg--success-hover {
    background-color: #32A683;
}

.fc2024 .color__text--white {
    color: #FFFFFF;
}

.fc2024 .color__text--blue-500 {
    color: #000E54;
}

.fc2024 .color__text--blue-400 {
    color: #001370;
}

.fc2024 .color__text--blue-200 {
    color: #001CA8;
}

.fc2024 .color__text--blue-100 {
    color: #0025DF;
}

.fc2024 .color__text--blue-75 {
    color: #6B81EF;
}

.fc2024 .color__text--blue-50 {
    color: #B8C4FF;
}

.fc2024 .color__text--blue-35 {
    color: #D1E0FF;
}

.fc2024 .color__text--blue-25 {
    color: #E9EEF9;
}

.fc2024 .color__text--blue-15 {
    color: #F6F7FC;
}

.fc2024 .color__text--construction-100 {
    color: #C89F9C;
}

.fc2024 .color__text--construction-25 {
    color: #F4E5E4;
}

.fc2024 .color__text--durables-100 {
    color: #F69F6E;
}

.fc2024 .color__text--durables-25 {
    color: #FFE0C9;
}

.fc2024 .color__text--industrials-100 {
    color: #F8E191;
}

.fc2024 .color__text--industrials-25 {
    color: #FAF2D6;
}

.fc2024 .color__text--retail-ad-100 {
    color: #9BCEA6;
}

.fc2024 .color__text--retail-ad-25 {
    color: #E6F3E9;
}

.fc2024 .color__text--healthcare-100 {
    color: #A2D6D9;
}

.fc2024 .color__text--healthcare-25 {
    color: #D8EDEE;
}

.fc2024 .color__text--packaging-100 {
    color: #B9A6D2;
}

.fc2024 .color__text--packaging-25 {
    color: #E5DAF3;
}

.fc2024 .color__text--transportation-100, .fc2024 .color__text--automotive-100 {
    color: #E1DDD7;
}

.fc2024 .color__text--transportation-25, .fc2024 .color__text--automotive-25 {
    color: #F1F0ED;
}

.fc2024 .color__text--electronics-100 {
    color: #92BCD1;
}

.fc2024 .color__text--electronics-25 {
    color: #DCE9F3;
}

.fc2024 .color__text--disable-grey {
    color: #B1B5CA;
}

.fc2024 .color__text--error-default {
    color: #CA2D49;
}

.fc2024 .color__text--error-hover {
    color: #DD667A;
}

.fc2024 .color__text--success-default {
    color: #0C7058;
}

.fc2024 .color__text--success-hover {
    color: #32A683;
}

.fc2024 .color__info h3 {
    color: #0025DF;
}

.fc2024 .color__link--blue-50 a {
    color: #B8C4FF;
}

.fc2024 .main-content {
    padding: 100px 0;
}

.fc2024 .main-container {
    padding-top: 160px;
}

.fc2024 .container {
    max-width: 1314px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.fc2024 .heading {
    padding-bottom: 80px;
}

.fc2024 .heading__bg {
    background: #D1E0FF;
    padding: 10px;
}

.fc2024 .heading__h2 {
    color: #0025DF;
    padding: 0;
    margin: 0;
}

.fc2024 .aa-text {
    font-size: 146px;
    font-weight: 400;
    line-height: 180px;
    text-align: left;
}

.fc2024 .item--wrap {
    height: 80px;
    width: 100%;
}

.fc2024 .module__outer {
    width: 100%;
    padding: 52px 0;
}

.fc2024 .breadcrumb-section {
    padding: 24px 0;
}

    .fc2024 .breadcrumb-section .breadcrumb {
        padding: 8px 0;
    }

        .fc2024 .breadcrumb-section .breadcrumb .button.current-page {
            color: #0025DF;
        }

.fc2024 .product-returnButton .button-icon-fab {
    position: absolute;
}

.fc2024 .intro__section-retail .image-column__wrap img {
    object-position: left center;
}

@-moz-document url-prefix() {
    .glider-track {
        margin-bottom: 17px;
    }

    .glider {
        overflow: hidden;
    }
}

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button,
.fc2024 a.button {
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    border: 0;
    white-space: nowrap;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button:focus:after,
    .fc2024 a.button:focus:after {
        content: '';
        border: 1px solid #001370;
        position: absolute;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        left: -4px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button:active:before,
    .fc2024 a.button:active:before {
        content: '';
        border: 2px solid #0025DF;
        position: absolute;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        left: -4px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-border-radius: 13px 0px 13px 0px;
        -moz-border-radius: 13px 0px 13px 0px;
        border-radius: 13px 0px 13px 0px;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button:active:after,
    .fc2024 a.button:active:after {
        display: none;
    }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-primary,
.fc2024 a.button-primary {
    color: #FFFFFF;
    background-color: #0025DF;
    padding: 16px 24px;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-primary:hover,
    .fc2024 a.button-primary:hover {
        color: #001370;
        background-color: #6B81EF;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-primary.disabled,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-primary[disabled],
    .fc2024 a.button-primary.disabled,
    .fc2024 a.button-primary[disabled] {
        background-color: #E9EEF9 !important;
    }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-secondary,
.fc2024 a.button-secondary {
    background-color: transparent;
    color: #0025DF;
    padding: 14px 22px;
    border: 2px solid;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-secondary:hover,
    .fc2024 a.button-secondary:hover {
        color: #001370;
        background-color: #6B81EF;
        border-color: #6B81EF;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-secondary.disabled,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-secondary[disabled],
    .fc2024 a.button-secondary.disabled,
    .fc2024 a.button-secondary[disabled] {
        border: 0;
        background-color: #E9EEF9 !important;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-secondary:active:before,
    .fc2024 a.button-secondary:active:before {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left: -5px;
    }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary,
.fc2024 a.button-tertiary {
    background-color: transparent;
    color: #0025DF;
    padding: 14px 22px;
    border: 2px solid transparent;
    -webkit-border-radius: 10px 0px 10px 0px;
    -moz-border-radius: 10px 0px 10px 0px;
    border-radius: 10px 0px 10px 0px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary:hover,
    .fc2024 a.button-tertiary:hover {
        color: #001370;
        background-color: #6B81EF;
        border-color: #6B81EF;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary.disabled,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary[disabled],
    .fc2024 a.button-tertiary.disabled,
    .fc2024 a.button-tertiary[disabled] {
        background-color: transparent;
        border: 0;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary:active:before,
    .fc2024 a.button-tertiary:active:before {
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left: -5px;
    }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary-with-icon,
.fc2024 a.button-tertiary-with-icon {
    padding: 2px 2px 2px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #001370;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary-with-icon.left,
    .fc2024 a.button-tertiary-with-icon.left {
        padding: 2px 10px 2px 2px;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary-with-icon i[class*='right'],
    .fc2024 a.button-tertiary-with-icon i[class*='right'] {
        margin-left: 5px;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary-with-icon i[class*='left'],
    .fc2024 a.button-tertiary-with-icon i[class*='left'] {
        margin-right: 5px;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-tertiary-with-icon:before,
    .fc2024 a.button-tertiary-with-icon:before {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon,
.fc2024 a.button-icon {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #001370;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon:active,
    .fc2024 a.button-icon:active {
        color: #001370;
    }

        .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon:active:before,
        .fc2024 a.button-icon:active:before {
            border: 1px solid #001370;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            left: -2px;
        }

        .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon:active:after,
        .fc2024 a.button-icon:active:after {
            display: none;
        }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon:focus,
    .fc2024 a.button-icon:focus {
        color: #001370;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon:hover,
    .fc2024 a.button-icon:hover {
        background-color: #6B81EF;
        color: #001370;
    }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg,
.fc2024 a.button-icon-dark-bg {
    color: #FFFFFF;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg svg path,
    .fc2024 a.button-icon-dark-bg svg path {
        fill: #FFFFFF;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg:active:before,
    .fc2024 a.button-icon-dark-bg:active:before {
        border: 1px solid #FFFFFF;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg:active:after,
    .fc2024 a.button-icon-dark-bg:active:after {
        display: none;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg:focus,
    .fc2024 a.button-icon-dark-bg:focus {
        color: #FFFFFF;
    }

        .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg:focus:after,
        .fc2024 a.button-icon-dark-bg:focus:after {
            border: 1px solid #FFFFFF;
        }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg:hover,
    .fc2024 a.button-icon-dark-bg:hover {
        color: #001370;
        background-color: #FFFFFF;
    }

        .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-dark-bg:hover svg path,
        .fc2024 a.button-icon-dark-bg:hover svg path {
            fill: #001370;
        }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab,
.fc2024 a.button-icon-fab {
    width: 86px;
    height: 86px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0025DF;
    box-shadow: 2px 6px 10px 0 #0025DF33;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab:active,
    .fc2024 a.button-icon-fab:active {
        color: #001370;
    }

        .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab:active:before,
        .fc2024 a.button-icon-fab:active:before {
            border: 1px solid #0025DF;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            left: -2px;
        }

        .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab:active:after,
        .fc2024 a.button-icon-fab:active:after {
            display: none;
        }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab:focus,
    .fc2024 a.button-icon-fab:focus {
        color: #001370;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab:hover,
    .fc2024 a.button-icon-fab:hover {
        background-color: #6B81EF;
        color: #001370;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab.disabled,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button-icon-fab[disabled],
    .fc2024 a.button-icon-fab.disabled,
    .fc2024 a.button-icon-fab[disabled] {
        background-color: #E9EEF9 !important;
    }

.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button.disabled,
.fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button[disabled],
.fc2024 a.button.disabled,
.fc2024 a.button[disabled] {
    cursor: not-allowed;
}

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button.disabled svg path,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button[disabled] svg path,
    .fc2024 a.button.disabled svg path,
    .fc2024 a.button[disabled] svg path {
        fill: #979BAE;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button.disabled:hover,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button[disabled]:hover,
    .fc2024 a.button.disabled:hover,
    .fc2024 a.button[disabled]:hover {
        background-color: transparent;
    }

    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button.disabled:before,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button.disabled:after,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button[disabled]:before,
    .fc2024 button:not([data-bs-slide-to]):not([data-bs-slide]).button[disabled]:after,
    .fc2024 a.button.disabled:before,
    .fc2024 a.button.disabled:after,
    .fc2024 a.button[disabled]:before,
    .fc2024 a.button[disabled]:after {
        display: none !important;
    }

.fc2024 .breadcrumb .button-tertiary-with-icon {
    background-color: transparent !important;
    border: 0;
}

    .fc2024 .breadcrumb .button-tertiary-with-icon:hover {
        color: #0025DF;
    }

    .fc2024 .breadcrumb .button-tertiary-with-icon:before,
    .fc2024 .breadcrumb .button-tertiary-with-icon:after {
        display: none !important;
    }

.fc2024 form button[type="submit"] {
    position: relative;
}

.ais-SearchBox-submit {
    display: none;
}

.fc2024 form button[type="submit"] .icon {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: translateX(40px);
    transition: all .8s ease-in-out;
    opacity: 0;
}

    .fc2024 form button[type="submit"] .icon:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.365 5.8415L7.92849 10.5861C7.3492 11.2057 6.37191 11.222 5.77218 10.6223L4.00346 8.85355L4.71058 8.14645L6.47929 9.9152C6.6792 10.1151 7.00497 10.1097 7.19806 9.90315L11.6346 5.1585L12.365 5.8415Z' fill='%23fff'/%3E%3C/svg%3E");
        position: absolute;
        width: 21px;
        height: 21px;
        background-repeat: no-repeat;
        background-position: center;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        transform: rotate(45deg);
        transition: all .8s ease-in-out;
    }

.fc2024 form button[type="submit"] .text {
    transition: all .8s ease-in-out;
}

.fc2024 form button[type="submit"].submitted .text {
    opacity: 0;
}

.fc2024 form button[type="submit"].submitted .icon {
    transform: translateX(0);
    opacity: 1;
}

    .fc2024 form button[type="submit"].submitted .icon:before {
        transform: rotate(0);
    }

.fc2024 form button[type="submit"].finished .text {
    opacity: 1;
}

.fc2024 form button[type="submit"].finished .icon {
    transform: translateX(-40px);
    opacity: 0;
}

    .fc2024 form button[type="submit"].finished .icon:before {
        transform: rotate(-45deg);
    }

.fc2024 .chip--item,
.fc2024 .chip--item a,
.fc2024 .chip--item button {
    background-color: transparent;
    color: #0025DF;
    padding: 14px 22px;
    border: 2px solid;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}

    .fc2024 .chip--item:focus:after,
    .fc2024 .chip--item a:focus:after,
    .fc2024 .chip--item button:focus:after {
        content: '';
        border: 1px solid #001370;
        position: absolute;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        left: -4px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .fc2024 .chip--item:active:before,
    .fc2024 .chip--item a:active:before,
    .fc2024 .chip--item button:active:before {
        content: '';
        border: 2px solid #0025DF;
        position: absolute;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        left: -5px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
    }

    .fc2024 .chip--item:active:after,
    .fc2024 .chip--item a:active:after,
    .fc2024 .chip--item button:active:after {
        display: none;
    }

    .fc2024 .chip--item:hover,
    .fc2024 .chip--item.active,
    .fc2024 .chip--item a:hover,
    .fc2024 .chip--item a.active,
    .fc2024 .chip--item button:hover,
    .fc2024 .chip--item button.active {
        color: #001370;
        background-color: #6B81EF;
        border-color: #6B81EF;
    }

    .fc2024 .chip--item.disabled,
    .fc2024 .chip--item[disabled],
    .fc2024 .chip--item a.disabled,
    .fc2024 .chip--item a[disabled],
    .fc2024 .chip--item button.disabled,
    .fc2024 .chip--item button[disabled] {
        border: 0;
        background-color: #E9EEF9 !important;
        cursor: not-allowed;
        color: #979BAE;
    }

        .fc2024 .chip--item.disabled:hover,
        .fc2024 .chip--item[disabled]:hover,
        .fc2024 .chip--item a.disabled:hover,
        .fc2024 .chip--item a[disabled]:hover,
        .fc2024 .chip--item button.disabled:hover,
        .fc2024 .chip--item button[disabled]:hover {
            background-color: transparent;
        }

        .fc2024 .chip--item.disabled:before,
        .fc2024 .chip--item.disabled:after,
        .fc2024 .chip--item[disabled]:before,
        .fc2024 .chip--item[disabled]:after,
        .fc2024 .chip--item a.disabled:before,
        .fc2024 .chip--item a.disabled:after,
        .fc2024 .chip--item a[disabled]:before,
        .fc2024 .chip--item a[disabled]:after,
        .fc2024 .chip--item button.disabled:before,
        .fc2024 .chip--item button.disabled:after,
        .fc2024 .chip--item button[disabled]:before,
        .fc2024 .chip--item button[disabled]:after {
            display: none !important;
        }

.fc2024 .tag--item {
    color: #001370;
    padding: 4px 12px 4px 12px;
    border-radius: 100px;
    border: 1px solid #001370;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.57143;
}

.fc2024 .pattern--radical {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='1472' height='1473' viewBox='0 0 1472 1473' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1536_77422)'%3E%3Cpath d='M736 1473C688.896 1473 641.608 1468.47 595.432 1459.52C548.811 1450.49 502.926 1436.88 459.042 1419.07C414.345 1400.94 371.281 1378.26 331.024 1351.66C289.723 1324.37 250.876 1292.62 215.564 1257.29C180.251 1221.95 148.526 1183.09 121.256 1141.75C94.6757 1101.47 72.013 1058.37 53.889 1013.65C36.0947 969.733 22.494 923.816 13.4703 877.164C4.531 830.956 0 783.628 0 736.5C0 689.372 4.531 642.044 13.4703 595.836C22.494 549.183 36.0947 503.267 53.889 459.361C72.013 414.634 94.6757 371.541 121.256 331.256C148.526 289.928 180.259 251.054 215.564 215.718C250.876 180.381 289.716 148.635 331.024 121.346C371.274 94.7477 414.345 72.0696 459.042 53.9333C502.926 36.1269 548.811 22.517 595.432 13.4872C641.608 4.53408 688.904 0 736 0C783.096 0 830.392 4.53408 876.568 13.4795C923.189 22.5093 969.074 36.1192 1012.96 53.9256C1057.66 72.0619 1100.73 94.74 1140.98 121.338C1182.28 148.627 1221.12 180.381 1256.44 215.71C1291.75 251.047 1323.47 289.912 1350.74 331.249C1377.32 371.526 1399.99 414.626 1418.11 459.354C1435.91 503.267 1449.51 549.183 1458.53 595.828C1467.47 642.036 1472 689.364 1472 736.492C1472 783.621 1467.47 830.948 1458.53 877.156C1449.51 923.809 1435.91 969.725 1418.11 1013.64C1399.99 1058.37 1377.32 1101.46 1350.74 1141.74C1323.47 1183.07 1291.74 1221.95 1256.44 1257.28C1221.12 1292.62 1182.28 1324.36 1140.98 1351.65C1100.73 1378.25 1057.66 1400.93 1012.96 1419.07C969.074 1436.87 923.189 1450.48 876.568 1459.51C830.392 1468.46 783.096 1472.99 736 1472.99V1473ZM736 3.46002C689.118 3.46002 642.045 7.97108 596.091 16.8781C549.692 25.8696 504.022 39.4104 460.345 57.1325C415.863 75.1844 372.999 97.755 332.933 124.223C291.824 151.381 253.161 182.99 218.017 218.157C182.873 253.325 151.286 292.015 124.146 333.151C97.6963 373.244 75.1333 416.138 57.1013 460.65C39.3913 504.357 25.852 550.058 16.8743 596.488C7.97333 642.481 3.46533 689.586 3.46533 736.492C3.46533 783.398 7.97333 830.511 16.8743 876.496C25.8597 922.927 39.3913 968.628 57.1013 1012.33C75.141 1056.85 97.6963 1099.74 124.146 1139.83C151.286 1180.97 182.873 1219.66 218.017 1254.83C253.161 1289.99 291.824 1321.6 332.933 1348.76C372.999 1375.23 415.863 1397.81 460.345 1415.85C504.022 1433.57 549.692 1447.12 596.091 1456.11C642.053 1465.01 689.126 1469.52 736 1469.52C782.874 1469.52 829.955 1465.01 875.917 1456.11C922.315 1447.11 967.986 1433.57 1011.66 1415.85C1056.14 1397.8 1099.01 1375.23 1139.07 1348.76C1180.18 1321.6 1218.85 1289.99 1253.99 1254.83C1289.13 1219.66 1320.72 1180.97 1347.86 1139.83C1374.31 1099.75 1396.87 1056.85 1414.91 1012.33C1432.62 968.628 1446.15 922.927 1455.13 876.496C1464.03 830.503 1468.54 783.398 1468.54 736.492C1468.54 689.586 1464.03 642.473 1455.13 596.488C1446.15 550.058 1432.62 504.357 1414.91 460.65C1396.87 416.138 1374.31 373.244 1347.86 333.151C1320.72 292.015 1289.13 253.325 1253.99 218.157C1218.85 182.99 1180.18 151.381 1139.07 124.223C1099.01 97.755 1056.14 75.1767 1011.66 57.1325C967.986 39.4104 922.315 25.8619 875.917 16.8781C829.955 7.97108 782.882 3.46002 736 3.46002Z' fill='%230025DF'/%3E%3Cpath d='M736 1460.81C689.678 1460.81 643.164 1456.35 597.755 1447.55C551.908 1438.67 506.782 1425.29 463.626 1407.77C419.673 1389.94 377.315 1367.63 337.724 1341.47C297.106 1314.64 258.903 1283.41 224.181 1248.66C189.459 1213.91 158.248 1175.68 131.43 1135.04C105.294 1095.42 82.9993 1053.03 65.1743 1009.05C47.6713 965.866 34.3007 920.71 25.4227 874.832C16.629 829.391 12.1747 782.846 12.1747 736.492C12.1747 690.139 16.629 643.594 25.4227 598.153C34.3007 552.275 47.6713 507.119 65.1743 463.934C82.9993 419.951 105.286 377.564 131.43 337.946C158.248 297.301 189.451 259.072 224.181 224.326C258.903 189.58 297.106 158.348 337.724 131.511C377.315 105.358 419.673 83.0481 463.626 65.211C506.782 47.6961 551.908 34.3163 597.755 25.4323C643.164 16.6327 689.678 12.1753 736 12.1753C782.322 12.1753 828.836 16.6327 874.245 25.4323C920.092 34.3163 965.218 47.6961 1008.37 65.211C1052.33 83.0481 1094.68 105.35 1134.28 131.511C1174.89 158.348 1213.1 189.572 1247.82 224.326C1282.54 259.072 1313.75 297.301 1340.57 337.946C1366.71 377.564 1389 419.951 1406.83 463.934C1424.33 507.119 1437.7 552.275 1446.58 598.153C1455.37 643.594 1459.83 690.139 1459.83 736.492C1459.83 782.846 1455.37 829.391 1446.58 874.832C1437.7 920.71 1424.33 965.866 1406.83 1009.05C1389 1053.03 1366.71 1095.42 1340.57 1135.04C1313.75 1175.68 1282.55 1213.91 1247.82 1248.66C1213.1 1283.41 1174.89 1314.64 1134.28 1341.47C1094.68 1367.63 1052.33 1389.94 1008.37 1407.77C965.218 1425.29 920.092 1438.67 874.245 1447.55C828.836 1456.35 782.322 1460.81 736 1460.81ZM736 15.5816C689.893 15.5816 643.601 20.0236 598.399 28.7772C552.767 37.6152 507.855 50.9413 464.899 68.3718C421.153 86.1245 378.994 108.327 339.595 134.358C299.169 161.071 261.142 192.15 226.581 226.735C192.019 261.319 160.954 299.372 134.266 339.826C108.253 379.252 86.066 421.439 68.3253 465.215C50.9067 508.193 37.5973 553.142 28.7577 598.805C20.01 644.039 15.571 690.361 15.571 736.5C15.571 782.639 20.01 828.961 28.7577 874.195C37.5896 919.858 50.9067 964.8 68.3253 1007.79C86.066 1051.56 108.253 1093.75 134.266 1133.17C160.962 1173.63 192.019 1211.68 226.581 1246.27C261.142 1280.85 299.169 1311.94 339.595 1338.64C378.994 1364.67 421.153 1386.88 464.899 1404.63C507.848 1422.06 552.767 1435.38 598.399 1444.22C643.601 1452.97 689.893 1457.41 736 1457.41C782.107 1457.41 828.399 1452.97 873.601 1444.22C919.233 1435.38 964.145 1422.05 1007.1 1404.63C1050.85 1386.88 1093.01 1364.67 1132.4 1338.64C1172.83 1311.93 1210.86 1280.85 1245.42 1246.27C1279.98 1211.68 1311.05 1173.63 1337.73 1133.17C1363.75 1093.75 1385.93 1051.56 1403.67 1007.79C1421.09 964.807 1434.4 919.858 1443.24 874.195C1451.99 828.961 1456.43 782.639 1456.43 736.5C1456.43 690.361 1451.99 644.039 1443.24 598.805C1434.41 553.142 1421.09 508.193 1403.67 465.215C1385.93 421.439 1363.75 379.252 1337.73 339.826C1311.04 299.372 1279.98 261.319 1245.42 226.735C1210.86 192.15 1172.83 161.063 1132.4 134.358C1093.01 108.327 1050.85 86.1245 1007.1 68.3718C964.152 50.9413 919.233 37.6229 873.601 28.7772C828.399 20.0236 782.107 15.5816 736 15.5816Z' fill='%230025DF'/%3E%3Cpath d='M736 1448.63C690.46 1448.63 644.728 1444.24 600.085 1435.59C555.013 1426.86 510.638 1413.7 468.211 1396.48C424.994 1378.94 383.349 1357.02 344.433 1331.3C304.497 1304.92 266.938 1274.21 232.798 1240.05C198.659 1205.89 167.977 1168.3 141.611 1128.34C115.912 1089.39 94.001 1047.72 76.475 1004.48C59.271 962.023 46.1227 917.625 37.3903 872.515C28.75 827.841 24.3647 782.079 24.3647 736.508C24.3647 690.937 28.75 645.174 37.3903 600.501C46.115 555.398 59.2633 510.993 76.475 468.537C94.001 425.29 115.912 383.617 141.611 344.674C167.977 304.712 198.659 267.127 232.798 232.964C266.938 198.801 304.497 168.098 344.433 141.715C383.356 115.999 425.002 94.0726 468.211 76.5347C510.638 59.319 555.005 46.1617 600.085 37.4234C644.728 28.7772 690.46 24.3889 736 24.3889C781.54 24.3889 827.272 28.7772 871.915 37.4234C916.987 46.154 961.362 59.3113 1003.79 76.5347C1047.01 94.0726 1088.65 115.999 1127.57 141.715C1167.5 168.098 1205.06 198.801 1239.2 232.964C1273.34 267.127 1304.02 304.712 1330.39 344.674C1356.09 383.624 1378 425.298 1395.52 468.537C1412.73 510.993 1425.88 555.39 1434.61 600.501C1443.25 645.174 1447.64 690.937 1447.64 736.508C1447.64 782.079 1443.25 827.841 1434.61 872.515C1425.88 917.618 1412.74 962.023 1395.52 1004.48C1378 1047.73 1356.09 1089.4 1330.39 1128.34C1304.02 1168.3 1273.34 1205.89 1239.2 1240.05C1205.06 1274.21 1167.5 1304.92 1127.57 1331.3C1088.64 1357.02 1047 1378.94 1003.79 1396.48C961.362 1413.7 916.995 1426.85 871.915 1435.59C827.272 1444.24 781.54 1448.63 736 1448.63ZM736 27.7108C690.667 27.7108 645.158 32.0761 600.714 40.684C555.849 49.3762 511.689 62.4721 469.461 79.6111C426.451 97.0646 385.005 118.891 346.265 144.484C306.521 170.745 269.131 201.302 235.152 235.312C201.166 269.321 170.629 306.729 144.386 346.5C118.81 385.266 96.9986 426.74 79.557 469.78C62.4297 512.036 49.3427 556.226 40.6563 601.122C32.0543 645.588 27.692 691.136 27.692 736.5C27.692 781.864 32.0543 827.404 40.6563 871.878C49.3427 916.774 62.4297 960.964 79.557 1003.22C96.9986 1046.26 118.81 1087.73 144.386 1126.5C170.629 1166.27 201.166 1203.69 235.152 1237.69C269.138 1271.7 306.521 1302.25 346.265 1328.52C385.005 1354.11 426.451 1375.94 469.461 1393.39C511.689 1410.53 555.849 1423.62 600.714 1432.32C645.15 1440.92 690.667 1445.29 736 1445.29C781.333 1445.29 826.842 1440.92 871.286 1432.32C916.151 1423.62 960.311 1410.53 1002.54 1393.39C1045.55 1375.94 1087 1354.11 1125.73 1328.52C1165.48 1302.25 1202.87 1271.7 1236.85 1237.69C1270.83 1203.69 1301.37 1166.27 1327.61 1126.5C1353.19 1087.73 1375 1046.26 1392.44 1003.22C1409.57 960.964 1422.66 916.774 1431.34 871.878C1439.95 827.412 1444.31 781.864 1444.31 736.5C1444.31 691.136 1439.95 645.596 1431.34 601.122C1422.66 556.226 1409.57 512.036 1392.44 469.78C1375 426.74 1353.19 385.266 1327.61 346.5C1301.37 306.722 1270.83 269.314 1236.85 235.312C1202.87 201.31 1165.48 170.745 1125.73 144.484C1087 118.891 1045.55 97.0646 1002.54 79.6111C960.311 62.4721 916.151 49.3762 871.286 40.684C826.85 32.0761 781.333 27.7108 736 27.7108Z' fill='%230025DF'/%3E%3Cpath d='M736 1436.44C688.543 1436.44 641.117 1431.66 595.033 1422.22C550.122 1413.02 505.946 1399.3 463.734 1381.44C422.288 1363.89 382.314 1342.18 344.916 1316.9C307.878 1291.86 273.048 1263.11 241.4 1231.44C209.752 1199.77 181.01 1164.91 155.994 1127.85C130.732 1090.43 109.035 1050.43 91.5017 1008.95C73.646 966.71 59.938 922.505 50.7457 877.563C41.3157 831.447 36.5317 783.989 36.5317 736.5C36.5317 689.011 41.3157 641.553 50.7457 595.437C59.938 550.495 73.646 506.29 91.5017 464.049C109.035 422.574 130.732 382.573 155.994 345.15C181.018 308.087 209.752 273.234 241.4 241.564C273.048 209.895 307.878 181.133 344.916 156.1C382.306 130.821 422.288 109.109 463.734 91.5638C505.946 73.696 550.122 59.971 595.033 50.7801C641.117 41.3437 688.543 36.5565 736 36.5565C783.457 36.5565 830.883 41.3437 876.967 50.7801C921.878 59.9787 966.054 73.696 1008.27 91.5638C1049.71 109.109 1089.69 130.821 1127.08 156.1C1164.12 181.141 1198.95 209.895 1230.6 241.564C1262.25 273.234 1290.99 308.087 1316.01 345.15C1341.27 382.566 1362.96 422.574 1380.5 464.049C1398.35 506.29 1412.06 550.495 1421.25 595.437C1430.68 641.553 1435.47 689.011 1435.47 736.5C1435.47 783.989 1430.68 831.447 1421.25 877.563C1412.06 922.505 1398.35 966.71 1380.5 1008.95C1362.96 1050.43 1341.27 1090.43 1316.01 1127.85C1290.98 1164.91 1262.25 1199.77 1230.6 1231.44C1198.95 1263.11 1164.12 1291.87 1127.08 1316.9C1089.69 1342.18 1049.71 1363.89 1008.27 1381.44C966.054 1399.3 921.878 1413.03 876.967 1422.22C830.883 1431.66 783.457 1436.44 736 1436.44ZM736 39.84C688.766 39.84 641.554 44.6043 595.692 53.9946C550.996 63.1472 507.027 76.8031 465.014 94.5865C423.76 112.048 383.977 133.659 346.756 158.815C309.894 183.741 275.226 212.357 243.723 243.881C212.221 275.405 183.617 310.097 158.715 346.984C133.569 384.223 111.979 424.04 94.53 465.322C76.7587 507.364 63.112 551.362 53.9657 596.089C44.5817 641.982 39.8207 689.226 39.8207 736.492C39.8207 783.759 44.5817 831.002 53.9657 876.895C63.112 921.622 76.7587 965.62 94.53 1007.66C111.979 1048.94 133.576 1088.75 158.715 1126C183.624 1162.89 212.221 1197.58 243.723 1229.1C275.226 1260.63 309.894 1289.25 346.756 1314.17C383.977 1339.33 423.76 1360.94 465.014 1378.4C507.027 1396.18 550.996 1409.84 595.692 1418.99C641.554 1428.38 688.766 1433.14 736 1433.14C783.234 1433.14 830.446 1428.38 876.308 1418.99C921.004 1409.84 964.973 1396.18 1006.99 1378.4C1048.24 1360.94 1088.02 1339.33 1125.24 1314.17C1162.11 1289.24 1196.77 1260.63 1228.28 1229.1C1259.78 1197.58 1288.38 1162.89 1313.28 1126C1338.43 1088.76 1360.03 1048.94 1377.47 1007.66C1395.24 965.62 1408.89 921.622 1418.03 876.895C1427.42 831.002 1432.18 783.759 1432.18 736.492C1432.18 689.226 1427.42 641.982 1418.03 596.089C1408.89 551.362 1395.24 507.364 1377.47 465.322C1360.02 424.04 1338.42 384.23 1313.28 346.984C1288.38 310.097 1259.78 275.405 1228.28 243.881C1196.77 212.357 1162.11 183.734 1125.24 158.815C1088.03 133.652 1048.24 112.04 1006.99 94.5865C964.973 76.8031 921.004 63.1472 876.308 53.9946C830.446 44.6043 783.234 39.84 736 39.84Z' fill='%230025DF'/%3E%3Cpath d='M736 1424.26C692.016 1424.26 647.849 1420.03 604.731 1411.67C561.2 1403.24 518.351 1390.53 477.373 1373.9C435.635 1356.97 395.416 1335.79 357.826 1310.95C319.255 1285.47 282.984 1255.82 250.01 1222.83C217.036 1189.83 187.404 1153.54 161.943 1114.94C137.126 1077.32 115.958 1037.08 99.038 995.311C82.4243 954.304 69.7207 911.426 61.295 867.865C52.946 824.719 48.714 780.521 48.714 736.508C48.714 692.494 52.946 648.296 61.295 605.15C69.7207 561.589 82.4243 518.711 99.038 477.705C115.966 435.939 137.126 395.692 161.943 358.077C187.412 319.48 217.036 283.184 250.01 250.188C282.984 217.191 319.255 187.539 357.826 162.061C395.416 137.227 435.635 116.045 477.373 99.1129C518.351 82.488 561.2 69.7757 604.731 61.3443C647.849 52.9896 692.016 48.7548 736 48.7548C779.984 48.7548 824.151 52.9896 867.269 61.3443C910.8 69.7757 953.649 82.488 994.627 99.1129C1036.36 116.052 1076.58 137.227 1114.17 162.061C1152.74 187.547 1189.02 217.191 1221.99 250.188C1254.96 283.184 1284.6 319.48 1310.06 358.077C1334.87 395.692 1356.04 435.939 1372.97 477.705C1389.58 518.711 1402.29 561.589 1410.71 605.15C1419.06 648.296 1423.29 692.494 1423.29 736.508C1423.29 780.521 1419.06 824.719 1410.71 867.865C1402.29 911.426 1389.58 954.304 1372.97 995.311C1356.04 1037.08 1334.88 1077.32 1310.06 1114.94C1284.59 1153.54 1254.96 1189.83 1221.99 1222.83C1189.02 1255.82 1152.74 1285.48 1114.17 1310.95C1076.58 1335.79 1036.36 1356.97 994.627 1373.9C953.649 1390.53 910.8 1403.24 867.269 1411.67C824.151 1420.03 779.984 1424.26 736 1424.26ZM736 51.9693C692.223 51.9693 648.263 56.1888 605.345 64.4974C562.013 72.8905 519.371 85.5414 478.584 102.09C437.046 118.945 397.018 140.027 359.605 164.746C321.218 190.109 285.108 219.623 252.295 252.466C219.474 285.309 189.98 321.436 164.634 359.849C139.932 397.288 118.864 437.343 102.02 478.909C85.4833 519.723 72.841 562.402 64.4537 605.756C56.143 648.703 51.934 692.694 51.934 736.5C51.934 780.306 56.1507 824.297 64.4537 867.244C72.841 910.605 85.4833 953.276 102.02 994.091C118.864 1035.66 139.932 1075.71 164.634 1113.15C189.98 1151.56 219.474 1187.69 252.295 1220.53C285.116 1253.38 321.218 1282.89 359.605 1308.25C397.018 1332.97 437.046 1354.06 478.584 1370.91C519.371 1387.46 562.02 1400.11 605.345 1408.5C648.263 1416.82 692.223 1421.03 736 1421.03C779.777 1421.03 823.737 1416.81 866.655 1408.5C909.987 1400.11 952.629 1387.46 993.416 1370.91C1034.95 1354.06 1074.98 1332.97 1112.39 1308.25C1150.78 1282.89 1186.88 1253.38 1219.71 1220.53C1252.53 1187.69 1282.02 1151.56 1307.37 1113.15C1332.07 1075.71 1353.14 1035.66 1369.98 994.091C1386.52 953.276 1399.16 910.598 1407.55 867.244C1415.86 824.297 1420.07 780.306 1420.07 736.5C1420.07 692.694 1415.85 648.703 1407.55 605.756C1399.16 562.394 1386.52 519.723 1369.98 478.909C1353.14 437.343 1332.07 397.288 1307.37 359.849C1282.02 321.436 1252.53 285.302 1219.71 252.466C1186.88 219.623 1150.78 190.109 1112.39 164.746C1074.98 140.027 1034.95 118.945 993.416 102.09C952.629 85.5414 909.98 72.8905 866.655 64.4974C823.737 56.1811 779.777 51.9693 736 51.9693Z' fill='%230025DF'/%3E%3Cpath d='M736 1412.08C692.798 1412.08 649.413 1407.92 607.062 1399.71C564.297 1391.42 522.207 1378.94 481.957 1362.61C440.964 1345.98 401.457 1325.17 364.527 1300.77C326.638 1275.74 291.011 1246.62 258.62 1214.2C226.228 1181.79 197.125 1146.14 172.109 1108.23C147.729 1071.28 126.937 1031.74 110.316 990.715C93.9933 950.438 81.5197 908.319 73.2397 865.526C65.0363 823.139 60.881 779.731 60.881 736.5C60.881 693.269 65.0363 649.854 73.2397 607.474C81.5197 564.681 93.9933 522.562 110.316 482.285C126.937 441.263 147.729 401.73 172.109 364.775C197.125 326.86 226.228 291.209 258.62 258.795C291.011 226.382 326.638 197.259 364.527 172.226C401.45 147.829 440.956 127.023 481.957 110.391C522.207 94.0572 564.297 81.575 607.062 73.2894C649.42 65.0805 692.798 60.9224 736 60.9224C779.202 60.9224 822.587 65.0805 864.938 73.2894C907.703 81.575 949.793 94.0572 990.043 110.391C1031.04 127.023 1070.55 147.829 1107.47 172.226C1145.36 197.259 1180.99 226.382 1213.38 258.795C1245.77 291.209 1274.87 326.86 1299.89 364.775C1324.27 401.722 1345.06 441.256 1361.68 482.285C1378.01 522.562 1390.48 564.681 1398.76 607.474C1406.96 649.862 1411.12 693.269 1411.12 736.5C1411.12 779.731 1406.96 823.146 1398.76 865.526C1390.48 908.319 1378.01 950.438 1361.68 990.715C1345.06 1031.74 1324.27 1071.28 1299.89 1108.23C1274.87 1146.14 1245.77 1181.79 1213.38 1214.2C1180.99 1246.62 1145.36 1275.74 1107.47 1300.77C1070.55 1325.17 1031.04 1345.98 990.043 1362.61C949.793 1378.94 907.703 1391.42 864.938 1399.71C822.58 1407.92 779.202 1412.08 736 1412.08ZM736 64.0908C692.998 64.0908 649.819 68.2337 607.66 76.3965C565.102 84.6438 523.204 97.0646 483.146 113.321C442.344 129.877 403.021 150.584 366.275 174.865C328.57 199.776 293.104 228.768 260.866 261.028C228.628 293.288 199.655 328.778 174.762 366.509C150.497 403.28 129.804 442.629 113.26 483.459C97.014 523.544 84.6017 565.471 76.36 608.058C68.195 650.245 64.0627 693.453 64.0627 736.485C64.0627 779.516 68.2027 822.724 76.36 864.912C84.6017 907.498 97.014 949.425 113.26 989.511C129.804 1030.34 150.497 1069.69 174.762 1106.46C199.655 1144.19 228.628 1179.68 260.866 1211.94C293.104 1244.2 328.57 1273.19 366.275 1298.1C403.021 1322.39 442.344 1343.09 483.146 1359.65C523.204 1375.9 565.102 1388.33 607.66 1396.57C649.819 1404.74 692.998 1408.88 736 1408.88C779.002 1408.88 822.181 1404.74 864.34 1396.57C906.905 1388.33 948.796 1375.9 988.854 1359.65C1029.66 1343.09 1068.98 1322.39 1105.73 1298.1C1143.43 1273.19 1178.9 1244.2 1211.13 1211.94C1243.37 1179.68 1272.34 1144.19 1297.24 1106.46C1321.5 1069.69 1342.2 1030.34 1358.74 989.511C1374.99 949.425 1387.4 907.498 1395.64 864.912C1403.8 822.724 1407.94 779.516 1407.94 736.485C1407.94 693.453 1403.8 650.245 1395.64 608.058C1387.4 565.471 1374.99 523.544 1358.74 483.459C1342.2 442.629 1321.5 403.28 1297.24 366.509C1272.34 328.778 1243.37 293.288 1211.13 261.028C1178.9 228.768 1143.43 199.776 1105.73 174.865C1068.98 150.584 1029.66 129.877 988.854 113.321C948.796 97.0646 906.898 84.6438 864.34 76.3965C822.181 68.226 779.002 64.0908 736 64.0908Z' fill='%230025DF'/%3E%3Cpath d='M736 1399.89C693.573 1399.89 650.977 1395.8 609.385 1387.74C567.395 1379.61 526.064 1367.35 486.534 1351.31C446.277 1334.98 407.483 1314.55 371.228 1290.59C334.029 1266.01 299.038 1237.4 267.229 1205.58C235.428 1173.76 206.847 1138.74 182.283 1101.51C158.34 1065.23 137.931 1026.41 121.601 986.127C105.57 946.579 93.3263 905.212 85.192 863.193C77.142 821.573 73.0557 778.948 73.0557 736.492C73.0557 694.036 77.142 651.411 85.192 609.791C93.3187 567.773 105.57 526.413 121.601 486.857C137.923 446.572 158.34 407.753 182.283 371.472C206.847 334.248 235.428 299.234 267.229 267.403C299.031 235.58 334.021 206.98 371.228 182.399C407.483 158.447 446.277 138.017 486.534 121.676C526.064 105.634 567.395 93.3821 609.385 85.2422C650.977 77.1868 693.573 73.0977 736 73.0977C778.427 73.0977 821.023 77.1868 862.615 85.2422C904.605 93.3744 945.936 105.634 985.466 121.676C1025.72 138.009 1064.52 158.44 1100.77 182.399C1137.97 206.98 1172.96 235.58 1204.77 267.403C1236.57 299.226 1265.15 334.241 1289.72 371.472C1313.66 407.753 1334.07 446.572 1350.4 486.857C1366.43 526.406 1378.67 567.773 1386.81 609.791C1394.86 651.411 1398.94 694.036 1398.94 736.492C1398.94 778.948 1394.86 821.573 1386.81 863.193C1378.68 905.212 1366.43 946.571 1350.4 986.127C1334.08 1026.41 1313.66 1065.23 1289.72 1101.51C1265.15 1138.74 1236.57 1173.75 1204.77 1205.58C1172.97 1237.4 1137.98 1266.01 1100.77 1290.59C1064.52 1314.55 1025.72 1334.97 985.466 1351.31C945.944 1367.35 904.605 1379.6 862.615 1387.74C821.023 1395.8 778.427 1399.89 736 1399.89ZM736 76.2124C693.772 76.2124 651.368 80.2785 609.975 88.3033C568.184 96.3971 527.045 108.603 487.707 124.561C447.641 140.817 409.032 161.155 372.945 184.992C335.915 209.458 301.093 237.92 269.43 269.605C237.774 301.282 209.323 336.136 184.874 373.183C161.046 409.295 140.729 447.93 124.484 488.023C108.529 527.388 96.3393 568.555 88.251 610.374C80.2393 651.802 76.1683 694.228 76.1683 736.485C76.1683 778.741 80.2317 821.167 88.251 862.595C96.3393 904.414 108.537 945.582 124.484 984.946C140.729 1025.04 161.054 1063.68 184.874 1099.79C209.323 1136.84 237.774 1171.69 269.43 1203.36C301.085 1235.04 335.915 1263.51 372.945 1287.98C409.032 1311.82 447.641 1332.15 487.707 1348.41C527.045 1364.37 568.184 1376.57 609.975 1384.67C651.375 1392.68 693.772 1396.76 736 1396.76C778.228 1396.76 820.632 1392.69 862.025 1384.67C903.816 1376.57 944.955 1364.37 984.3 1348.41C1024.37 1332.15 1062.98 1311.81 1099.06 1287.98C1136.09 1263.51 1170.91 1235.05 1202.58 1203.36C1234.23 1171.69 1262.68 1136.83 1287.13 1099.79C1310.96 1063.67 1331.28 1025.04 1347.52 984.946C1363.48 945.582 1375.67 904.414 1383.76 862.595C1391.77 821.167 1395.84 778.741 1395.84 736.485C1395.84 694.228 1391.78 651.795 1383.76 610.374C1375.67 568.555 1363.47 527.388 1347.52 488.023C1331.28 447.93 1310.95 409.295 1287.13 373.183C1262.68 336.128 1234.23 301.282 1202.58 269.605C1170.92 237.928 1136.09 209.458 1099.06 184.992C1062.98 161.148 1024.37 140.817 984.3 124.561C944.963 108.595 903.823 96.3971 862.025 88.3033C820.625 80.2862 778.228 76.2124 736 76.2124Z' fill='%230025DF'/%3E%3Cpath d='M736 1387.7C694.355 1387.7 652.541 1383.69 611.708 1375.78C570.492 1367.8 529.912 1355.77 491.119 1340.02C451.605 1323.98 413.517 1303.93 377.928 1280.41C341.412 1256.28 307.065 1228.21 275.847 1196.97C244.628 1165.73 216.568 1131.36 192.456 1094.81C168.958 1059.2 148.917 1021.09 132.894 981.547C117.162 942.72 105.133 902.12 97.152 860.876C89.2477 820.024 85.238 778.174 85.238 736.5C85.238 694.826 89.2477 652.976 97.152 612.124C105.133 570.88 117.154 530.272 132.894 491.453C148.917 451.912 168.958 413.798 192.456 378.185C216.568 341.644 244.62 307.274 275.847 276.034C307.065 244.794 341.412 216.715 377.928 192.587C413.517 169.073 451.605 149.018 491.119 132.984C529.92 117.242 570.492 105.204 611.708 97.218C652.533 89.3083 694.355 85.2959 736 85.2959C777.645 85.2959 819.467 89.3083 860.292 97.218C901.508 105.204 942.088 117.234 980.881 132.984C1020.4 149.018 1058.48 169.073 1094.07 192.587C1130.59 216.715 1164.93 244.786 1196.16 276.034C1227.38 307.274 1255.44 341.644 1279.55 378.185C1303.05 413.798 1323.09 451.912 1339.11 491.453C1354.85 530.28 1366.87 570.88 1374.86 612.124C1382.76 652.976 1386.77 694.826 1386.77 736.5C1386.77 778.174 1382.76 820.016 1374.86 860.876C1366.87 902.12 1354.85 942.728 1339.11 981.547C1323.09 1021.09 1303.05 1059.2 1279.55 1094.81C1255.44 1131.36 1227.39 1165.73 1196.16 1196.97C1164.94 1228.21 1130.6 1256.28 1094.07 1280.41C1058.48 1303.93 1020.4 1323.98 980.881 1340.02C942.08 1355.76 901.508 1367.8 860.292 1375.78C819.467 1383.69 777.645 1387.7 736 1387.7ZM736 88.3416C694.546 88.3416 652.924 92.331 612.291 100.21C571.266 108.158 530.878 120.134 492.261 135.808C452.931 151.765 415.027 171.727 379.6 195.134C343.252 219.147 309.066 247.096 277.986 278.19C246.913 309.284 218.983 343.493 194.986 379.873C171.595 415.317 151.654 453.247 135.7 492.611C120.037 531.254 108.069 571.662 100.127 612.722C92.2607 653.383 88.2663 695.041 88.2663 736.515C88.2663 777.99 92.253 819.648 100.127 860.309C108.069 901.361 120.037 941.776 135.7 980.419C151.647 1019.78 171.595 1057.71 194.986 1093.15C218.983 1129.52 246.913 1163.73 277.986 1194.83C309.059 1225.93 343.244 1253.88 379.6 1277.89C415.02 1301.3 452.924 1321.25 492.261 1337.22C530.878 1352.89 571.259 1364.86 612.291 1372.81C652.932 1380.68 694.554 1384.68 736 1384.68C777.446 1384.68 819.076 1380.69 859.709 1372.81C900.734 1364.86 941.122 1352.89 979.739 1337.22C1019.07 1321.26 1056.97 1301.3 1092.4 1277.89C1128.75 1253.88 1162.93 1225.93 1194.01 1194.83C1225.09 1163.74 1253.02 1129.53 1277.01 1093.15C1300.4 1057.71 1320.35 1019.78 1336.3 980.419C1351.96 941.776 1363.93 901.369 1371.87 860.309C1379.74 819.64 1383.73 777.99 1383.73 736.515C1383.73 695.041 1379.75 653.383 1371.87 612.722C1363.93 571.67 1351.96 531.254 1336.3 492.611C1320.35 453.254 1300.4 415.325 1277.01 379.873C1253.02 343.501 1225.09 309.292 1194.01 278.19C1162.94 247.096 1128.75 219.147 1092.4 195.134C1056.97 171.727 1019.08 151.773 979.739 135.808C941.122 120.134 900.741 108.158 859.709 100.21C819.068 92.3387 777.446 88.3416 736 88.3416Z' fill='%230025DF'/%3E%3Cpath d='M736 1375.52C695.137 1375.52 654.097 1371.59 614.039 1363.82C573.589 1355.99 533.776 1344.17 495.704 1328.73C456.926 1313 419.558 1293.32 384.629 1270.24C348.795 1246.56 315.092 1219.01 284.456 1188.36C253.82 1157.7 226.289 1123.98 202.63 1088.12C179.569 1053.17 159.904 1015.77 144.179 976.967C128.739 938.869 116.94 899.029 109.112 858.552C101.353 818.459 97.4203 777.399 97.4203 736.508C97.4203 695.617 101.353 654.549 109.112 614.464C116.94 573.987 128.739 534.147 144.179 496.048C159.904 457.244 179.569 419.851 202.63 384.898C226.289 349.04 253.82 315.314 284.456 284.657C315.092 254 348.795 226.451 384.629 202.775C419.551 179.698 456.926 160.02 495.704 144.285C533.776 128.834 573.589 117.027 614.039 109.194C654.105 101.43 695.137 97.4942 736 97.4942C776.863 97.4942 817.903 101.43 857.961 109.194C898.411 117.027 938.224 128.834 976.296 144.285C1015.07 160.02 1052.44 179.698 1087.37 202.775C1123.21 226.451 1156.91 254 1187.54 284.657C1218.18 315.314 1245.71 349.04 1269.37 384.898C1292.43 419.843 1312.1 457.244 1327.82 496.048C1343.26 534.147 1355.06 573.987 1362.89 614.464C1370.65 654.557 1374.58 695.617 1374.58 736.508C1374.58 777.399 1370.65 818.466 1362.89 858.552C1355.06 899.029 1343.26 938.869 1327.82 976.967C1312.1 1015.77 1292.43 1053.16 1269.37 1088.12C1245.71 1123.98 1218.18 1157.7 1187.54 1188.36C1156.91 1219.01 1123.21 1246.56 1087.37 1270.24C1052.45 1293.32 1015.07 1313 976.296 1328.73C938.224 1344.18 898.411 1355.99 857.961 1363.82C817.895 1371.59 776.863 1375.52 736 1375.52ZM736 100.471C695.321 100.471 654.48 104.391 614.606 112.117C574.348 119.919 534.719 131.665 496.823 147.047C458.229 162.705 421.03 182.291 386.27 205.261C350.604 228.829 317.055 256.248 286.557 286.767C256.059 317.286 228.658 350.85 205.106 386.547C182.152 421.332 162.579 458.556 146.932 497.176C131.568 535.098 119.822 574.754 112.025 615.039C104.305 654.94 100.387 695.816 100.387 736.523C100.387 777.23 104.305 818.098 112.025 858.007C119.822 898.292 131.56 937.948 146.932 975.87C162.579 1014.49 182.152 1051.71 205.106 1086.5C228.658 1122.19 256.059 1155.76 286.557 1186.28C317.055 1216.8 350.597 1244.22 386.27 1267.79C421.03 1290.75 458.229 1310.34 496.823 1326C534.719 1341.37 574.348 1353.13 614.606 1360.93C654.48 1368.65 695.328 1372.58 736 1372.58C776.672 1372.58 817.52 1368.65 857.394 1360.93C897.652 1353.13 937.281 1341.38 975.177 1326C1013.77 1310.34 1050.97 1290.75 1085.73 1267.79C1121.4 1244.22 1154.95 1216.8 1185.44 1186.28C1215.94 1155.76 1243.34 1122.2 1266.89 1086.5C1289.85 1051.71 1309.42 1014.49 1325.07 975.87C1340.43 937.948 1352.18 898.292 1359.97 858.007C1367.7 818.106 1371.61 777.23 1371.61 736.523C1371.61 695.816 1367.7 654.948 1359.97 615.039C1352.18 574.754 1340.44 535.098 1325.07 497.176C1309.42 458.556 1289.85 421.332 1266.89 386.547C1243.34 350.858 1215.94 317.286 1185.44 286.767C1154.95 256.248 1121.4 228.829 1085.73 205.261C1050.97 182.291 1013.77 162.705 975.177 147.047C937.281 131.672 897.652 119.919 857.394 112.117C817.52 104.391 776.672 100.471 736 100.471Z' fill='%230025DF'/%3E%3Cpath d='M736 1363.33C695.911 1363.33 655.661 1359.47 616.362 1351.85C576.687 1344.17 537.633 1332.58 500.281 1317.43C462.246 1301.99 425.584 1282.69 391.322 1260.06C356.17 1236.84 323.112 1209.81 293.058 1179.73C263.005 1149.66 236.003 1116.58 212.788 1081.4C190.172 1047.12 170.875 1010.44 155.449 972.372C140.308 935.002 128.731 895.922 121.049 856.212C113.444 816.886 109.58 776.609 109.58 736.492C109.58 696.376 113.436 656.099 121.049 616.773C128.731 577.071 140.308 537.99 155.449 500.613C170.875 462.553 190.164 425.866 212.788 391.58C235.995 356.405 263.005 323.323 293.058 293.25C323.112 263.176 356.17 236.156 391.322 212.925C425.584 190.293 462.239 170.983 500.281 155.547C537.625 140.395 576.679 128.811 616.362 121.124C655.661 113.513 695.911 109.646 736 109.646C776.089 109.646 816.339 113.505 855.638 121.124C895.313 128.811 934.367 140.395 971.719 155.547C1009.75 170.983 1046.42 190.286 1080.68 212.925C1115.83 236.148 1148.89 263.176 1178.94 293.25C1209 323.323 1236 356.405 1259.21 391.58C1281.83 425.866 1301.13 462.545 1316.55 500.613C1331.69 537.983 1343.27 577.063 1350.95 616.773C1358.56 656.099 1362.42 696.376 1362.42 736.492C1362.42 776.609 1358.56 816.886 1350.95 856.212C1343.27 895.914 1331.69 934.994 1316.55 972.372C1301.13 1010.43 1281.84 1047.12 1259.21 1081.4C1236 1116.58 1209 1149.66 1178.94 1179.73C1148.89 1209.81 1115.83 1236.83 1080.68 1260.06C1046.42 1282.69 1009.76 1302 971.719 1317.43C934.375 1332.58 895.321 1344.17 855.638 1351.85C816.339 1359.46 776.089 1363.33 736 1363.33ZM736 112.585C696.103 112.585 656.037 116.428 616.914 124.008C577.423 131.657 538.553 143.188 501.377 158.271C463.519 173.63 427.033 192.848 392.932 215.373C357.941 238.488 325.036 265.385 295.121 295.321C265.205 325.257 238.326 358.185 215.226 393.199C192.709 427.323 173.512 463.834 158.163 501.718C143.091 538.918 131.568 577.815 123.924 617.333C116.349 656.475 112.508 696.568 112.508 736.5C112.508 776.432 116.349 816.518 123.924 855.667C131.568 895.185 143.091 934.081 158.163 971.282C173.512 1009.17 192.717 1045.68 215.226 1079.8C238.326 1114.82 265.205 1147.74 295.121 1177.68C325.036 1207.61 357.941 1234.51 392.932 1257.63C427.033 1280.16 463.519 1299.37 501.377 1314.73C538.553 1329.81 577.423 1341.34 616.914 1348.99C656.029 1356.57 696.095 1360.42 736 1360.42C775.905 1360.42 815.963 1356.57 855.086 1348.99C894.577 1341.34 933.447 1329.81 970.623 1314.73C1008.48 1299.37 1044.97 1280.15 1079.07 1257.63C1114.06 1234.51 1146.96 1207.61 1176.88 1177.68C1206.79 1147.74 1233.67 1114.82 1256.77 1079.8C1279.29 1045.68 1298.49 1009.17 1313.84 971.282C1328.91 934.081 1340.43 895.185 1348.08 855.667C1355.65 816.525 1359.49 776.432 1359.49 736.5C1359.49 696.568 1355.65 656.482 1348.08 617.333C1340.43 577.815 1328.91 538.918 1313.84 501.718C1298.48 463.834 1279.28 427.323 1256.77 393.199C1233.67 358.185 1206.79 325.257 1176.88 295.321C1146.96 265.385 1114.06 238.488 1079.07 215.373C1044.97 192.84 1008.48 173.63 970.623 158.271C933.447 143.188 894.577 131.657 855.086 124.008C815.971 116.428 775.905 112.585 736 112.585Z' fill='%230025DF'/%3E%3Cpath d='M736 1351.15C696.693 1351.15 657.225 1347.37 618.685 1339.89C579.776 1332.35 541.481 1321 504.865 1306.14C428.674 1275.22 360.303 1229.79 301.676 1171.12C243.041 1112.44 197.647 1044.03 166.75 967.784C151.9 931.135 140.553 892.815 133.017 853.887C125.557 815.329 121.77 775.826 121.77 736.492C121.77 697.159 125.549 657.664 133.017 619.097C140.553 580.163 151.9 541.842 166.75 505.201C197.647 428.958 243.049 360.547 301.676 301.873C360.31 243.198 428.674 197.773 504.865 166.856C541.489 151.995 579.784 140.641 618.685 133.099C657.217 125.635 696.693 121.845 736 121.845C775.307 121.845 814.775 125.627 853.315 133.099C892.224 140.641 930.519 151.995 967.135 166.856C1043.33 197.773 1111.7 243.206 1170.32 301.873C1228.96 360.547 1274.35 428.958 1305.25 505.201C1320.1 541.849 1331.45 580.17 1338.98 619.097C1346.44 657.656 1350.23 697.159 1350.23 736.492C1350.23 775.826 1346.45 815.321 1338.98 853.887C1331.45 892.822 1320.1 931.143 1305.25 967.784C1274.35 1044.03 1228.96 1112.44 1170.32 1171.12C1111.69 1229.79 1043.33 1275.22 967.135 1306.14C930.511 1321 892.216 1332.35 853.315 1339.89C814.783 1347.36 775.307 1351.15 736 1351.15ZM736 124.714C696.877 124.714 657.585 128.481 619.229 135.915C580.505 143.418 542.386 154.719 505.939 169.51C430.1 200.282 362.058 245.5 303.692 303.898C245.333 362.297 200.146 430.392 169.395 506.282C154.614 542.754 143.321 580.899 135.823 619.65C128.394 658.032 124.629 697.343 124.629 736.5C124.629 775.657 128.394 814.968 135.823 853.35C143.321 892.101 154.614 930.246 169.395 966.718C200.146 1042.61 245.333 1110.7 303.692 1169.1C362.051 1227.5 430.1 1272.72 505.939 1303.49C542.386 1318.28 580.505 1329.58 619.229 1337.09C657.585 1344.52 696.869 1348.29 736 1348.29C775.131 1348.29 814.415 1344.52 852.771 1337.09C891.495 1329.58 929.614 1318.28 966.061 1303.49C1041.9 1272.72 1109.94 1227.5 1168.31 1169.1C1226.67 1110.7 1271.85 1042.61 1302.6 966.718C1317.39 930.246 1328.68 892.101 1336.18 853.35C1343.61 814.968 1347.37 775.657 1347.37 736.5C1347.37 697.343 1343.61 658.032 1336.18 619.65C1328.68 580.899 1317.39 542.754 1302.6 506.282C1271.85 430.392 1226.67 362.304 1168.31 303.898C1109.95 245.5 1041.9 200.282 966.061 169.51C929.614 154.719 891.495 143.418 852.771 135.915C814.415 128.481 775.131 124.714 736 124.714Z' fill='%230025DF'/%3E%3Cpath d='M736 1338.96C654.726 1338.96 575.874 1323.04 501.653 1291.62C465.98 1276.52 431.572 1257.83 399.387 1236.08C367.509 1214.53 337.533 1189.78 310.285 1162.51C283.038 1135.25 258.305 1105.25 236.77 1073.35C215.027 1041.14 196.351 1006.71 181.263 971.014C149.868 896.735 133.952 817.837 133.952 736.508C133.952 655.178 149.868 576.273 181.263 502.001C196.351 466.304 215.027 431.873 236.77 399.666C258.305 367.767 283.038 337.77 310.285 310.504C337.533 283.238 367.509 258.488 399.387 236.938C431.572 215.181 465.98 196.492 501.653 181.394C575.882 149.977 654.726 134.051 736 134.051C817.274 134.051 896.126 149.977 970.347 181.394C1006.02 196.492 1040.43 215.181 1072.61 236.938C1104.49 258.488 1134.47 283.238 1161.71 310.504C1188.96 337.77 1213.69 367.767 1235.23 399.666C1256.97 431.873 1275.65 466.304 1290.74 502.001C1322.13 576.281 1338.05 655.178 1338.05 736.508C1338.05 817.837 1322.13 896.743 1290.74 971.014C1275.65 1006.71 1256.97 1041.14 1235.23 1073.35C1213.69 1105.25 1188.96 1135.25 1161.71 1162.51C1134.47 1189.78 1104.49 1214.53 1072.61 1236.08C1040.43 1257.83 1006.02 1276.52 970.347 1291.62C896.118 1323.04 817.274 1338.96 736 1338.96ZM736 136.843C655.101 136.843 576.625 152.701 502.742 183.964C467.237 198.993 432.99 217.597 400.951 239.255C369.219 260.706 339.38 285.34 312.263 312.483C285.146 339.619 260.529 369.478 239.085 401.231C217.442 433.292 198.85 467.562 183.831 503.091C152.582 577.017 136.743 655.554 136.743 736.508C136.743 817.461 152.59 895.991 183.831 969.924C198.85 1005.45 217.442 1039.73 239.085 1071.78C260.521 1103.54 285.139 1133.4 312.263 1160.53C339.388 1187.67 369.219 1212.3 400.951 1233.76C432.99 1255.42 467.237 1274.02 502.742 1289.05C576.618 1320.32 655.101 1336.17 736 1336.17C816.899 1336.17 895.375 1320.31 969.251 1289.05C1004.76 1274.02 1039 1255.42 1071.04 1233.76C1102.77 1212.31 1132.61 1187.68 1159.73 1160.53C1186.85 1133.39 1211.46 1103.54 1232.91 1071.78C1254.55 1039.72 1273.14 1005.45 1288.16 969.924C1319.41 895.998 1335.25 817.469 1335.25 736.508C1335.25 655.546 1319.4 577.025 1288.16 503.091C1273.14 467.562 1254.55 433.292 1232.91 401.231C1211.47 369.478 1186.85 339.619 1159.73 312.483C1132.61 285.348 1102.77 260.713 1071.04 239.255C1039 217.597 1004.76 198.993 969.251 183.964C895.375 152.693 816.899 136.843 736 136.843Z' fill='%230025DF'/%3E%3Cpath d='M736 1326.78C698.249 1326.78 660.345 1323.15 623.338 1315.98C585.979 1308.74 549.202 1297.84 514.027 1283.57C440.849 1253.88 375.199 1210.25 318.887 1153.9C262.576 1097.55 218.983 1031.85 189.305 958.632C175.045 923.441 164.143 886.639 156.914 849.246C149.745 812.214 146.119 774.284 146.119 736.508C146.119 698.731 149.753 660.802 156.914 623.769C164.151 586.384 175.045 549.582 189.305 514.384C218.975 441.163 262.576 375.462 318.887 319.112C375.199 262.762 440.849 219.139 514.027 189.442C549.194 175.172 585.971 164.263 623.338 157.028C660.345 149.855 698.249 146.226 736 146.226C773.751 146.226 811.655 149.862 848.662 157.028C886.021 164.27 922.798 175.172 957.973 189.442C1031.14 219.132 1096.8 262.762 1153.11 319.112C1209.42 375.462 1253.01 441.156 1282.69 514.384C1296.95 549.575 1307.85 586.377 1315.08 623.769C1322.25 660.802 1325.87 698.731 1325.87 736.508C1325.87 774.284 1322.24 812.214 1315.08 849.246C1307.84 886.631 1296.95 923.433 1282.69 958.632C1253.02 1031.85 1209.42 1097.55 1153.11 1153.9C1096.79 1210.25 1031.14 1253.87 957.973 1283.57C922.806 1297.84 886.029 1308.75 848.662 1315.98C811.655 1323.15 773.751 1326.78 736 1326.78ZM736 148.965C698.426 148.965 660.698 152.586 623.86 159.721C586.669 166.925 550.068 177.78 515.062 191.989C442.229 221.541 376.886 264.964 320.835 321.053C264.784 377.142 221.39 442.529 191.858 515.412C177.66 550.442 166.811 587.075 159.612 624.283C152.482 661.147 148.864 698.9 148.864 736.5C148.864 774.1 152.482 811.853 159.612 848.717C166.811 885.933 177.66 922.558 191.858 957.588C221.39 1030.47 264.784 1095.86 320.835 1151.95C376.886 1208.04 442.229 1251.46 515.062 1281.01C550.068 1295.22 586.669 1306.08 623.86 1313.28C660.698 1320.41 698.426 1324.04 736 1324.04C773.574 1324.04 811.302 1320.41 848.14 1313.28C885.331 1306.08 921.932 1295.22 956.938 1281.01C1029.77 1251.46 1095.11 1208.04 1151.17 1151.95C1207.22 1095.87 1250.61 1030.47 1280.14 957.588C1294.34 922.558 1305.19 885.933 1312.39 848.717C1319.52 811.853 1323.14 774.1 1323.14 736.5C1323.14 698.9 1319.52 661.147 1312.39 624.283C1305.19 587.067 1294.34 550.442 1280.14 515.412C1250.61 442.529 1207.21 377.142 1151.17 321.053C1095.12 264.964 1029.77 221.541 956.938 191.989C921.932 177.78 885.331 166.925 848.14 159.721C811.302 152.586 773.574 148.965 736 148.965Z' fill='%230025DF'/%3E%3Cpath d='M736 1314.6C658.007 1314.6 582.352 1299.32 511.129 1269.17C476.897 1254.67 443.877 1236.74 412.996 1215.87C382.406 1195.19 353.64 1171.44 327.497 1145.28C301.354 1119.12 277.618 1090.33 256.956 1059.72C236.087 1028.82 218.17 995.779 203.688 961.524C173.566 890.252 158.286 814.546 158.286 736.5C158.286 658.454 173.558 582.748 203.688 511.476C218.17 477.221 236.087 444.186 256.956 413.276C277.625 382.665 301.354 353.881 327.497 327.72C353.64 301.558 382.406 277.806 412.996 257.131C443.877 236.248 476.897 218.319 511.129 203.826C582.352 173.684 658.007 158.394 736 158.394C813.993 158.394 889.648 173.676 960.871 203.826C995.103 218.319 1028.12 236.248 1059 257.131C1089.59 277.814 1118.36 301.558 1144.5 327.72C1170.65 353.881 1194.38 382.665 1215.04 413.276C1235.91 444.179 1253.83 477.221 1268.3 511.476C1298.43 582.748 1313.71 658.454 1313.71 736.5C1313.71 814.546 1298.43 890.252 1268.3 961.524C1253.82 995.779 1235.91 1028.82 1215.04 1059.72C1194.37 1090.33 1170.65 1119.12 1144.5 1145.28C1118.36 1171.44 1089.59 1195.19 1059 1215.87C1028.12 1236.75 995.103 1254.68 960.871 1269.17C889.648 1299.31 813.993 1314.6 736 1314.6ZM736 161.094C658.375 161.094 583.065 176.307 512.179 206.312C478.109 220.735 445.242 238.58 414.506 259.363C384.054 279.947 355.427 303.591 329.406 329.63C303.385 355.668 279.764 384.323 259.187 414.788C238.418 445.552 220.585 478.433 206.172 512.527C176.188 583.469 160.985 658.822 160.985 736.5C160.985 814.178 176.188 889.539 206.172 960.473C220.585 994.567 238.418 1027.46 259.187 1058.21C279.757 1088.69 303.385 1117.33 329.406 1143.37C355.427 1169.41 384.062 1193.05 414.506 1213.64C445.249 1234.42 478.109 1252.26 512.179 1266.69C583.073 1296.69 658.375 1311.91 736 1311.91C813.625 1311.91 888.935 1296.69 959.821 1266.69C993.891 1252.26 1026.76 1234.42 1057.49 1213.64C1087.95 1193.05 1116.57 1169.42 1142.59 1143.37C1168.61 1117.33 1192.24 1088.68 1212.81 1058.21C1233.58 1027.45 1251.41 994.567 1265.83 960.473C1295.81 889.531 1311.02 814.178 1311.02 736.5C1311.02 658.822 1295.81 583.461 1265.83 512.527C1251.41 478.433 1233.58 445.544 1212.81 414.788C1192.24 384.315 1168.62 355.668 1142.59 329.63C1116.57 303.591 1087.94 279.954 1057.49 259.363C1026.75 238.58 993.891 220.735 959.821 206.312C888.927 176.307 813.625 161.094 736 161.094Z' fill='%230025DF'/%3E%3Cpath d='M736 1302.41C699.806 1302.41 663.466 1298.93 627.992 1292.05C592.173 1285.11 556.914 1274.65 523.196 1260.97C453.046 1232.5 390.103 1190.68 336.114 1136.66C282.133 1082.64 240.335 1019.65 211.884 949.448C198.214 915.707 187.764 880.424 180.826 844.581C173.957 809.076 170.476 772.711 170.476 736.5C170.476 700.289 173.957 663.916 180.826 628.419C187.764 592.576 198.214 557.293 211.884 523.552C240.335 453.354 282.126 390.368 336.114 336.343C390.095 282.325 453.039 240.498 523.196 212.028C556.914 198.349 592.173 187.892 627.992 180.949C663.473 174.075 699.813 170.592 736 170.592C772.187 170.592 808.534 174.075 844.008 180.949C879.827 187.892 915.086 198.349 948.804 212.028C1018.95 240.498 1081.9 282.317 1135.89 336.343C1189.87 390.36 1231.67 453.346 1260.12 523.552C1273.79 557.293 1284.24 592.576 1291.17 628.419C1298.04 663.924 1301.52 700.289 1301.52 736.5C1301.52 772.711 1298.04 809.084 1291.17 844.581C1284.24 880.424 1273.79 915.707 1260.12 949.448C1231.67 1019.65 1189.87 1082.63 1135.89 1136.66C1081.9 1190.67 1018.96 1232.5 948.804 1260.97C915.086 1274.65 879.827 1285.11 844.008 1292.05C808.527 1298.93 772.187 1302.41 736 1302.41ZM736 173.216C699.974 173.216 663.803 176.683 628.49 183.527C592.833 190.431 557.742 200.842 524.178 214.46C454.35 242.792 391.698 284.427 337.97 338.199C284.234 391.971 242.635 454.666 214.314 524.534C200.706 558.114 190.302 593.235 183.402 628.91C176.563 664.246 173.098 700.442 173.098 736.492C173.098 772.542 176.563 808.738 183.402 844.075C190.302 879.757 200.706 914.871 214.314 948.459C242.627 1018.33 284.234 1081.03 337.97 1134.79C391.705 1188.57 454.357 1230.19 524.178 1258.53C557.735 1272.14 592.833 1282.55 628.49 1289.46C663.803 1296.3 699.982 1299.77 736 1299.77C772.018 1299.77 808.197 1296.3 843.51 1289.46C879.167 1282.55 914.258 1272.14 947.822 1258.53C1017.65 1230.19 1080.29 1188.56 1134.03 1134.79C1187.77 1081.02 1229.37 1018.33 1257.69 948.459C1271.29 914.879 1281.7 879.757 1288.6 844.075C1295.44 808.738 1298.9 772.535 1298.9 736.492C1298.9 700.45 1295.44 664.246 1288.6 628.91C1281.7 593.228 1271.29 558.114 1257.69 524.534C1229.37 454.658 1187.77 391.971 1134.03 338.199C1080.29 284.427 1017.65 242.799 947.822 214.46C914.265 200.842 879.167 190.431 843.51 183.527C808.197 176.683 772.026 173.216 736 173.216Z' fill='%230025DF'/%3E%3Cpath d='M736 1290.23C700.588 1290.23 665.03 1286.81 630.315 1280.09C595.263 1273.3 560.763 1263.07 527.773 1249.68C459.134 1221.82 397.54 1180.9 344.724 1128.04C291.901 1075.18 251.007 1013.55 223.169 944.86C209.791 911.848 199.563 877.325 192.778 842.249C186.055 807.511 182.651 771.929 182.651 736.492C182.651 701.056 186.062 665.474 192.778 630.736C199.563 595.66 209.791 561.136 223.169 528.124C251.007 459.438 291.901 397.802 344.724 344.951C397.547 292.091 459.134 251.17 527.773 223.313C560.763 209.926 595.263 199.691 630.315 192.902C665.03 186.173 700.588 182.767 736 182.767C771.412 182.767 806.97 186.181 841.685 192.902C876.737 199.691 911.237 209.926 944.227 223.313C1012.87 251.17 1074.46 292.091 1127.28 344.951C1180.1 397.81 1220.99 459.438 1248.83 528.124C1262.21 561.136 1272.44 595.66 1279.22 630.736C1285.95 665.474 1289.35 701.056 1289.35 736.492C1289.35 771.929 1285.94 807.511 1279.22 842.249C1272.44 877.325 1262.21 911.848 1248.83 944.86C1220.99 1013.55 1180.1 1075.18 1127.28 1128.04C1074.45 1180.9 1012.87 1221.82 944.227 1249.68C911.237 1263.07 876.737 1273.3 841.685 1280.09C806.97 1286.82 771.412 1290.23 736 1290.23ZM736 185.337C700.749 185.337 665.359 188.728 630.806 195.426C595.922 202.185 561.583 212.365 528.739 225.691C460.414 253.417 399.111 294.147 346.533 346.761C293.955 399.375 253.245 460.719 225.546 529.083C212.229 561.942 202.055 596.304 195.301 631.219C188.608 665.796 185.219 701.217 185.219 736.485C185.219 771.752 188.608 807.173 195.301 841.75C202.055 876.657 212.229 911.028 225.546 943.886C253.253 1012.26 293.955 1073.6 346.533 1126.22C399.111 1178.83 460.414 1219.57 528.739 1247.29C561.576 1260.61 595.915 1270.79 630.806 1277.55C665.359 1284.25 700.756 1287.64 736 1287.64C771.244 1287.64 806.641 1284.25 841.194 1277.55C876.078 1270.79 910.417 1260.61 943.261 1247.29C1011.59 1219.56 1072.89 1178.83 1125.46 1126.22C1178.04 1073.6 1218.75 1012.26 1246.45 943.886C1259.76 911.028 1269.94 876.665 1276.69 841.75C1283.38 807.173 1286.77 771.752 1286.77 736.485C1286.77 701.217 1283.38 665.796 1276.69 631.219C1269.94 596.312 1259.76 561.95 1246.45 529.083C1218.74 460.711 1178.04 399.367 1125.46 346.761C1072.88 294.147 1011.58 253.41 943.261 225.691C910.424 212.365 876.085 202.185 841.194 195.426C806.641 188.728 771.244 185.337 736 185.337Z' fill='%230025DF'/%3E%3Cpath d='M736 1278.04C701.37 1278.04 666.594 1274.71 632.638 1268.13C598.36 1261.49 564.619 1251.48 532.35 1238.39C465.221 1211.14 404.984 1171.12 353.326 1119.43C301.668 1067.73 261.671 1007.46 234.447 940.28C221.36 907.989 211.362 874.233 204.723 839.932C198.153 805.953 194.818 771.161 194.818 736.5C194.818 701.838 198.153 667.047 204.723 633.068C211.362 598.767 221.36 565.003 234.447 532.712C261.671 465.537 301.668 405.259 353.326 353.566C404.984 301.873 465.221 261.849 532.35 234.606C564.619 221.51 598.353 211.506 632.638 204.862C666.594 198.287 701.362 194.95 736 194.95C770.638 194.95 805.406 198.287 839.362 204.862C873.64 211.506 907.381 221.51 939.65 234.606C1006.78 261.849 1067.02 301.873 1118.67 353.566C1170.33 405.259 1210.33 465.537 1237.55 532.712C1250.64 565.003 1260.64 598.759 1267.28 633.068C1273.85 667.047 1277.18 701.838 1277.18 736.5C1277.18 771.161 1273.85 805.953 1267.28 839.932C1260.64 874.233 1250.64 907.997 1237.55 940.28C1210.33 1007.46 1170.33 1067.73 1118.67 1119.43C1067.02 1171.12 1006.78 1211.14 939.65 1238.39C907.381 1251.48 873.647 1261.49 839.362 1268.13C805.406 1274.71 770.638 1278.04 736 1278.04ZM736 197.466C701.523 197.466 666.916 200.788 633.113 207.332C598.997 213.946 565.409 223.904 533.293 236.938C466.471 264.051 406.517 303.891 355.097 355.346C303.677 406.801 263.864 466.795 236.77 533.663C223.744 565.801 213.793 599.404 207.184 633.551C200.637 667.369 197.325 702.007 197.325 736.508C197.325 771.008 200.644 805.639 207.184 839.464C213.793 873.604 223.744 907.215 236.77 939.352C263.864 1006.22 303.677 1066.21 355.097 1117.66C406.517 1169.12 466.471 1208.96 533.293 1236.07C565.409 1249.1 598.989 1259.06 633.113 1265.68C666.908 1272.22 701.523 1275.54 736 1275.54C770.477 1275.54 805.092 1272.22 838.887 1265.68C873.003 1259.06 906.591 1249.1 938.707 1236.07C1005.53 1208.96 1065.48 1169.12 1116.9 1117.66C1168.32 1066.21 1208.14 1006.21 1235.23 939.352C1248.26 907.215 1258.21 873.612 1264.81 839.464C1271.35 805.647 1274.67 771.008 1274.67 736.508C1274.67 702.007 1271.35 667.376 1264.81 633.551C1258.2 599.411 1248.25 565.801 1235.23 533.663C1208.14 466.795 1168.32 406.801 1116.9 355.346C1065.48 303.891 1005.53 264.051 938.707 236.938C906.591 223.904 873.011 213.946 838.887 207.332C805.092 200.781 770.477 197.466 736 197.466Z' fill='%230025DF'/%3E%3Cpath d='M736 1265.86C702.144 1265.86 668.15 1262.6 634.969 1256.17C601.465 1249.68 568.483 1239.9 536.943 1227.1C471.324 1200.47 412.444 1161.35 361.943 1110.82C311.443 1060.28 272.351 1001.37 245.74 935.7C232.952 904.138 223.177 871.134 216.691 837.608C210.266 804.396 207.008 770.379 207.008 736.508C207.008 702.636 210.266 668.612 216.691 635.408C223.177 601.882 232.952 568.877 245.74 537.315C272.351 471.652 311.451 412.732 361.943 362.197C412.444 311.662 471.316 272.543 536.943 245.914C568.483 233.118 601.465 223.336 634.969 216.846C668.158 210.416 702.152 207.156 736 207.156C769.848 207.156 803.85 210.416 837.031 216.846C870.542 223.336 903.517 233.118 935.057 245.914C1000.68 272.543 1059.56 311.67 1110.06 362.197C1160.56 412.732 1199.65 471.644 1226.26 537.315C1239.05 568.877 1248.82 601.882 1255.31 635.408C1261.73 668.619 1264.99 702.636 1264.99 736.508C1264.99 770.379 1261.73 804.404 1255.31 837.608C1248.82 871.134 1239.05 904.138 1226.26 935.7C1199.65 1001.36 1160.55 1060.28 1110.06 1110.82C1059.56 1161.35 1000.68 1200.47 935.057 1227.1C903.517 1239.9 870.535 1249.68 837.031 1256.17C803.842 1262.6 769.848 1265.86 736 1265.86ZM736 209.588C702.305 209.588 668.464 212.833 635.429 219.231C602.079 225.691 569.25 235.427 537.855 248.17C472.535 274.676 413.931 313.619 363.668 363.915C313.406 414.212 274.49 472.856 248.001 538.22C235.275 569.637 225.546 602.488 219.083 635.86C212.689 668.918 209.446 702.774 209.446 736.5C209.446 770.226 212.689 804.082 219.083 837.14C225.538 870.512 235.267 903.363 248.001 934.779C274.49 1000.14 313.406 1058.79 363.668 1109.08C413.931 1159.38 472.535 1198.32 537.855 1224.83C569.25 1237.57 602.079 1247.31 635.429 1253.77C668.464 1260.17 702.297 1263.41 736 1263.41C769.703 1263.41 803.536 1260.17 836.571 1253.77C869.921 1247.31 902.75 1237.57 934.145 1224.83C999.465 1198.32 1058.07 1159.38 1108.33 1109.08C1158.59 1058.79 1197.51 1000.14 1224 934.779C1236.73 903.363 1246.45 870.512 1252.92 837.14C1259.31 804.082 1262.55 770.226 1262.55 736.5C1262.55 702.774 1259.31 668.918 1252.92 635.86C1246.46 602.488 1236.73 569.637 1224 538.22C1197.51 472.856 1158.59 414.212 1108.33 363.915C1058.07 313.619 999.465 274.676 934.145 248.17C902.75 235.434 869.921 225.699 836.571 219.231C803.536 212.833 769.703 209.588 736 209.588Z' fill='%230025DF'/%3E%3Cpath d='M736 1253.68C666.233 1253.68 598.544 1240.01 534.827 1213.03C504.206 1200.07 474.666 1184.02 447.036 1165.35C419.666 1146.85 393.936 1125.6 370.545 1102.2C347.162 1078.8 325.925 1053.04 307.441 1025.65C288.773 998.004 272.742 968.452 259.793 937.802C232.844 874.041 219.175 806.314 219.175 736.492C219.175 666.671 232.837 598.943 259.793 535.182C272.749 504.541 288.78 474.981 307.441 447.332C325.933 419.943 347.162 394.196 370.545 370.789C393.929 347.39 419.666 326.139 447.036 307.642C474.666 288.961 504.198 272.919 534.827 259.962C598.544 232.995 666.226 219.316 736 219.316C805.774 219.316 873.456 232.987 937.173 259.962C967.794 272.927 997.334 288.969 1024.96 307.642C1052.33 326.147 1078.06 347.39 1101.45 370.789C1124.84 394.189 1146.07 419.943 1164.56 447.332C1183.23 474.981 1199.26 504.541 1212.21 535.182C1239.16 598.943 1252.83 666.671 1252.83 736.492C1252.83 806.314 1239.16 874.041 1212.21 937.802C1199.26 968.444 1183.22 998.004 1164.56 1025.65C1146.07 1053.04 1124.84 1078.79 1101.45 1102.2C1078.07 1125.59 1052.33 1146.85 1024.96 1165.35C997.334 1184.03 967.794 1200.07 937.173 1213.03C873.456 1240 805.774 1253.68 736 1253.68ZM736 221.717C666.548 221.717 599.181 235.327 535.762 262.171C505.279 275.075 475.878 291.04 448.377 309.637C421.138 328.049 395.523 349.201 372.24 372.5C348.964 395.792 327.827 421.431 309.419 448.69C290.843 476.209 274.881 505.63 261.985 536.134C235.16 599.595 221.559 667.016 221.559 736.508C221.559 806 235.16 873.42 261.985 936.882C274.881 967.385 290.835 996.807 309.419 1024.33C327.819 1051.58 348.956 1077.22 372.24 1100.52C395.516 1123.81 421.138 1144.96 448.377 1163.38C475.878 1181.97 505.279 1197.94 535.762 1210.84C599.181 1237.69 666.555 1251.3 736 1251.3C805.445 1251.3 872.819 1237.69 936.238 1210.84C966.721 1197.94 996.122 1181.98 1023.62 1163.38C1050.86 1144.97 1076.48 1123.81 1099.76 1100.52C1123.04 1077.22 1144.17 1051.58 1162.58 1024.33C1181.16 996.807 1197.12 967.385 1210.01 936.882C1236.83 873.42 1250.43 806 1250.43 736.508C1250.43 667.016 1236.83 599.595 1210.01 536.134C1197.11 505.63 1181.16 476.209 1162.58 448.69C1144.18 421.431 1123.04 395.8 1099.76 372.5C1076.48 349.208 1050.86 328.057 1023.62 309.637C996.122 291.048 966.721 275.075 936.238 262.171C872.819 235.327 805.445 221.717 736 221.717Z' fill='%230025DF'/%3E%3Cpath d='M736 1241.49C703.708 1241.49 671.278 1238.38 639.615 1232.24C607.652 1226.05 576.188 1216.72 546.097 1204.51C483.498 1179.11 427.332 1141.78 379.155 1093.58C330.985 1045.38 293.687 989.166 268.303 926.525C256.105 896.413 246.775 864.935 240.588 832.943C234.454 801.258 231.349 768.814 231.349 736.492C231.349 704.171 234.454 671.726 240.588 640.042C246.775 608.058 256.097 576.572 268.303 546.46C293.687 483.819 330.985 427.615 379.155 379.405C427.325 331.203 483.498 293.879 546.097 268.477C576.181 256.271 607.645 246.935 639.615 240.743C671.278 234.606 703.7 231.499 736 231.499C768.3 231.499 800.722 234.606 832.385 240.743C864.348 246.935 895.812 256.264 925.903 268.477C988.502 293.879 1044.67 331.203 1092.85 379.405C1141.01 427.607 1178.31 483.811 1203.71 546.46C1215.91 576.564 1225.23 608.05 1231.42 640.042C1237.55 671.726 1240.66 704.171 1240.66 736.492C1240.66 768.814 1237.55 801.258 1231.42 832.943C1225.23 864.927 1215.91 896.413 1203.71 926.525C1178.32 989.166 1141.02 1045.38 1092.85 1093.58C1044.68 1141.78 988.509 1179.11 925.903 1204.51C895.819 1216.71 864.355 1226.05 832.385 1232.24C800.722 1238.38 768.3 1241.49 736 1241.49ZM736 233.839C703.854 233.839 671.577 236.938 640.059 243.037C608.243 249.198 576.924 258.488 546.978 270.641C484.671 295.927 428.758 333.074 380.811 381.062C332.864 429.042 295.734 484.993 270.465 547.342C258.321 577.309 249.036 608.648 242.88 640.487C236.777 672.026 233.688 704.324 233.688 736.492C233.688 768.661 236.785 800.959 242.88 832.498C249.036 864.336 258.321 895.676 270.465 925.642C295.734 987.992 332.856 1043.94 380.811 1091.92C428.758 1139.9 484.671 1177.06 546.978 1202.34C576.924 1214.5 608.243 1223.79 640.059 1229.95C671.577 1236.05 703.854 1239.15 736 1239.15C768.146 1239.15 800.423 1236.05 831.941 1229.95C863.757 1223.79 895.076 1214.5 925.022 1202.34C987.329 1177.06 1043.24 1139.91 1091.19 1091.92C1139.14 1043.94 1176.27 987.992 1201.54 925.642C1213.68 895.676 1222.96 864.336 1229.12 832.498C1235.22 800.959 1238.31 768.661 1238.31 736.492C1238.31 704.324 1235.21 672.026 1229.12 640.487C1222.96 608.648 1213.68 577.309 1201.54 547.342C1176.27 484.993 1139.14 429.042 1091.19 381.062C1043.24 333.082 987.329 295.927 925.022 270.641C895.076 258.488 863.757 249.198 831.941 243.037C800.423 236.931 768.146 233.839 736 233.839Z' fill='%230025DF'/%3E%3Cpath d='M736 1229.3C704.482 1229.3 672.842 1226.26 641.945 1220.28C610.75 1214.24 580.052 1205.13 550.689 1193.21C489.601 1168.43 434.784 1132 387.78 1084.96C340.768 1037.91 304.374 983.066 279.603 921.937C267.697 892.554 258.597 861.828 252.555 830.619C246.575 799.701 243.539 768.031 243.539 736.5C243.539 704.969 246.575 673.299 252.555 642.381C258.597 611.165 267.697 580.446 279.603 551.063C304.374 489.934 340.776 435.08 387.78 388.043C434.792 340.999 489.601 304.581 550.689 279.793C580.052 267.879 610.757 258.772 641.945 252.727C672.842 246.743 704.49 243.705 736 243.705C767.51 243.705 799.158 246.743 830.055 252.727C861.25 258.772 891.948 267.879 921.311 279.793C982.399 304.581 1037.21 341.007 1084.22 388.043C1131.23 435.087 1167.63 489.934 1192.4 551.063C1204.31 580.446 1213.41 611.172 1219.45 642.381C1225.43 673.299 1228.47 704.969 1228.47 736.5C1228.47 768.031 1225.43 799.701 1219.45 830.619C1213.41 861.835 1204.31 892.554 1192.4 921.937C1167.63 983.066 1131.23 1037.92 1084.22 1084.96C1037.21 1132 982.399 1168.42 921.311 1193.21C891.948 1205.13 861.243 1214.24 830.055 1220.28C799.158 1226.26 767.51 1229.3 736 1229.3ZM736 245.976C704.628 245.976 673.126 248.998 642.375 254.952C611.325 260.966 580.765 270.035 551.54 281.888C490.736 306.56 436.172 342.818 389.382 389.639C342.585 436.468 306.36 491.061 281.704 551.907C269.851 581.152 260.797 611.732 254.786 642.803C248.829 673.575 245.816 705.099 245.816 736.492C245.816 767.886 248.837 799.409 254.786 830.181C260.797 861.252 269.851 891.832 281.704 921.078C306.36 981.923 342.593 1036.52 389.382 1083.35C436.18 1130.17 490.736 1166.42 551.54 1191.1C580.765 1202.96 611.325 1212.02 642.375 1218.03C673.126 1223.99 704.628 1227.01 736 1227.01C767.372 1227.01 798.874 1223.99 829.625 1218.03C860.675 1212.02 891.235 1202.96 920.46 1191.1C981.264 1166.42 1035.83 1130.17 1082.62 1083.35C1129.41 1036.52 1165.64 981.923 1190.3 921.078C1202.15 891.832 1211.2 861.252 1217.21 830.181C1223.17 799.409 1226.18 767.886 1226.18 736.492C1226.18 705.099 1223.16 673.575 1217.21 642.803C1211.2 611.732 1202.15 581.152 1190.3 551.907C1165.64 491.061 1129.41 436.461 1082.62 389.639C1035.83 342.81 981.264 306.56 920.46 281.888C891.235 270.027 860.675 260.966 829.625 254.952C798.874 248.991 767.372 245.976 736 245.976Z' fill='%230025DF'/%3E%3Cpath d='M736 1217.11C671.163 1217.11 608.266 1204.41 549.048 1179.34C520.59 1167.3 493.143 1152.39 467.46 1135.03C442.029 1117.84 418.109 1098.09 396.382 1076.34C374.647 1054.59 354.913 1030.66 337.732 1005.22C320.382 979.522 305.486 952.057 293.449 923.571C268.402 864.321 255.706 801.373 255.706 736.492C255.706 671.611 268.402 608.671 293.449 549.414C305.486 520.936 320.382 493.47 337.732 467.77C354.913 442.322 374.647 418.386 396.382 396.644C418.117 374.894 442.029 355.146 467.46 337.954C493.135 320.592 520.582 305.686 549.048 293.641C608.258 268.577 671.163 255.872 736 255.872C800.837 255.872 863.734 268.577 922.952 293.641C951.41 305.686 978.857 320.592 1004.54 337.954C1029.97 355.146 1053.89 374.894 1075.62 396.644C1097.35 418.393 1117.09 442.322 1134.27 467.77C1151.62 493.463 1166.51 520.928 1178.55 549.414C1203.6 608.664 1216.29 671.611 1216.29 736.492C1216.29 801.373 1203.6 864.313 1178.55 923.571C1166.51 952.049 1151.62 979.514 1134.27 1005.22C1117.09 1030.66 1097.35 1054.6 1075.62 1076.34C1053.88 1098.09 1029.97 1117.84 1004.54 1135.03C978.865 1152.39 951.418 1167.3 922.952 1179.34C863.742 1204.41 800.837 1217.11 736 1217.11ZM736 258.09C671.462 258.09 608.848 270.74 549.907 295.682C521.579 307.673 494.255 322.51 468.702 339.787C443.386 356.903 419.581 376.559 397.946 398.209C376.311 419.859 356.669 443.68 339.564 469.012C322.299 494.59 307.464 521.925 295.489 550.273C270.557 609.254 257.922 671.903 257.922 736.492C257.922 801.082 270.564 863.73 295.489 922.704C307.472 951.052 322.299 978.394 339.564 1003.96C356.669 1029.3 376.311 1053.12 397.946 1074.77C419.581 1096.42 443.386 1116.07 468.702 1133.19C494.262 1150.47 521.579 1165.31 549.907 1177.3C608.848 1202.24 671.454 1214.89 736 1214.89C800.546 1214.89 863.152 1202.24 922.085 1177.3C950.414 1165.3 977.738 1150.47 1003.29 1133.19C1028.61 1116.07 1052.41 1096.42 1074.05 1074.77C1095.68 1053.12 1115.32 1029.3 1132.43 1003.96C1149.69 978.387 1164.53 951.052 1176.5 922.704C1201.44 863.723 1214.07 801.074 1214.07 736.492C1214.07 671.91 1201.43 609.254 1176.5 550.273C1164.52 521.925 1149.69 494.583 1132.43 469.012C1115.32 443.68 1095.68 419.859 1074.05 398.209C1052.41 376.559 1028.61 356.903 1003.29 339.787C977.73 322.51 950.414 307.665 922.085 295.682C863.144 270.733 800.538 258.09 736 258.09Z' fill='%230025DF'/%3E%3Cpath d='M736 1204.93C672.804 1204.93 611.501 1192.55 553.786 1168.12C526.048 1156.38 499.292 1141.85 474.268 1124.93C449.481 1108.17 426.175 1088.92 404.992 1067.73C383.809 1046.53 364.581 1023.21 347.829 998.402C330.924 973.361 316.403 946.587 304.666 918.83C280.255 861.076 267.881 799.732 267.881 736.492C267.881 673.253 280.255 611.909 304.666 554.155C316.396 526.398 330.916 499.631 347.829 474.582C364.573 449.779 383.809 426.456 404.992 405.259C426.175 384.062 449.481 364.821 474.268 348.058C499.292 331.141 526.048 316.611 553.786 304.865C611.501 280.438 672.804 268.055 736 268.055C799.196 268.055 860.499 280.438 918.214 304.865C945.952 316.603 972.708 331.133 997.732 348.058C1022.52 364.813 1045.83 384.062 1067.01 405.259C1088.19 426.456 1107.42 449.779 1124.17 474.582C1141.08 499.623 1155.6 526.398 1167.33 554.155C1191.74 611.909 1204.12 673.253 1204.12 736.492C1204.12 799.732 1191.74 861.076 1167.33 918.83C1155.6 946.587 1141.08 973.361 1124.17 998.402C1107.43 1023.21 1088.19 1046.53 1067.01 1067.73C1045.83 1088.92 1022.52 1108.16 997.732 1124.93C972.708 1141.84 945.952 1156.37 918.214 1168.12C860.499 1192.55 799.196 1204.93 736 1204.93ZM736 270.219C673.095 270.219 612.068 282.547 554.63 306.86C527.022 318.544 500.388 333.013 475.479 349.853C450.808 366.531 427.601 385.688 406.517 406.793C385.434 427.891 366.29 451.114 349.615 475.802C332.787 500.728 318.335 527.38 306.651 555.006C282.356 612.492 270.035 673.552 270.035 736.5C270.035 799.448 282.356 860.508 306.651 917.993C318.328 945.62 332.787 972.272 349.615 997.198C366.283 1021.89 385.426 1045.11 406.517 1066.21C427.601 1087.3 450.808 1106.46 475.479 1123.15C500.388 1139.99 527.022 1154.45 554.63 1166.14C612.076 1190.45 673.095 1202.78 736 1202.78C798.905 1202.78 859.932 1190.45 917.37 1166.14C944.978 1154.46 971.612 1139.99 996.521 1123.15C1021.19 1106.47 1044.4 1087.31 1065.48 1066.21C1086.57 1045.11 1105.71 1021.89 1122.38 997.198C1139.21 972.272 1153.66 945.62 1165.35 917.993C1189.64 860.508 1201.96 799.448 1201.96 736.5C1201.96 673.552 1189.64 612.484 1165.35 555.006C1153.67 527.38 1139.21 500.728 1122.38 475.802C1105.72 451.114 1086.57 427.891 1065.48 406.793C1044.4 385.696 1021.19 366.539 996.521 349.853C971.612 333.013 944.978 318.552 917.37 306.86C859.924 282.547 798.905 270.219 736 270.219Z' fill='%230025DF'/%3E%3Cpath d='M736 1192.75C706.821 1192.75 677.526 1189.94 648.922 1184.39C620.042 1178.8 591.614 1170.37 564.435 1159.34C507.878 1136.38 457.133 1102.66 413.609 1059.11C370.085 1015.56 336.39 964.777 313.452 908.181C302.427 880.977 294.001 852.537 288.412 823.637C282.877 795.013 280.063 765.691 280.063 736.5C280.063 707.308 282.869 677.987 288.412 649.363C294.001 620.463 302.427 592.016 313.452 564.819C336.39 508.223 370.085 457.443 413.609 413.89C457.133 370.337 507.878 336.619 564.435 313.665C591.621 302.632 620.042 294.201 648.922 288.608C677.526 283.069 706.828 280.254 736 280.254C765.172 280.254 794.474 283.061 823.078 288.608C851.958 294.201 880.386 302.632 907.565 313.665C964.122 336.619 1014.87 370.337 1058.39 413.89C1101.91 457.443 1135.61 508.223 1158.55 564.819C1169.57 592.023 1178 620.463 1183.59 649.363C1189.12 677.987 1191.94 707.308 1191.94 736.5C1191.94 765.691 1189.13 795.013 1183.59 823.637C1178 852.537 1169.57 880.984 1158.55 908.181C1135.61 964.777 1101.91 1015.56 1058.39 1059.11C1014.87 1102.66 964.122 1136.38 907.565 1159.34C880.379 1170.37 851.951 1178.8 823.078 1184.39C794.474 1189.93 765.172 1192.75 736 1192.75ZM736 282.348C706.959 282.348 677.795 285.148 649.321 290.664C620.571 296.234 592.281 304.627 565.217 315.606C508.921 338.452 458.405 372.017 415.081 415.371C371.757 458.724 338.215 509.267 315.384 565.609C304.413 592.683 296.025 621 290.459 649.769C284.947 678.263 282.149 707.447 282.149 736.508C282.149 765.569 284.947 794.752 290.459 823.246C296.025 852.015 304.413 880.325 315.384 907.406C338.215 963.741 371.757 1014.29 415.081 1057.64C458.405 1101 508.913 1134.56 565.217 1157.41C592.273 1168.39 620.571 1176.78 649.321 1182.35C677.795 1187.87 706.959 1190.67 736 1190.67C765.041 1190.67 794.205 1187.87 822.679 1182.35C851.429 1176.78 879.719 1168.39 906.783 1157.41C963.079 1134.56 1013.59 1101 1056.92 1057.64C1100.24 1014.29 1133.79 963.749 1156.62 907.406C1167.59 880.332 1175.97 852.015 1181.54 823.246C1187.05 794.752 1189.85 765.569 1189.85 736.508C1189.85 707.447 1187.05 678.263 1181.54 649.769C1175.97 621 1167.59 592.691 1156.62 565.609C1133.79 509.274 1100.24 458.724 1056.92 415.371C1013.59 372.017 963.079 338.452 906.783 315.606C879.727 304.627 851.429 296.234 822.679 290.664C794.205 285.148 765.041 282.348 736 282.348Z' fill='%230025DF'/%3E%3Cpath d='M736 1180.56C707.603 1180.56 679.083 1177.83 651.245 1172.43C623.139 1166.98 595.47 1158.78 569.012 1148.04C513.966 1125.7 464.577 1092.88 422.211 1050.49C379.853 1008.11 347.055 958.677 324.729 903.593C314.004 877.118 305.8 849.43 300.357 821.305C294.967 793.448 292.23 764.909 292.23 736.492C292.23 708.076 294.96 679.536 300.357 651.68C305.8 623.555 313.996 595.867 324.729 569.391C347.055 514.307 379.853 464.885 422.211 422.49C464.569 380.103 513.966 347.283 569.012 324.942C595.47 314.209 623.139 306 651.245 300.553C679.083 295.16 707.603 292.421 736 292.421C764.397 292.421 792.917 295.152 820.755 300.553C848.861 306 876.53 314.202 902.988 324.942C958.034 347.283 1007.43 380.103 1049.79 422.49C1092.15 464.877 1124.95 514.307 1147.27 569.391C1158 595.867 1166.2 623.555 1171.64 651.68C1177.03 679.536 1179.77 708.076 1179.77 736.492C1179.77 764.909 1177.04 793.448 1171.64 821.305C1166.2 849.43 1158 877.118 1147.27 903.593C1124.95 958.677 1092.15 1008.1 1049.79 1050.49C1007.43 1092.88 958.034 1125.7 902.988 1148.04C876.53 1158.78 848.861 1166.98 820.755 1172.43C792.917 1177.82 764.397 1180.56 736 1180.56ZM736 294.47C707.733 294.47 679.343 297.193 651.628 302.563C623.653 307.987 596.106 316.15 569.771 326.837C514.978 349.07 465.811 381.745 423.645 423.94C381.478 466.135 348.833 515.335 326.608 570.166C315.928 596.519 307.763 624.076 302.35 652.079C296.984 679.813 294.262 708.214 294.262 736.508C294.262 764.802 296.984 793.203 302.35 820.937C307.771 848.931 315.928 876.496 326.608 902.849C348.826 957.68 381.478 1006.88 423.645 1049.08C465.811 1091.27 514.978 1123.94 569.771 1146.18C596.106 1156.86 623.645 1165.04 651.628 1170.45C679.343 1175.82 707.725 1178.55 736 1178.55C764.275 1178.55 792.657 1175.82 820.372 1170.45C848.347 1165.03 875.894 1156.86 902.229 1146.18C957.022 1123.95 1006.19 1091.27 1048.36 1049.08C1090.52 1006.88 1123.17 957.68 1145.39 902.849C1156.07 876.496 1164.24 848.939 1169.65 820.937C1175.02 793.203 1177.74 764.802 1177.74 736.508C1177.74 708.214 1175.02 679.813 1169.65 652.079C1164.23 624.084 1156.07 596.519 1145.39 570.166C1123.17 515.335 1090.52 466.135 1048.36 423.94C1006.19 381.745 957.022 349.078 902.229 326.837C875.894 316.15 848.355 307.98 820.372 302.563C792.657 297.193 764.275 294.47 736 294.47Z' fill='%230025DF'/%3E%3Cpath d='M736 1168.38C708.377 1168.38 680.647 1165.72 653.568 1160.48C626.229 1155.19 599.326 1147.21 573.589 1136.76C520.053 1115.03 472.014 1083.12 430.821 1041.89C389.62 1000.66 357.727 952.594 336.015 899.013C325.58 873.267 317.607 846.338 312.317 818.98C307.073 791.883 304.413 764.134 304.413 736.492C304.413 708.851 307.073 681.101 312.317 654.004C317.607 626.646 325.58 599.726 336.015 573.971C357.727 520.399 389.62 472.327 430.821 431.106C472.021 389.877 520.053 357.962 573.589 336.235C599.319 325.794 626.229 317.815 653.568 312.514C680.647 307.266 708.377 304.612 736 304.612C763.623 304.612 791.353 307.274 818.432 312.514C845.771 317.807 872.674 325.786 898.411 336.235C951.947 357.962 999.986 389.877 1041.19 431.106C1082.39 472.334 1114.28 520.399 1135.99 573.971C1146.43 599.718 1154.4 626.646 1159.69 654.004C1164.93 681.101 1167.59 708.851 1167.59 736.492C1167.59 764.134 1164.93 791.883 1159.69 818.98C1154.4 846.338 1146.43 873.259 1135.99 899.013C1114.28 952.586 1082.39 1000.66 1041.19 1041.89C999.986 1083.12 951.955 1115.03 898.411 1136.76C872.681 1147.2 845.771 1155.18 818.432 1160.48C791.353 1165.73 763.623 1168.38 736 1168.38ZM736 306.599C708.507 306.599 680.9 309.246 653.944 314.47C626.735 319.741 599.947 327.689 574.333 338.077C521.042 359.704 473.225 391.473 432.216 432.517C391.207 473.554 359.452 521.404 337.839 574.731C327.451 600.363 319.516 627.168 314.249 654.396C309.028 681.37 306.383 708.996 306.383 736.508C306.383 764.019 309.028 791.646 314.249 818.62C319.516 845.847 327.459 872.653 337.839 898.285C359.452 951.612 391.199 999.461 432.216 1040.5C473.225 1081.53 521.042 1113.31 574.333 1134.94C599.947 1145.33 626.735 1153.27 653.944 1158.55C680.9 1163.77 708.507 1166.42 736 1166.42C763.493 1166.42 791.1 1163.77 818.056 1158.55C845.265 1153.27 872.053 1145.33 897.667 1134.94C950.958 1113.31 998.775 1081.54 1039.78 1040.5C1080.79 999.461 1112.55 951.612 1134.15 898.285C1144.54 872.653 1152.48 845.847 1157.74 818.62C1162.96 791.646 1165.61 764.019 1165.61 736.508C1165.61 708.996 1162.96 681.37 1157.74 654.396C1152.48 627.168 1144.53 600.363 1134.15 574.731C1112.54 521.404 1080.79 473.554 1039.78 432.517C998.775 391.48 950.958 359.704 897.667 338.084C872.053 327.689 845.265 319.748 818.056 314.478C791.1 309.253 763.493 306.607 736 306.607V306.599Z' fill='%230025DF'/%3E%3Cpath d='M736 1156.2C681.528 1156.2 628.429 1145.86 578.174 1125.46C526.148 1104.35 479.466 1073.33 439.43 1033.27C399.395 993.208 368.399 946.495 347.3 894.433C326.922 844.144 316.587 791.009 316.587 736.5C316.587 681.991 326.922 628.856 347.3 578.567C368.399 526.505 399.395 479.791 439.43 439.729C479.466 399.666 526.148 368.649 578.174 347.536C628.429 327.144 681.528 316.802 736 316.802C790.472 316.802 843.571 327.144 893.826 347.536C945.852 368.649 992.534 399.666 1032.57 439.729C1072.61 479.791 1103.6 526.505 1124.7 578.567C1145.08 628.856 1155.41 681.991 1155.41 736.5C1155.41 791.009 1145.08 844.144 1124.7 894.433C1103.6 946.495 1072.61 993.208 1032.57 1033.27C992.534 1073.33 945.852 1104.35 893.826 1125.46C843.571 1145.86 790.472 1156.2 736 1156.2ZM736 318.728C681.774 318.728 628.92 329.024 578.895 349.316C527.106 370.329 480.639 401.208 440.787 441.087C400.936 480.965 370.078 527.464 349.079 579.288C328.793 629.347 318.512 682.237 318.512 736.5C318.512 790.763 328.8 843.653 349.079 893.712C370.078 945.536 400.936 992.035 440.787 1031.91C480.639 1071.79 527.106 1102.67 578.895 1123.68C628.92 1143.98 681.774 1154.27 736 1154.27C790.226 1154.27 843.08 1143.98 893.105 1123.68C944.894 1102.67 991.361 1071.79 1031.21 1031.91C1071.06 992.035 1101.92 945.536 1122.92 893.712C1143.21 843.653 1153.49 790.763 1153.49 736.5C1153.49 682.237 1143.2 629.347 1122.92 579.288C1101.92 527.464 1071.06 480.965 1031.21 441.087C991.361 401.208 944.894 370.329 893.105 349.316C843.08 329.016 790.226 318.728 736 318.728Z' fill='%230025DF'/%3E%3Cpath d='M736 1144.01C683.108 1144.01 631.549 1133.96 582.759 1114.17C532.243 1093.67 486.918 1063.55 448.04 1024.66C409.17 985.752 379.071 940.403 358.585 889.845C338.798 841.022 328.77 789.428 328.77 736.5C328.77 683.572 338.805 631.978 358.585 583.155C379.071 532.605 409.17 487.249 448.04 448.344C486.91 409.448 532.235 379.328 582.759 358.829C631.549 339.028 683.108 328.993 736 328.993C788.892 328.993 840.451 339.036 889.241 358.829C939.757 379.328 985.082 409.448 1023.96 448.344C1062.84 487.249 1092.93 532.597 1113.41 583.155C1133.2 631.978 1143.23 683.572 1143.23 736.5C1143.23 789.428 1133.19 841.022 1113.41 889.845C1092.93 940.395 1062.83 985.752 1023.96 1024.66C985.082 1063.56 939.765 1093.67 889.241 1114.17C840.451 1133.97 788.892 1144.01 736 1144.01ZM736 330.842C683.353 330.842 632.025 340.838 583.456 360.547C533.171 380.955 488.052 410.936 449.359 449.656C410.665 488.376 380.704 533.525 360.31 583.845C340.615 632.446 330.625 683.81 330.625 736.492C330.625 789.175 340.615 840.538 360.31 889.14C380.704 939.459 410.665 984.608 449.359 1023.33C488.052 1062.05 533.171 1092.03 583.456 1112.44C632.025 1132.15 683.353 1142.14 736 1142.14C788.647 1142.14 839.975 1132.15 888.544 1112.44C938.829 1092.03 983.948 1062.05 1022.64 1023.33C1061.34 984.608 1091.3 939.459 1111.69 889.14C1131.39 840.538 1141.38 789.175 1141.38 736.492C1141.38 683.81 1131.39 632.446 1111.69 583.845C1091.3 533.525 1061.34 488.376 1022.64 449.656C983.948 410.936 938.829 380.955 888.544 360.547C839.975 340.838 788.647 330.842 736 330.842Z' fill='%230025DF'/%3E%3Cpath d='M736 1131.82C682.671 1131.82 630.928 1121.38 582.23 1100.75C535.187 1080.84 492.936 1052.34 456.657 1016.03C420.379 979.729 391.889 937.449 371.994 890.375C351.394 841.635 340.952 789.866 340.952 736.5C340.952 683.134 351.394 631.357 371.994 582.625C391.889 535.551 420.379 493.271 456.657 456.968C492.936 420.664 535.187 392.156 582.23 372.247C630.936 351.633 682.671 341.184 736 341.184C789.329 341.184 841.072 351.633 889.77 372.247C936.813 392.156 979.064 420.664 1015.34 456.968C1051.62 493.271 1080.11 535.551 1100.01 582.625C1120.61 631.365 1131.06 683.134 1131.06 736.5C1131.06 789.866 1120.61 841.643 1100.01 890.375C1080.11 937.449 1051.62 979.729 1015.34 1016.03C979.064 1052.34 936.813 1080.84 889.77 1100.75C841.064 1121.37 789.329 1131.82 736 1131.82ZM736 342.971C682.908 342.971 631.411 353.374 582.927 373.896C536.099 393.721 494.04 422.091 457.922 458.233C421.805 494.376 393.453 536.464 373.643 583.323C353.134 631.84 342.738 683.372 342.738 736.5C342.738 789.628 353.134 841.16 373.643 889.677C393.453 936.536 421.805 978.624 457.922 1014.77C494.04 1050.91 536.099 1079.28 582.927 1099.1C631.411 1119.63 682.908 1130.03 736 1130.03C789.092 1130.03 840.589 1119.63 889.073 1099.1C935.901 1079.28 977.96 1050.91 1014.08 1014.77C1050.2 978.624 1078.55 936.536 1098.36 889.677C1118.87 841.16 1129.26 789.628 1129.26 736.5C1129.26 683.372 1118.87 631.84 1098.36 583.323C1078.55 536.464 1050.2 494.376 1014.08 458.233C977.96 422.091 935.901 393.721 889.073 373.896C840.589 353.374 789.092 342.971 736 342.971Z' fill='%230025DF'/%3E%3Cpath d='M736 1119.64C686.274 1119.64 637.798 1110.2 591.92 1091.59C544.425 1072.31 501.806 1044 465.259 1007.42C428.712 970.853 400.415 928.205 381.148 880.678C362.549 834.769 353.111 786.267 353.111 736.5C353.111 686.733 362.541 638.231 381.148 592.322C400.407 544.795 428.705 502.147 465.259 465.575C501.806 429.004 544.425 400.687 591.92 381.407C637.798 362.795 686.274 353.351 736 353.351C785.726 353.351 834.202 362.788 880.08 381.407C927.575 400.679 970.194 428.996 1006.74 465.575C1043.29 502.147 1071.59 544.795 1090.84 592.322C1109.45 638.231 1118.88 686.733 1118.88 736.5C1118.88 786.267 1109.45 834.769 1090.84 880.678C1071.59 928.205 1043.29 970.853 1006.74 1007.42C970.194 1044 927.575 1072.31 880.08 1091.59C834.202 1110.2 785.726 1119.64 736 1119.64ZM736 355.1C686.496 355.1 638.242 364.498 592.572 383.026C545.292 402.213 502.872 430.4 466.486 466.811C430.1 503.221 401.933 545.67 382.758 592.982C364.236 638.684 354.852 686.97 354.852 736.508C354.852 786.045 364.243 834.332 382.758 880.033C401.933 927.346 430.1 969.794 466.486 1006.2C502.872 1042.62 545.292 1070.8 592.572 1089.99C638.242 1108.52 686.496 1117.92 736 1117.92C785.504 1117.92 833.758 1108.52 879.428 1089.99C926.708 1070.8 969.128 1042.62 1005.51 1006.2C1041.9 969.794 1070.07 927.346 1089.24 880.033C1107.76 834.332 1117.15 786.045 1117.15 736.508C1117.15 686.97 1107.76 638.684 1089.24 592.982C1070.07 545.67 1041.9 503.221 1005.51 466.811C969.128 430.4 926.708 402.213 879.428 383.026C833.758 364.491 785.504 355.1 736 355.1Z' fill='%230025DF'/%3E%3Cpath d='M736 1107.46C687.853 1107.46 640.918 1098.32 596.505 1080.29C550.52 1061.63 509.258 1034.21 473.869 998.802C438.48 963.388 411.087 922.106 392.434 876.09C374.425 831.647 365.286 784.679 365.286 736.5C365.286 688.321 374.417 641.353 392.434 596.91C411.079 550.894 438.48 509.604 473.869 474.191C509.258 438.778 550.513 411.366 596.505 392.7C640.918 374.679 687.853 365.534 736 365.534C784.147 365.534 831.082 374.671 875.495 392.7C921.48 411.358 962.742 438.778 998.123 474.191C1033.51 509.604 1060.91 550.887 1079.56 596.91C1097.57 641.353 1106.71 688.321 1106.71 736.5C1106.71 784.679 1097.58 831.647 1079.56 876.09C1060.91 922.106 1033.51 963.396 998.123 998.809C962.734 1034.22 921.48 1061.63 875.495 1080.3C831.082 1098.32 784.147 1107.47 736 1107.47V1107.46ZM736 367.222C688.068 367.222 641.347 376.321 597.134 394.265C551.356 412.839 510.286 440.136 475.057 475.388C439.829 510.64 412.559 551.738 393.99 597.547C376.058 641.791 366.965 688.543 366.965 736.508C366.965 784.472 376.058 831.225 393.99 875.468C412.551 921.277 439.829 962.375 475.057 997.628C510.286 1032.88 551.356 1060.17 597.134 1078.75C641.347 1096.69 688.068 1105.79 736 1105.79C783.932 1105.79 830.653 1096.69 874.866 1078.75C920.644 1060.18 961.714 1032.88 996.943 997.628C1032.17 962.375 1059.44 921.277 1078.01 875.468C1095.94 831.225 1105.04 784.472 1105.04 736.508C1105.04 688.543 1095.94 641.791 1078.01 597.547C1059.45 551.738 1032.17 510.64 996.943 475.388C961.714 440.136 920.644 412.847 874.866 394.265C830.653 376.321 783.932 367.222 736 367.222Z' fill='%230025DF'/%3E%3Cpath d='M736 1095.28C689.433 1095.28 644.046 1086.44 601.09 1069.01C556.615 1050.96 516.71 1024.44 482.486 990.194C448.262 955.946 421.766 916.014 403.727 871.51C386.308 828.524 377.476 783.099 377.476 736.5C377.476 689.901 386.308 644.483 403.727 601.49C421.759 556.986 448.262 517.054 482.486 482.806C516.71 448.559 556.615 422.045 601.09 403.993C644.046 386.563 689.44 377.725 736 377.725C782.56 377.725 827.954 386.563 870.91 403.993C915.385 422.037 955.29 448.559 989.514 482.806C1023.74 517.054 1050.23 556.986 1068.27 601.49C1085.69 644.476 1094.52 689.901 1094.52 736.5C1094.52 783.099 1085.69 828.516 1068.27 871.51C1050.24 916.014 1023.74 955.946 989.514 990.194C955.29 1024.44 915.385 1050.95 870.91 1069.01C827.954 1086.44 782.56 1095.28 736 1095.28ZM736 379.351C689.647 379.351 644.46 388.151 601.695 405.505C557.42 423.472 517.699 449.863 483.629 483.957C449.558 518.051 423.177 557.799 405.229 602.104C387.887 644.898 379.094 690.116 379.094 736.5C379.094 782.884 387.887 828.102 405.229 870.896C423.185 915.201 449.558 954.949 483.629 989.043C517.699 1023.14 557.42 1049.54 601.695 1067.5C644.46 1084.85 689.647 1093.65 736 1093.65C782.353 1093.65 827.54 1084.85 870.305 1067.5C914.58 1049.53 954.301 1023.14 988.371 989.043C1022.44 954.949 1048.82 915.201 1066.77 870.896C1084.11 828.102 1092.91 782.884 1092.91 736.5C1092.91 690.116 1084.11 644.898 1066.77 602.104C1048.82 557.799 1022.44 518.051 988.371 483.957C954.301 449.863 914.58 423.464 870.305 405.505C827.54 388.151 782.353 379.351 736 379.351Z' fill='%230025DF'/%3E%3Cpath d='M736 1083.08C691.02 1083.08 647.166 1074.55 605.667 1057.71C562.703 1040.27 524.155 1014.66 491.088 981.57C458.03 948.489 432.431 909.907 415.004 866.914C398.176 825.386 389.643 781.503 389.643 736.492C389.643 691.481 398.176 647.598 415.004 606.07C432.431 563.077 458.022 524.503 491.088 491.414C524.147 458.333 562.703 432.717 605.667 415.279C647.166 398.439 691.012 389.9 736 389.9C780.988 389.9 824.834 398.439 866.333 415.279C909.297 432.717 947.845 458.325 980.912 491.414C1013.97 524.495 1039.57 563.077 1057 606.07C1073.82 647.598 1082.36 691.481 1082.36 736.492C1082.36 781.503 1073.82 825.386 1057 866.914C1039.57 909.907 1013.98 948.482 980.912 981.57C947.853 1014.65 909.297 1040.27 866.333 1057.71C824.834 1074.55 780.988 1083.08 736 1083.08ZM736 391.473C691.219 391.473 647.565 399.973 606.257 416.736C563.485 434.09 525.113 459.591 492.2 492.527C459.287 525.462 433.803 563.867 416.461 606.661C399.709 647.997 391.215 691.681 391.215 736.492C391.215 781.304 399.709 824.987 416.461 866.331C433.803 909.133 459.287 947.53 492.2 980.466C525.113 1013.4 563.492 1038.9 606.257 1056.26C647.565 1073.02 691.219 1081.52 736 1081.52C780.781 1081.52 824.435 1073.02 865.743 1056.26C908.515 1038.9 946.887 1013.4 979.8 980.466C1012.71 947.53 1038.2 909.125 1055.54 866.331C1072.29 824.987 1080.79 781.311 1080.79 736.492C1080.79 691.673 1072.29 647.997 1055.54 606.661C1038.2 563.86 1012.71 525.462 979.8 492.527C946.887 459.591 908.508 434.09 865.743 416.736C824.427 399.973 780.781 391.473 736 391.473Z' fill='%230025DF'/%3E%3Cpath d='M736 1070.9C690.889 1070.9 647.12 1062.06 605.92 1044.63C566.13 1027.79 530.388 1003.67 499.698 972.962C469.008 942.252 444.912 906.486 428.084 866.669C410.657 825.44 401.825 781.649 401.825 736.508C401.825 691.366 410.657 647.568 428.084 606.347C444.912 566.53 469.008 530.763 499.698 500.053C530.388 469.342 566.122 445.23 605.92 428.39C647.12 410.952 690.882 402.114 736 402.114C781.118 402.114 824.88 410.952 866.08 428.39C905.87 445.23 941.612 469.342 972.302 500.053C1002.99 530.763 1027.09 566.522 1043.92 606.347C1061.34 647.575 1070.17 691.366 1070.17 736.508C1070.17 781.649 1061.34 825.448 1043.92 866.669C1027.09 906.486 1002.99 942.252 972.302 972.962C941.612 1003.67 905.878 1027.79 866.08 1044.63C824.88 1062.06 781.118 1070.9 736 1070.9ZM736 403.594C691.089 403.594 647.519 412.394 606.51 429.755C566.896 446.526 531.315 470.524 500.764 501.096C470.212 531.669 446.223 567.274 429.471 606.914C412.122 647.959 403.328 691.55 403.328 736.492C403.328 781.434 412.122 825.033 429.471 866.07C446.231 905.711 470.212 941.316 500.764 971.888C531.315 1002.46 566.896 1026.47 606.51 1043.23C647.527 1060.59 691.089 1069.39 736 1069.39C780.911 1069.39 824.481 1060.59 865.49 1043.23C905.104 1026.46 940.685 1002.46 971.236 971.888C1001.79 941.316 1025.78 905.711 1042.53 866.07C1059.88 825.026 1068.67 781.434 1068.67 736.492C1068.67 691.55 1059.88 647.951 1042.53 606.914C1025.78 567.274 1001.79 531.669 971.236 501.096C940.685 470.524 905.104 446.518 865.49 429.755C824.473 412.394 780.911 403.594 736 403.594Z' fill='%230025DF'/%3E%3Cpath d='M736 1058.72C694.178 1058.72 653.415 1050.78 614.828 1035.13C574.885 1018.92 539.043 995.104 508.308 964.347C477.572 933.59 453.775 897.724 437.575 857.754C421.927 819.149 414 778.35 414 736.5C414 694.65 421.935 653.859 437.575 615.246C453.775 575.276 477.572 539.41 508.308 508.653C539.043 477.896 574.885 454.083 614.828 437.872C653.407 422.214 694.178 414.281 736 414.281C777.822 414.281 818.585 422.222 857.172 437.872C897.115 454.083 932.957 477.896 963.692 508.653C994.428 539.41 1018.23 575.276 1034.42 615.246C1050.07 653.851 1058 694.65 1058 736.5C1058 778.35 1050.07 819.141 1034.42 857.754C1018.23 897.724 994.428 933.59 963.692 964.347C932.957 995.104 897.115 1018.92 857.172 1035.13C818.593 1050.79 777.822 1058.72 736 1058.72ZM736 415.724C694.362 415.724 653.783 423.626 615.373 439.215C575.606 455.349 539.933 479.063 509.327 509.681C478.73 540.299 455.032 576.004 438.909 615.798C423.33 654.234 415.434 694.842 415.434 736.508C415.434 778.174 423.33 818.781 438.909 857.217C455.032 897.011 478.73 932.708 509.327 963.334C539.925 993.953 575.606 1017.67 615.373 1033.8C653.783 1049.39 694.362 1057.29 736 1057.29C777.638 1057.29 818.217 1049.39 856.627 1033.8C896.394 1017.67 932.067 993.953 962.673 963.334C993.27 932.716 1016.97 897.011 1033.09 857.217C1048.67 818.781 1056.57 778.174 1056.57 736.508C1056.57 694.842 1048.67 654.234 1033.09 615.798C1016.97 576.004 993.27 540.307 962.673 509.681C932.075 479.063 896.394 455.349 856.627 439.215C818.217 423.626 777.638 415.724 736 415.724Z' fill='%230025DF'/%3E%3Cpath d='M736 1046.54C694.171 1046.54 653.599 1038.34 615.403 1022.17C578.511 1006.56 545.376 984.202 516.925 955.731C488.474 927.261 466.133 894.103 450.532 857.186C434.378 818.965 426.182 778.358 426.182 736.508C426.182 694.658 434.37 654.05 450.532 615.829C466.133 578.912 488.474 545.754 516.925 517.284C545.376 488.813 578.511 466.458 615.403 450.845C653.599 434.681 694.178 426.479 736 426.479C777.822 426.479 818.401 434.673 856.597 450.845C893.489 466.458 926.624 488.813 955.075 517.284C983.526 545.754 1005.87 578.912 1021.47 615.829C1037.62 654.05 1045.82 694.658 1045.82 736.508C1045.82 778.358 1037.63 818.965 1021.47 857.186C1005.87 894.103 983.526 927.261 955.075 955.731C926.624 984.202 893.489 1006.56 856.597 1022.17C818.401 1038.33 777.822 1046.54 736 1046.54ZM736 427.853C694.362 427.853 653.967 436.016 615.94 452.111C579.209 467.654 546.227 489.911 517.899 518.258C489.57 546.606 467.329 579.61 451.797 616.366C435.712 654.419 427.555 694.842 427.555 736.508C427.555 778.174 435.712 818.597 451.797 856.649C467.329 893.405 489.57 926.41 517.899 954.757C546.227 983.105 579.209 1005.36 615.94 1020.9C653.967 1037 694.362 1045.16 736 1045.16C777.638 1045.16 818.033 1037 856.06 1020.9C892.791 1005.36 925.773 983.105 954.101 954.757C982.43 926.41 1004.67 893.405 1020.2 856.649C1036.29 818.597 1044.45 778.174 1044.45 736.508C1044.45 694.842 1036.29 654.419 1020.2 616.366C1004.67 579.61 982.43 546.606 954.101 518.258C925.773 489.911 892.791 467.654 856.06 452.111C818.033 436.016 777.638 427.853 736 427.853Z' fill='%230025DF'/%3E%3Cpath d='M736 1034.35C697.345 1034.35 659.655 1027.02 623.998 1012.54C587.075 997.559 553.947 975.548 525.535 947.116C497.122 918.684 475.126 885.534 460.153 848.586C445.694 812.896 438.357 775.189 438.357 736.508C438.357 697.826 445.686 660.111 460.153 624.429C475.126 587.481 497.122 554.331 525.535 525.899C553.947 497.467 587.075 475.457 623.998 460.474C659.663 446.004 697.345 438.662 736 438.662C774.655 438.662 812.345 445.997 848.002 460.474C884.925 475.457 918.053 497.467 946.465 525.899C974.878 554.331 996.881 587.481 1011.85 624.429C1026.31 660.119 1033.65 697.826 1033.65 736.508C1033.65 775.189 1026.32 812.904 1011.85 848.586C996.881 885.534 974.886 918.684 946.465 947.116C918.053 975.548 884.925 997.559 848.002 1012.54C812.337 1027.01 774.655 1034.35 736 1034.35ZM736 439.974C697.513 439.974 660 447.278 624.496 461.686C587.742 476.6 554.76 498.518 526.47 526.82C498.18 555.129 476.284 588.126 461.38 624.913C446.982 660.441 439.683 697.979 439.683 736.492C439.683 775.005 446.982 812.551 461.38 848.08C476.284 884.866 498.188 917.863 526.47 946.172C554.76 974.482 587.734 996.392 624.496 1011.31C660 1025.71 697.513 1033.02 736 1033.02C774.487 1033.02 812 1025.71 847.504 1011.31C884.258 996.392 917.24 974.474 945.53 946.172C973.82 917.863 995.716 884.866 1010.63 848.08C1025.03 812.551 1032.32 775.013 1032.32 736.492C1032.32 697.972 1025.03 660.441 1010.63 624.913C995.724 588.126 973.82 555.129 945.53 526.82C917.24 498.511 884.266 476.6 847.504 461.686C812 447.278 774.487 439.974 736 439.974Z' fill='%230025DF'/%3E%3Cpath d='M736 1022.16C698.924 1022.16 662.783 1015.13 628.575 1001.25C593.162 986.879 561.392 965.766 534.137 938.501C506.889 911.235 485.791 879.435 471.423 843.998C457.554 809.774 450.524 773.601 450.524 736.5C450.524 699.399 457.554 663.234 471.423 629.002C485.783 593.565 506.882 561.773 534.137 534.5C561.384 507.234 593.162 486.121 628.575 471.751C662.776 457.873 698.924 450.838 736 450.838C773.076 450.838 809.217 457.873 843.425 471.751C878.838 486.121 910.608 507.234 937.863 534.5C965.111 561.765 986.209 593.565 1000.58 629.002C1014.45 663.226 1021.48 699.399 1021.48 736.5C1021.48 773.601 1014.45 809.766 1000.58 843.998C986.217 879.435 965.118 911.227 937.863 938.501C910.616 965.766 878.838 986.879 843.425 1001.25C809.224 1015.13 773.076 1022.16 736 1022.16ZM736 452.096C699.085 452.096 663.105 459.1 629.05 472.917C593.799 487.225 562.166 508.246 535.034 535.389C507.901 562.54 486.895 594.194 472.604 629.47C458.796 663.548 451.797 699.552 451.797 736.492C451.797 773.432 458.796 809.437 472.604 843.515C486.902 878.79 507.909 910.444 535.034 937.595C562.166 964.746 593.799 985.759 629.05 1000.07C663.105 1013.88 699.085 1020.89 736 1020.89C772.915 1020.89 808.895 1013.88 842.95 1000.07C878.201 985.759 909.834 964.746 936.966 937.595C964.099 910.444 985.105 878.79 999.396 843.515C1013.2 809.437 1020.2 773.432 1020.2 736.492C1020.2 699.552 1013.2 663.548 999.396 629.47C985.098 594.187 964.091 562.54 936.966 535.389C909.834 508.239 878.201 487.218 842.95 472.917C808.895 459.1 772.915 452.096 736 452.096Z' fill='%230025DF'/%3E%3Cpath d='M736 1009.98C700.503 1009.98 665.904 1003.24 633.159 989.956C599.257 976.2 568.844 955.985 542.754 929.885C516.664 903.778 496.47 873.343 482.724 839.418C469.445 806.652 462.714 772.028 462.714 736.508C462.714 700.987 469.445 666.364 482.724 633.597C496.47 599.672 516.672 569.238 542.754 543.13C568.844 517.023 599.257 496.815 633.159 483.06C665.904 469.772 700.503 463.036 736 463.036C771.497 463.036 806.096 469.772 838.841 483.06C872.743 496.815 903.156 517.031 929.246 543.13C955.336 569.238 975.53 599.672 989.284 633.597C1002.56 666.364 1009.29 700.987 1009.29 736.508C1009.29 772.028 1002.56 806.652 989.284 839.418C975.537 873.343 955.336 903.778 929.246 929.885C903.156 955.992 872.743 976.2 838.841 989.956C806.096 1003.24 771.497 1009.98 736 1009.98ZM736 464.225C700.664 464.225 666.21 470.93 633.612 484.164C599.863 497.859 569.58 517.982 543.605 543.974C517.63 569.967 497.521 600.271 483.836 634.042C470.618 666.663 463.91 701.133 463.91 736.5C463.91 771.867 470.611 806.337 483.836 838.958C497.521 872.73 517.63 903.033 543.605 929.026C569.58 955.018 599.863 975.141 633.612 988.836C666.21 1002.06 700.657 1008.77 736 1008.77C771.343 1008.77 805.79 1002.07 838.388 988.836C872.137 975.141 902.42 955.018 928.395 929.026C954.37 903.033 974.479 872.73 988.164 838.958C1001.38 806.337 1008.09 771.867 1008.09 736.5C1008.09 701.133 1001.39 666.663 988.164 634.042C974.479 600.271 954.37 569.967 928.395 543.974C902.42 517.982 872.137 497.859 838.388 484.164C805.79 470.938 771.343 464.225 736 464.225Z' fill='%230025DF'/%3E%3Cpath d='M736 997.789C702.09 997.789 669.032 991.352 637.744 978.655C605.352 965.513 576.288 946.203 551.364 921.262C526.439 896.32 507.142 867.236 494.002 834.823C481.313 803.514 474.881 770.433 474.881 736.5C474.881 702.567 481.313 669.486 494.002 638.177C507.135 605.764 526.432 576.68 551.364 551.738C576.288 526.797 605.352 507.487 637.744 494.337C669.032 481.64 702.09 475.204 736 475.204C769.91 475.204 802.968 481.64 834.256 494.337C866.648 507.479 895.712 526.789 920.636 551.738C945.561 576.68 964.858 605.764 977.998 638.177C990.687 669.486 997.119 702.567 997.119 736.5C997.119 770.433 990.687 803.514 977.998 834.823C964.865 867.236 945.561 896.32 920.636 921.262C895.712 946.203 866.648 965.513 834.256 978.655C802.968 991.352 769.91 997.789 736 997.789ZM736 476.347C702.236 476.347 669.323 482.753 638.173 495.396C605.927 508.484 576.993 527.71 552.176 552.544C527.359 577.378 508.147 606.331 495.067 638.599C482.433 669.77 476.031 702.705 476.031 736.492C476.031 770.279 482.433 803.215 495.067 834.385C508.147 866.653 527.359 895.607 552.176 920.449C576.993 945.282 605.927 964.508 638.173 977.596C669.323 990.24 702.236 996.646 736 996.646C769.764 996.646 802.677 990.24 833.827 977.596C866.073 964.508 895.007 945.282 919.824 920.449C944.641 895.615 963.853 866.661 976.933 834.385C989.567 803.215 995.969 770.279 995.969 736.492C995.969 702.705 989.567 669.77 976.933 638.599C963.853 606.331 944.641 577.378 919.824 552.544C895.007 527.71 866.073 508.484 833.827 495.396C802.677 482.753 769.764 476.347 736 476.347Z' fill='%230025DF'/%3E%3Cpath d='M736 985.606C703.67 985.606 672.152 979.468 642.321 967.362C611.44 954.834 583.732 936.421 559.973 912.639C536.207 888.856 517.814 861.137 505.287 830.235C493.189 800.391 487.056 768.852 487.056 736.5C487.056 704.148 493.189 672.609 505.287 642.765C517.807 611.863 536.207 584.137 559.973 560.361C583.74 536.579 611.44 518.174 642.321 505.638C672.152 493.532 703.662 487.394 736 487.394C768.338 487.394 799.848 493.532 829.679 505.638C860.56 518.166 888.268 536.579 912.027 560.361C935.793 584.144 954.186 611.87 966.713 642.765C978.811 672.609 984.944 704.148 984.944 736.5C984.944 768.852 978.811 800.391 966.713 830.235C954.193 861.137 935.793 888.863 912.027 912.639C888.26 936.421 860.56 954.834 829.679 967.362C799.856 979.468 768.338 985.606 736 985.606ZM736 488.476C703.808 488.476 672.428 494.583 642.735 506.635C611.992 519.11 584.407 537.446 560.74 561.121C537.081 584.796 518.765 612.4 506.291 643.172C494.247 672.892 488.144 704.293 488.144 736.5C488.144 768.707 494.247 800.115 506.291 829.828C518.757 860.593 537.081 888.196 560.74 911.871C584.399 935.547 611.984 953.883 642.735 966.357C672.436 978.41 703.815 984.516 736 984.516C768.185 984.516 799.572 978.41 829.265 966.357C860.008 953.883 887.593 935.547 911.26 911.871C934.919 888.196 953.235 860.593 965.709 829.828C977.753 800.115 983.856 768.714 983.856 736.5C983.856 704.286 977.753 672.885 965.709 643.172C953.243 612.407 934.919 584.804 911.26 561.121C887.601 537.446 860.016 519.117 829.265 506.635C799.572 494.583 768.185 488.476 736 488.476Z' fill='%230025DF'/%3E%3Cpath d='M736 973.423C705.249 973.423 675.272 967.585 646.906 956.077C617.535 944.155 591.184 926.647 568.583 904.031C545.982 881.414 528.486 855.046 516.572 825.655C505.072 797.269 499.238 767.272 499.238 736.5C499.238 705.728 505.072 675.731 516.572 647.345C528.479 617.954 545.982 591.586 568.583 568.969C591.184 546.353 617.535 528.845 646.906 516.923C675.272 505.415 705.249 499.577 736 499.577C766.751 499.577 796.728 505.415 825.094 516.923C854.465 528.845 880.816 546.353 903.417 568.969C926.018 591.586 943.514 617.954 955.428 647.345C966.928 675.731 972.762 705.728 972.762 736.5C972.762 767.272 966.928 797.269 955.428 825.655C943.521 855.046 926.018 881.414 903.417 904.031C880.816 926.647 854.465 944.155 825.094 956.077C796.728 967.585 766.751 973.423 736 973.423ZM736 500.605C705.379 500.605 675.541 506.42 647.289 517.875C618.048 529.743 591.813 547.173 569.304 569.69C546.802 592.207 529.376 618.461 517.523 647.729C506.069 675.992 500.265 705.859 500.265 736.5C500.265 767.141 506.077 797.008 517.523 825.271C529.383 854.532 546.802 880.785 569.304 903.31C591.805 925.827 618.041 943.265 647.289 955.133C675.533 966.595 705.379 972.41 736 972.41C766.621 972.41 796.467 966.595 824.711 955.133C853.952 943.265 880.187 925.834 902.696 903.31C925.198 880.793 942.624 854.539 954.477 825.271C965.931 797.008 971.735 767.141 971.735 736.5C971.735 705.859 965.931 676 954.477 647.729C942.617 618.468 925.198 592.215 902.696 569.69C880.195 547.173 853.952 529.735 824.711 517.875C796.467 506.413 766.621 500.605 736 500.605Z' fill='%230025DF'/%3E%3Cpath d='M736 961.24C706.828 961.24 678.4 955.701 651.49 944.784C623.63 933.475 598.636 916.866 577.193 895.415C555.757 873.965 539.158 848.947 527.858 821.067C516.948 794.139 511.413 765.684 511.413 736.5C511.413 707.316 516.948 678.861 527.858 651.933C539.158 624.053 555.757 599.043 577.193 577.585C598.629 556.134 623.63 539.525 651.49 528.216C678.4 517.299 706.836 511.76 736 511.76C765.164 511.76 793.6 517.299 820.51 528.216C848.37 539.525 873.364 556.134 894.807 577.585C916.243 599.035 932.842 624.053 944.142 651.933C955.052 678.861 960.587 707.316 960.587 736.5C960.587 765.684 955.052 794.139 944.142 821.067C932.842 848.947 916.243 873.957 894.807 895.415C873.371 916.866 848.37 933.475 820.51 944.784C793.6 955.701 765.164 961.24 736 961.24ZM736 512.727C706.959 512.727 678.646 518.243 651.851 529.114C624.113 540.369 599.219 556.909 577.875 578.268C556.531 599.626 540.002 624.537 528.755 652.294C517.891 679.107 512.379 707.439 512.379 736.5C512.379 765.561 517.891 793.893 528.755 820.707C540.002 848.463 556.531 873.374 577.875 894.732C599.219 916.091 624.113 932.631 651.851 943.886C678.646 954.757 706.959 960.273 736 960.273C765.041 960.273 793.354 954.757 820.149 943.886C847.887 932.631 872.781 916.091 894.125 894.732C915.469 873.374 931.998 848.463 943.245 820.707C954.109 793.893 959.621 765.561 959.621 736.5C959.621 707.439 954.109 679.107 943.245 652.294C931.998 624.537 915.469 599.626 894.125 578.268C872.781 556.909 847.887 540.369 820.149 529.114C793.354 518.243 765.041 512.727 736 512.727Z' fill='%230025DF'/%3E%3Cpath d='M736 949.057C708.415 949.057 681.521 943.817 656.067 933.491C629.717 922.796 606.081 907.092 585.802 886.8C565.524 866.508 549.83 842.855 539.143 816.487C528.824 791.016 523.587 764.111 523.587 736.5C523.587 708.889 528.824 681.984 539.143 656.513C549.83 630.145 565.524 606.493 585.802 586.2C606.081 565.908 629.717 550.204 656.067 539.509C681.521 529.183 708.408 523.943 736 523.943C763.592 523.943 790.479 529.183 815.933 539.509C842.283 550.204 865.927 565.908 886.198 586.2C906.476 606.493 922.17 630.145 932.857 656.513C943.176 681.984 948.413 708.889 948.413 736.5C948.413 764.111 943.176 791.016 932.857 816.487C922.17 842.855 906.476 866.515 886.198 886.8C865.919 907.092 842.283 922.796 815.933 933.491C790.479 943.817 763.592 949.057 736 949.057ZM736 524.856C708.53 524.856 681.751 530.073 656.412 540.353C630.177 551.002 606.633 566.645 586.446 586.845C566.26 607.045 550.628 630.605 539.986 656.858C529.713 682.214 524.5 709.012 524.5 736.5C524.5 763.988 529.713 790.786 539.986 816.142C550.628 842.395 566.26 865.955 586.446 886.155C606.633 906.355 630.177 921.998 656.412 932.647C681.751 942.927 708.53 948.144 736 948.144C763.47 948.144 790.249 942.927 815.588 932.647C841.823 921.998 865.367 906.355 885.554 886.155C905.74 865.955 921.372 842.395 932.014 816.142C942.287 790.786 947.5 763.988 947.5 736.5C947.5 709.012 942.287 682.214 932.014 656.858C921.372 630.605 905.74 607.045 885.554 586.845C865.367 566.645 841.823 551.002 815.588 540.353C790.249 530.073 763.47 524.856 736 524.856Z' fill='%230025DF'/%3E%3Cpath d='M736 936.866C709.995 936.866 684.641 931.933 660.652 922.198C635.812 912.117 613.525 897.31 594.412 878.184C575.299 859.058 560.502 836.756 550.428 811.899C540.699 787.894 535.77 762.523 535.77 736.5C535.77 710.477 540.699 685.106 550.428 661.101C560.502 636.244 575.299 613.942 594.412 594.816C613.525 575.69 635.812 560.883 660.652 550.802C684.641 541.067 709.995 536.134 736 536.134C762.005 536.134 787.359 541.067 811.348 550.802C836.188 560.883 858.475 575.69 877.588 594.816C896.701 613.942 911.498 636.244 921.572 661.101C931.301 685.106 936.23 710.477 936.23 736.5C936.23 762.523 931.301 787.894 921.572 811.899C911.498 836.756 896.701 859.058 877.588 878.184C858.475 897.31 836.188 912.117 811.348 922.198C787.359 931.933 762.005 936.866 736 936.866ZM736 536.978C710.102 536.978 684.863 541.895 660.966 551.585C636.234 561.62 614.039 576.365 595.01 595.414C575.974 614.463 561.238 636.666 551.21 661.415C541.52 685.321 536.613 710.584 536.613 736.492C536.613 762.4 541.527 787.664 551.21 811.577C561.238 836.326 575.974 858.537 595.01 877.578C614.046 896.627 636.234 911.373 660.966 921.408C684.856 931.105 710.102 936.015 736 936.015C761.898 936.015 787.137 931.097 811.026 921.408C835.759 911.373 857.954 896.627 876.982 877.578C896.019 858.529 910.754 836.326 920.782 811.577C930.473 787.671 935.379 762.408 935.379 736.492C935.379 710.577 930.465 685.321 920.782 661.415C910.754 636.666 896.019 614.456 876.982 595.414C857.946 576.365 835.759 561.62 811.026 551.585C787.137 541.888 761.89 536.978 736 536.978Z' fill='%230025DF'/%3E%3Cpath d='M736 924.683C711.574 924.683 687.769 920.05 665.237 910.905C641.907 901.438 620.977 887.528 603.029 869.569C585.074 851.601 571.182 830.657 561.721 807.311C552.583 784.764 547.952 760.935 547.952 736.5C547.952 712.065 552.583 688.236 561.721 665.689C571.182 642.343 585.082 621.399 603.029 603.439C620.977 585.471 641.915 571.57 665.237 562.103C687.769 552.958 711.582 548.324 736 548.324C760.418 548.324 784.231 552.958 806.763 562.103C830.093 571.57 851.023 585.479 868.971 603.439C886.926 621.407 900.818 642.351 910.279 665.689C919.417 688.236 924.048 712.057 924.048 736.5C924.048 760.943 919.417 784.764 910.279 807.311C900.818 830.657 886.918 851.601 868.971 869.569C851.023 887.536 830.085 901.438 806.763 910.905C784.231 920.05 760.418 924.683 736 924.683ZM736 549.099C711.674 549.099 687.968 553.718 665.528 562.824C642.298 572.253 621.452 586.101 603.581 603.991C585.703 621.882 571.864 642.734 562.442 665.98C553.342 688.436 548.726 712.157 548.726 736.5C548.726 760.843 553.342 784.564 562.442 807.02C571.864 830.266 585.703 851.125 603.581 869.016C621.46 886.907 642.298 900.755 665.528 910.184C687.968 919.29 711.674 923.909 736 923.909C760.326 923.909 784.032 919.29 806.472 910.184C829.702 900.755 850.548 886.907 868.419 869.016C886.297 851.125 900.136 830.266 909.558 807.02C918.658 784.564 923.274 760.843 923.274 736.5C923.274 712.157 918.658 688.436 909.558 665.98C900.136 642.734 886.297 621.875 868.419 603.991C850.54 586.101 829.702 572.253 806.472 562.824C784.032 553.718 760.326 549.099 736 549.099Z' fill='%230025DF'/%3E%3Cpath d='M736 912.5C713.153 912.5 690.889 908.166 669.814 899.612C647.994 890.758 628.421 877.747 611.631 860.945C594.841 844.144 581.846 824.558 572.999 802.724C564.451 781.634 560.119 759.354 560.119 736.492C560.119 713.63 564.451 691.351 572.999 670.261C581.846 648.427 594.849 628.841 611.631 612.039C628.421 595.238 647.994 582.234 669.814 573.373C690.889 564.819 713.153 560.484 736 560.484C758.847 560.484 781.111 564.819 802.186 573.373C824.006 582.226 843.579 595.238 860.369 612.039C877.159 628.841 890.154 648.427 899.001 670.261C907.549 691.351 911.881 713.63 911.881 736.492C911.881 759.354 907.549 781.634 899.001 802.724C890.154 824.558 877.159 844.144 860.369 860.945C843.579 877.747 824.006 890.758 802.186 899.612C781.111 908.166 758.847 912.5 736 912.5ZM736 561.228C713.253 561.228 691.073 565.548 670.09 574.063C648.362 582.878 628.866 595.836 612.145 612.569C595.424 629.301 582.483 648.803 573.666 670.545C565.156 691.543 560.84 713.737 560.84 736.5C560.84 759.262 565.156 781.457 573.666 802.455C582.475 824.197 595.424 843.707 612.145 860.431C628.866 877.164 648.362 890.114 670.09 898.937C691.073 907.452 713.253 911.772 736 911.772C758.747 911.772 780.927 907.452 801.91 898.937C823.638 890.122 843.134 877.164 859.855 860.431C876.576 843.699 889.517 824.197 898.326 802.455C906.836 781.457 911.153 759.262 911.153 736.5C911.153 713.737 906.836 691.543 898.326 670.545C889.517 648.803 876.568 629.293 859.855 612.569C843.134 595.836 823.638 582.886 801.91 574.063C780.927 565.548 758.747 561.228 736 561.228Z' fill='%230025DF'/%3E%3Cpath d='M736 900.318C714.74 900.318 694.01 896.282 674.398 888.327C654.089 880.087 635.873 867.981 620.241 852.345C604.616 836.71 592.518 818.474 584.277 798.151C576.326 778.527 572.286 757.782 572.286 736.508C572.286 715.234 576.319 694.489 584.277 674.864C592.511 654.541 604.609 636.313 620.241 620.67C635.866 605.035 654.089 592.929 674.398 584.681C694.01 576.726 714.74 572.69 736 572.69C757.26 572.69 777.99 576.726 797.602 584.681C817.911 592.921 836.127 605.027 851.759 620.67C867.384 636.305 879.489 654.541 887.723 674.864C895.681 694.489 899.714 715.234 899.714 736.508C899.714 757.782 895.681 778.527 887.723 798.151C879.489 818.474 867.391 836.702 851.759 852.345C836.134 867.981 817.911 880.087 797.602 888.327C777.99 896.282 757.26 900.318 736 900.318ZM736 573.358C714.825 573.358 694.186 577.378 674.651 585.303C654.427 593.512 636.28 605.564 620.716 621.138C605.153 636.712 593.101 654.871 584.905 675.11C576.986 694.658 572.968 715.31 572.968 736.5C572.968 757.69 576.986 778.343 584.905 797.89C593.109 818.129 605.153 836.288 620.716 851.862C636.28 867.436 654.427 879.496 674.651 887.697C694.186 895.622 714.825 899.643 736 899.643C757.175 899.643 777.814 895.622 797.349 887.697C817.573 879.488 835.72 867.436 851.284 851.862C866.847 836.288 878.899 818.129 887.102 797.89C895.022 778.343 899.039 757.69 899.039 736.5C899.039 715.31 895.022 694.658 887.102 675.11C878.899 654.871 866.847 636.712 851.284 621.138C835.72 605.564 817.573 593.504 797.349 585.303C777.814 577.378 757.175 573.358 736 573.358Z' fill='%230025DF'/%3E%3Cpath d='M736 888.135C716.32 888.135 697.138 884.398 678.983 877.033C660.184 869.408 643.318 858.199 628.858 843.722C614.391 829.245 603.198 812.367 595.57 793.563C588.21 775.396 584.476 756.201 584.476 736.5C584.476 716.799 588.21 697.611 595.57 679.437C603.19 660.625 614.391 643.747 628.858 629.278C643.325 614.801 660.192 603.6 678.983 595.967C697.138 588.602 716.32 584.865 736 584.865C755.68 584.865 774.862 588.602 793.017 595.967C811.816 603.592 828.682 614.801 843.142 629.278C857.609 643.755 868.81 660.633 876.43 679.437C883.79 697.604 887.524 716.799 887.524 736.5C887.524 756.201 883.79 775.389 876.43 793.563C868.81 812.375 857.609 829.253 843.142 843.722C828.675 858.199 811.808 869.408 793.017 877.033C774.862 884.398 755.68 888.135 736 888.135ZM736 585.479C716.396 585.479 697.291 589.2 679.213 596.534C660.491 604.129 643.693 615.292 629.288 629.707C614.882 644.123 603.727 660.932 596.137 679.667C588.808 697.765 585.089 716.883 585.089 736.5C585.089 756.117 588.808 775.235 596.137 793.333C603.727 812.068 614.882 828.877 629.288 843.292C643.693 857.708 660.491 868.87 679.213 876.466C697.299 883.8 716.404 887.521 736 887.521C755.596 887.521 774.709 883.8 792.787 876.466C811.509 868.87 828.307 857.708 842.712 843.292C857.118 828.877 868.273 812.068 875.863 793.333C883.192 775.235 886.911 756.117 886.911 736.5C886.911 716.883 883.192 697.765 875.863 679.667C868.273 660.932 857.118 644.123 842.712 629.707C828.307 615.292 811.509 604.129 792.787 596.534C774.701 589.2 755.596 585.479 736 585.479Z' fill='%230025DF'/%3E%3Cpath d='M736 875.944C698.778 875.944 663.78 861.437 637.46 835.099C611.141 808.761 596.643 773.739 596.643 736.492C596.643 699.245 611.141 664.223 637.46 637.886C663.78 611.548 698.778 597.041 736 597.041C773.222 597.041 808.22 611.548 834.54 637.886C860.859 664.223 875.357 699.245 875.357 736.492C875.357 773.739 860.859 808.761 834.54 835.099C808.22 861.437 773.222 875.944 736 875.944ZM736 597.601C698.924 597.601 664.071 612.047 637.851 638.285C611.631 664.522 597.195 699.399 597.195 736.5C597.195 773.601 611.631 808.478 637.851 834.715C664.071 860.946 698.924 875.399 736 875.399C773.076 875.399 807.929 860.953 834.149 834.715C860.369 808.478 874.805 773.601 874.805 736.5C874.805 699.399 860.369 664.522 834.149 638.285C807.936 612.055 773.076 597.601 736 597.601Z' fill='%230025DF'/%3E%3Cpath d='M736 863.761C702.029 863.761 670.09 850.527 646.07 826.483C622.05 802.447 608.818 770.486 608.818 736.492C608.818 702.498 622.043 670.537 646.07 646.509C670.09 622.473 702.029 609.231 736 609.231C769.971 609.231 801.91 622.473 825.93 646.509C849.95 670.545 863.182 702.498 863.182 736.492C863.182 770.486 849.957 802.447 825.93 826.483C801.91 850.519 769.971 863.761 736 863.761ZM736 609.722C702.159 609.722 670.35 622.91 646.423 646.854C622.495 670.798 609.316 702.629 609.316 736.492C609.316 770.356 622.495 802.194 646.423 826.138C670.35 850.082 702.167 863.27 736 863.27C769.833 863.27 801.65 850.082 825.577 826.138C849.505 802.194 862.684 770.356 862.684 736.492C862.684 702.629 849.505 670.798 825.577 646.854C801.65 622.91 769.833 609.722 736 609.722Z' fill='%230025DF'/%3E%3Cpath d='M736 851.578C705.28 851.578 676.399 839.61 654.68 817.868C632.96 796.134 621 767.234 621 736.5C621 705.766 632.96 676.867 654.68 655.132C676.399 633.398 705.28 621.422 736 621.422C766.72 621.422 795.601 633.39 817.32 655.132C839.04 676.867 851 705.766 851 736.5C851 767.234 839.04 796.134 817.32 817.868C795.601 839.602 766.72 851.578 736 851.578ZM736 621.851C705.395 621.851 676.629 633.774 654.986 655.431C633.351 677.081 621.429 705.874 621.429 736.5C621.429 767.126 633.343 795.911 654.986 817.569C676.622 839.226 705.395 851.148 736 851.148C766.605 851.148 795.371 839.226 817.014 817.569C838.649 795.919 850.571 767.126 850.571 736.5C850.571 705.874 838.657 677.089 817.014 655.431C795.371 633.774 766.605 621.851 736 621.851Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1536_77422'%3E%3Crect width='1472' height='1473' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.fc2024 .pattern--linear-standard {
    width: 16px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='1474' height='1473' viewBox='0 0 1474 1473' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1536_77257)'%3E%3Cpath d='M1473.5 0H0.5V1.88728H1473.5V0Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 24.3505H0.5V26.4066H1473.5V24.3505Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 48.701H0.5V50.9259H1473.5V48.701Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 73.0516H0.5V75.4452H1473.5V73.0516Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 97.4021H0.5V99.9645H1473.5V97.4021Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 121.745H0.5V124.476H1473.5V121.745Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 146.096H0.5V148.995H1473.5V146.096Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 170.454H0.5V173.522H1473.5V170.454Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 194.797H0.5V198.034H1473.5V194.797Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 219.147H0.5V222.553H1473.5V219.147Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 243.498H0.5V247.073H1473.5V243.498Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 267.848H0.5V271.592H1473.5V267.848Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 292.199H0.5V296.111H1473.5V292.199Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 316.549H0.5V320.631H1473.5V316.549Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 340.9H0.5V345.15H1473.5V340.9Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 365.25H0.5V369.669H1473.5V365.25Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 389.593H0.5V394.181H1473.5V389.593Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 413.951H0.5V418.708H1473.5V413.951Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 438.294H0.5V443.22H1473.5V438.294Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 462.645H0.5V467.739H1473.5V462.645Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 486.995H0.5V492.258H1473.5V486.995Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 511.346H0.5V516.777H1473.5V511.346Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 535.696H0.5V541.297H1473.5V535.696Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 560.047H0.5V565.816H1473.5V560.047Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 584.39H0.5V590.328H1473.5V584.39Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 608.74H0.5V614.847H1473.5V608.74Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 633.098H0.5V639.374H1473.5V633.098Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 657.441H0.5V663.886H1473.5V657.441Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 681.792H0.5V688.405H1473.5V681.792Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 706.142H0.5V712.924H1473.5V706.142Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 730.493H0.5V737.444H1473.5V730.493Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 754.844H0.5V761.963H1473.5V754.844Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 779.194H0.5V786.482H1473.5V779.194Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 803.545H0.5V811.002H1473.5V803.545Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 827.895H0.5V835.521H1473.5V827.895Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 852.246H0.5V860.04H1473.5V852.246Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 876.588H0.5V884.552H1473.5V876.588Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 900.939H0.5V909.071H1473.5V900.939Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 925.297H0.5V933.598H1473.5V925.297Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 949.64H0.5V958.11H1473.5V949.64Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 973.991H0.5V982.629H1473.5V973.991Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 998.341H0.5V1007.15H1473.5V998.341Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1022.69H0.5V1031.67H1473.5V1022.69Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1047.04H0.5V1056.19H1473.5V1047.04Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1071.39H0.5V1080.71H1473.5V1071.39Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1095.74H0.5V1105.23H1473.5V1095.74Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1120.09H0.5V1129.74H1473.5V1120.09Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1144.44H0.5V1154.26H1473.5V1144.44Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1168.79H0.5V1178.78H1473.5V1168.79Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1193.14H0.5V1203.3H1473.5V1193.14Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1217.49H0.5V1227.81H1473.5V1217.49Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1241.84H0.5V1252.34H1473.5V1241.84Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1266.19H0.5V1276.85H1473.5V1266.19Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1290.54H0.5V1301.37H1473.5V1290.54Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1314.88H0.5V1325.88H1473.5V1314.88Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1339.24H0.5V1350.41H1473.5V1339.24Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1363.58H0.5V1374.93H1473.5V1363.58Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1387.93H0.5V1399.44H1473.5V1387.93Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1412.29H0.5V1423.97H1473.5V1412.29Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1436.64H0.5V1448.49H1473.5V1436.64Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1460.99H0.5V1473H1473.5V1460.99Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1536_77257'%3E%3Crect width='1473' height='1473' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.fc2024 .pattern--linear-supersize {
    width: 16px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='1474' height='2945' viewBox='0 0 1474 2945' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1536_77475)'%3E%3Cpath d='M1473.5 1472.5H0.5V1474.39H1473.5V1472.5Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1496.84H0.5V1498.9H1473.5V1496.84Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1521.18H0.5V1523.41H1473.5V1521.18Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1545.53H0.5V1547.92H1473.5V1545.53Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1569.87H0.5V1572.43H1473.5V1569.87Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1594.2H0.5V1596.93H1473.5V1594.2Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1618.55H0.5V1621.44H1473.5V1618.55Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1642.9H0.5V1645.96H1473.5V1642.9Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1667.23H0.5V1670.47H1473.5V1667.23Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1691.57H0.5V1694.98H1473.5V1691.57Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1715.91H0.5V1719.49H1473.5V1715.91Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1740.26H0.5V1744H1473.5V1740.26Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1764.6H0.5V1768.51H1473.5V1764.6Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1788.94H0.5V1793.02H1473.5V1788.94Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1813.28H0.5V1817.53H1473.5V1813.28Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1837.63H0.5V1842.04H1473.5V1837.63Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1861.96H0.5V1866.55H1473.5V1861.96Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1886.31H0.5V1891.07H1473.5V1886.31Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1910.65H0.5V1915.57H1473.5V1910.65Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1934.99H0.5V1940.08H1473.5V1934.99Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1959.33H0.5V1964.59H1473.5V1959.33Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1983.67H0.5V1989.1H1473.5V1983.67Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2008.01H0.5V2013.61H1473.5V2008.01Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2032.36H0.5V2038.12H1473.5V2032.36Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2056.69H0.5V2062.63H1473.5V2056.69Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2081.03H0.5V2087.14H1473.5V2081.03Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2105.38H0.5V2111.66H1473.5V2105.38Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2129.72H0.5V2136.16H1473.5V2129.72Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2154.06H0.5V2160.67H1473.5V2154.06Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2178.4H0.5V2185.18H1473.5V2178.4Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2202.74H0.5V2209.69H1473.5V2202.74Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2227.09H0.5V2234.2H1473.5V2227.09Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2251.43H0.5V2258.72H1473.5V2251.43Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2275.77H0.5V2283.23H1473.5V2275.77Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2300.11H0.5V2307.74H1473.5V2300.11Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2324.46H0.5V2332.25H1473.5V2324.46Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2348.79H0.5V2356.75H1473.5V2348.79Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2373.13H0.5V2381.26H1473.5V2373.13Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2397.48H0.5V2405.78H1473.5V2397.48Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2421.82H0.5V2430.28H1473.5V2421.82Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2446.16H0.5V2454.8H1473.5V2446.16Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2470.5H0.5V2479.31H1473.5V2470.5Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2494.84H0.5V2503.82H1473.5V2494.84Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2519.19H0.5V2528.33H1473.5V2519.19Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2543.53H0.5V2552.84H1473.5V2543.53Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2567.87H0.5V2577.35H1473.5V2567.87Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2592.21H0.5V2601.86H1473.5V2592.21Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2616.55H0.5V2626.36H1473.5V2616.55Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2640.89H0.5V2650.88H1473.5V2640.89Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2665.23H0.5V2675.39H1473.5V2665.23Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2689.57H0.5V2699.9H1473.5V2689.57Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2713.92H0.5V2724.42H1473.5V2713.92Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2738.26H0.5V2748.92H1473.5V2738.26Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2762.6H0.5V2773.43H1473.5V2762.6Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2786.94H0.5V2797.93H1473.5V2786.94Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2811.29H0.5V2822.45H1473.5V2811.29Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2835.62H0.5V2846.96H1473.5V2835.62Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2859.96H0.5V2871.47H1473.5V2859.96Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2884.31H0.5V2895.99H1473.5V2884.31Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2908.66H0.5V2920.5H1473.5V2908.66Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 2932.99H0.5V2945H1473.5V2932.99Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1446.1H0.5V1448.16H1473.5V1446.1Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1421.59H0.5V1423.82H1473.5V1421.59Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1397.08H0.5V1399.47H1473.5V1397.08Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1372.57H0.5V1375.13H1473.5V1372.57Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1348.07H0.5V1350.8H1473.5V1348.07Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1323.56H0.5V1326.45H1473.5V1323.56Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1299.04H0.5V1302.1H1473.5V1299.04Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1274.53H0.5V1277.77H1473.5V1274.53Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1250.02H0.5V1253.43H1473.5V1250.02Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1225.51H0.5V1229.09H1473.5V1225.51Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1201H0.5V1204.74H1473.5V1201Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1176.49H0.5V1180.4H1473.5V1176.49Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1151.98H0.5V1156.06H1473.5V1151.98Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1127.47H0.5V1131.72H1473.5V1127.47Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1102.96H0.5V1107.38H1473.5V1102.96Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1078.45H0.5V1083.04H1473.5V1078.45Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1053.94H0.5V1058.7H1473.5V1053.94Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1029.43H0.5V1034.35H1473.5V1029.43Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1004.92H0.5V1010.01H1473.5V1004.92Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 980.409H0.5V985.67H1473.5V980.409Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 955.898H0.5V961.328H1473.5V955.898Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 931.387H0.5V936.986H1473.5V931.387Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 906.876H0.5V912.643H1473.5V906.876Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 882.365H0.5V888.301H1473.5V882.365Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 857.862H0.5V863.966H1473.5V857.862Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 833.343H0.5V839.617H1473.5V833.343Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 808.84H0.5V815.282H1473.5V808.84Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 784.329H0.5V790.94H1473.5V784.329Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 759.818H0.5V766.597H1473.5V759.818Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 735.307H0.5V742.255H1473.5V735.307Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 710.796H0.5V717.913H1473.5V710.796Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 686.285H0.5V693.57H1473.5V686.285Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 661.774H0.5V669.228H1473.5V661.774Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 637.263H0.5V644.886H1473.5V637.263Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 612.752H0.5V620.544H1473.5V612.752Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 588.241H0.5V596.201H1473.5V588.241Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 563.737H0.5V571.867H1473.5V563.737Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 539.219H0.5V547.517H1473.5V539.219Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 514.715H0.5V523.182H1473.5V514.715Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 490.204H0.5V498.84H1473.5V490.204Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 465.693H0.5V474.498H1473.5V465.693Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 441.182H0.5V450.156H1473.5V441.182Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 416.672H0.5V425.813H1473.5V416.672Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 392.168H0.5V401.479H1473.5V392.168Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 367.65H0.5V377.129H1473.5V367.65Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 343.139H0.5V352.786H1473.5V343.139Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 318.635H0.5V328.452H1473.5V318.635Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 294.117H0.5V304.102H1473.5V294.117Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 269.613H0.5V279.767H1473.5V269.613Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 245.102H0.5V255.425H1473.5V245.102Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 220.584H0.5V231.083H1473.5V220.584Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 196.08H0.5V206.741H1473.5V196.08Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 171.569H0.5V182.398H1473.5V171.569Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 147.058H0.5V158.056H1473.5V147.058Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 122.547H0.5V133.714H1473.5V122.547Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 98.0439H0.5V109.387H1473.5V98.0439Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 73.5253H0.5V85.0292H1473.5V73.5253Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 49.0143H0.5V60.6869H1473.5V49.0143Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 24.5033H0.5V36.3446H1473.5V24.5033Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 0H0.5V12.0101H1473.5V0Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1536_77475'%3E%3Crect width='1473' height='2945' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.fc2024.pattern-page .pattern--item {
    width: 865px;
    height: 865px;
}

    .fc2024.pattern-page .pattern--item.pattern--linear-supersize {
        height: 1730px;
    }

.fc2024 .list--item-wrap {
    position: relative;
    align-items: baseline;
    padding: 23px 31px 23px 52px;
    border: 1px solid transparent;
    border-bottom: 1px solid #001370;
    background-color: #FFFFFF;
    color: #001370;
}

    .fc2024 .list--item-wrap .pattern--item {
        width: 20px;
        position: absolute;
        left: 0;
        background-color: #D1E0FF;
        top: 0;

        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='104' viewBox='0 0 20 104' fill='none'%3E%3Cg clip-path='url(%23clip0_5532_3324)'%3E%3Crect width='20' height='104' transform='matrix(-1 0 0 1 20 0)' fill='%23D1E0FF'/%3E%3Cpath d='M88 0.134766H-42V0.824254H88V0.134766Z' fill='%230025DF'/%3E%3Cpath d='M88 2.9624H-42V3.67149H88V2.9624Z' fill='%230025DF'/%3E%3Cpath d='M88 5.79102H-42V6.51971H88V5.79102Z' fill='%230025DF'/%3E%3Cpath d='M88 8.61768H-42V9.36596H88V8.61768Z' fill='%230025DF'/%3E%3Cpath d='M88 11.4448H-42V12.2127H88V11.4448Z' fill='%230025DF'/%3E%3Cpath d='M88 14.2725H-42V15.0599H88V14.2725Z' fill='%230025DF'/%3E%3Cpath d='M88 17.0996H-42V17.9067H88V17.0996Z' fill='%230025DF'/%3E%3Cpath d='M88 19.9268H-42V20.7534H88V19.9268Z' fill='%230025DF'/%3E%3Cpath d='M88 22.7539H-42V23.6002H88V22.7539Z' fill='%230025DF'/%3E%3Cpath d='M88 25.582H-42V26.4479H88V25.582Z' fill='%230025DF'/%3E%3Cpath d='M88 28.4092H-42V29.2946H88V28.4092Z' fill='%230025DF'/%3E%3Cpath d='M88 31.2368H-42V32.1419H88V31.2368Z' fill='%230025DF'/%3E%3Cpath d='M88 34.0635H-42V34.9881H88V34.0635Z' fill='%230025DF'/%3E%3Cpath d='M88 36.8906H-42V37.8349H88V36.8906Z' fill='%230025DF'/%3E%3Cpath d='M88 39.7192H-42V40.6831H88V39.7192Z' fill='%230025DF'/%3E%3Cpath d='M88 42.5459H-42V43.5294H88V42.5459Z' fill='%230025DF'/%3E%3Cpath d='M88 45.373H-42V46.3761H88V45.373Z' fill='%230025DF'/%3E%3Cpath d='M88 48.2007H-42V49.2233H88V48.2007Z' fill='%230025DF'/%3E%3Cpath d='M88 51.0278H-42V52.0701H88V51.0278Z' fill='%230025DF'/%3E%3Cpath d='M88 53.8555H-42V54.9173H88V53.8555Z' fill='%230025DF'/%3E%3Cpath d='M88 56.6831H-42V57.7646H88V56.6831Z' fill='%230025DF'/%3E%3Cpath d='M88 59.5103H-42V60.6113H88V59.5103Z' fill='%230025DF'/%3E%3Cpath d='M88 62.3374H-42V63.458H88V62.3374Z' fill='%230025DF'/%3E%3Cpath d='M88 65.1641H-42V66.3043H88V65.1641Z' fill='%230025DF'/%3E%3Cpath d='M88 67.9922H-42V69.152H88V67.9922Z' fill='%230025DF'/%3E%3Cpath d='M88 70.8193H-42V71.9988H88V70.8193Z' fill='%230025DF'/%3E%3Cpath d='M88 73.647H-42V74.846H88V73.647Z' fill='%230025DF'/%3E%3Cpath d='M88 76.4741H-42V77.6937H88V76.4741Z' fill='%230025DF'/%3E%3Cpath d='M88 79.3013H-42V80.5395H88V79.3013Z' fill='%230025DF'/%3E%3Cpath d='M88 82.1284H-42V83.3862H88V82.1284Z' fill='%230025DF'/%3E%3Cpath d='M88 84.9551H-42V86.2325H88V84.9551Z' fill='%230025DF'/%3E%3Cpath d='M88 87.7837H-42V89.0807H88V87.7837Z' fill='%230025DF'/%3E%3Cpath d='M88 90.6104H-42V91.9279H88V90.6104Z' fill='%230025DF'/%3E%3Cpath d='M88 93.4375H-42V94.7737H88V93.4375Z' fill='%230025DF'/%3E%3Cpath d='M88 96.2666H-42V97.6224H88V96.2666Z' fill='%230025DF'/%3E%3Cpath d='M88 99.0938H-42V100.469H88V99.0938Z' fill='%230025DF'/%3E%3Cpath d='M88 101.92H-42V103.315H88V101.92Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5532_3324'%3E%3Crect width='20' height='104' fill='white' transform='matrix(-1 0 0 1 20 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    }

    .fc2024 .list--item-wrap .tag--item {
        background-color: #FFFFFF;
        font-size: 14px;
        letter-spacing: 0.2px;
        font-weight: 600;
        line-height: 1.57143;
    }

    .fc2024 .list--item-wrap .list--item-txt--title {
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.4;
    }

    .fc2024 .list--item-wrap .list--item-txt--description {
        font-size: 16px;
        letter-spacing: 0.2px;
        line-height: 1.5;
    }

    .fc2024 .list--item-wrap.active {
        background-color: #D1E0FF;
    }

    .fc2024 .list--item-wrap:focus {
        border: 1px solid #001370;
        color: #001370;
    }

    .fc2024 .list--item-wrap:active {
        background-color: #F6F7FC;
    }

    .fc2024 .list--item-wrap:hover {
        background-color: #6B81EF;
        color: #001370;
    }

    .fc2024 .list--item-wrap.disabled,
    .fc2024 .list--item-wrap[disabled] {
        background-color: #E9EEF9;
        color: #979BAE;
        border: 0;
        cursor: not-allowed;
    }

        .fc2024 .list--item-wrap.disabled .pattern--item,
        .fc2024 .list--item-wrap[disabled] .pattern--item {
            background-image: url("data:image/svg+xml,%3Csvg width='1474' height='1473' viewBox='0 0 1474 1473' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1536_77257)'%3E%3Cpath d='M1473.5 0H0.5V1.88728H1473.5V0Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 24.3505H0.5V26.4066H1473.5V24.3505Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 48.701H0.5V50.9259H1473.5V48.701Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 73.0516H0.5V75.4452H1473.5V73.0516Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 97.4021H0.5V99.9645H1473.5V97.4021Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 121.745H0.5V124.476H1473.5V121.745Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 146.096H0.5V148.995H1473.5V146.096Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 170.454H0.5V173.522H1473.5V170.454Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 194.797H0.5V198.034H1473.5V194.797Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 219.147H0.5V222.553H1473.5V219.147Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 243.498H0.5V247.073H1473.5V243.498Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 267.848H0.5V271.592H1473.5V267.848Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 292.199H0.5V296.111H1473.5V292.199Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 316.549H0.5V320.631H1473.5V316.549Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 340.9H0.5V345.15H1473.5V340.9Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 365.25H0.5V369.669H1473.5V365.25Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 389.593H0.5V394.181H1473.5V389.593Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 413.951H0.5V418.708H1473.5V413.951Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 438.294H0.5V443.22H1473.5V438.294Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 462.645H0.5V467.739H1473.5V462.645Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 486.995H0.5V492.258H1473.5V486.995Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 511.346H0.5V516.777H1473.5V511.346Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 535.696H0.5V541.297H1473.5V535.696Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 560.047H0.5V565.816H1473.5V560.047Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 584.39H0.5V590.328H1473.5V584.39Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 608.74H0.5V614.847H1473.5V608.74Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 633.098H0.5V639.374H1473.5V633.098Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 657.441H0.5V663.886H1473.5V657.441Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 681.792H0.5V688.405H1473.5V681.792Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 706.142H0.5V712.924H1473.5V706.142Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 730.493H0.5V737.444H1473.5V730.493Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 754.844H0.5V761.963H1473.5V754.844Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 779.194H0.5V786.482H1473.5V779.194Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 803.545H0.5V811.002H1473.5V803.545Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 827.895H0.5V835.521H1473.5V827.895Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 852.246H0.5V860.04H1473.5V852.246Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 876.588H0.5V884.552H1473.5V876.588Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 900.939H0.5V909.071H1473.5V900.939Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 925.297H0.5V933.598H1473.5V925.297Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 949.64H0.5V958.11H1473.5V949.64Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 973.991H0.5V982.629H1473.5V973.991Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 998.341H0.5V1007.15H1473.5V998.341Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1022.69H0.5V1031.67H1473.5V1022.69Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1047.04H0.5V1056.19H1473.5V1047.04Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1071.39H0.5V1080.71H1473.5V1071.39Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1095.74H0.5V1105.23H1473.5V1095.74Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1120.09H0.5V1129.74H1473.5V1120.09Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1144.44H0.5V1154.26H1473.5V1144.44Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1168.79H0.5V1178.78H1473.5V1168.79Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1193.14H0.5V1203.3H1473.5V1193.14Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1217.49H0.5V1227.81H1473.5V1217.49Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1241.84H0.5V1252.34H1473.5V1241.84Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1266.19H0.5V1276.85H1473.5V1266.19Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1290.54H0.5V1301.37H1473.5V1290.54Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1314.88H0.5V1325.88H1473.5V1314.88Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1339.24H0.5V1350.41H1473.5V1339.24Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1363.58H0.5V1374.93H1473.5V1363.58Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1387.93H0.5V1399.44H1473.5V1387.93Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1412.29H0.5V1423.97H1473.5V1412.29Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1436.64H0.5V1448.49H1473.5V1436.64Z' fill='%23979BAE'/%3E%3Cpath d='M1473.5 1460.99H0.5V1473H1473.5V1460.99Z' fill='%23979BAE'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1536_77257'%3E%3Crect width='1473' height='1473' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

.fc2024 .accordion__list-item--wrap {
    position: relative;
    padding: 24px 16px;
    border: 1px solid transparent;
    border-bottom: 1px solid #001370;
    background-color: #FFFFFF;
    color: #001370;
}

    .fc2024 .accordion__list-item--wrap.active {
        background-color: #D1E0FF;
    }

    .fc2024 .accordion__list-item--wrap:focus {
        border: 1px solid #001370;
        color: #001370;
    }

    .fc2024 .accordion__list-item--wrap:active {
        background-color: #F6F7FC;
    }

    .fc2024 .accordion__list-item--wrap:hover {
        background-color: #6B81EF;
        color: #001370;
    }

    .fc2024 .accordion__list-item--wrap.disabled,
    .fc2024 .accordion__list-item--wrap[disabled] {
        background-color: #E9EEF9;
        color: #979BAE;
        border: 0;
        cursor: not-allowed;
    }

        .fc2024 .accordion__list-item--wrap.disabled .accordion__list-item--title .opener:before,
        .fc2024 .accordion__list-item--wrap.disabled .accordion__list-item--title .opener:after,
        .fc2024 .accordion__list-item--wrap[disabled] .accordion__list-item--title .opener:before,
        .fc2024 .accordion__list-item--wrap[disabled] .accordion__list-item--title .opener:after {
            background-color: #979BAE;
        }

    .fc2024 .accordion__list-item--wrap.active .accordion__list-item--title .opener:before {
        transform: rotate(90deg);
    }

.fc2024 .accordion__list-item--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    font-weight: 700;
    cursor: pointer;
}

    .fc2024 .accordion__list-item--title .opener {
        width: 32px;
        height: 32px;
        position: relative;
    }

        .fc2024 .accordion__list-item--title .opener:before,
        .fc2024 .accordion__list-item--title .opener:after {
            content: '';
            background-color: #001370;
            position: absolute;
            right: 0;
            left: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            -moz-transition: transform 0.3s ease-in-out;
            -webkit-transition: transform 0.3s ease-in-out;
            transition: transform 0.3s ease-in-out;
        }

        .fc2024 .accordion__list-item--title .opener:before {
            width: 2px;
            height: 68.77%;
        }

        .fc2024 .accordion__list-item--title .opener:after {
            width: 68.77%;
            height: 2px;
        }

.fc2024 .accordion__list-item--content {
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.fc2024 .paginate-nav-wrapper .pagination {
    justify-content: center;
}

    .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link {
        padding: 0;
        width: 52px;
        height: 52px;
        margin: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 0;
        color: #001370;
        background-color: transparent;
        font-weight: 700;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.4;
    }

        .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link i {
            font-weight: 700 !important;
        }

        .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link:hover {
            background-color: #6B81EF;
            color: #001370 !important;
        }

        .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link:active {
            color: #001370;
        }

            .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link:active:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                border: 1px solid #0025DF;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: calc(100% + 4px);
                height: calc(100% + 4px);
                left: -2px;
            }

            .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link:active:after {
                display: none;
            }

        .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link:focus {
            color: #001370;
            background-color: transparent;
            box-shadow: none;
        }

            .fc2024 .paginate-nav-wrapper .pagination .page-item .page-link:focus:after {
                content: '';
                border: 1px solid #001370;
                position: absolute;
                width: calc(100% + 8px);
                height: calc(100% + 8px);
                left: -4px;
                top: 0;
                bottom: 0;
                right: 0;
                margin: auto;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                border-radius: 0px;
            }

    .fc2024 .paginate-nav-wrapper .pagination .page-item.disabled .page-link {
        color: #979BAE;
    }

    .fc2024 .paginate-nav-wrapper .pagination .page-item.disabled svg path {
        fill: #979BAE;
    }

    .fc2024 .paginate-nav-wrapper .pagination .page-item.active .page-link {
        background-color: #6B81EF;
        color: #001370 !important;
    }

.fc2024 .dropdown__item-menu .dropdown-toggle {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    border: 0;
    background: transparent;
    padding: 8px 16px;
    color: #001370;
    position: relative;
}

    .fc2024 .dropdown__item-menu .dropdown-toggle:after {
        content: "";
        color: #001370;
        display: inline-block;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 0;
        position: relative;
        width: 24px;
        height: 24px;
        top: 4px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4333 9.40063L13.744 15.09C12.8653 15.9686 11.4407 15.9686 10.562 15.09L4.87268 9.40063L5.93334 8.33997L11.6227 14.0293C11.9156 14.3222 12.3904 14.3222 12.6833 14.0293L18.3727 8.33997L19.4333 9.40063Z' fill='%23001370'/%3E%3C/svg%3E");
    }

    .fc2024 .dropdown__item-menu .dropdown-toggle[aria-expanded="true"] {
        background-color: #E9EEF9;
        color: #0025DF;
        font-weight: 700;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .fc2024 .dropdown__item-menu .dropdown-toggle[aria-expanded="true"]:after {
            transform: rotate(180deg);
            color: #0025DF;
        }

    .fc2024 .dropdown__item-menu .dropdown-toggle:active:before {
        content: '';
        border: 1px solid #0025DF;
        position: absolute;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        left: -4px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .fc2024 .dropdown__item-menu .dropdown-toggle:hover {
        background-color: #6B81EF;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

.fc2024 .dropdown__item-menu .dropdown-menu:not(.megamenu) {
    min-width: 10.2926rem;
    top: 5px !important;
    padding: 2px;
    color: #001370;
    background-color: #E9EEF9;
    border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    .fc2024 .dropdown__item-menu .dropdown-menu:not(.megamenu) .dropdown-item {
        padding: 4px 12px;
        font-size: 16px;
        letter-spacing: 0.2px;
        line-height: 1.5;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        color: #001370;
    }

        .fc2024 .dropdown__item-menu .dropdown-menu:not(.megamenu) .dropdown-item:hover {
            background-color: #6B81EF;
        }

        .fc2024 .dropdown__item-menu .dropdown-menu:not(.megamenu) .dropdown-item:focus {
            background-color: #6B81EF;
        }

.fc2024 .dropdown__item-menu.disabled .dropdown-toggle {
    background-color: transparent;
    border: 0;
    cursor: not-allowed;
    color: #979BAE;
}

    .fc2024 .dropdown__item-menu.disabled .dropdown-toggle:after {
        color: #979BAE;
    }

    .fc2024 .dropdown__item-menu.disabled .dropdown-toggle:active:before {
        display: none;
    }

.fc2024 .dropdown__item-menu-list .dropdown-toggle {
    font-size: 20px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    border: 0;
    background: transparent;
    padding: 8px 16px;
    color: #001370;
    position: relative;
}

    .fc2024 .dropdown__item-menu-list .dropdown-toggle:after {
        content: "";
        color: #001370;
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-size: 24px;
        font-style: normal;
        font-weight: 400 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -0.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-left: 25px;
        border: 0;
        position: relative;
        top: 3px;
        rotate: -90deg;
    }

    .fc2024 .dropdown__item-menu-list .dropdown-toggle:active:before {
        display: none;
    }

    .fc2024 .dropdown__item-menu-list .dropdown-toggle:focus {
        border: 1px solid #001370;
        background-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .fc2024 .dropdown__item-menu-list .dropdown-toggle[aria-expanded="true"] {
        background-color: #E9EEF9;
        color: #0025DF;
        font-weight: 700;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

        .fc2024 .dropdown__item-menu-list .dropdown-toggle[aria-expanded="true"]:after {
            transform: rotate(180deg);
            color: #0025DF;
        }

.fc2024 .dropdown__item-menu-list.disabled .dropdown-toggle {
    background-color: transparent;
    border: 0;
    cursor: not-allowed;
    color: #979BAE;
}

    .fc2024 .dropdown__item-menu-list.disabled .dropdown-toggle:after {
        color: #979BAE;
    }

.fc2024 .slider__control {
    opacity: 1;
}

    .fc2024 .slider__control span[class*="icon"] {
        width: 56px;
        height: 56px;
        border: 2px solid #0025DF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-image: none;
        filter: none;
        position: relative;
    }

        .fc2024 .slider__control span[class*="icon"]:before {
            color: #0025DF;
            display: inline-block;
            font-family: bootstrap-icons !important;
            font-size: 32px;
            font-style: normal;
            font-weight: 400 !important;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: -0.125em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            border: 0;
            position: absolute;
            top: 10px;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0;
        }

        .fc2024 .slider__control span[class*="icon"].slider__control-prev-icon:before {
            content: '\f284';
            left: -1px;
        }

        .fc2024 .slider__control span[class*="icon"].slider__control-next-icon:before {
            content: '\f285';
            left: 1px;
        }

    .fc2024 .slider__control:hover span[class*="icon"] {
        background-color: #6B81EF;
    }

        .fc2024 .slider__control:hover span[class*="icon"]:before {
            color: #001370;
        }

    .fc2024 .slider__control:active:before {
        content: '';
        border: 1px solid #0025DF;
        position: absolute;
        width: 60px;
        height: 60px;
        left: -2px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .fc2024 .slider__control:active:after {
        display: none;
    }

    .fc2024 .slider__control:focus:after {
        content: '';
        border: 1px solid #001370;
        position: absolute;
        width: 60px;
        height: 60px;
        left: -2px;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

.fc2024 .slider.slider__dark .slider__control span[class*="icon"] {
    border: 2px solid #FFFFFF;
}

    .fc2024 .slider.slider__dark .slider__control span[class*="icon"]:before {
        color: #FFFFFF;
    }

.fc2024 .slider.slider__dark .slider__control:hover span[class*="icon"] {
    background-color: #FFFFFF;
}

    .fc2024 .slider.slider__dark .slider__control:hover span[class*="icon"]:before {
        color: #001370;
    }

.fc2024 .slider.slider__dark .slider__control:active:before {
    content: '';
    border: 1px solid #FFFFFF;
}

.fc2024 .slider.slider__dark .slider__control:active:after {
    display: none;
}

.fc2024 .slider.slider__dark .slider__control:focus:after {
    border: 1px solid #FFFFFF;
}

.fc2024 .slider.slider__light .slider__control span[class*="icon"] {
    border: 2px solid #001370;
}

    .fc2024 .slider.slider__light .slider__control span[class*="icon"]:before {
        color: #001370;
    }

.fc2024 .slider.slider__light .slider__control:hover span[class*="icon"] {
    background-color: #001370;
}

    .fc2024 .slider.slider__light .slider__control:hover span[class*="icon"]:before {
        color: #FFFFFF;
    }

.fc2024 .slider.slider__light .slider__control:active:before {
    content: '';
    border: 1px solid #001370;
}

.fc2024 .slider.slider__light .slider__control:active:after {
    display: none;
}

.fc2024 .slider.slider__light .slider__control:focus:after {
    border: 1px solid #001370;
}

.fc2024 .slider__dots button[data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #6B81EF !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0s ease-in-out;
    position: relative;
}

    .fc2024 .slider__dots button[data-bs-target]:hover {
        background-color: #0025DF !important;
    }

    .fc2024 .slider__dots button[data-bs-target]:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        left: 0;
        border-radius: 50%;
        top: 0;
    }

    .fc2024 .slider__dots button[data-bs-target]:after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        right: 0;
        border-radius: 50%;
        top: 0;
    }

    .fc2024 .slider__dots button[data-bs-target].active {
        background-color: #0025DF !important;
        width: 240px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        margin: 0 8px;
    }

        .fc2024 .slider__dots button[data-bs-target].active:before {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #0025DF !important;
            left: -6px;
            border-radius: 50%;
            top: 0;
        }

        .fc2024 .slider__dots button[data-bs-target].active:after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            background-color: #0025DF !important;
            right: -6px;
            border-radius: 50%;
            top: 0;
        }

.fc2024 .slider.slider__dark .slider__dots button[data-bs-target] {
    background-color: #B8C4FF !important;
}

    .fc2024 .slider.slider__dark .slider__dots button[data-bs-target]:hover {
        background-color: #B8C4FF !important;
    }

    .fc2024 .slider.slider__dark .slider__dots button[data-bs-target].active {
        background-color: #B8C4FF !important;
    }

        .fc2024 .slider.slider__dark .slider__dots button[data-bs-target].active:before {
            background-color: #B8C4FF !important;
        }

        .fc2024 .slider.slider__dark .slider__dots button[data-bs-target].active:after {
            background-color: #B8C4FF !important;
        }

.fc2024 .slider.slider__light .slider__dots button[data-bs-target] {
    background-color: #6B81EF !important;
}

    .fc2024 .slider.slider__light .slider__dots button[data-bs-target]:hover {
        background-color: #001370 !important;
    }

    .fc2024 .slider.slider__light .slider__dots button[data-bs-target]:before {
        background-color: #6B81EF !important;
    }

    .fc2024 .slider.slider__light .slider__dots button[data-bs-target]:after {
        background-color: #6B81EF !important;
    }

    .fc2024 .slider.slider__light .slider__dots button[data-bs-target].active {
        background-color: #001370 !important;
    }

        .fc2024 .slider.slider__light .slider__dots button[data-bs-target].active:before {
            background-color: #001370 !important;
        }

        .fc2024 .slider.slider__light .slider__dots button[data-bs-target].active:after {
            background-color: #001370 !important;
        }

.fc2024 .slider__nav {
    position: relative;
    height: 96px;
    margin-top: 40px;
    padding: 20px 0;
}

    .fc2024 .slider__nav .slider__dots {
        bottom: 0;
        left: 15px;
        right: auto;
        top: 0;
        margin: auto;
        align-items: center;
    }

    .fc2024 .slider__nav .slider__nav-arrows {
        position: absolute;
        right: 0;
        width: 50%;
        max-width: 122px;
    }

        .fc2024 .slider__nav .slider__nav-arrows .slider__control {
            width: 56px;
            height: 56px;
        }

    .fc2024 .slider__nav .glider-dot {
        -moz-transition: width 0.3s ease-in-out;
        -webkit-transition: width 0.3s ease-in-out;
        transition: width 0.3s ease-in-out;
        margin: 0 4px;
        background-color: #6B81EF;
    }

        .fc2024 .slider__nav .glider-dot:hover {
            background-color: #0025DF !important;
        }

        .fc2024 .slider__nav .glider-dot.active {
            background-color: #0025DF !important;
            width: 240px;
        }

.fc2024 .tab--item,
.fc2024 .tab--item a,
.fc2024 .tab--item button {
    background-color: transparent;
    color: #001370 !important;
    padding: 12px 16px;
    border: 0;
    border-bottom: 2px solid #001370 !important;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    margin-left: -2px;
}

    .fc2024 .tab--item:focus,
    .fc2024 .tab--item a:focus,
    .fc2024 .tab--item button:focus {
        border-bottom: 2px solid #001370 !important;
        border-radius: 0;
    }

        .fc2024 .tab--item:focus:after,
        .fc2024 .tab--item a:focus:after,
        .fc2024 .tab--item button:focus:after {
            display: none;
        }

    .fc2024 .tab--item:active,
    .fc2024 .tab--item a:active,
    .fc2024 .tab--item button:active {
        color: #001370;
    }

        .fc2024 .tab--item:active:before,
        .fc2024 .tab--item a:active:before,
        .fc2024 .tab--item button:active:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            border-radius: 10px 10px 0px 0px !important;
            width: 100% !important;
            height: 100% !important;
            left: 0 !important;
        }

        .fc2024 .tab--item:active:after,
        .fc2024 .tab--item a:active:after,
        .fc2024 .tab--item button:active:after {
            display: none;
        }

    .fc2024 .tab--item:hover,
    .fc2024 .tab--item a:hover,
    .fc2024 .tab--item button:hover {
        color: #001370 !important;
        background-color: #6B81EF;
        border-color: unset;
        border-radius: 10px 10px 0px 0px !important;
    }

    .fc2024 .tab--item.active-tab,
    .fc2024 .tab--item a.active,
    .fc2024 .tab--item button.active {
        border-bottom: 2px solid #0025DF !important;
        color: #0025DF;
    }

        .fc2024 .tab--item.active-tab:after,
        .fc2024 .tab--item a.active:after,
        .fc2024 .tab--item button.active:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 6px;
            background: #0025DF;
            display: block !important;
        }

.fc2024 #main-footer .container {
    max-width: 1312px;
}

.fc2024 #main-footer .footer-bottom .container {
    max-width: 1092px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding-right: 0;
    padding-left: 0;
}

.fc2024 #main-footer .footer__top {
    background-color: #E9EEF9;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    .fc2024 #main-footer .footer__top .footer__logo {
        margin-bottom: 3rem;
    }

    .fc2024 #main-footer .footer__top .footer__menu-heading {
        font-size: 24px;
        letter-spacing: 0.2px;
        line-height: 1.41667;
        margin-bottom: 1rem;
        font-weight: 700;
    }

    .fc2024 #main-footer .footer__top .footer__content {
        justify-content: space-between;
    }

        .fc2024 #main-footer .footer__top .footer__content .footer__menu-item-col {
            margin-bottom: 1rem;
        }

            .fc2024 #main-footer .footer__top .footer__content .footer__menu-item-col .footer__menu-list {
                list-style: none;
                padding-left: 0;
            }

                .fc2024 #main-footer .footer__top .footer__content .footer__menu-item-col .footer__menu-list .footer__menu-item {
                    margin-bottom: 1rem;
                }

                    .fc2024 #main-footer .footer__top .footer__content .footer__menu-item-col .footer__menu-list .footer__menu-item a {
                        font-size: 20px;
                        letter-spacing: 0.2px;
                        line-height: 1.4;
                        color: #001370;
                    }

                        .fc2024 #main-footer .footer__top .footer__content .footer__menu-item-col .footer__menu-list .footer__menu-item a:hover {
                            color: #6c84ff;
                        }

        .fc2024 #main-footer .footer__top .footer__content .footer__social {
            display: flex;
            margin-top: 1rem;
            gap: 1rem;
        }

            .fc2024 #main-footer .footer__top .footer__content .footer__social .footer__social-item a:hover svg path {
                fill: #6c84ff;
            }

        .fc2024 #main-footer .footer__top .footer__content .footer-form-wrapper {
            margin-bottom: 1rem !important;
            display: flex !important;
        }

            .fc2024 #main-footer .footer__top .footer__content .footer-form-wrapper .field__item {
                width: 305px;
                height: 54px;
            }

            .fc2024 #main-footer .footer__top .footer__content .footer-form-wrapper .field__item-text {
                padding: 24px 40px 7px 16px;
            }

            .fc2024 #main-footer .footer__top .footer__content .footer-form-wrapper .field__item-label {
                left: 16px;
            }

            .fc2024 #main-footer .footer__top .footer__content .footer-form-wrapper .field__item-button {
                right: 16px;
            }

.fc2024 #main-footer .footer-bottom {
    background-color: #001CA8;
    padding: 3rem 1rem;
}

.fc2024 #main-footer .footer-bottom__credits {
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.57143;
    padding-bottom: 1rem;
    padding-right: 0;
    padding-left: 0;
    color: #D1E0FF;
}

.fc2024 #main-footer .footer-bottom__menu-col {
    padding-right: 0;
    padding-left: 0;
    display: flex;
}

.fc2024 #main-footer .footer-bottom__menu-list {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .fc2024 #main-footer .footer-bottom__menu-list .footer-bottom__menu-item {
        font-size: 14px;
        letter-spacing: 0.2px;
        font-weight: 600;
        line-height: 1.57143;
        padding-bottom: 1rem;
    }

        .fc2024 #main-footer .footer-bottom__menu-list .footer-bottom__menu-item a {
            color: #FFFFFF;
        }

            .fc2024 #main-footer .footer-bottom__menu-list .footer-bottom__menu-item a:hover {
                color: #6c84ff;
            }

/* ============ ============ MEGA MENU TEMPLATE STYLING ============ ============ */

/* ============ desktop view ============ */

.fc2024 {
    /* ============ desktop view .end// ============ */
    /* ============ mobile view ============ */
}

    .fc2024 .navbar {
        border-radius: 10px;
        max-width: 1312px;
        justify-content: space-between;
        background-color: #FFFFFF;
        margin: auto;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        width: 95%;
    }

        .fc2024 .navbar .navbar-toggler[aria-expanded="true"] .close {
            display: block;
        }

        .fc2024 .navbar .navbar-toggler[aria-expanded="true"] .open {
            display: none;
        }

        .fc2024 .navbar .navbar-toggler[aria-expanded="false"] .close {
            display: none;
        }

        .fc2024 .navbar .navbar-toggler[aria-expanded="false"] .open {
            display: block;
        }

        .fc2024 .navbar .navbar__search-content {
            position: absolute;
            top: calc(100% + 10px);
            background-color: #FFFFFF;
            width: 100%;
            left: 0;
            border-radius: 10px;
            overflow-x: hidden;
            padding: 16px;
        }

            .fc2024 .navbar .navbar__search-content form {
                margin-bottom: 20px;
            }

                .fc2024 .navbar .navbar__search-content form .field__item {
                    width: 100%;
                }

            .fc2024 .navbar .navbar__search-content .social--submenu--text {
                margin-bottom: 20px;
            }

            .fc2024 .navbar .navbar__search-content .social--submenu--chips {
                margin: 0 -8px;
            }

                .fc2024 .navbar .navbar__search-content .social--submenu--chips .chip--item-wrap {
                    padding: 8px;
                    float: left;
                    display: flex;
                }

                .fc2024 .navbar .navbar__search-content .social--submenu--chips .chip--item {
                    padding: 8px 16px;
                    border-width: 1px;
                }

        .fc2024 .navbar .navbar-collapse {
            padding-left: 32px;
        }

            .fc2024 .navbar .navbar-collapse .mobile-menu {
                display: none;
            }

            .fc2024 .navbar .navbar-collapse .mobile-menu__wrap {
                margin-bottom: 26px;
            }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item:not(:last-child) {
                margin-bottom: 12px;
            }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item-title {
                font-size: 15.973px;
                font-style: normal;
                font-weight: 400;
                line-height: 23.959px;
                letter-spacing: 0.2px;
                position: relative;
                cursor: pointer;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item-title.current-item {
                    color: #6c84ff;
                }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item-title svg {
                    position: absolute;
                    right: 0;
                    margin: auto;
                    top: 0;
                    bottom: 0;
                    -moz-transition: transform 0.3s ease-in-out;
                    -webkit-transition: transform 0.3s ease-in-out;
                    transition: transform 0.3s ease-in-out;
                }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item-title.my-account svg {
                    right: 3px;
                    transform: none !important;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item.active .mobile-menu__item-title svg {
                transform: rotate(180deg);
            }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item-list {
                list-style: none;
                padding-left: 0;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item-list li:not(:last-child) {
                    margin-bottom: 11px;
                }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item-list li:first-child {
                    margin-top: 11px;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item-link {
                color: #001370;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px;
                letter-spacing: 0.2px;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item-link.current-item-link {
                    color: #6c84ff;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item .login-form {
                padding-right: 0;
                padding-top: 20px;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item .login-form .field__item {
                    width: 100%;
                    margin-bottom: 20px;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item-chip-list {
                margin-top: 30px;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item-chip-list > * {
                    margin-bottom: 20px;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu__item .social--submenu--chips {
                margin: 0 -8px;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item .social--submenu--chips .chip--item-wrap {
                    padding: 8px;
                    float: left;
                    display: flex;
                }

                .fc2024 .navbar .navbar-collapse .mobile-menu__item .social--submenu--chips .chip--item {
                    padding: 8px 16px;
                    border-width: 1px;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media {
                background-color: #D8EDEE;
                margin-left: 0;
                border-radius: 20px 0 20px 0;
                overflow: hidden;
                margin-top: 20px;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media.media--login {
                    background-color: #E9EEF9;
                    padding: 0 0 0 15px;
                    margin-left: 0;
                    border-radius: 20px 0 20px 0;
                }

                .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media .pattern--radical {
                    background-position: 50% 25%;
                    background-size: 525px;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media--content {
                padding: 16px;
            }

            .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media--text {
                margin-bottom: 20px;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media--text h4 {
                    color: #0025DF;
                    font-size: 28px;
                    letter-spacing: 0.2px;
                    line-height: 1.28571;
                }

            .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media--image {
                padding: 0 32px 0 0;
                position: relative;
                overflow: hidden;
            }

                .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media--image .pattern--radical {
                    width: 525px;
                    height: 525px;
                    background-position: 50% 25%;
                    background-size: 525px;
                    position: absolute;
                    right: -138px;
                    top: -38px;
                }

                .fc2024 .navbar .navbar-collapse .mobile-menu .megamenu__media--image img {
                    z-index: 2;
                    object-fit: cover;
                    position: relative;
                }

        .fc2024 .navbar .container {
            padding: 16px 32px !important;
            width: 100% !important;
        }

        .fc2024 .navbar .megamenu {
            padding: 32px;
        }

        .fc2024 .navbar .megamenu--login {
            padding: 32px 64px;
        }

        .fc2024 .navbar .logged-in--links .d-flex:first-child {
            margin-right: 135px;
        }

        .fc2024 .navbar .logged-in--links a {
            color: #001370;
            margin-bottom: 8px;
        }

            .fc2024 .navbar .logged-in--links a:last-child {
                margin-bottom: 0;
            }

    .fc2024 .logout-button {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: (26px/20px);
        letter-spacing: 0.2px;
    }

    .fc2024 .navbar__search {
        display: flex;
    }

    .fc2024 .navbar__search-icon {
        display: none;
    }

    .fc2024 .navbar-nav {
        margin-right: auto;
        gap: 16px;
    }

    .fc2024 .navbar-nav-link {
        display: block;
    }

    .fc2024 .navbar .dropdown-menu {
        border-radius: 14px;
    }

        .fc2024 .navbar .dropdown-menu .megamenu-row {
            padding: 0;
            flex-direction: row;
        }

        .fc2024 .navbar .dropdown-menu .megamenu-row__col li {
            margin-bottom: 20px;
        }

        .fc2024 .navbar .dropdown-menu .megamenu-row__col ul {
            list-style: none;
            padding-left: 0;
        }

        .fc2024 .navbar .dropdown-menu .megamenu-row--title {
            font-size: 20px;
            letter-spacing: 0.2px;
            line-height: 1.4;
            margin-bottom: 25px;
            color: #001370;
        }

        .fc2024 .navbar .dropdown-menu .megamenu-row--link {
            font-size: 16px;
            letter-spacing: 0.2px;
            line-height: 1.5;
            color: #001370;
            font-weight: 500;
        }

        .fc2024 .navbar .dropdown-menu .megamenu__media {
            background-color: #D8EDEE;
            padding: 0 0 0 15px;
            margin-left: 15px;
            border-radius: 20px 0 20px 0;
        }

            .fc2024 .navbar .dropdown-menu .megamenu__media.media--login {
                background-color: #E9EEF9;
                padding: 0 0 0 15px;
                margin-left: 0;
                border-radius: 20px 0 20px 0;
                overflow: hidden;
            }

            .fc2024 .navbar .dropdown-menu .megamenu__media .pattern--radical {
                background-position: 50% 25%;
                background-size: 525px;
            }

        .fc2024 .navbar .dropdown-menu .megamenu__media--content {
            padding: 32px;
        }

        .fc2024 .navbar .dropdown-menu .megamenu__media--text {
            max-width: 251px;
            margin-bottom: 32px;
        }

            .fc2024 .navbar .dropdown-menu .megamenu__media--text h4 {
                color: #0025DF;
                font-size: 28px;
                letter-spacing: 0.2px;
                line-height: 1.28571;
            }

        .fc2024 .navbar .dropdown-menu .megamenu__media--button {
            padding: 16px;
        }

        .fc2024 .navbar .dropdown-menu .megamenu__media--image {
            padding: 0 32px 0 0;
        }

            .fc2024 .navbar .dropdown-menu .megamenu__media--image img {
                object-fit: cover;
            }

    .fc2024 .navbar .login-form {
        padding-right: 32px;
    }

    .fc2024 .navbar .login-form--settings {
        margin-bottom: 32px;
        justify-content: space-between;
    }

    .fc2024 .navbar .login-form--check {
        padding: 0;
    }

        .fc2024 .navbar .login-form--check label {
            color: #001370;
        }

    .fc2024 .navbar .login-form .eye-icon {
        top: 6px;
    }

    .fc2024 .navbar .login-form .form-check-label {
        font-weight: 500;
    }

    .fc2024 .navbar .field__item:before {
        display: none;
    }

    .fc2024 .navbar .field__item-label {
        font-size: 16px;
        letter-spacing: 0.2px;
        line-height: 1.5;
    }

    .fc2024 .navbar .field__item-text {
        font-size: 16px;
        letter-spacing: 0.2px;
        line-height: 1.5;
    }

    .fc2024 .navbar .megamenu--col {
        color: #001370;
        padding: 0;
    }

        .fc2024 .navbar .megamenu--col ul li {
            margin-bottom: 1rem;
        }

    .fc2024 .navbar .has-megamenu {
        list-style: none;
    }

    .fc2024 .navbar--social {
        display: flex;
        justify-content: end;
        gap: 18px;
    }

        .fc2024 .navbar--social .social {
            padding-left: 0;
            list-style: none;
            font-size: 32px;
        }

            .fc2024 .navbar--social .social .field__item {
                width: 100%;
                margin-bottom: 32px;
            }

            .fc2024 .navbar--social .social .field__item--search {
                margin-bottom: 0;
            }

            .fc2024 .navbar--social .social .nav-item > a {
                height: 38px;
                width: 38px;
                border-radius: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }

                .fc2024 .navbar--social .social .nav-item > a:hover {
                    background-color: #6B81EF;
                }

                .fc2024 .navbar--social .social .nav-item > a:active:before {
                    content: '';
                    width: calc(100% + 4px);
                    height: calc(100% + 4px);
                    position: absolute;
                    border-radius: 100%;
                    border: 1px solid #001370;
                }

                .fc2024 .navbar--social .social .nav-item > a[aria-expanded="true"] {
                    background-color: #E9EEF9;
                }

        .fc2024 .navbar--social .social--submenu--title {
            margin-bottom: 32px;
        }

            .fc2024 .navbar--social .social--submenu--title h4 {
                color: #001370;
                font-size: 28px;
                letter-spacing: 0.2px;
                line-height: 1.28571;
            }

        .fc2024 .navbar--social .social--submenu--text {
            color: #001370;
            font-size: 20px;
            letter-spacing: 0.2px;
            line-height: 1.4;
            margin-bottom: 32px;
        }

        .fc2024 .navbar--social .social--submenu--chips {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

            .fc2024 .navbar--social .social--submenu--chips a {
                background-color: transparent;
                color: #0025DF !important;
                padding: 14px 22px;
                border: 2px solid;
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                -moz-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                font-size: 20px;
                letter-spacing: 0.2px;
                font-weight: 700;
                line-height: 1.3;
                position: relative;
            }

                .fc2024 .navbar--social .social--submenu--chips a:focus:after {
                    content: '';
                    border: 1px solid #001370;
                    position: absolute;
                    width: calc(100% + 8px);
                    height: calc(100% + 8px);
                    left: -4px;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    -webkit-border-radius: 0px;
                    -moz-border-radius: 0px;
                    border-radius: 0px;
                }

                .fc2024 .navbar--social .social--submenu--chips a:active:before {
                    content: '';
                    border: 2px solid #0025DF;
                    position: absolute;
                    width: calc(100% + 10px);
                    height: calc(100% + 10px);
                    left: -5px;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    margin: auto;
                    -webkit-border-radius: 100px;
                    -moz-border-radius: 100px;
                    border-radius: 100px;
                }

                .fc2024 .navbar--social .social--submenu--chips a:active:after {
                    display: none;
                }

                .fc2024 .navbar--social .social--submenu--chips a:hover {
                    color: #001370;
                    background-color: #6B81EF;
                    border-color: #6B81EF;
                }

    /* ============ mobile view .end// ============ */

    .fc2024 .navbar-item a.nav-link:hover {
        background-color: #E9EEF9;
    }

    .fc2024 .navbar-item a.nav-link:active:before {
        display: none;
    }

    .fc2024 .navbar-item.current-item a.nav-link {
        background-color: #E9EEF9;
        font-weight: 700;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        color: #0025DF;
    }

    .fc2024 .navbar-item.current-item .megamenu .current-item-link {
        color: #6c84ff;
    }

    /* ============ ============ MEGA MENU TEMPLATE STYLING END============ ============ */

    .fc2024 .field__item {
        position: relative;
        width: 259px;
        height: 46px;
        line-height: 44px;
    }

        .fc2024 .field__item:active:before {
            content: '';
            border: 1px solid #0025DF;
            position: absolute;
            width: calc(100% + 4px);
            height: calc(100% + 5px);
            left: -2px;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
        }

        .fc2024 .field__item:active:after {
            display: none;
        }

        .fc2024 .field__item.disable:before {
            display: none;
        }

    .fc2024 .field__item-text {
        width: 100%;
        outline: 0;
        padding: 19px 40px 3px 14px;
        box-shadow: none;
        color: #001370;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #001370;
        background-color: #F6F7FC;
        font-size: 14px;
        position: relative;
    }

        .fc2024 .field__item-text:focus ~ .focus-border {
            border: 1px solid #001370;
            position: absolute;
            width: calc(100% + 4px);
            height: calc(100% + 5px);
            left: -2px;
            top: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
            display: none;
        }

        .fc2024 .field__item-text:hover {
            border: 1px solid #6B81EF;
        }

        .fc2024 .field__item-text:focus ~ label,
        .fc2024 .field__item-text:valid ~ label {
            font-size: 12px !important;
            top: -20px;
            font-weight: 600;
        }

        .fc2024 .field__item-text:not(:placeholder-shown) ~ label {
            font-size: 12px !important;
            top: -20px;
            font-weight: 600;
        }

        .fc2024 .field__item-text:not(:placeholder-shown):invalid ~ .field__item-message {
            color: #CA2D49;
            display: block;
        }

            .fc2024 .field__item-text:not(:placeholder-shown):invalid ~ .field__item-message.required {
                display: none !important;
            }

        .fc2024 .field__item-text[disabled] {
            border: 1px solid #979BAE;
            background-color: #E9EEF9;
            color: #979BAE;
            pointer-events: none;
        }

            .fc2024 .field__item-text[disabled] ~ label {
                color: #979BAE;
            }

            .fc2024 .field__item-text[disabled] ~ .focus-border {
                display: none;
            }

            .fc2024 .field__item-text[disabled] ~ .field__item-button {
                pointer-events: none;
            }

                .fc2024 .field__item-text[disabled] ~ .field__item-button svg path {
                    fill: #979BAE;
                }

    .fc2024 .field__item textarea {
        padding-top: 25px;
        height: 144px;
    }

        .fc2024 .field__item textarea ~ label {
            bottom: auto;
            top: 14px;
        }

        .fc2024 .field__item textarea:not(:placeholder-shown) ~ label {
            font-size: 12px !important;
            top: 14px;
            font-weight: 600;
        }

        .fc2024 .field__item textarea:not(:placeholder-shown):invalid ~ .field__item-message {
            color: #CA2D49;
            display: block;
        }

            .fc2024 .field__item textarea:not(:placeholder-shown):invalid ~ .field__item-message.required {
                display: none !important;
            }

        .fc2024 .field__item textarea:focus ~ label,
        .fc2024 .field__item textarea:valid ~ label {
            font-size: 12px !important;
            top: 14px;
            font-weight: 600;
        }

    .fc2024 .field__item-label {
        position: absolute;
        top: 0;
        left: 14px;
        height: 16px;
        bottom: 0;
        margin: auto;
        line-height: 1;
        width: 100%;
        color: #001370;
        transition: 0.2s all;
        cursor: text;
        pointer-events: none;
    }

    .fc2024 .field__item-message {
        position: absolute;
        left: 0;
        height: 16px;
        bottom: -23px;
        line-height: 1;
        width: 100%;
        color: #CA2D49;
        display: none;
    }

    .fc2024 .field__item-button {
        position: absolute !important;
        right: 14px;
        border: 0;
        background: transparent;
        line-height: 1;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        color: #001370;
        display: flex;
        align-items: center;
        z-index: 2;
    }

    .fc2024 .related-resources {
        background-color: #001370;
    }

    .fc2024 .related-resources__heading {
        font-size: 32px;
        letter-spacing: 0.5px;
        line-height: 1.3125;
        color: #FFFFFF;
        margin-bottom: 42px;
    }

    .fc2024 .related-resources__list {
        display: inline-block;
        margin: 0 -9px;
        list-style: none;
        padding: 0;
    }

    .fc2024 .related-resources__item {
        float: left;
        display: grid;
        padding: 9px;
    }

        .fc2024 .related-resources__item .chip--item {
            background-color: #FFFFFF;
            cursor: pointer;
        }

            .fc2024 .related-resources__item .chip--item:hover,
            .fc2024 .related-resources__item .chip--item.active {
                color: #001370;
                background-color: #6B81EF;
                border-color: #6B81EF;
            }

    .fc2024 .product-list-headings {
        padding-bottom: 2rem;
    }

        .fc2024 .product-list-headings h2 {
            font-size: 40px;
            font-style: normal;
            font-weight: 500;
            line-height: 50px;
            padding-bottom: 0.4rem;
        }

        .fc2024 .product-list-headings .sub-head {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 28px;
            letter-spacing: 0.2px;
        }

    .fc2024 .product-list--items .product-list--item:nth-of-type(1) .list--item-wrap {
        border-top: 1px solid #001370;
    }

    .fc2024 .product-list--item .list--item-wrap {
        border: 1px solid #001370;
        border-top: 0;
    }

        .fc2024 .product-list--item .list--item-wrap .pattern--item {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='104' viewBox='0 0 20 104' fill='none'%3E%3Cg clip-path='url(%23clip0_5532_3324)'%3E%3Crect width='20' height='104' transform='matrix(-1 0 0 1 20 0)' fill='%23D1E0FF'/%3E%3Cpath d='M88 0.134766H-42V0.824254H88V0.134766Z' fill='%230025DF'/%3E%3Cpath d='M88 2.9624H-42V3.67149H88V2.9624Z' fill='%230025DF'/%3E%3Cpath d='M88 5.79102H-42V6.51971H88V5.79102Z' fill='%230025DF'/%3E%3Cpath d='M88 8.61768H-42V9.36596H88V8.61768Z' fill='%230025DF'/%3E%3Cpath d='M88 11.4448H-42V12.2127H88V11.4448Z' fill='%230025DF'/%3E%3Cpath d='M88 14.2725H-42V15.0599H88V14.2725Z' fill='%230025DF'/%3E%3Cpath d='M88 17.0996H-42V17.9067H88V17.0996Z' fill='%230025DF'/%3E%3Cpath d='M88 19.9268H-42V20.7534H88V19.9268Z' fill='%230025DF'/%3E%3Cpath d='M88 22.7539H-42V23.6002H88V22.7539Z' fill='%230025DF'/%3E%3Cpath d='M88 25.582H-42V26.4479H88V25.582Z' fill='%230025DF'/%3E%3Cpath d='M88 28.4092H-42V29.2946H88V28.4092Z' fill='%230025DF'/%3E%3Cpath d='M88 31.2368H-42V32.1419H88V31.2368Z' fill='%230025DF'/%3E%3Cpath d='M88 34.0635H-42V34.9881H88V34.0635Z' fill='%230025DF'/%3E%3Cpath d='M88 36.8906H-42V37.8349H88V36.8906Z' fill='%230025DF'/%3E%3Cpath d='M88 39.7192H-42V40.6831H88V39.7192Z' fill='%230025DF'/%3E%3Cpath d='M88 42.5459H-42V43.5294H88V42.5459Z' fill='%230025DF'/%3E%3Cpath d='M88 45.373H-42V46.3761H88V45.373Z' fill='%230025DF'/%3E%3Cpath d='M88 48.2007H-42V49.2233H88V48.2007Z' fill='%230025DF'/%3E%3Cpath d='M88 51.0278H-42V52.0701H88V51.0278Z' fill='%230025DF'/%3E%3Cpath d='M88 53.8555H-42V54.9173H88V53.8555Z' fill='%230025DF'/%3E%3Cpath d='M88 56.6831H-42V57.7646H88V56.6831Z' fill='%230025DF'/%3E%3Cpath d='M88 59.5103H-42V60.6113H88V59.5103Z' fill='%230025DF'/%3E%3Cpath d='M88 62.3374H-42V63.458H88V62.3374Z' fill='%230025DF'/%3E%3Cpath d='M88 65.1641H-42V66.3043H88V65.1641Z' fill='%230025DF'/%3E%3Cpath d='M88 67.9922H-42V69.152H88V67.9922Z' fill='%230025DF'/%3E%3Cpath d='M88 70.8193H-42V71.9988H88V70.8193Z' fill='%230025DF'/%3E%3Cpath d='M88 73.647H-42V74.846H88V73.647Z' fill='%230025DF'/%3E%3Cpath d='M88 76.4741H-42V77.6937H88V76.4741Z' fill='%230025DF'/%3E%3Cpath d='M88 79.3013H-42V80.5395H88V79.3013Z' fill='%230025DF'/%3E%3Cpath d='M88 82.1284H-42V83.3862H88V82.1284Z' fill='%230025DF'/%3E%3Cpath d='M88 84.9551H-42V86.2325H88V84.9551Z' fill='%230025DF'/%3E%3Cpath d='M88 87.7837H-42V89.0807H88V87.7837Z' fill='%230025DF'/%3E%3Cpath d='M88 90.6104H-42V91.9279H88V90.6104Z' fill='%230025DF'/%3E%3Cpath d='M88 93.4375H-42V94.7737H88V93.4375Z' fill='%230025DF'/%3E%3Cpath d='M88 96.2666H-42V97.6224H88V96.2666Z' fill='%230025DF'/%3E%3Cpath d='M88 99.0938H-42V100.469H88V99.0938Z' fill='%230025DF'/%3E%3Cpath d='M88 101.92H-42V103.315H88V101.92Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5532_3324'%3E%3Crect width='20' height='104' fill='white' transform='matrix(-1 0 0 1 20 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        }

    .fc2024 .intro__section {
        background-color: #E9EEF9;
        padding: 0;
    }

        .fc2024 .intro__section.top-page {
            margin-top: -160px;
        }

        .fc2024 .intro__section .row {
            align-items: center;
            justify-content: right;
            position: relative;
        }

        .fc2024 .intro__section:not(.intro__with-pattern):not(.intro__no-img) .container {
            max-width: none;
            width: 100%;
        }

        .fc2024 .intro__section:not(.intro__with-pattern):not(.intro__no-img) .content-column {
            padding: 180px 0 45px 50px;
            max-width: 705px;
        }

        .fc2024 .intro__section .intro__tagline {
            background-color: #B8C4FF;
            display: inline-block;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 1.5;
            letter-spacing: 0.2px;
            padding: 8px 16px 8px 10px;
            -webkit-border-radius: 5px 0px;
            -moz-border-radius: 5px 0px;
            border-radius: 5px 0px;
            border-left: 6px solid #6B81EF;
            margin-bottom: 21px;
        }

        .fc2024 .intro__section .intro__heading {
            font-size: 50px;
            letter-spacing: 0;
            line-height: 1.18519;
            padding-bottom: 24px;
        }

        .fc2024 .text-start .intro__heading {
            font-size: 36px !important;
            letter-spacing: 0;
            line-height: 1.18519;
            padding-bottom: 24px;
        }

        .fc2024 .intro__section .intro__subheading {
            font-size: 18px;
            letter-spacing: 0.5px;
            line-height: 26px;
        }

        .fc2024 .intro__section .button {
            margin-top: 54px;
            display: inline-block;
        }

        .fc2024 .intro__section .image-column {
            height: 722px;
        }

        .fc2024 .intro__section .image-column__wrap {
            padding-right: 108px;
            position: absolute;
            top: 0;
            height: 100%;
            width: 50%;
            max-height: 722px;
        }

            .fc2024 .intro__section .image-column__wrap img {
                object-fit: cover;
                height: 100%;
                position: absolute;
                width: calc(100% - 108px);
                top: 0;
                bottom: 0;
                margin: auto;
            }

            .fc2024 .intro__section .image-column__wrap:before {
                content: '';
                right: 0;
                top: 0;
                bottom: 0;
                position: absolute;
                width: 108px;
                height: 100%;
                background-image: url("data:image/svg+xml,%3Csvg width='109' height='619' viewBox='0 0 109 619' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1149_25889)'%3E%3Crect width='108' height='618' transform='matrix(-1 0 0 1 108.261 0.0458984)' fill='%23B8C4FF'/%3E%3Cg clip-path='url(%23clip1_1149_25889)'%3E%3Cpath d='M419.261 8.46973H-325.739V10.3633H419.261V8.46973Z' fill='%230025DF'/%3E%3Cpath d='M419.261 20.7856H-325.739V22.7646H419.261V20.7856Z' fill='%230025DF'/%3E%3Cpath d='M419.261 33.1011H-325.739V35.1653H419.261V33.1011Z' fill='%230025DF'/%3E%3Cpath d='M419.261 45.417H-325.739V47.5666H419.261V45.417Z' fill='%230025DF'/%3E%3Cpath d='M419.261 57.7329H-325.739V59.9679H419.261V57.7329Z' fill='%230025DF'/%3E%3Cpath d='M419.261 70.0449H-325.739V72.3653H419.261V70.0449Z' fill='%230025DF'/%3E%3Cpath d='M419.261 82.3643H-325.739V84.77H419.261V82.3643Z' fill='%230025DF'/%3E%3Cpath d='M419.261 94.6763H-325.739V97.1674H419.261V94.6763Z' fill='%230025DF'/%3E%3Cpath d='M419.261 106.992H-325.739V109.569H419.261V106.992Z' fill='%230025DF'/%3E%3Cpath d='M419.261 119.308H-325.739V121.97H419.261V119.308Z' fill='%230025DF'/%3E%3Cpath d='M419.261 131.624H-325.739V134.371H419.261V131.624Z' fill='%230025DF'/%3E%3Cpath d='M419.261 143.939H-325.739V146.772H419.261V143.939Z' fill='%230025DF'/%3E%3Cpath d='M419.261 156.255H-325.739V159.173H419.261V156.255Z' fill='%230025DF'/%3E%3Cpath d='M419.261 168.567H-325.739V171.57H419.261V168.567Z' fill='%230025DF'/%3E%3Cpath d='M419.261 180.883H-325.739V183.971H419.261V180.883Z' fill='%230025DF'/%3E%3Cpath d='M419.261 193.203H-325.739V196.377H419.261V193.203Z' fill='%230025DF'/%3E%3Cpath d='M419.261 205.515H-325.739V208.774H419.261V205.515Z' fill='%230025DF'/%3E%3Cpath d='M419.261 217.83H-325.739V221.175H419.261V217.83Z' fill='%230025DF'/%3E%3Cpath d='M419.261 230.146H-325.739V233.576H419.261V230.146Z' fill='%230025DF'/%3E%3Cpath d='M419.261 242.462H-325.739V245.977H419.261V242.462Z' fill='%230025DF'/%3E%3Cpath d='M419.261 254.777H-325.739V258.378H419.261V254.777Z' fill='%230025DF'/%3E%3Cpath d='M419.261 267.093H-325.739V270.779H419.261V267.093Z' fill='%230025DF'/%3E%3Cpath d='M419.261 279.409H-325.739V283.181H419.261V279.409Z' fill='%230025DF'/%3E%3Cpath d='M419.261 291.725H-325.739V295.582H419.261V291.725Z' fill='%230025DF'/%3E%3Cpath d='M419.261 304.041H-325.739V307.983H419.261V304.041Z' fill='%230025DF'/%3E%3Cpath d='M419.261 316.353H-325.739V320.38H419.261V316.353Z' fill='%230025DF'/%3E%3Cpath d='M419.261 328.668H-325.739V332.781H419.261V328.668Z' fill='%230025DF'/%3E%3Cpath d='M419.261 340.988H-325.739V345.187H419.261V340.988Z' fill='%230025DF'/%3E%3Cpath d='M419.261 353.3H-325.739V357.584H419.261V353.3Z' fill='%230025DF'/%3E%3Cpath d='M419.261 365.616H-325.739V369.985H419.261V365.616Z' fill='%230025DF'/%3E%3Cpath d='M419.261 377.932H-325.739V382.386H419.261V377.932Z' fill='%230025DF'/%3E%3Cpath d='M419.261 390.248H-325.739V394.787H419.261V390.248Z' fill='%230025DF'/%3E%3Cpath d='M419.261 402.563H-325.739V407.188H419.261V402.563Z' fill='%230025DF'/%3E%3Cpath d='M419.261 414.879H-325.739V419.589H419.261V414.879Z' fill='%230025DF'/%3E%3Cpath d='M419.261 427.195H-325.739V431.991H419.261V427.195Z' fill='%230025DF'/%3E%3Cpath d='M419.261 439.51H-325.739V444.392H419.261V439.51Z' fill='%230025DF'/%3E%3Cpath d='M419.261 451.822H-325.739V456.789H419.261V451.822Z' fill='%230025DF'/%3E%3Cpath d='M419.261 464.138H-325.739V469.19H419.261V464.138Z' fill='%230025DF'/%3E%3Cpath d='M419.261 476.454H-325.739V481.591H419.261V476.454Z' fill='%230025DF'/%3E%3Cpath d='M419.261 488.77H-325.739V493.992H419.261V488.77Z' fill='%230025DF'/%3E%3Cpath d='M419.261 501.085H-325.739V506.397H419.261V501.085Z' fill='%230025DF'/%3E%3Cpath d='M419.261 513.401H-325.739V518.795H419.261V513.401Z' fill='%230025DF'/%3E%3Cpath d='M419.261 525.717H-325.739V531.196H419.261V525.717Z' fill='%230025DF'/%3E%3Cpath d='M419.261 538.029H-325.739V543.593H419.261V538.029Z' fill='%230025DF'/%3E%3Cpath d='M419.261 550.349H-325.739V555.998H419.261V550.349Z' fill='%230025DF'/%3E%3Cpath d='M419.261 562.66H-325.739V568.399H419.261V562.66Z' fill='%230025DF'/%3E%3Cpath d='M419.261 574.976H-325.739V580.796H419.261V574.976Z' fill='%230025DF'/%3E%3Cpath d='M419.261 587.296H-325.739V593.202H419.261V587.296Z' fill='%230025DF'/%3E%3Cpath d='M419.261 599.612H-325.739V605.603H419.261V599.612Z' fill='%230025DF'/%3E%3Cpath d='M419.261 611.923H-325.739V618H419.261V611.923Z' fill='%230025DF'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1149_25889'%3E%3Crect width='108' height='618' fill='white' transform='matrix(-1 0 0 1 108.261 0.0458984)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1149_25889'%3E%3Crect width='745' height='745' fill='white' transform='translate(-325.739 -127)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
                background-size: cover;
                background-repeat: no-repeat;
            }

        .fc2024 .intro__section.consumer-durables .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #F69F6E;
        }

        .fc2024 .intro__section.consumer-durables .image-column__wrap:before {
            background-color: #F69F6E;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

        .fc2024 .intro__section.healthcare .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #A2D6D9;
        }

        .fc2024 .intro__section.healthcare .image-column__wrap:before {
            background-color: #A2D6D9;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

        .fc2024 .intro__section.packaging .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #B9A6D2;
        }

        .fc2024 .intro__section.packaging .image-column__wrap:before {
            background-color: #B9A6D2;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

        .fc2024 .intro__section.transportation .intro__tagline, .fc2024 .intro__section.automotive .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #E1DDD7;
        }

        .fc2024 .intro__section.transportation .image-column__wrap:before, .fc2024 .intro__section.automotive .image-column__wrap:before {
            background-color: #E1DDD7;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

        .fc2024 .intro__section.electronics .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #92BCD1;
        }

        .fc2024 .intro__section.electronics .image-column__wrap:before {
            background-color: #92BCD1;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

        .fc2024 .intro__section.industrial .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #F8E191;
        }

        .fc2024 .intro__section.industrial .image-column__wrap:before {
            background-color: #F8E191;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

        .fc2024 .intro__section.construction-and-energy .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #C89F9C;
        }

        .fc2024 .intro__section.construction-and-energy .image-column__wrap:before {
            background-color: #C89F9C;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

        .fc2024 .intro__section.retail-and-advertising .intro__tagline {
            background-color: #FFFFFF;
            border-left: 6px solid #9BCEA6;
        }

        .fc2024 .intro__section.retail-and-advertising .image-column__wrap:before {
            background-color: #9BCEA6;
            background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        }

    .fc2024 .intro__with-img.with-btn .image-column__wrap:before {
        background-image: url("data:image/svg+xml,%3Csvg width='1474' height='1473' viewBox='0 0 1474 1473' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1536_77257)'%3E%3Cpath d='M1473.5 0H0.5V1.88728H1473.5V0Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 24.3505H0.5V26.4066H1473.5V24.3505Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 48.701H0.5V50.9259H1473.5V48.701Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 73.0516H0.5V75.4452H1473.5V73.0516Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 97.4021H0.5V99.9645H1473.5V97.4021Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 121.745H0.5V124.476H1473.5V121.745Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 146.096H0.5V148.995H1473.5V146.096Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 170.454H0.5V173.522H1473.5V170.454Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 194.797H0.5V198.034H1473.5V194.797Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 219.147H0.5V222.553H1473.5V219.147Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 243.498H0.5V247.073H1473.5V243.498Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 267.848H0.5V271.592H1473.5V267.848Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 292.199H0.5V296.111H1473.5V292.199Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 316.549H0.5V320.631H1473.5V316.549Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 340.9H0.5V345.15H1473.5V340.9Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 365.25H0.5V369.669H1473.5V365.25Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 389.593H0.5V394.181H1473.5V389.593Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 413.951H0.5V418.708H1473.5V413.951Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 438.294H0.5V443.22H1473.5V438.294Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 462.645H0.5V467.739H1473.5V462.645Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 486.995H0.5V492.258H1473.5V486.995Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 511.346H0.5V516.777H1473.5V511.346Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 535.696H0.5V541.297H1473.5V535.696Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 560.047H0.5V565.816H1473.5V560.047Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 584.39H0.5V590.328H1473.5V584.39Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 608.74H0.5V614.847H1473.5V608.74Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 633.098H0.5V639.374H1473.5V633.098Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 657.441H0.5V663.886H1473.5V657.441Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 681.792H0.5V688.405H1473.5V681.792Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 706.142H0.5V712.924H1473.5V706.142Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 730.493H0.5V737.444H1473.5V730.493Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 754.844H0.5V761.963H1473.5V754.844Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 779.194H0.5V786.482H1473.5V779.194Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 803.545H0.5V811.002H1473.5V803.545Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 827.895H0.5V835.521H1473.5V827.895Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 852.246H0.5V860.04H1473.5V852.246Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 876.588H0.5V884.552H1473.5V876.588Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 900.939H0.5V909.071H1473.5V900.939Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 925.297H0.5V933.598H1473.5V925.297Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 949.64H0.5V958.11H1473.5V949.64Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 973.991H0.5V982.629H1473.5V973.991Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 998.341H0.5V1007.15H1473.5V998.341Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1022.69H0.5V1031.67H1473.5V1022.69Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1047.04H0.5V1056.19H1473.5V1047.04Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1071.39H0.5V1080.71H1473.5V1071.39Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1095.74H0.5V1105.23H1473.5V1095.74Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1120.09H0.5V1129.74H1473.5V1120.09Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1144.44H0.5V1154.26H1473.5V1144.44Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1168.79H0.5V1178.78H1473.5V1168.79Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1193.14H0.5V1203.3H1473.5V1193.14Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1217.49H0.5V1227.81H1473.5V1217.49Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1241.84H0.5V1252.34H1473.5V1241.84Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1266.19H0.5V1276.85H1473.5V1266.19Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1290.54H0.5V1301.37H1473.5V1290.54Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1314.88H0.5V1325.88H1473.5V1314.88Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1339.24H0.5V1350.41H1473.5V1339.24Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1363.58H0.5V1374.93H1473.5V1363.58Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1387.93H0.5V1399.44H1473.5V1387.93Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1412.29H0.5V1423.97H1473.5V1412.29Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1436.64H0.5V1448.49H1473.5V1436.64Z' fill='%230025DF'/%3E%3Cpath d='M1473.5 1460.99H0.5V1473H1473.5V1460.99Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1536_77257'%3E%3Crect width='1473' height='1473' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    }

    .fc2024 .intro__no-img {
        padding: 11rem 0 5rem;
    }

    .fc2024 .intro__with-pattern {
        text-align: center;
        padding: 11rem 0 0;
    }

    .fc2024 .padding_top-5rem {
        padding-top: 5rem !important;
    }

        .fc2024 .intro__with-pattern .pattern-column {
            margin: auto;
            margin-top: 5rem;
            position: relative;
            height: 214px;
            max-width: 1326px;
        }

            .fc2024 .intro__with-pattern .pattern-column:before {
                content: "";
                background-image: url("data:image/svg+xml,%3Csvg width='1327' height='215' viewBox='0 0 1327 215' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1351_63635)'%3E%3Cpath d='M663.261 1326.05C620.829 1326.05 578.231 1321.96 536.635 1313.91C494.638 1305.78 453.304 1293.53 413.772 1277.5C373.509 1261.18 334.717 1240.76 298.452 1216.82C261.248 1192.25 226.254 1163.67 194.444 1131.86C162.634 1100.05 134.056 1065.07 109.49 1027.85C85.546 991.597 65.1311 952.798 48.8048 912.534C32.7754 873.003 20.5237 831.669 12.395 789.672C4.34234 748.076 0.260742 705.471 0.260742 663.046C0.260742 620.621 4.34234 578.016 12.395 536.42C20.5237 494.423 32.7754 453.089 48.8048 413.565C65.1311 373.301 85.546 334.509 109.49 298.244C134.056 261.04 162.641 226.046 194.444 194.236C226.254 162.426 261.241 133.848 298.452 109.282C334.71 85.3381 373.509 64.9232 413.772 48.5968C453.304 32.5674 494.638 20.3157 536.635 12.1871C578.231 4.12749 620.836 0.0458984 663.261 0.0458984C705.686 0.0458984 748.29 4.12749 789.887 12.1802C831.884 20.3088 873.218 32.5605 912.749 48.5899C953.012 64.9163 991.812 85.3312 1028.07 109.275C1065.27 133.841 1100.27 162.426 1132.08 194.229C1163.89 226.039 1192.47 261.026 1217.03 298.237C1240.98 334.495 1261.39 373.294 1277.72 413.558C1293.75 453.089 1306 494.423 1314.13 536.413C1322.18 578.009 1326.26 620.614 1326.26 663.039C1326.26 705.464 1322.18 748.069 1314.13 789.665C1306 831.662 1293.75 872.996 1277.72 912.527C1261.39 952.791 1240.98 991.583 1217.03 1027.85C1192.47 1065.05 1163.88 1100.05 1132.08 1131.86C1100.27 1163.67 1065.28 1192.24 1028.07 1216.81C991.812 1240.75 953.012 1261.17 912.749 1277.49C873.218 1293.52 831.884 1305.78 789.887 1313.9C748.29 1321.96 705.686 1326.04 663.261 1326.04V1326.05ZM663.261 3.16062C621.029 3.16062 578.625 7.22149 537.229 15.2396C495.432 23.3338 454.291 35.5233 414.947 51.4767C374.876 67.7271 336.264 88.0453 300.172 111.872C263.14 136.32 228.312 164.774 196.654 196.432C164.996 228.09 136.542 262.918 112.094 299.95C88.2671 336.042 67.942 374.655 51.6985 414.725C35.7451 454.07 23.5486 495.21 15.4614 537.007C7.44324 578.41 3.38237 620.814 3.38237 663.039C3.38237 705.264 7.44324 747.675 15.4614 789.071C23.5555 830.868 35.7451 872.008 51.6985 911.353C67.9489 951.423 88.2671 990.036 112.094 1026.13C136.542 1063.16 164.996 1097.99 196.654 1129.65C228.312 1161.3 263.14 1189.76 300.172 1214.21C336.264 1238.03 374.876 1258.36 414.947 1274.6C454.291 1290.55 495.432 1302.75 537.229 1310.84C578.632 1318.86 621.036 1322.92 663.261 1322.92C705.486 1322.92 747.897 1318.86 789.3 1310.84C831.096 1302.74 872.237 1290.55 911.582 1274.6C951.652 1258.35 990.265 1238.03 1026.36 1214.21C1063.39 1189.76 1098.22 1161.3 1129.87 1129.65C1161.53 1097.99 1189.99 1063.16 1214.43 1026.13C1238.26 990.043 1258.59 951.423 1274.83 911.353C1290.78 872.008 1302.97 830.868 1311.07 789.071C1319.09 747.668 1323.15 705.264 1323.15 663.039C1323.15 620.814 1319.09 578.403 1311.07 537.007C1302.97 495.21 1290.78 454.07 1274.83 414.725C1258.58 374.655 1238.26 336.042 1214.43 299.95C1189.99 262.918 1161.53 228.09 1129.87 196.432C1098.22 164.774 1063.39 136.32 1026.36 111.872C990.265 88.0453 951.652 67.7202 911.582 51.4767C872.237 35.5233 831.096 23.3269 789.3 15.2396C747.897 7.22149 705.492 3.16062 663.261 3.16062Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1315.07C621.533 1315.07 579.633 1311.06 538.727 1303.14C497.428 1295.14 456.778 1283.1 417.903 1267.33C378.309 1251.27 340.152 1231.2 304.488 1207.65C267.899 1183.49 233.485 1155.38 202.207 1124.09C170.928 1092.81 142.813 1058.4 118.655 1021.81C95.1113 986.148 75.028 947.991 58.9709 908.397C43.204 869.522 31.1595 828.872 23.162 787.572C15.2406 746.667 11.228 704.766 11.228 663.039C11.228 621.311 15.2406 579.411 23.162 538.505C31.1595 497.206 43.204 456.556 58.9709 417.681C75.028 378.087 95.1044 339.93 118.655 304.266C142.813 267.677 170.921 233.263 202.207 201.985C233.485 170.706 267.899 142.591 304.488 118.433C340.152 94.8894 378.309 74.806 417.903 58.749C456.778 42.982 497.428 30.9375 538.727 22.9401C579.633 15.0186 621.533 11.0061 663.261 11.0061C704.988 11.0061 746.889 15.0186 787.794 22.9401C829.094 30.9375 869.744 42.982 908.619 58.749C948.213 74.806 986.37 94.8825 1022.03 118.433C1058.62 142.591 1093.04 170.699 1124.32 201.985C1155.59 233.263 1183.71 267.677 1207.87 304.266C1231.41 339.93 1251.49 378.087 1267.55 417.681C1283.32 456.556 1295.36 497.206 1303.36 538.505C1311.28 579.411 1315.29 621.311 1315.29 663.039C1315.29 704.766 1311.28 746.667 1303.36 787.572C1295.36 828.872 1283.32 869.522 1267.55 908.397C1251.49 947.991 1231.42 986.148 1207.87 1021.81C1183.71 1058.4 1155.6 1092.81 1124.32 1124.09C1093.04 1155.37 1058.62 1183.49 1022.03 1207.65C986.37 1231.19 948.213 1251.27 908.619 1267.33C869.744 1283.1 829.094 1295.14 787.794 1303.14C746.889 1311.06 704.988 1315.07 663.261 1315.07ZM663.261 14.0725C621.727 14.0725 580.027 18.0712 539.307 25.9512C498.202 33.9072 457.745 45.9034 419.049 61.5944C379.642 77.5754 341.664 97.5621 306.173 120.995C269.757 145.043 235.502 173.02 204.368 204.153C173.235 235.287 145.251 269.542 121.21 305.958C97.7771 341.449 77.7905 379.427 61.8094 418.834C46.1184 457.523 34.1291 497.986 26.1662 539.092C18.2862 579.812 14.2875 621.512 14.2875 663.046C14.2875 704.58 18.2862 746.28 26.1662 786.999C34.1222 828.105 46.1184 868.562 61.8094 907.258C77.7905 946.665 97.7771 984.642 121.21 1020.13C145.258 1056.55 173.235 1090.81 204.368 1121.94C235.502 1153.07 269.757 1181.06 306.173 1205.1C341.664 1228.53 379.642 1248.52 419.049 1264.5C457.738 1280.19 498.202 1292.18 539.307 1300.13C580.027 1308.01 621.727 1312.01 663.261 1312.01C704.795 1312.01 746.495 1308.01 787.214 1300.13C828.32 1292.18 868.777 1280.18 907.473 1264.5C946.88 1248.52 984.857 1228.53 1020.35 1205.1C1056.77 1181.05 1091.02 1153.07 1122.15 1121.94C1153.29 1090.81 1181.27 1056.55 1205.31 1020.13C1228.74 984.642 1248.73 946.665 1264.71 907.258C1280.4 868.569 1292.39 828.105 1300.36 786.999C1308.24 746.28 1312.23 704.58 1312.23 663.046C1312.23 621.512 1308.24 579.812 1300.36 539.092C1292.4 497.986 1280.4 457.523 1264.71 418.834C1248.73 379.427 1228.74 341.449 1205.31 305.958C1181.26 269.542 1153.29 235.287 1122.15 204.153C1091.02 173.02 1056.77 145.036 1020.35 120.995C984.857 97.5621 946.88 77.5754 907.473 61.5944C868.784 45.9034 828.32 33.9141 787.214 25.9512C746.495 18.0712 704.795 14.0725 663.261 14.0725Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1304.1C622.238 1304.1 581.042 1300.15 540.827 1292.37C500.225 1284.51 460.252 1272.67 422.033 1257.16C383.102 1241.38 345.587 1221.64 310.531 1198.49C274.556 1174.74 240.723 1147.1 209.969 1116.34C179.216 1085.59 151.577 1051.76 127.826 1015.78C104.677 980.72 84.9385 943.205 69.1508 904.281C53.6531 866.062 41.8089 826.096 33.9427 785.487C26.1594 745.272 22.209 704.076 22.209 663.053C22.209 622.03 26.1594 580.834 33.9427 540.619C41.802 500.017 53.6462 460.044 69.1508 421.825C84.9385 382.894 104.677 345.379 127.826 310.323C151.577 274.348 179.216 240.515 209.969 209.761C240.723 179.008 274.556 151.369 310.531 127.618C345.594 104.469 383.109 84.7304 422.033 68.9428C460.252 53.4451 500.218 41.6009 540.827 33.7347C581.042 25.9513 622.238 22.001 663.261 22.001C704.284 22.001 745.48 25.9513 785.695 33.7347C826.297 41.594 866.27 53.4382 904.489 68.9428C943.42 84.7304 980.935 104.469 1015.99 127.618C1051.97 151.369 1085.8 179.008 1116.55 209.761C1147.31 240.515 1174.95 274.348 1198.7 310.323C1221.85 345.386 1241.58 382.901 1257.37 421.825C1272.87 460.044 1284.71 500.01 1292.58 540.619C1300.36 580.834 1304.31 622.03 1304.31 663.053C1304.31 704.076 1300.36 745.272 1292.58 785.487C1284.72 826.089 1272.88 866.062 1257.37 904.281C1241.58 943.212 1221.85 980.727 1198.7 1015.78C1174.95 1051.76 1147.31 1085.59 1116.55 1116.34C1085.8 1147.1 1051.97 1174.74 1015.99 1198.49C980.928 1221.64 943.413 1241.38 904.489 1257.16C866.27 1272.66 826.304 1284.5 785.695 1292.37C745.48 1300.15 704.284 1304.1 663.261 1304.1ZM663.261 24.9914C622.424 24.9914 581.429 28.921 541.393 36.6699C500.978 44.4946 461.198 56.2836 423.158 71.7122C384.414 87.4239 347.079 107.072 312.182 130.111C276.38 153.752 242.698 181.259 212.089 211.875C181.474 242.49 153.966 276.165 130.326 311.967C107.287 346.864 87.6388 384.199 71.9271 422.943C56.4985 460.983 44.7095 500.763 36.8848 541.178C29.136 581.207 25.2063 622.209 25.2063 663.046C25.2063 703.883 29.136 744.878 36.8848 784.914C44.7095 825.329 56.4985 865.109 71.9271 903.149C87.6388 941.893 107.287 979.228 130.326 1014.13C153.966 1049.93 181.474 1083.61 212.089 1114.22C242.705 1144.83 276.38 1172.34 312.182 1195.98C347.079 1219.02 384.414 1238.67 423.158 1254.38C461.198 1269.81 500.978 1281.6 541.393 1289.42C581.422 1297.17 622.424 1301.1 663.261 1301.1C704.098 1301.1 745.093 1297.17 785.129 1289.42C825.544 1281.6 865.324 1269.81 903.364 1254.38C942.108 1238.67 979.443 1219.02 1014.34 1195.98C1050.14 1172.34 1083.82 1144.83 1114.43 1114.22C1145.05 1083.61 1172.56 1049.93 1196.2 1014.13C1219.23 979.228 1238.88 941.893 1254.59 903.149C1270.02 865.109 1281.81 825.329 1289.64 784.914C1297.39 744.885 1301.32 703.883 1301.32 663.046C1301.32 622.209 1297.39 581.214 1289.64 541.178C1281.81 500.763 1270.02 460.983 1254.59 422.943C1238.88 384.199 1219.23 346.864 1196.2 311.967C1172.56 276.158 1145.05 242.483 1114.43 211.875C1083.82 181.266 1050.14 153.752 1014.34 130.111C979.443 107.072 942.108 87.4239 903.364 71.7122C865.324 56.2836 825.544 44.4946 785.129 36.6699C745.1 28.921 704.098 24.9914 663.261 24.9914Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1293.14C620.511 1293.14 577.789 1288.83 536.275 1280.33C495.819 1272.05 456.025 1259.7 417.999 1243.62C380.664 1227.83 344.655 1208.28 310.966 1185.52C277.602 1162.98 246.227 1137.1 217.718 1108.59C189.209 1080.08 163.317 1048.7 140.782 1015.34C118.026 981.659 98.4814 945.643 82.6868 908.307C66.6021 870.282 54.2537 830.488 45.9731 790.031C37.4784 748.518 33.1689 705.796 33.1689 663.046C33.1689 620.296 37.4784 577.574 45.9731 536.061C54.2537 495.604 66.6021 455.81 82.6868 417.784C98.4814 380.449 118.026 344.44 140.782 310.751C163.324 277.387 189.209 246.012 217.718 217.503C246.227 188.994 277.602 163.102 310.966 140.567C344.648 117.811 380.664 98.2665 417.999 82.4719C456.025 66.3873 495.819 54.032 536.275 45.7583C577.789 37.2636 620.511 32.9541 663.261 32.9541C706.01 32.9541 748.732 37.2636 790.246 45.7583C830.703 54.0389 870.497 66.3873 908.522 82.4719C945.857 98.2665 981.867 117.811 1015.56 140.567C1048.92 163.109 1080.29 188.994 1108.8 217.503C1137.31 246.012 1163.2 277.387 1185.74 310.751C1208.5 344.433 1228.04 380.449 1243.83 417.784C1259.92 455.81 1272.27 495.604 1280.55 536.061C1289.04 577.574 1293.35 620.296 1293.35 663.046C1293.35 705.796 1289.04 748.518 1280.55 790.031C1272.27 830.488 1259.92 870.282 1243.83 908.307C1228.04 945.643 1208.5 981.652 1185.74 1015.34C1163.2 1048.7 1137.31 1080.08 1108.8 1108.59C1080.29 1137.1 1048.92 1162.99 1015.56 1185.52C981.874 1208.28 945.857 1227.83 908.522 1243.62C870.497 1259.7 830.703 1272.06 790.246 1280.33C748.732 1288.83 706.01 1293.14 663.261 1293.14ZM663.261 35.91C620.711 35.91 578.183 40.1988 536.869 48.652C496.606 56.8912 456.999 69.1843 419.152 85.193C381.99 100.912 346.153 120.367 312.623 143.012C279.418 165.451 248.188 191.211 219.81 219.589C191.433 247.966 165.665 279.196 143.234 312.402C120.581 345.925 101.133 381.768 85.4147 418.931C69.406 456.777 57.1129 496.384 48.8738 536.648C40.4205 577.961 36.1317 620.49 36.1317 663.039C36.1317 705.588 40.4205 748.117 48.8738 789.43C57.1129 829.694 69.406 869.301 85.4147 907.147C101.133 944.31 120.588 980.146 143.234 1013.68C165.672 1046.88 191.433 1078.11 219.81 1106.49C248.188 1134.87 279.418 1160.63 312.623 1183.07C346.153 1205.72 381.99 1225.17 419.152 1240.88C456.999 1256.89 496.606 1269.19 536.869 1277.43C578.183 1285.88 620.711 1290.17 663.261 1290.17C705.81 1290.17 748.339 1285.88 789.652 1277.43C829.915 1269.19 869.523 1256.89 907.369 1240.88C944.531 1225.17 980.368 1205.71 1013.9 1183.07C1047.1 1160.63 1078.33 1134.87 1106.71 1106.49C1135.09 1078.11 1160.86 1046.88 1183.29 1013.68C1205.94 980.153 1225.39 944.31 1241.11 907.147C1257.12 869.301 1269.41 829.694 1277.65 789.43C1286.1 748.117 1290.39 705.588 1290.39 663.039C1290.39 620.49 1286.1 577.961 1277.65 536.648C1269.41 496.384 1257.12 456.777 1241.11 418.931C1225.39 381.768 1205.93 345.932 1183.29 312.402C1160.85 279.196 1135.09 247.966 1106.71 219.589C1078.33 191.211 1047.1 165.444 1013.9 143.012C980.375 120.36 944.531 100.905 907.369 85.193C869.523 69.1843 829.915 56.8912 789.652 48.652C748.339 40.1988 705.81 35.91 663.261 35.91Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1282.17C623.64 1282.17 583.853 1278.36 545.012 1270.84C505.798 1263.25 467.199 1251.8 430.285 1236.84C392.688 1221.6 356.458 1202.53 322.596 1180.17C287.851 1157.23 255.177 1130.54 225.474 1100.84C195.77 1071.14 169.077 1038.46 146.141 1003.72C123.786 969.856 104.718 933.626 89.4757 896.028C74.5098 859.114 63.0662 820.515 55.4762 781.302C47.9553 742.461 44.1431 702.674 44.1431 663.053C44.1431 623.432 47.9553 583.645 55.4762 544.804C63.0662 505.59 74.5098 466.991 89.4757 430.077C104.725 392.48 123.786 356.25 146.141 322.388C169.084 287.643 195.77 254.969 225.474 225.266C255.177 195.562 287.851 168.869 322.596 145.933C356.458 123.578 392.688 104.51 430.285 89.2677C467.199 74.3018 505.798 62.8582 545.012 55.2682C583.853 47.7473 623.64 43.9351 663.261 43.9351C702.882 43.9351 742.669 47.7473 781.51 55.2682C820.723 62.8582 859.322 74.3018 896.236 89.2677C933.834 104.517 970.064 123.578 1003.93 145.933C1038.67 168.876 1071.34 195.562 1101.05 225.266C1130.75 254.969 1157.44 287.643 1180.38 322.388C1202.74 356.25 1221.8 392.48 1237.05 430.077C1252.02 466.991 1263.46 505.59 1271.05 544.804C1278.57 583.645 1282.39 623.432 1282.39 663.053C1282.39 702.674 1278.57 742.461 1271.05 781.302C1263.46 820.515 1252.02 859.114 1237.05 896.028C1221.8 933.626 1202.74 969.856 1180.38 1003.72C1157.44 1038.46 1130.75 1071.14 1101.05 1100.84C1071.34 1130.54 1038.67 1157.24 1003.93 1180.17C970.064 1202.53 933.834 1221.6 896.236 1236.84C859.322 1251.8 820.723 1263.25 781.51 1270.84C742.669 1278.36 702.882 1282.17 663.261 1282.17ZM663.261 46.8288C623.826 46.8288 584.226 50.6272 545.565 58.1067C506.53 65.6621 468.118 77.0505 431.377 91.9473C393.958 107.12 357.901 126.099 324.198 148.351C289.619 171.183 257.09 197.751 227.532 227.317C197.966 256.882 171.398 289.404 148.566 323.984C126.314 357.686 107.335 393.744 92.1622 431.162C77.2654 467.903 65.877 506.322 58.3216 545.35C50.8352 584.011 47.0437 623.611 47.0437 663.046C47.0437 702.481 50.8421 742.081 58.3216 780.742C65.877 819.776 77.2654 858.189 92.1622 894.93C107.335 932.348 126.314 968.406 148.566 1002.11C171.398 1036.69 197.966 1069.21 227.532 1098.78C257.097 1128.34 289.619 1154.91 324.198 1177.74C357.901 1199.99 393.958 1218.97 431.377 1234.14C468.118 1249.04 506.537 1260.43 545.565 1267.99C584.226 1275.47 623.826 1279.26 663.261 1279.26C702.695 1279.26 742.296 1275.46 780.957 1267.99C819.991 1260.43 858.404 1249.04 895.145 1234.14C932.563 1218.97 968.621 1199.99 1002.32 1177.74C1036.9 1154.91 1069.42 1128.34 1098.99 1098.78C1128.56 1069.21 1155.12 1036.69 1177.96 1002.11C1200.21 968.406 1219.19 932.348 1234.36 894.93C1249.26 858.189 1260.64 819.769 1268.2 780.742C1275.69 742.081 1279.48 702.481 1279.48 663.046C1279.48 623.611 1275.68 584.011 1268.2 545.35C1260.64 506.315 1249.26 467.903 1234.36 431.162C1219.19 393.744 1200.21 357.686 1177.96 323.984C1155.12 289.404 1128.56 256.875 1098.99 227.317C1069.42 197.751 1036.9 171.183 1002.32 148.351C968.621 126.099 932.563 107.12 895.145 91.9473C858.404 77.0505 819.984 65.6621 780.957 58.1067C742.296 50.6203 702.695 46.8288 663.261 46.8288Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1271.2C624.344 1271.2 585.262 1267.46 547.112 1260.07C508.589 1252.61 470.673 1241.38 434.415 1226.67C397.488 1211.7 361.9 1192.97 328.632 1171.01C294.502 1148.47 262.408 1122.26 233.229 1093.08C204.051 1063.9 177.834 1031.81 155.299 997.674C133.338 964.414 114.608 928.826 99.635 891.891C84.9316 855.633 73.6951 817.718 66.2364 779.195C58.8467 741.038 55.1035 701.963 55.1035 663.046C55.1035 624.129 58.8467 585.047 66.2364 546.897C73.6951 508.374 84.9316 470.458 99.635 434.2C114.608 397.273 133.338 361.685 155.299 328.417C177.834 294.287 204.051 262.193 233.229 233.014C262.408 203.835 294.502 177.619 328.632 155.084C361.893 133.122 397.481 114.393 434.415 99.4199C470.673 84.7165 508.589 73.48 547.112 66.0213C585.269 58.6316 624.344 54.8884 663.261 54.8884C702.178 54.8884 741.26 58.6316 779.41 66.0213C817.933 73.48 855.849 84.7165 892.106 99.4199C929.034 114.393 964.629 133.122 997.889 155.084C1032.02 177.619 1064.11 203.835 1093.29 233.014C1122.47 262.193 1148.69 294.287 1171.22 328.417C1193.18 361.678 1211.91 397.266 1226.89 434.2C1241.59 470.458 1252.83 508.374 1260.29 546.897C1267.68 585.054 1271.42 624.129 1271.42 663.046C1271.42 701.963 1267.68 741.045 1260.29 779.195C1252.83 817.718 1241.59 855.633 1226.89 891.891C1211.91 928.819 1193.18 964.414 1171.22 997.674C1148.69 1031.81 1122.47 1063.9 1093.29 1093.08C1064.11 1122.26 1032.02 1148.47 997.889 1171.01C964.629 1192.97 929.041 1211.7 892.106 1226.67C855.849 1241.38 817.933 1252.61 779.41 1260.07C741.253 1267.46 702.178 1271.2 663.261 1271.2ZM663.261 57.7407C624.524 57.7407 585.628 61.4701 547.65 68.8183C509.314 76.2425 471.571 87.4238 435.486 102.058C398.731 116.962 363.309 135.602 330.207 157.46C296.242 179.885 264.294 205.983 235.253 235.024C206.212 264.065 180.114 296.013 157.689 329.978C135.831 363.08 117.191 398.502 102.287 435.257C87.6527 471.342 76.4714 509.085 69.0472 547.421C61.6921 585.399 57.9696 624.295 57.9696 663.032C57.9696 701.769 61.699 740.665 69.0472 778.643C76.4714 816.979 87.6527 854.722 102.287 890.807C117.191 927.562 135.831 962.984 157.689 996.086C180.114 1030.05 206.212 1062 235.253 1091.04C264.294 1120.08 296.242 1146.18 330.207 1168.6C363.309 1190.46 398.731 1209.1 435.486 1224.01C471.571 1238.64 509.314 1249.82 547.65 1257.25C585.628 1264.6 624.524 1268.32 663.261 1268.32C701.998 1268.32 740.894 1264.59 778.872 1257.25C817.215 1249.82 854.951 1238.64 891.036 1224.01C927.791 1209.1 963.213 1190.46 996.315 1168.6C1030.28 1146.18 1062.23 1120.08 1091.27 1091.04C1120.31 1062 1146.41 1030.05 1168.83 996.086C1190.69 962.984 1209.33 927.562 1224.23 890.807C1238.87 854.722 1250.05 816.979 1257.47 778.643C1264.83 740.665 1268.55 701.769 1268.55 663.032C1268.55 624.295 1264.82 585.399 1257.47 547.421C1250.05 509.085 1238.87 471.342 1224.23 435.257C1209.33 398.502 1190.69 363.08 1168.83 329.978C1146.41 296.013 1120.31 264.065 1091.27 235.024C1062.23 205.983 1030.28 179.885 996.315 157.46C963.213 135.602 927.791 116.962 891.036 102.058C854.951 87.4238 817.208 76.2425 778.872 68.8183C740.894 61.4632 701.998 57.7407 663.261 57.7407Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1260.23C625.042 1260.23 586.67 1256.55 549.204 1249.3C511.378 1241.98 474.147 1230.94 438.538 1216.5C402.273 1201.8 367.328 1183.4 334.668 1161.84C301.159 1139.71 269.639 1113.96 240.985 1085.31C212.338 1056.67 186.591 1025.15 164.464 991.631C142.895 958.972 124.511 924.026 109.801 887.761C95.3597 852.16 84.3304 814.921 77.0029 777.096C69.7513 739.629 66.0703 701.258 66.0703 663.039C66.0703 624.82 69.7513 586.449 77.0029 548.982C84.3235 511.157 95.3597 473.925 109.801 438.316C124.504 402.052 142.895 367.106 164.464 334.447C186.591 300.937 212.338 269.417 240.985 240.763C269.632 212.116 301.152 186.37 334.668 164.242C367.328 142.681 402.273 124.289 438.538 109.579C474.147 95.138 511.378 84.1088 549.204 76.7812C586.67 69.5297 625.042 65.8486 663.261 65.8486C701.48 65.8486 739.851 69.5297 777.317 76.7812C815.143 84.1019 852.375 95.138 887.983 109.579C924.248 124.282 959.193 142.674 991.853 164.242C1025.36 186.37 1056.88 212.116 1085.54 240.763C1114.18 269.41 1139.93 300.93 1162.06 334.447C1183.63 367.106 1202.01 402.052 1216.72 438.316C1231.16 473.918 1242.19 511.157 1249.52 548.982C1256.77 586.449 1260.45 624.82 1260.45 663.039C1260.45 701.258 1256.77 739.629 1249.52 777.096C1242.2 814.921 1231.16 852.153 1216.72 887.761C1202.02 924.026 1183.63 958.972 1162.06 991.631C1139.93 1025.14 1114.18 1056.66 1085.54 1085.31C1056.89 1113.96 1025.37 1139.71 991.853 1161.84C959.193 1183.4 924.241 1201.79 887.983 1216.5C852.381 1230.94 815.143 1241.97 777.317 1249.3C739.851 1256.55 701.48 1260.23 663.261 1260.23ZM663.261 68.6526C625.221 68.6526 587.023 72.3129 549.736 79.5368C512.09 86.8229 475.031 97.8108 439.595 112.176C403.503 126.81 368.723 145.119 336.215 166.576C302.858 188.6 271.49 214.223 242.967 242.745C214.451 271.261 188.822 302.636 166.798 335.987C145.333 368.494 127.032 403.274 112.397 439.366C98.0255 474.802 87.0446 511.861 79.7585 549.507C72.5415 586.801 68.8742 624.992 68.8742 663.032C68.8742 701.072 72.5346 739.263 79.7585 776.557C87.0446 814.203 98.0324 851.262 112.397 886.698C127.032 922.79 145.34 957.577 166.798 990.078C188.822 1023.43 214.451 1054.8 242.967 1083.32C271.483 1111.83 302.858 1137.46 336.215 1159.49C368.723 1180.95 403.503 1199.25 439.595 1213.89C475.031 1228.26 512.09 1239.24 549.736 1246.53C587.029 1253.74 625.221 1257.41 663.261 1257.41C701.3 1257.41 739.499 1253.75 776.786 1246.53C814.432 1239.24 851.49 1228.25 886.933 1213.89C923.025 1199.25 957.805 1180.95 990.313 1159.49C1023.67 1137.46 1055.04 1111.84 1083.56 1083.32C1112.08 1054.8 1137.71 1023.43 1159.73 990.078C1181.19 957.57 1199.5 922.79 1214.13 886.698C1228.5 851.262 1239.48 814.203 1246.77 776.557C1253.99 739.263 1257.65 701.072 1257.65 663.032C1257.65 624.992 1253.99 586.794 1246.77 549.507C1239.48 511.861 1228.5 474.802 1214.13 439.366C1199.5 403.274 1181.19 368.494 1159.73 335.987C1137.71 302.629 1112.08 271.261 1083.56 242.745C1055.05 214.229 1023.67 188.6 990.313 166.576C957.805 145.112 923.025 126.81 886.933 112.176C851.497 97.8039 814.438 86.8229 776.786 79.5368C739.492 72.3198 701.3 68.6526 663.261 68.6526Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1249.26C625.746 1249.26 588.079 1245.65 551.297 1238.53C514.169 1231.34 477.614 1220.51 442.668 1206.33C407.073 1191.9 372.763 1173.85 340.704 1152.68C307.81 1130.96 276.87 1105.68 248.748 1077.56C220.625 1049.44 195.349 1018.5 173.628 985.602C152.461 953.544 134.408 919.233 119.974 883.638C105.802 848.686 94.9662 812.138 87.7767 775.01C80.6564 738.234 77.0444 700.561 77.0444 663.046C77.0444 625.531 80.6564 587.858 87.7767 551.082C94.9662 513.954 105.795 477.399 119.974 442.453C134.408 406.859 152.461 372.548 173.628 340.49C195.349 307.595 220.618 276.655 248.748 248.533C276.87 220.411 307.81 195.134 340.704 173.414C372.763 152.246 407.073 134.193 442.668 119.759C477.621 105.587 514.169 94.7513 551.297 87.5619C588.072 80.4416 625.746 76.8296 663.261 76.8296C700.776 76.8296 738.449 80.4416 775.225 87.5619C812.353 94.7513 848.908 105.58 883.853 119.759C919.448 134.193 953.758 152.246 985.817 173.414C1018.71 195.134 1049.65 220.404 1077.78 248.533C1105.9 276.655 1131.18 307.595 1152.9 340.49C1174.07 372.548 1192.12 406.859 1206.55 442.453C1220.73 477.406 1231.56 513.954 1238.75 551.082C1245.87 587.858 1249.48 625.531 1249.48 663.046C1249.48 700.561 1245.87 738.227 1238.75 775.01C1231.56 812.138 1220.73 848.693 1206.55 883.638C1192.12 919.233 1174.07 953.544 1152.9 985.602C1131.18 1018.5 1105.91 1049.44 1077.78 1077.56C1049.66 1105.68 1018.72 1130.96 985.817 1152.68C953.758 1173.85 919.448 1191.9 883.853 1206.33C848.901 1220.5 812.353 1231.34 775.225 1238.53C738.449 1245.65 700.776 1249.26 663.261 1249.26ZM663.261 79.5714C625.919 79.5714 588.425 83.1626 551.822 90.2553C514.866 97.4102 478.484 108.191 443.697 122.3C408.268 136.665 374.124 154.635 342.21 175.706C309.467 197.323 278.672 222.482 250.674 250.473C222.683 278.464 197.524 309.259 175.907 342.009C154.836 373.916 136.873 408.06 122.501 443.496C108.392 478.283 97.6112 514.658 90.4564 551.62C83.3706 588.224 79.7724 625.725 79.7724 663.06C79.7724 700.395 83.3637 737.896 90.4564 774.499C97.6112 811.454 108.392 847.836 122.501 882.623C136.866 918.052 154.836 952.197 175.907 984.104C197.524 1016.85 222.683 1047.64 250.674 1075.64C278.665 1103.64 309.46 1128.79 342.21 1150.41C374.117 1171.48 408.261 1189.44 443.697 1203.81C478.484 1217.92 514.859 1228.7 551.822 1235.86C588.432 1242.94 625.926 1246.54 663.261 1246.54C700.596 1246.54 738.097 1242.95 774.7 1235.86C811.655 1228.7 848.037 1217.92 882.824 1203.81C918.253 1189.45 952.398 1171.48 984.312 1150.41C1017.05 1128.79 1047.85 1103.63 1075.85 1075.64C1103.84 1047.65 1129 1016.85 1150.61 984.104C1171.69 952.197 1189.65 918.052 1204.02 882.623C1218.13 847.836 1228.91 811.461 1236.07 774.499C1243.15 737.889 1246.75 700.395 1246.75 663.06C1246.75 625.725 1243.16 588.224 1236.07 551.62C1228.91 514.665 1218.13 478.283 1204.02 443.496C1189.66 408.067 1171.69 373.923 1150.61 342.009C1129 309.266 1103.84 278.471 1075.85 250.473C1047.86 222.482 1017.05 197.323 984.312 175.706C952.398 154.635 918.26 136.672 882.824 122.3C848.037 108.191 811.662 97.4102 774.7 90.2553C738.09 83.1695 700.596 79.5714 663.261 79.5714Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1238.3C626.451 1238.3 589.481 1234.75 553.396 1227.76C516.959 1220.71 481.095 1210.08 446.798 1196.17C411.866 1182.01 378.205 1164.29 346.74 1143.52C314.461 1122.21 284.101 1097.41 256.503 1069.81C228.906 1042.21 204.106 1011.85 182.793 979.573C162.019 948.115 144.304 914.447 130.14 879.515C116.231 845.219 105.602 809.355 98.5506 772.917C91.5615 736.825 88.0186 699.863 88.0186 663.053C88.0186 626.242 91.5615 589.273 98.5506 553.188C105.602 516.751 116.231 480.887 130.14 446.59C144.304 411.658 162.019 377.997 182.793 346.532C204.106 314.253 228.906 283.893 256.503 256.295C284.101 228.698 314.461 203.898 346.74 182.585C378.198 161.811 411.866 144.096 446.798 129.932C481.095 116.023 516.959 105.394 553.396 98.3426C589.488 91.3535 626.451 87.8105 663.261 87.8105C700.071 87.8105 737.04 91.3535 773.125 98.3426C809.563 105.394 845.427 116.023 879.724 129.932C914.655 144.096 948.316 161.811 979.781 182.585C1012.06 203.898 1042.42 228.698 1070.02 256.295C1097.62 283.893 1122.42 314.253 1143.73 346.532C1164.5 377.99 1182.22 411.658 1196.38 446.59C1210.29 480.887 1220.92 516.751 1227.97 553.188C1234.96 589.28 1238.5 626.242 1238.5 663.053C1238.5 699.863 1234.96 736.832 1227.97 772.917C1220.92 809.355 1210.29 845.219 1196.38 879.515C1182.22 914.447 1164.5 948.108 1143.73 979.573C1122.42 1011.85 1097.62 1042.21 1070.02 1069.81C1042.42 1097.41 1012.06 1122.21 979.781 1143.52C948.323 1164.29 914.655 1182.01 879.724 1196.17C845.427 1210.08 809.563 1220.71 773.125 1227.76C737.033 1234.75 700.071 1238.3 663.261 1238.3ZM663.261 90.4902C626.616 90.4902 589.827 94.0193 553.907 100.974C517.643 107.998 481.944 118.571 447.807 132.418C413.041 146.514 379.531 164.145 348.218 184.823C316.091 206.039 285.869 230.722 258.396 258.195C230.923 285.668 206.24 315.883 185.024 348.017C164.346 379.33 146.715 412.839 132.619 447.605C118.779 481.743 108.199 517.441 101.175 553.706C94.2204 589.626 90.6913 626.422 90.6913 663.067C90.6913 699.711 94.2204 736.501 101.175 772.427C108.199 808.692 118.772 844.39 132.619 878.528C146.715 913.294 164.346 946.803 185.024 978.116C206.24 1010.24 230.923 1040.47 258.396 1067.94C285.869 1095.41 316.084 1120.09 348.218 1141.31C379.531 1161.99 413.041 1179.62 447.807 1193.72C481.944 1207.56 517.643 1218.14 553.907 1225.16C589.827 1232.11 626.623 1235.64 663.261 1235.64C699.898 1235.64 736.695 1232.11 772.614 1225.16C808.879 1218.14 844.578 1207.56 878.715 1193.72C913.481 1179.62 946.99 1161.99 978.303 1141.31C1010.43 1120.09 1040.65 1095.41 1068.13 1067.94C1095.6 1040.47 1120.28 1010.25 1141.5 978.116C1162.18 946.803 1179.81 913.294 1193.9 878.528C1207.74 844.39 1218.32 808.692 1225.35 772.427C1232.3 736.508 1235.83 699.711 1235.83 663.067C1235.83 626.422 1232.3 589.632 1225.35 553.706C1218.32 517.441 1207.75 481.743 1193.9 447.605C1179.81 412.839 1162.18 379.33 1141.5 348.017C1120.28 315.889 1095.6 285.668 1068.13 258.195C1040.65 230.722 1010.44 206.039 978.303 184.823C946.99 164.145 913.481 146.514 878.715 132.418C844.578 118.578 808.879 107.998 772.614 100.974C736.695 94.0193 699.898 90.4902 663.261 90.4902Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1227.32C627.148 1227.32 590.89 1223.85 555.489 1216.99C519.749 1210.07 484.568 1199.64 450.921 1186C416.659 1172.11 383.634 1154.73 352.769 1134.36C321.104 1113.45 291.325 1089.12 264.252 1062.05C237.18 1034.98 212.856 1005.2 191.944 973.53C171.57 942.666 154.187 909.647 140.292 875.379C126.652 841.738 116.223 806.558 109.303 770.811C102.452 735.41 98.9717 699.152 98.9717 663.039C98.9717 626.926 102.446 590.668 109.303 555.267C116.223 519.527 126.652 484.347 140.292 450.699C154.187 416.438 171.563 383.412 191.944 352.548C212.849 320.883 237.18 291.103 264.252 264.03C291.325 236.958 321.104 212.634 352.769 191.722C383.634 171.349 416.652 153.965 450.921 140.07C484.561 126.43 519.742 116.002 555.489 109.082C590.89 102.231 627.148 98.75 663.261 98.75C699.373 98.75 735.631 102.224 771.033 109.082C806.773 116.002 841.953 126.43 875.6 140.07C909.862 153.965 942.888 171.342 973.752 191.722C1005.42 212.627 1035.2 236.958 1062.27 264.03C1089.34 291.103 1113.67 320.883 1134.58 352.548C1154.95 383.412 1172.33 416.431 1186.23 450.699C1199.87 484.34 1210.3 519.52 1217.22 555.267C1224.07 590.668 1227.55 626.926 1227.55 663.039C1227.55 699.152 1224.08 735.41 1217.22 770.811C1210.3 806.551 1199.87 841.731 1186.23 875.379C1172.33 909.64 1154.96 942.666 1134.58 973.53C1113.67 1005.2 1089.34 1034.98 1062.27 1062.05C1035.2 1089.12 1005.42 1113.44 973.752 1134.36C942.888 1154.73 909.869 1172.11 875.6 1186C841.96 1199.64 806.779 1210.07 771.033 1216.99C735.631 1223.84 699.373 1227.32 663.261 1227.32ZM663.261 101.395C627.321 101.395 591.228 104.855 555.986 111.679C520.412 118.564 485.397 128.944 451.909 142.522C417.806 156.348 384.939 173.648 354.22 193.925C322.7 214.734 293.058 238.947 266.11 265.895C239.162 292.843 214.948 322.485 194.14 354.005C173.856 384.724 156.563 417.591 142.737 451.694C129.159 485.182 118.779 520.197 111.893 555.771C105.07 591.007 101.61 627.099 101.61 663.046C101.61 698.993 105.07 735.078 111.893 770.321C118.779 805.895 129.159 840.909 142.737 874.398C156.563 908.501 173.863 941.368 194.14 972.087C214.948 1003.61 239.162 1033.25 266.11 1060.2C293.058 1087.14 322.7 1111.36 354.22 1132.17C384.939 1152.45 417.806 1169.74 451.909 1183.57C485.397 1197.15 520.412 1207.53 555.986 1214.41C591.222 1221.24 627.314 1224.7 663.261 1224.7C699.208 1224.7 735.293 1221.24 770.535 1214.41C806.109 1207.53 841.124 1197.15 874.613 1183.57C908.716 1169.74 941.583 1152.44 972.302 1132.17C1003.82 1111.36 1033.46 1087.14 1060.41 1060.2C1087.36 1033.25 1111.57 1003.61 1132.38 972.087C1152.67 941.368 1169.96 908.501 1183.78 874.398C1197.36 840.909 1207.74 805.895 1214.63 770.321C1221.45 735.085 1224.91 698.993 1224.91 663.046C1224.91 627.099 1221.45 591.014 1214.63 555.771C1207.74 520.197 1197.36 485.182 1183.78 451.694C1169.95 417.591 1152.66 384.724 1132.38 354.005C1111.57 322.485 1087.36 292.843 1060.41 265.895C1033.46 238.947 1003.82 214.734 972.302 193.925C941.583 173.641 908.716 156.348 874.613 142.522C841.124 128.944 806.109 118.564 770.535 111.679C735.3 104.855 699.208 101.395 663.261 101.395Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1216.35C627.852 1216.35 592.299 1212.95 557.581 1206.22C522.532 1199.43 488.035 1189.21 455.051 1175.83C386.417 1148 324.827 1107.11 272.015 1054.29C219.196 1001.47 178.304 939.89 150.472 871.249C137.094 838.257 126.873 803.761 120.084 768.718C113.364 734.008 109.953 698.447 109.953 663.039C109.953 627.631 113.357 592.077 120.084 557.36C126.873 522.31 137.094 487.814 150.472 454.829C178.304 386.195 219.203 324.612 272.015 271.793C324.834 218.974 386.417 178.082 455.051 150.25C488.042 136.873 522.539 126.651 557.581 119.862C592.292 113.143 627.852 109.731 663.261 109.731C698.669 109.731 734.222 113.136 768.94 119.862C803.989 126.651 838.486 136.873 871.47 150.25C940.105 178.082 1001.69 218.981 1054.51 271.793C1107.33 324.612 1148.22 386.195 1176.05 454.829C1189.43 487.821 1199.65 522.317 1206.44 557.36C1213.16 592.07 1216.57 627.631 1216.57 663.039C1216.57 698.447 1213.16 734.001 1206.44 768.718C1199.65 803.768 1189.43 838.264 1176.05 871.249C1148.22 939.883 1107.33 1001.47 1054.51 1054.29C1001.69 1107.11 940.105 1148 871.47 1175.83C838.479 1189.21 803.982 1199.43 768.94 1206.22C734.229 1212.94 698.669 1216.35 663.261 1216.35ZM663.261 112.314C628.018 112.314 592.624 115.705 558.072 122.397C523.188 129.151 488.85 139.324 456.018 152.639C387.701 180.34 326.408 221.046 273.831 273.616C221.261 326.187 180.555 387.487 152.854 455.803C139.539 488.635 129.366 522.973 122.612 557.857C115.92 592.409 112.529 627.796 112.529 663.046C112.529 698.295 115.92 733.683 122.612 768.235C129.366 803.119 139.539 837.456 152.854 870.289C180.555 938.605 221.261 999.898 273.831 1052.48C326.401 1105.05 387.701 1145.75 456.018 1173.45C488.85 1186.77 523.188 1196.94 558.072 1203.69C592.624 1210.39 628.011 1213.78 663.261 1213.78C698.51 1213.78 733.898 1210.39 768.45 1203.69C803.333 1196.94 837.671 1186.77 870.503 1173.45C938.82 1145.75 1000.11 1105.05 1052.69 1052.48C1105.26 999.905 1145.97 938.605 1173.67 870.289C1186.98 837.456 1197.16 803.119 1203.91 768.235C1210.6 733.683 1213.99 698.295 1213.99 663.046C1213.99 627.796 1210.6 592.409 1203.91 557.857C1197.16 522.973 1186.98 488.635 1173.67 455.803C1145.97 387.487 1105.26 326.194 1052.69 273.616C1000.12 221.046 938.82 180.34 870.503 152.639C837.671 139.324 803.333 129.151 768.45 122.397C733.898 115.705 698.51 112.314 663.261 112.314Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1205.39C590.048 1205.39 519.017 1191.05 452.157 1162.77C420.023 1149.18 389.027 1132.35 360.035 1112.77C331.319 1093.37 304.315 1071.09 279.77 1046.54C255.226 1022 232.946 994.995 213.546 966.279C193.96 937.286 177.137 906.291 163.545 874.156C135.264 807.29 120.927 736.266 120.927 663.053C120.927 589.84 135.264 518.809 163.545 451.949C177.137 419.815 193.96 388.819 213.546 359.827C232.946 331.111 255.226 304.107 279.77 279.562C304.315 255.018 331.319 232.738 360.035 213.338C389.027 193.752 420.023 176.929 452.157 163.337C519.024 135.056 590.048 120.719 663.261 120.719C736.474 120.719 807.505 135.056 874.364 163.337C906.499 176.929 937.494 193.752 966.487 213.338C995.203 232.738 1022.21 255.018 1046.75 279.562C1071.3 304.107 1093.58 331.111 1112.98 359.827C1132.56 388.819 1149.38 419.815 1162.98 451.949C1191.26 518.816 1205.59 589.84 1205.59 663.053C1205.59 736.266 1191.26 807.297 1162.98 874.156C1149.38 906.291 1132.56 937.286 1112.98 966.279C1093.58 994.995 1071.3 1022 1046.75 1046.54C1022.21 1071.09 995.203 1093.37 966.487 1112.77C937.494 1132.35 906.499 1149.18 874.364 1162.77C807.498 1191.05 736.474 1205.39 663.261 1205.39ZM663.261 123.233C590.386 123.233 519.694 137.508 453.138 165.651C421.155 179.18 390.305 195.928 361.444 215.424C332.859 234.734 305.98 256.91 281.552 281.344C257.125 305.772 234.949 332.651 215.632 361.236C196.136 390.097 179.388 420.947 165.859 452.93C137.709 519.479 123.441 590.178 123.441 663.053C123.441 735.927 137.716 806.62 165.859 873.175C179.388 905.158 196.136 936.015 215.632 964.87C234.942 993.455 257.118 1020.33 281.552 1044.76C305.987 1069.19 332.859 1091.36 361.444 1110.68C390.305 1130.18 421.155 1146.93 453.138 1160.45C519.687 1188.6 590.386 1202.87 663.261 1202.87C736.135 1202.87 806.828 1188.6 873.376 1160.45C905.359 1146.93 936.21 1130.18 965.071 1110.68C993.656 1091.37 1020.53 1069.2 1044.96 1044.76C1069.39 1020.33 1091.57 993.455 1110.88 964.87C1130.38 936.008 1147.13 905.158 1160.66 873.175C1188.81 806.627 1203.07 735.934 1203.07 663.053C1203.07 590.171 1188.8 519.486 1160.66 452.93C1147.13 420.947 1130.38 390.097 1110.88 361.236C1091.57 332.651 1069.4 305.772 1044.96 281.344C1020.53 256.917 993.656 234.741 965.071 215.424C936.21 195.928 905.359 179.18 873.376 165.651C806.828 137.501 736.135 123.233 663.261 123.233Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1194.42C629.254 1194.42 595.11 1191.15 561.773 1184.7C528.119 1178.18 494.99 1168.36 463.304 1155.52C397.384 1128.79 338.245 1089.51 287.519 1038.79C236.793 988.061 197.524 928.923 170.79 863.009C157.944 831.331 148.123 798.201 141.611 764.54C135.153 731.204 131.887 697.059 131.887 663.053C131.887 629.046 135.16 594.902 141.611 561.565C148.13 527.911 157.944 494.782 170.79 463.096C197.517 397.183 236.793 338.038 287.519 287.311C338.245 236.585 397.384 197.316 463.304 170.582C494.983 157.736 528.112 147.916 561.773 141.403C595.11 134.946 629.254 131.679 663.261 131.679C697.267 131.679 731.411 134.953 764.748 141.403C798.402 147.922 831.531 157.736 863.217 170.582C929.13 197.309 988.276 236.585 1039 287.311C1089.72 338.038 1128.99 397.176 1155.72 463.096C1168.57 494.775 1178.39 527.904 1184.9 561.565C1191.36 594.902 1194.63 629.046 1194.63 663.053C1194.63 697.059 1191.35 731.204 1184.9 764.54C1178.38 798.194 1168.57 831.324 1155.72 863.009C1129 928.923 1089.72 988.068 1039 1038.79C988.269 1089.51 929.13 1128.78 863.217 1155.52C831.538 1168.36 798.409 1178.18 764.748 1184.7C731.411 1191.15 697.267 1194.42 663.261 1194.42ZM663.261 134.144C629.413 134.144 595.427 137.404 562.243 143.827C528.741 150.312 495.77 160.084 464.236 172.875C398.627 199.478 339.765 238.567 289.273 289.059C238.782 339.55 199.692 398.412 173.089 464.022C160.299 495.555 150.527 528.533 144.042 562.028C137.619 595.213 134.359 629.198 134.359 663.046C134.359 696.893 137.619 730.879 144.042 764.064C150.527 797.566 160.299 830.536 173.089 862.07C199.692 927.68 238.782 986.542 289.273 1037.03C339.765 1087.52 398.627 1126.61 464.236 1153.22C495.77 1166.01 528.741 1175.78 562.243 1182.26C595.427 1188.69 629.413 1191.95 663.261 1191.95C697.108 1191.95 731.094 1188.69 764.278 1182.26C797.78 1175.78 830.751 1166.01 862.285 1153.22C927.894 1126.61 986.756 1087.52 1037.25 1037.03C1087.74 986.548 1126.83 927.68 1153.43 862.07C1166.22 830.536 1175.99 797.566 1182.48 764.064C1188.9 730.879 1192.16 696.893 1192.16 663.046C1192.16 629.198 1188.9 595.213 1182.48 562.028C1175.99 528.526 1166.22 495.555 1153.43 464.022C1126.83 398.412 1087.73 339.55 1037.25 289.059C986.763 238.567 927.894 199.478 862.285 172.875C830.751 160.084 797.78 150.312 764.278 143.827C731.094 137.404 697.108 134.144 663.261 134.144Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1183.45C593.003 1183.45 524.853 1169.7 460.694 1142.55C429.857 1129.51 400.112 1113.37 372.294 1094.58C344.738 1075.96 318.825 1054.58 295.275 1031.03C271.725 1007.48 250.343 981.569 231.731 954.013C212.932 926.195 196.792 896.45 183.746 865.613C156.611 801.454 142.847 733.303 142.847 663.046C142.847 592.789 156.604 524.638 183.746 460.479C196.792 429.642 212.932 399.904 231.731 372.079C250.35 344.523 271.725 318.61 295.275 295.06C318.825 271.51 344.738 250.128 372.294 231.516C400.112 212.717 429.857 196.577 460.694 183.531C524.853 156.396 593.003 142.632 663.261 142.632C733.518 142.632 801.669 156.39 865.828 183.531C896.664 196.577 926.403 212.717 954.228 231.516C981.784 250.135 1007.7 271.51 1031.25 295.06C1054.8 318.61 1076.18 344.523 1094.79 372.079C1113.59 399.897 1129.73 429.642 1142.77 460.479C1169.9 524.638 1183.67 592.789 1183.67 663.046C1183.67 733.303 1169.91 801.454 1142.77 865.613C1129.72 896.45 1113.58 926.195 1094.79 954.013C1076.17 981.569 1054.8 1007.48 1031.25 1031.03C1007.7 1054.58 981.784 1075.96 954.228 1094.58C926.41 1113.37 896.664 1129.51 865.828 1142.55C801.669 1169.69 733.518 1183.45 663.261 1183.45ZM663.261 145.063C593.335 145.063 525.495 158.758 461.64 185.769C430.948 198.753 401.341 214.816 373.654 233.525C346.222 252.055 320.434 273.34 296.995 296.78C273.555 320.22 252.277 346.014 233.74 373.439C215.031 401.133 198.967 430.733 185.984 461.425C158.973 525.287 145.278 593.12 145.278 663.046C145.278 732.972 158.973 800.812 185.984 864.667C198.967 895.358 215.031 924.965 233.74 952.653C252.27 980.084 273.555 1005.87 296.995 1029.31C320.434 1052.75 346.229 1074.03 373.654 1092.57C401.348 1111.28 430.948 1127.34 461.64 1140.32C525.502 1167.33 593.335 1181.03 663.261 1181.03C733.187 1181.03 801.027 1167.33 864.882 1140.32C895.573 1127.34 925.18 1111.28 952.867 1092.57C980.299 1074.04 1006.09 1052.76 1029.53 1029.31C1052.97 1005.87 1074.24 980.077 1092.78 952.653C1111.49 924.959 1127.55 895.358 1140.54 864.667C1167.55 800.805 1181.24 732.972 1181.24 663.046C1181.24 593.12 1167.55 525.28 1140.54 461.425C1127.55 430.733 1111.49 401.126 1092.78 373.439C1074.25 346.008 1052.97 320.22 1029.53 296.78C1006.09 273.34 980.292 252.062 952.867 233.525C925.173 214.816 895.573 198.753 864.882 185.769C801.02 158.758 733.187 145.063 663.261 145.063Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1172.48C630.656 1172.48 597.921 1169.34 565.966 1163.16C533.7 1156.9 501.938 1147.49 471.564 1135.18C408.372 1109.55 351.671 1071.9 303.038 1023.27C254.411 974.642 216.758 917.942 191.129 854.743C178.815 824.369 169.402 792.607 163.152 760.341C156.964 728.379 153.828 695.643 153.828 663.046C153.828 630.448 156.964 597.706 163.152 565.751C169.402 533.485 178.815 501.723 191.129 471.349C216.758 408.157 254.404 351.457 303.038 302.823C351.665 254.196 408.365 216.543 471.564 190.914C501.938 178.6 533.7 169.187 565.966 162.937C597.928 156.749 630.663 153.613 663.261 153.613C695.858 153.613 728.601 156.749 760.556 162.937C792.822 169.187 824.584 178.6 854.958 190.914C918.15 216.543 974.85 254.189 1023.48 302.823C1072.11 351.45 1109.76 408.15 1135.39 471.349C1147.71 501.723 1157.12 533.485 1163.37 565.751C1169.56 597.713 1172.69 630.448 1172.69 663.046C1172.69 695.643 1169.56 728.386 1163.37 760.341C1157.12 792.607 1147.71 824.369 1135.39 854.743C1109.76 917.935 1072.12 974.635 1023.48 1023.27C974.857 1071.9 918.157 1109.55 854.958 1135.18C824.584 1147.49 792.822 1156.9 760.556 1163.16C728.594 1169.34 695.858 1172.48 663.261 1172.48ZM663.261 155.975C630.808 155.975 598.225 159.097 566.414 165.257C534.293 171.473 502.684 180.845 472.448 193.103C409.546 218.608 353.108 256.088 304.709 304.494C256.303 352.9 218.83 409.338 193.318 472.233C181.059 502.462 171.688 534.079 165.472 566.193C159.312 598.003 156.19 630.587 156.19 663.039C156.19 695.491 159.312 728.075 165.472 759.885C171.688 792.006 181.059 823.616 193.318 853.852C218.823 916.754 256.303 973.192 304.709 1021.59C353.115 1070 409.553 1107.47 472.448 1132.97C502.677 1145.23 534.293 1154.61 566.414 1160.82C598.225 1166.98 630.815 1170.1 663.261 1170.1C695.706 1170.1 728.297 1166.98 760.107 1160.82C792.228 1154.61 823.838 1145.23 854.074 1132.97C916.976 1107.47 973.407 1069.99 1021.81 1021.59C1070.22 973.185 1107.69 916.747 1133.2 853.852C1145.46 823.623 1154.83 792.006 1161.05 759.885C1167.21 728.075 1170.33 695.485 1170.33 663.039C1170.33 630.593 1167.21 598.003 1161.05 566.193C1154.83 534.072 1145.46 502.462 1133.2 472.233C1107.7 409.331 1070.22 352.9 1021.81 304.494C973.407 256.088 916.976 218.615 854.074 193.103C823.845 180.845 792.228 171.473 760.107 165.257C728.297 159.097 695.713 155.975 663.261 155.975Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1161.51C631.361 1161.51 599.33 1158.44 568.058 1152.39C536.483 1146.28 505.405 1137.06 475.687 1125.01C413.856 1099.94 358.371 1063.1 310.794 1015.51C263.209 967.929 226.372 912.451 201.295 850.612C189.244 820.895 180.031 789.817 173.919 758.241C167.862 726.97 164.795 694.939 164.795 663.039C164.795 631.139 167.869 599.108 173.919 567.836C180.031 536.261 189.244 505.183 201.295 475.465C226.372 413.633 263.209 358.149 310.794 310.571C358.378 262.987 413.856 226.149 475.687 201.073C505.405 189.021 536.483 179.808 568.058 173.696C599.33 167.64 631.361 164.573 663.261 164.573C695.161 164.573 727.192 167.647 758.464 173.696C790.039 179.808 821.117 189.021 850.835 201.073C912.666 226.149 968.151 262.987 1015.73 310.571C1063.31 358.155 1100.15 413.633 1125.23 475.465C1137.28 505.183 1146.49 536.261 1152.6 567.836C1158.66 599.108 1161.73 631.139 1161.73 663.039C1161.73 694.939 1158.65 726.97 1152.6 758.241C1146.49 789.817 1137.28 820.895 1125.23 850.612C1100.15 912.444 1063.31 967.929 1015.73 1015.51C968.144 1063.1 912.666 1099.94 850.835 1125.01C821.117 1137.06 790.039 1146.28 758.464 1152.39C727.192 1158.44 695.161 1161.51 663.261 1161.51ZM663.261 166.887C631.506 166.887 599.627 169.939 568.5 175.969C537.077 182.053 506.144 191.218 476.557 203.214C415.009 228.173 359.786 264.838 312.423 312.201C265.06 359.564 228.388 414.787 203.436 476.328C191.44 505.908 182.275 536.841 176.191 568.271C170.162 599.398 167.109 631.284 167.109 663.032C167.109 694.78 170.162 726.666 176.191 757.792C182.275 789.216 191.44 820.156 203.436 849.735C228.395 911.284 265.06 966.506 312.423 1013.87C359.786 1061.23 415.009 1097.9 476.557 1122.86C506.137 1134.85 537.07 1144.02 568.5 1150.1C599.627 1156.13 631.513 1159.18 663.261 1159.18C695.009 1159.18 726.895 1156.13 758.022 1150.1C789.445 1144.02 820.378 1134.85 849.965 1122.86C911.513 1097.9 966.735 1061.23 1014.09 1013.87C1061.45 966.506 1098.13 911.284 1123.08 849.735C1135.08 820.156 1144.24 789.223 1150.32 757.792C1156.35 726.666 1159.41 694.78 1159.41 663.032C1159.41 631.284 1156.35 599.398 1150.32 568.271C1144.24 536.848 1135.08 505.915 1123.08 476.328C1098.12 414.78 1061.45 359.557 1014.09 312.201C966.729 264.838 911.506 228.166 849.965 203.214C820.385 191.218 789.452 182.053 758.022 175.969C726.895 169.939 695.009 166.887 663.261 166.887Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1150.54C632.065 1150.54 600.738 1147.54 570.151 1141.62C539.273 1135.64 508.878 1126.63 479.81 1114.85C419.339 1090.32 365.076 1054.29 318.542 1007.76C272.008 961.223 235.978 906.968 211.454 846.49C199.665 817.421 190.659 787.034 184.678 756.156C178.76 725.568 175.755 694.248 175.755 663.046C175.755 631.843 178.76 600.524 184.678 569.936C190.659 539.058 199.665 508.664 211.454 479.595C235.978 419.124 272.008 364.862 318.542 318.327C365.076 271.793 419.339 235.763 479.81 211.239C508.878 199.45 539.266 190.444 570.151 184.463C600.738 178.545 632.058 175.541 663.261 175.541C694.463 175.541 725.783 178.545 756.371 184.463C787.249 190.444 817.643 199.45 846.711 211.239C907.182 235.763 961.445 271.793 1007.98 318.327C1054.51 364.862 1090.54 419.124 1115.07 479.595C1126.86 508.664 1135.86 539.051 1141.84 569.936C1147.76 600.524 1150.77 631.843 1150.77 663.046C1150.77 694.248 1147.76 725.568 1141.84 756.156C1135.86 787.034 1126.86 817.428 1115.07 846.49C1090.54 906.961 1054.51 961.223 1007.98 1007.76C961.445 1054.29 907.182 1090.32 846.711 1114.85C817.643 1126.63 787.255 1135.64 756.371 1141.62C725.783 1147.54 694.463 1150.54 663.261 1150.54ZM663.261 177.806C632.203 177.806 601.028 180.796 570.579 186.687C539.846 192.64 509.59 201.605 480.659 213.338C420.465 237.745 366.458 273.609 320.137 319.929C273.817 366.25 237.953 420.257 213.546 480.451C201.813 509.382 192.848 539.631 186.895 570.371C180.997 600.814 178.014 631.995 178.014 663.053C178.014 694.11 181.004 725.285 186.895 755.735C192.848 786.467 201.813 816.724 213.546 845.654C237.953 905.849 273.817 959.849 320.137 1006.17C366.458 1052.49 420.465 1088.35 480.659 1112.76C509.59 1124.49 539.839 1133.46 570.579 1139.41C601.022 1145.3 632.203 1148.29 663.261 1148.29C694.318 1148.29 725.5 1145.3 755.943 1139.41C786.675 1133.46 816.932 1124.49 845.862 1112.76C906.057 1088.35 960.064 1052.49 1006.38 1006.17C1052.7 959.849 1088.57 905.842 1112.97 845.654C1124.71 816.724 1133.67 786.474 1139.62 755.735C1145.51 725.292 1148.5 694.11 1148.5 663.053C1148.5 631.995 1145.51 600.821 1139.62 570.371C1133.67 539.638 1124.7 509.382 1112.97 480.451C1088.57 420.257 1052.7 366.25 1006.38 319.929C960.064 273.609 906.057 237.745 845.862 213.338C816.932 201.605 786.682 192.64 755.943 186.687C725.5 180.789 694.318 177.806 663.261 177.806Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1139.58C632.763 1139.58 602.14 1136.64 572.25 1130.85C542.07 1125.01 512.359 1116.21 483.947 1104.69C424.836 1080.72 371.796 1045.49 326.305 1000.01C280.813 954.517 245.598 901.484 221.627 842.367C210.107 813.954 201.302 784.244 195.459 754.063C189.671 724.166 186.736 693.544 186.736 663.053C186.736 632.562 189.671 601.932 195.459 572.042C201.302 541.862 210.107 512.151 221.627 483.739C245.598 424.628 280.82 371.588 326.305 326.097C371.796 280.605 424.829 245.39 483.947 221.419C512.359 209.899 542.07 201.094 572.25 195.251C602.147 189.463 632.77 186.528 663.261 186.528C693.752 186.528 724.381 189.463 754.271 195.251C784.459 201.094 814.162 209.899 842.575 221.419C901.685 245.39 954.725 280.612 1000.22 326.097C1045.71 371.588 1080.92 424.621 1104.89 483.739C1116.41 512.151 1125.22 541.862 1131.06 572.042C1136.85 601.939 1139.79 632.562 1139.79 663.053C1139.79 693.544 1136.85 724.173 1131.06 754.063C1125.22 784.244 1116.41 813.954 1104.89 842.367C1080.92 901.477 1045.7 954.517 1000.22 1000.01C954.725 1045.5 901.692 1080.72 842.575 1104.69C814.162 1116.21 784.452 1125.01 754.271 1130.85C724.374 1136.64 693.752 1139.58 663.261 1139.58ZM663.261 188.718C632.908 188.718 602.424 191.639 572.665 197.399C542.622 203.214 513.05 211.978 484.769 223.449C425.927 247.31 373.136 282.366 327.859 327.644C282.581 372.921 247.525 425.713 223.664 484.554C212.2 512.835 203.436 542.407 197.614 572.45C191.854 602.209 188.933 632.686 188.933 663.046C188.933 693.406 191.854 723.883 197.614 753.642C203.429 783.684 212.193 813.257 223.664 841.538C247.525 900.379 282.581 953.17 327.859 998.448C373.136 1043.73 425.927 1078.78 484.769 1102.64C513.05 1114.11 542.622 1122.88 572.665 1128.69C602.424 1134.45 632.901 1137.37 663.261 1137.37C693.621 1137.37 724.098 1134.45 753.857 1128.69C783.899 1122.88 813.472 1114.11 841.753 1102.64C900.594 1078.78 953.385 1043.73 998.663 998.448C1043.94 953.17 1079 900.379 1102.86 841.538C1114.33 813.257 1123.09 783.684 1128.91 753.642C1134.67 723.883 1137.59 693.406 1137.59 663.046C1137.59 632.686 1134.67 602.209 1128.91 572.45C1123.09 542.407 1114.33 512.835 1102.86 484.554C1079 425.713 1043.94 372.921 998.663 327.644C953.385 282.366 900.594 247.31 841.753 223.449C813.472 211.985 783.899 203.221 753.857 197.399C724.098 191.639 693.621 188.718 663.261 188.718Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1128.61C600.414 1128.61 539.439 1116.3 482.041 1092.02C454.457 1080.35 427.848 1065.91 402.957 1049.1C378.302 1032.44 355.125 1013.32 334.054 992.246C312.99 971.182 293.859 947.998 277.208 923.343C260.392 898.453 245.951 871.85 234.286 844.259C210.011 786.861 197.697 725.893 197.697 663.039C197.697 600.185 210.004 539.217 234.286 481.819C245.958 454.236 260.399 427.626 277.208 402.736C293.866 378.08 312.99 354.903 334.054 333.832C355.118 312.768 378.302 293.638 402.957 276.987C427.848 260.17 454.45 245.729 482.041 234.064C539.439 209.789 600.407 197.475 663.261 197.475C726.115 197.475 787.083 209.782 844.481 234.064C872.065 245.736 898.674 260.177 923.564 276.987C948.22 293.645 971.397 312.768 992.468 333.832C1013.53 354.896 1032.66 378.08 1049.31 402.736C1066.13 427.626 1080.57 454.236 1092.24 481.819C1116.51 539.217 1128.83 600.185 1128.83 663.039C1128.83 725.893 1116.52 786.861 1092.24 844.259C1080.57 871.843 1066.12 898.453 1049.31 923.343C1032.66 947.998 1013.53 971.175 992.468 992.246C971.404 1013.31 948.22 1032.44 923.564 1049.1C898.674 1065.92 872.065 1080.36 844.481 1092.02C787.083 1116.3 726.115 1128.61 663.261 1128.61ZM663.261 199.637C600.697 199.637 540.012 211.888 482.883 236.053C455.424 247.67 428.939 262.042 404.166 278.782C379.628 295.357 356.554 314.398 335.58 335.372C314.613 356.34 295.572 379.42 278.99 403.958C262.256 428.731 247.878 455.216 236.261 482.676C212.096 539.804 199.845 600.496 199.845 663.053C199.845 725.61 212.096 786.302 236.261 843.43C247.878 870.89 262.249 897.375 278.99 922.148C295.565 946.686 314.606 969.76 335.58 990.734C356.547 1011.7 379.628 1030.74 404.166 1047.32C428.939 1064.06 455.424 1078.44 482.883 1090.05C540.012 1114.22 600.704 1126.47 663.261 1126.47C725.818 1126.47 786.51 1114.22 843.638 1090.05C871.098 1078.44 897.583 1064.06 922.356 1047.32C946.894 1030.75 969.967 1011.71 990.942 990.734C1011.91 969.766 1030.95 946.686 1047.53 922.148C1064.27 897.375 1078.64 870.89 1090.25 843.43C1114.42 786.302 1126.67 725.61 1126.67 663.053C1126.67 600.496 1114.42 539.804 1090.25 482.676C1078.64 455.216 1064.27 428.731 1047.53 403.958C1030.96 379.42 1011.92 356.346 990.942 335.372C969.974 314.405 946.894 295.364 922.356 278.782C897.583 262.049 871.098 247.67 843.638 236.053C786.51 211.888 725.818 199.637 663.261 199.637Z' fill='%230025DF'/%3E%3Cpath d='M663.261 1117.64C634.171 1117.64 604.958 1114.84 576.435 1109.31C547.643 1103.74 519.3 1095.34 492.193 1084.35C435.803 1061.48 385.208 1027.88 341.809 984.49C298.417 941.098 264.818 890.496 241.952 834.107C230.964 807 222.559 778.663 216.986 749.864C211.461 721.341 208.664 692.135 208.664 663.039C208.664 633.943 211.461 604.736 216.986 576.214C222.559 547.421 230.957 519.078 241.952 491.971C264.818 435.582 298.417 384.986 341.809 341.587C385.201 298.196 435.803 264.597 492.193 241.73C519.293 230.742 547.636 222.337 576.435 216.764C604.958 211.239 634.165 208.442 663.261 208.442C692.357 208.442 721.563 211.239 750.086 216.764C778.878 222.337 807.221 230.735 834.328 241.73C890.718 264.597 941.313 298.196 984.712 341.587C1028.1 384.979 1061.7 435.575 1084.58 491.971C1095.57 519.071 1103.97 547.414 1109.54 576.214C1115.07 604.736 1117.86 633.943 1117.86 663.039C1117.86 692.135 1115.07 721.341 1109.54 749.864C1103.97 778.656 1095.57 807 1084.58 834.107C1061.71 890.496 1028.11 941.098 984.712 984.49C941.32 1027.88 890.725 1061.48 834.328 1084.35C807.228 1095.34 778.885 1103.74 750.086 1109.31C721.563 1114.84 692.357 1117.64 663.261 1117.64ZM663.261 210.548C634.303 210.548 605.227 213.338 576.836 218.829C548.175 224.375 519.963 232.738 492.987 243.678C436.86 266.441 386.493 299.881 343.301 343.079C300.109 386.271 266.662 436.638 243.899 492.765C232.96 519.741 224.596 547.953 219.051 576.614C213.553 605.006 210.77 634.081 210.77 663.039C210.77 691.997 213.56 721.072 219.051 749.464C224.596 778.125 232.96 806.337 243.899 833.312C266.662 889.44 300.102 939.807 343.301 982.999C386.493 1026.19 436.86 1059.64 492.987 1082.4C519.963 1093.34 548.175 1101.7 576.836 1107.25C605.227 1112.75 634.303 1115.53 663.261 1115.53C692.219 1115.53 721.294 1112.74 749.685 1107.25C778.346 1101.7 806.558 1093.34 833.534 1082.4C889.661 1059.64 940.029 1026.2 983.22 982.999C1026.42 939.807 1059.86 889.44 1082.62 833.312C1093.56 806.337 1101.92 778.125 1107.47 749.464C1112.97 721.072 1115.75 691.997 1115.75 663.039C1115.75 634.081 1112.96 605.006 1107.47 576.614C1101.92 547.953 1093.56 519.741 1082.62 492.765C1059.86 436.638 1026.42 386.271 983.22 343.079C940.029 299.888 889.661 266.441 833.534 243.678C806.558 232.738 778.346 224.375 749.685 218.829C721.294 213.332 692.219 210.548 663.261 210.548Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1351_63635'%3E%3Crect width='1326' height='214' fill='white' transform='translate(0.260742 0.0458984)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                margin: auto;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: top center;
            }

    .fc2024 .module__outer--shout-box {
        background-color: #B8C4FF;
    }

    .fc2024 .module__inner--shout-box {
        background-color: #D8EDEE;
        border-radius: 20px 0 20px 0;
        display: flex;
        padding: 0;
    }

    .fc2024 .shout-box__content {
        padding: 40px 32px;
        display: block;
        flex-direction: column;
        justify-content: space-between;
    }

        .fc2024 .shout-box__content a {
            margin-top: 52px;
        }

        .fc2024 .shout-box__content h3 {
            font-size: 28px;
            letter-spacing: 0.5px;
            line-height: 1.3125;
            color: #0025DF;
            margin-bottom: 52px;
        }

    .fc2024 .shout-box__image-container {
        padding: 0 32px 0 0;
        border-radius: 0 0 20px 0;
        overflow: hidden;
        position: relative;
    }

        .fc2024 .shout-box__image-container .pattern--radical {
            position: absolute;
            height: 120%;
            width: 526px;
            background-size: cover;
            right: -4%;
            top: -11%;
        }

    .fc2024 .shout-box__image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        z-index: 9;
        object-fit: cover;
    }

.fc2024 {
    overflow: hidden;
}

    .fc2024 .module__outer.teaser-box {
        background-color: #001CA8;
        padding: 80px 0;
        position: relative;
    }

    .fc2024 .module__outer.teaser-box--with-pattern .pattern--container {
        width: 106px;
        height: 100%;
        position: absolute;
        overflow: hidden;
        right: 0;
        top: 0;
        z-index: 2;
    }

        .fc2024 .module__outer.teaser-box--with-pattern .pattern--container .pattern--radical {
            background-color: #B8C4FF;
            width: 1980px;
            height: 1980px;
            position: absolute;
            right: -1562px;
            top: -248px;
            z-index: -2;
        }

    .fc2024 .module__outer.teaser-box--with-pattern .teaser-box__content {
        padding-right: 106px;
    }

    .fc2024 .module__outer.teaser-box .teaser-box__content {
        color: #FFFFFF;
        font-size: 24px;
        letter-spacing: 0.2px;
        line-height: 1.41667;
    }

    .fc2024 .module__outer.teaser-box:not(.teaser-box-image-row) .teaser-box__content a {
        color: #B8C4FF;
    }

        .fc2024 .module__outer.teaser-box:not(.teaser-box-image-row) .teaser-box__content a:hover {
            color: #6c84ff;
        }

    .fc2024 .module__outer.teaser-box .teaser-box__content h2 {
        font-size: 40px;
        letter-spacing: 0;
        line-height: 1.25;
        margin-bottom: 24px;
    }

    .fc2024 .module__outer.teaser-box .teaser-box__content p {
        margin-bottom: 24px;
    }

        .fc2024 .module__outer.teaser-box .teaser-box__content p:last-child {
            margin-bottom: 0;
        }

    .fc2024 .module__outer.teaser-box .teaser-box__content .text-link {
        display: inline-block;
        border-bottom: solid 2px #FFFFFF;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.4;
    }

        .fc2024 .module__outer.teaser-box .teaser-box__content .text-link a {
            color: #FFFFFF !important;
        }

    .fc2024 .module__outer.teaser-box .teaser-box__image-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
        margin-top: 52px;
    }

    .fc2024 .module__outer.teaser-box .teaser-box__image-container {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        position: relative;
    }

    .fc2024 .module__outer.teaser-box .teaser-box__image {
        border-radius: 20px 0 20px 0;
    }

    .fc2024 .module__outer.teaser-box .row {
        display: flex;
    }

    .fc2024 .module__outer.teaser-box-image {
        background-color: #001CA8;
        padding: 80px 0;
    }

    .fc2024 .module__outer.teaser-box-image-row {
        background-color: #F6F7FC;
        padding: 100px 0;
        gap: 32px;
        padding-left: 0;
        padding-right: 0;
    }

        .fc2024 .module__outer.teaser-box-image-row .teaser-box__content {
            color: #001370;
        }

            .fc2024 .module__outer.teaser-box-image-row .teaser-box__content h2 {
                color: #001370;
            }

            .fc2024 .module__outer.teaser-box-image-row .teaser-box__content .text-link {
                display: inline-block;
                border-bottom: solid 2px #FFFFFF;
                font-size: 20px;
                letter-spacing: 0.2px;
                line-height: 1.4;
            }

                .fc2024 .module__outer.teaser-box-image-row .teaser-box__content .text-link a {
                    color: #FFFFFF !important;
                }

    .fc2024 .module__inner.teaser-box--image-column {
        max-width: 1090px;
    }

    .fc2024 .module__inner.teaser-box--text {
        max-width: 1312px;
        padding: 0;
    }

    .fc2024 .module__inner.teaser-box--image-row {
        max-width: 1312px;
        padding: 0;
    }

    .fc2024 .info-details__outer {
        padding: 52px 0;
        background-color: #FFFFFF;
    }

    .fc2024 .info-details__inner {
        color: #001370;
        padding: 0;
        max-width: 1316px !important;
        gap: 32px;
    }

    .fc2024 .info-details__content-left {
        background-color: #FFFFFF;
        padding: 32px;
    }

        .fc2024 .info-details__content-left u {
            text-decoration: none;
        }

    .fc2024 .info-details__content-left__wrapper h3 {
        margin-bottom: 32px;
        font-size: 28px;
        letter-spacing: 0.5px;
        line-height: 1.3125;
    }

        .fc2024 .info-details__content-left__wrapper h3:not(:nth-of-type(1)) {
            padding-top: 50px;
        }

    .fc2024 .info-details__content-left__wrapper ul {
        margin-bottom: 52px;
    }

        .fc2024 .info-details__content-left__wrapper ul:last-of-type {
            margin-bottom: 0;
        }

        .fc2024 .info-details__content-left__wrapper ul li {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
        }

    .fc2024 .info-details__content-left__wrapper p {
        margin-bottom: 16px;
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.4;
    }

    .fc2024 .info-details__content-left__wrapper a {
        font-size: 20px;
        letter-spacing: 0.2px;
        line-height: 1.4;
        border-bottom: solid 2px #0025DF;
    }

    .fc2024 .info-details__content-right {
        background-color: #E9EEF9;
        padding: 0;
        height: 100%;
    }

    .fc2024 .info-details__content-right__wrapper {
        padding: 32px;
    }

        .fc2024 .info-details__content-right__wrapper h4 {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.28571;
            margin-bottom: 8px;
        }

        .fc2024 .info-details__content-right__wrapper a {
            font-size: 20px;
            letter-spacing: 0.2px;
            line-height: 1.4;
            border-bottom: solid 2px #0025DF;
        }

        .fc2024 .info-details__content-right__wrapper p {
            margin-top: 8px;
            margin-bottom: 24px;
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
        }

        .fc2024 .info-details__content-right__wrapper button {
            font-size: 20px;
            letter-spacing: 0.2px;
            font-weight: 700;
            line-height: 1.3;
        }

    .fc2024 .info-details__contact-wrap {
        background-color: #6B81EF;
        padding: 24px 32px;
    }

    .fc2024 .video-player__wrapper {
        overflow: hidden;
        width: 100%;
        aspect-ratio: 16/9;
        position: relative;
    }

        .fc2024 .video-player__wrapper .thumbnail {
            position: absolute;
            z-index: 1;
            left: 0;
        }

        .fc2024 .video-player__wrapper #player {
            width: 100%;
            height: 100%;
        }

    .fc2024 .video-player__controls {
        position: absolute;
        bottom: 50px;
        right: 50px;
        z-index: 2;
    }

        .fc2024 .video-player__controls > button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 86px;
            height: 86px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-color: #FFFFFF;
            filter: drop-shadow(2px 6px 10px rgba(0, 37, 223, 0.2));
            cursor: pointer;
            border: 0;
        }

            .fc2024 .video-player__controls > button:active svg path {
                fill: #001370;
            }

            .fc2024 .video-player__controls > button:active:before {
                border: 1px solid #0025DF;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                width: calc(100% + 4px);
                height: calc(100% + 4px);
                left: -2px;
            }

            .fc2024 .video-player__controls > button:active:after {
                display: none;
            }

            .fc2024 .video-player__controls > button:focus {
                color: #001370;
            }

                .fc2024 .video-player__controls > button:focus svg path {
                    fill: #001370;
                }

            .fc2024 .video-player__controls > button:hover {
                background-color: #6B81EF;
                color: #001370;
            }

                .fc2024 .video-player__controls > button:hover svg path {
                    fill: #001370;
                }

            .fc2024 .video-player__controls > button.disabled,
            .fc2024 .video-player__controls > button[disabled] {
                background-color: #E9EEF9 !important;
            }

    .fc2024 .table__section {
        width: 100%;
        padding: 52px 0;
    }

        .fc2024 .table__section .container {
            max-width: 1312px;
            margin: auto;
            width: 95%;
        }

    .fc2024 .table__section--list {
        width: 100%;
        padding: 52px 0;
    }

        .fc2024 .table__section--list .container {
            max-width: 1312px;
            margin: auto;
            width: 95%;
        }

            .fc2024 .table__section--list .container .accordion__list-item--title {
                padding: 0px 16px;
            }

            .fc2024 .table__section--list .container table {
                width: 100%;
            }

                .fc2024 .table__section--list .container table th {
                    padding: 16px 16px 12px 16px;
                    font-size: 20px;
                    letter-spacing: 0.2px;
                    line-height: 1.4;
                }

                .fc2024 .table__section--list .container table td {
                    padding: 16px 18px 12px 18px;
                    font-size: 16px;
                    letter-spacing: 0.2px;
                    line-height: 1.5;
                }

    .fc2024 .table__heading {
        margin-bottom: 32px;
    }

        .fc2024 .table__heading h3 {
            font-size: 28px;
            letter-spacing: 0.5px;
            line-height: 1.3125;
        }

    .fc2024 .table__content .table-style {
        padding: 0;
    }

        .fc2024 .table__content .table-style p {
            padding: 20px 0 70px !important;
        }

    .fc2024 .table__content table {
        width: 100%;
        border: 1px solid #001370 !important;
    }

        .fc2024 .table__content table th {
            padding: 16px 16px 12px 16px;
            border-bottom: 2px solid #001370;
        }

        .fc2024 .table__content table td {
            padding: 16px 18px 12px 18px;
            border-bottom: 1px solid #001370;
        }

    .fc2024 .reference__content-column {
        align-items: center;
    }

        .fc2024 .reference__content-column .reference__description-list li {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
        }

        .fc2024 .reference__content-column .reference__heading {
            font-size: 50px;
            letter-spacing: 0;
            line-height: 1.18519;
            padding-bottom: 30px;
        }

        .fc2024 .reference__content-column .reference__img-wrapper {
            display: flex;
            justify-content: end;
        }

    .fc2024 .reference__slider-wrapper {
        margin-right: -40px;
        margin-left: auto;
        position: relative;
        margin-top: 72px;
    }

    .fc2024 .reference__slider-nav {
        position: absolute;
        top: -107px;
        left: 12px;
        height: 56px;
        width: 200px;
        display: flex;
    }

    .fc2024 .reference__slider-prev,
    .fc2024 .reference__slider-next {
        position: relative;
        width: 56px;
        height: 56px;
        margin-right: 10px;
    }

        .fc2024 .reference__slider-prev button,
        .fc2024 .reference__slider-next button {
            width: 56px;
            height: 56px;
        }

    .fc2024 .reference__section-single .reference__img-wrapper {
        height: 100%;
        position: relative;
    }

        .fc2024 .reference__section-single .reference__img-wrapper img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            object-fit: cover;
            object-position: center;
        }

    .fc2024 .reference__card-single {
        -webkit-border-radius: 20px 0;
        -moz-border-radius: 20px 0;
        border-radius: 20px 0;
        background-color: #D1E0FF;
        padding: 32px;
    }

        .fc2024 .reference__card-single .reference__wrapper .reference__name {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
            font-weight: 700;
            padding-bottom: 7px;
        }

        .fc2024 .reference__card-single .reference__wrapper .reference__quote {
            font-size: 52px;
            letter-spacing: 0.5px;
            font-style: italic;
            font-weight: 500;
            line-height: 1.14286;
            padding-bottom: 20px;
        }

        .fc2024 .reference__card-single .reference__wrapper .reference__role {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
        }

    .fc2024 .reference__card-multi {
        -webkit-border-radius: 20px 0;
        -moz-border-radius: 20px 0;
        border-radius: 20px 0;
        background-color: #D1E0FF;
        padding: 32px;
        margin: 0 12px;
        transition: all .3s ease-in-out;
        left: 0;
        position: relative;
    }

        .fc2024 .reference__card-multi[class*="left"]:not(.left-1) {
            left: -300px;
        }

        .fc2024 .reference__card-multi .reference__wrapper .reference__name {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
            font-weight: 700;
            padding-bottom: 7px;
        }

        .fc2024 .reference__card-multi .reference__wrapper .reference__quote {
            font-size: 32px;
            letter-spacing: 0.5px;
            font-style: italic;
            font-weight: 500;
            line-height: 1.22222;
        }

        .fc2024 .reference__card-multi .reference__wrapper .reference__role {
            padding-bottom: 20px;
            font-size: 20px;
            letter-spacing: 0.2px;
            line-height: 1.4;
        }

    .fc2024 .product-overview__section {
        padding: 100px 0;
    }

        .fc2024 .product-overview__section .container {
            max-width: 1312px;
            padding: 0;
        }

        .fc2024 .product-overview__section .carousel-item {
            justify-content: center;
        }

            .fc2024 .product-overview__section .carousel-item .card {
                border: 0;
                max-width: 270px;
                display: block;
                border-radius: 50% !important;
                overflow: hidden;
            }

        .fc2024 .product-overview__section .carousel-item__inner {
            display: flex;
            justify-content: center;
        }

        .fc2024 .product-overview__section.segments__section .product-overview__img img {
            height: 100% !important;
        }

    .fc2024 .product-overview__heading {
        margin-bottom: 52px;
        padding: 0;
    }

    .fc2024 .product-overview__title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }

    .fc2024 .product-overview__subtitle {
        max-width: 755px;
    }

        .fc2024 .product-overview__subtitle.fullwidth {
            max-width: 100%;
        }

    .fc2024 .product-overview__item--inner {
        height: 100%;
    }

        .fc2024 .product-overview__item--inner a:focus {
            border: 1px solid #001370;
        }

    .fc2024 .product-overview__img-wrap {
        display: flex;
        justify-content: center;
        gap: 4.1%;
    }

        .fc2024 .product-overview__img-wrap a:focus {
            border: 1px solid #001370;
        }

    .fc2024 .product-overview__img {
        width: 270px;
        border-radius: 50%;
        overflow: hidden;
        background-color: #B8C4FF;
        transition: all .3s ease-in-out;
        height: 270px;
    }

        .fc2024 .product-overview__img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .fc2024 .product-overview__img svg {
            height: 100%;
            width: 100%;
        }

    .fc2024 .product-overview__slider .glider-track {
        gap: 24px;
    }

    .fc2024 .product-overview__card {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        height: auto;
    }

        .fc2024 .product-overview__card .product-overview__img:hover {
            background-color: #F6F7FC;
        }

    .fc2024 .product-overview__nav {
        margin-top: 52px;
    }

    .fc2024 .product-overview__dots {
        justify-content: start;
    }

        .fc2024 .product-overview__dots button {
            width: 12px;
            height: 12px;
            background-color: #6B81EF !important;
            opacity: 1;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            -moz-transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
            -webkit-transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0s ease-in-out;
            position: relative;
        }

            .fc2024 .product-overview__dots button:hover {
                background-color: #0025DF !important;
            }

            .fc2024 .product-overview__dots button.active {
                background-color: #0025DF !important;
                width: 240px;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                margin: 0 8px;
            }

                .fc2024 .product-overview__dots button.active:before {
                    content: '';
                    position: absolute;
                    width: 12px;
                    height: 12px;
                    background-color: #0025DF !important;
                    left: -6px;
                    border-radius: 50%;
                    top: 0;
                }

                .fc2024 .product-overview__dots button.active:after {
                    content: '';
                    position: absolute;
                    width: 12px;
                    height: 12px;
                    background-color: #0025DF !important;
                    right: -6px;
                    border-radius: 50%;
                    top: 0;
                }

    .fc2024 .product-overview__arrows {
        top: 25px;
    }

    .fc2024 .product-overview__product-title {
        margin-top: 24px;
        font-size: 24px;
        letter-spacing: 0.2px;
        line-height: 1.41667;
        text-align: center;
    }

    .fc2024 .multimedia-slider__section .container {
        max-width: 1440px !important;
        width: 100% !important;
    }

    .fc2024 .multimedia-slider__wrapper {
        position: relative;
    }

    .fc2024 .multimedia-slider__main-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        -moz-transition: opacity 0.1s ease-in-out;
        -webkit-transition: opacity 0.1s ease-in-out;
        transition: opacity 0.1s ease-in-out;
    }

    .fc2024 .multimedia-slider__list:-webkit-scrollbar {
        display: none;
    }

    .fc2024 .multimedia-slider__list {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .fc2024 .multimedia-slider__item {
        min-height: 572px;
        position: relative;
        padding: 6.25rem 4rem;
    }

        .fc2024 .multimedia-slider__item .multimedia-slider__img-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: 0;
            -moz-transition: opacity 0.3s ease-in-out;
            -webkit-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
        }

            .fc2024 .multimedia-slider__item .multimedia-slider__img-overlay img {
                height: 100%;
                width: 100%;
                object-fit: cover;
                object-position: center;
            }

        .fc2024 .multimedia-slider__item .multimedia-slider__content {
            position: relative;
            z-index: 2;
            max-width: 755px;
            color: #FFFFFF;
        }

        .fc2024 .multimedia-slider__item .multimedia-slider__heading {
            font-size: 50px;
            letter-spacing: 0;
            line-height: 1.18519;
            padding-bottom: 1.5rem;
        }

        .fc2024 .multimedia-slider__item .multimedia-slider__description h4 {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.28571;
            padding-bottom: 1.5rem;
            color: #FFFFFF;
        }

        .fc2024 .multimedia-slider__item .multimedia-slider__text-link {
            font-size: 20px;
            letter-spacing: 0.2px;
            line-height: 1.4;
            font-weight: 700;
            border-bottom: 2px solid;
            color: #FFFFFF;
        }

    .fc2024 .multimedia-slider__nav {
        position: relative;
        z-index: 2;
        width: 120px;
        bottom: 100px;
        height: 56px;
        margin: 0;
        display: flex;
        left: 3.5rem;
        flex-wrap: nowrap !important;
    }

        .fc2024 .multimedia-slider__nav .slider__control-prev,
        .fc2024 .multimedia-slider__nav .slider__control-next {
            position: relative;
            width: 56px;
            height: 56px;
            margin-right: 10px;
        }

            .fc2024 .multimedia-slider__nav .slider__control-prev:after,
            .fc2024 .multimedia-slider__nav .slider__control-next:after {
                display: none;
            }

    .fc2024 .contact__section .image-col--wrapper {
        height: 100%;
        position: relative;
    }

        .fc2024 .contact__section .image-col--wrapper img {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            object-fit: cover;
            object-position: center;
        }

    .fc2024 .contact__section-slider .glider {
        overflow: hidden;
    }

    .fc2024 .contact__section-slider .contact__slider {
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
    }

    .fc2024 .contact__section-slider .slider__nav {
        margin: 0;
        padding: 0;
        margin-top: -135px;
    }

        .fc2024 .contact__section-slider .slider__nav:not(.nav-col) {
            width: calc(100% - 156px);
            left: -19px;
        }

        .fc2024 .contact__section-slider .slider__nav .slider__control {
            top: 17px;
            right: -7px;
        }

            .fc2024 .contact__section-slider .slider__nav .slider__control.disabled {
                display: none;
            }

    .fc2024 .contact__section-slider textarea {
        height: 128px;
    }

    .fc2024 .contact__section-slider .button-col {
        margin-top: 40px;
    }

        .fc2024 .contact__section-slider .button-col button:after {
            display: none;
        }

    .fc2024 .contact__section-slider .nav-col {
        margin-top: 0;
        position: absolute;
        bottom: -60px;
        width: 50%;
        right: 0;
    }

        .fc2024 .contact__section-slider .nav-col .carousel-control-next:after {
            display: none;
        }

    .fc2024 .contact__section-slider .text-area .nav-col {
        bottom: -31px;
    }

    .fc2024 .contact__section-slider .contact__nav-wrapper {
        max-width: 860px;
        margin: 0 auto;
    }

    .fc2024 .contact__wrapper {
        -webkit-border-radius: 20px 0px;
        -moz-border-radius: 20px 0px;
        border-radius: 20px 0px;
        background-color: #B8C4FF;
        overflow: hidden;
    }

        .fc2024 .contact__wrapper .field__item-message {
            bottom: -15px;
        }

    .fc2024 .contact__form {
        max-width: 860px;
        margin: auto;
        width: calc(100% - 64px);
        padding: 54px 0;
    }

        .fc2024 .contact__form.with-iframe {
            padding-top: 0;
        }

            .fc2024 .contact__form.with-iframe form {
                margin-top: -50px;
            }

    .fc2024 .contact__form-slider-wrapper {
        max-width: none;
    }

        .fc2024 .contact__form-slider-wrapper .contact__slider-item-wrapper {
            max-width: 860px;
            margin: 0 auto;
            position: relative;
            padding-bottom: 60px;
        }

    .fc2024 .contact__form-heading {
        font-size: 32px;
        letter-spacing: 0.5px;
        line-height: 1.3125;
        padding-bottom: 24px;
    }

        .fc2024 .contact__form-heading .prev {
            cursor: pointer;
        }

    .fc2024 .contact__form .field__item {
        width: 100%;
        height: auto;
    }

        .fc2024 .contact__form .field__item:before {
            display: none;
        }

    .fc2024 .routing-teaser__section {
        padding: 100px 0;
        background-color: #FFFFFF;
    }

        .fc2024 .routing-teaser__section .container {
            position: relative;
            margin-bottom: 80px;
        }

        .fc2024 .routing-teaser__section .container--carousel {
            max-width: 1314px;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: flex;
        }

        .fc2024 .routing-teaser__section .pattern--linear-standard {
            background-color: #D1E0FF;
            width: 24px;
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            transition: all .3s ease-in-out;
        }

    .fc2024 .routing-teaser__section--no-img .routing-teaser__card--overlay {
        background: #D1E0FF;
    }

    .fc2024 .routing-teaser__section--no-img .routing-teaser__product-title h3 {
        color: #0025DF;
    }

    .fc2024 .routing-teaser__section--no-img .routing-teaser__product-title .icon--item {
        color: #0025DF;
    }

    .fc2024 .routing-teaser__section--no-img .routing-teaser__slider-image img {
        display: none;
    }

    .fc2024 .routing-teaser__nav-tabs {
        flex-wrap: nowrap;
        margin-bottom: 80px;
        display: flex !important;
    }

        .fc2024 .routing-teaser__nav-tabs .tab--item:after {
            display: none !important;
        }

        .fc2024 .routing-teaser__nav-tabs .tab--item.active-tab:after {
            display: block !important;
        }

        .fc2024 .routing-teaser__nav-tabs .tab--item:active:before {
            border: none !important;
        }

        .fc2024 .routing-teaser__nav-tabs .tab--item {
            width: 100%;
        }

            .fc2024 .routing-teaser__nav-tabs .tab--item:focus-visible {
                border: 1px solid #001370 !important;
                outline: none !important;
            }

    .fc2024 .nav-tabs.glider {
        width: 90%;
    }

    .fc2024 .routing-teaser__nav.nav-show {
        display: none !important;
    }

    .fc2024 .routing-teaser__nav.nav-show-mb {
        display: none !important;
    }

    .fc2024 .routing-teaser__tab-pane {
        display: none;
        gap: 40px;
    }

        .fc2024 .routing-teaser__tab-pane.active {
            display: flex !important;
            flex-wrap: wrap;
        }

    .fc2024 .routing-teaser__image-content {
        max-width: 533px;
        width: calc(50% - 20px);
    }

    .fc2024 .routing-teaser__text-content {
        max-width: 739px;
        width: calc(50% - 20px);
        font-size: 24px;
        letter-spacing: 0.2px;
        line-height: 1.41667;
    }

    .fc2024 .routing-teaser__button-col {
        display: flex;
        align-items: flex-end;
    }

        .fc2024 .routing-teaser__button-col button {
            font-size: 20px;
            letter-spacing: 0.2px;
            font-weight: 700;
            line-height: 1.3;
        }

    .fc2024 .routing-teaser__slider .glider-track {
        gap: 24px;
    }

    .fc2024 .routing-teaser__nav {
        margin-top: 64px;
        padding: 0 !important;
        margin-bottom: -162px;
    }

    .fc2024 .routing-teaser__item {
        height: 288px !important;
    }

    .fc2024 .tab-arrows {
        display: none;
    }

    .fc2024 .routing-teaser__item--inner {
        width: 100% !important;
        height: 100% !important;
        border-radius: 0;
        transition: all .3s ease-in-out;
        overflow: hidden;
    }

        .fc2024 .routing-teaser__item--inner:not(.disabled):hover {
            border-radius: 20px 0 0 0;
        }

            .fc2024 .routing-teaser__item--inner:not(.disabled):hover .pattern--linear-standard {
                background-color: #6B81EF;
            }

        .fc2024 .routing-teaser__item--inner.disabled .routing-teaser__card-link {
            pointer-events: none;
        }

        .fc2024 .routing-teaser__item--inner.disabled .routing-teaser__card--overlay {
            z-index: 9;
            background: #B1B5CA;
            opacity: .5 !important;
        }

    .fc2024 .routing-teaser__card--overlay {
        background: linear-gradient(90deg, rgba(0, 19, 112, 0.7) 4.68%, rgba(0, 19, 112, 0) 127.89%);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 100%;
    }

    .fc2024 .routing-teaser__card {
        position: relative;
        height: 100% !important;
        width: 100% !important;
    }

    .fc2024 .routing-teaser__card-link:focus .routing-teaser__card {
        border: 1px solid #001370 !important;
    }

    .fc2024 .routing-teaser__product-title {
        position: absolute;
        width: 262px;
        top: 0;
        padding: 24px;
    }

    .fc2024 .routing-teaser__slider-image {
        height: 100%;
    }

        .fc2024 .routing-teaser__slider-image img {
            height: 100%;
            object-fit: cover;
        }

    .fc2024 .routing-teaser__dots {
        justify-content: start;
    }

        .fc2024 .routing-teaser__dots button {
            width: 12px;
            height: 12px;
            background-color: #6B81EF !important;
            opacity: 1;
            -webkit-border-radius: 999px;
            -moz-border-radius: 999px;
            border-radius: 999px;
            -moz-transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
            -webkit-transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out;
            transition: background-color 0.3s ease-in-out, width 0.3s ease-in-out, border-radius 0s ease-in-out;
            position: relative;
        }

            .fc2024 .routing-teaser__dots button:hover {
                background-color: #0025DF !important;
            }

            .fc2024 .routing-teaser__dots button.active {
                background-color: #0025DF !important;
                width: 240px;
            }

    .fc2024 .routing-teaser__arrows {
        top: -18px;
    }

    .fc2024 .tab-arrows {
        top: -110px;
        position: relative;
    }

    .fc2024 .routing-teaser__prev-tab:focus:before {
        border: 0 !important;
    }

    .fc2024 .routing-teaser__prev-tab:focus:after {
        border: 0 !important;
    }

    .fc2024 .routing-teaser__prev-tab:active:before {
        border: 0 !important;
    }

    .fc2024 .routing-teaser__prev-tab:active:after {
        border: 0 !important;
    }

    .fc2024 .tab-arrows .carousel-control-prev .slider__control-prev-icon {
        border: 0 !important;
        background-color: transparent !important;
        left: -70px;
    }

    .fc2024 .routing-teaser__prev-tab .slider__control-prev-icon:before {
        color: #001370 !important;
        font-size: 24px !important;
    }

    .fc2024 .routing-teaser__next-tab:focus:before {
        border: 0 !important;
    }

    .fc2024 .routing-teaser__next-tab:focus:after {
        border: 0 !important;
    }

    .fc2024 .routing-teaser__next-tab:active:before {
        border: 0 !important;
    }

    .fc2024 .routing-teaser__next-tab:active:after {
        border: 0 !important;
    }

    .fc2024 .tab-arrows .carousel-control-next .slider__control-next-icon {
        border: 0 !important;
        background-color: transparent !important;
        right: -70px;
    }

    .fc2024 .routing-teaser__next-tab .slider__control-next-icon:before {
        color: #001370 !important;
        font-size: 24px !important;
    }

    .fc2024 .routing-teaser__product-title {
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
    }

        .fc2024 .routing-teaser__product-title .icon--item {
            color: #FFFFFF;
        }

        .fc2024 .routing-teaser__product-title h3 {
            font-size: 28px;
            letter-spacing: 0.5px;
            line-height: 1.3125;
            max-width: 150px;
        }

    .fc2024 .image-gallery__horizontal-big {
        background-color: #E9EEF9;
    }

        .fc2024 .image-gallery__horizontal-big .image-gallery__slider .image-gallery__headings h2 {
            font-size: 40px;
            letter-spacing: 0;
            line-height: 1.25;
            padding-bottom: 40px;
        }

        .fc2024 .image-gallery__horizontal-big .image-gallery__slider .image-gallery__headings .description {
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
            padding-bottom: 53px;
        }

        .fc2024 .image-gallery__horizontal-big .image-gallery__slider .image-gallery__image {
            -webkit-border-radius: 20px 0;
            -moz-border-radius: 20px 0;
            border-radius: 20px 0;
            overflow: hidden;
            height: 500px;
            position: relative;
        }

            .fc2024 .image-gallery__horizontal-big .image-gallery__slider .image-gallery__image img {
                position: absolute;
                width: 100%;
                object-fit: cover;
            }

        .fc2024 .image-gallery__horizontal-big .image-gallery__nav-arrow {
            z-index: 2;
            height: 56px;
            margin: 0;
            display: flex;
            width: 120px;
        }

            .fc2024 .image-gallery__horizontal-big .image-gallery__nav-arrow .slider__control-prev,
            .fc2024 .image-gallery__horizontal-big .image-gallery__nav-arrow .slider__control-next {
                position: relative;
                width: 56px;
                height: 56px;
                margin-right: 10px;
            }

                .fc2024 .image-gallery__horizontal-big .image-gallery__nav-arrow .slider__control-prev:after,
                .fc2024 .image-gallery__horizontal-big .image-gallery__nav-arrow .slider__control-next:after {
                    display: none;
                }

        .fc2024 .image-gallery__horizontal-big .image-gallery__nav #image-gallery-dots {
            position: relative;
            justify-content: left;
            left: 0;
            margin-bottom: 40px;
        }

    .fc2024 .image-gallery__horizontal-img .image-gallery__slider-img-item {
        min-height: 467px;
        position: relative;
        border-radius: 20px 0px;
        overflow: hidden;
        margin: 0 12px;
    }

        .fc2024 .image-gallery__horizontal-img .image-gallery__slider-img-item img {
            position: absolute;
            height: 100%;
            width: 100%;
            object-fit: cover;
            left: 0;
            right: 0;
            margin: auto;
        }

    .fc2024 .image-gallery__horizontal-img .image-gallery__nav {
        margin-top: 0;
    }

        .fc2024 .image-gallery__horizontal-img .image-gallery__nav .slider__dots {
            left: 9px;
        }

    .fc2024 .image-gallery__horizontal-img .image-gallery__title-and-nav {
        height: 100%;
        position: relative;
    }

        .fc2024 .image-gallery__horizontal-img .image-gallery__title-and-nav h1 {
            font-size: 50px;
            letter-spacing: 0;
            line-height: 1.18519;
            padding-bottom: 40px;
        }

    .fc2024 .image-gallery__horizontal-img .image-gallery__nav-arrow {
        z-index: 2;
        height: 56px;
        margin: 0;
        display: flex;
        width: 120px;
        position: absolute;
        bottom: 120px;
    }

        .fc2024 .image-gallery__horizontal-img .image-gallery__nav-arrow.mobile {
            display: none;
        }

        .fc2024 .image-gallery__horizontal-img .image-gallery__nav-arrow .slider__control-prev,
        .fc2024 .image-gallery__horizontal-img .image-gallery__nav-arrow .slider__control-next {
            position: relative;
            width: 56px;
            height: 56px;
            margin-right: 10px;
        }

            .fc2024 .image-gallery__horizontal-img .image-gallery__nav-arrow .slider__control-prev:after,
            .fc2024 .image-gallery__horizontal-img .image-gallery__nav-arrow .slider__control-next:after {
                display: none;
            }

    .fc2024 .image-gallery__horizontal-intro {
        background-color: #E9EEF9;
    }

        .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-wrapper {
            position: relative;
        }

        .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-slider .image-gallery__intro-content {
            padding-bottom: 40px;
        }

        .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-slider .image-gallery__intro-item .content-column {
            display: flex;
            align-items: center;
        }

            .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-slider .image-gallery__intro-item .content-column .intro__heading {
                font-size: 54px;
                letter-spacing: 0;
                line-height: 1.18519;
                padding-bottom: 32px;
            }

            .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-slider .image-gallery__intro-item .content-column .intro__description {
                font-size: 24px;
                letter-spacing: 0.2px;
                line-height: 1.41667;
                padding-bottom: 24px;
            }

            .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-slider .image-gallery__intro-item .content-column .text-link {
                font-size: 20px;
                letter-spacing: 0.2px;
                line-height: 1.4;
                font-weight: 700;
                border-bottom: 2px solid;
            }

        .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-slider .image-gallery__intro-img-wrap {
            padding-right: 108px;
            position: relative;
        }

            .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-slider .image-gallery__intro-img-wrap:before {
                content: '';
                right: 0;
                top: 0;
                bottom: 0;
                position: absolute;
                width: 108px;
                height: 100%;
                background-image: url("data:image/svg+xml,%3Csvg width='109' height='733' viewBox='0 0 109 733' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1326_33364)'%3E%3Crect width='108' height='732' transform='matrix(-1 0 0 1 108.326 0.0458984)' fill='%23B8C4FF'/%3E%3Cg clip-path='url(%23clip1_1326_33364)'%3E%3Cpath d='M-569.674 1732C-633.034 1732 -696.641 1725.91 -758.753 1713.88C-821.464 1701.74 -883.184 1683.45 -942.213 1659.51C-1002.33 1635.13 -1060.26 1604.65 -1114.41 1568.9C-1169.96 1532.22 -1222.22 1489.53 -1269.72 1442.04C-1317.22 1394.54 -1359.89 1342.3 -1396.57 1286.74C-1432.32 1232.6 -1462.81 1174.66 -1487.19 1114.54C-1511.12 1055.51 -1529.42 993.79 -1541.55 931.08C-1553.58 868.968 -1559.67 805.35 -1559.67 742C-1559.67 678.65 -1553.58 615.033 -1541.55 552.92C-1529.42 490.21 -1511.12 428.49 -1487.19 369.471C-1462.81 309.349 -1432.32 251.424 -1396.57 197.273C-1359.89 141.72 -1317.21 89.4662 -1269.72 41.9669C-1222.22 -5.53252 -1169.97 -48.2056 -1114.41 -84.8872C-1060.27 -120.641 -1002.33 -151.124 -942.213 -175.503C-883.184 -199.438 -821.464 -217.733 -758.753 -229.871C-696.641 -241.905 -633.023 -248 -569.674 -248C-506.324 -248 -442.706 -241.905 -380.594 -229.881C-317.884 -217.743 -256.164 -199.449 -197.135 -175.513C-137.013 -151.135 -79.0773 -120.651 -24.9366 -84.8975C30.6168 -48.2159 82.8702 -5.53249 130.37 41.9566C177.869 89.456 220.542 141.699 257.224 197.263C292.977 251.403 323.461 309.339 347.84 369.461C371.775 428.49 390.069 490.21 402.207 552.91C414.232 615.022 420.326 678.64 420.326 741.99C420.326 805.339 414.232 868.957 402.207 931.069C390.069 993.78 371.775 1055.5 347.84 1114.53C323.461 1174.65 292.977 1232.58 257.224 1286.73C220.542 1342.28 177.859 1394.53 130.37 1442.03C82.8702 1489.53 30.6271 1532.21 -24.9366 1568.89C-79.0773 1604.64 -137.013 1635.12 -197.135 1659.5C-256.164 1683.44 -317.884 1701.73 -380.594 1713.87C-442.706 1725.9 -506.324 1731.99 -569.674 1731.99V1732ZM-569.674 -243.349C-632.735 -243.349 -696.054 -237.285 -757.867 -225.312C-820.278 -213.226 -881.709 -195.025 -940.46 -171.203C-1000.29 -146.938 -1057.95 -116.598 -1111.84 -81.02C-1167.14 -44.5137 -1219.14 -2.02626 -1266.42 45.2462C-1313.69 92.5187 -1356.18 144.525 -1392.68 199.82C-1428.26 253.713 -1458.61 311.371 -1482.87 371.204C-1506.69 429.954 -1524.9 491.386 -1536.98 553.797C-1548.95 615.62 -1555.01 678.939 -1555.01 741.99C-1555.01 805.04 -1548.95 868.369 -1536.98 930.182C-1524.89 992.594 -1506.69 1054.03 -1482.87 1112.78C-1458.6 1172.61 -1428.26 1230.27 -1392.68 1284.16C-1356.18 1339.45 -1313.69 1391.46 -1266.42 1438.73C-1219.14 1486.01 -1167.14 1528.49 -1111.84 1565C-1057.95 1600.58 -1000.29 1630.93 -940.46 1655.18C-881.709 1679 -820.278 1697.22 -757.867 1709.29C-696.043 1721.26 -632.724 1727.33 -569.674 1727.33C-506.623 1727.33 -443.294 1721.26 -381.471 1709.29C-319.059 1697.21 -257.628 1679 -198.878 1655.18C-139.044 1630.92 -81.3872 1600.58 -27.4941 1565C27.8015 1528.49 79.8075 1486.01 127.08 1438.73C174.352 1391.46 216.84 1339.45 253.346 1284.16C288.924 1230.28 319.274 1172.61 343.529 1112.78C367.351 1054.03 385.552 992.594 397.639 930.182C409.611 868.359 415.675 805.04 415.675 741.99C415.675 678.939 409.611 615.61 397.639 553.797C385.552 491.386 367.351 429.954 343.529 371.204C319.264 311.371 288.924 253.713 253.346 199.82C216.84 144.525 174.352 92.5187 127.08 45.2462C79.8075 -2.02626 27.8015 -44.5137 -27.4941 -81.02C-81.3872 -116.598 -139.044 -146.948 -198.878 -171.203C-257.628 -195.025 -319.059 -213.237 -381.471 -225.312C-443.294 -237.285 -506.613 -243.349 -569.674 -243.349Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1715.61C-631.982 1715.61 -694.548 1709.62 -755.629 1697.79C-817.297 1685.85 -877.997 1667.87 -936.046 1644.32C-995.167 1620.35 -1052.14 1590.37 -1105.4 1555.2C-1160.03 1519.13 -1211.42 1477.16 -1258.13 1430.44C-1304.83 1383.74 -1346.81 1332.35 -1382.89 1277.71C-1418.04 1224.46 -1448.03 1167.48 -1472.01 1108.36C-1495.55 1050.31 -1513.54 989.614 -1525.48 927.945C-1537.31 866.864 -1543.3 804.298 -1543.3 741.99C-1543.3 679.682 -1537.31 617.116 -1525.48 556.035C-1513.54 494.366 -1495.55 433.667 -1472.01 375.617C-1448.03 316.496 -1418.05 259.519 -1382.89 206.266C-1346.81 151.63 -1304.84 100.243 -1258.13 53.5375C-1211.42 6.83221 -1160.03 -35.15 -1105.4 -71.2231C-1052.14 -106.378 -995.167 -136.367 -936.046 -160.344C-877.997 -183.887 -817.297 -201.872 -755.629 -213.814C-694.548 -225.642 -631.982 -231.634 -569.674 -231.634C-507.365 -231.634 -444.8 -225.642 -383.719 -213.814C-322.05 -201.872 -261.35 -183.887 -203.301 -160.344C-144.18 -136.367 -87.2034 -106.389 -33.9496 -71.2231C20.686 -35.15 72.0732 6.8219 118.779 53.5375C165.484 100.243 207.466 151.63 243.539 206.266C278.694 259.519 308.683 316.496 332.66 375.617C356.203 433.667 374.188 494.366 386.13 556.035C397.958 617.116 403.95 679.682 403.95 741.99C403.95 804.298 397.958 866.864 386.13 927.945C374.188 989.614 356.203 1050.31 332.66 1108.36C308.683 1167.48 278.705 1224.46 243.539 1277.71C207.466 1332.35 165.494 1383.74 118.779 1430.44C72.0732 1477.15 20.686 1519.13 -33.9496 1555.2C-87.2034 1590.36 -144.18 1620.35 -203.301 1644.32C-261.35 1667.87 -322.05 1685.85 -383.719 1697.79C-444.8 1709.62 -507.365 1715.61 -569.674 1715.61ZM-569.674 -227.055C-631.693 -227.055 -693.96 -221.084 -754.762 -209.318C-816.142 -197.438 -876.553 -179.525 -934.334 -156.095C-993.177 -132.232 -1049.89 -102.387 -1102.88 -67.3972C-1157.26 -31.489 -1208.41 10.2869 -1254.9 56.7757C-1301.39 103.264 -1343.17 154.414 -1379.07 208.792C-1414.06 261.788 -1443.91 318.497 -1467.77 377.34C-1491.2 435.11 -1509.1 495.531 -1520.99 556.911C-1532.76 617.714 -1538.73 679.981 -1538.73 742C-1538.73 804.019 -1532.76 866.286 -1520.99 927.089C-1509.11 988.469 -1491.2 1048.88 -1467.77 1106.66C-1443.91 1165.5 -1414.06 1222.21 -1379.07 1275.21C-1343.16 1329.59 -1301.39 1380.74 -1254.9 1427.22C-1208.41 1473.71 -1157.26 1515.5 -1102.88 1551.4C-1049.89 1586.39 -993.177 1616.23 -934.334 1640.1C-876.563 1663.53 -816.142 1681.43 -754.762 1693.31C-693.96 1705.07 -631.693 1711.05 -569.674 1711.05C-507.654 1711.05 -445.387 1705.07 -384.585 1693.31C-323.205 1681.43 -262.794 1663.51 -205.013 1640.1C-146.17 1616.23 -89.4617 1586.39 -36.4657 1551.4C17.9121 1515.49 69.062 1473.71 115.551 1427.22C162.039 1380.74 203.826 1329.59 239.724 1275.21C274.714 1222.21 304.558 1165.5 328.421 1106.66C351.851 1048.89 369.754 988.469 381.644 927.089C393.411 866.286 399.382 804.019 399.382 742C399.382 679.981 393.411 617.714 381.644 556.911C369.764 495.531 351.851 435.11 328.421 377.34C304.558 318.497 274.714 261.788 239.724 208.792C203.815 154.414 162.039 103.264 115.551 56.7757C69.062 10.2869 17.9121 -31.4993 -36.4657 -67.3972C-89.4617 -102.387 -146.17 -132.232 -205.013 -156.095C-262.784 -179.525 -323.205 -197.427 -384.585 -209.318C-445.387 -221.084 -507.654 -227.055 -569.674 -227.055Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1699.24C-630.93 1699.24 -692.444 1693.34 -752.494 1681.72C-813.121 1669.98 -872.81 1652.29 -929.879 1629.14C-988.011 1605.57 -1044.03 1576.1 -1096.37 1541.53C-1150.09 1506.06 -1200.61 1464.79 -1246.53 1418.87C-1292.46 1372.95 -1333.73 1322.43 -1369.19 1268.71C-1403.76 1216.35 -1433.23 1160.34 -1456.81 1102.22C-1479.95 1045.15 -1497.63 985.468 -1509.38 924.83C-1521 864.78 -1526.9 803.266 -1526.9 742.01C-1526.9 680.754 -1521 619.24 -1509.38 559.19C-1497.64 498.563 -1479.96 438.874 -1456.81 381.805C-1433.23 323.673 -1403.76 267.656 -1369.19 215.309C-1333.73 161.592 -1292.46 111.071 -1246.53 65.1491C-1200.61 19.2276 -1150.09 -22.0431 -1096.37 -57.5077C-1044.02 -92.0752 -988.001 -121.548 -929.879 -145.123C-872.81 -168.264 -813.132 -185.95 -752.494 -197.696C-692.444 -209.318 -630.93 -215.217 -569.674 -215.217C-508.418 -215.217 -446.904 -209.318 -386.854 -197.696C-326.227 -185.96 -266.538 -168.274 -209.469 -145.123C-151.337 -121.548 -95.3197 -92.0752 -42.9734 -57.5077C10.7444 -22.0431 61.2653 19.2276 107.187 65.1491C153.108 111.071 194.379 161.592 229.844 215.309C264.411 267.666 293.884 323.684 317.459 381.805C340.6 438.874 358.286 498.553 370.032 559.19C381.654 619.24 387.553 680.754 387.553 742.01C387.553 803.266 381.654 864.78 370.032 924.83C358.296 985.457 340.61 1045.15 317.459 1102.22C293.884 1160.35 264.411 1216.36 229.844 1268.71C194.379 1322.43 153.108 1372.95 107.187 1418.87C61.2653 1464.79 10.7444 1506.06 -42.9734 1541.53C-95.33 1576.1 -151.347 1605.57 -209.469 1629.14C-266.538 1652.28 -326.217 1669.97 -386.854 1681.72C-446.904 1693.34 -508.418 1699.24 -569.674 1699.24ZM-569.674 -210.751C-630.652 -210.751 -691.867 -204.884 -751.648 -193.313C-811.997 -181.629 -871.397 -164.026 -928.198 -140.987C-986.052 -117.526 -1041.8 -88.1874 -1093.91 -53.7849C-1147.37 -18.4852 -1197.66 22.5894 -1243.37 68.3047C-1289.08 114.02 -1330.16 164.304 -1365.46 217.764C-1399.86 269.873 -1429.2 325.622 -1452.66 383.475C-1475.7 440.277 -1493.3 499.677 -1504.99 560.025C-1516.56 619.797 -1522.43 681.022 -1522.43 742C-1522.43 802.978 -1516.56 864.193 -1504.99 923.974C-1493.3 984.323 -1475.7 1043.72 -1452.66 1100.52C-1429.2 1158.38 -1399.86 1214.13 -1365.46 1266.24C-1330.16 1319.7 -1289.08 1369.99 -1243.37 1415.69C-1197.65 1461.41 -1147.37 1502.48 -1093.91 1537.78C-1041.8 1572.19 -986.052 1601.53 -928.198 1624.99C-871.397 1648.03 -811.997 1665.63 -751.648 1677.31C-691.877 1688.88 -630.652 1694.75 -569.674 1694.75C-508.696 1694.75 -447.481 1688.88 -387.7 1677.31C-327.351 1665.63 -267.951 1648.03 -211.15 1624.99C-153.297 1601.53 -97.5472 1572.19 -45.4381 1537.78C8.02185 1502.48 58.316 1461.41 104.021 1415.69C149.736 1369.99 190.811 1319.7 226.111 1266.24C260.513 1214.13 289.852 1158.38 313.313 1100.52C336.351 1043.72 353.955 984.323 365.639 923.974C377.209 864.203 383.077 802.978 383.077 742C383.077 681.022 377.209 619.807 365.639 560.025C353.955 499.677 336.351 440.277 313.313 383.475C289.852 325.622 260.513 269.873 226.111 217.764C190.811 164.293 149.736 114.01 104.021 68.3047C58.316 22.5998 8.02185 -18.4852 -45.4381 -53.7849C-97.5472 -88.1874 -153.297 -117.526 -211.15 -140.987C-267.951 -164.026 -327.351 -181.629 -387.7 -193.313C-447.471 -204.884 -508.696 -210.751 -569.674 -210.751Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1682.86C-633.508 1682.86 -697.301 1676.43 -759.29 1663.74C-819.7 1651.38 -879.121 1632.94 -935.902 1608.92C-991.651 1585.34 -1045.42 1556.15 -1095.72 1522.17C-1145.54 1488.51 -1192.39 1449.86 -1234.96 1407.29C-1277.53 1364.72 -1316.2 1317.87 -1349.85 1268.05C-1383.82 1217.76 -1413.01 1163.98 -1436.59 1108.23C-1460.61 1051.45 -1479.05 992.027 -1491.42 931.616C-1504.1 869.628 -1510.53 805.834 -1510.53 742C-1510.53 678.166 -1504.1 614.373 -1491.42 552.384C-1479.05 491.974 -1460.61 432.553 -1436.59 375.772C-1413.01 320.023 -1383.82 266.254 -1349.85 215.949C-1316.19 166.129 -1277.53 119.28 -1234.96 76.7098C-1192.39 34.1398 -1145.54 -4.52177 -1095.72 -38.1715C-1045.43 -72.1511 -991.651 -101.336 -935.902 -124.92C-879.121 -148.938 -819.7 -167.387 -759.29 -179.741C-697.301 -192.426 -633.508 -198.861 -569.674 -198.861C-505.839 -198.861 -442.046 -192.426 -380.058 -179.741C-319.647 -167.377 -260.227 -148.938 -203.446 -124.92C-147.697 -101.336 -93.9272 -72.1511 -43.6228 -38.1715C6.1969 -4.51146 53.0465 34.1398 95.6166 76.7098C138.187 119.28 176.848 166.129 210.498 215.949C244.478 266.243 273.662 320.023 297.247 375.772C321.264 432.553 339.703 491.974 352.068 552.384C364.752 614.373 371.187 678.166 371.187 742C371.187 805.834 364.752 869.628 352.068 931.616C339.703 992.027 321.264 1051.45 297.247 1108.23C273.662 1163.98 244.478 1217.75 210.498 1268.05C176.838 1317.87 138.187 1364.72 95.6166 1407.29C53.0465 1449.87 6.1969 1488.52 -43.6228 1522.17C-93.9169 1556.15 -147.697 1585.34 -203.446 1608.92C-260.227 1632.94 -319.647 1651.39 -380.058 1663.74C-442.046 1676.43 -505.839 1682.86 -569.674 1682.86ZM-569.674 -194.447C-633.209 -194.447 -696.713 -188.043 -758.403 -175.421C-818.525 -163.118 -877.667 -144.761 -934.179 -120.857C-989.671 -97.3858 -1043.18 -68.3355 -1093.25 -34.5209C-1142.83 -1.01553 -1189.47 37.4501 -1231.84 79.8242C-1274.21 122.198 -1312.69 168.831 -1346.18 218.414C-1380.01 268.471 -1409.05 321.993 -1432.52 377.484C-1456.42 433.997 -1474.78 493.139 -1487.08 553.261C-1499.71 614.95 -1506.11 678.454 -1506.11 741.99C-1506.11 805.525 -1499.71 869.029 -1487.08 930.719C-1474.78 990.841 -1456.42 1049.98 -1432.52 1106.5C-1409.05 1161.99 -1380 1215.5 -1346.18 1265.57C-1312.68 1315.15 -1274.21 1361.78 -1231.84 1404.16C-1189.47 1446.53 -1142.83 1485.01 -1093.25 1518.5C-1043.18 1552.33 -989.671 1581.38 -934.179 1604.84C-877.667 1628.74 -818.525 1647.1 -758.403 1659.4C-696.713 1672.02 -633.209 1678.43 -569.674 1678.43C-506.138 1678.43 -442.634 1672.02 -380.945 1659.4C-320.823 1647.1 -261.681 1628.74 -205.168 1604.84C-149.677 1581.37 -96.165 1552.32 -46.0979 1518.5C3.48462 1484.99 50.1178 1446.53 92.4918 1404.16C134.866 1361.78 173.342 1315.15 206.837 1265.57C240.662 1215.51 269.712 1161.99 293.173 1106.5C317.077 1049.98 335.434 990.841 347.737 930.719C360.359 869.029 366.763 805.525 366.763 741.99C366.763 678.454 360.359 614.95 347.737 553.261C335.434 493.139 317.077 433.997 293.173 377.484C269.702 321.993 240.651 268.481 206.837 218.414C173.332 168.831 134.866 122.198 92.4918 79.8242C50.1178 37.4501 3.48462 -1.02585 -46.0979 -34.5209C-96.1548 -68.3459 -149.677 -97.3962 -205.168 -120.857C-261.681 -144.761 -320.823 -163.118 -380.945 -175.421C-442.634 -188.043 -506.138 -194.447 -569.674 -194.447Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1666.48C-628.837 1666.48 -688.247 1660.79 -746.245 1649.56C-804.799 1638.23 -862.436 1621.14 -917.556 1598.79C-973.697 1576.03 -1027.8 1547.56 -1078.36 1514.18C-1130.24 1479.92 -1179.03 1440.07 -1223.38 1395.72C-1267.74 1351.37 -1307.6 1302.58 -1341.84 1250.7C-1375.22 1200.13 -1403.7 1146.03 -1426.46 1089.89C-1448.8 1034.77 -1465.89 977.135 -1477.23 918.581C-1488.46 860.584 -1494.15 801.173 -1494.15 742.011C-1494.15 682.848 -1488.46 623.437 -1477.23 565.44C-1465.89 506.885 -1448.8 449.249 -1426.46 394.129C-1403.69 337.987 -1375.22 283.888 -1341.84 233.326C-1307.58 181.444 -1267.74 132.655 -1223.38 88.3011C-1179.03 43.9471 -1130.24 4.08926 -1078.36 -30.1586C-1027.8 -63.5401 -973.697 -92.0129 -917.556 -114.773C-862.436 -137.12 -804.799 -154.208 -746.245 -165.541C-688.247 -176.771 -628.837 -182.464 -569.674 -182.464C-510.511 -182.464 -451.101 -176.771 -393.103 -165.541C-334.549 -154.208 -276.912 -137.12 -221.792 -114.773C-165.651 -92.0026 -111.551 -63.5401 -60.9893 -30.1586C-9.10706 4.09958 39.6814 43.9471 84.0355 88.3011C128.39 132.655 168.247 181.444 202.495 233.326C235.877 283.888 264.349 337.987 287.12 394.129C309.467 449.249 326.555 506.885 337.888 565.44C349.118 623.437 354.811 682.848 354.811 742.011C354.811 801.173 349.118 860.584 337.888 918.581C326.555 977.135 309.467 1034.77 287.12 1089.89C264.349 1146.03 235.887 1200.13 202.495 1250.7C168.237 1302.58 128.39 1351.37 84.0355 1395.72C39.6814 1440.07 -9.10706 1479.93 -60.9893 1514.18C-111.551 1547.56 -165.651 1576.03 -221.792 1598.79C-276.912 1621.14 -334.549 1638.23 -393.103 1649.56C-451.101 1660.79 -510.511 1666.48 -569.674 1666.48ZM-569.674 -178.143C-628.558 -178.143 -687.69 -172.471 -745.42 -161.303C-803.706 -150.021 -861.064 -133.015 -915.926 -110.771C-971.8 -88.1148 -1025.64 -59.7761 -1075.97 -26.5492C-1127.6 7.54395 -1176.17 47.2161 -1220.31 91.364C-1264.46 135.512 -1304.13 184.073 -1338.22 235.708C-1371.45 286.033 -1399.79 339.875 -1422.45 395.748C-1444.69 450.61 -1461.69 507.979 -1472.98 566.255C-1484.16 623.984 -1489.82 683.116 -1489.82 742C-1489.82 800.885 -1484.15 860.016 -1472.98 917.746C-1461.69 976.032 -1444.69 1033.39 -1422.45 1088.25C-1399.79 1144.13 -1371.45 1197.97 -1338.22 1248.29C-1304.13 1299.93 -1264.46 1348.49 -1220.31 1392.64C-1176.16 1436.78 -1127.6 1476.46 -1075.97 1510.55C-1025.64 1543.78 -971.8 1572.12 -915.926 1594.77C-861.064 1617.02 -803.695 1634.02 -745.42 1645.3C-687.69 1656.48 -628.558 1662.14 -569.674 1662.14C-510.79 1662.14 -451.658 1656.47 -393.928 1645.3C-335.642 1634.02 -278.284 1617.02 -223.421 1594.77C-167.548 1572.12 -113.707 1543.78 -63.3818 1510.55C-11.7471 1476.46 36.8146 1436.78 80.9624 1392.64C125.11 1348.49 164.782 1299.93 198.875 1248.29C232.102 1197.97 260.441 1144.13 283.098 1088.25C305.342 1033.39 322.347 976.022 333.629 917.746C344.808 860.016 350.469 800.885 350.469 742C350.469 683.116 344.797 623.984 333.629 566.255C322.347 507.968 305.342 450.61 283.098 395.748C260.441 339.875 232.102 286.033 198.875 235.708C164.782 184.073 125.11 135.501 80.9624 91.364C36.8146 47.2161 -11.7471 7.54395 -63.3818 -26.5492C-113.707 -59.7761 -167.548 -88.1148 -223.421 -110.771C-278.284 -133.015 -335.652 -150.021 -393.928 -161.303C-451.658 -172.481 -510.79 -178.143 -569.674 -178.143Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1650.11C-627.785 1650.11 -686.143 1644.52 -743.109 1633.48C-800.633 1622.35 -857.248 1605.57 -911.389 1583.61C-966.53 1561.26 -1019.67 1533.29 -1069.35 1500.49C-1120.31 1466.84 -1168.23 1427.7 -1211.8 1384.13C-1255.37 1340.56 -1294.52 1292.64 -1328.17 1241.67C-1360.96 1192.01 -1388.93 1138.87 -1411.29 1083.71C-1433.24 1029.57 -1450.02 972.959 -1461.16 915.436C-1472.19 858.459 -1477.78 800.111 -1477.78 742C-1477.78 683.889 -1472.19 625.531 -1461.16 568.564C-1450.02 511.041 -1433.24 454.426 -1411.29 400.285C-1388.93 345.144 -1360.96 292.004 -1328.17 242.328C-1294.52 191.364 -1255.37 143.442 -1211.8 99.8716C-1168.23 56.3012 -1120.31 17.155 -1069.35 -16.4947C-1019.68 -49.2884 -966.54 -77.2559 -911.389 -99.6134C-857.248 -121.569 -800.633 -138.347 -743.109 -149.485C-686.133 -160.519 -627.785 -166.108 -569.674 -166.108C-511.563 -166.108 -453.204 -160.519 -396.238 -149.485C-338.715 -138.347 -282.1 -121.569 -227.959 -99.6134C-172.818 -77.2559 -119.667 -49.2884 -70.0024 -16.4947C-19.0381 17.155 28.8842 56.3012 72.4545 99.8716C116.025 143.442 155.171 191.364 188.821 242.328C221.614 291.993 249.582 345.134 271.939 400.285C293.895 454.426 310.673 511.041 321.811 568.564C332.845 625.541 338.434 683.889 338.434 742C338.434 800.111 332.845 858.469 321.811 915.436C310.673 972.959 293.895 1029.57 271.939 1083.71C249.582 1138.86 221.614 1192.01 188.821 1241.67C155.171 1292.64 116.025 1340.56 72.4545 1384.13C28.8842 1427.7 -19.0381 1466.84 -70.0024 1500.49C-119.667 1533.29 -172.808 1561.26 -227.959 1583.61C-282.1 1605.57 -338.715 1622.35 -396.238 1633.48C-453.215 1644.52 -511.563 1650.11 -569.674 1650.11ZM-569.674 -161.849C-627.517 -161.849 -685.597 -156.281 -742.305 -145.308C-799.55 -134.222 -855.908 -117.526 -909.79 -95.674C-964.674 -73.4197 -1017.57 -45.5862 -1066.99 -12.9472C-1117.71 20.5375 -1165.42 59.5084 -1208.78 102.872C-1252.14 146.237 -1291.12 193.942 -1324.6 244.659C-1357.24 294.087 -1385.07 346.98 -1407.33 401.863C-1429.18 455.746 -1445.88 512.103 -1456.96 569.348C-1467.94 626.057 -1473.5 684.136 -1473.5 741.979C-1473.5 799.822 -1467.93 857.902 -1456.96 914.61C-1445.88 971.855 -1429.18 1028.21 -1407.33 1082.1C-1385.07 1136.98 -1357.24 1189.87 -1324.6 1239.3C-1291.12 1290.02 -1252.14 1337.72 -1208.78 1381.09C-1165.42 1424.45 -1117.71 1463.42 -1066.99 1496.91C-1017.57 1529.54 -964.674 1557.38 -909.79 1579.63C-855.908 1601.48 -799.55 1618.18 -742.305 1629.27C-685.597 1640.25 -627.517 1645.81 -569.674 1645.81C-511.831 1645.81 -453.751 1640.24 -397.043 1629.27C-339.788 1618.18 -283.44 1601.48 -229.557 1579.63C-174.674 1557.38 -121.781 1529.54 -72.3536 1496.91C-21.6368 1463.42 26.0688 1424.45 69.4329 1381.09C112.797 1337.72 151.768 1290.02 185.253 1239.3C217.892 1189.87 245.725 1136.98 267.979 1082.1C289.832 1028.21 306.528 971.855 317.614 914.61C328.596 857.902 334.155 799.822 334.155 741.979C334.155 684.136 328.586 626.057 317.614 569.348C306.528 512.103 289.832 455.746 267.979 401.863C245.725 346.98 217.892 294.087 185.253 244.659C151.768 193.942 112.797 146.237 69.4329 102.872C26.0688 59.5084 -21.6368 20.5375 -72.3536 -12.9472C-121.781 -45.5862 -174.674 -73.4197 -229.557 -95.674C-283.44 -117.526 -339.798 -134.222 -397.043 -145.308C-453.751 -156.291 -511.831 -161.849 -569.674 -161.849Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1633.72C-626.743 1633.72 -684.04 1628.23 -739.985 1617.4C-796.467 1606.47 -852.061 1589.99 -905.232 1568.42C-959.383 1546.47 -1011.56 1519.01 -1060.33 1486.8C-1110.37 1453.76 -1157.43 1415.31 -1200.22 1372.54C-1243 1329.76 -1281.44 1282.69 -1314.48 1232.65C-1346.69 1183.88 -1374.14 1131.7 -1396.11 1077.55C-1417.67 1024.39 -1434.14 968.782 -1445.08 912.3C-1455.91 856.355 -1461.41 799.059 -1461.41 741.99C-1461.41 684.92 -1455.91 627.624 -1445.08 571.679C-1434.15 515.197 -1417.67 459.602 -1396.11 406.431C-1374.15 352.28 -1346.69 300.099 -1314.48 251.331C-1281.44 201.295 -1243 154.229 -1200.22 111.442C-1157.45 68.6658 -1110.38 30.2208 -1060.33 -2.82048C-1011.56 -35.0161 -959.383 -62.4783 -905.232 -84.4439C-852.061 -106.007 -796.467 -122.476 -739.985 -133.418C-684.04 -144.246 -626.743 -149.743 -569.674 -149.743C-512.605 -149.743 -455.308 -144.246 -399.363 -133.418C-342.882 -122.487 -287.287 -106.007 -234.116 -84.4439C-179.965 -62.4886 -127.783 -35.0264 -79.0156 -2.82048C-28.9794 30.2208 18.0868 68.6658 60.8733 111.442C103.65 154.218 142.095 201.285 175.136 251.331C207.342 300.099 234.794 352.28 256.759 406.431C278.323 459.592 294.792 515.197 305.733 571.679C316.562 627.624 322.058 684.92 322.058 741.99C322.058 799.059 316.562 856.355 305.733 912.3C294.802 968.782 278.323 1024.38 256.759 1077.55C234.804 1131.7 207.342 1183.88 175.136 1232.65C142.095 1282.68 103.65 1329.75 60.8733 1372.54C18.097 1415.31 -28.9691 1453.76 -79.0156 1486.8C-127.783 1519.01 -179.975 1546.46 -234.116 1568.42C-287.277 1589.99 -342.882 1606.46 -399.363 1617.4C-455.308 1628.23 -512.605 1633.72 -569.674 1633.72ZM-569.674 -145.556C-626.475 -145.556 -683.514 -140.09 -739.191 -129.303C-795.404 -118.424 -850.741 -102.016 -903.655 -80.5664C-957.548 -58.7142 -1009.48 -31.3758 -1058.02 0.665146C-1107.83 33.5517 -1154.67 71.8111 -1197.26 114.402C-1239.84 156.982 -1278.11 203.832 -1311 253.631C-1343.05 302.172 -1370.38 354.105 -1392.23 407.999C-1413.69 460.912 -1430.09 516.249 -1440.97 572.462C-1451.74 628.15 -1457.22 685.178 -1457.22 741.979C-1457.22 798.78 -1451.75 855.809 -1440.97 911.496C-1430.09 967.709 -1413.68 1023.05 -1392.23 1075.96C-1370.38 1129.85 -1343.04 1181.8 -1311 1230.33C-1278.11 1280.14 -1239.84 1326.98 -1197.26 1369.56C-1154.68 1412.14 -1107.83 1450.41 -1058.02 1483.29C-1009.48 1515.34 -957.548 1542.67 -903.655 1564.52C-850.741 1585.99 -795.404 1602.38 -739.191 1613.26C-683.503 1624.04 -626.475 1629.51 -569.674 1629.51C-512.873 1629.51 -455.834 1624.05 -400.157 1613.26C-343.944 1602.38 -288.607 1585.97 -235.683 1564.52C-181.79 1542.67 -129.856 1515.33 -81.3153 1483.29C-31.5059 1450.41 15.3334 1412.15 57.924 1369.56C100.504 1326.98 138.774 1280.13 171.661 1230.33C203.712 1181.79 231.04 1129.85 252.892 1075.96C274.352 1023.05 290.749 967.709 301.629 911.496C312.406 855.809 317.882 798.78 317.882 741.979C317.882 685.178 312.416 628.139 301.629 572.462C290.749 516.249 274.342 460.912 252.892 407.999C231.04 354.105 203.702 302.172 171.661 253.631C138.774 203.821 100.504 156.982 57.924 114.402C15.3436 71.8214 -31.5059 33.5517 -81.3153 0.665146C-129.856 -31.3861 -181.79 -58.7142 -235.683 -80.5664C-288.597 -102.027 -343.933 -118.424 -400.157 -129.303C-455.845 -140.08 -512.873 -145.556 -569.674 -145.556Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1617.35C-625.691 1617.35 -681.936 1611.95 -736.86 1601.32C-792.3 1590.58 -846.884 1574.41 -899.065 1553.24C-952.216 1531.69 -1003.45 1504.73 -1051.32 1473.13C-1100.44 1440.69 -1146.64 1402.95 -1188.63 1360.96C-1230.62 1318.96 -1268.37 1272.76 -1300.8 1223.65C-1332.41 1175.77 -1359.36 1124.54 -1380.92 1071.39C-1402.08 1019.2 -1418.26 964.626 -1428.99 909.186C-1439.63 854.272 -1445.02 798.017 -1445.02 742C-1445.02 685.982 -1439.63 629.728 -1428.99 574.814C-1418.26 519.374 -1402.09 464.79 -1380.92 412.608C-1359.36 359.458 -1332.41 308.225 -1300.8 260.355C-1268.37 211.236 -1230.63 165.036 -1188.63 123.044C-1146.64 81.0512 -1100.44 43.3074 -1051.32 10.8746C-1003.45 -20.7332 -952.216 -47.6901 -899.065 -69.2432C-846.874 -90.4045 -792.3 -106.585 -736.86 -117.32C-681.946 -127.952 -625.691 -133.346 -569.674 -133.346C-513.656 -133.346 -457.402 -127.952 -402.488 -117.32C-347.048 -106.585 -292.464 -90.4148 -240.282 -69.2432C-187.132 -47.6901 -135.899 -20.7332 -88.0286 10.8746C-38.9102 43.3074 7.28979 81.0408 49.2926 123.044C91.285 165.036 129.029 211.236 161.462 260.355C193.069 308.225 220.026 359.458 241.579 412.608C262.741 464.8 278.921 519.374 289.656 574.814C300.289 629.728 305.682 685.982 305.682 742C305.682 798.017 300.289 854.262 289.656 909.186C278.921 964.626 262.751 1019.21 241.579 1071.39C220.026 1124.54 193.069 1175.77 161.462 1223.65C129.029 1272.76 91.2954 1318.96 49.2926 1360.96C7.30005 1402.95 -38.8999 1440.69 -88.0286 1473.13C-135.899 1504.73 -187.132 1531.69 -240.282 1553.24C-292.474 1574.4 -347.048 1590.58 -402.488 1601.32C-457.402 1611.95 -513.656 1617.35 -569.674 1617.35ZM-569.674 -129.252C-625.434 -129.252 -681.42 -123.889 -736.076 -113.298C-791.259 -102.614 -845.585 -86.5166 -897.529 -65.4482C-950.432 -43.9982 -1001.42 -17.1651 -1049.07 14.2984C-1097.96 46.5765 -1143.95 84.1449 -1185.75 125.941C-1227.55 167.738 -1265.12 213.721 -1297.4 262.623C-1328.86 310.267 -1355.68 361.252 -1377.14 414.166C-1398.21 466.11 -1414.31 520.426 -1424.99 575.618C-1435.57 630.274 -1440.95 686.271 -1440.95 742.021C-1440.95 797.77 -1435.58 853.767 -1424.99 908.423C-1414.31 963.605 -1398.21 1017.93 -1377.14 1069.88C-1355.69 1122.78 -1328.86 1173.76 -1297.4 1221.41C-1265.12 1270.3 -1227.55 1316.28 -1185.75 1358.09C-1143.96 1399.9 -1097.97 1437.45 -1049.07 1469.73C-1001.43 1501.2 -950.442 1528.02 -897.529 1549.48C-845.585 1570.55 -791.269 1586.65 -736.076 1597.33C-681.41 1607.91 -625.423 1613.28 -569.674 1613.28C-513.924 1613.28 -457.928 1607.92 -403.271 1597.33C-348.089 1586.65 -293.763 1570.55 -241.819 1549.48C-188.916 1528.03 -137.931 1501.2 -90.2767 1469.73C-41.3853 1437.45 4.59827 1399.89 46.4052 1358.09C88.2017 1316.29 125.77 1270.31 158.048 1221.41C189.512 1173.76 216.334 1122.78 237.795 1069.88C258.863 1017.93 274.961 963.616 285.645 908.423C296.225 853.756 301.598 797.77 301.598 742.021C301.598 686.271 296.236 630.274 285.645 575.618C274.961 520.436 258.863 466.11 237.795 414.166C216.345 361.262 189.512 310.277 158.048 262.623C125.77 213.732 88.2017 167.748 46.4052 125.941C4.60852 84.1449 -41.3853 46.5765 -90.2767 14.2984C-137.931 -17.1651 -188.906 -43.9879 -241.819 -65.4482C-293.763 -86.5166 -348.079 -102.614 -403.271 -113.298C-457.938 -123.879 -513.924 -129.252 -569.674 -129.252Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1600.97C-624.639 1600.97 -679.842 1595.68 -733.725 1585.24C-788.134 1574.71 -841.687 1558.83 -892.898 1538.07C-945.059 1516.92 -995.322 1490.47 -1042.31 1459.45C-1090.51 1427.63 -1135.84 1390.59 -1177.05 1349.39C-1218.26 1308.18 -1255.29 1262.84 -1287.11 1214.64C-1318.13 1167.67 -1344.59 1117.4 -1365.74 1065.23C-1386.51 1014.02 -1402.38 960.47 -1412.91 906.062C-1423.34 852.168 -1428.63 796.976 -1428.63 742.01C-1428.63 687.045 -1423.34 631.842 -1412.91 577.959C-1402.38 523.55 -1386.51 469.997 -1365.74 418.786C-1344.59 366.625 -1318.13 316.362 -1287.11 269.378C-1255.29 221.178 -1218.26 175.844 -1177.05 134.635C-1135.84 93.4263 -1090.51 56.3941 -1042.31 24.5697C-995.333 -6.45029 -945.059 -32.9018 -892.898 -54.0528C-841.687 -74.8222 -788.134 -90.6931 -733.725 -101.222C-679.832 -111.658 -624.639 -116.949 -569.674 -116.949C-514.708 -116.949 -459.505 -111.658 -405.623 -101.222C-351.214 -90.6931 -297.661 -74.8222 -246.449 -54.0528C-194.288 -32.9018 -144.025 -6.45029 -97.0416 24.5697C-48.8409 56.3941 -3.50732 93.4263 37.7014 134.635C78.9102 175.844 115.942 221.178 147.767 269.378C178.787 316.352 205.238 366.625 226.389 418.786C247.159 469.997 263.03 523.55 273.559 577.959C283.995 631.852 289.285 687.045 289.285 742.01C289.285 796.976 283.995 852.179 273.559 906.062C263.03 960.47 247.159 1014.02 226.389 1065.23C205.238 1117.4 178.787 1167.66 147.767 1214.64C115.942 1262.84 78.9102 1308.18 37.7014 1349.39C-3.50732 1390.59 -48.8409 1427.63 -97.0416 1459.45C-144.015 1490.47 -194.288 1516.92 -246.449 1538.07C-297.661 1558.84 -351.214 1574.71 -405.623 1585.24C-459.516 1595.68 -514.708 1600.97 -569.674 1600.97ZM-569.674 -112.947C-624.392 -112.947 -679.327 -107.678 -732.962 -97.2931C-787.113 -86.8053 -840.418 -71.0169 -891.393 -50.3403C-943.306 -29.2925 -993.342 -2.96468 -1040.1 27.9109C-1088.07 59.5909 -1133.2 96.4478 -1174.22 137.471C-1215.25 178.494 -1252.1 223.611 -1283.78 271.595C-1314.66 318.352 -1340.99 368.388 -1362.03 420.302C-1382.7 471.276 -1398.5 524.582 -1408.99 578.732C-1419.37 632.368 -1424.64 687.313 -1424.64 742.031C-1424.64 796.749 -1419.37 851.684 -1408.99 905.329C-1398.5 959.48 -1382.71 1012.79 -1362.03 1063.76C-1340.99 1115.67 -1314.66 1165.71 -1283.78 1212.47C-1252.1 1260.44 -1215.25 1305.57 -1174.22 1346.59C-1133.2 1387.61 -1088.08 1424.47 -1040.1 1456.15C-993.342 1487.03 -943.306 1513.35 -891.393 1534.4C-840.418 1555.07 -787.113 1570.87 -732.962 1581.36C-679.327 1591.74 -624.382 1597.01 -569.674 1597.01C-514.966 1597.01 -460.021 1591.74 -406.386 1581.36C-352.235 1570.87 -298.929 1555.08 -247.955 1534.4C-196.042 1513.35 -146.005 1487.03 -99.2485 1456.15C-51.2748 1424.47 -6.14734 1387.61 34.8759 1346.59C75.8989 1305.57 112.756 1260.45 144.436 1212.47C175.311 1165.71 201.639 1115.67 222.687 1063.76C243.353 1012.79 259.152 959.48 269.64 905.329C280.025 851.694 285.294 796.749 285.294 742.031C285.294 687.313 280.025 632.378 269.64 578.732C259.152 524.582 243.364 471.276 222.687 420.302C201.639 368.388 175.311 318.352 144.436 271.595C112.756 223.622 75.8989 178.494 34.8759 137.471C-6.14734 96.4478 -51.2644 59.5909 -99.2485 27.9109C-146.005 -2.96468 -196.042 -29.2925 -247.955 -50.3403C-298.929 -71.0065 -352.235 -86.8053 -406.386 -97.2931C-460.021 -107.678 -514.966 -112.947 -569.674 -112.947Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1584.58C-623.598 1584.58 -677.738 1579.4 -730.6 1569.16C-783.968 1558.82 -836.499 1543.25 -886.742 1522.88C-937.902 1502.13 -987.217 1476.19 -1033.3 1445.77C-1080.59 1414.55 -1125.05 1378.22 -1165.48 1337.79C-1205.9 1297.37 -1242.22 1252.9 -1273.45 1205.62C-1303.87 1159.53 -1329.83 1110.23 -1350.58 1059.06C-1370.94 1008.83 -1386.52 956.294 -1396.85 902.916C-1407.08 850.054 -1412.28 795.914 -1412.28 741.99C-1412.28 688.066 -1407.09 633.925 -1396.85 581.063C-1386.52 527.696 -1370.94 475.164 -1350.58 424.922C-1329.83 373.761 -1303.88 324.447 -1273.45 278.36C-1242.23 231.077 -1205.9 186.61 -1165.48 146.185C-1125.05 105.76 -1080.59 69.4394 -1033.3 38.2131C-987.217 7.79124 -937.913 -18.1653 -886.742 -38.9141C-836.51 -59.2813 -783.978 -74.8531 -730.6 -85.1863C-677.738 -95.4163 -623.598 -100.614 -569.674 -100.614C-515.75 -100.614 -461.609 -95.4266 -408.747 -85.1863C-355.38 -74.8531 -302.848 -59.2813 -252.606 -38.9141C-201.445 -18.1653 -152.131 7.78093 -106.044 38.2131C-58.7617 69.429 -14.2939 105.76 26.131 146.185C66.556 186.61 102.877 231.077 134.103 278.36C164.525 324.447 190.481 373.751 211.23 424.922C231.597 475.154 247.169 527.686 257.502 581.063C267.732 633.925 272.93 688.066 272.93 741.99C272.93 795.914 267.742 850.054 257.502 902.916C247.169 956.283 231.597 1008.82 211.23 1059.06C190.481 1110.22 164.535 1159.53 134.103 1205.62C102.887 1252.9 66.556 1297.37 26.131 1337.79C-14.2939 1378.22 -58.7617 1414.54 -106.044 1445.77C-152.131 1476.19 -201.435 1502.14 -252.606 1522.88C-302.838 1543.25 -355.37 1558.82 -408.747 1569.16C-461.609 1579.39 -515.75 1584.58 -569.674 1584.58ZM-569.674 -96.6641C-623.34 -96.6641 -677.233 -91.4975 -729.858 -81.3088C-782.978 -71.0272 -835.262 -55.5275 -885.267 -35.2531C-936.19 -14.6075 -985.268 11.2253 -1031.14 41.5028C-1078.2 72.5744 -1122.47 108.73 -1162.7 148.969C-1202.94 189.209 -1239.1 233.47 -1270.17 280.536C-1300.46 326.406 -1326.28 375.483 -1346.93 426.407C-1367.2 476.412 -1382.7 528.696 -1392.98 581.816C-1403.17 634.43 -1408.34 688.323 -1408.34 742C-1408.34 795.677 -1403.17 849.559 -1392.98 902.184C-1382.7 955.304 -1367.2 1007.59 -1346.93 1057.59C-1326.28 1108.52 -1300.45 1157.59 -1270.17 1203.46C-1239.1 1250.53 -1202.94 1294.79 -1162.7 1335.03C-1122.47 1375.27 -1078.2 1411.43 -1031.14 1442.5C-985.268 1472.78 -936.19 1498.61 -885.267 1519.25C-835.262 1539.53 -782.978 1555.03 -729.858 1565.31C-677.244 1575.5 -623.35 1580.66 -569.674 1580.66C-515.997 1580.66 -462.114 1575.5 -409.49 1565.31C-356.37 1555.03 -304.086 1539.53 -254.08 1519.25C-203.157 1498.61 -154.08 1472.77 -108.21 1442.5C-61.1437 1411.43 -16.8823 1375.27 23.3571 1335.03C63.5964 1294.79 99.752 1250.53 130.824 1203.46C161.111 1157.59 186.934 1108.52 207.579 1057.59C227.854 1007.59 243.353 955.304 253.635 902.184C263.824 849.57 268.99 795.677 268.99 742C268.99 688.323 263.824 634.441 253.635 581.816C243.353 528.696 227.854 476.412 207.579 426.407C186.923 375.483 161.101 326.406 130.824 280.536C99.752 233.47 63.5964 189.209 23.3571 148.969C-16.8823 108.73 -61.1437 72.5744 -108.21 41.5028C-154.08 11.215 -203.157 -14.6075 -254.08 -35.2531C-304.086 -55.5275 -356.37 -71.0272 -409.49 -81.3088C-462.104 -91.4975 -515.997 -96.6641 -569.674 -96.6641Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1568.21C-622.546 1568.21 -675.635 1563.12 -727.476 1553.08C-779.812 1542.94 -831.323 1527.68 -880.575 1507.7C-983.061 1466.14 -1075.03 1405.08 -1153.89 1326.21C-1232.76 1247.34 -1293.82 1155.39 -1335.38 1052.89C-1355.35 1003.63 -1370.61 952.117 -1380.75 899.792C-1390.79 847.961 -1395.88 794.862 -1395.88 741.99C-1395.88 689.118 -1390.8 636.029 -1380.75 584.188C-1370.61 531.852 -1355.35 480.341 -1335.38 431.089C-1293.82 328.603 -1232.75 236.646 -1153.89 157.776C-1075.02 78.9063 -983.061 17.846 -880.575 -23.7134C-831.312 -43.6887 -779.801 -58.9512 -727.476 -69.0884C-675.645 -79.1224 -622.546 -84.2168 -569.674 -84.2168C-516.802 -84.2168 -463.713 -79.1327 -411.872 -69.0884C-359.536 -58.9512 -308.025 -43.6887 -258.773 -23.7134C-156.287 17.846 -64.3199 78.9166 14.5397 157.776C93.4097 236.646 154.47 328.603 196.029 431.089C216.005 480.351 231.267 531.862 241.404 584.188C251.438 636.018 256.533 689.118 256.533 741.99C256.533 794.862 251.449 847.951 241.404 899.792C231.267 952.128 216.005 1003.64 196.029 1052.89C154.47 1155.38 93.4097 1247.34 14.5397 1326.21C-64.3303 1405.08 -156.287 1466.14 -258.773 1507.7C-308.035 1527.68 -359.546 1542.94 -411.872 1553.08C-463.703 1563.11 -516.802 1568.21 -569.674 1568.21ZM-569.674 -80.3599C-622.299 -80.3599 -675.15 -75.2965 -726.744 -65.3037C-778.832 -55.2181 -830.106 -40.0277 -879.131 -20.1452C-981.143 21.2182 -1072.67 82.0001 -1151.18 160.499C-1229.67 238.998 -1290.46 330.531 -1331.82 432.543C-1351.7 481.568 -1366.89 532.842 -1376.98 584.93C-1386.97 636.524 -1392.03 689.365 -1392.03 742C-1392.03 794.635 -1386.97 847.476 -1376.98 899.07C-1366.89 951.158 -1351.7 1002.43 -1331.82 1051.46C-1290.46 1153.47 -1229.67 1244.99 -1151.18 1323.5C-1072.68 1402 -981.143 1462.78 -879.131 1504.15C-830.106 1524.03 -778.832 1539.22 -726.744 1549.3C-675.15 1559.3 -622.309 1564.36 -569.674 1564.36C-517.039 1564.36 -464.198 1559.3 -412.604 1549.3C-360.516 1539.22 -309.242 1524.03 -260.216 1504.15C-158.205 1462.78 -66.6815 1402 11.8275 1323.5C90.3263 1245 151.108 1153.47 192.472 1051.46C212.354 1002.43 227.544 951.158 237.63 899.07C247.623 847.476 252.686 794.635 252.686 742C252.686 689.365 247.623 636.524 237.63 584.93C227.544 532.842 212.354 481.568 192.472 432.543C151.108 330.531 90.3263 239.008 11.8275 160.499C-66.6713 82.0001 -158.205 21.2182 -260.216 -20.1452C-309.242 -40.0277 -360.516 -55.2181 -412.604 -65.3037C-464.198 -75.2965 -517.039 -80.3599 -569.674 -80.3599Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1551.83C-678.996 1551.83 -785.06 1530.42 -884.896 1488.19C-932.88 1467.9 -979.162 1442.78 -1022.45 1413.53C-1065.33 1384.56 -1105.66 1351.29 -1142.31 1314.64C-1178.96 1277.99 -1212.22 1237.67 -1241.19 1194.79C-1270.44 1151.5 -1295.56 1105.22 -1315.86 1057.23C-1358.08 957.387 -1379.49 851.333 -1379.49 742.01C-1379.49 632.688 -1358.08 526.624 -1315.86 426.788C-1295.56 378.804 -1270.44 332.522 -1241.19 289.23C-1212.22 246.35 -1178.96 206.029 -1142.31 169.378C-1105.66 132.727 -1065.33 99.4592 -1022.45 70.4914C-979.162 41.2451 -932.88 16.1239 -884.896 -4.17113C-785.05 -46.4008 -678.996 -67.8096 -569.674 -67.8096C-460.351 -67.8096 -354.287 -46.4008 -254.451 -4.17113C-206.467 16.1239 -160.185 41.2451 -116.893 70.4914C-74.0135 99.4592 -33.6918 132.727 2.95886 169.378C39.6095 206.029 72.8777 246.35 101.845 289.23C131.092 332.522 156.213 378.804 176.508 426.788C218.738 526.634 240.146 632.688 240.146 742.01C240.146 851.333 218.738 957.397 176.508 1057.23C156.213 1105.22 131.092 1151.5 101.845 1194.79C72.8777 1237.67 39.6095 1277.99 2.95886 1314.64C-33.6918 1351.29 -74.0135 1384.56 -116.893 1413.53C-160.185 1442.78 -206.467 1467.9 -254.451 1488.19C-354.297 1530.42 -460.351 1551.83 -569.674 1551.83ZM-569.674 -64.0558C-678.491 -64.0558 -784.05 -42.7399 -883.431 -0.716446C-931.189 19.4857 -977.255 44.4935 -1020.35 73.6057C-1063.03 102.439 -1103.17 135.553 -1139.65 172.039C-1176.12 208.514 -1209.23 248.65 -1238.08 291.334C-1267.19 334.43 -1292.2 380.495 -1312.4 428.253C-1354.43 527.624 -1375.74 633.193 -1375.74 742.01C-1375.74 850.828 -1354.42 956.387 -1312.4 1055.77C-1292.2 1103.53 -1267.19 1149.6 -1238.08 1192.69C-1209.24 1235.37 -1176.13 1275.51 -1139.65 1311.98C-1103.16 1348.46 -1063.03 1381.57 -1020.35 1410.42C-977.255 1439.53 -931.189 1464.54 -883.431 1484.74C-784.06 1526.77 -678.491 1548.08 -569.674 1548.08C-460.856 1548.08 -355.297 1526.76 -255.926 1484.74C-208.169 1464.54 -162.103 1439.53 -119.007 1410.42C-76.3236 1381.58 -36.1874 1348.47 0.287842 1311.98C36.7632 1275.5 69.8767 1235.37 98.7208 1192.69C127.833 1149.59 152.841 1103.53 173.043 1055.77C215.077 956.397 236.382 850.838 236.382 742.01C236.382 633.183 215.066 527.634 173.043 428.253C152.841 380.495 127.833 334.43 98.7208 291.334C69.887 248.65 36.7736 208.514 0.287842 172.039C-36.1874 135.563 -76.3236 102.45 -119.007 73.6057C-162.103 44.4935 -208.169 19.4857 -255.926 -0.716446C-355.297 -42.7502 -460.856 -64.0558 -569.674 -64.0558Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1535.45C-620.453 1535.45 -671.438 1530.57 -721.216 1520.93C-771.469 1511.2 -820.938 1496.54 -868.252 1477.36C-966.685 1437.45 -1054.99 1378.81 -1130.74 1303.06C-1206.48 1227.32 -1265.12 1139.01 -1305.04 1040.59C-1324.22 993.285 -1338.88 943.815 -1348.61 893.552C-1358.25 843.774 -1363.13 792.789 -1363.13 742.01C-1363.13 691.232 -1358.24 640.246 -1348.61 590.468C-1338.87 540.215 -1324.22 490.746 -1305.04 443.432C-1265.13 345.01 -1206.48 256.694 -1130.74 180.948C-1054.99 105.203 -966.685 46.5661 -868.252 6.64645C-820.948 -12.5348 -771.479 -27.1992 -721.216 -36.9239C-671.438 -46.566 -620.453 -51.4438 -569.674 -51.4438C-518.895 -51.4438 -467.91 -46.5557 -418.132 -36.9239C-367.879 -27.1889 -318.41 -12.5348 -271.096 6.64645C-172.673 46.5558 -84.3572 105.203 -8.62219 180.948C67.123 256.694 125.76 345 165.68 443.432C184.861 490.736 199.525 540.205 209.25 590.468C218.892 640.246 223.77 691.232 223.77 742.01C223.77 792.789 218.882 843.774 209.25 893.552C199.515 943.805 184.861 993.274 165.68 1040.59C125.77 1139.01 67.123 1227.33 -8.62219 1303.06C-84.3676 1378.81 -172.673 1437.44 -271.096 1477.36C-318.399 1496.54 -367.869 1511.21 -418.132 1520.93C-467.91 1530.58 -518.895 1535.45 -569.674 1535.45ZM-569.674 -47.7623C-620.215 -47.7623 -670.963 -42.8948 -720.515 -33.3042C-770.541 -23.6207 -819.773 -9.02854 -866.859 10.0702C-964.828 49.794 -1052.72 108.163 -1128.12 183.557C-1203.51 258.952 -1261.88 346.846 -1301.6 444.814C-1320.7 491.901 -1335.29 541.143 -1344.98 591.159C-1354.57 640.711 -1359.44 691.458 -1359.44 742C-1359.44 792.542 -1354.57 843.289 -1344.98 892.841C-1335.29 942.867 -1320.7 992.099 -1301.6 1039.19C-1261.88 1137.15 -1203.51 1225.05 -1128.12 1300.44C-1052.72 1375.84 -964.828 1434.21 -866.859 1473.93C-819.773 1493.03 -770.541 1507.62 -720.515 1517.3C-670.963 1526.89 -620.215 1531.76 -569.674 1531.76C-519.132 1531.76 -468.384 1526.89 -418.833 1517.3C-368.807 1507.62 -319.575 1493.03 -272.488 1473.93C-174.519 1434.21 -86.626 1375.84 -11.2313 1300.44C64.1633 1225.06 122.532 1137.15 162.256 1039.19C181.355 992.099 195.947 942.867 205.63 892.841C215.221 843.289 220.088 792.542 220.088 742C220.088 691.458 215.221 640.711 205.63 591.159C195.947 541.133 181.355 491.901 162.256 444.814C122.532 346.846 64.1531 258.952 -11.2313 183.557C-86.6157 108.163 -174.519 49.794 -272.488 10.0702C-319.575 -9.02854 -368.807 -23.6207 -418.833 -33.3042C-468.384 -42.8948 -519.132 -47.7623 -569.674 -47.7623Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1519.08C-674.583 1519.08 -776.346 1498.54 -872.15 1458.01C-918.195 1438.53 -962.611 1414.43 -1004.15 1386.37C-1045.3 1358.56 -1083.99 1326.65 -1119.15 1291.48C-1154.32 1256.32 -1186.25 1217.62 -1214.04 1176.48C-1242.11 1134.94 -1266.21 1090.52 -1285.69 1044.48C-1326.21 948.673 -1346.76 846.909 -1346.76 742C-1346.76 637.091 -1326.22 535.327 -1285.69 439.524C-1266.21 393.479 -1242.11 349.073 -1214.04 307.524C-1186.24 266.377 -1154.32 227.685 -1119.15 192.519C-1083.99 157.354 -1045.3 125.426 -1004.15 97.634C-962.611 69.5634 -918.195 45.463 -872.15 25.9827C-776.346 -14.5351 -674.583 -35.0879 -569.674 -35.0879C-464.765 -35.0879 -363.001 -14.5454 -267.198 25.9827C-221.152 45.463 -176.747 69.5634 -135.198 97.634C-94.0507 125.436 -55.3583 157.354 -20.1926 192.519C14.973 227.685 46.9005 266.377 74.6926 307.524C102.763 349.063 126.864 393.479 146.334 439.524C186.852 535.327 207.404 637.091 207.404 742C207.404 846.909 186.862 948.673 146.334 1044.48C126.853 1090.52 102.753 1134.94 74.6926 1176.48C46.8901 1217.62 14.973 1256.32 -20.1926 1291.48C-55.3583 1326.65 -94.0507 1358.57 -135.198 1386.37C-176.736 1414.44 -221.152 1438.54 -267.198 1458.01C-363.001 1498.53 -464.765 1519.08 -569.674 1519.08ZM-569.674 -31.4579C-674.088 -31.4579 -775.387 -11.0082 -870.737 29.324C-916.565 48.7115 -960.775 72.6984 -1002.12 100.635C-1043.08 128.303 -1081.59 160.086 -1116.59 195.087C-1151.59 230.088 -1183.36 268.605 -1211.04 309.556C-1238.98 350.909 -1262.96 395.108 -1282.35 440.937C-1322.68 536.297 -1343.13 637.586 -1343.13 742C-1343.13 846.414 -1322.68 947.714 -1282.35 1043.06C-1262.96 1088.89 -1238.98 1133.1 -1211.04 1174.44C-1183.37 1215.41 -1151.59 1253.91 -1116.59 1288.91C-1081.59 1323.91 -1043.07 1355.69 -1002.12 1383.37C-960.765 1411.3 -916.565 1435.29 -870.737 1454.68C-775.377 1495.01 -674.088 1515.46 -569.674 1515.46C-465.26 1515.46 -363.96 1495.01 -268.61 1454.68C-222.782 1435.29 -178.572 1411.3 -137.229 1383.37C-96.2679 1355.7 -57.7611 1323.92 -22.7605 1288.91C12.2401 1253.91 44.0131 1215.4 71.6918 1174.44C99.6284 1133.09 123.615 1088.89 143.003 1043.06C183.335 947.704 203.785 846.414 203.785 742C203.785 637.586 183.335 536.286 143.003 440.937C123.615 395.108 99.6284 350.899 71.6918 309.556C44.0234 268.595 12.2505 230.088 -22.7605 195.087C-57.7611 160.086 -96.2783 128.314 -137.229 100.635C-178.582 72.6984 -222.782 48.7115 -268.61 29.324C-363.97 -11.0082 -465.26 -31.4579 -569.674 -31.4579Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1502.69C-618.359 1502.69 -667.241 1498.01 -714.956 1488.77C-763.136 1479.44 -810.564 1465.38 -855.918 1446.99C-950.277 1408.72 -1034.94 1352.51 -1107.56 1279.89C-1180.17 1207.28 -1236.4 1122.61 -1274.67 1028.24C-1293.05 982.889 -1307.11 935.462 -1316.44 887.282C-1325.68 839.556 -1330.37 790.675 -1330.37 742C-1330.37 693.325 -1325.68 644.433 -1316.44 596.717C-1307.11 548.537 -1293.05 501.11 -1274.67 455.756C-1236.4 361.396 -1180.18 276.731 -1107.56 204.11C-1034.95 131.5 -950.288 75.2761 -855.918 37.0064C-810.564 18.6192 -763.136 4.56328 -714.956 -4.76953C-667.23 -14.0095 -618.349 -18.6914 -569.674 -18.6914C-520.999 -18.6914 -472.107 -14.0095 -424.391 -4.76953C-376.211 4.56328 -328.784 18.6192 -283.43 37.0064C-189.071 75.2761 -104.405 131.49 -31.7843 204.11C40.826 276.72 97.0498 361.386 135.319 455.756C153.707 501.11 167.763 548.537 177.095 596.717C186.335 644.444 191.017 693.325 191.017 742C191.017 790.675 186.335 839.566 177.095 887.282C167.763 935.462 153.707 982.889 135.319 1028.24C97.0498 1122.6 40.8363 1207.27 -31.7843 1279.89C-104.395 1352.5 -189.06 1408.72 -283.43 1446.99C-328.784 1465.38 -376.211 1479.44 -424.391 1488.77C-472.118 1498.01 -520.999 1502.69 -569.674 1502.69ZM-569.674 -15.1645C-618.132 -15.1645 -666.787 -10.5033 -714.286 -1.30453C-762.25 7.97672 -809.45 21.9708 -854.598 40.2755C-948.524 78.3595 -1032.8 134.325 -1105.07 206.606C-1177.35 278.886 -1233.3 363.16 -1271.4 457.076C-1289.7 502.214 -1303.7 549.424 -1312.98 597.377C-1322.18 644.877 -1326.84 693.531 -1326.84 741.99C-1326.84 790.448 -1322.18 839.102 -1312.98 886.602C-1303.7 934.565 -1289.7 981.766 -1271.4 1026.91C-1233.31 1120.84 -1177.35 1205.11 -1105.07 1277.38C-1032.79 1349.66 -948.514 1405.62 -854.598 1443.7C-809.46 1462.01 -762.25 1476 -714.286 1485.28C-666.787 1494.48 -618.122 1499.14 -569.674 1499.14C-521.226 1499.14 -472.561 1494.48 -425.062 1485.28C-377.098 1476 -329.898 1462.01 -284.75 1443.7C-190.824 1405.62 -106.56 1349.65 -34.2799 1277.38C38.0005 1205.1 93.9559 1120.83 132.05 1026.91C150.355 981.776 164.349 934.565 173.63 886.602C182.829 839.102 187.49 790.438 187.49 741.99C187.49 693.541 182.829 644.877 173.63 597.377C164.349 549.414 150.355 502.214 132.05 457.076C93.9663 363.15 38.0005 278.886 -34.2799 206.606C-106.56 134.325 -190.824 78.3699 -284.75 40.2755C-329.888 21.9708 -377.098 7.97672 -425.062 -1.30453C-472.561 -10.5033 -521.216 -15.1645 -569.674 -15.1645Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1486.32C-617.307 1486.32 -665.136 1481.73 -711.831 1472.69C-758.98 1463.57 -805.386 1449.81 -849.761 1431.81C-942.089 1394.37 -1024.94 1339.36 -1095.98 1268.31C-1167.04 1197.26 -1222.04 1114.42 -1259.49 1022.08C-1277.48 977.703 -1291.24 931.296 -1300.37 884.148C-1309.41 837.453 -1313.99 789.623 -1313.99 741.99C-1313.99 694.356 -1309.4 646.527 -1300.37 599.832C-1291.24 552.683 -1277.48 506.277 -1259.49 461.902C-1222.04 369.575 -1167.04 286.724 -1095.98 215.681C-1024.93 144.628 -942.089 89.621 -849.761 52.1764C-805.386 34.181 -758.98 20.4242 -711.831 11.2976C-665.136 2.25356 -617.307 -2.3252 -569.674 -2.3252C-522.04 -2.3252 -474.211 2.26387 -427.516 11.2976C-380.367 20.4242 -333.961 34.181 -289.586 52.1764C-197.258 89.621 -114.408 144.628 -43.3649 215.681C27.6882 286.734 82.6952 369.575 120.14 461.902C138.135 506.277 151.892 552.683 161.019 599.832C170.063 646.527 174.641 694.356 174.641 741.99C174.641 789.623 170.052 837.453 161.019 884.148C151.892 931.296 138.135 977.703 120.14 1022.08C82.6952 1114.41 27.6882 1197.26 -43.3649 1268.31C-114.418 1339.36 -197.258 1394.37 -289.586 1431.81C-333.961 1449.81 -380.367 1463.57 -427.516 1472.69C-474.211 1481.74 -522.04 1486.32 -569.674 1486.32ZM-569.674 1.1295C-617.091 1.1295 -664.693 5.68762 -711.172 14.6904C-758.093 23.7757 -804.283 37.4604 -848.462 55.3732C-940.367 92.6426 -1022.83 147.392 -1093.55 218.115C-1164.27 288.838 -1219.03 371.297 -1256.29 463.191C-1274.2 507.36 -1287.89 553.55 -1296.97 600.482C-1305.98 646.96 -1310.53 694.573 -1310.53 741.979C-1310.53 789.386 -1305.98 836.999 -1296.97 883.477C-1287.89 930.399 -1274.2 976.599 -1256.29 1020.77C-1219.02 1112.67 -1164.27 1195.13 -1093.55 1265.85C-1022.83 1336.58 -940.367 1391.34 -848.462 1428.6C-804.293 1446.51 -758.104 1460.19 -711.172 1469.28C-664.693 1478.28 -617.08 1482.84 -569.674 1482.84C-522.267 1482.84 -474.654 1478.28 -428.176 1469.28C-381.254 1460.19 -335.064 1446.51 -290.886 1428.6C-198.981 1391.33 -116.522 1336.58 -45.809 1265.85C24.9142 1195.13 79.6736 1112.67 116.933 1020.77C134.846 976.599 148.53 930.409 157.615 883.477C166.618 836.999 171.176 789.386 171.176 741.979C171.176 694.573 166.618 646.96 157.615 600.482C148.53 553.56 134.846 507.37 116.933 463.191C79.6633 371.286 24.9142 288.828 -45.809 218.115C-116.532 147.392 -198.991 92.6323 -290.886 55.3732C-335.054 37.4604 -381.244 23.7757 -428.176 14.6904C-474.654 5.68762 -522.267 1.1295 -569.674 1.1295Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1469.94C-616.256 1469.94 -663.033 1465.45 -708.707 1456.61C-754.814 1447.68 -800.2 1434.24 -843.605 1416.63C-933.901 1380.01 -1014.93 1326.21 -1084.41 1256.73C-1153.9 1187.24 -1207.7 1106.23 -1244.32 1015.92C-1261.92 972.515 -1275.37 927.14 -1284.3 881.033C-1293.14 835.359 -1297.62 788.592 -1297.62 742C-1297.62 695.408 -1293.14 648.641 -1284.3 602.967C-1275.37 556.86 -1261.92 511.474 -1244.32 468.069C-1207.7 377.773 -1153.9 296.747 -1084.41 227.262C-1014.93 157.776 -933.901 103.976 -843.605 67.3561C-800.2 49.7526 -754.825 36.3052 -708.707 27.3745C-663.033 18.5367 -616.266 14.0508 -569.674 14.0508C-523.082 14.0508 -476.315 18.5367 -430.641 27.3745C-384.534 36.3052 -339.148 49.7526 -295.743 67.3561C-205.447 103.976 -124.422 157.776 -54.9358 227.262C14.5498 296.747 68.3501 377.773 104.97 468.069C122.573 511.474 136.021 556.849 144.951 602.967C153.789 648.641 158.275 695.408 158.275 742C158.275 788.592 153.789 835.359 144.951 881.033C136.021 927.14 122.573 972.525 104.97 1015.92C68.3501 1106.22 14.5498 1187.24 -54.9358 1256.73C-124.422 1326.21 -205.447 1380.01 -295.743 1416.63C-339.148 1434.24 -384.523 1447.68 -430.641 1456.61C-476.315 1465.45 -523.082 1469.94 -569.674 1469.94ZM-569.674 17.4333C-616.049 17.4333 -662.6 21.8986 -708.068 30.6952C-753.958 39.5845 -799.137 52.9702 -842.336 70.4911C-932.22 106.935 -1012.86 160.488 -1082.03 229.654C-1151.2 298.82 -1204.75 379.464 -1241.19 469.348C-1258.71 512.547 -1272.1 557.715 -1280.99 603.616C-1289.8 649.074 -1294.25 695.635 -1294.25 742.01C-1294.25 788.385 -1289.79 834.936 -1280.99 880.404C-1272.1 926.294 -1258.71 971.474 -1241.19 1014.67C-1204.75 1104.56 -1151.2 1185.19 -1082.03 1254.36C-1012.86 1323.52 -932.22 1377.07 -842.336 1413.52C-799.137 1431.04 -753.969 1444.43 -708.068 1453.31C-662.61 1462.11 -616.049 1466.58 -569.674 1466.58C-523.299 1466.58 -476.738 1462.11 -431.28 1453.31C-385.39 1444.43 -340.211 1431.04 -297.011 1413.52C-207.128 1377.07 -126.484 1323.52 -57.3181 1254.36C11.8479 1185.19 65.4008 1104.55 101.845 1014.67C119.366 971.474 132.752 926.305 141.631 880.404C150.427 834.946 154.893 788.385 154.893 742.01C154.893 695.635 150.427 649.084 141.631 603.616C132.741 557.726 119.356 512.547 101.845 469.348C65.4008 379.464 11.8479 298.82 -57.3181 229.654C-126.484 160.488 -207.128 106.935 -297.011 70.4911C-340.211 52.9702 -385.379 39.5845 -431.28 30.6952C-476.738 21.8883 -523.299 17.4333 -569.674 17.4333Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1453.56C-615.214 1453.56 -660.94 1449.18 -705.572 1440.54C-750.638 1431.81 -795.002 1418.66 -837.428 1401.46C-925.692 1365.67 -1004.89 1313.08 -1072.82 1245.16C-1140.75 1177.23 -1193.33 1098.04 -1229.13 1009.76C-1246.33 967.338 -1259.48 922.974 -1268.2 877.908C-1276.84 833.266 -1281.23 787.54 -1281.23 742.01C-1281.23 696.48 -1276.84 650.745 -1268.2 606.112C-1259.48 561.046 -1246.33 516.682 -1229.13 474.256C-1193.33 385.992 -1140.74 306.792 -1072.82 238.863C-1004.89 170.935 -925.703 118.351 -837.428 82.5568C-795.002 65.3555 -750.638 52.2071 -705.572 43.4827C-660.929 34.8408 -615.204 30.458 -569.674 30.458C-524.144 30.458 -478.408 34.8408 -433.776 43.4827C-388.7 52.2071 -344.346 65.3555 -301.92 82.5568C-213.655 118.351 -134.455 170.945 -66.527 238.863C1.40149 306.792 53.9849 385.981 89.7795 474.256C106.981 516.682 120.129 561.046 128.854 606.112C137.495 650.755 141.878 696.48 141.878 742.01C141.878 787.54 137.495 833.276 128.854 877.908C120.129 922.974 106.981 967.338 89.7795 1009.76C53.9849 1098.03 1.39111 1177.23 -66.527 1245.16C-134.455 1313.09 -213.645 1365.67 -301.92 1401.46C-344.346 1418.66 -388.71 1431.81 -433.776 1440.54C-478.419 1449.18 -524.144 1453.56 -569.674 1453.56ZM-569.674 33.7271C-614.997 33.7271 -660.517 38.0893 -704.953 46.6899C-749.813 55.373 -793.971 68.4596 -836.2 85.5887C-924.063 121.218 -1002.89 173.565 -1070.5 241.173C-1138.11 308.782 -1190.46 387.611 -1226.09 475.473C-1243.2 517.703 -1256.29 561.861 -1264.98 606.721C-1273.58 651.157 -1277.95 696.666 -1277.95 742C-1277.95 787.334 -1273.58 832.843 -1264.98 877.279C-1256.3 922.139 -1243.21 966.297 -1226.09 1008.53C-1190.46 1096.39 -1138.11 1175.22 -1070.5 1242.83C-1002.89 1310.44 -924.063 1362.78 -836.2 1398.41C-793.971 1415.54 -749.813 1428.63 -704.953 1437.31C-660.517 1445.91 -615.008 1450.27 -569.674 1450.27C-524.34 1450.27 -478.831 1445.91 -434.394 1437.31C-389.535 1428.63 -345.377 1415.54 -303.147 1398.41C-215.285 1362.78 -136.456 1310.44 -68.8473 1242.83C-1.23853 1175.22 51.1077 1096.39 86.7374 1008.53C103.866 966.297 116.943 922.139 125.636 877.279C134.237 832.843 138.599 787.334 138.599 742C138.599 696.666 134.237 651.157 125.636 606.721C116.953 561.861 103.866 517.703 86.7374 475.473C51.1077 387.611 -1.23853 308.782 -68.8473 241.173C-136.456 173.565 -215.285 121.218 -303.147 85.5887C-345.377 68.4699 -389.535 55.3833 -434.394 46.6899C-478.831 38.0893 -524.34 33.7271 -569.674 33.7271Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1437.19C-663.517 1437.19 -754.566 1418.81 -840.274 1382.55C-881.462 1365.12 -921.196 1343.56 -958.362 1318.46C-995.178 1293.58 -1029.79 1265.03 -1061.25 1233.57C-1092.7 1202.11 -1121.27 1167.49 -1146.13 1130.68C-1171.24 1093.51 -1192.81 1053.79 -1210.22 1012.59C-1246.47 926.882 -1264.86 835.844 -1264.86 741.989C-1264.86 648.135 -1246.48 557.097 -1210.22 471.389C-1192.8 430.201 -1171.23 390.467 -1146.13 353.301C-1121.26 316.485 -1092.7 281.877 -1061.25 250.413C-1029.8 218.96 -995.178 190.394 -958.362 165.531C-921.196 140.42 -881.472 118.857 -840.274 101.439C-754.566 65.1904 -663.528 46.8032 -569.674 46.8032C-475.82 46.8032 -384.781 65.1801 -299.074 101.439C-257.885 118.867 -218.151 140.43 -180.985 165.531C-144.17 190.405 -109.561 218.96 -78.0973 250.413C-46.6442 281.866 -18.0786 316.485 6.78479 353.301C31.8958 390.467 53.4592 430.201 70.8771 471.389C107.125 557.097 125.513 648.135 125.513 741.989C125.513 835.844 107.136 926.882 70.8771 1012.59C53.4592 1053.78 31.8854 1093.51 6.78479 1130.68C-18.089 1167.49 -46.6442 1202.1 -78.0973 1233.57C-109.55 1265.02 -144.17 1293.58 -180.985 1318.46C-218.151 1343.57 -257.885 1365.13 -299.074 1382.55C-384.781 1418.8 -475.82 1437.19 -569.674 1437.19ZM-569.674 50.031C-663.095 50.031 -753.71 68.3254 -839.015 104.409C-880.018 121.754 -919.566 143.215 -956.557 168.212C-993.198 192.962 -1027.65 221.394 -1058.97 252.713C-1090.28 284.022 -1118.71 318.486 -1143.47 355.126C-1168.46 392.117 -1189.93 431.666 -1207.27 472.668C-1243.36 557.973 -1261.65 648.599 -1261.65 742.01C-1261.65 835.421 -1243.36 926.047 -1207.27 1011.35C-1189.93 1052.35 -1168.47 1091.9 -1143.47 1128.89C-1118.72 1165.53 -1090.29 1199.99 -1058.97 1231.31C-1027.66 1262.62 -993.198 1291.05 -956.557 1315.81C-919.566 1340.8 -880.018 1362.27 -839.015 1379.61C-753.71 1415.69 -663.084 1433.99 -569.674 1433.99C-476.263 1433.99 -385.637 1415.69 -300.332 1379.61C-259.329 1362.27 -219.781 1340.81 -182.79 1315.81C-146.15 1291.06 -111.696 1262.63 -80.3765 1231.31C-49.0677 1200 -20.6361 1165.53 4.12427 1128.89C29.1115 1091.9 50.582 1052.35 67.9174 1011.35C104.001 926.047 122.295 835.421 122.295 742.01C122.295 648.599 104.001 557.973 67.9174 472.668C50.5717 431.666 29.1115 392.117 4.12427 355.126C-20.6257 318.486 -49.0574 284.032 -80.3765 252.713C-111.685 221.404 -146.15 192.973 -182.79 168.212C-219.781 143.225 -259.329 121.754 -300.332 104.409C-385.637 68.3254 -476.263 50.031 -569.674 50.031Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1420.8C-613.11 1420.8 -656.732 1416.62 -699.323 1408.37C-742.315 1400.05 -784.638 1387.51 -825.115 1371.09C-909.316 1336.95 -984.865 1286.78 -1049.67 1221.98C-1114.46 1157.19 -1164.63 1081.63 -1198.78 997.43C-1215.18 956.954 -1227.74 914.641 -1236.06 871.638C-1244.31 829.048 -1248.48 785.436 -1248.48 741.99C-1248.48 698.543 -1244.31 654.932 -1236.06 612.341C-1227.74 569.348 -1215.2 527.026 -1198.78 486.549C-1164.63 402.347 -1114.46 326.798 -1049.67 261.994C-984.876 197.201 -909.316 147.031 -825.115 112.886C-784.648 96.4788 -742.326 83.9284 -699.323 75.6062C-656.732 67.3562 -613.12 63.1797 -569.674 63.1797C-526.227 63.1797 -482.616 67.3562 -440.025 75.6062C-397.032 83.9284 -354.71 96.4684 -314.233 112.886C-230.032 147.031 -154.482 197.201 -89.6786 261.994C-24.8853 326.788 25.2852 402.337 59.4402 486.549C75.8577 527.015 88.3976 569.338 96.7198 612.341C104.97 654.932 109.146 698.543 109.146 741.99C109.146 785.436 104.97 829.048 96.7198 871.638C88.3976 914.631 75.8577 956.954 59.4402 997.43C25.2955 1081.63 -24.8749 1157.19 -89.6786 1221.98C-154.472 1286.78 -230.021 1336.95 -314.233 1371.09C-354.7 1387.5 -397.022 1400.05 -440.025 1408.37C-482.616 1416.62 -526.227 1420.8 -569.674 1420.8ZM-569.674 66.325C-612.914 66.325 -656.33 70.4913 -698.725 78.6897C-741.521 86.9706 -783.648 99.459 -823.929 115.794C-907.738 149.784 -982.947 199.717 -1047.44 264.222C-1111.94 328.716 -1161.88 403.925 -1195.87 487.735C-1212.2 528.016 -1224.69 570.142 -1232.97 612.939C-1241.18 655.334 -1245.34 698.749 -1245.34 741.99C-1245.34 785.23 -1241.17 828.646 -1232.97 871.04C-1224.69 913.837 -1212.2 955.964 -1195.87 996.244C-1161.88 1080.05 -1111.95 1155.26 -1047.44 1219.76C-982.947 1284.25 -907.738 1334.2 -823.929 1368.19C-783.648 1384.52 -741.521 1397.01 -698.725 1405.29C-656.33 1413.5 -612.914 1417.65 -569.674 1417.65C-526.434 1417.65 -483.018 1413.49 -440.623 1405.29C-397.826 1397.01 -355.7 1384.52 -315.419 1368.19C-231.609 1334.2 -156.4 1284.26 -91.906 1219.76C-27.4014 1155.26 22.5317 1080.05 56.5217 996.244C72.8567 955.964 85.3451 913.837 93.6261 871.04C101.835 828.646 105.991 785.23 105.991 741.99C105.991 698.749 101.824 655.334 93.6261 612.939C85.3451 570.142 72.8567 528.016 56.5217 487.735C22.5317 403.925 -27.4014 328.716 -91.906 264.222C-156.4 199.727 -231.609 149.784 -315.419 115.794C-355.7 99.459 -397.826 86.9706 -440.623 78.6897C-483.018 70.4809 -526.434 66.325 -569.674 66.325Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1404.42C-612.069 1404.42 -654.628 1400.34 -696.188 1392.3C-738.149 1384.17 -779.44 1371.93 -818.937 1355.91C-901.107 1322.59 -974.842 1273.63 -1038.07 1210.39C-1101.3 1147.16 -1150.26 1073.43 -1183.58 991.263C-1199.59 951.767 -1211.83 910.465 -1219.96 868.514C-1228 826.954 -1232.09 784.384 -1232.09 742C-1232.09 699.616 -1228 657.046 -1219.96 615.486C-1211.83 573.525 -1199.59 532.233 -1183.58 492.737C-1150.26 410.567 -1101.29 336.832 -1038.07 273.606C-974.831 210.37 -901.107 161.417 -818.937 128.097C-779.44 112.082 -738.139 99.8407 -696.188 91.7144C-654.628 83.6707 -612.058 79.5869 -569.674 79.5869C-527.289 79.5869 -484.719 83.6707 -443.16 91.7144C-401.198 99.8407 -359.907 112.082 -320.41 128.097C-238.24 161.417 -164.516 210.38 -101.28 273.606C-38.0438 336.843 10.9097 410.567 44.2396 492.737C60.255 532.233 72.4958 573.535 80.6221 615.486C88.6658 657.046 92.7496 699.616 92.7496 742C92.7496 784.384 88.6658 826.954 80.6221 868.514C72.4958 910.475 60.255 951.767 44.2396 991.263C10.92 1073.43 -38.0438 1147.17 -101.28 1210.39C-164.516 1273.63 -238.24 1322.58 -320.41 1355.91C-359.907 1371.93 -401.209 1384.17 -443.16 1392.3C-484.719 1400.34 -527.289 1404.42 -569.674 1404.42ZM-569.674 82.6394C-611.873 82.6394 -654.247 86.7025 -695.61 94.705C-737.376 102.79 -778.481 114.979 -817.793 130.912C-899.581 164.077 -972.975 212.814 -1035.91 275.751C-1098.86 338.699 -1147.59 412.083 -1180.75 493.871C-1196.69 533.182 -1208.87 574.288 -1216.96 616.053C-1224.97 657.417 -1229.02 699.791 -1229.02 741.99C-1229.02 784.188 -1224.96 826.562 -1216.96 867.926C-1208.87 909.692 -1196.69 950.797 -1180.75 990.108C-1147.59 1071.9 -1098.85 1145.29 -1035.91 1208.23C-972.965 1271.18 -899.581 1319.9 -817.793 1353.07C-778.481 1369.01 -737.376 1381.19 -695.61 1389.27C-654.247 1397.29 -611.873 1401.34 -569.674 1401.34C-527.475 1401.34 -485.101 1397.28 -443.738 1389.27C-401.972 1381.19 -360.866 1369.01 -321.555 1353.07C-239.767 1319.9 -166.373 1271.17 -103.435 1208.23C-40.4879 1145.28 8.23877 1071.9 41.4037 990.108C57.3468 950.797 69.5259 909.692 77.611 867.926C85.6238 826.562 89.6765 784.188 89.6765 741.99C89.6765 699.791 85.6134 657.417 77.611 616.053C69.5259 574.288 57.3468 533.182 41.4037 493.871C8.23877 412.083 -40.4982 338.688 -103.435 275.751C-166.373 212.804 -239.767 164.077 -321.555 130.912C-360.866 114.969 -401.972 102.79 -443.738 94.705C-485.101 86.6922 -527.475 82.6394 -569.674 82.6394Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1388.04C-656.887 1388.04 -741.491 1370.96 -821.144 1337.27C-859.424 1321.08 -896.343 1301.04 -930.89 1277.7C-965.097 1254.59 -997.272 1228.05 -1026.5 1198.81C-1055.73 1169.58 -1082.28 1137.41 -1105.39 1103.21C-1128.72 1068.67 -1148.76 1031.75 -1164.95 993.46C-1198.64 913.816 -1215.72 829.202 -1215.72 741.989C-1215.72 654.777 -1198.64 570.173 -1164.95 490.519C-1148.76 452.239 -1128.72 415.32 -1105.39 380.774C-1082.28 346.567 -1055.73 314.392 -1026.5 285.166C-997.261 255.931 -965.097 229.386 -930.89 206.276C-896.353 182.939 -859.435 162.901 -821.144 146.711C-741.501 113.02 -656.887 95.9424 -569.674 95.9424C-482.461 95.9424 -397.858 113.02 -318.204 146.711C-279.924 162.901 -243.005 182.939 -208.458 206.276C-174.252 229.386 -142.077 255.931 -112.851 285.166C-83.6151 314.402 -57.0708 346.567 -33.9604 380.774C-10.6233 415.31 9.41394 452.229 25.6046 490.519C59.2955 570.163 76.3729 654.777 76.3729 741.989C76.3729 829.202 59.2955 913.806 25.6046 993.46C9.41394 1031.74 -10.6233 1068.66 -33.9604 1103.21C-57.0708 1137.41 -83.6151 1169.59 -112.851 1198.81C-142.087 1228.05 -174.252 1254.59 -208.458 1277.7C-242.995 1301.04 -279.914 1321.08 -318.204 1337.27C-397.847 1370.96 -482.461 1388.04 -569.674 1388.04ZM-569.674 98.9227C-656.485 98.9227 -740.707 115.928 -819.989 149.454C-858.094 165.572 -894.848 185.517 -929.219 208.741C-963.271 231.748 -995.292 258.168 -1024.39 287.27C-1053.5 316.372 -1079.92 348.392 -1102.92 382.444C-1126.15 416.826 -1146.1 453.57 -1162.21 491.674C-1195.75 570.957 -1212.74 655.169 -1212.74 741.989C-1212.74 828.81 -1195.74 913.022 -1162.21 992.294C-1146.09 1030.4 -1126.15 1067.15 -1102.92 1101.52C-1079.92 1135.58 -1053.5 1167.6 -1024.39 1196.7C-995.292 1225.8 -963.271 1252.22 -929.219 1275.23C-894.837 1298.45 -858.094 1318.41 -819.989 1334.51C-740.707 1368.05 -656.495 1385.05 -569.674 1385.05C-482.853 1385.05 -398.641 1368.04 -319.369 1334.51C-281.264 1318.4 -244.511 1298.45 -210.139 1275.23C-176.087 1252.22 -144.067 1225.8 -114.965 1196.7C-85.8632 1167.6 -59.4426 1135.58 -36.4354 1101.52C-13.2117 1067.14 6.74292 1030.4 22.8511 992.294C56.3873 913.012 73.3823 828.8 73.3823 741.989C73.3823 655.179 56.377 570.957 22.8511 491.674C6.73267 453.57 -13.2117 416.816 -36.4354 382.444C-59.4426 348.392 -85.8632 316.372 -114.965 287.27C-144.067 258.168 -176.087 231.748 -210.139 208.741C-244.521 185.517 -281.264 165.562 -319.369 149.454C-398.652 115.918 -482.863 98.9227 -569.674 98.9227Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1371.66C-654.68 1371.66 -737.138 1355.02 -814.771 1322.18C-852.082 1306.4 -888.072 1286.87 -921.732 1264.12C-955.073 1241.6 -986.423 1215.73 -1014.92 1187.23C-1043.41 1158.74 -1069.27 1127.39 -1091.81 1094.05C-1114.55 1060.39 -1134.08 1024.4 -1149.87 987.087C-1182.7 909.454 -1199.34 826.996 -1199.34 741.99C-1199.34 656.984 -1182.7 574.525 -1149.87 496.893C-1134.09 459.582 -1114.56 423.602 -1091.81 389.931C-1069.28 356.591 -1043.41 325.241 -1014.92 296.748C-986.423 268.254 -955.073 242.39 -921.732 219.858C-888.072 197.119 -852.082 177.587 -814.771 161.798C-737.138 128.963 -654.68 112.319 -569.674 112.319C-484.668 112.319 -402.209 128.963 -324.577 161.798C-287.266 177.576 -251.275 197.108 -217.615 219.858C-184.275 242.38 -152.925 268.254 -124.432 296.748C-95.9382 325.241 -70.0743 356.591 -47.5416 389.931C-24.8025 423.591 -5.27075 459.582 10.5177 496.893C43.3528 574.525 59.9971 656.984 59.9971 741.99C59.9971 826.996 43.3528 909.454 10.5177 987.087C-5.26038 1024.4 -24.7922 1060.39 -47.5416 1094.05C-70.0641 1127.39 -95.9382 1158.74 -124.432 1187.23C-152.925 1215.73 -184.275 1241.59 -217.615 1264.12C-251.275 1286.86 -287.266 1306.39 -324.577 1322.18C-402.209 1355.02 -484.668 1371.66 -569.674 1371.66ZM-569.674 115.227C-654.288 115.227 -736.375 131.799 -813.637 164.479C-850.772 180.185 -886.598 199.635 -920.103 222.271C-953.288 244.69 -984.504 270.44 -1012.86 298.81C-1041.22 327.169 -1066.97 358.385 -1089.4 391.571C-1112.04 425.076 -1131.48 460.902 -1147.19 498.037C-1179.87 575.309 -1196.45 657.386 -1196.45 742C-1196.45 826.614 -1179.87 908.691 -1147.19 985.963C-1131.49 1023.1 -1112.04 1058.92 -1089.4 1092.43C-1066.98 1125.61 -1041.23 1156.83 -1012.86 1185.19C-984.504 1213.55 -953.288 1239.3 -920.103 1261.73C-886.598 1284.37 -850.772 1303.8 -813.637 1319.52C-736.365 1352.2 -654.288 1368.77 -569.674 1368.77C-485.06 1368.77 -402.972 1352.2 -325.711 1319.52C-288.576 1303.81 -252.75 1284.37 -219.245 1261.73C-186.059 1239.31 -154.843 1213.56 -126.484 1185.19C-98.1244 1156.83 -72.3741 1125.61 -49.9445 1092.43C-27.3085 1058.92 -7.86938 1023.1 7.8468 985.963C40.5271 908.691 57.0994 826.614 57.0994 742C57.0994 657.386 40.5271 575.299 7.8468 498.037C-7.85913 460.902 -27.3085 425.076 -49.9445 391.571C-72.3639 358.385 -98.1141 327.169 -126.484 298.81C-154.843 270.451 -186.059 244.7 -219.245 222.271C-252.75 199.635 -288.576 180.196 -325.711 164.479C-402.983 131.799 -485.06 115.227 -569.674 115.227Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1355.28C-608.923 1355.28 -648.327 1351.51 -686.803 1344.05C-725.65 1336.54 -763.889 1325.2 -800.447 1310.37C-876.522 1279.52 -944.781 1234.2 -1003.32 1175.65C-1061.87 1117.11 -1107.19 1048.85 -1138.05 972.773C-1152.88 936.205 -1164.21 897.977 -1171.73 859.13C-1179.17 820.654 -1182.96 781.239 -1182.96 742C-1182.96 702.761 -1179.18 663.347 -1171.73 624.871C-1164.21 586.024 -1152.88 547.785 -1138.05 511.227C-1107.19 435.152 -1061.87 366.893 -1003.32 308.349C-944.781 249.805 -876.522 204.482 -800.447 173.627C-763.879 158.797 -725.65 147.464 -686.803 139.946C-648.327 132.501 -608.913 128.716 -569.674 128.716C-530.435 128.716 -491.02 132.49 -452.544 139.946C-413.697 147.464 -375.458 158.797 -338.9 173.627C-262.825 204.482 -194.567 249.805 -136.023 308.349C-77.4786 366.893 -32.1552 435.152 -1.30005 511.227C13.5293 547.795 24.8627 586.024 32.3805 624.871C39.826 663.347 43.6106 702.761 43.6106 742C43.6106 781.239 39.8364 820.654 32.3805 859.13C24.8627 897.977 13.5293 936.216 -1.30005 972.773C-32.1552 1048.85 -77.4786 1117.11 -136.023 1175.65C-194.567 1234.2 -262.825 1279.52 -338.9 1310.37C-375.469 1325.2 -413.707 1336.54 -452.544 1344.05C-491.02 1351.5 -530.435 1355.28 -569.674 1355.28ZM-569.674 131.531C-608.737 131.531 -647.966 135.295 -686.267 142.71C-724.939 150.197 -762.992 161.479 -799.395 176.236C-875.12 206.946 -943.069 252.064 -1001.34 310.34C-1059.62 368.615 -1104.74 436.554 -1135.45 512.289C-1150.21 548.682 -1161.49 586.746 -1168.97 625.417C-1176.39 663.718 -1180.15 702.947 -1180.15 742.011C-1180.15 781.074 -1176.39 820.303 -1168.97 858.604C-1161.49 897.275 -1150.21 935.329 -1135.45 971.732C-1104.74 1047.46 -1059.62 1115.41 -1001.34 1173.68C-943.069 1231.96 -875.13 1277.07 -799.395 1307.79C-763.002 1322.54 -724.939 1333.82 -686.267 1341.31C-647.966 1348.73 -608.737 1352.49 -569.674 1352.49C-530.61 1352.49 -491.381 1348.73 -453.08 1341.31C-414.409 1333.82 -376.355 1322.54 -339.952 1307.79C-264.228 1277.07 -196.279 1231.96 -138.003 1173.68C-79.7268 1115.41 -34.6095 1047.47 -3.89893 971.732C10.8583 935.339 22.1403 897.275 29.6271 858.604C37.0417 820.303 40.8057 781.074 40.8057 742.011C40.8057 702.947 37.0417 663.718 29.6271 625.417C22.1403 586.746 10.8583 548.692 -3.89893 512.289C-34.6095 436.565 -79.7268 368.615 -138.003 310.34C-196.279 252.064 -264.228 206.946 -339.952 176.236C-376.345 161.479 -414.409 150.197 -453.08 142.71C-491.381 135.295 -530.61 131.531 -569.674 131.531Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1338.91C-607.871 1338.91 -646.234 1335.24 -683.679 1327.98C-721.484 1320.66 -758.702 1309.63 -794.29 1295.19C-868.334 1265.16 -934.767 1221.05 -991.754 1164.07C-1048.73 1107.09 -1092.85 1040.65 -1122.88 966.606C-1137.3 931.018 -1148.34 893.8 -1155.66 855.994C-1162.91 818.55 -1166.59 780.187 -1166.59 741.99C-1166.59 703.792 -1162.92 665.43 -1155.66 627.985C-1148.34 590.179 -1137.32 552.962 -1122.88 517.373C-1092.85 443.329 -1048.73 376.896 -991.754 319.909C-934.778 262.933 -868.334 218.816 -794.29 188.786C-758.702 174.359 -721.484 163.324 -683.679 156.003C-646.234 148.753 -607.871 145.071 -569.674 145.071C-531.476 145.071 -493.114 148.743 -455.669 156.003C-417.864 163.324 -380.646 174.348 -345.057 188.786C-271.013 218.816 -204.57 262.933 -147.594 319.909C-90.6169 376.886 -46.5002 443.329 -16.4702 517.373C-2.04297 552.962 8.99146 590.179 16.3132 627.985C23.563 665.43 27.2445 703.792 27.2445 741.99C27.2445 780.187 23.5732 818.55 16.3132 855.994C8.99146 893.8 -2.03271 931.018 -16.4702 966.606C-46.5002 1040.65 -90.6169 1107.08 -147.594 1164.07C-204.57 1221.05 -271.013 1265.16 -345.057 1295.19C-380.646 1309.62 -417.864 1320.66 -455.669 1327.98C-493.114 1335.23 -531.476 1338.91 -569.674 1338.91ZM-569.674 147.825C-607.696 147.825 -645.883 151.486 -683.163 158.704C-720.793 165.995 -757.846 176.968 -793.27 191.333C-866.973 221.219 -933.107 265.14 -989.826 321.859C-1046.54 378.577 -1090.46 444.711 -1120.35 518.415C-1134.72 553.838 -1145.7 590.881 -1152.98 628.521C-1160.2 665.801 -1163.86 703.978 -1163.86 742.01C-1163.86 780.043 -1160.2 818.22 -1152.98 855.499C-1145.69 893.13 -1134.72 930.182 -1120.35 965.606C-1090.47 1039.31 -1046.54 1105.44 -989.826 1162.16C-933.107 1218.88 -866.973 1262.79 -793.27 1292.69C-757.846 1307.05 -720.804 1318.04 -683.163 1325.32C-645.883 1332.54 -607.706 1336.2 -569.674 1336.2C-531.641 1336.2 -493.464 1332.54 -456.185 1325.32C-418.554 1318.03 -381.502 1307.05 -346.078 1292.69C-272.375 1262.8 -206.241 1218.88 -149.522 1162.16C-92.8032 1105.44 -48.8927 1039.31 -18.9967 965.606C-4.63135 930.182 6.35144 893.14 13.6321 855.499C20.8508 818.22 24.5118 780.043 24.5118 742.01C24.5118 703.978 20.8508 665.801 13.6321 628.521C6.34106 590.891 -4.63135 553.838 -18.9967 518.415C-48.8823 444.711 -92.8032 378.577 -149.522 321.859C-206.241 265.14 -272.375 221.229 -346.078 191.333C-381.502 176.968 -418.544 165.985 -456.185 158.704C-493.464 151.486 -531.641 147.825 -569.674 147.825Z' fill='%230025DF'/%3E%3Cpath d='M-569.674 1322.53C-606.83 1322.53 -644.13 1318.95 -680.554 1311.91C-717.328 1304.79 -753.515 1294.07 -788.134 1280.02C-860.146 1250.82 -924.764 1207.92 -980.173 1152.5C-1035.59 1097.08 -1078.49 1032.47 -1107.7 960.45C-1121.73 925.841 -1132.46 889.644 -1139.57 852.87C-1146.63 816.446 -1150.21 779.146 -1150.21 741.99C-1150.21 704.834 -1146.63 667.534 -1139.57 631.11C-1132.46 594.335 -1121.73 558.149 -1107.7 523.53C-1078.49 451.518 -1035.59 386.9 -980.173 331.491C-924.754 276.071 -860.146 233.171 -788.134 203.966C-753.525 189.931 -717.328 179.206 -680.554 172.08C-644.13 165.026 -606.83 161.458 -569.674 161.458C-532.518 161.458 -495.217 165.036 -458.794 172.08C-422.019 179.196 -385.833 189.921 -351.214 203.966C-279.202 233.171 -214.583 276.071 -159.164 331.491C-103.745 386.91 -60.8447 451.518 -31.6396 523.53C-17.6044 558.139 -6.87927 594.335 0.236328 631.11C7.29016 667.534 10.858 704.834 10.858 741.99C10.858 779.146 7.27979 816.446 0.236328 852.87C-6.87927 889.644 -17.6044 925.831 -31.6396 960.45C-60.8447 1032.46 -103.745 1097.08 -159.164 1152.5C-214.583 1207.92 -279.191 1250.82 -351.214 1280.02C-385.822 1294.06 -422.019 1304.78 -458.794 1311.91C-495.217 1318.96 -532.518 1322.53 -569.674 1322.53ZM-569.674 164.129C-606.654 164.129 -643.79 167.687 -680.048 174.71C-716.647 181.794 -752.679 192.478 -787.133 206.441C-858.816 235.512 -923.135 278.216 -978.296 333.388C-1033.46 388.55 -1076.17 452.869 -1105.24 524.551C-1119.22 559.005 -1129.89 595.037 -1136.97 631.636C-1144 667.895 -1147.56 705.03 -1147.56 742.011C-1147.56 778.991 -1144 816.127 -1136.97 852.385C-1129.89 888.984 -1119.21 925.016 -1105.24 959.47C-1076.17 1031.15 -1033.47 1095.47 -978.296 1150.63C-923.135 1205.79 -858.816 1248.51 -787.133 1277.58C-752.679 1291.55 -716.647 1302.23 -680.048 1309.31C-643.79 1316.33 -606.654 1319.89 -569.674 1319.89C-532.693 1319.89 -495.558 1316.33 -459.299 1309.31C-422.7 1302.23 -386.668 1291.54 -352.214 1277.58C-280.532 1248.51 -216.213 1205.8 -161.051 1150.63C-105.89 1095.47 -63.1753 1031.15 -34.1146 959.47C-20.1411 925.016 -9.46777 888.984 -2.38306 852.385C4.63977 816.127 8.19763 778.991 8.19763 742.011C8.19763 705.03 4.63977 667.895 -2.38306 631.636C-9.46777 595.037 -20.1515 559.005 -34.1146 524.551C-63.1855 452.869 -105.89 388.55 -161.051 333.388C-216.213 278.226 -280.532 235.512 -352.214 206.451C-386.668 192.478 -422.7 181.805 -459.299 174.72C-495.558 167.697 -532.693 164.139 -569.674 164.139V164.129Z' fill='%230025DF'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1326_33364'%3E%3Crect width='108' height='732' fill='white' transform='matrix(-1 0 0 1 108.326 0.0458984)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1326_33364'%3E%3Crect width='1980' height='1980' fill='white' transform='translate(-1559.67 -248)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
                background-size: cover;
                background-repeat: no-repeat;
            }

        .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-nav-arrow {
            z-index: 2;
            height: 56px;
            margin: 0;
            display: flex;
            width: 120px;
            position: absolute;
            bottom: 30px;
        }

            .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-nav-arrow .slider__control-prev,
            .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-nav-arrow .slider__control-next {
                position: relative;
                width: 56px;
                height: 56px;
                margin-right: 10px;
            }

                .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-nav-arrow .slider__control-prev:after,
                .fc2024 .image-gallery__horizontal-intro .image-gallery__intro-nav-arrow .slider__control-next:after {
                    display: none;
                }

    .fc2024 .image-gallery__vertical-section {
        background-color: #001CA8;
        padding: 100px 0;
    }

        .fc2024 .image-gallery__vertical-section a {
            color: #B8C4FF;
        }

            .fc2024 .image-gallery__vertical-section a:hover {
                color: #6c84ff;
            }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider {
            padding-left: 112px;
        }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider--item .image-gallery__vertical-slider--heading {
            font-size: 50px;
            letter-spacing: 0;
            line-height: 1.18519;
            color: #FFFFFF;
            padding-bottom: 21px;
        }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider--item .image-gallery__vertical-slider--description {
            color: #FFFFFF;
            font-size: 24px;
            letter-spacing: 0.2px;
            line-height: 1.41667;
            padding-bottom: 52px;
        }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider--item .image-gallery__vertical-slider--images-wrap .image-wrapper {
            padding-right: 30px;
            position: relative;
        }

            .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider--item .image-gallery__vertical-slider--images-wrap .image-wrapper:before {
                background-color: #B8C4FF;
                content: '';
                right: 0;
                top: 0;
                bottom: 0;
                position: absolute;
                width: 30px;
                height: 100%;
                background-size: cover;
                background-repeat: no-repeat;
            }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider--item .image-gallery__vertical-slider--images-wrap .image-item:nth-child(1) .image-wrapper:before {
            background-image: url("data:image/svg+xml,%3Csvg width='31' height='331' viewBox='0 0 31 331' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-333.096 287.152C-333.096 375.005 -257.791 446.224 -164.897 446.224C-72.0041 446.224 3.30078 375.005 3.30078 287.152C3.30078 199.299 -72.0041 128.08 -164.897 128.08C-257.791 128.08 -333.096 199.299 -333.096 287.152Z' stroke='%230025DF' stroke-width='3.09362' stroke-miterlimit='10'/%3E%3Cpath d='M-339.622 287.151C-339.622 378.414 -261.394 452.397 -164.895 452.397C-68.3959 452.397 9.83203 378.414 9.83203 287.151C9.83203 195.888 -68.3959 121.904 -164.895 121.904C-261.394 121.904 -339.622 195.888 -339.622 287.151Z' stroke='%230025DF' stroke-width='3.03049' stroke-miterlimit='10'/%3E%3Cpath d='M-346.144 287.151C-346.144 381.82 -264.996 458.565 -164.896 458.565C-64.7957 458.565 16.3516 381.82 16.3516 287.151C16.3516 192.483 -64.7957 115.738 -164.896 115.738C-264.996 115.738 -346.144 192.483 -346.144 287.151Z' stroke='%230025DF' stroke-width='2.97262' stroke-miterlimit='10'/%3E%3Cpath d='M-352.674 287.152C-352.674 385.231 -268.603 464.74 -164.897 464.74C-61.1914 464.74 22.8789 385.231 22.8789 287.152C22.8789 189.073 -61.1914 109.564 -164.897 109.564C-268.603 109.564 -352.674 189.073 -352.674 287.152Z' stroke='%230025DF' stroke-width='2.90948' stroke-miterlimit='10'/%3E%3Cpath d='M-359.192 287.151C-359.192 388.636 -272.202 470.906 -164.895 470.906C-57.5874 470.906 29.4023 388.636 29.4023 287.151C29.4023 185.666 -57.5874 103.396 -164.895 103.396C-272.202 103.396 -359.192 185.666 -359.192 287.151Z' stroke='%230025DF' stroke-width='2.84634' stroke-miterlimit='10'/%3E%3Cpath d='M-365.722 287.152C-365.722 392.047 -275.809 477.081 -164.896 477.081C-53.9831 477.081 35.9297 392.047 35.9297 287.152C35.9297 182.257 -53.9831 97.2227 -164.896 97.2227C-275.809 97.2227 -365.722 182.257 -365.722 287.152Z' stroke='%230025DF' stroke-width='2.78321' stroke-miterlimit='10'/%3E%3Cpath d='M-372.24 287.153C-372.24 395.453 -279.408 483.249 -164.893 483.249C-50.379 483.249 42.4531 395.453 42.4531 287.153C42.4531 178.852 -50.379 91.0566 -164.893 91.0566C-279.408 91.0566 -372.24 178.852 -372.24 287.153Z' stroke='%230025DF' stroke-width='2.72534' stroke-miterlimit='10'/%3E%3Cpath d='M-378.77 287.151C-378.77 398.862 -283.015 489.422 -164.895 489.422C-46.7747 489.422 48.9805 398.862 48.9805 287.151C48.9805 175.44 -46.7747 84.8809 -164.895 84.8809C-283.015 84.8809 -378.77 175.44 -378.77 287.151Z' stroke='%230025DF' stroke-width='2.6622' stroke-miterlimit='10'/%3E%3Cpath d='M-385.292 287.152C-385.292 402.269 -286.617 495.59 -164.896 495.59C-43.1746 495.59 55.5 402.269 55.5 287.152C55.5 172.035 -43.1746 78.7148 -164.896 78.7148C-286.617 78.7148 -385.292 172.035 -385.292 287.152Z' stroke='%230025DF' stroke-width='2.59907' stroke-miterlimit='10'/%3E%3Cpath d='M-391.822 287.153C-391.822 405.68 -290.224 501.765 -164.897 501.765C-39.5703 501.765 62.0273 405.68 62.0273 287.153C62.0273 168.626 -39.5703 72.541 -164.897 72.541C-290.224 72.541 -391.822 168.626 -391.822 287.153Z' stroke='%230025DF' stroke-width='2.53593' stroke-miterlimit='10'/%3E%3Cpath d='M-398.34 287.152C-398.34 409.084 -293.823 507.93 -164.895 507.93C-35.9662 507.93 68.5508 409.084 68.5508 287.152C68.5508 165.219 -35.9662 66.373 -164.895 66.373C-293.823 66.3731 -398.34 165.219 -398.34 287.152Z' stroke='%230025DF' stroke-width='2.47806' stroke-miterlimit='10'/%3E%3Cpath d='M-404.862 287.153C-404.862 412.491 -297.425 514.098 -164.896 514.098C-32.3661 514.098 75.0703 412.491 75.0703 287.153C75.0703 161.814 -32.3661 60.207 -164.896 60.207C-297.425 60.207 -404.862 161.814 -404.862 287.153Z' stroke='%230025DF' stroke-width='2.41492' stroke-miterlimit='10'/%3E%3Cpath d='M-411.388 287.151C-411.388 415.9 -301.028 520.271 -164.893 520.271C-28.7579 520.271 81.6016 415.9 81.6016 287.151C81.6016 158.403 -28.7579 54.0313 -164.893 54.0313C-301.029 54.0313 -411.388 158.403 -411.388 287.151Z' stroke='%230025DF' stroke-width='2.35179' stroke-miterlimit='10'/%3E%3Cpath d='M-417.914 287.152C-417.914 419.307 -304.635 526.439 -164.898 526.439C-25.1617 526.439 88.1172 419.307 88.1172 287.152C88.1172 154.998 -25.1617 47.8652 -164.898 47.8652C-304.635 47.8652 -417.914 154.998 -417.914 287.152Z' stroke='%230025DF' stroke-width='2.28865' stroke-miterlimit='10'/%3E%3Cpath d='M-424.44 287.153C-424.44 422.717 -308.238 532.614 -164.896 532.614C-21.5534 532.614 94.6484 422.717 94.6484 287.153C94.6484 151.588 -21.5535 41.6914 -164.896 41.6914C-308.238 41.6914 -424.44 151.588 -424.44 287.153Z' stroke='%230025DF' stroke-width='2.23078' stroke-miterlimit='10'/%3E%3Cpath d='M-430.962 287.154C-430.962 426.124 -311.84 538.782 -164.897 538.782C-17.9533 538.782 101.168 426.124 101.168 287.154C101.168 148.183 -17.9533 35.5254 -164.897 35.5254C-311.84 35.5254 -430.962 148.183 -430.962 287.154Z' stroke='%230025DF' stroke-width='2.16764' stroke-miterlimit='10'/%3E%3Cpath d='M-437.488 287.15C-437.488 429.531 -315.444 544.953 -164.894 544.953C-14.3451 544.953 107.699 429.531 107.699 287.15C107.699 144.77 -14.3451 29.3477 -164.894 29.3477C-315.444 29.3477 -437.488 144.77 -437.488 287.15Z' stroke='%230025DF' stroke-width='2.10451' stroke-miterlimit='10'/%3E%3Cpath d='M-444.014 287.151C-444.014 432.938 -319.05 551.121 -164.899 551.121C-10.7489 551.121 114.215 432.938 114.215 287.151C114.215 141.365 -10.7489 23.1816 -164.899 23.1816C-319.05 23.1816 -444.014 141.365 -444.014 287.151Z' stroke='%230025DF' stroke-width='2.04137' stroke-miterlimit='10'/%3E%3Cpath d='M-450.54 287.152C-450.54 436.349 -322.653 557.296 -164.897 557.296C-7.14066 557.296 120.746 436.349 120.746 287.152C120.746 137.956 -7.14066 17.0078 -164.897 17.0078C-322.653 17.0078 -450.54 137.956 -450.54 287.152Z' stroke='%230025DF' stroke-width='1.97824' stroke-miterlimit='10'/%3E%3Cpath d='M-457.062 287.153C-457.062 439.755 -326.256 563.464 -164.898 563.464C-3.54051 563.464 127.266 439.755 127.266 287.153C127.266 134.55 -3.54051 10.8418 -164.898 10.8418C-326.256 10.8418 -457.062 134.55 -457.062 287.153Z' stroke='%230025DF' stroke-width='1.92036' stroke-miterlimit='10'/%3E%3Cpath d='M-463.588 287.152C-463.588 443.164 -329.859 569.637 -164.896 569.637C0.0676799 569.637 133.797 443.164 133.797 287.152C133.797 131.139 0.0676727 4.66602 -164.896 4.66602C-329.859 4.66602 -463.588 131.139 -463.588 287.152Z' stroke='%230025DF' stroke-width='1.85723' stroke-miterlimit='10'/%3E%3Cpath d='M-470.11 287.152C-470.11 446.571 -333.461 575.805 -164.897 575.805C3.66784 575.805 140.316 446.571 140.316 287.152C140.316 127.734 3.66783 -1.5 -164.897 -1.5C-333.461 -1.49999 -470.11 127.734 -470.11 287.152Z' stroke='%230025DF' stroke-width='1.79409' stroke-miterlimit='10'/%3E%3Cpath d='M-476.64 287.151C-476.64 449.98 -337.069 581.978 -164.898 581.978C7.27215 581.978 146.844 449.98 146.844 287.151C146.844 124.323 7.27214 -7.67578 -164.898 -7.67578C-337.069 -7.67578 -476.64 124.323 -476.64 287.151Z' stroke='%230025DF' stroke-width='1.73096' stroke-miterlimit='10'/%3E%3Cpath d='M-483.158 287.152C-483.158 453.386 -340.667 588.146 -164.895 588.146C10.8762 588.146 153.367 453.386 153.367 287.152C153.367 120.918 10.8762 -13.8418 -164.895 -13.8418C-340.667 -13.8418 -483.158 120.918 -483.158 287.152Z' stroke='%230025DF' stroke-width='1.67308' stroke-miterlimit='10'/%3E%3Cpath d='M-489.68 287.151C-489.68 456.791 -344.269 594.311 -164.896 594.311C14.4763 594.311 159.887 456.791 159.887 287.151C159.887 117.511 14.4763 -20.0098 -164.896 -20.0098C-344.269 -20.0098 -489.68 117.511 -489.68 287.151Z' stroke='%230025DF' stroke-width='1.60995' stroke-miterlimit='10'/%3E%3Cpath d='M-496.21 287.152C-496.21 460.202 -347.877 600.487 -164.898 600.487C18.0806 600.487 166.414 460.202 166.414 287.152C166.414 114.101 18.0806 -26.1836 -164.898 -26.1836C-347.877 -26.1836 -496.21 114.101 -496.21 287.152Z' stroke='%230025DF' stroke-width='1.54681' stroke-miterlimit='10'/%3E%3Cpath d='M-502.732 287.152C-502.732 463.608 -351.479 606.654 -164.899 606.654C21.6808 606.654 172.934 463.608 172.934 287.152C172.934 110.696 21.6808 -32.3496 -164.899 -32.3496C-351.479 -32.3496 -502.732 110.696 -502.732 287.152Z' stroke='%230025DF' stroke-width='1.48368' stroke-miterlimit='10'/%3E%3Cpath d='M-509.258 287.151C-509.258 467.017 -355.082 612.828 -164.897 612.828C25.289 612.828 179.465 467.017 179.465 287.151C179.465 107.285 25.289 -38.5254 -164.897 -38.5254C-355.082 -38.5254 -509.258 107.285 -509.258 287.151Z' stroke='%230025DF' stroke-width='1.4258' stroke-miterlimit='10'/%3E%3Cpath d='M-515.776 287.152C-515.776 470.424 -358.681 618.995 -164.894 618.995C28.8931 618.995 185.988 470.424 185.988 287.152C185.988 103.88 28.8931 -44.6914 -164.894 -44.6914C-358.681 -44.6914 -515.776 103.88 -515.776 287.152Z' stroke='%230025DF' stroke-width='1.36267' stroke-miterlimit='10'/%3E%3Cpath d='M-522.306 287.151C-522.306 473.833 -362.288 625.169 -164.895 625.169C32.4974 625.169 192.516 473.833 192.516 287.151C192.516 100.469 32.4974 -50.8672 -164.895 -50.8672C-362.288 -50.8672 -522.306 100.469 -522.306 287.151Z' stroke='%230025DF' stroke-width='1.29953' stroke-miterlimit='10'/%3E%3Cpath d='M-528.828 287.154C-528.828 477.242 -365.89 631.338 -164.896 631.338C36.0975 631.338 199.035 477.242 199.035 287.154C199.035 97.0655 36.0975 -57.0312 -164.896 -57.0312C-365.89 -57.0312 -528.828 97.0655 -528.828 287.154Z' stroke='%230025DF' stroke-width='1.2364' stroke-miterlimit='10'/%3E%3Cpath d='M-535.354 287.152C-535.354 480.65 -369.493 637.512 -164.894 637.512C39.7057 637.512 205.566 480.65 205.566 287.152C205.566 93.6542 39.7057 -63.207 -164.894 -63.207C-369.493 -63.207 -535.354 93.6542 -535.354 287.152Z' stroke='%230025DF' stroke-width='1.17852' stroke-miterlimit='10'/%3E%3Cpath d='M-541.876 287.151C-541.876 484.055 -373.096 643.677 -164.895 643.677C43.3058 643.677 212.086 484.055 212.086 287.151C212.086 90.2472 43.3058 -69.375 -164.895 -69.375C-373.096 -69.375 -541.876 90.2472 -541.876 287.151Z' stroke='%230025DF' stroke-width='1.11539' stroke-miterlimit='10'/%3E%3Cpath d='M-548.406 287.152C-548.406 487.466 -376.703 649.853 -164.896 649.853C46.9101 649.853 218.613 487.466 218.613 287.152C218.613 86.8378 46.9101 -75.5488 -164.896 -75.5488C-376.703 -75.5488 -548.406 86.8378 -548.406 287.152Z' stroke='%230025DF' stroke-width='1.05225' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
        }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider--item .image-gallery__vertical-slider--images-wrap .image-item:nth-child(2) .image-wrapper:before {
            background-image: url("data:image/svg+xml,%3Csvg width='31' height='331' viewBox='0 0 31 331' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.273438 3.83398H163.819' stroke='%230025DF' stroke-width='0.503249' stroke-miterlimit='10'/%3E%3Cpath d='M-0.273438 9.66211H163.818' stroke='%230025DF' stroke-width='0.548792' stroke-miterlimit='10'/%3E%3Cpath d='M-0.269531 15.4902H163.823' stroke='%230025DF' stroke-width='0.593196' stroke-miterlimit='10'/%3E%3Cpath d='M-0.265625 21.3164H163.826' stroke='%230025DF' stroke-width='0.638739' stroke-miterlimit='10'/%3E%3Cpath d='M-0.265625 27.1445H163.826' stroke='%230025DF' stroke-width='0.684282' stroke-miterlimit='10'/%3E%3Cpath d='M-0.261719 32.9707H163.83' stroke='%230025DF' stroke-width='0.728686' stroke-miterlimit='10'/%3E%3Cpath d='M-0.261719 38.8008H163.83' stroke='%230025DF' stroke-width='0.774229' stroke-miterlimit='10'/%3E%3Cpath d='M-0.257812 44.6289H163.834' stroke='%230025DF' stroke-width='0.818634' stroke-miterlimit='10'/%3E%3Cpath d='M-0.257812 50.457H163.834' stroke='%230025DF' stroke-width='0.864177' stroke-miterlimit='10'/%3E%3Cpath d='M-0.25 56.2832H163.841' stroke='%230025DF' stroke-width='0.909719' stroke-miterlimit='10'/%3E%3Cpath d='M-0.25 62.1113H163.842' stroke='%230025DF' stroke-width='0.954124' stroke-miterlimit='10'/%3E%3Cpath d='M-0.25 67.9395H163.842' stroke='%230025DF' stroke-width='0.999667' stroke-miterlimit='10'/%3E%3Cpath d='M-0.242188 73.7656H163.849' stroke='%230025DF' stroke-width='1.04407' stroke-miterlimit='10'/%3E%3Cpath d='M-0.242188 79.5957H163.85' stroke='%230025DF' stroke-width='1.08961' stroke-miterlimit='10'/%3E%3Cpath d='M-0.242188 85.4219H163.85' stroke='%230025DF' stroke-width='1.13516' stroke-miterlimit='10'/%3E%3Cpath d='M-0.238281 91.25H163.853' stroke='%230025DF' stroke-width='1.17956' stroke-miterlimit='10'/%3E%3Cpath d='M-0.234375 97.0762H163.858' stroke='%230025DF' stroke-width='1.2251' stroke-miterlimit='10'/%3E%3Cpath d='M-0.234375 102.904H163.857' stroke='%230025DF' stroke-width='1.26951' stroke-miterlimit='10'/%3E%3Cpath d='M-0.230469 108.732H163.861' stroke='%230025DF' stroke-width='1.31505' stroke-miterlimit='10'/%3E%3Cpath d='M-0.226562 114.561H163.866' stroke='%230025DF' stroke-width='1.35946' stroke-miterlimit='10'/%3E%3Cpath d='M-0.226562 120.389H163.865' stroke='%230025DF' stroke-width='1.405' stroke-miterlimit='10'/%3E%3Cpath d='M-0.222656 126.217H163.869' stroke='%230025DF' stroke-width='1.45054' stroke-miterlimit='10'/%3E%3Cpath d='M-0.222656 132.043H163.869' stroke='%230025DF' stroke-width='1.49495' stroke-miterlimit='10'/%3E%3Cpath d='M-0.21875 137.873H163.873' stroke='%230025DF' stroke-width='1.54049' stroke-miterlimit='10'/%3E%3Cpath d='M-0.21875 143.699H163.873' stroke='%230025DF' stroke-width='1.58603' stroke-miterlimit='10'/%3E%3Cpath d='M-0.214844 149.527H163.877' stroke='%230025DF' stroke-width='1.63044' stroke-miterlimit='10'/%3E%3Cpath d='M-0.210938 155.355H163.88' stroke='%230025DF' stroke-width='1.67598' stroke-miterlimit='10'/%3E%3Cpath d='M-0.210938 161.184H163.881' stroke='%230025DF' stroke-width='1.72038' stroke-miterlimit='10'/%3E%3Cpath d='M-0.203125 167.012H163.888' stroke='%230025DF' stroke-width='1.76593' stroke-miterlimit='10'/%3E%3Cpath d='M-0.203125 172.84H163.888' stroke='%230025DF' stroke-width='1.81033' stroke-miterlimit='10'/%3E%3Cpath d='M-0.203125 178.664H163.889' stroke='%230025DF' stroke-width='1.85587' stroke-miterlimit='10'/%3E%3Cpath d='M-0.199219 184.494H163.892' stroke='%230025DF' stroke-width='1.90142' stroke-miterlimit='10'/%3E%3Cpath d='M-0.195312 190.322H163.897' stroke='%230025DF' stroke-width='1.94582' stroke-miterlimit='10'/%3E%3Cpath d='M-0.195312 196.15H163.897' stroke='%230025DF' stroke-width='1.99136' stroke-miterlimit='10'/%3E%3Cpath d='M-0.191406 201.977H163.9' stroke='%230025DF' stroke-width='2.03577' stroke-miterlimit='10'/%3E%3Cpath d='M-0.1875 207.805H163.905' stroke='%230025DF' stroke-width='2.08131' stroke-miterlimit='10'/%3E%3Cpath d='M-0.1875 213.631H163.905' stroke='%230025DF' stroke-width='2.12685' stroke-miterlimit='10'/%3E%3Cpath d='M-0.183594 219.459H163.908' stroke='%230025DF' stroke-width='2.17126' stroke-miterlimit='10'/%3E%3Cpath d='M-0.179688 225.287H163.912' stroke='%230025DF' stroke-width='2.2168' stroke-miterlimit='10'/%3E%3Cpath d='M-0.179688 231.115H163.912' stroke='%230025DF' stroke-width='2.2612' stroke-miterlimit='10'/%3E%3Cpath d='M-0.179688 236.943H163.912' stroke='%230025DF' stroke-width='2.30675' stroke-miterlimit='10'/%3E%3Cpath d='M-0.171875 242.77H163.92' stroke='%230025DF' stroke-width='2.35229' stroke-miterlimit='10'/%3E%3Cpath d='M-0.171875 248.6H163.919' stroke='%230025DF' stroke-width='2.3967' stroke-miterlimit='10'/%3E%3Cpath d='M-0.171875 254.428H163.92' stroke='%230025DF' stroke-width='2.44224' stroke-miterlimit='10'/%3E%3Cpath d='M-0.167969 260.254H163.924' stroke='%230025DF' stroke-width='2.48664' stroke-miterlimit='10'/%3E%3Cpath d='M-0.164062 266.082H163.927' stroke='%230025DF' stroke-width='2.53219' stroke-miterlimit='10'/%3E%3Cpath d='M-0.164062 271.91H163.928' stroke='%230025DF' stroke-width='2.57773' stroke-miterlimit='10'/%3E%3Cpath d='M-0.160156 277.736H163.932' stroke='%230025DF' stroke-width='2.62213' stroke-miterlimit='10'/%3E%3Cpath d='M-0.15625 283.566H163.935' stroke='%230025DF' stroke-width='2.66768' stroke-miterlimit='10'/%3E%3Cpath d='M-0.15625 289.393H163.936' stroke='%230025DF' stroke-width='2.71208' stroke-miterlimit='10'/%3E%3Cpath d='M-0.152344 295.221H163.939' stroke='%230025DF' stroke-width='2.75762' stroke-miterlimit='10'/%3E%3Cpath d='M-0.148438 301.049H163.943' stroke='%230025DF' stroke-width='2.80317' stroke-miterlimit='10'/%3E%3Cpath d='M-0.148438 306.877H163.944' stroke='%230025DF' stroke-width='2.84757' stroke-miterlimit='10'/%3E%3Cpath d='M-0.144531 312.705H163.947' stroke='%230025DF' stroke-width='2.89311' stroke-miterlimit='10'/%3E%3Cpath d='M-0.140625 318.531H163.951' stroke='%230025DF' stroke-width='2.93752' stroke-miterlimit='10'/%3E%3Cpath d='M-0.140625 324.359H163.951' stroke='%230025DF' stroke-width='2.98306' stroke-miterlimit='10'/%3E%3Cpath d='M-0.140625 330.186H163.951' stroke='%230025DF' stroke-width='3.0286' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
        }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider--item .image-gallery__vertical-slider--images-wrap .image-item:nth-child(3) .image-wrapper:before {
            background-image: url("data:image/svg+xml,%3Csvg width='31' height='331' viewBox='0 0 31 331' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-331.459 74.1519C-331.459 162.005 -256.154 233.224 -163.261 233.224C-70.3674 233.224 4.9375 162.005 4.9375 74.1519C4.9375 -13.701 -70.3674 -84.9199 -163.261 -84.9199C-256.154 -84.9199 -331.459 -13.701 -331.459 74.1519Z' stroke='%230025DF' stroke-width='3.09362' stroke-miterlimit='10'/%3E%3Cpath d='M-337.985 74.1507C-337.985 165.414 -259.757 239.397 -163.258 239.397C-66.7592 239.397 11.4688 165.414 11.4688 74.1507C11.4688 -17.1124 -66.7592 -91.0957 -163.258 -91.0957C-259.757 -91.0957 -337.985 -17.1124 -337.985 74.1507Z' stroke='%230025DF' stroke-width='3.03049' stroke-miterlimit='10'/%3E%3Cpath d='M-344.507 74.1515C-344.507 168.82 -263.36 245.565 -163.259 245.565C-63.159 245.565 17.9883 168.82 17.9883 74.1515C17.9883 -20.5174 -63.159 -97.2617 -163.259 -97.2617C-263.36 -97.2617 -344.507 -20.5174 -344.507 74.1515Z' stroke='%230025DF' stroke-width='2.97262' stroke-miterlimit='10'/%3E%3Cpath d='M-351.037 74.1522C-351.037 172.231 -266.967 251.74 -163.261 251.74C-59.5547 251.74 24.5156 172.231 24.5156 74.1522C24.5156 -23.9268 -59.5547 -103.436 -163.261 -103.436C-266.967 -103.436 -351.037 -23.9268 -351.037 74.1522Z' stroke='%230025DF' stroke-width='2.90948' stroke-miterlimit='10'/%3E%3Cpath d='M-357.555 74.1511C-357.555 175.636 -270.565 257.906 -163.258 257.906C-55.9507 257.906 31.0391 175.636 31.0391 74.151C31.0391 -27.3338 -55.9507 -109.604 -163.258 -109.604C-270.565 -109.604 -357.555 -27.3338 -357.555 74.1511Z' stroke='%230025DF' stroke-width='2.84634' stroke-miterlimit='10'/%3E%3Cpath d='M-364.085 74.1518C-364.085 179.047 -274.172 264.081 -163.259 264.081C-52.3464 264.081 37.5664 179.047 37.5664 74.1517C37.5664 -30.7432 -52.3464 -115.777 -163.259 -115.777C-274.172 -115.777 -364.085 -30.7432 -364.085 74.1518Z' stroke='%230025DF' stroke-width='2.78321' stroke-miterlimit='10'/%3E%3Cpath d='M-370.603 74.1526C-370.603 182.453 -277.771 270.249 -163.257 270.249C-48.7423 270.249 44.0898 182.453 44.0898 74.1526C44.0898 -34.1482 -48.7423 -121.943 -163.257 -121.943C-277.771 -121.943 -370.603 -34.1482 -370.603 74.1526Z' stroke='%230025DF' stroke-width='2.72534' stroke-miterlimit='10'/%3E%3Cpath d='M-377.133 74.1513C-377.133 185.862 -281.378 276.422 -163.258 276.422C-45.138 276.422 50.6172 185.862 50.6172 74.1513C50.6172 -37.5596 -45.138 -128.119 -163.258 -128.119C-281.378 -128.119 -377.133 -37.5596 -377.133 74.1513Z' stroke='%230025DF' stroke-width='2.6622' stroke-miterlimit='10'/%3E%3Cpath d='M-383.655 74.1522C-383.655 189.269 -284.98 282.59 -163.259 282.59C-41.5379 282.59 57.1367 189.269 57.1367 74.1522C57.1367 -40.9646 -41.5379 -134.285 -163.259 -134.285C-284.98 -134.285 -383.655 -40.9646 -383.655 74.1522Z' stroke='%230025DF' stroke-width='2.59907' stroke-miterlimit='10'/%3E%3Cpath d='M-390.185 74.1529C-390.185 192.68 -288.588 288.765 -163.261 288.765C-37.9336 288.765 63.6641 192.68 63.6641 74.1528C63.6641 -44.374 -37.9336 -140.459 -163.261 -140.459C-288.588 -140.459 -390.185 -44.374 -390.185 74.1529Z' stroke='%230025DF' stroke-width='2.53593' stroke-miterlimit='10'/%3E%3Cpath d='M-396.703 74.1517C-396.703 196.084 -292.186 294.93 -163.258 294.93C-34.3295 294.93 70.1875 196.084 70.1875 74.1517C70.1875 -47.781 -34.3295 -146.627 -163.258 -146.627C-292.186 -146.627 -396.703 -47.781 -396.703 74.1517Z' stroke='%230025DF' stroke-width='2.47806' stroke-miterlimit='10'/%3E%3Cpath d='M-403.225 74.1525C-403.225 199.491 -295.788 301.098 -163.259 301.098C-30.7294 301.098 76.707 199.491 76.707 74.1525C76.707 -51.186 -30.7294 -152.793 -163.259 -152.793C-295.788 -152.793 -403.225 -51.186 -403.225 74.1525Z' stroke='%230025DF' stroke-width='2.41492' stroke-miterlimit='10'/%3E%3Cpath d='M-409.751 74.1513C-409.751 202.9 -299.392 307.271 -163.256 307.271C-27.1212 307.271 83.2383 202.9 83.2383 74.1513C83.2383 -54.5973 -27.1212 -158.969 -163.256 -158.969C-299.392 -158.969 -409.751 -54.5973 -409.751 74.1513Z' stroke='%230025DF' stroke-width='2.35179' stroke-miterlimit='10'/%3E%3Cpath d='M-416.277 74.1522C-416.277 206.307 -302.998 313.439 -163.261 313.439C-23.5249 313.439 89.7539 206.307 89.7539 74.1522C89.7539 -58.0024 -23.525 -165.135 -163.262 -165.135C-302.998 -165.135 -416.277 -58.0024 -416.277 74.1522Z' stroke='%230025DF' stroke-width='2.28865' stroke-miterlimit='10'/%3E%3Cpath d='M-422.803 74.1528C-422.803 209.717 -306.601 319.614 -163.259 319.614C-19.9167 319.614 96.2852 209.717 96.2852 74.1528C96.2852 -61.4118 -19.9167 -171.309 -163.259 -171.309C-306.601 -171.309 -422.803 -61.4118 -422.803 74.1528Z' stroke='%230025DF' stroke-width='2.23078' stroke-miterlimit='10'/%3E%3Cpath d='M-429.325 74.1537C-429.325 213.124 -310.204 325.782 -163.26 325.782C-16.3166 325.782 102.805 213.124 102.805 74.1537C102.805 -64.8168 -16.3166 -177.475 -163.26 -177.475C-310.204 -177.475 -429.325 -64.8168 -429.325 74.1537Z' stroke='%230025DF' stroke-width='2.16764' stroke-miterlimit='10'/%3E%3Cpath d='M-435.851 74.1505C-435.851 216.531 -313.807 331.953 -163.258 331.953C-12.7084 331.953 109.336 216.531 109.336 74.1505C109.336 -68.2301 -12.7084 -183.652 -163.258 -183.652C-313.807 -183.652 -435.851 -68.2301 -435.851 74.1505Z' stroke='%230025DF' stroke-width='2.10451' stroke-miterlimit='10'/%3E%3Cpath d='M-442.377 74.1513C-442.377 219.938 -317.413 338.121 -163.263 338.121C-9.11216 338.121 115.852 219.938 115.852 74.1513C115.852 -71.6351 -9.11217 -189.818 -163.263 -189.818C-317.413 -189.818 -442.377 -71.6351 -442.377 74.1513Z' stroke='%230025DF' stroke-width='2.04137' stroke-miterlimit='10'/%3E%3Cpath d='M-448.903 74.1521C-448.903 223.349 -321.017 344.296 -163.26 344.296C-5.50394 344.296 122.383 223.349 122.383 74.1521C122.383 -75.0445 -5.50394 -195.992 -163.26 -195.992C-321.017 -195.992 -448.903 -75.0445 -448.903 74.1521Z' stroke='%230025DF' stroke-width='1.97824' stroke-miterlimit='10'/%3E%3Cpath d='M-455.425 74.1528C-455.425 226.755 -324.619 350.464 -163.261 350.464C-1.90379 350.464 128.902 226.755 128.902 74.1528C128.902 -78.4495 -1.90379 -202.158 -163.261 -202.158C-324.619 -202.158 -455.425 -78.4495 -455.425 74.1528Z' stroke='%230025DF' stroke-width='1.92036' stroke-miterlimit='10'/%3E%3Cpath d='M-461.951 74.1516C-461.951 230.164 -328.222 356.637 -163.259 356.637C1.7044 356.637 135.434 230.164 135.434 74.1516C135.434 -81.8609 1.70439 -208.334 -163.259 -208.334C-328.222 -208.334 -461.951 -81.8609 -461.951 74.1516Z' stroke='%230025DF' stroke-width='1.85723' stroke-miterlimit='10'/%3E%3Cpath d='M-468.473 74.1524C-468.473 233.571 -331.825 362.805 -163.26 362.805C5.30456 362.805 141.953 233.571 141.953 74.1524C141.953 -85.2659 5.30455 -214.5 -163.26 -214.5C-331.825 -214.5 -468.473 -85.2659 -468.473 74.1524Z' stroke='%230025DF' stroke-width='1.79409' stroke-miterlimit='10'/%3E%3Cpath d='M-475 74.1512C-475 236.98 -335.428 368.978 -163.258 368.978C8.91277 368.978 148.484 236.98 148.484 74.1512C148.484 -88.6773 8.91277 -220.676 -163.258 -220.676C-335.428 -220.676 -475 -88.6773 -475 74.1512Z' stroke='%230025DF' stroke-width='1.73096' stroke-miterlimit='10'/%3E%3Cpath d='M-481.521 74.152C-481.521 240.386 -339.03 375.146 -163.259 375.146C12.5129 375.146 155.004 240.386 155.004 74.1519C155.004 -92.0823 12.5129 -226.842 -163.259 -226.842C-339.03 -226.842 -481.521 -92.0823 -481.521 74.152Z' stroke='%230025DF' stroke-width='1.67308' stroke-miterlimit='10'/%3E%3Cpath d='M-488.043 74.1509C-488.043 243.791 -342.633 381.311 -163.26 381.311C16.1131 381.311 161.523 243.791 161.523 74.1508C161.523 -95.4893 16.1131 -233.01 -163.26 -233.01C-342.633 -233.01 -488.043 -95.4893 -488.043 74.1509Z' stroke='%230025DF' stroke-width='1.60995' stroke-miterlimit='10'/%3E%3Cpath d='M-494.573 74.1516C-494.573 247.202 -346.24 387.487 -163.261 387.487C19.7174 387.487 168.051 247.202 168.051 74.1516C168.051 -98.8987 19.7173 -239.184 -163.261 -239.184C-346.24 -239.184 -494.573 -98.8987 -494.573 74.1516Z' stroke='%230025DF' stroke-width='1.54681' stroke-miterlimit='10'/%3E%3Cpath d='M-501.095 74.1524C-501.095 250.608 -349.842 393.654 -163.262 393.654C23.3175 393.654 174.57 250.608 174.57 74.1524C174.57 -102.304 23.3175 -245.35 -163.262 -245.35C-349.842 -245.35 -501.095 -102.304 -501.095 74.1524Z' stroke='%230025DF' stroke-width='1.48368' stroke-miterlimit='10'/%3E%3Cpath d='M-507.621 74.1511C-507.621 254.017 -353.445 399.828 -163.26 399.828C26.9257 399.828 181.102 254.017 181.102 74.1511C181.102 -105.715 26.9257 -251.525 -163.26 -251.525C-353.445 -251.525 -507.621 -105.715 -507.621 74.1511Z' stroke='%230025DF' stroke-width='1.4258' stroke-miterlimit='10'/%3E%3Cpath d='M-514.139 74.152C-514.139 257.424 -357.044 405.995 -163.257 405.995C30.5298 405.995 187.625 257.424 187.625 74.1519C187.625 -109.12 30.5298 -257.691 -163.257 -257.691C-357.044 -257.691 -514.139 -109.12 -514.139 74.152Z' stroke='%230025DF' stroke-width='1.36267' stroke-miterlimit='10'/%3E%3Cpath d='M-520.669 74.1507C-520.669 260.833 -360.651 412.169 -163.258 412.169C34.1341 412.169 194.152 260.833 194.152 74.1507C194.152 -112.531 34.1341 -263.867 -163.258 -263.867C-360.651 -263.867 -520.669 -112.531 -520.669 74.1507Z' stroke='%230025DF' stroke-width='1.29953' stroke-miterlimit='10'/%3E%3Cpath d='M-527.191 74.1536C-527.191 264.242 -364.253 418.338 -163.26 418.338C37.7342 418.338 200.672 264.242 200.672 74.1536C200.672 -115.934 37.7342 -270.031 -163.26 -270.031C-364.253 -270.031 -527.191 -115.934 -527.191 74.1536Z' stroke='%230025DF' stroke-width='1.2364' stroke-miterlimit='10'/%3E%3Cpath d='M-533.717 74.1523C-533.717 267.65 -367.857 424.512 -163.257 424.512C41.3424 424.512 207.203 267.65 207.203 74.1523C207.203 -119.346 41.3424 -276.207 -163.257 -276.207C-367.857 -276.207 -533.717 -119.346 -533.717 74.1523Z' stroke='%230025DF' stroke-width='1.17852' stroke-miterlimit='10'/%3E%3Cpath d='M-540.239 74.1512C-540.239 271.055 -371.459 430.677 -163.258 430.677C44.9426 430.677 213.723 271.055 213.723 74.1512C213.723 -122.753 44.9426 -282.375 -163.258 -282.375C-371.459 -282.375 -540.239 -122.753 -540.239 74.1512Z' stroke='%230025DF' stroke-width='1.11539' stroke-miterlimit='10'/%3E%3Cpath d='M-546.77 74.1519C-546.77 274.466 -375.066 436.853 -163.26 436.853C48.5469 436.853 220.25 274.466 220.25 74.1519C220.25 -126.162 48.5468 -288.549 -163.26 -288.549C-375.066 -288.549 -546.77 -126.162 -546.77 74.1519Z' stroke='%230025DF' stroke-width='1.05225' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
        }

        .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider .slick-dots {
            position: absolute;
            bottom: 0;
            display: flex !important;
            width: 12px;
            padding: 0;
            margin: 0;
            list-style: none;
            text-align: center;
            left: 0;
            height: 100%;
            align-content: center;
            flex-wrap: wrap;
        }

            .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider .slick-dots li {
                position: relative;
                display: block;
                width: 100%;
                height: 12px;
                margin: 4px 0;
                padding: 0;
                cursor: pointer;
                background-color: #B8C4FF;
                -webkit-border-radius: 999px;
                -moz-border-radius: 999px;
                border-radius: 999px;
                -moz-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

                .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider .slick-dots li.slick-active {
                    background-color: #FFFFFF;
                    height: 240px;
                }

                .fc2024 .image-gallery__vertical-section .image-gallery__vertical-slider .slick-dots li:hover {
                    background-color: #FFFFFF;
                }

.market-overview__section {
    padding: 100px 0;
}

    .market-overview__section .container--carousel {
        max-width: 1312px;
        margin: auto;
        width: 95%;
    }

        .market-overview__section .container--carousel .glider-track {
            gap: 24px;
            max-height: 437px !important;
        }

.market-overview__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}

    .market-overview__header h2 {
        font-size: 32px;
        letter-spacing: 0.5px;
        line-height: 1.3125;
    }

.fc2024 .btn {
    width: fit-content;
    font-weight: 700;
}

.market-overview__item--inner {
    height: 100%;
}

.market-overview__slider-image {
    height: 100%;
}

    .market-overview__slider-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.market-overview__card {
    position: relative !important;
    height: 437px;
    opacity: 1 !important;
    border: 0 !important;
    top: unset;
    left: unset;
}

    .market-overview__card:hover .market-overview__product-title--content {
        display: block !important;
    }

    .market-overview__card.consumer {
        background-color: #FFE0C9;
    }

        .market-overview__card.consumer .pattern--linear-standard,
        .market-overview__card.consumer .pattern--radical {
            background-color: #F69F6E;
        }

    .market-overview__card.transportation, .market-overview__card.automotive {
        background-color: #F1F0ED;
    }

        .market-overview__card.transportation .pattern--linear-standard,
        .market-overview__card.transportation .pattern--radical, .market-overview__card.automotive .pattern--linear-standard,
        .market-overview__card.automotive .pattern--radical {
            background-color: #E1DDD7;
        }

    .market-overview__card.construction {
        background-color: #F4E5E4;
    }

        .market-overview__card.construction .pattern--linear-standard,
        .market-overview__card.construction .pattern--radical {
            background-color: #C89F9C;
        }

    .market-overview__card.electronics {
        background-color: #DCE9F3;
    }

        .market-overview__card.electronics .pattern--linear-standard,
        .market-overview__card.electronics .pattern--radical {
            background-color: #92BCD1;
        }

    .market-overview__card.industrials {
        background-color: #FAF2D6;
    }

        .market-overview__card.industrials .pattern--linear-standard,
        .market-overview__card.industrials .pattern--radical {
            background-color: #F8E191;
        }

    .market-overview__card.retail-advertisement {
        background-color: #E6F3E9;
    }

        .market-overview__card.retail-advertisement .pattern--linear-standard,
        .market-overview__card.retail-advertisement .pattern--radical {
            background-color: #9BCEA6;
        }

    .market-overview__card.healthcare {
        background-color: #D8EDEE;
    }

        .market-overview__card.healthcare .pattern--linear-standard,
        .market-overview__card.healthcare .pattern--radical {
            background-color: #A2D6D9;
        }

    .market-overview__card.packaging {
        background-color: #E5DAF3;
    }

        .market-overview__card.packaging .pattern--linear-standard,
        .market-overview__card.packaging .pattern--radical {
            background-color: #B9A6D2;
        }

    .market-overview__card.consumerDurables-bg {
        background: #FFE0C9 !important;
    }

        .market-overview__card.consumerDurables-bg .pattern--linear-standard,
        .market-overview__card.consumerDurables-bg .pattern--radical {
            background-color: #F69F6E;
        }

    .market-overview__card.transportation-bg, .market-overview__card.automotive-bg {
        background: #F1F0ED !important;
    }

        .market-overview__card.transportation-bg .pattern--linear-standard,
        .market-overview__card.transportation-bg .pattern--radical, .market-overview__card.automotive-bg .pattern--linear-standard,
        .market-overview__card.automotive-bg .pattern--radical {
            background-color: #E1DDD7;
        }

    .market-overview__card.const-energy-bg {
        background: #F4E5E4 !important;
    }

        .market-overview__card.const-energy-bg .pattern--linear-standard,
        .market-overview__card.const-energy-bg .pattern--radical {
            background-color: #C89F9C;
        }

    .market-overview__card.electronics-bg {
        background: #DCE9F3 !important;
    }

        .market-overview__card.electronics-bg .pattern--linear-standard,
        .market-overview__card.electronics-bg .pattern--radical {
            background-color: #92BCD1;
        }

    .market-overview__card.industrial-bg {
        background: #FAF2D6 !important;
    }

        .market-overview__card.industrial-bg .pattern--linear-standard,
        .market-overview__card.industrial-bg .pattern--radical {
            background-color: #F8E191;
        }

    .market-overview__card.retail-advert-bg {
        background: #E6F3E9 !important;
    }

        .market-overview__card.retail-advert-bg .pattern--linear-standard,
        .market-overview__card.retail-advert-bg .pattern--radical {
            background-color: #9BCEA6;
        }

    .market-overview__card.healthcare-bg {
        background: #D8EDEE !important;
    }

        .market-overview__card.healthcare-bg .pattern--linear-standard,
        .market-overview__card.healthcare-bg .pattern--radical {
            background-color: #A2D6D9;
        }

    .market-overview__card.packaging-bg {
        background: #E5DAF3 !important;
    }

        .market-overview__card.packaging-bg .pattern--linear-standard,
        .market-overview__card.packaging-bg .pattern--radical {
            background-color: #B9A6D2;
        }

    .market-overview__card .pattern--linear-standard,
    .market-overview__card .pattern--radical {
        width: 30px;
        height: 82%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .market-overview__card .pattern--radical {
        background-size: 819px;
        background-position: -540px -382px;
    }

.market-overview__product-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9999999;
    display: flex;
    flex-direction: column;
    background: inherit;
    padding: 32px 16px;
    font-size: 24px;
    letter-spacing: 0.2px;
    line-height: 1.41667;
}

.market-overview__product-title--content {
    display: none !important;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

.market-overview__product-title div {
    display: flex;
    justify-content: space-between;
    color: #0025DF !important;
}

.market-overview__product-title .icon--item {
    color: #0025DF !important;
}

.market-overview__nav {
    display: flex;
    justify-content: space-between;
    padding: 0 !important;
    margin-top: 52px !important;
    align-items: center;
}

.market-overview__dots {
    position: relative;
    margin: 0 auto 0 0 !important;
    left: 0 !important;
    height: fit-content;
}

    .market-overview__dots .glider-dot {
        margin: 4px !important;
    }

.market-overview__arrows {
    position: relative !important;
    left: 0;
    height: 55px;
}

.fc2024 .intro__section--home-banner {
    padding: 0;
}

    .fc2024 .intro__section--home-banner .content-column {
        padding: 180px 0;
    }

    .fc2024 .intro__section--home-banner .image-column__wrap {
        padding-right: 0;
    }

        .fc2024 .intro__section--home-banner .image-column__wrap img {
            object-fit: cover;
            height: 100%;
        }

.fc2024 .home-multimedia__section {
    padding: 100px 0;
    background-position: center;
    background-size: cover;
}

.fc2024 .intro__section-retail .intro__tagline {
    background-color: #FFFFFF;
    border-left: 6px solid #9BCEA6;
}

.fc2024 .intro__section-retail .image-column__wrap:before {
    background-color: #9BCEA6;
    background-image: url("data:image/svg+xml,%3Csvg width='108' height='744' viewBox='0 0 108 744' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7007_33225)'%3E%3Cpath d='M419 11.2699H-326V12.3098H419V11.2699Z' fill='%230025DF'/%3E%3Cpath d='M419 23.5857H-326V24.711H419V23.5857Z' fill='%230025DF'/%3E%3Cpath d='M419 35.9015H-326V37.1121H419V35.9015Z' fill='%230025DF'/%3E%3Cpath d='M419 48.2173H-326V49.5133H419V48.2173Z' fill='%230025DF'/%3E%3Cpath d='M419 60.5292H-326V61.9105H419V60.5292Z' fill='%230025DF'/%3E%3Cpath d='M419 72.8448H-326V74.3116H419V72.8448Z' fill='%230025DF'/%3E%3Cpath d='M419 85.1646H-326V86.7166H419V85.1646Z' fill='%230025DF'/%3E%3Cpath d='M419 97.4766H-326V99.114H419V97.4766Z' fill='%230025DF'/%3E%3Cpath d='M419 109.792H-326V111.515H419V109.792Z' fill='%230025DF'/%3E%3Cpath d='M419 122.108H-326V123.916H419V122.108Z' fill='%230025DF'/%3E%3Cpath d='M419 134.424H-326V136.317H419V134.424Z' fill='%230025DF'/%3E%3Cpath d='M419 146.74H-326V148.718H419V146.74Z' fill='%230025DF'/%3E%3Cpath d='M419 159.055H-326V161.12H419V159.055Z' fill='%230025DF'/%3E%3Cpath d='M419 171.371H-326V173.521H419V171.371Z' fill='%230025DF'/%3E%3Cpath d='M419 183.687H-326V185.922H419V183.687Z' fill='%230025DF'/%3E%3Cpath d='M419 195.999H-326V198.319H419V195.999Z' fill='%230025DF'/%3E%3Cpath d='M419 208.319H-326V210.724H419V208.319Z' fill='%230025DF'/%3E%3Cpath d='M419 220.63H-326V223.121H419V220.63Z' fill='%230025DF'/%3E%3Cpath d='M419 232.946H-326V235.523H419V232.946Z' fill='%230025DF'/%3E%3Cpath d='M419 245.262H-326V247.924H419V245.262Z' fill='%230025DF'/%3E%3Cpath d='M419 257.578H-326V260.325H419V257.578Z' fill='%230025DF'/%3E%3Cpath d='M419 269.894H-326V272.726H419V269.894Z' fill='%230025DF'/%3E%3Cpath d='M419 282.209H-326V285.127H419V282.209Z' fill='%230025DF'/%3E%3Cpath d='M419 294.521H-326V297.525H419V294.521Z' fill='%230025DF'/%3E%3Cpath d='M419 306.837H-326V309.926H419V306.837Z' fill='%230025DF'/%3E%3Cpath d='M419 319.157H-326V322.331H419V319.157Z' fill='%230025DF'/%3E%3Cpath d='M419 331.469H-326V334.728H419V331.469Z' fill='%230025DF'/%3E%3Cpath d='M419 343.784H-326V347.129H419V343.784Z' fill='%230025DF'/%3E%3Cpath d='M419 356.1H-326V359.53H419V356.1Z' fill='%230025DF'/%3E%3Cpath d='M419 368.416H-326V371.931H419V368.416Z' fill='%230025DF'/%3E%3Cpath d='M419 380.732H-326V384.333H419V380.732Z' fill='%230025DF'/%3E%3Cpath d='M419 393.047H-326V396.734H419V393.047Z' fill='%230025DF'/%3E%3Cpath d='M419 405.363H-326V409.135H419V405.363Z' fill='%230025DF'/%3E%3Cpath d='M419 417.679H-326V421.536H419V417.679Z' fill='%230025DF'/%3E%3Cpath d='M419 429.995H-326V433.937H419V429.995Z' fill='%230025DF'/%3E%3Cpath d='M419 442.307H-326V446.334H419V442.307Z' fill='%230025DF'/%3E%3Cpath d='M419 454.623H-326V458.736H419V454.623Z' fill='%230025DF'/%3E%3Cpath d='M419 466.942H-326V471.141H419V466.942Z' fill='%230025DF'/%3E%3Cpath d='M419 479.254H-326V483.538H419V479.254Z' fill='%230025DF'/%3E%3Cpath d='M419 491.57H-326V495.939H419V491.57Z' fill='%230025DF'/%3E%3Cpath d='M419 503.886H-326V508.34H419V503.886Z' fill='%230025DF'/%3E%3Cpath d='M419 516.201H-326V520.741H419V516.201Z' fill='%230025DF'/%3E%3Cpath d='M419 528.517H-326V533.142H419V528.517Z' fill='%230025DF'/%3E%3Cpath d='M419 540.833H-326V545.544H419V540.833Z' fill='%230025DF'/%3E%3Cpath d='M419 553.149H-326V557.945H419V553.149Z' fill='%230025DF'/%3E%3Cpath d='M419 565.464H-326V570.346H419V565.464Z' fill='%230025DF'/%3E%3Cpath d='M419 577.776H-326V582.743H419V577.776Z' fill='%230025DF'/%3E%3Cpath d='M419 590.092H-326V595.144H419V590.092Z' fill='%230025DF'/%3E%3Cpath d='M419 602.408H-326V607.545H419V602.408Z' fill='%230025DF'/%3E%3Cpath d='M419 614.724H-326V619.946H419V614.724Z' fill='%230025DF'/%3E%3Cpath d='M419 627.04H-326V632.352H419V627.04Z' fill='%230025DF'/%3E%3Cpath d='M419 639.355H-326V644.749H419V639.355Z' fill='%230025DF'/%3E%3Cpath d='M419 651.671H-326V657.15H419V651.671Z' fill='%230025DF'/%3E%3Cpath d='M419 663.983H-326V669.547H419V663.983Z' fill='%230025DF'/%3E%3Cpath d='M419 676.303H-326V681.952H419V676.303Z' fill='%230025DF'/%3E%3Cpath d='M419 688.615H-326V694.353H419V688.615Z' fill='%230025DF'/%3E%3Cpath d='M419 700.93H-326V706.75H419V700.93Z' fill='%230025DF'/%3E%3Cpath d='M419 713.25H-326V719.156H419V713.25Z' fill='%230025DF'/%3E%3Cpath d='M419 725.566H-326V731.557H419V725.566Z' fill='%230025DF'/%3E%3Cpath d='M419 737.878H-326V743.954H419V737.878Z' fill='%230025DF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7007_33225'%3E%3Crect width='745' height='745' fill='white' transform='translate(-326 -1.0459)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.fc2024 .intro__section--market-list {
    padding: 0;
}

    .fc2024 .intro__section--market-list img {
        object-fit: cover;
    }

    .fc2024 .intro__section--market-list .image-column__wrap {
        padding-right: 0;
    }

.fc2024 .intro__no-img--about {
    background-color: #001CA8;
    padding: 100px 0;
}

    .fc2024 .intro__no-img--about h1 {
        color: #FFFFFF !important;
    }

    .fc2024 .intro__no-img--about h3 {
        color: #FFFFFF !important;
    }

.fc2024 .intro__no-img--about-banner {
    padding: 180px 0 80px 0;
}

.fc2024 .image-gallery__horizontal-big--about {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.fc2024 .product-overview__section--about {
    padding: 80px 0;
    background-color: #E9EEF9;
}

.fc2024 .intro__section--home-banner {
    padding: 0;
}

    .fc2024 .intro__section--home-banner .content-column {
        padding: 180px 0;
    }

    .fc2024 .intro__section--home-banner .image-column__wrap {
        padding-right: 0;
    }

        .fc2024 .intro__section--home-banner .image-column__wrap img {
            object-fit: cover;
            height: 100%;
        }

.fc2024 .home-multimedia__section {
    padding: 100px 0;
    background-position: center;
    background-size: cover;
}

.fc2024 .intro__section--market-list {
    padding: 0;
}

    .fc2024 .intro__section--market-list img {
        object-fit: cover;
    }

    .fc2024 .intro__section--market-list .image-column__wrap {
        padding-right: 0;
    }

.fc2024 .table__section--list.product-page-accordion .accordion__list-item--wrap {
    border: 1px solid #001370;
    border-bottom: 0;
}

.fc2024 .table__section--list.product-page-accordion .accordion__list-item:last-child .accordion__list-item--wrap {
    border-bottom: 1px solid #001370;
}

.fc2024 .spacer-row .spacer-12 {
    height: 180px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-11 {
    height: 152px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-10 {
    height: 124px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-9 {
    height: 100px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-8 {
    height: 80px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-7 {
    height: 64px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-6 {
    height: 52px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-5 {
    height: 40px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-4 {
    height: 32px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-3 {
    height: 24px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-2 {
    height: 16px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-1 {
    height: 8px;
    background-color: #0025DF;
}

.fc2024 .spacer-row .spacer-label-lg {
    text-align: center;
    margin-top: 32px;
    display: block;
}

.fc2024 .spacer-row .spacer-label-md {
    text-align: center;
    margin-top: 32px;
    display: none;
}

.fc2024 .spacer-row .spacer-label-sm {
    text-align: center;
    margin-top: 32px;
    display: none;
}

.fc2024 .modal-input::placeholder {
    color: #B1B5CA;
}