@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 1260px;
  --transition: .3s ease;
  --default-font-family: "Raleway";
  --heading-font-family: "Cormorant Garamond";
  --sp: 64px;
  --primary-1: #005346;
  --primary-2: #E2B145;
  --secondary: #152B29;
  --neutral-1: #F5F5F7;
  --neutral-3: #D9E5E3;
  --neutral-4: #92A09E;
  --white: #FFFFFF;
  --black: #212425;
  --grey-100: #F1F1F1;
  --grey-300: #E8E8E8;
  --grey-400: #AAADAD;
  --grey-700: 626667;
  --red: #FF3F3F;
  --green: #00E067;
  --fz-default: 16px;
  --h1: 60px;
  --h2: 42px;
  --h3: 40px;
  --h4: 30px;
  --h5: 20px;
  --h6: 14px;
  --l: 20px;
  --m: 18px;
  --s: 14px;
  --xs: 12px;
  --xxs: 10px;
}

body {
  font: 400 var(--fz-default) var(--default-font-family), Helvetica, Arial, sans-serif;
  background: #fff;
  min-width: 360px;
  color: var(--secondary);
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums proportional-nums;
}

body.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

body:not(.single-post) .wrapper {
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

[class*=__container] [class*=__container] {
  padding: 0;
}

.breadcrumbs {
  font: 12px "Raleway";
  letter-spacing: 0.12px;
  text-transform: uppercase;
  font-variant-numeric: lining-nums proportional-nums;
}

.breadcrumbs .breadcrumb_last {
  color: var(--neutral-4, #92A09E);
}

.breadcrumbs a {
  text-decoration: none;
  color: #fff;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid var(--red) !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid var(--green) !important;
}

h1,
._h1 {
  font: 700 var(--h1)/130% var(--heading-font-family);
}

h2,
._h2 {
  font: 600 var(--h2)/130% var(--heading-font-family);
  letter-spacing: 0.42px;
  text-transform: uppercase;
}

h3,
._h3 {
  font: 800 var(--h3)/130% var(--heading-font-family);
}

h4,
._h4 {
  font: 800 var(--h4)/133% var(--heading-font-family);
}

h5,
._h5 {
  font: 600 var(--h5)/140% var(--default-font-family);
}

h6,
._h6 {
  font: 700 var(--h6)/140% var(--heading-font-family);
}

a {
  color: var(--secondary);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._primary {
  color: var(--primary);
}

._secondary {
  color: var(--secondary);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

.title {
  font: 500 42px/1.3 "Cormorant Garamond";
  color: #005346;
}

._e {
  display: flex;
  flex-flow: column;
  gap: 15px;
  line-height: 150%;
}

._e strong,
._e b {
  font-weight: 600;
}

._e em {
  font-style: italic;
}

._e ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
}

._e ul li {
  position: relative;
  padding-left: 20px;
}

._e ul li:before {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #005346;
}

.btn {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 10px 0;
  background: var(--primary-2, #E2B145);
  color: var(--secondary-2, #FFF);
  font-weight: 600;
  height: 52px;
  display: inline-flex;
  padding: 0 25px;
  align-items: center;
  text-decoration: none;
}

.subm {
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
}

.subm {
  font: 600 16px/1.4 "Raleway";
  cursor: pointer;
  border: none;
  display: block;
  margin: 0 auto;
  height: 52px;
  background: #E2B145;
  border-radius: 10px 0px;
  width: 100%;
  color: #FFFFFF;
  max-width: 268px;
}

.form {
  padding: 30px;
  max-width: 675px;
  width: 100%;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.06);
}

.form h3 {
  font: 400 20px/1.5 "Raleway";
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
  margin-bottom: 20px;
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.form .input {
  width: 100%;
  height: 54px;
  background: #F5F5F7;
  border: none;
  border-radius: 5px;
  padding-left: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  display: block;
}

.form .input__wrap {
  width: 100%;
  max-width: 49%;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}

.form .input__label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  display: block;
}

.form .input::-moz-placeholder {
  font: 400 16px/1.5 "Raleway";
  color: #92A09E;
}

.form .input:-ms-input-placeholder {
  font: 400 16px/1.5 "Raleway";
  color: #92A09E;
}

.form .input::placeholder {
  font: 400 16px/1.5 "Raleway";
  color: #92A09E;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading.svg) 50% no-repeat;
  z-index: 10;
}

.form.loading:before {
  display: block;
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.form textarea {
  font: 400 16px/1.5 "Raleway";
  width: 100%;
  min-height: 105px;
  background: #F5F5F7;
  border-radius: 5.00039px;
  border: none;
  resize: none;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
  padding-left: 15px;
  padding-top: 15px;
}

.form textarea::-moz-placeholder {
  font: 400 16px/1.5 "Raleway";
  color: #92A09E;
}

.form textarea:-ms-input-placeholder {
  font: 400 16px/1.5 "Raleway";
  color: #92A09E;
}

.form textarea::placeholder {
  font: 400 16px/1.5 "Raleway";
  color: #92A09E;
}

.form__add_inf {
  text-align: center;
  font: 400 12px/1.5 "Raleway";
  margin-top: 20px;
  color: #74807E;
}

.form__add_inf a {
  -webkit-text-decoration-line: underline;
  color: #005346;
  text-decoration-line: underline;
}

form .input__wrap_textarea {
  max-width: 100% !important;
}

.contact__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal__form {
  max-width: 525px;
}

.modal-main {
  max-width: 1054px;
  display: flex;
  width: 100%;
  border-radius: 10.0008px;
  overflow: hidden;
}

.modal-main__photo {
  width: 100%;
  max-width: 530px;
  background: 50%/cover no-repeat;
  min-height: 100%;
}

.header {
  position: relative;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 5px 40px rgba(98, 98, 98, 0.1);
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.header__logo {
  width: 65px;
  background: url("../img/logo.webp") 50%/contain no-repeat;
  aspect-ratio: 65/61;
  flex-shrink: 0;
}

.header__menu {
  display: flex;
  gap: 50px;
}

.header__menu li a {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.4s all;
  color: #152b29;
}

.header__menu li:hover a {
  color: #005346;
}

.header__menu__active {
  display: flex;
}

.header__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.4s all;
}

.header__phone::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1C0 0.44772 0.44772 0 1 0H3.15287C3.64171 0 4.0589 0.35341 4.13927 0.8356L4.87858 5.27147C4.95075 5.70451 4.73206 6.13397 4.3394 6.3303L2.79126 7.10437C3.90756 9.8783 6.12168 12.0924 8.8956 13.2087L9.6697 11.6606C9.866 11.2679 10.2955 11.0492 10.7285 11.1214L15.1644 11.8607C15.6466 11.9411 16 12.3583 16 12.8471V15C16 15.5523 15.5523 16 15 16H13C5.8203 16 0 10.1797 0 3V1Z' fill='%23005346'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.header__phone:hover {
  color: #005346;
}

.header__social {
  display: flex;
  gap: 10px;
}

.header__social-link {
  position: relative;
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.header__social-link--facebook {
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F5F5F7'/%3E%3Cpath d='M21 17.5V15.5C21 14.948 21.448 14.5 22 14.5H23V12H21C19.343 12 18 13.343 18 15V17.5H16V20H18V28H21V20H23L24 17.5H21Z' fill='%23005346'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.header__social-link--instagram {
  background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23F5F5F7'/%3E%3Crect x='13' y='13' width='14' height='14' rx='4' fill='%23005346'/%3E%3Ccircle cx='20' cy='20' r='3.25' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='24.75' cy='15.75' r='0.75' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.hamburger {
  height: 26px;
  width: 32px;
  top: 17px;
  left: 20px;
  z-index: 100;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #005346;
}

.line_1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.line_2 {
  transition: transform 0.2s ease-in-out;
}

.line_3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.hamburger_active .line_1 {
  transform: rotate(45deg);
}

.hamburger_active .line_2 {
  transform: scaleY(0);
}

.hamburger_active .line_3 {
  transform: rotate(-45deg);
}

.main {
  padding: 50px 0;
  background: var(--primary-1);
  color: var(--white);
}

.main__container {
  display: flex;
  gap: 66px;
}

.main__content {
  padding-top: 50px;
  display: flex;
  flex-flow: column;
  gap: 40px;
}

.main__list {
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.main__list li {
  font-size: var(--m);
  line-height: 150%;
  display: flex;
  gap: 14px;
}

.main__list li:before {
  content: "";
  margin-top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  background: #e2b145;
  border-radius: 50%;
  flex-shrink: 0;
}

.main__button {
  margin-top: 30px;
  margin-right: auto;
}

.main__image {
  height: 640px;
  position: relative;
}

.main__image-photo {
  border-radius: 110px 0px;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 760/640;
  height: 100%;
  background: url("../img/main_bg.webp") 50%/contain no-repeat;
}

.services {
  padding: 86px 0;
  background: #fff;
}

.services__container {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.services__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.services__title {
  color: var(--primary-1, #005346);
}

.services__text {
  max-width: 630px;
  font-size: var(--m);
  line-height: 150%;
}

.services__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, minmax(358px, 1fr));
  gap: 20px;
}

.services .item {
  display: flex;
  background: #FFFFFF;
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.06);
  border-radius: 0px 40px;
  padding: 48px 94px 48px 48px;
}

.services .item__number {
  font: 500 60px "Cormorant Garamond";
  margin-right: 35px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #E2B145;
}

.services .item h5 {
  color: #005346;
}

.reason {
  padding: 100px 0;
  background: #005346;
  color: #fff;
}

.reason__title {
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
}

.reason-block {
  margin-top: 70px;
  display: flex;
  gap: 140px;
}

.reason-block__items {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.reason-item {
  position: relative;
  display: flex;
}

.reason-item:not(:last-child):after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 35%;
  left: 60px;
  opacity: 0.5;
  z-index: 1;
}

.reason-item:last-child .reason-item__text {
  padding-bottom: 0;
  border-bottom: none;
}

.reason-item__num {
  position: relative;
  width: 100%;
  max-width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font: 500 50px "Cormorant Garamond";
  line-height: 1.3;
  color: #E2B145;
  font-variant-numeric: lining-nums proportional-nums;
  margin-right: 30px;
  z-index: 2;
  background: #005346;
}

.reason-item__text {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.reason-item__text h4 {
  font: 600 var(--h5)/140% var(--default-font-family);
}

.reason-block__items:first-child::after {
  content: "";
  margin-top: 10px;
  display: block;
  width: 570px;
  height: 163px;
  background: url("../img/saivena-text.webp") 50%/contain no-repeat;
}

.reason-block__items:last-child::after {
  display: none;
  content: "";
  margin-top: 10px;
  width: 570px;
  height: 163px;
  background: url(../img/saivena-text.webp) 50%/contain no-repeat;
}

.guarantee {
  padding: 100px 0 0;
}

.guarantee__title {
  text-align: center;
  text-transform: none;
  font-weight: 700;
  color: var(--primary-1, #005346);
}

.guarantee__items {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.guarantee .item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #FFFFFF;
  padding: 22px;
  box-shadow: 7.01908px 16.8458px 37.903px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
}

.guarantee .item__icon {
  aspect-ratio: 1/1;
  width: 35px;
  background: 50%/contain no-repeat;
}

.founder {
  padding: 86px 0;
}

.founder__container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.founder__photo {
  display: block;
  background: 50%/contain no-repeat;
  width: 482px;
  aspect-ratio: 482/523;
}

.founder__blockquote {
  max-width: 715px;
  display: flex;
  flex-flow: column;
  gap: 28px;
}

.founder__blockquote-text {
  position: relative;
  padding: 0 45px;
  font-variant-numeric: lining-nums proportional-nums;
}

.founder__blockquote-text strong {
  font-style: italic;
  font-weight: 700;
}

.founder__blockquote-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -21px;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M14.2139 27.2932C16.6794 27.2932 18.6312 28.115 20.0694 29.7587C21.6103 31.2996 22.3808 33.3542 22.3808 35.9224C22.3808 38.696 21.4562 40.9047 19.6071 42.5484C17.8607 44.0893 15.4466 44.8598 12.3648 44.8598C8.76928 44.8598 5.94425 43.4729 3.88968 40.6992C1.93783 37.9256 0.961914 33.9705 0.961914 28.8341C0.961914 24.2113 1.9892 19.9481 4.04377 16.0444C6.09834 12.038 9.18019 8.03159 13.2893 4.02519C13.3921 3.92246 13.5462 3.87109 13.7516 3.87109C14.0598 3.87109 14.3166 4.02519 14.5221 4.33337C14.7275 4.64156 14.7275 4.89838 14.5221 5.10383C9.48838 10.2403 6.97153 16.3012 6.97153 23.2868C6.97153 26.1632 7.48517 28.2691 8.51246 29.6046C9.43701 28.0637 11.3375 27.2932 14.2139 27.2932ZM40.8719 27.2932C43.3374 27.2932 45.2893 28.115 46.7275 29.7587C48.2684 31.2996 49.0388 33.3542 49.0388 35.9224C49.0388 38.696 48.1143 40.9047 46.2652 42.5484C44.5188 44.0893 42.1047 44.8598 39.0228 44.8598C35.4273 44.8598 32.6023 43.4729 30.5477 40.6992C28.5959 37.9256 27.62 33.9705 27.62 28.8341C27.62 24.2113 28.6472 19.9481 30.7018 16.0444C32.7564 12.038 35.8382 8.03159 39.9474 4.02519C40.0501 3.92246 40.2042 3.87109 40.4096 3.87109C40.7178 3.87109 40.9747 4.02519 41.1801 4.33337C41.3856 4.64156 41.3856 4.89838 41.1801 5.10383C36.1464 10.2403 33.6296 16.3012 33.6296 23.2868C33.6296 26.1632 34.1432 28.2691 35.1705 29.6046C36.0951 28.0637 37.9955 27.2932 40.8719 27.2932Z' fill='%23E2B145'/%3E%3C/svg%3E") 50%/contain no-repeat;
}

.founder__blockquote-text::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: -5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M35.7861 22.7068C33.3206 22.7068 31.3688 21.885 29.9306 20.2413C28.3897 18.7004 27.6192 16.6458 27.6192 14.0776C27.6192 11.304 28.5438 9.09529 30.3929 7.45164C32.1393 5.91071 34.5534 5.14025 37.6352 5.14025C41.2307 5.14025 44.0558 6.52708 46.1103 9.30075C48.0622 12.0744 49.0381 16.0295 49.0381 21.1659C49.0381 25.7887 48.0108 30.0519 45.9562 33.9556C43.9017 37.962 40.8198 41.9684 36.7107 45.9748C36.6079 46.0775 36.4538 46.1289 36.2484 46.1289C35.9402 46.1289 35.6834 45.9748 35.4779 45.6666C35.2725 45.3584 35.2725 45.1016 35.4779 44.8962C40.5116 39.7597 43.0285 33.6988 43.0285 26.7132C43.0285 23.8368 42.5148 21.7309 41.4875 20.3954C40.563 21.9363 38.6625 22.7068 35.7861 22.7068ZM9.12807 22.7068C6.66259 22.7068 4.71075 21.885 3.27255 20.2413C1.73162 18.7004 0.961163 16.6458 0.961163 14.0776C0.961163 11.304 1.88572 9.09529 3.73483 7.45164C5.48121 5.91071 7.89533 5.14025 10.9772 5.14025C14.5727 5.14025 17.3977 6.52708 19.4523 9.30075C21.4041 12.0744 22.38 16.0295 22.38 21.1659C22.38 25.7887 21.3528 30.0519 19.2982 33.9556C17.2436 37.962 14.1618 41.9684 10.0526 45.9748C9.9499 46.0775 9.79581 46.1289 9.59035 46.1289C9.28217 46.1289 9.02535 45.9748 8.81989 45.6666C8.61443 45.3584 8.61443 45.1016 8.81989 44.8962C13.8536 39.7597 16.3704 33.6988 16.3704 26.7132C16.3704 23.8368 15.8568 21.7309 14.8295 20.3954C13.9049 21.9363 12.0045 22.7068 9.12807 22.7068Z' fill='%23E2B145'/%3E%3C/svg%3E") 50%/contain no-repeat;
}

.founder__blockquote-footer {
  padding: 0 45px;
  color: var(--primary-1);
}

.founder__name {
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.founder__position {
  font: 500 var(--h5)/140% var(--default-font-family);
}

.about {
  padding: 100px 0;
  background: #005346;
}

.about__wrapper {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.about__block {
  width: 400px;
  min-height: 290px;
  background: #F5F5F7;
  border-radius: 0px 40px;
  padding: 25px 10px 25px 25px;
}

.about__block_photo {
  background: 50%/cover no-repeat;
}

.about__block_title {
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.42px;
  font: 600 42px/1.3 var(--heading-font-family);
}

.about__block_title span {
  text-transform: uppercase;
}

.about__block_num {
  display: flex;
  align-items: flex-end;
}

.about__block_num span {
  font: 500 28px var(--heading-font-family);
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: var(--primary-1);
}

.about__block_name {
  width: auto;
  margin-right: 10px;
  font: 500 80px "Cormorant Garamond";
  display: flex;
  align-items: flex-end;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #005346;
}

.about__block_name span {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  margin-bottom: 12px;
}

.about__block_text {
  color: #152B29;
  font-size: 16px;
  line-height: 150%;
}

.about__block_without {
  background: none;
}

.about__block p span {
  font-weight: 600;
}

.about__done__title {
  margin-top: 100px;
  color: #FFF;
  font: 600 42px "Cormorant Garamond";
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.about__done_wrapper {
  display: flex;
  -moz-column-gap: 100px;
  column-gap: 100px;
}

.about__done_photo {
  display: block;
  max-width: 525px;
  width: 100%;
  height: 340px;
  background: url("../img/photo-done.webp") 50%/cover no-repeat;
}

.about__done_wrapper ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  max-width: 48px;
  width: 100%;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23E2B145'/%3E%3Cpath d='M35.3961 12L36 12.8672C33.5332 14.7259 30.788 17.5867 27.7645 21.4497C25.0703 24.797 22.7504 28.4288 20.8458 32.2805L19.561 33.1478C18.8057 33.65 18.0826 34.1993 17.3961 34.7923C17.1132 33.887 16.783 32.9971 16.4069 32.1263L15.9251 31.0021C15.4251 29.738 14.7783 28.5371 13.9979 27.424C13.4998 26.7231 12.8043 26.1864 12 25.8822C13.2463 24.5675 14.3876 23.9101 15.424 23.9101C16.3105 23.9101 17.2955 25.1156 18.379 27.5268L18.9186 28.7345C21.0158 25.2463 23.5288 22.0257 26.4026 19.1435C29.0598 16.3624 32.0858 13.9588 35.3961 12Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.about__done_wrapper ul li {
  position: relative;
  color: #FFF;
  font: 400 20px/1.5 "Raleway";
  margin-bottom: 40px;
  padding-left: 60px;
}

.about__done_wrapper ul li:last-child {
  margin-bottom: 0;
}

.about__done_wrapper ul li strong {
  font-weight: 600;
}

.direction {
  padding-bottom: 100px;
}

.direction__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.direction__title {
  margin-bottom: 43px;
}

.direction__block h2 {
  text-transform: uppercase;
}

.direction__block_item {
  display: flex;
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 20px;
}

.direction__block_item:last-child {
  margin-bottom: 0;
}

.direction__block_inf {
  position: relative;
}

.direction__block_inf::before {
  content: "";
}

.direction__block_inf h5 {
  font: normal 600 20px/1.5 "Raleway";
  color: #152B29;
}

.direction__block_inf p {
  font: 400 16px/1.5 "Raleway";
  color: #152B29;
}

.direction__block_icon {
  display: block;
  width: 48px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%23E2B145'/%3E%3Cpath d='M35.3961 12L36 12.8672C33.5332 14.7259 30.788 17.5867 27.7645 21.4497C25.0703 24.797 22.7504 28.4288 20.8458 32.2805L19.561 33.1478C18.8057 33.65 18.0826 34.1993 17.3961 34.7923C17.1132 33.887 16.783 32.9971 16.4069 32.1263L15.9251 31.0021C15.4251 29.738 14.7783 28.5371 13.9979 27.424C13.4998 26.7231 12.8043 26.1864 12 25.8822C13.2463 24.5675 14.3876 23.9101 15.424 23.9101C16.3105 23.9101 17.2955 25.1156 18.379 27.5268L18.9186 28.7345C21.0158 25.2463 23.5288 22.0257 26.4026 19.1435C29.0598 16.3624 32.0858 13.9588 35.3961 12Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
  margin-right: 20px;
}

.information {
  padding-bottom: 86px;
}

.information__container {
  display: flex;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.information__background {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 715px;
  height: 433px;
  background: 50%/contain no-repeat;
  box-shadow: 0px 5px 40px rgba(98, 98, 98, 0.1);
  border-radius: 0px 110px;
}

.information__background_item {
  width: 150px;
  height: 150px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='151' height='151' viewBox='0 0 151 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='75.5' cy='75.5012' r='75' fill='white' fill-opacity='0.3'/%3E%3Ccircle cx='75.5069' cy='75.4886' r='54.8077' fill='%23E2B145'/%3E%3Cpath d='M94.9023 74.3641L64.0768 92.1612L64.0768 56.5669L94.9023 74.3641Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
  -webkit-animation: video_btn 1.5s linear infinite;
  animation: video_btn 1.5s linear infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.information__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.information__text h2 {
  font: 700 42px/1.3 "Cormorant Garamond";
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #005346;
  margin-bottom: 15px;
}

.information__text p {
  font: 500 20px/1.5 "Raleway";
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
}

.information__text p b {
  font-weight: 600;
}

.information__decor {
  width: 190px;
  height: 176px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22191%22%20height%3D%22177%22%20viewBox%3D%220%200%20191%20177%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%3Cpath%20d%3D%22M190.5%200.501221H64.5C42.0979%200.501221%2030.8968%200.501221%2022.3404%204.86096C14.8139%208.69589%208.69467%2014.8151%204.85974%2022.3416C0.5%2030.8981%200.5%2042.0991%200.5%2064.5012V176.501H126.5C148.902%20176.501%20160.103%20176.501%20168.66%20172.141C176.186%20168.307%20182.305%20162.187%20186.14%20154.661C190.5%20146.104%20190.5%20134.903%20190.5%20112.501V0.501221Z%22%20fill%3D%22%23FAD481%22%2F%3E%0D%0A%3Cmask%20id%3D%22mask0_45_275%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%22191%22%20height%3D%22177%22%3E%0D%0A%3Cpath%20d%3D%22M190.5%200.501221H64.5C42.0979%200.501221%2030.8968%200.501221%2022.3404%204.86096C14.8139%208.69589%208.69467%2014.8151%204.85974%2022.3416C0.5%2030.8981%200.5%2042.0991%200.5%2064.5012V176.501H126.5C148.902%20176.501%20160.103%20176.501%20168.66%20172.141C176.186%20168.307%20182.305%20162.187%20186.14%20154.661C190.5%20146.104%20190.5%20134.903%20190.5%20112.501V0.501221Z%22%20fill%3D%22white%22%2F%3E%0D%0A%3C%2Fmask%3E%0D%0A%3Cg%20mask%3D%22url(%23mask0_45_275)%22%3E%0D%0A%3Cpath%20d%3D%22M1.07239%209.87651C-0.245141%2012.2582%20-1.72298%2014.5477%20-3.35092%2016.7292C-5.14686%2019.1827%20-7.06609%2021.5437%20-9.10122%2023.803C-13.5024%2028.7877%20-18.5317%2033.6686%20-23.9436%2038.6313C-25.3429%2039.9134%20-26.7672%2041.1977%20-28.2166%2042.4843C-29.6659%2043.7708%20-31.1404%2045.0765%20-32.6399%2046.4014C-35.6588%2049.054%20-38.7485%2051.7244%20-41.8757%2054.4279C-54.5839%2065.4629%20-67.4912%2076.5201%20-78.7817%2089.2219C-84.1737%2095.3009%20-89.0282%20101.652%20-92.9672%20108.418C-94.8824%20111.666%20-96.5695%20115.043%20-98.0164%20118.525C-99.4353%20121.914%20-100.577%20125.413%20-101.429%20128.987C-108.194%20157.061%20-90.28%20191.935%20-66.1066%20226.501H-66.6043C-93.0137%20191.732%20-111.813%20156.805%20-105.149%20128.685C-104.275%20125.111%20-103.112%20121.614%20-101.672%20118.229C-100.173%20114.75%20-98.4369%20111.378%20-96.4749%20108.138C-92.3789%20101.38%20-87.3784%2095.0466%20-81.8448%2088.9765C-70.2889%2076.3145%20-56.873%2065.2949%20-43.5478%2054.3085C-40.2944%2051.6183%20-37.0809%2048.959%20-33.9359%2046.3174C-32.3804%2045.0131%20-30.847%2043.7119%20-29.3357%2042.4135C-27.8539%2041.127%20-26.3897%2039.8471%20-24.961%2038.5672C-19.4097%2033.6156%20-14.3738%2028.7347%20-10.0456%2023.7455C-8.08275%2021.4775%20-6.23729%2019.1106%20-4.51647%2016.654C-3.00798%2014.4551%20-1.65768%2012.1518%20-0.475766%209.76155C1.63637%205.44215%202.9501%200.919367%203.15357%20-3.4332C3.3645%20-7.68487%202.67568%20-11.9332%201.13211%20-15.9007C0.32448%20-17.9804%20-0.670441%20-19.9825%20-1.84037%20-21.8824C-3.07116%20-23.9148%20-4.44122%20-25.8596%20-5.94076%20-27.7028C-7.52684%20-29.6768%20-9.21364%20-31.5679%20-10.9944%20-33.3684C-12.8212%20-35.2584%20-14.7542%20-37.0866%20-16.769%20-38.8948C-18.817%20-40.7229%20-20.8894%20-42.509%20-23.0192%20-44.2686C-25.149%20-46.0282%20-27.3474%20-47.7812%20-29.5037%20-49.4988C-29.4263%20-49.4988%20-29.3445%20-49.4988%20-29.2627%20-49.4833C-26.8564%20-47.7502%20-24.5032%20-45.9995%20-22.1854%20-44.2089C-19.8676%20-42.4184%20-17.6073%20-40.6367%20-15.4376%20-38.8019C-13.3078%20-36.9915%20-11.2487%20-35.1545%20-9.29142%20-33.2579C-7.39161%20-31.4099%20-5.60237%20-29.5221%20-3.94806%20-27.5679C-2.38334%20-25.7182%20-0.940538%20-23.7688%200.371288%20-21.7321C1.57726%20-19.8291%202.61336%20-17.8238%203.46761%20-15.7393C5.08999%20-11.7963%205.75615%20-7.5257%205.41166%20-3.27625C4.97596%201.09843%203.42117%205.58141%201.07239%209.87651Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M8.29087%2011.3625C7.00387%2013.7343%205.55345%2016.0143%203.95001%2018.1861C2.18377%2020.6328%200.294629%2022.989%20-1.71017%2025.2458C-6.04661%2030.2383%20-11.0073%2035.1403%20-16.362%2040.146C-17.7418%2041.4432%20-19.1482%2042.739%20-20.5811%2044.0332C-22.0214%2045.3569%20-23.4787%2046.6806%20-24.9529%2048.0043C-27.9413%2050.6891%20-30.9961%2053.3894%20-34.0885%2056.1273C-46.6705%2067.3168%20-59.4585%2078.5151%20-70.5818%2091.3218C-75.8944%2097.457%20-80.6824%20103.868%20-84.5275%20110.698C-86.4051%20113.972%20-88.048%20117.375%20-89.4438%20120.88C-90.8208%20124.293%20-91.9128%20127.813%20-92.7089%20131.405C-98.8959%20158.845%20-81.683%20192.294%20-58.0705%20225.501H-58.5133C-84.3105%20191.156%20-102.409%20157.292%20-96.3126%20129.702C-95.4939%20126.125%20-94.3834%20122.62%20-92.9923%20119.223C-91.5457%20115.742%20-89.8586%20112.366%20-87.943%20109.119C-83.9586%20102.368%20-79.0333%2096.0319%20-73.5812%2089.9694C-62.2011%2077.2929%20-48.9417%2066.3218%20-35.7509%2055.4081C-32.5301%2052.7276%20-29.3514%2050.0869%20-26.2324%2047.4549C-24.6976%2046.1533%20-23.1813%2044.8576%20-21.6835%2043.5677C-20.2181%2042.2838%20-18.7755%2041.0027%20-17.3559%2039.7246C-11.8772%2034.7763%20-6.89662%2029.8831%20-2.63987%2024.8641C-0.711411%2022.5737%201.09728%2020.1857%202.77901%2017.7096C4.25758%2015.4798%205.57363%2013.147%206.717%2010.7294C8.77565%206.3524%2010.0108%201.77467%2010.1503%20-2.62658C10.292%20-6.90895%209.5335%20-11.1735%207.9234%20-15.1464C7.07953%20-17.2275%206.04897%20-19.2285%204.84428%20-21.125C3.57506%20-23.1513%202.16992%20-25.0897%200.638448%20-26.9272C-0.953128%20-28.8619%20-2.68193%20-30.7372%20-4.51478%20-32.5661C-6.37863%20-34.4435%20-8.34875%20-36.2547%20-10.3941%20-38.0417C-12.4771%20-39.8529%20-14.58%20-41.62%20-16.7449%20-43.3519C-18.9098%20-45.0837%20-21.1278%20-46.8199%20-23.3171%20-48.4988C-23.2396%20-48.4657%20-23.1577%20-48.437%20-23.0758%20-48.4061C-20.6409%20-46.6214%20-18.2502%20-44.8388%20-15.8949%20-43.0231C-13.5396%20-41.2075%20-11.2464%20-39.383%20-9.04604%20-37.5078C-6.87893%20-35.6745%20-4.78708%20-33.8081%20-2.79484%20-31.8844C-0.862373%20-30.0136%200.968296%20-28.103%202.65284%20-26.1308C4.25671%20-24.2647%205.73564%20-22.2955%207.08004%20-20.236C8.32308%20-18.3229%209.3949%20-16.3046%2010.2831%20-14.2044C11.9522%20-10.2333%2012.7468%20-5.9049%2012.4325%20-1.70441C12.0606%202.62182%2010.5687%207.09588%208.29087%2011.3625Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M15.5002%2016.4422C14.2516%2018.8287%2012.8361%2021.1239%2011.2641%2023.3109C9.534%2025.7834%207.67784%2028.1652%205.70299%2030.4469C1.43605%2035.5017%20-3.45813%2040.4792%20-8.74321%2045.5827C-10.1066%2046.8994%20-11.4973%2048.2198%20-12.9152%2049.5439C-14.3331%2050.868%20-15.7723%2052.2187%20-17.2329%2053.5958C-20.188%2056.3441%20-23.199%2059.1131%20-26.2659%2061.9027C-38.7068%2073.3645%20-51.3618%2084.8241%20-62.3229%2097.8677C-67.5682%20104.129%20-72.2614%20110.682%20-76.016%20117.634C-77.8517%20120.978%20-79.4488%20124.448%20-80.7953%20128.018C-82.1234%20131.5%20-83.1649%20135.085%20-83.9094%20138.737C-89.2939%20164.696%20-74.4369%20195.554%20-52.9895%20226.501H-53.4312C-76.9745%20193.724%20-92.801%20162.083%20-87.4607%20135.795C-86.6957%20132.167%20-85.635%20128.609%20-84.2892%20125.155C-82.8941%20121.633%20-81.2551%20118.213%20-79.384%20114.919C-75.4837%20108.088%20-70.658%20101.676%20-65.2868%2095.5435C-54.085%2082.7142%20-40.9705%2071.6567%20-27.9224%2060.6788C-24.7398%2057.9768%20-21.5993%2055.3146%20-18.5227%2052.6612C-17.0047%2051.3504%20-15.5065%2050.0447%20-14.0283%2048.7442C-12.5751%2047.4451%20-11.1483%2046.1505%20-9.74809%2044.8603C-4.33491%2039.8606%200.574711%2034.892%204.76214%2029.7907C6.66087%2027.455%208.43603%2025.0215%2010.0803%2022.5001C11.5304%2020.218%2012.8118%2017.8329%2013.9144%2015.3641C15.9021%2010.8814%2017.0727%206.20436%2017.1323%201.71509C17.2076%20-2.64172%2016.3804%20-6.96693%2014.7029%20-10.9883C13.8193%20-13.0898%2012.7568%20-15.1114%2011.527%20-17.0307C10.2228%20-19.0719%208.78638%20-21.0254%207.22691%20-22.8787C5.60582%20-24.8229%203.84559%20-26.7074%201.97715%20-28.5499C0.0799962%20-30.4278%20-1.91875%20-32.2527%20-3.98596%20-34.0466C-6.10398%20-35.8671%20-8.23525%20-37.6257%20-10.4306%20-39.36C-12.6259%20-41.0943%20-14.8874%20-42.8286%20-17.107%20-44.4988C-17.0253%20-44.4458%20-16.948%20-44.3883%20-16.8663%20-44.3397C-14.3949%20-42.4972%20-11.9743%20-40.6701%20-9.58908%20-38.801C-7.20384%20-36.932%20-4.87823%20-35.0585%20-2.64317%20-33.1541C-0.408106%20-31.2497%201.68782%20-29.3696%203.71087%20-27.4099C5.67869%20-25.5011%207.54051%20-23.5525%209.26319%20-21.5354C10.8978%20-19.6295%2012.4107%20-17.6225%2013.793%20-15.5262C15.0679%20-13.578%2016.1761%20-11.5257%2017.1058%20-9.391C18.8373%20-5.35464%2019.7075%20-0.971402%2019.4579%203.27927C19.1399%207.63156%2017.7198%2012.1363%2015.5002%2016.4422Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M23.7109%2022.3751C22.4864%2024.7954%2021.0911%2027.126%2019.5354%2029.3493C17.8288%2031.8649%2015.9912%2034.2896%2014.0303%2036.6135C9.79938%2041.7706%204.92912%2046.8547%20-0.342918%2052.0804C-1.69996%2053.4335%20-3.08585%2054.7881%20-4.50061%2056.1441C-5.91389%2057.5282%20-7.34717%2058.916%20-8.8004%2060.3074C-11.7483%2063.1258%20-14.7532%2065.9685%20-17.815%2068.8355C-30.2326%2080.6238%20-42.8789%2092.4032%20-53.7759%20105.774C-58.9969%20112.193%20-63.6518%20118.921%20-67.35%20126.057C-69.1584%20129.492%20-70.7228%20133.048%20-72.0316%20136.701C-73.325%20140.278%20-74.3272%20143.953%20-75.0283%20147.69C-79.5323%20171.353%20-67.8872%20198.693%20-49.747%20226.501H-50.1554C-70.3556%20196.517%20-83.1018%20168.029%20-78.5933%20143.782C-77.8733%20140.078%20-76.8525%20136.439%20-75.5411%20132.901C-74.1879%20129.306%20-72.5812%20125.811%20-70.733%20122.443C-66.8905%20115.482%20-62.1046%20108.941%20-56.7638%20102.678C-45.6336%2089.6011%20-32.5324%2078.3485%20-19.5087%2067.1998C-16.3315%2064.4582%20-13.2038%2061.7417%20-10.1256%2059.0503C-8.60875%2057.7223%20-7.11332%2056.3942%20-5.63937%2055.0662C-4.19502%2053.7486%20-2.77435%2052.4301%20-1.37735%2051.111C4.01678%2046.0203%208.90701%2040.9429%2013.0514%2035.7282C14.9381%2033.3325%2016.6942%2030.8374%2018.3123%2028.2537C19.7463%2025.9043%2021.0075%2023.4544%2022.086%2020.9231C24.0261%2016.3127%2025.1227%2011.5119%2025.116%206.91481C25.1224%202.45644%2024.216%20-1.95632%2022.4523%20-6.05321C21.5284%20-8.19303%2020.4226%20-10.2501%2019.147%20-12.2019C17.7974%20-14.275%2016.3144%20-16.2586%2014.7074%20-18.1403C13.0381%20-20.1124%2011.2312%20-22.0269%209.3088%20-23.895C7.70388%20-25.4643%206.02569%20-26.9937%204.29646%20-28.4988C4.37859%20-28.4257%204.46517%20-28.3549%204.55174%20-28.2774C6.80706%20-26.3518%208.99135%20-24.3952%2011.0669%20-22.3767C13.0825%20-20.4201%2014.9959%20-18.4192%2016.7673%20-16.3563C18.453%20-14.4049%2020.0151%20-12.3506%2021.4445%20-10.2054C22.7643%20-8.2117%2023.9174%20-6.113%2024.8918%20-3.9306C26.7099%200.197299%2027.6599%204.65941%2027.4779%208.99315C27.2493%2013.4199%2025.8885%2018.0081%2023.7109%2022.3751Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M31.9315%2030.3327C30.747%2032.7955%2029.3868%2035.1697%2027.8613%2037.4369C26.1942%2039.9994%2024.3927%2042.4719%2022.4644%2044.8438C18.3037%2050.1035%2013.5006%2055.3058%208.31124%2060.656C6.96626%2062.0404%205.59848%2063.4254%204.20788%2064.8112C2.8114%2066.2309%201.39431%2067.6535%20-0.0433738%2069.0791C-2.95259%2071.97%20-5.91993%2074.8822%20-8.9454%2077.8158C-21.2158%2089.9102%20-33.7245%20101.994%20-44.4388%20115.685C-49.5818%20122.273%20-54.1509%20129.171%20-57.7554%20136.481C-59.5256%20140.007%20-61.0443%20143.653%20-62.3002%20147.394C-63.5502%20151.066%20-64.5017%20154.834%20-65.1454%20158.66C-68.7058%20179.352%20-60.5454%20202.577%20-46.6041%20226.501H-47.125C-63.0374%20200.364%20-72.3368%20175.738%20-68.7235%20154.195C-68.054%20150.409%20-67.0834%20146.682%20-65.8209%20143.051C-64.5175%20139.381%20-62.959%20135.807%20-61.1568%20132.355C-57.4044%20125.248%20-52.7073%20118.553%20-47.4429%20112.155C-36.4881%2098.8016%20-23.5202%2087.3168%20-10.6428%2075.9558C-7.49963%2073.1577%20-4.40941%2070.389%20-1.37217%2067.6498C0.122905%2066.2905%201.60034%2064.9386%203.0601%2063.594C4.48749%2062.2436%205.88984%2060.8975%207.2672%2059.5559C12.5956%2054.3603%2017.4208%2049.1735%2021.4844%2043.8431C23.3371%2041.3884%2025.0562%2038.8355%2026.634%2036.1954C28.0319%2033.784%2029.2521%2031.2738%2030.2849%2028.6847C32.1611%2023.9552%2033.1765%2019.0423%2033.097%2014.3459C33.0319%209.78641%2032.0562%205.28599%2030.2275%201.10941C29.2649%20-1.06891%2028.1235%20-3.16363%2026.815%20-5.1532C25.4312%20-7.2639%2023.9124%20-9.28275%2022.268%20-11.1971C20.7229%20-13.0107%2019.0718%20-14.7735%2017.3259%20-16.4988C17.7364%20-16.11%2018.1448%20-15.7212%2018.5509%20-15.3302C20.6015%20-13.3288%2022.5483%20-11.2877%2024.3561%20-9.17805C26.079%20-7.18428%2027.6765%20-5.08534%2029.1393%20-2.89335C30.4946%20-0.857723%2031.6823%201.28472%2032.6909%203.51283C34.5781%207.72987%2035.6023%2012.2738%2035.4919%2016.7007C35.3286%2021.1939%2034.0417%2025.8594%2031.9315%2030.3327Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M35.1262%2045.6939C33.4818%2048.3165%2031.6989%2050.8502%2029.7849%2053.2842C25.6665%2058.6706%2020.8856%2064.0039%2015.7171%2069.4896C14.3805%2070.9044%2013.0173%2072.3252%2011.6275%2073.7518C10.2392%2075.2005%208.82869%2076.6574%207.39606%2078.1223C4.49241%2081.0845%201.53262%2084.071%20-1.48328%2087.0818C-13.7145%2099.4776%20-26.2116%20111.887%20-36.8477%20125.928C-41.9586%20132.699%20-46.4936%20139.786%20-50.0271%20147.288C-51.7668%20150.917%20-53.2474%20154.665%20-54.4579%20158.502C-55.6705%20162.286%20-56.5795%20166.16%20-57.1762%20170.087C-59.8856%20187.56%20-54.6396%20206.676%20-44.7279%20226.501H-45.6583C-57.349%20204.638%20-63.6363%20184.04%20-60.8405%20165.534C-60.2249%20161.647%20-59.2974%20157.815%20-58.0668%20154.076C-56.8068%20150.309%20-55.2803%20146.635%20-53.4986%20143.083C-49.8166%20135.795%20-45.1466%20128.909%20-39.916%20122.335C-29.0296%20108.643%20-16.0695%2096.843%20-3.21128%2085.1936C-0.0742682%2082.3227%203.02065%2079.4915%206.04467%2076.6713C7.53785%2075.283%209.01479%2073.8968%2010.4755%2072.5129C11.8992%2071.129%2013.2971%2069.7502%2014.6692%2068.3765C19.9862%2063.0454%2024.7737%2057.732%2028.8057%2052.2706C30.6457%2049.7522%2032.3467%2047.1358%2033.9011%2044.4329C35.2796%2041.9611%2036.4739%2039.3917%2037.4746%2036.7454C39.2956%2031.8869%2040.2438%2026.8606%2040.0843%2022.0617C39.9431%2017.3849%2038.8809%2012.7814%2036.9584%208.51305C35.9545%206.28518%2034.769%204.14319%2033.4137%202.10865C31.9828%20-0.0485671%2030.4172%20-2.11384%2028.7259%20-4.07491C27.1375%20-5.93219%2025.4316%20-7.73426%2023.6305%20-9.49878C24.0492%20-9.10568%2024.4657%20-8.71258%2024.8756%20-8.31286C26.9824%20-6.26787%2028.9829%20-4.17651%2030.8439%20-2.0233C32.6159%200.0182985%2034.2642%202.16355%2035.7798%204.40098C37.1754%206.48558%2038.4015%208.67817%2039.4462%2010.9578C41.4268%2015.2708%2042.5367%2019.9129%2042.4991%2024.4534C42.4082%2029.0491%2041.1876%2033.8347%2039.125%2038.4172C37.9692%2040.9354%2036.6328%2043.3673%2035.1262%2045.6939V45.6939Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M43.4657%2053.404C41.8635%2056.0929%2040.1178%2058.6932%2038.2363%2061.1935C34.1969%2066.718%2029.4898%2072.1784%2024.3904%2077.7891C23.0682%2079.2387%2021.7247%2080.6905%2020.3599%2082.1445C18.9891%2083.6339%2017.5935%2085.1226%2016.1728%2086.6105C13.308%2089.6402%2010.3792%2092.683%207.40865%2095.7701C-4.67209%20108.432%20-17.0217%20121.134%20-27.4717%20135.507C-32.5027%20142.447%20-36.9476%20149.715%20-40.3788%20157.383C-42.076%20161.113%20-43.5098%20164.958%20-44.6694%20168.89C-45.8316%20172.783%20-46.685%20176.762%20-47.2213%20180.79C-49.1892%20195.153%20-46.0842%20210.531%20-39.5722%20226.501H-41.1787C-49.1121%20208.823%20-53.0149%20192.086%20-50.9566%20176.659C-50.3982%20172.669%20-49.525%20168.729%20-48.3452%20164.877C-47.1333%20161.011%20-45.6547%20157.234%20-43.9201%20153.574C-40.3347%20146.08%20-35.751%20139.002%20-30.5943%20132.24C-19.8865%20118.175%20-7.0587%20106.039%205.65891%2094.0487C8.75733%2091.1008%2011.8139%2088.1927%2014.8043%2085.2913C16.2735%2083.8623%2017.7279%2082.437%2019.1676%2081.0153C20.5721%2079.5952%2021.9531%2078.1795%2023.3106%2076.7681C28.5466%2071.2989%2033.2692%2065.854%2037.2249%2060.2632C39.0278%2057.6864%2040.6882%2055.0122%2042.1986%2052.2527C43.5431%2049.7246%2044.6996%2047.1004%2045.6585%2044.4014C47.4214%2039.4426%2048.2764%2034.3026%2048.0384%2029.4101C47.8191%2024.618%2046.6811%2019.913%2044.6866%2015.5526C43.642%2013.2713%2042.4172%2011.0773%2041.024%208.99169C39.5604%206.78304%2037.9611%204.66787%2036.2354%202.65844C34.446%200.556934%2032.5177%20-1.48049%2030.4793%20-3.47151C28.7296%20-5.18631%2026.9027%20-6.8547%2025.0229%20-8.49878L25.4042%20-8.17616C27.782%20-6.12326%2030.0892%20-4.04164%2032.2929%20-1.89814C34.4372%200.18569%2036.48%202.31593%2038.3686%204.51025C40.1786%206.59368%2041.8637%208.78301%2043.4151%2011.0667C44.8568%2013.1943%2046.1307%2015.4315%2047.2253%2017.7579C49.2791%2022.1775%2050.4669%2026.9109%2050.5%2031.5713C50.4868%2036.2826%2049.3519%2041.195%2047.3531%2045.9129C46.2382%2048.5002%2044.939%2051.0037%2043.4657%2053.404V53.404Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M51.742%2059.7897C50.1661%2062.5391%2048.4406%2065.2004%2046.5731%2067.7619C42.5799%2073.3989%2037.8901%2078.9783%2032.8077%2084.6882C31.4974%2086.1625%2030.1589%2087.6413%2028.7924%2089.1244C27.4273%2090.6311%2026.0393%2092.143%2024.6284%2093.6601C21.7755%2096.7362%2018.8605%2099.8278%2015.8923%20102.948C3.84181%20115.799%20-8.48818%20128.711%20-18.8571%20143.353C-23.853%20150.43%20-28.2543%20157.84%20-31.613%20165.662C-33.2762%20169.476%20-34.672%20173.401%20-35.7903%20177.407C-36.9099%20181.393%20-37.7154%20185.46%20-38.1995%20189.57C-39.6237%20201.315%20-37.7824%20213.688%20-33.5408%20226.501H-35.9411C-41.1699%20212.443%20-43.5503%20198.998%20-42.064%20186.355C-41.5543%20182.274%20-40.7258%20178.239%20-39.586%20174.287C-38.4183%20170.329%20-36.9751%20166.457%20-35.2667%20162.699C-31.7483%20155.023%20-27.2028%20147.759%20-22.0693%20140.826C-11.4365%20126.42%201.39267%20113.952%2014.0909%20101.623C17.1856%2098.596%2020.2404%2095.6061%2023.2242%2092.6362C24.7031%2091.1619%2026.1554%2089.6994%2027.5811%2088.2487C28.9802%2086.7936%2030.3564%2085.3436%2031.7096%2083.8988C36.9318%2078.2972%2041.6282%2072.7332%2045.5459%2067.0454C47.3314%2064.4194%2048.9718%2061.6983%2050.4597%2058.894C51.7816%2056.3268%2052.9116%2053.6659%2053.8406%2050.9329C55.5421%2045.893%2056.3363%2040.6718%2056.0169%2035.7182C55.7148%2030.8254%2054.4872%2026.0338%2052.3986%2021.5959C51.3038%2019.2662%2050.0272%2017.0258%2048.5807%2014.8952C47.0603%2012.6355%2045.4022%2010.4709%2043.6159%208.41351C41.7702%206.26178%2039.7802%204.17419%2037.686%202.13525C35.5586%200.0609169%2033.3268%20-1.95814%2031.0308%20-3.94401C28.6837%20-5.95421%2026.3211%20-7.90027%2023.8964%20-9.81759C21.4716%20-11.7349%2018.9848%20-13.6478%2016.5445%20-15.4988L16.804%20-15.3285C19.5127%20-13.3028%2022.1682%20-11.2816%2024.7904%20-9.22271C27.4125%20-7.16386%2029.9837%20-5.09616%2032.455%20-2.99529C34.9263%20-0.894427%2037.2646%201.18653%2039.5251%203.35595C41.728%205.46345%2043.8222%207.62625%2045.7744%209.84875C47.6395%2011.964%2049.3801%2014.185%2050.9877%2016.5007C52.4792%2018.6653%2053.803%2020.9401%2054.9476%2023.3053C57.095%2027.7857%2058.3773%2032.6155%2058.4971%2037.3944C58.5636%2042.2154%2057.4965%2047.2552%2055.551%2052.1049C54.4694%2054.755%2053.1964%2057.3233%2051.742%2059.7897Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M60.1092%2064.4179C58.5743%2067.2117%2056.8858%2069.9191%2055.0516%2072.5277C51.1226%2078.2479%2046.5085%2083.8885%2041.4974%2089.6484C40.2026%2091.137%2038.8811%2092.6277%2037.533%2094.1207C36.1849%2095.6137%2034.8146%2097.1339%2033.4222%2098.6814C30.6033%20101.773%2027.726%20104.89%2024.7903%20108.032C12.8858%20120.935%200.69526%20133.928%20-9.48644%20148.705C-14.3977%20155.847%20-18.7058%20163.332%20-21.9586%20171.232C-23.5737%20175.092%20-24.9148%20179.06%20-25.9718%20183.108C-27.0391%20187.147%20-27.7879%20191.263%20-28.2113%20195.418C-29.2601%20205.387%20-28.0295%20215.779%20-25.0118%20226.501H-28.5771C-31.8676%20215.156%20-33.2068%20203.95%20-32.1403%20193.519C-31.6918%20189.379%20-30.9201%20185.28%20-29.8321%20181.259C-28.7188%20177.241%20-27.3267%20173.305%20-25.6658%20169.479C-22.2446%20161.671%20-17.7879%20154.277%20-12.7303%20147.216C-2.26701%20132.58%2010.4335%20119.85%2023.001%20107.255C26.063%20104.163%2029.083%20101.122%2032.0319%2098.0895C33.4865%2096.5921%2034.921%2095.1013%2036.3357%2093.6172C37.7192%2092.1448%2039.0784%2090.6724%2040.4132%2089.2001C45.5683%2083.5064%2050.198%2077.868%2054.0405%2072.1235C55.7957%2069.4784%2057.4013%2066.7377%2058.8498%2063.9144C60.1381%2061.3313%2061.2328%2058.6568%2062.1247%2055.9128C63.7566%2050.8331%2064.4706%2045.5945%2064.0781%2040.6208C63.7367%2035.6869%2062.3442%2030.8126%2060.2223%2026.3425C59.086%2023.9745%2057.768%2021.6974%2056.28%2019.5313C54.7118%2017.2372%2053.009%2015.0373%2051.1803%2012.9433C49.2934%2010.7502%2047.2623%208.62995%2045.1271%206.5495C42.9608%204.42929%2040.6926%202.37313%2038.3378%200.347886C35.9543%20-1.70607%2033.5463%20-3.69375%2031.0852%20-5.66378C28.624%20-7.63381%2026.0963%20-9.58838%2023.6152%20-11.4988C23.6994%20-11.4634%2023.7859%20-11.4347%2023.8724%20-11.3972C26.6196%20-9.3874%2029.3136%20-7.36879%2031.9765%20-5.31484C34.6394%20-3.26089%2037.2469%20-1.1981%2039.7591%200.902234C42.2713%203.00257%2044.6371%205.09848%2046.9475%207.26507C49.1892%209.38527%2051.3244%2011.5519%2053.3155%2013.7847C55.2154%2015.9114%2056.9921%2018.1442%2058.6369%2020.4722C60.1678%2022.6535%2061.5316%2024.9466%2062.7167%2027.3319C64.934%2031.844%2066.2998%2036.7271%2066.4861%2041.5903C66.6302%2046.4955%2065.6502%2051.6326%2063.7721%2056.5842C62.7436%2059.2805%2061.5194%2061.8987%2060.1092%2064.4179V64.4179Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M68.4076%2065.7919C66.9104%2068.6205%2065.257%2071.3643%2063.4552%2074.0106C59.6049%2079.7886%2055.0591%2085.4825%2050.1245%2091.2606C48.8491%2092.7577%2047.5449%2094.2541%2046.2119%2095.7497C44.8788%2097.2453%2043.5257%2098.7683%2042.1526%20100.319C39.3709%20103.412%2036.5293%20106.531%2033.6276%20109.676C21.8743%20122.565%209.83213%20135.567%20-0.165966%20150.425C-4.98727%20157.601%20-9.19537%20165.124%20-12.3392%20173.048C-13.9046%20176.934%20-15.192%20180.925%20-16.1918%20184.992C-17.2031%20189.066%20-17.8925%20193.213%20-18.2536%20197.394C-19.0913%20206.76%20-17.9581%20216.482%20-15.2498%20226.501H-19.249C-21.944%20216.393%20-23.0505%20206.428%20-22.2396%20197.046C-21.8523%20192.863%20-21.1384%20188.717%20-20.1044%20184.644C-19.0527%20180.579%20-17.7163%20176.592%20-16.1052%20172.714C-12.7902%20164.803%20-8.42439%20157.302%20-3.4409%20150.14C6.83937%20135.317%2019.4081%20122.361%2031.839%20109.527C34.8629%20106.387%2037.8379%20103.286%2040.7662%20100.201C42.2045%2098.679%2043.622%2097.1634%2045.0188%2095.6545C46.3859%2094.1573%2047.7271%2092.6639%2049.0424%2091.1742C54.1304%2085.405%2058.6939%2079.7111%2062.4643%2073.9286C64.1888%2071.275%2065.7593%2068.5251%2067.1679%2065.6923C68.4265%2063.1087%2069.4872%2060.4339%2070.3406%2057.6907C71.8959%2052.6125%2072.5402%2047.3615%2072.0758%2042.3918C71.6559%2037.4332%2070.1851%2032.5277%2067.9833%2027.9965C66.8044%2025.6049%2065.446%2023.3054%2063.9196%2021.1178C62.3127%2018.7927%2060.5701%2016.5638%2058.7006%2014.4428C56.7721%2012.2148%2054.7014%2010.0577%2052.5196%207.94493C50.3111%205.78563%2047.996%203.69057%2045.6053%201.6265C43.1791%20-0.461924%2040.7307%20-2.50606%2038.2267%20-4.51919C35.7227%20-6.53232%2033.1544%20-8.53437%2030.6304%20-10.4988L30.8881%20-10.4811C33.6742%20-8.49524%2036.4145%20-6.48581%2039.1088%20-4.45275C41.7994%20-2.42633%2044.4566%20-0.37113%2047.0073%201.73059C49.5579%203.8323%2051.9708%205.91188%2054.3148%208.0756C56.5943%2010.195%2058.7584%2012.3654%2060.8024%2014.5956C62.7431%2016.727%2064.5633%2018.9643%2066.2547%2021.2971C67.8226%2023.4884%2069.2262%2025.792%2070.4539%2028.1892C72.7513%2032.7159%2074.1954%2037.6414%2074.4665%2042.5845C74.6887%2047.5586%2073.7999%2052.783%2071.9869%2057.828C70.9895%2060.5658%2069.7932%2063.2275%2068.4076%2065.7919Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M75.776%2065.2063C74.3324%2068.0338%2072.7322%2070.7787%2070.9827%2073.4281C67.2435%2079.1853%2062.8061%2084.8454%2057.9818%2090.5695C56.734%2092.0417%2055.4596%2093.5243%2054.1587%2095.0171C52.8578%2096.51%2051.5355%2098.0109%2050.1919%2099.52C47.4737%20102.574%2044.6849%20105.644%2041.8606%20108.751C30.3691%20121.44%2018.6036%20134.273%208.89327%20148.976C4.2149%20156.081%200.144278%20163.53%20-2.85898%20171.367C-4.35444%20175.223%20-5.57297%20179.181%20-6.50532%20183.211C-7.4476%20187.259%20-8.06978%20191.374%20-8.36607%20195.52C-9.10417%20205.484%20-7.61912%20215.837%20-4.38824%20226.501H-8.7771C-11.6986%20216.327%20-13.0024%20206.268%20-12.324%20196.779C-12.0027%20192.618%20-11.3547%20188.489%20-10.3859%20184.43C-9.40048%20180.376%20-8.12803%20176.398%20-6.57823%20172.524C-3.40261%20164.623%200.827128%20157.121%205.66681%20149.966C15.6666%20135.17%2027.9669%20122.167%2040.1258%20109.266C43.0871%20106.116%2045.9975%20103%2048.8572%2099.9153C50.2627%2098.3886%2051.6483%2096.8692%2053.014%2095.3572C54.351%2093.8555%2055.6659%2092.3693%2056.9476%2090.8764C61.9177%2085.1104%2066.364%2079.4415%2070.0302%2073.7063C71.7038%2071.0786%2073.2253%2068.3571%2074.587%2065.5553C75.7986%2063.0066%2076.8145%2060.3696%2077.6257%2057.667C79.1085%2052.6562%2079.6698%2047.4665%2079.1372%2042.575C78.6466%2037.6547%2077.1085%2032.783%2074.8544%2028.2647C73.6468%2025.8752%2072.2618%2023.5794%2070.7109%2021.3967C69.078%2019.0667%2067.3123%2016.8326%2065.4226%2014.7053C63.4646%2012.4638%2061.363%2010.2996%2059.1686%208.17961C56.9366%206.0132%2054.6051%203.902%2052.1963%201.82613C49.7522%20-0.276237%2047.2837%20-2.34328%2044.7644%20-4.37497C42.2451%20-6.40667%2039.6595%20-8.43175%2037.1182%20-10.4325C37.2021%20-10.4524%2037.2861%20-10.4767%2037.3701%20-10.4988C40.1693%20-8.56425%2042.9214%20-6.59953%2045.6263%20-4.60464C48.329%20-2.61711%2050.9985%20-0.6075%2053.5642%201.45953C56.1299%203.52657%2058.5564%205.57373%2060.9166%207.70702C63.2105%209.80055%2065.4005%2011.9383%2067.4557%2014.14C69.4127%2016.2454%2071.2519%2018.4571%2072.965%2020.7651C74.5543%2022.9356%2075.9827%2025.2193%2077.2389%2027.5978C79.5858%2032.0786%2081.0974%2036.9767%2081.4377%2041.9169C81.7405%2046.8989%2080.9295%2052.1438%2079.2124%2057.2076C78.2626%2059.9536%2077.1141%2062.627%2075.776%2065.2063Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M83.1275%2061.3684C81.7361%2064.1788%2080.1879%2066.9083%2078.4902%2069.5438C74.8635%2075.2622%2070.5433%2080.8635%2065.8289%2086.5045C64.6134%2087.9629%2063.3693%2089.4168%2062.101%2090.8839C60.8326%2092.3511%2059.5379%2093.8271%2058.2277%2095.3031C55.57%2098.3059%2052.8483%20101.32%2050.0805%20104.376C38.8505%20116.818%2027.3739%20129.415%2017.9539%20143.914C13.4134%20150.909%209.49173%20158.245%206.62698%20165.963C5.2015%20169.767%204.05201%20173.67%203.18752%20177.641C2.31302%20181.641%201.75785%20185.705%201.52726%20189.793C0.83144%20201.54%203.24699%20213.796%207.99221%20226.501H3.11046C-0.978584%20214.905%20-2.99998%20203.345%20-2.39444%20192.489C-2.14073%20188.373%20-1.55976%20184.283%20-0.657094%20180.259C0.261269%20176.24%201.4659%20172.293%202.94751%20168.447C5.97961%20160.601%2010.073%20153.143%2014.7698%20146.031C24.4805%20131.328%2036.4966%20118.364%2048.3805%20105.48C51.271%20102.338%2054.1145%2099.228%2056.911%2096.1493C58.2835%2094.6306%2059.637%2093.1141%2060.9714%2091.5998C62.2749%2090.1106%2063.5543%2088.6257%2064.8094%2087.1453C69.6537%2081.4137%2073.996%2075.7991%2077.5521%2070.1316C79.175%2067.5413%2080.6455%2064.858%2081.956%2062.0953C83.1246%2059.5925%2084.0978%2057.0025%2084.867%2054.3485C86.2719%2049.4212%2086.7541%2044.3148%2086.1574%2039.5112C85.6003%2034.6501%2084.0039%2029.8355%2081.6984%2025.3434C80.4609%2022.9654%2079.0507%2020.6819%2077.4795%2018.5114C75.8236%2016.1864%2074.0355%2013.9592%2072.1243%2011.8407C70.1425%209.6112%2068.0397%207.45023%2065.8201%205.33124C63.5719%203.16365%2061.2202%201.0513%2058.798%20-1.02792C56.3384%20-3.13365%2053.8524%20-5.21065%2051.3114%20-7.25672C48.7703%20-9.30279%2046.1764%20-11.3378%2043.6221%20-13.3574C43.7014%20-13.406%2043.7851%20-13.4524%2043.8665%20-13.4988C46.6704%20-11.6221%2049.4323%20-9.70714%2052.1525%20-7.75387C54.8631%20-5.81386%2057.5429%20-3.85176%2060.1192%20-1.82116C62.6955%200.209441%2065.1529%202.24004%2067.5332%204.32368C69.8453%206.37858%2072.0472%208.48653%2074.1171%2010.6519C76.0916%2012.7239%2077.9507%2014.9036%2079.6858%2017.1812C81.2932%2019.3216%2082.7437%2021.5761%2084.0259%2023.9271C86.4172%2028.3462%2087.9894%2033.2073%2088.4034%2038.1236C88.7777%2043.0885%2088.0533%2048.323%2086.4216%2053.3807C85.5191%2056.1203%2084.4181%2058.79%2083.1275%2061.3684V61.3684Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M90.4049%2055.1244C89.0494%2057.9018%2087.535%2060.5994%2085.8691%2063.204C82.3134%2068.8389%2078.0531%2074.3522%2073.4085%2079.8787C72.2069%2081.3093%2070.9802%2082.7407%2069.7283%2084.1729C68.4763%2085.605%2067.2015%2087.0482%2065.9036%2088.5025C63.2813%2091.4361%2060.5922%2094.3829%2057.8676%2097.3696C46.7937%20109.511%2035.4643%20121.814%2026.2305%20136.035C21.7858%20142.894%2017.9589%20150.075%2015.2076%20157.628C13.834%20161.356%2012.7398%20165.181%2011.9341%20169.07C11.1153%20172.996%2010.6188%20176.982%2010.4496%20180.988C9.79404%20195.347%2013.7698%20211.01%2020.9879%20226.501H16.0988C9.55401%20212.419%205.99384%20198.094%206.55831%20184.789C6.75112%20180.746%207.27135%20176.725%208.11395%20172.765C8.97687%20168.811%2010.1258%20164.925%2011.5519%20161.137C14.4809%20153.393%2018.47%20146.048%2023.0792%20139.035C32.6063%20124.529%2044.467%20111.708%2056.192%2098.9448C59.0477%2095.8342%2061.8679%2092.7657%2064.6147%2089.7104C65.9718%2088.206%2067.3052%2086.7053%2068.6149%2085.2082C69.9038%2083.7333%2071.1669%2082.2673%2072.404%2080.8101C77.1864%2075.1486%2081.4578%2069.6221%2084.9513%2064.0536C86.5453%2061.5141%2087.9864%2058.8827%2089.2671%2056.1731C90.407%2053.7284%2091.3486%2051.1967%2092.0828%2048.6024C93.4295%2043.7794%2093.8429%2038.7773%2093.1784%2034.087C92.5539%2029.3105%2090.8783%2024.5738%2088.5115%2020.1358C87.2322%2017.7836%2085.7832%2015.527%2084.1757%2013.3837C82.4753%2011.0825%2080.648%208.87709%2078.7021%206.77754C76.6886%204.56517%2074.533%202.42359%2072.2751%200.321837C69.9861%20-1.83744%2067.5904%20-3.93255%2065.1258%20-5.99669C62.6212%20-8.08295%2060.0967%20-10.1626%2057.5165%20-12.2046C54.9364%20-14.2466%2052.2963%20-16.2665%2049.7006%20-18.2952C49.7828%20-18.3616%2049.8628%20-18.4324%2049.9428%20-18.4988C52.7933%20-16.6832%2055.5964%20-14.8204%2058.3521%20-12.9103C61.1078%20-11.021%2063.8213%20-9.11613%2066.4414%20-7.12499C69.0216%20-5.16262%2071.5328%20-3.1737%2073.944%20-1.12726C76.2923%200.890419%2078.5258%202.9553%2080.6444%205.06737C82.6512%207.09932%2084.5466%209.23735%2086.3225%2011.4722C87.9624%2013.5753%2089.4478%2015.7934%2090.7671%2018.1093C93.2251%2022.4455%2094.8718%2027.2265%2095.3629%2032.0981C95.8074%2037.0096%2095.1585%2042.1976%2093.5962%2047.2108C92.7328%2049.9244%2091.666%2052.5698%2090.4049%2055.1244Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M24.7477%20147.773C23.4331%20151.394%2022.3992%20155.108%2021.655%20158.884C20.8972%20162.699%2020.4622%20166.569%2020.3545%20170.455C19.8406%20186.743%2025.6214%20204.696%2035.4267%20222.104C36.2535%20223.574%2037.1064%20225.04%2037.9853%20226.501H32.8458C32.7028%20226.27%2032.5531%20226.036%2032.4123%20225.8C22.1332%20208.956%2016.0641%20191.182%2016.5244%20174.887C16.6567%20170.956%2017.1171%20167.042%2017.9009%20163.185C18.6969%20159.335%2019.7844%20155.549%2021.1545%20151.858C23.9566%20144.317%2027.8336%20137.147%2032.3274%20130.309C38.5842%20120.801%2045.8823%20112.023%2053.5%20103.501C47.0488%20110.835%2040.8501%20118.48%2035.4178%20126.812C31.0894%20133.44%2027.3778%20140.428%2024.7477%20147.773Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M97.7404%2047.1459C96.4422%2049.8545%2094.9833%2052.4837%2093.3714%2055.0199C89.9332%2060.52%2085.8052%2065.8706%2081.2947%2071.2321C80.1287%2072.6211%2078.9377%2074.0108%2077.7216%2075.4012C77.4032%2075.7664%2077.0804%2076.1316%2076.7598%2076.5012C77.9759%2075.1049%2079.1706%2073.7116%2080.3439%2072.3211C84.9871%2066.8034%2089.1284%2061.4331%2092.5047%2056.0143C94.0432%2053.5532%2095.4292%2051.0008%2096.6548%2048.3714C97.747%2046.0025%2098.6447%2043.5494%2099.339%2041.0364C100.606%2036.3635%20100.942%2031.5079%20100.223%2026.9692C99.538%2022.3205%2097.8222%2017.7092%2095.41%2013.3883C94.1131%2011.0858%2092.65%208.87991%2091.0321%206.78817C89.3185%204.53591%2087.4813%202.3795%2085.5288%200.328804C83.5057%20-1.83165%2081.3455%20-3.93269%2079.0836%20-5.98754C76.7886%20-8.10179%2074.3918%20-10.1676%2071.9243%20-12.1807C69.4191%20-14.2267%2066.8941%20-16.2684%2064.3138%20-18.2726C61.7335%20-20.2769%2059.0958%20-22.2635%2056.5%20-24.2612L56.7344%20-24.4988C59.5689%20-22.7387%2062.3629%20-20.9376%2065.1164%20-19.0955C67.8626%20-17.265%2070.5733%20-15.417%2073.189%20-13.4919C75.767%20-11.5933%2078.2744%20-9.66162%2080.6888%20-7.67497C83.037%20-5.71693%2085.279%20-3.71488%2087.3927%20-1.65563C89.4027%200.315214%2091.3047%202.39212%2093.0906%204.56611C94.7442%206.60571%2096.2465%208.76233%2097.5856%2011.0189C100.071%2015.2276%20101.769%2019.8785%20102.317%2024.6438C102.826%2029.4311%20102.26%2034.5066%20100.783%2039.4083C99.9673%2042.0606%2098.9503%2044.6472%2097.7404%2047.1459V47.1459Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M72.5672%2082.0193C69.9351%2085.0181%2067.2479%2088.0419%2064.5054%2091.0909C60.8231%2095.2041%2057.1256%2099.3239%2053.5%20103.501C57.6398%2098.6535%2061.8842%2093.9385%2066.0916%2089.25C68.7062%2086.3427%2071.2773%2083.473%2073.7852%2080.621C74.7017%2079.5796%2075.6067%2078.5397%2076.5%2077.5012L76.4063%2077.6141C75.1426%2079.0729%2073.8629%2080.5413%2072.5672%2082.0193Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M34.0902%20136.535C32.8677%20140.075%2031.919%20143.707%2031.2527%20147.398C30.5738%20151.128%2030.2087%20154.91%2030.1613%20158.704C29.8994%20174.665%2035.7665%20192.19%2045.4708%20209.169C48.7798%20214.949%2052.4773%20220.708%2056.5%20226.501H51.8006C48.4895%20222.021%2045.4097%20217.521%2042.6005%20212.978C32.4488%20196.586%2026.2936%20179.239%2026.5053%20163.275C26.5757%20159.434%2026.9642%20155.606%2027.6665%20151.831C28.3824%20148.065%2029.3798%20144.359%2030.6502%20140.747C33.2542%20133.36%2036.9037%20126.337%2041.149%20119.635C45.6258%20112.581%2050.6918%20105.939%2056.0329%2099.5012C51.744%20104.765%2047.7618%20110.279%2044.1066%20116.015C40.0206%20122.537%2036.5304%20129.365%2034.0902%20136.535Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M84.0983%2068.807C82.8702%2070.2543%2081.6209%2071.7053%2080.3507%2073.1601C77.7803%2076.1097%2075.1423%2079.0772%2072.4738%2082.0849C67.0802%2088.156%2061.6626%2094.2338%2056.5%20100.501C62.1335%2093.4596%2068.1157%2086.7883%2074.0283%2080.1683C76.5768%2077.3146%2079.0927%2074.4988%2081.5432%2071.6897C82.7554%2070.3079%2083.9472%2068.9275%2085.1186%2067.5486C86.2654%2066.1935%2087.3925%2064.8444%2088.5%2063.5012C88.2122%2063.8538%2087.9288%2064.2063%2087.6388%2064.5655C86.4834%2065.9756%2085.3032%2067.3895%2084.0983%2068.807Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M105.076%2039.8117C103.832%2042.4722%20102.433%2045.0557%20100.884%2047.5483C97.5838%2052.933%2093.5857%2058.1828%2089.2213%2063.4327L89.1665%2063.5012C93.3049%2058.4592%2097.0048%2053.532%20100.04%2048.5629C101.523%2046.1526%20102.854%2043.6514%20104.027%2041.0738C105.074%2038.7582%20105.927%2036.3581%20106.576%2033.8987C107.76%2029.3208%20108.025%2024.5573%20107.267%2020.1231C106.523%2015.5585%20104.775%2011.0336%20102.345%206.79618C101.038%204.53124%2099.5665%202.36648%2097.9435%200.319513C96.2245%20-1.89735%2094.386%20-4.01742%2092.4365%20-6.03115C90.4122%20-8.16204%2088.2585%20-10.231%2085.9995%20-12.247C83.7099%20-14.3292%2081.3216%20-16.354%2078.863%20-18.3434C76.3694%20-20.3616%2073.8539%20-22.3753%2071.2813%20-24.3471C68.7087%20-26.3188%2066.0857%20-28.2839%2063.5%20-30.2534C63.5768%20-30.333%2063.6535%20-30.4148%2063.7193%20-30.4988C66.5382%20-28.7805%2069.3162%20-27.0121%2072.0533%20-25.1937C74.7816%20-23.401%2077.4835%20-21.5928%2080.0824%20-19.7007C82.6462%20-17.8328%2085.1464%20-15.9429%2087.5391%20-13.9955C89.877%20-12.0746%2092.1163%20-10.1117%2094.2261%20-8.08688C96.2355%20-6.15699%2098.1391%20-4.11813%2099.9283%20-1.97936C101.577%200.0192751%20103.082%202.13338%20104.433%204.34699C106.933%208.47171%20108.666%2013.0385%20109.273%2017.7247C109.833%2022.4197%20109.343%2027.411%20107.957%2032.2276C107.192%2034.8268%20106.229%2037.3624%20105.076%2039.8117V39.8117Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M80.6149%2072.4517C77.9025%2075.4592%2075.1856%2078.4666%2072.5%2081.5012C75.7035%2077.8412%2078.9562%2074.2467%2082.1888%2070.6634C84.6668%2067.9156%2087.1135%2065.2084%2089.5%2062.5012L88.4909%2063.6527C85.9214%2066.5654%2083.2871%2069.4893%2080.6149%2072.4517Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M42.7718%20126.555C41.5973%20129.993%2040.6984%20133.518%2040.0834%20137.098C39.4571%20140.724%2039.1457%20144.397%2039.1525%20148.077C39.1193%20163.591%2045.294%20180.559%2055.2697%20196.939C61.2538%20206.774%2068.4613%20216.54%2076.5%20226.501H72.6547C65.0194%20217.835%2058.1798%20209.209%2052.4018%20200.428C41.985%20184.567%2035.5222%20167.787%2035.5%20152.258C35.5151%20148.538%2035.8495%20144.826%2036.4996%20141.163C37.1687%20137.514%2038.1186%20133.922%2039.3409%20130.418C41.8542%20123.259%2045.4225%20116.435%2049.5981%20109.941C56.1208%2099.7947%2063.96%2090.5386%2072.0806%2081.5012C65.0837%2089.3807%2058.326%2097.5674%2052.5547%20106.622C48.5387%20112.946%2045.1233%20119.584%2042.7718%20126.555Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M111.301%2031.2395C110.085%2033.8343%20108.712%2036.3532%20107.19%2038.7825C103.934%2044.0359%20100%2049.1699%2095.6939%2054.2929C94.5819%2055.619%2093.4433%2056.945%2092.278%2058.2711C91.1127%2059.5972%2089.9282%2060.9335%2088.7244%2062.2802C88.66%2062.3531%2088.5911%2062.4283%2088.5267%2062.5012C89.444%2061.4779%2090.3546%2060.4502%2091.2497%2059.427C92.4475%2058.0538%2093.6202%2056.6865%2094.7677%2055.325C99.2097%2050.0496%20103.15%2044.9133%20106.344%2039.7262C107.797%2037.3708%20109.1%2034.9268%20110.246%2032.4086C111.261%2030.143%20112.079%2027.7946%20112.689%2025.3894C113.817%2020.9117%20114.022%2016.2462%20113.189%2011.9189C112.385%207.44785%20110.555%203.03209%20108.063%20-1.1052C106.713%20-3.31735%20105.205%20-5.43045%20103.552%20-7.42829C101.793%20-9.59727%2099.9156%20-11.6683%2097.9282%20-13.632C95.8649%20-15.7117%2093.6683%20-17.7273%2091.374%20-19.7053C89.0405%20-21.7372%2086.6204%20-23.7218%2084.1136%20-25.6593C81.5772%20-27.6263%2079.0186%20-29.5933%2076.4068%20-31.5161C73.7949%20-33.4388%2071.1274%20-35.3616%2068.5%20-37.2778L68.7221%20-37.4988C71.5827%20-35.8117%2074.4034%20-34.0783%2077.1841%20-32.2984C79.9581%20-30.5436%2082.6966%20-28.7623%2085.3418%20-26.908C87.9493%20-25.0825%2090.4879%20-23.2238%2092.9332%20-21.3143C95.3096%20-19.4313%2097.5973%20-17.5063%2099.7405%20-15.5305C101.782%20-13.6409%20103.723%20-11.6454%20105.553%20-9.55218C107.238%20-7.60102%20108.781%20-5.53305%20110.17%20-3.36392C112.733%200.669492%20114.546%205.12283%20115.216%209.70435C115.845%2014.2748%20115.412%2019.1459%20114.084%2023.8489C113.354%2026.3819%20112.424%2028.8531%20111.301%2031.2395V31.2395Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M118.545%2024.9196C117.378%2027.4532%20116.051%2029.9112%20114.574%2032.2793C111.413%2037.4169%20107.584%2042.4396%20103.384%2047.458C102.297%2048.7611%20101.187%2050.0629%20100.054%2051.3631C98.9202%2052.6633%2097.7636%2053.9761%2096.5841%2055.3013C94.2066%2057.9673%2091.7648%2060.6466%2089.2918%2063.3589C79.2514%2074.3807%2069%2085.5107%2060.8509%2098.4144C56.9439%20104.599%2053.6496%20111.097%2051.4209%20117.918C50.3039%20121.281%2049.4627%20124.73%2048.9058%20128.228C48.3385%20131.773%2048.083%20135.359%2048.1421%20138.948C48.3397%20154.129%2054.7329%20170.626%2064.8533%20186.522C73.3066%20199.788%2084.033%20212.878%2096.0913%20226.501H93.5163C81.307%20214.037%2070.5473%20201.86%2061.9941%20189.354C51.4276%20173.893%2044.7568%20157.534%2044.5038%20142.349C44.4638%20138.724%2044.7416%20135.103%2045.334%20131.526C45.9401%20127.971%2046.8309%20124.47%2047.9978%20121.057C50.3886%20114.077%2053.8383%20107.428%2057.8874%20101.1C66.3118%2087.947%2077.0581%2076.362%2087.7135%2064.777C90.3108%2061.952%2092.8725%2059.1689%2095.3698%2056.3836C96.6041%2055.0157%2097.8176%2053.6506%2099.0104%2052.2886C100.18%2050.9515%20101.325%2049.6182%20102.447%2048.2885C106.773%2043.142%20110.623%2038.1281%20113.715%2033.0479C115.127%2030.7396%20116.388%2028.3424%20117.489%2025.8716C118.466%2023.6426%20119.247%2021.333%20119.822%2018.9692C120.874%2014.5649%20121.007%209.97949%20120.124%205.73202C119.26%201.33435%20117.384%20-2.98601%20114.851%20-7.02365C113.48%20-9.19155%20111.954%20-11.2584%20110.285%20-13.2082C108.501%20-15.3235%20106.609%20-17.3457%20104.616%20-19.2669C102.536%20-21.2945%20100.331%20-23.267%2098.0226%20-25.1952C95.6799%20-27.1758%2093.2499%20-29.1121%2090.7325%20-31.0043C88.1863%20-32.9215%2085.6268%20-34.8321%2083.003%20-36.7096C80.3791%20-38.587%2077.6952%20-40.449%2075.0603%20-42.3132C75.1402%20-42.3707%2075.2157%20-42.4369%2075.2823%20-42.4988C78.1518%20-40.8245%2080.9821%20-39.1098%2083.7732%20-37.3545C86.557%20-35.6184%2089.3052%20-33.8581%2091.9601%20-32.0292C94.5796%20-30.2246%2097.1324%20-28.4002%2099.5876%20-26.5073C101.979%20-24.6592%20104.262%20-22.7604%20106.436%20-20.8108C108.487%20-18.9502%20110.443%20-16.9885%20112.296%20-14.9333C113.997%20-13.0217%20115.559%20-10.9918%20116.969%20-8.85914C119.573%20-4.90323%20121.431%20-0.547525%20122.161%203.93629C122.841%208.38476%20122.483%2013.1425%20121.22%2017.719C120.524%2020.1866%20119.629%2022.5946%20118.545%2024.9196Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M125.794%2020.0017C124.669%2022.4825%20123.391%2024.8905%20121.968%2027.2118C118.919%2032.254%20115.221%2037.1881%20111.158%2042.1486C110.106%2043.4335%20109.03%2044.7183%20107.931%2046.0031C106.831%2047.288%20105.713%2048.5875%20104.576%2049.9018C102.274%2052.551%2099.9081%2055.2001%2097.5118%2057.878C87.7921%2068.7991%2077.8702%2079.813%2070.0302%2092.5378C66.2817%2098.6309%2063.1313%20105.042%2061.0383%20111.764C59.9859%20115.079%2059.2086%20118.476%2058.7144%20121.919C58.2058%20125.407%2058.0079%20128.933%2058.123%20132.456C58.5429%20147.397%2065.0923%20163.526%2075.2715%20179.037C85.6046%20194.762%2099.1958%20210.165%20114.432%20226.501H113.025C97.1182%20211.001%2083.0939%20196.193%2072.4244%20180.909C61.8122%20165.696%2054.9989%20149.667%2054.5196%20134.721C54.4294%20131.176%2054.6501%20127.63%2055.1792%20124.125C55.7249%20120.646%2056.5498%20117.217%2057.6459%20113.872C59.895%20107.042%2063.195%20100.536%2067.0886%2094.3436C75.1968%2081.44%2085.6089%2070.1149%2095.9376%2058.8184C98.4571%2056.0633%20100.941%2053.3413%20103.364%2050.6259C104.56%2049.2896%20105.737%2047.9554%20106.895%2046.6235C108.027%2045.318%20109.136%2044.0133%20110.224%2042.7094C114.414%2037.6693%20118.138%2032.7287%20121.109%2027.7218C122.463%2025.4401%20123.668%2023.0722%20124.716%2020.6331C125.645%2018.42%20126.381%2016.1302%20126.915%2013.7894C127.896%209.47886%20127.929%205.00516%20127.012%200.680489C126.09%20-3.67296%20124.182%20-7.92926%20121.634%20-11.8809C120.248%20-14.0102%20118.716%20-16.0403%20117.05%20-17.9563C115.259%20-20.0292%20113.364%20-22.0084%20111.371%20-23.886C109.293%20-25.8699%20107.1%20-27.8046%20104.793%20-29.6899C102.457%20-31.6252%20100.039%20-33.5164%2097.5381%20-35.3635C95.0054%20-37.2444%2092.4508%20-39.1165%2089.8433%20-40.9267C87.2359%20-42.737%2084.5669%20-44.5671%2081.9506%20-46.3729C82.0254%20-46.4171%2082.1045%20-46.4524%2082.1815%20-46.4988C85.0395%20-44.8195%2087.858%20-43.1049%2090.637%20-41.355C93.4093%20-39.6198%2096.1509%20-37.8647%2098.7957%20-36.0567C101.408%20-34.2663%20103.951%20-32.4494%20106.403%20-30.5796C108.777%20-28.7207%20111.07%20-26.8575%20113.233%20-24.9192C115.288%20-23.08%20117.249%20-21.1385%20119.11%20-19.1021C120.81%20-17.2116%20122.379%20-15.2069%20123.806%20-13.1017C126.429%20-9.19645%20128.326%20-4.92027%20129.105%20-0.518253C129.83%203.82195%20129.544%208.47563%20128.355%2012.9483C127.695%2015.3659%20126.838%2017.725%20125.794%2020.0017V20.0017Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M133.028%2016.7772C131.942%2019.2304%20130.701%2021.6116%20129.314%2023.9063C126.345%2028.9062%20122.726%2033.8109%20118.749%2038.76C117.722%2040.0422%20116.668%2041.3245%20115.588%2042.6067C114.512%2043.9082%20113.415%2045.2052%20112.302%2046.511C110.048%2049.167%20107.725%2051.8075%20105.377%2054.4945C95.8479%2065.4527%2086.1144%2076.4773%2078.4851%2089.1597C74.8378%2095.2375%2071.7892%20101.636%2069.8082%20108.332C68.8144%20111.634%2068.0936%20115.014%2067.6532%20118.435C67.1998%20121.905%2067.0525%20125.409%2067.213%20128.904C67.8734%20143.771%2074.6507%20159.71%2085.0182%20174.986C96.6183%20192.071%20112.132%20208.693%20129.44%20226.501H128.724C110.384%20209.036%2094.1926%20192.666%2082.1127%20175.741C71.3006%20160.584%2064.2612%20144.69%2063.5503%20129.814C63.4062%20126.306%2063.5719%20122.793%2064.0455%20119.314C64.538%20115.873%2065.3088%20112.479%2066.3502%20109.164C68.4919%20102.42%2071.6858%2095.9878%2075.4762%2089.8702C83.3739%2077.117%2093.5939%2065.9662%20103.743%2054.8641C106.218%2052.144%20108.656%2049.4636%20111.038%2046.7877C112.211%2045.4597%20113.369%2044.1605%20114.505%2042.8458C115.641%2041.531%20116.706%2040.265%20117.769%2038.9747C121.879%2033.9902%20125.513%2029.0833%20128.41%2024.0989C129.728%2021.8189%20130.894%2019.4527%20131.898%2017.0162C132.79%2014.7948%20133.485%2012.4988%20133.976%2010.1549C134.886%205.82028%20134.846%201.33856%20133.86%20-2.97901C132.878%20-7.33263%20130.899%20-11.5535%20128.306%20-15.4733C126.892%20-17.5857%20125.334%20-19.5966%20123.642%20-21.4913C121.83%20-23.5455%20119.914%20-25.504%20117.901%20-27.3588C115.801%20-29.3176%20113.578%20-31.2233%20111.256%20-33.0825C108.899%20-34.9882%20106.444%20-36.8452%20103.926%20-38.6667C101.368%20-40.5149%2098.7952%20-42.3364%2096.167%20-44.1226C93.5389%20-45.9088%2090.8534%20-47.6883%2088.2143%20-49.4501C88.2935%20-49.47%2088.3727%20-49.4811%2088.452%20-49.4988C91.337%20-47.796%2094.1816%20-46.0615%2096.9859%20-44.2952C99.7814%20-42.5356%20102.553%20-40.765%20105.225%20-38.9412C107.866%20-37.144%20110.431%20-35.3113%20112.911%20-33.4366C115.333%20-31.5907%20117.639%20-29.7138%20119.834%20-27.7749C121.949%20-25.8826%20123.946%20-23.9525%20125.777%20-21.9539C127.507%20-20.0714%20129.105%20-18.0709%20130.56%20-15.9668C133.241%20-12.0736%20135.202%20-7.83063%20136.037%20-3.46373C136.82%200.803569%20136.596%205.40287%20135.471%209.81625C134.855%2012.2023%20134.038%2014.5311%20133.028%2016.7772V16.7772Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M140.231%2016.8091C139.186%2019.2444%20137.983%2021.6081%20136.63%2023.885C133.745%2028.8624%20130.207%2033.7603%20126.318%2038.7245C125.312%2040.0114%20124.281%2041.2976%20123.226%2042.583C122.176%2043.8921%20121.099%2045.1967%20120.009%2046.508C117.799%2049.1614%20115.531%2051.8414%20113.231%2054.5457C103.905%2065.6018%2094.3667%2076.7022%2086.9552%2089.4078C83.4109%2095.5064%2080.4665%20101.923%2078.6054%20108.645C77.6628%20111.955%2076.9955%20115.338%2076.6102%20118.76C76.2126%20122.235%2076.1244%20125.74%2076.3465%20129.232C77.2254%20144.102%2084.2569%20159.939%2094.8304%20175.088C106.775%20192.196%20122.695%20208.767%20140.423%20226.501H139.959C121.038%20208.566%20104.329%20191.856%2091.8376%20174.646C80.8093%20159.439%2073.5405%20143.585%2072.5979%20128.699C72.3965%20125.211%2072.506%20121.711%2072.9253%20118.242C73.3634%20114.825%2074.0799%20111.449%2075.0677%20108.15C77.098%20101.457%2080.1896%2095.0641%2083.8767%2088.9921C91.5564%2076.3196%20101.587%2065.2989%20111.55%2054.329C113.98%2051.6424%20116.384%2048.9867%20118.711%2046.3399C119.86%2045.0353%20120.996%2043.7395%20122.112%2042.4393C123.229%2041.1391%20124.268%2039.8743%20125.312%2038.594C129.335%2033.6453%20132.886%2028.7497%20135.698%2023.7656C136.973%2021.4743%20138.094%2019.0992%20139.051%2016.6565C139.904%2014.4177%20140.559%2012.1076%20141.009%209.75307C141.844%205.37364%20141.728%200.86442%20140.669%20-3.46561C139.614%20-7.83719%20137.573%20-12.0496%20134.931%20-15.9435C133.488%20-18.0406%20131.903%20-20.0354%20130.187%20-21.9138C128.352%20-23.9541%20126.414%20-25.8988%20124.382%20-27.7404C122.258%20-29.6789%20120.02%20-31.5665%20117.667%20-33.4033C115.287%20-35.2851%20112.813%20-37.1093%20110.278%20-38.9159C107.696%20-40.7379%20105.105%20-42.5312%20102.457%20-44.2803C99.8095%20-46.0294%2097.1068%20-47.7895%2094.448%20-49.4988L94.6919%20-49.47C97.6056%20-47.7298%20100.469%20-45.9719%20103.303%20-44.1786C106.138%20-42.3853%20108.922%20-40.592%20111.62%20-38.7545C114.283%20-36.9391%20116.883%20-35.0993%20119.388%20-33.1977C121.827%20-31.3447%20124.171%20-29.4519%20126.393%20-27.4971C128.537%20-25.6021%20130.568%20-23.6585%20132.431%20-21.6507C134.185%20-19.7618%20135.812%20-17.7577%20137.302%20-15.6516C140.038%20-11.7466%20142.053%20-7.5232%20142.963%20-3.18037C143.802%201.03422%20143.644%205.58491%20142.587%209.95428C141.998%2012.3028%20141.21%2014.5961%20140.231%2016.8091V16.8091Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M148.41%2019.4178C147.39%2021.8492%20146.209%2024.2108%20144.876%2026.4872C142.036%2031.4822%20138.532%2036.4131%20134.678%2041.4346C133.679%2042.7292%20132.66%2044.0371%20131.612%2045.3361C130.564%2046.6351%20129.505%2047.9871%20128.422%2049.3126C126.226%2052.0093%20123.984%2054.7274%20121.694%2057.4668C112.438%2068.7027%20102.96%2079.9763%2095.6687%2092.8139C92.1741%2098.9842%2089.2989%20105.481%2087.5183%20112.255C86.6141%20115.603%2085.9933%20119.021%2085.6622%20122.472C85.3133%20125.989%2085.2851%20129.53%2085.5778%20133.052C86.7168%20148.075%2094.099%20163.946%20105.058%20179.125C116.519%20194.987%20131.394%20210.334%20147.979%20226.501H147.584C129.723%20209.612%20113.959%20193.77%20101.912%20177.545C90.4801%20162.136%2082.8647%20146.175%2081.6613%20131.152C81.4009%20127.649%2081.4559%20124.13%2081.8256%20120.637C82.2074%20117.211%2082.8757%20113.824%2083.8238%20110.51C85.771%20103.809%2088.7949%2097.4002%2092.4339%2091.3117C100.009%2078.6154%20110%2067.607%20119.918%2056.6869C122.335%2054.0035%20124.711%2051.3458%20127.045%2048.7139C128.191%2047.4105%20129.321%2046.1203%20130.426%2044.8213C131.532%2043.5223%20132.571%2042.2542%20133.606%2040.9685C137.602%2036.0177%20141.121%2031.0912%20143.879%2026.0675C145.132%2023.7475%20146.229%2021.3475%20147.162%2018.8832C147.987%2016.6052%20148.608%2014.2596%20149.019%2011.8734C149.788%207.4133%20149.59%202.84106%20148.437%20-1.53644C147.293%20-5.95484%20145.155%20-10.1943%20142.418%20-14.0935C140.926%20-16.1972%20139.294%20-18.1988%20137.533%20-20.0849C135.634%20-22.122%20133.632%20-24.0626%20131.536%20-25.8995C129.358%20-27.8318%20127.063%20-29.714%20124.654%20-31.5462C122.212%20-33.424%20119.687%20-35.2377%20117.089%20-37.0294C114.452%20-38.8454%20111.799%20-40.6039%20109.097%20-42.3447C106.395%20-44.0856%20103.63%20-45.8154%20100.917%20-47.4988C101.002%20-47.4656%20101.088%20-47.4347%20101.175%20-47.3949C104.157%20-45.6077%20107.085%20-43.8094%20109.989%20-41.9824C112.893%20-40.1554%20115.746%20-38.3218%20118.51%20-36.4594C121.24%20-34.6125%20123.895%20-32.7303%20126.477%20-30.8127C128.979%20-28.9283%20131.388%20-27.0129%20133.672%20-25.0357C135.893%20-23.1203%20137.964%20-21.1519%20139.889%20-19.1172C141.701%20-17.2123%20143.384%20-15.1902%20144.927%20-13.064C147.764%20-9.12063%20149.873%20-4.89001%20150.866%20-0.531263C151.768%203.79843%20151.707%208.27197%20150.688%2012.5759C150.131%2014.9184%20149.369%2017.2078%20148.41%2019.4178Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M156.634%2024.1031C155.656%2026.5603%20154.516%2028.9495%20153.22%2031.2546C150.473%2036.3132%20147.05%2041.3122%20143.283%2046.4349C142.307%2047.7609%20141.311%2049.0869%20140.286%2050.4128C139.272%2051.772%20138.223%2053.12%20137.17%2054.4836C135.03%2057.2416%20132.824%2060.0085%20130.594%2062.8174C121.54%2074.3093%20112.265%2085.863%20105.198%2098.9195C101.804%20105.218%2099.0417%20111.854%2097.3789%20118.756C96.5341%20122.176%2095.9706%20125.66%2095.6939%20129.172C95.4092%20132.753%2095.438%20136.352%2095.7801%20139.928C97.1823%20155.23%20104.834%20171.309%20116.054%20186.7C125.833%20200.09%20137.983%20213.102%20151.52%20226.501H151.263C136.402%20212.015%20123.249%20198.187%20112.786%20184.114C101.082%20168.359%2093.1964%20152.133%2091.7411%20136.821C91.4241%20133.271%2091.4197%20129.701%2091.7278%20126.151C92.0543%20122.685%2092.6689%20119.252%2093.5651%20115.888C95.3958%20109.114%2098.3174%20102.628%20101.855%2096.4642C109.202%2083.6243%20119.014%2072.517%20128.748%2061.5246C131.122%2058.8225%20133.452%2056.1448%20135.737%2053.4913C136.86%2052.1786%20137.964%2050.8696%20139.049%2049.5642C140.107%2048.2603%20141.149%2046.9697%20142.161%2045.6747C146.074%2040.6646%20149.508%2035.6701%20152.169%2030.5606C153.388%2028.1967%20154.44%2025.7501%20155.318%2023.239C156.105%2020.907%20156.682%2018.5092%20157.042%2016.0743C157.725%2011.4991%20157.442%206.83161%20156.212%202.37245C154.978%20-2.12926%20152.785%20-6.42987%20149.983%20-10.368C148.456%20-12.4955%20146.788%20-14.5184%20144.992%20-16.4234C143.07%20-18.4763%20141.047%20-20.4316%20138.93%20-22.282C136.722%20-24.2312%20134.392%20-26.1141%20131.967%20-27.9638C129.505%20-29.8467%20126.946%20-31.6633%20124.327%20-33.4689C121.807%20-35.1882%20119.281%20-36.859%20116.708%20-38.4988L117.185%20-38.1982C120.109%20-36.3352%20123.004%20-34.4413%20125.797%20-32.5274C128.558%20-30.6401%20131.252%20-28.7219%20133.855%20-26.755C136.392%20-24.8397%20138.821%20-22.8743%20141.143%20-20.8588C143.382%20-18.9007%20145.5%20-16.8985%20147.461%20-14.83C149.305%20-12.8917%20151.026%20-10.839%20152.613%20-8.68405C155.521%20-4.66853%20157.692%20-0.378973%20158.763%204.02108C159.733%208.36621%20159.746%2012.8707%20158.8%2017.2213C158.282%2019.5745%20157.557%2021.8774%20156.634%2024.1031V24.1031Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M164.822%2030.9727C163.873%2033.4655%20162.757%2035.8925%20161.48%2038.2371C158.776%2043.3781%20155.401%2048.4881%20151.679%2053.7174C150.714%2055.0712%20149.724%2056.4266%20148.71%2057.7834C147.698%2059.1666%20146.668%2060.5565%20145.62%2061.9531C143.499%2064.7807%20141.307%2067.6128%20139.091%2070.489C130.107%2082.2984%20120.867%2094.1365%20113.919%20107.476C110.578%20113.93%20107.892%20120.72%20106.321%20127.783C105.521%20131.287%20105.009%20134.85%20104.791%20138.436C104.561%20142.104%20104.653%20145.785%20105.067%20149.438C106.76%20165.11%20114.81%20181.504%20126.512%20197.207C133.863%20207.085%20142.497%20216.749%20152.006%20226.501H151.92C141.029%20215.482%20131.277%20204.734%20123.086%20193.87C110.879%20177.681%20102.592%20161.117%20100.848%20145.429C100.464%20141.811%20100.398%20138.167%20100.65%20134.538C100.92%20131.01%20101.485%20127.51%20102.34%20124.075C104.082%20117.186%20106.938%20110.577%20110.427%20104.299C117.664%2091.2448%20127.436%2079.9541%20137.137%2068.8136C139.503%2066.0735%20141.823%2063.3577%20144.099%2060.6662C145.212%2059.3418%20146.326%2058.0173%20147.398%2056.6929C148.469%2055.3685%20149.483%2054.0441%20150.489%2052.7395C154.374%2047.6339%20157.771%2042.5415%20160.38%2037.3321C161.573%2034.9105%20162.595%2032.4102%20163.441%2029.8491C164.193%2027.4536%20164.733%2024.9979%20165.056%2022.5096C165.656%2017.8089%20165.277%2013.036%20163.942%208.48623C162.605%203.88607%20160.3%20-0.488935%20157.388%20-4.48868C155.803%20-6.64827%20154.076%20-8.70189%20152.218%20-10.6362C150.282%20-12.678%20148.186%20-14.6536%20145.965%20-16.5762C144.825%20-17.5651%20143.655%20-18.5393%20142.457%20-19.4988C144.469%20-17.9463%20146.414%20-16.3643%20148.291%20-14.7529C150.603%20-12.756%20152.779%20-10.7039%20154.818%20-8.59659C156.727%20-6.61838%20158.508%20-4.52154%20160.148%20-2.31884C163.184%201.79349%20165.463%206.14641%20166.633%2010.623C167.691%2015.0133%20167.782%2019.5779%20166.9%2024.0062C166.416%2026.3845%20165.72%2028.7158%20164.822%2030.9727V30.9727Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M174.054%2038.8307C173.152%2041.3763%20172.079%2043.8588%20170.843%2046.2615C168.234%2051.5161%20164.939%2056.7443%20161.298%2062.116C160.35%2063.4953%20159.389%2064.8923%20158.397%2066.2849C157.405%2067.6775%20156.404%2069.1252%20155.378%2070.5619C153.303%2073.4618%20151.159%2076.3728%20148.991%2079.3256C140.195%2091.4637%20131.139%20103.637%20124.427%20117.313C121.187%20123.948%20118.6%20130.93%20117.165%20138.171C116.418%20141.779%20115.968%20145.443%20115.821%20149.124C115.655%20152.898%20115.813%20156.679%20116.293%20160.426C118.275%20176.556%20126.639%20193.362%20138.685%20209.508C142.945%20215.219%20147.612%20220.865%20152.614%20226.501H152.504C146.185%20219.56%20140.37%20212.677%20135.159%20205.756C122.606%20189.056%20114.011%20172.061%20111.976%20155.919C111.526%20152.21%20111.394%20148.47%20111.584%20144.739C111.79%20141.126%20112.292%20137.536%20113.084%20134.004C114.711%20126.962%20117.455%20120.18%20120.835%20113.745C127.848%20100.391%20137.444%2088.8265%20146.983%2077.452C149.302%2074.6462%20151.579%2071.8692%20153.813%2069.1208C154.907%2067.7584%20155.984%2066.4019%20157.046%2065.0512C158.079%2063.6977%20159.088%2062.3485%20160.071%2061.0037C163.871%2055.7976%20167.18%2050.576%20169.698%2045.2485C170.851%2042.7626%20171.833%2040.2018%20172.639%2037.5838C173.347%2035.1213%20173.841%2032.6028%20174.116%2030.056C174.629%2025.2188%20174.163%2020.3284%20172.748%2015.6734C171.328%2010.9572%20168.938%206.48601%20165.947%202.40319C164.321%200.199275%20162.554%20-1.89729%20160.656%20-3.87331C158.826%20-5.80658%20156.855%20-7.67586%20154.78%20-9.49878C155.417%20-8.96912%20156.045%20-8.4343%20156.665%20-7.89434C159.018%20-5.85367%20161.233%20-3.75341%20163.309%20-1.59356C165.26%200.431194%20167.082%202.57615%20168.763%204.8286C171.877%209.02176%20174.245%2013.4753%20175.487%2018.0481C176.633%2022.5139%20176.809%2027.1721%20176.003%2031.7112C175.567%2034.1373%20174.914%2036.5199%20174.054%2038.8307V38.8307Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M183.283%2046.4631C182.431%2049.0765%20181.401%2051.6277%20180.199%2054.0986C177.688%2059.5026%20174.481%2064.8778%20170.923%2070.4124C170.001%2071.8352%20169.056%2073.2638%20168.09%2074.6984C167.13%2076.1639%20166.136%2077.6206%20165.136%2079.0951C163.105%2082.0793%20161.006%2085.0724%20158.886%2088.1054C150.275%20100.58%20141.391%20113.122%20134.906%20127.188C131.769%20134.029%20129.304%20141.233%20127.984%20148.683C127.302%20152.409%20126.914%20156.185%20126.826%20159.973C126.725%20163.873%20126.951%20167.774%20127.502%20171.636C129.782%20188.313%20138.477%20205.634%20150.892%20222.346C151.92%20223.733%20152.975%20225.118%20154.058%20226.501H153.533C151.386%20223.855%20149.318%20221.209%20147.328%20218.562C134.386%20201.294%20125.464%20183.79%20123.131%20167.1C122.09%20159.579%20122.338%20151.935%20123.867%20144.498C125.374%20137.248%20128.009%20130.255%20131.297%20123.613C138.087%20109.887%20147.533%2097.9547%20156.88%2086.228C159.157%2083.3486%20161.389%2080.4905%20163.574%2077.6538C164.651%2076.2569%20165.707%2074.8556%20166.746%2073.4631C167.786%2072.0706%20168.744%2070.6913%20169.707%2069.3033C173.426%2063.9413%20176.644%2058.5661%20179.067%2053.098C180.178%2050.538%20181.111%2047.9039%20181.86%2045.2145C182.532%2042.6805%20182.981%2040.0922%20183.202%2037.4793C183.631%2032.4964%20183.075%2027.4773%20181.567%2022.7108C180.054%2017.8692%20177.582%2013.2777%20174.503%209.08466C172.837%206.82089%20171.028%204.66752%20169.086%202.63797C167.103%200.530398%20164.953%20-1.51075%20162.686%20-3.49878C163.462%20-2.85012%20164.228%20-2.19926%20164.986%20-1.53954C167.379%200.559179%20169.645%202.7066%20171.76%204.92265C173.754%207.00198%20175.618%209.20304%20177.342%2011.5133C180.541%2015.8214%20182.995%2020.3907%20184.33%2025.0929C185.558%2029.6722%20185.823%2034.4585%20185.107%2039.1464C184.713%2041.6341%20184.103%2044.0824%20183.283%2046.4631V46.4631Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M192.516%2054.1734C191.712%2056.8501%20190.727%2059.4678%20189.566%2062.0079C187.152%2067.5423%20184.02%2073.0413%20180.546%2078.6842C179.646%2080.1408%20178.726%2081.6019%20177.774%2083.0652C176.821%2084.5285%20175.864%2086.0449%20174.885%2087.5481C172.899%2090.592%20170.847%2093.6492%20168.764%2096.744C160.33%20109.469%20151.608%20122.306%20145.348%20136.669C142.306%20143.673%20139.955%20151.059%20138.764%20158.665C138.14%20162.489%20137.816%20166.357%20137.796%20170.232C137.762%20174.234%20138.055%20178.233%20138.674%20182.186C140.868%20196.744%20147.716%20211.751%20157.571%20226.501H156.271C144.703%20210.239%20136.727%20193.87%20134.302%20178.153C133.717%20174.232%20133.452%20170.269%20133.507%20166.305C133.587%20162.489%20133.969%20158.687%20134.648%20154.933C136.033%20147.497%20138.544%20140.302%20141.746%20133.484C148.311%20119.402%20157.595%20107.122%20166.767%2095.0682C168.998%2092.1062%20171.187%2089.17%20173.332%2086.2596C174.387%2084.8192%20175.422%2083.3854%20176.437%2081.9583C177.425%2080.5312%20178.39%2079.1085%20179.332%2077.6902C182.969%2072.1956%20186.103%2066.6856%20188.436%2061.1003C189.506%2058.4827%20190.396%2055.794%20191.101%2053.0533C191.725%2050.4631%20192.131%2047.8246%20192.316%2045.1656C192.655%2040.071%20192.01%2034.9584%20190.416%2030.1121C188.814%2025.1666%20186.246%2020.4822%20183.081%2016.1875C181.364%2013.8782%20179.51%2011.6766%20177.528%209.59498C175.462%207.41074%20173.253%205.28774%20170.9%203.226C168.676%201.27346%20166.348%20-0.632581%20163.933%20-2.49878C164.419%20-2.13572%20164.904%20-1.77045%20165.384%20-1.40518C168.115%200.695674%20170.75%202.83416%20173.268%205.03242C175.711%207.16648%20178.015%209.36327%20180.179%2011.6228C182.212%2013.7475%20184.118%2015.9926%20185.886%2018.346C189.178%2022.7381%20191.715%2027.4091%20193.144%2032.2262C194.47%2036.9111%20194.829%2041.8207%20194.197%2046.6511C193.856%2049.2032%20193.293%2051.7203%20192.516%2054.1734V54.1734Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M201.699%2060.8268C200.928%2063.5533%20199.971%2066.2248%20198.836%2068.8231C196.472%2074.4521%20193.366%2080.0414%20189.924%2085.7653C189.033%2087.2361%20188.11%2088.72%20187.17%2090.204C186.23%2091.688%20185.267%2093.2184%20184.294%2094.7421C182.304%2097.8139%20180.261%20100.906%20178.191%20104.041C169.776%20116.894%20161.067%20129.903%20154.927%20144.453C151.932%20151.571%20149.664%20159.066%20148.566%20166.782C147.996%20170.673%20147.73%20174.602%20147.771%20178.534C147.808%20182.617%20148.18%20186.689%20148.885%20190.711C150.872%20202.477%20155.834%20214.506%20162.947%20226.501H160.719C152.427%20213.41%20146.699%20200.355%20144.518%20187.67C143.179%20179.83%20143.161%20171.825%20144.464%20163.979C145.743%20156.387%20148.192%20149.038%20151.344%20142.06C157.805%20127.706%20167.067%20115.118%20176.224%20102.78C178.452%2099.7476%20180.633%2096.7458%20182.768%2093.7749C183.821%2092.3027%20184.851%2090.8363%20185.86%2089.3759C186.843%2087.9184%20187.803%2086.4661%20188.741%2085.0189C192.352%2079.4076%20195.463%2073.8095%20197.744%2068.1452C198.784%2065.4877%20199.64%2062.7629%20200.306%2059.9899C200.902%2057.3704%20201.275%2054.7059%20201.42%2052.0245C201.679%2046.8573%20200.931%2041.6892%20199.217%2036.8026C197.49%2031.7963%20194.794%2027.0484%20191.479%2022.6694C189.684%2020.3203%20187.75%2018.0794%20185.686%2015.9583C183.537%2013.7353%20181.241%2011.5726%20178.799%209.47026C176.313%207.32231%20173.714%205.22515%20171.002%203.17878C168.259%201.10075%20165.416%20-0.913235%20162.515%20-2.91176C159.57%20-4.92574%20156.616%20-6.88672%20153.603%20-8.79912C150.591%20-10.7115%20147.534%20-12.6394%20144.527%20-14.4988C144.622%20-14.4458%20144.714%20-14.3884%20144.807%20-14.3376C148.105%20-12.3126%20151.353%20-10.2897%20154.579%20-8.23821C157.805%20-6.18669%20160.98%20-4.11749%20164.064%20-2.01738C167.147%200.082726%20170.108%202.17179%20173%204.34035C175.823%206.46033%20178.548%208.61785%20181.152%2010.835C183.674%2012.9947%20186.072%2015.2053%20188.311%2017.4865C190.428%2019.638%20192.416%2021.9114%20194.264%2024.2947C197.697%2028.7444%20200.371%2033.4835%20201.919%2038.397C203.365%2043.1704%20203.826%2048.1837%20203.274%2053.1375C202.977%2055.7414%20202.45%2058.3144%20201.699%2060.8268V60.8268Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M210.913%2064.6062C210.19%2067.3779%20209.281%2070.0977%20208.19%2072.7472C205.922%2078.4591%20202.913%2084.1357%20199.546%2089.9185C198.673%2091.4095%20197.787%2092.9094%20196.86%2094.3982C195.95%2095.9224%20194.999%2097.4356%20194.049%2098.9687C192.11%20102.066%20190.111%20105.183%20188.083%20108.335C179.854%20121.263%20171.334%20134.384%20165.429%20149.093C162.541%20156.301%20160.394%20163.88%20159.416%20171.658C158.908%20175.606%20158.707%20179.587%20158.812%20183.566C158.921%20187.715%20159.361%20191.849%20160.127%20195.928C161.964%20205.992%20165.902%20216.237%20171.454%20226.501H168.431C162.226%20215.644%20157.868%20204.821%20155.907%20194.247C155.177%20190.184%20154.767%20186.071%20154.681%20181.945C154.63%20177.99%20154.888%20174.037%20155.454%20170.123C156.598%20162.393%20158.923%20154.887%20161.97%20147.779C168.174%20133.179%20177.258%20120.303%20186.193%20107.652C188.367%20104.555%20190.497%20101.485%20192.585%2098.4444C193.604%2096.9356%20194.615%2095.4446%20195.599%2093.9513C196.583%2092.4581%20197.493%2090.987%20198.406%2089.5136C201.924%2083.7928%20204.941%2078.1118%20207.133%2072.3822C208.145%2069.7005%20208.966%2066.9513%20209.591%2064.1549C210.148%2061.5145%20210.479%2058.8317%20210.58%2056.1356C210.754%2050.9226%20209.93%2045.7242%20208.152%2040.8181C206.344%2035.7588%20203.566%2030.956%20200.17%2026.4984C198.332%2024.1066%20196.358%2021.8227%20194.255%2019.6582C192.068%2017.3929%20189.722%2015.1917%20187.246%2013.0459C184.721%2010.8513%20182.08%208.71285%20179.323%206.63041C176.543%204.49782%20173.664%202.42719%20170.717%200.403001C167.734%20-1.66322%20164.742%20-3.66308%20161.695%20-5.63638C158.648%20-7.60969%20155.547%20-9.58078%20152.5%20-11.4988L152.771%20-11.4103C156.097%20-9.39864%20159.382%20-7.37076%20162.628%20-5.32667C165.871%20-3.28257%20169.087%20-1.20972%20172.203%200.896322C175.319%203.00236%20178.302%205.09955%20181.229%207.26753C184.088%209.39569%20186.839%2011.5725%20189.482%2013.798C192.042%2015.9734%20194.464%2018.2077%20196.747%2020.5011C198.9%2022.6742%20200.925%2024.9699%20202.811%2027.3767C206.313%2031.8763%20209.072%2036.668%20210.715%2041.6787C212.245%2046.5432%20212.799%2051.6597%20212.348%2056.7373C212.091%2059.3956%20211.611%2062.0277%20210.913%2064.6062V64.6062Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M219.109%2066.4508C218.44%2069.2391%20217.576%2071.9776%20216.523%2074.6462C214.338%2080.3819%20211.417%2086.0647%20208.14%2091.8291C207.289%2093.3159%20206.415%2094.8065%20205.516%2096.3007C204.628%2097.8119%20203.698%2099.3164%20202.77%20100.843C200.872%20103.918%20198.917%20107.02%20196.932%20110.155C188.874%20122.974%20180.531%20136.029%20174.844%20150.699C172.071%20157.887%20170.02%20165.451%20169.165%20173.221C168.717%20177.169%20168.576%20181.146%20168.744%20185.116C168.915%20189.267%20169.417%20193.398%20170.244%20197.47C172.131%20207.031%20175.905%20216.746%20181.16%20226.501H177.483C172.056%20216.713%20168.175%20206.962%20166.246%20197.381C165.449%20193.307%20164.972%20189.176%20164.821%20185.028C164.707%20181.054%20164.902%20177.078%20165.405%20173.135C166.431%20165.361%20168.633%20157.801%20171.57%20150.633C177.546%20135.954%20186.423%20122.932%20195.152%20110.124C197.278%20106.996%20199.358%20103.895%20201.392%20100.821C202.391%2099.3053%20203.379%2097.8008%20204.333%2096.283C205.288%2094.7653%20206.182%2093.3005%20207.068%2091.8158C210.496%2086.0603%20213.426%2080.3599%20215.533%2074.6374C216.508%2071.9613%20217.29%2069.2196%20217.872%2066.4331C218.404%2063.812%20218.701%2061.1492%20218.76%2058.4759C218.868%2053.2808%20217.971%2048.1134%20216.119%2043.2543C214.236%2038.2002%20211.381%2033.3955%20207.905%2028.915C206.028%2026.5157%20204.013%2024.2264%20201.869%2022.0586C199.649%2019.771%20197.249%2017.5605%20194.737%2015.392C192.167%2013.1859%20189.486%2011.0262%20186.692%208.91284C183.87%206.76195%20180.949%204.67283%20177.965%202.61018C174.944%200.527677%20171.909%20-1.51291%20168.824%20-3.52482C165.738%20-5.53673%20162.608%20-7.5332%20159.5%20-9.49878H159.755C163.11%20-7.52658%20166.415%20-5.5279%20169.696%20-3.50937C172.977%20-1.49085%20176.211%200.549737%20179.357%202.63665C182.503%204.72356%20185.522%206.78401%20188.479%208.93931C191.369%2011.0483%20194.152%2013.2102%20196.828%2015.4251C199.418%2017.5914%20201.873%2019.8151%20204.193%2022.0961C206.376%2024.2681%20208.435%2026.5585%20210.362%2028.9569C213.93%2033.4484%20216.773%2038.251%20218.498%2043.2962C220.12%2048.1941%20220.766%2053.359%20220.401%2058.5024C220.2%2061.1837%20219.767%2063.8429%20219.109%2066.4508V66.4508Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M226.288%2064.012C225.666%2066.8022%20224.847%2069.546%20223.839%2072.2234C221.75%2077.9447%20218.9%2083.6087%20215.689%2089.3212C214.86%2090.7916%20214.006%2092.2693%20213.125%2093.7544C212.245%2095.2395%20211.341%2096.7349%20210.413%2098.2406C208.558%20101.282%20206.628%20104.332%20204.69%20107.438C196.778%20120.072%20188.601%20132.979%20183.119%20147.527C180.431%20154.649%20178.5%20162.157%20177.75%20169.845C177.363%20173.769%20177.279%20177.717%20177.498%20181.654C177.729%20185.785%20178.291%20189.892%20179.179%20193.935C181.406%20204.325%20185.86%20214.888%20192.044%20225.501H187.751C181.841%20215.417%20177.578%20205.349%20175.423%20195.419C174.558%20191.359%20174.02%20187.238%20173.813%20183.094C173.634%20179.129%20173.769%20175.157%20174.216%20171.213C175.127%20163.445%20177.222%20155.877%20180.046%20148.691C185.809%20134.024%20194.496%20120.936%20203.033%20108.047C205.112%20104.906%20207.146%20101.793%20209.135%2098.7082C210.108%2097.1797%20211.075%2095.6711%20212.008%2094.1514C212.941%2092.6318%20213.811%2091.1672%20214.68%2089.6807C218.02%2083.9174%20220.877%2078.2336%20222.904%2072.5476C223.835%2069.8921%20224.579%2067.1756%20225.13%2064.4178C225.632%2061.8254%20225.9%2059.1941%20225.932%2056.5548C225.967%2051.4066%20225.001%2046.2998%20223.088%2041.5127C221.129%2036.5016%20218.205%2031.7176%20214.646%2027.2381C212.729%2024.8375%20210.673%2022.5487%20208.489%2020.3831C206.216%2018.0907%20203.798%2015.8631%20201.234%2013.7001C198.624%2011.4754%20195.901%209.30512%20193.064%207.18922C190.196%205.02333%20187.234%202.92361%20184.21%200.839319C181.144%20-1.256%20178.064%20-3.32484%20174.94%20-5.3606C171.815%20-7.39637%20168.631%20-9.41891%20165.5%20-11.4194L165.741%20-11.4988C169.119%20-9.57256%20172.46%20-7.61767%20175.761%20-5.63411C179.064%20-3.6601%20182.335%20-1.6508%20185.515%200.40481C188.659%202.44278%20191.75%204.50502%20194.732%206.6268C197.653%208.7177%20200.477%2010.8461%20203.18%2013.0385C205.808%2015.1823%20208.302%2017.3747%20210.649%2019.6552C212.87%2021.8052%20214.966%2024.0792%20216.924%2026.4661C220.568%2030.9126%20223.478%2035.7076%20225.289%2040.7584C226.986%2045.6657%20227.718%2050.8497%20227.444%2056.0299C227.283%2058.7178%20226.897%2061.3877%20226.288%2064.012V64.012Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M233.447%2060.3105C232.869%2063.091%20232.099%2065.8273%20231.139%2068.4992C229.156%2074.1782%20226.421%2079.7996%20223.332%2085.4432C222.53%2086.895%20221.712%2088.3601%20220.859%2089.8164C220.006%2091.2726%20219.145%2092.7599%20218.259%2094.2427C216.465%2097.2371%20214.607%20100.243%20212.73%20103.295C205.09%20115.713%20197.185%20128.41%20191.978%20142.773C189.424%20149.797%20187.617%20157.214%20186.982%20164.792C186.646%20168.671%20186.614%20172.571%20186.888%20176.455C187.178%20180.544%20187.786%20184.603%20188.708%20188.596C191.535%20201.05%20197.58%20213.758%20205.934%20226.501H201.086C193.43%20214.805%20187.906%20203.073%20185.244%20191.485C184.336%20187.462%20183.747%20183.373%20183.481%20179.257C183.251%20175.324%20183.325%20171.378%20183.701%20167.456C184.49%20159.732%20186.445%20152.197%20189.129%20145.044C194.596%20130.454%20202.97%20117.379%20211.194%20104.485C213.191%20101.343%20215.161%2098.2397%20217.071%2095.1523C218.01%2093.6311%20218.932%2092.1136%20219.837%2090.5998C220.718%2089.1082%20221.575%2087.6239%20222.406%2086.1469C225.628%2080.406%20228.356%2074.7647%20230.284%2069.1344C231.176%2066.5141%20231.879%2063.833%20232.389%2061.1117C232.844%2058.555%20233.072%2055.9628%20233.07%2053.3656C233.045%2048.2814%20232.034%2043.2508%20230.093%2038.5551C228.096%2033.5977%20225.145%2028.8593%20221.575%2024.3909C219.65%2021.9977%20217.589%2019.7167%20215.405%2017.5589C213.131%2015.2705%20210.7%2013.0551%20208.151%2010.884C205.543%208.66048%20202.825%206.48937%20199.997%204.37064C197.132%202.19953%20194.182%200.0903798%20191.165%20-1.99663C188.106%20-4.09028%20185.041%20-6.18393%20181.91%20-8.23332C178.778%20-10.2827%20175.625%20-12.3166%20172.5%20-14.3439L172.72%20-14.4988C176.098%20-12.6235%20179.428%20-10.7098%20182.71%20-8.75784C185.986%20-6.82132%20189.235%20-4.85603%20192.406%20-2.83763C195.528%20-0.832506%20198.591%201.19696%20201.564%203.28397C204.467%205.34073%20207.267%207.44988%20209.964%209.6114C212.579%2011.7301%20215.061%2013.9035%20217.408%2016.1314C219.621%2018.2603%20221.716%2020.5101%20223.682%2022.8704C227.325%2027.2702%20230.262%2032.0241%20232.118%2037.0613C233.867%2041.9535%20234.666%2047.1375%20234.471%2052.3321C234.359%2055.0162%20234.016%2057.6856%20233.447%2060.3105V60.3105Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M239.568%2053.9525C239.021%2056.6874%20238.283%2059.3809%20237.359%2062.0134C235.439%2067.5992%20232.768%2073.1229%20229.736%2078.6488C228.951%2080.0717%20228.142%2081.4989%20227.307%2082.9306C226.477%2084.3652%20225.616%2085.8087%20224.751%2087.2455C222.989%2090.1679%20221.156%2093.1035%20219.31%2096.0835C211.791%20108.183%20204.019%20120.572%20198.974%20134.628C196.51%20141.491%20194.788%20148.75%20194.241%20156.149C193.956%20159.948%20193.973%20163.764%20194.292%20167.56C194.635%20171.566%20195.296%20175.54%20196.27%20179.442C200.051%20194.913%20208.98%20210.696%20221.218%20226.501H215.827C204.667%20212.184%20196.568%20197.707%20193.017%20183.376C192.058%20179.433%20191.416%20175.421%20191.096%20171.377C190.815%20167.515%20190.841%20163.638%20191.171%20159.78C191.839%20152.186%20193.718%20144.768%20196.316%20137.727C201.608%20123.377%20209.83%20110.463%20217.893%2097.7129C219.858%2094.6134%20221.781%2091.5405%20223.663%2088.4942C224.584%2086.9902%20225.488%2085.4913%20226.375%2083.9977C227.239%2082.5321%20228.08%2081.0694%20228.897%2079.6097C232.049%2073.9553%20234.718%2068.4205%20236.589%2062.899C237.458%2060.3339%20238.133%2057.7075%20238.607%2055.0418C239.037%2052.5488%20239.239%2050.0217%20239.207%2047.4923C239.117%2042.5064%20238.046%2037.5865%20236.053%2033.011C233.987%2028.1404%20230.968%2023.4912%20227.327%2019.0943C225.36%2016.7331%20223.262%2014.4832%20221.043%2012.3551C218.725%2010.0955%20216.265%207.89703%20213.664%205.75986C211.013%203.56365%20208.252%201.41467%20205.381%20-0.687084C202.476%20-2.84123%20199.482%20-4.93338%20196.423%20-7.00118C193.324%20-9.0867%20190.208%20-11.1678%20187.045%20-13.2002C183.882%20-15.2325%20180.67%20-17.2583%20177.5%20-19.2885C177.571%20-19.3571%20177.64%20-19.4324%20177.722%20-19.4988C181.107%20-17.6863%20184.46%20-15.8281%20187.783%20-13.9241C191.096%20-12.0401%20194.381%20-10.1361%20197.571%20-8.15464C200.731%20-6.19901%20203.819%20-4.20648%20206.835%20-2.17705C209.779%20-0.166808%20212.618%201.89509%20215.353%204.00865C218%206.0831%20220.527%208.2151%20222.9%2010.398C225.144%2012.4859%20227.273%2014.6927%20229.278%2017.0088C232.981%2021.3193%20235.989%2025.9929%20237.922%2030.9565C239.74%2035.7765%20240.612%2040.8994%20240.489%2046.0466C240.41%2048.7033%20240.102%2051.3484%20239.568%2053.9525V53.9525Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M243.616%2054.2074C241.785%2059.6756%20239.217%2065.0729%20236.28%2070.4548C235.514%2071.8387%20234.731%2073.2306%20233.931%2074.6307C233.131%2076.0308%20232.306%2077.4323%20231.454%2078.8353C229.739%2081.6753%20227.982%2084.5425%20226.181%2087.437C218.898%2099.1967%20211.368%20111.244%20206.557%20124.936C204.2%20131.621%20202.588%20138.685%20202.143%20145.881C201.905%20149.582%20201.968%20153.296%20202.334%20156.986C202.715%20160.893%20203.414%20164.762%20204.423%20168.555C208.837%20185.551%20219.662%20202.856%20234.307%20220.174C236.098%20222.284%20237.937%20224.393%20239.826%20226.501H234.292C233.504%20225.645%20232.718%20224.786%20231.948%20223.925C216.908%20207.147%20205.827%20190.067%20201.344%20173.05C200.346%20169.213%20199.663%20165.302%20199.301%20161.354C198.977%20157.589%20198.954%20153.804%20199.235%20150.035C199.819%20142.621%20201.548%20135.361%20204.036%20128.485C209.07%20114.446%20217.026%20101.795%20224.844%2089.3004C226.739%2086.2576%20228.607%2083.2546%20230.425%2080.2671C231.31%2078.7888%20232.196%2077.3239%20233.048%2075.8589C233.9%2074.3939%20234.695%2072.982%20235.483%2071.5635C238.529%2066.0312%20241.106%2060.6072%20242.885%2055.2165C243.706%2052.7131%20244.344%2050.1533%20244.793%2047.5574C245.185%2045.1251%20245.358%2042.6625%20245.309%2040.1994C245.169%2035.331%20244.056%2030.5398%20242.037%2026.1073C239.939%2021.3561%20236.906%2016.8129%20233.254%2012.4954C231.276%2010.1817%20229.174%207.97661%20226.958%205.88974C224.643%203.67678%20222.177%201.51251%20219.585%20-0.585366C216.928%20-2.75406%20214.174%20-4.85635%20211.314%20-6.92325C208.417%20-9.04769%20205.424%20-11.0947%20202.373%20-13.135C199.285%20-15.1857%20196.166%20-17.2238%20193.019%20-19.2494C189.846%20-21.2654%20186.663%20-23.2615%20183.5%20-25.2576C183.569%20-25.3395%20183.639%20-25.4169%20183.704%20-25.4988C187.071%20-23.7417%20190.408%20-21.9374%20193.714%20-20.0859C197.012%20-18.2558%20200.277%20-16.3991%20203.454%20-14.4738C206.597%20-12.5596%20209.687%20-10.6366%20212.682%20-8.64272C215.613%20-6.67983%20218.449%20-4.67932%20221.167%20-2.61021C223.808%20-0.585358%20226.329%201.48596%20228.694%203.62589C230.934%205.6643%20233.062%207.82134%20235.071%2010.0877C238.783%2014.2923%20241.805%2018.8665%20243.777%2023.7483C245.626%2028.463%20246.549%2033.4893%20246.498%2038.5529C246.448%2041.153%20246.176%2043.744%20245.688%2046.2983C245.184%2048.98%20244.491%2051.6229%20243.616%2054.2074Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3Cpath%20d%3D%22M212.424%20157.278C216.981%20173.804%20227.828%20190.556%20242.424%20207.325C247.998%20213.729%20254.048%20220.086%20260.5%20226.501H255.48C250.052%20221.394%20244.945%20216.262%20240.158%20211.103C225.18%20194.891%20214.085%20178.351%20209.462%20161.816C208.434%20158.098%20207.717%20154.3%20207.316%20150.463C206.948%20146.81%20206.881%20143.133%20207.114%20139.469C207.595%20132.27%20209.233%20125.214%20211.587%20118.526C216.398%20104.879%20224.085%2092.5658%20231.628%2080.3897C233.463%2077.4262%20235.27%2074.4982%20237.024%2071.5921C237.882%2070.1524%20238.738%2068.7325%20239.559%2067.3016C240.367%2065.9045%20241.152%2064.5104%20241.912%2063.1192C244.847%2057.7245%20247.338%2052.4579%20249.026%2047.2045C249.816%2044.7701%20250.416%2042.2776%20250.82%2039.7495C251.178%2037.3856%20251.32%2034.9937%20251.244%2032.6037C251.046%2027.8514%20249.897%2023.1876%20247.864%2018.8907C245.743%2014.2534%20242.697%209.82591%20239.044%205.62366C237.067%203.3614%20234.968%201.20887%20232.757%20-0.824353C230.449%20-2.99724%20227.988%20-5.09506%20225.405%20-7.14429C222.764%20-9.25682%20220.019%20-11.3178%20217.168%20-13.3273C214.281%20-15.3986%20211.306%20-17.4103%20208.269%20-19.3977C205.188%20-21.405%20202.107%20-23.4056%20198.963%20-25.3754C195.818%20-27.3451%20192.634%20-29.2884%20189.5%20-31.2537C189.568%20-31.331%20189.63%20-31.4193%20189.698%20-31.4988C193.045%20-29.7918%20196.355%20-28.023%20199.643%20-26.2233C202.93%20-24.4236%20206.167%20-22.6306%20209.325%20-20.7514C212.452%20-18.8876%20215.518%20-16.9974%20218.502%20-15.0696C221.42%20-13.1558%20224.235%20-11.1956%20226.948%20-9.1891C229.588%20-7.21495%20232.095%20-5.2143%20234.454%20-3.10986C236.685%20-1.12363%20238.809%200.980083%20240.818%203.19241C244.513%207.28424%20247.558%2011.7316%20249.561%2016.4992C251.436%2021.0786%20252.403%2025.9811%20252.408%2030.9321C252.382%2033.4666%20252.143%2035.9945%20251.693%2038.4887C251.223%2041.0986%20250.566%2043.6712%20249.728%2046.1865C247.99%2051.5128%20245.505%2056.7617%20242.675%2062.0018C241.942%2063.3518%20241.186%2064.7047%20240.409%2066.0605C239.631%2067.4164%20238.833%2068.7781%20238.014%2070.1457C236.362%2072.9149%20234.65%2075.6928%20232.916%2078.5083C225.874%2089.9336%20218.612%20101.639%20214.015%20114.944C211.779%20121.443%20210.274%20128.302%20209.915%20135.284C209.726%20138.878%20209.833%20142.481%20210.234%20146.058C210.658%20149.851%20211.39%20153.604%20212.424%20157.278Z%22%20fill%3D%22%23E2B145%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A') 50%/contain no-repeat;
}

.start {
  padding: 50px 0px;
  background: #F5F5F7;
}

.start__wrapper {
  background: #F5F5F7;
  padding: 50px 130px;
}

.start h2 {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.start p {
  font: 300 18px/1.5 "Raleway";
  color: #152B29;
  text-align: center;
}

.start__block {
  background: #FFFFFF;
  margin: 50px auto 0 auto;
  max-width: 1240px;
  width: 100%;
  padding: 40px;
  display: flex;
}

.start__block_list {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
}

.start__block_wrapper {
  overflow: hidden;
  max-height: 478px;
  transition: 0.4s ease;
  position: relative;
}

.start__block_wrapper_active {
  max-height: 1200px;
}

.start__block_wrapper:not(.start__block_wrapper_active):before {
  background: linear-gradient(to bottom, transparent 0%, white 100%);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}

.start__block_content {
  position: relative;
  padding-bottom: 55px;
  display: none;
}

.start__block_content.active {
  display: block;
}

.start__block_content h3 {
  font: normal 600 20px/1.5 "Raleway";
  font-feature-settings: "pnum" on, "lnum" on;
  color: #005346;
}

.start__block_content p {
  font: 400 16px/1.5 "Raleway";
  text-align: start;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
}

.start__block_content p b {
  font-weight: 600;
}

.start__block_content h5 {
  font: 600 16px/1.5 "Raleway";
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
}

.start__block_content ul {
  padding-left: 25px;
}

.start__block_content ul li {
  list-style: disc;
  font: 400 16px/1.5 "Raleway";
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
}

.start__block_content_open {
  font: 400 16px/1.5 "Raleway";
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 36px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #E2B145;
  cursor: pointer;
}

.start__block_content_open::after {
  content: "";
  margin-left: 10px;
  display: block;
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.27166 3.56941L14.0917 14.3861M14.0917 14.3861L5.2087 14.3861M14.0917 14.3861L14.0917 5.50308' stroke='%23E2B145'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.start_item {
  background: #FFFFFF;
  padding: 20px 13px;
  width: 400px;
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.06);
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.start_item:last-child {
  margin-bottom: 0;
}

.start__block_icon {
  display: none;
}

.start_item.active {
  background: rgba(0, 83, 70, 0.15);
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.06);
}

/* .start_item_active {
  background: rgba(0, 83, 70, 0.15);
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.06);
} */

.start_item p {
  font: normal 600 16px/1.5 "Raleway";
  color: #878787;
  text-align: left;
  font-variant-numeric: lining-nums proportional-nums;
  text-transform: uppercase;
}

.start_item_active p {
  font: normal 400 16px/1.5 "Raleway";
  color: #005346;
}

.start_item.active p {
  color: #005346;
}

.start_btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.projects {
  padding-bottom: 100px;
}

.projects-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.projects-slider__btns {
  position: relative;
  display: flex;
}

.projects-slider__btns_left {
  position: static;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  transform: rotate(180deg);
  margin-top: 0;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.0001' cy='25' r='25' fill='%23F5F5F7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.7143 15.7142H28.2654L36.4286 24.9999L28.0103 34.2857H25.7143L32.9985 25.9999H14.2858V23.9999H32.9985L25.7143 15.7142Z' fill='%23005346'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.projects-slider__btns_left::after {
  display: none;
}

.projects-slider__btns_right {
  position: static;
  display: block;
  width: 50px;
  margin-top: 0;
  height: 50px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='25.0001' cy='25' r='25' fill='%23F5F5F7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.7143 15.7142H28.2654L36.4286 24.9999L28.0103 34.2857H25.7143L32.9985 25.9999H14.2858V23.9999H32.9985L25.7143 15.7142Z' fill='%23005346'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.projects-slider__btns_right::after {
  display: none;
}

.projects__title {
  text-transform: uppercase;
}

.projects__slider {
  display: block;
}

.projects__slider_photo {
  width: 100%;
  height: 200px;
  background: 50%/contain no-repeat;
}

.projects-slide {
  padding: 40px;
  width: 505px !important;
  background: #FFFFFF;
  box-shadow: 10px 24px 54px rgba(0, 0, 0, 0.06);
  border-radius: 0px 40px;
  min-height: 612px;
}

.swiper {
  overflow: visible;
}

.swiper-slide {
  margin-left: 10px;
}

.swiper-slide h5 {
  font: 500 20px/1.5 "Raleway";
  margin-top: 30px;
  color: #152B29;
}

.swiper-slide ul {
  margin-top: 50px;
}

.swiper-slide ul li {
  font: 400 16px/1.5 "Raleway";
  position: relative;
  display: flex;
  padding-left: 39px;
  align-items: flex-start;
  color: #152B29;
}

.swiper-slide ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3961 0L24 0.867239C21.5332 2.72591 18.788 5.58672 15.7645 9.44968C13.0703 12.797 10.7504 16.4288 8.84583 20.2805L7.56103 21.1478C6.80567 21.65 6.08261 22.1993 5.39614 22.7923C5.11318 21.887 4.78296 20.9971 4.40685 20.1263L3.92505 19.0021C3.42509 17.738 2.77826 16.5371 1.99786 15.424C1.49977 14.7231 0.804269 14.1864 0 13.8822C1.24625 12.5675 2.38758 11.9101 3.42398 11.9101C4.31049 11.9101 5.2955 13.1156 6.37901 15.5268L6.91863 16.7345C9.0158 13.2463 11.5288 10.0257 14.4026 7.14347C17.0598 4.36238 20.0858 1.95883 23.3961 0Z' fill='%23005346'/%3E%3C/svg%3E%0A") 50%/cover no-repeat;
}

.swiper-pagination {
  position: static;
  margin-top: 50px;
}

.swiper-pagination-bullet {
  background: #005346;
}

.webinars {
  padding-bottom: 100px;
}

.webinars__title {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.webinars__wrapper {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.webinars-item {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  height: 248px;
  background: 50%/contain no-repeat;
}

.webinars-item__decor {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  height: 79px;
  width: 150px;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='151' height='151' viewBox='0 0 151 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='75.5' cy='75.5012' r='75' fill='white' fill-opacity='0.3'/%3E%3Ccircle cx='75.5069' cy='75.4886' r='54.8077' fill='%23E2B145'/%3E%3Cpath d='M94.9023 74.3641L64.0768 92.1612L64.0768 56.5669L94.9023 74.3641Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.webinars__more {
  color: #152B29;
  font-variant-numeric: lining-nums proportional-nums;
  font: 600 20px/1.5 "Raleway";
  margin-top: 50px;
  text-align: center;
}

.webinars__more a {
  color: #E2B145;
  font-weight: 700;
}

.trust {
  padding: 100px 0;
}

.trust__title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}

.bc-ticker__swiper {
  width: 100%;
  overflow: visible;
}

.bc-ticker__wrapper.swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}

.bc-ticker__slide {
  width: auto;
  flex: 0 0 auto;
  display: inline-block;
}

.bc-ticker__string {
  width: auto;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.bc-ticker__icon {
  width: 216px;
  height: 132px;
  background: 50%/contain no-repeat;
}

.contact {
  padding-bottom: 80px;
}

.contact__container {
  position: relative;
}

.contact__title {
  font-weight: 700;
  text-transform: uppercase;
}

.contact__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.contact__inf ul {
  margin-top: 40px;
}

.contact__inf ul li {
  font: 400 20px/23px "Raleway";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
  margin-bottom: 20px;
}

.contact__inf ul li:last-child {
  margin-bottom: 0;
}

.contact__inf ul li b {
  font-weight: 700;
}

.contact__inf ul li a {
  font: 400 20px/23px "Raleway";
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
  text-decoration: none;
}

.contact__phone::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H40C45.5228 0 50 4.47715 50 10V50H10C4.47715 50 0 45.5228 0 40V0Z' fill='%23005346'/%3E%3Cpath d='M17 18C17 17.4477 17.4477 17 18 17H20.1529C20.6417 17 21.0589 17.3534 21.1393 17.8356L21.8786 22.2715C21.9507 22.7045 21.7321 23.134 21.3394 23.3303L19.7913 24.1044C20.9076 26.8783 23.1217 29.0924 25.8956 30.2087L26.6697 28.6606C26.866 28.2679 27.2955 28.0492 27.7285 28.1214L32.1644 28.8607C32.6466 28.9411 33 29.3583 33 29.8471V32C33 32.5523 32.5523 33 32 33H30C22.8203 33 17 27.1797 17 20V18Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.contact__phone_block {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.contact__email::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H40C45.5228 0 50 4.47715 50 10V50H10C4.47715 50 0 45.5228 0 40V0Z' fill='%23005346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.757 17.9688H33.2414C33.5119 17.9688 33.7653 18.0353 33.9944 18.1449L26.242 25.8583C25.5565 26.5438 24.4418 26.5438 23.7564 25.8583L16.0039 18.1449C16.2331 18.0353 16.4864 17.9688 16.757 17.9688ZM28.7578 25.0031L34.8234 18.9766C34.933 19.2057 34.9996 19.4591 34.9996 19.7296V30.2765C34.9996 30.5471 34.933 30.8004 34.8234 31.0296L28.7578 25.0031ZM15.1801 18.9766C15.0704 19.2057 15.0039 19.4591 15.0039 19.7296V30.2765C15.0039 30.5471 15.0704 30.8005 15.1801 31.0296L21.2457 25.0031L15.1801 18.9766ZM27.0705 26.6864L27.9289 25.8281L33.9944 31.8546C33.7653 31.9643 33.5119 32.0308 33.2414 32.0308H16.757C16.4864 32.0308 16.2331 31.9643 16.0039 31.8546L22.0695 25.8281L22.9278 26.6864C24.0699 27.8286 25.9284 27.8286 27.0705 26.6864Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.contact__adress::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  background: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H40C45.5228 0 50 4.47715 50 10V50H10C4.47715 50 0 45.5228 0 40V0Z' fill='%23005346'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3993 34.0461C25.1008 34.3618 24.8004 34.6796 24.5 35C24.1996 34.6796 23.8992 34.3618 23.6007 34.0461C20.1732 30.4208 17 27.0643 17 23C17 18.5817 20.3579 15 24.5 15C28.6421 15 32 18.5817 32 23C32 27.0643 28.8268 30.4208 25.3993 34.0461ZM21 22.5C21 20.567 22.567 19 24.5 19C26.432 19.0023 27.9977 20.568 28 22.5C28 24.433 26.433 26 24.5 26C22.567 26 21 24.433 21 22.5Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.contact__adress strong {
  font-weight: 600;
  margin-right: 6px;
}

.contact__soc_title {
  font: 400 20px/23px "Raleway";
  display: block;
  margin-top: 80px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #152B29;
}

.contact__soc_block {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}

.contact__soc_block a {
  position: relative;
  margin-right: 15px;
  width: 80px;
  height: 80px;
  background: #F5F5F7;
  border-radius: 60px;
}

.contact__soc_item {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  width: 20px;
  height: 20px;
  background: 50%/contain no-repeat;
}

.maps iframe {
  width: 100%;
  height: 550px;
  display: block;
}

.video iframe {
  width: 700px;
  height: 400px;
}

.blog-header {
  text-align: center;
  padding: 50px 0;
  min-height: 300px;
  color: #fff;
  background: var(--primary-1, #005346);
}

.blog-header__title {
  text-transform: uppercase;
  margin-top: 45px;
}

.heading {
  padding: 50px 0;
  color: #fff;
  background: var(--primary-1, #005346);
  text-align: center;
}

.heading__container {
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.heading__title {
  font-variant-numeric: lining-nums proportional-nums;
  text-transform: uppercase;
  line-height: 110%;
}

.blog-posts {
  padding: 60px 0;
}

.blog-posts__container {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.blog-posts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.blog-posts__categories {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-posts__categories-title {
  font: 700 18px "Cormorant Garamond";
  color: var(--primary-1, #005346);
  text-transform: uppercase;
}

.blog-posts__categories-list {
  list-style: disc;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 20px;
  font-size: var(--m);
  line-height: 150%;
}

.blog-posts__categories-list a {
  text-decoration: none;
}

.blog-posts .category.active {
  font-weight: 600;
}

.blog-posts__search {
  width: 100%;
  max-width: 400px;
}

.blog-posts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 20px;
}

.blog-posts__pagination {
  font: 700 20px/120% "Cormorant Garamond";
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  /* 24px */
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: var(--secondary-1, #152B29);
  font-variant-numeric: lining-nums proportional-nums;
}

.blog-posts__pagination a {
  text-decoration: none;
}

.blog-posts__pagination a.prev,
.blog-posts__pagination a.next {
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cpath d='M15.4795 3L23.6426 12.2861L15.2246 21.5713H12.9287L20.2129 13.2861H1.5V11.2861H20.2129L12.9287 3H15.4795Z' fill='%23005346'/%3E%3C/svg%3E") 50%/contain no-repeat;
}

.blog-posts__pagination a.prev {
  transform: scale(-1, 1);
}

.blog-posts__pagination span {
  color: var(--neutral-4, #92A09E);
}

.search {
  width: 100%;
  position: relative;
}

.search__input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid var(--neutral-2, #EBEBEB);
  padding: 0 16px;
  height: 45px;
  padding-right: 56px;
}

.search__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 56px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.post-preview {
  display: flex;
  flex-flow: column;
  gap: 15px;
  position: relative;
}

.post-preview__date {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0;
  background: var(--primary-1, #005346);
  display: inline-flex;
  padding: 8px 16px;
  color: var(--secondary-2, #FFF);
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  line-height: 150%;
}

.post-preview__image {
  aspect-ratio: 400/250;
  background: 50%/cover no-repeat;
  border-radius: 20px 0;
  overflow: hidden;
}

.post-preview__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.post-preview__title a {
  text-decoration: none;
  text-transform: uppercase;
}

.post-preview__content {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.post-preview__excerpt {
  color: var(--neutral-4, #92A09E);
  font-variant-numeric: lining-nums proportional-nums;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-preview__tags {
  color: var(--primary-2, #E2B145);
  font-size: 14px;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
}

.post-preview__tag {
  display: flex;
  gap: 4px;
  text-decoration: none;
  color: var(--primary-2, #E2B145);
}

.post-preview__tag:not(:last-child):after {
  content: "/";
}

.post {
  padding-bottom: 62px;
  position: relative;
}

.post:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 170px;
  background: var(--primary-1);
  z-index: -1;
}

.post__container {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.post__image {
  width: 100%;
  border-radius: 40px 0;
}

.post__header {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.post__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}

.post__tags {
  color: var(--primary-2, #E2B145);
  font-size: 14px;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.14px;
  text-transform: uppercase;
  display: flex;
  gap: 4px;
}

.post__tag {
  display: flex;
  gap: 4px;
  text-decoration: none;
  color: var(--primary-2, #E2B145);
}

.post__tag:not(:last-child):after {
  content: "/";
}

.post__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.post__author-photo {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: 50%/cover no-repeat;
}

.post__author-name {
  font-weight: 600;
  color: var(--secondary-1, #152B29);
}

.post__author-position {
  font-size: 14px;
  color: var(--secondary-1, #152B29);
  font-variant-numeric: lining-nums proportional-nums;
}

.post__navigation-toggler {
  background: var(--black-5, rgba(18, 18, 26, 0.05));
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.post__navigation-toggler:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1.3999 5.17601L6.9999 10.5L12.5999 5.17601L11.5732 4.19995L6.99987 8.54786L2.42655 4.19998L1.3999 5.17601Z' fill='%2312121A' fill-opacity='0.5'/%3E%3C/svg%3E") 50% no-repeat;
  transition: var(--transition);
}

.post__navigation-toggler.active:after {
  transform: rotate(180deg);
}

.post__navigation-nav {
  overflow: hidden;
  transition: var(--transition);
}

.post__navigation ul {
  list-style: none;
  padding-left: 0;
}

.post__navigation ul li:nth-child(n+7) {
  display: none;
}

.post__navigation a {
  font: 700 20px "Cormorant Garamond";
  padding: 10px 20px;
  border: 1px solid transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: var(--neutral-4, #92A09E);
  position: relative;
  text-transform: uppercase;
}

.post__navigation a span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post__navigation a:before {
  content: "";
  width: 4px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--grey-100, #e7e7e8);
  transition: var(--transition);
}

.post__navigation a:hover {
  color: var(--secondary-1);
}

.post__navigation a:hover:before {
  background: var(--primary-2);
}

.post__navigation a.active {
  color: var(--secondary-1);
}

.post__navigation a.active:before {
  background: var(--primary-2);
}

.post__body {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.post__content {
  max-width: 735px;
  display: flex;
  flex-flow: column;
  gap: 15px;
}

.post__content p,
.post__content li {
  font-size: 18px;
  line-height: 150%;
}

.post__content strong {
  font-weight: 600;
}

.post__content h2 {
  line-height: 110%;
  font-size: 40px;
  margin-top: 15px;
}

.post__content blockquote {
  padding-left: 60px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' viewBox='0 0 38 38' fill='none'%3E%3Cpath d='M10.8448 20.824C12.7259 20.824 14.2151 21.4511 15.3124 22.7051C16.4881 23.8808 17.0759 25.4484 17.0759 27.4079C17.0759 29.5241 16.3705 31.2093 14.9597 32.4633C13.6272 33.639 11.7853 34.2269 9.43397 34.2269C6.6907 34.2269 4.53527 33.1687 2.96769 31.0525C1.47849 28.9363 0.733887 25.9187 0.733887 21.9997C0.733887 18.4727 1.51768 15.2199 3.08526 12.2415C4.65284 9.18475 7.00421 6.12796 10.1394 3.07118C10.2178 2.9928 10.3353 2.95361 10.4921 2.95361C10.7272 2.95361 10.9232 3.07118 11.0799 3.30632C11.2367 3.54145 11.2367 3.7374 11.0799 3.89416C7.23935 7.81311 5.31906 12.4375 5.31906 17.7673C5.31906 19.9619 5.71096 21.5686 6.49475 22.5876C7.20016 21.4119 8.65018 20.824 10.8448 20.824ZM31.1842 20.824C33.0653 20.824 34.5545 21.4511 35.6518 22.7051C36.8275 23.8808 37.4153 25.4484 37.4153 27.4079C37.4153 29.5241 36.7099 31.2093 35.2991 32.4633C33.9666 33.639 32.1247 34.2269 29.7733 34.2269C27.0301 34.2269 24.8746 33.1687 23.3071 31.0525C21.8179 28.9363 21.0733 25.9187 21.0733 21.9997C21.0733 18.4727 21.8571 15.2199 23.4246 12.2415C24.9922 9.18475 27.3436 6.12796 30.4788 3.07118C30.5571 2.9928 30.6747 2.95361 30.8315 2.95361C31.0666 2.95361 31.2625 3.07118 31.4193 3.30632C31.5761 3.54145 31.5761 3.7374 31.4193 3.89416C27.5787 7.81311 25.6584 12.4375 25.6584 17.7673C25.6584 19.9619 26.0503 21.5686 26.8341 22.5876C27.5395 21.4119 28.9895 20.824 31.1842 20.824Z' fill='%23152B29'/%3E%3C/svg%3E") 0 0 no-repeat;
}

.post .sidebar-wrapper {
  width: 100%;
  max-width: 400px;
  flex-shrink: 0;
}

.post__sidebar {
  display: flex;
  flex-flow: column;
  gap: 32px;
}

.post__share {
  display: flex;
  align-items: center;
  gap: 16px;
}

.post__share-title {
  font: normal 700 18px/130% "Cormorant Garamond";
  color: var(--primary-1, #005346);
  /* H5 */
  /* 23.4px */
  letter-spacing: 0.18px;
  text-transform: uppercase;
}

.post__share-buttons {
  display: flex;
  gap: 8px;
}

.post__share-button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: var(--neutral-1, #F5F5F7);
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.sidebar__categories {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.sidebar__categories-title {
  font: 700 18px "Cormorant Garamond";
  color: var(--primary-1, #005346);
  text-transform: uppercase;
}

.sidebar__categories-list {
  list-style: none;
  display: flex;
  gap: 16px;
  font-size: var(--m);
  line-height: 150%;
}

.sidebar__categories-list li {
  position: relative;
  padding-left: 10px;
}

.sidebar__categories-list li:before {
  content: "";
  left: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #152B29;
  position: absolute;
}

.sidebar__categories-list a {
  text-decoration: none;
  color: var(--secondary-1, #152B29);
}

.sidebar__tags {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.sidebar__tags-title {
  font: 700 18px "Cormorant Garamond";
  color: var(--primary-1, #005346);
  text-transform: uppercase;
}

.sidebar__tags-list {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  display: flex;
  flex-flow: wrap;
  gap: 4px;
}

.sidebar__tag {
  display: flex;
  gap: 4px;
  text-decoration: none;
}

.sidebar__tag:not(:last-child):after {
  content: "/";
}

.post-form {
  padding: 100px 0;
  background: var(--neutral-1, #F5F5F7);
}

.post-form__container {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 50px;
}

.post-form__title {
  font: normal 700 30px/110% "Cormorant Garamond";
  color: var(--secondary-1, #152B29);
  max-width: 485px;
  /* H3 */
  /* 33px */
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.post-form__text {
  max-width: 625px;
  font-size: var(--m);
  line-height: 150%;
  color: var(--secondary-1, #152B29);
  font-variant-numeric: lining-nums proportional-nums;
}

.post-form__form {
  max-width: 100%;
  padding: 0;
  background: transparent;
  box-shadow: none;
  width: 100%;
}

.post-form__inputs {
  display: flex;
  gap: 8px;
}

.post-form .input {
  width: 100%;
  border-radius: 5px;
  background: var(--secondary-2, #FFF);
  height: 52px;
  padding-left: 15px;
  border: 1px solid transparent;
}

.post-form .input__wrap {
  width: 100%;
}

.post-form .intl-tel-input {
  width: 100%;
}

.post-form .country-list .country-name {
  color: #333;
}

.similar-posts {
  padding: 100px 0;
}

.similar-posts__container {
  display: flex;
  flex-flow: column;
  gap: 50px;
}

.similar-posts__title {
  text-transform: uppercase;
  color: #152B29;
}

.similar-posts__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.section404 {
  text-align: center;
  padding: 69px 0 240px;
}

.section404__container {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 16px;
}

.section404__code {
  max-width: 100%;
}

.section404__title {
  text-transform: uppercase;
  color: #005346;
}

.section404__text {
  max-width: 630px;
  margin-top: -12px;
  font-size: var(--m);
  line-height: 150%;
}

.section404__button {
  min-width: 227px;
  justify-content: center;
}

.error404 .footer {
  position: relative;
}

.error404 .footer:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1500' height='160' viewBox='0 0 1500 160' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 171.04H1500V177.523H0V171.04ZM0 179.517H1500V186H0V179.517ZM0 155.083H1500V160.568H0V155.083ZM0 163.062H1500V169.046H0V163.062ZM0 146.606H1500V152.091H0V146.606ZM0 138.627H1500V143.813H0V138.627ZM0 130.449H1500V135.436H0V130.449ZM0 122.172H1500V126.759H0V122.172ZM0 114.193H1500V118.581H0V114.193ZM0 105.915H1500V110.104H0V105.915ZM0 97.9367H1500V101.826H0V97.9367ZM0 89.7587H1500V93.4488H0V89.7587ZM0 81.481H1500V84.8718H0V81.481ZM0 73.5024H1500V76.4944H0V73.5024ZM0 65.2247H1500V68.0172H0V65.2247ZM0 57.2461H1500V59.7394H0V57.2461ZM0 48.9684H1500V51.2622H0V48.9684ZM0 40.6906H1500V42.785H0V40.6906ZM0 32.7121H1500V34.607H0V32.7121ZM0 24.4343H1500V26.03H0V24.4343ZM0 16.4558H1500V17.852H0V16.4558ZM0 8.27775H1500V9.47453H0V8.27775ZM0 0H1500V0.997319H0V0Z' fill='%23005346'/%3E%3C/svg%3E") 50% 0 repeat-x;
  height: 186px;
  position: absolute;
  top: -160px;
  width: 100%;
  z-index: -1;
}

.post__content .wp-block-table {
  border-radius: 10px 10px 0 0;
  font-size: 14px;
}

.post__content .wp-block-table thead {
  border: none;
  background: var(--neutral-1, #F5F5F7);
}

.post__content .wp-block-table th,
.post__content .wp-block-table td {
  border: 1px solid var(--neutral-2, #EBEBEB);
}

.success__title {
  font: 700 40px/1.3 "Cormorant Garamond";
  text-transform: uppercase;
  color: #005346;
  text-align: center;
  margin: 50px 0 20px 0;
}

.success__text {
  font: 400 18px/1.6 "Raleway";
  text-align: center;
  color: #152B29;
  padding: 0 20px;
}

.success_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 227px;
}

.success_bg {
  display: block;
  margin-top: 50px;
  width: 100%;
  height: 361px;
  background: url("../img/success.webp") 50%/cover no-repeat;
  border-radius: 110px 0px;
}

.no-webp .success_bg {
  background: url("../img/success.png") 50%/cover no-repeat;
}

.footer {
  padding: 40px 0;
  background: #005346;
  color: #ffffff;
  margin-top: auto;
}

.footer a {
  color: #fff;
}

.footer a {
  text-decoration: none;
}

.footer__container {
  display: flex;
  flex-flow: column;
  gap: 30px;
}

.footer__container ul {
  display: flex;
  display: flex;
  gap: 50px;
}

.footer__container ul li a.footer__link {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.4s all;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer__divider {
  height: 1px;
  background: #4c877d;
}

.footer__bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__bottom ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  color: #92a09e;
}

.footer__logo {
  width: 65px;
  aspect-ratio: 65/62;
  background: url("../img/logo_white.webp") 50%/contain no-repeat;
}

.footer__logo_avis {
  margin-right: 10px;
  display: block;
  height: 16px;
  width: 18px;
  background: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_45_723)'%3E%3Cpath d='M5.79124 1.14896L12.2142 1.14844M5.79124 1.14896L11.549 1.14844M5.79124 1.14896L11.1832 1.14844L9.00274 8.36282M5.79124 1.14896L1.64844 14.8546H7.04058L9.00274 8.36282M12.2142 1.14844L16.3567 14.8546H10.9648L9.18827 8.97672M12.2142 1.14844H11.549M11.549 1.14844L13.9152 8.97672H9.18827M9.18827 8.97672L9.00274 8.36282' stroke='%234C877D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_45_723'%3E%3Crect width='18' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.footer__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.4s all;
}

.footer__phone::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3C2 2.44772 2.44772 2 3 2H5.15287C5.64171 2 6.0589 2.35341 6.13927 2.8356L6.87858 7.27147C6.95075 7.70451 6.73206 8.13397 6.3394 8.3303L4.79126 9.10437C5.90756 11.8783 8.12168 14.0924 10.8956 15.2087L11.6697 13.6606C11.866 13.2679 12.2955 13.0492 12.7285 13.1214L17.1644 13.8607C17.6466 13.9411 18 14.3583 18 14.8471V17C18 17.5523 17.5523 18 17 18H15C7.8203 18 2 12.1797 2 5V3Z' fill='white'/%3E%3C/svg%3E%0A") 50%/contain no-repeat;
}

.footer__social {
  display: flex;
  gap: 7px;
}

.footer__social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #dce5e5;
  transition: var(--transition);
}

.footer__social-link:hover {
  background: #fff;
}

.footer__social-link svg {
  width: 15px;
  height: 15px;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: "";
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: "";
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-overlay .form .input__wrap {
  max-width: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

@media (min-width: 1260px) {
  .page-home .contact__form {
    position: absolute;
    right: 0;
    bottom: -140px;
  }
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --h1: 30px;
    --h2: 30px;
    --h5: 16px;
    --m: 16px;
  }

  .title {
    font-size: 30px;
  }

  .header__menu {
    display: none;
  }

  .header__menu li a {
    font-size: 20px;
  }

  .header__menu__active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    gap: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100vh;
    background: #fff;
    opacity: 0.9;
    z-index: 99;
  }

  .header__social-link {
    width: 30px;
  }

  .hamburger {
    display: flex;
  }

  .main {
    padding: 40px 0;
  }

  .main__container {
    gap: 40px;
  }

  .main__content {
    gap: 20px;
    padding-top: 0;
    max-width: 350px;
  }

  .main__button {
    margin-top: 0;
  }

  .main__image {
    height: auto;
    width: 100%;
    max-width: 350px;
  }

  .main__image-photo {
    position: relative;
    height: auto;
    width: 100%;
    border-radius: 60px 0px;
  }

  .services__header {
    flex-direction: column;
    text-align: center;
  }

  .services__text {
    max-width: 100%;
  }

  .services__items {
    grid-template-columns: auto;
    grid-template-rows: auto;
    flex-direction: column;
  }

  .reason {
    padding: 86px 0;
  }

  .reason-block {
    flex-direction: column;
    padding: 0 30px;
    gap: 0;
  }

  .reason-item:not(:last-child):after {
    top: 40%;
    left: 52px;
  }

  .reason-item:last-child .reason-item__text {
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .reason-item__num {
    font-size: 40px;
    max-width: 100px;
    height: 100px;
  }

  .reason-item__text {
    padding-bottom: 35px;
    gap: 10px;
  }

  .reason-block__items:first-child::after {
    display: none;
  }

  .reason-block__items:last-child::after {
    display: block;
    width: 370px;
    height: 100px;
  }

  .reason-block__items:first-child .reason-item:last-child::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 35%;
    left: 60px;
    opacity: 0.5;
    z-index: 1;
  }

  .reason-block__items:first-child .reason-item:last-child::after {
    top: 40%;
    left: 52px;
  }

  .guarantee {
    padding: 86px 0;
  }

  .guarantee__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .guarantee .item {
    padding: 22px 12px;
  }

  .founder {
    padding: 50px 0;
  }

  .founder__container {
    align-items: flex-start;
  }

  .founder__photo {
    max-width: 350px;
    flex-shrink: 0;
  }

  .founder__blockquote {
    padding: 0 15px;
  }

  .founder__blockquote-text {
    padding: 0;
    font-size: 15px;
  }

  .founder__blockquote-text::before {
    width: 30px;
    height: 30px;
    top: 0;
    left: -45px;
  }

  .founder__blockquote-text::after {
    width: 30px;
    height: 30px;
  }

  .founder__blockquote-footer {
    padding: 0;
  }

  .founder__name {
    font-size: 20px;
  }

  .founder__position {
    font-size: 13px;
  }

  .about {
    padding: 60px 0 86px;
  }

  .about__wrapper {
    justify-content: center;
    gap: 0;
  }

  .about__block {
    margin-bottom: 40px;
    width: 100%;
    min-height: 190px;
  }

  .about__block_without {
    margin: 0;
    min-height: auto;
    width: 100%;
  }

  .about__block_title {
    font-size: 30px;
  }

  .about__block_title br {
    display: none;
  }

  .about__block_name {
    font-size: 50px;
  }

  .about__done__title {
    margin-top: 86px;
    font-size: 30px;
  }

  .about__done_wrapper ul li {
    font-size: 16px;
    padding-left: 45px;
  }

  .about__done_photo {
    background-size: contain;
    max-width: 425px;
    height: 240px;
    margin: 0 auto;
  }

  .about__done_wrapper ul li::before {
    height: 30px;
    max-width: 30px;
  }

  .about__done_wrapper {
    flex-direction: column-reverse;
  }

  .about__done_wrapper {
    row-gap: 50px;
  }

  .blog-posts__search {
    max-width: 360px;
  }

  .blog-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .post__container {
    gap: 20px;
  }

  .post__navigation-toggler {
    display: flex;
  }

  .post__navigation-nav {
    max-height: 0;
  }

  .post__navigation a {
    font-size: 16px;
    color: var(--secondary-1);
  }

  .post__body {
    flex-direction: column-reverse;
  }

  .post__content p,
  .post__content li {
    font-size: 14px;
  }

  .post__content h2 {
    font-size: 20px;
  }

  .post__content blockquote {
    background-size: 30px;
    padding-left: 40px;
  }

  .post__sidebar {
    gap: 20px;
  }

  .sidebar__categories {
    display: none;
  }

  .sidebar__tags {
    display: none;
  }

  .post-form {
    padding: 50px 0;
  }

  .post-form__container {
    gap: 20px;
  }

  .similar-posts {
    padding: 50px 0;
  }

  .similar-posts__container {
    gap: 20px;
  }

  .similar-posts__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .form {
    padding: 28px 25px;
    max-width: 665px;
  }

  .form h3 {
    font-size: 18px;
  }

  .modal-main__photo {
    height: 400px;
    width: 364px;
  }

  .modal-main {
    flex-direction: column-reverse;
    width: auto;
    justify-content: center;
  }

  .direction__container {
    flex-direction: column;
  }

  .direction__title {
    text-align: center;
  }

  .direction__block {
    width: 100%;
  }

  .direction__block_item:last-child {
    margin-bottom: 20px;
  }

  #modal-form_new {
    align-items: flex-start;
  }

  .information__container {
    flex-direction: column-reverse;
  }

  .information__background {
    margin: 0 auto;
  }

  .information__text h2 {
    margin-top: 40px;
  }

  .information__text h2 {
    font-size: 30px;
  }

  .information__text p {
    margin-bottom: 30px;
  }

  .information__decor {
    display: none;
  }

  .start__block {
    flex-direction: column;
    row-gap: 50px;
  }

  .start__block_list {
    margin-right: 0;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .start__block_list {
    flex-direction: row;
  }

  .start_item p {
    display: none;
  }

  .start__block_icon {
    display: flex;
  }

  .start_item {
    width: auto;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #D9E5E3;
    border-radius: 0px 7.12281px;
  }

  .start__block_icon svg {
    stroke: #005346;
  }

  .start_item.active {
    background: #E2B145;
  }

  .start_item.active .start__block_icon svg {
    stroke: white;
  }

  .projects-top {
    margin-bottom: 20px;
  }

  .trust {
    padding: 86px 0;
  }

  .webinars {
    padding: 0 0 86px;
  }

  .webinars__title {
    margin-bottom: 30px;
  }

  .webinars-item {
    height: 150px;
  }

  .webinars__more {
    margin-top: 20px;
    font-size: 16px;
  }

  .contact__title {
    text-align: center;
  }

  .contact__inf {
    width: 40%;
  }

  .contact__wrapper {
    align-items: center;
  }

  .contact__inf ul li {
    font-size: 15px;
  }

  .contact__inf ul li a {
    font-size: 15px;
  }

  .contact__inf {
    width: auto;
  }

  .contact__phone::before {
    width: 30px;
    margin-right: 10px;
  }

  .contact__phone_block {
    row-gap: 0;
  }

  .contact__email::before {
    width: 30px;
    margin-right: 10px;
  }

  .contact__adress {
    font-size: 13px;
  }

  .contact__adress::before {
    width: 30px;
    margin-right: 10px;
  }

  .contact__soc_title {
    font-size: 17px;
    margin-top: 30px;
  }

  .contact__soc_block {
    justify-content: center;
    row-gap: 20px;
  }

  .contact__soc_block a {
    width: 40px;
    height: 40px;
  }

  .contact__form {
    position: static;
    margin: 50px auto 0 auto;
  }

  .form h3 br {
    display: none;
  }

  .video iframe {
    width: 600px;
    height: 350px;
  }

  .success_btn {
    padding: 15px 25px;
  }

  .success__title {
    font-size: 30px;
  }

  .success__text {
    font-size: 20px;
  }

  .success_bg {
    height: 291px;
  }

  .success_btn {
    padding: 15px 25px;
  }

  .success__title {
    font-size: 30px;
  }

  .success__text {
    font-size: 20px;
  }

  .success_bg {
    height: 291px;
  }

  .footer__container ul {
    gap: 20px;
  }

  .footer__top {
    flex-wrap: wrap;
  }

  .footer__bottom ul li {
    font-size: 14px;
  }

  .footer__logo {
    margin-right: 20px;
  }

  .footer__social {
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
    --h2: 25px;
    --fz-default: 14px;
  }

  [class*=__container] {
    flex-direction: column;
  }

  .title {
    font-size: 25px;
  }

  ._e {
    gap: 10px;
  }

  ._e ul li {
    padding-left: 15px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .header__container {
    flex-direction: row;
  }

  .header__logo {
    width: 45px;
  }

  .header__menu li a {
    font-size: 12px;
  }

  .header__menu li a {
    font-size: 17px;
  }

  .header__phone {
    font-size: 12px;
  }

  .header__phone {
    display: none;
  }

  .main__container {
    flex-direction: column-reverse;
  }

  .main__content {
    width: 100%;
  }

  .main__image-photo {
    border-radius: 0px;
  }

  .services {
    padding: 50px 0;
  }

  .services__container {
    gap: 20px;
  }

  .services__text {
    font-size: 14px;
  }

  .services .item {
    flex-direction: column;
    padding: 20px 30px;
  }

  .services .item__number {
    margin-right: 20px;
    font-size: 50px;
  }

  .services .item h5 {
    font-size: 16px;
  }

  .reason {
    padding: 50px 0;
  }

  .reason-block {
    margin-top: 20px;
    padding: 0;
  }

  .reason-item:not(:last-child):after {
    top: 40%;
    left: 41px;
    height: 110%;
  }

  .reason-item__num {
    height: 80px;
    max-width: 80px;
    font-size: 32px;
  }

  .reason-item__text {
    padding-bottom: 20px;
    gap: 5px;
  }

  .reason-item__text p {
    font-size: 12px;
  }

  .reason-block__items:last-child::after {
    width: 280px;
    height: 60px;
  }

  .reason-block__items:first-child .reason-item:last-child::after {
    top: 40%;
    left: 41px;
  }

  .guarantee__items {
    display: flex;
    flex-flow: column;
  }

  .founder__blockquote-text::before {
    width: 25px;
    left: -32px;
  }

  .founder__blockquote-text::after {
    width: 25px;
  }

  .about {
    padding: 30px 0;
  }

  .about__block_without {
    padding: 0;
    text-align: center;
    padding-bottom: 25px;
  }

  .about__block_without .about__block_title {
    text-transform: none;
  }

  .about__block_num span {
    font-size: 19px;
  }

  .about__block_name span {
    font-size: 19px;
  }

  .about__done__title {
    margin-top: 50px;
  }

  .blog-posts {
    padding: 30px 0;
  }

  .blog-posts__container {
    gap: 20px;
  }

  .blog-posts__header {
    flex-direction: column;
  }

  .blog-posts__categories {
    flex-direction: column;
  }

  .blog-posts__search {
    max-width: 100%;
  }

  .blog-posts__list {
    display: flex;
    flex-flow: column;
    gap: 20px;
  }

  .post:before {
    height: 90px;
  }

  .post__meta {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .post__meta svg {
    display: none;
  }

  .post__tags {
    width: 100%;
  }

  .post__content blockquote {
    background-size: 20px;
    padding-left: 30px;
  }

  .sidebar__categories {
    flex-direction: column;
  }

  .post-form__inputs {
    flex-direction: column;
  }

  .similar-posts__list {
    display: flex;
    flex-flow: column;
  }

  .post__content .wp-block-table .has-fixed-layout {
    width: 760px;
  }

  .title {
    font-size: 25px;
  }

  .form {
    padding: 20px 20px;
  }

  .direction {
    padding-bottom: 30px;
  }

  .direction__block_inf h5 {
    font-size: 18px;
  }

  .direction__block_inf p {
    font-size: 14px;
  }

  .modal__form_new {
    max-width: 322px;
  }

  .information {
    padding: 86px 0;
  }

  .information__background {
    font-size: 333px;
    height: 233px;
  }

  .information__text h2 {
    margin-top: 0;
  }

  .start__wrapper {
    padding: 50px 20px;
  }

  .start__block {
    padding: 20px;
  }

  .start__block_list {
    margin-right: 0;
  }

  .start_item {
    width: 100%;
  }

  .modal-main__photo {
    width: 322px;
    height: 295px;
  }

  .projects-top {
    margin-bottom: 10px;
  }

  .projects-slider__btns_left {
    width: 30px;
    height: 30px;
  }

  .projects-slider__btns_right {
    width: 30px;
    height: 30px;
  }

  .projects__slider__wrapper {
    justify-content: center;
  }

  .projects-slide {
    width: 90% !important;
    padding: 30px 15px;
    margin-left: 25px;
  }

  .guarantee {
    padding: 50px 0 0;
  }

  .webinars__wrapper {
    flex-direction: column;
  }

  .webinars-item {
    margin-bottom: 20px;
  }

  .webinars-item:last-child {
    margin-bottom: 0;
  }

  .webinars__more {
    font-size: 14px;
  }

  .webinars {
    padding-bottom: 50px;
  }

  .form .input__wrap {
    max-width: 100%;
  }

  .contact__inf {
    width: 100%;
  }

  .contact__wrapper {
    flex-direction: column;
  }

  .contact__inf ul li {
    font-size: 13px;
  }

  .contact__soc_title {
    text-align: center;
  }

  .contact__soc_item {
    width: 15px;
    height: 15px;
  }

  .video iframe {
    width: 300px;
    height: 200px;
  }

  .success_bg {
    border-radius: 0;
  }

  .header__block {
    -moz-column-gap: 13px;
    column-gap: 13px;
  }

  .success__text {
    font-size: 17px;
  }

  .success__text br {
    display: none;
  }

  .success_bg {
    height: 191px;
  }

  .success_bg {
    border-radius: 0;
  }

  .header__block {
    -moz-column-gap: 13px;
    column-gap: 13px;
  }

  .success__text {
    font-size: 17px;
  }

  .success__text br {
    display: none;
  }

  .success_bg {
    height: 191px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer__container ul {
    flex-direction: column;
  }

  .footer__container ul li a.footer__link {
    font-size: 12px;
  }

  .footer__top {
    justify-content: center;
    flex-direction: column;
  }

  .footer__logo {
    margin-right: 0px;
  }

  .footer__phone {
    font-size: 12px;
  }

  .footer__phone {
    justify-content: center;
  }
}