@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);
@charset "UTF-8";
/* Variables */
/* Mixins */
/* Functions */
/* Helpers */
.skew--top {
  clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);
}

.skew--clip {
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}

.img-responsive {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-rounded {
  border-radius: 4px;
}

.img-circle {
  border-radius: 50%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.small {
  font-size: 80%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Global style declarations */
html {
  box-sizing: border-box;
}

*::before,
*::after,
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #1a1a1a;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.app {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100vh;
}
.app__content {
  -ms-flex: 1;
      flex: 1;
}

a {
  color: #c19b76;
  text-decoration: none;
  outline: 0;
  transition: color 0.1s;
}
a:hover, a:focus {
  color: #a17549;
  text-decoration: underline;
}

hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #e7e7f0;
}

img {
  vertical-align: middle;
}

::selection {
  background-color: #0e1c29;
  color: #fff;
}

#breadcrumbs {
  padding: 20px;
  font-size: 18px;
  border: 1px solid #000;
  border-top: 0;
}
#breadcrumbs a {
  color: #000;
}
#breadcrumbs .breadcrumb_last {
  color: #a50000;
}

.catalog_article_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.catalog_article_readmore {
  padding: 8px 14px;
  border: 1px solid #383636;
}

.about_page {
  padding: 40px 0;
}

#popmake-180 .wpcf7-form .contacts__input {
  color: #000;
  border: 1px solid #0c0c0c;
}
#popmake-180 .wpcf7-form .contacts__input:-ms-input-placeholder {
  color: #000;
}
#popmake-180 .wpcf7-form .contacts__input::placeholder {
  color: #000;
}

/* Typography */
body {
  font-size: 1rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
}

/* Header */
header {
  text-align: center;
}

#searchform {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 600px;
  margin: 0 auto;
}
#searchform input {
  width: 25%;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  background-color: #fff;
  transition: width 0.3s ease-in;
}
#searchform input:focus {
  width: 100%;
}
#searchform input[type=submit] {
  width: auto;
  background-color: orangered;
  color: #fff;
}

.input_group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.container--fluid {
  max-width: 100%;
}
.container--wide {
  max-width: 1530px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row--gutters {
  margin-left: -15px;
  margin-right: -15px;
}
.row--gutters > [class*=col] {
  padding: 0 15px;
}
.row--reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.row--start {
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-align: start;
}
.row--center {
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
.row--end {
  -ms-flex-pack: end;
      justify-content: flex-end;
  text-align: end;
}
.row--top {
  -ms-flex-align: start;
      align-items: flex-start;
}
.row--middle {
  -ms-flex-align: center;
      align-items: center;
}
.row--bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}
.row--around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.row--between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.col {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-xs-0 {
  margin-left: 0%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-xs-1 {
  margin-left: 8.3333333333%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.offset-xs-2 {
  margin-left: 16.6666666667%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-xs-4 {
  margin-left: 33.3333333333%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.offset-xs-5 {
  margin-left: 41.6666666667%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-xs-7 {
  margin-left: 58.3333333333%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.offset-xs-8 {
  margin-left: 66.6666666667%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-xs-10 {
  margin-left: 83.3333333333%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.offset-xs-11 {
  margin-left: 91.6666666667%;
}

.prefix-order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.prefix-order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.prefix-order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.prefix-order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.prefix-order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.prefix-order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.prefix-order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.prefix-order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.prefix-order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.prefix-order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.prefix-order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.prefix-order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.prefix-order-12 {
  -ms-flex-order: 12;
      order: 12;
}

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 576px) {
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}
@media only screen and (min-width: 576px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}
@media only screen and (min-width: 768px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 992px) {
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}
@media only screen and (min-width: 992px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
}
@media only screen and (min-width: 1440px) {
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-0 {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-1 {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-2 {
    -ms-flex-order: 2;
        order: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-3 {
    -ms-flex-order: 3;
        order: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-4 {
    -ms-flex-order: 4;
        order: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-5 {
    -ms-flex-order: 5;
        order: 5;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-6 {
    -ms-flex-order: 6;
        order: 6;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-7 {
    -ms-flex-order: 7;
        order: 7;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-8 {
    -ms-flex-order: 8;
        order: 8;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-9 {
    -ms-flex-order: 9;
        order: 9;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-10 {
    -ms-flex-order: 10;
        order: 10;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-11 {
    -ms-flex-order: 11;
        order: 11;
  }
}
@media only screen and (min-width: 1440px) {
  .prefix-order-12 {
    -ms-flex-order: 12;
        order: 12;
  }
}
.btn {
  display: inline-block;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  padding: 17px 35px;
  color: #1a1a1a;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.btn--primary {
  color: #fff;
  background-color: #0e1c29;
}
.btn--lg {
  padding: 17px 55px;
}
.btn--link {
  text-transform: none;
  padding: 5px 15px;
}

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

body {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #2C2B2B;
}

html,
body {
  height: 100%;
}

#app {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.main {
  -ms-flex: 1;
      flex: 1;
}

#instagram path {
  fill: #000;
}

.test path {
  fill: #000;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.header {
  background-image: url(images/header-bg-1d424e4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.header_main_nav.fixed {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  background-color: #2A1131;
  z-index: 999;
}

.header_nav_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  column-gap: 30px;
}

.header__nav__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px;
}

.header__nav__link {
  cursor: pointer;
}

.current-menu-item {
  color: teal;
}

.header__top {
  padding: 47px 0 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.phone {
  font-weight: 400;
  font-size: 36px;
  line-height: 54px;
}

.header__content {
  position: relative;
}

.header__title {
  font-size: 72px;
  font-weight: 400;
  line-height: 107px;
  text-transform: uppercase;
}

.header__subtitle {
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.header__text {
  margin-bottom: 30px;
  max-width: 800px;
}

.button {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 14px 54px 15px;
  background-color: #5A0D67;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}

.button:hover {
  color: #5A0D67;
  background-color: #fff;
}

.header__social {
  padding: 70px 0 20px 70px;
}

.social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.social__link {
  margin: 0 5px;
}

.header__images {
  position: absolute;
  right: 0;
  bottom: -270px;
}

.services {
  padding-top: 50px;
}

.title {
  color: #21062A;
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 50px;
  position: relative;
}

.title::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #21062A;
  position: absolute;
  top: 20px;
  margin-left: 20px;
}

.services__inner {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.services__content {
  width: 505px;
  margin-right: 96px;
}

.services__content h6 {
  color: #5A0D67;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin-bottom: 12px;
}

.services__content-textbox {
  margin-bottom: 57px;
}

.services__content p {
  margin-bottom: 12px;
}

.button--decor {
  margin-top: -7px;
  color: #fff;
  position: relative;
}

.button--decor::after {
  content: "ЖМИ";
  color: #C4C4C4;
  margin-left: 130px;
  position: absolute;
}

.button--decor::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #C4C4C4;
  position: absolute;
  right: -65px;
  top: 24px;
}

.services__list {
  list-style: none;
  counter-reset: my-counter;
}

.services__item {
  counter-increment: my-counter;
  border: 2px solid #C4C4C4;
  margin-bottom: 12px;
  width: 450px;
  padding: 10px 15px 10px 113px;
  position: relative;
  transition: all 0.5s;
}

.services__item::before {
  content: "0" counter(my-counter);
  position: absolute;
  left: 20px;
  font-size: 36px;
  line-height: 54px;
  font-weight: 400;
  color: #C4C4C4;
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
  transition: all 0.5s;
}

.services__item:hover {
  border: 2px solid #5A0D67;
  width: 500px;
}

.services__item:hover .services__item-title {
  color: #5A0D67;
}

.services__item:hover::before {
  color: #5A0D67;
}

.services__item-title {
  font-size: 24px;
  font-weight: 300;
}

.benefits {
  margin-bottom: 100px;
}

.benefits__inner {
  display: -ms-flexbox;
  display: flex;
}

.benefits__images {
  margin-right: 95px;
}

.benefits__content {
  width: 100%;
  color: #fff;
}

.benefits__title {
  margin-left: 185px;
}

.benefits__list {
  list-style: none;
  background-color: #21062A;
  padding: 25px 0 25px 185px;
}

.benefits__item {
  width: 320px;
  margin-bottom: 20px;
}

.benefits__item-num {
  font-weight: 400;
  font-size: 36px;
  line-height: 54px;
}

.benefits__item-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.benefits__item-text {
  color: #c4c4c4;
}

.carousel {
  margin-bottom: 100px;
}

.carousel__inner {
  margin: 0 -7px;
}

.carousel__item {
  margin: 0 7px;
}

.carousel__item-box {
  border: 1px solid #C4C4C4;
  padding: 6px 6px 16px 6px;
  text-align: center;
  transition: all 0.5s;
}

.carousel__item-box:hover {
  color: #fff;
  background-color: #5A0D67;
  border-color: #5A0D67;
}

.carousel__item-img {
  max-width: 100%;
  margin-bottom: 23px;
}

.carousel__item-title {
  font-weight: 300;
  margin-bottom: 5px;
}

.carousel .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
  list-style: none;
}

.carousel .slick-dots button {
  font-size: 0;
  border: none;
  padding: 0;
  margin: 0 10px;
  background-color: #c4c4c4;
  width: 50px;
  height: 1px;
}

.carousel .slick-active button {
  background-color: #5A0D67;
  height: 3px;
}

.slick-slide img {
  display: block;
}

.contacts__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.contacts__list {
  list-style: none;
}

.contacts__item {
  margin-bottom: 20px;
}

.contacts__item-title {
  color: #5A0D67;
}

.contacts__form {
  background-color: #21062A;
  padding: 50px 75px 57px;
  text-align: center;
}

.contacts__title {
  color: #fff;
  margin-bottom: 16px;
  margin-left: 53px;
  text-align: left;
}

.contacts__title::after {
  background-color: #fff;
}

.contacts__input {
  background-color: transparent;
  width: 450px;
  height: 75px;
  color: #fff;
  border: 1px solid #fff;
  margin-bottom: 12px;
  display: block;
  font-size: 24px;
  padding: 0 15px;
  text-align: center;
}

.contacts__input:-ms-input-placeholder {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #c4c4c4;
}

.contacts__input::placeholder {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  color: #c4c4c4;
}

.contacts__btn {
  border: none;
  color: #fff;
  margin-top: 78px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.footer {
  background-color: #21062A;
}

.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  height: 100px;
}

@media (max-width: 1140px) {
  .services__item:hover {
    width: 450px;
  }
}
@media (max-width: 1024px) {
  .header__images {
    width: 80%;
  }

  .services {
    padding-top: 250px;
  }

  .services__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .services__list {
    -ms-flex-order: -1;
        order: -1;
    margin-bottom: 30px;
    width: 100%;
  }

  .services__item {
    width: 100%;
  }

  .services__item:hover {
    width: 100%;
  }

  .services__content {
    width: 100%;
    margin-right: 0;
  }

  .benefits__images {
    display: none;
  }
}
@media (max-width: 900px) {
  .phone {
    font-size: 24px;
    line-height: 36px;
  }

  .header__title {
    font-size: 54px;
    line-height: 74px;
  }

  .header__subtitle {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .header__social {
    padding: 30px 0 20px 53px;
  }

  .contacts__inner {
    display: block;
    text-align: center;
  }

  .contacts__list {
    margin-bottom: 30px;
  }

  .contacts__input {
    width: 100%;
  }

  .contacts__btn {
    margin-top: 20px;
  }

  .contacts__title {
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .benefits__inner {
    text-align: center;
  }

  .benefits__list {
    padding: 25px 15px;
  }

  .benefits__item {
    width: 100%;
  }

  .benefits__title {
    margin-left: 0;
  }
}
@media (max-width: 650px) {
  .footer__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    height: auto;
    padding: 20px 0;
    text-align: center;
  }

  .footer__social {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 25px 0;
  }
}
@media (max-width: 600px) {
  .header__content {
    padding-top: 0;
    text-align: center;
  }

  .header__social {
    padding: 30px 0 20px 0px;
  }

  .social {
    -ms-flex-pack: center;
        justify-content: center;
  }

  .services {
    padding-top: 150px;
  }

  .title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
    text-align: center;
  }

  .title::after {
    display: none;
  }

  body {
    font-size: 16px;
    line-height: 22px;
  }

  .services__item::before {
    top: 5px;
  }

  .services__content {
    text-align: center;
  }

  .benefits__item-num {
    font-size: 28px;
    line-height: 36px;
  }

  .carousel__item-img {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .header__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    text-align: center;
  }

  .logo {
    margin-bottom: 20px;
    width: 100%;
  }

  .header__title {
    margin-bottom: 20px;
  }

  .header__images {
    position: static;
    width: 100%;
  }

  .services {
    padding-top: 50px;
  }

  .services__item {
    padding: 10px 15px 10px 60px;
  }

  .services__item::before {
    left: 11px;
  }

  .button--decor::before {
    right: -50px;
  }

  .button--decor::after {
    margin-left: 110px;
  }

  .services__inner,
.benefits,
.carousel {
    margin-bottom: 50px;
  }

  .carousel .slick-dots button {
    width: 10px;
  }

  .contacts__form {
    padding: 50px 10px 57px;
  }

  .button--decor::before,
.button--decor::after {
    display: none;
  }
}
@media (max-width: 340px) {
  .header__title {
    font-size: 44px;
    line-height: 50px;
  }
}
.text-start {
  text-align: left;
}

.archive_posts {
  padding-bottom: 50px;
}

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

.archive_pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}

.nav-links {
  font-size: 22px;
  color: #000;
}

.prev.page-numbers {
  margin-right: 16px;
}

.next.page-numbers {
  margin-left: 16px;
}

.page-numbers {
  transition: all 0.3s ease-in;
}

.page-numbers.current {
  font-size: 30px;
  color: red;
  padding-left: 5px;
  padding-right: 5px;
}

.blog {
  position: relative;
}
.blog::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='176' height='318' viewBox='0 0 176 318' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M172 8C169.791 8 168 6.20914 168 4C168 1.79086 169.791 -2.7141e-07 172 -1.74846e-07C174.209 -7.8281e-08 176 1.79086 176 4C176 6.20914 174.209 8 172 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 8C73.7909 8 72 6.20913 72 4C72 1.79086 73.7909 -4.4677e-06 76 -4.37114e-06C78.2091 -4.27457e-06 80 1.79086 80 4C80 6.20913 78.2091 8 76 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 175C169.791 175 168 173.209 168 171C168 168.791 169.791 167 172 167C174.209 167 176 168.791 176 171C176 173.209 174.209 175 172 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 175C73.7909 175 72 173.209 72 171C72 168.791 73.7909 167 76 167C78.2091 167 80 168.791 80 171C80 173.209 78.2091 175 76 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 8C145.791 8 144 6.20914 144 4C144 1.79086 145.791 -1.32048e-06 148 -1.22392e-06C150.209 -1.12735e-06 152 1.79086 152 4C152 6.20914 150.209 8 148 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 7.99999C49.7909 7.99999 48 6.20913 48 3.99999C48 1.79086 49.7909 -5.51678e-06 52 -5.42021e-06C54.2091 -5.32365e-06 56 1.79086 56 3.99999C56 6.20913 54.2091 7.99999 52 7.99999Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 175C145.791 175 144 173.209 144 171C144 168.791 145.791 167 148 167C150.209 167 152 168.791 152 171C152 173.209 150.209 175 148 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 175C49.7909 175 48 173.209 48 171C48 168.791 49.7909 167 52 167C54.2091 167 56 168.791 56 171C56 173.209 54.2091 175 52 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 8C121.791 8 120 6.20914 120 4C120 1.79086 121.791 -2.36956e-06 124 -2.27299e-06C126.209 -2.17643e-06 128 1.79086 128 4C128 6.20914 126.209 8 124 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 7.99999C25.7909 7.99999 24 6.20913 24 3.99999C24 1.79085 25.7909 -6.56585e-06 28 -6.46929e-06C30.2091 -6.37272e-06 32 1.79085 32 3.99999C32 6.20913 30.2091 7.99999 28 7.99999Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 175C121.791 175 120 173.209 120 171C120 168.791 121.791 167 124 167C126.209 167 128 168.791 128 171C128 173.209 126.209 175 124 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 175C25.7909 175 24 173.209 24 171C24 168.791 25.7909 167 28 167C30.2091 167 32 168.791 32 171C32 173.209 30.2091 175 28 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 8C97.7909 8 96 6.20914 96 4C96 1.79086 97.7909 -3.41863e-06 100 -3.32207e-06C102.209 -3.2255e-06 104 1.79086 104 4C104 6.20914 102.209 8 100 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 7.99999C1.79086 7.99999 -2.7141e-07 6.20913 -1.74846e-07 3.99999C-7.8281e-08 1.79085 1.79086 -7.61492e-06 4 -7.51836e-06C6.20914 -7.42179e-06 8 1.79085 8 3.99999C8 6.20913 6.20914 7.99999 4 7.99999Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 175C97.7909 175 96 173.209 96 171C96 168.791 97.7909 167 100 167C102.209 167 104 168.791 104 171C104 173.209 102.209 175 100 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 175C1.79086 175 -7.57121e-06 173.209 -7.47465e-06 171C-7.37808e-06 168.791 1.79086 167 3.99999 167C6.20913 167 7.99999 168.791 7.99999 171C7.99999 173.209 6.20913 175 3.99999 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 31C169.791 31 168 29.2091 168 27C168 24.7909 169.791 23 172 23C174.209 23 176 24.7909 176 27C176 29.2091 174.209 31 172 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 31C73.7909 31 72 29.2091 72 27C72 24.7909 73.7909 23 76 23C78.2091 23 80 24.7909 80 27C80 29.2091 78.2091 31 76 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 198C169.791 198 168 196.209 168 194C168 191.791 169.791 190 172 190C174.209 190 176 191.791 176 194C176 196.209 174.209 198 172 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 198C73.7909 198 72 196.209 72 194C72 191.791 73.7909 190 76 190C78.2091 190 80 191.791 80 194C80 196.209 78.2091 198 76 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 31C145.791 31 144 29.2091 144 27C144 24.7909 145.791 23 148 23C150.209 23 152 24.7909 152 27C152 29.2091 150.209 31 148 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 31C49.7909 31 48 29.2091 48 27C48 24.7909 49.7909 23 52 23C54.2091 23 56 24.7909 56 27C56 29.2091 54.2091 31 52 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 198C145.791 198 144 196.209 144 194C144 191.791 145.791 190 148 190C150.209 190 152 191.791 152 194C152 196.209 150.209 198 148 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 198C49.7909 198 48 196.209 48 194C48 191.791 49.7909 190 52 190C54.2091 190 56 191.791 56 194C56 196.209 54.2091 198 52 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 31C121.791 31 120 29.2091 120 27C120 24.7909 121.791 23 124 23C126.209 23 128 24.7909 128 27C128 29.2091 126.209 31 124 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 31C25.7909 31 24 29.2091 24 27C24 24.7909 25.7909 23 28 23C30.2091 23 32 24.7909 32 27C32 29.2091 30.2091 31 28 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 198C121.791 198 120 196.209 120 194C120 191.791 121.791 190 124 190C126.209 190 128 191.791 128 194C128 196.209 126.209 198 124 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 198C25.7909 198 24 196.209 24 194C24 191.791 25.7909 190 28 190C30.2091 190 32 191.791 32 194C32 196.209 30.2091 198 28 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 31C97.7909 31 96 29.2091 96 27C96 24.7909 97.7909 23 100 23C102.209 23 104 24.7909 104 27C104 29.2091 102.209 31 100 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 31C1.79086 31 -1.27677e-06 29.2091 -1.18021e-06 27C-1.08364e-06 24.7909 1.79086 23 4 23C6.20914 23 8 24.7909 8 27C8 29.2091 6.20914 31 4 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 198C97.7909 198 96 196.209 96 194C96 191.791 97.7909 190 100 190C102.209 190 104 191.791 104 194C104 196.209 102.209 198 100 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 198C1.79085 198 -8.57657e-06 196.209 -8.48001e-06 194C-8.38344e-06 191.791 1.79085 190 3.99999 190C6.20913 190 7.99999 191.791 7.99999 194C7.99999 196.209 6.20913 198 3.99999 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 55C169.791 55 168 53.2091 168 51C168 48.7909 169.791 47 172 47C174.209 47 176 48.7909 176 51C176 53.2091 174.209 55 172 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 55C73.7909 55 72 53.2091 72 51C72 48.7909 73.7909 47 76 47C78.2091 47 80 48.7909 80 51C80 53.2091 78.2091 55 76 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 222C169.791 222 168 220.209 168 218C168 215.791 169.791 214 172 214C174.209 214 176 215.791 176 218C176 220.209 174.209 222 172 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 222C73.7909 222 72 220.209 72 218C72 215.791 73.7909 214 76 214C78.2091 214 80 215.791 80 218C80 220.209 78.2091 222 76 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 55C145.791 55 144 53.2091 144 51C144 48.7909 145.791 47 148 47C150.209 47 152 48.7909 152 51C152 53.2091 150.209 55 148 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 55C49.7909 55 48 53.2091 48 51C48 48.7909 49.7909 47 52 47C54.2091 47 56 48.7909 56 51C56 53.2091 54.2091 55 52 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 222C145.791 222 144 220.209 144 218C144 215.791 145.791 214 148 214C150.209 214 152 215.791 152 218C152 220.209 150.209 222 148 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 222C49.7909 222 48 220.209 48 218C48 215.791 49.7909 214 52 214C54.2091 214 56 215.791 56 218C56 220.209 54.2091 222 52 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 55C121.791 55 120 53.2091 120 51C120 48.7909 121.791 47 124 47C126.209 47 128 48.7909 128 51C128 53.2091 126.209 55 124 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 55C25.7909 55 24 53.2091 24 51C24 48.7909 25.7909 47 28 47C30.2091 47 32 48.7909 32 51C32 53.2091 30.2091 55 28 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 222C121.791 222 120 220.209 120 218C120 215.791 121.791 214 124 214C126.209 214 128 215.791 128 218C128 220.209 126.209 222 124 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 222C25.7909 222 24 220.209 24 218C24 215.791 25.7909 214 28 214C30.2091 214 32 215.791 32 218C32 220.209 30.2091 222 28 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 55C97.7909 55 96 53.2091 96 51C96 48.7909 97.7909 47 100 47C102.209 47 104 48.7909 104 51C104 53.2091 102.209 55 100 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 55C1.79086 55 -2.32585e-06 53.2091 -2.22928e-06 51C-2.13272e-06 48.7909 1.79086 47 4 47C6.20913 47 8 48.7909 8 51C8 53.2091 6.20913 55 4 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 222C97.7909 222 96 220.209 96 218C96 215.791 97.7909 214 100 214C102.209 214 104 215.791 104 218C104 220.209 102.209 222 100 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 222C1.79085 222 -9.62565e-06 220.209 -9.52908e-06 218C-9.43252e-06 215.791 1.79085 214 3.99999 214C6.20913 214 7.99999 215.791 7.99999 218C7.99999 220.209 6.20913 222 3.99999 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 79C169.791 79 168 77.2091 168 75C168 72.7909 169.791 71 172 71C174.209 71 176 72.7909 176 75C176 77.2091 174.209 79 172 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 79C73.7909 79 72 77.2091 72 75C72 72.7909 73.7909 71 76 71C78.2091 71 80 72.7909 80 75C80 77.2091 78.2091 79 76 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 246C169.791 246 168 244.209 168 242C168 239.791 169.791 238 172 238C174.209 238 176 239.791 176 242C176 244.209 174.209 246 172 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 246C73.7909 246 72 244.209 72 242C72 239.791 73.7909 238 76 238C78.2091 238 80 239.791 80 242C80 244.209 78.2091 246 76 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 79C145.791 79 144 77.2091 144 75C144 72.7909 145.791 71 148 71C150.209 71 152 72.7909 152 75C152 77.2091 150.209 79 148 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 79C49.7909 79 48 77.2091 48 75C48 72.7909 49.7909 71 52 71C54.2091 71 56 72.7909 56 75C56 77.2091 54.2091 79 52 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 246C145.791 246 144 244.209 144 242C144 239.791 145.791 238 148 238C150.209 238 152 239.791 152 242C152 244.209 150.209 246 148 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 246C49.7909 246 48 244.209 48 242C48 239.791 49.7909 238 52 238C54.2091 238 56 239.791 56 242C56 244.209 54.2091 246 52 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 79C121.791 79 120 77.2091 120 75C120 72.7909 121.791 71 124 71C126.209 71 128 72.7909 128 75C128 77.2091 126.209 79 124 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 79C25.7909 79 24 77.2091 24 75C24 72.7909 25.7909 71 28 71C30.2091 71 32 72.7909 32 75C32 77.2091 30.2091 79 28 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 246C121.791 246 120 244.209 120 242C120 239.791 121.791 238 124 238C126.209 238 128 239.791 128 242C128 244.209 126.209 246 124 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 246C25.7909 246 24 244.209 24 242C24 239.791 25.7909 238 28 238C30.2091 238 32 239.791 32 242C32 244.209 30.2091 246 28 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 79C97.7909 79 96 77.2091 96 75C96 72.7909 97.7909 71 100 71C102.209 71 104 72.7909 104 75C104 77.2091 102.209 79 100 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 79C1.79086 79 -3.37492e-06 77.2091 -3.27835e-06 75C-3.18179e-06 72.7909 1.79086 71 4 71C6.20913 71 8 72.7909 8 75C8 77.2091 6.20913 79 4 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 246C97.7909 246 96 244.209 96 242C96 239.791 97.7909 238 100 238C102.209 238 104 239.791 104 242C104 244.209 102.209 246 100 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 246C1.79085 246 -1.06747e-05 244.209 -1.05782e-05 242C-1.04816e-05 239.791 1.79085 238 3.99999 238C6.20913 238 7.99999 239.791 7.99999 242C7.99999 244.209 6.20913 246 3.99999 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 103C169.791 103 168 101.209 168 99C168 96.7909 169.791 95 172 95C174.209 95 176 96.7909 176 99C176 101.209 174.209 103 172 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 103C73.7909 103 72 101.209 72 99C72 96.7909 73.7909 95 76 95C78.2091 95 80 96.7909 80 99C80 101.209 78.2091 103 76 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 270C169.791 270 168 268.209 168 266C168 263.791 169.791 262 172 262C174.209 262 176 263.791 176 266C176 268.209 174.209 270 172 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 270C73.7909 270 72 268.209 72 266C72 263.791 73.7909 262 76 262C78.2091 262 80 263.791 80 266C80 268.209 78.2091 270 76 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 103C145.791 103 144 101.209 144 99C144 96.7909 145.791 95 148 95C150.209 95 152 96.7909 152 99C152 101.209 150.209 103 148 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 103C49.7909 103 48 101.209 48 99C48 96.7909 49.7909 95 52 95C54.2091 95 56 96.7909 56 99C56 101.209 54.2091 103 52 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 270C145.791 270 144 268.209 144 266C144 263.791 145.791 262 148 262C150.209 262 152 263.791 152 266C152 268.209 150.209 270 148 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 270C49.7909 270 48 268.209 48 266C48 263.791 49.7909 262 52 262C54.2091 262 56 263.791 56 266C56 268.209 54.2091 270 52 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 103C121.791 103 120 101.209 120 99C120 96.7909 121.791 95 124 95C126.209 95 128 96.7909 128 99C128 101.209 126.209 103 124 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 103C25.7909 103 24 101.209 24 99C24 96.7909 25.7909 95 28 95C30.2091 95 32 96.7909 32 99C32 101.209 30.2091 103 28 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 270C121.791 270 120 268.209 120 266C120 263.791 121.791 262 124 262C126.209 262 128 263.791 128 266C128 268.209 126.209 270 124 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 270C25.7909 270 24 268.209 24 266C24 263.791 25.7909 262 28 262C30.2091 262 32 263.791 32 266C32 268.209 30.2091 270 28 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 103C97.7909 103 96 101.209 96 99C96 96.7909 97.7909 95 100 95C102.209 95 104 96.7909 104 99C104 101.209 102.209 103 100 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 103C1.79086 103 -4.42399e-06 101.209 -4.32743e-06 99C-4.23086e-06 96.7909 1.79086 95 4 95C6.20913 95 8 96.7909 8 99C8 101.209 6.20913 103 4 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 270C97.7909 270 96 268.209 96 266C96 263.791 97.7909 262 100 262C102.209 262 104 263.791 104 266C104 268.209 102.209 270 100 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 270C1.79085 270 -1.17238e-05 268.209 -1.16272e-05 266C-1.15307e-05 263.791 1.79085 262 3.99999 262C6.20913 262 7.99999 263.791 7.99999 266C7.99999 268.209 6.20913 270 3.99999 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 127C169.791 127 168 125.209 168 123C168 120.791 169.791 119 172 119C174.209 119 176 120.791 176 123C176 125.209 174.209 127 172 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 127C73.7909 127 72 125.209 72 123C72 120.791 73.7909 119 76 119C78.2091 119 80 120.791 80 123C80 125.209 78.2091 127 76 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 294C169.791 294 168 292.209 168 290C168 287.791 169.791 286 172 286C174.209 286 176 287.791 176 290C176 292.209 174.209 294 172 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 294C73.7909 294 72 292.209 72 290C72 287.791 73.7909 286 76 286C78.2091 286 80 287.791 80 290C80 292.209 78.2091 294 76 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 127C145.791 127 144 125.209 144 123C144 120.791 145.791 119 148 119C150.209 119 152 120.791 152 123C152 125.209 150.209 127 148 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 127C49.7909 127 48 125.209 48 123C48 120.791 49.7909 119 52 119C54.2091 119 56 120.791 56 123C56 125.209 54.2091 127 52 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 294C145.791 294 144 292.209 144 290C144 287.791 145.791 286 148 286C150.209 286 152 287.791 152 290C152 292.209 150.209 294 148 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 294C49.7909 294 48 292.209 48 290C48 287.791 49.7909 286 52 286C54.2091 286 56 287.791 56 290C56 292.209 54.2091 294 52 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 127C121.791 127 120 125.209 120 123C120 120.791 121.791 119 124 119C126.209 119 128 120.791 128 123C128 125.209 126.209 127 124 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 127C25.7909 127 24 125.209 24 123C24 120.791 25.7909 119 28 119C30.2091 119 32 120.791 32 123C32 125.209 30.2091 127 28 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 294C121.791 294 120 292.209 120 290C120 287.791 121.791 286 124 286C126.209 286 128 287.791 128 290C128 292.209 126.209 294 124 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 294C25.7909 294 24 292.209 24 290C24 287.791 25.7909 286 28 286C30.2091 286 32 287.791 32 290C32 292.209 30.2091 294 28 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 127C97.7909 127 96 125.209 96 123C96 120.791 97.7909 119 100 119C102.209 119 104 120.791 104 123C104 125.209 102.209 127 100 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 127C1.79086 127 -5.47307e-06 125.209 -5.3765e-06 123C-5.27994e-06 120.791 1.79086 119 3.99999 119C6.20913 119 7.99999 120.791 7.99999 123C7.99999 125.209 6.20913 127 3.99999 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 294C97.7909 294 96 292.209 96 290C96 287.791 97.7909 286 100 286C102.209 286 104 287.791 104 290C104 292.209 102.209 294 100 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 294C1.79085 294 -1.27729e-05 292.209 -1.26763e-05 290C-1.25797e-05 287.791 1.79085 286 3.99999 286C6.20912 286 7.99999 287.791 7.99999 290C7.99999 292.209 6.20912 294 3.99999 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 151C169.791 151 168 149.209 168 147C168 144.791 169.791 143 172 143C174.209 143 176 144.791 176 147C176 149.209 174.209 151 172 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 151C73.7909 151 72 149.209 72 147C72 144.791 73.7909 143 76 143C78.2091 143 80 144.791 80 147C80 149.209 78.2091 151 76 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 318C169.791 318 168 316.209 168 314C168 311.791 169.791 310 172 310C174.209 310 176 311.791 176 314C176 316.209 174.209 318 172 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 318C73.7908 318 72 316.209 72 314C72 311.791 73.7908 310 76 310C78.2091 310 80 311.791 80 314C80 316.209 78.2091 318 76 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 151C145.791 151 144 149.209 144 147C144 144.791 145.791 143 148 143C150.209 143 152 144.791 152 147C152 149.209 150.209 151 148 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 151C49.7909 151 48 149.209 48 147C48 144.791 49.7909 143 52 143C54.2091 143 56 144.791 56 147C56 149.209 54.2091 151 52 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 318C145.791 318 144 316.209 144 314C144 311.791 145.791 310 148 310C150.209 310 152 311.791 152 314C152 316.209 150.209 318 148 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 318C49.7908 318 48 316.209 48 314C48 311.791 49.7908 310 52 310C54.2091 310 56 311.791 56 314C56 316.209 54.2091 318 52 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 151C121.791 151 120 149.209 120 147C120 144.791 121.791 143 124 143C126.209 143 128 144.791 128 147C128 149.209 126.209 151 124 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 151C25.7909 151 24 149.209 24 147C24 144.791 25.7909 143 28 143C30.2091 143 32 144.791 32 147C32 149.209 30.2091 151 28 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 318C121.791 318 120 316.209 120 314C120 311.791 121.791 310 124 310C126.209 310 128 311.791 128 314C128 316.209 126.209 318 124 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 318C25.7908 318 24 316.209 24 314C24 311.791 25.7908 310 28 310C30.2091 310 32 311.791 32 314C32 316.209 30.2091 318 28 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 151C97.7909 151 96 149.209 96 147C96 144.791 97.7909 143 100 143C102.209 143 104 144.791 104 147C104 149.209 102.209 151 100 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 151C1.79086 151 -6.52214e-06 149.209 -6.42557e-06 147C-6.32901e-06 144.791 1.79086 143 3.99999 143C6.20913 143 7.99999 144.791 7.99999 147C7.99999 149.209 6.20913 151 3.99999 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 318C97.7908 318 96 316.209 96 314C96 311.791 97.7908 310 100 310C102.209 310 104 311.791 104 314C104 316.209 102.209 318 100 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 318C1.79085 318 -1.38219e-05 316.209 -1.37254e-05 314C-1.36288e-05 311.791 1.79085 310 3.99999 310C6.20912 310 7.99999 311.791 7.99999 314C7.99999 316.209 6.20912 318 3.99999 318Z' fill='white' fill-opacity='0.12'/%3E%3C/svg%3E%0A");
  width: 176px;
  height: 318px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .blog::after {
    display: none;
  }
}

.blog_container {
  max-width: 1194px;
}

.blog_heading {
  margin: 0 0 50px;
}

.blog_article_wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.blog_article_wrap::after {
  content: "";
  position: absolute;
  left: -205px;
  top: -95px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='318' height='176' viewBox='0 0 318 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4C8 6.20914 6.20914 8 4 8C1.79086 8 0 6.20914 0 4C0 1.79086 1.79086 0 4 0C6.20914 0 8 1.79086 8 4Z' fill='%23E6072E'/%3E%3Cpath d='M8 100C8 102.209 6.20914 104 4 104C1.79086 104 0 102.209 0 100C0 97.7909 1.79086 96 4 96C6.20914 96 8 97.7909 8 100Z' fill='%23E6072E'/%3E%3Cpath d='M175 4C175 6.20914 173.209 8 171 8C168.791 8 167 6.20914 167 4C167 1.79086 168.791 0 171 0C173.209 0 175 1.79086 175 4Z' fill='%23E6072E'/%3E%3Cpath d='M175 100C175 102.209 173.209 104 171 104C168.791 104 167 102.209 167 100C167 97.7909 168.791 96 171 96C173.209 96 175 97.7909 175 100Z' fill='%23E6072E'/%3E%3Cpath d='M8 28C8 30.2091 6.20914 32 4 32C1.79086 32 0 30.2091 0 28C0 25.7909 1.79086 24 4 24C6.20914 24 8 25.7909 8 28Z' fill='%23E6072E'/%3E%3Cpath d='M8 124C8 126.209 6.20914 128 4 128C1.79086 128 0 126.209 0 124C0 121.791 1.79086 120 4 120C6.20914 120 8 121.791 8 124Z' fill='%23E6072E'/%3E%3Cpath d='M175 28C175 30.2091 173.209 32 171 32C168.791 32 167 30.2091 167 28C167 25.7909 168.791 24 171 24C173.209 24 175 25.7909 175 28Z' fill='%23E6072E'/%3E%3Cpath d='M175 124C175 126.209 173.209 128 171 128C168.791 128 167 126.209 167 124C167 121.791 168.791 120 171 120C173.209 120 175 121.791 175 124Z' fill='%23E6072E'/%3E%3Cpath d='M8 52C8 54.2091 6.20914 56 4 56C1.79086 56 0 54.2091 0 52C0 49.7909 1.79086 48 4 48C6.20914 48 8 49.7909 8 52Z' fill='%23E6072E'/%3E%3Cpath d='M8 148C8 150.209 6.20914 152 4 152C1.79086 152 0 150.209 0 148C0 145.791 1.79086 144 4 144C6.20914 144 8 145.791 8 148Z' fill='%23E6072E'/%3E%3Cpath d='M175 52C175 54.2091 173.209 56 171 56C168.791 56 167 54.2091 167 52C167 49.7909 168.791 48 171 48C173.209 48 175 49.7909 175 52Z' fill='%23E6072E'/%3E%3Cpath d='M175 148C175 150.209 173.209 152 171 152C168.791 152 167 150.209 167 148C167 145.791 168.791 144 171 144C173.209 144 175 145.791 175 148Z' fill='%23E6072E'/%3E%3Cpath d='M8 76C8 78.2091 6.20914 80 4 80C1.79086 80 0 78.2091 0 76C0 73.7909 1.79086 72 4 72C6.20914 72 8 73.7909 8 76Z' fill='%23E6072E'/%3E%3Cpath d='M8 172C8 174.209 6.20914 176 4 176C1.79086 176 0 174.209 0 172C0 169.791 1.79086 168 4 168C6.20914 168 8 169.791 8 172Z' fill='%23E6072E'/%3E%3Cpath d='M175 76C175 78.2091 173.209 80 171 80C168.791 80 167 78.2091 167 76C167 73.7909 168.791 72 171 72C173.209 72 175 73.7909 175 76Z' fill='%23E6072E'/%3E%3Cpath d='M175 172C175 174.209 173.209 176 171 176C168.791 176 167 174.209 167 172C167 169.791 168.791 168 171 168C173.209 168 175 169.791 175 172Z' fill='%23E6072E'/%3E%3Cpath d='M31 4C31 6.20914 29.2091 8 27 8C24.7909 8 23 6.20914 23 4C23 1.79086 24.7909 0 27 0C29.2091 0 31 1.79086 31 4Z' fill='%23E6072E'/%3E%3Cpath d='M31 100C31 102.209 29.2091 104 27 104C24.7909 104 23 102.209 23 100C23 97.7909 24.7909 96 27 96C29.2091 96 31 97.7909 31 100Z' fill='%23E6072E'/%3E%3Cpath d='M198 4C198 6.20914 196.209 8 194 8C191.791 8 190 6.20914 190 4C190 1.79086 191.791 0 194 0C196.209 0 198 1.79086 198 4Z' fill='%23E6072E'/%3E%3Cpath d='M198 100C198 102.209 196.209 104 194 104C191.791 104 190 102.209 190 100C190 97.7909 191.791 96 194 96C196.209 96 198 97.7909 198 100Z' fill='%23E6072E'/%3E%3Cpath d='M31 28C31 30.2091 29.2091 32 27 32C24.7909 32 23 30.2091 23 28C23 25.7909 24.7909 24 27 24C29.2091 24 31 25.7909 31 28Z' fill='%23E6072E'/%3E%3Cpath d='M31 124C31 126.209 29.2091 128 27 128C24.7909 128 23 126.209 23 124C23 121.791 24.7909 120 27 120C29.2091 120 31 121.791 31 124Z' fill='%23E6072E'/%3E%3Cpath d='M198 28C198 30.2091 196.209 32 194 32C191.791 32 190 30.2091 190 28C190 25.7909 191.791 24 194 24C196.209 24 198 25.7909 198 28Z' fill='%23E6072E'/%3E%3Cpath d='M198 124C198 126.209 196.209 128 194 128C191.791 128 190 126.209 190 124C190 121.791 191.791 120 194 120C196.209 120 198 121.791 198 124Z' fill='%23E6072E'/%3E%3Cpath d='M31 52C31 54.2091 29.2091 56 27 56C24.7909 56 23 54.2091 23 52C23 49.7909 24.7909 48 27 48C29.2091 48 31 49.7909 31 52Z' fill='%23E6072E'/%3E%3Cpath d='M31 148C31 150.209 29.2091 152 27 152C24.7909 152 23 150.209 23 148C23 145.791 24.7909 144 27 144C29.2091 144 31 145.791 31 148Z' fill='%23E6072E'/%3E%3Cpath d='M198 52C198 54.2091 196.209 56 194 56C191.791 56 190 54.2091 190 52C190 49.7909 191.791 48 194 48C196.209 48 198 49.7909 198 52Z' fill='%23E6072E'/%3E%3Cpath d='M198 148C198 150.209 196.209 152 194 152C191.791 152 190 150.209 190 148C190 145.791 191.791 144 194 144C196.209 144 198 145.791 198 148Z' fill='%23E6072E'/%3E%3Cpath d='M31 76C31 78.2091 29.2091 80 27 80C24.7909 80 23 78.2091 23 76C23 73.7909 24.7909 72 27 72C29.2091 72 31 73.7909 31 76Z' fill='%23E6072E'/%3E%3Cpath d='M31 172C31 174.209 29.2091 176 27 176C24.7909 176 23 174.209 23 172C23 169.791 24.7909 168 27 168C29.2091 168 31 169.791 31 172Z' fill='%23E6072E'/%3E%3Cpath d='M198 76C198 78.2091 196.209 80 194 80C191.791 80 190 78.2091 190 76C190 73.7909 191.791 72 194 72C196.209 72 198 73.7909 198 76Z' fill='%23E6072E'/%3E%3Cpath d='M198 172C198 174.209 196.209 176 194 176C191.791 176 190 174.209 190 172C190 169.791 191.791 168 194 168C196.209 168 198 169.791 198 172Z' fill='%23E6072E'/%3E%3Cpath d='M55 4C55 6.20914 53.2091 8 51 8C48.7909 8 47 6.20914 47 4C47 1.79086 48.7909 0 51 0C53.2091 0 55 1.79086 55 4Z' fill='%23E6072E'/%3E%3Cpath d='M55 100C55 102.209 53.2091 104 51 104C48.7909 104 47 102.209 47 100C47 97.7909 48.7909 96 51 96C53.2091 96 55 97.7909 55 100Z' fill='%23E6072E'/%3E%3Cpath d='M222 4C222 6.20914 220.209 8 218 8C215.791 8 214 6.20914 214 4C214 1.79086 215.791 0 218 0C220.209 0 222 1.79086 222 4Z' fill='%23E6072E'/%3E%3Cpath d='M222 100C222 102.209 220.209 104 218 104C215.791 104 214 102.209 214 100C214 97.7909 215.791 96 218 96C220.209 96 222 97.7909 222 100Z' fill='%23E6072E'/%3E%3Cpath d='M55 28C55 30.2091 53.2091 32 51 32C48.7909 32 47 30.2091 47 28C47 25.7909 48.7909 24 51 24C53.2091 24 55 25.7909 55 28Z' fill='%23E6072E'/%3E%3Cpath d='M55 124C55 126.209 53.2091 128 51 128C48.7909 128 47 126.209 47 124C47 121.791 48.7909 120 51 120C53.2091 120 55 121.791 55 124Z' fill='%23E6072E'/%3E%3Cpath d='M222 28C222 30.2091 220.209 32 218 32C215.791 32 214 30.2091 214 28C214 25.7909 215.791 24 218 24C220.209 24 222 25.7909 222 28Z' fill='%23E6072E'/%3E%3Cpath d='M222 124C222 126.209 220.209 128 218 128C215.791 128 214 126.209 214 124C214 121.791 215.791 120 218 120C220.209 120 222 121.791 222 124Z' fill='%23E6072E'/%3E%3Cpath d='M55 52C55 54.2091 53.2091 56 51 56C48.7909 56 47 54.2091 47 52C47 49.7909 48.7909 48 51 48C53.2091 48 55 49.7909 55 52Z' fill='%23E6072E'/%3E%3Cpath d='M55 148C55 150.209 53.2091 152 51 152C48.7909 152 47 150.209 47 148C47 145.791 48.7909 144 51 144C53.2091 144 55 145.791 55 148Z' fill='%23E6072E'/%3E%3Cpath d='M222 52C222 54.2091 220.209 56 218 56C215.791 56 214 54.2091 214 52C214 49.7909 215.791 48 218 48C220.209 48 222 49.7909 222 52Z' fill='%23E6072E'/%3E%3Cpath d='M222 148C222 150.209 220.209 152 218 152C215.791 152 214 150.209 214 148C214 145.791 215.791 144 218 144C220.209 144 222 145.791 222 148Z' fill='%23E6072E'/%3E%3Cpath d='M55 76C55 78.2091 53.2091 80 51 80C48.7909 80 47 78.2091 47 76C47 73.7909 48.7909 72 51 72C53.2091 72 55 73.7909 55 76Z' fill='%23E6072E'/%3E%3Cpath d='M55 172C55 174.209 53.2091 176 51 176C48.7909 176 47 174.209 47 172C47 169.791 48.7909 168 51 168C53.2091 168 55 169.791 55 172Z' fill='%23E6072E'/%3E%3Cpath d='M222 76C222 78.2091 220.209 80 218 80C215.791 80 214 78.2091 214 76C214 73.7909 215.791 72 218 72C220.209 72 222 73.7909 222 76Z' fill='%23E6072E'/%3E%3Cpath d='M222 172C222 174.209 220.209 176 218 176C215.791 176 214 174.209 214 172C214 169.791 215.791 168 218 168C220.209 168 222 169.791 222 172Z' fill='%23E6072E'/%3E%3Cpath d='M79 4C79 6.20914 77.2091 8 75 8C72.7909 8 71 6.20914 71 4C71 1.79086 72.7909 0 75 0C77.2091 0 79 1.79086 79 4Z' fill='%23E6072E'/%3E%3Cpath d='M79 100C79 102.209 77.2091 104 75 104C72.7909 104 71 102.209 71 100C71 97.7909 72.7909 96 75 96C77.2091 96 79 97.7909 79 100Z' fill='%23E6072E'/%3E%3Cpath d='M246 4C246 6.20914 244.209 8 242 8C239.791 8 238 6.20914 238 4C238 1.79086 239.791 0 242 0C244.209 0 246 1.79086 246 4Z' fill='%23E6072E'/%3E%3Cpath d='M246 100C246 102.209 244.209 104 242 104C239.791 104 238 102.209 238 100C238 97.7909 239.791 96 242 96C244.209 96 246 97.7909 246 100Z' fill='%23E6072E'/%3E%3Cpath d='M79 28C79 30.2091 77.2091 32 75 32C72.7909 32 71 30.2091 71 28C71 25.7909 72.7909 24 75 24C77.2091 24 79 25.7909 79 28Z' fill='%23E6072E'/%3E%3Cpath d='M79 124C79 126.209 77.2091 128 75 128C72.7909 128 71 126.209 71 124C71 121.791 72.7909 120 75 120C77.2091 120 79 121.791 79 124Z' fill='%23E6072E'/%3E%3Cpath d='M246 28C246 30.2091 244.209 32 242 32C239.791 32 238 30.2091 238 28C238 25.7909 239.791 24 242 24C244.209 24 246 25.7909 246 28Z' fill='%23E6072E'/%3E%3Cpath d='M246 124C246 126.209 244.209 128 242 128C239.791 128 238 126.209 238 124C238 121.791 239.791 120 242 120C244.209 120 246 121.791 246 124Z' fill='%23E6072E'/%3E%3Cpath d='M79 52C79 54.2091 77.2091 56 75 56C72.7909 56 71 54.2091 71 52C71 49.7909 72.7909 48 75 48C77.2091 48 79 49.7909 79 52Z' fill='%23E6072E'/%3E%3Cpath d='M79 148C79 150.209 77.2091 152 75 152C72.7909 152 71 150.209 71 148C71 145.791 72.7909 144 75 144C77.2091 144 79 145.791 79 148Z' fill='%23E6072E'/%3E%3Cpath d='M246 52C246 54.2091 244.209 56 242 56C239.791 56 238 54.2091 238 52C238 49.7909 239.791 48 242 48C244.209 48 246 49.7909 246 52Z' fill='%23E6072E'/%3E%3Cpath d='M246 148C246 150.209 244.209 152 242 152C239.791 152 238 150.209 238 148C238 145.791 239.791 144 242 144C244.209 144 246 145.791 246 148Z' fill='%23E6072E'/%3E%3Cpath d='M79 76C79 78.2091 77.2091 80 75 80C72.7909 80 71 78.2091 71 76C71 73.7909 72.7909 72 75 72C77.2091 72 79 73.7909 79 76Z' fill='%23E6072E'/%3E%3Cpath d='M79 172C79 174.209 77.2091 176 75 176C72.7909 176 71 174.209 71 172C71 169.791 72.7909 168 75 168C77.2091 168 79 169.791 79 172Z' fill='%23E6072E'/%3E%3Cpath d='M246 76C246 78.2091 244.209 80 242 80C239.791 80 238 78.2091 238 76C238 73.7909 239.791 72 242 72C244.209 72 246 73.7909 246 76Z' fill='%23E6072E'/%3E%3Cpath d='M246 172C246 174.209 244.209 176 242 176C239.791 176 238 174.209 238 172C238 169.791 239.791 168 242 168C244.209 168 246 169.791 246 172Z' fill='%23E6072E'/%3E%3Cpath d='M103 4C103 6.20914 101.209 8 99 8C96.7909 8 95 6.20914 95 4C95 1.79086 96.7909 0 99 0C101.209 0 103 1.79086 103 4Z' fill='%23E6072E'/%3E%3Cpath d='M103 100C103 102.209 101.209 104 99 104C96.7909 104 95 102.209 95 100C95 97.7909 96.7909 96 99 96C101.209 96 103 97.7909 103 100Z' fill='%23E6072E'/%3E%3Cpath d='M270 4C270 6.20914 268.209 8 266 8C263.791 8 262 6.20914 262 4C262 1.79086 263.791 0 266 0C268.209 0 270 1.79086 270 4Z' fill='%23E6072E'/%3E%3Cpath d='M270 100C270 102.209 268.209 104 266 104C263.791 104 262 102.209 262 100C262 97.7909 263.791 96 266 96C268.209 96 270 97.7909 270 100Z' fill='%23E6072E'/%3E%3Cpath d='M103 28C103 30.2091 101.209 32 99 32C96.7909 32 95 30.2091 95 28C95 25.7909 96.7909 24 99 24C101.209 24 103 25.7909 103 28Z' fill='%23E6072E'/%3E%3Cpath d='M103 124C103 126.209 101.209 128 99 128C96.7909 128 95 126.209 95 124C95 121.791 96.7909 120 99 120C101.209 120 103 121.791 103 124Z' fill='%23E6072E'/%3E%3Cpath d='M270 28C270 30.2091 268.209 32 266 32C263.791 32 262 30.2091 262 28C262 25.7909 263.791 24 266 24C268.209 24 270 25.7909 270 28Z' fill='%23E6072E'/%3E%3Cpath d='M270 124C270 126.209 268.209 128 266 128C263.791 128 262 126.209 262 124C262 121.791 263.791 120 266 120C268.209 120 270 121.791 270 124Z' fill='%23E6072E'/%3E%3Cpath d='M103 52C103 54.2091 101.209 56 99 56C96.7909 56 95 54.2091 95 52C95 49.7909 96.7909 48 99 48C101.209 48 103 49.7909 103 52Z' fill='%23E6072E'/%3E%3Cpath d='M103 148C103 150.209 101.209 152 99 152C96.7909 152 95 150.209 95 148C95 145.791 96.7909 144 99 144C101.209 144 103 145.791 103 148Z' fill='%23E6072E'/%3E%3Cpath d='M270 52C270 54.2091 268.209 56 266 56C263.791 56 262 54.2091 262 52C262 49.7909 263.791 48 266 48C268.209 48 270 49.7909 270 52Z' fill='%23E6072E'/%3E%3Cpath d='M270 148C270 150.209 268.209 152 266 152C263.791 152 262 150.209 262 148C262 145.791 263.791 144 266 144C268.209 144 270 145.791 270 148Z' fill='%23E6072E'/%3E%3Cpath d='M103 76C103 78.2091 101.209 80 99 80C96.7909 80 95 78.2091 95 76C95 73.7909 96.7909 72 99 72C101.209 72 103 73.7909 103 76Z' fill='%23E6072E'/%3E%3Cpath d='M103 172C103 174.209 101.209 176 99 176C96.7909 176 95 174.209 95 172C95 169.791 96.7909 168 99 168C101.209 168 103 169.791 103 172Z' fill='%23E6072E'/%3E%3Cpath d='M270 76C270 78.2091 268.209 80 266 80C263.791 80 262 78.2091 262 76C262 73.7909 263.791 72 266 72C268.209 72 270 73.7909 270 76Z' fill='%23E6072E'/%3E%3Cpath d='M270 172C270 174.209 268.209 176 266 176C263.791 176 262 174.209 262 172C262 169.791 263.791 168 266 168C268.209 168 270 169.791 270 172Z' fill='%23E6072E'/%3E%3Cpath d='M127 4C127 6.20914 125.209 8 123 8C120.791 8 119 6.20914 119 4C119 1.79086 120.791 0 123 0C125.209 0 127 1.79086 127 4Z' fill='%23E6072E'/%3E%3Cpath d='M127 100C127 102.209 125.209 104 123 104C120.791 104 119 102.209 119 100C119 97.7909 120.791 96 123 96C125.209 96 127 97.7909 127 100Z' fill='%23E6072E'/%3E%3Cpath d='M294 4C294 6.20914 292.209 8 290 8C287.791 8 286 6.20914 286 4C286 1.79086 287.791 0 290 0C292.209 0 294 1.79086 294 4Z' fill='%23E6072E'/%3E%3Cpath d='M294 100C294 102.209 292.209 104 290 104C287.791 104 286 102.209 286 100C286 97.7909 287.791 96 290 96C292.209 96 294 97.7909 294 100Z' fill='%23E6072E'/%3E%3Cpath d='M127 28C127 30.2091 125.209 32 123 32C120.791 32 119 30.2091 119 28C119 25.7909 120.791 24 123 24C125.209 24 127 25.7909 127 28Z' fill='%23E6072E'/%3E%3Cpath d='M127 124C127 126.209 125.209 128 123 128C120.791 128 119 126.209 119 124C119 121.791 120.791 120 123 120C125.209 120 127 121.791 127 124Z' fill='%23E6072E'/%3E%3Cpath d='M294 28C294 30.2091 292.209 32 290 32C287.791 32 286 30.2091 286 28C286 25.7909 287.791 24 290 24C292.209 24 294 25.7909 294 28Z' fill='%23E6072E'/%3E%3Cpath d='M294 124C294 126.209 292.209 128 290 128C287.791 128 286 126.209 286 124C286 121.791 287.791 120 290 120C292.209 120 294 121.791 294 124Z' fill='%23E6072E'/%3E%3Cpath d='M127 52C127 54.2091 125.209 56 123 56C120.791 56 119 54.2091 119 52C119 49.7909 120.791 48 123 48C125.209 48 127 49.7909 127 52Z' fill='%23E6072E'/%3E%3Cpath d='M127 148C127 150.209 125.209 152 123 152C120.791 152 119 150.209 119 148C119 145.791 120.791 144 123 144C125.209 144 127 145.791 127 148Z' fill='%23E6072E'/%3E%3Cpath d='M294 52C294 54.2091 292.209 56 290 56C287.791 56 286 54.2091 286 52C286 49.7909 287.791 48 290 48C292.209 48 294 49.7909 294 52Z' fill='%23E6072E'/%3E%3Cpath d='M294 148C294 150.209 292.209 152 290 152C287.791 152 286 150.209 286 148C286 145.791 287.791 144 290 144C292.209 144 294 145.791 294 148Z' fill='%23E6072E'/%3E%3Cpath d='M127 76C127 78.2091 125.209 80 123 80C120.791 80 119 78.2091 119 76C119 73.7909 120.791 72 123 72C125.209 72 127 73.7909 127 76Z' fill='%23E6072E'/%3E%3Cpath d='M127 172C127 174.209 125.209 176 123 176C120.791 176 119 174.209 119 172C119 169.791 120.791 168 123 168C125.209 168 127 169.791 127 172Z' fill='%23E6072E'/%3E%3Cpath d='M294 76C294 78.2091 292.209 80 290 80C287.791 80 286 78.2091 286 76C286 73.7909 287.791 72 290 72C292.209 72 294 73.7909 294 76Z' fill='%23E6072E'/%3E%3Cpath d='M294 172C294 174.209 292.209 176 290 176C287.791 176 286 174.209 286 172C286 169.791 287.791 168 290 168C292.209 168 294 169.791 294 172Z' fill='%23E6072E'/%3E%3Cpath d='M151 4C151 6.20914 149.209 8 147 8C144.791 8 143 6.20914 143 4C143 1.79086 144.791 0 147 0C149.209 0 151 1.79086 151 4Z' fill='%23E6072E'/%3E%3Cpath d='M151 100C151 102.209 149.209 104 147 104C144.791 104 143 102.209 143 100C143 97.7909 144.791 96 147 96C149.209 96 151 97.7909 151 100Z' fill='%23E6072E'/%3E%3Cpath d='M318 4C318 6.20914 316.209 8 314 8C311.791 8 310 6.20914 310 4C310 1.79086 311.791 0 314 0C316.209 0 318 1.79086 318 4Z' fill='%23E6072E'/%3E%3Cpath d='M318 100C318 102.209 316.209 104 314 104C311.791 104 310 102.209 310 100C310 97.7909 311.791 96 314 96C316.209 96 318 97.7909 318 100Z' fill='%23E6072E'/%3E%3Cpath d='M151 28C151 30.2091 149.209 32 147 32C144.791 32 143 30.2091 143 28C143 25.7909 144.791 24 147 24C149.209 24 151 25.7909 151 28Z' fill='%23E6072E'/%3E%3Cpath d='M151 124C151 126.209 149.209 128 147 128C144.791 128 143 126.209 143 124C143 121.791 144.791 120 147 120C149.209 120 151 121.791 151 124Z' fill='%23E6072E'/%3E%3Cpath d='M318 28C318 30.2091 316.209 32 314 32C311.791 32 310 30.2091 310 28C310 25.7909 311.791 24 314 24C316.209 24 318 25.7909 318 28Z' fill='%23E6072E'/%3E%3Cpath d='M318 124C318 126.209 316.209 128 314 128C311.791 128 310 126.209 310 124C310 121.791 311.791 120 314 120C316.209 120 318 121.791 318 124Z' fill='%23E6072E'/%3E%3Cpath d='M151 52C151 54.2091 149.209 56 147 56C144.791 56 143 54.2091 143 52C143 49.7909 144.791 48 147 48C149.209 48 151 49.7909 151 52Z' fill='%23E6072E'/%3E%3Cpath d='M151 148C151 150.209 149.209 152 147 152C144.791 152 143 150.209 143 148C143 145.791 144.791 144 147 144C149.209 144 151 145.791 151 148Z' fill='%23E6072E'/%3E%3Cpath d='M318 52C318 54.2091 316.209 56 314 56C311.791 56 310 54.2091 310 52C310 49.7909 311.791 48 314 48C316.209 48 318 49.7909 318 52Z' fill='%23E6072E'/%3E%3Cpath d='M318 148C318 150.209 316.209 152 314 152C311.791 152 310 150.209 310 148C310 145.791 311.791 144 314 144C316.209 144 318 145.791 318 148Z' fill='%23E6072E'/%3E%3Cpath d='M151 76C151 78.2091 149.209 80 147 80C144.791 80 143 78.2091 143 76C143 73.7909 144.791 72 147 72C149.209 72 151 73.7909 151 76Z' fill='%23E6072E'/%3E%3Cpath d='M151 172C151 174.209 149.209 176 147 176C144.791 176 143 174.209 143 172C143 169.791 144.791 168 147 168C149.209 168 151 169.791 151 172Z' fill='%23E6072E'/%3E%3Cpath d='M318 76C318 78.2091 316.209 80 314 80C311.791 80 310 78.2091 310 76C310 73.7909 311.791 72 314 72C316.209 72 318 73.7909 318 76Z' fill='%23E6072E'/%3E%3Cpath d='M318 172C318 174.209 316.209 176 314 176C311.791 176 310 174.209 310 172C310 169.791 311.791 168 314 168C316.209 168 318 169.791 318 172Z' fill='%23E6072E'/%3E%3C/svg%3E%0A");
  width: 318px;
  height: 176px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .blog_article_wrap::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .blog_article_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog_article_wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.blog {
  position: relative;
}
.blog::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='176' height='318' viewBox='0 0 176 318' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M172 8C169.791 8 168 6.20914 168 4C168 1.79086 169.791 -2.7141e-07 172 -1.74846e-07C174.209 -7.8281e-08 176 1.79086 176 4C176 6.20914 174.209 8 172 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 8C73.7909 8 72 6.20913 72 4C72 1.79086 73.7909 -4.4677e-06 76 -4.37114e-06C78.2091 -4.27457e-06 80 1.79086 80 4C80 6.20913 78.2091 8 76 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 175C169.791 175 168 173.209 168 171C168 168.791 169.791 167 172 167C174.209 167 176 168.791 176 171C176 173.209 174.209 175 172 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 175C73.7909 175 72 173.209 72 171C72 168.791 73.7909 167 76 167C78.2091 167 80 168.791 80 171C80 173.209 78.2091 175 76 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 8C145.791 8 144 6.20914 144 4C144 1.79086 145.791 -1.32048e-06 148 -1.22392e-06C150.209 -1.12735e-06 152 1.79086 152 4C152 6.20914 150.209 8 148 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 7.99999C49.7909 7.99999 48 6.20913 48 3.99999C48 1.79086 49.7909 -5.51678e-06 52 -5.42021e-06C54.2091 -5.32365e-06 56 1.79086 56 3.99999C56 6.20913 54.2091 7.99999 52 7.99999Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 175C145.791 175 144 173.209 144 171C144 168.791 145.791 167 148 167C150.209 167 152 168.791 152 171C152 173.209 150.209 175 148 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 175C49.7909 175 48 173.209 48 171C48 168.791 49.7909 167 52 167C54.2091 167 56 168.791 56 171C56 173.209 54.2091 175 52 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 8C121.791 8 120 6.20914 120 4C120 1.79086 121.791 -2.36956e-06 124 -2.27299e-06C126.209 -2.17643e-06 128 1.79086 128 4C128 6.20914 126.209 8 124 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 7.99999C25.7909 7.99999 24 6.20913 24 3.99999C24 1.79085 25.7909 -6.56585e-06 28 -6.46929e-06C30.2091 -6.37272e-06 32 1.79085 32 3.99999C32 6.20913 30.2091 7.99999 28 7.99999Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 175C121.791 175 120 173.209 120 171C120 168.791 121.791 167 124 167C126.209 167 128 168.791 128 171C128 173.209 126.209 175 124 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 175C25.7909 175 24 173.209 24 171C24 168.791 25.7909 167 28 167C30.2091 167 32 168.791 32 171C32 173.209 30.2091 175 28 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 8C97.7909 8 96 6.20914 96 4C96 1.79086 97.7909 -3.41863e-06 100 -3.32207e-06C102.209 -3.2255e-06 104 1.79086 104 4C104 6.20914 102.209 8 100 8Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 7.99999C1.79086 7.99999 -2.7141e-07 6.20913 -1.74846e-07 3.99999C-7.8281e-08 1.79085 1.79086 -7.61492e-06 4 -7.51836e-06C6.20914 -7.42179e-06 8 1.79085 8 3.99999C8 6.20913 6.20914 7.99999 4 7.99999Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 175C97.7909 175 96 173.209 96 171C96 168.791 97.7909 167 100 167C102.209 167 104 168.791 104 171C104 173.209 102.209 175 100 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 175C1.79086 175 -7.57121e-06 173.209 -7.47465e-06 171C-7.37808e-06 168.791 1.79086 167 3.99999 167C6.20913 167 7.99999 168.791 7.99999 171C7.99999 173.209 6.20913 175 3.99999 175Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 31C169.791 31 168 29.2091 168 27C168 24.7909 169.791 23 172 23C174.209 23 176 24.7909 176 27C176 29.2091 174.209 31 172 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 31C73.7909 31 72 29.2091 72 27C72 24.7909 73.7909 23 76 23C78.2091 23 80 24.7909 80 27C80 29.2091 78.2091 31 76 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 198C169.791 198 168 196.209 168 194C168 191.791 169.791 190 172 190C174.209 190 176 191.791 176 194C176 196.209 174.209 198 172 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 198C73.7909 198 72 196.209 72 194C72 191.791 73.7909 190 76 190C78.2091 190 80 191.791 80 194C80 196.209 78.2091 198 76 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 31C145.791 31 144 29.2091 144 27C144 24.7909 145.791 23 148 23C150.209 23 152 24.7909 152 27C152 29.2091 150.209 31 148 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 31C49.7909 31 48 29.2091 48 27C48 24.7909 49.7909 23 52 23C54.2091 23 56 24.7909 56 27C56 29.2091 54.2091 31 52 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 198C145.791 198 144 196.209 144 194C144 191.791 145.791 190 148 190C150.209 190 152 191.791 152 194C152 196.209 150.209 198 148 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 198C49.7909 198 48 196.209 48 194C48 191.791 49.7909 190 52 190C54.2091 190 56 191.791 56 194C56 196.209 54.2091 198 52 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 31C121.791 31 120 29.2091 120 27C120 24.7909 121.791 23 124 23C126.209 23 128 24.7909 128 27C128 29.2091 126.209 31 124 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 31C25.7909 31 24 29.2091 24 27C24 24.7909 25.7909 23 28 23C30.2091 23 32 24.7909 32 27C32 29.2091 30.2091 31 28 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 198C121.791 198 120 196.209 120 194C120 191.791 121.791 190 124 190C126.209 190 128 191.791 128 194C128 196.209 126.209 198 124 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 198C25.7909 198 24 196.209 24 194C24 191.791 25.7909 190 28 190C30.2091 190 32 191.791 32 194C32 196.209 30.2091 198 28 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 31C97.7909 31 96 29.2091 96 27C96 24.7909 97.7909 23 100 23C102.209 23 104 24.7909 104 27C104 29.2091 102.209 31 100 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 31C1.79086 31 -1.27677e-06 29.2091 -1.18021e-06 27C-1.08364e-06 24.7909 1.79086 23 4 23C6.20914 23 8 24.7909 8 27C8 29.2091 6.20914 31 4 31Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 198C97.7909 198 96 196.209 96 194C96 191.791 97.7909 190 100 190C102.209 190 104 191.791 104 194C104 196.209 102.209 198 100 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 198C1.79085 198 -8.57657e-06 196.209 -8.48001e-06 194C-8.38344e-06 191.791 1.79085 190 3.99999 190C6.20913 190 7.99999 191.791 7.99999 194C7.99999 196.209 6.20913 198 3.99999 198Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 55C169.791 55 168 53.2091 168 51C168 48.7909 169.791 47 172 47C174.209 47 176 48.7909 176 51C176 53.2091 174.209 55 172 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 55C73.7909 55 72 53.2091 72 51C72 48.7909 73.7909 47 76 47C78.2091 47 80 48.7909 80 51C80 53.2091 78.2091 55 76 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 222C169.791 222 168 220.209 168 218C168 215.791 169.791 214 172 214C174.209 214 176 215.791 176 218C176 220.209 174.209 222 172 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 222C73.7909 222 72 220.209 72 218C72 215.791 73.7909 214 76 214C78.2091 214 80 215.791 80 218C80 220.209 78.2091 222 76 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 55C145.791 55 144 53.2091 144 51C144 48.7909 145.791 47 148 47C150.209 47 152 48.7909 152 51C152 53.2091 150.209 55 148 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 55C49.7909 55 48 53.2091 48 51C48 48.7909 49.7909 47 52 47C54.2091 47 56 48.7909 56 51C56 53.2091 54.2091 55 52 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 222C145.791 222 144 220.209 144 218C144 215.791 145.791 214 148 214C150.209 214 152 215.791 152 218C152 220.209 150.209 222 148 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 222C49.7909 222 48 220.209 48 218C48 215.791 49.7909 214 52 214C54.2091 214 56 215.791 56 218C56 220.209 54.2091 222 52 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 55C121.791 55 120 53.2091 120 51C120 48.7909 121.791 47 124 47C126.209 47 128 48.7909 128 51C128 53.2091 126.209 55 124 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 55C25.7909 55 24 53.2091 24 51C24 48.7909 25.7909 47 28 47C30.2091 47 32 48.7909 32 51C32 53.2091 30.2091 55 28 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 222C121.791 222 120 220.209 120 218C120 215.791 121.791 214 124 214C126.209 214 128 215.791 128 218C128 220.209 126.209 222 124 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 222C25.7909 222 24 220.209 24 218C24 215.791 25.7909 214 28 214C30.2091 214 32 215.791 32 218C32 220.209 30.2091 222 28 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 55C97.7909 55 96 53.2091 96 51C96 48.7909 97.7909 47 100 47C102.209 47 104 48.7909 104 51C104 53.2091 102.209 55 100 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 55C1.79086 55 -2.32585e-06 53.2091 -2.22928e-06 51C-2.13272e-06 48.7909 1.79086 47 4 47C6.20913 47 8 48.7909 8 51C8 53.2091 6.20913 55 4 55Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 222C97.7909 222 96 220.209 96 218C96 215.791 97.7909 214 100 214C102.209 214 104 215.791 104 218C104 220.209 102.209 222 100 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 222C1.79085 222 -9.62565e-06 220.209 -9.52908e-06 218C-9.43252e-06 215.791 1.79085 214 3.99999 214C6.20913 214 7.99999 215.791 7.99999 218C7.99999 220.209 6.20913 222 3.99999 222Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 79C169.791 79 168 77.2091 168 75C168 72.7909 169.791 71 172 71C174.209 71 176 72.7909 176 75C176 77.2091 174.209 79 172 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 79C73.7909 79 72 77.2091 72 75C72 72.7909 73.7909 71 76 71C78.2091 71 80 72.7909 80 75C80 77.2091 78.2091 79 76 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 246C169.791 246 168 244.209 168 242C168 239.791 169.791 238 172 238C174.209 238 176 239.791 176 242C176 244.209 174.209 246 172 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 246C73.7909 246 72 244.209 72 242C72 239.791 73.7909 238 76 238C78.2091 238 80 239.791 80 242C80 244.209 78.2091 246 76 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 79C145.791 79 144 77.2091 144 75C144 72.7909 145.791 71 148 71C150.209 71 152 72.7909 152 75C152 77.2091 150.209 79 148 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 79C49.7909 79 48 77.2091 48 75C48 72.7909 49.7909 71 52 71C54.2091 71 56 72.7909 56 75C56 77.2091 54.2091 79 52 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 246C145.791 246 144 244.209 144 242C144 239.791 145.791 238 148 238C150.209 238 152 239.791 152 242C152 244.209 150.209 246 148 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 246C49.7909 246 48 244.209 48 242C48 239.791 49.7909 238 52 238C54.2091 238 56 239.791 56 242C56 244.209 54.2091 246 52 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 79C121.791 79 120 77.2091 120 75C120 72.7909 121.791 71 124 71C126.209 71 128 72.7909 128 75C128 77.2091 126.209 79 124 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 79C25.7909 79 24 77.2091 24 75C24 72.7909 25.7909 71 28 71C30.2091 71 32 72.7909 32 75C32 77.2091 30.2091 79 28 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 246C121.791 246 120 244.209 120 242C120 239.791 121.791 238 124 238C126.209 238 128 239.791 128 242C128 244.209 126.209 246 124 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 246C25.7909 246 24 244.209 24 242C24 239.791 25.7909 238 28 238C30.2091 238 32 239.791 32 242C32 244.209 30.2091 246 28 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 79C97.7909 79 96 77.2091 96 75C96 72.7909 97.7909 71 100 71C102.209 71 104 72.7909 104 75C104 77.2091 102.209 79 100 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 79C1.79086 79 -3.37492e-06 77.2091 -3.27835e-06 75C-3.18179e-06 72.7909 1.79086 71 4 71C6.20913 71 8 72.7909 8 75C8 77.2091 6.20913 79 4 79Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 246C97.7909 246 96 244.209 96 242C96 239.791 97.7909 238 100 238C102.209 238 104 239.791 104 242C104 244.209 102.209 246 100 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 246C1.79085 246 -1.06747e-05 244.209 -1.05782e-05 242C-1.04816e-05 239.791 1.79085 238 3.99999 238C6.20913 238 7.99999 239.791 7.99999 242C7.99999 244.209 6.20913 246 3.99999 246Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 103C169.791 103 168 101.209 168 99C168 96.7909 169.791 95 172 95C174.209 95 176 96.7909 176 99C176 101.209 174.209 103 172 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 103C73.7909 103 72 101.209 72 99C72 96.7909 73.7909 95 76 95C78.2091 95 80 96.7909 80 99C80 101.209 78.2091 103 76 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 270C169.791 270 168 268.209 168 266C168 263.791 169.791 262 172 262C174.209 262 176 263.791 176 266C176 268.209 174.209 270 172 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 270C73.7909 270 72 268.209 72 266C72 263.791 73.7909 262 76 262C78.2091 262 80 263.791 80 266C80 268.209 78.2091 270 76 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 103C145.791 103 144 101.209 144 99C144 96.7909 145.791 95 148 95C150.209 95 152 96.7909 152 99C152 101.209 150.209 103 148 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 103C49.7909 103 48 101.209 48 99C48 96.7909 49.7909 95 52 95C54.2091 95 56 96.7909 56 99C56 101.209 54.2091 103 52 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 270C145.791 270 144 268.209 144 266C144 263.791 145.791 262 148 262C150.209 262 152 263.791 152 266C152 268.209 150.209 270 148 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 270C49.7909 270 48 268.209 48 266C48 263.791 49.7909 262 52 262C54.2091 262 56 263.791 56 266C56 268.209 54.2091 270 52 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 103C121.791 103 120 101.209 120 99C120 96.7909 121.791 95 124 95C126.209 95 128 96.7909 128 99C128 101.209 126.209 103 124 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 103C25.7909 103 24 101.209 24 99C24 96.7909 25.7909 95 28 95C30.2091 95 32 96.7909 32 99C32 101.209 30.2091 103 28 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 270C121.791 270 120 268.209 120 266C120 263.791 121.791 262 124 262C126.209 262 128 263.791 128 266C128 268.209 126.209 270 124 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 270C25.7909 270 24 268.209 24 266C24 263.791 25.7909 262 28 262C30.2091 262 32 263.791 32 266C32 268.209 30.2091 270 28 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 103C97.7909 103 96 101.209 96 99C96 96.7909 97.7909 95 100 95C102.209 95 104 96.7909 104 99C104 101.209 102.209 103 100 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M4 103C1.79086 103 -4.42399e-06 101.209 -4.32743e-06 99C-4.23086e-06 96.7909 1.79086 95 4 95C6.20913 95 8 96.7909 8 99C8 101.209 6.20913 103 4 103Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 270C97.7909 270 96 268.209 96 266C96 263.791 97.7909 262 100 262C102.209 262 104 263.791 104 266C104 268.209 102.209 270 100 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 270C1.79085 270 -1.17238e-05 268.209 -1.16272e-05 266C-1.15307e-05 263.791 1.79085 262 3.99999 262C6.20913 262 7.99999 263.791 7.99999 266C7.99999 268.209 6.20913 270 3.99999 270Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 127C169.791 127 168 125.209 168 123C168 120.791 169.791 119 172 119C174.209 119 176 120.791 176 123C176 125.209 174.209 127 172 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 127C73.7909 127 72 125.209 72 123C72 120.791 73.7909 119 76 119C78.2091 119 80 120.791 80 123C80 125.209 78.2091 127 76 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 294C169.791 294 168 292.209 168 290C168 287.791 169.791 286 172 286C174.209 286 176 287.791 176 290C176 292.209 174.209 294 172 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 294C73.7909 294 72 292.209 72 290C72 287.791 73.7909 286 76 286C78.2091 286 80 287.791 80 290C80 292.209 78.2091 294 76 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 127C145.791 127 144 125.209 144 123C144 120.791 145.791 119 148 119C150.209 119 152 120.791 152 123C152 125.209 150.209 127 148 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 127C49.7909 127 48 125.209 48 123C48 120.791 49.7909 119 52 119C54.2091 119 56 120.791 56 123C56 125.209 54.2091 127 52 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 294C145.791 294 144 292.209 144 290C144 287.791 145.791 286 148 286C150.209 286 152 287.791 152 290C152 292.209 150.209 294 148 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 294C49.7909 294 48 292.209 48 290C48 287.791 49.7909 286 52 286C54.2091 286 56 287.791 56 290C56 292.209 54.2091 294 52 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 127C121.791 127 120 125.209 120 123C120 120.791 121.791 119 124 119C126.209 119 128 120.791 128 123C128 125.209 126.209 127 124 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 127C25.7909 127 24 125.209 24 123C24 120.791 25.7909 119 28 119C30.2091 119 32 120.791 32 123C32 125.209 30.2091 127 28 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 294C121.791 294 120 292.209 120 290C120 287.791 121.791 286 124 286C126.209 286 128 287.791 128 290C128 292.209 126.209 294 124 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 294C25.7909 294 24 292.209 24 290C24 287.791 25.7909 286 28 286C30.2091 286 32 287.791 32 290C32 292.209 30.2091 294 28 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 127C97.7909 127 96 125.209 96 123C96 120.791 97.7909 119 100 119C102.209 119 104 120.791 104 123C104 125.209 102.209 127 100 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 127C1.79086 127 -5.47307e-06 125.209 -5.3765e-06 123C-5.27994e-06 120.791 1.79086 119 3.99999 119C6.20913 119 7.99999 120.791 7.99999 123C7.99999 125.209 6.20913 127 3.99999 127Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 294C97.7909 294 96 292.209 96 290C96 287.791 97.7909 286 100 286C102.209 286 104 287.791 104 290C104 292.209 102.209 294 100 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 294C1.79085 294 -1.27729e-05 292.209 -1.26763e-05 290C-1.25797e-05 287.791 1.79085 286 3.99999 286C6.20912 286 7.99999 287.791 7.99999 290C7.99999 292.209 6.20912 294 3.99999 294Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 151C169.791 151 168 149.209 168 147C168 144.791 169.791 143 172 143C174.209 143 176 144.791 176 147C176 149.209 174.209 151 172 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 151C73.7909 151 72 149.209 72 147C72 144.791 73.7909 143 76 143C78.2091 143 80 144.791 80 147C80 149.209 78.2091 151 76 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M172 318C169.791 318 168 316.209 168 314C168 311.791 169.791 310 172 310C174.209 310 176 311.791 176 314C176 316.209 174.209 318 172 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M76 318C73.7908 318 72 316.209 72 314C72 311.791 73.7908 310 76 310C78.2091 310 80 311.791 80 314C80 316.209 78.2091 318 76 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 151C145.791 151 144 149.209 144 147C144 144.791 145.791 143 148 143C150.209 143 152 144.791 152 147C152 149.209 150.209 151 148 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 151C49.7909 151 48 149.209 48 147C48 144.791 49.7909 143 52 143C54.2091 143 56 144.791 56 147C56 149.209 54.2091 151 52 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M148 318C145.791 318 144 316.209 144 314C144 311.791 145.791 310 148 310C150.209 310 152 311.791 152 314C152 316.209 150.209 318 148 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M52 318C49.7908 318 48 316.209 48 314C48 311.791 49.7908 310 52 310C54.2091 310 56 311.791 56 314C56 316.209 54.2091 318 52 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 151C121.791 151 120 149.209 120 147C120 144.791 121.791 143 124 143C126.209 143 128 144.791 128 147C128 149.209 126.209 151 124 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 151C25.7909 151 24 149.209 24 147C24 144.791 25.7909 143 28 143C30.2091 143 32 144.791 32 147C32 149.209 30.2091 151 28 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M124 318C121.791 318 120 316.209 120 314C120 311.791 121.791 310 124 310C126.209 310 128 311.791 128 314C128 316.209 126.209 318 124 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M28 318C25.7908 318 24 316.209 24 314C24 311.791 25.7908 310 28 310C30.2091 310 32 311.791 32 314C32 316.209 30.2091 318 28 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 151C97.7909 151 96 149.209 96 147C96 144.791 97.7909 143 100 143C102.209 143 104 144.791 104 147C104 149.209 102.209 151 100 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 151C1.79086 151 -6.52214e-06 149.209 -6.42557e-06 147C-6.32901e-06 144.791 1.79086 143 3.99999 143C6.20913 143 7.99999 144.791 7.99999 147C7.99999 149.209 6.20913 151 3.99999 151Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M100 318C97.7908 318 96 316.209 96 314C96 311.791 97.7908 310 100 310C102.209 310 104 311.791 104 314C104 316.209 102.209 318 100 318Z' fill='white' fill-opacity='0.12'/%3E%3Cpath d='M3.99999 318C1.79085 318 -1.38219e-05 316.209 -1.37254e-05 314C-1.36288e-05 311.791 1.79085 310 3.99999 310C6.20912 310 7.99999 311.791 7.99999 314C7.99999 316.209 6.20912 318 3.99999 318Z' fill='white' fill-opacity='0.12'/%3E%3C/svg%3E%0A");
  width: 176px;
  height: 318px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .blog::after {
    display: none;
  }
}

.blog_container {
  max-width: 1194px;
}

.blog_heading {
  margin: 0 0 50px;
}

.blog_article_wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.blog_article_wrap::after {
  content: "";
  position: absolute;
  left: -205px;
  top: -95px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg width='318' height='176' viewBox='0 0 318 176' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 4C8 6.20914 6.20914 8 4 8C1.79086 8 0 6.20914 0 4C0 1.79086 1.79086 0 4 0C6.20914 0 8 1.79086 8 4Z' fill='%23E6072E'/%3E%3Cpath d='M8 100C8 102.209 6.20914 104 4 104C1.79086 104 0 102.209 0 100C0 97.7909 1.79086 96 4 96C6.20914 96 8 97.7909 8 100Z' fill='%23E6072E'/%3E%3Cpath d='M175 4C175 6.20914 173.209 8 171 8C168.791 8 167 6.20914 167 4C167 1.79086 168.791 0 171 0C173.209 0 175 1.79086 175 4Z' fill='%23E6072E'/%3E%3Cpath d='M175 100C175 102.209 173.209 104 171 104C168.791 104 167 102.209 167 100C167 97.7909 168.791 96 171 96C173.209 96 175 97.7909 175 100Z' fill='%23E6072E'/%3E%3Cpath d='M8 28C8 30.2091 6.20914 32 4 32C1.79086 32 0 30.2091 0 28C0 25.7909 1.79086 24 4 24C6.20914 24 8 25.7909 8 28Z' fill='%23E6072E'/%3E%3Cpath d='M8 124C8 126.209 6.20914 128 4 128C1.79086 128 0 126.209 0 124C0 121.791 1.79086 120 4 120C6.20914 120 8 121.791 8 124Z' fill='%23E6072E'/%3E%3Cpath d='M175 28C175 30.2091 173.209 32 171 32C168.791 32 167 30.2091 167 28C167 25.7909 168.791 24 171 24C173.209 24 175 25.7909 175 28Z' fill='%23E6072E'/%3E%3Cpath d='M175 124C175 126.209 173.209 128 171 128C168.791 128 167 126.209 167 124C167 121.791 168.791 120 171 120C173.209 120 175 121.791 175 124Z' fill='%23E6072E'/%3E%3Cpath d='M8 52C8 54.2091 6.20914 56 4 56C1.79086 56 0 54.2091 0 52C0 49.7909 1.79086 48 4 48C6.20914 48 8 49.7909 8 52Z' fill='%23E6072E'/%3E%3Cpath d='M8 148C8 150.209 6.20914 152 4 152C1.79086 152 0 150.209 0 148C0 145.791 1.79086 144 4 144C6.20914 144 8 145.791 8 148Z' fill='%23E6072E'/%3E%3Cpath d='M175 52C175 54.2091 173.209 56 171 56C168.791 56 167 54.2091 167 52C167 49.7909 168.791 48 171 48C173.209 48 175 49.7909 175 52Z' fill='%23E6072E'/%3E%3Cpath d='M175 148C175 150.209 173.209 152 171 152C168.791 152 167 150.209 167 148C167 145.791 168.791 144 171 144C173.209 144 175 145.791 175 148Z' fill='%23E6072E'/%3E%3Cpath d='M8 76C8 78.2091 6.20914 80 4 80C1.79086 80 0 78.2091 0 76C0 73.7909 1.79086 72 4 72C6.20914 72 8 73.7909 8 76Z' fill='%23E6072E'/%3E%3Cpath d='M8 172C8 174.209 6.20914 176 4 176C1.79086 176 0 174.209 0 172C0 169.791 1.79086 168 4 168C6.20914 168 8 169.791 8 172Z' fill='%23E6072E'/%3E%3Cpath d='M175 76C175 78.2091 173.209 80 171 80C168.791 80 167 78.2091 167 76C167 73.7909 168.791 72 171 72C173.209 72 175 73.7909 175 76Z' fill='%23E6072E'/%3E%3Cpath d='M175 172C175 174.209 173.209 176 171 176C168.791 176 167 174.209 167 172C167 169.791 168.791 168 171 168C173.209 168 175 169.791 175 172Z' fill='%23E6072E'/%3E%3Cpath d='M31 4C31 6.20914 29.2091 8 27 8C24.7909 8 23 6.20914 23 4C23 1.79086 24.7909 0 27 0C29.2091 0 31 1.79086 31 4Z' fill='%23E6072E'/%3E%3Cpath d='M31 100C31 102.209 29.2091 104 27 104C24.7909 104 23 102.209 23 100C23 97.7909 24.7909 96 27 96C29.2091 96 31 97.7909 31 100Z' fill='%23E6072E'/%3E%3Cpath d='M198 4C198 6.20914 196.209 8 194 8C191.791 8 190 6.20914 190 4C190 1.79086 191.791 0 194 0C196.209 0 198 1.79086 198 4Z' fill='%23E6072E'/%3E%3Cpath d='M198 100C198 102.209 196.209 104 194 104C191.791 104 190 102.209 190 100C190 97.7909 191.791 96 194 96C196.209 96 198 97.7909 198 100Z' fill='%23E6072E'/%3E%3Cpath d='M31 28C31 30.2091 29.2091 32 27 32C24.7909 32 23 30.2091 23 28C23 25.7909 24.7909 24 27 24C29.2091 24 31 25.7909 31 28Z' fill='%23E6072E'/%3E%3Cpath d='M31 124C31 126.209 29.2091 128 27 128C24.7909 128 23 126.209 23 124C23 121.791 24.7909 120 27 120C29.2091 120 31 121.791 31 124Z' fill='%23E6072E'/%3E%3Cpath d='M198 28C198 30.2091 196.209 32 194 32C191.791 32 190 30.2091 190 28C190 25.7909 191.791 24 194 24C196.209 24 198 25.7909 198 28Z' fill='%23E6072E'/%3E%3Cpath d='M198 124C198 126.209 196.209 128 194 128C191.791 128 190 126.209 190 124C190 121.791 191.791 120 194 120C196.209 120 198 121.791 198 124Z' fill='%23E6072E'/%3E%3Cpath d='M31 52C31 54.2091 29.2091 56 27 56C24.7909 56 23 54.2091 23 52C23 49.7909 24.7909 48 27 48C29.2091 48 31 49.7909 31 52Z' fill='%23E6072E'/%3E%3Cpath d='M31 148C31 150.209 29.2091 152 27 152C24.7909 152 23 150.209 23 148C23 145.791 24.7909 144 27 144C29.2091 144 31 145.791 31 148Z' fill='%23E6072E'/%3E%3Cpath d='M198 52C198 54.2091 196.209 56 194 56C191.791 56 190 54.2091 190 52C190 49.7909 191.791 48 194 48C196.209 48 198 49.7909 198 52Z' fill='%23E6072E'/%3E%3Cpath d='M198 148C198 150.209 196.209 152 194 152C191.791 152 190 150.209 190 148C190 145.791 191.791 144 194 144C196.209 144 198 145.791 198 148Z' fill='%23E6072E'/%3E%3Cpath d='M31 76C31 78.2091 29.2091 80 27 80C24.7909 80 23 78.2091 23 76C23 73.7909 24.7909 72 27 72C29.2091 72 31 73.7909 31 76Z' fill='%23E6072E'/%3E%3Cpath d='M31 172C31 174.209 29.2091 176 27 176C24.7909 176 23 174.209 23 172C23 169.791 24.7909 168 27 168C29.2091 168 31 169.791 31 172Z' fill='%23E6072E'/%3E%3Cpath d='M198 76C198 78.2091 196.209 80 194 80C191.791 80 190 78.2091 190 76C190 73.7909 191.791 72 194 72C196.209 72 198 73.7909 198 76Z' fill='%23E6072E'/%3E%3Cpath d='M198 172C198 174.209 196.209 176 194 176C191.791 176 190 174.209 190 172C190 169.791 191.791 168 194 168C196.209 168 198 169.791 198 172Z' fill='%23E6072E'/%3E%3Cpath d='M55 4C55 6.20914 53.2091 8 51 8C48.7909 8 47 6.20914 47 4C47 1.79086 48.7909 0 51 0C53.2091 0 55 1.79086 55 4Z' fill='%23E6072E'/%3E%3Cpath d='M55 100C55 102.209 53.2091 104 51 104C48.7909 104 47 102.209 47 100C47 97.7909 48.7909 96 51 96C53.2091 96 55 97.7909 55 100Z' fill='%23E6072E'/%3E%3Cpath d='M222 4C222 6.20914 220.209 8 218 8C215.791 8 214 6.20914 214 4C214 1.79086 215.791 0 218 0C220.209 0 222 1.79086 222 4Z' fill='%23E6072E'/%3E%3Cpath d='M222 100C222 102.209 220.209 104 218 104C215.791 104 214 102.209 214 100C214 97.7909 215.791 96 218 96C220.209 96 222 97.7909 222 100Z' fill='%23E6072E'/%3E%3Cpath d='M55 28C55 30.2091 53.2091 32 51 32C48.7909 32 47 30.2091 47 28C47 25.7909 48.7909 24 51 24C53.2091 24 55 25.7909 55 28Z' fill='%23E6072E'/%3E%3Cpath d='M55 124C55 126.209 53.2091 128 51 128C48.7909 128 47 126.209 47 124C47 121.791 48.7909 120 51 120C53.2091 120 55 121.791 55 124Z' fill='%23E6072E'/%3E%3Cpath d='M222 28C222 30.2091 220.209 32 218 32C215.791 32 214 30.2091 214 28C214 25.7909 215.791 24 218 24C220.209 24 222 25.7909 222 28Z' fill='%23E6072E'/%3E%3Cpath d='M222 124C222 126.209 220.209 128 218 128C215.791 128 214 126.209 214 124C214 121.791 215.791 120 218 120C220.209 120 222 121.791 222 124Z' fill='%23E6072E'/%3E%3Cpath d='M55 52C55 54.2091 53.2091 56 51 56C48.7909 56 47 54.2091 47 52C47 49.7909 48.7909 48 51 48C53.2091 48 55 49.7909 55 52Z' fill='%23E6072E'/%3E%3Cpath d='M55 148C55 150.209 53.2091 152 51 152C48.7909 152 47 150.209 47 148C47 145.791 48.7909 144 51 144C53.2091 144 55 145.791 55 148Z' fill='%23E6072E'/%3E%3Cpath d='M222 52C222 54.2091 220.209 56 218 56C215.791 56 214 54.2091 214 52C214 49.7909 215.791 48 218 48C220.209 48 222 49.7909 222 52Z' fill='%23E6072E'/%3E%3Cpath d='M222 148C222 150.209 220.209 152 218 152C215.791 152 214 150.209 214 148C214 145.791 215.791 144 218 144C220.209 144 222 145.791 222 148Z' fill='%23E6072E'/%3E%3Cpath d='M55 76C55 78.2091 53.2091 80 51 80C48.7909 80 47 78.2091 47 76C47 73.7909 48.7909 72 51 72C53.2091 72 55 73.7909 55 76Z' fill='%23E6072E'/%3E%3Cpath d='M55 172C55 174.209 53.2091 176 51 176C48.7909 176 47 174.209 47 172C47 169.791 48.7909 168 51 168C53.2091 168 55 169.791 55 172Z' fill='%23E6072E'/%3E%3Cpath d='M222 76C222 78.2091 220.209 80 218 80C215.791 80 214 78.2091 214 76C214 73.7909 215.791 72 218 72C220.209 72 222 73.7909 222 76Z' fill='%23E6072E'/%3E%3Cpath d='M222 172C222 174.209 220.209 176 218 176C215.791 176 214 174.209 214 172C214 169.791 215.791 168 218 168C220.209 168 222 169.791 222 172Z' fill='%23E6072E'/%3E%3Cpath d='M79 4C79 6.20914 77.2091 8 75 8C72.7909 8 71 6.20914 71 4C71 1.79086 72.7909 0 75 0C77.2091 0 79 1.79086 79 4Z' fill='%23E6072E'/%3E%3Cpath d='M79 100C79 102.209 77.2091 104 75 104C72.7909 104 71 102.209 71 100C71 97.7909 72.7909 96 75 96C77.2091 96 79 97.7909 79 100Z' fill='%23E6072E'/%3E%3Cpath d='M246 4C246 6.20914 244.209 8 242 8C239.791 8 238 6.20914 238 4C238 1.79086 239.791 0 242 0C244.209 0 246 1.79086 246 4Z' fill='%23E6072E'/%3E%3Cpath d='M246 100C246 102.209 244.209 104 242 104C239.791 104 238 102.209 238 100C238 97.7909 239.791 96 242 96C244.209 96 246 97.7909 246 100Z' fill='%23E6072E'/%3E%3Cpath d='M79 28C79 30.2091 77.2091 32 75 32C72.7909 32 71 30.2091 71 28C71 25.7909 72.7909 24 75 24C77.2091 24 79 25.7909 79 28Z' fill='%23E6072E'/%3E%3Cpath d='M79 124C79 126.209 77.2091 128 75 128C72.7909 128 71 126.209 71 124C71 121.791 72.7909 120 75 120C77.2091 120 79 121.791 79 124Z' fill='%23E6072E'/%3E%3Cpath d='M246 28C246 30.2091 244.209 32 242 32C239.791 32 238 30.2091 238 28C238 25.7909 239.791 24 242 24C244.209 24 246 25.7909 246 28Z' fill='%23E6072E'/%3E%3Cpath d='M246 124C246 126.209 244.209 128 242 128C239.791 128 238 126.209 238 124C238 121.791 239.791 120 242 120C244.209 120 246 121.791 246 124Z' fill='%23E6072E'/%3E%3Cpath d='M79 52C79 54.2091 77.2091 56 75 56C72.7909 56 71 54.2091 71 52C71 49.7909 72.7909 48 75 48C77.2091 48 79 49.7909 79 52Z' fill='%23E6072E'/%3E%3Cpath d='M79 148C79 150.209 77.2091 152 75 152C72.7909 152 71 150.209 71 148C71 145.791 72.7909 144 75 144C77.2091 144 79 145.791 79 148Z' fill='%23E6072E'/%3E%3Cpath d='M246 52C246 54.2091 244.209 56 242 56C239.791 56 238 54.2091 238 52C238 49.7909 239.791 48 242 48C244.209 48 246 49.7909 246 52Z' fill='%23E6072E'/%3E%3Cpath d='M246 148C246 150.209 244.209 152 242 152C239.791 152 238 150.209 238 148C238 145.791 239.791 144 242 144C244.209 144 246 145.791 246 148Z' fill='%23E6072E'/%3E%3Cpath d='M79 76C79 78.2091 77.2091 80 75 80C72.7909 80 71 78.2091 71 76C71 73.7909 72.7909 72 75 72C77.2091 72 79 73.7909 79 76Z' fill='%23E6072E'/%3E%3Cpath d='M79 172C79 174.209 77.2091 176 75 176C72.7909 176 71 174.209 71 172C71 169.791 72.7909 168 75 168C77.2091 168 79 169.791 79 172Z' fill='%23E6072E'/%3E%3Cpath d='M246 76C246 78.2091 244.209 80 242 80C239.791 80 238 78.2091 238 76C238 73.7909 239.791 72 242 72C244.209 72 246 73.7909 246 76Z' fill='%23E6072E'/%3E%3Cpath d='M246 172C246 174.209 244.209 176 242 176C239.791 176 238 174.209 238 172C238 169.791 239.791 168 242 168C244.209 168 246 169.791 246 172Z' fill='%23E6072E'/%3E%3Cpath d='M103 4C103 6.20914 101.209 8 99 8C96.7909 8 95 6.20914 95 4C95 1.79086 96.7909 0 99 0C101.209 0 103 1.79086 103 4Z' fill='%23E6072E'/%3E%3Cpath d='M103 100C103 102.209 101.209 104 99 104C96.7909 104 95 102.209 95 100C95 97.7909 96.7909 96 99 96C101.209 96 103 97.7909 103 100Z' fill='%23E6072E'/%3E%3Cpath d='M270 4C270 6.20914 268.209 8 266 8C263.791 8 262 6.20914 262 4C262 1.79086 263.791 0 266 0C268.209 0 270 1.79086 270 4Z' fill='%23E6072E'/%3E%3Cpath d='M270 100C270 102.209 268.209 104 266 104C263.791 104 262 102.209 262 100C262 97.7909 263.791 96 266 96C268.209 96 270 97.7909 270 100Z' fill='%23E6072E'/%3E%3Cpath d='M103 28C103 30.2091 101.209 32 99 32C96.7909 32 95 30.2091 95 28C95 25.7909 96.7909 24 99 24C101.209 24 103 25.7909 103 28Z' fill='%23E6072E'/%3E%3Cpath d='M103 124C103 126.209 101.209 128 99 128C96.7909 128 95 126.209 95 124C95 121.791 96.7909 120 99 120C101.209 120 103 121.791 103 124Z' fill='%23E6072E'/%3E%3Cpath d='M270 28C270 30.2091 268.209 32 266 32C263.791 32 262 30.2091 262 28C262 25.7909 263.791 24 266 24C268.209 24 270 25.7909 270 28Z' fill='%23E6072E'/%3E%3Cpath d='M270 124C270 126.209 268.209 128 266 128C263.791 128 262 126.209 262 124C262 121.791 263.791 120 266 120C268.209 120 270 121.791 270 124Z' fill='%23E6072E'/%3E%3Cpath d='M103 52C103 54.2091 101.209 56 99 56C96.7909 56 95 54.2091 95 52C95 49.7909 96.7909 48 99 48C101.209 48 103 49.7909 103 52Z' fill='%23E6072E'/%3E%3Cpath d='M103 148C103 150.209 101.209 152 99 152C96.7909 152 95 150.209 95 148C95 145.791 96.7909 144 99 144C101.209 144 103 145.791 103 148Z' fill='%23E6072E'/%3E%3Cpath d='M270 52C270 54.2091 268.209 56 266 56C263.791 56 262 54.2091 262 52C262 49.7909 263.791 48 266 48C268.209 48 270 49.7909 270 52Z' fill='%23E6072E'/%3E%3Cpath d='M270 148C270 150.209 268.209 152 266 152C263.791 152 262 150.209 262 148C262 145.791 263.791 144 266 144C268.209 144 270 145.791 270 148Z' fill='%23E6072E'/%3E%3Cpath d='M103 76C103 78.2091 101.209 80 99 80C96.7909 80 95 78.2091 95 76C95 73.7909 96.7909 72 99 72C101.209 72 103 73.7909 103 76Z' fill='%23E6072E'/%3E%3Cpath d='M103 172C103 174.209 101.209 176 99 176C96.7909 176 95 174.209 95 172C95 169.791 96.7909 168 99 168C101.209 168 103 169.791 103 172Z' fill='%23E6072E'/%3E%3Cpath d='M270 76C270 78.2091 268.209 80 266 80C263.791 80 262 78.2091 262 76C262 73.7909 263.791 72 266 72C268.209 72 270 73.7909 270 76Z' fill='%23E6072E'/%3E%3Cpath d='M270 172C270 174.209 268.209 176 266 176C263.791 176 262 174.209 262 172C262 169.791 263.791 168 266 168C268.209 168 270 169.791 270 172Z' fill='%23E6072E'/%3E%3Cpath d='M127 4C127 6.20914 125.209 8 123 8C120.791 8 119 6.20914 119 4C119 1.79086 120.791 0 123 0C125.209 0 127 1.79086 127 4Z' fill='%23E6072E'/%3E%3Cpath d='M127 100C127 102.209 125.209 104 123 104C120.791 104 119 102.209 119 100C119 97.7909 120.791 96 123 96C125.209 96 127 97.7909 127 100Z' fill='%23E6072E'/%3E%3Cpath d='M294 4C294 6.20914 292.209 8 290 8C287.791 8 286 6.20914 286 4C286 1.79086 287.791 0 290 0C292.209 0 294 1.79086 294 4Z' fill='%23E6072E'/%3E%3Cpath d='M294 100C294 102.209 292.209 104 290 104C287.791 104 286 102.209 286 100C286 97.7909 287.791 96 290 96C292.209 96 294 97.7909 294 100Z' fill='%23E6072E'/%3E%3Cpath d='M127 28C127 30.2091 125.209 32 123 32C120.791 32 119 30.2091 119 28C119 25.7909 120.791 24 123 24C125.209 24 127 25.7909 127 28Z' fill='%23E6072E'/%3E%3Cpath d='M127 124C127 126.209 125.209 128 123 128C120.791 128 119 126.209 119 124C119 121.791 120.791 120 123 120C125.209 120 127 121.791 127 124Z' fill='%23E6072E'/%3E%3Cpath d='M294 28C294 30.2091 292.209 32 290 32C287.791 32 286 30.2091 286 28C286 25.7909 287.791 24 290 24C292.209 24 294 25.7909 294 28Z' fill='%23E6072E'/%3E%3Cpath d='M294 124C294 126.209 292.209 128 290 128C287.791 128 286 126.209 286 124C286 121.791 287.791 120 290 120C292.209 120 294 121.791 294 124Z' fill='%23E6072E'/%3E%3Cpath d='M127 52C127 54.2091 125.209 56 123 56C120.791 56 119 54.2091 119 52C119 49.7909 120.791 48 123 48C125.209 48 127 49.7909 127 52Z' fill='%23E6072E'/%3E%3Cpath d='M127 148C127 150.209 125.209 152 123 152C120.791 152 119 150.209 119 148C119 145.791 120.791 144 123 144C125.209 144 127 145.791 127 148Z' fill='%23E6072E'/%3E%3Cpath d='M294 52C294 54.2091 292.209 56 290 56C287.791 56 286 54.2091 286 52C286 49.7909 287.791 48 290 48C292.209 48 294 49.7909 294 52Z' fill='%23E6072E'/%3E%3Cpath d='M294 148C294 150.209 292.209 152 290 152C287.791 152 286 150.209 286 148C286 145.791 287.791 144 290 144C292.209 144 294 145.791 294 148Z' fill='%23E6072E'/%3E%3Cpath d='M127 76C127 78.2091 125.209 80 123 80C120.791 80 119 78.2091 119 76C119 73.7909 120.791 72 123 72C125.209 72 127 73.7909 127 76Z' fill='%23E6072E'/%3E%3Cpath d='M127 172C127 174.209 125.209 176 123 176C120.791 176 119 174.209 119 172C119 169.791 120.791 168 123 168C125.209 168 127 169.791 127 172Z' fill='%23E6072E'/%3E%3Cpath d='M294 76C294 78.2091 292.209 80 290 80C287.791 80 286 78.2091 286 76C286 73.7909 287.791 72 290 72C292.209 72 294 73.7909 294 76Z' fill='%23E6072E'/%3E%3Cpath d='M294 172C294 174.209 292.209 176 290 176C287.791 176 286 174.209 286 172C286 169.791 287.791 168 290 168C292.209 168 294 169.791 294 172Z' fill='%23E6072E'/%3E%3Cpath d='M151 4C151 6.20914 149.209 8 147 8C144.791 8 143 6.20914 143 4C143 1.79086 144.791 0 147 0C149.209 0 151 1.79086 151 4Z' fill='%23E6072E'/%3E%3Cpath d='M151 100C151 102.209 149.209 104 147 104C144.791 104 143 102.209 143 100C143 97.7909 144.791 96 147 96C149.209 96 151 97.7909 151 100Z' fill='%23E6072E'/%3E%3Cpath d='M318 4C318 6.20914 316.209 8 314 8C311.791 8 310 6.20914 310 4C310 1.79086 311.791 0 314 0C316.209 0 318 1.79086 318 4Z' fill='%23E6072E'/%3E%3Cpath d='M318 100C318 102.209 316.209 104 314 104C311.791 104 310 102.209 310 100C310 97.7909 311.791 96 314 96C316.209 96 318 97.7909 318 100Z' fill='%23E6072E'/%3E%3Cpath d='M151 28C151 30.2091 149.209 32 147 32C144.791 32 143 30.2091 143 28C143 25.7909 144.791 24 147 24C149.209 24 151 25.7909 151 28Z' fill='%23E6072E'/%3E%3Cpath d='M151 124C151 126.209 149.209 128 147 128C144.791 128 143 126.209 143 124C143 121.791 144.791 120 147 120C149.209 120 151 121.791 151 124Z' fill='%23E6072E'/%3E%3Cpath d='M318 28C318 30.2091 316.209 32 314 32C311.791 32 310 30.2091 310 28C310 25.7909 311.791 24 314 24C316.209 24 318 25.7909 318 28Z' fill='%23E6072E'/%3E%3Cpath d='M318 124C318 126.209 316.209 128 314 128C311.791 128 310 126.209 310 124C310 121.791 311.791 120 314 120C316.209 120 318 121.791 318 124Z' fill='%23E6072E'/%3E%3Cpath d='M151 52C151 54.2091 149.209 56 147 56C144.791 56 143 54.2091 143 52C143 49.7909 144.791 48 147 48C149.209 48 151 49.7909 151 52Z' fill='%23E6072E'/%3E%3Cpath d='M151 148C151 150.209 149.209 152 147 152C144.791 152 143 150.209 143 148C143 145.791 144.791 144 147 144C149.209 144 151 145.791 151 148Z' fill='%23E6072E'/%3E%3Cpath d='M318 52C318 54.2091 316.209 56 314 56C311.791 56 310 54.2091 310 52C310 49.7909 311.791 48 314 48C316.209 48 318 49.7909 318 52Z' fill='%23E6072E'/%3E%3Cpath d='M318 148C318 150.209 316.209 152 314 152C311.791 152 310 150.209 310 148C310 145.791 311.791 144 314 144C316.209 144 318 145.791 318 148Z' fill='%23E6072E'/%3E%3Cpath d='M151 76C151 78.2091 149.209 80 147 80C144.791 80 143 78.2091 143 76C143 73.7909 144.791 72 147 72C149.209 72 151 73.7909 151 76Z' fill='%23E6072E'/%3E%3Cpath d='M151 172C151 174.209 149.209 176 147 176C144.791 176 143 174.209 143 172C143 169.791 144.791 168 147 168C149.209 168 151 169.791 151 172Z' fill='%23E6072E'/%3E%3Cpath d='M318 76C318 78.2091 316.209 80 314 80C311.791 80 310 78.2091 310 76C310 73.7909 311.791 72 314 72C316.209 72 318 73.7909 318 76Z' fill='%23E6072E'/%3E%3Cpath d='M318 172C318 174.209 316.209 176 314 176C311.791 176 310 174.209 310 172C310 169.791 311.791 168 314 168C316.209 168 318 169.791 318 172Z' fill='%23E6072E'/%3E%3C/svg%3E%0A");
  width: 318px;
  height: 176px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .blog_article_wrap::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .blog_article_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .blog_article_wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}

.blog_article {
  padding: 15px 15px 30px;
  text-align: center;
  background: #161624;
}
.blog_article img {
  width: 100%;
  height: 218px;
  display: block;
  object-fit: cover;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .blog_article img {
    max-height: 218px;
  }
}
.blog_article p {
  font-size: 14px;
  line-height: 1.6;
  color: #8A8A91;
}

.blog_article_title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: normal;
}

.blog_article_readmore {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
}
.blog_article_readmore::before {
  content: "";
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7656 5.36719C14.2891 2.46875 11.3359 0.5 8 0.5C4.63672 0.5 1.68359 2.46875 0.207031 5.36719C0.152344 5.47656 0.125 5.61328 0.125 5.75C0.125 5.91406 0.152344 6.05078 0.207031 6.16016C1.68359 9.05859 4.63672 11 8 11C11.3359 11 14.2891 9.05859 15.7656 6.16016C15.8203 6.05078 15.8477 5.91406 15.8477 5.77734C15.8477 5.61328 15.8203 5.47656 15.7656 5.36719ZM8 9.6875C5.8125 9.6875 4.0625 7.9375 4.0625 5.75C4.0625 3.58984 5.8125 1.8125 8 1.8125C10.1602 1.8125 11.9375 3.58984 11.9375 5.75V5.77734C11.9375 7.9375 10.1602 9.71484 8 9.71484V9.6875ZM8 3.125C7.75391 3.15234 7.50781 3.17969 7.28906 3.23438C7.45312 3.45312 7.53516 3.72656 7.53516 4.02734C7.53516 4.73828 6.96094 5.3125 6.25 5.3125C5.94922 5.3125 5.67578 5.23047 5.45703 5.06641C5.40234 5.28516 5.375 5.53125 5.375 5.75C5.375 7.19922 6.55078 8.375 8 8.375C9.44922 8.375 10.625 7.19922 10.625 5.75C10.625 4.30078 9.44922 3.15234 8 3.15234V3.125Z' fill='%23E6072E'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_nav_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px;
  margin-top: 25px;
}

#page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}

#primary {
  -ms-flex: 1;
      flex: 1;
}

.book__card__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 300px));
  gap: 30px;
}

.book__card__img__wrap img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}

.book__card__btn__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}

ol.flex-control-nav.flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
ol.flex-control-nav.flex-control-thumbs li {
  width: auto !important;
  float: none !important;
}

.pswp__container {
  transition: all 1s ease;
}

.woocommerce-result-count {
  display: none;
}

.product_list {
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.product_item {
  max-width: 300px;
}

.card_block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.card_block:hover {
  -ms-transform: scale(1.02);
      transform: scale(1.02);
  box-shadow: 0 7px 55.9px 9.1px rgba(50, 57, 55, 0.2);
}

.card_content_wrap_link {
  margin-bottom: 20px;
}

.card_desc {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card_header {
  margin-bottom: 20px;
}

.card_price_w {
  margin-bottom: 20px;
}

.card_img_w {
  width: 100%;
  height: 170px;
}
.card_img_w img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card_sale_price {
  position: absolute;
  top: 20px;
  background-color: brown;
  padding: 10px;
  color: white;
  font-weight: 500;
}

.card_price {
  font-size: 26px;
  color: darkred;
}

.card_price_old {
  color: #807d7d;
  text-decoration: line-through;
}

.add_to_cart_button {
  display: block;
  background-color: coral;
  padding: 8px 12px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.product_list.list_mod {
  -ms-flex-direction: column;
      flex-direction: column;
}
.product_list.list_mod .product_item {
  max-width: 100%;
}
.product_list.list_mod .card_block {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  column-gap: 30px;
}

.woocommerce-pagination {
  margin: 40px 0;
}

.br_lgv_product_count_block a {
  margin: 0 8px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.br_lgv_product_count_block a:hover, .br_lgv_product_count_block a:focus {
  text-decoration: none;
}
.br_lgv_product_count_block a.selected {
  width: 35px;
  padding: 10px 0;
  color: #fff;
  background-color: orangered;
  border-radius: 6px;
}

/*# sourceMappingURL=main.css.map*/