Renamed source directory, changed dockerfile for running docker image according to the official documentation
@@ -0,0 +1,570 @@
|
||||
.front-accordion .fa-head {
|
||||
border: 1px solid #779bca;
|
||||
color: #475669;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.front-accordion .fa-head .collapse-link {
|
||||
color: #475669;
|
||||
}
|
||||
.front-accordion .fa-head .collapse-link span {
|
||||
color: #0c4e91;
|
||||
}
|
||||
.front-accordion .fa-head.with-options .options-link {
|
||||
color: #475669;
|
||||
}
|
||||
.front-accordion .fa-head.with-options .options-link:hover {
|
||||
color: #333;
|
||||
}
|
||||
.front-accordion .form-group label {
|
||||
color: #0c4e91;
|
||||
}
|
||||
.front-accordion .form-group.checkbox-label label {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* Buttons. */
|
||||
.button {
|
||||
background: #ff6b00;
|
||||
}
|
||||
.button.xxl {
|
||||
border-radius: 25px;
|
||||
padding: 0 28px;
|
||||
border: none;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.button.mp-top-left {
|
||||
background: #ff6b00;
|
||||
border-color: #ff6b00;
|
||||
color: #fff;
|
||||
}
|
||||
.button.mp-top-left:hover {
|
||||
opacity: 1;
|
||||
background: #ff8933;
|
||||
border-color: #ff8933;
|
||||
}
|
||||
.button.mp-top-right, .button.mp-top-blue {
|
||||
background: #134d94;
|
||||
border-color: #134d94;
|
||||
color: #fff;
|
||||
}
|
||||
.button.mp-top-right:hover, .button.mp-top-blue:hover {
|
||||
background: #1965c1;
|
||||
background: #1965c1;
|
||||
opacity: 1;
|
||||
}
|
||||
.button.mp-top-right.xl, .button.mp-top-blue.xl {
|
||||
border: none;
|
||||
line-height: 30px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.button.mp-top-right.xl, .button.mp-top-blue.xl {
|
||||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
.button.mp-btn {
|
||||
background: #ff6b00;
|
||||
border-color: #ff6b00;
|
||||
}
|
||||
.button.mp-btn:hover {
|
||||
opacity: 1;
|
||||
background: #cc5600;
|
||||
border-color: #cc5600;
|
||||
}
|
||||
.button.bordered {
|
||||
background: #fff;
|
||||
border: 2px solid #134d96;
|
||||
color: #134d96;
|
||||
box-shadow: none;
|
||||
line-height: 36px;
|
||||
}
|
||||
.button.bordered.xxl {
|
||||
box-shadow: none;
|
||||
}
|
||||
.button.bordered:hover {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.modal {
|
||||
padding: 0 !important;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.modal {
|
||||
padding: 40px 20px 30px !important;
|
||||
}
|
||||
}
|
||||
.modal .cont {
|
||||
padding: 0 20px;
|
||||
max-width: 960px;
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.modal .cont {
|
||||
padding: 0 75px;
|
||||
}
|
||||
}
|
||||
.modal .modal-content {
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.modal .modal-dialog {
|
||||
width: auto;
|
||||
max-width: 768px;
|
||||
min-height: 100%;
|
||||
margin: 0 auto;
|
||||
background: #fff;
|
||||
box-shadow: 0 0 10px #666;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
@media (min-width: 769px) {
|
||||
.modal .modal-dialog {
|
||||
min-height: 0;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
}
|
||||
.modal .modal-dialog .modal-head {
|
||||
font-size: 20px;
|
||||
color: #9e9671;
|
||||
margin-bottom: 13px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 540px) {
|
||||
.modal .modal-dialog .modal-head {
|
||||
font-size: 24px;
|
||||
}
|
||||
}
|
||||
.modal .modal-dialog .modal-head .cont {
|
||||
padding-top: 35px;
|
||||
color: #9e9671;
|
||||
}
|
||||
|
||||
.modal .modal-dialog .modal-head .header-number {
|
||||
font-weight: 600;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.modal .modal-dialog .modal-head.alert {
|
||||
padding: 0;
|
||||
color: #b94c11;
|
||||
}
|
||||
|
||||
.modal .modal-dialog .modal-head.alert .cont {
|
||||
color: #b94c11;
|
||||
}
|
||||
|
||||
.modal .modal-dialog .editions-list {
|
||||
list-style: none;
|
||||
font-size: 12px;
|
||||
padding: 0 0 0 18px;
|
||||
font-weight: 700;
|
||||
color: #333;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.modal.wide .modal-dialog {
|
||||
max-width: 840px;
|
||||
}
|
||||
|
||||
.modal.confirm .modal-dialog {
|
||||
max-width: 480px;
|
||||
padding: 15px;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.modal.confirm .cont {
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
.modal .close-modal {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 14px;
|
||||
top: 9px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border: none;
|
||||
font-weight: 700;
|
||||
color: #9b9b9b;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.modal .close-modal span {
|
||||
color: #9b9b9b;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%) rotate(45deg);
|
||||
font-weight: 100;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.modal .close-modal:hover {
|
||||
text-decoration: none;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.modal .modal-body {
|
||||
display: block;
|
||||
padding: 15px 0 0;
|
||||
}
|
||||
|
||||
.modal .modal-body:after, .modal .modal-body:before {
|
||||
content: " ";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.modal .modal-body:after {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.modal .modal-body p {
|
||||
font-size: 14px;
|
||||
margin-bottom: 20px;
|
||||
font-weight: 400;
|
||||
color: #475669;
|
||||
}
|
||||
|
||||
.modal .modal-footer {
|
||||
margin: 0 0;
|
||||
text-align: right;
|
||||
padding: 25px 0 15px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.modal .button {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.modal .modal-dialog .modal-head .cont {
|
||||
color: #3090f0;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.modal.redirect {
|
||||
padding: 4px !important;
|
||||
}
|
||||
}
|
||||
.modal.redirect .modal-body p {
|
||||
color: #475669;
|
||||
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
.modal.redirect .modal-body p.big {
|
||||
font-size: 16px;
|
||||
}
|
||||
@media (min-width: 540px) {
|
||||
.modal.redirect .modal-body p.mr {
|
||||
margin-right: 50%;
|
||||
}
|
||||
}
|
||||
.modal.redirect .modal-dialog {
|
||||
padding: 0 0 15px;
|
||||
background-image: url("../img/modal-redirect.png");
|
||||
background-repeat: no-repeat;
|
||||
background-position: right bottom;
|
||||
background-size: 50% auto;
|
||||
min-height: 0;
|
||||
}
|
||||
.modal.redirect .modal-footer {
|
||||
text-align: left;
|
||||
}
|
||||
.modal.redirect .cont {
|
||||
padding: 0 15px;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.modal.redirect .cont {
|
||||
padding: 0 30px;
|
||||
}
|
||||
}
|
||||
.modal.redirect.cookies, .modal.redirect.cookies-settings {
|
||||
z-index: 2147483639;
|
||||
}
|
||||
.modal.redirect.cookies .modal-footer, .modal.redirect.cookies-settings .modal-footer {
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.modal.redirect.cookies .modal-footer .button, .modal.redirect.cookies-settings .modal-footer .button {
|
||||
padding: 0 15px;
|
||||
}
|
||||
.modal.redirect.cookies .button.bordered, .modal.redirect.cookies-settings .button.bordered {
|
||||
line-height: 25px;
|
||||
}
|
||||
.modal.redirect.cookies-settings .modal-dialog {
|
||||
max-width: 640px;
|
||||
}
|
||||
|
||||
footer.v2 {
|
||||
color: #fff;
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
}
|
||||
|
||||
/* Main Page */
|
||||
.main-page .mp-top {
|
||||
background-image: url(../img/main-page/top-bg-live.jpg);
|
||||
}
|
||||
.main-page .mp-top .top-text {
|
||||
background: linear-gradient(to right, rgba(19, 77, 149, 0.4), rgba(1, 26, 51, 0.4));
|
||||
}
|
||||
.main-page .mp-capabs h4 {
|
||||
color: #3090f0;
|
||||
}
|
||||
.main-page .mp-capabs .cap-col .cc-img {
|
||||
border: none;
|
||||
background: #fff;
|
||||
box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.main-page .mp-capabs .cap-col .cc-title {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .mp-capabs .cap-col .cc-text {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .mp-capabs .buttons {
|
||||
margin-top: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
.main-page .mp-footer {
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
}
|
||||
.main-page .mp-footer .buttons {
|
||||
margin: 25px 0 22px;
|
||||
}
|
||||
.main-page .mp-footer .buttons .button {
|
||||
min-width: 175px;
|
||||
}
|
||||
.main-page .mp-footer .copyright {
|
||||
color: #fff;
|
||||
font-size: 9px;
|
||||
font-weight: 300;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.main-page .mp-footer .bot-logo {
|
||||
background: url(../img/live-bot-logo.png) center center no-repeat;
|
||||
}
|
||||
.main-page .breadcrumbs .breadcrumb li {
|
||||
color: #536174;
|
||||
}
|
||||
.main-page .breadcrumbs .breadcrumb a {
|
||||
color: #536174;
|
||||
}
|
||||
.main-page .about-top h1 {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .about-top p {
|
||||
color: #48566b;
|
||||
}
|
||||
.main-page .about-top p.big {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .about-bot {
|
||||
background: #edf4fd;
|
||||
}
|
||||
.main-page .about-bot .ab-line {
|
||||
color: #48566b;
|
||||
}
|
||||
.main-page .about-bot .ab-line [class^=icon-], .main-page .about-bot .ab-line [class*=" icon-"] {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .mp-small-block.with-bg {
|
||||
background: #edf4fc;
|
||||
}
|
||||
.main-page .mp-small-block .sb-head {
|
||||
color: #539aea;
|
||||
}
|
||||
.main-page .mp-small-block .feature-links .feature-link {
|
||||
color: #003366;
|
||||
background: #fff;
|
||||
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
|
||||
}
|
||||
.main-page .mp-small-block .feature-links .feature-link:hover {
|
||||
color: #fff;
|
||||
background: #125095;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.main-page .mp-small-block .buttons .button {
|
||||
line-height: 48px;
|
||||
}
|
||||
}
|
||||
.main-page .feature-block .cont {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .feature-block.with-bg {
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
background-size: cover;
|
||||
}
|
||||
.main-page .feature-block.with-bg .cont {
|
||||
color: #ffffff;
|
||||
}
|
||||
.main-page .feature-block.with-bg.facebook {
|
||||
background: linear-gradient(to right, #0e3f7b, #539aea);
|
||||
}
|
||||
.main-page .feature-block .fb-img img {
|
||||
box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.main-page .feature-block .fb-text p.with-icon [class^=icon-], .main-page .feature-block .fb-text p.with-icon [class*=" icon-"] {
|
||||
color: #94c0ef;
|
||||
}
|
||||
.main-page .feature-block .fb-text p .icon-feature {
|
||||
background: url(../img/home-page/live/icon-feature.svg) center center no-repeat;
|
||||
}
|
||||
.main-page .feature-block.promo .cont {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .feature-block.promo .fb-title {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .feature-block.promo .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo .fb-text p.with-icon [class*=" icon-"] {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .feature-block.promo.with-bg .cont, .main-page .feature-block.promo.with-bg .fb-title {
|
||||
color: #ffffff;
|
||||
}
|
||||
.main-page .feature-block.promo.with-bg .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo.with-bg .fb-text p.with-icon [class*=" icon-"] {
|
||||
color: #aac1dd;
|
||||
}
|
||||
.main-page .feature-block.feat-descr .fb-img {
|
||||
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
|
||||
background: #fff;
|
||||
border-color: #fff;
|
||||
}
|
||||
.main-page .feature-block.feat-descr .fb-text .custom-marks li .icon-promo-check {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .feature-block.feat-descr.with-bg .fb-text .custom-marks li .icon-promo-check {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .feature-block.home-page .fb-title {
|
||||
color: #10417E;
|
||||
}
|
||||
.main-page .feature-block.home-page .fb-title:before {
|
||||
background-color: #FF7919;
|
||||
}
|
||||
.main-page .feature-block.home-page .fb-text {
|
||||
color: #144684;
|
||||
}
|
||||
.main-page .promo-top .opacity-bg {
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
.main-page .promo-top .line1 {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .promo-top .line2 {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .promo-top .line2 .animated-text {
|
||||
color: #458be2;
|
||||
}
|
||||
.main-page .promo-top .line2 .animated-text .at-cursor {
|
||||
background: #458be2;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.main-page .promo-top .button.xxl {
|
||||
line-height: 48px;
|
||||
}
|
||||
}
|
||||
.main-page .promo-header h3 {
|
||||
color: #10417E;
|
||||
}
|
||||
.main-page .promo-header h3:before {
|
||||
background: #ff6b00;
|
||||
}
|
||||
.main-page .faq-search {
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
border-bottom: none;
|
||||
}
|
||||
.main-page .faq-search .start-search {
|
||||
color: #134d96;
|
||||
}
|
||||
.main-page .faq-list .faq-question {
|
||||
color: #337ab7;
|
||||
}
|
||||
.main-page .faq-list .faq-question a {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .faq-list .faq-question a:hover {
|
||||
color: #3090f0;
|
||||
text-shadow: none;
|
||||
}
|
||||
.main-page .faq-answer .answer-cont {
|
||||
border: 1px solid #d7d7d7;
|
||||
}
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
color: #3090f0;
|
||||
}
|
||||
.main-page .faq-answer .answer-text {
|
||||
color: #48566b;
|
||||
}
|
||||
.main-page .faq-answer .answer-text ul li:before {
|
||||
background: #48566b;
|
||||
}
|
||||
.main-page .mp-app-links .cont {
|
||||
color: #10417E;
|
||||
}
|
||||
.main-page .mp-serve {
|
||||
background: #e6ebf2;
|
||||
}
|
||||
.main-page .mp-serve .serve-col {
|
||||
color: #475669;
|
||||
background: #fff;
|
||||
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
|
||||
}
|
||||
.main-page .mp-serve .serve-col + .serve-col {
|
||||
border-top: 2px solid #fff;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .buttons .button {
|
||||
border-radius: 26px;
|
||||
border-color: #134d96;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .buttons .button:hover {
|
||||
color: #fff;
|
||||
border-color: #fff;
|
||||
background: #125095;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .sc-title {
|
||||
color: #10417e;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .normal {
|
||||
color: #144684;
|
||||
}
|
||||
.main-page .subscribe-block {
|
||||
background: linear-gradient(90deg, #10417E 0%, #5298E8 77.89%);
|
||||
}
|
||||
|
||||
.pc-slider .serve-col {
|
||||
border: 2px solid #69a7ec;
|
||||
}
|
||||
.pc-slider .serve-col .sc-author-text {
|
||||
color: #454545;
|
||||
}
|
||||
.pc-slider .serve-col .sc-author-text .quote-icon {
|
||||
background-image: url("../img/promo-calendar/quote.svg");
|
||||
}
|
||||
.pc-slider .serve-col .sc-author {
|
||||
color: #4F4F4F;
|
||||
}
|
||||
.pc-slider .slider-header {
|
||||
color: #134D94;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.pc-slider .slider-header {
|
||||
color: #246CB5;
|
||||
}
|
||||
}
|
||||
.pc-slider .splide__arrow--next, .pc-slider .splide__arrow--prev {
|
||||
background-image: url("../img/promo-calendar/arrow.svg");
|
||||
}
|
||||
|
||||
.features-list .fl-block .fl-title {
|
||||
color: #246CB5;
|
||||
}
|
||||
4
wordpress/wp-content/themes/livecarta/assets/css/live-main-page.min.css
vendored
Normal file
985
wordpress/wp-content/themes/livecarta/assets/css/livecarta.css
Normal file
@@ -0,0 +1,985 @@
|
||||
.front-accordion .fa-head {
|
||||
border: 1px solid #779bca;
|
||||
color: #475669;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.front-accordion .fa-head .collapse-link {
|
||||
color: #475669;
|
||||
}
|
||||
.front-accordion .fa-head .collapse-link span {
|
||||
color: #0c4e91;
|
||||
}
|
||||
.front-accordion .fa-head.with-options .options-link {
|
||||
color: #475669;
|
||||
}
|
||||
.front-accordion .fa-head.with-options .options-link:hover {
|
||||
color: #333;
|
||||
}
|
||||
.front-accordion .form-group label {
|
||||
color: #0c4e91;
|
||||
}
|
||||
.front-accordion .form-group.checkbox-label label {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
/* Buttons. */
|
||||
.button {
|
||||
background: #ff6b00;
|
||||
}
|
||||
.button.xxl {
|
||||
border-radius: 25px;
|
||||
padding: 0 28px;
|
||||
border: none;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
.button.mp-top-left {
|
||||
background: #ff6b00;
|
||||
border-color: #ff6b00;
|
||||
color: #fff;
|
||||
}
|
||||
.button.mp-top-left:hover {
|
||||
opacity: 1;
|
||||
background: #ff8933;
|
||||
border-color: #ff8933;
|
||||
}
|
||||
.button.mp-top-right, .button.mp-top-blue {
|
||||
background: #134d94;
|
||||
border-color: #134d94;
|
||||
color: #fff;
|
||||
}
|
||||
.button.mp-top-right:hover, .button.mp-top-blue:hover {
|
||||
background: #1965c1;
|
||||
background: #1965c1;
|
||||
opacity: 1;
|
||||
}
|
||||
.button.mp-top-right.xl, .button.mp-top-blue.xl {
|
||||
border: none;
|
||||
line-height: 30px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.button.mp-top-right.xl, .button.mp-top-blue.xl {
|
||||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
.button.mp-btn {
|
||||
background: #ff6b00;
|
||||
border-color: #ff6b00;
|
||||
}
|
||||
.button.mp-btn:hover {
|
||||
opacity: 1;
|
||||
background: #cc5600;
|
||||
border-color: #cc5600;
|
||||
}
|
||||
.button.bordered {
|
||||
background: #fff;
|
||||
border: 2px solid #134d96;
|
||||
color: #134d96;
|
||||
box-shadow: none;
|
||||
line-height: 36px;
|
||||
}
|
||||
.button.bordered.xxl {
|
||||
box-shadow: none;
|
||||
}
|
||||
.button.bordered:hover {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
/* Buttons. */
|
||||
.button.xl {
|
||||
padding: 0 8px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.button.xl {
|
||||
height: 36px;
|
||||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
.button.add-chapter {
|
||||
background: #0c4e91;
|
||||
color: #fff;
|
||||
}
|
||||
.button.add-chapter-front {
|
||||
background: #0c4e91;
|
||||
}
|
||||
.button.back-btn {
|
||||
background: #fff;
|
||||
border: 2px solid #0c4e91;
|
||||
color: #0c4e91;
|
||||
box-shadow: none;
|
||||
}
|
||||
.button.back-btn.xxl {
|
||||
line-height: 36px;
|
||||
}
|
||||
.button.back-btn:hover {
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
color: #0c4e91;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.button.green {
|
||||
box-sizing: border-box;
|
||||
color: #0c4e91;
|
||||
border: 2px solid #0c4e91;
|
||||
background: #fff;
|
||||
box-shadow: none !important;
|
||||
line-height: 25px;
|
||||
}
|
||||
.button.green.xl {
|
||||
line-height: 26px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.button.green.xl {
|
||||
line-height: 32px;
|
||||
}
|
||||
}
|
||||
|
||||
.casebook-list .add-casebook {
|
||||
background: #ff6b00;
|
||||
border-color: #ff6b00;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
footer.v2 {
|
||||
color: #fff;
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
}
|
||||
|
||||
/* Casebook Item */
|
||||
.casebook-item .casebook-top:before {
|
||||
background: #0c4e91;
|
||||
}
|
||||
.casebook-item .casebook-top .ct-cont {
|
||||
background: #fff;
|
||||
}
|
||||
.casebook-item .casebook-top:after {
|
||||
height: 43px;
|
||||
bottom: 18px;
|
||||
background-image: url("../img/live-book-logo.png");
|
||||
}
|
||||
.casebook-item .casebook-top .casebook-status {
|
||||
background: #0c4e91;
|
||||
}
|
||||
.casebook-item .casebook-top .casebook-status.transparent:after {
|
||||
background: #134d96;
|
||||
}
|
||||
.casebook-item .casebook-bottom .casebook-title {
|
||||
color: #3090f0;
|
||||
}
|
||||
.casebook-item .casebook-bottom .casebook-author {
|
||||
color: #475669;
|
||||
}
|
||||
.casebook-item .casebook-bottom .casebook-price {
|
||||
color: #022447;
|
||||
}
|
||||
.casebook-item.add .add-btn {
|
||||
border-color: #134d95;
|
||||
background: #134d95;
|
||||
}
|
||||
.casebook-item .preview-link .button {
|
||||
border: 2px solid #134d96;
|
||||
color: #134d96;
|
||||
}
|
||||
.casebook-item .preview-link .button .icon-view {
|
||||
color: #134d96;
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
color: #036;
|
||||
}
|
||||
|
||||
.show-hide-password .show-hide-icon {
|
||||
color: #036;
|
||||
}
|
||||
.show-hide-password .show-hide-icon.hide-line:after {
|
||||
background: #036;
|
||||
}
|
||||
|
||||
/* Tabset. */
|
||||
ul.tabset-tabs li {
|
||||
position: relative;
|
||||
box-shadow: none;
|
||||
}
|
||||
ul.tabset-tabs li + li {
|
||||
margin-left: -1px;
|
||||
}
|
||||
ul.tabset-tabs li a {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 25px;
|
||||
line-height: 25px;
|
||||
padding: 0 16px;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
|
||||
background: #fff;
|
||||
border: 1px solid #cdc6c0;
|
||||
border-radius: 0;
|
||||
position: relative;
|
||||
box-shadow: none;
|
||||
font-weight: 400;
|
||||
margin: 0;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
ul.tabset-tabs li a {
|
||||
font-size: 18px;
|
||||
padding: 0 16px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
ul.tabset-tabs li a:hover {
|
||||
text-decoration: none;
|
||||
background: #e0ded7;
|
||||
color: #4d4d4d;
|
||||
}
|
||||
ul.tabset-tabs li.active a {
|
||||
color: #ff6b00;
|
||||
font-weight: 400;
|
||||
padding: 0 16px;
|
||||
border-color: #cdc6c0;
|
||||
border-bottom: none;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
ul.tabset-tabs li.active a {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
ul.tabset-tabs li.active a:after {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
background: #ff6b00;
|
||||
}
|
||||
ul.tabset-tabs li.active a:focus, ul.tabset-tabs li.active a:hover {
|
||||
color: #ff6b00;
|
||||
}
|
||||
|
||||
/* Main Page */
|
||||
.main-page .mp-top {
|
||||
background-image: url(../img/main-page/top-bg-live.jpg);
|
||||
}
|
||||
.main-page .mp-top .top-text {
|
||||
background: linear-gradient(to right, rgba(19, 77, 149, 0.4), rgba(1, 26, 51, 0.4));
|
||||
}
|
||||
.main-page .mp-capabs h4 {
|
||||
color: #3090f0;
|
||||
}
|
||||
.main-page .mp-capabs .cap-col .cc-img {
|
||||
border: none;
|
||||
background: #fff;
|
||||
box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.main-page .mp-capabs .cap-col .cc-title {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .mp-capabs .cap-col .cc-text {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .mp-capabs .buttons {
|
||||
margin-top: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
.main-page .mp-footer {
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
}
|
||||
.main-page .mp-footer .buttons {
|
||||
margin: 25px 0 22px;
|
||||
}
|
||||
.main-page .mp-footer .buttons .button {
|
||||
min-width: 175px;
|
||||
}
|
||||
.main-page .mp-footer .copyright {
|
||||
color: #fff;
|
||||
font-size: 9px;
|
||||
font-weight: 300;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.main-page .mp-footer .bot-logo {
|
||||
background: url(../img/live-bot-logo.png) center center no-repeat;
|
||||
}
|
||||
.main-page .breadcrumbs .breadcrumb li {
|
||||
color: #536174;
|
||||
}
|
||||
.main-page .breadcrumbs .breadcrumb a {
|
||||
color: #536174;
|
||||
}
|
||||
.main-page .about-top h1 {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .about-top p {
|
||||
color: #48566b;
|
||||
}
|
||||
.main-page .about-top p.big {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .about-bot {
|
||||
background: #edf4fd;
|
||||
}
|
||||
.main-page .about-bot .ab-line {
|
||||
color: #48566b;
|
||||
}
|
||||
.main-page .about-bot .ab-line [class^=icon-], .main-page .about-bot .ab-line [class*=" icon-"] {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .mp-small-block.with-bg {
|
||||
background: #edf4fc;
|
||||
}
|
||||
.main-page .mp-small-block .sb-head {
|
||||
color: #539aea;
|
||||
}
|
||||
.main-page .mp-small-block .feature-links .feature-link {
|
||||
color: #003366;
|
||||
background: #fff;
|
||||
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
|
||||
}
|
||||
.main-page .mp-small-block .feature-links .feature-link:hover {
|
||||
color: #fff;
|
||||
background: #125095;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.main-page .mp-small-block .buttons .button {
|
||||
line-height: 48px;
|
||||
}
|
||||
}
|
||||
.main-page .feature-block .cont {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .feature-block.with-bg {
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
background-size: cover;
|
||||
}
|
||||
.main-page .feature-block.with-bg .cont {
|
||||
color: #ffffff;
|
||||
}
|
||||
.main-page .feature-block.with-bg.facebook {
|
||||
background: linear-gradient(to right, #0e3f7b, #539aea);
|
||||
}
|
||||
.main-page .feature-block .fb-img img {
|
||||
box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.main-page .feature-block .fb-text p.with-icon [class^=icon-], .main-page .feature-block .fb-text p.with-icon [class*=" icon-"] {
|
||||
color: #94c0ef;
|
||||
}
|
||||
.main-page .feature-block .fb-text p .icon-feature {
|
||||
background: url(../img/home-page/live/icon-feature.svg) center center no-repeat;
|
||||
}
|
||||
.main-page .feature-block.promo .cont {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .feature-block.promo .fb-title {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .feature-block.promo .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo .fb-text p.with-icon [class*=" icon-"] {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .feature-block.promo.with-bg .cont, .main-page .feature-block.promo.with-bg .fb-title {
|
||||
color: #ffffff;
|
||||
}
|
||||
.main-page .feature-block.promo.with-bg .fb-text p.with-icon [class^=icon-], .main-page .feature-block.promo.with-bg .fb-text p.with-icon [class*=" icon-"] {
|
||||
color: #aac1dd;
|
||||
}
|
||||
.main-page .feature-block.feat-descr .fb-img {
|
||||
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
|
||||
background: #fff;
|
||||
border-color: #fff;
|
||||
}
|
||||
.main-page .feature-block.feat-descr .fb-text .custom-marks li .icon-promo-check {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .feature-block.feat-descr.with-bg .fb-text .custom-marks li .icon-promo-check {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.main-page .feature-block.home-page .fb-title {
|
||||
color: #10417E;
|
||||
}
|
||||
.main-page .feature-block.home-page .fb-title:before {
|
||||
background-color: #FF7919;
|
||||
}
|
||||
.main-page .feature-block.home-page .fb-text {
|
||||
color: #144684;
|
||||
}
|
||||
.main-page .promo-top .opacity-bg {
|
||||
background: rgba(255, 255, 255, 0.7);
|
||||
}
|
||||
.main-page .promo-top .line1 {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .promo-top .line2 {
|
||||
color: #003366;
|
||||
}
|
||||
.main-page .promo-top .line2 .animated-text {
|
||||
color: #458be2;
|
||||
}
|
||||
.main-page .promo-top .line2 .animated-text .at-cursor {
|
||||
background: #458be2;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.main-page .promo-top .button.xxl {
|
||||
line-height: 48px;
|
||||
}
|
||||
}
|
||||
.main-page .promo-header h3 {
|
||||
color: #10417E;
|
||||
}
|
||||
.main-page .promo-header h3:before {
|
||||
background: #ff6b00;
|
||||
}
|
||||
.main-page .faq-search {
|
||||
background: linear-gradient(to right, #539aea, #0e3f7b);
|
||||
border-bottom: none;
|
||||
}
|
||||
.main-page .faq-search .start-search {
|
||||
color: #134d96;
|
||||
}
|
||||
.main-page .faq-list .faq-question {
|
||||
color: #337ab7;
|
||||
}
|
||||
.main-page .faq-list .faq-question a {
|
||||
color: #475669;
|
||||
}
|
||||
.main-page .faq-list .faq-question a:hover {
|
||||
color: #3090f0;
|
||||
text-shadow: none;
|
||||
}
|
||||
.main-page .faq-answer .answer-cont {
|
||||
border: 1px solid #d7d7d7;
|
||||
}
|
||||
.main-page .faq-answer h4, .main-page .faq-answer h1 {
|
||||
color: #3090f0;
|
||||
}
|
||||
.main-page .faq-answer .answer-text {
|
||||
color: #48566b;
|
||||
}
|
||||
.main-page .faq-answer .answer-text ul li:before {
|
||||
background: #48566b;
|
||||
}
|
||||
.main-page .mp-app-links .cont {
|
||||
color: #10417E;
|
||||
}
|
||||
.main-page .mp-serve {
|
||||
background: #e6ebf2;
|
||||
}
|
||||
.main-page .mp-serve .serve-col {
|
||||
color: #475669;
|
||||
background: #fff;
|
||||
box-shadow: 5px 5px 18px rgba(4, 40, 79, 0.4);
|
||||
}
|
||||
.main-page .mp-serve .serve-col + .serve-col {
|
||||
border-top: 2px solid #fff;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .buttons .button {
|
||||
border-radius: 26px;
|
||||
border-color: #134d96;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .buttons .button:hover {
|
||||
color: #fff;
|
||||
border-color: #fff;
|
||||
background: #125095;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .sc-title {
|
||||
color: #10417e;
|
||||
}
|
||||
.main-page .mp-serve .serve-col .normal {
|
||||
color: #144684;
|
||||
}
|
||||
.main-page .subscribe-block {
|
||||
background: linear-gradient(90deg, #10417E 0%, #5298E8 77.89%);
|
||||
}
|
||||
|
||||
.pc-slider .serve-col {
|
||||
border: 2px solid #69a7ec;
|
||||
}
|
||||
.pc-slider .serve-col .sc-author-text {
|
||||
color: #454545;
|
||||
}
|
||||
.pc-slider .serve-col .sc-author-text .quote-icon {
|
||||
background-image: url("../img/promo-calendar/quote.svg");
|
||||
}
|
||||
.pc-slider .serve-col .sc-author {
|
||||
color: #4F4F4F;
|
||||
}
|
||||
.pc-slider .slider-header {
|
||||
color: #134D94;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.pc-slider .slider-header {
|
||||
color: #246CB5;
|
||||
}
|
||||
}
|
||||
.pc-slider .splide__arrow--next, .pc-slider .splide__arrow--prev {
|
||||
background-image: url("../img/promo-calendar/arrow.svg");
|
||||
}
|
||||
|
||||
.features-list .fl-block .fl-title {
|
||||
color: #246CB5;
|
||||
}
|
||||
|
||||
h1 .header-number {
|
||||
color: #ff6b00;
|
||||
}
|
||||
|
||||
.page404 .big {
|
||||
color: #539aea;
|
||||
}
|
||||
|
||||
h1, .sign-page h1 {
|
||||
color: #3090f0;
|
||||
}
|
||||
|
||||
.sign-page .form-group label {
|
||||
color: #003366;
|
||||
}
|
||||
|
||||
.casebook-header {
|
||||
background: none;
|
||||
background: #fefefe;
|
||||
}
|
||||
.casebook-header:before {
|
||||
display: none;
|
||||
}
|
||||
.casebook-header .cont {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.casebook-tabs-links ul li, .casebook-tabs-links .right-download {
|
||||
color: #475669;
|
||||
cursor: pointer;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
|
||||
background: #fff;
|
||||
font-weight: 400;
|
||||
border: 1px solid #cdc6c0;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
}
|
||||
.casebook-tabs-links ul li:before, .casebook-tabs-links .right-download:before {
|
||||
content: "";
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 3px;
|
||||
}
|
||||
.casebook-tabs-links ul li.selected, .casebook-tabs-links .right-download.selected {
|
||||
background: #fff;
|
||||
color: #ff6b00;
|
||||
font-weight: 400;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
position: relative;
|
||||
border-bottom: none;
|
||||
padding-top: 3px;
|
||||
margin-top: -5px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.casebook-tabs-links ul li.selected, .casebook-tabs-links .right-download.selected {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
.casebook-tabs-links ul li.selected:before, .casebook-tabs-links .right-download.selected:before {
|
||||
background: #ff6b00;
|
||||
}
|
||||
.casebook-tabs-links ul li {
|
||||
float: left;
|
||||
}
|
||||
.casebook-tabs-links ul li + li {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
.ca-table-cont .core-color {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.casebook-chapter .chapter-head, .casebook-chapter .casebook-chapter .chapter-head {
|
||||
border: 1px solid #779bca;
|
||||
color: #475669;
|
||||
background: #fff;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.casebook-chapter .chapter-head .collapse-link .icon-caret, .casebook-chapter .casebook-chapter .chapter-head .collapse-link .icon-caret {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.faux-modal .fa-mo-header {
|
||||
background: #0c4e91;
|
||||
}
|
||||
.faux-modal .fa-mo-header .cont {
|
||||
color: #fff;
|
||||
}
|
||||
.faux-modal .fa-mo-header .cont .fa-mo-close {
|
||||
color: #fff;
|
||||
}
|
||||
.faux-modal .fa-mo-header .cont .fa-mo-close:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.top-panel {
|
||||
background: #134d96;
|
||||
}
|
||||
.top-panel .cont {
|
||||
color: #fff;
|
||||
}
|
||||
.top-panel.cb-header {
|
||||
background: #134d96;
|
||||
}
|
||||
.top-panel.cb-header .casebook-name {
|
||||
color: #fff;
|
||||
}
|
||||
.top-panel.cb-header .button.green {
|
||||
background: none;
|
||||
border: 2px solid #fff;
|
||||
color: #fff;
|
||||
}
|
||||
.top-panel.cb-header .button.green .icon-view {
|
||||
color: #fff;
|
||||
}
|
||||
.top-panel h1 {
|
||||
color: #fff;
|
||||
}
|
||||
.top-panel .breadcrumb {
|
||||
color: #fff;
|
||||
font-weight: 100;
|
||||
}
|
||||
.top-panel .breadcrumb a {
|
||||
color: #fff;
|
||||
}
|
||||
.top-panel .breadcrumb .active {
|
||||
color: #fff;
|
||||
}
|
||||
.top-panel .breadcrumb li + li:before {
|
||||
border-right: 2px solid #fff;
|
||||
border-top: 2px solid #fff;
|
||||
}
|
||||
.top-panel + .cont > .pd-container {
|
||||
margin-top: 25px;
|
||||
}
|
||||
.top-panel + .cont > .pd-container + .pd-container {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.student-casebook-title .sct-bg {
|
||||
background: #fff;
|
||||
}
|
||||
.student-casebook-title .current-chapter {
|
||||
background: #f0f0f0;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.casebook-top-options .dropdown .button.xl.white {
|
||||
background: none;
|
||||
border: 2px solid #fff;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
line-height: 26px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.casebook-top-options .dropdown .button.xl.white {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
.casebook-top-options .dropdown span {
|
||||
color: #fff;
|
||||
}
|
||||
.casebook-top-options .dropdown .casebook-options:after, .casebook-top-options .dropdown .casebook-options:before, .casebook-top-options .dropdown .casebook-options i {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.chapters-nav .nav li a:hover, .chapters-nav .nav li.active a, .chapters-nav .nav li.active a:focus {
|
||||
border-color: #144d96;
|
||||
}
|
||||
|
||||
.top-search .ts-tipsy {
|
||||
color: #475669;
|
||||
}
|
||||
.top-search .ts-search-bar .icon-search {
|
||||
color: #475669;
|
||||
}
|
||||
|
||||
.casebook-header .casebook-name {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.table-footnotes tr th {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
body .clickdesk-ultra .cdw-chat-bar-buttons span {
|
||||
background: #1b62b9 !important;
|
||||
}
|
||||
body .clickdesk-ultra .click-desk-closed-container .click-desk-closed-header {
|
||||
background: #134d94 !important;
|
||||
}
|
||||
body .clickdesk-ultra input.cdw-chat-contact-send-button {
|
||||
background: #134d94 !important;
|
||||
}
|
||||
body .clickdesk-ultra input.cdw-chat-contact-send-button:hover {
|
||||
background: #1965c1 !important;
|
||||
}
|
||||
body .clickdesk-ultra .cdw-chat-header {
|
||||
background: #134d94 !important;
|
||||
}
|
||||
body #clickdesk_popup {
|
||||
box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
body .cd-mob-chat-widget {
|
||||
background-color: #134d94 !important;
|
||||
}
|
||||
|
||||
.filter-bar .btn-link b {
|
||||
color: #475669;
|
||||
}
|
||||
|
||||
.modal .modal-body .form-group.label-checkbox label {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.checkout-table {
|
||||
color: #475669;
|
||||
}
|
||||
.checkout-table tr th {
|
||||
font-size: 13px;
|
||||
color: #003366;
|
||||
}
|
||||
@media (min-width: 540px) {
|
||||
.checkout-table tr th {
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
.checkout-table tr .book-title {
|
||||
font-size: 12px;
|
||||
color: #48566b;
|
||||
}
|
||||
@media (min-width: 540px) {
|
||||
.checkout-table tr .book-title {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
.checkout-table tr .book-info {
|
||||
color: #475669;
|
||||
}
|
||||
.checkout-table.step3 .bot-total {
|
||||
color: #ff6b00;
|
||||
}
|
||||
.checkout-table .action {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.checkout-btns .button.xxl {
|
||||
line-height: 30px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.checkout-btns .button.xxl {
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
.checkout-btns .button.back-btn {
|
||||
line-height: 26px;
|
||||
}
|
||||
@media (min-width: 769px) {
|
||||
.checkout-btns .button.back-btn {
|
||||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
|
||||
.docs-accordion .accordion-heading a {
|
||||
color: #003366;
|
||||
}
|
||||
|
||||
.scroll-block {
|
||||
box-shadow: none;
|
||||
border: 1px solid #cdc6c0;
|
||||
border-top: 0;
|
||||
}
|
||||
|
||||
.chapters-cont.new-toc .toc-toggle {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.student-casebook-title .toc-toggle {
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.royalties-list .front-accordion .fa-head {
|
||||
color: #475669;
|
||||
}
|
||||
|
||||
.chapters-summ .num {
|
||||
color: #ff6b00;
|
||||
}
|
||||
|
||||
.bot-total-block .btb-fixed .selected-num {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.chapter-ws.new-chapters:before {
|
||||
background: #ff6b00;
|
||||
}
|
||||
|
||||
.casebook-tabs-links .right-download.new-chapters:after, .casebook-tabs-links ul li.new-chapters:after {
|
||||
background: #ff6b00;
|
||||
}
|
||||
|
||||
.wrapper.new-student-view .highlight-right-bar .hr-cont .hrc-nav a {
|
||||
color: #0c4e91;
|
||||
}
|
||||
.wrapper.new-student-view .highlight-right-bar .hr-cont .hrc-nav a.selected {
|
||||
border-bottom: 1px solid #0c4e91;
|
||||
}
|
||||
.wrapper.new-student-view .right-selection-block.search-result .rs-text .search-in-text {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.tab-close-msg {
|
||||
color: #13396D;
|
||||
}
|
||||
|
||||
.catalog-paging .prev, .catalog-paging .next {
|
||||
border-color: #0C4E91;
|
||||
}
|
||||
.catalog-paging .prev:after, .catalog-paging .next:after {
|
||||
border-right-color: #0C4E91;
|
||||
}
|
||||
.catalog-paging .next:after {
|
||||
border-left-color: #0C4E91;
|
||||
}
|
||||
.catalog-paging .num, .catalog-paging .dots {
|
||||
color: #0C4E91;
|
||||
}
|
||||
.catalog-paging .num.selected {
|
||||
color: #FE6B00;
|
||||
text-shadow: 1px 0 0 #FE6B00;
|
||||
}
|
||||
|
||||
/* My Storage. */
|
||||
.ms-files-list .table tr td {
|
||||
color: #475669;
|
||||
}
|
||||
.ms-files-list .table tr th {
|
||||
color: #0C4E91;
|
||||
}
|
||||
.ms-files-list .table .rename-file, .ms-files-list .table .remove-file {
|
||||
color: #475669;
|
||||
}
|
||||
.ms-files-list .table .rename-file:hover, .ms-files-list .table .remove-file:hover {
|
||||
color: #666;
|
||||
}
|
||||
.ms-files-list .table .icon-video-camera {
|
||||
color: #0C4E91;
|
||||
}
|
||||
|
||||
.file-input-cont label {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.ms-progress-bar .progress-bar-cont .progress-percent {
|
||||
background-image: linear-gradient(-45deg, rgba(19, 77, 150, 0.2) 25%, transparent 25%, transparent 50%, rgba(19, 77, 150, 0.2) 50%, rgba(19, 77, 150, 0.2) 75%, transparent 75%, transparent);
|
||||
background-color: #e7f0fb;
|
||||
}
|
||||
|
||||
.drop-file-upload-form .dd-form-head {
|
||||
color: #3090f0;
|
||||
}
|
||||
|
||||
.cke_dialog .files-list .fl-msg a {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.dash-top-links .dash-link .dl-icon {
|
||||
background: #fff;
|
||||
border: 3px solid #fff;
|
||||
color: #154d90;
|
||||
box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
.dash-top-links .dash-link .dl-title {
|
||||
color: #475669;
|
||||
}
|
||||
|
||||
.dash-widgets .dash-widget {
|
||||
border: 1px solid #cdc6c0;
|
||||
}
|
||||
.dash-widgets .dash-widget .dw-header .dw-title {
|
||||
color: #475669;
|
||||
}
|
||||
.dash-widgets .dash-widget .royalties-table tr td.buttons .button.mp-top-right {
|
||||
border: 1px solid #134d94;
|
||||
}
|
||||
|
||||
.royalties-table tr td .button.mp-top-right {
|
||||
border: none;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.pd-container .features p .feature-head {
|
||||
color: #0c4e91;
|
||||
}
|
||||
.pd-container .features p .icon-promo-check {
|
||||
color: #98c2f2;
|
||||
}
|
||||
.pd-container .features p .icon-cons {
|
||||
color: #B9B1A1;
|
||||
}
|
||||
.pd-container .center-bottom .preview-link a.button {
|
||||
color: #0c4e91;
|
||||
}
|
||||
.pd-container .center-bottom .preview-link a.button .icon-view {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
.box .buttons .cart-confirm {
|
||||
color: #134d96;
|
||||
}
|
||||
.box .buttons .cart-confirm .icon-check {
|
||||
color: #134d96;
|
||||
}
|
||||
|
||||
.pd-container .od-block .discount-code .colored {
|
||||
color: #0c4e91;
|
||||
}
|
||||
|
||||
/* Widgets. */
|
||||
.modal .modal-dialog .modal-head {
|
||||
color: #3090f0;
|
||||
}
|
||||
.modal .modal-dialog .modal-head .cont {
|
||||
color: #3090f0;
|
||||
}
|
||||
.modal .modal-dialog .modal-head .header-number {
|
||||
color: #ff6b00;
|
||||
}
|
||||
.modal .modal-dialog .modal-head.alert {
|
||||
color: #f03081;
|
||||
}
|
||||
.modal .modal-dialog .modal-head.alert .cont {
|
||||
color: #f03081;
|
||||
}
|
||||
.modal .modal-dialog .mb-top-info.bold {
|
||||
color: #0C4E91;
|
||||
}
|
||||
.modal .modal-dialog .mb-sub-head {
|
||||
color: #0C4E91;
|
||||
}
|
||||
.modal .modal-footer .cancel {
|
||||
color: #3090f0;
|
||||
}
|
||||
.modal .input-add-new .btn-add-new .icon-add-circle {
|
||||
background: #3090f0;
|
||||
}
|
||||
4
wordpress/wp-content/themes/livecarta/assets/css/livecarta.min.css
vendored
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="/mstile-150x150.png"/>
|
||||
<TileColor>#da532c</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 2.4 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -0,0 +1,22 @@
|
||||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="356.000000pt" height="356.000000pt" viewBox="0 0 356.000000 356.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.14, written by Peter Selinger 2001-2017
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,356.000000) scale(0.100000,-0.100000)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M1608 3525 c-1 -2 -28 -6 -59 -9 -383 -41 -789 -245 -1064 -538 -96
|
||||
-102 -108 -116 -185 -232 -141 -209 -222 -408 -272 -661 -17 -87 -22 -148 -22
|
||||
-290 -1 -201 5 -264 34 -392 114 -503 433 -923 890 -1170 149 -81 375 -161
|
||||
519 -183 36 -6 77 -13 91 -16 47 -10 375 -13 435 -4 33 5 80 12 105 16 83 12
|
||||
240 53 333 89 274 103 562 308 732 520 22 28 43 52 46 55 4 3 36 51 73 107
|
||||
145 221 242 484 281 758 11 75 13 334 4 407 -14 104 -41 229 -66 307 -40 128
|
||||
-122 308 -175 383 -10 14 -18 31 -18 36 0 6 -4 12 -8 14 -5 2 -23 25 -42 52
|
||||
-114 167 -313 356 -508 480 -137 88 -403 202 -515 221 -17 3 -34 8 -38 11 -27
|
||||
16 -269 41 -408 42 -88 0 -161 -1 -163 -3z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "",
|
||||
"short_name": "",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/android-chrome-256x256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
After Width: | Height: | Size: 285 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 251 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 238 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 270 KiB |
|
After Width: | Height: | Size: 61 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M13.3395 18.9495H18.9027C20.3521 18.9495 21.7015 17.9869 22.9558 16.2308C23.764 14.7734 24.2494 13.0756 24.2494 11.6458C24.2494 8.37842 22.2733 5.72974 18.8524 5.72974C17.7317 5.72974 15.7746 6.2288 15.7746 6.2288C15.7746 6.2288 13.8176 5.72974 12.6969 5.72974C11.4066 5.72974 10.3219 6.10674 9.47116 6.75155C8.35286 7.93749 7.92969 9.49797 7.92969 11.016C7.92981 15.1511 10.5428 18.9495 13.3395 18.9495Z" fill="#FFD064"/>
|
||||
<path d="M18.9035 18.6346C17.8792 18.6346 14.6794 18.6346 13.6552 18.6346C10.8585 18.6346 8.2455 14.8361 8.2455 10.701C8.2455 9.18299 8.67226 7.79878 9.47206 6.75146C8.06745 7.81604 7.30078 9.61082 7.30078 11.6457C7.30078 14.913 9.83559 19.5793 12.9624 19.5793C13.4976 19.5793 15.9309 19.7683 15.9309 19.7683C15.9309 19.7683 18.0996 19.5793 18.5887 19.5793C20.3471 19.5793 21.9183 18.1035 22.9567 16.2308C21.81 17.6318 20.3528 18.6346 18.9035 18.6346Z" fill="#EBB044"/>
|
||||
<path d="M18.0643 3.68294C18.9304 2.07319 19.3129 0.596267 18.9186 0.38414C18.5244 0.172012 17.5026 1.30501 16.6365 2.91476C15.7705 4.52451 15.388 6.00143 15.7822 6.21356C16.1765 6.42569 17.1982 5.29269 18.0643 3.68294Z" fill="#61AAB8"/>
|
||||
<path d="M1.04465 23.3316C1.01593 23.617 1 23.9307 1 24.2764C1 28.0553 2.88944 28.0553 2.88944 28.0553L30.3574 27.1105V25.8194L29.7276 25.3471L30.3574 24.8747V23.678L16.0895 22.072L1.04465 23.3316Z" fill="#EDF6FF"/>
|
||||
<path d="M30.3576 21.4423L2.88971 20.4976C2.88971 20.4976 1.33029 20.4979 1.04492 23.3317L30.3576 22.7334V21.4423Z" fill="#CDE2FF"/>
|
||||
<path d="M1.50195 22.7334H30.3567V23.6781H1.50195V22.7334Z" fill="#9EC8FC"/>
|
||||
<path d="M1.50195 24.8748H30.3567V25.8195H1.50195V24.8748Z" fill="#9EC8FC"/>
|
||||
<path d="M2.88863 27.1106C2.20723 27.1106 1.88899 26.273 1.88899 24.2765C1.88899 23.6896 1.9167 23.2036 1.97282 22.8089C1.973 22.8069 1.97307 22.8051 1.97332 22.8031C2.13014 21.3914 2.52214 21.1274 3.20353 21.1274C3.81042 21.1274 26.3725 20.4976 31.3013 20.4976V20.0252C31.3013 19.7643 31.0898 19.5529 30.8289 19.5529H2.88863C2.37741 19.5529 1.90738 19.6857 1.50134 19.9659C0.873539 20.826 0.314453 22.3075 0.314453 23.9616C0.314453 27.0602 1.61357 28.6852 2.88863 28.6852C4.36567 28.6852 26.436 28.0553 31.3013 28.0553V27.583C31.3013 27.3221 31.0898 27.1106 30.8289 27.1106H2.88863Z" fill="#E29576"/>
|
||||
<path d="M2.88908 28.0553H31.3017V28.5276C31.3017 28.7885 31.0902 29 30.8294 29H2.88908C1.22826 29 0 27.6039 0 24.2764C0 21.9732 0.58875 20.5959 1.50179 19.9658C1.12082 20.9316 0.94472 22.3074 0.94472 23.9615C0.94472 27.0602 1.61402 28.0553 2.88908 28.0553Z" fill="#E27C48"/>
|
||||
<path d="M1.97316 22.8031C1.97297 22.8051 1.97291 22.8069 1.97266 22.8089C2.1075 21.8606 2.40735 21.4423 2.88847 21.4423H30.8288C31.0896 21.4423 31.3011 21.2308 31.3011 20.9699V20.4976C26.3724 20.4976 3.81026 20.4976 3.20338 20.4976C2.52198 20.4975 2.19189 20.7611 1.97316 22.8031Z" fill="#E27C48"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1,104 @@
|
||||
<svg width="55" height="54" viewBox="0 0 55 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M26.388 53.3604C11.9699 53.2472 0 41.2602 0 26.6539C0 12.0476 11.9624 0.717398 26.388 1.39676C40.5048 2.06103 51.7741 14.0178 51.7741 28.073C51.7741 42.1283 40.5048 53.4736 26.388 53.3604Z" fill="#174D8F"/>
|
||||
<path d="M29.0149 53.1567C14.5968 53.0434 2.62695 41.0565 2.62695 26.4502C2.62695 11.8439 14.5893 0.513663 29.0149 1.19302C43.1317 1.85729 54.4011 13.8141 54.4011 27.8693C54.4011 41.9245 43.1317 53.2699 29.0149 53.1567Z" fill="#D8DEE8"/>
|
||||
<path d="M52.6745 27.8239C52.6745 40.9506 42.181 51.4883 29.0134 51.3675C15.5746 51.2392 4.47852 40.1128 4.47852 26.5029C4.47852 12.9005 15.5746 2.37798 29.0134 2.9894C42.1886 3.59328 52.6745 14.7046 52.6745 27.8314V27.8239Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.8065 36.0518L10.4204 35.7197L10.5862 33.9458L5.56919 33.7571L5.48633 33.4702L11.6558 33.1985L11.9496 33.206L12.8988 33.2438L18.0739 33.4249L23.0156 33.5986L22.4204 33.7269L21.1474 34.0062L20.4619 34.1571L19.2867 34.4138L17.6521 34.7761L16.8461 34.9497L13.976 35.5763L12.8988 35.8178L11.9496 36.0216L11.8065 36.0518Z" fill="#FF6B00"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.91016 39.0561L10.3207 39.4486L9.92146 41.9773C9.18323 41.0564 8.51279 40.0751 7.91016 39.0485V39.0561Z" fill="url(#paint0_linear)"/>
|
||||
<path d="M23.0373 41.5319L10.7133 42.9133C10.0429 42.1509 9.41012 41.3432 8.83008 40.4978C9.07867 40.0298 9.56831 39.6825 10.1333 39.6372L23.0373 38.6107C22.4648 39.675 22.3367 40.6714 23.0373 41.5395V41.5319Z" fill="#ECF8FE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.1494 41.6754L10.8556 43.0719L10.5693 42.7473L23.1494 41.3584C23.2247 41.3508 23.2925 41.4112 23.2925 41.5018C23.2925 41.5848 23.2323 41.6679 23.1494 41.6754ZM8.70871 40.3167C9.06275 39.8411 9.62019 39.509 10.2379 39.4562L23.1494 38.4447C23.2247 38.4371 23.2925 38.5051 23.2925 38.5881C23.2925 38.6711 23.2323 38.7466 23.1494 38.7542L10.2379 39.8109C9.68799 39.8562 9.19835 40.1808 8.91963 40.6262L8.70117 40.3091L8.70871 40.3167Z" fill="#FFBD76"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.0748 39.4636L7.92785 39.1013C7.76966 38.8371 7.619 38.5653 7.46834 38.2936L7.49094 38.3011C7.18209 37.1915 7.12936 35.9989 7.49094 34.6854L5.82615 34.5646C5.73576 34.3004 5.64536 34.0287 5.5625 33.757L10.5795 33.9457L10.4137 35.7196L10.0672 39.4636H10.0748Z" fill="url(#paint1_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.0308 38.2257L10.85 39.1466C9.64474 39.2372 8.65039 38.354 8.65039 37.1689V36.3687C8.65039 35.1836 9.64474 34.1948 10.85 34.1646L23.0308 33.8325C22.4583 35.4252 22.3303 36.9273 23.0308 38.2257Z" fill="#C9E1ED"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.1466 38.4522L10.2351 39.4636C9.18047 39.5467 8.30664 38.354 8.30664 36.8066V36.7915C8.30664 35.2441 9.18047 33.9608 10.2351 33.9382L23.1466 33.6136C23.2219 33.6136 23.2897 33.7117 23.2897 33.8476C23.2897 33.9759 23.2295 34.0816 23.1466 34.0816L10.2351 34.4666C9.38386 34.4892 8.68329 35.5233 8.68329 36.7688V36.7839C8.68329 38.0294 9.38386 38.9881 10.2351 38.9277L23.1466 37.9841C23.2219 37.9766 23.2897 38.0747 23.2897 38.2106C23.2897 38.3389 23.2295 38.4521 23.1466 38.4597V38.4522Z" fill="url(#paint2_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.49486 38.2936L7.47227 38.2861C6.82443 37.101 6.28206 35.8555 5.83008 34.5571L7.49486 34.6779C7.13328 35.9913 7.18601 37.1764 7.49486 38.2936Z" fill="#FF7919"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.8685 34.1572C16.8459 34.1572 16.8233 34.1572 16.8007 34.1572C16.1604 34.127 15.6406 33.6514 15.6406 33.0249V29.3337L16.4994 29.145C16.5446 29.2129 16.6199 29.2507 16.7103 29.2507C16.7178 29.2507 16.7254 29.2507 16.7329 29.2507L18.5182 29.1223C18.6613 29.1148 18.7819 28.994 18.7819 28.8506V28.6468L19.4297 28.5034V28.8053C19.4297 28.9336 19.5352 29.0393 19.6708 29.0393C19.6783 29.0393 19.6858 29.0393 19.6934 29.0393L21.4184 28.911C21.4485 28.911 21.4711 28.9034 21.4937 28.8959L21.5013 28.9034C21.6369 29.0468 21.7649 29.1978 21.8855 29.3639C22.006 29.5299 22.1114 29.7111 22.2018 29.8923V30.5037C22.2018 30.632 22.2998 30.7302 22.4354 30.7302C22.4429 30.7302 22.4504 30.7302 22.458 30.7302H22.4956C22.5032 30.7453 22.5032 30.7603 22.5107 30.783V30.7905C22.5785 31.0547 22.6312 31.3265 22.6689 31.5982C22.6689 31.6133 22.6689 31.6284 22.6764 31.6435L22.458 31.6662C22.3148 31.6813 22.2018 31.802 22.2018 31.9379V32.5569C22.2018 32.6852 22.2998 32.7758 22.4278 32.7758C22.4354 32.7758 22.4429 32.7758 22.4504 32.7758L22.6538 32.7531C22.6162 32.9645 22.5484 33.1759 22.458 33.3797C22.4203 33.4551 22.3826 33.5306 22.3374 33.6137L17.0041 34.1572C16.9589 34.1647 16.9062 34.1647 16.861 34.1647L16.8685 34.1572ZM18.5484 32.0058C18.5408 32.0058 18.5333 32.0058 18.5258 32.0058L16.7404 32.1644C16.5898 32.1795 16.4693 32.3002 16.4693 32.4437V33.0853C16.4693 33.2136 16.5747 33.3117 16.7103 33.3117C16.7178 33.3117 16.7254 33.3117 16.7404 33.3117L18.5258 33.1381C18.6689 33.123 18.7894 33.0022 18.7894 32.8588V32.2248C18.7894 32.0964 18.6839 31.9983 18.5484 31.9983V32.0058ZM21.441 31.7416C21.4335 31.7416 21.4259 31.7416 21.4184 31.7416L19.6934 31.9002C19.5502 31.9153 19.4297 32.036 19.4297 32.1719V32.7984C19.4297 32.9268 19.5352 33.0249 19.6632 33.0249C19.6708 33.0249 19.6783 33.0249 19.6934 33.0249L21.4184 32.8588C21.5615 32.8437 21.6745 32.7229 21.6745 32.5871V31.9681C21.6745 31.8398 21.5691 31.7416 21.441 31.7416ZM18.5408 29.9225C18.5333 29.9225 18.5258 29.9225 18.5182 29.9225L16.7329 30.0659C16.5822 30.081 16.4617 30.2018 16.4617 30.3452V30.9868C16.4617 31.1227 16.5672 31.2208 16.7103 31.2208C16.7178 31.2208 16.7254 31.2208 16.7329 31.2208L18.5182 31.0698C18.6613 31.0547 18.7819 30.934 18.7819 30.7981V30.164C18.7819 30.0357 18.6764 29.93 18.5408 29.93V29.9225ZM21.441 29.696C21.4335 29.696 21.4259 29.696 21.4184 29.696L19.6934 29.8319C19.5502 29.8394 19.4297 29.9678 19.4297 30.1036V30.7302C19.4297 30.8585 19.5352 30.9566 19.6708 30.9566C19.6783 30.9566 19.6858 30.9566 19.6934 30.9566L21.4184 30.8132C21.5615 30.7981 21.6745 30.6773 21.6745 30.5414V29.9225C21.6745 29.7941 21.5691 29.696 21.441 29.696Z" fill="url(#paint3_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7743 29.5222L13.667 29.2581L13.795 27.8389L6.90234 27.5823L14.6538 27.2426L14.8798 27.2502L15.6406 27.2804L19.7687 27.4238L23.7159 27.5672L23.2338 27.6653L22.2244 27.8918L21.682 28.0126L20.7404 28.2164L19.4372 28.5032L18.7894 28.6466L16.5069 29.1448L15.6406 29.3335L14.8798 29.4996L14.7743 29.5222Z" fill="#FF6B00"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1237 35.1836L6.75076 33.4625C6.11046 33.2889 5.61328 32.6549 5.61328 32.0359V32.0283C5.61328 31.4094 6.11046 30.9942 6.75076 31.1074L13.5832 32.2321L13.1237 35.1836Z" fill="url(#paint4_linear)"/>
|
||||
<path d="M23.7325 33.8927L13.4349 35.0476C12.7871 35.1156 12.2598 34.6702 12.2598 34.0361V33.6059C12.2598 32.9793 12.7871 32.4207 13.4349 32.3755L23.7325 31.5527C23.273 32.4057 23.175 33.1982 23.7325 33.8927Z" fill="#ECF8FE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8203 34.0059L13.5152 35.1759C12.6715 35.274 11.9785 34.6852 11.9785 33.8549V33.8474C11.9785 33.0246 12.6791 32.2999 13.5152 32.232L23.8203 31.4243C23.8806 31.4168 23.9333 31.4696 23.9333 31.5375C23.9333 31.6055 23.8806 31.6659 23.8203 31.6734L13.5152 32.5113C12.8373 32.5641 12.2798 33.1529 12.2798 33.8096V33.8172C12.2798 34.4814 12.8373 34.957 13.5152 34.8815L23.8203 33.7492C23.8806 33.7417 23.9333 33.7945 23.9333 33.8625C23.9333 33.9304 23.8806 33.9908 23.8203 33.9983V34.0059Z" fill="#FFBD76"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.3831 32.2396L8.11757 31.3488L7.05543 31.1677L6.73904 31.1148C6.09874 31.0016 5.60156 30.1562 5.60156 29.2277V29.2202C5.60156 28.7748 5.71456 28.3747 5.90288 28.0804C6.09121 27.786 6.35486 27.5973 6.65618 27.5822C6.67124 27.5822 6.68631 27.5822 6.70138 27.5822C6.70891 27.5822 6.72397 27.5822 6.73151 27.5822L6.88217 27.5897L13.7748 27.8463L13.6468 29.2579L13.3756 32.2471L13.3831 32.2396ZM11.3266 31.3111C11.078 30.4279 11.0328 29.4768 11.3266 28.4276L9.91042 28.3295C9.60157 29.3259 9.57897 30.1562 9.91042 31.062L11.3266 31.3111Z" fill="url(#paint5_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.7325 31.2584L14.0149 31.9906C13.0583 32.0661 12.2598 31.3565 12.2598 30.413V29.7713C12.2598 28.8278 13.0507 28.0427 14.0149 28.0125L23.7325 27.7484C23.273 29.024 23.175 30.2167 23.7325 31.2584Z" fill="#C9E1ED"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.8203 31.4322L13.5152 32.2399C12.6715 32.3078 11.9785 31.3567 11.9785 30.1188V30.1037C11.9785 28.8657 12.6791 27.8467 13.5152 27.824L23.8203 27.5674C23.8806 27.5674 23.9333 27.6504 23.9333 27.7485C23.9333 27.8542 23.8806 27.9373 23.8203 27.9373L13.5152 28.2467C12.8373 28.2694 12.2798 29.0922 12.2798 30.081V30.0961C12.2798 31.085 12.8373 31.8549 13.5152 31.8096L23.8203 31.0548C23.8806 31.0472 23.9333 31.1303 23.9333 31.2359C23.9333 31.3416 23.8806 31.4246 23.8203 31.4322Z" fill="url(#paint6_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.3283 31.3112L9.91206 31.0621C9.58061 30.1563 9.60321 29.326 9.91206 28.3296L11.3283 28.4277C11.0345 29.477 11.0797 30.4205 11.3283 31.3112Z" fill="#FF7919"/>
|
||||
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="2" width="49" height="50">
|
||||
<path d="M52.196 27.8239C52.196 40.9506 41.7025 51.4883 28.5349 51.3675C15.0961 51.2392 4 40.1128 4 26.5029C4 12.9005 15.0961 2.37798 28.5349 2.9894C41.7101 3.59328 52.196 14.7046 52.196 27.8314V27.8239Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.8805 30.7699C38.2788 32.1039 38.8508 34.2548 39.2186 36.9538C40.2605 44.6476 38.0439 44.8957 38.4525 53.4167C38.5853 56.1364 36.1236 62.4134 35.9091 62.5479C35.8069 62.5582 35.6844 62.5686 35.572 62.5582C35.3575 62.5479 35.0511 62.5169 34.7038 62.4134C34.3156 62.3411 32.906 58.4942 33.2329 56.1985C33.4678 54.5749 33.3963 52.8377 33.2635 49.3527C33.2431 48.784 31.8131 38.3809 31.8131 38.3809C31.384 42.2381 30.8835 45.5059 30.4443 48.0498C29.0551 56.2088 24.5403 61.1415 24.3054 61.2242C24.2543 61.2449 23.8355 61.4 23.4882 61.1725C23.335 61.0691 23.2839 60.9347 23.2839 60.9347C23.1614 60.8416 23.3146 52.7963 24.6935 46.7365C26.6956 37.9466 25.8274 35.8887 26.4606 31.9591C27.0122 28.5569 37.8805 30.7699 37.8805 30.7699Z" fill="url(#paint7_linear)"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.6809 12.7621C38.8768 17.2529 38.0657 22.8662 38.4921 26.5805C38.8872 29.9381 40.7384 31.6063 38.1385 32.026C37.7017 33.1172 32.3354 31.9841 25.5236 31.9736C25.6484 26.633 20.8125 22.4256 20.8125 18.8267C20.8125 17.1794 21.1349 15.4482 21.8213 13.3812L21.8317 13.3392C21.9877 12.8881 22.1541 12.4684 22.3413 12.0801V12.0696C22.3413 12.0696 22.3413 12.0801 22.3517 12.0801C23.9844 8.70162 26.9795 6.90743 30.7338 7.39008C31.9506 7.47402 34.2906 7.7678 35.9961 9.59347C36.7033 10.3489 37.3065 11.3772 37.6809 12.7621Z" fill="url(#paint8_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.0196 22.75C37.3371 18.9173 37.94 14.3515 37.2803 12.1C36.8708 10.7177 36.2224 9.70195 35.4375 8.9375C35.9835 9.35638 36.9049 10.2674 37.758 12.0791C37.9173 12.4037 38.0651 12.7598 38.213 13.1577C38.486 13.8698 38.7362 14.6971 38.9524 15.65C39.305 17.1789 39.9989 18.7288 40.761 20.0901C40.8861 20.31 40.9999 20.5195 41.125 20.7184L40.6245 20.6451C40.6018 20.6451 40.579 20.6451 40.5562 20.6451C40.3856 20.6451 40.2377 20.7394 40.1695 20.886L38.0196 22.75Z" fill="url(#paint9_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.105 10.5625C32.0468 10.5625 32.0002 10.5625 31.942 10.5625C29.9272 10.4468 28.2152 8.36423 28.1453 8.26956C28.1104 8.22749 28.122 8.1749 28.1686 8.14335C28.2152 8.11179 28.2734 8.12231 28.3084 8.16438C28.3317 8.18542 30.032 10.2785 31.9536 10.3837C32.4777 10.4152 32.897 10.289 33.1765 10.0261C33.7122 9.52121 33.619 8.63769 33.619 8.62718C33.6074 8.57459 33.654 8.53251 33.7006 8.53251C33.7471 8.522 33.8054 8.56407 33.8054 8.60614C33.8054 8.64821 33.9102 9.5738 33.3162 10.1418C33.0251 10.4152 32.6175 10.552 32.105 10.552V10.5625Z" fill="#FE7207"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.288 4.0625C30.288 4.0625 30.1095 6.71885 29.8261 7.19246C29.5321 7.65578 30.099 8.43827 31.3693 8.89129C32.6396 9.34431 32.0517 6.31731 32.0517 6.31731L30.288 4.0728V4.0625Z" fill="url(#paint10_linear)"/>
|
||||
<path d="M33.8227 4.6236C35.3294 4.06379 35.8486 0.435379 35.0952 0.0310714C34.6676 -0.197 34.2808 0.891522 32.6926 1.3062C31.4506 1.62757 30.6667 1.244 30.1373 1.87637C29.893 2.17701 29.7403 2.64352 29.7505 3.0582C29.7505 3.2759 29.8014 3.55581 29.9439 4.11562C30.0763 4.61323 30.0559 4.5925 30.0966 4.73763C30.1984 5.09011 30.4597 5.2955 30.9688 6.09375C31.0807 5.90715 31.1859 6.08533 31.3895 5.84689C31.471 5.75359 31.7764 5.41148 32.1531 5.15231C32.8453 4.69617 33.3951 4.76873 33.8227 4.61323V4.6236Z" fill="#0B2D57"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.4197 5.46882C30.4197 5.46882 30.7972 6.907 32.425 7.28547C33.8877 7.62068 35.1145 4.74433 34.4303 3.85763C34.1944 3.55486 33.6164 3.29534 33.0856 3.27371C32.7671 3.2629 32.6256 3.3494 32.1065 3.31696C31.6229 3.29534 31.5168 3.20883 31.3516 3.27371C31.1393 3.3494 30.9034 3.63055 30.8916 4.57131C30.7028 4.2361 30.4079 4.04146 30.1484 4.0739C30.1013 4.0739 29.9833 4.10634 29.9007 4.18203C29.5822 4.46318 29.771 4.98222 30.4433 5.45801L30.4197 5.46882Z" fill="url(#paint11_linear)"/>
|
||||
<path d="M33.8282 29.4948L35.6704 18.0711C35.7679 17.4872 36.2772 17.0625 36.8732 17.0625H44.7838C45.5315 17.0625 46.095 17.7101 45.9866 18.4321L44.2528 29.8558C44.1661 30.4397 43.6568 30.875 43.05 30.875H35.0311C34.2833 30.875 33.709 30.2168 33.8282 29.4948Z" fill="#EAEBFF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.375 25.5837C31.375 25.5837 32.2534 25.976 32.975 25.909C33.6887 25.842 33.6574 25.7559 34.4182 25.9186C35.1554 26.0813 36.6927 26.11 36.128 24.9234C35.5005 23.603 33.9162 23.2968 33.3123 23.7752C32.7319 24.2441 31.9005 24.3589 31.9005 24.3589L31.375 25.5741V25.5837Z" fill="url(#paint12_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.0489 8.94527C25.0489 8.94527 21.5503 8.24534 20.0741 20.1337C19.3056 26.2972 24.6141 27.1329 31.4494 26.7255C32.1369 25.9629 32.1875 23.9049 32.1875 23.9049C32.1875 23.9049 23.6131 24.6571 24.8669 19.8725C26.2723 14.5133 27.1925 9.03929 25.0489 8.95571V8.94527Z" fill="url(#paint13_linear)"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear" x1="10.034" y1="42.7771" x2="5.37569" y2="34.0202" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear" x1="9.98277" y1="41.0219" x2="1.24735" y2="23.4815" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear" x1="21.5077" y1="41.0663" x2="17.7753" y2="19.2482" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear" x1="21.2979" y1="53.1944" x2="21.5929" y2="30.9491" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#B590FA"/>
|
||||
<stop offset="1" stop-color="#7377DD"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear" x1="12.6353" y1="36.3018" x2="9.27203" y2="21.3506" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear" x1="12.8027" y1="33.521" x2="8.59377" y2="16.6779" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear" x1="22.5115" y1="33.5202" x2="19.5273" y2="16.0943" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear" x1="31.375" y1="30.0625" x2="49.0408" y2="44.5696" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear" x1="23.9091" y1="14.2918" x2="33.2943" y2="30.7057" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear" x1="36.3799" y1="12.7649" x2="42.3493" y2="18.5588" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear" x1="31.8976" y1="10.2687" x2="22.6291" y2="-0.315859" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear" x1="34.0452" y1="8.42186" x2="29.0273" y2="-5.33116" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear" x1="35.6702" y1="26.6656" x2="33.7169" y2="17.7429" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear" x1="19.1875" y1="19.9062" x2="27.1918" y2="17.8526" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 17 KiB |
@@ -0,0 +1,97 @@
|
||||
<svg width="54" height="52" viewBox="0 0 54 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<path d="M26.1385 51.703C11.8567 51.5908 0 39.7172 0 25.249C0 10.7808 11.8493 -0.442347 26.1385 0.230592C40.1219 0.888578 51.2846 12.7323 51.2846 26.6547C51.2846 40.5771 40.1219 51.8151 26.1385 51.703Z" fill="#174D8F"/>
|
||||
<path d="M28.7538 51.5011C14.472 51.389 2.61523 39.5153 2.61523 25.0471C2.61523 10.5789 14.4645 -0.64419 28.7538 0.0287491C42.7371 0.686734 53.8999 12.5305 53.8999 26.4528C53.8999 40.3752 42.7371 51.6133 28.7538 51.5011Z" fill="#D8DEE8"/>
|
||||
<path d="M52.1876 26.4079C52.1876 39.4106 41.7934 49.8486 28.7502 49.729C15.4384 49.6019 4.44727 38.5806 4.44727 25.0994C4.44727 11.6256 15.4384 1.20255 28.7502 1.80819C41.8008 2.40636 52.1876 13.4127 52.1876 26.4153V26.4079Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6105 34.7853H13.6203C14.0235 34.7853 14.5348 34.7726 15.1345 34.7726C15.5966 34.7726 16.1079 34.7599 16.6585 34.7599C16.9928 34.7599 17.3468 34.7472 17.7105 34.7472C24.3768 34.6838 35.6838 34.6077 39.2922 34.6077C39.9018 34.6077 40.2951 34.6077 40.4033 34.6204C40.4033 34.6204 40.4033 34.6204 40.4131 34.6204C40.6097 34.6204 40.7474 34.0497 40.8359 33.1111C40.9047 32.477 40.944 31.6653 40.9735 30.7521C41.0424 28.52 41.0227 25.679 40.9834 23.1678C40.9735 22.9142 40.9735 22.6605 40.9735 22.4195C40.9342 20.5425 40.885 18.9191 40.8457 18.0059C40.826 17.5874 40.7179 16.6616 40.2165 16.6489L36.1361 16.5601L35.6838 16.5474L20.6012 16.205L13.5712 16.0401H13.5614C13.0501 16.0401 12.9223 16.8264 12.9223 17.2703L12.8633 33.9989C12.8633 34.4428 13.0894 34.8106 13.6105 34.8106V34.7853ZM39.3316 34.1258C34.1598 34.1258 17.1698 34.2399 13.6007 34.2526C13.5319 34.2526 13.4532 34.2019 13.4532 34.1004L13.404 19.1727C13.404 19.1347 13.4139 19.084 13.463 19.0459C13.4925 19.0332 13.5221 19.0206 13.5515 19.0206L40.2066 19.604C40.2755 19.604 40.3443 19.642 40.3541 19.7435C40.6687 27.0741 40.6491 32.6926 40.305 34.075L40.2951 34.1131H40.2755C40.0297 34.1131 39.715 34.1131 39.3414 34.1131L39.3316 34.1258ZM14.6822 16.5601C14.9575 16.5601 15.1935 16.9913 15.1935 17.524V17.5494C15.1935 18.082 14.9674 18.5259 14.6921 18.5259H14.3381C14.0628 18.5259 13.8465 18.0947 13.8367 17.562V17.5367C13.8367 17.004 14.053 16.5601 14.3381 16.5601H14.6822ZM16.2947 16.5474C16.5798 16.5474 16.7863 16.9786 16.7962 17.5113V17.5367C16.7962 18.0693 16.5798 18.5132 16.2947 18.5132H15.9506C15.6753 18.5132 15.4393 18.082 15.4393 17.5494V17.524C15.4393 16.9913 15.6655 16.5474 15.9408 16.5474H16.2947ZM17.9465 16.5347C18.2218 16.5347 18.4676 16.9659 18.4676 17.4986V17.524C18.4676 18.0567 18.2218 18.5006 17.9367 18.5006H17.5532C17.2779 18.5006 17.0321 18.0693 17.0321 17.5367V17.5113C17.0321 16.9786 17.2779 16.5347 17.5631 16.5347H17.9465ZM13.6007 34.1131C17.1796 34.0877 34.2581 33.9863 39.3709 33.9863C39.715 33.9863 40.01 33.9863 40.2361 33.9863C40.5606 32.5531 40.5704 27.0107 40.2656 19.7942C40.2558 19.7815 40.2361 19.7688 40.1968 19.7688L13.5417 19.1854C13.5122 19.1854 13.4925 19.1981 13.4827 19.1981H13.4729L13.5221 34.0877C13.5319 34.1004 13.5515 34.1131 13.5909 34.1131H13.6007ZM27.5427 23.1805L38.1419 23.2186C38.2992 23.2186 38.4467 23.3454 38.5548 23.5483C38.663 23.7639 38.722 24.0556 38.7121 24.3473L38.604 31.3863C38.5941 31.9824 38.3385 32.4516 38.0337 32.4516L27.6804 32.5151C27.3658 32.5151 27.12 32.0458 27.1003 31.4497L26.9627 24.322C26.9528 24.0176 27.0118 23.7259 27.12 23.5103C27.2281 23.2947 27.3756 23.1678 27.5329 23.1678L27.5427 23.1805ZM25.773 28.8878C25.8811 28.8878 25.9794 28.9766 26.0483 29.1161C26.1171 29.2683 26.1564 29.4585 26.1466 29.6614L26.1368 30.0673C26.1269 30.4478 25.9598 30.7395 25.7631 30.7395L15.0657 30.6C14.8592 30.6 14.6626 30.2956 14.6626 29.9024V29.7122C14.6626 29.5219 14.7314 29.319 14.8002 29.1795C14.8691 29.04 14.987 28.9512 15.0854 28.9512L25.773 28.8751V28.8878ZM25.714 26.0976C25.8221 26.0976 25.9204 26.1863 25.9991 26.3258C26.0679 26.478 26.1072 26.6683 26.0974 26.8712L26.0876 27.2771C26.0778 27.6575 25.9106 27.9493 25.714 27.9493L15.0165 27.8097C14.8101 27.8097 14.6134 27.5054 14.6134 27.1122V26.9219C14.6134 26.7317 14.6823 26.5288 14.7511 26.3893C14.8199 26.2498 14.9379 26.161 15.0362 26.161L25.7238 26.0849L25.714 26.0976ZM25.6648 23.3073C25.7729 23.3073 25.8713 23.3961 25.9499 23.5356C26.0188 23.6878 26.0581 23.8781 26.0483 24.081L26.0384 24.4868C26.0286 24.8673 25.8614 25.159 25.6648 25.159L14.9674 25.0195C14.7609 25.0195 14.5643 24.7151 14.5643 24.322V24.1317C14.5544 23.9415 14.6331 23.7386 14.7019 23.599C14.7707 23.4595 14.8887 23.3834 14.987 23.3708L25.6746 23.2947L25.6648 23.3073ZM25.4485 20.644L38.7809 20.8976C38.9284 20.8976 39.0366 21.1893 39.0366 21.5571V21.5698C39.0366 21.9249 38.9284 22.2166 38.7809 22.2166L25.4387 22.2927C25.2027 22.2927 25.0159 21.9249 25.0257 21.481V21.4683C25.0257 21.0244 25.2223 20.6566 25.4485 20.6566V20.644Z" fill="#EDF6FF"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.2174 19.7319H48.2099C47.9861 19.7319 47.7026 19.7244 47.3742 19.7244C47.1205 19.7244 46.837 19.7169 46.5236 19.7169C46.337 19.7169 46.143 19.7169 45.9416 19.7095C42.2405 19.687 35.9652 19.6496 33.958 19.6496C33.6147 19.6496 33.3984 19.6496 33.3387 19.6496C33.2342 19.6496 33.1521 19.4029 33.0999 18.9991C33.0626 18.7225 33.0402 18.3711 33.0253 17.9822C32.988 17.0177 32.9954 15.7915 33.0253 14.7073C33.0253 14.5951 33.0327 14.4904 33.0327 14.3858C33.0551 13.5782 33.085 12.8754 33.0999 12.4866C33.1073 12.3071 33.167 11.9034 33.4431 11.9034L35.7115 11.866L35.9652 11.8585L44.3373 11.709L48.2398 11.6417H48.2472C48.5308 11.6417 48.598 11.9781 48.598 12.1725L48.6278 19.3879C48.6278 19.5749 48.501 19.7394 48.2099 19.7394L48.2174 19.7319ZM33.9431 19.4478C36.8084 19.4478 46.24 19.4926 48.2249 19.5076C48.2622 19.5076 48.307 19.4851 48.307 19.4403L48.3368 13.0025C48.3368 12.9875 48.3293 12.9651 48.307 12.9502C48.292 12.9427 48.2771 12.9427 48.2547 12.9427L33.4581 13.1894C33.4207 13.1894 33.376 13.2044 33.376 13.2492C33.2043 16.4121 33.2118 18.8346 33.3983 19.4328L33.4058 19.4478H33.4207C33.555 19.4478 33.7341 19.4478 33.9431 19.4478ZM47.6279 11.8735C47.4712 11.8735 47.3444 12.0604 47.3444 12.2922V12.2996C47.3444 12.5314 47.4712 12.7184 47.6279 12.7184H47.8219C47.9786 12.7184 48.098 12.5314 48.098 12.2996V12.2922C48.098 12.0604 47.9786 11.8735 47.8219 11.8735H47.6279ZM46.7325 11.866C46.5758 11.866 46.4564 12.0529 46.4564 12.2847V12.2922C46.4564 12.524 46.5758 12.7109 46.7325 12.7109H46.9265C47.0832 12.7109 47.2101 12.524 47.2101 12.2922V12.2847C47.2101 12.0529 47.0832 11.866 46.9265 11.866H46.7325ZM45.8147 11.8585C45.658 11.8585 45.5237 12.0454 45.5237 12.2772V12.2847C45.5237 12.5165 45.6655 12.7034 45.8222 12.7034H46.0311C46.1878 12.7034 46.3221 12.5165 46.3221 12.2847V12.2772C46.3221 12.0454 46.1803 11.8585 46.0311 11.8585H45.8222H45.8147ZM48.2249 19.4403C46.24 19.4328 36.7562 19.3805 33.9207 19.3805C33.7267 19.3805 33.5625 19.3805 33.4357 19.3805C33.2566 18.7673 33.2491 16.3747 33.4207 13.2642C33.4282 13.2567 33.4357 13.2567 33.4581 13.2567L48.2547 13.01C48.2696 13.01 48.2846 13.0175 48.292 13.0175L48.2622 19.4328C48.2547 19.4403 48.2472 19.4403 48.2249 19.4403ZM40.487 14.7222L34.6072 14.7372C34.5176 14.7372 34.4355 14.7895 34.3758 14.8793C34.3161 14.969 34.2863 15.0961 34.2863 15.2232L34.346 18.2589C34.3535 18.5131 34.4952 18.7225 34.6669 18.7225L40.4124 18.7449C40.584 18.7449 40.7258 18.543 40.7333 18.2888L40.8079 15.2157C40.8079 15.0886 40.778 14.9615 40.7183 14.8643C40.6586 14.7746 40.5766 14.7222 40.487 14.7222ZM41.4645 17.1822C41.4048 17.1822 41.3451 17.2196 41.3078 17.2794C41.2705 17.3467 41.2481 17.4289 41.2481 17.5112L41.2556 17.6906C41.263 17.8551 41.3526 17.9822 41.4645 17.9822L47.4041 17.9224C47.516 17.9224 47.6279 17.7878 47.6279 17.6233V17.5411C47.6279 17.4589 47.5906 17.3766 47.5533 17.3093C47.516 17.2495 47.4488 17.2121 47.3892 17.2121L41.4571 17.1822H41.4645ZM41.4944 15.9784C41.4347 15.9784 41.375 16.0158 41.3377 16.0756C41.3004 16.1354 41.278 16.2251 41.278 16.3074L41.2854 16.4868C41.2929 16.6513 41.3824 16.7784 41.4944 16.7784L47.4339 16.7186C47.5458 16.7186 47.6578 16.584 47.6578 16.4195V16.3373C47.6578 16.255 47.6205 16.1728 47.5832 16.113C47.5459 16.0532 47.4787 16.0158 47.4265 16.0158L41.4944 15.9859V15.9784ZM41.5242 14.7746C41.4645 14.7746 41.4123 14.812 41.3675 14.8718C41.3302 14.9316 41.3078 15.0213 41.3078 15.1036L41.3153 15.283C41.3228 15.4475 41.4123 15.5746 41.5242 15.5746L47.4638 15.5148C47.5757 15.5148 47.6876 15.3802 47.6876 15.2157V15.1335C47.6876 15.0512 47.6503 14.969 47.613 14.9017C47.5757 14.8419 47.5086 14.8045 47.4489 14.8045L41.5167 14.7746H41.5242ZM41.6436 13.6231L34.2415 13.7278C34.1595 13.7278 34.0998 13.8549 34.0998 14.0119V14.0194C34.0998 14.1764 34.1595 14.296 34.2415 14.3035L41.6436 14.3334C41.7705 14.3334 41.8749 14.1764 41.8749 13.982V13.9745C41.8749 13.7801 41.7705 13.6231 41.6361 13.6231H41.6436Z" fill="#9EC8FC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.1295 13.0014C48.1446 12.9939 38.7204 12.9416 35.8477 12.9416C35.6387 12.9416 35.4597 12.9416 35.3253 12.9416H35.3104L35.303 12.9267C35.1164 12.3285 35.1015 9.9059 35.2806 6.74308C35.2806 6.69822 35.3254 6.68327 35.3627 6.68327L50.1593 6.43652C50.1817 6.43652 50.1966 6.43652 50.2115 6.444C50.2414 6.45895 50.2414 6.48139 50.2414 6.49634L50.2115 12.9341C50.2115 12.979 50.1742 13.0014 50.1295 13.0014ZM35.8253 12.8818C38.6608 12.8818 48.1446 12.9266 50.1295 12.9416C50.1444 12.9416 50.1593 12.9341 50.1668 12.9341L50.1966 6.51877C50.1892 6.51877 50.1817 6.51129 50.1593 6.51129L35.3627 6.75804C35.3403 6.75804 35.3328 6.76552 35.3253 6.76552C35.1537 9.87599 35.1612 12.2687 35.3403 12.8818C35.4671 12.8818 35.6313 12.8818 35.8253 12.8818Z" fill="url(#paint0_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M48.1175 10.4301H33.5298C33.2388 10.4301 33 10.0786 33 9.64496V8.7851C33 8.35142 33.2388 8 33.5298 8H36.41H36.6264H48.1175C48.4085 8 48.6473 8.35142 48.6473 8.7851V9.64496C48.6473 10.0786 48.4085 10.4301 48.1175 10.4301ZM47.5355 8.64303C47.3415 8.64303 47.1773 8.8823 47.1773 9.17391V9.18886C47.1773 9.48047 47.334 9.71973 47.5355 9.72721H47.7817C47.9757 9.72721 48.1324 9.48794 48.1324 9.19634V9.18138C48.1324 8.88978 47.9757 8.65051 47.7817 8.65051H47.5355V8.64303ZM46.4013 8.63555C46.2073 8.63555 46.0506 8.87482 46.0506 9.16643V9.18138C46.0506 9.47299 46.2073 9.71226 46.4013 9.71226H46.6475C46.8415 9.71226 47.0057 9.47299 47.0057 9.18138V9.16643C47.0057 8.87482 46.849 8.63555 46.6475 8.63555H46.4013ZM45.2373 8.62808C45.0433 8.62808 44.8717 8.86734 44.8642 9.15895V9.17391C44.8642 9.46551 45.0433 9.70478 45.2373 9.70478H45.5059C45.6999 9.70478 45.8715 9.46551 45.879 9.17391V9.15895C45.879 8.86734 45.6999 8.62808 45.5059 8.62808H45.2373ZM39.82 8.80005C39.7156 8.80005 39.626 8.93464 39.626 9.09166V9.27858C39.626 9.44308 39.7156 9.57019 39.82 9.57019H44.3419C44.4538 9.57019 44.5359 9.4356 44.5359 9.27858V9.09166C44.5359 8.92716 44.4463 8.80005 44.3419 8.80005H39.82Z" fill="#9EC8FC"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.6379 9.70506H46.3917C46.1977 9.70506 46.041 9.46579 46.041 9.17419V9.15923C46.041 8.86762 46.1977 8.62836 46.3917 8.62836H46.6379C46.8319 8.62836 46.9961 8.86762 46.9961 9.15923V9.17419C46.9961 9.46579 46.8319 9.70506 46.6379 9.70506Z" fill="#AAD7EE"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.01274 21.3319C4.91835 22.418 4.75182 24.7013 5.73518 25.9856C6.19514 26.5881 6.79785 26.826 7.92396 27.2778C8.6139 27.5474 9.24833 27.7218 9.79552 27.8249C8.42357 26.5009 7.70984 24.7885 8.05877 23.298C8.15394 22.9016 9.47037 21.0941 10.2634 20.5946C10.5251 20.4281 10.7948 20.2854 11.0406 20.1586C11.7385 19.8098 12.3253 19.6274 12.4998 19.5719C13.5149 19.2469 14.0462 19.3103 14.4427 19.1755C13.8717 18.129 12.9518 16.9795 11.6274 16.7417C11.445 16.7099 11.2547 16.6941 11.0644 16.6941C10.0572 16.6941 8.94698 17.1222 8.46323 17.915C8.01913 18.6523 8.43944 19.2072 7.89224 20.0238C7.35298 20.8404 6.71061 20.6422 6.01274 21.324V21.3319Z" fill="url(#paint1_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.5497 47.2168C21.3673 46.3527 21.2483 45.5441 21.1532 44.7592C21.1294 44.6006 21.1135 44.45 21.0977 44.2994C21.1135 44.45 21.1294 44.6006 21.1532 44.7592C21.2483 45.5441 21.3752 46.3527 21.5497 47.2168Z" fill="url(#paint2_linear)"/>
|
||||
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="4" y="1" width="49" height="49">
|
||||
<path d="M52.2404 26.3085C52.2404 39.3112 41.8461 49.7492 28.803 49.6296C15.4912 49.5025 4.5 38.4812 4.5 25C4.5 11.5263 15.4912 1.10317 28.803 1.70882C41.8536 2.30698 52.2404 13.3133 52.2404 26.316V26.3085Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.4224 49.8674C22.6048 50.4541 22.7872 50.9694 22.9458 51.4133C22.9538 51.4133 22.9538 51.4133 22.9617 51.4133C22.9855 51.4213 23.0172 51.4213 23.041 51.4213C23.1044 51.4292 23.1679 51.4292 23.2313 51.4371C23.2868 51.4371 23.3424 51.445 23.4058 51.445C23.4851 51.453 23.5565 51.453 23.6358 51.453C23.6754 51.453 23.7071 51.453 23.7468 51.453C23.8023 51.453 23.8499 51.453 23.9054 51.453C23.9609 51.453 24.0164 51.453 24.0719 51.445H24.0799C24.1671 50.8822 24.2464 50.3114 24.3257 49.7485C25.2298 43.2159 25.6342 36.5564 25.5232 30.0001L22.8269 30.3806C22.47 30.4044 22.1132 30.4123 21.7721 30.4202C21.1853 31.3637 20.5984 32.3467 20.0195 33.3932C20.4081 34.9471 20.7412 35.5258 21.0029 37.3572C21.0029 37.3809 21.0108 37.4127 21.0108 37.4364C21.1298 38.2927 21.1615 38.9348 21.1615 39.4977C21.1615 40.2271 21.106 40.8534 21.106 41.6858C21.106 42.3517 21.1377 43.1445 21.2646 44.2465C21.2805 44.3892 21.2963 44.5478 21.3201 44.7063C21.4153 45.4912 21.5422 46.2998 21.7166 47.164C21.7959 47.5445 21.8832 47.933 21.9863 48.3373C22.129 48.9002 22.2718 49.4155 22.4224 49.8912V49.8674Z" fill="url(#paint3_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3462 50.5334C12.6238 50.5334 12.8379 50.4462 12.9331 50.4066C13.5913 48.0916 14.424 45.5705 15.4787 42.9068C15.8435 41.9871 16.2321 41.0516 16.6524 40.1003C16.6841 40.0289 16.7159 39.9576 16.7476 39.8783C17.0489 39.2044 17.3503 38.5543 17.6596 37.9122C18.4288 36.3107 19.2219 34.7965 20.0149 33.3774C20.6017 32.3389 21.1886 31.3479 21.7675 30.4044C21.6882 30.4044 21.6089 30.4044 21.5375 30.4044C21.5375 30.4044 21.5375 30.4044 21.5296 30.4044C21.2758 30.4044 21.03 30.4044 20.7841 30.3965C20.7128 30.3965 20.6493 30.3965 20.5859 30.3965C20.4669 30.3965 20.3638 30.3965 20.2687 30.3886C17.4375 30.3252 17.723 30.0318 16.9141 30.2062C16.5969 30.2776 15.6453 32.3864 14.9791 31.6491C14.9712 31.6491 14.9633 31.6333 14.9553 31.6253L14.9474 31.6174C14.7888 32.2596 14.6936 32.767 14.5905 33.2347C14.424 34.0434 14.2654 34.7569 13.8133 35.9223C13.742 36.1125 13.6706 36.287 13.6072 36.4455C12.9807 37.936 12.5841 38.3086 12.0925 39.6722C12.029 39.8466 11.9656 40.0448 11.8942 40.2588C11.3232 42.0902 11.1805 43.5727 11.0932 44.4606C10.9664 45.8559 10.9188 47.7824 11.2836 50.0577C11.3629 50.1449 11.6563 50.462 12.1559 50.5334C12.2193 50.5413 12.2828 50.5493 12.3383 50.5493L12.3462 50.5334Z" fill="url(#paint4_linear)"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.4608 27.2149V27.207V27.2149ZM13.4608 27.1911V27.1832V27.1911ZM13.4529 27.1594C13.4529 27.1594 13.4529 27.1594 13.4529 27.1515C13.4529 27.1515 13.4529 27.1515 13.4529 27.1594ZM13.445 27.1039V27.096V27.1039ZM13.4371 27.0801C13.4371 27.0801 13.4371 27.0801 13.4371 27.0722V27.0801ZM13.4291 27.0008C13.4291 27.0008 13.4291 27.0008 13.4291 26.9929C13.4291 26.9929 13.4291 26.9929 13.4291 27.0008ZM19.3214 31.3532L27.1566 30.2592C26.4587 27.9918 23.0328 20.4682 23.0566 20.2225C22.8345 19.8736 22.6125 19.5327 22.3904 19.1839C22.6284 18.7717 22.9694 18.3436 23.3897 18.3356C23.3976 18.3356 23.3976 18.3356 23.4055 18.3356C24.2699 18.3356 24.5078 20.1749 26.0067 21.3879C27.0694 22.2441 32.2003 24.678 33.6198 25.0585L34.2701 23.901C33.9291 23.4729 31.7324 21.3641 30.8442 20.8726C26.197 18.2405 26.3794 13.3252 22.5173 11.5652C22.2239 11.4304 21.9305 11.3194 21.6291 11.2243C20.8916 10.9944 20.1065 10.8517 19.0914 10.6773C18.8535 10.6376 18.6156 10.598 18.3935 10.5663C18.0684 10.5187 17.7512 10.487 17.4498 10.4553C16.7995 10.3919 16.1255 10.3602 15.5227 10.3443C15.3879 10.3443 15.261 10.3443 15.1342 10.3443C14.9359 10.3443 14.7456 10.3443 14.579 10.3522C14.3808 10.3602 14.1984 10.3681 14.0477 10.3839C13.1357 10.4711 12.1523 10.7803 11.2562 11.2402C10.9311 11.4066 10.6139 11.589 10.3125 11.7872C10.7249 11.5731 11.1055 11.4542 11.5021 11.4542C11.5972 11.4542 11.6924 11.4621 11.7875 11.478C14.4759 11.8585 16.3316 17.3605 14.8566 18.9381C14.7218 19.0809 14.5949 19.1601 14.4442 19.2156C14.9042 20.056 15.1421 20.825 15.2055 21.0232C16.0144 23.6394 15.3007 30.1799 16.3792 31.0441C16.6885 31.2898 16.9819 31.3453 17.3229 31.3453C17.4895 31.3453 17.6639 31.3295 17.8543 31.3136C18.0446 31.2978 18.2429 31.2819 18.4649 31.2819C18.7266 31.2819 19.0042 31.3057 19.3135 31.3691L19.3214 31.3532ZM27.109 23.8693C25.7608 23.243 24.5475 22.2124 23.7783 21.1263C24.5554 22.2203 25.7608 23.2509 27.109 23.8693ZM23.7624 21.1104C23.7624 21.1104 23.7624 21.1025 23.7545 21.1025C23.7545 21.1025 23.7624 21.1025 23.7624 21.1104ZM23.7465 21.0866C23.7386 21.0708 23.7307 21.0549 23.7148 21.039C23.7227 21.0549 23.7386 21.0708 23.7465 21.0866ZM23.6989 21.0073C23.691 20.9915 23.6831 20.9835 23.6752 20.9677C23.6831 20.9835 23.691 20.9915 23.6989 21.0073Z" fill="url(#paint5_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.3657 8.17974C16.3657 8.17974 16.1913 9.15487 15.7868 9.8446C15.422 10.4709 13.9232 10.6929 13.606 10.8039C13.2967 10.9149 14.0818 11.454 14.9145 11.6522C15.7472 11.8504 18.1897 11.9772 18.6656 11.7156C19.1414 11.454 18.3563 11.3747 17.7774 11.0734C17.2064 10.7722 17.0081 9.54334 17.1905 9.0201C17.365 8.49686 16.3578 8.17181 16.3578 8.17181L16.3657 8.17974Z" fill="url(#paint6_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.9643 7.89428C18.567 7.45825 18.7414 6.29284 18.4004 6.03122C18.3053 5.95194 18.2101 5.99158 16.8461 6.53861C16.1641 6.80816 15.831 6.95879 15.7279 7.25212C15.6565 7.43446 15.6724 7.68023 15.7438 7.87842C15.7834 7.98149 15.8548 8.10041 16.0213 8.33824C16.1641 8.5523 16.1561 8.54437 16.2037 8.60779C16.3147 8.75842 16.5209 9.00419 16.9016 9.28959C16.9254 9.1786 16.9571 9.05175 17.0126 8.90112C17.0364 8.84563 17.1236 8.62365 17.2585 8.44131C17.4964 8.12419 17.766 8.02905 17.9643 7.89428Z" fill="#26264F"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M16.4064 9.01226C16.4064 9.01226 16.8029 9.59892 17.5404 9.51964C18.1986 9.44829 18.2304 7.96577 17.7942 7.67244C17.6514 7.57731 17.366 7.54559 17.136 7.61695C17.0012 7.66451 16.9615 7.72001 16.7395 7.78343C16.5412 7.84686 16.4778 7.82307 16.4143 7.87857C16.3429 7.94992 16.2874 8.10848 16.4381 8.53658C16.3112 8.41766 16.1526 8.3701 16.0495 8.42559C16.0336 8.43352 15.9861 8.46523 15.9623 8.5128C15.875 8.68721 16.0416 8.89334 16.3984 9.00433L16.4064 9.01226Z" fill="url(#paint7_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.24135 29.6089C9.59029 29.6089 9.89958 29.593 10.1375 29.5692C10.2882 29.2045 10.4309 28.8399 10.5816 28.4752C10.304 28.269 10.0423 28.055 9.80442 27.8251C9.25722 27.7141 8.61486 27.5476 7.93285 27.2781C6.80674 26.8341 6.20402 26.5963 5.74406 25.9937C4.75276 24.7015 4.9193 22.4183 6.02163 21.3401C6.71157 20.6583 7.36186 20.8565 7.90112 20.0399C8.44039 19.2233 8.02801 18.6684 8.47211 17.9311C8.94793 17.1383 10.0661 16.7102 11.0653 16.7102C11.2636 16.7102 11.4539 16.726 11.6284 16.7577C12.9607 16.9956 13.8727 18.1451 14.4437 19.1916C14.5944 19.1361 14.7292 19.0568 14.8561 18.9141C16.3311 17.3365 14.4754 11.8424 11.787 11.454C11.6918 11.4381 11.5967 11.4302 11.5015 11.4302C11.105 11.4302 10.7164 11.5491 10.312 11.7631C9.78062 12.0406 9.2017 12.4846 8.47211 13.0395C7.33806 13.9116 5.45857 15.3466 4.28487 17.9073C3.8487 18.8586 3.33323 20.3411 3.11118 21.9426C2.80983 24.1148 3.04774 26.5011 4.74484 28.0708C4.80035 28.1263 4.86379 28.1739 4.92723 28.2294C6.29125 29.379 8.03593 29.6089 9.24928 29.6089H9.24135Z" fill="url(#paint8_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.81296 27.8251C8.43308 26.5011 7.71934 24.7966 8.06828 23.3062C8.3617 22.0853 9.31335 21.1974 10.2729 20.6028C9.31335 21.2053 8.35377 22.0853 8.06828 23.3062C7.71934 24.7966 8.43308 26.5011 9.80504 27.8251C9.80504 27.8251 9.80503 27.8251 9.81296 27.8251ZM13.3499 26.4932C13.1199 25.2485 12.7393 23.9801 12.2476 22.7592C12.7313 23.988 13.1199 25.2565 13.3499 26.4932Z" fill="url(#paint9_linear)"/>
|
||||
<rect width="3.43989" height="7.98027" transform="matrix(-1 0 0 1 13.6055 20.0723)" fill="url(#pattern0)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2285 29.3393L10.4744 28.721C10.4744 28.721 10.8788 28.7447 11.2119 28.5069C11.3943 28.3801 11.7115 28.3404 11.8067 28.3642C11.9018 28.388 12.2508 28.3721 11.8543 28.5624C11.4498 28.7527 11.4577 28.8954 11.6243 29.0539C11.7908 29.2125 12.4332 29.5534 12.6552 29.5692C12.8852 29.5851 12.4728 29.9419 12.2428 29.9894C12.0129 30.037 11.6322 30.0925 11.1643 29.815C10.9898 29.712 10.2364 29.3393 10.2364 29.3393H10.2285Z" fill="url(#paint10_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.7793 24.7486L34.0251 24.1303C34.0251 24.1303 34.4296 24.154 34.7627 23.9162C34.9451 23.7894 35.2623 23.7497 35.3574 23.7735C35.4526 23.7973 35.8015 23.7814 35.405 23.9717C35.0006 24.162 35.0085 24.3047 35.175 24.4632C35.3416 24.6218 35.9839 24.9548 36.206 24.9786C36.436 24.9944 36.0236 25.3512 35.7857 25.3987C35.5557 25.4463 35.175 25.5018 34.7072 25.2243C34.5327 25.1213 33.7793 24.7486 33.7793 24.7486Z" fill="url(#paint11_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.6521 31.9396L13.7869 33.0257L19.3143 31.345C17.9741 31.0596 17.1573 31.6383 16.3722 31.012C15.0875 29.9893 16.8858 22.6934 14.4372 19.1836C13.8741 19.3739 12.9383 19.2232 11.043 20.1667C11.8677 21.7126 13.2476 28.9746 13.6521 31.9317V31.9396Z" fill="url(#paint12_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.3801 18.3198C22.9598 18.3278 22.6267 18.7559 22.3809 19.1681C22.6029 19.5169 22.825 19.8578 23.047 20.2067C23.047 20.1987 23.0549 20.1829 23.0549 20.1829L23.7528 21.0946C23.7608 21.1025 23.7607 21.1025 23.7607 21.1104C26.6474 25.1854 29.3913 25.6294 33.6023 25.0348C31.6673 24.5194 27.0439 22.2124 25.9892 21.3641C25.5689 21.0232 24.5696 18.296 23.3722 18.3119L23.3801 18.3198Z" fill="url(#paint13_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.9052 28.8236C10.8259 28.4906 11.04 28.1577 11.3731 28.1022L51.6672 20.9908C51.7783 20.9671 51.8972 21.0226 51.9528 21.1177C52.0638 21.2842 51.9686 21.5141 51.7624 21.5537L11.5714 29.2596C11.27 29.3151 10.9686 29.1328 10.8973 28.8315L10.9052 28.8236Z" fill="#0B2D57"/>
|
||||
<defs>
|
||||
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image0"/>
|
||||
</pattern>
|
||||
<linearGradient id="paint0_linear" x1="40.0188" y1="18.3924" x2="48.2725" y2="-8.29129" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFEFEE"/>
|
||||
<stop offset="1" stop-color="#FFE5E4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear" x1="6.63639" y1="19.7784" x2="10.5078" y2="27.4497" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear" x1="17.2832" y1="38.6626" x2="23.6195" y2="38.6468" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DCBBCF"/>
|
||||
<stop offset="1" stop-color="#CDBAC1"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear" x1="22.7803" y1="30.0001" x2="31.3073" y2="33.6046" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear" x1="16.3838" y1="30.1516" x2="27.5728" y2="39.8524" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear" x1="14.2824" y1="16.1702" x2="20.227" y2="32.1376" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear" x1="18.1848" y1="12.8714" x2="14.2183" y2="-0.0741293" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear" x1="17.8296" y1="10.0592" x2="15.2621" y2="3.60427" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear" x1="5.05094" y1="16.4674" x2="12.1063" y2="27.7909" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear" x1="-4.20794" y1="24.6539" x2="15.848" y2="24.6539" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#DCD2F8"/>
|
||||
<stop offset="1" stop-color="#C6CAEE"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear" x1="12.4261" y1="30.4848" x2="10.6952" y2="24.5831" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear" x1="35.9768" y1="25.8941" x2="34.2459" y2="19.9924" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear" x1="12.4136" y1="23.0192" x2="18.0636" y2="30.9776" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear" x1="24.2403" y1="20.234" x2="25.7122" y2="25.8466" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAACvCAIAAAFN/oS/AAAACXBIWXMA"/>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 26 KiB |
@@ -0,0 +1,111 @@
|
||||
<svg width="54" height="52" viewBox="0 0 54 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<path d="M26.1927 51.8033C11.8813 51.6909 0 39.7927 0 25.2945C0 10.7964 11.8738 -0.450029 26.1927 0.224304C40.205 0.883653 51.3909 12.7519 51.3909 26.7031C51.3909 40.6544 40.205 51.9157 26.1927 51.8033Z" fill="#174D8F"/>
|
||||
<path d="M28.8021 51.6078C14.4907 51.4955 2.60938 39.5972 2.60938 25.099C2.60938 10.6009 14.4832 -0.645525 28.8021 0.0288086C42.8144 0.688157 54.0003 12.5564 54.0003 26.5076C54.0003 40.4589 42.8144 51.7202 28.8021 51.6078Z" fill="#D8DEE8"/>
|
||||
<path d="M52.2845 26.4625C52.2845 39.4922 41.8688 49.9518 28.7986 49.832C15.4592 49.7046 4.44531 38.6605 4.44531 25.1513C4.44531 11.6497 15.4592 1.20501 28.7986 1.81191C41.8762 2.41131 52.2845 13.4404 52.2845 26.47V26.4625Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.8706 25.1056C38.9607 25.426 40.1585 25.4726 40.1585 27.2765C40.1585 28.2948 39.2045 27.4006 38.1816 27.5195C37.2329 27.6383 36.9679 28.3155 36.3796 28.3155C35.8813 28.3155 36.6181 29.5302 36.141 28.8065L36.0191 28.6256C35.293 27.5091 34.4503 26.1755 33.1465 26.1755C31.6624 26.1755 31.1377 26.7596 29.7385 25.302L36.0986 25.4881C36.6976 25.4881 36.1463 24.5577 35.8124 24.5422L30.3215 24.3251L29.5 22.945C31.5458 22.4281 32.5953 23.0793 33.6765 22.4384C34.8796 21.7199 34.4874 20.1589 36.9202 20.4897C38.1392 20.6551 38.9872 20.4328 39.9465 18.939C39.4059 21.6682 38.2929 22.4487 38.6374 24.5938L38.648 24.6197C38.648 24.6249 38.648 24.6249 38.6533 24.63L38.6586 24.661L38.6798 24.7127V24.7179L38.6851 24.7334V24.7386C38.6904 24.7386 38.6904 24.7437 38.6904 24.7489L38.6957 24.7644L38.701 24.7799L38.7063 24.7903C38.7116 24.8006 38.7116 24.8058 38.7169 24.8213C38.7169 24.8264 38.7169 24.8264 38.7169 24.8316L38.7328 24.8626C38.7381 24.8626 38.7381 24.8678 38.7381 24.873C38.7381 24.8781 38.7434 24.8833 38.7434 24.8885C38.7434 24.8936 38.7434 24.8936 38.7434 24.8988L38.754 24.9143C38.754 24.9195 38.754 24.9247 38.7593 24.9298L38.7646 24.9453L38.7805 24.9712L38.7858 24.9867C38.7911 24.9867 38.7911 24.9918 38.7911 24.9918C38.7964 24.9918 38.7964 24.997 38.7964 24.997L38.8123 25.0125L38.8282 25.0539C38.8335 25.0539 38.8335 25.059 38.8335 25.059C38.8335 25.059 38.8335 25.0642 38.8388 25.0642C38.8388 25.0694 38.8441 25.0694 38.8441 25.0797C38.8441 25.0849 38.8494 25.0849 38.8494 25.0901L38.8653 25.1211L38.8706 25.1056Z" fill="url(#paint0_linear)"/>
|
||||
<path d="M37.0559 29.3171C37.0559 29.3171 39.9079 28.926 41.8713 27.7579C43.8398 26.5899 45.6275 25.4739 45.1211 23.9878C45.1211 23.9878 36.0794 26.8349 36.2344 27.9769C36.3894 29.1241 37.0559 29.3118 37.0559 29.3118V29.3171Z" fill="url(#paint1_linear)"/>
|
||||
<path d="M23.9068 24.2735C23.9068 24.2735 23.4157 25.8565 27.8411 28.0203C32.2666 30.1892 33.9882 29.4902 33.9882 29.4902C33.9882 29.4902 28.8709 25.4196 23.9068 24.2683V24.2735Z" fill="url(#paint2_linear)"/>
|
||||
<path d="M33.9428 27.3789C37.1001 25.0293 38.8901 22.5991 41.6351 22.083C44.354 20.6958 45.1942 24.0131 45.1942 24.0131C45.3247 25.1422 44.5889 25.9111 39.9599 27.9434C37.5541 29.0026 35.1848 29.7177 33.4679 30.1585C33.16 29.7714 32.779 29.1209 32.5859 28.1262C32.9826 27.9165 33.4366 27.6692 33.948 27.3789H33.9428Z" fill="url(#paint3_linear)"/>
|
||||
<path d="M32.5198 28.1951C31.0291 28.8888 30.3589 29.3857 29.6029 29.4448C29.3616 29.4595 25.6887 29.2578 25.5761 30.0598C25.4313 31.1372 29.4635 30.5813 29.871 30.537C30.3106 30.4927 31.7959 30.4287 33.4259 30.0598C33.1096 29.7055 32.7181 29.1102 32.5198 28.2001V28.1951Z" fill="url(#paint4_linear)"/>
|
||||
<path d="M35.3254 26.5788C31.7818 24.578 29.0333 22.5826 26.2314 22.0635C24.2835 21.7012 23.9046 23.9778 23.9046 23.9778C23.7712 25.1133 24.5237 25.8866 29.2521 27.9307C31.7124 28.9959 34.1353 29.7151 35.8911 30.1586C36.206 29.7692 36.5956 29.1149 36.7931 28.1145C36.6169 27.5792 35.8378 26.8708 35.3148 26.5788H35.3254Z" fill="url(#paint5_linear)"/>
|
||||
<path d="M43.5217 30.6469C43.6343 29.8672 40.0536 29.7005 40.0536 29.7005C40.0536 29.7005 38.2326 28.8865 36.8156 28.1951C36.6264 29.1023 36.253 29.6956 35.9512 30.0487C37.5011 30.4213 39.9257 30.7548 39.9257 30.7548C39.9257 30.7548 43.4194 31.3726 43.5217 30.6469Z" fill="url(#paint6_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.5513 22.2944C39.9156 22.2944 39.328 22.2367 38.8259 22.1212C39.4081 20.4 40.4605 18.3482 39.8836 15.6457C39.6966 14.7799 39.4509 14.3338 39.141 13.9927C38.1958 13.4695 37.2141 13.2371 36.1068 12.9275C34.798 12.9275 33.6655 13.2633 33.6655 13.2633C33.4999 13.2738 33.345 13.2791 33.2061 13.2896C33.1153 13.2528 33.0138 13.2371 32.8963 13.2371C32.6398 13.2371 32.314 13.3158 31.9614 13.4522C31.7744 13.4995 31.673 13.5572 31.5982 13.6097C31.5287 13.6411 31.4593 13.6779 31.3898 13.7146C31.4219 13.3945 31.4486 13.0219 31.4486 12.5864C31.4539 10.6028 30.9251 10.204 31.3471 9.42734C31.9561 8.29386 33.6602 8.08396 34.0929 8.03149C34.2691 8.0105 34.4294 8 34.5683 8C35.4658 8 35.9038 8.37783 37.8376 8.62971C37.907 8.6402 37.9765 8.64545 38.0459 8.65595C39.8942 8.87634 40.2094 8.59298 40.9894 9.03377C42.218 9.7212 41.9242 10.6763 42.9712 11.5579C43.639 12.1193 44.3708 12.2453 45.108 12.2453C45.4232 12.2453 45.7384 12.219 46.0536 12.1981C46.3634 12.1718 46.6679 12.1508 46.9617 12.1508C47.5493 12.1508 48.0889 12.2453 48.5376 12.6336C48.778 12.8383 48.9649 13.1059 49.1038 13.4155C49.3763 14.0295 49.4617 14.8061 49.3923 15.609C49.3068 16.5798 48.997 17.5926 48.5429 18.4059C47.1326 20.9143 43.9702 22.0897 41.3259 22.2786C41.0588 22.2996 40.8024 22.3049 40.5513 22.3049V22.2944Z" fill="url(#paint7_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.2581 23.1464L27.6348 20.456C27.485 20.2043 27.1978 20.0425 26.8918 20.0425H26.6608H26.5547C27.8221 18.0832 27.8283 16.717 29.564 15.0512C30.282 14.3562 31.1748 13.739 31.9989 13.3196C32.08 13.2776 32.1612 13.2357 32.2424 13.1997C32.1862 13.2417 32.1425 13.2836 32.105 13.3256C31.323 14.5915 30.3944 16.4593 30.3944 16.4593C30.0635 17.9693 30.4505 18.5445 30.4193 19.8148C30.4006 20.5578 30.2383 21.5046 29.6889 22.6191C29.5453 22.8048 29.4017 22.9846 29.2518 23.1464H29.2581ZM32.6732 13.014C33.0852 12.8582 33.4598 12.7683 33.7658 12.7683C33.9031 12.7683 34.028 12.7863 34.1279 12.8282C33.3974 12.8762 32.9541 12.9421 32.6732 13.014Z" fill="url(#paint8_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.9717 28.1218C40.2919 26.4505 39.3572 26.1755 38.8208 25.25C38.8208 25.2447 38.8155 25.2394 38.8155 25.2394C38.8155 25.2447 38.8208 25.25 38.8208 25.25C39.3625 26.1808 40.2972 26.4505 40.9717 28.1218ZM38.773 25.1442C38.7677 25.1389 38.7677 25.1389 38.7677 25.1336C38.773 25.1389 38.773 25.1389 38.773 25.1442ZM38.7411 25.0807L38.7358 25.0754C38.7358 25.0754 38.7411 25.0754 38.7411 25.0807ZM38.7358 25.0649C38.7305 25.0649 38.7305 25.0649 38.7305 25.0596C38.7305 25.0596 38.7305 25.0596 38.7358 25.0649ZM38.7252 25.0437C38.7252 25.0437 38.7252 25.0437 38.7199 25.0384C38.7252 25.0384 38.7252 25.0384 38.7252 25.0437ZM38.7199 25.0278C38.7199 25.0278 38.7146 25.0278 38.7146 25.0226C38.7146 25.0226 38.7199 25.0226 38.7199 25.0278ZM38.704 24.9855C38.704 24.9855 38.704 24.9855 38.6987 24.9802C38.704 24.9802 38.704 24.9802 38.704 24.9855ZM38.6987 24.975C38.6987 24.975 38.6986 24.9697 38.6933 24.9697C38.6986 24.9697 38.6987 24.9697 38.6987 24.975ZM38.688 24.9432C38.6827 24.9432 38.6827 24.9379 38.6827 24.9379C38.6827 24.9379 38.6827 24.9379 38.688 24.9432ZM38.6827 24.9326V24.9274C38.6827 24.9274 38.6827 24.9274 38.6827 24.9326ZM38.6774 24.9168C38.6721 24.9168 38.6721 24.9115 38.6721 24.9115C38.6721 24.9115 38.6721 24.9115 38.6774 24.9168ZM38.6402 24.8322C38.6402 24.8322 38.6402 24.8269 38.6349 24.8216C38.6402 24.8216 38.6402 24.8269 38.6402 24.8322ZM38.6349 24.8216C38.6349 24.8163 38.6296 24.8163 38.6296 24.811C38.6296 24.8163 38.6349 24.8216 38.6349 24.8216ZM38.6243 24.7793C38.6243 24.774 38.6243 24.7687 38.6243 24.7687C38.6243 24.774 38.6243 24.7793 38.6243 24.7793ZM38.6137 24.7475C38.6084 24.737 38.6084 24.7317 38.6084 24.7211C38.6137 24.7317 38.6137 24.737 38.6137 24.7475ZM38.6031 24.7052C38.1729 23.1239 39.4634 21.3416 39.9255 18.9669C39.2244 20.0775 38.534 20.4636 37.9657 20.5747C37.817 20.6011 37.6737 20.6117 37.5356 20.6117C37.3125 20.6117 37.1001 20.5853 36.8876 20.5535C36.6752 20.5271 36.4628 20.4954 36.2503 20.4954C35.9689 20.4954 35.6768 20.543 35.3528 20.7016C34.4234 21.1565 34.604 21.9603 33.6427 22.5421C33.2125 22.8013 32.8248 22.8594 32.3893 22.8594C32.23 22.8594 32.0601 22.8542 31.8795 22.8436C31.6989 22.8383 31.5077 22.8277 31.3006 22.8277C31.1625 22.8277 31.0191 22.833 30.8651 22.8383C30.4615 22.8594 29.9941 22.9229 29.463 23.0551L29.2188 22.632C29.3356 22.4311 29.4312 22.2407 29.5215 22.0503C29.9888 21.0665 30.1269 20.2256 30.1428 19.5751C30.1694 18.4486 29.8401 17.9409 30.1216 16.6134C30.1216 16.6134 30.4296 15.1272 31.5768 13.8474C31.6086 13.8103 31.6458 13.7733 31.6936 13.7363C31.768 13.6834 31.8689 13.6252 32.0548 13.5776C32.2937 13.5142 32.6708 13.456 33.2922 13.4137C33.4303 13.4031 33.5843 13.3978 33.7489 13.3872C33.7489 13.3872 34.7948 12.9085 36.0907 12.9085C37.1635 12.9085 38.4331 13.2815 39.1926 14.1224C39.5006 14.4661 39.7449 14.9157 39.9308 15.7883C40.499 18.5121 39.4581 20.5853 38.8792 22.3147C38.5818 23.1821 38.4119 23.9648 38.6137 24.6999L38.6031 24.7052Z" fill="url(#paint9_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.822 10.8101C34.7742 11.0444 34.519 12.3042 35.0453 12.6218C35.1622 12.6895 35.3802 12.7311 35.8161 12.804C36.1031 12.8561 36.3476 12.8873 36.5124 12.9029C36.4912 13.1164 36.4221 13.46 36.1775 13.7724C35.4865 14.6522 34.0884 14.4387 33.8864 14.4023C33.1847 14.2826 32.4937 14.0743 32.3236 13.9494C32.0684 13.7515 31.8611 13.6058 31.7441 13.4548C32.0152 13.3246 32.5628 12.981 32.9296 12.8665C33.206 12.7832 33.4612 12.7207 33.6951 12.6739C33.7323 12.4292 33.7695 12.1897 33.8067 11.945C34.1416 11.565 34.4765 11.1849 34.8167 10.8049L34.822 10.8101Z" fill="url(#paint10_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8804 11.2674C34.8804 11.2674 34.8004 12.0559 33.9487 12.2002C33.1885 12.3291 32.5997 10.6748 32.9884 10.2419C33.1142 10.0976 33.44 9.95843 33.7143 9.96358C33.9144 9.96873 34.5717 10.1903 34.6689 10.783C34.8004 10.6593 34.9604 10.6181 35.0462 10.6696C35.1491 10.7366 35.0976 10.9273 35.0862 10.9737C35.0462 11.1231 34.9376 11.221 34.8861 11.2623L34.8804 11.2674Z" fill="url(#paint11_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.7571 25.1097C38.7571 25.1097 38.7499 25.1097 38.7499 25.1036C38.7499 25.1036 38.7571 25.1036 38.7571 25.1097ZM38.7499 25.0974C38.7499 25.0974 38.7499 25.0912 38.7427 25.0912C38.7499 25.0912 38.7499 25.0974 38.7499 25.0974ZM38.7427 25.0789C38.7427 25.0789 38.7355 25.0789 38.7355 25.0728C38.7355 25.0728 38.7427 25.0728 38.7427 25.0789ZM38.7355 25.0666C38.7283 25.0666 38.7283 25.0604 38.7283 25.0604C38.7283 25.0604 38.7283 25.0666 38.7355 25.0666ZM38.7283 25.0543C38.7283 25.0543 38.7283 25.0481 38.7211 25.0481C38.7283 25.0481 38.7283 25.0543 38.7283 25.0543ZM38.7211 25.0358L38.7139 25.0296L38.7211 25.0358ZM38.7139 25.0234C38.7139 25.0234 38.7139 25.0173 38.7067 25.0173C38.7139 25.0173 38.7139 25.0234 38.7139 25.0234ZM38.7067 25.0111C38.6995 25.0111 38.6995 25.0049 38.6995 25.0049C38.6995 25.0049 38.6995 25.0111 38.7067 25.0111ZM38.6923 24.9926C38.6923 24.9926 38.6923 24.9865 38.6851 24.9865C38.6923 24.9865 38.6923 24.9926 38.6923 24.9926ZM38.6851 24.9803V24.9741V24.9803ZM38.6779 24.968C38.6707 24.9618 38.6708 24.9618 38.6708 24.9556C38.6708 24.9618 38.6779 24.9618 38.6779 24.968ZM38.6708 24.9495C38.6708 24.9433 38.6636 24.9433 38.6636 24.9433L38.6708 24.9495ZM38.6636 24.9371C38.6636 24.931 38.6636 24.931 38.6636 24.931V24.9371ZM38.6564 24.9248C38.6492 24.9186 38.6492 24.9125 38.6492 24.9063C38.6492 24.9125 38.6492 24.9186 38.6564 24.9248ZM38.6492 24.9063L38.642 24.9001L38.6492 24.9063ZM38.642 24.894V24.8878V24.894ZM38.6348 24.8817C38.6348 24.8755 38.6276 24.8693 38.6276 24.8632C38.6276 24.8693 38.6348 24.8755 38.6348 24.8817ZM38.6276 24.857C38.6276 24.857 38.6276 24.8508 38.6204 24.8508C38.6276 24.8508 38.6276 24.857 38.6276 24.857ZM38.6204 24.8447C38.6132 24.8323 38.6132 24.8262 38.606 24.8138C38.6132 24.8262 38.6132 24.8323 38.6204 24.8447ZM38.5988 24.8077V24.8015C38.5988 24.8077 38.5988 24.8077 38.5988 24.8077ZM38.5916 24.7953C38.5844 24.783 38.5845 24.7769 38.5845 24.7645C38.5916 24.7769 38.5916 24.783 38.5916 24.7953ZM38.5773 24.7584C38.5773 24.7522 38.5773 24.7522 38.5701 24.7522L38.5773 24.7584ZM38.5701 24.746C38.5701 24.7399 38.5629 24.7337 38.5629 24.7275C38.5629 24.7337 38.5701 24.7399 38.5701 24.746ZM38.5629 24.7275V24.7214V24.7275ZM38.5557 24.7152C38.5557 24.7152 38.5557 24.709 38.5485 24.709C38.5557 24.709 38.5557 24.7152 38.5557 24.7152ZM38.5485 24.6967C38.5413 24.6906 38.5413 24.6906 38.5413 24.6844C38.5413 24.6906 38.5413 24.6906 38.5485 24.6967ZM38.5413 24.6782V24.6721V24.6782ZM38.5341 24.6659L38.5269 24.6597L38.5341 24.6659ZM38.5269 24.6474L38.5197 24.6412L38.5269 24.6474ZM38.5197 24.6289V24.6227V24.6289ZM38.5125 24.6166V24.6104V24.6166ZM38.5053 24.5981L38.4981 24.5919C38.4981 24.5919 38.5053 24.5919 38.5053 24.5981ZM38.4981 24.5858V24.5796V24.5858ZM38.491 24.5673C38.4838 24.5673 38.4838 24.5673 38.4838 24.5673C38.4838 24.5673 38.4838 24.5673 38.491 24.5673ZM38.4838 24.5488H38.4766C38.4838 24.5488 38.4838 24.5488 38.4838 24.5488Z" fill="url(#paint12_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.9537 25.6707H35.9484L29.6392 25.4464L26.9766 25.3529L26.9818 25.3155L30.7968 25.4588L30.218 24.2683L35.6695 24.5301C35.7853 24.5363 35.8905 24.6111 35.9537 24.7233L36.1905 25.1659C36.3062 25.384 36.1694 25.6645 35.9537 25.6645V25.6707Z" fill="#0B2D57"/>
|
||||
<rect x="26.7812" y="19.5103" width="0.428518" height="0.275015" fill="url(#pattern0)"/>
|
||||
<rect x="20.5605" y="19.5103" width="10.4221" height="5.95514" fill="url(#pattern1)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.8897 23.9885C34.7761 23.6984 34.6625 23.4084 34.5488 23.1183C35.7989 22.7755 37.5251 22.2639 39.2946 21.6364C39.576 21.5362 39.9061 21.4149 40.009 21.1301C40.3066 20.3284 38.3693 19.511 37.6063 17.7706C36.8974 16.1568 37.2654 13.9155 38.0663 13.6412C39.7384 13.0769 45.7451 20.2441 43.6454 23.3029C42.4603 25.0327 38.7589 25.3333 34.8952 23.9938L34.8897 23.9885Z" fill="url(#paint13_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.69 23.0379C33.9177 22.6365 33.0026 23.059 32.9444 23.0907C32.7751 23.1699 32.5265 23.3125 32.2832 23.5713C32.2567 23.6083 31.9287 24.073 32.0504 24.2209C32.1509 24.3371 32.5212 24.2367 32.9761 23.9515C33.1665 23.9251 33.4522 23.8987 33.7907 23.9251C34.4149 23.978 34.7006 24.1734 34.928 23.9991C35.0867 23.8723 35.1449 23.6135 35.0867 23.4181C35.018 23.2069 34.8328 23.1065 34.7006 23.0379H34.69Z" fill="url(#paint14_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.2567 19.5L26.9456 19.602H27.1435C27.4055 19.6074 27.6461 19.747 27.7798 19.9779L30.9024 25.3902L25.6516 25.2238L21.513 25.0896C21.2564 25.0788 21.0211 24.9392 20.8874 24.7191L20.7003 24.4076L18 19.9618L18.262 19.5H18.2567Z" fill="#0B2D57"/>
|
||||
<path d="M33.9647 7.94105C34.0469 7.94105 33.8451 7.91109 33.9647 7.94105V7.94105Z" fill="#FF7592"/>
|
||||
<path d="M40.1121 29.5499V36.6529H17.2617C16.828 36.6529 16.4766 36.3007 16.4766 35.8587V30.3291C16.4766 29.8946 16.828 29.5424 17.2617 29.5424H40.1121V29.5499Z" fill="#9EC8FC"/>
|
||||
<path d="M16.4766 46.3258V45.3817C16.4766 44.9471 16.9775 44.595 17.5907 44.595H43.7834C39.7307 47.9142 34.5266 49.8847 28.8065 49.8323C24.3276 49.7873 20.103 48.5136 16.4766 46.3258Z" fill="#9EC8FC"/>
|
||||
<path d="M50.5193 35.4689H40.1035V30.7336H51.9026C51.6035 32.382 51.1324 33.9629 50.5193 35.4689Z" fill="#DEDEDE"/>
|
||||
<path d="M40.1129 31.3182V34.8847C40.1129 35.2068 40.3746 35.4691 40.6961 35.4691H50.5211C50.3566 35.8662 50.1847 36.2633 49.9977 36.6529H39.1184C38.7969 36.6529 38.5352 36.3907 38.5352 36.0685V30.1344C38.5352 29.8122 38.7969 29.5499 39.1184 29.5499H52.0913C52.039 29.947 51.9792 30.3441 51.9044 30.7338H40.6886C40.3671 30.7338 40.1054 30.996 40.1054 31.3182H40.1129Z" fill="#75A0D5"/>
|
||||
<path d="M30.6569 37.7469V43.2914C30.6569 43.5462 30.8663 43.7634 31.128 43.7634H44.7365C44.4375 44.0332 44.1383 44.2954 43.8318 44.5502H14.5136C14.0799 44.5502 13.7285 44.198 13.7285 43.7634V37.4472C13.7285 37.0126 14.0799 36.6605 14.5136 36.6605H50.008C49.8809 36.9227 49.7463 37.1849 49.6117 37.4472H30.971C30.799 37.4472 30.6644 37.5821 30.6644 37.7544L30.6569 37.7469Z" fill="#FEBE15"/>
|
||||
<path d="M49.6055 37.4396H30.9648C30.7405 37.4396 30.6582 37.7318 30.6582 37.9566V36.6529H50.0018C49.8746 36.9151 49.74 37.1774 49.6055 37.4396Z" fill="#E6A600"/>
|
||||
<path d="M43.8256 44.5499H30.6582V43.2911C30.6582 43.5159 30.733 43.7632 30.9648 43.7632H44.7378C44.4462 44.0329 44.1396 44.2951 43.833 44.5499H43.8256Z" fill="#E6A600"/>
|
||||
<path d="M41.3719 37.4396H15.2988C14.8651 37.4396 14.5137 37.7917 14.5137 38.2263V42.9616C14.5137 43.3962 14.8651 43.7483 15.2988 43.7483H41.3719C39.3979 40.1968 41.3719 37.4321 41.3719 37.4321V37.4396Z" fill="#F1F2F2"/>
|
||||
<path d="M44.7378 43.7559H30.6582V37.4396H49.6055C48.3493 39.8223 46.7043 41.9577 44.7378 43.7559Z" fill="#DEDEDE"/>
|
||||
<path d="M36.9551 39.6124H23.9597C23.8476 39.6124 23.7578 39.5225 23.7578 39.4176C23.7578 39.3052 23.8476 39.2228 23.9597 39.2228H36.9551C37.0672 39.2228 37.1495 39.3127 37.1495 39.4176C37.1495 39.5225 37.0598 39.6124 36.9551 39.6124Z" fill="white"/>
|
||||
<path d="M38.9297 41.5903H25.9268C25.8222 41.5903 25.7324 41.5004 25.7324 41.3955C25.7324 41.2831 25.8222 41.2007 25.9268 41.2007H38.9297C39.0419 41.2007 39.1241 41.2906 39.1241 41.3955C39.1241 41.5004 39.0344 41.5903 38.9297 41.5903Z" fill="white"/>
|
||||
<defs>
|
||||
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image0"/>
|
||||
</pattern>
|
||||
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image1"/>
|
||||
</pattern>
|
||||
<linearGradient id="paint0_linear" x1="31.2662" y1="21.737" x2="34.2874" y2="29.2544" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear" x1="40.7202" y1="23.9878" x2="47.5834" y2="25.4971" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear" x1="28.9394" y1="24.2683" x2="24.307" y2="26.9313" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear" x1="38.8969" y1="21.7439" x2="42.1469" y2="29.7505" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear" x1="32.4918" y1="31.4089" x2="31.1555" y2="21.9133" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear" x1="30.3418" y1="22.0244" x2="33.3579" y2="29.8817" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear" x1="42.6236" y1="31.7659" x2="40.9236" y2="21.2821" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear" x1="49.836" y1="12.7683" x2="38.3448" y2="16.471" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear" x1="27.8096" y1="15.644" x2="31.7089" y2="22.3513" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear" x1="31.2173" y1="17.4552" x2="37.3602" y2="28.0987" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear" x1="35.9453" y1="15.4469" x2="31.7342" y2="2.8694" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear" x1="34.8423" y1="12.8201" x2="31.6798" y2="5.59705" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear" x1="42.0438" y1="24.4131" x2="24.4166" y2="24.5726" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#E8E5F9"/>
|
||||
<stop offset="1" stop-color="#DDE1F4"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear" x1="36.1291" y1="16.7186" x2="40.0056" y2="24.4857" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear" x1="34.7418" y1="24.6513" x2="33.712" y2="19.4764" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAADCAIAAAGjU2I5AAAACXBIWXMA"/>
|
||||
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIcAAABNCAIAAAF08dAZAAAACXBIWXMA"/>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1,93 @@
|
||||
<svg width="55" height="52" viewBox="0 0 55 52" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<path d="M26.2286 51.881C11.8976 51.7685 0 39.8539 0 25.3359C0 10.8179 11.8901 -0.443894 26.2286 0.231363C40.2601 0.891614 51.4613 12.7761 51.4613 26.7465C51.4613 40.7168 40.2601 51.9936 26.2286 51.881Z" fill="#174D8F"/>
|
||||
<path d="M28.8536 51.6785C14.5226 51.566 2.625 39.6514 2.625 25.1334C2.625 10.6154 14.5151 -0.646409 28.8536 0.0288481C42.8851 0.6891 54.0863 12.5736 54.0863 26.5439C54.0863 40.5143 42.8851 51.7911 28.8536 51.6785Z" fill="#D8DEE8"/>
|
||||
<path d="M52.3677 26.4988C52.3677 39.5463 41.9376 50.0202 28.8495 49.9002C15.4919 49.7726 4.46289 38.7134 4.46289 25.1858C4.46289 11.6656 15.4919 1.20665 28.8495 1.81438C41.9451 2.41461 52.3677 13.4588 52.3677 26.5063V26.4988Z" fill="white"/>
|
||||
<path d="M52.3677 26.4988C52.3677 39.5463 41.9376 50.0202 28.8495 49.9002C15.4919 49.7726 4.46289 38.7134 4.46289 25.1858C4.46289 11.6656 15.4919 1.20665 28.8495 1.81438C41.9451 2.41461 52.3677 13.4588 52.3677 26.5063V26.4988Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.3195 14.4208C28.213 14.4557 28.1065 14.4907 28 14.5256C28.1065 14.0714 28.2218 13.0203 28.3195 12.3914C28.7277 9.55248 28.0532 8.87988 28.8076 7.84042C29.9082 6.33799 30.7902 5.99143 31.4203 6.00017C31.6777 6.00017 31.9085 6.01764 32.1126 6.05258C33.3996 6.22728 33.9499 6.8562 36.6569 7.59868C36.7545 7.62488 36.8522 7.65109 36.9498 7.67729C39.5503 8.34989 40.0562 8.00922 41.0858 8.79538C42.7011 10.0183 42.0887 11.3373 43.4112 12.796C44.2543 13.7307 45.275 14.0539 46.3223 14.2024C46.775 14.2635 47.2276 14.2897 47.6891 14.3159C48.1329 14.3421 48.5767 14.3683 49.0027 14.4207C49.837 14.5343 50.6003 14.7789 51.1595 15.4165C51.4612 15.7572 51.6742 16.1765 51.8163 16.6482C52.0825 17.5741 52.047 18.7096 51.7896 19.8452C51.4701 21.2253 50.8222 22.6142 50.0145 23.6886C39.3639 37.6909 31.873 31.4715 30.3908 23.4615C29.2902 17.4955 33.4647 14.1559 28.3373 14.4208H28.3195Z" fill="#26264F"/>
|
||||
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="7" y="6" width="44" height="45">
|
||||
<path d="M50.7169 28.7555C50.7169 40.6623 41.1986 50.2207 29.2547 50.1111C17.0648 49.9947 7 39.9023 7 27.5573C7 15.2191 17.0648 5.67445 29.2547 6.22905C41.2055 6.77681 50.7169 16.8555 50.7169 28.7624V28.7555Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.9045 49.2691C36.761 50.1485 36.5667 50.9011 36.3809 51.4995L35.1564 51.8349C32.2006 45.452 30.6298 38.3256 30.7312 30.9272C30.7818 30.9 30.8241 30.8728 30.8748 30.8456L33.8305 32.3688C34.0332 32.4867 34.2528 32.6046 34.4808 32.7406C34.9453 33.0126 35.3675 33.2846 35.7391 33.5384C35.4857 34.3544 35.3422 35.0979 35.2746 35.7779C35.1986 36.4488 35.1986 37.0472 35.2324 37.5822C35.2746 38.3619 35.4097 39.051 35.5702 39.6947C36.0938 41.6984 37.0058 43.3304 37.1072 46.268C37.141 47.3742 37.0565 48.3896 36.913 49.2691H36.9045Z" fill="url(#paint0_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M27.6448 51.835C27.637 51.8261 27.6216 51.8261 27.6139 51.8172C27.1589 51.5502 26.6962 51.2832 26.2412 51.0162C26.5342 48.6757 26.7579 45.9704 26.8119 42.9802C26.8196 42.4551 26.8273 41.9123 26.8196 41.3694C26.8196 40.8355 26.8119 40.2926 26.7964 39.7409C26.7193 36.8308 26.4803 34.1521 26.1641 31.7582C26.3337 31.8739 26.5034 31.9807 26.6885 32.0608C26.835 32.1231 26.9892 32.1854 27.1589 32.2477C27.7913 32.4791 28.5393 32.6838 29.3877 32.7639C30.2822 32.8528 30.9609 32.7728 31.6395 32.6126C31.6241 32.666 31.601 32.7194 31.5855 32.7639C30.6216 35.4781 30.1357 37.4271 30.0894 38.0589C30.074 38.2992 30.0586 38.5395 30.0586 38.762C30.0432 39.4472 30.0663 39.9723 30.0663 39.9723C30.074 40.2036 30.0894 40.4439 30.1126 40.702C30.128 40.8533 30.1434 40.9957 30.1588 41.1381C30.3594 42.7043 30.7218 43.4964 30.3748 45.561C29.9121 48.3554 28.6704 50.4378 27.7064 51.746C27.6833 51.7727 27.6602 51.8083 27.637 51.835H27.6448Z" fill="url(#paint1_linear)"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.7427 13.1463C26.263 13.5412 24.3728 13.9447 23.5306 15.138C22.6416 16.3999 24.0546 17.3442 24.4383 20.1084C25.0278 24.332 22.3796 25.9116 23.1376 30.1695C23.2592 30.8648 23.4464 31.4829 23.6522 32.0066C24.0078 32.9337 24.7003 33.7149 25.608 34.2386C26.2911 34.6335 27.1145 35.0284 28.0877 35.3374C29.7533 35.8696 30.8669 35.8439 32.4109 35.8181C33.1969 35.801 34.0859 35.7924 35.2275 35.8525C40.7578 36.1443 41.5906 37.6123 44.0891 36.7109C46.6156 35.7924 48.4403 33.32 47.907 32.2641C47.5888 31.6289 46.5688 32.0238 45.1184 31.2512C43.2469 30.2468 43.5651 28.8818 42.0398 27.7143C40.9169 26.8473 39.8127 26.8816 38.7459 26.9074C37.7541 26.9417 36.7996 26.9675 35.8919 26.2635C34.0017 24.7784 33.7771 21.1815 34.5818 19.0353C35.1059 17.6361 35.1152 16.1166 35.5082 14.6744C35.5363 14.5542 35.5644 14.3653 35.4895 14.1507C35.1807 13.3266 33.5338 13.1635 32.2892 13.0605C30.3897 12.8974 28.9299 13.112 28.724 13.1463H28.7427Z" fill="url(#paint2_linear)"/>
|
||||
<rect x="23.9355" y="31.2897" width="1.21422" height="2.18671" fill="url(#pattern0)"/>
|
||||
<rect x="24.9961" y="33.2261" width="1.12495" height="1.01749" fill="url(#pattern1)"/>
|
||||
<rect x="23.2734" y="24.2836" width="1.16956" height="7.15811" fill="url(#pattern2)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.9597 37C40.6198 37 39.3711 36.2702 36.3998 35.9144C35.9258 35.8596 35.3972 35.814 34.823 35.7775C34.1941 35.7411 33.6381 35.7319 33.1368 35.7319C32.7631 35.7319 32.4076 35.7411 32.0886 35.7411C32.0795 35.7411 32.0704 35.7411 32.0613 35.7411C31.7422 35.7502 31.4506 35.7502 31.1589 35.7502C30.0925 35.7502 29.1537 35.6681 27.8777 35.2211C26.9298 34.8926 26.1186 34.473 25.4532 34.0533C25.0795 33.8161 24.7332 33.5242 24.4415 33.1958C24.0496 32.7579 23.7397 32.2379 23.5483 31.6723C23.4936 31.5263 23.448 31.3712 23.3933 31.207C23.3933 31.1888 23.3842 31.1796 23.3842 31.1705C23.3842 31.1705 23.3842 31.1705 23.3842 31.1614V31.1523V31.1432V31.134C23.3842 31.1249 23.3842 31.1249 23.3751 31.1158V31.1067V31.0975V31.0884V31.0793C23.3751 31.0793 23.3751 31.0793 23.3751 31.0702C23.3751 31.0611 23.3751 31.0611 23.366 31.0519C23.366 31.0428 23.366 31.0428 23.366 31.0337C23.366 31.0337 23.366 31.0337 23.366 31.0246C23.366 31.0154 23.366 31.0154 23.3569 31.0063C23.3569 30.9972 23.3569 30.9972 23.3478 30.9881C23.3478 30.979 23.3477 30.979 23.3386 30.9698C23.2566 30.6961 23.1837 30.4042 23.129 30.094C23.129 30.0758 23.1199 30.0484 23.1199 30.0302C23.1199 30.0211 23.1199 30.0211 23.1199 30.0119C23.1199 29.9937 23.1108 29.9846 23.1108 29.9663C23.1108 29.9572 23.1108 29.9481 23.1108 29.9481C23.1108 29.9298 23.1017 29.9207 23.1017 29.9025C23.1017 29.8933 23.1017 29.8933 23.1017 29.8842C23.1017 29.866 23.0925 29.8568 23.0925 29.8386C23.0925 29.8386 23.0925 29.8386 23.0925 29.8295C23.0925 29.8204 23.0925 29.8204 23.0925 29.8112C23.0925 29.8112 23.0925 29.8112 23.0925 29.8021C23.0925 29.793 23.0925 29.7839 23.0925 29.7839C23.0925 29.7747 23.0925 29.7747 23.0925 29.7656C23.0925 29.7656 23.0925 29.7656 23.0925 29.7565C23.0925 29.7474 23.0925 29.7474 23.0925 29.7382C23.0925 29.7382 23.0925 29.7382 23.0925 29.7291C23.0925 29.72 23.0925 29.72 23.0925 29.7109C23.0925 29.7018 23.0925 29.6926 23.0925 29.6835C23.0925 29.6744 23.0925 29.6653 23.0925 29.6561C23.0925 29.647 23.0925 29.6379 23.0925 29.6288C23.0925 29.6197 23.0925 29.6105 23.0925 29.6014C23.0925 29.5923 23.0925 29.5832 23.0925 29.574C23.0925 29.5649 23.0925 29.5558 23.0925 29.5467C23.0925 29.5193 23.0834 29.4919 23.0834 29.4737C23.0834 29.4646 23.0834 29.4554 23.0834 29.4463C23.0834 29.4372 23.0834 29.4281 23.0834 29.4189C23.0834 29.4098 23.0834 29.4007 23.0834 29.3916C23.0834 29.3825 23.0834 29.3733 23.0834 29.3642C22.7918 27.12 23.3204 25.5874 23.8126 24C24.0222 24.8575 24.3959 25.7789 25.0795 26.6456C26.6381 28.6435 29.0899 29.4463 30.9949 29.4463C31.0404 29.4463 31.0769 29.4463 31.1225 29.4463C32.6628 29.4189 33.2279 28.8625 34.0847 28.8625C34.2943 28.8625 34.5222 28.899 34.7956 28.9811C36.655 29.574 36.5547 31.4442 38.487 32.0372C38.8243 32.1375 39.125 32.174 39.3985 32.174C39.6993 32.174 39.9636 32.1375 40.2097 32.0919C40.4649 32.0554 40.6927 32.0098 40.9297 32.0098C41.2214 32.0098 41.513 32.0737 41.8138 32.2835C42.9167 33.0316 42.5156 34.4456 43.263 34.9382C43.4089 35.0386 43.6003 35.0933 43.8464 35.0933C44.4753 35.0933 45.4596 34.6919 47 33.5698C46.4531 34.6281 45.3138 35.814 43.9102 36.48C43.9011 36.48 43.901 36.48 43.901 36.4891C43.8919 36.4891 43.8919 36.4891 43.8828 36.4982C43.8737 36.4982 43.8737 36.5074 43.8737 36.5074H43.8646H43.8555H43.8464H43.8373C43.8373 36.5074 43.8373 36.5074 43.8281 36.5074C43.819 36.5074 43.819 36.5074 43.819 36.5165H43.8099H43.8008H43.7917H43.7826H43.7734H43.7643C43.7552 36.5165 43.7552 36.5256 43.7461 36.5256C43.7461 36.5256 43.7461 36.5256 43.737 36.5256H43.7279H43.7188H43.7096C43.7096 36.5256 43.7097 36.5256 43.7005 36.5256H43.6914C43.6823 36.5256 43.6823 36.5347 43.6732 36.5347H43.6641H43.655H43.6458H43.6367C43.6367 36.5347 43.6367 36.5347 43.6276 36.5347C43.6276 36.5347 43.6185 36.5347 43.6185 36.5439C43.6185 36.5439 43.6094 36.5439 43.6094 36.553H43.6003H43.5912H43.582H43.5729H43.5638C43.5547 36.553 43.5547 36.553 43.5456 36.5621C42.9896 36.7811 42.5156 36.8723 42.0508 36.8723L41.9597 37Z" fill="url(#paint3_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 22.7565L11.7545 20L11.6661 20.8114C11.6514 20.9559 11.5581 20.9448 11.5532 20.8003L11.5139 20.1778C11.5139 20.1778 10.6203 20.5446 11.1898 22.2007C11.6612 23.579 12 22.7565 12 22.7565Z" fill="url(#paint4_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.8613 14H25.1421C24.6455 14 24.1918 14.2808 23.9521 14.7283C23.3014 15.9832 21.7432 18.528 19.3459 19.8092C16.0839 21.5554 12.6849 22.1346 12.6849 22.1346L12 22.1872C12 22.1872 14.1062 25.6271 19.774 24.8987C25.4418 24.1704 27 19.9583 27 19.9583L25.8699 14H25.8613Z" fill="url(#paint5_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.1548 9.45384C32.0479 9.81066 31.4702 11.7082 32.3337 12.2314C32.5218 12.3439 32.7262 12.445 33.464 12.5941C33.9452 12.6913 34.5457 13.0102 34.8329 13.0504C34.7647 13.3674 34.5923 13.5996 34.1364 14.0587C32.8569 15.3556 30.4885 14.9395 30.1573 14.8755C28.9712 14.6448 27.8065 14.2932 27.5475 14.0859C27.1324 13.7726 26.7972 13.535 26.6202 13.3026C27.0987 13.1162 28.0676 12.6326 28.7065 12.4787C29.1912 12.3651 30.3206 12.2913 30.7263 12.2392C30.822 11.8741 30.9065 11.5009 31.0023 11.1358C31.6183 10.5809 31.55 10.017 32.1765 9.4612L32.1548 9.45384Z" fill="url(#paint6_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.9459 11.0279C31.9459 11.0279 31.2863 12.1188 30.2639 11.8225C29.3516 11.5556 29.9029 8.80124 30.6377 8.4117C30.8816 8.28487 31.3261 8.27109 31.6238 8.44971C31.8364 8.5773 32.3877 9.29671 32.0667 10.2131C32.3008 10.1134 32.5013 10.1549 32.5527 10.2756C32.6172 10.4316 32.4171 10.6764 32.3791 10.7342C32.2214 10.9329 32.0418 11.0011 31.9535 11.0307L31.9459 11.0279Z" fill="url(#paint7_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M18.7876 29.344H19.833L19.8325 48C19.4841 47.9452 19.1356 47.6122 18.7871 47.5437L18.7876 29.344Z" fill="#9EC8FC"/>
|
||||
<path d="M25.8434 7.89246L23.6842 35.0954L9.73828 32.5072L12.8746 7.89246H25.8434Z" fill="#D8DEE8"/>
|
||||
<path d="M16.0183 32.1325C15.7382 32.1325 15.5059 32.3653 15.5059 32.646C15.5059 32.9268 15.7382 33.1595 16.0183 33.1595C16.2985 33.1595 16.5308 32.9268 16.5308 32.646C16.5308 32.3653 16.2985 32.1325 16.0183 32.1325Z" fill="#F75B37"/>
|
||||
<path d="M17.7908 32.4763C17.5106 32.4763 17.2715 32.7091 17.2715 32.9898C17.2715 33.2705 17.5038 33.5033 17.7908 33.5033C18.0709 33.5033 18.3033 33.2705 18.3033 32.9898C18.3033 32.7091 18.0709 32.4763 17.7908 32.4763Z" fill="#FEBE15"/>
|
||||
<path d="M19.7996 32.8201C19.5194 32.8201 19.2871 33.0529 19.2871 33.3336C19.2871 33.6143 19.5194 33.8471 19.7996 33.8471C20.0797 33.8471 20.312 33.6143 20.312 33.3336C20.312 33.0529 20.0797 32.8201 19.7996 32.8201Z" fill="#FF6B00"/>
|
||||
<path d="M21.2186 8.19374H17.1257C16.7909 8.19374 16.5176 7.91987 16.5176 7.58437C16.5176 7.23517 16.7909 6.96814 17.1257 6.96814H21.2186C21.5534 6.96814 21.8267 7.24202 21.8267 7.57752C21.8267 7.92671 21.5534 8.20059 21.2186 8.20059V8.19374Z" fill="#144684"/>
|
||||
<path d="M28.0831 34.2328L25.8487 7.7077L23.8672 33.4111L28.0831 34.2328Z" fill="#9EC8FC"/>
|
||||
<path d="M23.1375 21.106L23.0692 21.0786L17.9855 16.4227C17.9445 16.3816 17.9377 16.32 17.9787 16.2789C18.0197 16.2378 18.0812 16.231 18.1222 16.272L23.2059 20.928C23.2469 20.9691 23.2537 21.0307 23.2127 21.0718L23.1375 21.106Z" fill="#253D63"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.1496 14H34.5192C34.084 14 33.6863 14.2553 33.4761 14.6621C32.9058 15.8029 31.54 18.1163 29.4388 19.2811C26.5796 20.8686 23.6004 21.3951 23.6004 21.3951L23 21.4429C23 21.4429 24.8461 24.5701 29.814 23.908C34.7819 23.2458 36.1477 19.4167 36.1477 19.4167C36.1477 19.4167 37.3078 18.5833 36.9211 16.5C36.5344 14.4167 35.1571 14 35.1571 14H35.1496Z" fill="url(#paint8_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M23 21.8377L22.7545 20L22.6661 20.5409C22.6514 20.6373 22.5581 20.6298 22.5532 20.5335L22.5139 20.1186C22.5139 20.1186 21.6203 20.3631 22.1898 21.4672C22.6612 22.386 23 21.8377 23 21.8377Z" fill="url(#paint9_linear)"/>
|
||||
<defs>
|
||||
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image0"/>
|
||||
</pattern>
|
||||
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image1"/>
|
||||
</pattern>
|
||||
<pattern id="pattern2" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image2"/>
|
||||
</pattern>
|
||||
<linearGradient id="paint0_linear" x1="36.3548" y1="57.5665" x2="-1.38007" y2="31.3359" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear" x1="30.9883" y1="57.3174" x2="-3.57408" y2="35.7882" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear" x1="27.1426" y1="19.6503" x2="34.3922" y2="37.4512" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE7207"/>
|
||||
<stop offset="1" stop-color="#F75B37"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear" x1="26.9769" y1="27.6022" x2="29.4305" y2="38.2798" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE7207"/>
|
||||
<stop offset="1" stop-color="#F75B37"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear" x1="11.8811" y1="23.8192" x2="6.33453" y2="19.5965" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear" x1="14.4856" y1="17.048" x2="17.1836" y2="25.7206" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE7207"/>
|
||||
<stop offset="1" stop-color="#F75B37"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear" x1="34.1231" y1="16.2847" x2="26.8815" y2="-2.53104" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear" x1="31.2025" y1="13.2205" x2="29.001" y2="1.32964" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear" x1="26.3387" y1="16.3543" x2="28.8658" y2="24.1861" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FE7207"/>
|
||||
<stop offset="1" stop-color="#F75B37"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear" x1="22.8811" y1="22.5461" x2="19.0786" y2="18.2038" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAxCAIAAAHThnXEAAAACXBIWXMA"/>
|
||||
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAWCAIAAAHN2pB3AAAACXBIWXMA"/>
|
||||
<image id="image2" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAChCAIAAAEhIgi5AAAACXBIWXMA"/>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 16 KiB |
@@ -0,0 +1,168 @@
|
||||
<svg width="55" height="53" viewBox="0 0 55 53" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<path d="M26.4033 52.2265C11.9768 52.1132 0 40.1193 0 25.5046C0 10.8899 11.9693 -0.446918 26.4033 0.232837C40.5282 0.897486 51.8041 12.8612 51.8041 26.9245C51.8041 40.9879 40.5282 52.3398 26.4033 52.2265Z" fill="#174D8F"/>
|
||||
<path d="M29.0458 52.0227C14.6194 51.9094 2.64258 39.9156 2.64258 25.3008C2.64258 10.6861 14.6119 -0.650715 29.0458 0.0290402C43.1708 0.693689 54.4466 12.6574 54.4466 26.7208C54.4466 40.7841 43.1708 52.136 29.0458 52.0227Z" fill="#D8DEE8"/>
|
||||
<path d="M52.718 26.6753C52.718 39.8096 42.2185 50.3534 29.0432 50.2326C15.5966 50.1042 4.49414 38.9713 4.49414 25.3535C4.49414 11.7433 15.5966 1.21467 29.0432 1.82645C42.226 2.43068 52.718 13.5485 52.718 26.6828V26.6753Z" fill="white"/>
|
||||
<path d="M52.718 26.6753C52.718 39.8096 42.2185 50.3534 29.0432 50.2326C15.5966 50.1042 4.49414 38.9713 4.49414 25.3535C4.49414 11.7433 15.5966 1.21467 29.0432 1.82645C42.226 2.43068 52.718 13.5485 52.718 26.6828V26.6753Z" fill="white"/>
|
||||
<path d="M10.2964 28.3597L8.41211 31.4563L9.76883 31.4261L10.4698 32.7101L12.3541 29.621L10.2964 28.3597Z" fill="url(#paint0_linear)"/>
|
||||
<path d="M14.1065 28.3597L15.9909 31.4563L14.6417 31.4261L13.9332 32.7101L12.0488 29.621L14.1065 28.3597Z" fill="url(#paint1_linear)"/>
|
||||
<path d="M8.91016 26.4939C8.91016 24.7039 10.3573 23.2537 12.1437 23.2537C13.93 23.2537 15.3772 24.7039 15.3772 26.4939C15.3772 28.2839 13.93 29.7341 12.1437 29.7341C10.3573 29.7341 8.91016 28.2839 8.91016 26.4939Z" fill="url(#paint2_linear)"/>
|
||||
<path d="M12.1367 24.2961L12.702 25.1421L13.6969 24.9381L13.4934 25.9351L14.3376 26.494L13.4934 27.0605L13.6969 28.0575L12.702 27.8535L12.1367 28.6994L11.579 27.8535L10.584 28.0575L10.7875 27.0605L9.94336 26.494L10.7875 25.9351L10.584 24.9381L11.579 25.1421L12.1367 24.2961Z" fill="white"/>
|
||||
<path d="M29.232 30.4593V39.1299C29.232 39.5755 28.8552 39.9758 28.418 39.9758H19.3431C19.1019 39.9758 18.8757 39.8474 18.7325 39.6813C18.6119 39.5378 18.5215 39.3339 18.5215 39.1299V30.4593C18.5215 30.0137 18.8983 30.059 19.3431 30.059H28.418C28.8627 30.059 29.232 30.0137 29.232 30.4593Z" fill="white"/>
|
||||
<path d="M21.312 15.9052C21.1688 16.0563 21.1161 18.6318 21.4778 18.6318C21.6512 18.6318 23.3622 17.5669 23.4149 17.3629C23.5129 17.0004 21.5532 15.656 21.312 15.9052Z" fill="#F75B37"/>
|
||||
<path d="M19.3621 16.9248C19.1209 16.668 18.7365 16.6529 18.4426 16.819C18.224 16.9399 18.0581 17.242 18.1712 17.4686C18.0732 17.4006 17.9677 17.2797 17.8622 17.31L17.832 17.3553C17.832 17.4988 18.1184 17.6498 18.239 17.6952C18.4049 17.748 18.6687 17.5063 18.7591 17.4006C18.8119 17.3402 18.744 17.2344 18.6687 17.2797C18.5858 17.3251 18.4802 17.4459 18.3672 17.4988C18.3446 17.3628 18.3295 17.2571 18.4275 17.1362C18.5179 17.0229 18.6687 16.9625 18.8043 16.955C19.0305 16.9323 19.234 17.0834 19.332 17.2797C19.4224 17.4686 19.3696 17.748 19.1737 17.8613C19.1134 17.8991 18.9777 17.9671 19.0003 18.0577C19.0606 18.3296 19.4676 17.8764 19.5053 17.816C19.6937 17.529 19.5807 17.1589 19.3621 16.9323V16.9248Z" fill="#F75B37"/>
|
||||
<path d="M24.9125 16.9248C25.1537 16.668 25.5381 16.6529 25.8321 16.819C26.0506 16.9399 26.2165 17.242 26.1034 17.4686C26.2014 17.4006 26.3069 17.2797 26.4124 17.31L26.4426 17.3553C26.4426 17.4988 26.1562 17.6498 26.0356 17.6952C25.8697 17.748 25.6059 17.5063 25.5155 17.4006C25.4627 17.3402 25.5306 17.2344 25.6059 17.2797C25.6888 17.3251 25.7944 17.4459 25.9074 17.4988C25.93 17.3628 25.9451 17.2571 25.8471 17.1362C25.7567 17.0229 25.6059 16.9625 25.4627 16.955C25.2366 16.9323 25.0331 17.0834 24.9427 17.2797C24.8522 17.4686 24.905 17.748 25.1009 17.8613C25.1612 17.8991 25.2969 17.9671 25.2743 18.0577C25.214 18.3296 24.807 17.8764 24.7693 17.816C24.5809 17.529 24.6939 17.1589 24.9125 16.9323V16.9248Z" fill="#F75B37"/>
|
||||
<path d="M16.9571 20.2706C16.8365 20.2706 16.7461 20.5652 16.7461 20.686C16.7461 20.8069 16.8365 21.1014 16.9571 21.1014H19.8289V20.2782H16.9571V20.2706Z" fill="#E5965E"/>
|
||||
<path d="M27.6522 20.2707H19.8359V21.0939H27.6522C27.7728 21.0939 27.8632 20.7994 27.8632 20.6785C27.8632 20.5577 27.7728 20.2631 27.6522 20.2631V20.2707Z" fill="#E0F0F9"/>
|
||||
<path d="M20.6706 20.6558C20.6706 21.0335 20.3616 21.3431 19.9847 21.3431C19.6079 21.3431 19.2988 21.0335 19.2988 20.6558C19.2988 20.2782 19.6079 19.9685 19.9847 19.9685C20.3616 19.9685 20.6706 20.2782 20.6706 20.6558Z" fill="#F75B37"/>
|
||||
<path d="M41.4743 36.1283C41.2696 38.0408 40.6809 39.9009 39.7082 41.5514C38.71 43.2281 37.3278 44.6428 35.6128 45.6122C35.2033 45.8218 34.7937 46.0314 34.3586 46.2147C32.8996 47.0269 31.2871 47.6033 29.7769 47.9439C27.0381 48.5202 24.1713 48.0748 21.6629 46.7125C16.7996 44.0927 14.2656 38.5123 15.1871 33.0106C15.2382 32.7486 15.2895 32.4867 15.3406 32.2247C15.4686 31.6483 15.6478 31.1243 15.8782 30.5741C16.1341 29.4738 16.774 28.3997 17.4395 27.5089C17.6443 27.1945 17.8491 26.9063 18.0794 26.6444C18.2842 26.3824 18.5146 26.1204 18.7449 25.9108C19.1289 25.5178 19.564 25.151 19.9991 24.8104C20.6135 24.2865 21.2533 23.8149 21.9444 23.4481C23.0963 22.8193 24.4529 22.2954 25.8095 22.0334C29.1882 21.0902 32.8996 21.9286 35.8688 23.8673C37.4301 24.889 38.7867 26.2252 39.7594 27.7971C39.8618 27.9543 39.9642 28.1115 40.041 28.2687C40.6809 29.4214 41.0648 30.6266 41.2184 31.8579C41.5255 33.2726 41.6279 34.7135 41.4743 36.1545V36.1283Z" fill="#EDF6FF"/>
|
||||
<path d="M19.8123 27.8708C19.6748 28.3493 19.7848 28.8279 19.8123 29.3065C19.8398 29.785 19.7848 30.3168 19.4548 30.689C19.1523 31.0346 18.6298 31.1676 18.3273 31.5132C18.0524 31.8322 17.9974 32.2842 17.6674 32.5767C17.4749 32.7628 17.1999 32.8159 16.9524 32.8957C16.2924 33.0552 15.66 33.2413 15 33.4008C15.055 33.135 15.11 32.8691 15.165 32.6032C15.3025 32.0183 15.495 31.4866 15.7425 30.9283C16.0174 29.8116 16.7049 28.7216 17.4199 27.8176C17.6399 27.4986 17.8599 27.2061 18.1073 26.9402C18.3273 26.6744 18.5748 26.4085 18.8223 26.1958C18.8498 26.4085 18.9323 26.6212 19.1248 26.7807C19.3998 27.02 19.8398 27.0997 19.9223 27.4454C19.9498 27.6049 19.8948 27.7644 19.8673 27.8974L19.8123 27.8708Z" fill="#CDE2FF"/>
|
||||
<path d="M40.0001 27.8081C39.4275 28.2715 38.907 28.7865 38.7508 29.5073C38.6727 29.8935 38.7248 30.3055 38.6467 30.7174C38.5686 31.1293 38.3083 31.5413 37.8919 31.567C37.7357 31.5928 37.5535 31.5413 37.3974 31.5928C37.1631 31.6443 37.033 31.876 36.9289 32.0562C36.5645 32.6741 36.096 33.4207 35.3673 33.395C35.107 33.395 34.8728 33.2662 34.6385 33.189C33.9618 32.9058 33.2591 32.6741 32.5563 32.5454C31.8276 32.3909 31.0207 32.3136 30.4221 32.6998C29.7975 33.1118 29.5372 33.8841 29.0687 34.4763C28.9646 34.605 28.8605 34.7338 28.7043 34.811C28.2358 35.0685 27.6372 34.811 27.1687 34.5535C26.1797 34.0386 25.1386 33.6267 24.0715 33.3177C23.8372 33.2405 23.577 33.1633 23.3948 32.983C23.0044 32.5196 23.3948 31.7987 23.2126 31.2323C23.0304 30.7174 22.4318 30.4599 22.2496 29.9708C22.0934 29.5073 22.3537 29.0182 22.6921 28.6577C23.0304 28.323 23.4729 28.0656 23.7852 27.7051C24.3578 27.0615 24.6181 26.1346 25.3728 25.7227C26.1276 25.3365 27.0646 25.6712 27.8194 26.0574C28.5742 26.4693 29.407 26.9327 30.2399 26.7525C31.0207 26.598 31.6194 25.9029 32.4002 25.7227C33.0509 25.5682 33.7276 25.7999 34.3522 25.594C35.107 25.3622 35.5755 24.6156 36.0179 23.972L36.07 23.9205C37.6577 24.9246 39.0371 26.2376 40.0261 27.7824L40.0001 27.8081Z" fill="#CDE2FF"/>
|
||||
<path d="M27.7662 41.4052C27.97 41.1113 28.2248 40.8441 28.2758 40.47C28.3012 40.283 28.3012 40.1227 28.3012 39.9357C28.3777 39.4815 28.7343 39.1341 29.0145 38.7868C29.2947 38.4395 29.5495 37.9318 29.3202 37.531C29.0145 36.9432 28.1229 37.0768 27.7153 36.5959C27.486 36.3287 27.4606 35.9547 27.2313 35.6875C27.1039 35.5539 26.9765 35.4737 26.8237 35.3669C26.2378 35.0195 25.6519 34.6722 25.0659 34.3248C24.9386 34.2447 24.8112 34.1645 24.6583 34.1645C24.48 34.1378 24.3017 34.218 24.1234 34.2981C23.7667 34.4584 23.4101 34.592 23.0534 34.7523C22.8751 34.8325 22.6968 34.9126 22.5439 35.0462C22.1618 35.447 22.2892 36.0883 22.1109 36.6226C21.9326 37.157 21.4231 37.531 21.1683 38.0387L21.0664 38.4127C21.0919 38.5463 21.1683 38.6799 21.2702 38.7868C21.6778 39.2143 22.1873 39.5349 22.493 40.0426C22.9515 40.8174 22.8242 41.8327 23.2318 42.6342C23.5374 43.2487 24.0979 43.6495 24.531 44.1572C24.8876 44.5847 25.1424 45.119 25.4735 45.6C25.7538 46.0007 26.1613 46.4015 26.6199 46.2679C27.1294 46.1076 27.2568 45.4129 27.2313 44.8518C27.2058 43.6762 27.1039 42.3938 27.7408 41.4052H27.7662Z" fill="#CDE2FF"/>
|
||||
<path d="M41.5459 36.2601C41.3474 38.1947 40.7768 40.0763 39.834 41.7459C39.4371 41.6929 39.0401 41.6664 38.6928 41.8254L38.3454 42.0375C37.9981 42.1965 37.5763 42.117 37.229 41.9315C36.708 41.6399 36.3358 41.1629 35.9637 40.6859C35.79 40.4474 35.6164 40.2088 35.5171 39.8908C35.4427 39.5993 35.4675 39.2548 35.666 39.0163C35.9389 38.7247 36.4103 38.7512 36.7576 38.5392C37.353 38.1947 37.353 37.2671 37.75 36.6841C38.2214 35.9951 38.9161 36.3396 39.4619 35.8095C39.6852 35.5975 39.9085 35.359 40.1814 35.306C40.7024 35.2265 41.1738 35.677 41.5459 36.2071V36.2601Z" fill="#CDE2FF"/>
|
||||
<mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="1" width="49" height="50">
|
||||
<path d="M53.2238 26.6753C53.2238 39.8096 42.7243 50.3534 29.5491 50.2326C16.1025 50.1042 5 38.9713 5 25.3535C5 11.7433 16.1025 1.21467 29.5491 1.82645C42.7319 2.43068 53.2238 13.5485 53.2238 26.6828V26.6753Z" fill="white"/>
|
||||
</mask>
|
||||
<g mask="url(#mask0)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.3884 27.4323C33.0699 28.4935 32.6099 30.2091 32.3092 32.358C31.4688 38.4951 33.2557 38.6897 32.9195 45.4901C32.8134 47.6566 34.8037 52.6707 34.9718 52.7768C35.0603 52.7857 35.1487 52.7945 35.246 52.7857C35.4229 52.7768 35.6618 52.7503 35.9448 52.6707C36.2633 52.6177 37.3956 49.5402 37.1302 47.7097C36.9444 46.4186 36.9975 45.0302 37.1037 42.2535C37.1214 41.8025 38.2713 33.4987 38.2713 33.4987C38.6252 36.5762 39.0232 39.1849 39.3771 41.21C40.5005 47.7185 44.145 51.6538 44.3396 51.7157C44.375 51.7333 44.72 51.8572 45.0031 51.6714C45.1269 51.5919 45.1711 51.4857 45.1711 51.4857C45.2684 51.4062 45.1446 44.986 44.03 40.1576C42.4112 33.145 43.1189 31.5002 42.6058 28.3697C42.1635 25.6637 33.3795 27.4235 33.3795 27.4235L33.3884 27.4323Z" fill="url(#paint3_linear)"/>
|
||||
</g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.5547 24.9212C42.7935 26.2034 43.2535 28.6265 43.165 28.7768C43.2446 29.4754 43.3066 30.1298 43.3243 30.7046C43.3243 30.7046 43.3243 30.7046 43.3243 30.7135V30.7223C43.3243 30.7311 43.3243 30.7311 43.3243 30.7311V30.74V30.7488C43.3243 30.7577 43.3243 30.7577 43.3243 30.7577C43.3243 30.7577 43.3243 30.7577 43.3243 30.7665V30.7754C43.3243 30.7842 43.3243 30.7842 43.3243 30.7842C43.3243 30.793 43.3243 30.793 43.3243 30.793C43.3243 30.8196 43.3243 30.8373 43.3243 30.8549C43.3331 31.3944 39.6621 32.1991 36.1856 32.4202C35.6195 32.4556 35.071 32.4733 34.5403 32.4733C32.1696 32.4733 30.2146 32.1018 30.0996 31.0407C30.0996 31.023 30.0996 31.0053 30.0996 30.9964C30.1085 30.9699 30.1173 30.9434 30.135 30.9257C30.135 30.9169 30.135 30.9169 30.135 30.9169C30.3208 30.572 30.4711 30.1829 30.6127 29.7584C31.1434 28.1578 31.3911 26.0973 31.4884 24.1872C32.7357 24.0192 33.983 23.6478 34.6641 23.409C34.673 23.4178 34.6906 23.4355 34.7083 23.4444C36.6367 25.1334 39.5382 26.1592 42.5547 24.9212ZM33.8768 11.0197C33.8768 11.0197 33.8768 11.0197 33.8857 11.0197C33.8857 11.0197 33.8857 11.0197 33.8768 11.0197ZM35.3275 18.8459C34.7879 18.8105 34.3987 18.7929 34.1068 18.7929C34.0891 18.7929 34.0714 18.7929 34.0537 18.7929C33.9564 18.7929 33.8503 18.7929 33.7264 18.8017C33.7264 18.8017 33.7176 18.8017 33.7087 18.8017C33.2045 18.5364 32.7976 18.3419 32.5411 18.2888C32.5057 18.2888 32.4703 18.2711 32.4172 18.2711C32.3642 18.2711 32.2934 18.2888 32.1872 18.3419L32.1784 18.3507V18.3595C32.1784 18.3595 32.1784 18.3595 32.1696 18.3595L32.1607 18.3684C32.1607 18.3772 32.1607 18.3772 32.1607 18.3772C32.1607 18.3861 32.1519 18.3861 32.143 18.3861C32.143 18.3861 32.1342 18.3861 32.1342 18.3949L32.1253 18.4038C32.1253 18.4303 32.1342 18.4568 32.143 18.4922C32.143 18.501 32.143 18.501 32.143 18.501C32.1519 18.5806 32.1696 18.6779 32.1872 18.784C31.9573 18.7752 31.7007 18.7663 31.4177 18.7575C31.3204 17.8466 31.2053 16.9535 31.2053 16.1045C31.2053 15.2291 31.3292 14.3801 31.7096 13.5931C32.3553 12.2489 32.6384 12.3197 33.4611 11.3469C33.4611 11.3469 33.4611 11.3469 33.4611 11.3381C33.6114 11.232 33.7618 11.1258 33.9122 11.0286C33.638 11.3734 33.2664 11.9394 33.0453 12.6911C32.488 14.5835 33.2576 16.2637 33.4699 16.7059C33.8237 17.4487 34.2572 17.9616 34.6995 18.3507C34.9206 18.5453 35.1506 18.7133 35.3629 18.8636L35.3275 18.8459Z" fill="url(#paint4_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.1863 2.78669L37.8228 6.209L41.5381 6.9872L41.6354 7.06679L41.662 7.03142L41.6708 7.02257L39.9636 3.46762L36.0979 2.6452L36.089 2.65405L36.0625 2.68942L36.1863 2.78669Z" fill="url(#paint5_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.9282 3.51212L41.6266 7.06707L37.7609 6.2535L36.0625 2.69855L39.9282 3.51212Z" fill="url(#paint6_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M37.1491 3.80369L35.8576 5.44852C35.7957 5.54579 36.4503 6.11176 37.2906 6.77499C38.0602 7.38517 38.7236 7.85386 38.8917 7.8627C38.9094 7.8627 38.9183 7.8627 38.9271 7.85386L38.9094 7.84502L40.2009 6.20019C40.2098 6.19134 40.2186 6.17366 40.2275 6.15597C40.2451 6.1206 40.254 6.07638 40.2451 6.02332C40.2098 5.68728 39.7321 5.08595 39.0421 4.53767C38.3521 3.98939 37.6533 3.67104 37.3171 3.71526C37.2464 3.7241 37.1933 3.75063 37.1579 3.79485L37.1491 3.80369Z" fill="url(#paint7_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M40.5635 4.87402L40.6608 5.01551C40.6962 5.0332 40.7051 5.06857 40.7051 5.11279L40.8554 7.3678L40.8908 7.89839C40.8908 7.92492 40.9351 7.95145 40.9616 7.95145C40.9881 7.95145 41.0324 7.92492 41.0235 7.88954L40.9881 7.31474L40.8378 5.11279C40.8289 4.98898 40.7316 4.87402 40.6078 4.88287H40.5547L40.5635 4.87402Z" fill="url(#paint8_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.1143 7.4291L41.0524 7.34951C41.0347 7.31414 40.9904 7.29645 40.9551 7.30529C40.9197 7.30529 40.8843 7.33182 40.8666 7.3672L40.8224 7.45563C40.8135 7.48216 40.8047 7.49984 40.8047 7.52637L40.8578 8.28689C40.8578 8.30457 40.9462 8.31342 41.0258 8.30457C41.1143 8.29573 41.1939 8.27804 41.1939 8.26036L41.1408 7.49984C41.1408 7.47331 41.1231 7.44678 41.1054 7.4291H41.1143Z" fill="url(#paint9_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M28.2843 23.7359C28.0454 23.6033 27.8154 23.4353 27.612 23.223C25.5951 21.083 29.0539 15.0873 30.9027 13.3098C31.6103 12.6289 32.893 11.4439 34.0076 10.931C33.8041 11.0637 33.6272 11.2052 33.4238 11.3467C33.4238 11.3467 33.4237 11.3467 33.4149 11.3467C32.5922 12.3283 32.3003 12.2398 31.6634 13.5928C31.283 14.3887 31.1592 15.2288 31.1592 16.1131C31.1592 16.9621 31.2742 17.8464 31.3715 18.7661C31.2123 18.7572 31.0442 18.7484 30.8673 18.7396C30.195 18.7042 30.5842 18.3239 30.4604 18.3239C30.4515 18.3239 30.4427 18.3239 30.425 18.3328C30.2835 18.3681 26.9309 21.6666 27.9924 23.4087C28.072 23.5414 28.1693 23.6564 28.2931 23.7536L28.2843 23.7359Z" fill="url(#paint10_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M43.1674 28.7768C42.9285 28.8387 41.3274 29.2631 39.4786 29.2631C37.7448 29.2631 35.7987 28.8917 34.578 27.5034C34.2242 27.1054 33.658 26.4687 33.6226 25.5755C33.5873 24.7001 34.0826 24.0368 34.7018 23.4355C35.4007 24.0457 37.276 25.4606 39.8236 25.4606C40.1952 25.4606 40.5844 25.434 40.9824 25.3633C41.522 25.2749 42.0528 25.1157 42.557 24.9123C42.7958 26.1946 43.2558 28.6176 43.1674 28.7679V28.7768ZM38.8683 20.5791C39.054 20.3492 39.2309 20.1105 39.3902 19.854C39.5229 19.6418 39.6202 19.4561 39.6909 19.3323C37.6298 19.067 36.2587 18.9255 35.321 18.8547C34.6753 18.4126 33.9676 17.8112 33.428 16.697C33.2157 16.2548 32.4461 14.5835 33.0034 12.6822C33.2246 11.9217 33.5961 11.3646 33.8703 11.0108C34.1534 10.7898 34.2418 10.7278 34.6841 10.5598C35.0114 10.436 35.2326 10.3299 35.6749 10.2768C36.0995 10.2238 36.5064 10.1884 36.9222 10.1884C37.7006 10.1884 38.4879 10.2945 39.3282 10.5333C39.5405 10.5952 39.974 10.8074 40.3367 10.9224C40.2836 10.9136 40.2305 10.9136 40.1775 10.9136C40.0094 10.9136 39.859 10.9401 39.744 11.002C39.1159 11.3292 38.7621 12.8591 38.9302 14.442C39.0363 15.4147 40.8409 18.6779 40.8409 18.8017C40.8409 18.8547 40.8409 18.8989 40.8321 18.952C40.7436 19.6506 40.0359 20.0839 39.6379 20.3315C39.4609 20.4377 39.2752 20.5084 39.0629 20.5438H39.054C39.0452 20.5438 39.0363 20.5438 39.0275 20.5438C39.0098 20.5438 38.9921 20.5526 38.9656 20.5526C38.9302 20.5615 38.8948 20.5615 38.8683 20.5615V20.5791Z" fill="url(#paint11_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.1262 7.48279C38.1086 8.33173 38.3916 9.56093 38.4978 10.3214C38.6039 11.082 37.047 11.1173 36.534 10.7636C36.0651 10.4364 36.419 9.56093 36.8701 9.09224C37.3213 8.6324 37.6574 7.95148 38.1262 7.48279Z" fill="url(#paint12_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M35.7768 7.21744C35.0603 6.58073 34.9276 4.33456 35.653 3.8924C36.0068 3.68017 36.626 4.78556 37.0241 5.00664C37.5637 5.29847 39.0233 5.61682 39.3152 6.19163C39.5363 6.62494 39.094 7.52695 38.9171 7.85414C38.7136 8.21671 38.696 8.09291 38.4571 8.34936C38.121 8.71193 37.6875 9.12756 37.3425 9.53435C37.2718 9.22484 37.2895 9.22484 37.1568 8.83574C37.1037 8.6854 36.7145 8.03985 36.5199 7.79224C36.396 7.63307 35.8653 7.30587 35.7768 7.22628V7.21744Z" fill="#0B2D57"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.0852 8.96773C37.5279 9.48063 37.2625 10.0997 36.2541 9.91395C35.3518 9.74592 35.2014 7.5086 36.0241 6.84536C36.2983 6.62428 36.6964 6.62428 37.0325 6.7304C37.236 6.7923 37.4394 6.92495 37.6429 6.9957C37.8286 7.06644 37.979 6.97801 38.1559 7.16372C38.3682 7.39364 38.2267 7.99498 38.1029 8.27796C38.1913 8.19837 38.2975 8.08341 38.4213 8.04804C38.5098 8.02151 38.6601 7.88002 38.7398 8.00382C38.8725 8.20721 38.5894 8.58747 38.4213 8.74665C38.3417 8.81739 38.1913 8.90582 38.094 8.96773H38.0852Z" fill="url(#paint13_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.2145 7.02266C38.0907 7.0934 38.3118 7.32332 38.2764 7.5444C38.2145 7.97772 38.073 8.76476 37.4361 8.84435C37.0557 8.88857 36.6665 8.55252 36.2684 8.51715C36.0207 8.49062 35.7553 8.50831 35.5077 8.57021C35.3484 9.0389 35.3396 9.78173 35.7553 10.0736C36.1976 10.3831 36.4807 10.2239 36.9495 10.0912C37.2592 10.0028 37.6041 9.72867 37.7988 9.428C38.0022 9.10965 38.1526 8.7736 38.356 8.43756C38.471 8.25186 38.6037 8.02193 38.7364 7.82739C38.7718 7.77433 38.8249 7.68589 38.8514 7.62399C38.7453 7.52672 38.3914 6.93422 38.2145 7.0315V7.02266Z" fill="#0B2D57"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.0077 8.88851C36.1935 8.99463 36.4146 8.99463 36.6092 8.99463C36.6181 8.99463 36.6623 8.97694 36.6446 9.01232C36.5827 9.15381 36.3085 9.19802 36.1669 9.15381C36.0696 9.12728 35.9016 9.00347 35.9193 8.89736C35.9281 8.85314 35.9812 8.88851 35.9989 8.87967L36.0077 8.88851Z" fill="url(#paint14_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.6133 29.7496C31.144 28.149 31.3917 26.0885 31.489 24.1784C31.3917 26.0885 31.144 28.149 30.6133 29.7496Z" fill="url(#paint15_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.2851 24.2671C29.4801 24.2671 28.7548 24.1256 28.2948 23.7365C28.1798 23.6393 28.0825 23.5243 27.994 23.3916C26.9325 21.6495 30.294 18.3599 30.4267 18.3157C30.4443 18.3068 30.4532 18.3068 30.462 18.3068C30.5859 18.3068 30.1967 18.6871 30.869 18.7225C31.0459 18.7313 31.2139 18.7401 31.3732 18.749C31.6651 18.7667 31.9216 18.7755 32.1428 18.7755C32.1605 18.8728 32.1781 18.9789 32.2047 19.0939C32.2047 19.0939 32.2047 19.0939 32.2047 19.1027C32.2047 19.1027 32.2047 19.1027 32.2047 19.1116C32.2135 19.1381 32.2135 19.1646 32.2224 19.1911C32.4524 20.2169 33.0274 21.8264 34.4427 23.2059C34.4869 23.2502 34.5577 23.3121 34.6462 23.4005C33.9739 23.6393 32.7266 24.0107 31.4793 24.1787C31.0724 24.2317 30.6566 24.2671 30.2674 24.2671H30.2851ZM38.5826 20.5972C37.0788 20.5972 35.0531 19.4918 33.7085 18.802C33.7173 18.802 33.7173 18.802 33.7262 18.802C33.8412 18.802 33.9473 18.802 34.0535 18.802C34.0712 18.802 34.0889 18.802 34.1066 18.802C34.3985 18.802 34.7965 18.8197 35.3273 18.8551C36.265 18.9258 37.6361 19.0585 39.6972 19.3326C39.6264 19.4564 39.5291 19.6421 39.3964 19.8544C39.2283 20.1108 39.0603 20.3584 38.8745 20.5795C38.7772 20.5884 38.6799 20.5972 38.5826 20.5972Z" fill="url(#paint16_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.827 25.4695C37.2794 25.4695 35.4041 24.0546 34.7053 23.4444C34.6876 23.4267 34.6787 23.4179 34.661 23.4002C34.5637 23.3118 34.493 23.2499 34.4576 23.2056C33.0334 21.8261 32.4672 20.2166 32.2372 19.1908C32.4407 19.1289 32.653 19.0936 32.8653 19.0936C34.2276 19.0936 35.6429 20.3493 36.8106 21.0037C37.8367 21.5873 39.0221 22.0472 40.1632 22.0472C40.9328 22.0472 41.6758 21.8438 42.357 21.322C43.6131 20.3758 43.1619 18.2888 42.1181 17.2011C41.4635 16.5467 40.7116 16.193 39.8624 15.9365C39.6501 15.8746 39.4378 15.8216 39.2344 15.7685C39.1724 15.3706 37.6598 12.0809 39.774 10.9932C39.889 10.9313 40.0393 10.9048 40.2074 10.9048C40.2605 10.9048 40.3136 10.9048 40.3666 10.9136C45.2584 12.417 42.012 13.1067 43.2062 15.0345C44.0554 16.3787 45.0019 17.5018 45.3469 19.0051C46.0369 21.8349 45.285 22.8784 44.8957 23.4267C44.5508 23.9219 44.7542 24.0192 42.5781 24.9035C42.0739 25.1069 41.5431 25.2661 41.0035 25.3545C40.6055 25.4253 40.2163 25.4518 39.8447 25.4518L39.827 25.4695ZM32.2107 19.1112C32.2107 19.1112 32.2107 19.1112 32.2107 19.1024C32.2107 19.1024 32.2107 19.1024 32.2107 19.1112ZM32.2107 19.1024C32.1842 18.9874 32.1665 18.8813 32.1488 18.7841C32.1311 18.6779 32.1134 18.5807 32.1046 18.5011C32.1222 18.6602 32.1576 18.8636 32.2107 19.1024ZM32.1046 18.4922V18.4834V18.4922ZM32.0957 18.395C32.0957 18.395 32.1046 18.395 32.1046 18.3861C32.1046 18.3861 32.0957 18.3861 32.0957 18.395ZM32.1134 18.3861C32.1134 18.3861 32.1222 18.3861 32.1222 18.3773C32.1222 18.3773 32.1134 18.3773 32.1134 18.3861ZM32.1222 18.3773C32.1311 18.3773 32.1311 18.3684 32.1399 18.3684C32.1311 18.3684 32.1311 18.3773 32.1222 18.3773ZM32.1399 18.3684C32.1399 18.3684 32.1399 18.3684 32.1488 18.3684C32.1488 18.3684 32.1488 18.3684 32.1399 18.3684ZM32.1488 18.3684C32.1488 18.3684 32.1576 18.3684 32.1576 18.3596C32.1576 18.3596 32.1488 18.3596 32.1488 18.3684ZM32.1665 18.3596L32.1753 18.3507C32.1753 18.3507 32.1665 18.3507 32.1665 18.3596Z" fill="url(#paint17_linear)"/>
|
||||
<rect x="32.043" y="18.2354" width="1.69841" height="0.61018" fill="url(#pattern0)"/>
|
||||
<rect x="39.8457" y="17.0865" width="0.168071" height="0.19455" fill="url(#pattern1)"/>
|
||||
<rect x="32.1875" y="18.7574" width="6.74943" height="1.89244" fill="url(#pattern2)"/>
|
||||
<rect x="32.043" y="15.7333" width="11.597" height="6.38477" fill="url(#pattern3)"/>
|
||||
<rect x="42.5645" y="12.0545" width="4.47603" height="11.673" fill="url(#pattern4)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.4395 18.7575C32.8548 18.9521 33.1821 18.8548 33.2175 18.731C33.2706 18.5718 32.8902 18.2535 32.4833 18.1916C32.0675 18.1385 31.6518 18.3596 31.4395 18.7487V18.7575Z" fill="url(#paint18_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.932 12.1166C45.7538 14.1328 49.416 19.3149 44.8869 23.4535C44.8869 23.4535 44.8869 23.4535 44.8781 23.4624C44.5419 23.9487 44.7277 24.046 42.5604 24.9392C41.6847 25.2929 40.7647 25.4875 39.8359 25.4875C37.2706 25.4875 35.2979 24.0372 34.4664 23.2325C33.0422 21.8529 32.4761 20.2435 32.2461 19.2177C32.2372 19.1823 32.2284 19.1557 32.2196 19.1204C32.2196 19.1115 32.2107 19.0938 32.2107 19.085C32.1665 18.8551 32.1311 18.6694 32.1134 18.519L32.1842 18.917C32.1576 18.749 32.1311 18.5809 32.0957 18.4129L32.1222 18.3952C32.1222 18.3952 32.1311 18.3864 32.1399 18.3864C32.1399 18.3864 32.1399 18.3864 32.1488 18.3864L32.1576 18.3775C32.1576 18.3775 32.1576 18.3775 32.1665 18.3687L32.1842 18.3599L32.538 18.3068C33.343 18.3952 37.7306 21.508 39.6413 20.3496C40.0836 20.0754 40.8443 19.5979 40.8443 18.8197C40.8443 18.0415 39.9686 17.3164 39.9686 17.2456C39.9686 17.2456 39.9686 17.2368 39.9597 17.2368L39.9509 17.2279L39.942 17.2191C39.942 17.2191 39.942 17.2103 39.9332 17.2103L39.9243 17.2014L39.9066 17.1837L39.8978 17.1749C39.8978 17.1749 39.8978 17.166 39.889 17.166C39.597 16.7681 39.367 16.3082 39.2078 15.813C39.1459 15.4151 37.6332 12.1254 39.7474 11.0377L40.3401 10.9581C41.8439 11.418 42.5781 11.8071 42.9054 12.1696C42.9054 12.1608 42.9143 12.152 42.9143 12.1343L42.932 12.1166Z" fill="url(#paint19_linear)"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.3984 19.8543C39.4869 20.0665 39.9292 20.2876 40.1415 20.2611C40.5042 20.2169 40.7519 19.9781 40.9819 19.8632C41.1853 19.7659 41.6365 19.6421 41.663 19.4741C41.7161 19.1734 41.2207 19.085 40.9376 19.0584C40.5307 19.0142 40.1061 19.138 39.6992 19.3237C39.6019 19.5006 39.4869 19.6686 39.3984 19.8455V19.8543Z" fill="url(#paint20_linear)"/>
|
||||
<defs>
|
||||
<pattern id="pattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image0"/>
|
||||
</pattern>
|
||||
<pattern id="pattern1" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image1"/>
|
||||
</pattern>
|
||||
<pattern id="pattern2" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image2"/>
|
||||
</pattern>
|
||||
<pattern id="pattern3" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image3"/>
|
||||
</pattern>
|
||||
<pattern id="pattern4" patternContentUnits="objectBoundingBox" width="1" height="1">
|
||||
<use xlink:href="#image4"/>
|
||||
</pattern>
|
||||
<linearGradient id="paint0_linear" x1="11.8853" y1="33.8981" x2="5.34794" y2="20.3685" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint1_linear" x1="15.522" y1="33.8981" x2="8.98466" y2="20.3685" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint2_linear" x1="14.608" y1="31.5037" x2="5.46222" y2="10.6575" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint3_linear" x1="38.6399" y1="26.861" x2="52.7645" y2="38.5958" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint4_linear" x1="32.291" y1="16.9644" x2="40.9547" y2="29.5534" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint5_linear" x1="38.8667" y1="2.6452" x2="40.7785" y2="6.62787" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint6_linear" x1="38.8445" y1="2.69855" x2="40.7285" y2="6.63952" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint7_linear" x1="38.0511" y1="3.71118" x2="40.0395" y2="7.16864" gradientUnits="userSpaceOnUse">
|
||||
<stop offset="0.210871" stop-color="#12498B"/>
|
||||
<stop offset="0.798647" stop-color="#0B2D57"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint8_linear" x1="40.9688" y1="8.79181" x2="37.2977" y2="7.51131" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint9_linear" x1="41.1476" y1="8.58248" x2="39.2344" y2="6.89019" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint10_linear" x1="28.1612" y1="14.4841" x2="33.532" y2="21.4029" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint11_linear" x1="34.5237" y1="15.4739" x2="42.5228" y2="25.7286" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint12_linear" x1="38.2424" y1="11.935" x2="31.9429" y2="2.92314" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint13_linear" x1="38.3828" y1="10.845" x2="33.7545" y2="0.262969" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint14_linear" x1="36.5618" y1="9.251" x2="36.367" y2="8.15127" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint15_linear" x1="38.2827" y1="35.7541" x2="31.7051" y2="12.5043" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F4D6D6"/>
|
||||
<stop offset="1" stop-color="#F3CDE6"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint16_linear" x1="29.7606" y1="19.9584" x2="30.8077" y2="24.8901" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint17_linear" x1="37.2883" y1="35.9929" x2="39.684" y2="9.55165" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FF9085"/>
|
||||
<stop offset="1" stop-color="#FB6FBB"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint18_linear" x1="33.0104" y1="19.0548" x2="32.5816" y2="16.5023" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint19_linear" x1="34.5688" y1="14.9841" x2="39.0015" y2="25.7174" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#F75B37"/>
|
||||
<stop offset="1" stop-color="#FE7207"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="paint20_linear" x1="41.3971" y1="20.5947" x2="40.363" y2="16.1807" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#FFC444"/>
|
||||
<stop offset="0.788235" stop-color="#F68152"/>
|
||||
<stop offset="1" stop-color="#F36F56"/>
|
||||
</linearGradient>
|
||||
<image id="image0" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAAXCAIAAAGsRYVuAAAACXBIWXMA"/>
|
||||
<image id="image1" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAIAAAHT9ZssAAAACXBIWXMA"/>
|
||||
<image id="image2" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQIAAABICAIAAAHlnlwvAAAACXBIWXMA"/>
|
||||
<image id="image3" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAbwAAAD0CAIAAAEYqTSrAAAACXBIWXMA"/>
|
||||
<image id="image4" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKsAAAG/CAIAAAHfvYDhAAAACXBIWXMA"/>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 3.7 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,6 @@
|
||||
<svg width="36" height="36" viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.0763 13.94C17.5458 10.7875 19.1528 6.89554 24.2461 11.8117C25.71 13.2247 27.0274 14.5606 28.4731 16.0012C29.5508 17.0753 31.7443 18.701 31.6545 21.1852C31.5699 23.5212 29.5303 25.4178 27.0402 25.1934C24.2633 24.9431 23.4398 22.5637 25.0278 22.2831C25.9062 22.1279 25.8581 22.5744 26.468 22.8887C29.1085 24.2492 30.7714 20.2143 28.4993 19.1512C26.5408 18.2349 25.3738 20.1082 23.515 21.9439C20.543 24.8786 16.9 29.9481 13.3339 26.5144L5.06482 18.1531C2.96137 15.3815 5.47854 10.7951 9.46244 11.6871C10.7062 11.9656 11.2557 12.6695 11.9158 13.3281C13.3732 14.7829 14.6828 16.0522 16.1303 17.5271C16.8536 18.2641 17.4831 18.8238 18.2147 19.5567C18.8746 20.2174 19.9596 20.8476 18.9719 22.043C17.5369 22.4814 17.3451 21.1729 15.861 21.3373C14.8353 21.4506 14.0427 22.3889 14.0471 23.429C14.051 24.4268 15.4108 27.1326 18.3118 24.2165L24.1296 18.446C24.447 18.1526 24.7291 17.8417 25.1238 17.5637C25.4584 17.328 25.901 17.1992 26.2419 16.8721C25.7064 16.0498 22.0004 12.3416 21.3101 11.9436C18.956 10.5868 16.8182 14.5303 15.4858 15.3206L14.076 13.9406L14.0763 13.94ZM5.41609 9.28621C6.06346 7.58687 8.68132 5.48936 10.6029 4.48789C18.3571 0.447016 27.2166 3.33437 30.8934 9.70634C25.8263 4.70292 17.775 2.36948 10.8449 5.66102C9.77051 6.17129 8.84967 6.68313 7.96838 7.26864C6.94085 7.95109 6.35931 8.65366 5.41609 9.28621ZM35.8276 20.2443C37.2821 9.81947 29.3143 1.21752 20.2235 0.136622C9.51838 -1.13657 1.28231 6.67842 0.149149 15.6799C-1.17526 26.2006 6.50814 34.76 15.7491 35.8667C25.5341 37.0386 34.4147 30.3706 35.8276 20.2443Z" fill="#124C95"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.9845 21.6519C11.1838 21.1877 9.09744 18.9418 8.23153 18.1252C7.42847 17.3681 4.94019 15.6023 6.72156 13.7915C8.59776 11.8843 10.4604 14.3715 11.2781 15.1671C12.2114 16.0755 14.2796 17.8051 14.8627 18.7295C13.3253 19.6588 12.6325 19.7609 11.9847 21.6516L11.9845 21.6519ZM14.0029 13.4179L15.446 14.7837C16.81 14.0015 18.9984 10.0991 21.4081 11.4416C22.1147 11.8354 25.9084 15.5056 26.4565 16.3191C26.1076 16.6428 25.6546 16.7705 25.312 17.0035C24.908 17.2786 24.6192 17.5863 24.2943 17.8767L18.3389 23.5875C15.369 26.4735 13.9773 23.7957 13.9733 22.8082C13.9691 21.7788 14.7801 20.8503 15.8301 20.7381C17.3491 20.5757 17.5457 21.8704 19.0146 21.4365C20.0257 20.2535 18.9147 19.6301 18.2395 18.9759C17.4905 18.2506 16.846 17.6967 16.1058 16.9673C14.6243 15.5077 13.2835 14.2515 11.7916 12.8118C11.1161 12.1597 10.5533 11.4631 9.28016 11.1877C5.20201 10.3049 2.6253 14.8439 4.77851 17.5869L13.2432 25.8617C16.8936 29.2601 20.6229 24.2428 23.6652 21.3385C25.568 19.522 26.7626 17.668 28.7674 18.5746C31.0932 19.6265 29.391 23.6199 26.688 22.2735C26.0637 21.9627 26.113 21.5205 25.2137 21.6741C23.5879 21.9521 24.4312 24.3066 27.2737 24.5543C29.8227 24.7765 31.9107 22.8995 31.9972 20.5876C32.0894 18.1288 29.844 16.5202 28.7405 15.4573C27.2609 14.0315 25.9124 12.7094 24.4136 11.311C19.1997 6.44575 17.5547 10.2974 14.0032 13.4174L14.0029 13.4179Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.0465 21.9997C12.7115 20.0131 13.4222 19.9057 15 18.9289C14.4019 17.9571 12.2791 16.1395 11.3213 15.1852C10.4821 14.349 8.57058 11.7352 6.64512 13.7395C4.81697 15.6422 7.37058 17.4982 8.19473 18.2938C9.08366 19.1517 11.2245 21.5122 12.0462 22L12.0465 21.9997Z" fill="#124C95"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M5 9.58476C5.96257 8.95983 6.55604 8.26517 7.60465 7.59066C8.50428 7.01196 9.44375 6.50607 10.5402 6.00174C17.6124 2.74849 25.8289 5.05453 31 10C27.2477 3.70215 18.2062 0.848389 10.2932 4.84226C8.33222 5.83182 5.66065 7.90519 5 9.58476Z" fill="#85A3C7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
BIN
wordpress/wp-content/themes/livecarta/assets/img/logo.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
17
wordpress/wp-content/themes/livecarta/assets/img/logo.svg
Normal file
@@ -0,0 +1,17 @@
|
||||
<svg width="130" height="23" viewBox="0 0 130 23" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M4.98325 5.60386V14.5401C4.98325 15.3686 4.99058 16.1895 5.00525 17.0029H9.30646L10.8135 13.7945L11.4846 13.6928L11.2096 18.1553L11.1325 18.2343C9.32113 18.2117 7.55004 18.2004 5.81929 18.2004H3.09115C1.99843 18.2004 0.986382 18.2117 0.0550027 18.2343L0 17.6695L1.36407 17.2515C1.54741 17.1987 1.64641 17.082 1.66108 16.9012C1.66842 16.6 1.67208 16.2648 1.67208 15.8958C1.67942 15.5192 1.68308 15.105 1.68308 14.6531V5.64905C1.68308 5.27247 1.67942 4.92979 1.67208 4.62099C1.67208 4.3122 1.66842 4.02976 1.66108 3.77369C1.65375 3.57787 1.56574 3.4536 1.39707 3.40088L0.0330016 2.96028L0 2.38411C0.946047 2.41424 2.03877 2.4293 3.27816 2.4293C4.55422 2.4293 5.66161 2.41424 6.60033 2.38411L6.65533 2.96028L5.29126 3.37828C5.11525 3.42347 5.01991 3.53644 5.00525 3.7172C4.99791 3.98834 4.99058 4.37622 4.98325 4.88083C4.98325 5.37792 4.98325 5.61893 4.98325 5.60386Z" fill="#134D92"/>
|
||||
<path d="M17.2929 3.62682C17.2929 4.1465 17.1278 4.56827 16.7978 4.89213C16.4751 5.21599 16.0498 5.37792 15.5218 5.37792C15.0377 5.37792 14.6381 5.22729 14.3227 4.92602C14.0147 4.61723 13.8607 4.21805 13.8607 3.7285C13.8607 3.19376 14.0257 2.77199 14.3557 2.46319C14.6857 2.1544 15.1147 2 15.6428 2C16.1268 2 16.5228 2.1431 16.8308 2.4293C17.1388 2.70797 17.2929 3.10714 17.2929 3.62682ZM12.4526 8.23616C14.2567 7.95749 15.8408 7.66752 17.2048 7.36626L17.3259 7.45664C17.2819 8.49599 17.2598 9.60314 17.2598 10.7781V15.0372C17.2598 15.9334 17.2672 16.5586 17.2819 16.9125C17.2965 17.1159 17.3882 17.2439 17.5569 17.2967L18.9319 17.6921L18.9649 18.2343C17.8795 18.2117 16.8015 18.2004 15.7308 18.2004C14.6381 18.2004 13.56 18.2117 12.4966 18.2343L12.4416 17.6921L13.8387 17.2967C14.0074 17.2515 14.099 17.1385 14.1137 16.9577C14.1284 16.664 14.1357 16.1707 14.1357 15.4778V11.84C14.1357 10.8534 14.121 9.94583 14.0917 9.11735L12.5186 8.69935L12.4526 8.23616Z" fill="#134D92"/>
|
||||
<path d="M18.9099 7.67129C19.8706 7.69388 20.8827 7.70518 21.9461 7.70518C22.9581 7.70518 23.9262 7.69388 24.8502 7.67129L24.9162 8.21356L23.7392 8.55248C24.2085 9.96089 24.7622 11.5011 25.4003 13.1731C25.5689 13.6175 25.7413 14.107 25.9173 14.6418C26.1006 14.1221 26.284 13.6325 26.4673 13.1731C27.054 11.6593 27.6297 10.1191 28.1944 8.55248L27.0503 8.21356L26.9953 7.67129C27.5307 7.69388 28.1981 7.70518 28.9974 7.70518C29.6575 7.70518 30.3138 7.69388 30.9665 7.67129L31.0215 8.21356L29.8335 8.54118C29.6501 8.60144 29.5071 8.7483 29.4044 8.98178C28.8324 10.3525 28.1577 11.9982 27.3803 13.9187C26.6103 15.8318 26.0309 17.2929 25.6423 18.3021L24.2342 18.4603C23.8308 17.3531 23.2441 15.8431 22.4741 13.93C21.7114 12.017 21.0624 10.3864 20.527 9.03827C20.4097 8.77466 20.2483 8.6052 20.043 8.52989L18.9429 8.21356L18.9099 7.67129Z" fill="#134D92"/>
|
||||
<path d="M41.571 17.4548C40.2143 18.1628 38.7842 18.5168 37.2808 18.5168C35.4914 18.5168 34.0283 18.0649 32.8916 17.1611C31.7622 16.2498 31.1975 14.9091 31.1975 13.1392C31.1975 11.4521 31.7402 10.0776 32.8256 9.01567C33.9183 7.94619 35.3081 7.41145 36.9948 7.41145C38.4689 7.41145 39.6056 7.82192 40.405 8.64286C41.2117 9.45627 41.6151 10.5822 41.6151 12.0208C41.6151 12.2392 41.604 12.4651 41.582 12.6986H34.5527C34.5527 14.2125 34.9121 15.3008 35.6308 15.9636C36.3568 16.6263 37.5448 16.9577 39.1949 16.9577C39.9943 16.9577 40.757 16.8862 41.483 16.7431L41.571 17.4548ZM38.2709 11.6028V11.3316C38.2709 10.3073 38.1425 9.57301 37.8859 9.12865C37.6365 8.68428 37.2515 8.4621 36.7308 8.4621C36.1074 8.4621 35.6088 8.7709 35.2347 9.38849C34.868 9.99855 34.6554 10.7366 34.5967 11.6028H38.2709Z" fill="#134D92"/>
|
||||
<path d="M55.6297 6.65452L55.0247 6.7562L54.1887 3.51385C53.6093 3.32556 52.9823 3.23141 52.3076 3.23141C50.6868 3.23141 49.4328 3.85654 48.5454 5.10678C47.658 6.34949 47.2143 7.98008 47.2143 9.99855C47.2143 12.1526 47.735 13.8698 48.7764 15.1502C49.8251 16.4305 51.2772 17.0707 53.1326 17.0707C54.1667 17.0707 55.2557 16.8561 56.3998 16.4268L56.5428 17.0707C55.076 18.095 53.4186 18.6072 51.5705 18.6072C49.1724 18.6072 47.2327 17.8653 45.7513 16.3816C44.2772 14.8978 43.5401 12.9434 43.5401 10.5182C43.5401 7.93489 44.3505 5.89007 45.9713 4.38375C47.592 2.87743 49.7078 2.12427 52.3186 2.12427C53.6093 2.12427 54.9294 2.27867 56.2788 2.58746L56.3448 2.70044L55.6297 6.65452Z" fill="#134D92"/>
|
||||
<path d="M64.3092 13.1731C63.1578 13.1731 62.3364 13.3237 61.845 13.625C61.3537 13.9263 61.108 14.4422 61.108 15.1727C61.108 15.8355 61.2803 16.31 61.625 16.5962C61.9771 16.8749 62.3914 17.0142 62.8681 17.0142C63.4108 17.0142 63.8838 16.8711 64.2872 16.5849L64.3092 13.1731ZM58.9299 8.50729C60.492 7.77673 61.9954 7.41145 63.4401 7.41145C64.7602 7.41145 65.7466 7.71648 66.3993 8.32653C67.0593 8.92906 67.3857 9.79896 67.3783 10.9362L67.3233 15.6359C67.3087 16.0201 67.316 16.3288 67.3453 16.5623C67.3746 16.7958 67.4407 16.9766 67.5433 17.1046C67.6533 17.2251 67.811 17.3117 68.0163 17.3644C68.229 17.4172 68.5334 17.4473 68.9294 17.4548L68.9954 17.9745C67.9687 18.336 67.085 18.5168 66.3443 18.5168C65.3469 18.5168 64.6905 18.1138 64.3752 17.308C63.4438 18.1138 62.4574 18.5168 61.416 18.5168C60.3966 18.5168 59.5569 18.2569 58.8969 17.7373C58.2369 17.21 57.9069 16.4719 57.9069 15.523C57.9069 14.3405 58.4385 13.4744 59.5019 12.9246C60.5727 12.3748 62.1751 12.0999 64.3092 12.0999L64.3202 11.2526C64.3275 10.4467 64.1368 9.85545 63.7481 9.47887C63.3668 9.09476 62.7691 8.9027 61.9551 8.9027C61.1997 8.9027 60.294 9.07216 59.2379 9.41108L58.9299 8.50729Z" fill="#134D92"/>
|
||||
<path d="M69.9194 8.23616C71.6135 7.98008 73.1609 7.69388 74.5617 7.37755L74.7267 7.46793V8.68805C76.0247 7.83698 77.3815 7.41145 78.7969 7.41145L78.8519 7.49053C78.6172 8.68805 78.3935 9.96842 78.1808 11.3316L77.5428 11.4446C77.3521 10.699 77.1651 10.1266 76.9818 9.72741C76.7984 9.32824 76.5124 9.12865 76.1237 9.12865C75.7497 9.12865 75.284 9.25669 74.7267 9.51276V14.3593C74.7267 15.5267 74.734 16.3627 74.7487 16.8674C74.756 17.0782 74.8477 17.21 75.0237 17.2628L76.5968 17.6921L76.6298 18.2343C75.4124 18.2117 74.25 18.2004 73.1426 18.2004C72.0865 18.2004 71.0305 18.2117 69.9744 18.2343L69.9194 17.6921L71.3165 17.2967C71.4925 17.2439 71.5842 17.131 71.5915 16.9577C71.5989 16.6339 71.6025 16.1707 71.6025 15.5682V11.7948C71.6025 10.5672 71.5879 9.67469 71.5585 9.11735L69.9854 8.69935L69.9194 8.23616Z" fill="#134D92"/>
|
||||
<path d="M84.1761 9.04957C84.1321 11.3994 84.1101 13.3915 84.1101 15.0259C84.1101 15.7866 84.2238 16.3138 84.4512 16.6075C84.6785 16.8937 85.1149 17.0368 85.7602 17.0368C86.2589 17.0368 86.8016 17.0067 87.3883 16.9464L87.4763 17.6243C86.3103 18.2117 85.2212 18.5055 84.2091 18.5055C83.1824 18.5055 82.3867 18.2871 81.822 17.8502C81.2647 17.4059 80.986 16.7393 80.986 15.8506C80.986 14.284 81.008 11.9982 81.052 8.99308L79.5669 8.59767L79.4679 7.98761L81.305 7.81815L82.3501 5.16327C82.9734 5.05029 83.5418 4.94109 84.0551 4.83564L84.2091 4.91472C84.1871 5.82605 84.1761 6.79386 84.1761 7.81815H87.2563V9.04957H84.1761Z" fill="#134D92"/>
|
||||
<path d="M94.9567 13.1731C93.8053 13.1731 92.9839 13.3237 92.4926 13.625C92.0012 13.9263 91.7555 14.4422 91.7555 15.1727C91.7555 15.8355 91.9279 16.31 92.2725 16.5962C92.6246 16.8749 93.0389 17.0142 93.5156 17.0142C94.0583 17.0142 94.5313 16.8711 94.9347 16.5849L94.9567 13.1731ZM89.5774 8.50729C91.1395 7.77673 92.6429 7.41145 94.0876 7.41145C95.4077 7.41145 96.3941 7.71648 97.0468 8.32653C97.7068 8.92906 98.0332 9.79896 98.0258 10.9362L97.9708 15.6359C97.9562 16.0201 97.9635 16.3288 97.9928 16.5623C98.0222 16.7958 98.0882 16.9766 98.1908 17.1046C98.3008 17.2251 98.4585 17.3117 98.6639 17.3644C98.8765 17.4172 99.1809 17.4473 99.5769 17.4548L99.6429 17.9745C98.6162 18.336 97.7325 18.5168 96.9918 18.5168C95.9944 18.5168 95.338 18.1138 95.0227 17.308C94.0913 18.1138 93.1049 18.5168 92.0635 18.5168C91.0442 18.5168 90.2044 18.2569 89.5444 17.7373C88.8844 17.21 88.5544 16.4719 88.5544 15.523C88.5544 14.3405 89.0861 13.4744 90.1494 12.9246C91.2202 12.3748 92.8226 12.0999 94.9567 12.0999L94.9677 11.2526C94.975 10.4467 94.7843 9.85545 94.3956 9.47887C94.0143 9.09476 93.4166 8.9027 92.6026 8.9027C91.8472 8.9027 90.9415 9.07216 89.8854 9.41108L89.5774 8.50729Z" fill="#134D92"/>
|
||||
<path d="M102.473 19.0465C102.55 19.0465 102.618 19.023 102.676 18.9761C102.733 18.9293 102.765 18.8707 102.772 18.8004H102.977C102.973 18.873 102.948 18.9422 102.902 19.0078C102.856 19.0734 102.794 19.1258 102.717 19.1648C102.64 19.2039 102.559 19.2234 102.473 19.2234C102.3 19.2234 102.163 19.166 102.06 19.0511C101.959 18.9355 101.908 18.7777 101.908 18.5777V18.5414C101.908 18.4179 101.931 18.3082 101.976 18.2121C102.021 18.116 102.086 18.0414 102.17 17.9883C102.256 17.9351 102.356 17.9086 102.472 17.9086C102.614 17.9086 102.732 17.9511 102.826 18.0363C102.92 18.1215 102.97 18.232 102.977 18.3679H102.772C102.765 18.2859 102.734 18.2187 102.678 18.1664C102.622 18.1133 102.554 18.0867 102.472 18.0867C102.362 18.0867 102.276 18.1265 102.215 18.2062C102.155 18.2851 102.125 18.3996 102.125 18.5496V18.5906C102.125 18.7367 102.155 18.8492 102.215 18.9281C102.275 19.007 102.361 19.0465 102.473 19.0465Z" fill="#134D92"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M104 18.5C104 19.3284 103.328 20 102.5 20C101.672 20 101 19.3284 101 18.5C101 17.6716 101.672 17 102.5 17C103.328 17 104 17.6716 104 18.5ZM103.818 18.5C103.818 19.228 103.228 19.8182 102.5 19.8182C101.772 19.8182 101.182 19.228 101.182 18.5C101.182 17.772 101.772 17.1818 102.5 17.1818C103.228 17.1818 103.818 17.772 103.818 18.5Z" fill="#134D92"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M115.778 8.57423C117.941 6.63517 118.943 4.24131 122.119 7.26513C123.032 8.13422 123.854 8.95591 124.755 9.84203C125.427 10.5027 126.795 11.5026 126.739 13.0306C126.686 14.4674 125.415 15.634 123.862 15.496C122.13 15.342 121.617 13.8785 122.607 13.7059C123.155 13.6104 123.125 13.885 123.505 14.0784C125.152 14.9152 126.188 12.4334 124.772 11.7795C123.55 11.2159 122.823 12.3682 121.664 13.4973C119.81 15.3023 117.539 18.4205 115.315 16.3085L110.158 11.1656C108.847 9.46084 110.416 6.63983 112.901 7.18847C113.676 7.35979 114.019 7.79272 114.431 8.19786C115.339 9.09267 116.156 9.87337 117.059 10.7805C117.51 11.2339 117.902 11.5781 118.358 12.0289C118.77 12.4353 119.446 12.8229 118.831 13.5582C117.936 13.8278 117.816 13.023 116.891 13.1241C116.251 13.1939 115.757 13.7709 115.76 14.4107C115.762 15.0244 116.61 16.6887 118.419 14.8951L122.047 11.3457C122.245 11.1653 122.421 10.974 122.667 10.803C122.875 10.6581 123.151 10.5789 123.364 10.3777C123.03 9.87192 120.719 7.59104 120.289 7.34629C118.821 6.51175 117.488 8.93726 116.657 9.4234L115.778 8.57455L115.778 8.57423ZM110.377 5.71176C110.781 4.66653 112.414 3.37639 113.612 2.76041C118.447 0.274951 123.972 2.0509 126.265 5.97017C123.105 2.89267 118.084 1.45742 113.763 3.48198C113.093 3.79583 112.518 4.11065 111.969 4.47079C111.328 4.89055 110.966 5.32269 110.377 5.71176ZM129.341 12.4519C130.248 6.03976 125.28 0.748869 119.611 0.0840334C112.935 -0.699081 107.8 4.10776 107.093 9.64437C106.267 16.1155 111.058 21.3802 116.821 22.0609C122.923 22.7817 128.46 18.6803 129.341 12.4519Z" fill="#134D92"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.547 13.6916C114.06 13.4031 112.789 12.0073 112.261 11.4998C111.772 11.0292 110.256 9.93176 111.341 8.80635C112.484 7.62099 113.619 9.16681 114.117 9.66129C114.686 10.2258 115.946 11.3008 116.301 11.8753C115.364 12.4529 114.942 12.5164 114.548 13.6914L114.547 13.6916ZM115.777 8.57413L116.656 9.42297C117.487 8.93684 118.82 6.51148 120.288 7.34586C120.719 7.59061 123.03 9.87166 123.363 10.3772C123.151 10.5784 122.875 10.6578 122.666 10.8026C122.42 10.9736 122.244 11.1648 122.046 11.3453L118.418 14.8946C116.609 16.6883 115.761 15.024 115.759 14.4103C115.756 13.7705 116.251 13.1934 116.89 13.1237C117.815 13.0228 117.935 13.8274 118.83 13.5577C119.446 12.8225 118.769 12.4351 118.358 12.0285C117.902 11.5777 117.509 11.2335 117.058 10.7801C116.156 9.87294 115.339 9.09224 114.43 8.19743C114.019 7.79214 113.676 7.3592 112.9 7.18805C110.416 6.6394 108.846 9.46041 110.158 11.1652L115.314 16.308C117.538 18.4202 119.81 15.3019 121.663 13.4968C122.822 12.3679 123.55 11.2156 124.771 11.7791C126.188 12.4328 125.151 14.9147 123.504 14.0779C123.124 13.8848 123.154 13.61 122.606 13.7054C121.616 13.8782 122.13 15.3416 123.861 15.4955C125.414 15.6336 126.686 14.467 126.739 13.0301C126.795 11.502 125.427 10.5023 124.755 9.84161C123.853 8.95548 123.032 8.1338 122.119 7.2647C118.943 4.24088 117.941 6.63474 115.777 8.5738L115.777 8.57413Z" fill="white"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M114.547 13.6916C114.942 12.5167 115.364 12.4532 116.3 11.8755C115.945 11.3008 114.685 10.2259 114.117 9.66146C113.619 9.16697 112.484 7.62115 111.341 8.80651C110.256 9.93176 111.772 11.0294 112.261 11.4999C112.788 12.0073 114.059 13.4033 114.547 13.6918L114.547 13.6916Z" fill="#134D92"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M110.377 5.71159C110.965 5.32268 111.328 4.89038 111.969 4.47062C112.518 4.11048 113.092 3.79566 113.762 3.48181C118.084 1.45725 123.104 2.89234 126.264 5.97C123.971 2.05073 118.447 0.274782 113.611 2.76024C112.413 3.37606 110.781 4.66636 110.377 5.71159Z" fill="#85A3C7"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 66 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 159 KiB |
|
After Width: | Height: | Size: 260 KiB |
|
After Width: | Height: | Size: 21 KiB |
@@ -0,0 +1 @@
|
||||
<svg width="15" height="31" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14 1L1 15.5 14 30" stroke="#246CB5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>
|
||||
|
After Width: | Height: | Size: 192 B |
@@ -0,0 +1 @@
|
||||
<svg width="26" height="18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.23 18h-4.11l5.207-16H23l-8.77 16zM4.11 18H0L5.207 2h7.673L4.11 18z" fill="#D9ECFF"/><path d="M24.794 1.019L16.33 17.003h-3.632l5.025-15.984h7.072zm-10.046 0L6.283 17.003H2.651L7.677 1.019h7.07z" stroke="#539AEA" stroke-width=".457"/></svg>
|
||||
|
After Width: | Height: | Size: 327 B |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 57 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 186 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 58 KiB |
|
After Width: | Height: | Size: 66 KiB |
87
wordpress/wp-content/themes/livecarta/footer.php
Normal file
@@ -0,0 +1,87 @@
|
||||
<footer class="v2">
|
||||
<div class="cont">
|
||||
<div class="footer-menu">
|
||||
<div class="fm-line show-sm">
|
||||
<div class="title">Menu</div>
|
||||
<a href="/features">Features</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/about-us">About Us</a>
|
||||
<a href="/privacy-policy">Privacy Policy</a>
|
||||
<a href="/cookies-policy">Cookies Policy</a>
|
||||
<a href="/terms-of-use">Terms of Use</a>
|
||||
<a href="/contact-us">Contact Us</a>
|
||||
<a href="/faq-page">FAQs</a>
|
||||
</div>
|
||||
<div class="fm-col hide-sm">
|
||||
<div class="title">Product</div>
|
||||
<a href="/features">Features</a>
|
||||
<a href="/blog">Blog</a>
|
||||
<a href="/about-us">About Us</a>
|
||||
</div>
|
||||
<div class="fm-col hide-sm">
|
||||
<div class="title">Legal</div>
|
||||
<a href="/privacy-policy">Privacy Policy</a>
|
||||
<a href="/cookies-policy">Cookies Policy</a>
|
||||
<a href="/terms-of-use">Terms of Use</a>
|
||||
</div>
|
||||
<div class="fm-col hide-sm">
|
||||
<div class="title">Contact</div>
|
||||
<a href="/contact-us">Contact Us</a>
|
||||
<a href="/faq-page">FAQs</a>
|
||||
</div>
|
||||
<div class="fm-col right">
|
||||
<div class="title">Follow Us</div>
|
||||
<div class="social">
|
||||
<a target="_blank" href="https://twitter.com/_livecarta"><span class="icon-twitter1"></span></a>
|
||||
<a target="_blank" href="https://www.instagram.com/livecarta"><span class="icon-instagram"></span></a>
|
||||
<a target="_blank" href="https://fb.me/likelivecarta"><span class="icon-facebook1"></span></a>
|
||||
<a target="_blank" href="https://www.linkedin.com/company/likelivecarta"><span class="icon-linkedin"></span></a>
|
||||
<a target="_blank" href="https://www.pinterest.com/livecarta"><span class="icon-pinterest"></span></a>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
<a href="#" class="logo">
|
||||
<img src="<?= get_theme_file_uri('/assets/img/livercarta-footer.png'); ?>" alt="LiveCarta livecarta">
|
||||
</a>
|
||||
<p>© <?=date("Y"); ?> <?= get_option('lawcarta_company'); ?>. All rights reserved</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="fm-col right fm-fixed">
|
||||
<div class="title">Subscribe</div>
|
||||
<div class="sub-input">
|
||||
<div id="mc_embed_signup">
|
||||
<form action="https://lawcarta.us12.list-manage.com/subscribe/post?u=f1055fdbaf5889ec432f2821f&id=a0685621c3" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
|
||||
<div id="mc_embed_signup_scroll">
|
||||
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Enter your Email" required>
|
||||
|
||||
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_f1055fdbaf5889ec432f2821f_a0685621c3" tabindex="-1" value=""></div>
|
||||
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
<?php if(1):?>
|
||||
<div class="app-download">
|
||||
<div class="title">Download our app</div>
|
||||
<a target="_blank" href="https://apps.apple.com/us/app/livecarta/id1505717341" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/app-store.png'); ?>" alt=""></a>
|
||||
<!--a target="_blank" href="https://play.google.com/store/apps/details?id=com.teqspring.apps.livecarta" class="app-download"><img src="<?= get_theme_file_uri('/assets/img/google-store.png'); ?>" alt=""></a-->
|
||||
</div>
|
||||
<?php endif;?>
|
||||
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
</div><!-- .wrapper -->
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
<link rel="stylesheet" href="<?= get_theme_file_uri('/assets/js/splide/splide.min.css'); ?>">
|
||||
<script src="<?= get_theme_file_uri('/assets/js/splide/splide.min.js'); ?>"></script>
|
||||
<script src="<?= get_theme_file_uri('/assets/js/featuresScroll.js'); ?>"></script>
|
||||
<script src="<?= get_theme_file_uri('/assets/js/faqSearch.js'); ?>"></script>
|
||||
<script src="<?= get_theme_file_uri('/assets/js/promoImage.js'); ?>"></script>
|
||||
<script src="<?= get_theme_file_uri('/assets/js/sliderScript.js'); ?>"></script>
|
||||
<script src="<?= get_theme_file_uri('/assets/js/customPopups.js'); ?>"></script>
|
||||
</body>
|
||||
</html>
|
||||
15
wordpress/wp-content/themes/livecarta/functions.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Enqueue scripts and styles.
|
||||
*/
|
||||
function livecarta_scripts() {
|
||||
|
||||
if(is_front_page()){
|
||||
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'),['lawcarta-style-index'],'5.2.3.2');
|
||||
}else{
|
||||
wp_enqueue_style('livecarta-style-index', get_theme_file_uri('/assets/css/live-main-page.min.css'),['lawcarta-style-index'],'5.2.3.2');
|
||||
wp_enqueue_style('lawcarta-style', get_stylesheet_uri(), ['livecarta-external-style']);
|
||||
}
|
||||
}
|
||||
add_action('wp_enqueue_scripts', 'livecarta_scripts');
|
||||
125
wordpress/wp-content/themes/livecarta/page_home.php
Normal file
@@ -0,0 +1,125 @@
|
||||
<?php
|
||||
/**
|
||||
* Template Name: Home Page
|
||||
*/
|
||||
$posts = get_posts(['posts_per_page' => 3]);
|
||||
get_header();
|
||||
?>
|
||||
|
||||
<div class="content no-pb">
|
||||
<div class="main-page">
|
||||
<?php the_content();?><!--home page content from wp admin wysiwyg -->
|
||||
<?php if($posts):?>
|
||||
<div class="mp-blog">
|
||||
<div class="cont">
|
||||
<div class="promo-header">
|
||||
<div class="cont">
|
||||
<h3>More from the Blog</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bp-list">
|
||||
<div class="cont">
|
||||
<?php foreach ($posts as $post): ?>
|
||||
<a href="<?=get_permalink(); ?>" class="bp-block <?php $categories = get_the_category(); foreach($categories as $category):?><?= $category->slug; ?> <?php endforeach;?>">
|
||||
<span class="bp-img" style="background-image: url(<?=get_the_post_thumbnail_url(); ?>);"></span>
|
||||
<span class="bp-title"><span class="cont-overflow"><?=get_the_title($post); ?></span></span>
|
||||
<span class="bp-description"><span class="cont-overflow"><?=get_the_excerpt(); ?></span></span>
|
||||
</a>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<div class="mp-small-block bot-flex">
|
||||
<div class="cont">
|
||||
<div class="flex">
|
||||
<div class="left">
|
||||
<div class="promo-header">
|
||||
<div class="cont">
|
||||
<h3>Interested? Get to know more</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a href="/book-a-demo/" class="button xxl mp-top-right" tabindex="0">Book a demo</a>
|
||||
<a href="/user/registration" class="button xxl mp-top-left" tabindex="0">Sign up for free</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="right">
|
||||
<div class="subscribe-block">
|
||||
<div class="sb-img">
|
||||
<picture>
|
||||
<source srcset="<?= get_theme_file_uri('/assets/img/home-page/subscription.webp'); ?>" type="image/webp">
|
||||
<img src="<?= get_theme_file_uri('/assets/img/home-page/subscription.png'); ?>" alt="Feature">
|
||||
</picture>
|
||||
</div>
|
||||
<div class="sb-text">
|
||||
<div class="sb-line1">Subscribe and receive exclusive tips and offers! </div>
|
||||
<div class="sb-line2">You can unsubscribe at any time.</div>
|
||||
</div>
|
||||
<div class="sub-input">
|
||||
<?php
|
||||
the_widget( 'SubscribeToLc_Widget', [], ['code' => 'a0685621c3'] );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
(function(){
|
||||
|
||||
var lines = [
|
||||
'customized learning experiences.',
|
||||
'online publishing.',
|
||||
'customized teaching experiences.'
|
||||
];
|
||||
var currentTextNum = 0;
|
||||
|
||||
function addNext(){
|
||||
var element = document.getElementById('animatedText');
|
||||
if (!element) return;
|
||||
element.innerText = lines[currentTextNum].substr(0, element.innerText.length + 1);
|
||||
|
||||
if ( element.innerText.length === lines[currentTextNum].length ) {
|
||||
setTimeout(function(){
|
||||
clearCurrent();
|
||||
}, 1000);
|
||||
} else {
|
||||
setTimeout(function(){
|
||||
addNext();
|
||||
}, 30);
|
||||
}
|
||||
}
|
||||
|
||||
function clearCurrent(){
|
||||
var element = document.getElementById('animatedText');
|
||||
element.innerText = element.innerText.slice(0, -1);
|
||||
|
||||
if ( element.innerText.length > 0 ) {
|
||||
setTimeout(function(){
|
||||
clearCurrent();
|
||||
}, 25);
|
||||
} else {
|
||||
currentTextNum++;
|
||||
if (currentTextNum > lines.length - 1) {
|
||||
currentTextNum = 0;
|
||||
}
|
||||
setTimeout(function(){
|
||||
addNext();
|
||||
}, 1000);
|
||||
}
|
||||
}
|
||||
|
||||
setTimeout(function(){
|
||||
addNext();
|
||||
}, 1000);
|
||||
|
||||
})();
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
get_footer();
|
||||
12
wordpress/wp-content/themes/livecarta/style.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Theme Name: LiveCarta
|
||||
Theme URI: https://www.livecarta.com
|
||||
Description: LiveCarta Theme
|
||||
Author: LiveCarta
|
||||
Author URI: https://www.livecarta.com
|
||||
Template: lawcarta
|
||||
Version: 1.0.0
|
||||
.
|
||||
LiveCarta Theme.
|
||||
.
|
||||
*/
|
||||