@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;
    400;
    500;
    600;
    700&display=swap);
    .navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    width: 100%;
    border-radius: 0;
    z-index: 999;
    margin-bottom: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-custom .navbar-brand {
    text-transform: uppercase;
    color: #3762ea!important;
    font-weight: 700;
    letter-spacing: 2px;
    height: auto;
}
.navbar-custom .navbar-brand .logo-light {
    display: inline-block;
}
.navbar-custom .navbar-brand .logo-dark {
    display: none;
}
.navbar-custom .navbar-nav li a {
    font-size: 15px;
    font-weight: 500;
    color: #cbd6e5;
}
.navbar-custom .navbar-nav li a.active, .navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:hover {
    color: #fff;
}
@media (min-width:992px) {
    .navbar-custom .navbar-nav li a {
    margin: 5px 7px;
    line-height: 30px;
}
}@media (max-width:991.98px) {
    .navbar-custom {
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(33, 37, 41, .08);
    box-shadow: 0 3px 10px 0 rgba(33, 37, 41, .08);
}
.navbar-custom .navbar-brand .logo-light {
    display: none;
}
.navbar-custom .navbar-brand .logo-dark {
    display: inline-block;
}
.navbar-custom .navbar-nav li a {
    color: #9599ad;
}
.navbar-custom .navbar-nav li a.active, .navbar-custom .navbar-nav li a:focus, .navbar-custom .navbar-nav li a:hover {
    color: #3762ea;
}
}.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,  0,  0,  0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-sticky.navbar {
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgba(33, 37, 41, .08);
    box-shadow: 0 3px 10px 0 rgba(33, 37, 41, .08);
}
.nav-sticky.navbar .navbar-brand {
    text-transform: uppercase;
    color: #3762ea!important;
    letter-spacing: 2px;
    height: auto;
}
.nav-sticky.navbar .navbar-brand .logo-light {
    display: none;
}
.nav-sticky.navbar .navbar-brand .logo-dark {
    display: inline-block;
}
.nav-sticky.navbar .navbar-toggler {
    font-size: 24px;
    color: #9599ad;
}
.nav-sticky.navbar .navbar-nav li a {
    color: #343a40;
}
.nav-sticky.navbar .navbar-nav li a.active, .nav-sticky.navbar .navbar-nav li a:focus, .nav-sticky.navbar .navbar-nav li a:hover {
    color: #3762ea;
}
.page-title-box {
    padding: 10px 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, .15);
    margin: -23px -1.5rem 1.5rem -1.5rem;
}
.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 13px;
}
.page-title-box h4 {
    font-weight: 700;
    font-size: 15px!important;
    text-transform: uppercase;
}
body[data-layout=horizontal] .page-title-box {
    padding: 1.2rem 0;
    background-color: transparent!important;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
@media (min-width:1024.1px) {
    body[data-layout=horizontal] .page-title-box {
    margin: -19px 0 0 0;
}
}body[data-layout=vertical][data-layout-style=detached] .page-title-box {
    padding: 1.2rem 0;
    background-color: transparent!important;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}
@media (min-width:1024.1px) {
    body[data-layout=vertical][data-layout-style=detached] .page-title-box {
    margin: -19px 0 0 0;
}
}.main-tabs .nav-link img {
    height: 24px;
    display: block;
    margin: 0 auto 5px auto;
}
.main-tabs.nav-tabs .nav-item .nav-link {
    border: none!important;
    padding: .75rem 1.5rem;
    color: #495057;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
}
.main-tabs.nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #212529;
}
.main-tabs.nav-tabs .nav-item .show .nav-link {
    background-color: #fff;
    color: #212529;
}
.latest-new {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
}
.latest-new::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    bottom: -10px;
    margin-left: -5px;
    left: 50%;
    border-color: #4ab0c1 transparent transparent transparent;
    border-width: 5px;
}
.footer-alt {
    padding: 25px 0;
    background-color: #152436;
}
.footer-alt .social-icon {
    background-color: #192b41;
    border-radius: 50%;
    color: #6d839f;
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.footer-alt .social-icon:hover {
    background-color: #1f3550;
    color: #fff;
}
.footer-alt .copy-rights {
    margin-bottom: 0;
    line-height: 36px;
}
.fs-10 {
    font-size: 10px!important;
}
.fs-11 {
    font-size: 11px!important;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-13 {
    font-size: 13px!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-15 {
    font-size: 15px!important;
}
.fs-18 {
    font-size: 18px!important;
}
.border-dark {
    border-color: var(--vz-dark)!important;
}
.border-light {
    border-color: var(--vz-light)!important;
}
.border-custom {
    border-color: #4f667c!important;
}
.gradient-title {
    background: -webkit-linear-gradient(45deg, #2dcb73, #3762ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding-bottom: 2.2rem;
    line-height: 1;
    font-size: 1.75rem;
    font-weight: 600;
    position: relative;
}
.section-title::before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #4ab0c1;
    width: 80px;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
}
.text-shine {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 12px 48px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff6f6), color-stop(10%, #e75555), color-stop(20%, #fff));
    background: linear-gradient(to right, #fff6f6 0, #e75555 10%, #fff 20%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 3s infinite linear;
    animation: shine 3s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    text-decoration: none;
    white-space: nowrap;
}
@-webkit-keyframes shine {
    0% {
    background-position: 0;
}
60% {
    background-position: 180px;
}
100% {
    background-position: 240px;
}
}@keyframes shine {
    0% {
    background-position: 0;
}
60% {
    background-position: 180px;
}
100% {
    background-position: 240px;
}
}::-webkit-input-placeholder {
    color: #adb1c3!important;
    font-size: 13px!important;
}
::-moz-placeholder {
    color: #adb1c3!important;
    font-size: 13px!important;
}
:-ms-input-placeholder {
    color: #adb1c3!important;
    font-size: 13px!important;
}
::-ms-input-placeholder {
    color: #adb1c3!important;
    font-size: 13px!important;
}
::placeholder {
    color: #adb1c3!important;
    font-size: 13px!important;
}
.coming-soon-item .nav-link {
    opacity: .5;
    cursor: progress;
}
#back-to-top {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: 20px;
    left: 30px;
    background: #4e74ec;
    border-color: transparent;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    z-index: 999;
}
#back-to-top:hover {
    border-radius: 5px;
    background-color: #2dcb73;
}
.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}
.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}
.card-height-100 {
    height: calc(100% - 1.5rem);
}
.btn-blinking {
    -webkit-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
@-webkit-keyframes blink {
    0% {
    opacity: 0;
}
50% {
    opacity: .5;
}
100% {
    opacity: 1;
}
}@keyframes blink {
    0% {
    opacity: 0;
}
50% {
    opacity: .5;
}
100% {
    opacity: 1;
}
}.modal-backdrop.show {
    background-color: rgba(33, 37, 41, .6);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
.bg-soft-primary {
    background-color: rgba(55, 98, 234, .18)!important;
}
.bg-soft-secondary {
    background-color: rgba(30, 26, 34, .18)!important;
}
.bg-soft-success {
    background-color: rgba(45, 203, 115, .18)!important;
}
.bg-soft-info {
    background-color: rgba(74, 176, 193, .18)!important;
}
.bg-soft-warning {
    background-color: rgba(246, 183, 73, .18)!important;
}
.bg-soft-danger {
    background-color: rgba(250, 94, 94, .18)!important;
}
.bg-soft-light {
    background-color: rgba(239, 242, 247, .18)!important;
}
.bg-soft-dark {
    background-color: rgba(33, 37, 41, .18)!important;
}
.bg-soft-orange {
    background-color: rgba(241, 150, 59, .18)!important;
}
.bg-soft-purple {
    background-color: rgba(133, 97, 249, .18)!important;
}
.bg-soft-pink {
    background-color: rgba(247, 100, 159, .18)!important;
}
.bg-soft-teal {
    background-color: rgba(74, 176, 193, .18)!important;
}
.bg-soft-maroon {
    background-color: rgba(153, 12, 12, .18)!important;
}
.bg-soft-dark-green {
    background-color: rgba(3, 102, 102, .18)!important;
}
.bg-soft-dark-purple {
    background-color: rgba(123, 44, 191, .18)!important;
}
.bg-soft-dark-orange {
    background-color: rgba(189, 97, 6, .18)!important;
}
.bg-soft-dark-red {
    background-color: rgba(255, 25, 25, .18)!important;
}
.bg-soft-mvc {
    background-color: rgba(0, 78, 152, .18)!important;
}
.bg-soft-yii {
    background-color: rgba(213, 96, 98, .18)!important;
}
.bg-soft-bottle {
    background-color: rgba(96, 213, 145, .18)!important;
}
.avatar-xxs {
    height: 1.5rem;
    width: 1.5rem;
}
.avatar-xs {
    height: 2rem;
    width: 2rem;
}
.avatar-sm {
    /* height: 4rem; */
    width: 5rem;
}
.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}
.avatar-lg {
    height: 6rem;
    width: 6rem;
}
.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3762ea;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%}
.avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 1;
}
html {
    overflow-x: hidden;
}
.fw-medium {
    font-weight: 500;
}
.fw-semibold {
    font-weight: 600;
}
p {
    line-height: 1.8;
}
.row>* {
    position: relative;
}
a {
    text-decoration: none;
}
.modal-open {
    padding-right: 0!important;
}
.ribbon-two {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon-two span {
    font-size: 13px;
    color: #fff;
    background-color: #fa5e5e;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
    display: block;
    position: absolute;
    top: 19px;
    right: -21px;
    font-weight: 600;
}
.ribbon-two span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #f81414;
    border-bottom: 3px solid #f81414;
}
.ribbon-two span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #f81414;
    border-bottom: 3px solid #f81414;
}
.ribbon-two.ribbon-two-primary span {
    background-color: #2dcb73;
}
.ribbon-two.ribbon-two-primary span:before {
    border-right-color: #1f8c50;
    border-bottom-color: #1f8c50;
}
.ribbon-two.ribbon-two-primary span:after {
    border-left-color: #1f8c50;
    border-bottom-color: #1f8c50;
}
.bg-hero {
    position: relative;
    background: url(../images/pattern-3.png);
    padding-top: 175px;
    padding-bottom: 135px;
}
.bg-hero.main-effect {
    background-color: #081a54;
}
.nodejs-theme .nodejs-effect {
    background-color: #0c382d;
}
.nodejs-theme .bg-cta {
    background-color: #0c382d;
}
.vuetifyjs-theme .vuetifyjs-effect {
    background-color: #000754;
}
.vuetifyjs-theme .bg-cta {
    background-color: #000754;
}
.laravel-theme .laravel-effect {
    background-color: #030f29;
}
.laravel-theme .bg-cta {
    background-color: #1b3966;
}
.react-theme .bg-hero {
    background-color: #023a58;
}
.react-theme .bg-cta {
    background-color: #023a58;
}
.codeigniter-theme .bg-hero {
    background-color: #340916;
}
.codeigniter-theme .bg-cta {
    background-color: #340916;
}
.ultimate-theme .bg-hero {
    background-color: #062d62;
}
.ultimate-theme .bg-cta {
    background-color: #062d62;
}
.django-theme .bg-hero {
    background-color: #0c381b;
}
.django-theme .bg-cta {
    background-color: #0c381b;
}
.home-title {
    font-size: 38px;
}
.home-title .home-small-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 7px;
}
@media (min-width:992px) {
    .main-images {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
}.demo-box {
    text-align: center;
    position: relative;
    border-radius: 3px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: rgba(100, 100, 111, .1) 0 -6px 29px 0;
    box-shadow: rgba(100, 100, 111, .1) 0 -6px 29px 0;
}
.demo-box .demo-img {
    display: block;
    -webkit-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    border-radius: 5px;
}
.demo-box img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    border-radius: 5px;
}
.demo-box h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}
.demo-box .demo-img-box {
    position: relative;
    overflow: hidden;
}
.demo-box .demo-img-box .demo-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.demo-box:hover .demo-img-box .demo-btn {
    background-color: rgba(243, 246, 249, .5);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.bg-cta {
    background-color: #081a54;
    background-image: url(../images/wave-pattern.svg);
    background-position: center;
}
.bg-web-desc {
    background-color: #192a3f;
}
.services-box {
    padding: 28px;
    background-color: #eff2f7;
    border-radius: 4px;
    margin-top: 10px;
}
.services-box .services-title {
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.services-box i {
    font-size: 23px;
}
.counter-box {
    background-color: transparent;
    border: none;
    padding: 12px;
    border-radius: 20px 5px 25px 5px;
}
.client-box {
    border: 1px dashed #e9ebec;
}
.client-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.client-slider .swiper-button-next, .client-slider .swiper-button-prev {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
}
.client-slider .swiper-button-next::after, .client-slider .swiper-button-prev::after {
    font-family: remixicon;
    font-size: 30px;
}
.client-slider .swiper-button-next::after {
    content: "\ea6e"}
.client-slider .swiper-button-prev::after {
    content: "\ea64"}
.client-slider:hover .swiper-button-next, .client-slider:hover .swiper-button-prev {
    opacity: 1;
}
.homeslider .swiper-slide {
    opacity: .1;
}
.homeslider .swiper-slide-active {
    opacity: 1!important;
}
.dashabord-sticky {
    position: sticky;
    top: 250px;
}
.modal-bg-pattern {
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='600' height='440' preserveAspectRatio='none' viewBox='0 0 600 440'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1090%26quot%3b)' fill='none'%3e%3crect width='600' height='440' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='30' y='90' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='30' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='30' y='270' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='30' y='390' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='30' y='450' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='30' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='90' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='90' y='150' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='90' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='270' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='90' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1096' x='90' y='390' stroke='rgba(139%2c 66%2c 187%2c 0.24)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='90' y='450' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1096' x='150' y='30' stroke='rgba(139%2c 66%2c 187%2c 0.24)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='150' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='150' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='150' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='150' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='150' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='150' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='150' y='450' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='30' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='210' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='210' y='150' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='210' y='210' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='210' y='270' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='390' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='210' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='270' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='270' y='90' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='270' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='270' y='210' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='270' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='270' y='330' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='270' y='390' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='270' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='330' y='30' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='330' y='90' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='330' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='330' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='330' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='330' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='30' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='90' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='150' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='390' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='390' y='270' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='390' y='390' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='390' y='450' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='450' y='30' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='90' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='450' y='150' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='450' y='210' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='450' y='330' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='450' y='390' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='450' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='510' y='30' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1094' x='510' y='90' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1093' x='510' y='210' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='330' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='510' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='510' y='450' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='570' y='30' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='570' y='90' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1096' x='570' y='150' stroke='rgba(28%2c 83%2c 142%2c 0.29)' stroke-width='3'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='210' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1091' x='570' y='270' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='330' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1092' x='570' y='390' stroke='rgba(28%2c 83%2c 142%2c 0.29)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsPath1095' x='570' y='450' stroke='rgba(139%2c 66%2c 187%2c 0.24)'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1090'%3e%3crect width='600' height='440' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpath d='M-1 0 a1 1 0 1 0 2 0 a1 1 0 1 0 -2 0z' id='SvgjsPath1095'%3e%3c/path%3e%3cpath d='M-3 0 a3 3 0 1 0 6 0 a3 3 0 1 0 -6 0z' id='SvgjsPath1093'%3e%3c/path%3e%3cpath d='M-5 0 a5 5 0 1 0 10 0 a5 5 0 1 0 -10 0z' id='SvgjsPath1092'%3e%3c/path%3e%3cpath d='M2 -2 L-2 2z' id='SvgjsPath1094'%3e%3c/path%3e%3cpath d='M6 -6 L-6 6z' id='SvgjsPath1091'%3e%3c/path%3e%3cpath d='M30 -30 L-30 30z' id='SvgjsPath1096'%3e%3c/path%3e%3c/defs%3e%3c/svg%3e");
}
.subscribe-input input {
    padding: 14px 74px 14px 18px;
}
.subscribe-input .btn {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
}
/*# sourceMappingURL=app.min.css.map */
