.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

@media screen and (min-width: 1025px) {
    .container {
        padding-left: 100px;
        padding-right: 100px
    }
}

.overflow-hidden {
    overflow: hidden
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

body {
    background: #0d0c22;
    color: #fffefd
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    word-wrap: break-word
}

body {
    line-height: 1.2;
    font-family: "Audi Type";
    font-size: 18px
}

a {
    text-decoration: none;
    color: var(--anchor_tag_color);
    line-height: inherit;
    cursor: pointer;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Audi Type"
}

@media(min-width: 1025px) {
    a:hover {
        color: var(--anchor_tag_hover_color)
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--header_color);
    margin-bottom: 15px;
    font-family: "Audi Type Bold";
    font-size: 46px
}

.u-visually-hidden {
    display: none
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

i {
    font-style: initial
}

small {
    font-size: 75%
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

b,
strong,
.bold {
    font-weight: bold
}

hr {
    clear: both;
    content: "";
    margin: 15px 0px
}

s {
    color: red
}

ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.v_hide {
    visibility: hidden
}

.visually-hidden,
.hide {
    display: none
}

@media(min-width: 768px) {
    .xs-show {
        display: none
    }
}

@media(max-width: 767px) {
    .xs-center {
        text-align: center
    }

    .xs-right {
        text-align: right
    }

    .xs-left {
        text-align: left
    }

    .xs-hide {
        display: none
    }
}

@media(max-width: 1024px) {
    .sm-center {
        text-align: center
    }

    .sm-left {
        text-align: left
    }

    .sm-right {
        text-align: right
    }

    .sm-hide {
        display: none
    }
}

.relative {
    position: relative
}

select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 stroke=%27rgba%2833,43,54,0.999%29%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-color: rgba(0, 0, 0, 0);
    background-size: 18px;
    padding: 12px 28px 12px 15px;
    text-indent: 5px;
    font-size: var(--base_font_size)
}

select::-ms-expand {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ""
}

input {
    font-size: var(--base_font_size)
}

.btn {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    color: #fffefd;
    border: 1px solid rgba(238, 238, 238, .5019607843);
    padding: 15px 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 40px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: "Audi Type";
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .btn {
        font-size: 14px;
        gap: 15px 20px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .btn {
        font-size: 12px;
        padding: 10px 20px;
        gap: 10px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .btn {
        font-size: 14px;
        padding: 15px
    }
}

@media screen and (max-width: 767px) {
    .btn {
        font-size: 13px;
        padding: 15px 20px;
        gap: 10px
    }
}

.btn.primary {
    background-color: #fffefd;
    color: #0d0c22;
    border: 1px solid rgba(238, 238, 238, .5019607843)
}

.btn.primary svg path {
    fill: #0d0c22
}

.btn.secondary {
    background: #0c78f3;
    color: #fffefd;
    border-color: #0c78f3
}

.btn.secondary svg path {
    fill: #fffefd
}

.btn svg {
    width: 15px;
    height: 15px;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .btn svg {
        width: 12px;
        height: 12px
    }
}

.btn svg path {
    fill: #fffefd;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media(min-width: 1025px) {
    .btn:hover {
        background: #fffefd;
        color: #0d0c22;
        border-color: #fffefd
    }

    .btn:hover path {
        fill: #0d0c22
    }

    .btn:hover.primary {
        background-color: rgba(0, 0, 0, 0);
        color: #fffefd
    }

    .btn:hover.primary svg path {
        fill: #fffefd
    }

    .btn:hover.secondary {
        background-color: rgba(0, 0, 0, 0);
        color: #fffefd
    }

    .btn:hover.secondary svg path {
        fill: #fffefd
    }
}

body.sticky .header {
    background-color: #0d0c22
}

body.overflow-hidden {
    overflow: hidden
}

body:not(.no-sticky) main#content {
    margin-top: -88px
}

.section-wrap {
    padding: 80px 0;
    overflow-x: hidden
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .section-wrap {
        padding: 40px 0
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .section-wrap {
        padding: 40px 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .section-wrap {
        padding: 30px 0
    }
}

@media screen and (max-width: 767px) {
    .section-wrap {
        padding: 50px 0
    }
}

.section-wrap.dark-bg {
    background-color: #050513
}

.title-wrap {
    font-family: "Audi Type Bold";
    font-size: 46px;
    line-height: 56px;
    letter-spacing: 0em;
    color: #fffefd
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .title-wrap {
        font-size: 42px;
        line-height: 52px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .title-wrap {
        font-size: 38px;
        line-height: 50px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .title-wrap {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width: 767px) {
    .title-wrap {
        font-size: 28px;
        line-height: 34px
    }
}

.title-wrap.invert {
    color: #0d0c22
}

.play-button-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
    height: 50px;
    width: 50px;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.play-button-wrap img {
    width: 100%;
    height: auto
}

@media screen and (max-width: 767px) {
    .play-button-wrap {
        height: 40px;
        width: 40px
    }
}

.black-bg {
    display: none;
    z-index: 2;
    background: rgba(0, 0, 0, .48);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100vh;
    height: 100%;
    cursor: pointer
}

.black-bg.active {
    display: block
}

.youtube-video-popup-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 55vw;
    height: 55vh;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1111
}

.youtube-video-popup-wrap:not(.active) {
    display: none
}

.youtube-video-popup-wrap .popup-close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50px;
    background: #fff;
    width: 30px;
    height: 30px;
    padding: 8px;
    cursor: pointer
}

.youtube-video-popup-wrap .popup-close-btn svg {
    display: block;
    width: 14px;
    height: 14px
}

.youtube-video-popup-wrap .youtube-video-popup-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%
}

.youtube-video-popup-wrap iframe {
    width: 100%;
    height: 100%
}

.simple-text-animation-2 {
    animation-name: simpleText2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-text-stroke: 1px #fffefd;
    color: rgba(0, 0, 0, 0)
}

@keyframes simpleText2 {
    5% {
        color: rgba(0, 0, 0, 0)
    }

    10% {
        color: #fffefd
    }

    15% {
        color: rgba(0, 0, 0, 0)
    }

    20% {
        color: #fffefd
    }

    25% {
        color: rgba(0, 0, 0, 0)
    }

    30% {
        color: #fffefd
    }

    35% {
        color: rgba(0, 0, 0, 0)
    }
}

.simple-text-animation {
    animation-name: simpleText;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-text-stroke: 1px #fffefd;
    color: rgba(0, 0, 0, 0)
}

@keyframes simpleText {
    45% {
        color: rgba(0, 0, 0, 0)
    }

    50% {
        color: #fffefd
    }

    55% {
        color: rgba(0, 0, 0, 0)
    }

    60% {
        color: #fffefd
    }

    65% {
        color: rgba(0, 0, 0, 0)
    }

    70% {
        color: #fffefd
    }

    75% {
        color: rgba(0, 0, 0, 0)
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 11;
    transition: all .5s
}

.header .header-main-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 15px 60px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .header .header-main-wrap {
        padding: 15px 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .header .header-main-wrap {
        padding: 15px 20px
    }
}

@media screen and (max-width: 767px) {
    .header .header-main-wrap {
        padding: 15px;
        border-bottom: 1px solid #666
    }
}

.header .header-main-wrap .logo-wrap {
    max-width: 180px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .header .header-main-wrap .logo-wrap {
        max-width: 150px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .header .header-main-wrap .logo-wrap {
        max-width: 100px
    }
}

@media screen and (max-width: 767px) {
    .header .header-main-wrap .logo-wrap {
        max-width: 170px
    }
}

.header .header-main-wrap .menu-items-wrap ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    gap: 50px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .header .header-main-wrap .menu-items-wrap ul {
        gap: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .header .header-main-wrap .menu-items-wrap ul {
        gap: 15px
    }
}

.header .header-main-wrap .menu-items-wrap ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative
}

.header .header-main-wrap .menu-items-wrap ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #fffefd;
    text-decoration: none;
    transition: .5s ease-in-out
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .header .header-main-wrap .menu-items-wrap ul li a {
        font-size: 13px
    }
}

.header .header-main-wrap .menu-items-wrap ul li a.active {
    color: #62e7f3
}

.header .header-main-wrap .menu-items-wrap ul li a:hover {
    color: #62e7f3
}

.header .header-main-wrap .side-menu {
    width: 0;
    height: 100%;
    background-color: #050513;
    overflow: hidden;
    top: 0;
    left: 0;
    padding-top: 15px;
    position: fixed;
    display: flex;
    flex-direction: column;
    overscroll-behavior: contain;
    overflow-y: auto;
    padding-bottom: 20px;
    transition: left .4s ease, border-radius .3s ease, clip-path .5s cubic-bezier(0.81, 0.51, 0.09, 1.05);
    -webkit-clip-path: circle(0% at 0 0);
    clip-path: circle(0% at 0 0);
    z-index: 11
}

.header .header-main-wrap .side-menu.active {
    width: 90%;
    -webkit-clip-path: circle(141.4% at 0 0);
    clip-path: circle(141.4% at 0 0);
    transition: background-color .5s ease, border-radius .3s ease, clip-path .5s cubic-bezier(0.81, 0.51, 0.09, 1.05)
}

.header .header-main-wrap .side-menu .bg-overlay {
    z-index: -1;
    background: rgba(0, 0, 0, .48);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100vh;
    height: 100%;
    cursor: pointer
}

.header .header-main-wrap .side-menu .popup-close-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.header .header-main-wrap .side-menu .menu-logo-wrap {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    padding: 20px 0
}

.header .header-main-wrap .side-menu .menu-items {
    padding: 0px 20px;
    margin-top: 50px
}

.header .header-main-wrap .side-menu .menu-items a {
    position: relative;
    text-decoration: none;
    width: 100%;
    margin-top: 2px;
    border-radius: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    margin-bottom: 20px
}

.header .header-main-wrap .side-menu .menu-items a.active {
    color: #62e7f3
}

.footer .footer-main-wrap .footer-top-section {
    padding: 40px 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .footer .footer-main-wrap .footer-top-section {
        padding: 40px 50px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section {
        padding: 20px 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-top-section {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-top-section {
        padding: 50px 20px 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.footer .footer-main-wrap .footer-top-section .left-part .logo-wrap {
    max-width: 200px;
    margin-bottom: 25px
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-top-section .left-part .logo-wrap {
        max-width: 150px
    }
}

.footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap {
        gap: 25px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap {
        gap: 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap {
        gap: 10px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap {
        gap: 10px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom: 25px
    }
}

.footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap a {
    font-size: 18px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap a {
        font-size: 14px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap a {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap a {
        display: block;
        width: 100%;
        line-height: 28px
    }
}

.footer .footer-main-wrap .footer-top-section .left-part .menu-links-wrap a.active {
    color: #62e7f3;
    font-weight: 700
}

.footer .footer-main-wrap .footer-top-section .right-part {
    max-width: 450px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section .right-part {
        max-width: 400px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-top-section .right-part {
        max-width: 300px;
        padding-left: 20px
    }
}

.footer .footer-main-wrap .footer-top-section .right-part .newsletter-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section .right-part .newsletter-title {
        font-size: 16px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-top-section .right-part .newsletter-title {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-top-section .right-part .newsletter-title {
        line-height: 28px
    }
}

.footer .footer-main-wrap .footer-top-section .right-part .newsletter-desc {
    font-size: 14px;
    margin-bottom: 25px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section .right-part .newsletter-desc {
        font-size: 12px
    }
}

.footer .footer-main-wrap .footer-top-section .right-part form .form-wrap {
    position: relative
}

.footer .footer-main-wrap .footer-top-section .right-part form .form-wrap input {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    padding-right: 100px;
    color: #fff
}

.footer .footer-main-wrap .footer-top-section .right-part form .form-wrap input:focus {
    outline: none
}

.footer .footer-main-wrap .footer-top-section .right-part form .form-wrap input::-ms-input-placeholder {
    color: #fff
}

.footer .footer-main-wrap .footer-top-section .right-part form .form-wrap input::placeholder {
    color: #fff
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section .right-part form .form-wrap input {
        font-size: 14px
    }
}

.footer .footer-main-wrap .footer-top-section .right-part form .form-wrap button {
    position: absolute;
    top: 50%;
    right: 0;
    color: #62e7f3;
    background-color: unset;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-top-section .right-part form .form-wrap button {
        font-size: 14px
    }
}

.footer .footer-main-wrap .footer-top-section .right-part form .contact-us-error {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    color: #cf1e1e;
    display: none;
    font-size: 14px
}

.footer .footer-main-wrap .footer-top-section .right-part form .contact-us-error.active {
    display: block
}

.footer .footer-main-wrap .footer-top-section .right-part form .contact-us-success {
    font-size: 12px;
    margin-top: 10px;
    color: #62e7f3;
    display: none
}

.footer .footer-main-wrap .footer-top-section .right-part form .contact-us-success.active {
    display: block
}

.footer .footer-main-wrap .footer-middle-section {
    border-top: 1px solid #666;
    padding: 30px 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .footer .footer-main-wrap .footer-middle-section {
        padding: 30px 30px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section {
        padding: 20px 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-middle-section {
        padding: 20px 10px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-middle-section {
        padding: 0 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.footer .footer-main-wrap .footer-middle-section>div {
    width: 33.33%;
    padding: 0 50px;
    border-right: 1px solid #666
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .footer .footer-main-wrap .footer-middle-section>div {
        padding: 0 20px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section>div {
        padding: 0 10px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-middle-section>div {
        padding: 0 10px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-middle-section>div {
        padding: 20px 0;
        border-right: 0;
        border-bottom: 1px solid #666;
        width: 100%
    }
}

.footer .footer-main-wrap .footer-middle-section>div:last-child {
    border: 0
}

.footer .footer-main-wrap .footer-middle-section .footer-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section .footer-title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-middle-section .footer-title {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-middle-section .footer-title {
        font-size: 18px;
        line-height: 28px
    }
}

.footer .footer-main-wrap .footer-middle-section .first-part .career-text {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section .first-part .career-text {
        font-size: 12px;
        line-height: 25px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-middle-section .first-part .career-text {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-middle-section .first-part .career-text {
        font-size: 14px
    }
}

.footer .footer-main-wrap .footer-middle-section .first-part .career-text a {
    font-weight: bold;
    color: #62e7f3
}

.footer .footer-main-wrap .footer-middle-section .second-part .career-text {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 28px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section .second-part .career-text {
        font-size: 12px;
        line-height: 25px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-middle-section .second-part .career-text {
        font-size: 14px
    }
}

.footer .footer-main-wrap .footer-middle-section .second-part .career-text strong {
    font-weight: bold;
    color: #62e7f3
}

.footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px
}

.footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap:last-child {
    margin: 0
}

.footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap .icon-wrap {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50px;
    transition: all .5s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap .icon-wrap {
        width: 30px;
        height: 30px
    }
}

.footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap span {
    font-size: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap span {
        font-size: 16px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap span {
        font-size: 11px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-middle-section .second-part .icon-text-wrap span {
        font-size: 16px
    }
}

.footer .footer-main-wrap .footer-middle-section .third-part .location-wrap {
    font-size: 16px;
    line-height: 28px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-middle-section .third-part .location-wrap {
        font-size: 12px;
        line-height: 25px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-middle-section .third-part .location-wrap {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-middle-section .third-part .location-wrap {
        font-size: 14px
    }
}

.footer .footer-main-wrap .footer-bottom-section {
    border-top: 1px solid #666;
    padding: 20px 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .footer .footer-main-wrap .footer-bottom-section {
        padding: 20px 50px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-bottom-section {
        padding: 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-bottom-section {
        padding: 20px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-bottom-section {
        padding: 30px 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        justify-content: center;
        -webkit-justify-content: center;
        gap: 15px
    }
}

.footer .footer-main-wrap .footer-bottom-section .copy-right-text .copy-text {
    font-size: 18px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .footer .footer-main-wrap .footer-bottom-section .copy-right-text .copy-text {
        font-size: 12px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .footer .footer-main-wrap .footer-bottom-section .copy-right-text .copy-text {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-bottom-section .copy-right-text .copy-text {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .footer .footer-main-wrap .footer-bottom-section .copy-right-text .copy-text {
        text-align: center
    }
}

.footer .footer-main-wrap .footer-bottom-section .social-media-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px
}

.footer .footer-main-wrap .footer-bottom-section .social-media-wrap .social-wrap {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    cursor: pointer;
    border-radius: 50px;
    transition: all .5s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center
}

.footer .footer-main-wrap .footer-bottom-section .social-media-wrap .social-wrap:hover {
    background-color: #62e7f3
}

.footer .footer-main-wrap .footer-bottom-section .social-media-wrap .social-wrap:hover svg path {
    fill: #0d0c22
}

.contact-us-popup-wrap {
    display: none
}

.contact-us-popup-wrap.active {
    display: block
}

.contact-us-popup-wrap .bg-overlay {
    z-index: 111;
    background: rgba(0, 0, 0, .48);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-height: 100vh;
    height: 100%;
    cursor: pointer
}

.contact-us-popup-wrap .contact-us-popup-inner {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 112;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0d0c22;
    padding: 40px;
    width: 80vw;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner {
        width: calc(100% - 40px);
        padding: 30px 20px
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .popup-close-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .popup-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .popup-desc {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 26px
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .popup-desc {
        font-size: 16px
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap {
    margin-bottom: 30px
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-text {
    color: rgba(238, 238, 238, .5019607843);
    margin-bottom: 15px
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-text {
        font-size: 16px
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 13px 20px;
    cursor: pointer;
    transition: all .3s;
    position: relative
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner {
        border-radius: 25px
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner.active {
    color: #62e7f3;
    border-color: #62e7f3
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner.active path {
    fill: #62e7f3
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner:hover {
    color: #62e7f3;
    border-color: #62e7f3
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner:hover path {
    fill: #62e7f3
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner span {
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .interst-selection .interst-inner span {
        font-size: 14px
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .interst-wrap .form-divided {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-divided {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item {
    margin-bottom: 40px;
    width: 100%
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item {
        margin-bottom: 15px
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item input {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    padding-right: 100px;
    color: #fff
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item input:focus {
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item input::-ms-input-placeholder {
    color: rgba(238, 238, 238, .5019607843)
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item input::placeholder {
    color: rgba(238, 238, 238, .5019607843)
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    padding-right: 100px;
    color: #fff;
    font-family: "Audi Type";
    overflow: auto;
    resize: none;
    height: 100px
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item textarea:focus {
    outline: none
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item textarea::-ms-input-placeholder {
    color: rgba(238, 238, 238, .5019607843)
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .form-item textarea::placeholder {
    color: rgba(238, 238, 238, .5019607843)
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .contact-us-error {
    margin-bottom: 20px;
    color: #cf1e1e;
    display: none;
    font-size: 14px
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .contact-us-error.active {
    display: block
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .contact-us-success {
    margin-bottom: 20px;
    color: #62e7f3;
    display: none;
    font-size: 14px
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .contact-us-success.active {
    display: block
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .submit-btn-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .submit-btn-wrap .submit-btn {
    background-color: #62e7f3;
    color: #0d0c22;
    border: 0;
    padding: 18px 46px;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .submit-btn-wrap .submit-btn {
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        padding: 12px 20px;
        border-radius: 25px
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .submit-btn-wrap .submit-btn span {
    display: none;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px
}

@media screen and (max-width: 767px) {
    .contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .submit-btn-wrap .submit-btn span {
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center
    }
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .submit-btn-wrap .submit-btn:not(.active) .normal-state {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.contact-us-popup-wrap .contact-us-popup-inner .contact-us-popup-content .submit-btn-wrap .submit-btn.active .loading-state {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.main-banner-section {
    padding: 0
}

.main-banner-section .main-banner-section-inner {
    position: relative
}

.main-banner-section .main-banner-section-inner .image-text-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(13, 12, 34, 0) 48.11%, rgba(13, 12, 34, 0.7) 84.52%, rgba(13, 12, 34, 0.7) 100%), linear-gradient(180deg, rgba(13, 12, 34, 0.5) 0%, rgba(13, 12, 34, 0) 36.75%)
}

@media screen and (max-width: 767px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap::after {
        display: none
    }
}

.main-banner-section .main-banner-section-inner .image-text-wrap .image-wrap video {
    width: 100%;
    height: auto
}

.main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    z-index: 2
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap {
        bottom: 20px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap {
        bottom: 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap {
        bottom: 20px;
        width: 90%
    }
}

@media screen and (max-width: 767px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap {
        position: unset;
        width: 100%;
        padding: 15px 20px 50px;
        -moz-transform: unset;
        -o-transform: unset;
        -ms-transform: unset;
        -webkit-transform: unset;
        transform: unset
    }
}

.main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 50px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap {
        margin-bottom: 15px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap {
        margin-bottom: 15px
    }
}

@media screen and (max-width: 767px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap {
        margin-bottom: 25px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        text-align: center
    }
}

.main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap h4 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    padding: 0 20px;
    border-right: 1px solid #666
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap h4 {
        font-size: 32px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap h4 {
        font-size: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap h4 {
        font-size: 24px
    }
}

@media screen and (max-width: 767px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap h4 {
        font-size: 28px;
        line-height: 34px;
        border-right: 0;
        margin-bottom: 15px
    }
}

.main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap p {
    padding: 0 20px;
    font-size: 24px;
    line-height: 30px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap p {
        font-size: 22px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap p {
        font-size: 20px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap p {
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap p {
        font-size: 18px;
        line-height: 22px;
        padding-top: 15px;
        border-top: 1px solid #666
    }
}

.main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .title-text-wrap p span {
    display: block;
    color: #62e7f3;
    font-weight: 700
}

.main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 30px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        gap: 15px
    }
}

@media screen and (max-width: 767px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 15px
    }
}

@media screen and (max-width: 767px) {
    .main-banner-section .main-banner-section-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap .btn {
        font-size: 14px
    }
}

@keyframes scrollingText {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0)
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }
}

.featured-client {
    background-color: #fff
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .featured-client .featured-client-wrap .featured-client-inner .title-wrap {
        margin-bottom: 0
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .featured-client .featured-client-wrap .featured-client-inner .title-wrap {
        margin-bottom: 0
    }
}

.featured-client .featured-client-wrap .featured-client-inner .sub-title {
    font-size: 18px;
    line-height: 22px;
    color: #666
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .featured-client .featured-client-wrap .featured-client-inner .sub-title {
        font-size: 16px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .featured-client .featured-client-wrap .featured-client-inner .sub-title {
        font-size: 16px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .featured-client .featured-client-wrap .featured-client-inner .sub-title {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .featured-client .featured-client-wrap .featured-client-inner .sub-title {
        font-size: 16px;
        line-height: 22px
    }
}

.featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap {
    margin-top: 60px
}

@media screen and (min-width: 768px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap {
        white-space: nowrap;
        animation: scrollingText 30s linear infinite
    }
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap {
        margin-top: 40px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap {
        margin-top: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap {
        margin-top: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap {
    border-right: 1px solid #ccc;
    width: 16.6666666667%;
    display: inline-block
}

.featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap:last-child {
    border-right: 0
}

@media screen and (max-width: 767px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap {
        width: 50%;
        padding: 20px;
        border-bottom: 1px solid #ccc
    }

    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap:nth-child(even) {
        border-right: 0
    }

    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap:nth-last-child(1) {
        border-bottom: 0
    }

    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap:nth-last-child(2) {
        border-bottom: 0
    }
}

.featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap img {
    margin: 0 auto;
    width: auto;
    height: 90px;
    display: block;
    object-fit: contain;
    padding: 0 10px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap img {
        height: 50px;
        padding: 0 10px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap img {
        height: 50px;
        padding: 0 10px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap img {
        padding: 0 10px;
        height: 50px
    }
}

@media screen and (max-width: 767px) {
    .featured-client .featured-client-wrap .featured-client-inner .grid-image-wrap .image-wrap img {
        height: 80px
    }
}

@media screen and (min-width: 1025px) {
    .explore-our-services.invert .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .image-wrap {
        order: 2
    }

    .explore-our-services.invert .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap {
        order: 1
    }
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .title-wrap {
    margin-bottom: 60px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .title-wrap {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .title-wrap {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .title-wrap {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .title-wrap {
        margin-bottom: 30px
    }
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 60px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap {
        gap: 40px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap {
        gap: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap {
        gap: 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap {
        gap: 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .image-wrap {
    width: calc(65% - 30px)
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .image-wrap {
        width: calc(65% - 15px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .image-wrap {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .image-wrap {
        width: 100%
    }
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .image-wrap img {
    width: 100%;
    display: block
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .image-wrap video {
    width: 100%
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap {
    width: calc(35% - 30px)
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap {
        width: calc(35% - 15px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap {
        width: 100%
    }
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
    font-size: 46px;
    line-height: 65px;
    margin-bottom: 20px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 42px;
        line-height: 55px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 38px;
        line-height: 50px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px
    }
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner p {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 30px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 22px;
        line-height: 30px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
}

.explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        gap: 10px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        gap: 10px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-services .explore-our-services-wrap .explore-our-services-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap .btn {
        padding: 10px 10px;
        width: 50%;
        justify-content: center;
        -webkit-justify-content: center
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects {
        padding-bottom: 0
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .container {
        padding: 0
    }
}

.explore-our-projects .explore-our-projects-wrap .projects-title-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 60px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-projects .explore-our-projects-wrap .projects-title-wrap {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-projects .explore-our-projects-wrap .projects-title-wrap {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .projects-title-wrap {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .projects-title-wrap {
        margin-bottom: 30px;
        padding: 0 20px
    }
}

.explore-our-projects .explore-our-projects-wrap .projects-title-wrap .title-wrap {
    margin: 0
}

.explore-our-projects .explore-our-projects-wrap .projects-title-wrap .all-project-link {
    text-decoration: underline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .projects-title-wrap .all-project-link {
        display: none
    }
}

.explore-our-projects .explore-our-projects-wrap .projects-title-wrap .all-project-link::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27 fill=%27none%27%3E%3Ccircle cx=%2717.5%27 cy=%2717.5%27 r=%2717.5%27 fill=%27%2362E7F3%27/%3E%3Cpath d=%27M11 17H25%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M18 10L25 17L18 24%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner {
    display: block
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-wrapper {
    width: 78%
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-wrapper {
        width: 85%
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-wrapper {
        width: 85%
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-wrapper {
        width: 90%
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-wrapper {
        width: 100%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    gap: 50px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap {
        gap: 20px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap {
        width: 100%;
        gap: 20px;
        padding: 50px 20px
    }

    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap:nth-child(even) {
        background-color: #0d0c22
    }

    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap:first-child {
        padding-top: 0
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .image-wrap {
    width: 100%
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .image-wrap img {
    width: 100%;
    display: block
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap {
    width: 100%
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 20px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 20px
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .project-logo-wrap {
    width: 20%
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .project-logo-wrap {
        width: 15%;
        max-width: 150px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .project-logo-wrap {
        width: 15%;
        max-width: 150px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .project-logo-wrap {
        width: calc(30% - 10px);
        max-width: 150px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .project-logo-wrap {
        width: 100%
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .project-logo-wrap img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 70px;
    object-fit: contain
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .project-logo-wrap img {
        max-width: 150px
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap {
    width: 30%
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap {
        width: calc(70% - 10px)
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap {
        width: 100%
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a {
        gap: 10px
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a svg {
    width: 20px
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a span {
    width: calc(100% - 35px)
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a span {
        font-size: 14px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a span {
        font-size: 12px;
        line-height: 18px;
        width: calc(100% - 30px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a span {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .location-wrap a span {
        font-size: 16px;
        line-height: 22px
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    gap: 15px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        width: 53%
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        width: 100%
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        justify-content: start;
        -webkit-justify-content: start
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .image-text-wrap .text-content-wrap .text-content-inner .multi-button-wrap {
        width: 100%;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: start;
        -webkit-justify-content: start
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button {
    width: 50px;
    height: 50px;
    background: #62e7f3;
    border-radius: 50%
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button {
        width: 40px;
        height: 40px
    }
}

@media screen and (max-width: 767px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button {
        display: none
    }
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button.swiper-button-disabled {
    background: #fffefd;
    opacity: .7
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button.swiper-button-prev {
    left: 5px
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button.swiper-button-prev::after {
    transform: rotate(180deg)
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button.swiper-button-next {
    right: 5px
}

.explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button::after {
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 20 20%27 fill=%27none%27%3E%3Cpath d=%27M1.07031 9.61133H18.1435%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M9.60938 1.07422L18.146 9.6108L9.60938 18.1474%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .explore-our-projects .explore-our-projects-wrap .explore-our-projects-inner .swiper-button::after {
        width: 15px;
        height: 15px
    }
}

.dont-wait {
    position: relative
}

.dont-wait::after {
    content: "";
    height: 347px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 447px;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27447%27 height=%27347%27 viewBox=%270 0 447 347%27 fill=%27none%27 style=%27&%2310;%27%3E%3Cmask id=%27mask0_2562_6083%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%270%27 y=%270%27 width=%27447%27 height=%27347%27%3E%3Crect x=%270.492188%27 width=%27446.507%27 height=%27347%27 fill=%27%23FFFEFD%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_2562_6083%29%27%3E%3Cpath d=%27M3.06176 -60.8091C3.18216 -60.8091 3.27976 -60.9066 3.27976 -61.0268C3.27976 -61.147 3.18216 -61.2445 3.06176 -61.2445C2.94136 -61.2445 2.84375 -61.147 2.84375 -61.0268C2.84375 -60.9066 2.94136 -60.8091 3.06176 -60.8091Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M9.81975 -61.0268C10.181 -61.0268 10.4738 -61.3192 10.4738 -61.6799C10.4738 -62.0406 10.181 -62.333 9.81975 -62.333C9.45854 -62.333 9.16573 -62.0406 9.16573 -61.6799C9.16573 -61.3192 9.45854 -61.0268 9.81975 -61.0268Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M19.1942 -61.2445C19.8483 -61.2445 20.2843 -61.6799 20.2843 -62.333C20.2843 -62.986 19.8483 -63.4214 19.1942 -63.4214C18.5402 -63.4214 18.1042 -62.986 18.1042 -62.333C18.1042 -61.6799 18.5402 -61.2445 19.1942 -61.2445Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M30.7483 -61.2454C31.6203 -61.2454 32.2743 -61.8984 32.2743 -62.7692C32.2743 -63.64 31.6203 -64.293 30.7483 -64.293C29.8762 -64.293 29.2222 -63.64 29.2222 -62.7692C29.2222 -62.1161 29.8762 -61.2454 30.7483 -61.2454Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M44.7009 -61.2445C46.0089 -61.2445 46.881 -62.333 46.881 -63.4214C46.881 -64.7276 45.7909 -65.5983 44.7009 -65.5983C43.3929 -65.5983 42.5208 -64.5099 42.5208 -63.4214C42.5208 -62.333 43.6109 -61.2445 44.7009 -61.2445Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M61.0513 -61.2447C62.5773 -61.2447 63.8854 -62.5509 63.8854 -64.0747C63.8854 -65.5986 62.5773 -66.9047 61.0513 -66.9047C59.5252 -66.9047 58.2172 -65.5986 58.2172 -64.0747C58.2172 -62.5509 59.5252 -61.2447 61.0513 -61.2447Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M79.582 -61.0274C81.6289 -61.0274 83.2882 -62.6843 83.2882 -64.7282C83.2882 -66.7721 81.6289 -68.429 79.582 -68.429C77.5352 -68.429 75.8759 -66.7721 75.8759 -64.7282C75.8759 -62.6843 77.5352 -61.0274 79.582 -61.0274Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M100.511 -60.8091C103.039 -60.8091 105.089 -62.8558 105.089 -65.3806C105.089 -67.9054 103.039 -69.9522 100.511 -69.9522C97.9821 -69.9522 95.9324 -67.9054 95.9324 -65.3806C95.9324 -62.8558 97.9821 -60.8091 100.511 -60.8091Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M123.837 -60.5918C126.847 -60.5918 129.288 -63.0285 129.288 -66.0342C129.288 -69.0399 126.847 -71.4765 123.837 -71.4765C120.827 -71.4765 118.387 -69.0399 118.387 -66.0342C118.387 -63.0285 120.827 -60.5918 123.837 -60.5918Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M149.562 -60.3746C153.05 -60.3746 155.884 -63.2046 155.884 -66.6877C155.884 -70.1708 153.05 -73.0007 149.562 -73.0007C146.074 -73.0007 143.24 -70.1708 143.24 -66.6877C143.24 -63.2046 146.074 -60.3746 149.562 -60.3746Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M177.467 -59.9383C181.391 -59.9383 184.661 -63.2037 184.661 -67.1222C184.661 -71.0406 181.391 -74.306 177.467 -74.306C173.543 -74.306 170.273 -71.0406 170.273 -67.1222C170.055 -63.2037 173.325 -59.9383 177.467 -59.9383Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M207.552 -59.7215C212.13 -59.7215 215.836 -63.4223 215.836 -67.9938C215.836 -72.5653 212.13 -76.2661 207.552 -76.2661C202.973 -76.2661 199.267 -72.5653 199.267 -67.9938C199.267 -63.4223 202.973 -59.7215 207.552 -59.7215Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M240.253 -59.0678C245.43 -59.0678 249.627 -63.2588 249.627 -68.4286C249.627 -73.5984 245.43 -77.7893 240.253 -77.7893C235.075 -77.7893 230.878 -73.5984 230.878 -68.4286C230.878 -63.2588 235.075 -59.0678 240.253 -59.0678Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M275.134 -59.5029C280.366 -59.5029 284.726 -63.8568 284.726 -69.0814C284.726 -74.306 280.366 -78.6599 275.134 -78.6599C269.902 -78.6599 265.542 -74.306 265.542 -69.0814C265.542 -63.8568 269.684 -59.5029 275.134 -59.5029Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M312.413 -59.9388C317.645 -59.9388 322.005 -64.2926 322.005 -69.5172C322.005 -74.7419 317.645 -79.0957 312.413 -79.0957C307.18 -79.0957 302.82 -74.7419 302.82 -69.5172C302.602 -64.2926 306.962 -59.9388 312.413 -59.9388Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M350.564 -59.9388C355.862 -59.9388 360.156 -64.2272 360.156 -69.5172C360.156 -74.8073 355.862 -79.0957 350.564 -79.0957C345.266 -79.0957 340.972 -74.8073 340.972 -69.5172C340.972 -64.2272 345.266 -59.9388 350.564 -59.9388Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M387.189 -59.2861C392.421 -59.2861 396.781 -63.64 396.781 -68.8646C396.781 -74.0892 392.421 -78.4431 387.189 -78.4431C381.957 -78.4431 377.597 -74.0892 377.597 -68.8646C377.597 -63.64 381.957 -59.2861 387.189 -59.2861Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M421.416 -58.6324C426.648 -58.6324 431.008 -62.9863 431.008 -68.2109C431.008 -73.4355 426.648 -77.7893 421.416 -77.7893C416.184 -77.7893 411.824 -73.4355 411.824 -68.2109C411.824 -62.9863 416.184 -58.6324 421.416 -58.6324Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M453.463 -58.6326C458.477 -58.6326 462.619 -62.7688 462.619 -67.7757C462.619 -72.7826 458.477 -76.9188 453.463 -76.9188C448.449 -76.9188 444.307 -72.7826 444.307 -67.7757C444.307 -62.7688 448.449 -58.6326 453.463 -58.6326Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M483.112 -59.0684C487.472 -59.0684 491.178 -62.7692 491.178 -67.123C491.178 -71.4769 487.472 -75.1777 483.112 -75.1777C478.752 -75.1777 475.046 -71.4769 475.046 -67.123C475.046 -62.7692 478.534 -59.0684 483.112 -59.0684Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M510.363 -59.5032C514.287 -59.5032 517.339 -62.7686 517.339 -66.4693C517.339 -70.3878 514.069 -73.4355 510.363 -73.4355C506.439 -73.4355 503.387 -70.1701 503.387 -66.4693C503.169 -62.5509 506.439 -59.5032 510.363 -59.5032Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M535.216 -59.7215C538.486 -59.7215 541.32 -62.5515 541.32 -65.8169C541.32 -69.0823 538.486 -71.9123 535.216 -71.9123C531.945 -71.9123 529.111 -69.0823 529.111 -65.8169C529.111 -62.5515 531.945 -59.7215 535.216 -59.7215Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M557.888 -59.9388C560.778 -59.9388 563.12 -62.2779 563.12 -65.1634C563.12 -68.0489 560.778 -70.388 557.888 -70.388C554.999 -70.388 552.656 -68.0489 552.656 -65.1634C552.656 -62.2779 554.999 -59.9388 557.888 -59.9388Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M578.163 -60.3739C580.561 -60.3739 582.523 -62.3332 582.523 -64.7278C582.523 -67.1224 580.561 -69.0816 578.163 -69.0816C575.765 -69.0816 573.803 -67.1224 573.803 -64.7278C573.803 -62.3332 575.765 -60.3739 578.163 -60.3739Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M596.039 -60.3743C598.002 -60.3743 599.528 -61.8982 599.528 -63.8574C599.528 -65.8167 598.002 -67.3405 596.039 -67.3405C594.077 -67.3405 592.551 -65.8167 592.551 -63.8574C592.551 -62.1159 594.077 -60.3743 596.039 -60.3743Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M611.736 -60.592C613.262 -60.592 614.57 -61.8982 614.57 -63.4221C614.57 -64.9459 613.262 -66.2521 611.736 -66.2521C610.21 -66.2521 608.902 -64.9459 608.902 -63.4221C608.902 -61.8982 610.21 -60.592 611.736 -60.592Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M625.034 -60.8093C626.124 -60.8093 626.996 -61.6801 626.996 -62.7686C626.996 -63.857 626.124 -64.7278 625.034 -64.7278C623.944 -64.7278 623.072 -63.857 623.072 -62.7686C623.072 -61.6801 623.944 -60.8093 625.034 -60.8093Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M635.935 -60.5916C636.807 -60.5916 637.461 -61.2447 637.461 -62.1155C637.461 -62.9863 636.807 -63.6393 635.935 -63.6393C635.063 -63.6393 634.409 -62.9863 634.409 -62.1155C634.409 -61.2447 635.063 -60.5916 635.935 -60.5916Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M644.655 -60.5914C645.091 -60.5914 645.527 -61.0268 645.527 -61.4622C645.527 -61.8976 645.091 -62.333 644.655 -62.333C644.219 -62.333 643.783 -61.8976 643.783 -61.4622C643.783 -61.0268 644.001 -60.5914 644.655 -60.5914Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M650.977 -60.3741C651.195 -60.3741 651.413 -60.5918 651.413 -61.0272C651.413 -61.2449 651.195 -61.6803 650.977 -61.6803C650.759 -61.6803 650.541 -61.4626 650.541 -61.0272C650.323 -60.5918 650.541 -60.3741 650.977 -60.3741Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M654.901 -60.1565C655.022 -60.1565 655.119 -60.2539 655.119 -60.3741C655.119 -60.4944 655.022 -60.5918 654.901 -60.5918C654.781 -60.5918 654.683 -60.4944 654.683 -60.3741C654.683 -60.2539 654.781 -60.1565 654.901 -60.1565Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M6.11363 -38.1693C6.23404 -38.1693 6.33164 -38.2668 6.33164 -38.387C6.33164 -38.5072 6.23404 -38.6047 6.11363 -38.6047C5.99323 -38.6047 5.89563 -38.5072 5.89563 -38.387C5.89563 -38.2668 5.99323 -38.1693 6.11363 -38.1693Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M14.1799 -37.0806C14.5411 -37.0806 14.8339 -37.373 14.8339 -37.7337C14.8339 -38.0944 14.5411 -38.3868 14.1799 -38.3868C13.8187 -38.3868 13.5259 -38.0944 13.5259 -37.7337C13.5259 -37.373 13.8187 -37.0806 14.1799 -37.0806Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M24.6444 -36.2099C25.2464 -36.2099 25.7344 -36.6972 25.7344 -37.2983C25.7344 -37.8995 25.2464 -38.3868 24.6444 -38.3868C24.0424 -38.3868 23.5544 -37.8995 23.5544 -37.2983C23.5544 -36.6972 24.0424 -36.2099 24.6444 -36.2099Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M37.5065 -35.1216C38.3785 -35.1216 39.2505 -35.7747 39.2505 -36.8632C39.2505 -37.9516 38.5965 -38.6047 37.5065 -38.6047C36.6344 -38.6047 35.7624 -37.9516 35.7624 -36.8632C35.7624 -35.7747 36.6344 -35.1216 37.5065 -35.1216Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M52.5488 -33.8161C53.8568 -33.8161 54.7289 -34.9046 54.7289 -35.993C54.7289 -37.2992 53.6388 -38.1699 52.5488 -38.1699C51.2408 -38.1699 50.3687 -37.0815 50.3687 -35.993C50.3687 -34.9046 51.2408 -33.8161 52.5488 -33.8161Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M69.9895 -32.7272C71.7336 -32.7272 73.0416 -34.0334 73.0416 -35.7749C73.0416 -37.5165 71.7336 -38.8226 69.9895 -38.8226C68.2455 -38.8226 66.9375 -37.5165 66.9375 -35.7749C66.9375 -34.0334 68.4635 -32.7272 69.9895 -32.7272Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M89.8282 -31.4211C92.0083 -31.4211 93.5344 -33.1626 93.5344 -35.1218C93.5344 -37.0811 91.7903 -38.8226 89.8282 -38.8226C87.6482 -38.8226 86.1221 -37.0811 86.1221 -35.1218C86.1221 -33.1626 87.6482 -31.4211 89.8282 -31.4211Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M111.847 -29.8974C114.463 -29.8974 116.425 -31.8566 116.425 -34.4689C116.425 -37.0813 114.463 -39.0405 111.847 -39.0405C109.231 -39.0405 107.269 -37.0813 107.269 -34.4689C107.269 -32.0743 109.449 -29.8974 111.847 -29.8974Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M136.264 -28.5906C139.274 -28.5906 141.714 -31.0272 141.714 -34.0329C141.714 -37.0386 139.274 -39.4752 136.264 -39.4752C133.254 -39.4752 130.813 -37.0386 130.813 -34.0329C130.813 -31.0272 133.254 -28.5906 136.264 -28.5906Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M163.079 -27.0674C166.567 -27.0674 169.619 -29.8974 169.619 -33.5982C169.619 -37.0813 166.785 -40.129 163.079 -40.129C159.59 -40.129 156.538 -37.299 156.538 -33.5982C156.538 -29.8974 159.59 -27.0674 163.079 -27.0674Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M192.073 -25.5438C196.215 -25.5438 199.485 -28.8092 199.485 -32.9453C199.485 -37.0815 196.215 -40.3469 192.073 -40.3469C187.931 -40.3469 184.661 -37.0815 184.661 -32.9453C184.661 -28.8092 187.931 -25.5438 192.073 -25.5438Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M223.684 -23.8016C228.48 -23.8016 232.187 -27.7201 232.187 -32.2916C232.187 -37.0809 228.262 -40.7816 223.684 -40.7816C218.888 -40.7816 215.182 -36.8632 215.182 -32.2916C214.964 -27.7201 218.888 -23.8016 223.684 -23.8016Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M257.257 -22.2784C262.555 -22.2784 266.849 -26.5668 266.849 -31.8569C266.849 -37.1469 262.555 -41.4353 257.257 -41.4353C251.959 -41.4353 247.665 -37.1469 247.665 -31.8569C247.665 -26.5668 251.959 -22.2784 257.257 -22.2784Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M293.446 -21.8426C298.678 -21.8426 303.039 -26.1964 303.039 -31.4211C303.039 -36.6457 298.678 -40.9995 293.446 -40.9995C288.214 -40.9995 283.854 -36.6457 283.854 -31.4211C283.854 -25.9788 287.996 -21.8426 293.446 -21.8426Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M331.597 -21.6247C336.895 -21.6247 341.19 -25.9131 341.19 -31.2032C341.19 -36.4932 336.895 -40.7816 331.597 -40.7816C326.3 -40.7816 322.005 -36.4932 322.005 -31.2032C322.005 -25.9131 326.3 -21.6247 331.597 -21.6247Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M369.313 -21.8426C374.61 -21.8426 378.905 -26.131 378.905 -31.4211C378.905 -36.7111 374.61 -40.9995 369.313 -40.9995C364.015 -40.9995 359.72 -36.7111 359.72 -31.4211C359.72 -26.131 364.015 -21.8426 369.313 -21.8426Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M404.63 -22.4952C409.927 -22.4952 414.222 -26.7836 414.222 -32.0737C414.222 -37.3637 409.927 -41.6522 404.63 -41.6522C399.332 -41.6522 395.037 -37.3637 395.037 -32.0737C395.037 -26.7836 399.332 -22.4952 404.63 -22.4952Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M437.766 -22.931C442.999 -22.931 447.359 -27.2849 447.359 -32.5095C447.359 -37.7341 442.999 -42.088 437.766 -42.088C432.534 -42.088 428.174 -37.7341 428.174 -32.5095C428.174 -27.2849 432.534 -22.931 437.766 -22.931Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M468.505 -23.8023C473.683 -23.8023 477.88 -27.9932 477.88 -33.163C477.88 -38.3328 473.683 -42.5238 468.505 -42.5238C463.328 -42.5238 459.131 -38.3328 459.131 -33.163C459.131 -27.9932 463.328 -23.8023 468.505 -23.8023Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M497.064 -25.3255C501.642 -25.3255 505.349 -29.0262 505.349 -33.5978C505.349 -38.1693 501.642 -41.8701 497.064 -41.8701C492.486 -41.8701 488.78 -38.1693 488.78 -33.5978C488.78 -29.0262 492.486 -25.3255 497.064 -25.3255Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M523.007 -26.8497C526.931 -26.8497 530.201 -30.1151 530.201 -34.0336C530.201 -37.952 526.931 -41.2174 523.007 -41.2174C519.083 -41.2174 515.813 -37.952 515.813 -34.0336C515.813 -30.1151 519.083 -26.8497 523.007 -26.8497Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M546.77 -28.3734C550.261 -28.3734 553.092 -31.1998 553.092 -34.6865C553.092 -38.1731 550.261 -40.9995 546.77 -40.9995C543.278 -40.9995 540.448 -38.1731 540.448 -34.6865C540.448 -31.1998 543.278 -28.3734 546.77 -28.3734Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M568.353 -29.8976C571.405 -29.8976 573.585 -32.2923 573.585 -35.1223C573.585 -38.17 571.187 -40.3469 568.353 -40.3469C565.301 -40.3469 563.12 -37.9523 563.12 -35.1223C562.902 -32.2923 565.301 -29.8976 568.353 -29.8976Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M587.537 -31.4213C589.945 -31.4213 591.897 -33.3705 591.897 -35.7751C591.897 -38.1797 589.945 -40.129 587.537 -40.129C585.129 -40.129 583.177 -38.1797 583.177 -35.7751C583.177 -33.3705 585.129 -31.4213 587.537 -31.4213Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M604.324 -32.727C606.286 -32.727 607.812 -34.2509 607.812 -36.2101C607.812 -38.1693 606.286 -39.6932 604.324 -39.6932C602.362 -39.6932 600.836 -38.1693 600.836 -36.2101C600.618 -34.2509 602.144 -32.727 604.324 -32.727Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M618.712 -34.0332C620.238 -34.0332 621.546 -35.3393 621.546 -36.8632C621.546 -38.387 620.238 -39.6932 618.712 -39.6932C617.186 -39.6932 615.878 -38.387 615.878 -36.8632C615.878 -35.3393 617.186 -34.0332 618.712 -34.0332Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M630.92 -35.3393C632.01 -35.3393 633.1 -36.2101 633.1 -37.5162C633.1 -38.6047 632.228 -39.6932 630.92 -39.6932C629.83 -39.6932 628.74 -38.8224 628.74 -37.5162C628.74 -36.2101 629.612 -35.3393 630.92 -35.3393Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M640.731 -36.4275C641.603 -36.4275 642.257 -37.0806 642.257 -37.9514C642.257 -38.8222 641.603 -39.4752 640.731 -39.4752C639.859 -39.4752 639.205 -38.8222 639.205 -37.9514C639.205 -37.0806 639.859 -36.4275 640.731 -36.4275Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M648.143 -37.5162C648.797 -37.5162 649.233 -37.9516 649.233 -38.6047C649.233 -39.2578 648.797 -39.6932 648.143 -39.6932C647.489 -39.6932 647.053 -39.2578 647.053 -38.6047C647.053 -37.9516 647.489 -37.5162 648.143 -37.5162Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M653.157 -38.387C653.375 -38.387 653.593 -38.6047 653.593 -39.0401C653.593 -39.2578 653.375 -39.6932 653.157 -39.6932C652.939 -39.6932 652.503 -39.4755 652.503 -39.0401C652.721 -38.8224 652.939 -38.387 653.157 -38.387Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M655.991 -39.2578C656.209 -39.4755 656.209 -39.2578 655.991 -39.2578C656.209 -39.6932 656.209 -39.6932 655.991 -39.6932C655.991 -39.6932 655.773 -39.6932 655.991 -39.2578Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M3.93357 -15.9653C4.05397 -15.9653 4.15158 -16.0628 4.15158 -16.183C4.15158 -16.3033 4.05397 -16.4007 3.93357 -16.4007C3.81317 -16.4007 3.71556 -16.3033 3.71556 -16.183C3.71556 -16.0628 3.81317 -15.9653 3.93357 -15.9653Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M10.9098 -13.7882C11.271 -13.7882 11.5638 -14.0806 11.5638 -14.4412C11.5638 -14.8019 11.271 -15.0943 10.9098 -15.0943C10.5486 -15.0943 10.2558 -14.8019 10.2558 -14.4412C10.2558 -14.0806 10.5486 -13.7882 10.9098 -13.7882Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M20.2843 -11.611C20.9383 -11.611 21.3743 -12.0464 21.3743 -12.6995C21.3743 -13.3526 20.9383 -13.788 20.2843 -13.788C19.6303 -13.788 19.1942 -13.3526 19.1942 -12.6995C19.1942 -12.2641 19.6303 -11.611 20.2843 -11.611Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M31.8386 -9.43431C32.7106 -9.43431 33.5827 -10.0874 33.5827 -11.1759C33.5827 -12.0466 32.9286 -12.9174 31.8386 -12.9174C30.9666 -12.9174 30.0946 -12.2643 30.0946 -11.1759C30.3126 -10.3051 30.9666 -9.43431 31.8386 -9.43431Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M45.7909 -7.25719C47.099 -7.25719 47.971 -8.34565 47.971 -9.43411C47.971 -10.7403 46.881 -11.611 45.7909 -11.611C44.7009 -11.611 43.6109 -10.5226 43.6109 -9.43411C43.6109 -8.12796 44.4829 -7.25719 45.7909 -7.25719Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M62.1411 -4.86299C63.8852 -4.86299 65.1932 -6.16917 65.1932 -7.91071C65.1932 -9.65224 63.8852 -10.9584 62.1411 -10.9584C60.397 -10.9584 59.089 -9.65224 59.089 -7.91071C59.089 -6.16917 60.397 -4.86299 62.1411 -4.86299Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M80.6721 -2.25046C82.8521 -2.25046 84.3782 -3.99199 84.3782 -5.95122C84.3782 -8.12814 82.6341 -9.65202 80.6721 -9.65202C78.492 -9.65202 76.966 -7.91045 76.966 -5.95122C76.966 -3.99199 78.71 -2.25046 80.6721 -2.25046Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M101.601 0.144768C104.129 0.144768 106.179 -1.90195 106.179 -4.42674C106.179 -6.95154 104.129 -8.99831 101.601 -8.99831C99.0722 -8.99831 97.0225 -6.95154 97.0225 -4.42674C97.0225 -1.90195 99.0722 0.144768 101.601 0.144768Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M124.927 2.75687C127.979 2.75687 130.378 0.362259 130.378 -2.68544C130.378 -5.73313 127.979 -8.12775 124.927 -8.12775C121.875 -8.12775 119.477 -5.73313 119.477 -2.68544C119.477 0.362259 121.875 2.75687 124.927 2.75687Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M150.434 5.36855C153.922 5.36855 156.974 2.53855 156.974 -1.16222C156.974 -4.6453 154.14 -7.693 150.434 -7.693C146.946 -7.693 143.894 -4.86299 143.894 -1.16222C144.112 2.53855 146.946 5.36855 150.434 5.36855Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M178.339 7.98171C182.481 7.98171 185.751 4.71634 185.751 0.580177C185.751 -3.55598 182.481 -6.82138 178.339 -6.82138C174.197 -6.82138 170.926 -3.55598 170.926 0.580177C170.926 4.71634 174.197 7.98171 178.339 7.98171Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M208.642 10.5934C213.438 10.5934 217.144 6.67494 217.144 2.1034C217.144 -2.68584 213.22 -6.38663 208.642 -6.38663C203.846 -6.38663 200.14 -2.46814 200.14 2.1034C200.14 6.89263 203.846 10.5934 208.642 10.5934Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M241.125 13.2061C246.422 13.2061 250.717 8.91767 250.717 3.62763C250.717 -1.66241 246.422 -5.95082 241.125 -5.95082C235.827 -5.95082 231.532 -1.66241 231.532 3.62763C231.532 8.91767 235.827 13.2061 241.125 13.2061Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M276.006 14.5125C281.303 14.5125 285.598 10.2241 285.598 4.93404C285.598 -0.35601 281.303 -4.64445 276.006 -4.64445C270.708 -4.64445 266.413 -0.35601 266.413 4.93404C266.413 10.2241 270.708 14.5125 276.006 14.5125Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M312.631 15.383C317.863 15.383 322.223 11.0292 322.223 5.80457C322.223 0.579941 317.863 -3.7739 312.631 -3.7739C307.399 -3.7739 303.039 0.579941 303.039 5.80457C303.039 11.0292 307.399 15.383 312.631 15.383Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M350.128 15.1651C355.36 15.1651 359.72 10.8113 359.72 5.58665C359.72 0.36203 355.36 -3.99181 350.128 -3.99181C344.896 -3.99181 340.536 0.36203 340.536 5.58665C340.536 11.029 344.678 15.1651 350.128 15.1651Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M386.317 14.2946C391.549 14.2946 395.909 9.94071 395.909 4.71609C395.909 -0.50853 391.549 -4.86236 386.317 -4.86236C381.085 -4.86236 376.725 -0.50853 376.725 4.71609C376.725 9.94071 381.085 14.2946 386.317 14.2946Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M420.544 12.7703C425.776 12.7703 430.136 8.41648 430.136 3.19186C430.136 -2.03276 425.776 -6.38663 420.544 -6.38663C415.312 -6.38663 410.952 -2.03276 410.952 3.19186C410.952 8.41648 415.094 12.7703 420.544 12.7703Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M452.373 11.0285C457.605 11.0285 461.747 6.89241 461.747 1.66779C461.747 -3.55683 457.605 -7.693 452.373 -7.693C447.141 -7.693 442.999 -3.55683 442.999 1.66779C442.999 6.89241 447.141 11.0285 452.373 11.0285Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M482.022 8.41685C486.6 8.41685 490.306 4.71609 490.306 0.144547C490.306 -4.42699 486.6 -8.12775 482.022 -8.12775C477.444 -8.12775 473.738 -4.42699 473.738 0.144547C473.738 4.71609 477.444 8.41685 482.022 8.41685Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M509.273 5.58622C513.197 5.58622 516.467 2.32086 516.467 -1.5976C516.467 -5.51607 513.197 -8.78146 509.273 -8.78146C505.349 -8.78146 502.079 -5.51607 502.079 -1.5976C502.079 2.32086 505.131 5.58622 509.273 5.58622Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M534.125 2.97415C537.613 2.97415 540.447 0.144165 540.447 -3.33891C540.447 -6.822 537.613 -9.65202 534.125 -9.65202C530.637 -9.65202 527.803 -6.822 527.803 -3.33891C527.803 0.144165 530.637 2.97415 534.125 2.97415Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M556.798 0.362473C559.688 0.362473 562.03 -1.97665 562.03 -4.86213C562.03 -7.7476 559.688 -10.0868 556.798 -10.0868C553.909 -10.0868 551.566 -7.7476 551.566 -4.86213C551.566 -1.97665 553.909 0.362473 556.798 0.362473Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M577.073 -2.25069C579.481 -2.25069 581.433 -4.19997 581.433 -6.60454C581.433 -9.0091 579.481 -10.9584 577.073 -10.9584C574.665 -10.9584 572.713 -9.0091 572.713 -6.60454C572.713 -4.19997 574.665 -2.25069 577.073 -2.25069Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M594.949 -4.64489C596.911 -4.64489 598.438 -6.16872 598.438 -8.12794C598.438 -10.0872 596.911 -11.611 594.949 -11.611C592.987 -11.611 591.461 -10.0872 591.461 -8.12794C591.461 -6.16872 592.987 -4.64489 594.949 -4.64489Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M610.646 -7.03948C612.172 -7.03948 613.48 -8.34564 613.48 -9.86949C613.48 -11.3933 612.172 -12.6995 610.646 -12.6995C609.12 -12.6995 607.812 -11.3933 607.812 -9.86949C607.812 -8.34564 609.12 -7.03948 610.646 -7.03948Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M623.944 -9.43411C625.034 -9.43411 626.124 -10.3049 626.124 -11.611C626.124 -12.6995 625.252 -13.788 623.944 -13.788C622.636 -13.788 621.764 -12.9172 621.764 -11.611C621.764 -10.5226 622.854 -9.43411 623.944 -9.43411Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M634.845 -11.8287C635.717 -11.8287 636.371 -12.4818 636.371 -13.3526C636.371 -14.2234 635.717 -14.8764 634.845 -14.8764C633.973 -14.8764 633.319 -14.2234 633.319 -13.3526C633.319 -12.4818 633.973 -11.8287 634.845 -11.8287Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M643.565 -14.0059C644.167 -14.0059 644.655 -14.4932 644.655 -15.0943C644.655 -15.6955 644.167 -16.1828 643.565 -16.1828C642.963 -16.1828 642.475 -15.6955 642.475 -15.0943C642.475 -14.4932 642.963 -14.0059 643.565 -14.0059Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M649.887 -16.183C650.105 -16.183 650.541 -16.4007 650.541 -16.8361C650.541 -17.0538 650.323 -17.4892 649.887 -17.4892C649.669 -17.4892 649.451 -17.2715 649.451 -16.8361C649.233 -16.4007 649.451 -16.183 649.887 -16.183Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M653.811 -18.1422C653.932 -18.1422 654.029 -18.2397 654.029 -18.36C654.029 -18.4802 653.932 -18.5776 653.811 -18.5776C653.691 -18.5776 653.593 -18.4802 653.593 -18.36C653.593 -18.2397 653.691 -18.1422 653.811 -18.1422Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M9.38373 7.3282C9.50413 7.3282 9.60174 7.23076 9.60174 7.11053C9.60174 6.9903 9.50413 6.89282 9.38373 6.89282C9.26333 6.89282 9.16573 6.9903 9.16573 7.11053C9.16573 7.23076 9.26333 7.3282 9.38373 7.3282Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M17.6682 10.5938C18.0294 10.5938 18.3222 10.3014 18.3222 9.9407C18.3222 9.58002 18.0294 9.28765 17.6682 9.28765C17.307 9.28765 17.0142 9.58002 17.0142 9.9407C17.0142 10.3014 17.307 10.5938 17.6682 10.5938Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M28.1322 13.8594C28.7862 13.8594 29.2222 13.424 29.2222 12.771C29.2222 12.1179 28.7862 11.6825 28.1322 11.6825C27.4782 11.6825 27.0422 12.1179 27.0422 12.771C27.0422 13.424 27.4782 13.8594 28.1322 13.8594Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M40.7768 17.1239C41.6196 17.1239 42.3028 16.4417 42.3028 15.6001C42.3028 14.7585 41.6196 14.0762 40.7768 14.0762C39.934 14.0762 39.2507 14.7585 39.2507 15.6001C39.2507 16.4417 39.934 17.1239 40.7768 17.1239Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M56.0371 20.607C57.3452 20.607 58.2172 19.5186 58.2172 18.4301C58.2172 17.3416 57.1272 16.2532 56.0371 16.2532C54.7291 16.2532 53.8571 17.3416 53.8571 18.4301C53.8571 19.5186 54.7291 20.607 56.0371 20.607Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M73.4779 24.0901C75.0039 24.0901 76.312 22.784 76.312 21.2601C76.312 19.7363 75.0039 18.4301 73.4779 18.4301C71.9518 18.4301 70.6438 19.7363 70.6438 21.2601C70.4258 22.784 71.7338 24.0901 73.4779 24.0901Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M93.0983 27.5738C95.0604 27.5738 96.8045 25.8323 96.8045 23.873C96.8045 21.9138 95.0604 20.1723 93.0983 20.1723C91.1363 20.1723 89.3922 21.9138 89.3922 23.873C89.3922 25.8323 91.1363 27.5738 93.0983 27.5738Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M115.117 31.0565C117.515 31.0565 119.695 29.0973 119.695 26.4849C119.695 24.0903 117.733 21.9134 115.117 21.9134C112.719 21.9134 110.539 23.8726 110.539 26.4849C110.757 29.0973 112.719 31.0565 115.117 31.0565Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M139.534 34.757C142.544 34.757 144.984 32.3204 144.984 29.3147C144.984 26.309 142.544 23.8724 139.534 23.8724C136.524 23.8724 134.084 26.309 134.084 29.3147C134.084 32.3204 136.524 34.757 139.534 34.757Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M166.348 38.2407C169.836 38.2407 172.671 35.4107 172.671 31.9277C172.671 28.4446 169.836 25.6146 166.348 25.6146C162.86 25.6146 160.026 28.4446 160.026 31.9277C160.026 35.4107 162.86 38.2407 166.348 38.2407Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M195.344 41.7234C199.268 41.7234 202.538 38.458 202.538 34.5396C202.538 30.6211 199.268 27.3557 195.344 27.3557C191.419 27.3557 188.149 30.6211 188.149 34.5396C188.149 38.458 191.201 41.7234 195.344 41.7234Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M226.518 44.9888C231.096 44.9888 234.802 41.288 234.802 36.7165C234.802 32.1449 231.096 28.4442 226.518 28.4442C221.94 28.4442 218.234 32.1449 218.234 36.7165C218.234 41.288 221.94 44.9888 226.518 44.9888Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M259.873 48.0363C265.05 48.0363 269.247 43.8453 269.247 38.6755C269.247 33.5057 265.05 29.3147 259.873 29.3147C254.696 29.3147 250.499 33.5057 250.499 38.6755C250.499 43.8453 254.696 48.0363 259.873 48.0363Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M294.972 49.5601C300.204 49.5601 304.564 45.2063 304.564 39.9816C304.564 34.757 300.204 30.4032 294.972 30.4032C289.74 30.4032 285.38 34.757 285.38 39.9816C285.38 45.424 289.74 49.5601 294.972 49.5601Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M331.161 49.9959C336.394 49.9959 340.754 45.6421 340.754 40.4174C340.754 35.1928 336.394 30.839 331.161 30.839C325.929 30.839 321.569 35.1928 321.569 40.4174C321.569 45.8598 325.929 49.9959 331.161 49.9959Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M367.35 49.3433C372.648 49.3433 376.943 45.0549 376.943 39.7648C376.943 34.4748 372.648 30.1863 367.35 30.1863C362.053 30.1863 357.758 34.4748 357.758 39.7648C357.758 45.0549 362.053 49.3433 367.35 49.3433Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M402.014 47.819C407.246 47.819 411.606 43.4651 411.606 38.2405C411.606 33.0159 407.246 28.6621 402.014 28.6621C396.781 28.6621 392.421 33.0159 392.421 38.2405C392.421 43.4651 396.781 47.819 402.014 47.819Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M434.715 45.6421C439.947 45.6421 444.307 41.2882 444.307 36.0636C444.307 30.839 439.947 26.4851 434.715 26.4851C429.482 26.4851 425.122 30.839 425.122 36.0636C425.122 41.5059 429.482 45.6421 434.715 45.6421Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M465.454 42.8123C470.51 42.8123 474.61 38.7188 474.61 33.6692C474.61 28.6196 470.51 24.5261 465.454 24.5261C460.397 24.5261 456.297 28.6196 456.297 33.6692C456.297 38.7188 460.397 42.8123 465.454 42.8123Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M493.794 39.329C498.155 39.329 501.861 35.6282 501.861 31.2744C501.861 26.9205 498.155 23.2198 493.794 23.2198C489.434 23.2198 485.728 26.9205 485.728 31.2744C485.728 35.6282 489.216 39.329 493.794 39.329Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M519.737 35.6278C523.59 35.6278 526.713 32.5089 526.713 28.6616C526.713 24.8143 523.59 21.6955 519.737 21.6955C515.884 21.6955 512.761 24.8143 512.761 28.6616C512.761 32.5089 515.884 35.6278 519.737 35.6278Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M543.5 31.9273C546.871 31.9273 549.604 29.1982 549.604 25.8319C549.604 22.4655 546.871 19.7365 543.5 19.7365C540.129 19.7365 537.396 22.4655 537.396 25.8319C537.396 29.1982 540.129 31.9273 543.5 31.9273Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M565.083 28.4446C567.972 28.4446 570.315 26.1054 570.315 23.22C570.315 20.3345 567.972 17.9953 565.083 17.9953C562.193 17.9953 559.85 20.3345 559.85 23.22C559.85 26.1054 562.193 28.4446 565.083 28.4446Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M584.049 24.744C586.447 24.744 588.409 22.7848 588.409 20.3902C588.409 17.9956 586.447 16.0363 584.049 16.0363C581.651 16.0363 579.689 17.9956 579.689 20.3902C579.689 22.7848 581.651 24.744 584.049 24.744Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M600.836 21.2603C602.798 21.2603 604.324 19.7365 604.324 17.7772C604.324 15.818 602.798 14.2942 600.836 14.2942C598.874 14.2942 597.347 15.818 597.347 17.7772C597.347 19.5188 598.874 21.2603 600.836 21.2603Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M615.224 17.5593C616.75 17.5593 618.058 16.2532 618.058 14.7293C618.058 13.2055 616.75 11.8993 615.224 11.8993C613.698 11.8993 612.39 13.2055 612.39 14.7293C612.608 16.4709 613.698 17.5593 615.224 17.5593Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M627.432 14.0767C628.522 14.0767 629.394 13.2059 629.394 12.1174C629.394 11.029 628.522 10.1582 627.432 10.1582C626.342 10.1582 625.47 11.029 625.47 12.1174C625.47 13.2059 626.342 14.0767 627.432 14.0767Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M637.242 10.5932C638.114 10.5932 638.768 9.94008 638.768 9.06931C638.768 8.19854 638.114 7.54548 637.242 7.54548C636.37 7.54548 635.716 8.19854 635.716 9.06931C635.716 9.94008 636.37 10.5932 637.242 10.5932Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M644.655 7.328C645.091 7.328 645.527 6.89262 645.527 6.45724C645.527 6.02186 645.091 5.58646 644.655 5.58646C644.219 5.58646 643.783 6.02186 643.783 6.45724C643.783 6.89262 644.219 7.328 644.655 7.328Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M649.887 4.06301C650.105 4.06301 650.541 3.84531 650.541 3.40993C650.541 2.97454 650.323 2.75687 649.887 2.75687C649.669 2.75687 649.451 2.97454 649.451 3.40993C649.451 3.84531 649.669 4.06301 649.887 4.06301Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M652.721 1.01533C652.939 0.579941 652.939 0.579956 652.721 0.579956C652.503 0.579956 652.503 0.579941 652.721 1.01533C652.503 1.01533 652.503 0.797638 652.721 1.01533Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M9.60166 27.3563C9.81966 27.3563 9.81966 27.3563 9.60166 27.3563C9.81966 26.9209 9.81966 26.921 9.60166 26.921C9.60166 26.921 9.38365 27.1386 9.60166 27.3563Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M16.5782 31.7093C17.0142 31.7093 17.2322 31.4917 17.2322 31.0563C17.2322 30.6209 17.0142 30.4032 16.5782 30.4032C16.1421 30.4032 15.9241 30.6209 15.9241 31.0563C15.9241 31.4917 16.3602 31.7093 16.5782 31.7093Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M25.9523 35.8459C26.4339 35.8459 26.8244 35.456 26.8244 34.9751C26.8244 34.4942 26.4339 34.1044 25.9523 34.1044C25.4707 34.1044 25.0803 34.4942 25.0803 34.9751C25.0803 35.456 25.4707 35.8459 25.9523 35.8459Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M37.5067 40.4174C38.3787 40.4174 39.0327 39.7644 39.0327 38.8936C39.0327 38.0228 38.3787 37.3698 37.5067 37.3698C36.6347 37.3698 35.9806 38.0228 35.9806 38.8936C35.9806 39.7644 36.6347 40.4174 37.5067 40.4174Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M51.4588 44.7711C52.5488 44.7711 53.6388 43.9003 53.6388 42.5942C53.6388 41.5057 52.7668 40.4172 51.4588 40.4172C50.3687 40.4172 49.2787 41.288 49.2787 42.5942C49.2787 43.9003 50.1507 44.7711 51.4588 44.7711Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M67.5915 49.3427C69.1175 49.3427 70.4256 48.0365 70.4256 46.5126C70.4256 44.9888 69.1175 43.6826 67.5915 43.6826C66.0654 43.6826 64.7574 44.9888 64.7574 46.5126C64.9754 48.0365 66.0654 49.3427 67.5915 49.3427Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M86.1219 53.6963C88.084 53.6963 89.61 52.1724 89.61 50.2132C89.61 48.2539 88.084 46.7301 86.1219 46.7301C84.1599 46.7301 82.6338 48.2539 82.6338 50.2132C82.6338 52.1724 84.1599 53.6963 86.1219 53.6963Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M107.05 58.2685C109.449 58.2685 111.411 56.3092 111.411 53.9146C111.411 51.52 109.449 49.5608 107.05 49.5608C104.652 49.5608 102.69 51.52 102.69 53.9146C102.69 56.3092 104.652 58.2685 107.05 58.2685Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M130.159 62.6221C132.928 62.6221 135.173 60.3804 135.173 57.6152C135.173 54.8499 132.928 52.6082 130.159 52.6082C127.39 52.6082 125.145 54.8499 125.145 57.6152C125.145 60.3804 127.39 62.6221 130.159 62.6221Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M155.666 66.9764C158.936 66.9764 161.552 64.3641 161.552 61.0987C161.552 57.8333 158.936 55.221 155.666 55.221C152.396 55.221 149.78 57.8333 149.78 61.0987C149.78 64.3641 152.396 66.9764 155.666 66.9764Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M183.353 71.1123C187.277 71.1123 190.329 68.0646 190.329 64.1461C190.329 60.2277 187.277 57.18 183.353 57.18C179.429 57.18 176.377 60.2277 176.377 64.1461C176.377 68.0646 179.429 71.1123 183.353 71.1123Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M213.22 75.0308C217.58 75.0308 221.068 71.5477 221.068 67.1938C221.068 62.84 217.58 59.3569 213.22 59.3569C208.86 59.3569 205.372 62.84 205.372 67.1938C205.372 71.5477 208.86 75.0308 213.22 75.0308Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M245.049 78.5134C249.845 78.5134 253.769 74.595 253.769 69.8057C253.769 65.0165 249.845 61.098 245.049 61.098C240.253 61.098 236.328 65.0165 236.328 69.8057C236.328 74.595 240.253 78.5134 245.049 78.5134Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M278.622 81.126C283.799 81.126 287.996 76.935 287.996 71.7652C287.996 66.5954 283.799 62.4044 278.622 62.4044C273.445 62.4044 269.248 66.5954 269.248 71.7652C269.248 76.935 273.445 81.126 278.622 81.126Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M313.503 82.214C318.735 82.214 323.095 77.8601 323.095 72.6355C323.095 67.4109 318.735 63.0571 313.503 63.0571C308.271 63.0571 303.91 67.4109 303.91 72.6355C303.91 78.0778 308.271 82.214 313.503 82.214Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M348.602 82.214C353.834 82.214 358.194 77.8601 358.194 72.6355C358.194 67.4109 353.834 63.0571 348.602 63.0571C343.37 63.0571 339.01 67.4109 339.01 72.6355C339.01 77.8601 343.37 82.214 348.602 82.214Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M383.265 80.9087C388.563 80.9087 392.857 76.6203 392.857 71.3302C392.857 66.0402 388.563 61.7517 383.265 61.7517C377.967 61.7517 373.673 66.0402 373.673 71.3302C373.673 76.6203 377.967 80.9087 383.265 80.9087Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M416.402 78.5132C421.634 78.5132 425.776 74.3771 425.776 69.1525C425.776 63.9278 421.634 59.7917 416.402 59.7917C411.17 59.7917 407.028 63.9278 407.028 69.1525C407.028 74.3771 411.17 78.5132 416.402 78.5132Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M447.795 75.0306C452.591 75.0306 456.297 71.3298 456.297 66.5405C456.297 61.7513 452.591 58.0506 447.795 58.0506C442.999 58.0506 439.293 61.7513 439.293 66.5405C439.293 71.1121 442.999 75.0306 447.795 75.0306Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M477.008 70.8942C481.15 70.8942 484.638 67.4111 484.638 63.2749C484.638 59.1388 481.15 55.6557 477.008 55.6557C472.866 55.6557 469.378 59.1388 469.378 63.2749C469.378 67.6288 472.648 70.8942 477.008 70.8942Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M504.04 66.7578C507.746 66.7578 510.799 63.7101 510.799 60.0093C510.799 56.3086 507.746 53.2609 504.04 53.2609C500.334 53.2609 497.282 56.3086 497.282 60.0093C497.282 63.7101 500.334 66.7578 504.04 66.7578Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M528.893 62.4046C532.163 62.4046 534.779 59.7923 534.779 56.5269C534.779 53.2615 532.163 50.6492 528.893 50.6492C525.623 50.6492 523.007 53.2615 523.007 56.5269C523.007 59.7923 525.623 62.4046 528.893 62.4046Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M551.348 57.8324C554.182 57.8324 556.362 55.6555 556.362 52.8255C556.362 49.9955 554.182 47.8186 551.348 47.8186C548.514 47.8186 546.334 49.9955 546.334 52.8255C546.334 55.6555 548.514 57.8324 551.348 57.8324Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M571.623 53.2613C573.91 53.2613 575.765 51.4095 575.765 49.1251C575.765 46.8408 573.91 44.989 571.623 44.989C569.335 44.989 567.481 46.8408 567.481 49.1251C567.481 51.4095 569.335 53.2613 571.623 53.2613Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M589.499 48.6902C591.243 48.6902 592.769 47.1664 592.769 45.4248C592.769 43.6833 591.243 42.1594 589.499 42.1594C587.755 42.1594 586.229 43.6833 586.229 45.4248C586.229 47.384 587.537 48.6902 589.499 48.6902Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M604.978 44.3355C606.504 44.3355 607.594 43.247 607.594 41.7232C607.594 40.1993 606.504 39.1109 604.978 39.1109C603.452 39.1109 602.362 40.1993 602.362 41.7232C602.362 43.247 603.67 44.3355 604.978 44.3355Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M618.276 39.764C619.366 39.764 620.238 38.8932 620.238 37.8047C620.238 36.7163 619.366 35.8455 618.276 35.8455C617.186 35.8455 616.314 36.7163 616.314 37.8047C616.314 38.8932 617.186 39.764 618.276 39.764Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M629.176 35.4104C630.048 35.4104 630.484 34.7573 630.484 34.1042C630.484 33.2334 629.83 32.798 629.176 32.798C628.522 32.798 627.868 33.4511 627.868 34.1042C627.868 34.7573 628.522 35.4104 629.176 35.4104Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M637.896 30.8394C638.333 30.8394 638.768 30.4041 638.768 29.9687C638.768 29.5333 638.333 29.0979 637.896 29.0979C637.461 29.0979 637.024 29.5333 637.024 29.9687C637.024 30.4041 637.461 30.8394 637.896 30.8394Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M644.219 26.4853C644.46 26.4853 644.655 26.2904 644.655 26.05C644.655 25.8095 644.46 25.6146 644.219 25.6146C643.978 25.6146 643.783 25.8095 643.783 26.05C643.783 26.2904 643.978 26.4853 644.219 26.4853Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M648.143 22.3488C648.263 22.3488 648.361 22.2513 648.361 22.1311C648.361 22.0109 648.263 21.9134 648.143 21.9134C648.022 21.9134 647.925 22.0109 647.925 22.1311C647.925 22.2513 648.022 22.3488 648.143 22.3488Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M17.2322 50.4309C17.3526 50.4309 17.4502 50.3334 17.4502 50.2132C17.4502 50.093 17.3526 49.9955 17.2322 49.9955C17.1118 49.9955 17.0142 50.093 17.0142 50.2132C17.0142 50.3334 17.1118 50.4309 17.2322 50.4309Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M25.2981 55.6559C25.5389 55.6559 25.7341 55.461 25.7341 55.2206C25.7341 54.9801 25.5389 54.7852 25.2981 54.7852C25.0573 54.7852 24.8621 54.9801 24.8621 55.2206C24.8621 55.461 25.0573 55.6559 25.2981 55.6559Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M35.7626 60.8806C36.2442 60.8806 36.6347 60.4907 36.6347 60.0098C36.6347 59.5289 36.2442 59.139 35.7626 59.139C35.281 59.139 34.8906 59.5289 34.8906 60.0098C34.8906 60.4907 35.281 60.8806 35.7626 60.8806Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M48.4067 66.3231C49.1291 66.3231 49.7147 65.7383 49.7147 65.0169C49.7147 64.2955 49.1291 63.7108 48.4067 63.7108C47.6843 63.7108 47.0986 64.2955 47.0986 65.0169C47.0986 65.7383 47.6843 66.3231 48.4067 66.3231Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M63.4493 71.7652C64.5394 71.7652 65.4114 70.8944 65.4114 69.8059C65.4114 68.7175 64.5394 67.8467 63.4493 67.8467C62.3593 67.8467 61.4873 68.7175 61.4873 69.8059C61.4873 70.8944 62.3593 71.7652 63.4493 71.7652Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M80.8898 76.9893C82.1978 76.9893 83.5058 75.9009 83.5058 74.3771C83.5058 73.0709 82.4158 71.7648 80.8898 71.7648C79.5817 71.7648 78.2737 72.8532 78.2737 74.3771C78.2737 75.9009 79.3637 76.9893 80.8898 76.9893Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M100.51 82.2146C102.254 82.2146 103.78 80.6908 103.78 78.9492C103.78 77.2077 102.254 75.6839 100.51 75.6839C98.7662 75.6839 97.2401 77.2077 97.2401 78.9492C97.2401 80.6908 98.7662 82.2146 100.51 82.2146Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M122.311 87.4388C124.491 87.4388 126.235 85.6973 126.235 83.5204C126.235 81.3434 124.491 79.6019 122.311 79.6019C120.131 79.6019 118.387 81.3434 118.387 83.5204C118.387 85.6973 120.131 87.4388 122.311 87.4388Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M146.51 92.4458C149.126 92.4458 151.306 90.2689 151.306 87.6565C151.306 85.0442 149.126 82.8673 146.51 82.8673C143.894 82.8673 141.714 85.0442 141.714 87.6565C141.714 90.2689 143.894 92.4458 146.51 92.4458Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M172.889 97.0173C175.899 97.0173 178.339 94.5807 178.339 91.575C178.339 88.5693 175.899 86.1327 172.889 86.1327C169.879 86.1327 167.439 88.5693 167.439 91.575C167.439 94.5807 169.879 97.0173 172.889 97.0173Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M201.229 101.589C204.717 101.589 207.552 98.7595 207.552 95.2764C207.552 91.7933 204.717 88.9633 201.229 88.9633C197.741 88.9633 194.907 91.7933 194.907 95.2764C194.907 98.7595 197.741 101.589 201.229 101.589Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M231.532 105.508C235.456 105.508 238.727 102.243 238.727 98.3241C238.727 94.4056 235.456 91.1402 231.532 91.1402C227.608 91.1402 224.338 94.4056 224.338 98.3241C224.338 102.243 227.608 105.508 231.532 105.508Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M263.58 108.773C267.94 108.773 271.428 105.29 271.428 100.936C271.428 96.5823 267.94 93.0992 263.58 93.0992C259.219 93.0992 255.731 96.5823 255.731 100.936C255.731 105.29 259.219 108.773 263.58 108.773Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M296.935 110.732C301.731 110.732 305.437 106.813 305.437 102.242C305.437 97.4527 301.513 93.7519 296.935 93.7519C292.138 93.7519 288.432 97.6704 288.432 102.242C288.432 107.031 292.356 110.732 296.935 110.732Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M330.943 111.603C335.958 111.603 339.882 107.684 339.882 102.677C339.882 97.6704 335.958 93.7519 330.943 93.7519C325.929 93.7519 322.005 97.6704 322.005 102.677C322.005 107.684 325.929 111.603 330.943 111.603Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M364.734 110.95C369.749 110.95 373.673 106.814 373.673 102.025C373.673 97.0177 369.531 93.0992 364.734 93.0992C359.72 93.0992 355.796 97.2354 355.796 102.025C355.796 107.032 359.72 110.95 364.734 110.95Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M397.871 108.991C402.667 108.991 406.81 105.073 406.81 100.066C406.81 95.2764 402.885 91.1402 397.871 91.1402C393.075 91.1402 388.933 95.0587 388.933 100.066C388.933 105.073 392.857 108.991 397.871 108.991Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M429.482 105.943C434.061 105.943 437.767 102.242 437.767 97.6704C437.767 93.0988 434.061 89.3981 429.482 89.3981C424.904 89.3981 421.198 93.0988 421.198 97.6704C420.98 102.242 424.904 105.943 429.482 105.943Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M459.349 102.025C463.709 102.025 466.98 98.5418 466.98 94.4056C466.98 90.0518 463.491 86.7864 459.349 86.7864C454.989 86.7864 451.719 90.2695 451.719 94.4056C451.501 98.5418 454.989 102.025 459.349 102.025Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M487.036 97.6702C490.96 97.6702 494.012 94.6225 494.012 90.704C494.012 86.7855 490.96 83.7378 487.036 83.7378C483.112 83.7378 480.06 86.7855 480.06 90.704C480.06 94.4048 483.33 97.6702 487.036 97.6702Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M512.761 92.6632C516.249 92.6632 518.865 89.8332 518.865 86.5678C518.865 83.0848 516.031 80.4725 512.761 80.4725C509.491 80.4725 506.656 83.3025 506.656 86.5678C506.656 89.8332 509.491 92.6632 512.761 92.6632Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M536.306 87.6569C539.316 87.6569 541.756 85.2203 541.756 82.2146C541.756 79.2089 539.316 76.7723 536.306 76.7723C533.296 76.7723 530.855 79.2089 530.855 82.2146C530.855 85.2203 533.296 87.6569 536.306 87.6569Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M557.67 82.2142C560.199 82.2142 562.248 80.1675 562.248 77.6427C562.248 75.1179 560.199 73.0711 557.67 73.0711C555.142 73.0711 553.092 75.1179 553.092 77.6427C553.092 80.1675 555.142 82.2142 557.67 82.2142Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M576.637 76.9893C578.817 76.9893 580.343 75.2478 580.343 73.2886C580.343 71.1117 578.599 69.5878 576.637 69.5878C574.457 69.5878 572.931 71.3294 572.931 73.2886C572.713 75.2478 574.457 76.9893 576.637 76.9893Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M593.205 71.5473C594.949 71.5473 596.257 70.2411 596.257 68.4996C596.257 66.7581 594.949 65.4519 593.205 65.4519C591.461 65.4519 590.153 66.7581 590.153 68.4996C590.153 70.0235 591.461 71.5473 593.205 71.5473Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M607.593 66.1052C608.901 66.1052 609.992 65.0167 609.992 63.7106C609.992 62.4044 608.901 61.3159 607.593 61.3159C606.285 61.3159 605.195 62.4044 605.195 63.7106C605.195 65.0167 606.285 66.1052 607.593 66.1052Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M619.802 60.4452C620.892 60.4452 621.546 59.5744 621.546 58.7036C621.546 57.6152 620.674 56.9621 619.802 56.9621C618.712 56.9621 618.058 57.8329 618.058 58.7036C617.84 59.7921 618.712 60.4452 619.802 60.4452Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M629.394 55.0027C630.048 55.0027 630.702 54.3496 630.702 53.6965C630.702 53.0434 630.048 52.3903 629.394 52.3903C628.74 52.3903 628.086 53.0434 628.086 53.6965C628.086 54.3496 628.74 55.0027 629.394 55.0027Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M636.807 49.778C637.288 49.778 637.679 49.3882 637.679 48.9073C637.679 48.4264 637.288 48.0365 636.807 48.0365C636.325 48.0365 635.935 48.4264 635.935 48.9073C635.935 49.3882 636.325 49.778 636.807 49.778Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M642.039 44.3355C642.257 44.3355 642.475 44.1178 642.475 43.9001C642.475 43.6824 642.257 43.4647 642.039 43.4647C641.821 43.4647 641.603 43.6824 641.603 43.9001C641.603 44.1178 641.821 44.3355 642.039 44.3355Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M644.873 39.1115C644.873 38.8938 644.873 38.8938 644.873 39.1115C644.655 38.8938 644.655 38.8938 644.873 39.1115C644.655 39.1115 644.655 39.1115 644.873 39.1115Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M26.3881 73.724C26.6061 73.724 26.8242 73.5063 26.8242 73.2886C26.8242 73.0709 26.6061 72.8532 26.3881 72.8532C26.1701 72.8532 25.9521 73.0709 25.9521 73.2886C26.1701 73.5063 26.1701 73.724 26.3881 73.724Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M35.5446 79.8196C35.9058 79.8196 36.1986 79.5272 36.1986 79.1665C36.1986 78.8058 35.9058 78.5134 35.5446 78.5134C35.1834 78.5134 34.8906 78.8058 34.8906 79.1665C34.8906 79.5272 35.1834 79.8196 35.5446 79.8196Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M47.0986 86.1327C47.7527 86.1327 48.1887 85.6973 48.1887 85.0442C48.1887 84.3911 47.7527 83.9557 47.0986 83.9557C46.4446 83.9557 46.0086 84.3911 46.0086 85.0442C46.0086 85.6973 46.4446 86.1327 47.0986 86.1327Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M60.8331 92.4464C61.7963 92.4464 62.5771 91.6667 62.5771 90.7048C62.5771 89.743 61.7963 88.9633 60.8331 88.9633C59.8699 88.9633 59.089 89.743 59.089 90.7048C59.089 91.6667 59.8699 92.4464 60.8331 92.4464Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M76.9658 98.5412C78.2738 98.5412 79.3638 97.4527 79.3638 96.1465C79.3638 94.8404 78.2738 93.7519 76.9658 93.7519C75.6577 93.7519 74.5677 94.8404 74.5677 96.1465C74.5677 97.4527 75.6577 98.5412 76.9658 98.5412Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M95.2782 104.636C96.8042 104.636 98.1123 103.33 98.1123 101.806C98.1123 100.282 96.8042 98.9763 95.2782 98.9763C93.7522 98.9763 92.4441 100.282 92.4441 101.806C92.4441 103.33 93.7522 104.636 95.2782 104.636Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M115.989 110.515C117.951 110.515 119.695 108.991 119.695 106.814C119.695 104.855 118.169 103.113 115.989 103.113C114.027 103.113 112.283 104.637 112.283 106.814C112.283 108.773 113.809 110.515 115.989 110.515Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M138.661 116.175C141.069 116.175 143.022 114.226 143.022 111.821C143.022 109.416 141.069 107.467 138.661 107.467C136.253 107.467 134.301 109.416 134.301 111.821C134.301 114.226 136.253 116.175 138.661 116.175Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M163.514 121.399C166.284 121.399 168.528 119.157 168.528 116.392C168.528 113.627 166.284 111.385 163.514 111.385C160.745 111.385 158.5 113.627 158.5 116.392C158.5 119.157 160.745 121.399 163.514 121.399Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M190.547 126.406C193.678 126.406 196.216 123.872 196.216 120.746C196.216 117.62 193.678 115.086 190.547 115.086C187.417 115.086 184.879 117.62 184.879 120.746C184.879 123.872 187.417 126.406 190.547 126.406Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M219.324 130.542C222.816 130.542 225.646 127.716 225.646 124.229C225.646 120.742 222.816 117.916 219.324 117.916C215.832 117.916 213.002 120.742 213.002 124.229C213.002 127.716 215.832 130.542 219.324 130.542Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M249.845 134.243C253.769 134.243 256.821 131.195 256.821 127.277C256.821 123.359 253.769 120.311 249.845 120.311C245.921 120.311 242.869 123.359 242.869 127.277C242.869 131.195 246.139 134.243 249.845 134.243Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M281.674 136.855C285.816 136.855 289.086 133.59 289.086 129.453C289.086 125.317 285.816 122.052 281.674 122.052C277.532 122.052 274.262 125.317 274.262 129.453C274.262 133.372 277.532 136.855 281.674 136.855Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M314.375 138.162C318.735 138.162 322.223 134.678 322.223 130.325C322.223 125.971 318.735 122.488 314.375 122.488C310.015 122.488 306.526 125.971 306.526 130.325C306.526 134.678 310.015 138.162 314.375 138.162Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M347.076 138.162C351.436 138.162 354.924 134.678 354.924 130.325C354.924 125.971 351.436 122.488 347.076 122.488C342.715 122.488 339.227 125.971 339.227 130.325C339.227 134.461 342.715 138.162 347.076 138.162Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M379.559 136.637C383.919 136.637 387.407 133.154 387.407 128.8C387.407 124.447 383.919 120.963 379.559 120.963C375.199 120.963 371.711 124.447 371.711 128.8C371.929 133.154 375.417 136.637 379.559 136.637Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M411.17 134.025C415.312 134.025 418.582 130.76 418.582 126.624C418.582 122.488 415.312 119.222 411.17 119.222C407.028 119.222 403.758 122.488 403.758 126.624C403.758 130.542 407.028 134.025 411.17 134.025Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M441.255 130.324C445.179 130.324 448.231 127.276 448.231 123.358C448.231 119.439 445.179 116.392 441.255 116.392C437.331 116.392 434.278 119.439 434.278 123.358C434.278 127.276 437.331 130.324 441.255 130.324Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M469.596 125.753C473.084 125.753 475.918 122.922 475.918 119.439C475.918 115.956 473.084 113.126 469.596 113.126C466.107 113.126 463.273 115.956 463.273 119.439C463.273 122.922 466.107 125.753 469.596 125.753Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M495.974 120.746C499.026 120.746 501.642 118.134 501.642 115.086C501.642 112.038 499.026 109.426 495.974 109.426C492.922 109.426 490.306 112.038 490.306 115.086C490.306 118.134 492.922 120.746 495.974 120.746Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M520.173 115.303C522.789 115.303 524.969 113.127 524.969 110.514C524.969 107.902 522.789 105.725 520.173 105.725C517.557 105.725 515.377 107.902 515.377 110.514C515.377 113.127 517.557 115.303 520.173 115.303Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M542.41 109.643C544.808 109.643 546.552 107.684 546.552 105.507C546.552 103.113 544.59 101.371 542.41 101.371C540.012 101.371 538.267 103.33 538.267 105.507C538.267 107.684 540.012 109.643 542.41 109.643Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M562.466 103.549C564.428 103.549 565.954 102.025 565.954 100.066C565.954 98.1064 564.428 96.5826 562.466 96.5826C560.504 96.5826 558.978 98.1064 558.978 100.066C558.978 102.025 560.504 103.549 562.466 103.549Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M580.125 97.4529C581.651 97.4529 582.959 96.1467 582.959 94.6229C582.959 93.0991 581.651 91.7929 580.125 91.7929C578.599 91.7929 577.291 93.0991 577.291 94.6229C577.291 96.1467 578.599 97.4529 580.125 97.4529Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M595.603 91.3571C596.911 91.3571 597.783 90.4863 597.783 89.1801C597.783 87.874 596.911 87.0032 595.603 87.0032C594.295 87.0032 593.423 87.874 593.423 89.1801C593.423 90.2686 594.295 91.3571 595.603 91.3571Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M608.684 85.0444C609.556 85.0444 610.21 84.3913 610.21 83.5206C610.21 82.6498 609.556 81.9967 608.684 81.9967C607.812 81.9967 607.158 82.6498 607.158 83.5206C607.158 84.3913 607.812 85.0444 608.684 85.0444Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M619.584 78.7313C620.238 78.7313 620.674 78.296 620.674 77.6429C620.674 76.9898 620.238 76.5544 619.584 76.5544C618.93 76.5544 618.494 76.9898 618.494 77.6429C618.494 78.296 618.93 78.7313 619.584 78.7313Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M628.086 72.4183C628.448 72.4183 628.74 72.1259 628.74 71.7652C628.74 71.4045 628.448 71.1121 628.086 71.1121C627.725 71.1121 627.432 71.4045 627.432 71.7652C627.432 72.1259 627.725 72.4183 628.086 72.4183Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M634.191 66.1052C634.311 66.1052 634.409 66.0077 634.409 65.8875C634.409 65.7673 634.311 65.6698 634.191 65.6698C634.07 65.6698 633.973 65.7673 633.973 65.8875C633.973 66.0077 634.07 66.1052 634.191 66.1052Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M37.0705 96.3642C37.1909 96.3642 37.2885 96.2668 37.2885 96.1465C37.2885 96.0263 37.1909 95.9288 37.0705 95.9288C36.9501 95.9288 36.8524 96.0263 36.8524 96.1465C36.8524 96.2668 36.9501 96.3642 37.0705 96.3642Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M47.3168 103.331C47.7528 103.331 47.9708 103.113 47.9708 102.678C47.9708 102.243 47.7528 102.025 47.3168 102.025C46.8807 102.025 46.6627 102.243 46.6627 102.678C46.6627 103.113 46.8807 103.331 47.3168 103.331Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M59.7431 110.297C60.3972 110.297 60.8332 109.861 60.8332 109.208C60.8332 108.555 60.3972 108.12 59.7431 108.12C59.0891 108.12 58.6531 108.555 58.6531 109.208C58.8711 109.861 59.3071 110.297 59.7431 110.297Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M74.5678 117.046C75.4398 117.046 76.0938 116.393 76.0938 115.522C76.0938 114.651 75.4398 113.998 74.5678 113.998C73.6958 113.998 73.0417 114.651 73.0417 115.522C73.2598 116.393 73.9138 117.046 74.5678 117.046Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M91.572 123.793C92.662 123.793 93.534 122.923 93.534 121.834C93.534 120.746 92.662 119.875 91.572 119.875C90.4819 119.875 89.6099 120.746 89.6099 121.834C89.6099 122.923 90.4819 123.793 91.572 123.793Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M110.975 130.324C112.501 130.324 113.591 129.236 113.591 127.712C113.591 126.188 112.501 125.099 110.975 125.099C109.449 125.099 108.359 126.188 108.359 127.712C108.359 129.236 109.449 130.324 110.975 130.324Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M132.339 136.638C134.083 136.638 135.61 135.114 135.61 133.372C135.61 131.631 134.083 130.107 132.339 130.107C130.595 130.107 129.069 131.631 129.069 133.372C129.069 135.114 130.595 136.638 132.339 136.638Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M155.666 142.516C157.846 142.516 159.59 140.774 159.59 138.597C159.59 136.42 157.846 134.679 155.666 134.679C153.486 134.679 151.742 136.42 151.742 138.597C151.742 140.774 153.704 142.516 155.666 142.516Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M181.173 147.74C183.581 147.74 185.533 145.791 185.533 143.386C185.533 140.982 183.581 139.033 181.173 139.033C178.765 139.033 176.813 140.982 176.813 143.386C176.813 145.791 178.765 147.74 181.173 147.74Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M208.642 152.747C211.411 152.747 213.656 150.505 213.656 147.74C213.656 144.974 211.411 142.733 208.642 142.733C205.872 142.733 203.627 144.974 203.627 147.74C203.627 150.505 205.872 152.747 208.642 152.747Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M237.419 156.883C240.549 156.883 243.087 154.349 243.087 151.223C243.087 148.097 240.549 145.563 237.419 145.563C234.288 145.563 231.751 148.097 231.751 151.223C231.751 154.349 234.288 156.883 237.419 156.883Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M267.722 159.931C271.21 159.931 273.826 157.101 273.826 153.836C273.826 150.353 270.992 147.74 267.722 147.74C264.233 147.74 261.617 150.57 261.617 153.836C261.617 157.101 264.233 159.931 267.722 159.931Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M298.896 161.89C302.602 161.89 305.436 158.843 305.436 155.36C305.436 151.659 302.384 148.829 298.896 148.829C295.408 148.829 292.356 151.876 292.356 155.36C292.356 158.843 295.408 161.89 298.896 161.89Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M330.507 162.326C334.24 162.326 337.266 159.304 337.266 155.577C337.266 151.85 334.24 148.829 330.507 148.829C326.775 148.829 323.749 151.85 323.749 155.577C323.749 159.304 326.775 162.326 330.507 162.326Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M362.118 161.889C366.042 161.889 369.094 158.842 369.094 154.923C369.094 151.005 366.042 147.957 362.118 147.957C358.194 147.957 355.142 151.005 355.142 154.923C355.142 158.842 358.412 161.889 362.118 161.889Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M393.075 159.931C396.781 159.931 399.833 156.883 399.833 153.182C399.833 149.482 396.781 146.434 393.075 146.434C389.369 146.434 386.317 149.482 386.317 153.182C386.317 156.883 389.369 159.931 393.075 159.931Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M423.16 156.665C426.648 156.665 429.7 153.835 429.7 150.134C429.7 146.651 426.866 143.603 423.16 143.603C419.672 143.603 416.62 146.433 416.62 150.134C416.62 153.835 419.454 156.665 423.16 156.665Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M451.719 152.747C455.09 152.747 457.823 150.018 457.823 146.651C457.823 143.285 455.09 140.556 451.719 140.556C448.348 140.556 445.615 143.285 445.615 146.651C445.615 150.018 448.348 152.747 451.719 152.747Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M478.534 147.74C481.544 147.74 483.984 145.304 483.984 142.298C483.984 139.292 481.544 136.856 478.534 136.856C475.524 136.856 473.084 139.292 473.084 142.298C473.084 145.304 475.524 147.74 478.534 147.74Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M503.386 142.298C506.156 142.298 508.4 140.056 508.4 137.291C508.4 134.526 506.156 132.284 503.386 132.284C500.617 132.284 498.372 134.526 498.372 137.291C498.372 140.056 500.617 142.298 503.386 142.298Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M526.277 136.202C528.685 136.202 530.637 134.253 530.637 131.848C530.637 129.444 528.685 127.494 526.277 127.494C523.869 127.494 521.917 129.444 521.917 131.848C521.917 134.253 523.869 136.202 526.277 136.202Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M546.988 129.889C548.95 129.889 550.694 128.148 550.694 126.189C550.694 124.229 548.95 122.488 546.988 122.488C545.026 122.488 543.282 124.229 543.282 126.189C543.282 128.148 545.026 129.889 546.988 129.889Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M565.736 123.141C567.48 123.141 568.788 121.835 568.788 120.093C568.788 118.352 567.48 117.045 565.736 117.045C563.992 117.045 562.684 118.352 562.684 120.093C562.684 121.835 563.992 123.141 565.736 123.141Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M582.087 116.392C583.395 116.392 584.485 115.304 584.485 113.998C584.485 112.692 583.395 111.603 582.087 111.603C580.779 111.603 579.689 112.692 579.689 113.998C579.689 115.304 580.779 116.392 582.087 116.392Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M596.257 109.426C597.347 109.426 598.219 108.555 598.219 107.466C598.219 106.378 597.347 105.507 596.257 105.507C595.167 105.507 594.295 106.378 594.295 107.466C594.295 108.555 595.167 109.426 596.257 109.426Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M608.03 102.242C608.752 102.242 609.338 101.658 609.338 100.936C609.338 100.215 608.752 99.63 608.03 99.63C607.307 99.63 606.722 100.215 606.722 100.936C606.722 101.658 607.307 102.242 608.03 102.242Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M617.84 95.0587C618.276 95.0587 618.712 94.6233 618.712 94.1879C618.712 93.7526 618.276 93.3172 617.84 93.3172C617.404 93.3172 616.968 93.7526 616.968 94.1879C616.968 94.6233 617.186 95.0587 617.84 95.0587Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M625.034 87.8746C625.252 87.8746 625.47 87.6569 625.47 87.2215C625.47 86.7861 625.252 86.5685 625.034 86.5685C624.816 86.5685 624.38 86.7861 624.38 87.2215C624.38 87.6569 624.816 87.8746 625.034 87.8746Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M630.048 80.691C630.266 80.691 630.266 80.691 630.048 80.691C630.266 80.2556 630.266 80.2556 630.048 80.2556C630.048 80.2556 629.83 80.4733 630.048 80.691Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M39.9046 110.732C40.025 110.732 40.1227 110.635 40.1227 110.514C40.1227 110.394 40.025 110.297 39.9046 110.297C39.7842 110.297 39.6866 110.394 39.6866 110.514C39.6866 110.635 39.7842 110.732 39.9046 110.732Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M49.0611 118.569C49.2791 118.569 49.4971 118.351 49.4971 118.133C49.4971 117.916 49.2791 117.698 49.0611 117.698C48.8431 117.698 48.6251 117.916 48.6251 118.133C48.6251 118.351 48.6251 118.569 49.0611 118.569Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M60.1793 126.188C60.6153 126.188 61.0513 125.753 61.0513 125.318C61.0513 124.882 60.6153 124.447 60.1793 124.447C59.7432 124.447 59.3072 124.882 59.3072 125.318C59.3072 125.753 59.7432 126.188 60.1793 126.188Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M73.6957 134.026C74.4181 134.026 75.0037 133.441 75.0037 132.72C75.0037 131.998 74.4181 131.413 73.6957 131.413C72.9732 131.413 72.3876 131.998 72.3876 132.72C72.3876 133.441 72.9732 134.026 73.6957 134.026Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M89.3921 141.209C90.2642 141.209 91.1362 140.556 91.1362 139.468C91.1362 138.597 90.4822 137.726 89.3921 137.726C88.5201 137.726 87.6481 138.379 87.6481 139.468C87.6481 140.556 88.5201 141.209 89.3921 141.209Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M107.269 148.393C108.577 148.393 109.449 147.304 109.449 146.216C109.449 144.91 108.359 144.039 107.269 144.039C105.961 144.039 105.089 145.128 105.089 146.216C105.089 147.304 105.961 148.393 107.269 148.393Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M127.107 155.141C128.633 155.141 129.941 153.835 129.941 152.311C129.941 150.788 128.633 149.481 127.107 149.481C125.581 149.481 124.273 150.788 124.273 152.311C124.491 154.053 125.581 155.141 127.107 155.141Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M149.126 161.672C150.87 161.672 152.396 160.149 152.396 158.407C152.396 156.665 150.87 155.142 149.126 155.142C147.382 155.142 145.856 156.665 145.856 158.407C145.856 160.149 147.382 161.672 149.126 161.672Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M173.106 167.55C175.286 167.55 177.031 165.809 177.031 163.632C177.031 161.455 175.286 159.713 173.106 159.713C170.926 159.713 169.182 161.455 169.182 163.632C169.4 165.809 171.144 167.55 173.106 167.55Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M199.05 172.775C201.458 172.775 203.41 170.826 203.41 168.421C203.41 166.016 201.458 164.067 199.05 164.067C196.642 164.067 194.689 166.016 194.689 168.421C194.689 170.826 196.642 172.775 199.05 172.775Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M226.3 177.128C228.949 177.128 231.096 174.984 231.096 172.339C231.096 169.694 228.949 167.549 226.3 167.549C223.651 167.549 221.504 169.694 221.504 172.339C221.504 174.984 223.651 177.128 226.3 177.128Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M255.077 180.829C257.967 180.829 260.309 178.49 260.309 175.605C260.309 172.719 257.967 170.38 255.077 170.38C252.187 170.38 249.845 172.719 249.845 175.605C249.845 178.49 252.187 180.829 255.077 180.829Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M284.726 183.223C287.857 183.223 290.394 180.689 290.394 177.563C290.394 174.437 287.857 171.903 284.726 171.903C281.596 171.903 279.058 174.437 279.058 177.563C279.058 180.689 281.596 183.223 284.726 183.223Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M315.247 184.312C318.517 184.312 321.133 181.7 321.133 178.435C321.133 175.169 318.517 172.557 315.247 172.557C311.977 172.557 309.361 175.169 309.361 178.435C309.361 181.7 311.977 184.312 315.247 184.312Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M345.768 184.312C349.019 184.312 351.654 181.681 351.654 178.435C351.654 175.189 349.019 172.557 345.768 172.557C342.517 172.557 339.882 175.189 339.882 178.435C339.882 181.681 342.517 184.312 345.768 184.312Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M375.853 183.006C379.123 183.006 381.739 180.394 381.739 177.128C381.739 173.863 379.123 171.251 375.853 171.251C372.583 171.251 369.967 173.863 369.967 177.128C370.185 180.394 372.801 183.006 375.853 183.006Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M405.501 180.394C408.632 180.394 411.17 177.86 411.17 174.734C411.17 171.608 408.632 169.074 405.501 169.074C402.371 169.074 399.833 171.608 399.833 174.734C399.833 177.86 402.371 180.394 405.501 180.394Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M433.842 176.693C436.676 176.693 439.074 174.299 439.074 171.469C439.074 168.639 436.676 166.244 433.842 166.244C431.008 166.244 428.61 168.639 428.61 171.469C428.61 174.299 431.008 176.693 433.842 176.693Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M460.657 171.904C463.306 171.904 465.453 169.759 465.453 167.114C465.453 164.469 463.306 162.325 460.657 162.325C458.008 162.325 455.861 164.469 455.861 167.114C455.861 169.759 458.008 171.904 460.657 171.904Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M485.946 166.461C488.344 166.461 490.306 164.502 490.306 162.107C490.306 159.713 488.344 157.753 485.946 157.753C483.548 157.753 481.586 159.713 481.586 162.107C481.804 164.719 483.766 166.461 485.946 166.461Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M509.491 160.366C511.538 160.366 513.197 158.709 513.197 156.665C513.197 154.622 511.538 152.965 509.491 152.965C507.444 152.965 505.785 154.622 505.785 156.665C505.785 158.709 507.444 160.366 509.491 160.366Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M530.855 154.053C532.599 154.053 534.126 152.529 534.126 150.788C534.126 149.046 532.599 147.522 530.855 147.522C529.111 147.522 527.585 149.046 527.585 150.788C527.803 152.529 529.111 154.053 530.855 154.053Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M550.258 147.087C551.784 147.087 552.874 145.998 552.874 144.474C552.874 142.951 551.784 141.862 550.258 141.862C548.732 141.862 547.642 142.951 547.642 144.474C547.642 145.781 548.95 147.087 550.258 147.087Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M567.698 139.685C568.788 139.685 569.878 138.814 569.878 137.508C569.878 136.42 569.006 135.331 567.698 135.331C566.608 135.331 565.518 136.202 565.518 137.508C565.518 138.814 566.39 139.685 567.698 139.685Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M582.741 132.284C583.613 132.284 584.267 131.631 584.267 130.76C584.267 129.889 583.613 129.236 582.741 129.236C581.869 129.236 581.215 129.889 581.215 130.76C581.215 131.631 581.869 132.284 582.741 132.284Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M595.603 124.447C596.205 124.447 596.693 123.959 596.693 123.358C596.693 122.757 596.205 122.27 595.603 122.27C595.001 122.27 594.513 122.757 594.513 123.358C594.513 123.959 595.001 124.447 595.603 124.447Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M606.068 116.609C606.429 116.609 606.722 116.317 606.722 115.956C606.722 115.596 606.429 115.303 606.068 115.303C605.706 115.303 605.414 115.596 605.414 115.956C605.414 116.317 605.706 116.609 606.068 116.609Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M614.57 108.991C614.811 108.991 615.006 108.796 615.006 108.555C615.006 108.315 614.811 108.12 614.57 108.12C614.329 108.12 614.134 108.315 614.134 108.555C614.134 108.796 614.329 108.991 614.57 108.991Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M620.456 100.936C620.674 100.936 620.674 100.936 620.456 100.936C620.674 100.718 620.674 100.718 620.456 100.936C620.456 100.718 620.456 100.718 620.456 100.936Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M61.9235 139.468C62.0439 139.468 62.1415 139.37 62.1415 139.25C62.1415 139.13 62.0439 139.033 61.9235 139.033C61.8031 139.033 61.7055 139.13 61.7055 139.25C61.7055 139.37 61.8031 139.468 61.9235 139.468Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M74.1317 147.74C74.5677 147.74 74.7857 147.522 74.7857 147.087C74.7857 146.652 74.5677 146.434 74.1317 146.434C73.6957 146.434 73.4777 146.652 73.4777 147.087C73.4777 147.522 73.6957 147.74 74.1317 147.74Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M88.5201 155.577C89.0017 155.577 89.3921 155.187 89.3921 154.706C89.3921 154.225 89.0017 153.835 88.5201 153.835C88.0385 153.835 87.6481 154.225 87.6481 154.706C87.6481 155.187 88.0385 155.577 88.5201 155.577Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M104.871 163.414C105.593 163.414 106.179 162.829 106.179 162.108C106.179 161.387 105.593 160.802 104.871 160.802C104.148 160.802 103.563 161.387 103.563 162.108C103.563 162.829 104.148 163.414 104.871 163.414Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M123.401 170.816C124.491 170.816 125.145 169.945 125.145 169.074C125.145 167.986 124.273 167.333 123.401 167.333C122.311 167.333 121.657 168.203 121.657 169.074C121.657 169.945 122.529 170.816 123.401 170.816Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M144.112 177.781C145.42 177.781 146.292 176.693 146.292 175.604C146.292 174.516 145.202 173.428 144.112 173.428C143.022 173.428 141.931 174.516 141.931 175.604C141.931 176.693 142.804 177.781 144.112 177.781Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M166.566 184.094C168.092 184.094 169.4 182.788 169.4 181.264C169.4 179.74 168.092 178.434 166.566 178.434C165.04 178.434 163.732 179.74 163.732 181.264C163.732 182.788 164.822 184.094 166.566 184.094Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M190.765 189.754C192.509 189.754 194.035 188.231 194.035 186.489C194.035 184.748 192.509 183.224 190.765 183.224C189.021 183.224 187.495 184.748 187.495 186.489C187.495 188.448 188.803 189.754 190.765 189.754Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M216.49 194.761C218.67 194.761 220.196 193.02 220.196 191.06C220.196 188.884 218.452 187.36 216.49 187.36C214.31 187.36 212.784 189.101 212.784 191.06C212.784 193.237 214.528 194.761 216.49 194.761Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M243.741 198.897C246.028 198.897 247.883 197.046 247.883 194.761C247.883 192.477 246.028 190.625 243.741 190.625C241.453 190.625 239.599 192.477 239.599 194.761C239.599 197.046 241.453 198.897 243.741 198.897Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M271.863 201.945C274.261 201.945 276.441 199.986 276.441 197.374C276.441 194.761 274.479 192.802 271.863 192.802C269.465 192.802 267.285 194.761 267.285 197.374C267.285 199.986 269.465 201.945 271.863 201.945Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M300.859 203.687C303.508 203.687 305.655 201.543 305.655 198.898C305.655 196.253 303.508 194.108 300.859 194.108C298.21 194.108 296.063 196.253 296.063 198.898C296.063 201.543 298.21 203.687 300.859 203.687Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M330.289 204.34C333.059 204.34 335.303 202.098 335.303 199.333C335.303 196.568 333.059 194.326 330.289 194.326C327.52 194.326 325.275 196.568 325.275 199.333C325.275 202.098 327.52 204.34 330.289 204.34Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M359.502 203.469C362.336 203.469 364.516 201.293 364.516 198.463C364.516 195.633 362.336 193.456 359.502 193.456C356.668 193.456 354.488 195.633 354.488 198.463C354.706 201.293 356.886 203.469 359.502 203.469Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M388.279 201.51C390.928 201.51 393.075 199.366 393.075 196.721C393.075 194.076 390.928 191.931 388.279 191.931C385.63 191.931 383.483 194.076 383.483 196.721C383.483 199.366 385.63 201.51 388.279 201.51Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M416.402 198.68C419.051 198.68 421.198 196.536 421.198 193.891C421.198 191.246 419.051 189.102 416.402 189.102C413.753 189.102 411.606 191.246 411.606 193.891C411.606 196.536 413.753 198.68 416.402 198.68Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M443.217 194.326C445.615 194.326 447.577 192.367 447.577 189.972C447.577 187.578 445.615 185.619 443.217 185.619C440.819 185.619 438.857 187.578 438.857 189.972C438.857 192.367 440.819 194.326 443.217 194.326Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M468.506 189.319C470.686 189.319 472.648 187.578 472.648 185.183C472.648 183.006 470.904 181.047 468.506 181.047C466.326 181.047 464.363 182.788 464.363 185.183C464.581 187.36 466.326 189.319 468.506 189.319Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M492.268 183.442C494.315 183.442 495.974 181.785 495.974 179.741C495.974 177.697 494.315 176.04 492.268 176.04C490.221 176.04 488.562 177.697 488.562 179.741C488.562 181.785 490.221 183.442 492.268 183.442Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M514.287 176.91C516.031 176.91 517.339 175.604 517.339 173.863C517.339 172.121 516.031 170.815 514.287 170.815C512.543 170.815 511.235 172.121 511.235 173.863C511.235 175.604 512.543 176.91 514.287 176.91Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M534.343 169.727C535.869 169.727 536.959 168.638 536.959 167.114C536.959 165.59 535.869 164.502 534.343 164.502C532.817 164.502 531.727 165.59 531.727 167.114C531.727 168.638 532.817 169.727 534.343 169.727Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M552.22 162.107C553.528 162.107 554.4 161.236 554.4 159.93C554.4 158.624 553.528 157.753 552.22 157.753C550.912 157.753 550.04 158.624 550.04 159.93C550.04 161.236 551.13 162.107 552.22 162.107Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M568.135 154.489C569.098 154.489 569.879 153.709 569.879 152.747C569.879 151.785 569.098 151.006 568.135 151.006C567.171 151.006 566.391 151.785 566.391 152.747C566.391 153.709 567.171 154.489 568.135 154.489Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M581.869 146.216C582.523 146.216 583.177 145.562 583.177 144.909C583.177 144.256 582.523 143.603 581.869 143.603C581.215 143.603 580.561 144.256 580.561 144.909C580.561 145.562 581.215 146.216 581.869 146.216Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M593.423 137.943C593.905 137.943 594.295 137.554 594.295 137.073C594.295 136.592 593.905 136.202 593.423 136.202C592.942 136.202 592.551 136.592 592.551 137.073C592.551 137.554 592.942 137.943 593.423 137.943Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M602.579 129.454C602.797 129.454 603.015 129.236 603.015 128.801C603.015 128.366 602.797 128.148 602.579 128.148C602.361 128.148 601.925 128.366 601.925 128.801C601.925 129.236 602.361 129.454 602.579 129.454Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M609.773 120.746C609.894 120.746 609.992 120.649 609.992 120.528C609.992 120.408 609.894 120.311 609.773 120.311C609.653 120.311 609.555 120.408 609.555 120.528C609.555 120.649 609.653 120.746 609.773 120.746Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M65.1936 150.787C65.314 150.787 65.4116 150.69 65.4116 150.57C65.4116 150.449 65.314 150.352 65.1936 150.352C65.0732 150.352 64.9756 150.449 64.9756 150.57C64.9756 150.69 65.0732 150.787 65.1936 150.787Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M75.8755 159.496C76.1163 159.496 76.3115 159.301 76.3115 159.06C76.3115 158.82 76.1163 158.625 75.8755 158.625C75.6347 158.625 75.4395 158.82 75.4395 159.06C75.4395 159.301 75.6347 159.496 75.8755 159.496Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M88.9562 168.203C89.3922 168.203 89.6102 167.985 89.6102 167.55C89.6102 167.114 89.3922 166.897 88.9562 166.897C88.5202 166.897 88.3022 167.114 88.3022 167.55C88.3022 167.768 88.5202 168.203 88.9562 168.203Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M103.999 176.257C104.653 176.257 105.089 175.822 105.089 175.169C105.089 174.516 104.653 174.08 103.999 174.08C103.345 174.08 102.909 174.516 102.909 175.169C102.909 175.822 103.345 176.257 103.999 176.257Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M121.003 184.312C121.875 184.312 122.311 183.659 122.311 183.006C122.311 182.353 121.657 181.699 121.003 181.699C120.131 181.699 119.695 182.353 119.695 183.006C119.695 183.659 120.349 184.312 121.003 184.312Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M140.188 191.713C141.278 191.713 141.932 190.843 141.932 189.972C141.932 188.883 141.06 188.23 140.188 188.23C139.098 188.23 138.444 189.101 138.444 189.972C138.226 190.843 139.098 191.713 140.188 191.713Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M161.116 198.68C162.424 198.68 163.296 197.592 163.296 196.503C163.296 195.197 162.206 194.326 161.116 194.326C160.026 194.326 158.936 195.415 158.936 196.503C158.718 197.592 159.808 198.68 161.116 198.68Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M183.789 204.775C185.315 204.775 186.405 203.687 186.405 202.163C186.405 200.639 185.315 199.551 183.789 199.551C182.263 199.551 181.173 200.639 181.173 202.163C180.955 203.687 182.263 204.775 183.789 204.775Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M207.988 210.218C209.732 210.218 211.04 208.912 211.04 207.17C211.04 205.429 209.732 204.122 207.988 204.122C206.244 204.122 204.936 205.429 204.936 207.17C204.936 208.912 206.244 210.218 207.988 210.218Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M233.712 214.789C235.674 214.789 237.2 213.265 237.2 211.306C237.2 209.346 235.674 207.823 233.712 207.823C231.75 207.823 230.224 209.346 230.224 211.306C230.224 213.265 231.75 214.789 233.712 214.789Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M260.309 218.273C262.271 218.273 264.015 216.531 264.015 214.572C264.015 212.613 262.271 210.871 260.309 210.871C258.347 210.871 256.603 212.613 256.603 214.572C256.603 216.531 258.347 218.273 260.309 218.273Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M287.996 220.449C290.163 220.449 291.92 218.695 291.92 216.531C291.92 214.367 290.163 212.612 287.996 212.612C285.829 212.612 284.072 214.367 284.072 216.531C284.072 218.695 285.829 220.449 287.996 220.449Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M315.901 221.755C318.081 221.755 320.043 220.014 320.043 217.619C320.043 215.224 318.299 213.483 315.901 213.483C313.721 213.483 311.759 215.224 311.759 217.619C311.759 220.014 313.721 221.755 315.901 221.755Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M344.242 221.537C346.529 221.537 348.384 219.685 348.384 217.401C348.384 215.117 346.529 213.265 344.242 213.265C341.954 213.265 340.1 215.117 340.1 217.401C340.1 219.685 341.954 221.537 344.242 221.537Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M372.146 220.013C374.314 220.013 376.071 218.259 376.071 216.095C376.071 213.931 374.314 212.176 372.146 212.176C369.979 212.176 368.222 213.931 368.222 216.095C368.222 218.259 369.979 220.013 372.146 220.013Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M399.616 217.62C401.796 217.62 403.54 215.878 403.54 213.701C403.54 211.524 401.796 209.783 399.616 209.783C397.435 209.783 395.691 211.524 395.691 213.701C395.691 215.878 397.435 217.62 399.616 217.62Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M425.994 213.919C427.956 213.919 429.7 212.395 429.7 210.218C429.7 208.259 428.174 206.517 425.994 206.517C424.032 206.517 422.288 208.041 422.288 210.218C422.288 212.177 424.032 213.919 425.994 213.919Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M451.283 209.129C453.245 209.129 454.553 207.605 454.553 205.864C454.553 203.904 453.027 202.598 451.283 202.598C449.321 202.598 448.013 204.122 448.013 205.864C448.013 207.605 449.539 209.129 451.283 209.129Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M475.046 203.469C476.79 203.469 478.098 202.163 478.098 200.421C478.098 198.68 476.79 197.374 475.046 197.374C473.302 197.374 471.994 198.68 471.994 200.421C472.212 202.163 473.52 203.469 475.046 203.469Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M497.282 197.156C498.808 197.156 499.898 196.068 499.898 194.544C499.898 193.02 498.808 191.931 497.282 191.931C495.756 191.931 494.666 193.02 494.666 194.544C494.666 196.068 495.974 197.156 497.282 197.156Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M517.775 190.19C519.083 190.19 519.955 189.32 519.955 188.013C519.955 186.707 519.083 185.836 517.775 185.836C516.467 185.836 515.595 186.707 515.595 188.013C515.595 189.102 516.467 190.19 517.775 190.19Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M536.305 182.571C537.178 182.571 538.05 181.7 538.05 180.829C538.05 179.959 537.178 179.088 536.305 179.088C535.433 179.088 534.561 179.959 534.561 180.829C534.561 181.7 535.433 182.571 536.305 182.571Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M552.874 174.516C553.528 174.516 554.182 173.863 554.182 173.209C554.182 172.556 553.528 171.903 552.874 171.903C552.22 171.903 551.566 172.556 551.566 173.209C551.348 173.863 552.002 174.516 552.874 174.516Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M567.263 166.026C567.699 166.026 568.135 165.59 568.135 165.155C568.135 164.719 567.699 164.284 567.263 164.284C566.827 164.284 566.391 164.719 566.391 165.155C566.391 165.59 566.827 166.026 567.263 166.026Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M579.689 157.318C580.125 157.318 580.343 157.101 580.343 156.665C580.343 156.23 580.125 156.012 579.689 156.012C579.253 156.012 579.035 156.23 579.035 156.665C579.035 157.101 579.253 157.318 579.689 157.318Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M589.717 148.393C589.935 148.393 589.935 148.175 589.935 148.175C589.935 147.957 589.717 147.957 589.717 147.957L589.499 148.175C589.499 148.175 589.499 148.393 589.717 148.393Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M79.146 168.639C79.146 168.421 79.364 168.421 79.146 168.639C79.146 168.421 79.146 168.421 79.146 168.639Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M90.7003 177.781C90.8207 177.781 90.9183 177.684 90.9183 177.563C90.9183 177.443 90.8207 177.346 90.7003 177.346C90.5799 177.346 90.4823 177.443 90.4823 177.563C90.4823 177.684 90.5799 177.781 90.7003 177.781Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M104.435 186.489C104.653 186.489 104.871 186.272 104.871 186.054C104.871 185.836 104.653 185.619 104.435 185.619C104.217 185.619 103.999 185.836 103.999 186.054C103.999 186.272 103.999 186.489 104.435 186.489Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M119.913 194.979C120.349 194.979 120.567 194.543 120.567 194.326C120.567 193.89 120.131 193.673 119.913 193.673C119.477 193.673 119.259 194.108 119.259 194.326C119.259 194.543 119.477 194.979 119.913 194.979Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M137.571 202.816C138.225 202.816 138.661 202.381 138.661 201.728C138.661 201.074 138.225 200.639 137.571 200.639C136.917 200.639 136.481 201.074 136.481 201.728C136.481 202.381 136.917 202.816 137.571 202.816Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M156.974 210.218C157.846 210.218 158.282 209.565 158.282 208.912C158.282 208.041 157.628 207.606 156.974 207.606C156.32 207.606 155.666 208.259 155.666 208.912C155.448 209.565 156.102 210.218 156.974 210.218Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M178.121 216.748C179.084 216.748 179.865 215.968 179.865 215.006C179.865 214.045 179.084 213.265 178.121 213.265C177.157 213.265 176.377 214.045 176.377 215.006C176.377 215.968 177.157 216.748 178.121 216.748Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M200.793 222.844C201.883 222.844 202.973 221.973 202.973 220.667C202.973 219.579 202.101 218.49 200.793 218.49C199.703 218.49 198.613 219.361 198.613 220.667C198.613 221.756 199.485 222.844 200.793 222.844Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M224.774 227.633C226.082 227.633 227.172 226.545 227.172 225.239C227.172 223.933 226.082 222.844 224.774 222.844C223.466 222.844 222.376 223.933 222.376 225.239C222.376 226.545 223.466 227.633 224.774 227.633Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M250.063 231.769C251.589 231.769 252.679 230.463 252.679 229.157C252.679 227.633 251.371 226.544 250.063 226.544C248.537 226.544 247.447 227.85 247.447 229.157C247.447 230.463 248.537 231.769 250.063 231.769Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M276.224 234.599C277.968 234.599 279.276 233.293 279.276 231.551C279.276 229.81 277.968 228.503 276.224 228.503C274.48 228.503 273.172 229.81 273.172 231.551C273.172 233.293 274.48 234.599 276.224 234.599Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M303.038 236.341C304.782 236.341 306.09 235.035 306.09 233.293C306.09 231.552 304.782 230.245 303.038 230.245C301.294 230.245 299.986 231.552 299.986 233.293C299.986 235.035 301.294 236.341 303.038 236.341Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M329.854 236.994C331.598 236.994 333.124 235.47 333.124 233.729C333.124 231.987 331.598 230.463 329.854 230.463C328.109 230.463 326.583 231.987 326.583 233.729C326.583 235.47 328.109 236.994 329.854 236.994Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M356.886 236.34C358.63 236.34 360.156 234.817 360.156 233.075C360.156 231.334 358.63 229.81 356.886 229.81C355.142 229.81 353.616 231.334 353.616 233.075C353.616 234.817 355.142 236.34 356.886 236.34Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M383.483 234.381C385.227 234.381 386.753 232.858 386.753 231.116C386.753 229.375 385.227 227.851 383.483 227.851C381.739 227.851 380.213 229.375 380.213 231.116C380.213 232.858 381.739 234.381 383.483 234.381Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M409.426 231.116C411.17 231.116 412.478 229.81 412.478 228.069C412.478 226.327 411.17 225.021 409.426 225.021C407.682 225.021 406.374 226.327 406.374 228.069C406.374 229.81 407.682 231.116 409.426 231.116Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M434.278 226.98C435.804 226.98 437.112 225.674 437.112 224.15C437.112 222.626 435.804 221.32 434.278 221.32C432.752 221.32 431.444 222.626 431.444 224.15C431.444 225.674 432.752 226.98 434.278 226.98Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M458.041 221.755C459.567 221.755 460.657 220.666 460.657 219.143C460.657 217.619 459.567 216.53 458.041 216.53C456.515 216.53 455.425 217.619 455.425 219.143C455.425 220.666 456.515 221.755 458.041 221.755Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M480.278 215.877C481.586 215.877 482.676 214.789 482.676 213.483C482.676 212.176 481.586 211.088 480.278 211.088C478.97 211.088 477.88 212.176 477.88 213.483C477.88 214.789 478.97 215.877 480.278 215.877Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M500.988 208.911C502.078 208.911 502.95 208.041 502.95 206.952C502.95 205.864 502.078 204.993 500.988 204.993C499.898 204.993 499.026 205.864 499.026 206.952C499.026 208.041 499.898 208.911 500.988 208.911Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M519.955 201.293C520.827 201.293 521.699 200.64 521.699 199.551C521.699 198.68 521.045 197.81 519.955 197.81C519.083 197.81 518.211 198.463 518.211 199.551C518.211 200.64 519.083 201.293 519.955 201.293Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M536.96 193.237C537.614 193.237 538.268 192.584 538.268 191.931C538.268 191.278 537.614 190.625 536.96 190.625C536.306 190.625 535.651 191.278 535.651 191.931C535.651 192.584 536.306 193.237 536.96 193.237Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M552.002 184.747C552.438 184.747 552.874 184.312 552.874 183.877C552.874 183.441 552.438 183.006 552.002 183.006C551.566 183.006 551.13 183.441 551.13 183.877C551.13 184.312 551.566 184.747 552.002 184.747Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M565.082 175.604C565.518 175.604 565.736 175.387 565.736 174.951C565.736 174.516 565.518 174.298 565.082 174.298C564.646 174.298 564.428 174.516 564.428 174.951C564.428 175.387 564.646 175.604 565.082 175.604Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M575.983 166.461C576.224 166.461 576.419 166.266 576.419 166.026C576.419 165.785 576.224 165.59 575.983 165.59C575.742 165.59 575.547 165.785 575.547 166.026C575.547 166.266 575.742 166.461 575.983 166.461Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M584.703 156.883C584.921 156.666 584.921 156.883 584.703 156.883C584.921 156.666 584.703 156.448 584.703 156.448C584.703 156.448 584.703 156.448 584.703 156.883Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M93.9702 185.183C93.9702 184.966 93.9702 184.966 93.9702 185.183C93.7522 184.966 93.7522 184.966 93.9702 185.183C93.7522 185.183 93.7522 184.966 93.9702 185.183Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M105.961 194.326C106.081 194.326 106.179 194.228 106.179 194.108C106.179 193.988 106.081 193.89 105.961 193.89C105.84 193.89 105.743 193.988 105.743 194.108C105.743 194.228 105.84 194.326 105.961 194.326Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M120.131 203.251C120.349 203.251 120.567 203.033 120.567 202.816C120.567 202.598 120.349 202.38 120.131 202.38C119.913 202.38 119.695 202.598 119.695 202.816C119.695 203.033 119.913 203.251 120.131 203.251Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M136.264 211.741C136.7 211.741 136.918 211.524 136.918 211.088C136.918 210.653 136.7 210.435 136.264 210.435C135.828 210.435 135.61 210.653 135.61 211.088C135.61 211.524 135.828 211.741 136.264 211.741Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M154.14 219.36C154.622 219.36 155.012 218.97 155.012 218.49C155.012 218.009 154.622 217.619 154.14 217.619C153.659 217.619 153.268 218.009 153.268 218.49C153.268 218.97 153.659 219.36 154.14 219.36Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M173.76 226.762C174.414 226.762 175.068 226.109 175.068 225.456C175.068 224.803 174.414 224.149 173.76 224.149C173.106 224.149 172.452 224.803 172.452 225.456C172.452 226.109 172.888 226.762 173.76 226.762Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M194.907 233.075C195.779 233.075 196.433 232.422 196.433 231.551C196.433 230.681 195.779 230.028 194.907 230.028C194.035 230.028 193.381 230.681 193.381 231.551C193.163 232.422 194.035 233.075 194.907 233.075Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M217.362 238.517C218.452 238.517 219.106 237.646 219.106 236.776C219.106 235.687 218.234 235.034 217.362 235.034C216.272 235.034 215.618 235.905 215.618 236.776C215.4 237.646 216.272 238.517 217.362 238.517Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M241.124 243.089C242.214 243.089 243.305 242.218 243.305 240.912C243.305 239.824 242.432 238.735 241.124 238.735C240.034 238.735 238.944 239.606 238.944 240.912C238.944 242.001 239.816 243.089 241.124 243.089Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M265.759 246.355C267.067 246.355 267.939 245.266 267.939 244.178C267.939 243.089 266.849 242.001 265.759 242.001C264.669 242.001 263.579 243.089 263.579 244.178C263.579 245.266 264.451 246.355 265.759 246.355Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M291.048 248.749C292.356 248.749 293.446 247.66 293.446 246.354C293.446 245.048 292.356 243.96 291.048 243.96C289.74 243.96 288.65 245.048 288.65 246.354C288.65 247.66 289.74 248.749 291.048 248.749Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M316.773 249.838C318.081 249.838 319.389 248.75 319.389 247.226C319.389 245.92 318.299 244.613 316.773 244.613C315.465 244.613 314.157 245.702 314.157 247.226C314.375 248.75 315.465 249.838 316.773 249.838Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M342.716 249.62C344.024 249.62 345.332 248.532 345.332 247.008C345.332 245.702 344.242 244.396 342.716 244.396C341.408 244.396 340.1 245.484 340.1 247.008C340.1 248.532 341.408 249.62 342.716 249.62Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M368.44 248.314C369.748 248.314 370.838 247.226 370.838 245.92C370.838 244.613 369.748 243.525 368.44 243.525C367.132 243.525 366.042 244.613 366.042 245.92C366.042 247.226 367.132 248.314 368.44 248.314Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M393.511 245.919C394.819 245.919 395.909 244.831 395.909 243.525C395.909 242.219 394.819 241.13 393.511 241.13C392.203 241.13 391.113 242.219 391.113 243.525C391.113 244.613 392.203 245.919 393.511 245.919Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M417.928 242.219C419.236 242.219 420.108 241.13 420.108 240.042C420.108 238.953 419.018 237.865 417.928 237.865C416.838 237.865 415.748 238.953 415.748 240.042C415.748 241.13 416.838 242.219 417.928 242.219Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M441.472 237.211C442.556 237.211 443.435 236.334 443.435 235.252C443.435 234.17 442.556 233.293 441.472 233.293C440.389 233.293 439.51 234.17 439.51 235.252C439.51 236.334 440.389 237.211 441.472 237.211Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M463.492 231.77C464.582 231.77 465.236 230.899 465.236 230.028C465.236 229.157 464.364 228.286 463.492 228.286C462.401 228.286 461.747 229.157 461.747 230.028C461.747 230.899 462.62 231.77 463.492 231.77Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M484.202 225.02C485.074 225.02 485.728 224.367 485.728 223.496C485.728 222.626 485.074 221.973 484.202 221.973C483.33 221.973 482.676 222.626 482.676 223.496C482.676 224.367 483.548 225.02 484.202 225.02Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M503.387 217.837C504.109 217.837 504.695 217.252 504.695 216.531C504.695 215.81 504.109 215.225 503.387 215.225C502.664 215.225 502.079 215.81 502.079 216.531C502.079 217.252 502.664 217.837 503.387 217.837Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M520.827 209.782C521.263 209.782 521.699 209.347 521.699 208.911C521.699 208.476 521.263 208.04 520.827 208.04C520.391 208.04 519.955 208.476 519.955 208.911C519.955 209.347 520.173 209.782 520.827 209.782Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M536.305 201.075C536.667 201.075 536.96 200.782 536.96 200.422C536.96 200.061 536.667 199.769 536.305 199.769C535.944 199.769 535.651 200.061 535.651 200.422C535.651 200.782 535.944 201.075 536.305 201.075Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M549.822 192.15C550.04 192.15 550.258 191.932 550.258 191.714C550.258 191.496 550.04 191.279 549.822 191.279C549.604 191.279 549.386 191.496 549.386 191.714C549.386 191.932 549.604 192.15 549.822 192.15Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M561.594 182.571C561.715 182.571 561.812 182.473 561.812 182.353C561.812 182.233 561.715 182.135 561.594 182.135C561.474 182.135 561.376 182.233 561.376 182.353C561.376 182.473 561.474 182.571 561.594 182.571Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M121.657 209.13C121.657 208.912 121.875 208.912 121.657 209.13C121.657 208.912 121.657 208.912 121.657 209.13Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M136.264 218.054C136.482 217.836 136.482 218.054 136.264 218.054C136.482 217.619 136.482 217.619 136.264 217.619C136.046 217.619 136.046 217.619 136.264 218.054C136.046 218.054 136.046 217.836 136.264 218.054Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M152.614 226.327C152.832 226.327 153.05 226.109 153.05 225.891C153.05 225.674 152.832 225.456 152.614 225.456C152.396 225.456 152.178 225.674 152.178 225.891C152.178 226.109 152.396 226.327 152.614 226.327Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M170.709 233.729C171.145 233.729 171.363 233.511 171.363 233.075C171.363 232.64 171.145 232.422 170.709 232.422C170.273 232.422 170.055 232.64 170.055 233.075C170.055 233.511 170.273 233.729 170.709 233.729Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M190.111 240.695C190.547 240.695 190.983 240.259 190.983 239.824C190.983 239.389 190.547 238.953 190.111 238.953C189.675 238.953 189.239 239.389 189.239 239.824C189.239 240.259 189.675 240.695 190.111 240.695Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M211.258 246.572C211.912 246.572 212.348 246.137 212.348 245.484C212.348 244.831 211.912 244.396 211.258 244.396C210.604 244.396 210.168 244.831 210.168 245.484C210.168 246.137 210.604 246.572 211.258 246.572Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M233.276 251.58C233.93 251.58 234.584 250.926 234.584 250.273C234.584 249.62 233.93 248.967 233.276 248.967C232.622 248.967 231.968 249.62 231.968 250.273C231.968 250.926 232.622 251.58 233.276 251.58Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M256.603 255.497C257.475 255.497 258.129 254.844 258.129 253.973C258.129 253.103 257.475 252.449 256.603 252.449C255.731 252.449 255.077 253.103 255.077 253.973C255.077 254.844 255.731 255.497 256.603 255.497Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M280.366 258.327C281.238 258.327 282.11 257.674 282.11 256.586C282.11 255.715 281.456 254.844 280.366 254.844C279.494 254.844 278.622 255.497 278.622 256.586C278.84 257.674 279.494 258.327 280.366 258.327Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M305 260.07C306.091 260.07 306.745 259.199 306.745 258.328C306.745 257.24 305.872 256.587 305 256.587C303.91 256.587 303.256 257.457 303.256 258.328C303.038 259.199 303.91 260.07 305 260.07Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M329.636 260.722C330.726 260.722 331.598 259.851 331.598 258.763C331.598 257.674 330.726 256.803 329.636 256.803C328.545 256.803 327.673 257.674 327.673 258.763C327.673 259.851 328.545 260.722 329.636 260.722Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M354.27 259.851C355.36 259.851 356.232 258.98 356.232 257.892C356.232 256.804 355.36 255.933 354.27 255.933C353.18 255.933 352.308 256.804 352.308 257.892C352.308 258.98 353.18 259.851 354.27 259.851Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M378.687 257.893C379.777 257.893 380.431 257.022 380.431 256.151C380.431 255.063 379.559 254.41 378.687 254.41C377.597 254.41 376.943 255.28 376.943 256.151C376.725 257.022 377.597 257.893 378.687 257.893Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M402.45 254.844C403.54 254.844 404.194 253.973 404.194 253.103C404.194 252.232 403.322 251.361 402.45 251.361C401.36 251.361 400.706 252.232 400.706 253.103C400.706 253.973 401.36 254.844 402.45 254.844Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M425.34 250.491C426.183 250.491 426.866 249.808 426.866 248.967C426.866 248.125 426.183 247.443 425.34 247.443C424.497 247.443 423.814 248.125 423.814 248.967C423.814 249.808 424.497 250.491 425.34 250.491Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M447.141 245.484C448.013 245.484 448.667 244.831 448.667 243.96C448.667 243.09 448.013 242.436 447.141 242.436C446.269 242.436 445.615 243.09 445.615 243.96C445.615 244.831 446.269 245.484 447.141 245.484Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M467.852 239.389C468.506 239.389 469.16 238.736 469.16 238.082C469.16 237.429 468.506 236.776 467.852 236.776C467.198 236.776 466.544 237.429 466.544 238.082C466.544 238.736 466.979 239.389 467.852 239.389Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M486.818 232.205C487.472 232.205 487.908 231.769 487.908 231.116C487.908 230.463 487.472 230.028 486.818 230.028C486.164 230.028 485.728 230.463 485.728 231.116C485.946 231.769 486.382 232.205 486.818 232.205Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M504.477 224.368C504.913 224.368 505.349 223.932 505.349 223.497C505.349 223.062 504.913 222.626 504.477 222.626C504.041 222.626 503.605 223.062 503.605 223.497C503.605 224.15 504.041 224.368 504.477 224.368Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M520.391 215.877C520.827 215.877 521.045 215.66 521.045 215.224C521.045 214.789 520.827 214.571 520.391 214.571C519.955 214.571 519.737 214.789 519.737 215.224C519.737 215.66 519.955 215.877 520.391 215.877Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M534.343 206.952C534.561 206.952 534.779 206.735 534.779 206.517C534.779 206.299 534.561 206.081 534.343 206.081C534.125 206.081 533.907 206.299 533.907 206.517C533.907 206.735 534.125 206.952 534.343 206.952Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M546.552 197.373C546.672 197.373 546.77 197.276 546.77 197.156C546.77 197.035 546.672 196.938 546.552 196.938C546.431 196.938 546.334 197.035 546.334 197.156C546.334 197.276 546.431 197.373 546.552 197.373Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M152.396 230.681C152.517 230.681 152.614 230.583 152.614 230.463C152.614 230.343 152.517 230.245 152.396 230.245C152.276 230.245 152.178 230.343 152.178 230.463C152.178 230.583 152.276 230.681 152.396 230.681Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M168.965 238.735C169.183 238.735 169.183 238.517 169.183 238.517C169.183 238.3 168.965 238.299 168.965 238.299L168.747 238.517C168.529 238.517 168.747 238.735 168.965 238.735Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M186.841 245.919C187.082 245.919 187.277 245.724 187.277 245.484C187.277 245.243 187.082 245.048 186.841 245.048C186.6 245.048 186.405 245.243 186.405 245.484C186.405 245.724 186.6 245.919 186.841 245.919Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M206.244 252.232C206.605 252.232 206.898 251.94 206.898 251.579C206.898 251.219 206.605 250.926 206.244 250.926C205.883 250.926 205.59 251.219 205.59 251.579C205.59 251.94 205.883 252.232 206.244 252.232Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M226.954 257.892C227.436 257.892 227.826 257.502 227.826 257.021C227.826 256.541 227.436 256.151 226.954 256.151C226.473 256.151 226.082 256.541 226.082 257.021C226.082 257.502 226.473 257.892 226.954 257.892Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M248.537 262.464C249.139 262.464 249.627 261.976 249.627 261.375C249.627 260.774 249.139 260.287 248.537 260.287C247.935 260.287 247.447 260.774 247.447 261.375C247.447 261.976 247.935 262.464 248.537 262.464Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M271.209 265.729C271.811 265.729 272.299 265.242 272.299 264.641C272.299 264.039 271.811 263.552 271.209 263.552C270.607 263.552 270.119 264.039 270.119 264.641C270.119 265.242 270.607 265.729 271.209 265.729Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M294.318 267.906C295.041 267.906 295.626 267.322 295.626 266.6C295.626 265.879 295.041 265.294 294.318 265.294C293.596 265.294 293.01 265.879 293.01 266.6C293.01 267.322 293.596 267.906 294.318 267.906Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M317.645 268.995C318.367 268.995 318.953 268.41 318.953 267.689C318.953 266.967 318.367 266.383 317.645 266.383C316.922 266.383 316.337 266.967 316.337 267.689C316.337 268.41 316.922 268.995 317.645 268.995Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M341.19 268.777C341.844 268.777 342.498 268.124 342.498 267.471C342.498 266.818 341.844 266.165 341.19 266.165C340.536 266.165 339.882 266.818 339.882 267.471C339.882 268.342 340.536 268.777 341.19 268.777Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M364.516 267.471C365.17 267.471 365.824 266.818 365.824 266.165C365.824 265.512 365.17 264.858 364.516 264.858C363.862 264.858 363.208 265.512 363.208 266.165C363.208 267.035 363.862 267.471 364.516 267.471Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M387.625 265.076C388.348 265.076 388.933 264.491 388.933 263.77C388.933 263.048 388.348 262.464 387.625 262.464C386.903 262.464 386.317 263.048 386.317 263.77C386.317 264.491 386.903 265.076 387.625 265.076Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M409.862 261.375C410.464 261.375 410.952 260.888 410.952 260.287C410.952 259.686 410.464 259.198 409.862 259.198C409.26 259.198 408.772 259.686 408.772 260.287C408.772 260.888 409.26 261.375 409.862 261.375Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M431.226 256.368C431.708 256.368 432.098 255.978 432.098 255.497C432.098 255.016 431.708 254.626 431.226 254.626C430.745 254.626 430.354 255.016 430.354 255.497C430.354 255.978 430.745 256.368 431.226 256.368Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M451.719 250.926C452.155 250.926 452.591 250.49 452.591 250.055C452.591 249.62 452.155 249.184 451.719 249.184C451.283 249.184 450.847 249.62 450.847 250.055C450.847 250.49 451.065 250.926 451.719 250.926Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M470.685 244.177C471.047 244.177 471.339 243.885 471.339 243.524C471.339 243.164 471.047 242.871 470.685 242.871C470.324 242.871 470.031 243.164 470.031 243.524C470.031 243.885 470.324 244.177 470.685 244.177Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M488.344 236.559C488.585 236.559 488.78 236.364 488.78 236.123C488.78 235.883 488.585 235.688 488.344 235.688C488.103 235.688 487.908 235.883 487.908 236.123C487.908 236.364 488.103 236.559 488.344 236.559Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M504.259 228.286C504.379 228.286 504.477 228.189 504.477 228.068C504.477 227.948 504.379 227.851 504.259 227.851C504.138 227.851 504.041 227.948 504.041 228.068C504.041 228.189 504.138 228.286 504.259 228.286Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M518.647 219.578C518.768 219.578 518.865 219.481 518.865 219.361C518.865 219.24 518.768 219.143 518.647 219.143C518.527 219.143 518.429 219.24 518.429 219.361C518.429 219.481 518.527 219.578 518.647 219.578Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M202.755 255.498C202.876 255.498 202.973 255.4 202.973 255.28C202.973 255.16 202.876 255.062 202.755 255.062C202.635 255.062 202.537 255.16 202.537 255.28C202.537 255.4 202.635 255.498 202.755 255.498Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M221.722 261.376C221.842 261.376 221.94 261.278 221.94 261.158C221.94 261.038 221.842 260.94 221.722 260.94C221.601 260.94 221.504 261.038 221.504 261.158C221.504 261.278 221.601 261.376 221.722 261.376Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M241.997 266.382C242.238 266.382 242.433 266.187 242.433 265.946C242.433 265.706 242.238 265.511 241.997 265.511C241.756 265.511 241.561 265.706 241.561 265.946C241.561 266.187 241.756 266.382 241.997 266.382Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M263.143 270.301C263.579 270.301 263.797 270.083 263.797 269.647C263.797 269.212 263.579 268.994 263.143 268.994C262.707 268.994 262.489 269.212 262.489 269.647C262.489 270.083 262.707 270.301 263.143 270.301Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M284.726 273.131C285.087 273.131 285.38 272.839 285.38 272.478C285.38 272.117 285.087 271.825 284.726 271.825C284.365 271.825 284.072 272.117 284.072 272.478C284.072 272.839 284.365 273.131 284.726 273.131Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M306.963 274.654C307.324 274.654 307.617 274.362 307.617 274.001C307.617 273.641 307.324 273.348 306.963 273.348C306.602 273.348 306.309 273.641 306.309 274.001C306.309 274.362 306.602 274.654 306.963 274.654Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M329.199 275.308C329.635 275.308 330.071 274.872 330.071 274.437C330.071 274.001 329.635 273.566 329.199 273.566C328.763 273.566 328.327 274.001 328.327 274.437C328.545 274.872 328.763 275.308 329.199 275.308Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M351.654 274.655C352.135 274.655 352.526 274.265 352.526 273.784C352.526 273.303 352.135 272.913 351.654 272.913C351.172 272.913 350.782 273.303 350.782 273.784C350.782 274.265 351.172 274.655 351.654 274.655Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M373.673 272.695C374.154 272.695 374.545 272.305 374.545 271.824C374.545 271.343 374.154 270.953 373.673 270.953C373.191 270.953 372.801 271.343 372.801 271.824C372.801 272.305 373.191 272.695 373.673 272.695Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M395.255 269.43C395.617 269.43 395.909 269.138 395.909 268.777C395.909 268.416 395.617 268.124 395.255 268.124C394.894 268.124 394.601 268.416 394.601 268.777C394.601 269.138 394.894 269.43 395.255 269.43Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M416.184 265.294C416.545 265.294 416.838 265.002 416.838 264.641C416.838 264.28 416.545 263.988 416.184 263.988C415.823 263.988 415.53 264.28 415.53 264.641C415.53 265.002 415.823 265.294 416.184 265.294Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M436.022 260.286C436.384 260.286 436.677 259.994 436.677 259.633C436.677 259.273 436.384 258.98 436.022 258.98C435.661 258.98 435.368 259.273 435.368 259.633C435.368 259.994 435.661 260.286 436.022 260.286Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M454.771 253.974C454.989 253.974 455.207 253.756 455.207 253.539C455.207 253.321 454.989 253.103 454.771 253.103C454.553 253.103 454.335 253.321 454.335 253.539C454.335 253.756 454.553 253.974 454.771 253.974Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M472.212 246.572C472.332 246.572 472.43 246.475 472.43 246.354C472.43 246.234 472.332 246.137 472.212 246.137C472.091 246.137 471.994 246.234 471.994 246.354C471.994 246.475 472.091 246.572 472.212 246.572Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M488.344 238.735C488.464 238.735 488.562 238.637 488.562 238.517C488.562 238.397 488.464 238.299 488.344 238.299C488.224 238.299 488.126 238.397 488.126 238.517C488.126 238.637 488.224 238.735 488.344 238.735Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M218.016 262.681C218.016 262.463 218.016 262.463 218.016 262.681C217.798 262.463 218.016 262.463 218.016 262.681Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M236.546 268.341C236.667 268.341 236.764 268.244 236.764 268.124C236.764 268.003 236.667 267.906 236.546 267.906C236.426 267.906 236.328 268.003 236.328 268.124C236.328 268.244 236.426 268.341 236.546 268.341Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M256.167 272.695C256.287 272.695 256.385 272.598 256.385 272.477C256.385 272.357 256.287 272.26 256.167 272.26C256.047 272.26 255.949 272.357 255.949 272.477C255.949 272.598 256.047 272.695 256.167 272.695Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M276.442 275.961C276.562 275.961 276.66 275.863 276.66 275.743C276.66 275.623 276.562 275.525 276.442 275.525C276.321 275.525 276.224 275.623 276.224 275.743C276.224 275.863 276.321 275.961 276.442 275.961Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M297.37 278.138C297.611 278.138 297.806 277.943 297.806 277.703C297.806 277.462 297.611 277.267 297.37 277.267C297.13 277.267 296.934 277.462 296.934 277.703C296.934 277.943 297.13 278.138 297.37 278.138Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M318.517 279.227C318.735 279.227 318.953 279.009 318.953 278.791C318.953 278.573 318.735 278.356 318.517 278.356C318.299 278.356 318.081 278.573 318.081 278.791C318.081 279.009 318.299 279.227 318.517 279.227Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M339.663 279.009C339.904 279.009 340.099 278.814 340.099 278.573C340.099 278.333 339.904 278.138 339.663 278.138C339.423 278.138 339.227 278.333 339.227 278.573C339.227 278.814 339.423 279.009 339.663 279.009Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M360.81 277.702C361.028 277.702 361.246 277.485 361.246 277.267C361.246 277.049 361.028 276.831 360.81 276.831C360.592 276.831 360.374 277.049 360.374 277.267C360.374 277.485 360.592 277.702 360.81 277.702Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M381.521 275.307C381.762 275.307 381.957 275.113 381.957 274.872C381.957 274.632 381.762 274.437 381.521 274.437C381.28 274.437 381.085 274.632 381.085 274.872C381.085 275.113 381.28 275.307 381.521 275.307Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M401.577 271.607C401.795 271.607 401.795 271.389 401.795 271.389L401.577 271.171C401.359 271.171 401.359 271.389 401.359 271.389L401.577 271.607Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M420.98 266.818C421.101 266.818 421.198 266.721 421.198 266.6C421.198 266.48 421.101 266.383 420.98 266.383C420.86 266.383 420.762 266.48 420.762 266.6C420.762 266.721 420.86 266.818 420.98 266.818Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M439.293 261.158C439.413 261.158 439.51 261.06 439.51 260.94C439.51 260.82 439.413 260.722 439.293 260.722C439.172 260.722 439.074 260.82 439.074 260.94C439.074 261.06 439.172 261.158 439.293 261.158Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M289.086 279.008C289.086 278.79 289.086 278.79 289.086 279.008C288.868 278.79 289.086 278.79 289.086 279.008Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M349.038 280.314C349.158 280.314 349.256 280.217 349.256 280.097C349.256 279.976 349.158 279.879 349.038 279.879C348.918 279.879 348.82 279.976 348.82 280.097C348.82 280.217 348.918 280.314 349.038 280.314Z%27 fill=%27%23FFFEFD%27/%3E%3Cpath d=%27M388.061 275.308C388.061 275.09 388.279 275.09 388.061 275.308C388.061 275.09 388.061 275.09 388.061 275.308Z%27 fill=%27%23FFFEFD%27/%3E%3C/g%3E%3C/svg%3E")
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .dont-wait::after {
        width: 350px;
        height: 280px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait::after {
        width: 300px;
        height: 250px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait::after {
        width: 300px;
        height: 250px
    }
}

@media screen and (max-width: 767px) {
    .dont-wait::after {
        width: 320px;
        height: 250px
    }
}

.dont-wait::before {
    content: "";
    width: 5px;
    height: 277px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 80px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%27277%27 viewBox=%270 0 5 277%27 fill=%27none%27 style=%27&%2310;%27%3E%3Crect width=%275%27 height=%27152%27 fill=%27%23FFFEFD%27/%3E%3Crect y=%27167%27 width=%275%27 height=%2710%27 fill=%27%23FFFEFD%27/%3E%3Crect y=%27217%27 width=%275%27 height=%2710%27 fill=%27%23FFFEFD%27/%3E%3Crect y=%27192%27 width=%275%27 height=%2710%27 fill=%27%23FFFEFD%27/%3E%3Crect y=%27242%27 width=%275%27 height=%2710%27 fill=%27%23FFFEFD%27/%3E%3Crect y=%27267%27 width=%275%27 height=%2710%27 fill=%27%23FFFEFD%27/%3E%3C/svg%3E")
}

@media screen and (max-width: 767px) {
    .dont-wait::before {
        left: 20px
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate {
        width: 100%
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part {
    position: relative
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner {
    padding: 0 60px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner {
        padding: 0 50px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner {
        padding: 0 40px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner {
        padding: 0 40px
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner {
        padding: 0;
        padding-top: 100px
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 {
    font-weight: 400;
    font-family: "Audi Type";
    font-size: 100px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 {
        font-size: 80px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 {
        font-size: 60px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 {
        font-size: 50px
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 {
        font-size: 72px;
        padding: 0 20px
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 span {
    display: block;
    font-size: 140px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 span {
        font-size: 120px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 span {
        font-size: 100px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 span {
        font-size: 80px
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner h4 span {
        font-size: 87px;
        font-family: "Audi Type Bold"
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner p {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner p {
        font-size: 26px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner p {
        font-size: 24px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner p {
        font-size: 20px;
        line-height: 30px
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.left-part .left-part-inner p.second-text {
    color: #62e7f3
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part {
    padding: 70px 150px;
    border-left: 1px solid #fff
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part {
        padding: 70px 100px 70px 50px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part {
        padding: 40px 200px 40px 40px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part {
        padding: 20px 40px;
        margin-top: 20px;
        border-top: 1px solid #666;
        border-left: 0
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part {
        padding: 20px 0;
        margin-top: 20px;
        border-top: 1px solid #666;
        border-left: 0
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner p {
    font-size: 26px;
    margin-bottom: 40px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner p {
        font-size: 24px;
        margin-bottom: 30px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner p {
        font-size: 22px
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner p {
        font-size: 20px;
        margin-bottom: 30px
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner p strong {
    color: #62e7f3
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner .multi-link-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner .multi-link-wrap {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner .multi-link-wrap .link-wrap {
    text-decoration: underline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    cursor: pointer
}

.dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner .multi-link-wrap .link-wrap::before {
    content: "";
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2735%27 height=%2735%27 viewBox=%270 0 35 35%27 fill=%27none%27%3E%3Ccircle cx=%2717.5%27 cy=%2717.5%27 r=%2717.5%27 fill=%27%2362E7F3%27/%3E%3Cpath d=%27M11 17H25%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M18 10L25 17L18 24%27 stroke=%27%230D0C22%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner .multi-link-wrap .link-wrap::before {
        width: 30px;
        height: 30px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner .multi-link-wrap .link-wrap a {
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .dont-wait .dont-wait-wrap .dont-wait-inner .part-seprate.right-part .right-part-inner .multi-link-wrap .link-wrap a {
        font-size: 18px
    }
}

.faq-section {
    background-color: #fff
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-flex-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-top: 45px;
    gap: 20px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap {
        padding-top: 30px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap {
        padding-top: 25px;
        gap: 15px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap {
        padding-top: 15px;
        gap: 15px
    }
}

@media screen and (max-width: 767px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap {
        padding-top: 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        gap: 10px
    }
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap {
    width: 100%
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap.active .accordion-button {
    border-radius: 5px 5px 0 0
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap.active .accordion-button::after {
    transform: rotate(180deg)
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-button {
    background-color: #fffefd;
    color: #0d0c22;
    border: 1px solid #c1c1c4;
    border-radius: 5px;
    width: 100%;
    font-family: "Audi Type Bold";
    cursor: pointer;
    font-size: 18px;
    padding: 12px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-align: left
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-button {
        font-size: 16px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-button {
        font-size: 16px
    }
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-button span {
    width: 90%
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-button::after {
    content: "";
    width: 14px;
    height: 8px;
    transition: all .5s;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%278%27 viewBox=%270 0 14 8%27 fill=%27none%27%3E%3Cpath d=%27M5.37178 7.47826L0.56519 2.95652C-0.020228 2.4058 -0.150868 1.77565 0.173268 1.06609C0.497405 0.356522 1.07481 0.00115942 1.90549 0H11.4262C12.2581 0 12.8362 0.355362 13.1603 1.06609C13.4844 1.77681 13.3532 2.40696 12.7665 2.95652L7.95994 7.47826C7.77507 7.65217 7.5748 7.78261 7.35912 7.86956C7.14344 7.95652 6.91235 8 6.66586 8C6.41937 8 6.18828 7.95652 5.9726 7.86956C5.75692 7.78261 5.55665 7.65217 5.37178 7.47826Z%27 fill=%27%230D0C22%27/%3E%3C/svg%3E")
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-content {
    display: none;
    background-color: #fffefd;
    border: 1px solid #c1c1c4;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-content .inner-liner {
    padding: 20px;
    color: #0d0c22
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-content .inner-liner {
        font-size: 14px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .faq-section .faq-section-wrap .faq-section-inner .faq-all-main-wrap .faq-wrap .accordion-content .inner-liner {
        font-size: 14px
    }
}

.web-vr-banner {
    padding-top: 0
}

.web-vr-banner .web-vr-inner .web-vr-top .image-inner {
    position: relative;
    max-width: 800px;
    padding-top: 50px;
    margin: 0 auto
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner {
        padding: 50px 40px 0
    }
}

@media screen and (max-width: 767px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner {
        padding: 50px 20px 0
    }
}

.web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text {
    font-size: 180px;
    font-family: "Audi Type Bold";
    position: absolute
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text {
        font-size: 120px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text {
        font-size: 80px
    }
}

@media screen and (max-width: 767px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text {
        font-size: 50px
    }
}

.web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.top {
    top: -30px;
    left: -100px;
    z-index: -1
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.top {
        top: 30px;
        left: -150px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.top {
        top: 30px;
        left: 50px
    }
}

@media screen and (max-width: 767px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.top {
        top: 35px;
        left: 40px
    }
}

.web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.bottom {
    bottom: 150px;
    right: -250px;
    z-index: -1
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.bottom {
        bottom: 150px;
        right: -150px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.bottom {
        bottom: -20px;
        right: 100px
    }
}

@media screen and (max-width: 767px) {
    .web-vr-banner .web-vr-inner .web-vr-top .image-inner .web-vr-banner-text.bottom {
        bottom: -20px;
        right: 20px
    }
}

.web-vr-banner .web-vr-inner .web-vr-top .image-inner img {
    display: block;
    width: 100%
}

.web-vr-banner .web-vr-inner .web-vr-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 50px
}

.web-vr-banner .web-vr-inner .web-vr-bottom a {
    gap: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-family: "Audi Type Bold"
}

.immersive-vr-banner {
    padding-top: 0
}

.immersive-vr-banner .immersive-vr-inner .immersive-vr-top .image-inner {
    position: relative
}

.immersive-vr-banner .immersive-vr-inner .immersive-vr-top .image-inner .immersive-vr-banner-text {
    font-size: 180px;
    font-family: "Audi Type Bold";
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center
}

@media screen and (max-width: 767px) {
    .immersive-vr-banner .immersive-vr-inner .immersive-vr-top .image-inner .immersive-vr-banner-text {
        font-size: 40px;
        bottom: 0px
    }
}

.immersive-vr-banner .immersive-vr-inner .immersive-vr-top .image-inner img {
    display: block;
    width: 100%
}

.immersive-vr-banner .immersive-vr-inner .immersive-vr-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 50px
}

.immersive-vr-banner .immersive-vr-inner .immersive-vr-bottom a {
    gap: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-family: "Audi Type Bold"
}

@media screen and (min-width: 1025px) {
    .image-text-section.invert .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap {
        order: 2
    }

    .image-text-section.invert .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap {
        order: 1
    }
}

.image-text-section .image-text-section-wrap .image-text-section-inner .title-wrap {
    margin-bottom: 60px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .title-wrap {
        margin-bottom: 40px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .title-wrap {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .title-wrap {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 767px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .title-wrap {
        margin-bottom: 30px
    }
}

.image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 60px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap {
        gap: 40px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap {
        gap: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap {
        gap: 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

@media screen and (max-width: 767px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap {
        gap: 20px;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
}

.image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap {
    width: calc(65% - 30px)
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap {
        width: calc(65% - 20px)
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap {
        width: calc(65% - 15px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap {
        width: 100%
    }
}

.image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap img {
    width: 100%;
    display: block
}

.image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .image-wrap video {
    width: 100%;
    display: block
}

.image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap {
    width: calc(35% - 30px)
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap {
        width: calc(35% - 20px)
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap {
        width: calc(35% - 15px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap {
        width: 100%
    }
}

.image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
    font-size: 46px;
    line-height: 65px;
    margin-bottom: 20px
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 42px;
        line-height: 55px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 38px;
        line-height: 50px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner h4 {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 10px
    }
}

.image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner p {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0
}

@media screen and (min-width: 1301px)and (max-width: 1600px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 22px;
        line-height: 30px
    }
}

@media screen and (min-width: 1025px)and (max-width: 1300px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 20px;
        line-height: 30px
    }
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 16px;
        line-height: 25px
    }
}

@media screen and (max-width: 767px) {
    .image-text-section .image-text-section-wrap .image-text-section-inner .image-text-wrap .text-content-wrap .text-content-inner p {
        font-size: 16px;
        line-height: 22px
    }
}