Commit 15750e6a by Alto

Реализация темы клиники

1 parent 9ab2f791
Showing 153 changed files with 1136 additions and 9 deletions
......@@ -3,14 +3,5 @@
# Директивы (строки) между `BEGIN WordPress` и `END WordPress`
# созданы автоматически и подлежат изменению только через фильтры WordPress.
# Сделанные вручную изменения между этими маркерами будут перезаписаны.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
\ No newline at end of file
<?php
get_header();
?>
<!--Контент страницы-->
<content class="content page_404">
<div class="container">
<div class="row d-none d-md-flex">
<div class="col-12">
<!--Хлебные крошки-->
<?php do_action( 'gen_breadcrumbs' ); ?>
</div>
</div>
</div>
<!--Блок цен-->
<div class="container">
<h1 class="text-center text-md-start">404 - Страница не найдена</h1>
<div class="row">
<div class="col-12">
<p>Такой страницы не существует или она была перемещена.</p>
<p>Почему бы не воспользоваться ссылками, указанными выше, или поискать что-нибудь полезное? Ты можешь также вернуться туда, откуда пришел, или начать сначала, открыв <a href="<?php echo get_home_url(); ?>">главную страницу</a>.</p>
</div>
</div>
</div>
</content>
<?php
get_footer();
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
/*!
* Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
}
}
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
}
}
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
}
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #0d6efd;
text-decoration: underline;
}
a:hover {
color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
direction: ltr /* rtl:ignore */;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
\ No newline at end of file
/*!
* Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */
\ No newline at end of file
/*!
* Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
background-color: currentColor;
border: 0;
opacity: 0.25;
}
hr:not([size]) {
height: 1px;
}
h6, h5, h4, h3, h2, h1 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h1 {
font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
h1 {
font-size: 2.5rem;
}
}
h2 {
font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
h2 {
font-size: 2rem;
}
}
h3 {
font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
h3 {
font-size: 1.75rem;
}
}
h4 {
font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
h4 {
font-size: 1.5rem;
}
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
-webkit-text-decoration-skip-ink: none;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-right: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-right: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.2em;
background-color: #fcf8e3;
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: #0d6efd;
text-decoration: underline;
}
a:hover {
color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em;
direction: ltr ;
unicode-bidi: bidi-override;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: #d63384;
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.2rem 0.4rem;
font-size: 0.875em;
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
font-weight: 700;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: #6c757d;
text-align: right;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
display: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: right;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: right;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
}
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
direction: ltr;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
}
::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.rtl.css.map */
\ No newline at end of file
/*!
* Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){h1{font-size:2.5rem}}h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){h2{font-size:2rem}}h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){h3{font-size:1.75rem}}h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){h4{font-size:1.5rem}}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:right}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:right;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:right}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}[type=email],[type=number],[type=tel],[type=url]{direction:ltr}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.rtl.min.css.map */
\ No newline at end of file
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 10:05 PM */
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Light.eot');
src: local('Montserrat Light'), local('Montserrat-Light'),
url('Montserrat-Light.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Light.woff') format('woff'),
url('Montserrat-Light.ttf') format('truetype');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-MediumItalic.eot');
src: local('Montserrat Medium Italic'), local('Montserrat-MediumItalic'),
url('Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-MediumItalic.woff') format('woff'),
url('Montserrat-MediumItalic.ttf') format('truetype');
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Thin.eot');
src: local('Montserrat Thin'), local('Montserrat-Thin'),
url('Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Thin.woff') format('woff'),
url('Montserrat-Thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-ExtraLightItalic.eot');
src: local('Montserrat ExtraLight Italic'), local('Montserrat-ExtraLightItalic'),
url('Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-ExtraLightItalic.woff') format('woff'),
url('Montserrat-ExtraLightItalic.ttf') format('truetype');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-BoldItalic.eot');
src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
url('Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-BoldItalic.woff') format('woff'),
url('Montserrat-BoldItalic.ttf') format('truetype');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-SemiBold.eot');
src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
url('Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
url('Montserrat-SemiBold.woff') format('woff'),
url('Montserrat-SemiBold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-ExtraLight.eot');
src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'),
url('Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('Montserrat-ExtraLight.woff') format('woff'),
url('Montserrat-ExtraLight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-ExtraBoldItalic.eot');
src: local('Montserrat ExtraBold Italic'), local('Montserrat-ExtraBoldItalic'),
url('Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-ExtraBoldItalic.woff') format('woff'),
url('Montserrat-ExtraBoldItalic.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Italic.eot');
src: local('Montserrat Italic'), local('Montserrat-Italic'),
url('Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Italic.woff') format('woff'),
url('Montserrat-Italic.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Bold.eot');
src: local('Montserrat Bold'), local('Montserrat-Bold'),
url('Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Bold.woff') format('woff'),
url('Montserrat-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-LightItalic.eot');
src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
url('Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-LightItalic.woff') format('woff'),
url('Montserrat-LightItalic.ttf') format('truetype');
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-BlackItalic.eot');
src: local('Montserrat Black Italic'), local('Montserrat-BlackItalic'),
url('Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-BlackItalic.woff') format('woff'),
url('Montserrat-BlackItalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-SemiBoldItalic.eot');
src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
url('Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-SemiBoldItalic.woff') format('woff'),
url('Montserrat-SemiBoldItalic.ttf') format('truetype');
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Regular.eot');
src: local('Montserrat Regular'), local('Montserrat-Regular'),
url('Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Regular.woff') format('woff'),
url('Montserrat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Medium.eot');
src: local('Montserrat Medium'), local('Montserrat-Medium'),
url('Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Medium.woff') format('woff'),
url('Montserrat-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-ExtraBold.eot');
src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
url('Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
url('Montserrat-ExtraBold.woff') format('woff'),
url('Montserrat-ExtraBold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-Black.eot');
src: local('Montserrat Black'), local('Montserrat-Black'),
url('Montserrat-Black.eot?#iefix') format('embedded-opentype'),
url('Montserrat-Black.woff') format('woff'),
url('Montserrat-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('Montserrat-ThinItalic.eot');
src: local('Montserrat Thin Italic'), local('Montserrat-ThinItalic'),
url('Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'),
url('Montserrat-ThinItalic.woff') format('woff'),
url('Montserrat-ThinItalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
<svg width="25" height="18" viewBox="0 0 25 18" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M23.6822 0.43934C23.0964 -0.146447 22.1466 -0.146447 21.5609 0.43934L8.43221 13.568L2.56066 7.69644C1.97487 7.11065 1.02513 7.11065 0.43934 7.69644C-0.146446 8.28222 -0.146447 9.23197 0.43934 9.81776L7.24263 16.621C7.56756 16.946 8.00449 17.0907 8.42916 17.0551C8.8556 17.0924 9.29494 16.9479 9.62132 16.6215L23.6822 2.56066C24.268 1.97487 24.268 1.02513 23.6822 0.43934Z" fill="#31507B"/>
</svg>
<svg width="27" height="16" viewBox="0 0 27 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.5202 14.7849C14.5122 14.7933 14.504 14.8017 14.4957 14.8099C13.9099 15.3957 12.9602 15.3957 12.3744 14.8099L1.06069 3.49624C0.474903 2.91045 0.474903 1.9607 1.06069 1.37492C1.64648 0.789131 2.59622 0.789132 3.18201 1.37492L13.4348 11.6277L23.6885 1.374C24.2742 0.788217 25.224 0.788217 25.8098 1.374C26.3956 1.95979 26.3956 2.90954 25.8098 3.49532L14.5202 14.7849Z" fill="#798CA4"/>
</svg>
<svg width="27" height="15" viewBox="0 0 27 15" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.3505 1.08571C12.3586 1.07729 12.3667 1.06894 12.375 1.06066C12.9608 0.474875 13.9105 0.474874 14.4963 1.06066L25.81 12.3744C26.3958 12.9602 26.3958 13.9099 25.81 14.4957C25.2242 15.0815 24.2745 15.0815 23.6887 14.4957L13.436 4.24293L3.18227 14.4966C2.59649 15.0824 1.64674 15.0824 1.06095 14.4966C0.475167 13.9108 0.475166 12.9611 1.06095 12.3753L12.3505 1.08571Z" fill="#43A5FF"/>
</svg>
<svg width="74" height="74" viewBox="0 0 74 74" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="9" y="16" width="55" height="8" rx="4" fill="#D9D9D9"/>
<rect x="9" y="32" width="55" height="8" rx="4" fill="#D9D9D9"/>
<rect x="9" y="48" width="55" height="8" rx="4" fill="#D9D9D9"/>
</svg>
<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.00563 1.08582C4.37746 0.714559 4.82393 0.426557 5.31548 0.2409C5.80702 0.055242 6.33241 -0.0238314 6.85683 0.00891956C7.38125 0.0416705 7.89272 0.185498 8.35734 0.43087C8.82197 0.676243 9.22915 1.01756 9.55188 1.4322L13.3663 6.33245C14.0654 7.23132 14.3119 8.4022 14.0356 9.5072L12.8733 14.1609C12.8132 14.402 12.8164 14.6545 12.8827 14.8939C12.949 15.1333 13.076 15.3515 13.2515 15.5273L18.4726 20.7484C18.6487 20.9243 18.8672 21.0516 19.1071 21.1178C19.3469 21.1841 19.5998 21.1872 19.8411 21.1267L24.4928 19.9643C25.0381 19.828 25.6072 19.8174 26.1572 19.9334C26.7072 20.0493 27.2237 20.2888 27.6675 20.6337L32.5678 24.4459C34.3294 25.8166 34.4909 28.4197 32.9141 29.9943L30.7169 32.1916C29.1444 33.7641 26.7941 34.4547 24.6033 33.6833C18.9958 31.7103 13.9045 28.5001 9.70701 24.2908C5.498 20.094 2.2878 15.0034 0.314509 9.3967C-0.454741 7.20795 0.235884 4.85557 1.80838 3.28307L4.00563 1.08582Z" fill="#E3EAF1"/>
</svg>
<svg width="106" height="106" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M52.9 105.8C23.8 105.8 0.199951 82.2 0.199951 53.1C0.199951 24 23.8 0.400024 52.9 0.400024C82 0.400024 105.6 24 105.6 53.1C105.6 82.2 81.8999 105.8 52.9 105.8ZM52.9 3.30002C25.4 3.30002 3.09995 25.6 3.09995 53.1C3.09995 80.6 25.4 102.9 52.9 102.9C80.2999 102.9 102.7 80.6 102.7 53.1C102.7 25.6 80.2999 3.30002 52.9 3.30002Z" fill="#31507B"/>
<path d="M86.4 26C85.7 23.3 83.8 21.3 81.1 20.5C78.4 19.7 75.4 20.4 73.4 22.4L36.2 59.6C35.7 60.1 35.5 60.9 35.6 61.6C35.7 62.1 36 62.5 36.4 62.8L18.1 81C17.6 81.5 17.4 82.3 17.5 83C17.7 83.7 18.2 84.3 18.9 84.5C19.1 84.6 21.6 85.3 24.9 85.3C28.2 85.3 32.1 84.5 35.1 81.6L43.3 73.4C43.8 72.9 44 72.2 43.9 71.5L43.3 69L46.4 65.9L48.3 66.5C48.7 66.6 49.1 66.7 49.4 66.7C50.4 66.7 51.4 66.3 52.2 65.6L84.3 33.5C86.3 31.4 87 28.7 86.4 26ZM50.2 51.5L54.1 55.4L52.1 57.4L48.2 53.5L50.2 51.5ZM53.7 48.1L57.6 52L55.6 54L51.7 50L53.7 48.1ZM79.9 24.5C81.5 25 82.1 26.8 81.2 28.2C81 28.5 80.8 28.8 80.6 29L59 50.5L55.1 46.6L76.3 25.4C77.3 24.5 78.6 24.1 79.9 24.5ZM50.7 58.9L50.4 59.2L47.7 61.9H47.6L46.2 61.5L45.4 61.2L44.4 60.9L44 60.8L42 60.2L41.7 60.1L46.5 55.3L46.8 55L50.7 58.9ZM24 81.1L37.5 67.6V67.7L38.2 70.8L30.4 78.6C29 80 27.2 80.7 25.5 81.1C24.9 81.2 24.4 81.1 24 81.1Z" fill="#31507B"/>
<path d="M52.8 19.5V14.5C32.3 14.5 15.4 30.5 14 50.7L10.2 46.9C9.3 46 7.7 46 6.8 46.9C5.9 47.8 5.9 49.4 6.8 50.3L14.8 58.3C15.7 59.2 17.3 59.2 18.2 58.3L26.2 50.3C27.1 49.4 27.1 47.8 26.2 46.9C25.3 46 23.7 46 22.8 46.9L18.8 50.9C20.4 33.3 35 19.5 52.8 19.5Z" fill="#31507B"/>
<path d="M98.8 56.5L90.8 48.5C89.9 47.6 88.3 47.6 87.4 48.5L79.4 56.5C78.5 57.4 78.5 59 79.4 59.9C80.3 60.8 81.9 60.8 82.8 59.9L86.8 55.9C85.4 73.3 70.8 87.0999 53 87.0999V92.0999C73.5 92.0999 90.4 76.1 91.8 56L95.6 59.8C96.5 60.7 98.1 60.7 99 59.8C99.7 58.9 99.7 57.4 98.8 56.5Z" fill="#31507B"/>
</svg>
<svg width="107" height="107" viewBox="0 0 107 107" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M53.9 106.8C24.8 106.8 1.19995 83.2 1.19995 54.1C1.19995 25 24.8 1.40002 53.9 1.40002C83 1.40002 106.6 25 106.6 54.1C106.6 83.2 82.8999 106.8 53.9 106.8ZM53.9 4.30002C26.4 4.30002 4.09995 26.6 4.09995 54.1C4.09995 81.6 26.4 103.9 53.9 103.9C81.2999 103.9 103.7 81.6 103.7 54.1C103.7 26.6 81.2999 4.30002 53.9 4.30002Z" fill="#31507B"/>
<path d="M81.7 20.7L72.8 29.6C72.9 29.6 73 29.6 73 29.6C73.2 29.6 73.3 29.7 73.4 29.8C73.5 29.9 73.6 30.1 73.6 30.2C73.6 30.3 73.6 30.4 73.6 30.4L82.5 21.5C82.7 21.3 82.7 20.9 82.5 20.7C82.3 20.4 82 20.4 81.7 20.7Z" fill="#31507B"/>
<path d="M60.5 32.1999L51.8 40.8999L62.4001 51.4999L71.1 42.7999C71.1 42.7999 71.1 42.6999 71.1 42.5999C71.1 42.3999 71.2001 42.0999 71.3001 41.6999C71.4001 40.8999 71.6001 39.7999 71.8001 38.4999C72.1001 36.0999 72.5 33.1999 72.6 30.7999C70.5 30.8999 67.8 31.1999 65.6 31.4999C63 31.7999 61.1 32.0999 60.5 32.1999Z" fill="#31507B"/>
<path d="M21.2 83.9L22.4 85.1L26.7 89.4C26.9 89.6 27.3 89.6 27.5 89.4C27.7 89.2 27.7 88.8 27.5 88.6L23.6 84.7L22.8 83.9L32.1 74.6L28.7 71.2L19.4 80.5L21.8 82.9L18.6 79.7L14.7 75.8C14.5 75.6 14.1 75.6 13.9 75.8C13.7 76 13.7 76.4 13.9 76.6L21.2 83.9Z" fill="#31507B"/>
<path d="M25.1 65.8999L22.2 62.9999C22 62.7999 21.6 62.7999 21.4 62.9999C21.2 63.1999 21.2 63.5999 21.4 63.7999L24.7 67.0999L27.9 70.2999L33 75.3999L36.2 78.5999L39.5 81.8999C39.7 82.0999 40.1 82.0999 40.3 81.8999C40.5 81.6999 40.5 81.2999 40.3 81.0999L37.4 78.1999L36.6 77.3999L61.5 52.4999L50.9 41.7999L26 66.6999L25.1 65.8999ZM47.8 46.6999C48 46.4999 48.4 46.4999 48.6 46.6999L51.3 49.3999C51.5 49.5999 51.5 49.9999 51.3 50.1999C51.1 50.3999 50.7 50.3999 50.5 50.1999L47.8 47.4999C47.6 47.2999 47.6 46.8999 47.8 46.6999ZM44.1 50.3999C44.3 50.1999 44.7 50.1999 44.9 50.3999L47.6 53.0999C47.8 53.2999 47.8 53.6999 47.6 53.8999C47.4 54.0999 47 54.0999 46.8 53.8999L44.1 51.1999C43.9 50.9999 43.9 50.5999 44.1 50.3999ZM40.9 53.5999C41.1 53.3999 41.5 53.3999 41.7 53.5999L44.4 56.2999C44.6 56.4999 44.6 56.8999 44.4 57.0999C44.2 57.2999 43.8 57.2999 43.6 57.0999L40.9 54.3999C40.6 54.1999 40.6 53.8999 40.9 53.5999ZM37.4 57.0999C37.6 56.8999 38 56.8999 38.2 57.0999L40.9 59.7999C41.1 59.9999 41.1 60.3999 40.9 60.5999C40.7 60.7999 40.3 60.7999 40.1 60.5999L37.4 57.8999C37.2 57.6999 37.2 57.2999 37.4 57.0999ZM34.2 60.2999C34.4 60.0999 34.8 60.0999 35 60.2999L37.7 62.9999C37.9 63.1999 37.9 63.5999 37.7 63.7999C37.5 63.9999 37.1 63.9999 36.9 63.7999L34.2 61.0999C34 60.8999 34 60.4999 34.2 60.2999Z" fill="#31507B"/>
</svg>
<svg width="107" height="107" viewBox="0 0 107 107" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M53.9 106.8C24.8 106.8 1.19995 83.2 1.19995 54.1C1.19995 25 24.8 1.40002 53.9 1.40002C83 1.40002 106.6 25 106.6 54.1C106.6 83.2 82.9 106.8 53.9 106.8ZM53.9 4.30002C26.4 4.30002 4.09995 26.6 4.09995 54.1C4.09995 81.6 26.4 103.9 53.9 103.9C81.3 103.9 103.7 81.6 103.7 54.1C103.7 26.6 81.3 4.30002 53.9 4.30002Z" fill="#31507B"/>
<path d="M17.4999 73.9L19.7999 71.6C22.9999 78.1 27.6999 83.5 33.6999 87.4C39.7999 91.4 46.6999 93.6 53.7999 93.6C54.4999 93.6 55.0999 93.6 55.7999 93.5C65.4999 93 74.8999 88.2 81.5999 80.6C84.7999 76.9 87.2999 72.7 88.8999 68.1C90.5999 63.3 91.1999 58.3 90.7999 53.3C89.8999 42.7 84.4999 33.3 76.5999 27.1L78.4999 24.1C78.7999 24.3 79.1999 24.6 79.4999 24.8C80.0999 25.2 80.9999 25.1 81.3999 24.5C81.7999 23.9 81.6999 23 81.0999 22.6C79.1999 21.2 77.2999 19.9 75.2999 18.5C74.6999 18.1 73.7999 18.2 73.3999 18.8C72.9999 19.4 73.0999 20.3 73.6999 20.7C74.0999 21 74.4999 21.3 74.8999 21.6L72.9999 24.6C68.2999 21.7 62.9999 19.8 57.2999 19.2V14.7H59.7999C61.0999 14.7 62.0999 13.7 62.0999 12.4C62.0999 11.1 61.0999 10.1 59.7999 10.1H47.9999C46.6999 10.1 45.6999 11.1 45.6999 12.4C45.6999 13.7 46.6999 14.7 47.9999 14.7H50.5999V19.1C43.7999 19.7 37.0999 22.2 31.4999 26.4C24.9999 31.5 19.9999 38.7 17.6999 46.7C17.2999 48.2 18.0999 49.7 19.5999 50.2C21.0999 50.6 22.5999 49.8 23.0999 48.3C27.0999 34.4 39.6999 24.7 53.7999 24.7C53.9999 24.7 54.1999 24.7 54.3999 24.7C70.3999 25 83.9999 37.8 85.2999 53.8C85.9999 62.2 83.1999 70.4 77.4999 77C71.7999 83.5 63.7999 87.5 55.5999 88C43.0999 88.7 31.1999 81.4 25.1999 69.7H27.9999C29.0999 69.7 29.5999 68.4 28.7999 67.7L17.6999 56.7C16.9999 56 15.6999 56.5 15.6999 57.5L15.5999 73.1C15.4999 74.2 16.7999 74.7 17.4999 73.9Z" fill="#31507B"/>
<path d="M45.9608 44.4711L45.9242 44.4447L45.8868 44.4198C44.5157 43.5057 42.2588 43.2925 40.7474 45.0198C39.9855 45.8346 39.7089 46.8827 39.7389 47.7832C39.7688 48.6792 40.1116 49.7047 40.938 50.4778L46.4017 56.462C46.4876 60.3677 49.6733 63.5 53.5999 63.5C57.5806 63.5 60.7999 60.2807 60.7999 56.3C60.7999 52.3193 57.5806 49.1 53.5999 49.1C53.2202 49.1 52.857 49.1274 52.5045 49.1827L45.9608 44.4711ZM30.5999 52.5H28.6619C30.3441 41.5729 39.0287 32.9173 50.1999 31.3347V33.5C50.1999 35.8996 52.2487 37.4 54.1999 37.4C56.5995 37.4 58.0999 35.3511 58.0999 33.4V31.4065C68.7155 33.2207 77.0853 41.6119 78.8162 52.3H76.8999C74.9907 52.3 72.988 53.7365 72.9027 56.0463C72.6969 58.4495 74.74 60.2 76.7999 60.2H78.7536C77.1609 70.8918 68.7261 79.3761 57.9999 81.1958V79.2C57.9999 76.8004 55.951 75.3 53.9999 75.3C51.6003 75.3 50.0999 77.3488 50.0999 79.3V81.457C43.7582 80.5312 38.2299 77.2746 34.3131 72.5563C35.8794 70.8201 36.1235 67.988 34.1677 66.0322L28.8007 60.6652C28.7855 60.5774 28.771 60.489 28.7573 60.4H30.6999C33.0995 60.4 34.5999 58.3511 34.5999 56.4C34.5999 54.0004 32.5511 52.5 30.5999 52.5Z" stroke="#31507B" stroke-width="5"/>
</svg>
<svg width="106" height="106" viewBox="0 0 106 106" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M90.3 56.5C87.8 55.8 85.3 56.9 84 58.9L81 58.1C81.4 56.2 81.6 54.2 81.6 52.2C81.6 47.5 80.5 43 78.5 39.1L81.3 37.5C83.1 39.1 85.8 39.5 88 38.2C90.7 36.6 91.6 33.2 90.1 30.4C88.5 27.7 85.1 26.8 82.3 28.3C80.1 29.6 79.1 32.1 79.6 34.4L76.8 36C73.2 30.6 67.9 26.4 61.6 24.3L62.4 21.2C64.8 21.1 67 19.5 67.6 17C68.4 14 66.6 10.9 63.6 10C60.6 9.2 57.5 11 56.6 14C55.9 16.5 57 19 59 20.3L58.2 23.4C56.3 23 54.3 22.8 52.3 22.8C47.6 22.8 43.1 23.9 39.2 25.9L37.6 23.1C39.2 21.3 39.6 18.6 38.3 16.4C36.7 13.7 33.3 12.8 30.5 14.3C27.8 15.9 26.9 19.3 28.4 22.1C29.7 24.3 32.2 25.3 34.5 24.8L36.1 27.6C30.7 31.2 26.5 36.5 24.4 42.8L21.3 42C21.2 39.6 19.6 37.4 17.1 36.8C14.1 36 11 37.8 10.1 40.8C9.29997 43.8 11.1 46.9 14.1 47.8C16.6 48.5 19.1 47.4 20.4 45.4L23.5 46.2C23.1 48.1 22.9 50.1 22.9 52.1C22.9 56.8 24 61.3 26 65.2L23.3 67C21.5 65.4 18.8 65 16.6 66.3C13.9 67.9 13 71.3 14.5 74.1C16.1 76.8 19.5 77.7 22.3 76.2C24.5 74.9 25.5 72.4 25 70.1L27.8 68.5C31.4 73.9 36.7 78.1 43 80.2L42.2 83.3C39.8 83.4 37.6 85 37 87.5C36.2 90.5 38 93.6 41 94.5C44 95.3 47.1 93.5 48 90.5C48.7 88 47.6 85.5 45.6 84.2L46.4 81.1C48.3 81.5 50.3 81.7 52.3 81.7C57 81.7 61.5 80.6 65.4 78.6L67 81.4C65.4 83.2 65 85.9 66.3 88.1C67.9 90.8 71.3 91.7 74.1 90.2C76.8 88.6 77.7 85.2 76.2 82.4C74.9 80.2 72.4 79.2 70.1 79.7L68.5 76.9C73.9 73.3 78.1 68 80.2 61.7L83.3 62.5C83.4 64.9 85 67.1 87.5 67.7C90.5 68.5 93.6 66.7 94.5 63.7C95.2 60.5 93.4 57.3 90.3 56.5ZM52.3 78C38.1 78 26.5 66.4 26.5 52.2C26.5 38 38.1 26.4 52.3 26.4C66.5 26.4 78.1 38 78.1 52.2C78.1 66.4 66.5 78 52.3 78Z" fill="#31507B"/>
<path d="M44.3 52.1C49.4362 52.1 53.6 47.9362 53.6 42.8C53.6 37.6638 49.4362 33.5 44.3 33.5C39.1638 33.5 35 37.6638 35 42.8C35 47.9362 39.1638 52.1 44.3 52.1Z" fill="#31507B"/>
<path d="M64.6999 68.3001C68.8421 68.3001 72.1999 64.9422 72.1999 60.8C72.1999 56.6579 68.8421 53.3 64.6999 53.3C60.5578 53.3 57.2 56.6579 57.2 60.8C57.2 64.9422 60.5578 68.3001 64.6999 68.3001Z" fill="#31507B"/>
<path d="M45.7999 68.6C48.3405 68.6 50.4 66.5405 50.4 64C50.4 61.4595 48.3405 59.4 45.7999 59.4C43.2594 59.4 41.2 61.4595 41.2 64C41.2 66.5405 43.2594 68.6 45.7999 68.6Z" fill="#31507B"/>
<path d="M65.521 42.3589C65.5762 40.7031 64.2785 39.316 62.6227 39.2609C60.9668 39.2058 59.5798 40.5034 59.5246 42.1593C59.4695 43.8151 60.7671 45.2022 62.423 45.2573C64.0789 45.3124 65.4659 44.0148 65.521 42.3589Z" fill="#31507B"/>
<path d="M52.9 105.8C23.8 105.8 0.199951 82.2 0.199951 53.1C0.199951 24 23.8 0.400024 52.9 0.400024C82 0.400024 105.6 24 105.6 53.1C105.6 82.2 81.8999 105.8 52.9 105.8ZM52.9 3.30002C25.4 3.30002 3.09995 25.6 3.09995 53.1C3.09995 80.6 25.4 102.9 52.9 102.9C80.2999 102.9 102.7 80.6 102.7 53.1C102.7 25.6 80.2999 3.30002 52.9 3.30002Z" fill="#31507B"/>
</svg>
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!