@charset "UTF-8";
/*! 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;
}

@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(../assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(../assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayRoman.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(../assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayMediu.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(../assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayBold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(../assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayRoman.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url(../assets/fonts/neue-haas-grotesk-display-pro-cufonfonts/NeueHaasDisplayMediu.ttf);
  font-weight: 500;
}
html {
  font-size: 62.5%;
}

* {
  font-family: "Neue Haas Grotesk Display Pro";
}

.h1,
.h2,
.h3,
.h4,
.h5 {
  font-weight: 700;
  color: #046053;
  margin-bottom: 20px;
  margin-top: 0;
}

.h1 {
  font-size: 4rem;
  line-height: 4.7rem;
}
@media screen and (min-width: 769px) {
  .h1 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
}

.h2 {
  font-size: 3.2rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 769px) {
  .h2 {
    font-size: 4.5rem;
    line-height: 5.4rem;
  }
}

.h3 {
  font-size: 2.1rem;
  line-height: 2.5rem;
}
@media screen and (min-width: 769px) {
  .h3 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}

.h4 {
  font-size: 1.8rem;
  line-height: 2.1rem;
}
@media screen and (min-width: 769px) {
  .h4 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.h5 {
  font-size: 1.7rem;
  line-height: 2rem;
}
@media screen and (min-width: 769px) {
  .h5 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }
}

.p,
.p-sm {
  font-weight: 400;
  color: #046053;
  margin-bottom: 20px;
}

.p,
ul.p > li {
  font-size: 1.7rem;
  line-height: 2.3rem;
}
@media screen and (min-width: 769px) {
  .p,
  ul.p > li {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

ul.p > li,
ul.p-sm > li {
  font-weight: 400;
  color: #046053;
}

.p-sm,
ul.p-sm > li {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-sm,
  ul.p-sm > li {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}

.white {
  color: #fff !important;
}

.center {
  text-align: center;
}

ul {
  padding-left: 15px;
}

.circled {
  position: relative;
}
.circled::before {
  content: "";
  position: absolute;
  bottom: -80%;
  left: -35%;
  background-image: url("data:image/svg+xml,%3Csvg width='357' height='114' viewBox='0 0 357 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M306.44 75.709C316.534 72.1388 325.377 68.0288 333.931 62.7348C338.165 60.0696 342.46 57.0632 346.181 53.2773C349.804 49.5855 353.084 44.4444 350.101 40.2478C347.828 36.9684 344.042 35.0963 340.861 33.6647C326.601 28.3366 319.131 26.8226 294.896 25.1105C264.842 23.4454 234.64 24.897 221.307 26.3501C207.982 27.8853 206.45 26.9329 187.583 29.7141C182.29 30.5337 177.583 31.3201 173.213 32.0833C161.991 34.0643 152.848 35.8205 141.132 38.4248C124.68 41.4168 75.8853 57.4247 58.9053 65.2276C41.743 72.509 21.9974 80.4473 10.2195 85.4687C6.55329 87.0317 3.65564 88.2396 1.42684 89.1481C0.482439 89.533 0.0259778 89.6665 0.000720356 89.6101C0.000703835 89.6101 0.000687315 89.61 0.000670795 89.61C-0.0301289 89.5395 0.607515 89.1747 1.80172 88.6359C7.59813 86.0236 16.2318 82.0562 26.4211 77.3308C45.4689 68.6236 47.7139 68.0441 74.0066 57.6116C100.439 47.5676 116.474 41.5106 149.037 34.2443C158.527 32.2169 165.915 30.7645 172.763 29.4734C189.425 26.5119 202.824 23.6619 236.168 22.0856C283.162 21.5879 288.336 17.942 335.107 26.6909C337.564 27.3623 340.222 28.2084 342.695 29.2256C346.232 30.7092 349.944 32.5745 352.926 35.8055C356.142 38.9444 357.202 44.9168 355.162 48.9931C351.242 57.1242 344.169 61.4743 337.607 65.6C324.102 73.5464 309.826 78.6688 296.945 82.8256C282.816 87.3025 270.276 90.3986 261.076 92.6465C233.594 99.3372 196.225 106.432 156.336 110.448C142.674 111.807 127.874 113.048 112.537 113.522C98.9824 113.885 84.9697 113.835 71.017 111.574C64.0808 110.37 57.0251 108.704 50.6858 104.949C44.208 101.564 39.5075 93.1326 41.3625 85.7945C41.8355 83.1951 42.7084 80.7518 43.7698 78.463C56.7297 53.4603 87.4726 36.2323 113.915 26.0833C131.709 19.3948 148.214 15.5392 159.47 13.1144C187.769 7.4543 194.786 6.60265 222.309 3.07306C228.034 2.39631 234.551 1.73233 241.38 1.18232C253.563 0.310988 266.866 -0.856126 278.706 0.952165C287.837 3.12336 285.689 2.5526 276.476 1.26734C262.824 0.35075 251.559 1.58348 244.516 2.35019C243.481 2.48233 242.499 2.61059 241.51 2.73911C229.568 4.3594 223.24 5.14317 206.819 6.92714C189.1 8.96909 180.978 11.4144 170.785 13.2975C161.114 15.7823 159.974 12.699 114.881 28.5766C113.407 29.1597 111.924 29.7659 110.376 30.4212C71.0159 47.5748 49.3394 68.7447 45.3121 86.4869C44.6465 90.2512 45.3501 93.5928 47.0469 96.119C55.0471 108.288 86.0361 110.411 112.432 109.704C120.521 109.493 128.546 109.016 136.058 108.409C168.612 106.352 234.189 95.7625 259.97 88.6855C280.353 83.4447 284.704 82.3216 295.751 79.164C298.748 78.2716 302.149 77.2128 306.44 75.709Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 357/114;
}

a {
  text-decoration: none;
}

.cta-primary,
.cta-secondary {
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: fit-content;
  margin-bottom: 20px;
}
.cta-primary::before,
.cta-secondary::before {
  content: "";
  width: 16px;
  height: 14px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.cta-primary {
  color: #fff;
  background-color: #ff7348;
  border-radius: 5rem;
  padding: 1rem 1.5rem 1rem 1.2rem;
}
.cta-primary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5975 6.51984C12.7944 4.17128 10.7593 2.49784 8.28607 2.15118L8.28641 2.15236C4.9195 1.68326 1.71869 3.90531 0.999497 7.21117C0.62138 8.94735 0.956403 10.7186 1.94297 12.1989C2.93008 13.6792 4.43892 14.6768 6.19152 15.0072C8.40858 15.4251 10.6514 14.6941 12.1916 13.0523C13.0268 12.0477 14.4773 9.33466 13.5975 6.51984Z' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M6.70127 12.0507C4.80497 11.6932 3.55277 9.8592 3.91026 7.96291C4.26776 6.06661 6.10179 4.81441 7.99809 5.1719C9.89438 5.5294 11.1466 7.36343 10.7891 9.25973C10.4316 11.156 8.59756 12.4082 6.70127 12.0507Z' fill='white'/%3E%3C/svg%3E");
}
.cta-primary:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6054 6.51593C12.8022 4.16737 10.7671 2.49393 8.29389 2.14727L8.29423 2.14846C4.92731 1.67936 1.72651 3.90141 1.00731 7.20726C0.629192 8.94345 0.964215 10.7147 1.95078 12.1949C2.93789 13.6753 4.44673 14.6729 6.19934 15.0033C8.41639 15.4212 10.6593 14.6902 12.1994 13.0484C13.0346 12.0438 14.4851 9.33075 13.6054 6.51593Z' stroke='white' stroke-miterlimit='10'/%3E%3Cpath d='M6.12283 15.1557C2.51228 14.475 0.128079 10.983 0.808752 7.37247C1.48943 3.76192 4.98143 1.37772 8.59198 2.05839C12.2025 2.73907 14.5867 6.23107 13.9061 9.84162C13.2254 13.4522 9.73337 15.8364 6.12283 15.1557Z' fill='white'/%3E%3C/svg%3E%0A");
}
.cta-primary.sm {
  padding: 0.5rem 1.5rem 0.5rem 1.2rem;
}

.cta-secondary {
  color: #ff7348;
}
.cta-secondary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5975 6.51984C13.7944 4.17128 11.7593 2.49784 9.28607 2.15118L9.28641 2.15236C5.9195 1.68326 2.71869 3.90531 1.9995 7.21117C1.62138 8.94735 1.9564 10.7186 2.94297 12.1989C3.93008 13.6792 5.43892 14.6768 7.19152 15.0072C9.40858 15.4251 11.6514 14.6941 13.1916 13.0523C14.0268 12.0477 15.4773 9.33466 14.5975 6.51984Z' stroke='%23FF7348' stroke-miterlimit='10'/%3E%3Cpath d='M7.70127 12.0507C5.80497 11.6932 4.55277 9.8592 4.91026 7.96291C5.26776 6.06661 7.10179 4.81441 8.99809 5.1719C10.8944 5.5294 12.1466 7.36343 11.7891 9.25973C11.4316 11.156 9.59756 12.4082 7.70127 12.0507Z' fill='%23FF7348'/%3E%3C/svg%3E");
}
.cta-secondary:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6054 6.51593C12.8022 4.16737 10.7671 2.49393 8.29389 2.14727L8.29423 2.14846C4.92731 1.67936 1.72651 3.90141 1.00731 7.20726C0.629192 8.94345 0.964215 10.7147 1.95078 12.1949C2.93789 13.6753 4.44673 14.6729 6.19934 15.0033C8.41639 15.4212 10.6593 14.6902 12.1994 13.0484C13.0346 12.0438 14.4851 9.33075 13.6054 6.51593Z' stroke='%23FF7348' stroke-miterlimit='10'/%3E%3Cpath d='M6.12283 15.1557C2.51228 14.475 0.128079 10.983 0.808752 7.37247C1.48943 3.76192 4.98143 1.37772 8.59198 2.05839C12.2025 2.73907 14.5867 6.23107 13.9061 9.84162C13.2254 13.4522 9.73337 15.8364 6.12283 15.1557Z' fill='%23FF7348'/%3E%3C/svg%3E");
}
.cta-secondary.alt {
  color: #fff;
}

.cta-link {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #ff7348;
  position: relative;
  margin-bottom: 20px;
}
.cta-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  width: 0%;
  background-color: #ff7348;
  transition: width 0.3s ease;
}
.cta-link:hover::after {
  width: 100%;
}

.controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
.controls .left,
.controls .right {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 100%;
  border: solid 1px #4f9087;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.controls .left:hover,
.controls .right:hover {
  background-color: #ff8f6d;
  border-color: #ff8f6d;
}
.controls .left {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56355 0.755384C5.96774 0.216453 6.77838 0.223247 7.17349 0.768875L7.48504 1.19912C7.74208 1.55408 7.73805 2.03503 7.4751 2.38563L5.21324 5.40144C4.71881 6.06068 5.1892 7.00144 6.01324 7.00144L16.375 7.00145C16.9273 7.00145 17.375 7.44916 17.375 8.00145L17.375 8.93407C17.375 9.48635 16.9273 9.93407 16.375 9.93407L6.01324 9.93406C5.1892 9.93406 4.71881 10.8748 5.21324 11.5341L7.4751 14.5499C7.73805 14.9005 7.74208 15.3814 7.48504 15.7364L7.17349 16.1666C6.77838 16.7123 5.96774 16.7191 5.56355 16.1801L0.229269 9.06775C-0.0373991 8.7122 -0.0373972 8.22331 0.229269 7.86775L5.56355 0.755384Z' fill='%23B4CFCB'/%3E%3C/svg%3E");
}
.controls .left:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56355 0.755384C5.96774 0.216453 6.77838 0.223247 7.17349 0.768875L7.48504 1.19912C7.74208 1.55408 7.73805 2.03503 7.4751 2.38563L5.21324 5.40144C4.71881 6.06068 5.1892 7.00144 6.01324 7.00144L16.375 7.00145C16.9273 7.00145 17.375 7.44916 17.375 8.00145L17.375 8.93407C17.375 9.48635 16.9273 9.93407 16.375 9.93407L6.01324 9.93406C5.1892 9.93406 4.71881 10.8748 5.21324 11.5341L7.4751 14.5499C7.73805 14.9005 7.74208 15.3814 7.48504 15.7364L7.17349 16.1666C6.77838 16.7123 5.96774 16.7191 5.56355 16.1801L0.229269 9.06775C-0.0373991 8.7122 -0.0373972 8.22331 0.229269 7.86775L5.56355 0.755384Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.controls .right {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4365 16.2407C12.0323 16.7796 11.2216 16.7728 10.8265 16.2272L10.515 15.797C10.2579 15.442 10.262 14.9611 10.5249 14.6105L12.7868 11.5946C13.2812 10.9354 12.8108 9.99465 11.9868 9.99465H1.625C1.07272 9.99465 0.625 9.54693 0.625 8.99465V8.06202C0.625 7.50974 1.07272 7.06203 1.625 7.06203H11.9868C12.8108 7.06203 13.2812 6.12126 12.7868 5.46203L10.5249 2.44621C10.262 2.09561 10.2579 1.61466 10.515 1.2597L10.8265 0.829456C11.2216 0.283828 12.0323 0.277036 12.4365 0.815967L17.7707 7.92834C18.0374 8.28389 18.0374 8.77278 17.7707 9.12834L12.4365 16.2407Z' fill='%23B4CFCB'/%3E%3C/svg%3E%0A");
}
.controls .right:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4365 16.2407C12.0323 16.7796 11.2216 16.7728 10.8265 16.2272L10.515 15.797C10.2579 15.442 10.262 14.9611 10.5249 14.6105L12.7868 11.5946C13.2812 10.9354 12.8108 9.99465 11.9868 9.99465H1.625C1.07272 9.99465 0.625 9.54693 0.625 8.99465V8.06202C0.625 7.50974 1.07272 7.06203 1.625 7.06203H11.9868C12.8108 7.06203 13.2812 6.12126 12.7868 5.46203L10.5249 2.44621C10.262 2.09561 10.2579 1.61466 10.515 1.2597L10.8265 0.829456C11.2216 0.283828 12.0323 0.277036 12.4365 0.815967L17.7707 7.92834C18.0374 8.28389 18.0374 8.77278 17.7707 9.12834L12.4365 16.2407Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.controls.alt .left {
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56355 0.755384C5.96774 0.216453 6.77838 0.223247 7.17349 0.768875L7.48504 1.19912C7.74208 1.55408 7.73805 2.03503 7.4751 2.38563L5.21324 5.40144C4.71881 6.06068 5.1892 7.00144 6.01324 7.00144L16.375 7.00145C16.9273 7.00145 17.375 7.44916 17.375 8.00145L17.375 8.93407C17.375 9.48635 16.9273 9.93407 16.375 9.93407L6.01324 9.93406C5.1892 9.93406 4.71881 10.8748 5.21324 11.5341L7.4751 14.5499C7.73805 14.9005 7.74208 15.3814 7.48504 15.7364L7.17349 16.1666C6.77838 16.7123 5.96774 16.7191 5.56355 16.1801L0.229269 9.06775C-0.0373991 8.7122 -0.0373972 8.22331 0.229269 7.86775L5.56355 0.755384Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.controls.alt .left:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56355 0.755384C5.96774 0.216453 6.77838 0.223247 7.17349 0.768875L7.48504 1.19912C7.74208 1.55408 7.73805 2.03503 7.4751 2.38563L5.21324 5.40144C4.71881 6.06068 5.1892 7.00144 6.01324 7.00144L16.375 7.00145C16.9273 7.00145 17.375 7.44916 17.375 8.00145L17.375 8.93407C17.375 9.48635 16.9273 9.93407 16.375 9.93407L6.01324 9.93406C5.1892 9.93406 4.71881 10.8748 5.21324 11.5341L7.4751 14.5499C7.73805 14.9005 7.74208 15.3814 7.48504 15.7364L7.17349 16.1666C6.77838 16.7123 5.96774 16.7191 5.56355 16.1801L0.229269 9.06775C-0.0373991 8.7122 -0.0373972 8.22331 0.229269 7.86775L5.56355 0.755384Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.controls.alt .right {
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4365 16.2407C12.0323 16.7796 11.2216 16.7728 10.8265 16.2272L10.515 15.797C10.2579 15.442 10.262 14.9611 10.5249 14.6105L12.7868 11.5946C13.2812 10.9354 12.8108 9.99465 11.9868 9.99465H1.625C1.07272 9.99465 0.625 9.54693 0.625 8.99465V8.06202C0.625 7.50974 1.07272 7.06203 1.625 7.06203H11.9868C12.8108 7.06203 13.2812 6.12126 12.7868 5.46203L10.5249 2.44621C10.262 2.09561 10.2579 1.61466 10.515 1.2597L10.8265 0.829456C11.2216 0.283828 12.0323 0.277036 12.4365 0.815967L17.7707 7.92834C18.0374 8.28389 18.0374 8.77278 17.7707 9.12834L12.4365 16.2407Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.controls.alt .right:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4365 16.2407C12.0323 16.7796 11.2216 16.7728 10.8265 16.2272L10.515 15.797C10.2579 15.442 10.262 14.9611 10.5249 14.6105L12.7868 11.5946C13.2812 10.9354 12.8108 9.99465 11.9868 9.99465H1.625C1.07272 9.99465 0.625 9.54693 0.625 8.99465V8.06202C0.625 7.50974 1.07272 7.06203 1.625 7.06203H11.9868C12.8108 7.06203 13.2812 6.12126 12.7868 5.46203L10.5249 2.44621C10.262 2.09561 10.2579 1.61466 10.515 1.2597L10.8265 0.829456C11.2216 0.283828 12.0323 0.277036 12.4365 0.815967L17.7707 7.92834C18.0374 8.28389 18.0374 8.77278 17.7707 9.12834L12.4365 16.2407Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}

.dots-container {
  padding: 1px;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2rem;
  height: 4.7rem;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  overflow-x: scroll;
  gap: 6rem;
  position: relative;
}
@media screen and (min-width: 576px) {
  .dots-container {
    gap: unset;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
}
.dots-container .line {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  min-width: 100%;
}
.dots-container.big::before {
  width: calc(100% - 46px);
}
.dots-container.white .step:before {
  background-color: #fff;
}
.dots-container::before {
  content: "";
  height: 1px;
  width: 100%;
  min-width: min-content;
  background-color: #b4cfcb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 576px) {
  .dots-container::before {
    overflow: hidden;
    width: calc(100% - 23.3px);
  }
}
.dots-container .step {
  margin: 0;
  counter-increment: my-counter;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  color: #b4cfcb;
  position: relative;
  width: 45px;
  height: 45px;
  min-height: 0;
  min-width: 0;
  flex-shrink: 0;
}
.dots-container .step::before {
  content: counter(my-counter);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px #b4cfcb;
  background-color: #f7f0ea;
  z-index: 3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.dots-container .step::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px #ff8f6d;
  opacity: 0;
  z-index: 1;
}
.dots-container .step.open {
  color: #046053;
}
.dots-container .step.open::before {
  color: #f7f0ea;
  background-color: #ff8f6d;
  width: 37px;
  height: 37px;
  border: none;
}
.dots-container .step.open::after {
  opacity: 1;
}

.linkedin-btn {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.226562' y='0.783203' width='20.0438' height='20.0438' rx='3.45582' fill='%231D7064'/%3E%3Cpath d='M7.15791 15.5978L7.15779 9.13006L4.72928 9.13011L4.7294 15.5979L7.15791 15.5978ZM5.94383 8.24649C6.7907 8.24647 7.31782 7.74982 7.31781 7.12917C7.30202 6.49453 6.79069 6.01168 5.95986 6.01169C5.12916 6.01171 4.58595 6.49459 4.58596 7.12922C4.58597 7.7499 5.11298 8.24651 5.92798 8.24649L5.94376 8.24649L5.94383 8.24649ZM8.50209 15.5978L10.9306 15.5978L10.9305 11.9858C10.9305 11.7925 10.9463 11.5994 11.0104 11.4612C11.186 11.075 11.5856 10.675 12.2564 10.675C13.1352 10.675 13.4868 11.2681 13.4868 12.1375L13.4869 15.5977L15.9152 15.5976L15.9151 11.8891C15.9151 9.90241 14.717 8.97807 13.1192 8.9781C11.8091 8.97813 11.2339 9.62637 10.9143 10.0679L10.9305 10.0679L10.9305 9.12985L8.50202 9.1299C8.5339 9.7368 8.50214 15.5977 8.50214 15.5977L8.50209 15.5978Z' fill='%23B4CFCB'/%3E%3C/svg%3E%0A");
  position: relative;
  background-size: contain;
  background-position: center;
}
.linkedin-btn:hover:before {
  opacity: 1;
}
.linkedin-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%23FF7348'/%3E%3Cpath d='M10.0252 21.434V12.0762H6.5115V21.434H10.0252ZM8.26878 10.7978C9.49405 10.7978 10.2567 10.0793 10.2567 9.1813C10.2339 8.26308 9.4941 7.56445 8.29203 7.56445C7.09015 7.56445 6.3042 8.26309 6.3042 9.1813C6.3042 10.0793 7.06668 10.7978 8.24584 10.7978H8.26867H8.26878ZM11.9699 21.434H15.4836V16.2082C15.4836 15.9285 15.5064 15.6491 15.5992 15.4492C15.8532 14.8904 16.4314 14.3116 17.402 14.3116C18.6734 14.3116 19.1821 15.1698 19.1821 16.4277V21.4339H22.6955V16.0683C22.6955 13.194 20.9621 11.8566 18.6503 11.8566C16.7548 11.8566 15.9226 12.7944 15.4602 13.4332H15.4837V12.0761H11.97C12.0161 12.9541 11.97 21.4338 11.97 21.4338L11.9699 21.434Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  opacity: 0;
  position: absolute;
  z-index: 3;
  transition: opacity 0.3s ease;
}

.container {
  margin: 0 20px;
}
@media screen and (min-width: 769px) {
  .container {
    margin: 0 100px;
  }
}

.fit-contain {
  margin: 0;
}
.fit-contain img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.fit-cover {
  margin: 0;
}
.fit-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.background {
  background-image: url(../../assets/img/background.webp);
  background-size: 1280px 905px;
  background-repeat: repeat;
  background-position: center;
}

.purple,
.yellow,
.orange,
.pink,
.green,
.multi {
  background-size: cover !important;
}

.purple {
  background: url(../../assets/img/gradient-violet.webp);
}

.yellow {
  background: url(../../assets/img/gradient-jaune.webp);
}

.orange {
  background: url(../../assets/img/gradient-orange.webp);
}

.pink {
  background: url(../../assets/img/gradient-rose.webp);
}

.multi {
  background: url(../../assets/img/home-bg.webp);
}

.green {
  background: url(../../assets/img/gradient-vert.webp);
}

.spark:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17882)'%3E%3Cpath d='M10 25.1923L33.1818 5L27.2726 20.2564L35 21.1538L14.0905 40L19.0906 25.1923L10 25.1923Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17882' x='8' y='3' width='29' height='40' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17882'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.spark-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17884)'%3E%3Cpath d='M10 25.1923L33.1818 5L27.2726 20.2564L35 21.1538L14.0905 40L19.0906 25.1923L10 25.1923Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17884' x='8' y='3' width='29' height='40' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17884'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.photo:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17892)'%3E%3Cpath d='M34.9 15.5H29.816L28.9743 13.0505C28.7684 12.4532 28.3734 11.9337 27.8454 11.5657C27.3174 11.1976 26.6831 10.9997 26.0324 11H18.9676C18.3167 10.9998 17.6822 11.198 17.1542 11.5663C16.6262 11.9346 16.2313 12.4544 16.0256 13.052L15.184 15.5H10.1C9.27783 15.5 8.48933 15.8161 7.90797 16.3787C7.32661 16.9413 7 17.7044 7 18.5V32C7 32.7956 7.32661 33.5587 7.90797 34.1213C8.48933 34.6839 9.27783 35 10.1 35H34.9C35.7222 35 36.5107 34.6839 37.092 34.1213C37.6734 33.5587 38 32.7956 38 32V18.5C38 17.7044 37.6734 16.9413 37.092 16.3787C36.5107 15.8161 35.7222 15.5 34.9 15.5ZM22.5 30.5C21.2738 30.5 20.075 30.1481 19.0555 29.4888C18.0359 28.8295 17.2412 27.8925 16.7719 26.7961C16.3027 25.6997 16.1799 24.4933 16.4191 23.3295C16.6584 22.1656 17.2489 21.0965 18.1159 20.2574C18.983 19.4182 20.0878 18.8468 21.2904 18.6153C22.4931 18.3838 23.7397 18.5026 24.8726 18.9567C26.0055 19.4108 26.9738 20.1799 27.6551 21.1666C28.3364 22.1533 28.7 23.3133 28.7 24.5C28.6979 26.0907 28.0441 27.6157 26.8818 28.7404C25.7195 29.8652 24.1437 30.498 22.5 30.5Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17892' x='5' y='9' width='35' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17892'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.photo-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17894)'%3E%3Cpath d='M34.9 15.5H29.816L28.9743 13.0505C28.7684 12.4532 28.3734 11.9337 27.8454 11.5657C27.3174 11.1976 26.6831 10.9997 26.0324 11H18.9676C18.3167 10.9998 17.6822 11.198 17.1542 11.5663C16.6262 11.9346 16.2313 12.4544 16.0256 13.052L15.184 15.5H10.1C9.27783 15.5 8.48933 15.8161 7.90797 16.3787C7.32661 16.9413 7 17.7044 7 18.5V32C7 32.7956 7.32661 33.5587 7.90797 34.1213C8.48933 34.6839 9.27783 35 10.1 35H34.9C35.7222 35 36.5107 34.6839 37.092 34.1213C37.6734 33.5587 38 32.7956 38 32V18.5C38 17.7044 37.6734 16.9413 37.092 16.3787C36.5107 15.8161 35.7222 15.5 34.9 15.5ZM22.5 30.5C21.2738 30.5 20.075 30.1481 19.0555 29.4888C18.0359 28.8295 17.2412 27.8925 16.7719 26.7961C16.3027 25.6997 16.1799 24.4933 16.4191 23.3295C16.6584 22.1656 17.2489 21.0965 18.1159 20.2574C18.983 19.4182 20.0878 18.8468 21.2904 18.6153C22.4931 18.3838 23.7397 18.5026 24.8726 18.9567C26.0055 19.4108 26.9738 20.1799 27.6551 21.1666C28.3364 22.1533 28.7 23.3133 28.7 24.5C28.6979 26.0907 28.0441 27.6157 26.8818 28.7404C25.7195 29.8652 24.1437 30.498 22.5 30.5Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17894' x='5' y='9' width='35' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17894'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.tool:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17902)'%3E%3Cpath d='M34.5278 22.5291C33.3383 23.7221 31.8214 24.5353 30.1693 24.8657C28.5172 25.1961 26.8041 25.0288 25.2472 24.3851L15.1041 36.608C13.248 38.464 10.2482 38.464 8.39209 36.608C6.53597 34.7521 6.53597 31.7526 8.39209 29.9154L20.6163 19.7546C19.3413 16.6613 19.9601 12.9869 22.4724 10.4749C24.8722 8.07525 28.322 7.43786 31.3218 8.48768L25.9034 13.9055L31.1905 19.1922L36.5527 13.8118C37.5464 16.7738 36.8902 20.167 34.5278 22.5291Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17902' x='5' y='6' width='33.9995' height='35' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17902'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.tool-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17904)'%3E%3Cpath d='M34.5278 22.5291C33.3383 23.7221 31.8214 24.5353 30.1693 24.8657C28.5172 25.1961 26.8041 25.0288 25.2472 24.3851L15.1041 36.608C13.248 38.464 10.2482 38.464 8.39209 36.608C6.53597 34.7521 6.53597 31.7526 8.39209 29.9154L20.6163 19.7546C19.3413 16.6613 19.9601 12.9869 22.4724 10.4749C24.8722 8.07525 28.322 7.43786 31.3218 8.48768L25.9034 13.9055L31.1905 19.1922L36.5527 13.8118C37.5464 16.7738 36.8902 20.167 34.5278 22.5291Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17904' x='5' y='6' width='33.9995' height='35' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17904'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.levels:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17912)'%3E%3Cpath d='M14.762 24.736V33.9275C14.762 34.4771 14.5381 35.0043 14.1395 35.3929C13.741 35.7816 13.2004 36 12.6368 36H10.139C9.85878 36.0017 9.58095 35.9494 9.32152 35.8461C9.06208 35.7427 8.82617 35.5903 8.62737 35.3977C8.42856 35.2051 8.27079 34.976 8.16312 34.7237C8.05546 34.4714 8.00004 34.2008 8.00005 33.9275V24.736C7.99821 24.4616 8.05229 24.1895 8.15913 23.9356C8.26598 23.6818 8.42346 23.4511 8.62245 23.257C8.82144 23.063 9.05797 22.9094 9.31831 22.8052C9.57865 22.701 9.85762 22.6483 10.139 22.6501H12.6368C12.9171 22.6501 13.1945 22.7041 13.4533 22.8091C13.712 22.9141 13.9469 23.068 14.1444 23.2618C14.342 23.4557 14.4982 23.6858 14.6042 23.9388C14.7102 24.1918 14.7638 24.4627 14.762 24.736ZM25.3879 18.5724V33.9275C25.3879 34.2008 25.3325 34.4714 25.2248 34.7237C25.1172 34.976 24.9594 35.2051 24.7606 35.3977C24.5618 35.5903 24.3259 35.7427 24.0664 35.8461C23.807 35.9494 23.5292 36.0017 23.2489 36H20.7511C20.1862 36 19.6442 35.782 19.2435 35.3938C18.8428 35.0055 18.6158 34.4784 18.6122 33.9275V18.5724C18.6158 18.0203 18.8423 17.4918 19.2426 17.1014C19.643 16.711 20.185 16.4901 20.7511 16.4865H23.2489C23.8162 16.4865 24.3603 16.7063 24.7614 17.0975C25.1625 17.4887 25.3879 18.0192 25.3879 18.5724ZM36 12.0859V33.9275C36 34.4771 35.7761 35.0043 35.3775 35.3929C34.979 35.7816 34.4384 36 33.8748 36H31.377C31.0968 36.0017 30.819 35.9494 30.5595 35.8461C30.3001 35.7427 30.0642 35.5903 29.8654 35.3977C29.6666 35.2051 29.5088 34.976 29.4011 34.7237C29.2935 34.4714 29.2381 34.2008 29.2381 33.9275V12.0859C29.2381 11.812 29.2934 11.5407 29.4009 11.2877C29.5084 11.0346 29.6659 10.8046 29.8646 10.611C30.0632 10.4173 30.299 10.2636 30.5585 10.1588C30.818 10.054 31.0961 10 31.377 10H33.93C34.4853 10.0175 35.0118 10.2449 35.3981 10.6342C35.7844 11.0235 36.0003 11.5442 36 12.0859Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17912' x='6' y='8' width='32' height='31' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17912'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.levels-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17914)'%3E%3Cpath d='M14.762 24.736V33.9275C14.762 34.4771 14.5381 35.0043 14.1395 35.3929C13.741 35.7816 13.2004 36 12.6368 36H10.139C9.85878 36.0017 9.58095 35.9494 9.32152 35.8461C9.06208 35.7427 8.82617 35.5903 8.62737 35.3977C8.42856 35.2051 8.27079 34.976 8.16312 34.7237C8.05546 34.4714 8.00004 34.2008 8.00005 33.9275V24.736C7.99821 24.4616 8.05229 24.1895 8.15913 23.9356C8.26598 23.6818 8.42346 23.4511 8.62245 23.257C8.82144 23.063 9.05797 22.9094 9.31831 22.8052C9.57865 22.701 9.85762 22.6483 10.139 22.6501H12.6368C12.9171 22.6501 13.1945 22.7041 13.4533 22.8091C13.712 22.9141 13.9469 23.068 14.1444 23.2618C14.342 23.4557 14.4982 23.6858 14.6042 23.9388C14.7102 24.1918 14.7638 24.4627 14.762 24.736ZM25.3879 18.5724V33.9275C25.3879 34.2008 25.3325 34.4714 25.2248 34.7237C25.1172 34.976 24.9594 35.2051 24.7606 35.3977C24.5618 35.5903 24.3259 35.7427 24.0664 35.8461C23.807 35.9494 23.5292 36.0017 23.2489 36H20.7511C20.1862 36 19.6442 35.782 19.2435 35.3938C18.8428 35.0055 18.6158 34.4784 18.6122 33.9275V18.5724C18.6158 18.0203 18.8423 17.4918 19.2426 17.1014C19.643 16.711 20.185 16.4901 20.7511 16.4865H23.2489C23.8162 16.4865 24.3603 16.7063 24.7614 17.0975C25.1625 17.4887 25.3879 18.0192 25.3879 18.5724ZM36 12.0859V33.9275C36 34.4771 35.7761 35.0043 35.3775 35.3929C34.979 35.7816 34.4384 36 33.8748 36H31.377C31.0968 36.0017 30.819 35.9494 30.5595 35.8461C30.3001 35.7427 30.0642 35.5903 29.8654 35.3977C29.6666 35.2051 29.5088 34.976 29.4011 34.7237C29.2935 34.4714 29.2381 34.2008 29.2381 33.9275V12.0859C29.2381 11.812 29.2934 11.5407 29.4009 11.2877C29.5084 11.0346 29.6659 10.8046 29.8646 10.611C30.0632 10.4173 30.299 10.2636 30.5585 10.1588C30.818 10.054 31.0961 10 31.377 10H33.93C34.4853 10.0175 35.0118 10.2449 35.3981 10.6342C35.7844 11.0235 36.0003 11.5442 36 12.0859Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17914' x='6' y='8' width='32' height='31' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17914'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.heart::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17887)'%3E%3Cpath d='M23 37L20.825 34.9858C13.1 27.8599 8 23.145 8 17.3924C8 12.6774 11.63 9 16.25 9C18.86 9 21.365 10.236 23 12.1738C24.635 10.236 27.14 9 29.75 9C34.37 9 38 12.6774 38 17.3924C38 23.145 32.9 27.8599 25.175 34.9858L23 37Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17887' x='6' y='7' width='34' height='33' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17887'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.heart-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17889)'%3E%3Cpath d='M23 37L20.825 34.9858C13.1 27.8599 8 23.145 8 17.3924C8 12.6774 11.63 9 16.25 9C18.86 9 21.365 10.236 23 12.1738C24.635 10.236 27.14 9 29.75 9C34.37 9 38 12.6774 38 17.3924C38 23.145 32.9 27.8599 25.175 34.9858L23 37Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17889' x='6' y='7' width='34' height='33' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17889'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.house:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17897)'%3E%3Cpath d='M37 21.8794V36.76C37 37.0888 36.8727 37.4042 36.6461 37.6368C36.4195 37.8694 36.1121 38 35.7917 38H27.3333C27.0129 38 26.7055 37.8694 26.4789 37.6368C26.2523 37.4042 26.125 37.0888 26.125 36.76V28.6997C26.125 28.5352 26.0613 28.3775 25.948 28.2612C25.8347 28.145 25.6811 28.0796 25.5208 28.0796H19.4792C19.3189 28.0796 19.1653 28.145 19.052 28.2612C18.9387 28.3775 18.875 28.5352 18.875 28.6997V36.76C18.875 37.0888 18.7477 37.4042 18.5211 37.6368C18.2945 37.8694 17.9871 38 17.6667 38H9.20833C8.88786 38 8.58052 37.8694 8.35391 37.6368C8.12731 37.4042 8 37.0888 8 36.76V21.8794C8.0003 21.2218 8.2551 20.5912 8.70839 20.1263L20.7917 7.72583C21.2449 7.26107 21.8593 7 22.5 7C23.1407 7 23.7551 7.26107 24.2083 7.72583L36.2916 20.1263C36.7449 20.5912 36.9997 21.2218 37 21.8794Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17897' x='6' y='5' width='33' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17897'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.house-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17899)'%3E%3Cpath d='M37 21.8794V36.76C37 37.0888 36.8727 37.4042 36.6461 37.6368C36.4195 37.8694 36.1121 38 35.7917 38H27.3333C27.0129 38 26.7055 37.8694 26.4789 37.6368C26.2523 37.4042 26.125 37.0888 26.125 36.76V28.6997C26.125 28.5352 26.0613 28.3775 25.948 28.2612C25.8347 28.145 25.6811 28.0796 25.5208 28.0796H19.4792C19.3189 28.0796 19.1653 28.145 19.052 28.2612C18.9387 28.3775 18.875 28.5352 18.875 28.6997V36.76C18.875 37.0888 18.7477 37.4042 18.5211 37.6368C18.2945 37.8694 17.9871 38 17.6667 38H9.20833C8.88786 38 8.58052 37.8694 8.35391 37.6368C8.12731 37.4042 8 37.0888 8 36.76V21.8794C8.0003 21.2218 8.2551 20.5912 8.70839 20.1263L20.7917 7.72583C21.2449 7.26107 21.8593 7 22.5 7C23.1407 7 23.7551 7.26107 24.2083 7.72583L36.2916 20.1263C36.7449 20.5912 36.9997 21.2218 37 21.8794Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17899' x='6' y='5' width='33' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17899'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.star::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17907)'%3E%3Cpath d='M18.7296 13.112C20.6301 9.70401 21.5795 8 23 8C24.4205 8 25.3699 9.70401 27.2704 13.112L27.7624 13.994C28.3024 14.963 28.5724 15.4475 28.9924 15.767C29.4123 16.0866 29.9373 16.2051 30.9873 16.4421L31.9413 16.6581C35.6312 17.4936 37.4747 17.9106 37.9141 19.3221C38.3521 20.7321 37.0952 22.2036 34.5797 25.1451L33.9287 25.9056C33.2148 26.7411 32.8563 27.1596 32.6958 27.6756C32.5353 28.1931 32.5893 28.7511 32.6973 29.8656L32.7963 30.8811C33.1758 34.8067 33.3663 36.7687 32.2173 37.6402C31.0683 38.5117 29.3404 37.7167 25.8874 36.1267L24.992 35.7157C24.011 35.2627 23.5205 35.0377 23 35.0377C22.4795 35.0377 21.989 35.2627 21.008 35.7157L20.1141 36.1267C16.6596 37.7167 14.9317 38.5117 13.7842 37.6417C12.6337 36.7687 12.8242 34.8067 13.2037 30.8811L13.3027 29.8671C13.4107 28.7511 13.4647 28.1931 13.3027 27.6771C13.1437 27.1596 12.7852 26.7411 12.0713 25.9071L11.4203 25.1451C8.90483 22.2051 7.64786 20.7336 8.08585 19.3221C8.52384 17.9106 10.3703 17.4921 14.0602 16.6581L15.0142 16.4421C16.0627 16.2051 16.5862 16.0866 17.0076 15.767C17.4291 15.4475 17.6976 14.963 18.2376 13.994L18.7296 13.112Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17907' x='5.99854' y='6' width='34.0029' height='35' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17907'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.star-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17909)'%3E%3Cpath d='M18.7296 13.112C20.6301 9.70401 21.5795 8 23 8C24.4205 8 25.3699 9.70401 27.2704 13.112L27.7624 13.994C28.3024 14.963 28.5724 15.4475 28.9924 15.767C29.4123 16.0866 29.9373 16.2051 30.9873 16.4421L31.9413 16.6581C35.6312 17.4936 37.4747 17.9106 37.9141 19.3221C38.3521 20.7321 37.0952 22.2036 34.5797 25.1451L33.9287 25.9056C33.2148 26.7411 32.8563 27.1596 32.6958 27.6756C32.5353 28.1931 32.5893 28.7511 32.6973 29.8656L32.7963 30.8811C33.1758 34.8067 33.3663 36.7687 32.2173 37.6402C31.0683 38.5117 29.3404 37.7167 25.8874 36.1267L24.992 35.7157C24.011 35.2627 23.5205 35.0377 23 35.0377C22.4795 35.0377 21.989 35.2627 21.008 35.7157L20.1141 36.1267C16.6596 37.7167 14.9317 38.5117 13.7842 37.6417C12.6337 36.7687 12.8242 34.8067 13.2037 30.8811L13.3027 29.8671C13.4107 28.7511 13.4647 28.1931 13.3027 27.6771C13.1437 27.1596 12.7852 26.7411 12.0713 25.9071L11.4203 25.1451C8.90483 22.2051 7.64786 20.7336 8.08585 19.3221C8.52384 17.9106 10.3703 17.4921 14.0602 16.6581L15.0142 16.4421C16.0627 16.2051 16.5862 16.0866 17.0076 15.767C17.4291 15.4475 17.6976 14.963 18.2376 13.994L18.7296 13.112Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17909' x='5.99854' y='6' width='34.0029' height='35' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17909'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.thumb:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17917)'%3E%3Cpath d='M32.6877 36.8122L36.9403 21.3122C37.0069 21.0694 37.018 20.814 36.9726 20.5661C36.9272 20.3181 36.8266 20.0844 36.6787 19.8833C36.5308 19.6821 36.3397 19.5191 36.1203 19.4069C35.9009 19.2948 35.6592 19.2365 35.4143 19.2368H26.3231C26.1928 19.2368 26.0641 19.2066 25.9467 19.1482C25.8293 19.0899 25.7262 19.0051 25.6451 18.9C25.564 18.7949 25.5069 18.6723 25.4781 18.5414C25.4493 18.4105 25.4496 18.2745 25.4789 18.1437L25.8749 16.3783C26.2376 14.759 26.354 13.0907 26.2202 11.4346L26.1473 10.5348C26.0692 9.56948 25.6616 8.6639 24.9967 7.97895C24.3882 7.35257 23.5634 7.00049 22.7033 7H22.5132C21.9929 7 21.5138 7.29042 21.262 7.75868L19.1563 11.6622C18.2124 13.413 16.8052 14.8516 15.0985 15.8105L9.82517 18.7718C9.57517 18.9124 9.36657 19.1198 9.22135 19.3722C9.07613 19.6245 8.99966 19.9126 9 20.206V36.3684C9 36.8011 9.16687 37.2161 9.46389 37.5221C9.76092 37.8281 10.1638 38 10.5838 38H31.1633C31.5081 37.9999 31.8436 37.8838 32.1186 37.6695C32.3936 37.4551 32.5939 37.1541 32.6877 36.8122Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17917' x='7' y='5' width='32' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17917'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.thumb-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17919)'%3E%3Cpath d='M32.6877 36.8122L36.9403 21.3122C37.0069 21.0694 37.018 20.814 36.9726 20.5661C36.9272 20.3181 36.8266 20.0844 36.6787 19.8833C36.5308 19.6821 36.3397 19.5191 36.1203 19.4069C35.9009 19.2948 35.6592 19.2365 35.4143 19.2368H26.3231C26.1928 19.2368 26.0641 19.2066 25.9467 19.1482C25.8293 19.0899 25.7262 19.0051 25.6451 18.9C25.564 18.7949 25.5069 18.6723 25.4781 18.5414C25.4493 18.4105 25.4496 18.2745 25.4789 18.1437L25.8749 16.3783C26.2376 14.759 26.354 13.0907 26.2202 11.4346L26.1473 10.5348C26.0692 9.56948 25.6616 8.6639 24.9967 7.97895C24.3882 7.35257 23.5634 7.00049 22.7033 7H22.5132C21.9929 7 21.5138 7.29042 21.262 7.75868L19.1563 11.6622C18.2124 13.413 16.8052 14.8516 15.0985 15.8105L9.82517 18.7718C9.57517 18.9124 9.36657 19.1198 9.22135 19.3722C9.07613 19.6245 8.99966 19.9126 9 20.206V36.3684C9 36.8011 9.16687 37.2161 9.46389 37.5221C9.76092 37.8281 10.1638 38 10.5838 38H31.1633C31.5081 37.9999 31.8436 37.8838 32.1186 37.6695C32.3936 37.4551 32.5939 37.1541 32.6877 36.8122Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17919' x='7' y='5' width='32' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17919'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.speak:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17922)'%3E%3Cpath d='M36 22.5C36.0023 24.2724 35.6547 26.0279 34.9773 27.6658C34.2998 29.3037 33.3058 30.7918 32.0522 32.0448C30.798 33.2994 29.3088 34.2944 27.6698 34.973C26.0307 35.6517 24.2741 36.0006 22.5001 36C20.5908 36.0042 18.7027 35.6012 16.9615 34.8178L11.3178 35.6526C11.0376 35.6984 10.7505 35.675 10.4813 35.5846C10.2122 35.4942 9.96918 35.3394 9.77344 35.1337C9.57769 34.9281 9.43512 34.6777 9.35811 34.4044C9.28109 34.1312 9.27196 33.8432 9.33151 33.5656L10.1152 27.8401C9.36973 26.1591 8.98968 24.3389 9.00021 22.5C8.99795 20.7275 9.34549 18.972 10.0229 17.3341C10.7004 15.6962 11.6944 14.2081 12.948 12.9551C14.2023 11.7006 15.6914 10.7056 17.3304 10.0269C18.9695 9.34829 20.7261 8.99933 22.5001 9C26.0825 9.00024 29.5182 10.4228 32.0522 12.9551C33.3052 14.2086 34.2988 15.6968 34.9762 17.3346C35.6535 18.9724 36.0015 20.7276 36 22.5Z' stroke='%234F9087' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17922' x='7' y='7' width='31' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17922'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.speak-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17924)'%3E%3Cpath d='M36 22.5C36.0023 24.2724 35.6547 26.0279 34.9773 27.6658C34.2998 29.3037 33.3058 30.7918 32.0522 32.0448C30.798 33.2994 29.3088 34.2944 27.6698 34.973C26.0307 35.6517 24.2741 36.0006 22.5001 36C20.5908 36.0042 18.7027 35.6012 16.9615 34.8178L11.3178 35.6526C11.0376 35.6984 10.7505 35.675 10.4813 35.5846C10.2122 35.4942 9.96918 35.3394 9.77344 35.1337C9.57769 34.9281 9.43512 34.6777 9.35811 34.4044C9.28109 34.1312 9.27196 33.8432 9.33151 33.5656L10.1152 27.8401C9.36973 26.1591 8.98968 24.3389 9.00021 22.5C8.99795 20.7275 9.34549 18.972 10.0229 17.3341C10.7004 15.6962 11.6944 14.2081 12.948 12.9551C14.2023 11.7006 15.6914 10.7056 17.3304 10.0269C18.9695 9.34829 20.7261 8.99933 22.5001 9C26.0825 9.00024 29.5182 10.4228 32.0522 12.9551C33.3052 14.2086 34.2988 15.6968 34.9762 17.3346C35.6535 18.9724 36.0015 20.7276 36 22.5Z' stroke='%23B4CFCB' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17924' x='7' y='7' width='31' height='32' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17924'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.idea:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17927)'%3E%3Cpath d='M18.0526 39.5167C18.3607 39.8262 18.7786 40 19.2143 40H25.7857C26.2214 40 26.6393 39.8262 26.9474 39.5167M22.5 5C19.45 5 16.5249 6.21687 14.3683 8.38292C12.2116 10.549 11 13.4867 11 16.55C11 20.477 12.955 23.9255 15.9286 26.021V29.75C15.9286 30.1876 16.1017 30.6073 16.4098 30.9167C16.7178 31.2262 17.1357 31.4 17.5714 31.4H27.4286C27.8643 31.4 28.2822 31.2262 28.5902 30.9167C28.8983 30.6073 29.0714 30.1876 29.0714 29.75V26.021C32.045 23.9255 34 20.477 34 16.55C34 13.4867 32.7884 10.549 30.6317 8.38292C28.4751 6.21687 25.55 5 22.5 5Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17927' x='9' y='3' width='27' height='40' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17927'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.idea-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17929)'%3E%3Cpath d='M18.0526 39.5167C18.3607 39.8262 18.7786 40 19.2143 40H25.7857C26.2214 40 26.6393 39.8262 26.9474 39.5167M22.5 5C19.45 5 16.5249 6.21687 14.3683 8.38292C12.2116 10.549 11 13.4867 11 16.55C11 20.477 12.955 23.9255 15.9286 26.021V29.75C15.9286 30.1876 16.1017 30.6073 16.4098 30.9167C16.7178 31.2262 17.1357 31.4 17.5714 31.4H27.4286C27.8643 31.4 28.2822 31.2262 28.5902 30.9167C28.8983 30.6073 29.0714 30.1876 29.0714 29.75V26.021C32.045 23.9255 34 20.477 34 16.55C34 13.4867 32.7884 10.549 30.6317 8.38292C28.4751 6.21687 25.55 5 22.5 5Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17929' x='9' y='3' width='27' height='40' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17929'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.euro:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17932)'%3E%3Cpath d='M38 33.6325C34.4527 35.8022 30.799 38.1001 24.1194 36.4221C11.1642 33.1676 9.77613 12.7104 24.1194 8.526C31.6917 6.31692 38 11.7806 38 11.7806M7 18.7546H27.3582M7 26.1935H27.3582' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17932' x='5' y='6' width='35.0005' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17932'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.euro-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17934)'%3E%3Cpath d='M38 33.6325C34.4527 35.8022 30.799 38.1001 24.1194 36.4221C11.1642 33.1676 9.77613 12.7104 24.1194 8.526C31.6917 6.31692 38 11.7806 38 11.7806M7 18.7546H27.3582M7 26.1935H27.3582' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17934' x='5' y='6' width='35.0005' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17934'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.pointer::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17937)'%3E%3Cpath d='M35.9698 22.9892C35.8964 23.4361 35.6978 23.8544 35.396 24.1979C35.085 24.5359 34.6896 24.7894 34.2484 24.9336L26.2153 26.4226L30.2319 33.8324C30.3897 34.0723 30.5008 34.3404 30.5546 34.6206C30.6174 34.9447 30.6174 35.2775 30.5546 35.6016C30.4852 35.9251 30.3444 36.2299 30.1422 36.495C29.9414 36.77 29.685 37.003 29.3891 37.1781L26.3588 38.7197C26.0003 38.9065 25.5996 39.0028 25.1933 38.9999C24.9422 38.9999 24.6972 38.9649 24.4581 38.8948C23.8283 38.6992 23.3011 38.2721 22.9878 37.7037L18.9533 30.2238L13.1975 35.6191C12.8301 35.9522 12.3691 36.1703 11.8737 36.2452C11.3784 36.3202 10.8714 36.2485 10.4182 36.0395C9.9782 35.8248 9.61074 35.491 9.35958 35.0779C9.10842 34.6648 8.98416 34.1899 9.00162 33.7097V7.4514C9.00785 7.01564 9.12492 6.58823 9.3423 6.20767C9.57056 5.82083 9.90627 5.50502 10.3106 5.29678C10.7075 5.08547 11.1559 4.98363 11.6076 5.00214C12.0592 5.02066 12.4972 5.15883 12.8747 5.40188L34.9298 20.5718C35.3063 20.8398 35.604 21.2024 35.7905 21.6228C35.9823 22.052 36.0433 22.525 35.9698 22.9892Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17937' x='7' y='3' width='31' height='39' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17937'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.pointer-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17939)'%3E%3Cpath d='M35.9698 22.9892C35.8964 23.4361 35.6978 23.8544 35.396 24.1979C35.085 24.5359 34.6896 24.7894 34.2484 24.9336L26.2153 26.4226L30.2319 33.8324C30.3897 34.0723 30.5008 34.3404 30.5546 34.6206C30.6174 34.9447 30.6174 35.2775 30.5546 35.6016C30.4852 35.9251 30.3444 36.2299 30.1422 36.495C29.9414 36.77 29.685 37.003 29.3891 37.1781L26.3588 38.7197C26.0003 38.9065 25.5996 39.0028 25.1933 38.9999C24.9422 38.9999 24.6972 38.9649 24.4581 38.8948C23.8283 38.6992 23.3011 38.2721 22.9878 37.7037L18.9533 30.2238L13.1975 35.6191C12.8301 35.9522 12.3691 36.1703 11.8737 36.2452C11.3784 36.3202 10.8714 36.2485 10.4182 36.0395C9.9782 35.8248 9.61074 35.491 9.35958 35.0779C9.10842 34.6648 8.98416 34.1899 9.00162 33.7097V7.4514C9.00785 7.01564 9.12492 6.58823 9.3423 6.20767C9.57056 5.82083 9.90627 5.50502 10.3106 5.29678C10.7075 5.08547 11.1559 4.98363 11.6076 5.00214C12.0592 5.02066 12.4972 5.15883 12.8747 5.40188L34.9298 20.5718C35.3063 20.8398 35.604 21.2024 35.7905 21.6228C35.9823 22.052 36.0433 22.525 35.9698 22.9892Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17939' x='7' y='3' width='31' height='39' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17939'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.person:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17942)'%3E%3Cpath d='M22.5 6C24.688 6 26.7865 6.86919 28.3336 8.41637C29.8808 9.96354 30.75 12.062 30.75 14.25C30.75 16.438 29.8808 18.5365 28.3336 20.0836C26.7865 21.6308 24.688 22.5 22.5 22.5C20.312 22.5 18.2135 21.6308 16.6664 20.0836C15.1192 18.5365 14.25 16.438 14.25 14.25C14.25 12.062 15.1192 9.96354 16.6664 8.41637C18.2135 6.86919 20.312 6 22.5 6ZM22.5 26.625C31.6163 26.625 39 30.3169 39 34.875V39H6V34.875C6 30.3169 13.3837 26.625 22.5 26.625Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17942' x='4' y='4' width='37' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17942'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.person-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17944)'%3E%3Cpath d='M22.5 6C24.688 6 26.7865 6.86919 28.3336 8.41637C29.8808 9.96354 30.75 12.062 30.75 14.25C30.75 16.438 29.8808 18.5365 28.3336 20.0836C26.7865 21.6308 24.688 22.5 22.5 22.5C20.312 22.5 18.2135 21.6308 16.6664 20.0836C15.1192 18.5365 14.25 16.438 14.25 14.25C14.25 12.062 15.1192 9.96354 16.6664 8.41637C18.2135 6.86919 20.312 6 22.5 6ZM22.5 26.625C31.6163 26.625 39 30.3169 39 34.875V39H6V34.875C6 30.3169 13.3837 26.625 22.5 26.625Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17944' x='4' y='4' width='37' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17944'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.time::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17956)'%3E%3Cpath d='M22.5 39C31.6129 39 39 31.6129 39 22.5C39 13.3871 31.6129 6 22.5 6C13.3871 6 6 13.3871 6 22.5C6 31.6129 13.3871 39 22.5 39Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i_598_17956)'%3E%3Cpath d='M23 13V22.9644L30 30' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17956' x='4' y='4' width='37' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17956'/%3E%3C/filter%3E%3Cfilter id='filter1_i_598_17956' x='21' y='11' width='11' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17956'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.time-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17960)'%3E%3Cpath d='M22.5 39C31.6129 39 39 31.6129 39 22.5C39 13.3871 31.6129 6 22.5 6C13.3871 6 6 13.3871 6 22.5C6 31.6129 13.3871 39 22.5 39Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i_598_17960)'%3E%3Cpath d='M23 13V22.9644L30 30' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17960' x='4' y='4' width='37' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17960'/%3E%3C/filter%3E%3Cfilter id='filter1_i_598_17960' x='21' y='11' width='11' height='22' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17960'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.pen::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17965)'%3E%3Cpath d='M24.269 12.5237L28.3725 8.42049C28.508 8.28611 28.6687 8.1798 28.8453 8.10765C29.022 8.03549 29.2112 7.99892 29.402 8.00002C29.5928 7.99892 29.782 8.03549 29.9586 8.10765C30.1353 8.1798 30.296 8.28611 30.4315 8.42049L36.5795 14.568C36.7139 14.7035 36.8202 14.8642 36.8923 15.0408C36.9645 15.2175 37.0011 15.4066 37 15.5975L36.8985 15.67C36.9053 15.7374 36.9053 15.8054 36.8985 15.8729C36.9124 15.9885 36.9124 16.1053 36.8985 16.2209C36.8194 16.397 36.7116 16.5587 36.5795 16.6994L32.4615 20.7301M24.269 12.5237L8.42052 28.371C8.28614 28.5065 8.17981 28.6672 8.10766 28.8438C8.0355 29.0205 7.99892 29.2096 8.00002 29.4004V35.548C8.00002 35.9325 8.15279 36.3013 8.42472 36.5732C8.69665 36.8451 9.06546 36.9979 9.45002 36.9979H15.598C15.8009 37.0089 16.0039 36.9772 16.1937 36.9047C16.3835 36.8323 16.556 36.7208 16.7 36.5774L32.4615 20.7301M24.269 12.5237L32.4615 20.7301' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17965' x='6' y='6' width='33' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17965'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.pen-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17967)'%3E%3Cpath d='M24.269 12.5237L28.3725 8.42049C28.508 8.28611 28.6687 8.1798 28.8453 8.10765C29.022 8.03549 29.2112 7.99892 29.402 8.00002C29.5928 7.99892 29.782 8.03549 29.9586 8.10765C30.1353 8.1798 30.296 8.28611 30.4315 8.42049L36.5795 14.568C36.7139 14.7035 36.8202 14.8642 36.8923 15.0408C36.9645 15.2175 37.0011 15.4066 37 15.5975L36.8985 15.67C36.9053 15.7374 36.9053 15.8054 36.8985 15.8729C36.9124 15.9885 36.9124 16.1053 36.8985 16.2209C36.8194 16.397 36.7116 16.5587 36.5795 16.6994L32.4615 20.7301M24.269 12.5237L8.42052 28.371C8.28614 28.5065 8.17981 28.6672 8.10766 28.8438C8.0355 29.0205 7.99892 29.2096 8.00002 29.4004V35.548C8.00002 35.9325 8.15279 36.3013 8.42472 36.5732C8.69665 36.8451 9.06546 36.9979 9.45002 36.9979H15.598C15.8009 37.0089 16.0039 36.9772 16.1937 36.9047C16.3835 36.8323 16.556 36.7208 16.7 36.5774L32.4615 20.7301M24.269 12.5237L32.4615 20.7301' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17967' x='6' y='6' width='33' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17967'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.phone:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17970)'%3E%3Cpath d='M17.0831 7.91376C16.1444 6.58449 14.8447 5.9855 13.4662 6.00027C12.1583 6.01339 10.8848 6.573 9.82141 7.31805C8.73676 8.08167 7.8119 9.05002 7.09889 10.1686C6.42605 11.2336 5.9403 12.4923 6.00594 13.7215C6.32267 19.6343 9.6491 25.9524 14.3212 30.6278C18.99 35.2983 25.2244 38.5444 31.5195 37.924C32.7536 37.8026 33.9204 37.1741 34.8739 36.3732C35.86 35.5379 36.6657 34.5105 37.2419 33.3537C37.7999 32.218 38.133 30.9085 37.9492 29.6333C37.7588 28.3041 37.0154 27.1159 35.6484 26.3282C35.3652 26.1639 35.0851 25.9943 34.8082 25.8195C34.5621 25.6669 34.2995 25.5011 33.9811 25.3108C33.3308 24.9098 32.6447 24.5703 31.9314 24.2966C31.1979 24.0291 30.3593 23.8535 29.4863 23.9733C28.582 24.098 27.7418 24.5247 27.0148 25.2894C26.4552 25.8802 25.6314 26.064 24.4728 25.7292C23.2945 25.3879 21.9685 24.5411 20.8165 23.3956C19.6645 22.2534 18.7931 20.9176 18.4206 19.7114C18.053 18.5167 18.2154 17.6388 18.7898 17.0332C19.566 16.2159 19.9796 15.3068 20.0666 14.3451C20.1519 13.4097 19.9189 12.5301 19.5857 11.7621C19.0868 10.615 18.2401 9.47442 17.5771 8.58496C17.4104 8.36258 17.2463 8.13828 17.0847 7.91212' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17970' x='4' y='4' width='36' height='37' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17970'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.phone-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17972)'%3E%3Cpath d='M17.0831 7.91376C16.1444 6.58449 14.8447 5.9855 13.4662 6.00027C12.1583 6.01339 10.8848 6.573 9.82141 7.31805C8.73676 8.08167 7.8119 9.05002 7.09889 10.1686C6.42605 11.2336 5.9403 12.4923 6.00594 13.7215C6.32267 19.6343 9.6491 25.9524 14.3212 30.6278C18.99 35.2983 25.2244 38.5444 31.5195 37.924C32.7536 37.8026 33.9204 37.1741 34.8739 36.3732C35.86 35.5379 36.6657 34.5105 37.2419 33.3537C37.7999 32.218 38.133 30.9085 37.9492 29.6333C37.7588 28.3041 37.0154 27.1159 35.6484 26.3282C35.3652 26.1639 35.0851 25.9943 34.8082 25.8195C34.5621 25.6669 34.2995 25.5011 33.9811 25.3108C33.3308 24.9098 32.6447 24.5703 31.9314 24.2966C31.1979 24.0291 30.3593 23.8535 29.4863 23.9733C28.582 24.098 27.7418 24.5247 27.0148 25.2894C26.4552 25.8802 25.6314 26.064 24.4728 25.7292C23.2945 25.3879 21.9685 24.5411 20.8165 23.3956C19.6645 22.2534 18.7931 20.9176 18.4206 19.7114C18.053 18.5167 18.2154 17.6388 18.7898 17.0332C19.566 16.2159 19.9796 15.3068 20.0666 14.3451C20.1519 13.4097 19.9189 12.5301 19.5857 11.7621C19.0868 10.615 18.2401 9.47442 17.5771 8.58496C17.4104 8.36258 17.2463 8.13828 17.0847 7.91212' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17972' x='4' y='4' width='36' height='37' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17972'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.position::before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17975)'%3E%3Cpath d='M21.3333 4C13.4304 4 7.00015 10.516 7.00015 18.5154C6.94819 30.2166 20.7887 39.919 21.3333 40.3111C21.3333 40.3111 35.7185 30.2166 35.6665 18.5244C35.6665 10.516 29.2363 4 21.3333 4ZM21.3333 25.7867C17.3738 25.7867 14.1667 22.5368 14.1667 18.5244C14.1667 14.5121 17.3738 11.2622 21.3333 11.2622C25.2929 11.2622 28.4999 14.5121 28.4999 18.5244C28.4999 22.5368 25.2929 25.7867 21.3333 25.7867Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17975' x='5' y='2' width='32.6665' height='41.3105' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17975'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.position-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17977)'%3E%3Cpath d='M22.3333 4C14.4304 4 8.00015 10.516 8.00015 18.5154C7.94819 30.2166 21.7887 39.919 22.3333 40.3111C22.3333 40.3111 36.7185 30.2166 36.6665 18.5244C36.6665 10.516 30.2363 4 22.3333 4ZM22.3333 25.7867C18.3738 25.7867 15.1667 22.5368 15.1667 18.5244C15.1667 14.5121 18.3738 11.2622 22.3333 11.2622C26.2929 11.2622 29.4999 14.5121 29.4999 18.5244C29.4999 22.5368 26.2929 25.7867 22.3333 25.7867Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17977' x='6' y='2' width='32.6665' height='41.3105' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17977'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.eye:before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17980)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 21C6.41073 13.8823 13.4138 9 21.5 9C29.5862 9 36.5893 13.8823 40 21C36.5893 28.1177 29.5862 33 21.5 33C13.4138 33 6.41073 28.1177 3 21ZM21.5 27C22.273 27 23.0384 26.8448 23.7526 26.5433C24.4668 26.2417 25.1157 25.7998 25.6623 25.2426C26.2089 24.6855 26.6425 24.0241 26.9383 23.2961C27.2341 22.5681 27.3864 21.7879 27.3864 21C27.3864 20.2121 27.2341 19.4319 26.9383 18.7039C26.6425 17.9759 26.2089 17.3145 25.6623 16.7574C25.1157 16.2002 24.4668 15.7583 23.7526 15.4567C23.0384 15.1552 22.273 15 21.5 15C19.9388 15 18.4416 15.6321 17.3377 16.7574C16.2338 17.8826 15.6136 19.4087 15.6136 21C15.6136 22.5913 16.2338 24.1174 17.3377 25.2426C18.4416 26.3679 19.9388 27 21.5 27Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17980' x='1' y='7' width='41' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17980'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.eye-light:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17982)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3 22C6.41073 14.8823 13.4138 10 21.5 10C29.5862 10 36.5893 14.8823 40 22C36.5893 29.1177 29.5862 34 21.5 34C13.4138 34 6.41073 29.1177 3 22ZM21.5 28C22.273 28 23.0384 27.8448 23.7526 27.5433C24.4668 27.2417 25.1157 26.7998 25.6623 26.2426C26.2089 25.6855 26.6425 25.0241 26.9383 24.2961C27.2341 23.5681 27.3864 22.7879 27.3864 22C27.3864 21.2121 27.2341 20.4319 26.9383 19.7039C26.6425 18.9759 26.2089 18.3145 25.6623 17.7574C25.1157 17.2002 24.4668 16.7583 23.7526 16.4567C23.0384 16.1552 22.273 16 21.5 16C19.9388 16 18.4416 16.6321 17.3377 17.7574C16.2338 18.8826 15.6136 20.4087 15.6136 22C15.6136 23.5913 16.2338 25.1174 17.3377 26.2426C18.4416 27.3679 19.9388 28 21.5 28Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17982' x='1' y='8' width='41' height='29' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17982'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.people::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17947)'%3E%3Cpath d='M25.6437 21.1538C32.8333 21.1538 40.9001 24.1776 40.9001 27.7724V31.0256H25.6437M27.8873 5C29.6129 5 31.2678 5.68549 32.488 6.90568C33.7082 8.12587 34.3937 9.7808 34.3937 11.5064C34.3937 13.232 33.7082 14.8869 32.488 16.1071C31.2678 17.3273 29.6129 18.0128 27.8873 18.0128C26.1617 18.0128 24.5067 17.3273 23.2865 16.1071C22.0664 14.8869 21.3809 13.232 21.3809 11.5064C21.3809 9.7808 22.0664 8.12587 23.2865 6.90568C24.5067 5.68549 26.1617 5 27.8873 5Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i_598_17947)'%3E%3Cpath d='M18.0138 13.9746C19.7394 13.9746 21.3943 14.6601 22.6145 15.8803C23.8347 17.1005 24.5202 18.7554 24.5202 20.481C24.5202 22.2066 23.8347 23.8616 22.6145 25.0817C21.3943 26.3019 19.7394 26.9874 18.0138 26.9874C16.2882 26.9874 14.6333 26.3019 13.4131 25.0817C12.1929 23.8616 11.5074 22.2066 11.5074 20.481C11.5074 18.7554 12.1929 17.1005 13.4131 15.8803C14.6333 14.6601 16.2882 13.9746 18.0138 13.9746ZM18.0138 30.2406C25.2034 30.2406 31.0266 33.1523 31.0266 36.747V40.0002H5.00098V36.747C5.00098 33.1523 10.8242 30.2406 18.0138 30.2406Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17947' x='19.3809' y='3' width='23.519' height='31.0254' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17947'/%3E%3C/filter%3E%3Cfilter id='filter1_i_598_17947' x='3.00098' y='11.9746' width='30.0259' height='31.0254' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17947'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.people-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17951)'%3E%3Cpath d='M25.6427 21.1538C32.8323 21.1538 40.8991 24.1776 40.8991 27.7724V31.0256H25.6427M27.8863 5C29.6119 5 31.2668 5.68549 32.487 6.90568C33.7072 8.12587 34.3927 9.7808 34.3927 11.5064C34.3927 13.232 33.7072 14.8869 32.487 16.1071C31.2668 17.3273 29.6119 18.0128 27.8863 18.0128C26.1607 18.0128 24.5058 17.3273 23.2856 16.1071C22.0654 14.8869 21.3799 13.232 21.3799 11.5064C21.3799 9.7808 22.0654 8.12587 23.2856 6.90568C24.5058 5.68549 26.1607 5 27.8863 5Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i_598_17951)'%3E%3Cpath d='M18.0128 13.9746C19.7384 13.9746 21.3934 14.6601 22.6135 15.8803C23.8337 17.1005 24.5192 18.7554 24.5192 20.481C24.5192 22.2066 23.8337 23.8616 22.6135 25.0817C21.3934 26.3019 19.7384 26.9874 18.0128 26.9874C16.2872 26.9874 14.6323 26.3019 13.4121 25.0817C12.1919 23.8616 11.5064 22.2066 11.5064 20.481C11.5064 18.7554 12.1919 17.1005 13.4121 15.8803C14.6323 14.6601 16.2872 13.9746 18.0128 13.9746ZM18.0128 30.2406C25.2024 30.2406 31.0256 33.1523 31.0256 36.747V40.0002H5V36.747C5 33.1523 10.8232 30.2406 18.0128 30.2406Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17951' x='19.3799' y='3' width='23.519' height='31.0254' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17951'/%3E%3C/filter%3E%3Cfilter id='filter1_i_598_17951' x='3' y='11.9746' width='30.0259' height='31.0254' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17951'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.keynavo::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17985)'%3E%3Cpath d='M6.36769 14.0473C8.52241 13.6419 10.6274 14.9387 11.2375 17.0145L11.8224 16.0757L11.8726 15.9997L12.0002 15.8226C12.6581 14.9577 13.5941 14.3809 14.6892 14.2008L14.6885 14.2019C15.8258 14.0115 16.9782 14.2816 17.9111 14.9629L18.0821 15.0947C19.781 16.4737 20.1073 18.937 18.9254 20.7373L18.8316 20.893L21.2184 20.444C21.6742 20.3582 21.9988 20.0525 22.1157 19.7117C23.318 16.2037 26.3683 13.7079 30.0494 13.193L30.1752 13.1802L30.178 13.1797C35.1622 12.553 39.8806 15.8411 40.9526 20.7576L41.0456 21.2449C41.424 23.5192 40.9876 25.8181 39.8038 27.7974L39.5392 28.2169C38.0652 30.4229 35.8025 31.9139 33.1907 32.4053C29.9877 33.0078 26.7356 32.0036 24.4424 29.7138L24.2228 29.4878C23.9526 29.2002 23.5548 29.0639 23.135 29.1429L16.8949 30.317C15.4238 30.5936 13.9151 30.3136 12.6495 29.5924L12.4241 29.9199C12.3523 30.0244 12.2755 30.1238 12.1972 30.218L12.1983 30.2188C12.1754 30.2466 12.1543 30.2698 12.1396 30.2865C12.1247 30.3033 12.1114 30.3178 12.1018 30.3284C12.0922 30.3388 12.0824 30.349 12.077 30.3549C12.0705 30.362 12.0675 30.3661 12.0647 30.3691L12.064 30.3703L12.0318 30.4051L12.0305 30.4034C11.9951 30.4426 11.9457 30.4988 11.8848 30.558L11.8764 30.5665C11.8198 30.6208 11.7648 30.669 11.7476 30.6842L11.7408 30.6904L10.4228 29.1845L11.7399 30.6906L11.7066 30.7197L11.7055 30.7189L11.5833 30.8244L11.5624 30.8403C11.5026 30.8872 11.4487 30.9265 11.4249 30.9436L11.4187 30.9478L11.3759 30.9787L11.3747 30.9779C11.3734 30.9789 11.3719 30.9812 11.3697 30.9828C11.3631 30.9876 11.3524 30.9949 11.3408 31.0032C11.3173 31.0198 11.2816 31.0458 11.2379 31.0742L11.2368 31.0734C11.1936 31.1016 11.1573 31.1242 11.1355 31.1372C11.1242 31.1439 11.1137 31.1503 11.1087 31.1532L11.1016 31.1575C11.0946 31.1617 11.087 31.1654 11.08 31.1695L11.0673 31.1759L11.0684 31.1767C11.0642 31.1792 11.0591 31.1806 11.0547 31.1832L11.0326 31.1973L11.0314 31.1965C10.9854 31.2237 10.9327 31.2547 10.8751 31.2846L10.8715 31.2862C10.826 31.3097 10.7872 31.3291 10.7625 31.3405C10.7497 31.3465 10.7378 31.3511 10.7303 31.3545C10.7202 31.3592 10.7197 31.3594 10.7157 31.3613L10.7103 31.3643L10.6654 31.3846L10.6643 31.3839L10.4844 31.4624C10.4031 31.4943 10.3288 31.5187 10.3028 31.5274L10.26 31.5424L10.2586 31.5407C10.2258 31.5521 10.1494 31.5785 10.0664 31.6017L10.0677 31.6034C9.82561 31.6718 9.57771 31.7182 9.3278 31.7426L9.32743 31.7407C9.24304 31.7491 9.16399 31.7531 9.1273 31.7545L9.12748 31.7555L9.07631 31.7581L9.07612 31.7572C9.04322 31.759 8.96564 31.7626 8.87724 31.7618L8.87742 31.7628C8.87058 31.7627 8.86389 31.7617 8.85732 31.7616C8.85604 31.7616 8.85476 31.7623 8.85348 31.7623L8.8533 31.7613C8.80596 31.7606 8.76618 31.7603 8.73954 31.7589C8.72383 31.7581 8.70907 31.7569 8.7003 31.7563C8.68951 31.7557 8.68718 31.7558 8.68326 31.7556L8.67024 31.755L8.62199 31.7522L8.62163 31.7503C8.5771 31.7479 8.51461 31.7441 8.44402 31.736L8.44438 31.7379C8.38361 31.7311 8.32485 31.7215 8.27167 31.7128L8.27186 31.7137L8.23171 31.7064L8.23189 31.7073L8.07892 31.6815C8.07334 31.6804 8.06787 31.6787 8.0623 31.6776C7.98707 31.6627 7.92228 31.6453 7.8718 31.632L7.87216 31.6339L7.82403 31.6211L7.81467 31.6189C7.79636 31.6141 7.72682 31.5958 7.64871 31.5716L7.64889 31.5726C7.58171 31.552 7.52313 31.529 7.47313 31.5103L7.4735 31.5122C7.4724 31.5118 7.47137 31.5112 7.47025 31.5108L7.44889 31.5029L7.4487 31.5019C7.39719 31.4837 7.32947 31.4607 7.25295 31.4285L7.24209 31.4235C7.1578 31.3875 7.0843 31.3511 7.05796 31.338L7.03376 31.3256L7.03454 31.3245C6.99252 31.3043 6.9216 31.2698 6.85317 31.2324L6.85239 31.2335C6.79183 31.2005 6.73374 31.1662 6.6782 31.1322L6.51877 31.03L6.22743 30.8135L6.20503 30.7949L6.0572 30.6647L6.04771 30.6566L6.02116 30.6317L6.00692 30.6195C5.99996 30.6132 5.98914 30.6029 5.97676 30.5914C5.95223 30.5687 5.91283 30.5321 5.86851 30.4866L5.87007 30.4843C5.82241 30.4358 5.78253 30.3932 5.75567 30.3627L5.75489 30.3639L5.71968 30.3248L5.72046 30.3236C5.69292 30.2932 5.65397 30.2494 5.61109 30.1971L5.61031 30.1983C5.56718 30.1459 5.53269 30.0999 5.51319 30.0735C5.50326 30.06 5.49499 30.0477 5.49017 30.041C5.48568 30.0348 5.48395 30.0329 5.48356 30.0323L5.48434 30.0312L5.47093 30.0128L5.47015 30.014C5.45902 29.9991 5.40552 29.9279 5.35053 29.8437L5.35131 29.8426L5.25902 29.696L5.25337 29.6871L5.22967 29.6459L5.23045 29.6447L5.15504 29.5138C5.14758 29.5001 5.1404 29.4861 5.13326 29.4722C5.10716 29.4212 5.08502 29.3745 5.06636 29.3338L5.04482 29.2881L5.04656 29.2868C5.02788 29.2478 5.00144 29.1918 4.97435 29.1255L4.97261 29.1268C4.96885 29.1177 4.96603 29.1085 4.96256 29.0999C4.9612 29.0965 4.95904 29.0933 4.95768 29.0899L4.95846 29.0887C4.93932 29.0405 4.92406 29.0005 4.91505 28.9747C4.90934 28.9583 4.90437 28.9434 4.90168 28.9355C4.89941 28.9288 4.89815 28.926 4.89758 28.9243L4.88271 28.8824L4.88216 28.8795L4.82174 28.6911C4.82028 28.6861 4.81833 28.6812 4.81692 28.6762C4.78502 28.5629 4.75549 28.4404 4.73099 28.3107L2.97229 19.0008C2.53546 16.6884 4.07294 14.4792 6.36769 14.0473Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i_598_17985)'%3E%3Cpath d='M32.2162 26.9299C34.4726 26.5053 35.9626 24.3274 35.5373 22.0756C35.1119 19.8237 32.9295 18.3367 30.6731 18.7613C28.4167 19.1858 26.9267 21.3637 27.3521 23.6156C27.7775 25.8674 29.9598 27.3544 32.2162 26.9299Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17985' x='0.896973' y='11.1016' width='42.2817' height='24.4746' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17985'/%3E%3C/filter%3E%3Cfilter id='filter1_i_598_17985' x='25.2788' y='16.6895' width='12.3315' height='13.3125' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17985'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.keynavo-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17989)'%3E%3Cpath d='M6.36623 14.0473C8.52095 13.6419 10.626 14.9387 11.236 17.0145L11.8209 16.0757L11.8712 15.9997L11.9987 15.8226C12.6566 14.9577 13.5926 14.3809 14.6878 14.2008L14.687 14.2019C15.8243 14.0115 16.9767 14.2816 17.9096 14.9629L18.0806 15.0947C19.7796 16.4737 20.1058 18.937 18.9239 20.7373L18.8301 20.893L21.2169 20.444C21.6728 20.3582 21.9973 20.0525 22.1142 19.7117C23.3166 16.2037 26.3669 13.7079 30.0479 13.193L30.1737 13.1802L30.1766 13.1797C35.1607 12.553 39.8792 15.8411 40.9511 20.7576L41.0442 21.2449C41.4225 23.5192 40.9862 25.8181 39.8024 27.7974L39.5377 28.2169C38.0637 30.4229 35.801 31.9139 33.1892 32.4053C29.9862 33.0078 26.7341 32.0036 24.4409 29.7138L24.2213 29.4878C23.9511 29.2002 23.5534 29.0639 23.1335 29.1429L16.8934 30.317C15.4223 30.5936 13.9136 30.3136 12.648 29.5924L12.4227 29.9199C12.3508 30.0244 12.274 30.1238 12.1957 30.218L12.1969 30.2188C12.1739 30.2466 12.1528 30.2698 12.1381 30.2865C12.1233 30.3033 12.1099 30.3178 12.1003 30.3284C12.0908 30.3388 12.0809 30.349 12.0755 30.3549C12.069 30.362 12.0661 30.3661 12.0633 30.3691L12.0625 30.3703L12.0303 30.4051L12.029 30.4034C11.9936 30.4426 11.9442 30.4988 11.8833 30.558L11.875 30.5665C11.8184 30.6208 11.7633 30.669 11.7461 30.6842L11.7394 30.6904L10.4213 29.1845L11.7384 30.6906L11.7051 30.7197L11.704 30.7189L11.5818 30.8244L11.5609 30.8403C11.5011 30.8872 11.4473 30.9265 11.4234 30.9436L11.4173 30.9478L11.3744 30.9787L11.3733 30.9779C11.3719 30.9789 11.3705 30.9812 11.3682 30.9828C11.3616 30.9876 11.3509 30.9949 11.3393 31.0032C11.3159 31.0198 11.2801 31.0458 11.2364 31.0742L11.2353 31.0734C11.1921 31.1016 11.1558 31.1242 11.134 31.1372C11.1227 31.1439 11.1122 31.1503 11.1072 31.1532L11.1001 31.1575C11.0931 31.1617 11.0856 31.1654 11.0785 31.1695L11.0658 31.1759L11.067 31.1767C11.0627 31.1792 11.0577 31.1806 11.0533 31.1832L11.0311 31.1973L11.03 31.1965C10.9839 31.2237 10.9313 31.2547 10.8737 31.2846L10.87 31.2862C10.8245 31.3097 10.7857 31.3291 10.761 31.3405C10.7482 31.3465 10.7364 31.3511 10.7289 31.3545C10.7187 31.3592 10.7182 31.3594 10.7142 31.3613L10.7088 31.3643L10.664 31.3846L10.6628 31.3839L10.4829 31.4624C10.4017 31.4943 10.3274 31.5187 10.3014 31.5274L10.2585 31.5424L10.2572 31.5407C10.2243 31.5521 10.1479 31.5785 10.065 31.6017L10.0663 31.6034C9.82414 31.6718 9.57625 31.7182 9.32633 31.7426L9.32597 31.7407C9.24158 31.7491 9.16253 31.7531 9.12583 31.7545L9.12602 31.7555L9.07484 31.7581L9.07466 31.7572C9.04175 31.759 8.96417 31.7626 8.87577 31.7618L8.87595 31.7628C8.86912 31.7627 8.86242 31.7617 8.85585 31.7616C8.85458 31.7616 8.85329 31.7623 8.85201 31.7623L8.85183 31.7613C8.80449 31.7606 8.76472 31.7603 8.73807 31.7589C8.72236 31.7581 8.70761 31.7569 8.69883 31.7563C8.68805 31.7557 8.68572 31.7558 8.68179 31.7556L8.66877 31.755L8.62053 31.7522L8.62017 31.7503C8.57564 31.7479 8.51314 31.7441 8.44255 31.736L8.44292 31.7379C8.38214 31.7311 8.32338 31.7215 8.27021 31.7128L8.27039 31.7137L8.23024 31.7064L8.23042 31.7073L8.07746 31.6815C8.07187 31.6804 8.0664 31.6787 8.06083 31.6776C7.98561 31.6627 7.92081 31.6453 7.87034 31.632L7.8707 31.6339L7.82256 31.6211L7.8132 31.6189C7.7949 31.6141 7.72536 31.5958 7.64724 31.5716L7.64743 31.5726C7.58024 31.552 7.52167 31.529 7.47167 31.5103L7.47203 31.5122C7.47094 31.5118 7.4699 31.5112 7.46879 31.5108L7.44742 31.5029L7.44724 31.5019C7.39572 31.4837 7.328 31.4607 7.25149 31.4285L7.24062 31.4235C7.15633 31.3875 7.08284 31.3511 7.05649 31.338L7.0323 31.3256L7.03308 31.3245C6.99106 31.3043 6.92013 31.2698 6.8517 31.2324L6.85092 31.2335C6.79036 31.2005 6.73228 31.1662 6.67673 31.1322L6.5173 31.03L6.22597 30.8135L6.20356 30.7949L6.05573 30.6647L6.04624 30.6566L6.01969 30.6317L6.00546 30.6195C5.99849 30.6132 5.98767 30.6029 5.9753 30.5914C5.95077 30.5687 5.91137 30.5321 5.86704 30.4866L5.8686 30.4843C5.82094 30.4358 5.78106 30.3932 5.7542 30.3627L5.75343 30.3639L5.71821 30.3248L5.71899 30.3236C5.69146 30.2932 5.6525 30.2494 5.60963 30.1971L5.60885 30.1983C5.56572 30.1459 5.53123 30.0999 5.51173 30.0735C5.5018 30.06 5.49353 30.0477 5.4887 30.041C5.48421 30.0348 5.48248 30.0329 5.48209 30.0323L5.48287 30.0312L5.46947 30.0128L5.46869 30.014C5.45756 29.9991 5.40406 29.9279 5.34907 29.8437L5.34985 29.8426L5.25755 29.696L5.2519 29.6871L5.22821 29.6459L5.22899 29.6447L5.15357 29.5138C5.14612 29.5001 5.13893 29.4861 5.1318 29.4722C5.10569 29.4212 5.08356 29.3745 5.0649 29.3338L5.04336 29.2881L5.0451 29.2868C5.02642 29.2478 4.99998 29.1918 4.97288 29.1255L4.97115 29.1268C4.96738 29.1177 4.96457 29.1085 4.96109 29.0999C4.95973 29.0965 4.95757 29.0933 4.95622 29.0899L4.957 29.0887C4.93785 29.0405 4.9226 29.0005 4.91359 28.9747C4.90787 28.9583 4.9029 28.9434 4.90021 28.9355C4.89795 28.9288 4.89669 28.926 4.89612 28.9243L4.88124 28.8824L4.8807 28.8795L4.82027 28.6911C4.81882 28.6861 4.81686 28.6812 4.81545 28.6762C4.78356 28.5629 4.75402 28.4404 4.72953 28.3107L2.97083 19.0008C2.534 16.6884 4.07148 14.4792 6.36623 14.0473Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i_598_17989)'%3E%3Cpath d='M32.2148 26.9299C34.4712 26.5053 35.9612 24.3274 35.5358 22.0756C35.1104 19.8237 32.9281 18.3367 30.6717 18.7613C28.4153 19.1858 26.9253 21.3637 27.3506 23.6156C27.776 25.8674 29.9584 27.3544 32.2148 26.9299Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17989' x='0.895508' y='11.1016' width='42.2817' height='24.4746' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17989'/%3E%3C/filter%3E%3Cfilter id='filter1_i_598_17989' x='25.2773' y='16.6895' width='12.3315' height='13.3125' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17989'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.france::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17994)'%3E%3Cpath d='M24.1029 5C23.8572 5 21.7079 5.39368 21.7079 5.39368C21.6081 8.61196 19.3744 11.4636 14.7764 11.9586L13.7939 10.1743L11.8672 10.3661L12.7346 15.0137L4 14.6347L4.93648 17.8445C14.3466 20.8996 13.9167 29.6394 11.8672 37.4512C15.475 41.5504 22.7519 41.1482 26.1447 40.7847C26.3827 35.9739 30.167 35.796 36.5765 38.2942C37.4439 36.933 38.0196 35.5099 40 34.3729L36.423 23.5834L34.312 24.063C35.1564 22.431 36.7837 20.2035 38.1808 19.1593L39.3782 12.4382C32.5772 11.9509 28.1405 8.8525 24.1029 5Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17994' x='2' y='3' width='40' height='41' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17994'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.france-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17996)'%3E%3Cpath d='M24.1029 5C23.8572 5 21.7079 5.39368 21.7079 5.39368C21.6081 8.61196 19.3744 11.4636 14.7764 11.9586L13.7939 10.1743L11.8672 10.3661L12.7346 15.0137L4 14.6347L4.93648 17.8445C14.3466 20.8996 13.9167 29.6394 11.8672 37.4512C15.475 41.5504 22.7519 41.1482 26.1447 40.7847C26.3827 35.9739 30.167 35.796 36.5765 38.2942C37.4439 36.933 38.0196 35.5099 40 34.3729L36.423 23.5834L34.312 24.063C35.1564 22.431 36.7837 20.2035 38.1808 19.1593L39.3782 12.4382C32.5772 11.9509 28.1405 8.8525 24.1029 5Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17996' x='2' y='3' width='40' height='41' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17996'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.envelope::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17999)'%3E%3Cpath d='M11.75 18.1988L19.25 24.0132C20.3142 24.8386 21.6368 25.2883 23 25.2883C24.3632 25.2883 25.6858 24.8386 26.75 24.0132L34.25 18.2007M9 38C7.4087 38 5.88258 37.3876 4.75736 36.2976C3.63214 35.2075 3 33.7291 3 32.1875V12.8125C3 11.2709 3.63214 9.7925 4.75736 8.70244C5.88258 7.61239 7.4087 7 9 7H37C38.5913 7 40.1174 7.61239 41.2426 8.70244C42.3679 9.7925 43 11.2709 43 12.8125V32.1875C43 33.7291 42.3679 35.2075 41.2426 36.2976C40.1174 37.3876 38.5913 38 37 38H9Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17999' x='1' y='5' width='44' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17999'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.envelope-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_18001)'%3E%3Cpath d='M11.75 18.1988L19.25 24.0132C20.3142 24.8386 21.6368 25.2883 23 25.2883C24.3632 25.2883 25.6858 24.8386 26.75 24.0132L34.25 18.2007M9 38C7.4087 38 5.88258 37.3876 4.75736 36.2976C3.63214 35.2075 3 33.7291 3 32.1875V12.8125C3 11.2709 3.63214 9.7925 4.75736 8.70244C5.88258 7.61239 7.4087 7 9 7H37C38.5913 7 40.1174 7.61239 41.2426 8.70244C42.3679 9.7925 43 11.2709 43 12.8125V32.1875C43 33.7291 42.3679 35.2075 41.2426 36.2976C40.1174 37.3876 38.5913 38 37 38H9Z' stroke='%23B4CFCB' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_18001' x='1' y='5' width='44' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_18001'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.form .unit {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form .side {
  display: flex;
  gap: 1.5rem;
}
.form label {
  margin: 0;
}
.form input[type=text] {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  border: solid 1px #fff;
  color: #046053;
  outline: none;
}
.form input[type=text]::placeholder {
  color: #b4cfcb;
}
.form input[type=text]:focus {
  border-color: #ff8f6d;
}
.form input[type=checkbox] {
  accent-color: #ff8f6d;
}
.form .two-slots {
  display: flex;
  gap: 2rem;
  margin: 1.5rem 0;
}
.form .two-slots .unit {
  width: 50%;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

p,
ul {
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 10rem;
  max-height: 100%;
}

body {
  background-color: #f7f0ea;
  position: relative;
}

* {
  box-sizing: border-box;
}

.before-footer {
  padding-bottom: 80rem !important;
}
@media screen and (min-width: 768px) {
  .before-footer {
    padding-bottom: 80rem !important;
  }
}
@media screen and (min-width: 992px) {
  .before-footer {
    padding-bottom: 50rem !important;
  }
}

.identity {
  display: flex;
  flex-direction: column-reverse;
  gap: 5.5rem;
  margin: 6.5rem 0 -6.5rem;
}
@media screen and (min-width: 992px) {
  .identity {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -31rem;
    margin: 10.5rem 0 -10.5rem;
  }
}
@media screen and (min-width: 992px) {
  .identity .right-bloc {
    width: 50%;
  }
}
.identity .right-bloc .cta {
  margin-bottom: 3rem;
}
.identity .right-bloc .values {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.identity .right-bloc .values .item {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}
.identity .right-bloc .values .item::before {
  content: "";
  height: 3.5rem;
  width: 3.5rem;
  background-color: #b4cfcb;
  background-size: 2.5rem;
  border-radius: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.identity .right-bloc .values .item .text {
  color: #046053;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.identity .left-bloc {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .identity .left-bloc {
    width: 41.6666666667%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    overflow: visible;
  }
}
@media screen and (min-width: 992px) {
  .identity .left-bloc .bloc-title {
    position: relative;
    top: 122px;
    left: 50px;
  }
}
@media screen and (min-width: 992px) {
  .identity .left-bloc .cards-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.identity .left-bloc .card-container {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .identity .left-bloc .card-container {
    display: block;
  }
}
.identity .left-bloc .card-container:hover {
  z-index: 2;
}
.identity .left-bloc .card-container.up {
  z-index: 2;
}
.identity .left-bloc .card-container.up .member-card {
  z-index: 3;
  transform: scale(1.08);
}
.identity .left-bloc .member-card {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 27.7px -2px rgba(0, 0, 0, 0.25);
  transition: transform ease 0.3s;
  width: 80%;
}
@media screen and (min-width: 992px) {
  .identity .left-bloc .member-card {
    max-width: 260px;
    width: unset;
  }
}
.identity .left-bloc .member-card:hover {
  z-index: 3;
  transform: scale(1.08);
}
.identity .left-bloc .member-card .image-container {
  border-radius: 100%;
  border: solid 1px #b4cfcb;
  padding: 1.3rem;
  height: 9.2rem;
  width: 9.2rem;
  margin-bottom: 0.5rem;
}
.identity .left-bloc .member-card .image-container .picture {
  border-radius: 50%;
  border: solid 1px #b4cfcb;
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
}
.identity .left-bloc .member-card .image-container .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.identity .left-bloc .member-card .name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 10px;
}
.identity .left-bloc .member-card .name .title {
  margin: 0;
}
.identity .left-bloc .member-card .name .linkedin {
  height: 20px;
  width: 20px;
}
.identity .left-bloc .member-card .description {
  margin-bottom: 0;
}
.identity .left-bloc .card-container:first-of-type {
  transform: rotate(-8.29deg);
}
.identity .left-bloc .card-container:nth-of-type(2) {
  transform: rotate(8.29deg);
  top: -70px;
}
@media screen and (min-width: 992px) {
  .identity .left-bloc .card-container:nth-of-type(2) {
    top: -125px;
    left: 200px;
  }
}
.identity .left-bloc .card-container:nth-of-type(3) {
  top: -100px;
}
@media screen and (min-width: 992px) {
  .identity .left-bloc .card-container:nth-of-type(3) {
    top: -270px;
  }
}

.reviews-bloc {
  margin: 10.5rem 0;
  border-radius: 20px;
  padding: 7.5rem 0;
}
@media screen and (min-width: 576px) {
  .reviews-bloc {
    margin: 18rem 0;
  }
}
.reviews-bloc .title {
  text-align: center;
  padding: 0 2rem;
}
.reviews-bloc .reviews-container .review-item {
  max-width: 270px;
}
.reviews-bloc .reviews-container .review-item:not(.swiper-slide-active) .content-container {
  transform: scale(0.75);
  opacity: 0.7;
}
.reviews-bloc .reviews-container .review-item .content-container {
  transition: all 0.3s ease;
  transform: scale(1);
  opacity: 1;
}
.reviews-bloc .reviews-container .review-item .content {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.reviews-bloc .reviews-container .review-item .id {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.7rem;
}
.reviews-bloc .reviews-container .review-item .picture {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: solid 1px #b4cfcb;
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.reviews-bloc .reviews-container .review-item .picture::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_813_1913)'%3E%3Cpath d='M17.0557 20.7629L19.8007 10.7579C19.8437 10.6011 19.8508 10.4363 19.8215 10.2762C19.7922 10.1162 19.7273 9.96533 19.6318 9.8355C19.5364 9.70568 19.413 9.60043 19.2714 9.52803C19.1298 9.45563 18.9738 9.41805 18.8157 9.41824H12.9474C12.8633 9.41824 12.7803 9.39869 12.7045 9.36105C12.6287 9.3234 12.5622 9.26862 12.5098 9.2008C12.4574 9.13299 12.4206 9.05387 12.402 8.96934C12.3834 8.88482 12.3836 8.79707 12.4025 8.71262L12.6581 7.5731C12.8922 6.52784 12.9674 5.45098 12.881 4.38202L12.834 3.80121C12.7836 3.1781 12.5204 2.59356 12.0912 2.15143C11.6985 1.74711 11.1661 1.51985 10.6109 1.51953H10.4882C10.1524 1.51953 9.84312 1.70699 9.68057 2.00925L8.32137 4.52894C7.71209 5.65903 6.80377 6.58761 5.70214 7.2066L2.29826 9.11809C2.13689 9.20881 2.00224 9.34267 1.9085 9.50558C1.81477 9.6685 1.76541 9.85444 1.76563 10.0438V20.4764C1.76563 20.7558 1.87334 21.0236 2.06506 21.2211C2.25679 21.4186 2.51682 21.5296 2.78796 21.5296H16.0717C16.2943 21.5295 16.5108 21.4546 16.6883 21.3162C16.8658 21.1779 16.9952 20.9836 17.0557 20.7629Z' stroke='%23B4CFCB' stroke-width='2.58194' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_813_1913' x='0.476562' y='0.230469' width='20.6562' height='23.2353' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.645486'/%3E%3CfeGaussianBlur stdDeviation='1.03278'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_813_1913'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  height: 23px;
  width: 22px;
  position: absolute;
  top: 0;
  right: -10px;
}
.reviews-bloc .reviews-container .review-item .picture img {
  height: 56.2px;
  width: 56.2px;
  object-fit: cover;
  border-radius: 100%;
}
.reviews-bloc .reviews-container .review-item .description {
  margin: 0;
}

.title-scroll {
  padding-top: 6rem;
}
.title-scroll .content-container {
  height: 20rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .title-scroll .content-container {
    height: 40rem;
  }
}
.title-scroll .content {
  font-weight: 700;
  font-size: 10rem;
  color: #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  top: 0;
  display: block;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .title-scroll .content {
    font-size: 25rem;
  }
}

.hero-section-v1 {
  overflow: hidden;
  cursor: url(../../assets/img/cursor.png);
}
@media screen and (min-width: 992px) {
  .hero-section-v1 {
    padding-bottom: 26rem;
    overflow: visible;
    padding-bottom: 18.6666666667%;
  }
}
@media screen and (min-width: 1900px) {
  .hero-section-v1 {
    padding-bottom: 18.6666666667%;
  }
}
@media screen and (min-width: 992px) {
  .hero-section-v1.alt {
    overflow: visible;
  }
}
.hero-section-v1.alt .content {
  background: #f7f0ea;
}
@media screen and (min-width: 992px) {
  .hero-section-v1.alt .content {
    max-height: 77rem;
  }
}
.hero-section-v1.alt .content .heading {
  margin-bottom: 0;
  padding-bottom: 12rem;
}
@media screen and (min-width: 992px) {
  .hero-section-v1.alt .content .heading {
    padding-bottom: 7rem;
  }
}
.hero-section-v1.alt .content .heading .title,
.hero-section-v1.alt .content .heading .subtitle {
  color: #046053 !important;
}
.hero-section-v1.alt .content .sentence {
  color: #046053 !important;
}
.hero-section-v1.alt .solutions-wrapper {
  width: 100%;
}
.hero-section-v1.alt .solutions-wrapper .solution {
  aspect-ratio: 235/454;
  height: unset;
  max-height: 59rem;
}
.hero-section-v1 .content {
  background: url(../../assets/img/home-bg.webp);
  background-size: cover;
  border-radius: 0 0 20px 20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .hero-section-v1 .content {
    padding: 0 6rem 0;
    max-height: 92rem;
  }
}
.hero-section-v1 .content .heading {
  max-width: 1020px;
  margin: 0 auto 12rem;
  padding: 120px 0 0;
}
@media screen and (min-width: 992px) {
  .hero-section-v1 .content .heading {
    padding-bottom: 14rem;
    margin-bottom: 0;
    padding-top: 19.5rem;
  }
}
.hero-section-v1 .content .heading .title,
.hero-section-v1 .content .heading .subtitle {
  text-align: left;
  color: #f7f0ea;
}
@media screen and (min-width: 576px) {
  .hero-section-v1 .content .heading .title,
  .hero-section-v1 .content .heading .subtitle {
    text-align: center;
  }
}
.hero-section-v1 .content .solutions-container {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-section-v1 .content .solutions-container {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .hero-section-v1 .content .solutions-container .left-bloc,
  .hero-section-v1 .content .solutions-container .right-bloc {
    border-radius: 2rem;
    border: solid 1px #b4cfcb;
    position: relative;
    padding: 5rem 5rem 5rem;
    backdrop-filter: blur(49px);
  }
  .hero-section-v1 .content .solutions-container .left-bloc:before,
  .hero-section-v1 .content .solutions-container .right-bloc:before {
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  }
  .hero-section-v1 .content .solutions-container .left-bloc .availability,
  .hero-section-v1 .content .solutions-container .right-bloc .availability {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    border-radius: 5px;
    padding: 1.3rem 2rem;
    margin: 0 auto;
    background-color: #fff;
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .hero-section-v1 .content .solutions-container .left-bloc .availability.all,
  .hero-section-v1 .content .solutions-container .right-bloc .availability.all {
    padding: 1.3rem 1rem;
  }
  .hero-section-v1 .content .solutions-container .left-bloc .availability.local:before,
  .hero-section-v1 .content .solutions-container .right-bloc .availability.local:before {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='41' viewBox='0 0 33 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17976)'%3E%3Cpath d='M16.3333 2C8.43037 2 2.00015 8.51603 2.00015 16.5154C1.94819 28.2166 15.7887 37.919 16.3333 38.3111C16.3333 38.3111 30.7185 28.2166 30.6665 16.5244C30.6665 8.51603 24.2363 2 16.3333 2ZM16.3333 23.7867C12.3738 23.7867 9.16674 20.5368 9.16674 16.5244C9.16674 12.5121 12.3738 9.26222 16.3333 9.26222C20.2929 9.26222 23.4999 12.5121 23.4999 16.5244C23.4999 20.5368 20.2929 23.7867 16.3333 23.7867Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17976' x='0' y='0' width='32.6665' height='41.3105' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17976'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .hero-section-v1 .content .solutions-container .left-bloc .availability.all:before,
  .hero-section-v1 .content .solutions-container .right-bloc .availability.all:before {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17995)'%3E%3Cpath d='M22.1029 2C21.8572 2 19.7079 2.39368 19.7079 2.39368C19.6081 5.61196 17.3744 8.46363 12.7764 8.95863L11.7939 7.17431L9.8672 7.36612L10.7346 12.0137L2 11.6347L2.93648 14.8445C12.3466 17.8996 11.9167 26.6394 9.8672 34.4512C13.475 38.5504 20.7519 38.1482 24.1447 37.7847C24.3827 32.9739 28.167 32.796 34.5765 35.2942C35.4439 33.933 36.0196 32.5099 38 31.3729L34.423 20.5834L32.312 21.063C33.1564 19.431 34.7837 17.2035 36.1808 16.1593L37.3782 9.43816C30.5772 8.9509 26.1405 5.8525 22.1029 2Z' stroke='%234F9087' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17995' x='0' y='0' width='40' height='41' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17995'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .hero-section-v1 .content .solutions-container .left-bloc .availability::before,
  .hero-section-v1 .content .solutions-container .right-bloc .availability::before {
    content: "";
    height: 3rem;
    width: 3rem;
    background-size: contain;
    flex-shrink: 0;
    background-repeat: no-repeat;
    white-space: pre;
  }
  .hero-section-v1 .content .solutions-container .left-bloc {
    width: calc((100% - 9rem) / 4);
    flex-grow: 1;
  }
  .hero-section-v1 .content .solutions-container .right-bloc {
    width: calc((100% - 9rem) / 4 * 3);
    flex-shrink: 1;
  }
}
.hero-section-v1 .content .solutions-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.hero-section-v1 .content .solutions-wrapper .solution:hover {
  transform: translateY(-30px);
  box-shadow: 0px 0px 27.51px 0px rgba(6, 50, 0, 0.2);
}
.hero-section-v1 .content .solutions-wrapper .solution:hover .illustration {
  filter: blur(0);
}
.hero-section-v1 .content .solutions-wrapper .solution:hover .price,
.hero-section-v1 .content .solutions-wrapper .solution:hover .solution-title {
  opacity: 0;
}
.hero-section-v1 .content .solutions-wrapper .solution:hover .undertext {
  opacity: 1;
}
.hero-section-v1 .content .solutions-wrapper .solution:hover .circle::before {
  height: 6rem;
  width: 6rem;
}
.hero-section-v1 .content .solutions-wrapper .solution:hover .circle::after {
  opacity: 1;
}
.hero-section-v1 .content .solution {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: flex-start;
  position: relative;
  aspect-ratio: 235/454;
  width: 100%;
  border: solid 1px #4f9087;
  border-radius: 2rem;
  padding: 1.5rem;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #f7f0ea;
}
.hero-section-v1 .content .solution .solution-title {
  margin: 0;
  transition: opacity 0.3s ease;
}
.hero-section-v1 .content .solution .undertext {
  width: 100%;
  min-height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 1rem 1.5rem;
  margin: 0;
  background-color: #f7f0ea;
  z-index: 1;
  display: grid;
  align-content: center;
}
.hero-section-v1 .content .solution .price {
  width: 100%;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.5rem;
  margin: 0;
  position: relative;
  z-index: 3;
  transition: opacity 0.3s ease;
}
.hero-section-v1 .content .solution .illustration {
  position: absolute;
  bottom: -3px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 80%;
  margin: 0;
  filter: blur(40px);
  transition: filter 0.3s ease;
}
.hero-section-v1 .content .solution .illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.hero-section-v1 .content .solution .circle {
  position: absolute;
  height: 6rem;
  width: 6rem;
  right: 2rem;
  border-radius: 100%;
  border: solid 1px #046053;
  top: 55%;
  z-index: 3;
}
.hero-section-v1 .content .solution .circle::before {
  content: "";
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.hero-section-v1 .content .solution .circle:after {
  content: "";
  opacity: 0;
  position: absolute;
  height: 2.4rem;
  width: 2.4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4071 23.4573C15.205 23.7267 14.7996 23.7233 14.6021 23.4505L13.1161 21.3985C12.9876 21.221 12.9896 20.9805 13.1211 20.8052L17.625 14.8C17.8722 14.4704 17.637 14 17.225 14H0.500001C0.223858 14 0 13.7761 0 13.5V10.5C0 10.2239 0.223858 10 0.5 10H17.225C17.637 10 17.8722 9.52962 17.625 9.2L13.1211 3.1948C12.9896 3.0195 12.9876 2.77902 13.1161 2.60154L14.6021 0.549494C14.7996 0.276679 15.205 0.273283 15.4071 0.542749L23.775 11.7C23.9083 11.8778 23.9083 12.1222 23.775 12.3L15.4071 23.4573Z' fill='%23FF7348'/%3E%3C/svg%3E%0A");
}
.hero-section-v1 .content .solutions-slider {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .hero-section-v1 .content .solutions-slider {
    display: none;
  }
}
.hero-section-v1 .content .solutions-slider .solution-container {
  position: relative;
  width: 60%;
}
@media screen and (min-width: 576px) {
  .hero-section-v1 .content .solutions-slider .solution-container {
    width: 50%;
  }
}
.hero-section-v1 .content .solutions-slider .solution-container .sentence {
  position: absolute;
  display: grid;
  align-content: center;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 1.7rem;
  color: #fff;
  height: 6rem;
}
.hero-section-v1 .content .solutions-slider .solution-container.swiper-slide-active .solution {
  transform: translateY(-6rem);
  box-shadow: 0px 0px 27.51px 0px rgba(6, 50, 0, 0.2);
}
.hero-section-v1 .content .solutions-slider .solution-container.swiper-slide-active .solution .illustration {
  filter: none;
}
.hero-section-v1 .content .solutions-slider .solution {
  border-radius: 1.125rem;
  border: solid 1px #b4cfcb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 340px;
  padding: 1rem;
  overflow: hidden;
  background-color: #f7f0ea;
  transition: transform 0.3s ease;
  z-index: 5;
}
.hero-section-v1 .content .solutions-slider .solution .head {
  width: 100%;
}
.hero-section-v1 .content .solutions-slider .solution .solution-title {
  margin-bottom: 0.75rem;
  text-align: center;
}
.hero-section-v1 .content .solutions-slider .solution .price {
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0.4rem;
  width: 100%;
  text-align: center;
}
.hero-section-v1 .content .solutions-slider .solution .illustration {
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.hero-section-v1 .content .solutions-slider .solution .illustration img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-section-v1 .content .solutions-slider .solution .available {
  position: relative;
  z-index: 1;
  padding: 0.5rem;
  background: #046053;
  width: 100%;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.hero-section-v1 .content .solutions-slider .solution .available::before {
  content: "";
  flex-shrink: 0;
  display: block;
  height: 26px;
  width: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_648_27099)'%3E%3Cpath d='M13.6446 2.48047C13.501 2.48047 12.2447 2.71057 12.2447 2.71057C12.1864 4.59165 10.8808 6.25844 8.19332 6.54776L7.61903 5.50483L6.49288 5.61694L6.99987 8.33345L1.89453 8.11193L2.4419 9.98803C7.94206 11.7737 7.69081 16.8821 6.49288 21.4481C8.6016 23.844 12.8549 23.609 14.838 23.3965C14.9771 20.5846 17.189 20.4806 20.9354 21.9408C21.4423 21.1452 21.7788 20.3134 22.9364 19.6488L20.8456 13.3424L19.6118 13.6227C20.1053 12.6688 21.0565 11.3668 21.8731 10.7566L22.573 6.82805C18.5978 6.54324 16.0045 4.73224 13.6446 2.48047Z' stroke='%23B4CFCB' stroke-width='2.33798' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_648_27099' x='0.725586' y='1.31055' width='23.3799' height='23.9654' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.584496'/%3E%3CfeGaussianBlur stdDeviation='0.935194'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_648_27099'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.hero-section-v1 .content .solutions-slider .solution .available.located:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='24' viewBox='0 0 20 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_1812_3952)'%3E%3Cpath d='M9.90648 1.30859C5.34033 1.30859 1.62508 5.07341 1.62508 9.69525C1.59506 16.456 9.59179 22.0618 9.90648 22.2883C9.90648 22.2883 18.2179 16.456 18.1879 9.7005C18.1879 5.07341 14.4726 1.30859 9.90648 1.30859ZM9.90648 13.8964C7.61875 13.8964 5.76578 12.0188 5.76578 9.7005C5.76578 7.38223 7.61875 5.50454 9.90648 5.50454C12.1942 5.50454 14.0472 7.38223 14.0472 9.7005C14.0472 12.0188 12.1942 13.8964 9.90648 13.8964Z' stroke='%23B4CFCB' stroke-width='2.33798' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1812_3952' x='0.453125' y='0.138672' width='18.9062' height='23.9029' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.584496'/%3E%3CfeGaussianBlur stdDeviation='0.935194'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1812_3952'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.hero-section-v1 .content .solutions-slider .controls-container {
  padding: 2rem 0 6rem;
  margin: 0;
}
.hero-section-v1 .content .solutions-slider .controls-container .left,
.hero-section-v1 .content .solutions-slider .controls-container .right {
  height: 4.5rem;
  width: 4.5rem;
}

.more {
  height: 1080px;
  width: 100%;
  background: url(../../assets/img/background.jpg);
}

.hero-section:has(.hero-section-v3) {
  position: relative;
}
.hero-section:has(.hero-section-v3):after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='654' height='615' viewBox='0 0 654 615' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M396.373 308.7C449.517 274.287 516.521 272.847 571.266 304.917L571.24 304.936C645.722 348.652 674.329 443.699 636.366 521.322C616.436 562.094 581.747 592.319 538.684 606.43C495.608 620.534 449.777 616.728 409.643 595.701C358.873 569.101 325.762 519.059 321.054 461.845C319.143 438.586 305.58 418.195 284.77 407.293L164.679 344.375C133.533 328.057 114.36 293.685 116.701 258.605L62.693 275.477C61.3043 275.911 59.9043 276.275 58.5435 276.565C58.1262 276.656 57.5959 276.742 57.0265 276.834C56.8357 276.864 56.6405 276.896 56.4438 276.928L55.451 277.092C54.8184 277.207 54.1229 277.319 53.4155 277.394C52.7777 277.458 52.1215 277.496 51.4653 277.534L51.465 277.534L50.4996 277.585C49.9253 277.618 49.3385 277.645 48.7458 277.652C48.0777 277.652 47.4225 277.627 46.8935 277.605L45.7598 277.552C45.6666 277.548 45.5709 277.544 45.473 277.54C45.0151 277.522 44.5099 277.501 43.9966 277.455C43.5626 277.419 43.1397 277.361 42.7168 277.303C42.5754 277.284 42.434 277.265 42.2923 277.246L41.1229 277.079C40.5695 277.012 39.9346 276.918 39.3128 276.799C38.8292 276.706 38.3372 276.585 37.8917 276.476C37.8049 276.455 37.7199 276.434 37.637 276.414L36.608 276.162C35.9553 276.011 35.3465 275.867 34.7009 275.672C34.0554 275.477 33.3979 275.244 32.8219 275.037L31.7887 274.671C31.0747 274.424 30.3483 274.171 29.8169 273.94C27.2025 272.857 24.6808 271.536 22.2894 269.996C21.7972 269.691 21.1629 269.231 20.5536 268.785L19.6518 268.137L19.5978 268.099C19.0925 267.742 18.5759 267.377 18.0605 266.953C17.6412 266.617 17.2432 266.261 16.8523 265.91C16.7627 265.83 16.6735 265.75 16.5846 265.671L15.8285 264.988C15.4005 264.621 14.9541 264.228 14.5273 263.798C14.088 263.361 13.6493 262.892 13.279 262.475L12.4884 261.616C12.1115 261.211 11.7412 260.795 11.3649 260.359C10.9518 259.872 10.5827 259.392 10.2385 258.926L9.59895 258.081L9.55652 258.025C9.17975 257.523 8.83622 257.065 8.4993 256.566C8.1926 256.119 7.89897 255.647 7.56315 255.074L7.30637 254.653C6.72505 253.728 6.38268 253.166 6.04151 252.542C5.71875 251.944 5.43406 251.333 5.17968 250.786L4.90092 250.195C4.49437 249.361 4.06998 248.471 3.81679 247.861C3.24978 246.513 2.76481 245.162 2.35474 243.849C1.94466 242.536 1.58631 241.155 1.26661 239.731C1.15741 239.209 1.04252 238.497 0.9336 237.821C0.915683 237.71 0.897938 237.6 0.880408 237.492L0.745525 236.626C0.72602 236.503 0.706101 236.379 0.686154 236.255C0.596714 235.7 0.506587 235.141 0.45025 234.578C0.37956 233.984 0.346321 233.41 0.315465 232.709L0.248397 231.592C0.213965 231.081 0.181315 230.475 0.174234 229.851C0.164943 229.296 0.190876 228.731 0.213976 228.226C0.220285 228.089 0.226375 227.956 0.231481 227.829L0.267823 226.909L0.267832 226.909C0.285126 226.329 0.302429 225.75 0.357739 225.158C0.401869 224.613 0.475886 224.083 0.548418 223.564C0.55708 223.502 0.565718 223.44 0.574284 223.379L0.719435 222.373C0.80687 221.75 0.894319 221.128 1.00732 220.487C1.12568 219.897 1.2559 219.345 1.39209 218.811L1.64542 217.751C1.76972 217.18 1.92079 216.527 2.12237 215.869C2.27063 215.348 2.45362 214.835 2.63492 214.327C2.68487 214.187 2.73467 214.047 2.7836 213.908L3.10351 212.994C3.33005 212.349 3.60952 211.573 3.83427 211.022C4.39558 209.677 5.00028 208.371 5.65431 207.123L100.221 26.6254C112.549 3.09411 141.713 -6.01665 165.244 6.31186C188.775 18.6404 197.898 47.8103 185.57 71.3415L138.754 160.698L263.857 115.142C276.914 111.053 289.946 112.296 301.636 118.771C313.209 125.105 321.501 135.606 324.992 148.349C331.76 173.055 316.93 199.508 291.933 207.318L198.054 242.805L328.63 311.217C350.401 322.624 376.347 321.659 396.373 308.7ZM561.266 487.29C539.775 528.31 488.905 544.202 447.885 522.711C406.864 501.219 390.972 450.35 412.464 409.329C433.955 368.309 484.825 352.417 525.845 373.908C566.866 395.4 582.758 446.269 561.266 487.29Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E%0A");
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 70%;
  background-size: cover;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .hero-section:has(.hero-section-v3):after {
    background-size: contain;
    background-position: top right;
  }
}
@media screen and (min-width: 992px) {
  .hero-section:has(.hero-section-v3):after {
    background-size: contain;
    height: 90%;
    width: 50%;
    background-position: top right -40px;
  }
}

.hero-section:has(.hero-section-v3.alt):after {
  content: unset;
}

.hero-section-v3 {
  padding: 11.5rem 0 2rem;
  gap: 3rem;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .hero-section-v3 {
    padding: 19.5rem 0 10.5rem;
  }
}
@media screen and (min-width: 576px) {
  .hero-section-v3.alt > .content {
    flex-direction: row-reverse;
  }
}
.hero-section-v3 .content {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  z-index: 2;
  margin: auto;
  gap: 3rem;
}
@media screen and (min-width: 576px) {
  .hero-section-v3 .content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: unset;
  }
}
@media screen and (min-width: 576px) {
  .hero-section-v3 .content .text-content {
    width: 50%;
  }
}
.hero-section-v3 .content .circle {
  position: relative;
}
.hero-section-v3 .content .circle::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -35%;
  background-image: url("data:image/svg+xml,%3Csvg width='357' height='114' viewBox='0 0 357 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M306.44 75.709C316.534 72.1388 325.377 68.0288 333.931 62.7348C338.165 60.0696 342.46 57.0632 346.181 53.2773C349.804 49.5855 353.084 44.4444 350.101 40.2478C347.828 36.9684 344.042 35.0963 340.861 33.6647C326.601 28.3366 319.131 26.8226 294.896 25.1105C264.842 23.4454 234.64 24.897 221.307 26.3501C207.982 27.8853 206.45 26.9329 187.583 29.7141C182.29 30.5337 177.583 31.3201 173.213 32.0833C161.991 34.0643 152.848 35.8205 141.132 38.4248C124.68 41.4168 75.8853 57.4247 58.9053 65.2276C41.743 72.509 21.9974 80.4473 10.2195 85.4687C6.55329 87.0317 3.65564 88.2396 1.42684 89.1481C0.482439 89.533 0.0259778 89.6665 0.000720356 89.6101C0.000703835 89.6101 0.000687315 89.61 0.000670795 89.61C-0.0301289 89.5395 0.607515 89.1747 1.80172 88.6359C7.59813 86.0236 16.2318 82.0562 26.4211 77.3308C45.4689 68.6236 47.7139 68.0441 74.0066 57.6116C100.439 47.5676 116.474 41.5106 149.037 34.2443C158.527 32.2169 165.915 30.7645 172.763 29.4734C189.425 26.5119 202.824 23.6619 236.168 22.0856C283.162 21.5879 288.336 17.942 335.107 26.6909C337.564 27.3623 340.222 28.2084 342.695 29.2256C346.232 30.7092 349.944 32.5745 352.926 35.8055C356.142 38.9444 357.202 44.9168 355.162 48.9931C351.242 57.1242 344.169 61.4743 337.607 65.6C324.102 73.5464 309.826 78.6688 296.945 82.8256C282.816 87.3025 270.276 90.3986 261.076 92.6465C233.594 99.3372 196.225 106.432 156.336 110.448C142.674 111.807 127.874 113.048 112.537 113.522C98.9824 113.885 84.9697 113.835 71.017 111.574C64.0808 110.37 57.0251 108.704 50.6858 104.949C44.208 101.564 39.5075 93.1326 41.3625 85.7945C41.8355 83.1951 42.7084 80.7518 43.7698 78.463C56.7297 53.4603 87.4726 36.2323 113.915 26.0833C131.709 19.3948 148.214 15.5392 159.47 13.1144C187.769 7.4543 194.786 6.60265 222.309 3.07306C228.034 2.39631 234.551 1.73233 241.38 1.18232C253.563 0.310988 266.866 -0.856126 278.706 0.952165C287.837 3.12336 285.689 2.5526 276.476 1.26734C262.824 0.35075 251.559 1.58348 244.516 2.35019C243.481 2.48233 242.499 2.61059 241.51 2.73911C229.568 4.3594 223.24 5.14317 206.819 6.92714C189.1 8.96909 180.978 11.4144 170.785 13.2975C161.114 15.7823 159.974 12.699 114.881 28.5766C113.407 29.1597 111.924 29.7659 110.376 30.4212C71.0159 47.5748 49.3394 68.7447 45.3121 86.4869C44.6465 90.2512 45.3501 93.5928 47.0469 96.119C55.0471 108.288 86.0361 110.411 112.432 109.704C120.521 109.493 128.546 109.016 136.058 108.409C168.612 106.352 234.189 95.7625 259.97 88.6855C280.353 83.4447 284.704 82.3216 295.751 79.164C298.748 78.2716 302.149 77.2128 306.44 75.709Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 357/114;
}
.hero-section-v3 .content .google-content {
  padding: 0.5rem 1rem;
  background: #fff;
  border-radius: 0.5rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 1rem;
}
.hero-section-v3 .content .google-content .google-logo {
  height: 23px;
  width: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2654_12438)'%3E%3Cpath d='M8.01112 0.756342C5.71306 1.55357 3.73122 3.06673 2.3567 5.07356C0.982172 7.0804 0.287416 9.47513 0.374476 11.906C0.461537 14.3369 1.32582 16.6758 2.84039 18.5791C4.35496 20.4825 6.43997 21.85 8.78917 22.4808C10.6937 22.9722 12.6891 22.9938 14.6039 22.5437C16.3384 22.1541 17.9421 21.3206 19.2578 20.1251C20.6271 18.8427 21.6211 17.2114 22.1328 15.4064C22.6889 13.4436 22.7879 11.3795 22.4221 9.37245L11.7271 9.37245V13.809L17.9209 13.809C17.7971 14.5166 17.5318 15.1919 17.141 15.7946C16.7501 16.3973 16.2416 16.9149 15.646 17.3165C14.8897 17.8168 14.0371 18.1535 13.143 18.3048C12.2463 18.4715 11.3265 18.4715 10.4297 18.3048C9.52083 18.1169 8.66105 17.7418 7.9051 17.2033C6.69068 16.3437 5.77882 15.1224 5.29963 13.7137C4.81235 12.2787 4.81235 10.723 5.29963 9.28799C5.64073 8.28212 6.2046 7.36628 6.94917 6.60882C7.80123 5.72609 8.87997 5.09512 10.067 4.78511C11.2541 4.47511 12.5036 4.49807 13.6785 4.85146C14.5963 5.1332 15.4355 5.62545 16.1294 6.28898C16.8278 5.59418 17.525 4.89758 18.221 4.19919C18.5803 3.82364 18.9721 3.46606 19.326 3.08152C18.2669 2.09588 17.0237 1.32894 15.6676 0.824624C13.1982 -0.0720437 10.4962 -0.0961408 8.01112 0.756342Z' fill='white'/%3E%3Cpath d='M8.01242 0.756514C10.4973 -0.0965489 13.1993 -0.0730861 15.6689 0.822999C17.0252 1.33074 18.2679 2.10138 19.3255 3.09068C18.9662 3.47521 18.587 3.83459 18.2205 4.20835C17.5233 4.90434 16.8267 5.59794 16.1307 6.28915C15.4368 5.62562 14.5976 5.13337 13.6798 4.85163C12.5053 4.497 11.2558 4.47272 10.0684 4.78145C8.88107 5.09018 7.80167 5.72 6.94867 6.60181C6.20411 7.35926 5.64023 8.2751 5.29914 9.28098L1.57422 6.39696C2.90751 3.75294 5.21603 1.73047 8.01242 0.756514Z' fill='%23E33629'/%3E%3Cpath d='M0.586089 9.2544C0.786299 8.26214 1.11869 7.30122 1.57437 6.39734L5.29929 9.28854C4.81201 10.7235 4.81201 12.2793 5.29929 13.7143C4.05825 14.6726 2.81661 15.6358 1.57437 16.6037C0.433625 14.333 0.0857176 11.7458 0.586089 9.2544Z' fill='%23F8BD00'/%3E%3Cpath d='M11.7274 9.37039H22.4224C22.7882 11.3774 22.6892 13.4416 22.1331 15.4044C21.6214 17.2093 20.6274 18.8406 19.2581 20.123C18.056 19.185 16.8485 18.2542 15.6463 17.3163C16.2423 16.9143 16.751 16.3961 17.1419 15.7927C17.5328 15.1894 17.7979 14.5134 17.9212 13.8051H11.7274C11.7256 12.3281 11.7274 10.8492 11.7274 9.37039Z' fill='%23587DBD'/%3E%3Cpath d='M1.57227 16.6033C2.81451 15.645 4.05615 14.6818 5.29719 13.7139C5.77733 15.123 6.69049 16.3444 7.90625 17.2035C8.66455 17.7394 9.52619 18.1115 10.4363 18.296C11.333 18.4627 12.2528 18.4627 13.1495 18.296C14.0436 18.1446 14.8962 17.808 15.6526 17.3077C16.8547 18.2457 18.0622 19.1765 19.2643 20.1144C17.9488 21.3107 16.3451 22.1447 14.6104 22.5348C12.6957 22.985 10.7003 22.9634 8.7957 22.472C7.28939 22.0698 5.88239 21.3607 4.66289 20.3894C3.37213 19.3646 2.31789 18.0731 1.57227 16.6033Z' fill='%23319F43'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2654_12438'%3E%3Crect width='23' height='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.hero-section-v3 .content .google-content .stars {
  height: 17px;
  width: 94px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='94' height='17' viewBox='0 0 94 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58494 13.7385L4.42327 16.2455C4.23942 16.3625 4.04722 16.4127 3.84666 16.396C3.64609 16.3792 3.4706 16.3124 3.32018 16.1954C3.16976 16.0784 3.05277 15.9323 2.9692 15.7572C2.88563 15.582 2.86892 15.3855 2.91906 15.1675L4.02215 10.4292L0.33682 7.24531C0.169685 7.09488 0.0653924 6.9234 0.0239429 6.73086C-0.0175066 6.53832 -0.00513867 6.35046 0.0610468 6.16728C0.127232 5.98411 0.227513 5.83368 0.36189 5.71602C0.496267 5.59836 0.680115 5.52315 0.913436 5.49039L5.77707 5.06419L7.65734 0.601686C7.7409 0.401124 7.8706 0.250702 8.04643 0.150421C8.22225 0.0501404 8.40176 0 8.58494 0C8.76812 0 8.94762 0.0501404 9.12345 0.150421C9.29927 0.250702 9.42897 0.401124 9.51254 0.601686L11.3928 5.06419L16.2564 5.49039C16.4904 5.52381 16.6743 5.59902 16.808 5.71602C16.9417 5.83301 17.042 5.98344 17.1088 6.16728C17.1757 6.35113 17.1884 6.53933 17.1469 6.73187C17.1055 6.92441 17.0009 7.09555 16.8331 7.24531L13.1477 10.4292L14.2508 15.1675C14.301 15.3848 14.2842 15.5813 14.2007 15.7572C14.1171 15.933 14.0001 16.0791 13.8497 16.1954C13.6993 16.3117 13.5238 16.3786 13.3232 16.396C13.1227 16.4133 12.9304 16.3632 12.7466 16.2455L8.58494 13.7385Z' fill='%23FFC300'/%3E%3Cpath d='M27.7607 13.7386L23.5991 16.2457C23.4152 16.3626 23.223 16.4128 23.0224 16.3961C22.8219 16.3794 22.6464 16.3125 22.496 16.1955C22.3455 16.0785 22.2285 15.9324 22.145 15.7573C22.0614 15.5821 22.0447 15.3856 22.0948 15.1676L23.1979 10.4294L19.5126 7.24543C19.3455 7.09501 19.2412 6.92353 19.1997 6.73099C19.1583 6.53845 19.1706 6.35059 19.2368 6.16741C19.303 5.98423 19.4033 5.8338 19.5377 5.71614C19.672 5.59848 19.8559 5.52327 20.0892 5.49051L24.9528 5.06432L26.8331 0.601808C26.9167 0.401246 27.0464 0.250825 27.2222 0.150543C27.398 0.0502624 27.5775 0.00012207 27.7607 0.00012207C27.9439 0.00012207 28.1234 0.0502624 28.2992 0.150543C28.4751 0.250825 28.6048 0.401246 28.6883 0.601808L30.5686 5.06432L35.4322 5.49051C35.6662 5.52394 35.8501 5.59915 35.9838 5.71614C36.1175 5.83314 36.2178 5.98356 36.2846 6.16741C36.3515 6.35126 36.3642 6.53945 36.3227 6.73199C36.2813 6.92453 36.1766 7.09567 36.0088 7.24543L32.3235 10.4294L33.4266 15.1676C33.4767 15.3849 33.46 15.5815 33.3765 15.7573C33.2929 15.9331 33.1759 16.0792 33.0255 16.1955C32.8751 16.3118 32.6996 16.3787 32.499 16.3961C32.2984 16.4135 32.1062 16.3633 31.9224 16.2457L27.7607 13.7386Z' fill='%23FFC300'/%3E%3Cpath d='M46.9365 13.7386L42.7748 16.2457C42.591 16.3626 42.3988 16.4128 42.1982 16.3961C41.9977 16.3794 41.8222 16.3125 41.6717 16.1955C41.5213 16.0785 41.4043 15.9324 41.3208 15.7573C41.2372 15.5821 41.2205 15.3856 41.2706 15.1676L42.3737 10.4294L38.6884 7.24543C38.5212 7.09501 38.417 6.92353 38.3755 6.73099C38.3341 6.53845 38.3464 6.35059 38.4126 6.16741C38.4788 5.98423 38.5791 5.8338 38.7135 5.71614C38.8478 5.59848 39.0317 5.52327 39.265 5.49051L44.1286 5.06432L46.0089 0.601808C46.0925 0.401246 46.2222 0.250825 46.398 0.150543C46.5738 0.0502624 46.7533 0.00012207 46.9365 0.00012207C47.1197 0.00012207 47.2992 0.0502624 47.475 0.150543C47.6508 0.250825 47.7805 0.401246 47.8641 0.601808L49.7444 5.06432L54.608 5.49051C54.842 5.52394 55.0258 5.59915 55.1595 5.71614C55.2933 5.83314 55.3935 5.98356 55.4604 6.16741C55.5272 6.35126 55.5399 6.53945 55.4985 6.73199C55.457 6.92453 55.3524 7.09567 55.1846 7.24543L51.4993 10.4294L52.6024 15.1676C52.6525 15.3849 52.6358 15.5815 52.5522 15.7573C52.4687 15.9331 52.3517 16.0792 52.2013 16.1955C52.0508 16.3118 51.8753 16.3787 51.6748 16.3961C51.4742 16.4135 51.282 16.3633 51.0982 16.2457L46.9365 13.7386Z' fill='%23FFC300'/%3E%3Cpath d='M66.1142 13.7386L61.9526 16.2457C61.7687 16.3626 61.5765 16.4128 61.376 16.3961C61.1754 16.3794 60.9999 16.3125 60.8495 16.1955C60.6991 16.0785 60.5821 15.9324 60.4985 15.7573C60.4149 15.5821 60.3982 15.3856 60.4484 15.1676L61.5514 10.4294L57.8661 7.24543C57.699 7.09501 57.5947 6.92353 57.5532 6.73099C57.5118 6.53845 57.5242 6.35059 57.5903 6.16741C57.6565 5.98423 57.7568 5.8338 57.8912 5.71614C58.0256 5.59848 58.2094 5.52327 58.4427 5.49051L63.3064 5.06432L65.1866 0.601808C65.2702 0.401246 65.3999 0.250825 65.5757 0.150543C65.7516 0.0502624 65.9311 0.00012207 66.1142 0.00012207C66.2974 0.00012207 66.4769 0.0502624 66.6527 0.150543C66.8286 0.250825 66.9583 0.401246 67.0418 0.601808L68.9221 5.06432L73.7857 5.49051C74.0197 5.52394 74.2036 5.59915 74.3373 5.71614C74.471 5.83314 74.5713 5.98356 74.6381 6.16741C74.705 6.35126 74.7177 6.53945 74.6762 6.73199C74.6348 6.92453 74.5302 7.09567 74.3624 7.24543L70.677 10.4294L71.7801 15.1676C71.8303 15.3849 71.8135 15.5815 71.73 15.7573C71.6464 15.9331 71.5294 16.0792 71.379 16.1955C71.2286 16.3118 71.0531 16.3787 70.8525 16.3961C70.652 16.4135 70.4597 16.3633 70.2759 16.2457L66.1142 13.7386Z' fill='%23FFC300'/%3E%3Cpath d='M85.29 13.7386L81.1284 16.2457C80.9445 16.3626 80.7523 16.4128 80.5517 16.3961C80.3512 16.3794 80.1757 16.3125 80.0253 16.1955C79.8748 16.0785 79.7578 15.9324 79.6743 15.7573C79.5907 15.5821 79.574 15.3856 79.6241 15.1676L80.7272 10.4294L77.0419 7.24543C76.8748 7.09501 76.7705 6.92353 76.729 6.73099C76.6876 6.53845 76.6999 6.35059 76.7661 6.16741C76.8323 5.98423 76.9326 5.8338 77.067 5.71614C77.2013 5.59848 77.3852 5.52327 77.6185 5.49051L82.4821 5.06432L84.3624 0.601808C84.446 0.401246 84.5757 0.250825 84.7515 0.150543C84.9273 0.0502624 85.1068 0.00012207 85.29 0.00012207C85.4732 0.00012207 85.6527 0.0502624 85.8285 0.150543C86.0044 0.250825 86.134 0.401246 86.2176 0.601808L88.0979 5.06432L92.9615 5.49051C93.1955 5.52394 93.3794 5.59915 93.5131 5.71614C93.6468 5.83314 93.747 5.98356 93.8139 6.16741C93.8808 6.35126 93.8935 6.53945 93.852 6.73199C93.8106 6.92453 93.7059 7.09567 93.5381 7.24543L89.8528 10.4294L90.9559 15.1676C91.006 15.3849 90.9893 15.5815 90.9058 15.7573C90.8222 15.9331 90.7052 16.0792 90.5548 16.1955C90.4043 16.3118 90.2289 16.3787 90.0283 16.3961C89.8277 16.4135 89.6355 16.3633 89.4517 16.2457L85.29 13.7386Z' fill='%23FFC300'/%3E%3C/svg%3E%0A");
}
.hero-section-v3 .content .google-content .ratings {
  color: #046053;
  font-weight: 500;
  font-size: 1.5rem;
}
.hero-section-v3 .content .illustration {
  width: 100%;
  aspect-ratio: 334/269;
  position: relative;
}
@media screen and (min-width: 576px) {
  .hero-section-v3 .content .illustration {
    width: 41.6666666667%;
    aspect-ratio: 475/380;
  }
}
.hero-section-v3 .content .illustration img {
  border-radius: 1.5rem;
}
.hero-section-v3 .content .illustration::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='43' viewBox='0 0 36 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_1350_17264)'%3E%3Cpath d='M33.0698 32.1779L32.9364 14.3198C32.9344 14.04 32.869 13.7636 32.7456 13.5122C32.6222 13.2608 32.4441 13.0412 32.2252 12.8708C32.0064 12.7004 31.7527 12.5838 31.4842 12.5301C31.2158 12.4764 30.9398 12.4871 30.678 12.5614L20.9569 15.3067C20.8175 15.3461 20.6708 15.3525 20.5277 15.3256C20.3846 15.2987 20.2487 15.2391 20.1302 15.1513C20.0117 15.0634 19.9137 14.9496 19.8434 14.8183C19.773 14.6869 19.7323 14.5415 19.7241 14.3927L19.6144 12.3855C19.5132 10.5444 19.1339 8.72538 18.4908 6.99499L18.1411 6.05483C17.7662 5.04618 17.0568 4.20096 16.1389 3.66933C15.2992 3.18328 14.3109 3.05588 13.391 3.31509L13.1878 3.37249C12.6315 3.5296 12.2069 3.98482 12.079 4.56158L11.0062 9.37147C10.5255 11.5286 9.45526 13.4918 7.91992 15.0325L3.17542 19.7914C2.95053 20.0172 2.7901 20.302 2.71104 20.6157C2.63197 20.9294 2.63719 21.2605 2.72615 21.5742L7.60678 38.8565C7.73745 39.3192 8.0412 39.7125 8.4512 39.95C8.86121 40.1875 9.34388 40.2497 9.79304 40.1228L31.7984 33.9084C32.1672 33.8041 32.4908 33.5787 32.7201 33.2664C32.9494 32.9542 33.0727 32.5718 33.0698 32.1779Z' stroke='%23B4CFCB' stroke-width='4.80383' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1350_17264' x='0.253906' y='0.78125' width='35.2188' height='43.0096' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.20096'/%3E%3CfeGaussianBlur stdDeviation='1.92153'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1350_17264'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 3.6rem;
  height: 4.3rem;
  position: absolute;
  top: 4rem;
  left: -1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  .hero-section-v3 .content .illustration::before {
    width: 7rem;
    height: 7rem;
    left: -3.5rem;
  }
}
.hero-section-v3 .content .illustration::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='40' viewBox='0 0 38 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_1350_17225)'%3E%3Cpath d='M16.7651 6.93889C19.8765 3.91943 21.4314 2.40946 22.9431 2.86334C24.4547 3.31723 24.9206 5.43399 25.854 9.66798L26.0958 10.7638C26.3608 11.9675 26.4933 12.5694 26.8381 13.0436C27.183 13.5178 27.7038 13.8117 28.7454 14.3994L29.6916 14.9341C33.3513 17.0023 35.1798 18.0351 35.1965 19.6776C35.2121 21.318 33.4042 22.4823 29.7874 24.8089L28.8517 25.4101C27.8249 26.0711 27.3097 26.4019 26.974 26.8998C26.6378 27.3992 26.517 28.0103 26.2758 29.2308L26.0567 30.3431C25.2062 34.6418 24.7819 36.7906 23.2808 37.3509C21.7796 37.9112 20.1948 36.513 17.0283 33.7176L16.2067 32.9941C15.3075 32.1986 14.8575 31.8024 14.3036 31.6361C13.7497 31.4698 13.1558 31.5525 11.9671 31.7211L10.8845 31.8729C6.7003 32.4611 4.60742 32.755 3.66431 31.4625C2.71896 30.1658 3.54861 28.1388 5.2068 24.0826L5.63616 23.0352C6.10769 21.882 6.34346 21.3055 6.33595 20.7046C6.33211 20.1031 6.08434 19.5432 5.59103 18.4275L5.14176 17.4086C3.40434 13.4761 2.5369 11.5085 3.45402 10.1464C4.37115 8.78426 6.46982 8.92891 10.663 9.22044L11.7472 9.2954C12.9387 9.37822 13.5337 9.41939 14.0843 9.21406C14.6349 9.00874 15.0755 8.57893 15.9598 7.72029L16.7651 6.93889Z' stroke='%23B4CFCB' stroke-width='4.6044' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1350_17225' x='0.78125' y='0.480469' width='36.7168' height='40.448' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.1511'/%3E%3CfeGaussianBlur stdDeviation='1.84176'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1350_17225'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 3.8rem;
  height: 4rem;
  position: absolute;
  bottom: 4rem;
  right: -1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  .hero-section-v3 .content .illustration::after {
    width: 7rem;
    height: 7rem;
    right: -4rem;
    bottom: 7rem;
  }
}
.hero-section-v3 .content .illustration.alt::before, .hero-section-v3 .content .illustration.alt::after {
  content: unset;
}

.hero-section-v4 {
  background-image: url(../../assets/img/background.jpg);
  padding: 100px 35px;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (min-width: 569px) {
  .hero-section-v4 {
    padding: 185px 0;
  }
}
.hero-section-v4 .title,
.hero-section-v4 .content {
  text-align: center;
}

.faq-bloc {
  padding: 105px 0;
  background-position: top;
}
.faq-bloc.purple .question, .faq-bloc.yellow .question, .faq-bloc.orange .question {
  color: #fff !important;
}
.faq-bloc.purple .question-bloc.open .question, .faq-bloc.yellow .question-bloc.open .question, .faq-bloc.orange .question-bloc.open .question {
  color: #046053 !important;
}
@media screen and (min-width: 768px) {
  .faq-bloc .content-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .faq-bloc .left {
    width: 41.6666666667%;
  }
}
.faq-bloc .right {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .faq-bloc .right {
    width: 50%;
    margin-top: 0;
  }
}
.faq-bloc .right .question-bloc {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  padding: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}
.faq-bloc .right .question-bloc .question {
  color: #b4cfcb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.faq-bloc .right .question-bloc .question::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='14' viewBox='0 0 25 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.0783 1.84191C16.0688 2.12357 14.4153 3.48324 13.7628 5.39144C13.5167 6.1103 12.8844 6.64694 12.112 6.79256L7.47903 7.66598L9.13291 4.92619C9.60577 4.23757 9.45414 3.28483 8.79489 2.80234C8.45489 2.55347 8.03873 2.45537 7.62275 2.52604C7.20103 2.5955 6.84927 2.82195 6.60249 3.1819L4.36417 6.78965L3.76965 3.63612C3.61309 2.80566 2.80633 2.25837 1.97142 2.41577C1.13652 2.57316 0.584845 3.37655 0.741406 4.20701L1.94232 10.5771C1.95062 10.6211 1.96131 10.6657 1.97385 10.7103C1.97911 10.7285 1.98747 10.7533 1.99456 10.7739L2.00463 10.803C2.01172 10.8236 2.01845 10.8447 2.02686 10.865C2.03484 10.8854 2.04397 10.9047 2.05217 10.9214L2.06681 10.9528C2.07395 10.9688 2.08162 10.9851 2.09034 11.0022C2.1002 11.0204 2.11033 11.0377 2.12046 11.0549L2.13674 11.0829C2.14618 11.0989 2.1557 11.1153 2.16656 11.1316C2.17688 11.1474 2.18793 11.1622 2.19897 11.177L2.21627 11.2006C2.2274 11.2159 2.24061 11.2348 2.25489 11.2522C2.26743 11.2676 2.28025 11.2821 2.29124 11.2942L2.31505 11.3207C2.32969 11.3376 2.3419 11.3512 2.35544 11.3647C2.3708 11.3805 2.38733 11.3951 2.40341 11.4099L2.42395 11.4288C2.44222 11.4455 2.46277 11.4644 2.47799 11.477C2.51423 11.5063 2.55058 11.5336 2.58687 11.5583C2.62316 11.5829 2.66211 11.607 2.70303 11.6294C2.72146 11.6396 2.74975 11.6535 2.77647 11.6662L2.79518 11.6755C2.8124 11.6841 2.83164 11.6937 2.8516 11.7022C2.87253 11.7111 2.89224 11.7183 2.92515 11.7299L2.93994 11.7353C2.95973 11.743 2.97645 11.749 2.993 11.7541C3.01202 11.7601 3.03035 11.7648 3.05061 11.7701L3.08339 11.7785C3.10127 11.7834 3.12004 11.788 3.14005 11.792C3.15813 11.7955 3.17568 11.7985 3.19315 11.8012L3.23002 11.807C3.24757 11.8101 3.26787 11.8131 3.28755 11.8153C3.30679 11.8176 3.32578 11.8186 3.3438 11.8193L3.3763 11.8214C3.3967 11.8226 3.41763 11.8241 3.43875 11.8242C3.46084 11.8246 3.48171 11.8234 3.50214 11.8223L3.53761 11.8206C3.56174 11.8197 3.58677 11.8187 3.60518 11.8166C3.6957 11.8077 3.78517 11.7909 3.87226 11.7662C3.89017 11.7615 3.91342 11.7534 3.93623 11.7455L3.96943 11.7342C3.98797 11.728 4.00909 11.7208 4.02916 11.7129C4.04923 11.705 4.06737 11.6966 4.08674 11.6875L4.11758 11.6734C4.13278 11.6665 4.15055 11.6586 4.16727 11.6499C4.18524 11.6406 4.20304 11.6304 4.21826 11.6212L4.25093 11.6022C4.2666 11.5929 4.28235 11.584 4.29785 11.5738C4.3146 11.5628 4.33029 11.5512 4.34402 11.5413L4.37353 11.5203C4.38726 11.5104 4.4042 11.498 4.42098 11.4848C4.43571 11.4729 4.44991 11.4607 4.46367 11.4485L4.48689 11.4282C4.50261 11.4143 4.51834 11.4003 4.53309 11.3862C4.54937 11.3703 4.56459 11.3538 4.57821 11.3384L4.59989 11.3147C4.617 11.296 4.63383 11.2782 4.6454 11.2642C4.67383 11.2301 4.70176 11.1933 4.72803 11.1551L5.74968 9.66724C6.38568 10.5884 7.54778 11.0669 8.65287 10.8586L12.9138 10.0553C13.6521 9.9161 14.3965 10.1567 14.9051 10.6991C16.1565 12.033 17.9788 12.627 19.7801 12.2874C21.2041 12.0189 22.4301 11.2084 23.2321 10.0056C24.0337 8.80294 24.3059 7.3638 23.9987 5.95315C23.4143 3.26714 20.8137 1.46173 18.0781 1.84287L18.0783 1.84191Z' stroke='%23FF7348' stroke-miterlimit='10'/%3E%3Cpath d='M19.3677 9.88448C20.9085 9.59401 21.9259 8.10386 21.6354 6.56312C21.3449 5.02238 19.8548 4.00497 18.3141 4.29543C16.7733 4.5859 15.7559 6.07605 16.0464 7.61679C16.3368 9.15753 17.827 10.1749 19.3677 9.88448Z' fill='%23FF7348'/%3E%3C/svg%3E");
  width: 2.5rem;
  height: 1.4rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.faq-bloc .right .question-bloc .answer {
  color: #046053;
}
.faq-bloc .right .question-bloc .answer a {
  color: #ff7348;
}
.faq-bloc .right .question-bloc .cta {
  margin-bottom: 0;
}
.faq-bloc .right .question-bloc.open {
  background-color: #f7f0ea;
}
.faq-bloc .right .question-bloc.open .question {
  color: #046053;
}
.faq-bloc .right .question-bloc.open .question::after {
  transform: rotate(-0.25turn);
}

.partners {
  padding: 0 0 10.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .partners {
    padding: 0 0 18rem;
  }
}
.partners .title,
.partners .subtitle {
  text-align: center;
}
.partners .heading {
  margin-bottom: 6rem;
}
.partners .scroll-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 11rem;
}
.partners .scroll-content .logos-line {
  display: flex;
  align-items: center;
  gap: 10rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .partners .scroll-content .logos-line {
    gap: 40rem;
  }
}
.partners .scroll-content .logos-line .logo-item {
  flex-shrink: 0;
  padding: 1rem;
  border-radius: 1rem;
  height: 7rem;
  width: 50%;
  background-color: #fff;
  filter: drop-shadow(0 0 24px rgba(198, 182, 169, 0.5));
}
@media screen and (min-width: 768px) {
  .partners .scroll-content .logos-line .logo-item {
    width: 16.5rem;
  }
}
.partners .scroll-content .logos-line .logo-item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.partners .scroll-content .text {
  font-size: 10rem;
  font-weight: 700;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #046053;
  white-space: nowrap;
  position: absolute;
  z-index: 0;
  top: 6.3rem;
}
@media screen and (min-width: 768px) {
  .partners .scroll-content .text {
    top: 0;
    font-size: 25rem;
  }
}

.steps-bloc {
  margin: 105px 0;
  position: relative;
}
.steps-bloc.alt {
  margin: 0;
  padding: 105px 0;
}
.steps-bloc .title {
  text-align: center;
}
.steps-bloc .content-wrapper {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .steps-bloc .content-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 6rem;
    gap: 6rem;
  }
}
.steps-bloc .titles-list {
  padding-left: 0;
  list-style: none;
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .steps-bloc .titles-list {
    width: 50%;
    flex-shrink: 0;
    margin: 0;
  }
}
.steps-bloc .titles-list::before {
  content: "";
  position: absolute;
  height: calc(100% - 5px);
  width: 1px;
  background-color: #b4cfcb;
  top: 3px;
  left: 24px;
}
@media screen and (min-width: 768px) {
  .steps-bloc .titles-list::before {
    height: calc(100% - 15px);
  }
}
.steps-bloc .titles-list .title-item {
  margin-bottom: 1rem;
  counter-increment: my-counter;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  color: #b4cfcb;
  position: relative;
  padding-left: 6rem;
}
.steps-bloc .titles-list .title-item::before {
  content: counter(my-counter);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px #b4cfcb;
  background-color: #f7f0ea;
  z-index: 3;
  position: absolute;
  left: 0;
  font-size: 2rem;
}
.steps-bloc .titles-list .title-item::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px #ff8f6d;
  opacity: 0;
  background-color: #f7f0ea;
  z-index: 1;
  position: absolute;
  left: 0;
}
.steps-bloc .titles-list .title-item.open {
  color: #046053;
}
.steps-bloc .titles-list .title-item.open::before {
  color: #f7f0ea;
  background-color: #ff8f6d;
  width: 37px;
  height: 37px;
  border: none;
  margin-left: 5px;
}
.steps-bloc .titles-list .title-item.open::after {
  opacity: 1;
}
.steps-bloc .slider-container {
  position: relative;
  min-height: 32rem;
}
@media screen and (min-width: 768px) {
  .steps-bloc .slider-container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-grow: 0;
  }
}
.steps-bloc .illustration {
  border-radius: 1.5rem;
  overflow: hidden;
  width: 80%;
  aspect-ratio: 315/338;
}
@media screen and (min-width: 768px) {
  .steps-bloc .illustration {
    aspect-ratio: unset;
    height: 0;
    width: 60%;
  }
}
.steps-bloc .slider {
  width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .steps-bloc .slider {
    left: 0;
  }
}
.steps-bloc .slider .slider-item {
  border-radius: 1.5rem;
  position: relative;
  height: 36rem;
  width: 100%;
  transform: translateX(25px);
}
.steps-bloc .slider .slider-item .image {
  width: 75%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .steps-bloc .slider .slider-item .image {
    right: 26px;
    left: unset;
  }
}
.steps-bloc .slider .slider-item .content {
  position: absolute;
  z-index: 3;
  padding: 1rem 1rem 1rem 3rem;
  background-color: #fff;
  border-radius: 1rem;
  width: 80%;
  bottom: 0;
  right: 3rem;
}
@media screen and (min-width: 768px) {
  .steps-bloc .slider .slider-item .content {
    padding: 2rem 2rem 2rem 3rem;
    right: unset;
    left: 0;
  }
}
.steps-bloc .slider .slider-item .content::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='48' viewBox='0 0 45 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_944_14790)'%3E%3Cpath d='M14.859 11.7657C16.1153 6.71688 16.7425 4.19272 18.5704 3.69701C20.3983 3.2013 22.2148 5.06277 25.8497 8.78519L26.7907 9.74851C27.8237 10.807 28.3402 11.3363 28.9922 11.6009C29.6442 11.8655 30.3611 11.8348 31.795 11.7733L33.098 11.7184C38.1379 11.5059 40.6557 11.3992 41.7139 13.0622C42.7695 14.7238 41.6655 17.0561 39.455 21.7192L38.8827 22.9251C38.2555 24.2494 37.9402 24.9131 37.9137 25.6331C37.8878 26.355 38.152 27.0543 38.6799 28.4508L39.1617 29.7231C41.02 34.6422 41.9498 37.1005 40.7754 38.623C39.601 40.1455 37.0999 39.7254 32.1016 38.8843L30.8058 38.6679C29.3854 38.4273 28.6757 38.3089 28.0059 38.4906C27.3361 38.6722 26.7834 39.1329 25.6791 40.0582L24.6721 40.8991C20.7817 44.1507 18.8355 45.7768 17.0552 45.0576C15.2701 44.3357 14.8305 41.7444 13.949 36.5604L13.7225 35.2209C13.472 33.7471 13.3468 33.0102 12.9582 32.4027C12.573 31.7922 11.9657 31.3788 10.7558 30.5547L9.65219 29.8013C5.38919 26.8958 3.25813 25.4408 3.32918 23.4715C3.40023 21.5023 5.6303 20.3194 10.0876 17.9584L11.2399 17.3476C12.5064 16.6767 13.1387 16.3415 13.5696 15.7833C14.0005 15.225 14.1769 14.5078 14.5337 13.0724L14.859 11.7657Z' stroke='%234F9087' stroke-width='5.33333' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_944_14790' x='0.660156' y='0.949219' width='44.125' height='48.2786' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1.33333'/%3E%3CfeGaussianBlur stdDeviation='2.13333'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_944_14790'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 45px;
  height: 48px;
  position: absolute;
  left: -25px;
}
.steps-bloc .slider .slider-item .content .p {
  margin: 0;
}

.packs {
  margin: 7.5rem 0;
  position: relative;
}
@media screen and (min-width: 992px) {
  .packs {
    margin: 10.5rem 0;
  }
}
.packs:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='582' height='803' viewBox='0 0 582 803' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M212.95 345.54C181.451 292.677 183.624 228.203 218.598 177.25L218.615 177.275C266.282 107.957 362.733 85.3922 438.197 125.907C477.836 147.177 506.147 182.085 517.916 224.206C529.679 266.339 523.408 310.191 500.248 347.674C470.951 395.091 419.197 424.318 361.813 425.876C338.485 426.505 317.392 438.484 305.384 457.919L236.085 570.078C218.112 599.167 182.757 615.812 147.854 611.741L161.792 664.525C162.15 665.883 162.438 667.247 162.654 668.57C162.722 668.976 162.779 669.489 162.84 670.041C162.861 670.226 162.882 670.416 162.904 670.607L163.014 671.57C163.094 672.184 163.169 672.858 163.206 673.542C163.235 674.158 163.237 674.791 163.24 675.424L163.239 676.354C163.241 676.908 163.236 677.473 163.212 678.043C163.176 678.686 163.115 679.314 163.064 679.821L162.95 680.908C162.941 680.997 162.932 681.089 162.923 681.183C162.88 681.622 162.833 682.107 162.759 682.598C162.699 683.013 162.619 683.417 162.538 683.821C162.511 683.955 162.485 684.09 162.459 684.225L162.229 685.34C162.132 685.869 162.004 686.474 161.851 687.065C161.732 687.525 161.585 687.991 161.453 688.414C161.427 688.496 161.401 688.577 161.377 688.656L161.069 689.632C160.883 690.252 160.706 690.829 160.477 691.44C160.247 692.05 159.979 692.67 159.742 693.213L159.321 694.187C159.036 694.86 158.744 695.545 158.485 696.044C157.262 698.5 155.807 700.856 154.141 703.074C153.809 703.531 153.316 704.117 152.837 704.68L152.142 705.513L152.102 705.562C151.718 706.029 151.326 706.507 150.875 706.981C150.516 707.366 150.139 707.73 149.768 708.087C149.683 708.17 149.599 708.251 149.514 708.333L148.792 709.024C148.402 709.416 147.986 709.825 147.533 710.213C147.073 710.613 146.581 711.01 146.145 711.344L145.244 712.059C144.82 712.401 144.384 712.735 143.929 713.074C143.42 713.446 142.921 713.776 142.437 714.082L141.559 714.653L141.5 714.692C140.978 715.027 140.503 715.334 139.987 715.632C139.524 715.903 139.037 716.161 138.446 716.454L138.012 716.679C137.057 717.19 136.478 717.489 135.837 717.785C135.221 718.064 134.596 718.306 134.037 718.522L133.431 718.76C132.577 719.107 131.664 719.469 131.042 719.68C129.666 720.155 128.29 720.551 126.957 720.878C125.624 721.204 124.226 721.476 122.786 721.71C122.26 721.788 121.543 721.861 120.863 721.931C120.751 721.942 120.639 721.953 120.53 721.965L119.658 722.049C119.534 722.062 119.409 722.075 119.285 722.087C118.725 722.144 118.162 722.202 117.597 722.227C117 722.264 116.425 722.266 115.724 722.26L114.605 722.266C114.093 722.273 113.486 722.273 112.862 722.247C112.308 722.227 111.744 722.173 111.242 722.125C111.105 722.111 110.973 722.099 110.846 722.087L109.93 722.005L109.929 722.005C109.351 721.958 108.774 721.911 108.186 721.827C107.644 721.757 107.119 721.658 106.605 721.561C106.543 721.55 106.482 721.538 106.421 721.527L105.424 721.335C104.807 721.219 104.19 721.103 103.557 720.961C102.974 720.816 102.429 720.662 101.904 720.504L100.859 720.205C100.295 720.056 99.6513 719.877 99.0051 719.649C98.4928 719.48 97.9907 719.277 97.4932 719.077C97.3562 719.022 97.2195 718.966 97.0831 718.912L96.1874 718.557C95.5555 718.306 94.7954 717.997 94.2578 717.753C92.9454 717.143 91.6738 716.494 90.4626 715.801L-84.6762 615.547C-107.509 602.477 -115.035 573.975 -101.456 551.998C-87.877 530.021 -58.2578 522.766 -35.4252 535.836L51.2782 585.467L12.5311 462.864C9.15132 450.102 11.0948 437.642 18.1903 426.742C25.1388 415.947 36.072 408.522 48.9845 405.828C74.0198 400.605 99.635 416.23 106.086 440.661L136.462 532.732L211.812 410.78C224.375 390.447 224.811 365.46 212.95 345.54ZM400.167 196.321C439.969 219.105 453.096 268.822 429.425 307.133C405.754 345.444 354.102 358.079 314.3 335.295C274.497 312.511 261.37 262.794 285.041 224.483C308.712 186.172 360.364 173.537 400.167 196.321Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  height: 80%;
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  top: 0;
  z-index: 0;
}
.packs .circle {
  position: relative;
}
.packs .circle::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -35%;
  background-image: url("data:image/svg+xml,%3Csvg width='357' height='114' viewBox='0 0 357 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M306.44 75.709C316.534 72.1388 325.377 68.0288 333.931 62.7348C338.165 60.0696 342.46 57.0632 346.181 53.2773C349.804 49.5855 353.084 44.4444 350.101 40.2478C347.828 36.9684 344.042 35.0963 340.861 33.6647C326.601 28.3366 319.131 26.8226 294.896 25.1105C264.842 23.4454 234.64 24.897 221.307 26.3501C207.982 27.8853 206.45 26.9329 187.583 29.7141C182.29 30.5337 177.583 31.3201 173.213 32.0833C161.991 34.0643 152.848 35.8205 141.132 38.4248C124.68 41.4168 75.8853 57.4247 58.9053 65.2276C41.743 72.509 21.9974 80.4473 10.2195 85.4687C6.55329 87.0317 3.65564 88.2396 1.42684 89.1481C0.482439 89.533 0.0259778 89.6665 0.000720356 89.6101C0.000703835 89.6101 0.000687315 89.61 0.000670795 89.61C-0.0301289 89.5395 0.607515 89.1747 1.80172 88.6359C7.59813 86.0236 16.2318 82.0562 26.4211 77.3308C45.4689 68.6236 47.7139 68.0441 74.0066 57.6116C100.439 47.5676 116.474 41.5106 149.037 34.2443C158.527 32.2169 165.915 30.7645 172.763 29.4734C189.425 26.5119 202.824 23.6619 236.168 22.0856C283.162 21.5879 288.336 17.942 335.107 26.6909C337.564 27.3623 340.222 28.2084 342.695 29.2256C346.232 30.7092 349.944 32.5745 352.926 35.8055C356.142 38.9444 357.202 44.9168 355.162 48.9931C351.242 57.1242 344.169 61.4743 337.607 65.6C324.102 73.5464 309.826 78.6688 296.945 82.8256C282.816 87.3025 270.276 90.3986 261.076 92.6465C233.594 99.3372 196.225 106.432 156.336 110.448C142.674 111.807 127.874 113.048 112.537 113.522C98.9824 113.885 84.9697 113.835 71.017 111.574C64.0808 110.37 57.0251 108.704 50.6858 104.949C44.208 101.564 39.5075 93.1326 41.3625 85.7945C41.8355 83.1951 42.7084 80.7518 43.7698 78.463C56.7297 53.4603 87.4726 36.2323 113.915 26.0833C131.709 19.3948 148.214 15.5392 159.47 13.1144C187.769 7.4543 194.786 6.60265 222.309 3.07306C228.034 2.39631 234.551 1.73233 241.38 1.18232C253.563 0.310988 266.866 -0.856126 278.706 0.952165C287.837 3.12336 285.689 2.5526 276.476 1.26734C262.824 0.35075 251.559 1.58348 244.516 2.35019C243.481 2.48233 242.499 2.61059 241.51 2.73911C229.568 4.3594 223.24 5.14317 206.819 6.92714C189.1 8.96909 180.978 11.4144 170.785 13.2975C161.114 15.7823 159.974 12.699 114.881 28.5766C113.407 29.1597 111.924 29.7659 110.376 30.4212C71.0159 47.5748 49.3394 68.7447 45.3121 86.4869C44.6465 90.2512 45.3501 93.5928 47.0469 96.119C55.0471 108.288 86.0361 110.411 112.432 109.704C120.521 109.493 128.546 109.016 136.058 108.409C168.612 106.352 234.189 95.7625 259.97 88.6855C280.353 83.4447 284.704 82.3216 295.751 79.164C298.748 78.2716 302.149 77.2128 306.44 75.709Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 357/114;
}
.packs .title,
.packs .heading {
  text-align: center;
  margin-bottom: 6rem;
  position: relative;
  z-index: 2;
}
.packs .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (min-width: 992px) {
  .packs .content-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;
  }
}
.packs .content-wrapper .content {
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 0 24px rgba(198, 182, 169, 0.5019607843);
  position: relative;
}
@media screen and (min-width: 992px) {
  .packs .content-wrapper .content.single {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .packs .content-wrapper .content {
    flex-direction: row;
    width: 41.6666666667%;
    padding: 3rem;
  }
}
.packs .content-wrapper .content .logo {
  position: absolute;
  box-shadow: 0px 0px 24px 0px rgba(198, 182, 169, 0.5019607843);
  width: 13rem;
  height: 5.4rem;
  border-radius: 1rem;
  padding: 1rem;
  right: 0;
  top: -3.5rem;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .packs .content-wrapper .content .logo {
    width: 16.5rem;
    height: 7rem;
    top: -4rem;
    right: -3rem;
  }
}
.packs .content-wrapper .content .content-title {
  text-align: center;
}
.packs .content-wrapper .content .price {
  background-color: #fac969;
  border-radius: 0.5rem;
  width: 100%;
  text-align: center;
  padding: 0.5rem 2rem;
  margin-bottom: 1rem;
}
.packs .content-wrapper .content .text-content {
  padding: 2rem 0;
  border-top: solid 1px #b4cfcb;
  border-bottom: solid 1px #b4cfcb;
  margin-top: 1.5rem;
}
.packs .content-wrapper .content .text-content ul.p {
  margin-bottom: 0;
}
.packs .content-wrapper .content .list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.packs .content-wrapper .content .list .list-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.packs .content-wrapper .content .list .list-item:before {
  content: "";
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  flex-shrink: 0;
}
.packs .content-wrapper .content .list .list-item.sub-list {
  display: block;
  padding-left: 4rem;
  position: relative;
}
.packs .content-wrapper .content .list .list-item.sub-list:before {
  position: absolute;
  left: 0;
}
.packs .content-wrapper .content .cta {
  margin: 2rem auto 0;
}
.packs .content-wrapper .content.orange-content .content-title {
  color: #ff7348;
}
.packs .content-wrapper .content.orange-content .price {
  color: #fff;
  background-color: #ff7348 !important;
}
.packs .content-wrapper .content.pink-content .content-title {
  color: #eda6cd;
}
.packs .content-wrapper .content.pink-content .price {
  color: #fff;
  background-color: #eda6cd !important;
}
.packs .content-wrapper .content.yellow-content .content-title {
  color: #f9bb44;
}
.packs .content-wrapper .content.yellow-content .price {
  color: #fff;
  background-color: #f9bb44 !important;
}
.packs.alt .content-wrapper .content .price {
  background-color: #b4cfcb;
}
.packs.alt .highlight {
  background-color: #046053;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.packs.alt .highlight .more {
  cursor: pointer;
  right: 0;
  top: 50%;
  position: absolute;
  transform: translate(50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23FF8F6D'/%3E%3Cpath d='M13.4779 17.7033C13.4779 17.1429 13.5179 16.6692 13.598 16.2822C13.6914 15.8819 13.8515 15.5349 14.0784 15.2413C14.3186 14.9344 14.5254 14.7076 14.6989 14.5608C14.8724 14.414 15.1593 14.1938 15.5596 13.9003C15.9733 13.6067 16.2535 13.3999 16.4003 13.2798C16.5604 13.1463 16.7272 12.9261 16.9007 12.6192C17.0875 12.3123 17.1809 11.9654 17.1809 11.5784C17.1809 10.9779 16.9807 10.5042 16.5804 10.1572C16.1934 9.79694 15.6864 9.6168 15.0592 9.6168C14.3119 9.6168 13.7114 9.84364 13.2577 10.2973C12.804 10.7377 12.5705 11.3449 12.5572 12.1188H9.97508C10.0018 10.731 10.4555 9.58344 11.3362 8.67603C12.2302 7.76863 13.4646 7.31493 15.0392 7.31493C16.5337 7.31493 17.7147 7.70859 18.582 8.49589C19.4628 9.28319 19.9031 10.284 19.9031 11.4983C19.9031 11.9654 19.8497 12.3857 19.743 12.7593C19.6362 13.133 19.4694 13.4599 19.2426 13.7401C19.0291 14.0204 18.8422 14.2339 18.6821 14.3806C18.522 14.5274 18.2951 14.7143 18.0016 14.9411C17.8681 15.0479 17.6746 15.1946 17.4211 15.3815C17.1809 15.5549 17.0141 15.675 16.9207 15.7417C16.8406 15.8085 16.7205 15.9152 16.5604 16.062C16.4003 16.1954 16.2935 16.3089 16.2401 16.4023C16.2001 16.4823 16.1467 16.5958 16.08 16.7426C16.0133 16.876 15.9666 17.0228 15.9399 17.1829C15.9266 17.3297 15.9199 17.5032 15.9199 17.7033H13.4779ZM13.2377 21.8867V18.9844H16.1601V21.8867H13.2377Z' fill='white'/%3E%3C/svg%3E");
  height: 3rem;
  width: 3rem;
  background-size: contain;
}
.packs.alt .highlight em {
  font-weight: 700;
  font-size: 2rem;
}
.packs.alt .highlight p {
  margin: 0;
}
.packs.alt .hidden-text {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.packs.alt .hidden-text .more-text {
  margin: 0;
  padding-top: 1.5rem;
}
.packs .cta-principal {
  margin: 4rem auto 0;
}

.calculator-v1 {
  padding: 75px 0;
}
@media screen and (min-width: 768px) {
  .calculator-v1 {
    padding: 105px 0;
  }
}
.calculator-v1 .heading {
  margin-bottom: 4.5rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .calculator-v1 .heading {
    padding: 0 5rem;
    margin-bottom: 6rem;
  }
}
.calculator-v1 .heading .cta {
  margin: 0 auto;
}
.calculator-v1 .calculator-bloc {
  background-color: #fff;
  border-radius: 2rem;
  padding: 2rem;
}
.calculator-v1 .calculator-bloc .input-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .calculator-v1 .calculator-bloc .input-wrapper {
    justify-content: center;
  }
}
.calculator-v1 .calculator-bloc .input-wrapper .input-container {
  position: relative;
  margin: 0;
}
.calculator-v1 .calculator-bloc .input-wrapper .input-container::before {
  content: "€";
  position: absolute;
  right: 40px;
  top: 12px;
  z-index: 3;
}
.calculator-v1 .calculator-bloc .input-wrapper .input {
  border: solid 1px #b4cfcb;
  border-radius: 0.5rem;
  text-align: center;
  max-width: 14rem;
  padding: 1rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .calculator-v1 .calculator-bloc .input-wrapper .input {
    max-width: none;
  }
}
.calculator-v1 .calculator-bloc .results-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .calculator-v1 .calculator-bloc .results-wrapper {
    flex-direction: row;
    gap: 3rem;
    justify-content: space-between;
  }
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container {
  background-color: #f7f0ea;
  border-radius: 1rem;
  width: 100%;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-table {
  padding: 1rem 1.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .calculator-v1 .calculator-bloc .results-wrapper .result-container .result-table {
    padding: 1rem 2rem;
  }
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-table .result-title {
  position: relative;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-table .result-title * {
  padding: 0.5rem 0;
  margin: 0;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-table .result-title .first {
  text-align: left;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-table .result-title .second {
  text-align: end;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-table .price {
  text-align: end;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-lines {
  padding: 1.5rem 0 2rem;
  margin: 0 1.5rem;
  position: relative;
  border-top: solid 1px #b4cfcb;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-title {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 1.5rem;
  gap: 2rem;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-title * {
  padding: 0.5rem 0;
  margin: 0;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-title .first {
  text-align: left;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .result-title .second {
  text-align: end;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .label,
.calculator-v1 .calculator-bloc .results-wrapper .result-container .price {
  margin: 0;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .price {
  text-align: end;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .line {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container .final-result {
  border-radius: 1rem;
  background-color: #fac969;
  padding: 3rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container.txt {
  display: grid;
  align-content: center;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .calculator-v1 .calculator-bloc .results-wrapper .result-container.txt {
    width: 35%;
  }
}
.calculator-v1 .calculator-bloc .results-wrapper .result-container.txt .text-content {
  padding: 2rem;
}
.calculator-v1 .infos {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .calculator-v1 .infos {
    text-align: center;
  }
}

.calculator-v2 {
  margin: 10.5rem 0;
}
.calculator-v2 .content-container {
  background: url(../../assets/img/background.jpg);
  padding: 7.5rem 0;
  border-radius: 2rem;
}
.calculator-v2 .content-container .heading {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .calculator-v2 .content-container .heading {
    max-width: 80%;
    margin: 0 auto;
  }
}
.calculator-v2 .content-container .buttons-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
}
.calculator-v2 .content-container .buttons-container .button {
  background-color: #f9bb44;
  border-radius: 2rem;
  font-weight: 700;
  color: #046053;
  font-size: 1.7rem;
  line-height: 2.3rem;
  padding: 0.7rem 1.5rem;
}
.calculator-v2 .content-container .buttons-container .button.open {
  opacity: 0.4;
}
.calculator-v2 .content-container .cta {
  margin: 0 auto 2rem;
}
.calculator-v2 .content-container .dots-container {
  padding: 0;
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 2rem;
}
.calculator-v2 .content-container .dots-container::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b4cfcb;
  position: absolute;
  top: 50%;
  left: 0;
}
.calculator-v2 .content-container .dots-container .step {
  margin: 0;
  counter-increment: my-counter;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  cursor: pointer;
  color: #b4cfcb;
  position: relative;
  background: url(../../assets/img/background.jpg);
}
.calculator-v2 .content-container .dots-container .step::before {
  content: counter(my-counter);
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px #b4cfcb;
  z-index: 3;
}
.calculator-v2 .content-container .dots-container .step::after {
  content: "";
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px #ff8f6d;
  opacity: 0;
  background: url(../../assets/img/background.jpg);
  z-index: 1;
}
.calculator-v2 .content-container .dots-container .step.open {
  color: #046053;
}
.calculator-v2 .content-container .dots-container .step.open::before {
  color: #f7f0ea;
  background-color: #ff8f6d;
  width: 37px;
  height: 37px;
  border: none;
  margin-left: 5px;
}
.calculator-v2 .content-container .dots-container .step.open::after {
  opacity: 1;
}
.calculator-v2 .content-container .slider {
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .calculator-v2 .content-container .slider {
    max-width: 66.6666666667%;
    margin: 4.5rem auto 0;
  }
}
.calculator-v2 .content-container .slide {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .calculator-v2 .content-container .slide {
    flex-direction: row;
    gap: 3rem;
  }
}
.calculator-v2 .content-container .slide .illustration {
  max-height: 20rem;
  border-radius: 1.5rem;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .calculator-v2 .content-container .slide .illustration {
    max-height: unset;
    width: 50%;
    flex-shrink: 0;
    aspect-ratio: 359/211;
  }
}
.calculator-v2 .content-container .slide .illustration img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.two-columns {
  margin: 10.5rem 0;
}
@media screen and (min-width: 768px) {
  .two-columns.alt .content-container {
    flex-direction: row-reverse;
  }
}
.two-columns .content-container {
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .two-columns .content-container {
    display: flex;
  }
}
.two-columns .content-container .text-content {
  padding: 4.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .two-columns .content-container .text-content {
    width: 58.3333333333%;
    flex-shrink: 0;
    padding: 4rem 14.2857142857%;
    display: grid;
    align-content: center;
  }
}
.two-columns .content-container .text {
  margin: 0;
}
.two-columns .content-container .slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .two-columns .content-container .slider .slide {
    height: 100%;
  }
}
.two-columns .content-container .slider .slide:hover .legend {
  transform: translateY(0);
}
.two-columns .content-container .slider .illustration {
  width: 100%;
  aspect-ratio: 375/236;
  border-radius: 2rem;
  overflow: hidden;
  margin: 0;
  position: relative;
  top: 3px;
}
@media screen and (min-width: 768px) {
  .two-columns .content-container .slider .illustration {
    top: 0;
    aspect-ratio: 495/335;
    height: 100%;
  }
}
.two-columns .content-container .slider .illustration .legend {
  position: absolute;
  width: 100%;
  top: 0;
  padding: 1rem;
  background-color: #f7f0ea;
  color: #046053;
  font-size: 1.4rem;
  transform: translateY(-100%);
  transition: all 0.3s ease;
}
.two-columns .content-container .slider .illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-columns .content-container .slider .buttons {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
  margin: 0;
}

.nested-blocks {
  margin: 6rem 0 10.5rem;
}
@media screen and (min-width: 992px) {
  .nested-blocks {
    max-width: 1049px;
    margin: 6rem auto 16rem;
  }
}
@media screen and (min-width: 992px) {
  .nested-blocks {
    max-width: unset;
    margin: 6rem 8.3333333333% 16rem;
  }
}
@media screen and (min-width: 992px) {
  .nested-blocks.alt .heading,
  .nested-blocks.alt .content-wrapper {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 992px) {
  .nested-blocks.alt .heading .title:before {
    left: unset;
    right: 0;
    transform: translate(50%, -50%);
  }
}
.nested-blocks .heading {
  margin-bottom: 3rem;
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .nested-blocks .heading {
    flex-direction: row;
  }
}
.nested-blocks .heading .title {
  border-radius: 1.5rem;
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 380px) {
  .nested-blocks .heading .title {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
}
@media screen and (min-width: 992px) {
  .nested-blocks .heading .title {
    padding: 2rem 6rem;
    position: relative;
    width: calc((100% - 3rem) / 10 * 6);
  }
}
.nested-blocks .heading .title:before {
  content: "";
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  background-color: #b4cfcb;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4.571rem;
}
@media screen and (min-width: 992px) {
  .nested-blocks .heading .title:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.nested-blocks .heading .subtitle-container {
  border: solid 1px #b4cfcb;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .nested-blocks .heading .subtitle-container {
    width: calc((100% - 3rem) / 10 * 4);
  }
}
.nested-blocks .heading .subtitle {
  padding: 2rem;
  margin: 0;
}
.nested-blocks .content-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 992px) {
  .nested-blocks .content-wrapper {
    flex-direction: row;
  }
}
.nested-blocks .content-wrapper .text-content {
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  .nested-blocks .content-wrapper .text-content {
    width: calc((100% - 3rem) / 10 * 6);
    padding: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .nested-blocks .content-wrapper .slider-content {
    width: calc((100% - 3rem) / 10 * 4);
  }
}
.nested-blocks .content-wrapper .slider-content .slider {
  overflow: hidden;
}
.nested-blocks .content-wrapper .slider-content .illustration {
  width: 100%;
  aspect-ratio: 374/362;
  border-radius: 1.5rem;
  margin-bottom: 3rem;
  overflow: hidden;
}

.footer {
  padding: 4.5rem 0;
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2rem 2rem 0 0;
  border-top: solid 1px #f7f0ea;
}
.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='632' height='642' viewBox='0 0 632 642' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M321.165 250.017C289.666 195.096 291.839 128.112 326.814 75.1753L326.831 75.2018C374.497 3.18452 470.948 -20.2588 546.412 21.833C586.051 43.9313 614.362 80.1983 626.132 123.959C637.894 167.733 631.623 213.292 608.464 252.235C579.166 301.498 527.412 331.863 470.028 333.481C446.7 334.135 425.608 346.58 413.599 366.772L344.301 483.297C326.328 513.518 290.972 530.812 256.07 526.583L270.007 581.422C270.365 582.832 270.654 584.25 270.869 585.624C270.938 586.046 270.995 586.58 271.056 587.153C271.076 587.346 271.097 587.542 271.119 587.74L271.229 588.741C271.309 589.378 271.384 590.079 271.421 590.789C271.45 591.43 271.453 592.087 271.455 592.744L271.454 593.711C271.456 594.287 271.452 594.874 271.427 595.466C271.391 596.133 271.331 596.786 271.28 597.313L271.166 598.442C271.157 598.535 271.148 598.631 271.139 598.728C271.096 599.184 271.048 599.688 270.974 600.198C270.914 600.629 270.834 601.048 270.754 601.468C270.727 601.608 270.7 601.748 270.674 601.888L270.444 603.047C270.347 603.596 270.219 604.225 270.067 604.84C269.947 605.317 269.801 605.802 269.668 606.241C269.642 606.327 269.617 606.41 269.592 606.492L269.284 607.506C269.098 608.15 268.922 608.75 268.692 609.384C268.463 610.018 268.195 610.662 267.958 611.226L267.536 612.238C267.251 612.938 266.959 613.649 266.7 614.168C265.477 616.72 264.022 619.167 262.356 621.472C262.025 621.947 261.531 622.555 261.053 623.139L260.358 624.005L260.317 624.057C259.933 624.542 259.541 625.038 259.09 625.53C258.732 625.931 258.354 626.309 257.983 626.681C257.898 626.766 257.814 626.85 257.73 626.935L257.008 627.653C256.618 628.061 256.201 628.485 255.748 628.888C255.288 629.303 254.797 629.716 254.361 630.064L253.46 630.807C253.036 631.161 252.6 631.508 252.144 631.861C251.636 632.247 251.137 632.59 250.652 632.908L249.775 633.501L249.716 633.541C249.194 633.89 248.719 634.208 248.203 634.518C247.74 634.8 247.253 635.068 246.662 635.372L246.228 635.606C245.273 636.136 244.694 636.448 244.052 636.755C243.437 637.045 242.812 637.297 242.252 637.521L241.646 637.768C240.792 638.129 239.88 638.504 239.257 638.724C237.881 639.218 236.505 639.629 235.173 639.968C233.84 640.307 232.441 640.59 231.002 640.833C230.475 640.914 229.757 640.99 229.077 641.062C228.965 641.074 228.854 641.086 228.745 641.098L227.873 641.186C227.749 641.198 227.625 641.212 227.5 641.225C226.941 641.284 226.377 641.344 225.812 641.37C225.216 641.409 224.64 641.411 223.939 641.404L222.82 641.411C222.308 641.418 221.701 641.417 221.078 641.391C220.523 641.37 219.96 641.314 219.457 641.264C219.32 641.25 219.188 641.237 219.061 641.225L218.145 641.139C217.567 641.09 216.989 641.042 216.402 640.955C215.859 640.881 215.334 640.779 214.82 640.678C214.758 640.667 214.697 640.655 214.636 640.643L213.639 640.443C213.023 640.323 212.406 640.202 211.772 640.054C211.189 639.904 210.645 639.745 210.119 639.58L209.074 639.27C208.51 639.115 207.867 638.929 207.22 638.692C206.708 638.516 206.206 638.306 205.709 638.097C205.572 638.04 205.435 637.982 205.298 637.926L204.403 637.557C203.771 637.296 203.011 636.976 202.473 636.721C201.161 636.089 199.889 635.414 198.678 634.694L23.5392 530.537C0.706566 516.958 -6.81921 487.346 6.75959 464.514C20.3384 441.681 49.9576 434.143 72.7902 447.722L159.494 499.285L120.747 371.909C117.367 358.651 119.31 345.705 126.406 334.381C133.354 323.166 144.287 315.452 157.2 312.653C182.235 307.226 207.85 323.46 214.301 348.842L244.678 444.497L320.027 317.797C332.591 296.673 333.026 270.713 321.165 250.017ZM508.382 94.989C548.185 118.66 561.312 170.312 537.641 210.115C513.97 249.917 462.318 263.044 422.515 239.373C382.712 215.702 369.585 164.05 393.256 124.248C416.927 84.4451 468.579 71.3179 508.382 94.989Z' fill='white'/%3E%3C/svg%3E");
  background-position: left top -10rem;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 8rem 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer .top-container {
    display: flex;
    padding: 0;
    padding-bottom: 4.5rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    margin-bottom: 4.5rem;
    gap: 3rem;
  }
}
.footer .description {
  padding-bottom: 3rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1200px) {
  .footer .description {
    width: 41.6666666667%;
    border-bottom: unset;
    display: flex;
    gap: 4.5rem;
  }
}
.footer .description .logo {
  margin: 0;
  width: 12rem;
  height: 7.2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .footer .description .logo {
    width: 16.6rem;
    height: 10rem;
  }
}
.footer .description .incipit {
  margin: 0;
}
.footer .menu {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 4rem;
  padding: 0;
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .footer .menu {
    margin: unset;
    flex-shrink: 0;
  }
}
.footer .menu .col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer .menu .item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .footer .menu .item a {
    margin: 0;
  }
}
.footer .menu .item h5 {
  margin-bottom: 0.5rem;
}
.footer .menu .item .p-sm {
  margin-bottom: 0;
}
.footer .menu .sub-menu {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer .bottom-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 4rem;
  margin: 3rem 0;
  padding-bottom: 3rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}
@media screen and (min-width: 1200px) {
  .footer .bottom-container {
    border-bottom: unset;
    padding: 0;
    margin: 0;
  }
}
.footer .infos {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .infos li {
  margin: 0;
}
.footer .partners-container .logo-partner {
  margin: 0;
  aspect-ratio: 88/53;
  width: 9rem;
}
.footer .sub-infos {
  display: flex;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
.footer .sub-infos .sub-item {
  margin: 0;
}
.footer .links-container {
  display: flex;
  gap: 1rem;
  position: absolute;
  top: 4.5rem;
  right: 2rem;
  height: fit-content;
}
@media screen and (min-width: 1200px) {
  .footer .links-container {
    right: 10rem;
    top: unset;
    bottom: 3rem;
  }
}
.footer .links-container .item {
  width: 2.9rem;
  height: 2.9rem;
  cursor: pointer;
}
.footer .links-container .instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%234F9087'/%3E%3Cpath d='M14.4959 11.9136C13.0718 11.9136 11.9096 13.0758 11.9096 14.5C11.9096 15.9241 13.0718 17.0863 14.4959 17.0863C15.92 17.0863 17.0822 15.9241 17.0822 14.5C17.0822 13.0758 15.92 11.9136 14.4959 11.9136ZM22.2529 14.5C22.2529 13.4289 22.2627 12.3676 22.2025 11.2985C22.1424 10.0567 21.8591 8.95468 20.9511 8.04664C20.0411 7.13665 18.941 6.85531 17.6992 6.79516C16.6282 6.73502 15.5669 6.74472 14.4979 6.74472C13.4269 6.74472 12.3655 6.73502 11.2965 6.79516C10.0547 6.85531 8.95268 7.13859 8.04466 8.04664C7.13469 8.95662 6.85336 10.0567 6.79321 11.2985C6.73306 12.3695 6.74276 13.4309 6.74276 14.5C6.74276 15.569 6.73306 16.6323 6.79321 17.7014C6.85336 18.9432 7.13663 20.0452 8.04466 20.9533C8.95462 21.8633 10.0547 22.1446 11.2965 22.2047C12.3675 22.2649 13.4288 22.2552 14.4979 22.2552C15.5689 22.2552 16.6302 22.2649 17.6992 22.2047C18.941 22.1446 20.043 21.8613 20.9511 20.9533C21.861 20.0433 22.1424 18.9432 22.2025 17.7014C22.2646 16.6323 22.2529 15.571 22.2529 14.5ZM14.4959 18.4794C12.2938 18.4794 10.5165 16.7022 10.5165 14.5C10.5165 12.2978 12.2938 10.5205 14.4959 10.5205C16.6981 10.5205 18.4753 12.2978 18.4753 14.5C18.4753 16.7022 16.6981 18.4794 14.4959 18.4794ZM18.6383 11.2869C18.1241 11.2869 17.7089 10.8717 17.7089 10.3575C17.7089 9.84332 18.1241 9.4281 18.6383 9.4281C19.1525 9.4281 19.5677 9.84332 19.5677 10.3575C19.5678 10.4796 19.5439 10.6005 19.4972 10.7133C19.4506 10.8262 19.3821 10.9287 19.2958 11.015C19.2095 11.1013 19.107 11.1698 18.9941 11.2164C18.8813 11.2631 18.7604 11.287 18.6383 11.2869Z' fill='white'/%3E%3C/svg%3E");
}
.footer .links-container .instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%23FF7348'/%3E%3Cpath d='M14.4979 11.9136C13.0737 11.9136 11.9115 13.0758 11.9115 14.5C11.9115 15.9241 13.0737 17.0863 14.4979 17.0863C15.922 17.0863 17.0842 15.9241 17.0842 14.5C17.0842 13.0758 15.922 11.9136 14.4979 11.9136ZM22.2549 14.5C22.2549 13.4289 22.2646 12.3676 22.2045 11.2985C22.1443 10.0567 21.861 8.95468 20.953 8.04664C20.043 7.13665 18.9429 6.85531 17.7012 6.79516C16.6302 6.73502 15.5689 6.74472 14.4998 6.74472C13.4288 6.74472 12.3675 6.73502 11.2984 6.79516C10.0567 6.85531 8.95464 7.13859 8.04661 8.04664C7.13664 8.95662 6.85531 10.0567 6.79516 11.2985C6.73502 12.3695 6.74472 13.4309 6.74472 14.5C6.74472 15.569 6.73502 16.6323 6.79516 17.7014C6.85531 18.9432 7.13858 20.0452 8.04661 20.9533C8.95658 21.8633 10.0567 22.1446 11.2984 22.2047C12.3694 22.2649 13.4307 22.2552 14.4998 22.2552C15.5708 22.2552 16.6321 22.2649 17.7012 22.2047C18.9429 22.1446 20.045 21.8613 20.953 20.9533C21.863 20.0433 22.1443 18.9432 22.2045 17.7014C22.2665 16.6323 22.2549 15.571 22.2549 14.5ZM14.4979 18.4794C12.2957 18.4794 10.5185 16.7022 10.5185 14.5C10.5185 12.2978 12.2957 10.5205 14.4979 10.5205C16.7 10.5205 18.4773 12.2978 18.4773 14.5C18.4773 16.7022 16.7 18.4794 14.4979 18.4794ZM18.6403 11.2869C18.1261 11.2869 17.7109 10.8717 17.7109 10.3575C17.7109 9.84332 18.1261 9.4281 18.6403 9.4281C19.1544 9.4281 19.5696 9.84332 19.5696 10.3575C19.5698 10.4796 19.5458 10.6005 19.4992 10.7133C19.4525 10.8262 19.3841 10.9287 19.2978 11.015C19.2114 11.1013 19.1089 11.1698 18.9961 11.2164C18.8833 11.2631 18.7623 11.287 18.6403 11.2869Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
}
.footer .links-container .linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%234F9087'/%3E%3Cpath d='M10.0256 21.434V12.0762H6.51199V21.434H10.0256ZM8.26927 10.7978C9.49454 10.7978 10.2572 10.0793 10.2572 9.1813C10.2344 8.26308 9.49459 7.56445 8.29252 7.56445C7.09064 7.56445 6.30469 8.26309 6.30469 9.1813C6.30469 10.0793 7.06717 10.7978 8.24633 10.7978H8.26916H8.26927ZM11.9704 21.434H15.4841V16.2082C15.4841 15.9285 15.5069 15.6491 15.5997 15.4492C15.8537 14.8904 16.4318 14.3116 17.4025 14.3116C18.6739 14.3116 19.1826 15.1698 19.1826 16.4277V21.4339H22.696V16.0683C22.696 13.194 20.9625 11.8566 18.6508 11.8566C16.7553 11.8566 15.9231 12.7944 15.4607 13.4332H15.4842V12.0761H11.9705C12.0166 12.9541 11.9705 21.4338 11.9705 21.4338L11.9704 21.434Z' fill='white'/%3E%3C/svg%3E%0A");
}
.footer .links-container .linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%23FF7348'/%3E%3Cpath d='M10.0252 21.434V12.0762H6.5115V21.434H10.0252ZM8.26878 10.7978C9.49405 10.7978 10.2567 10.0793 10.2567 9.1813C10.2339 8.26308 9.4941 7.56445 8.29203 7.56445C7.09015 7.56445 6.3042 8.26309 6.3042 9.1813C6.3042 10.0793 7.06668 10.7978 8.24584 10.7978H8.26867H8.26878ZM11.9699 21.434H15.4836V16.2082C15.4836 15.9285 15.5064 15.6491 15.5992 15.4492C15.8532 14.8904 16.4314 14.3116 17.402 14.3116C18.6734 14.3116 19.1821 15.1698 19.1821 16.4277V21.4339H22.6955V16.0683C22.6955 13.194 20.9621 11.8566 18.6503 11.8566C16.7548 11.8566 15.9226 12.7944 15.4602 13.4332H15.4837V12.0761H11.97C12.0161 12.9541 11.97 21.4338 11.97 21.4338L11.9699 21.434Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
}
.footer .links-container .facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%234F9087'/%3E%3Cpath d='M11.9062 23.1242V16.5778H9.47579C9.3496 16.5778 9.22858 16.5261 9.13936 16.4341C9.05013 16.3421 9 16.2174 9 16.0873V13.4981C9 13.368 9.05013 13.2432 9.13936 13.1512C9.22858 13.0593 9.3496 13.0076 9.47579 13.0076H11.8966V10.5012C11.8387 9.90677 11.9078 9.30651 12.0989 8.74256C12.29 8.17861 12.5986 7.66463 13.0029 7.23672C13.4073 6.80881 13.8976 6.47736 14.4394 6.26564C14.9813 6.05392 15.5616 5.96706 16.1395 6.01117H18.1648C18.2922 6.01092 18.4146 6.06229 18.5056 6.15422C18.5965 6.24615 18.6488 6.37126 18.6511 6.50256V8.6949C18.6484 8.82597 18.5959 8.95072 18.505 9.0424C18.4141 9.13409 18.292 9.18542 18.1648 9.18539H16.899C15.5318 9.18539 15.2691 9.85317 15.2691 10.835V13.0067H18.5193C18.5868 13.0044 18.6541 13.0173 18.7163 13.0445C18.7785 13.0717 18.8342 13.1125 18.8796 13.1641C18.925 13.2158 18.9589 13.277 18.979 13.3435C18.9991 13.4101 19.0048 13.4803 18.9959 13.5494L18.7017 16.1485C18.687 16.2675 18.6304 16.3769 18.5428 16.4558C18.4551 16.5348 18.3424 16.5779 18.2259 16.5769H15.2891V23.1233C15.2908 23.239 15.2699 23.3538 15.2277 23.461C15.1855 23.5682 15.1228 23.6655 15.0435 23.7473C14.9641 23.829 14.8696 23.8935 14.7656 23.9369C14.6616 23.9803 14.5502 24.0017 14.438 23.9999H12.7469C12.6356 24.0003 12.5254 23.9778 12.4226 23.9337C12.3198 23.8897 12.2265 23.825 12.1483 23.7434C12.07 23.6618 12.0083 23.5649 11.9667 23.4584C11.9252 23.352 11.9046 23.239 11.9062 23.1242Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
.footer .links-container .facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%23FF7348'/%3E%3Cpath d='M11.9062 23.1242V16.5778H9.47579C9.3496 16.5778 9.22858 16.5261 9.13936 16.4341C9.05013 16.3421 9 16.2174 9 16.0873V13.4981C9 13.368 9.05013 13.2432 9.13936 13.1512C9.22858 13.0593 9.3496 13.0076 9.47579 13.0076H11.8966V10.5012C11.8387 9.90677 11.9078 9.30651 12.0989 8.74256C12.29 8.17861 12.5986 7.66463 13.0029 7.23672C13.4073 6.80881 13.8976 6.47736 14.4394 6.26564C14.9813 6.05392 15.5616 5.96706 16.1395 6.01117H18.1648C18.2922 6.01092 18.4146 6.06229 18.5056 6.15422C18.5965 6.24615 18.6488 6.37126 18.6511 6.50256V8.6949C18.6484 8.82597 18.5959 8.95072 18.505 9.0424C18.4141 9.13409 18.292 9.18542 18.1648 9.18539H16.899C15.5318 9.18539 15.2691 9.85317 15.2691 10.835V13.0067H18.5193C18.5868 13.0044 18.6541 13.0173 18.7163 13.0445C18.7785 13.0717 18.8342 13.1125 18.8796 13.1641C18.925 13.2158 18.9589 13.277 18.979 13.3435C18.9991 13.4101 19.0048 13.4803 18.9959 13.5494L18.7017 16.1485C18.687 16.2675 18.6304 16.3769 18.5428 16.4558C18.4551 16.5348 18.3424 16.5779 18.2259 16.5769H15.2891V23.1233C15.2908 23.239 15.2699 23.3538 15.2277 23.461C15.1855 23.5682 15.1228 23.6655 15.0435 23.7473C14.9641 23.829 14.8696 23.8935 14.7656 23.9369C14.6616 23.9803 14.5502 24.0017 14.438 23.9999H12.7469C12.6356 24.0003 12.5254 23.9778 12.4226 23.9337C12.3198 23.8897 12.2265 23.825 12.1483 23.7434C12.07 23.6618 12.0083 23.5649 11.9667 23.4584C11.9252 23.352 11.9046 23.239 11.9062 23.1242Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
}

.advantages {
  position: relative;
  padding: 3rem 0 7.5rem;
}
.advantages.after-title {
  padding-top: 0;
}
.advantages::before {
  position: absolute;
  top: 0;
  left: 0;
  content: unset;
  height: 90%;
  width: 33.3333333333%;
  background-image: url("data:image/svg+xml,%3Csvg width='632' height='642' viewBox='0 0 632 642' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M321.165 250.017C289.666 195.096 291.839 128.112 326.814 75.1753L326.831 75.2018C374.497 3.18452 470.948 -20.2588 546.412 21.833C586.051 43.9313 614.362 80.1983 626.132 123.959C637.894 167.733 631.623 213.292 608.464 252.235C579.166 301.498 527.412 331.863 470.028 333.481C446.7 334.135 425.608 346.58 413.599 366.772L344.301 483.297C326.328 513.518 290.972 530.812 256.07 526.583L270.007 581.422C270.365 582.832 270.654 584.25 270.869 585.624C270.938 586.046 270.995 586.58 271.056 587.153C271.076 587.346 271.097 587.542 271.119 587.74L271.229 588.741C271.309 589.378 271.384 590.079 271.421 590.789C271.45 591.43 271.453 592.087 271.455 592.744L271.454 593.711C271.456 594.287 271.452 594.874 271.427 595.466C271.391 596.133 271.331 596.786 271.28 597.313L271.166 598.442C271.157 598.535 271.148 598.631 271.139 598.728C271.096 599.184 271.048 599.688 270.974 600.198C270.914 600.629 270.834 601.048 270.754 601.468C270.727 601.608 270.7 601.748 270.674 601.888L270.444 603.047C270.347 603.596 270.219 604.225 270.067 604.84C269.947 605.317 269.801 605.802 269.668 606.241C269.642 606.327 269.617 606.41 269.592 606.492L269.284 607.506C269.098 608.15 268.922 608.75 268.692 609.384C268.463 610.018 268.195 610.662 267.958 611.226L267.536 612.238C267.251 612.938 266.959 613.649 266.7 614.168C265.477 616.72 264.022 619.167 262.356 621.472C262.025 621.947 261.531 622.555 261.053 623.139L260.358 624.005L260.317 624.057C259.933 624.542 259.541 625.038 259.09 625.53C258.732 625.931 258.354 626.309 257.983 626.681C257.898 626.766 257.814 626.85 257.73 626.935L257.008 627.653C256.618 628.061 256.201 628.485 255.748 628.888C255.288 629.303 254.797 629.716 254.361 630.064L253.46 630.807C253.036 631.161 252.6 631.508 252.144 631.861C251.636 632.247 251.137 632.59 250.652 632.908L249.775 633.501L249.716 633.541C249.194 633.89 248.719 634.208 248.203 634.518C247.74 634.8 247.253 635.068 246.662 635.372L246.228 635.606C245.273 636.136 244.694 636.448 244.052 636.755C243.437 637.045 242.812 637.297 242.252 637.521L241.646 637.768C240.792 638.129 239.88 638.504 239.257 638.724C237.881 639.218 236.505 639.629 235.173 639.968C233.84 640.307 232.441 640.59 231.002 640.833C230.475 640.914 229.757 640.99 229.077 641.062C228.965 641.074 228.854 641.086 228.745 641.098L227.873 641.186C227.749 641.198 227.625 641.212 227.5 641.225C226.941 641.284 226.377 641.344 225.812 641.37C225.216 641.409 224.64 641.411 223.939 641.404L222.82 641.411C222.308 641.418 221.701 641.417 221.078 641.391C220.523 641.37 219.96 641.314 219.457 641.264C219.32 641.25 219.188 641.237 219.061 641.225L218.145 641.139C217.567 641.09 216.989 641.042 216.402 640.955C215.859 640.881 215.334 640.779 214.82 640.678C214.758 640.667 214.697 640.655 214.636 640.643L213.639 640.443C213.023 640.323 212.406 640.202 211.772 640.054C211.189 639.904 210.645 639.745 210.119 639.58L209.074 639.27C208.51 639.115 207.867 638.929 207.22 638.692C206.708 638.516 206.206 638.306 205.709 638.097C205.572 638.04 205.435 637.982 205.298 637.926L204.403 637.557C203.771 637.296 203.011 636.976 202.473 636.721C201.161 636.089 199.889 635.414 198.678 634.694L23.5392 530.537C0.706566 516.958 -6.81921 487.346 6.75959 464.514C20.3384 441.681 49.9576 434.143 72.7902 447.722L159.494 499.285L120.747 371.909C117.367 358.651 119.31 345.705 126.406 334.381C133.354 323.166 144.287 315.452 157.2 312.653C182.235 307.226 207.85 323.46 214.301 348.842L244.678 444.497L320.027 317.797C332.591 296.673 333.026 270.713 321.165 250.017ZM508.382 94.989C548.185 118.66 561.312 170.312 537.641 210.115C513.97 249.917 462.318 263.044 422.515 239.373C382.712 215.702 369.585 164.05 393.256 124.248C416.927 84.4451 468.579 71.3179 508.382 94.989Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position: right;
}
@media screen and (min-width: 992px) {
  .advantages::before {
    content: "";
  }
}
.advantages.alt .items-list {
  align-items: end;
}
@media screen and (min-width: 992px) {
  .advantages {
    padding: 6rem 0 13.5rem;
  }
}
.advantages .title-bloc {
  margin-bottom: 4.5rem;
}
.advantages .link {
  margin: 0 auto;
}
.advantages .content-bloc {
  position: relative;
}
.advantages .illustration {
  width: 80%;
  aspect-ratio: 320/450;
  min-height: 513px;
  border-radius: 1.5rem;
  overflow: hidden;
  position: absolute;
  top: 2rem;
  right: 0;
  max-height: 52rem;
}
@media screen and (min-width: 992px) {
  .advantages .illustration {
    position: relative;
    width: 390px;
    height: 580px;
    margin: 0 auto;
  }
}
.advantages .illustration img {
  background-position: right;
}
.advantages .items-list {
  padding-left: 2rem;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .advantages .items-list {
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }
}
.advantages .items-list .item {
  padding: 1rem 1rem 1rem 3.5rem;
  background-color: #f7f0ea;
  border-radius: 0.5rem;
  max-width: 22rem;
  position: relative;
  margin-bottom: 4rem;
  transition: all 2s;
  box-shadow: 0px 0px 24px 0px rgba(1, 53, 45, 0.1490196078);
}
.advantages .items-list .item.hidden {
  transform: scale(0.85);
  opacity: 0;
}
.advantages .items-list .item.show {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .advantages .items-list .item {
    max-width: 31rem;
    min-height: 8rem;
    display: flex;
    align-items: center;
  }
  .advantages .items-list .item:nth-child(1) {
    left: -24rem;
  }
  .advantages .items-list .item:nth-child(2) {
    left: unset;
    right: -20rem;
    top: 8rem;
  }
  .advantages .items-list .item:nth-child(3) {
    left: -32rem;
  }
  .advantages .items-list .item:nth-child(4) {
    left: unset;
    right: -38rem;
  }
  .advantages .items-list .item:nth-child(5) {
    left: -20rem;
  }
}
.advantages .items-list .item::before {
  content: "";
  height: 4.2rem;
  width: 4.2rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  border-radius: 0.7rem;
  background-color: #b4cfcb;
  background-size: 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
}

@media (prefers-reduced-motion) {
  .item {
    transition: none;
  }
}
.navigation {
  background-color: #f7f0ea;
  border-radius: 0 0 3rem 3rem;
  border-bottom: solid 1px #b4cfcb;
  border-left: solid 1px #b4cfcb;
  border-right: solid 1px #b4cfcb;
  padding: 0 2rem;
  overflow: hidden;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .navigation {
    display: flex;
    justify-content: space-between;
    padding: 0 5rem;
    overflow: visible;
  }
}
.navigation .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
@media screen and (min-width: 1200px) {
  .navigation .top {
    width: fit-content;
    padding: 1.5rem 0;
  }
}
.navigation .logo-container {
  width: 7.5rem;
  height: 4.7rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .navigation .logo-container {
    width: 9.1rem;
    height: 5.7rem;
  }
}
.navigation .logo-container img {
  transition: all 0.3s ease;
  transform-origin: center 10px;
}
.navigation .burger {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='24' viewBox='0 0 29 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='4' rx='2' transform='matrix(-1 0 0 1 29 10)' fill='%23046053'/%3E%3Crect width='29' height='4' rx='2' transform='matrix(-1 0 0 1 29 20)' fill='%23046053'/%3E%3Crect width='29' height='4' rx='2' transform='matrix(-1 0 0 1 29 0)' fill='%23046053'/%3E%3C/svg%3E%0A");
  width: 2.9rem;
  height: 2.4rem;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .navigation .burger {
    display: none;
  }
}
.navigation .menu-container {
  padding: 4.5rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .navigation .menu-container {
    padding: 0;
    flex-direction: row;
    gap: 3rem;
    align-items: center;
  }
}
.navigation .menu-container .menu {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .navigation .menu-container .menu {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
  }
}
.navigation .menu-container .menu .menu-item-container {
  overflow: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .navigation .menu-container .menu .menu-item-container {
    position: relative;
    overflow: visible;
  }
  .navigation .menu-container .menu .menu-item-container:hover .sub-items {
    display: flex;
  }
}
.navigation .menu-container .menu .menu-item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  border: solid 1px;
  margin: 0 auto;
  width: fit-content;
}
.navigation .menu-container .menu .menu-item.select, .navigation .menu-container .menu .menu-item.link {
  color: #046053;
  border-color: #b4cfcb;
}
.navigation .menu-container .menu .menu-item.select:hover, .navigation .menu-container .menu .menu-item.link:hover {
  color: #ff7348;
  background-color: #ffd5c8;
  border-color: #ffd5c8;
}
.navigation .menu-container .menu .menu-item.select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.2rem;
  cursor: pointer;
}
.navigation .menu-container .menu .menu-item.select:after {
  content: "";
  position: relative;
  top: 1px;
  height: 15px;
  width: 15px;
  background-position: bottom;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.54275 9.28206C2.27328 9.07996 2.27668 8.67465 2.54949 8.47709L3.03071 8.12863C3.20819 8.00011 3.44866 8.00212 3.62396 8.1336L5.78333 9.75313C6.11295 10.0003 6.58333 9.76515 6.58333 9.35313L6.58333 2.5C6.58333 2.22386 6.80719 2 7.08333 2L7.91667 2C8.19281 2 8.41667 2.22386 8.41667 2.5L8.41667 9.35313C8.41667 9.76515 8.88705 10.0003 9.21667 9.75313L11.376 8.1336C11.5513 8.00212 11.7918 8.00011 11.9693 8.12863L12.4505 8.47709C12.7233 8.67465 12.7267 9.07996 12.4573 9.28206L7.8 12.775C7.62222 12.9083 7.37778 12.9083 7.2 12.775L2.54275 9.28206Z' fill='%23046053'/%3E%3C/svg%3E");
}
.navigation .menu-container .menu .menu-item.select:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.54275 9.28206C2.27328 9.07996 2.27668 8.67465 2.54949 8.47709L3.03071 8.12863C3.20819 8.00011 3.44866 8.00212 3.62396 8.1336L5.78333 9.75313C6.11295 10.0003 6.58333 9.76515 6.58333 9.35313L6.58333 2.5C6.58333 2.22386 6.80719 2 7.08333 2L7.91667 2C8.19281 2 8.41667 2.22386 8.41667 2.5L8.41667 9.35313C8.41667 9.76515 8.88705 10.0003 9.21667 9.75313L11.376 8.1336C11.5513 8.00212 11.7918 8.00011 11.9693 8.12863L12.4505 8.47709C12.7233 8.67465 12.7267 9.07996 12.4573 9.28206L7.8 12.775C7.62222 12.9083 7.37778 12.9083 7.2 12.775L2.54275 9.28206Z' fill='%23FF7348'/%3E%3C/svg%3E");
}
.navigation .menu-container .menu .menu-item.connect {
  background-color: #b4cfcb;
  padding: 0 1.5rem 0 0;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #046053;
  border: none;
}
@media screen and (min-width: 1200px) {
  .navigation .menu-container .menu .menu-item.connect {
    margin: 0;
  }
}
.navigation .menu-container .menu .menu-item.connect:before {
  content: "";
  height: 3.1rem;
  width: 3.1rem;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_2425_13327)'%3E%3Cpath d='M8.5 1C9.49456 1 10.4484 1.39509 11.1517 2.09835C11.8549 2.80161 12.25 3.75544 12.25 4.75C12.25 5.74456 11.8549 6.69839 11.1517 7.40165C10.4484 8.10491 9.49456 8.5 8.5 8.5C7.50544 8.5 6.55161 8.10491 5.84835 7.40165C5.14509 6.69839 4.75 5.74456 4.75 4.75C4.75 3.75544 5.14509 2.80161 5.84835 2.09835C6.55161 1.39509 7.50544 1 8.5 1ZM8.5 11.375C12.6438 11.375 16 13.0531 16 15.125V17H1V15.125C1 13.0531 4.35625 11.375 8.5 11.375Z' stroke='%234F9087' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_2425_13327' x='0' y='0' width='17' height='19' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_2425_13327'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
}
.navigation .menu-container .menu .menu-item.connect:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_2425_13331)'%3E%3Cpath d='M8.5 1C9.49456 1 10.4484 1.39509 11.1517 2.09835C11.8549 2.80161 12.25 3.75544 12.25 4.75C12.25 5.74456 11.8549 6.69839 11.1517 7.40165C10.4484 8.10491 9.49456 8.5 8.5 8.5C7.50544 8.5 6.55161 8.10491 5.84835 7.40165C5.14509 6.69839 4.75 5.74456 4.75 4.75C4.75 3.75544 5.14509 2.80161 5.84835 2.09835C6.55161 1.39509 7.50544 1 8.5 1ZM8.5 11.375C12.6438 11.375 16 13.0531 16 15.125V17H1V15.125C1 13.0531 4.35625 11.375 8.5 11.375Z' stroke='%23FF7348' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_2425_13331' x='0' y='0' width='17' height='19' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_2425_13331'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-items {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  gap: 1rem;
  align-items: center;
  margin-top: 1rem;
}
@media screen and (min-width: 1200px) {
  .navigation .menu-container .menu .sub-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    list-style: none;
    padding: 1rem;
    box-shadow: 0px 0px 24px 0px rgba(198, 182, 169, 0.5);
    border-radius: 0.5rem;
    flex-direction: column;
    gap: 0.5rem;
    align-items: start;
  }
  .navigation .menu-container .menu .sub-items::before {
    content: "";
    position: absolute;
    top: -10px;
    height: 10px;
    width: 100%;
  }
}
.navigation .menu-container .menu .sub-items .item-link {
  font-weight: 700;
  font-size: 1.8rem;
  color: #046053;
}
.navigation .menu-container .menu .sub-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navigation .menu-container .menu .sub-item::before {
  content: "";
  display: block;
  height: 2.9rem;
  width: 2.9rem;
  background-color: #b4cfcb;
  border-radius: 0.4rem;
  flex-shrink: 0;
  background-size: 2.1rem 2.1rem;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .navigation .menu-container .menu .sub-item::before {
    content: unset;
  }
}
.navigation .menu-container .menu .sub-item.house:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17897)'%3E%3Cpath d='M37 21.8794V36.76C37 37.0888 36.8727 37.4042 36.6461 37.6368C36.4195 37.8694 36.1121 38 35.7917 38H27.3333C27.0129 38 26.7055 37.8694 26.4789 37.6368C26.2523 37.4042 26.125 37.0888 26.125 36.76V28.6997C26.125 28.5352 26.0613 28.3775 25.948 28.2612C25.8347 28.145 25.6811 28.0796 25.5208 28.0796H19.4792C19.3189 28.0796 19.1653 28.145 19.052 28.2612C18.9387 28.3775 18.875 28.5352 18.875 28.6997V36.76C18.875 37.0888 18.7477 37.4042 18.5211 37.6368C18.2945 37.8694 17.9871 38 17.6667 38H9.20833C8.88786 38 8.58052 37.8694 8.35391 37.6368C8.12731 37.4042 8 37.0888 8 36.76V21.8794C8.0003 21.2218 8.2551 20.5912 8.70839 20.1263L20.7917 7.72583C21.2449 7.26107 21.8593 7 22.5 7C23.1407 7 23.7551 7.26107 24.2083 7.72583L36.2916 20.1263C36.7449 20.5912 36.9997 21.2218 37 21.8794Z' stroke='%23FF7348' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17897' x='6' y='5' width='33' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17897'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-item.pointer:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17937)'%3E%3Cpath d='M35.9698 22.9892C35.8964 23.4361 35.6978 23.8544 35.396 24.1979C35.085 24.5359 34.6896 24.7894 34.2484 24.9336L26.2153 26.4226L30.2319 33.8324C30.3897 34.0723 30.5008 34.3404 30.5546 34.6206C30.6174 34.9447 30.6174 35.2775 30.5546 35.6016C30.4852 35.9251 30.3444 36.2299 30.1422 36.495C29.9414 36.77 29.685 37.003 29.3891 37.1781L26.3588 38.7197C26.0003 38.9065 25.5996 39.0028 25.1933 38.9999C24.9422 38.9999 24.6972 38.9649 24.4581 38.8948C23.8283 38.6992 23.3011 38.2721 22.9878 37.7037L18.9533 30.2238L13.1975 35.6191C12.8301 35.9522 12.3691 36.1703 11.8737 36.2452C11.3784 36.3202 10.8714 36.2485 10.4182 36.0395C9.9782 35.8248 9.61074 35.491 9.35958 35.0779C9.10842 34.6648 8.98416 34.1899 9.00162 33.7097V7.4514C9.00785 7.01564 9.12492 6.58823 9.3423 6.20767C9.57056 5.82083 9.90627 5.50502 10.3106 5.29678C10.7075 5.08547 11.1559 4.98363 11.6076 5.00214C12.0592 5.02066 12.4972 5.15883 12.8747 5.40188L34.9298 20.5718C35.3063 20.8398 35.604 21.2024 35.7905 21.6228C35.9823 22.052 36.0433 22.525 35.9698 22.9892Z' stroke='%23FF7348' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17937' x='7' y='3' width='31' height='39' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17937'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-item.tool:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17902)'%3E%3Cpath d='M34.5278 22.5291C33.3383 23.7221 31.8214 24.5353 30.1693 24.8657C28.5172 25.1961 26.8041 25.0288 25.2472 24.3851L15.1041 36.608C13.248 38.464 10.2482 38.464 8.39209 36.608C6.53597 34.7521 6.53597 31.7526 8.39209 29.9154L20.6163 19.7546C19.3413 16.6613 19.9601 12.9869 22.4724 10.4749C24.8722 8.07525 28.322 7.43786 31.3218 8.48768L25.9034 13.9055L31.1905 19.1922L36.5527 13.8118C37.5464 16.7738 36.8902 20.167 34.5278 22.5291Z' stroke='%23FF7348' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17902' x='5' y='6' width='33.9995' height='35' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17902'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-item.thumb:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17917)'%3E%3Cpath d='M32.6877 36.8122L36.9403 21.3122C37.0069 21.0694 37.018 20.814 36.9726 20.5661C36.9272 20.3181 36.8266 20.0844 36.6787 19.8833C36.5308 19.6821 36.3397 19.5191 36.1203 19.4069C35.9009 19.2948 35.6592 19.2365 35.4143 19.2368H26.3231C26.1928 19.2368 26.0641 19.2066 25.9467 19.1482C25.8293 19.0899 25.7262 19.0051 25.6451 18.9C25.564 18.7949 25.5069 18.6723 25.4781 18.5414C25.4493 18.4105 25.4496 18.2745 25.4789 18.1437L25.8749 16.3783C26.2376 14.759 26.354 13.0907 26.2202 11.4346L26.1473 10.5348C26.0692 9.56948 25.6616 8.6639 24.9967 7.97895C24.3882 7.35257 23.5634 7.00049 22.7033 7H22.5132C21.9929 7 21.5138 7.29042 21.262 7.75868L19.1563 11.6622C18.2124 13.413 16.8052 14.8516 15.0985 15.8105L9.82517 18.7718C9.57517 18.9124 9.36657 19.1198 9.22135 19.3722C9.07613 19.6245 8.99966 19.9126 9 20.206V36.3684C9 36.8011 9.16687 37.2161 9.46389 37.5221C9.76092 37.8281 10.1638 38 10.5838 38H31.1633C31.5081 37.9999 31.8436 37.8838 32.1186 37.6695C32.3936 37.4551 32.5939 37.1541 32.6877 36.8122Z' stroke='%23FF7348' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17917' x='7' y='5' width='32' height='36' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17917'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-item.france:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17994)'%3E%3Cpath d='M24.1029 5C23.8572 5 21.7079 5.39368 21.7079 5.39368C21.6081 8.61196 19.3744 11.4636 14.7764 11.9586L13.7939 10.1743L11.8672 10.3661L12.7346 15.0137L4 14.6347L4.93648 17.8445C14.3466 20.8996 13.9167 29.6394 11.8672 37.4512C15.475 41.5504 22.7519 41.1482 26.1447 40.7847C26.3827 35.9739 30.167 35.796 36.5765 38.2942C37.4439 36.933 38.0196 35.5099 40 34.3729L36.423 23.5834L34.312 24.063C35.1564 22.431 36.7837 20.2035 38.1808 19.1593L39.3782 12.4382C32.5772 11.9509 28.1405 8.8525 24.1029 5Z' stroke='%23FF7348' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17994' x='2' y='3' width='40' height='41' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17994'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-item.keynavo:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17985)'%3E%3Cpath d='M6.36769 14.0473C8.52241 13.6419 10.6274 14.9387 11.2375 17.0145L11.8224 16.0757L11.8726 15.9997L12.0002 15.8226C12.6581 14.9577 13.5941 14.3809 14.6892 14.2008L14.6885 14.2019C15.8258 14.0115 16.9782 14.2816 17.9111 14.9629L18.0821 15.0947C19.781 16.4737 20.1073 18.937 18.9254 20.7373L18.8316 20.893L21.2184 20.444C21.6742 20.3582 21.9988 20.0525 22.1157 19.7117C23.318 16.2037 26.3683 13.7079 30.0494 13.193L30.1752 13.1802L30.178 13.1797C35.1622 12.553 39.8806 15.8411 40.9526 20.7576L41.0456 21.2449C41.424 23.5192 40.9876 25.8181 39.8038 27.7974L39.5392 28.2169C38.0652 30.4229 35.8025 31.9139 33.1907 32.4053C29.9877 33.0078 26.7356 32.0036 24.4424 29.7138L24.2228 29.4878C23.9526 29.2002 23.5548 29.0639 23.135 29.1429L16.8949 30.317C15.4238 30.5936 13.9151 30.3136 12.6495 29.5924L12.4241 29.9199C12.3523 30.0244 12.2755 30.1238 12.1972 30.218L12.1983 30.2188C12.1754 30.2466 12.1543 30.2698 12.1396 30.2865C12.1247 30.3033 12.1114 30.3178 12.1018 30.3284C12.0922 30.3388 12.0824 30.349 12.077 30.3549C12.0705 30.362 12.0675 30.3661 12.0647 30.3691L12.064 30.3703L12.0318 30.4051L12.0305 30.4034C11.9951 30.4426 11.9457 30.4988 11.8848 30.558L11.8764 30.5665C11.8198 30.6208 11.7648 30.669 11.7476 30.6842L11.7408 30.6904L10.4228 29.1845L11.7399 30.6906L11.7066 30.7197L11.7055 30.7189L11.5833 30.8244L11.5624 30.8403C11.5026 30.8872 11.4487 30.9265 11.4249 30.9436L11.4187 30.9478L11.3759 30.9787L11.3747 30.9779C11.3734 30.9789 11.3719 30.9812 11.3697 30.9828C11.3631 30.9876 11.3524 30.9949 11.3408 31.0032C11.3173 31.0198 11.2816 31.0458 11.2379 31.0742L11.2368 31.0734C11.1936 31.1016 11.1573 31.1242 11.1355 31.1372C11.1242 31.1439 11.1137 31.1503 11.1087 31.1532L11.1016 31.1575C11.0946 31.1617 11.087 31.1654 11.08 31.1695L11.0673 31.1759L11.0684 31.1767C11.0642 31.1792 11.0591 31.1806 11.0547 31.1832L11.0326 31.1973L11.0314 31.1965C10.9854 31.2237 10.9327 31.2547 10.8751 31.2846L10.8715 31.2862C10.826 31.3097 10.7872 31.3291 10.7625 31.3405C10.7497 31.3465 10.7378 31.3511 10.7303 31.3545C10.7202 31.3592 10.7197 31.3594 10.7157 31.3613L10.7103 31.3643L10.6654 31.3846L10.6643 31.3839L10.4844 31.4624C10.4031 31.4943 10.3288 31.5187 10.3028 31.5274L10.26 31.5424L10.2586 31.5407C10.2258 31.5521 10.1494 31.5785 10.0664 31.6017L10.0677 31.6034C9.82561 31.6718 9.57771 31.7182 9.3278 31.7426L9.32743 31.7407C9.24304 31.7491 9.16399 31.7531 9.1273 31.7545L9.12748 31.7555L9.07631 31.7581L9.07612 31.7572C9.04322 31.759 8.96564 31.7626 8.87724 31.7618L8.87742 31.7628C8.87058 31.7627 8.86389 31.7617 8.85732 31.7616C8.85604 31.7616 8.85476 31.7623 8.85348 31.7623L8.8533 31.7613C8.80596 31.7606 8.76618 31.7603 8.73954 31.7589C8.72383 31.7581 8.70907 31.7569 8.7003 31.7563C8.68951 31.7557 8.68718 31.7558 8.68326 31.7556L8.67024 31.755L8.62199 31.7522L8.62163 31.7503C8.5771 31.7479 8.51461 31.7441 8.44402 31.736L8.44438 31.7379C8.38361 31.7311 8.32485 31.7215 8.27167 31.7128L8.27186 31.7137L8.23171 31.7064L8.23189 31.7073L8.07892 31.6815C8.07334 31.6804 8.06787 31.6787 8.0623 31.6776C7.98707 31.6627 7.92228 31.6453 7.8718 31.632L7.87216 31.6339L7.82403 31.6211L7.81467 31.6189C7.79636 31.6141 7.72682 31.5958 7.64871 31.5716L7.64889 31.5726C7.58171 31.552 7.52313 31.529 7.47313 31.5103L7.4735 31.5122C7.4724 31.5118 7.47137 31.5112 7.47025 31.5108L7.44889 31.5029L7.4487 31.5019C7.39719 31.4837 7.32947 31.4607 7.25295 31.4285L7.24209 31.4235C7.1578 31.3875 7.0843 31.3511 7.05796 31.338L7.03376 31.3256L7.03454 31.3245C6.99252 31.3043 6.9216 31.2698 6.85317 31.2324L6.85239 31.2335C6.79183 31.2005 6.73374 31.1662 6.6782 31.1322L6.51877 31.03L6.22743 30.8135L6.20503 30.7949L6.0572 30.6647L6.04771 30.6566L6.02116 30.6317L6.00692 30.6195C5.99996 30.6132 5.98914 30.6029 5.97676 30.5914C5.95223 30.5687 5.91283 30.5321 5.86851 30.4866L5.87007 30.4843C5.82241 30.4358 5.78253 30.3932 5.75567 30.3627L5.75489 30.3639L5.71968 30.3248L5.72046 30.3236C5.69292 30.2932 5.65397 30.2494 5.61109 30.1971L5.61031 30.1983C5.56718 30.1459 5.53269 30.0999 5.51319 30.0735C5.50326 30.06 5.49499 30.0477 5.49017 30.041C5.48568 30.0348 5.48395 30.0329 5.48356 30.0323L5.48434 30.0312L5.47093 30.0128L5.47015 30.014C5.45902 29.9991 5.40552 29.9279 5.35053 29.8437L5.35131 29.8426L5.25902 29.696L5.25337 29.6871L5.22967 29.6459L5.23045 29.6447L5.15504 29.5138C5.14758 29.5001 5.1404 29.4861 5.13326 29.4722C5.10716 29.4212 5.08502 29.3745 5.06636 29.3338L5.04482 29.2881L5.04656 29.2868C5.02788 29.2478 5.00144 29.1918 4.97435 29.1255L4.97261 29.1268C4.96885 29.1177 4.96603 29.1085 4.96256 29.0999C4.9612 29.0965 4.95904 29.0933 4.95768 29.0899L4.95846 29.0887C4.93932 29.0405 4.92406 29.0005 4.91505 28.9747C4.90934 28.9583 4.90437 28.9434 4.90168 28.9355C4.89941 28.9288 4.89815 28.926 4.89758 28.9243L4.88271 28.8824L4.88216 28.8795L4.82174 28.6911C4.82028 28.6861 4.81833 28.6812 4.81692 28.6762C4.78502 28.5629 4.75549 28.4404 4.73099 28.3107L2.97229 19.0008C2.53546 16.6884 4.07294 14.4792 6.36769 14.0473Z' stroke='%23FF7348' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cg filter='url(%23filter1_i_598_17985)'%3E%3Cpath d='M32.2162 26.9299C34.4726 26.5053 35.9626 24.3274 35.5373 22.0756C35.1119 19.8237 32.9295 18.3367 30.6731 18.7613C28.4167 19.1858 26.9267 21.3637 27.3521 23.6156C27.7775 25.8674 29.9598 27.3544 32.2162 26.9299Z' stroke='%23FF7348' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17985' x='0.896973' y='11.1016' width='42.2817' height='24.4746' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17985'/%3E%3C/filter%3E%3Cfilter id='filter1_i_598_17985' x='25.2788' y='16.6895' width='12.3315' height='13.3125' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17985'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}
.navigation .menu-container .menu .sub-item.person:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17942)'%3E%3Cpath d='M22.5 6C24.688 6 26.7865 6.86919 28.3336 8.41637C29.8808 9.96354 30.75 12.062 30.75 14.25C30.75 16.438 29.8808 18.5365 28.3336 20.0836C26.7865 21.6308 24.688 22.5 22.5 22.5C20.312 22.5 18.2135 21.6308 16.6664 20.0836C15.1192 18.5365 14.25 16.438 14.25 14.25C14.25 12.062 15.1192 9.96354 16.6664 8.41637C18.2135 6.86919 20.312 6 22.5 6ZM22.5 26.625C31.6163 26.625 39 30.3169 39 34.875V39H6V34.875C6 30.3169 13.3837 26.625 22.5 26.625Z' stroke='%23ff7348' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17942' x='4' y='4' width='37' height='38' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17942'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-item.spark:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_i_598_17882)'%3E%3Cpath d='M10 25.1923L33.1818 5L27.2726 20.2564L35 21.1538L14.0905 40L19.0906 25.1923L10 25.1923Z' stroke='%23ff7348' stroke-width='4' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_598_17882' x='8' y='3' width='29' height='40' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='1'/%3E%3CfeGaussianBlur stdDeviation='1.6'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_598_17882'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.navigation .menu-container .menu .sub-item:hover .item-link {
  color: #ff7348;
}
.navigation .menu-container .menu .sub-item:hover::before {
  background-color: #ffd5c8;
}
.navigation .menu-container .menu .sub-item .item-link {
  white-space: pre;
}
.navigation .menu-container .menu .contact {
  margin: 0;
}
.navigation .menu-container .socials {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.navigation .menu-container .socials .social {
  height: 2.9rem;
  width: 2.9rem;
  display: block;
}
.navigation .menu-container .socials .instagram {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%231D7064'/%3E%3Cpath d='M14.4979 11.9136C13.0737 11.9136 11.9115 13.0758 11.9115 14.5C11.9115 15.9241 13.0737 17.0863 14.4979 17.0863C15.922 17.0863 17.0842 15.9241 17.0842 14.5C17.0842 13.0758 15.922 11.9136 14.4979 11.9136ZM22.2549 14.5C22.2549 13.4289 22.2646 12.3676 22.2045 11.2985C22.1443 10.0567 21.861 8.95468 20.953 8.04664C20.043 7.13665 18.9429 6.85531 17.7012 6.79516C16.6302 6.73502 15.5689 6.74472 14.4998 6.74472C13.4288 6.74472 12.3675 6.73502 11.2984 6.79516C10.0567 6.85531 8.95464 7.13859 8.04661 8.04664C7.13664 8.95662 6.85531 10.0567 6.79516 11.2985C6.73502 12.3695 6.74472 13.4309 6.74472 14.5C6.74472 15.569 6.73502 16.6323 6.79516 17.7014C6.85531 18.9432 7.13858 20.0452 8.04661 20.9533C8.95658 21.8633 10.0567 22.1446 11.2984 22.2047C12.3694 22.2649 13.4307 22.2552 14.4998 22.2552C15.5708 22.2552 16.6321 22.2649 17.7012 22.2047C18.9429 22.1446 20.045 21.8613 20.953 20.9533C21.863 20.0433 22.1443 18.9432 22.2045 17.7014C22.2665 16.6323 22.2549 15.571 22.2549 14.5ZM14.4979 18.4794C12.2957 18.4794 10.5185 16.7022 10.5185 14.5C10.5185 12.2978 12.2957 10.5205 14.4979 10.5205C16.7 10.5205 18.4773 12.2978 18.4773 14.5C18.4773 16.7022 16.7 18.4794 14.4979 18.4794ZM18.6403 11.2869C18.1261 11.2869 17.7109 10.8717 17.7109 10.3575C17.7109 9.84332 18.1261 9.4281 18.6403 9.4281C19.1544 9.4281 19.5696 9.84332 19.5696 10.3575C19.5698 10.4796 19.5458 10.6005 19.4992 10.7133C19.4525 10.8262 19.3841 10.9287 19.2978 11.015C19.2114 11.1013 19.1089 11.1698 18.9961 11.2164C18.8833 11.2631 18.7623 11.287 18.6403 11.2869Z' fill='%23B4CFCB'/%3E%3C/svg%3E");
}
.navigation .menu-container .socials .instagram:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%23FF7348'/%3E%3Cpath d='M14.4979 11.9136C13.0737 11.9136 11.9115 13.0758 11.9115 14.5C11.9115 15.9241 13.0737 17.0863 14.4979 17.0863C15.922 17.0863 17.0842 15.9241 17.0842 14.5C17.0842 13.0758 15.922 11.9136 14.4979 11.9136ZM22.2549 14.5C22.2549 13.4289 22.2646 12.3676 22.2045 11.2985C22.1443 10.0567 21.861 8.95468 20.953 8.04664C20.043 7.13665 18.9429 6.85531 17.7012 6.79516C16.6302 6.73502 15.5689 6.74472 14.4998 6.74472C13.4288 6.74472 12.3675 6.73502 11.2984 6.79516C10.0567 6.85531 8.95464 7.13859 8.04661 8.04664C7.13664 8.95662 6.85531 10.0567 6.79516 11.2985C6.73502 12.3695 6.74472 13.4309 6.74472 14.5C6.74472 15.569 6.73502 16.6323 6.79516 17.7014C6.85531 18.9432 7.13858 20.0452 8.04661 20.9533C8.95658 21.8633 10.0567 22.1446 11.2984 22.2047C12.3694 22.2649 13.4307 22.2552 14.4998 22.2552C15.5708 22.2552 16.6321 22.2649 17.7012 22.2047C18.9429 22.1446 20.045 21.8613 20.953 20.9533C21.863 20.0433 22.1443 18.9432 22.2045 17.7014C22.2665 16.6323 22.2549 15.571 22.2549 14.5ZM14.4979 18.4794C12.2957 18.4794 10.5185 16.7022 10.5185 14.5C10.5185 12.2978 12.2957 10.5205 14.4979 10.5205C16.7 10.5205 18.4773 12.2978 18.4773 14.5C18.4773 16.7022 16.7 18.4794 14.4979 18.4794ZM18.6403 11.2869C18.1261 11.2869 17.7109 10.8717 17.7109 10.3575C17.7109 9.84332 18.1261 9.4281 18.6403 9.4281C19.1544 9.4281 19.5696 9.84332 19.5696 10.3575C19.5698 10.4796 19.5458 10.6005 19.4992 10.7133C19.4525 10.8262 19.3841 10.9287 19.2978 11.015C19.2114 11.1013 19.1089 11.1698 18.9961 11.2164C18.8833 11.2631 18.7623 11.287 18.6403 11.2869Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
}
.navigation .menu-container .socials .linkedin {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%231D7064'/%3E%3Cpath d='M10.0252 21.434V12.0762H6.5115V21.434H10.0252ZM8.26878 10.7978C9.49405 10.7978 10.2567 10.0793 10.2567 9.1813C10.2339 8.26308 9.4941 7.56445 8.29203 7.56445C7.09015 7.56445 6.3042 8.26309 6.3042 9.1813C6.3042 10.0793 7.06668 10.7978 8.24584 10.7978H8.26867H8.26878ZM11.9699 21.434H15.4836V16.2082C15.4836 15.9285 15.5064 15.6491 15.5992 15.4492C15.8532 14.8904 16.4314 14.3116 17.402 14.3116C18.6734 14.3116 19.1821 15.1698 19.1821 16.4277V21.4339H22.6955V16.0683C22.6955 13.194 20.9621 11.8566 18.6503 11.8566C16.7548 11.8566 15.9226 12.7944 15.4602 13.4332H15.4837V12.0761H11.97C12.0161 12.9541 11.97 21.4338 11.97 21.4338L11.9699 21.434Z' fill='%23B4CFCB'/%3E%3C/svg%3E");
}
.navigation .menu-container .socials .linkedin:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%23FF7348'/%3E%3Cpath d='M10.0252 21.434V12.0762H6.5115V21.434H10.0252ZM8.26878 10.7978C9.49405 10.7978 10.2567 10.0793 10.2567 9.1813C10.2339 8.26308 9.4941 7.56445 8.29203 7.56445C7.09015 7.56445 6.3042 8.26309 6.3042 9.1813C6.3042 10.0793 7.06668 10.7978 8.24584 10.7978H8.26867H8.26878ZM11.9699 21.434H15.4836V16.2082C15.4836 15.9285 15.5064 15.6491 15.5992 15.4492C15.8532 14.8904 16.4314 14.3116 17.402 14.3116C18.6734 14.3116 19.1821 15.1698 19.1821 16.4277V21.4339H22.6955V16.0683C22.6955 13.194 20.9621 11.8566 18.6503 11.8566C16.7548 11.8566 15.9226 12.7944 15.4602 13.4332H15.4837V12.0761H11.97C12.0161 12.9541 11.97 21.4338 11.97 21.4338L11.9699 21.434Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
}
.navigation .menu-container .socials .facebook {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%231D7064'/%3E%3Cpath d='M11.9062 23.1242V16.5778H9.47579C9.3496 16.5778 9.22858 16.5261 9.13936 16.4341C9.05013 16.3421 9 16.2174 9 16.0873V13.4981C9 13.368 9.05013 13.2432 9.13936 13.1512C9.22858 13.0593 9.3496 13.0076 9.47579 13.0076H11.8966V10.5012C11.8387 9.90677 11.9078 9.30651 12.0989 8.74256C12.29 8.17861 12.5986 7.66463 13.0029 7.23672C13.4073 6.80881 13.8976 6.47736 14.4394 6.26564C14.9813 6.05392 15.5616 5.96706 16.1395 6.01117H18.1648C18.2922 6.01092 18.4146 6.06229 18.5056 6.15422C18.5965 6.24615 18.6488 6.37126 18.6511 6.50256V8.6949C18.6484 8.82597 18.5959 8.95072 18.505 9.0424C18.4141 9.13409 18.292 9.18542 18.1648 9.18539H16.899C15.5318 9.18539 15.2691 9.85317 15.2691 10.835V13.0067H18.5193C18.5868 13.0044 18.6541 13.0173 18.7163 13.0445C18.7785 13.0717 18.8342 13.1125 18.8796 13.1641C18.925 13.2158 18.9589 13.277 18.979 13.3435C18.9991 13.4101 19.0048 13.4803 18.9959 13.5494L18.7017 16.1485C18.687 16.2675 18.6304 16.3769 18.5428 16.4558C18.4551 16.5348 18.3424 16.5779 18.2259 16.5769H15.2891V23.1233C15.2908 23.239 15.2699 23.3538 15.2277 23.461C15.1855 23.5682 15.1228 23.6655 15.0435 23.7473C14.9641 23.829 14.8696 23.8935 14.7656 23.9369C14.6616 23.9803 14.5502 24.0017 14.438 23.9999H12.7469C12.6356 24.0003 12.5254 23.9778 12.4226 23.9337C12.3198 23.8897 12.2265 23.825 12.1483 23.7434C12.07 23.6618 12.0083 23.5649 11.9667 23.4584C11.9252 23.352 11.9046 23.239 11.9062 23.1242Z' fill='%23B4CFCB'/%3E%3C/svg%3E%0A");
}
.navigation .menu-container .socials .facebook:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='29' height='29' rx='5' fill='%23FF7348'/%3E%3Cpath d='M11.9062 23.1242V16.5778H9.47579C9.3496 16.5778 9.22858 16.5261 9.13936 16.4341C9.05013 16.3421 9 16.2174 9 16.0873V13.4981C9 13.368 9.05013 13.2432 9.13936 13.1512C9.22858 13.0593 9.3496 13.0076 9.47579 13.0076H11.8966V10.5012C11.8387 9.90677 11.9078 9.30651 12.0989 8.74256C12.29 8.17861 12.5986 7.66463 13.0029 7.23672C13.4073 6.80881 13.8976 6.47736 14.4394 6.26564C14.9813 6.05392 15.5616 5.96706 16.1395 6.01117H18.1648C18.2922 6.01092 18.4146 6.06229 18.5056 6.15422C18.5965 6.24615 18.6488 6.37126 18.6511 6.50256V8.6949C18.6484 8.82597 18.5959 8.95072 18.505 9.0424C18.4141 9.13409 18.292 9.18542 18.1648 9.18539H16.899C15.5318 9.18539 15.2691 9.85317 15.2691 10.835V13.0067H18.5193C18.5868 13.0044 18.6541 13.0173 18.7163 13.0445C18.7785 13.0717 18.8342 13.1125 18.8796 13.1641C18.925 13.2158 18.9589 13.277 18.979 13.3435C18.9991 13.4101 19.0048 13.4803 18.9959 13.5494L18.7017 16.1485C18.687 16.2675 18.6304 16.3769 18.5428 16.4558C18.4551 16.5348 18.3424 16.5779 18.2259 16.5769H15.2891V23.1233C15.2908 23.239 15.2699 23.3538 15.2277 23.461C15.1855 23.5682 15.1228 23.6655 15.0435 23.7473C14.9641 23.829 14.8696 23.8935 14.7656 23.9369C14.6616 23.9803 14.5502 24.0017 14.438 23.9999H12.7469C12.6356 24.0003 12.5254 23.9778 12.4226 23.9337C12.3198 23.8897 12.2265 23.825 12.1483 23.7434C12.07 23.6618 12.0083 23.5649 11.9667 23.4584C11.9252 23.352 11.9046 23.239 11.9062 23.1242Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
}

.timeline-v1 {
  margin: 10.5rem 0;
}
@media screen and (min-width: 576px) {
  .timeline-v1 {
    margin: 18rem 0;
  }
}
.timeline-v1.before-padding {
  margin: 10.5rem 0 4.5rem;
}
@media screen and (min-width: 576px) {
  .timeline-v1.before-padding {
    margin: 18rem 0 12rem;
  }
}
.timeline-v1.alt .content {
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(198, 182, 169, 0.5019607843);
  padding-top: 8.5rem;
  position: relative;
}
.timeline-v1 .none {
  display: none;
}
.timeline-v1 .title {
  padding: 0 4rem;
}
.timeline-v1 .content {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  border-radius: 2rem;
}
.timeline-v1 .content.full {
  padding-right: 2rem;
  padding-left: 2rem;
}
.timeline-v1 .free {
  padding: 1rem 2rem;
  box-shadow: 0px 0px 24px 0px rgba(198, 182, 169, 0.5019607843);
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ffd5c8;
  transform: translate(-50%, -50%);
  text-align: center;
}
.timeline-v1 .buttons-container {
  margin: 3rem auto;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 576px) {
  .timeline-v1 .buttons-container {
    flex-direction: row;
    width: fit-content;
  }
}
.timeline-v1 .buttons-container .button {
  font-size: 1.7rem;
  font-weight: 700;
  width: fit-content;
  color: #046053;
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  opacity: 0.4;
  background-color: #f9bb44;
  cursor: pointer;
}
.timeline-v1 .buttons-container .button.open {
  opacity: 1;
}
.timeline-v1 .cta {
  margin: 0 auto 4.5rem;
}
.timeline-v1 .custom-dots {
  position: relative;
}
@media screen and (min-width: 576px) {
  .timeline-v1 .custom-dots {
    padding: 0 14.2857142857%;
  }
}
.timeline-v1 .custom-dots::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b4cfcb;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.timeline-v1 .slider {
  overflow: hidden;
  margin: 0 2rem;
}
@media screen and (min-width: 576px) {
  .timeline-v1 .slider {
    margin-top: 5rem;
  }
}
.timeline-v1 .slider .swiper-wrapper {
  align-items: center;
}
.timeline-v1 .slider .slide {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .timeline-v1 .slider .slide {
    flex-direction: row;
    gap: 3rem;
    justify-content: center;
    padding: 0 14.2857142857%;
    align-items: center;
  }
}
@media screen and (min-width: 576px) {
  .timeline-v1 .slider .slide .text-content {
    width: 57.1428571429%;
    flex-shrink: 0;
  }
}
.timeline-v1 .slider .slide .illustration {
  width: 100%;
  aspect-ratio: 334/193;
  margin: 0;
  max-width: 100%;
}
@media screen and (min-width: 576px) {
  .timeline-v1 .slider .slide .illustration {
    width: 42.8571428571%;
    aspect-ratio: 360/180;
    flex-shrink: 0;
  }
}
.timeline-v1 .slider .slide .illustration img {
  border-radius: 1.5rem;
}

.tabs-cards {
  margin: 10.5rem 0 6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .tabs-cards {
    flex-direction: row;
    justify-content: center;
    gap: 0;
    margin-bottom: 16rem;
  }
}
.tabs-cards .card {
  display: flex;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.tabs-cards .card:has(.link:hover) {
  z-index: 4;
}
.tabs-cards .card:nth-child(even) {
  justify-content: flex-start;
  transform: rotate(-4.69deg);
}
.tabs-cards .card:nth-child(odd) {
  justify-content: flex-end;
  transform: rotate(6deg);
}
.tabs-cards .card .link {
  width: 75%;
  padding: 2.5rem 1.5rem 1rem;
  border: solid 1px #b4cfcb;
  border-radius: 1rem;
  color: #b4cfcb;
  position: relative;
}
@media screen and (min-width: 768px) {
  .tabs-cards .card .link {
    width: unset;
  }
}
.tabs-cards .card .link:hover {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 2.4rem 0 rgba(198, 182, 169, 0.5);
  color: #046053;
}
.tabs-cards .card .link::before {
  content: "";
  height: 4.2rem;
  width: 4.2rem;
  position: absolute;
  top: 0;
  left: 1.5rem;
  transform: translateY(-50%);
}
.tabs-cards .card .link.tool:before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.676545' y='0.854424' width='42' height='42' rx='6.42857' fill='%23B4CFCB'/%3E%3Cg filter='url(%23filter0_i_1_7)'%3E%3Cpath d='M30.2297 21.8751C29.3837 22.7235 28.3051 23.3018 27.1302 23.5367C25.9554 23.7717 24.7373 23.6527 23.6301 23.1949L16.4173 31.8868C15.0974 33.2066 12.9642 33.2066 11.6443 31.8868C10.3243 30.567 10.3243 28.434 11.6443 27.1276L20.337 19.9021C19.4304 17.7025 19.8704 15.0896 21.6569 13.3032C23.3635 11.5968 25.8166 11.1436 27.9498 11.8901L24.0967 15.7428L27.8565 19.5022L31.6696 15.6762C32.3762 17.7825 31.9095 20.1954 30.2297 21.8751Z' stroke='%234F9087' stroke-width='2.85714' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1_7' x='9.22575' y='10.1151' width='24.1901' height='24.9044' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.714286'/%3E%3CfeGaussianBlur stdDeviation='1.14286'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1_7'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.tabs-cards .card .link.photo:before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.231249 7.34245C0.231249 3.79205 3.10942 0.91388 6.65982 0.91388H35.8027C39.3531 0.91388 42.2312 3.79205 42.2312 7.34245V36.4853C42.2312 40.0357 39.3531 42.9139 35.8027 42.9139H6.65982C3.10942 42.9139 0.231249 40.0357 0.231249 36.4853V7.34245Z' fill='%23B4CFCB'/%3E%3Cg filter='url(%23filter0_i_1_24)'%3E%3Cpath d='M30.049 16.9361H26.4337L25.8352 15.1942C25.6888 14.7695 25.4079 14.4001 25.0325 14.1384C24.657 13.8767 24.2059 13.7359 23.7432 13.7361H18.7193C18.2564 13.736 17.8053 13.8769 17.4298 14.1388C17.0543 14.4007 16.7735 14.7703 16.6273 15.1953L16.0288 16.9361H12.4135C11.8288 16.9361 11.2681 17.1609 10.8547 17.5609C10.4413 17.961 10.209 18.5036 10.209 19.0694V28.6694C10.209 29.2352 10.4413 29.7779 10.8547 30.1779C11.2681 30.578 11.8288 30.8028 12.4135 30.8028H30.049C30.6337 30.8028 31.1944 30.578 31.6078 30.1779C32.0212 29.7779 32.2535 29.2352 32.2535 28.6694V19.0694C32.2535 18.5036 32.0212 17.961 31.6078 17.5609C31.1944 17.1609 30.6337 16.9361 30.049 16.9361ZM21.2312 27.6028C20.3593 27.6028 19.5068 27.3525 18.7818 26.8837C18.0568 26.4149 17.4917 25.7485 17.158 24.9689C16.8243 24.1893 16.737 23.3314 16.9071 22.5037C17.0772 21.6761 17.4971 20.9158 18.1137 20.3191C18.7303 19.7224 19.5159 19.316 20.3711 19.1514C21.2264 18.9868 22.1128 19.0713 22.9185 19.3942C23.7241 19.7172 24.4127 20.264 24.8971 20.9657C25.3816 21.6673 25.6401 22.4922 25.6401 23.3361C25.6387 24.4673 25.1737 25.5517 24.3472 26.3515C23.5207 27.1514 22.4001 27.6014 21.2312 27.6028Z' stroke='%234F9087' stroke-width='2.85714' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1_24' x='8.78046' y='12.3075' width='24.9016' height='20.6381' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.714286'/%3E%3CfeGaussianBlur stdDeviation='1.14286'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1_24'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.tabs-cards .card .link.diag:before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0281079 6.45878C0.0281079 2.90837 2.90628 0.0302052 6.45668 0.0302052L35.5995 0.0302052C39.1499 0.0302052 42.0281 2.90838 42.0281 6.45878V35.6016C42.0281 39.152 39.1499 42.0302 35.5995 42.0302H6.45668C2.90628 42.0302 0.0281079 39.152 0.0281079 35.6016L0.0281079 6.45878Z' fill='%23B4CFCB'/%3E%3Cg filter='url(%23filter0_i_1_39)'%3E%3Cpath d='M15.5255 22.6203V29.1564C15.5255 29.5473 15.3663 29.9221 15.0829 30.1985C14.7995 30.4749 14.4151 30.6302 14.0143 30.6302H12.2381C12.0388 30.6314 11.8412 30.5942 11.6567 30.5208C11.4723 30.4473 11.3045 30.3389 11.1631 30.2019C11.0218 30.0649 10.9096 29.9021 10.833 29.7226C10.7564 29.5432 10.717 29.3508 10.717 29.1564V22.6203C10.7157 22.4251 10.7542 22.2316 10.8302 22.0511C10.9061 21.8706 11.0181 21.7065 11.1596 21.5686C11.3011 21.4306 11.4693 21.3213 11.6545 21.2473C11.8396 21.1732 12.038 21.1357 12.2381 21.1369H14.0143C14.2136 21.1369 14.4109 21.1754 14.5949 21.25C14.7789 21.3247 14.9459 21.4341 15.0864 21.572C15.2268 21.7098 15.3379 21.8734 15.4133 22.0533C15.4887 22.2332 15.5268 22.4259 15.5255 22.6203ZM23.0817 18.2373V29.1564C23.0817 29.3508 23.0423 29.5432 22.9658 29.7226C22.8892 29.9021 22.777 30.0649 22.6356 30.2019C22.4943 30.3389 22.3265 30.4473 22.142 30.5208C21.9575 30.5942 21.7599 30.6314 21.5607 30.6302H19.7845C19.3828 30.6302 18.9973 30.4752 18.7124 30.1991C18.4274 29.923 18.266 29.5482 18.2634 29.1564V18.2373C18.266 17.8447 18.4271 17.4688 18.7118 17.1912C18.9965 16.9136 19.3819 16.7565 19.7845 16.754H21.5607C21.9641 16.754 22.351 16.9102 22.6362 17.1884C22.9215 17.4666 23.0817 17.8439 23.0817 18.2373ZM30.6281 13.6246V29.1564C30.6281 29.5473 30.4689 29.9221 30.1855 30.1985C29.9021 30.4749 29.5177 30.6302 29.1169 30.6302H27.3407C27.1414 30.6314 26.9438 30.5942 26.7593 30.5208C26.5748 30.4473 26.4071 30.3389 26.2657 30.2019C26.1243 30.0649 26.0121 29.9021 25.9356 29.7226C25.859 29.5432 25.8196 29.3508 25.8196 29.1564V13.6246C25.8196 13.4298 25.859 13.237 25.9354 13.057C26.0118 12.877 26.1239 12.7135 26.2651 12.5758C26.4064 12.438 26.574 12.3288 26.7586 12.2542C26.9431 12.1797 27.1409 12.1413 27.3407 12.1413H29.1561C29.551 12.1537 29.9254 12.3155 30.2001 12.5923C30.4748 12.8692 30.6283 13.2394 30.6281 13.6246Z' stroke='%234F9087' stroke-width='2.85714' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1_39' x='9.28842' y='10.7127' width='22.7683' height='22.0603' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.714286'/%3E%3CfeGaussianBlur stdDeviation='1.14286'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1_39'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.tabs-cards .card .link.energy:before {
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.214481 7.17359C0.214481 3.62319 3.09265 0.745021 6.64305 0.745021L35.7859 0.745021C39.3363 0.745021 42.2145 3.62319 42.2145 7.17359V36.3165C42.2145 39.8669 39.3363 42.745 35.7859 42.745H6.64305C3.09265 42.745 0.214481 39.8669 0.214481 36.3164L0.214481 7.17359Z' fill='%23B4CFCB'/%3E%3Cg filter='url(%23filter0_i_1_54)'%3E%3Cpath d='M11.9288 23.311L28.4872 8.88788L24.2663 19.7853L29.7859 20.4263L14.8506 33.8879L18.4221 23.311H11.9288Z' stroke='%234F9087' stroke-width='2.85714' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_1_54' x='10.5001' y='7.4593' width='20.7144' height='28.5714' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.714286'/%3E%3CfeGaussianBlur stdDeviation='1.14286'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_1_54'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.static-bloc {
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  padding: 4.5rem 2rem;
  margin: 10.5rem 0;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .static-bloc {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
    padding: 6.5rem 8.3333333333%;
  }
  .static-bloc .text {
    width: 50%;
    flex-shrink: 0;
  }
}
.static-bloc .heading {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.static-bloc .heading .subtitle {
  margin: 0;
}
.static-bloc .heading .illustration {
  width: 100%;
}
.static-bloc .heading .cta {
  margin: 0;
}

.three-columns {
  margin: 10.5rem 0;
}
@media screen and (min-width: 992px) {
  .three-columns {
    margin: 18rem 0 10.5;
  }
}
@media screen and (min-width: 992px) {
  .three-columns .content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
  }
}
.three-columns .first {
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .three-columns .first {
    margin-bottom: 0;
  }
}
.three-columns .first .testimony {
  padding: 2rem;
  border-radius: 1rem;
  border: solid 1px #b4cfcb;
}
.three-columns .first .testimony .id {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 5px;
  margin-bottom: 5px;
}
.three-columns .first .testimony .portrait {
  border-radius: 100%;
  height: 5rem;
  width: 5rem;
  position: relative;
}
.three-columns .first .testimony .portrait img {
  border-radius: 100%;
}
.three-columns .first .testimony .portrait::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  height: 6.1rem;
  width: 6.1rem;
  border: solid 1px #b4cfcb;
  transform: translate(-50%, -50%);
}
.three-columns .first .testimony .description {
  margin-bottom: 0;
}
.three-columns .second {
  margin-bottom: 6rem;
}
@media screen and (min-width: 992px) {
  .three-columns .second {
    margin-bottom: 0;
  }
}
.three-columns .second .cta {
  margin-bottom: 0;
}
.three-columns .third .illustration {
  width: 100%;
  aspect-ratio: 374/359;
  border-radius: 1rem;
  overflow: hidden;
}

.tabs-switch {
  margin: 5.5rem 0;
  padding: 7.5rem 0;
}
.tabs-switch .tabs-wrapper {
  margin: 5rem 0 3rem;
}
@media screen and (min-width: 992px) {
  .tabs-switch .tabs-wrapper {
    display: flex;
    justify-content: center;
  }
}
.tabs-switch .tabs-wrapper .tab-container {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 992px) {
  .tabs-switch .tabs-wrapper .tab-container {
    max-width: 40rem;
    width: fit-content;
    display: block;
  }
}
.tabs-switch .tabs-wrapper .tab-container:nth-child(even) {
  transform: rotate(-4.69deg);
}
.tabs-switch .tabs-wrapper .tab-container:nth-child(odd) {
  justify-content: flex-end;
  transform: rotate(6.76deg);
}
.tabs-switch .tabs-wrapper .tab {
  width: 75%;
  color: #fff;
  border: solid 1px #b4cfcb;
  border-radius: 1rem;
  padding: 3rem 2rem 1rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .tabs-switch .tabs-wrapper .tab {
    width: 100%;
  }
}
.tabs-switch .tabs-wrapper .tab.open {
  border-color: #fff;
  background-color: #fff;
  color: #046053;
  z-index: 2;
}
.tabs-switch .tabs-wrapper .tab:before {
  content: "";
  position: absolute;
  left: 2rem;
  top: 0;
  transform: translateY(-50%);
  height: 4.2rem;
  width: 4.2rem;
  background-color: #b4cfcb;
  border-radius: 0.65rem;
  background-size: 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
}
.tabs-switch .dots-container {
  justify-content: space-between;
}
.tabs-switch .content-container {
  display: none;
}
.tabs-switch .content-container.open {
  display: block;
}
@media screen and (min-width: 992px) {
  .tabs-switch .content-container.open {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
    margin-top: 5rem;
  }
}
.tabs-switch .illustration {
  border-radius: 1rem;
  overflow: hidden;
}

.choice-form {
  padding: 15rem 0 16rem;
}
@media screen and (min-width: 768px) {
  .choice-form {
    padding: 25rem 0 16rem;
  }
}
.choice-form .choice-container {
  background-color: #f7f0ea;
  border-radius: 1.5rem;
  padding: 3rem 3rem 6rem;
  overflow: hidden;
}
.choice-form .card {
  background-color: #fff;
  display: grid;
  align-content: center;
  border-radius: 0.5rem;
  padding: 2rem;
  border: solid 1px #fff;
  transition: all 0.3s ease;
}
.choice-form .card:hover, .choice-form .card.selected {
  border-color: #ff8f6d;
  box-shadow: 0px 0px 24px 0px rgba(198, 182, 169, 0.5019607843);
}
.choice-form .card .text-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  margin: 0 auto;
}
.choice-form .card .text-content::before {
  content: "";
  height: 4.3rem;
  width: 4.3rem;
}
.choice-form .swiper-wrapper {
  align-items: stretch;
}
.choice-form .swiper-wrapper .swiper-slide {
  height: auto;
}
.choice-form .next-btn {
  transition: opacity ease 0.3s;
}
.choice-form .next-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.choice-form .loc-first {
  position: relative;
}
.choice-form .loc-first .cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .choice-form .loc-first .cards-container {
    grid-template-columns: 1fr 1fr;
  }
}
.choice-form .loc-first .cards-container .button {
  cursor: pointer;
  height: 21.5rem;
}
.choice-form .loc-first .next-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.choice-form .loc-second .text-content {
  max-width: 100rem;
  margin: 0 auto;
}
.choice-form .loc-second .text-content a:not(.cta-primary) {
  color: #ff7348;
}
.choice-form .next-btn {
  margin: 0 auto;
  cursor: pointer;
}
.choice-form .contact-slide .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 1200px) {
  .choice-form .contact-slide .content-wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .choice-form .contact-slide .content-wrapper .title {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .choice-form .contact-slide .content-wrapper .choice-content {
    width: 55%;
  }
}
.choice-form .contact-slide .content-wrapper .choice-content .choices {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6rem;
}
@media screen and (min-width: 1200px) {
  .choice-form .contact-slide .content-wrapper .choice-content .choices {
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .choice-form .contact-slide .content-wrapper .choice-content .choices.two-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.choice-form .contact-slide .content-wrapper .choice-content .choice-item {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  display: grid;
  align-content: center;
  position: relative;
  cursor: pointer;
}
.choice-form .contact-slide .content-wrapper .choice-content .choice-item.selected .popup {
  animation: appear 0.3s ease-out forwards;
}
.choice-form .contact-slide .content-wrapper .choice-content .choice-item .popup {
  color: #ff7348;
  position: absolute;
  width: 100%;
  bottom: -6rem;
  left: 0;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .choice-form .contact-slide .content-wrapper .choice-content .choice-item .popup.mail {
    font-size: 1.4rem;
  }
}
@keyframes appear {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.choice-form .contact-slide .content-wrapper .choice-content .text-content {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.choice-form .contact-slide .content-wrapper .choice-content .text-content::before {
  content: "";
  height: 4.5rem;
  width: 4.5rem;
}
.choice-form .contact-slide .content-wrapper .choice-content .plus {
  padding: 1.5rem 0.5rem;
  border-radius: 0.5rem;
  background-color: #b4cfcb;
  margin: 0;
}

.rich-text {
  margin: 18rem 0;
}
.rich-text a {
  color: #ff7348;
}

.legals .heading .all-content {
  padding: 26rem 0 18rem;
  border-radius: 0 0 20px 20px;
  position: relative;
}
.legals .heading .title-content {
  max-width: 80.5rem;
  margin: 0 auto;
}
.legals .content {
  margin-top: 13.5rem;
}

.video-bloc {
  margin: 8rem 0;
}
@media screen and (min-width: 992px) {
  .video-bloc {
    margin: 16rem 0;
  }
}
.video-bloc .content-container {
  display: flex;
  gap: 3rem;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .video-bloc .content-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  .video-bloc .text-content {
    width: 25%;
  }
}
.video-bloc .video {
  width: 100%;
  aspect-ratio: 372/298;
}
@media screen and (min-width: 992px) {
  .video-bloc .video {
    width: 75%;
    aspect-ratio: 915/518 !important;
  }
}

.landing-page {
  position: relative;
}
.landing-page::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='526' height='815' viewBox='0 0 526 815' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M153.027 349.666C121.528 294.745 123.701 227.761 158.676 174.824L158.693 174.851C206.359 102.833 302.81 79.3901 378.274 121.482C417.914 143.58 446.224 179.847 457.994 223.608C469.756 267.382 463.485 312.941 440.326 351.884C411.029 401.147 359.275 431.512 301.891 433.13C278.563 433.784 257.47 446.229 245.462 466.421L176.163 582.946C158.19 613.167 122.835 630.461 87.9321 626.232L101.869 681.071C102.228 682.481 102.516 683.899 102.732 685.273C102.8 685.695 102.857 686.229 102.918 686.802C102.939 686.994 102.96 687.191 102.982 687.389L103.092 688.389C103.172 689.027 103.247 689.728 103.283 690.438C103.312 691.079 103.315 691.736 103.318 692.393L103.318 692.393L103.317 693.36C103.319 693.935 103.314 694.523 103.29 695.115C103.253 695.782 103.193 696.435 103.142 696.962L103.028 698.091C103.019 698.184 103.01 698.279 103.001 698.377C102.958 698.833 102.91 699.337 102.837 699.847C102.777 700.278 102.696 700.697 102.616 701.116C102.589 701.257 102.562 701.397 102.536 701.537L102.306 702.696C102.209 703.245 102.081 703.874 101.929 704.488C101.81 704.966 101.663 705.451 101.53 705.89C101.504 705.976 101.479 706.059 101.455 706.141L101.147 707.155C100.961 707.799 100.784 708.399 100.555 709.033C100.325 709.667 100.057 710.311 99.8198 710.875L99.3984 711.887C99.1135 712.586 98.8214 713.298 98.5624 713.816C97.3397 716.369 95.8846 718.815 94.2186 721.12C93.8869 721.595 93.3939 722.204 92.9151 722.788L92.22 723.654L92.1789 723.706C91.7953 724.191 91.4031 724.687 90.9523 725.179C90.594 725.58 90.2164 725.958 89.8456 726.329C89.7607 726.414 89.6761 726.499 89.5922 726.584L88.8699 727.302C88.4799 727.71 88.0634 728.134 87.6106 728.537C87.1506 728.952 86.6592 729.365 86.223 729.712L85.322 730.455C84.898 730.81 84.4619 731.157 84.0065 731.51C83.498 731.896 82.999 732.239 82.5145 732.557L81.637 733.15L81.5783 733.19C81.0567 733.539 80.5811 733.857 80.0651 734.167C79.6022 734.449 79.115 734.717 78.524 735.021L78.0899 735.255C77.1349 735.785 76.556 736.097 75.9143 736.404C75.2991 736.694 74.6741 736.945 74.1142 737.17L73.5085 737.416C72.6544 737.777 71.7422 738.153 71.1195 738.373C69.7438 738.867 68.3677 739.278 67.0349 739.617C65.7021 739.956 64.3038 740.239 62.8642 740.481C62.3373 740.562 61.6197 740.639 60.9394 740.711C60.8275 740.723 60.7166 740.735 60.6078 740.746L59.7356 740.834C59.6114 740.847 59.4869 740.861 59.3623 740.874C58.8031 740.933 58.2398 740.993 57.6747 741.019C57.0779 741.058 56.5027 741.06 55.8017 741.053L54.6827 741.06C54.1703 741.066 53.5637 741.066 52.94 741.04C52.3855 741.019 51.8219 740.963 51.3196 740.913C51.1826 740.899 51.0501 740.886 50.9236 740.874L50.0073 740.788L50.0067 740.788C49.429 740.739 48.8514 740.691 48.2639 740.604C47.7217 740.53 47.1967 740.428 46.6822 740.327C46.6208 740.315 46.5595 740.303 46.4984 740.291L45.5018 740.092C44.885 739.971 44.2682 739.851 43.6344 739.703C43.0513 739.553 42.5069 739.393 41.9818 739.229L40.9365 738.919C40.3727 738.764 39.7291 738.578 39.0828 738.341C38.5705 738.165 38.0684 737.954 37.5709 737.746C37.4339 737.689 37.2972 737.631 37.1608 737.575L36.2651 737.206C35.6332 736.945 34.8731 736.624 34.3355 736.37C33.0231 735.737 31.7516 735.063 30.5403 734.343L-144.598 630.186C-167.431 616.607 -174.957 586.995 -161.378 564.162C-147.799 541.33 -118.18 533.792 -95.3474 547.371L-8.6441 598.934L-47.3911 471.558C-50.7709 458.299 -48.8274 445.354 -41.7319 434.03C-34.7834 422.814 -23.8503 415.1 -10.9378 412.302C14.0975 406.875 39.7127 423.109 46.1633 448.491L76.5401 544.146L151.89 417.446C164.453 396.322 164.888 370.362 153.027 349.666ZM340.244 194.638C380.047 218.309 393.174 269.961 369.503 309.764C345.832 349.566 294.18 362.693 254.377 339.022C214.575 315.351 201.448 263.699 225.119 223.897C248.79 184.094 300.442 170.967 340.244 194.638Z' fill='white' fill-opacity='0.1'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  aspect-ratio: 526/815;
  width: 75%;
  top: 12%;
}
@media screen and (min-width: 768px) {
  .landing-page::before {
    width: 45%;
    top: 25%;
  }
}
.landing-page .header {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
.landing-page .heading-logo {
  height: 9rem;
}
@media screen and (min-width: 768px) {
  .landing-page .heading-logo {
    height: 15rem;
  }
}
.landing-page .main {
  position: relative;
  overflow: hidden;
}
.landing-page .main .intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .landing-page .main .intro {
    width: 66.6666666667%;
    margin: 0 auto;
    gap: 3rem;
  }
}
.landing-page .main .headline .first,
.landing-page .main .headline .third {
  display: inline-block;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.7rem;
}
@media screen and (min-width: 768px) {
  .landing-page .main .headline .first,
  .landing-page .main .headline .third {
    padding: 1rem 2rem;
    font-size: 5.5rem;
  }
}
.landing-page .main .headline .first {
  background: rgba(255, 255, 255, 0.2);
}
.landing-page .main .headline .second {
  position: relative;
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .landing-page .main .headline .second {
    font-size: 4.5rem;
  }
}
.landing-page .main .headline .second::before {
  content: "";
  position: absolute;
  bottom: -50%;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='168' height='26' viewBox='0 0 168 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M79.778 6.18892C83.043 6.20753 85.5047 4.50977 89.477 4.43522C93.4586 4.38046 94.1077 5.11068 98.6509 4.76737C103.25 4.43001 107.827 5.04478 109.877 4.82039C111.904 4.59488 112.102 5.55988 114.988 5.57919C117.903 5.62261 119.635 5.97755 122.082 6.62739C124.523 7.32309 132.096 8.53634 134.895 8.09627C137.656 7.78405 140.825 8.32618 142.762 8.35675C143.351 8.36871 143.833 8.40157 144.208 8.44386C144.368 8.46176 144.446 8.51839 144.451 8.58002C144.451 8.58006 144.451 8.5801 144.451 8.58014C144.457 8.65682 144.349 8.74123 144.148 8.76613C143.178 8.88625 141.76 9.10748 140.108 9.44997C136.958 10.0547 136.585 9.5346 132.305 9.60298C128.02 9.60801 125.351 9.69994 120.496 8.69858C115.608 7.7546 114.403 8.99857 107.506 7.95091C100.53 7.04962 99.831 8.61998 92.8756 9.17458C86.0246 9.75956 77.0485 9.84148 72.9171 10.3876C72.7069 10.4147 72.4921 10.4428 72.2729 10.4717C68.0859 11.0253 62.7675 11.8025 57.0983 12.3502C51.2135 12.9188 43.8626 14.451 37.4291 15.3064C30.8319 15.7686 22.3677 19.2063 17.7002 19.5128C17.6827 19.5148 17.6653 19.5168 17.648 19.5188C13.4092 20.0751 12.3459 20.3059 8.5489 21.8965C6.37782 22.8454 3.41846 24.1241 0.912464 25.3533C-0.319952 25.9992 -0.268569 25.5915 0.852123 24.6728C2.5092 23.3639 4.1122 22.7164 4.93597 21.9433C6.6073 20.4187 7.41269 19.785 10.1469 19.2662C12.8704 18.7932 13.9013 17.6378 15.5078 17.3809C16.1469 17.285 16.5345 17.3163 17.285 17.2681C18.3669 17.1672 20.1518 17.11 24.49 15.1574C32.0998 12.0665 36.5466 11.5594 39.4765 10.8549C42.4616 10.2202 48.7637 9.7235 53.6137 8.90989C58.2518 8.10955 67.4725 7.12403 71.8096 6.41332C72.0313 6.37685 72.2394 6.34119 72.4328 6.30632C76.4584 5.58444 76.495 6.18267 79.778 6.18892Z' fill='%23FFD5C8'/%3E%3Cpath d='M157.314 13.2552C156.203 13.0829 155.573 14.652 154.265 14.6258C152.961 14.601 152.657 13.8533 151.236 14.2519C150.821 14.3697 150.397 14.4299 149.993 14.4685L150.045 14.4586C149.07 14.5831 148.182 14.5802 147.786 14.9051C147.229 15.3656 146.936 14.4378 146.086 14.8728C145.244 15.3094 144.673 15.3328 143.807 15.2493C142.941 15.1565 140.455 15.6416 139.719 16.308C138.984 16.9625 137.788 16.6781 137.142 16.7483C136.942 16.7693 136.774 16.7596 136.638 16.7353C136.581 16.725 136.537 16.6746 136.515 16.6168C136.515 16.6167 136.515 16.6167 136.515 16.6167C136.488 16.5447 136.495 16.4611 136.552 16.4292C136.83 16.2746 137.222 15.9959 137.653 15.5453C138.456 14.7085 138.753 15.2099 139.998 14.5179C141.247 13.8331 141.912 13.0688 143.607 12.9536C145.289 12.8559 145.313 11.3441 147.796 11.6152C148.52 11.6992 149.021 11.6344 149.43 11.4792C149.439 11.4783 149.464 11.4717 149.473 11.4711C150.47 11.1319 150.953 10.2466 152.563 9.86937C154.842 9.34241 157.794 9.78304 159.101 9.47032C160.401 9.16331 162.143 8.66241 163.67 8.21849C163.838 8.16828 163.999 8.1051 164.147 8.03309L163.871 11.2054C162.523 10.0626 160.627 9.16638 159.224 7.87663C157.653 6.41316 155.264 4.49815 154.172 3.56916C153.078 2.63486 152.803 2.41334 151.508 1.97924C150.767 1.73733 149.856 1.19439 149.158 0.532515C148.8 0.208802 148.954 -0.0349008 149.46 0.0040963C150.19 0.0704837 150.644 0.420836 151.114 0.258641C152.043 -0.063628 152.447 -0.15992 153.073 0.597322C153.689 1.35452 154.473 0.752262 154.891 1.09334C155.3 1.43958 155.046 1.87126 157.541 2.84105C160.03 3.82944 161.314 4.56169 162.21 5.0387C163.113 5.51932 164.582 7.10501 165.99 8.00364C166.078 8.0591 166.169 8.11977 166.265 8.18501C167.571 9.0282 167.272 10.5518 165.983 11.4217C164.114 12.5979 161.034 13.0399 159.823 13.5161C158.526 14.016 158.427 13.423 157.314 13.2552Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 268/25;
  background-repeat: no-repeat;
}
.landing-page .main .headline .third {
  color: #ff7348;
  background-color: #fff;
}
.landing-page .main .description {
  margin: 0;
}
.landing-page .main .cta {
  margin: 0 auto;
}
.landing-page .main .portraits {
  position: relative;
  margin: 18rem auto 0;
  max-width: 30rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .landing-page .main .portraits {
    max-width: unset;
    width: 33.3333333333%;
    margin-top: 11.5rem;
  }
}
.landing-page .main .portraits img {
  overflow: hidden;
  border-radius: 2rem;
}
.landing-page .main .portraits .infos {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  background-color: #fff;
  border-radius: 3rem;
}
.landing-page .main .portraits .google-logo {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2592_12101)'%3E%3Cpath d='M8.01112 0.756342C5.71306 1.55357 3.73122 3.06673 2.3567 5.07356C0.982172 7.0804 0.287416 9.47513 0.374476 11.906C0.461537 14.3369 1.32582 16.6758 2.84039 18.5791C4.35496 20.4825 6.43997 21.85 8.78917 22.4808C10.6937 22.9722 12.6891 22.9938 14.6039 22.5437C16.3384 22.1541 17.9421 21.3206 19.2578 20.1251C20.6271 18.8427 21.6211 17.2114 22.1328 15.4064C22.6889 13.4436 22.7879 11.3795 22.4221 9.37245L11.7271 9.37245V13.809L17.9209 13.809C17.7971 14.5166 17.5318 15.1919 17.141 15.7946C16.7501 16.3973 16.2416 16.9149 15.646 17.3165C14.8897 17.8168 14.0371 18.1535 13.143 18.3048C12.2463 18.4715 11.3265 18.4715 10.4297 18.3048C9.52083 18.1169 8.66105 17.7418 7.9051 17.2033C6.69068 16.3437 5.77882 15.1224 5.29963 13.7137C4.81235 12.2787 4.81235 10.723 5.29963 9.28799C5.64073 8.28212 6.2046 7.36628 6.94917 6.60882C7.80123 5.72609 8.87997 5.09512 10.067 4.78511C11.2541 4.47511 12.5036 4.49807 13.6785 4.85146C14.5963 5.1332 15.4355 5.62545 16.1294 6.28898C16.8278 5.59418 17.525 4.89758 18.221 4.19919C18.5803 3.82364 18.9721 3.46606 19.326 3.08152C18.2669 2.09588 17.0237 1.32894 15.6676 0.824624C13.1982 -0.0720437 10.4962 -0.0961408 8.01112 0.756342Z' fill='white'/%3E%3Cpath d='M8.01145 0.756544C10.4963 -0.0965183 13.1983 -0.0730555 15.6679 0.823029C17.0242 1.33077 18.2669 2.10141 19.3246 3.09071C18.9652 3.47524 18.5861 3.83462 18.2195 4.20838C17.5223 4.90437 16.8257 5.59797 16.1297 6.28918C15.4359 5.62565 14.5966 5.1334 13.6788 4.85166C12.5043 4.49703 11.2548 4.47275 10.0675 4.78148C8.88009 5.09021 7.80069 5.72003 6.9477 6.60184C6.20313 7.35929 5.63926 8.27513 5.29816 9.28101L1.57324 6.39699C2.90654 3.75297 5.21506 1.7305 8.01145 0.756544Z' fill='%23E33629'/%3E%3Cpath d='M0.586089 9.2544C0.786299 8.26214 1.11869 7.30122 1.57437 6.39734L5.29929 9.28854C4.81201 10.7235 4.81201 12.2793 5.29929 13.7143C4.05825 14.6726 2.81661 15.6358 1.57437 16.6037C0.433625 14.333 0.0857176 11.7458 0.586089 9.2544Z' fill='%23F8BD00'/%3E%3Cpath d='M11.7283 9.37036H22.4233C22.7892 11.3774 22.6902 13.4415 22.134 15.4043C21.6224 17.2093 20.6284 18.8406 19.259 20.123C18.0569 19.185 16.8494 18.2542 15.6473 17.3162C16.2433 16.9142 16.752 16.396 17.1429 15.7927C17.5338 15.1894 17.7988 14.5133 17.9222 13.8051H11.7283C11.7265 12.328 11.7283 10.8492 11.7283 9.37036Z' fill='%23587DBD'/%3E%3Cpath d='M1.57227 16.6033C2.81451 15.645 4.05615 14.6819 5.29719 13.7139C5.77733 15.123 6.69049 16.3444 7.90625 17.2035C8.66455 17.7394 9.52619 18.1115 10.4363 18.296C11.333 18.4627 12.2528 18.4627 13.1495 18.296C14.0436 18.1447 14.8962 17.808 15.6526 17.3077C16.8547 18.2457 18.0622 19.1765 19.2643 20.1145C17.9488 21.3107 16.3451 22.1447 14.6104 22.5349C12.6957 22.985 10.7003 22.9634 8.7957 22.472C7.28939 22.0698 5.88239 21.3608 4.66289 20.3894C3.37213 19.3646 2.31789 18.0731 1.57227 16.6033Z' fill='%23319F43'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2592_12101'%3E%3Crect width='23' height='23' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 2.3rem;
  height: 2.3rem;
}
.landing-page .main .portraits .stars {
  background-image: url("data:image/svg+xml,%3Csvg width='94' height='17' viewBox='0 0 94 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.58494 13.7385L4.42327 16.2455C4.23942 16.3625 4.04722 16.4127 3.84666 16.396C3.64609 16.3792 3.4706 16.3124 3.32018 16.1954C3.16976 16.0784 3.05277 15.9323 2.9692 15.7572C2.88563 15.582 2.86892 15.3855 2.91906 15.1675L4.02215 10.4292L0.33682 7.24531C0.169685 7.09488 0.0653924 6.9234 0.0239429 6.73086C-0.0175066 6.53832 -0.00513867 6.35046 0.0610468 6.16728C0.127232 5.98411 0.227513 5.83368 0.36189 5.71602C0.496267 5.59836 0.680115 5.52315 0.913436 5.49039L5.77707 5.06419L7.65734 0.601686C7.7409 0.401124 7.8706 0.250702 8.04643 0.150421C8.22225 0.0501404 8.40176 0 8.58494 0C8.76812 0 8.94762 0.0501404 9.12345 0.150421C9.29927 0.250702 9.42897 0.401124 9.51254 0.601686L11.3928 5.06419L16.2564 5.49039C16.4904 5.52381 16.6743 5.59902 16.808 5.71602C16.9417 5.83301 17.042 5.98344 17.1088 6.16728C17.1757 6.35113 17.1884 6.53933 17.1469 6.73187C17.1055 6.92441 17.0009 7.09555 16.8331 7.24531L13.1477 10.4292L14.2508 15.1675C14.301 15.3848 14.2842 15.5813 14.2007 15.7572C14.1171 15.933 14.0001 16.0791 13.8497 16.1954C13.6993 16.3117 13.5238 16.3786 13.3232 16.396C13.1227 16.4133 12.9304 16.3632 12.7466 16.2455L8.58494 13.7385Z' fill='%23FFC300'/%3E%3Cpath d='M27.7607 13.7386L23.5991 16.2457C23.4152 16.3626 23.223 16.4128 23.0224 16.3961C22.8219 16.3794 22.6464 16.3125 22.496 16.1955C22.3455 16.0785 22.2285 15.9324 22.145 15.7573C22.0614 15.5821 22.0447 15.3856 22.0948 15.1676L23.1979 10.4294L19.5126 7.24543C19.3455 7.09501 19.2412 6.92353 19.1997 6.73099C19.1583 6.53845 19.1706 6.35059 19.2368 6.16741C19.303 5.98423 19.4033 5.8338 19.5377 5.71614C19.672 5.59848 19.8559 5.52327 20.0892 5.49051L24.9528 5.06432L26.8331 0.601808C26.9167 0.401246 27.0464 0.250825 27.2222 0.150543C27.398 0.0502624 27.5775 0.00012207 27.7607 0.00012207C27.9439 0.00012207 28.1234 0.0502624 28.2992 0.150543C28.4751 0.250825 28.6048 0.401246 28.6883 0.601808L30.5686 5.06432L35.4322 5.49051C35.6662 5.52394 35.8501 5.59915 35.9838 5.71614C36.1175 5.83314 36.2178 5.98356 36.2846 6.16741C36.3515 6.35126 36.3642 6.53945 36.3227 6.73199C36.2813 6.92453 36.1766 7.09567 36.0088 7.24543L32.3235 10.4294L33.4266 15.1676C33.4767 15.3849 33.46 15.5815 33.3765 15.7573C33.2929 15.9331 33.1759 16.0792 33.0255 16.1955C32.8751 16.3118 32.6996 16.3787 32.499 16.3961C32.2984 16.4135 32.1062 16.3633 31.9224 16.2457L27.7607 13.7386Z' fill='%23FFC300'/%3E%3Cpath d='M46.9375 13.7386L42.7758 16.2457C42.592 16.3626 42.3998 16.4128 42.1992 16.3961C41.9986 16.3794 41.8231 16.3125 41.6727 16.1955C41.5223 16.0785 41.4053 15.9324 41.3217 15.7573C41.2382 15.5821 41.2215 15.3856 41.2716 15.1676L42.3747 10.4294L38.6894 7.24543C38.5222 7.09501 38.4179 6.92353 38.3765 6.73099C38.335 6.53845 38.3474 6.35059 38.4136 6.16741C38.4798 5.98423 38.5801 5.8338 38.7144 5.71614C38.8488 5.59848 39.0327 5.52327 39.266 5.49051L44.1296 5.06432L46.0099 0.601808C46.0934 0.401246 46.2231 0.250825 46.399 0.150543C46.5748 0.0502624 46.7543 0.00012207 46.9375 0.00012207C47.1207 0.00012207 47.3002 0.0502624 47.476 0.150543C47.6518 0.250825 47.7815 0.401246 47.8651 0.601808L49.7453 5.06432L54.609 5.49051C54.843 5.52394 55.0268 5.59915 55.1605 5.71614C55.2942 5.83314 55.3945 5.98356 55.4614 6.16741C55.5282 6.35126 55.5409 6.53945 55.4995 6.73199C55.458 6.92453 55.3534 7.09567 55.1856 7.24543L51.5003 10.4294L52.6034 15.1676C52.6535 15.3849 52.6368 15.5815 52.5532 15.7573C52.4696 15.9331 52.3527 16.0792 52.2022 16.1955C52.0518 16.3118 51.8763 16.3787 51.6758 16.3961C51.4752 16.4135 51.283 16.3633 51.0991 16.2457L46.9375 13.7386Z' fill='%23FFC300'/%3E%3Cpath d='M66.1142 13.7386L61.9526 16.2457C61.7687 16.3626 61.5765 16.4128 61.376 16.3961C61.1754 16.3794 60.9999 16.3125 60.8495 16.1955C60.6991 16.0785 60.5821 15.9324 60.4985 15.7573C60.4149 15.5821 60.3982 15.3856 60.4484 15.1676L61.5514 10.4294L57.8661 7.24543C57.699 7.09501 57.5947 6.92353 57.5532 6.73099C57.5118 6.53845 57.5242 6.35059 57.5903 6.16741C57.6565 5.98423 57.7568 5.8338 57.8912 5.71614C58.0256 5.59848 58.2094 5.52327 58.4427 5.49051L63.3064 5.06432L65.1866 0.601808C65.2702 0.401246 65.3999 0.250825 65.5757 0.150543C65.7516 0.0502624 65.9311 0.00012207 66.1142 0.00012207C66.2974 0.00012207 66.4769 0.0502624 66.6527 0.150543C66.8286 0.250825 66.9583 0.401246 67.0418 0.601808L68.9221 5.06432L73.7857 5.49051C74.0197 5.52394 74.2036 5.59915 74.3373 5.71614C74.471 5.83314 74.5713 5.98356 74.6381 6.16741C74.705 6.35126 74.7177 6.53945 74.6762 6.73199C74.6348 6.92453 74.5302 7.09567 74.3624 7.24543L70.677 10.4294L71.7801 15.1676C71.8303 15.3849 71.8135 15.5815 71.73 15.7573C71.6464 15.9331 71.5294 16.0792 71.379 16.1955C71.2286 16.3118 71.0531 16.3787 70.8525 16.3961C70.652 16.4135 70.4597 16.3633 70.2759 16.2457L66.1142 13.7386Z' fill='%23FFC300'/%3E%3Cpath d='M85.29 13.7386L81.1284 16.2457C80.9445 16.3626 80.7523 16.4128 80.5517 16.3961C80.3512 16.3794 80.1757 16.3125 80.0253 16.1955C79.8748 16.0785 79.7578 15.9324 79.6743 15.7573C79.5907 15.5821 79.574 15.3856 79.6241 15.1676L80.7272 10.4294L77.0419 7.24543C76.8748 7.09501 76.7705 6.92353 76.729 6.73099C76.6876 6.53845 76.6999 6.35059 76.7661 6.16741C76.8323 5.98423 76.9326 5.8338 77.067 5.71614C77.2013 5.59848 77.3852 5.52327 77.6185 5.49051L82.4821 5.06432L84.3624 0.601808C84.446 0.401246 84.5757 0.250825 84.7515 0.150543C84.9273 0.0502624 85.1068 0.00012207 85.29 0.00012207C85.4732 0.00012207 85.6527 0.0502624 85.8285 0.150543C86.0044 0.250825 86.134 0.401246 86.2176 0.601808L88.0979 5.06432L92.9615 5.49051C93.1955 5.52394 93.3794 5.59915 93.5131 5.71614C93.6468 5.83314 93.747 5.98356 93.8139 6.16741C93.8808 6.35126 93.8935 6.53945 93.852 6.73199C93.8106 6.92453 93.7059 7.09567 93.5381 7.24543L89.8528 10.4294L90.9559 15.1676C91.006 15.3849 90.9893 15.5815 90.9058 15.7573C90.8222 15.9331 90.7052 16.0792 90.5548 16.1955C90.4043 16.3118 90.2289 16.3787 90.0283 16.3961C89.8277 16.4135 89.6355 16.3633 89.4517 16.2457L85.29 13.7386Z' fill='%23FFC300'/%3E%3C/svg%3E%0A");
  height: 1.7rem;
  width: 9.4rem;
}
.landing-page .main .portraits .ratings {
  margin: 0;
  font-weight: 500;
}
.landing-page .main .tagline {
  padding-top: 13rem;
}
@media screen and (min-width: 768px) {
  .landing-page .main .tagline {
    padding-top: 7.5rem;
  }
}
.landing-page .main .tagline span {
  background-image: url("data:image/svg+xml,%3Csvg width='79' height='47' viewBox='0 0 79 47' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='79' height='46.1107' fill='url(%23pattern0_2592_12122)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_2592_12122' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_2592_12122' transform='scale(0.000832639 0.00142653)'/%3E%3C/pattern%3E%3Cimage id='image0_2592_12122' width='1201' height='701' preserveAspectRatio='none' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 7.9rem;
  height: 4.7rem;
  display: inline-block;
  position: relative;
  top: 1.1rem;
}
.landing-page .main .services {
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.landing-page .main .services .service {
  position: absolute;
  margin: 0;
  max-width: 190px;
}
@media screen and (min-width: 768px) {
  .landing-page .main .services .service {
    max-width: 215px;
  }
}
.landing-page .main .services .service.underline:before {
  content: "";
  position: absolute;
  bottom: -80%;
  left: -35%;
  background-image: url("data:image/svg+xml,%3Csvg width='268' height='25' viewBox='0 0 268 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M160.34 0.487259C165.754 0.681883 170.007 -0.177595 176.61 0.0338604C183.204 0.256738 184.182 0.741727 191.731 0.810698C199.282 0.886469 206.819 1.44342 210.177 1.35745C213.561 1.2731 213.849 1.86385 218.656 1.8925C223.412 1.91971 226.335 2.09274 230.463 2.41078C234.624 2.74064 247.426 3.2454 252.101 3.02964C256.75 2.84857 262.075 3.20164 265.251 3.17278C266.279 3.16541 267.053 3.16954 267.638 3.18184C267.886 3.18701 268 3.21824 268.003 3.25529C268.003 3.25532 268.003 3.25534 268.003 3.25536C268.005 3.30143 267.833 3.35648 267.515 3.37848C265.954 3.48721 263.551 3.64981 260.763 3.8571C255.529 4.22205 254.953 3.87981 247.878 3.94079C240.816 3.97452 236.566 4.16836 228.278 3.70143C219.98 3.22927 218.054 4.01938 206.342 3.16165C194.65 2.32482 193.376 3.18838 181.718 3.0832C170.039 2.97469 155.325 2.48572 148.291 2.65985C141.26 2.80889 131.823 3.15821 121.873 3.59269C118.062 3.75817 113.911 4.04487 109.645 4.41032C102.717 5.00308 95.4739 5.67889 88.6613 6.1862C77.7072 6.99375 62.1692 8.37612 55.2348 10.0366C50.7431 11.1064 48.345 11.5283 45.3886 11.9031C43.7853 12.1142 41.9943 12.3979 39.619 12.9094C35.7389 13.7361 30.4516 15.0997 26.1445 16.7893C23.9996 17.7004 24.3704 17.2871 26.493 16.2416C29.6319 14.7691 32.3731 14.0547 34.0302 13.3784C37.3643 12.0718 38.8469 11.5593 43.3221 11.0831C44.0275 11.0139 44.6542 10.9456 45.2555 10.8724C48.4297 10.4835 50.0922 9.73457 52.201 9.2504C54.7407 8.78409 54.6904 8.51432 67.8161 6.41487C80.8967 4.49477 88.1633 3.89293 93.1344 3.35759C96.6775 2.9953 103.099 2.57596 109.462 2.11136C111.947 1.929 114.451 1.7523 116.747 1.57531C124.901 0.885534 141.521 0.416271 148.216 0.194838C154.913 -0.0599443 154.931 0.305756 160.34 0.487259Z' fill='%23FFD5C8'/%3E%3Cpath d='M103.473 11.978C101.509 12.0386 99.6998 12.2533 97.8617 12.521C94.8835 12.9719 91.834 13.5577 87.8844 13.8554C81.502 14.3467 80.5214 13.9728 73.2739 14.8428C66.0212 15.719 58.7237 16.2519 55.5172 16.8338C52.3192 17.4153 51.9024 16.8771 47.337 17.5855C42.7715 18.3 39.9905 18.5955 35.9627 18.9631C31.9414 19.3071 19.6217 21.0036 15.2323 22.0208C10.8347 22.9998 5.68952 23.5566 2.64825 24.0853C1.6834 24.2517 0.937001 24.367 0.366739 24.4448C0.125314 24.4777 0.00842119 24.4644 0.000539276 24.4282C0.000534234 24.4281 0.000529193 24.4281 0.000524151 24.4281C-0.00895343 24.3829 0.150608 24.3023 0.45575 24.2316C1.94298 23.887 4.19642 23.3489 6.82817 22.6785C11.7504 21.4432 12.3762 21.6716 19.0873 20.3988C25.8185 19.1524 29.8422 18.2275 37.8491 17.331C45.8557 16.4633 47.5779 15.3496 58.9231 14.4923C70.2689 13.6791 71.3615 12.6485 82.6242 11.3842C87.3315 10.8655 92.6567 10.4227 97.6613 10.084C104.606 9.64154 111.09 9.43491 115.027 9.22156C121.845 8.8439 131.045 8.43572 140.711 8.48744C150.423 8.5226 162.344 8.39198 173.038 8.94035C183.722 9.46866 198.754 10.4075 205.736 10.8307C212.678 11.2507 214.401 11.3565 221.089 11.3467C224.935 11.3328 230.258 11.3819 234.746 11.4075C236.986 11.4145 236.506 11.6092 234.233 11.7896C230.919 12.0409 228.165 11.9869 226.461 12.2008C223.005 12.6178 221.581 12.7642 217.238 12.4431C212.917 12.1111 210.858 12.5793 208.354 12.435C205.812 12.2815 205.892 11.9846 193.078 11.7145C180.27 11.4396 173.261 11.2867 168.413 11.2181C163.567 11.1411 153.463 10.6699 145.56 10.7887C137.684 10.8425 121.635 11.1523 115.183 11.6828C108.745 12.1756 108.72 11.8291 103.473 11.978Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 268/25;
}
.landing-page .main .services .service.ontop:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='54' viewBox='0 0 100 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M39.0098 22.1552C36.6237 23.0461 35.6062 25.2821 32.8883 26.6462C30.1769 28.0333 29.366 27.6074 26.5315 29.6805C23.7205 31.7516 20.5999 33.4238 19.5708 34.639C18.5558 35.8448 17.8056 35.1915 16.2432 36.7765C14.696 38.3693 13.6233 39.1668 11.9985 40.2707C10.3421 41.3312 6.03213 45.5401 5.02606 47.5101C3.96291 49.4313 1.99948 51.0265 1.0422 52.1999C0.744868 52.5605 0.490664 52.8317 0.280774 53.0309C0.191896 53.1153 0.109694 53.1285 0.0573594 53.0956C0.0573254 53.0956 0.0572914 53.0956 0.0572574 53.0956C-0.00783204 53.0546 -0.026414 52.9418 0.0477548 52.8069C0.407878 52.1518 0.91314 51.1509 1.45884 49.9011C2.49453 47.5932 3.1099 47.6918 5.04636 44.9628C7.03709 42.2554 8.05732 40.3948 11.1884 37.9236C14.3309 35.5388 14.0881 33.7792 19.0322 31.0153C24.0021 28.3789 23.6246 26.8222 28.2552 23.6651C32.9061 20.5266 39.5326 18.0089 42.508 16.5058C45.4833 14.9752 49.4948 12.9449 53.9578 11.3311C58.4062 9.71153 63.7112 7.20188 68.784 5.905C73.8564 4.57309 81.0622 2.99141 84.4298 2.4627C87.7928 1.92328 88.6206 1.79652 91.7518 0.913507C93.5888 0.403162 96.0862 -0.000407241 98.3496 1.5296e-05C99.4367 0.0110535 99.2486 0.318532 98.2051 0.634109C96.6228 1.10899 95.3576 1.23073 94.5805 1.73572C93.1277 2.72878 92.4428 3.14008 90.3687 3.20268C88.204 3.29233 87.5263 4.39041 86.2923 4.59005C85.1095 4.795 84.9567 4.21736 79.1278 6.27577C73.3223 8.37073 70.1349 9.57888 67.9765 10.4112C65.795 11.2511 61.0565 12.4652 57.587 14.037C54.1029 15.5609 46.981 18.551 44.3241 20.1926C41.661 21.8075 41.3949 21.2832 39.0098 22.1552Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 50%;
  aspect-ratio: 100/54;
  top: -66px;
  left: 6px;
  rotate: -15deg;
}
@media screen and (min-width: 768px) {
  .landing-page .main .services .service.ontop:before {
    left: unset;
    top: -80%;
    right: -35%;
  }
}
.landing-page .main .services .service:nth-child(1) {
  top: -65px;
}
@media screen and (min-width: 768px) {
  .landing-page .main .services .service:nth-child(1) {
    top: 50px;
    left: -200px;
  }
}
.landing-page .main .services .service:nth-child(2) {
  top: -45px;
  right: -45px;
}
@media screen and (min-width: 768px) {
  .landing-page .main .services .service:nth-child(2) {
    top: 40px;
    right: calc(-50% - 50px);
  }
}
.landing-page .main .services .service:nth-child(3) {
  bottom: -60px;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .landing-page .main .services .service:nth-child(3) {
    bottom: 40px;
    left: calc(-50% - 50px);
  }
}
.landing-page .main .services .service:nth-child(4) {
  bottom: -75px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .landing-page .main .services .service:nth-child(4) {
    bottom: 90px;
    right: calc(-50% - 35px);
  }
}

.separator {
  position: relative;
  padding: 2rem 0;
}
.separator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url(../../assets/img/background.webp);
  background-size: 1280px 905px;
  background-repeat: repeat;
  background-position: center;
  z-index: 1;
}
.separator::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-color: #f7f0ea;
}
.separator.alt:before {
  background-color: #f7f0ea;
  background-image: unset;
}
.separator .content {
  position: relative;
  z-index: 3;
  padding: 3rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
.separator .circle {
  position: relative;
}
.separator .circle::before {
  content: "";
  position: absolute;
  bottom: -40%;
  left: -35%;
  background-image: url("data:image/svg+xml,%3Csvg width='357' height='114' viewBox='0 0 357 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M306.44 75.709C316.534 72.1388 325.377 68.0288 333.931 62.7348C338.165 60.0696 342.46 57.0632 346.181 53.2773C349.804 49.5855 353.084 44.4444 350.101 40.2478C347.828 36.9684 344.042 35.0963 340.861 33.6647C326.601 28.3366 319.131 26.8226 294.896 25.1105C264.842 23.4454 234.64 24.897 221.307 26.3501C207.982 27.8853 206.45 26.9329 187.583 29.7141C182.29 30.5337 177.583 31.3201 173.213 32.0833C161.991 34.0643 152.848 35.8205 141.132 38.4248C124.68 41.4168 75.8853 57.4247 58.9053 65.2276C41.743 72.509 21.9974 80.4473 10.2195 85.4687C6.55329 87.0317 3.65564 88.2396 1.42684 89.1481C0.482439 89.533 0.0259778 89.6665 0.000720356 89.6101C0.000703835 89.6101 0.000687315 89.61 0.000670795 89.61C-0.0301289 89.5395 0.607515 89.1747 1.80172 88.6359C7.59813 86.0236 16.2318 82.0562 26.4211 77.3308C45.4689 68.6236 47.7139 68.0441 74.0066 57.6116C100.439 47.5676 116.474 41.5106 149.037 34.2443C158.527 32.2169 165.915 30.7645 172.763 29.4734C189.425 26.5119 202.824 23.6619 236.168 22.0856C283.162 21.5879 288.336 17.942 335.107 26.6909C337.564 27.3623 340.222 28.2084 342.695 29.2256C346.232 30.7092 349.944 32.5745 352.926 35.8055C356.142 38.9444 357.202 44.9168 355.162 48.9931C351.242 57.1242 344.169 61.4743 337.607 65.6C324.102 73.5464 309.826 78.6688 296.945 82.8256C282.816 87.3025 270.276 90.3986 261.076 92.6465C233.594 99.3372 196.225 106.432 156.336 110.448C142.674 111.807 127.874 113.048 112.537 113.522C98.9824 113.885 84.9697 113.835 71.017 111.574C64.0808 110.37 57.0251 108.704 50.6858 104.949C44.208 101.564 39.5075 93.1326 41.3625 85.7945C41.8355 83.1951 42.7084 80.7518 43.7698 78.463C56.7297 53.4603 87.4726 36.2323 113.915 26.0833C131.709 19.3948 148.214 15.5392 159.47 13.1144C187.769 7.4543 194.786 6.60265 222.309 3.07306C228.034 2.39631 234.551 1.73233 241.38 1.18232C253.563 0.310988 266.866 -0.856126 278.706 0.952165C287.837 3.12336 285.689 2.5526 276.476 1.26734C262.824 0.35075 251.559 1.58348 244.516 2.35019C243.481 2.48233 242.499 2.61059 241.51 2.73911C229.568 4.3594 223.24 5.14317 206.819 6.92714C189.1 8.96909 180.978 11.4144 170.785 13.2975C161.114 15.7823 159.974 12.699 114.881 28.5766C113.407 29.1597 111.924 29.7659 110.376 30.4212C71.0159 47.5748 49.3394 68.7447 45.3121 86.4869C44.6465 90.2512 45.3501 93.5928 47.0469 96.119C55.0471 108.288 86.0361 110.411 112.432 109.704C120.521 109.493 128.546 109.016 136.058 108.409C168.612 106.352 234.189 95.7625 259.97 88.6855C280.353 83.4447 284.704 82.3216 295.751 79.164C298.748 78.2716 302.149 77.2128 306.44 75.709Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 357/114;
}
.separator .underline {
  position: relative;
}
.separator .underline::before {
  content: "";
  position: absolute;
  bottom: -80%;
  left: -35%;
  background-image: url("data:image/svg+xml,%3Csvg width='268' height='25' viewBox='0 0 268 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M160.34 0.487259C165.754 0.681883 170.007 -0.177595 176.61 0.0338604C183.204 0.256738 184.182 0.741727 191.731 0.810698C199.282 0.886469 206.819 1.44342 210.177 1.35745C213.561 1.2731 213.849 1.86385 218.656 1.8925C223.412 1.91971 226.335 2.09274 230.463 2.41078C234.624 2.74064 247.426 3.2454 252.101 3.02964C256.75 2.84857 262.075 3.20164 265.251 3.17278C266.279 3.16541 267.053 3.16954 267.638 3.18184C267.886 3.18701 268 3.21824 268.003 3.25529C268.003 3.25532 268.003 3.25534 268.003 3.25536C268.005 3.30143 267.833 3.35648 267.515 3.37848C265.954 3.48721 263.551 3.64981 260.763 3.8571C255.529 4.22205 254.953 3.87981 247.878 3.94079C240.816 3.97452 236.566 4.16836 228.278 3.70143C219.98 3.22927 218.054 4.01938 206.342 3.16165C194.65 2.32482 193.376 3.18838 181.718 3.0832C170.039 2.97469 155.325 2.48572 148.291 2.65985C141.26 2.80889 131.823 3.15821 121.873 3.59269C118.062 3.75817 113.911 4.04487 109.645 4.41032C102.717 5.00308 95.4739 5.67889 88.6613 6.1862C77.7072 6.99375 62.1692 8.37612 55.2348 10.0366C50.7431 11.1064 48.345 11.5283 45.3886 11.9031C43.7853 12.1142 41.9943 12.3979 39.619 12.9094C35.7389 13.7361 30.4516 15.0997 26.1445 16.7893C23.9996 17.7004 24.3704 17.2871 26.493 16.2416C29.6319 14.7691 32.3731 14.0547 34.0302 13.3784C37.3643 12.0718 38.8469 11.5593 43.3221 11.0831C44.0275 11.0139 44.6542 10.9456 45.2555 10.8724C48.4297 10.4835 50.0922 9.73457 52.201 9.2504C54.7407 8.78409 54.6904 8.51432 67.8161 6.41487C80.8967 4.49477 88.1633 3.89293 93.1344 3.35759C96.6775 2.9953 103.099 2.57596 109.462 2.11136C111.947 1.929 114.451 1.7523 116.747 1.57531C124.901 0.885534 141.521 0.416271 148.216 0.194838C154.913 -0.0599443 154.931 0.305756 160.34 0.487259Z' fill='%23FFD5C8'/%3E%3Cpath d='M103.473 11.978C101.509 12.0386 99.6998 12.2533 97.8617 12.521C94.8835 12.9719 91.834 13.5577 87.8844 13.8554C81.502 14.3467 80.5214 13.9728 73.2739 14.8428C66.0212 15.719 58.7237 16.2519 55.5172 16.8338C52.3192 17.4153 51.9024 16.8771 47.337 17.5855C42.7715 18.3 39.9905 18.5955 35.9627 18.9631C31.9414 19.3071 19.6217 21.0036 15.2323 22.0208C10.8347 22.9998 5.68952 23.5566 2.64825 24.0853C1.6834 24.2517 0.937001 24.367 0.366739 24.4448C0.125314 24.4777 0.00842119 24.4644 0.000539276 24.4282C0.000534234 24.4281 0.000529193 24.4281 0.000524151 24.4281C-0.00895343 24.3829 0.150608 24.3023 0.45575 24.2316C1.94298 23.887 4.19642 23.3489 6.82817 22.6785C11.7504 21.4432 12.3762 21.6716 19.0873 20.3988C25.8185 19.1524 29.8422 18.2275 37.8491 17.331C45.8557 16.4633 47.5779 15.3496 58.9231 14.4923C70.2689 13.6791 71.3615 12.6485 82.6242 11.3842C87.3315 10.8655 92.6567 10.4227 97.6613 10.084C104.606 9.64154 111.09 9.43491 115.027 9.22156C121.845 8.8439 131.045 8.43572 140.711 8.48744C150.423 8.5226 162.344 8.39198 173.038 8.94035C183.722 9.46866 198.754 10.4075 205.736 10.8307C212.678 11.2507 214.401 11.3565 221.089 11.3467C224.935 11.3328 230.258 11.3819 234.746 11.4075C236.986 11.4145 236.506 11.6092 234.233 11.7896C230.919 12.0409 228.165 11.9869 226.461 12.2008C223.005 12.6178 221.581 12.7642 217.238 12.4431C212.917 12.1111 210.858 12.5793 208.354 12.435C205.812 12.2815 205.892 11.9846 193.078 11.7145C180.27 11.4396 173.261 11.2867 168.413 11.2181C163.567 11.1411 153.463 10.6699 145.56 10.7887C137.684 10.8425 121.635 11.1523 115.183 11.6828C108.745 12.1756 108.72 11.8291 103.473 11.978Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 268/25;
}

.prices {
  margin: 8.5rem 0 10.5rem;
}
@media screen and (min-width: 768px) {
  .prices {
    margin: 12rem 0 16rem;
  }
}
.prices .circle {
  position: relative;
}
.prices .circle::before {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -35%;
  background-image: url("data:image/svg+xml,%3Csvg width='357' height='114' viewBox='0 0 357 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M306.44 75.709C316.534 72.1388 325.377 68.0288 333.931 62.7348C338.165 60.0696 342.46 57.0632 346.181 53.2773C349.804 49.5855 353.084 44.4444 350.101 40.2478C347.828 36.9684 344.042 35.0963 340.861 33.6647C326.601 28.3366 319.131 26.8226 294.896 25.1105C264.842 23.4454 234.64 24.897 221.307 26.3501C207.982 27.8853 206.45 26.9329 187.583 29.7141C182.29 30.5337 177.583 31.3201 173.213 32.0833C161.991 34.0643 152.848 35.8205 141.132 38.4248C124.68 41.4168 75.8853 57.4247 58.9053 65.2276C41.743 72.509 21.9974 80.4473 10.2195 85.4687C6.55329 87.0317 3.65564 88.2396 1.42684 89.1481C0.482439 89.533 0.0259778 89.6665 0.000720356 89.6101C0.000703835 89.6101 0.000687315 89.61 0.000670795 89.61C-0.0301289 89.5395 0.607515 89.1747 1.80172 88.6359C7.59813 86.0236 16.2318 82.0562 26.4211 77.3308C45.4689 68.6236 47.7139 68.0441 74.0066 57.6116C100.439 47.5676 116.474 41.5106 149.037 34.2443C158.527 32.2169 165.915 30.7645 172.763 29.4734C189.425 26.5119 202.824 23.6619 236.168 22.0856C283.162 21.5879 288.336 17.942 335.107 26.6909C337.564 27.3623 340.222 28.2084 342.695 29.2256C346.232 30.7092 349.944 32.5745 352.926 35.8055C356.142 38.9444 357.202 44.9168 355.162 48.9931C351.242 57.1242 344.169 61.4743 337.607 65.6C324.102 73.5464 309.826 78.6688 296.945 82.8256C282.816 87.3025 270.276 90.3986 261.076 92.6465C233.594 99.3372 196.225 106.432 156.336 110.448C142.674 111.807 127.874 113.048 112.537 113.522C98.9824 113.885 84.9697 113.835 71.017 111.574C64.0808 110.37 57.0251 108.704 50.6858 104.949C44.208 101.564 39.5075 93.1326 41.3625 85.7945C41.8355 83.1951 42.7084 80.7518 43.7698 78.463C56.7297 53.4603 87.4726 36.2323 113.915 26.0833C131.709 19.3948 148.214 15.5392 159.47 13.1144C187.769 7.4543 194.786 6.60265 222.309 3.07306C228.034 2.39631 234.551 1.73233 241.38 1.18232C253.563 0.310988 266.866 -0.856126 278.706 0.952165C287.837 3.12336 285.689 2.5526 276.476 1.26734C262.824 0.35075 251.559 1.58348 244.516 2.35019C243.481 2.48233 242.499 2.61059 241.51 2.73911C229.568 4.3594 223.24 5.14317 206.819 6.92714C189.1 8.96909 180.978 11.4144 170.785 13.2975C161.114 15.7823 159.974 12.699 114.881 28.5766C113.407 29.1597 111.924 29.7659 110.376 30.4212C71.0159 47.5748 49.3394 68.7447 45.3121 86.4869C44.6465 90.2512 45.3501 93.5928 47.0469 96.119C55.0471 108.288 86.0361 110.411 112.432 109.704C120.521 109.493 128.546 109.016 136.058 108.409C168.612 106.352 234.189 95.7625 259.97 88.6855C280.353 83.4447 284.704 82.3216 295.751 79.164C298.748 78.2716 302.149 77.2128 306.44 75.709Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 160%;
  aspect-ratio: 357/114;
}
.prices .table {
  box-shadow: 0px 0px 24px 0px rgba(198, 182, 169, 0.5019607843);
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .prices .table {
    overflow: hidden;
  }
}
.prices .head {
  display: flex;
  gap: 1rem;
  padding: 7.5rem 2rem 2rem;
  background-color: #b4cfcb;
  border-radius: 2rem;
  flex-wrap: nowrap;
  position: relative;
}
.prices .head::before {
  content: "";
  background-color: #b4cfcb;
  height: calc(100% - 40px);
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .prices .head {
    display: grid;
    grid-template-columns: 4fr 6fr;
    padding: 2rem;
  }
  .prices .head::before {
    content: unset;
  }
}
.prices .heading {
  width: 50%;
  position: relative;
  z-index: 2;
  background-color: #b4cfcb;
  min-width: calc(100% - 125px);
}
@media screen and (min-width: 768px) {
  .prices .heading {
    width: unset;
    min-width: unset;
  }
}
.prices .buttons {
  position: absolute;
  top: -57px;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .prices .buttons {
    display: none;
  }
}
.prices .formulas {
  display: flex;
  gap: 1rem;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .prices .formulas {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.prices .formula {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 1rem;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .prices .formula {
    width: unset;
  }
}
.prices .formula .title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 500;
}
.prices .formula .price {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: solid 1px #fff;
  width: 100%;
}
.prices .formula .choice {
  margin: 0 auto;
  background-color: transparent;
}
.prices .formula-1 {
  background-color: #ff7348;
}
.prices .formula-2 {
  background-color: #eda6cd;
}
.prices .formula-3 {
  background-color: #f9bb44;
}
.prices .formula-4 {
  background-color: #9b97db;
}
.prices .body {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  background-color: #fff;
}
.prices .body::before {
  content: "";
  background-color: #fff;
  height: calc(100% - 40px);
  width: 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .prices .body::before {
    content: unset;
  }
}
.prices .body .line {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .prices .body .line {
    display: grid;
    grid-template-columns: 4fr 6fr;
  }
}
.prices .body .line-title {
  margin: 0;
  min-width: calc(100% - 125px);
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .prices .body .line-title {
    min-width: unset;
    padding: unset;
  }
}
.prices .body .checks {
  display: grid;
  transition: all 0.3s ease;
  grid-template-columns: repeat(4, 1fr);
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .prices .body .checks {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: unset;
  }
}
.prices .body .check-1,
.prices .body .check-2,
.prices .body .check-3,
.prices .body .check-4 {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prices .body .check-1::before,
.prices .body .check-2::before,
.prices .body .check-3::before,
.prices .body .check-4::before {
  content: "";
  height: 3.4rem;
  width: 3.4rem;
}
.prices .body .check-1::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='5.20408' fill='%23FFD5C8'/%3E%3Cg filter='url(%23filter0_i_2654_12655)'%3E%3Cpath d='M17.0465 25.1429L15.7889 23.9782C11.322 19.8578 8.37305 17.1315 8.37305 13.8051C8.37305 11.0788 10.472 8.95239 13.1435 8.95239C14.6526 8.95239 16.1011 9.66707 17.0465 10.7876C17.9919 9.66707 19.4404 8.95239 20.9496 8.95239C23.621 8.95239 25.72 11.0788 25.72 13.8051C25.72 17.1315 22.771 19.8578 18.3042 23.9782L17.0465 25.1429Z' stroke='%23FF7348' stroke-width='2.31293' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_2654_12655' x='7.2168' y='7.7959' width='19.6602' height='19.0816' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.578231'/%3E%3CfeGaussianBlur stdDeviation='0.92517'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_2654_12655'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.prices .body .check-2::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='5.20408' fill='%23EDA6CD' fill-opacity='0.3'/%3E%3Cg filter='url(%23filter0_i_2654_12658)'%3E%3Cpath d='M17.0465 25.1429L15.7889 23.9782C11.322 19.8578 8.37305 17.1315 8.37305 13.8051C8.37305 11.0788 10.472 8.95239 13.1435 8.95239C14.6526 8.95239 16.1011 9.66707 17.0465 10.7876C17.9919 9.66707 19.4404 8.95239 20.9496 8.95239C23.621 8.95239 25.72 11.0788 25.72 13.8051C25.72 17.1315 22.771 19.8578 18.3042 23.9782L17.0465 25.1429Z' stroke='%23EDA6CD' stroke-width='2.31293' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_2654_12658' x='7.2168' y='7.7959' width='19.6602' height='19.0816' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.578231'/%3E%3CfeGaussianBlur stdDeviation='0.92517'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_2654_12658'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.prices .body .check-3::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='5.20408' fill='%23FCDDA1'/%3E%3Cg filter='url(%23filter0_i_2654_12661)'%3E%3Cpath d='M17.0465 25.1429L15.7889 23.9782C11.322 19.8578 8.37305 17.1315 8.37305 13.8051C8.37305 11.0788 10.472 8.95239 13.1435 8.95239C14.6526 8.95239 16.1011 9.66707 17.0465 10.7876C17.9919 9.66707 19.4404 8.95239 20.9496 8.95239C23.621 8.95239 25.72 11.0788 25.72 13.8051C25.72 17.1315 22.771 19.8578 18.3042 23.9782L17.0465 25.1429Z' stroke='%23F9BB44' stroke-width='2.31293' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_2654_12661' x='7.2168' y='7.7959' width='19.6602' height='19.0816' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.578231'/%3E%3CfeGaussianBlur stdDeviation='0.92517'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_2654_12661'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.prices .body .check-4::before {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='34' height='34' rx='5.20408' fill='%23E1E0F4'/%3E%3Cg filter='url(%23filter0_i_2654_12664)'%3E%3Cpath d='M17.0465 25.1429L15.7889 23.9782C11.322 19.8578 8.37305 17.1315 8.37305 13.8051C8.37305 11.0788 10.472 8.95239 13.1435 8.95239C14.6526 8.95239 16.1011 9.66707 17.0465 10.7876C17.9919 9.66707 19.4404 8.95239 20.9496 8.95239C23.621 8.95239 25.72 11.0788 25.72 13.8051C25.72 17.1315 22.771 19.8578 18.3042 23.9782L17.0465 25.1429Z' stroke='%239B97DB' stroke-width='2.31293' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i_2654_12664' x='7.2168' y='7.7959' width='19.6602' height='19.0816' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='0.578231'/%3E%3CfeGaussianBlur stdDeviation='0.92517'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.4 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow_2654_12664'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}

.reviews-bloc-alt {
  margin: 8.5rem 0;
  border-radius: 20px;
  padding: 7.5rem 0;
  position: relative;
}
.reviews-bloc-alt::before {
  content: "";
  position: absolute;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(198, 182, 169, 0.5019607843);
  border-radius: 2rem;
  height: 100%;
  width: calc(100% - 40px);
  top: 0;
  left: 20px;
}
@media screen and (min-width: 769px) {
  .reviews-bloc-alt::before {
    width: calc(100% - 200px);
    left: 100px;
  }
}
@media screen and (min-width: 576px) {
  .reviews-bloc-alt {
    margin: 10.5rem 0;
  }
}
.reviews-bloc-alt .google-cta {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 175px;
  aspect-ratio: 137/33;
  margin: 0 auto 2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .reviews-bloc-alt .google-cta {
    width: 20rem;
    position: absolute;
    right: 130px;
    top: 145px;
  }
  .reviews-bloc-alt .google-cta::before {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -35%;
    background-image: url("data:image/svg+xml,%3Csvg width='357' height='114' viewBox='0 0 357 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M306.44 75.709C316.534 72.1388 325.377 68.0288 333.931 62.7348C338.165 60.0696 342.46 57.0632 346.181 53.2773C349.804 49.5855 353.084 44.4444 350.101 40.2478C347.828 36.9684 344.042 35.0963 340.861 33.6647C326.601 28.3366 319.131 26.8226 294.896 25.1105C264.842 23.4454 234.64 24.897 221.307 26.3501C207.982 27.8853 206.45 26.9329 187.583 29.7141C182.29 30.5337 177.583 31.3201 173.213 32.0833C161.991 34.0643 152.848 35.8205 141.132 38.4248C124.68 41.4168 75.8853 57.4247 58.9053 65.2276C41.743 72.509 21.9974 80.4473 10.2195 85.4687C6.55329 87.0317 3.65564 88.2396 1.42684 89.1481C0.482439 89.533 0.0259778 89.6665 0.000720356 89.6101C0.000703835 89.6101 0.000687315 89.61 0.000670795 89.61C-0.0301289 89.5395 0.607515 89.1747 1.80172 88.6359C7.59813 86.0236 16.2318 82.0562 26.4211 77.3308C45.4689 68.6236 47.7139 68.0441 74.0066 57.6116C100.439 47.5676 116.474 41.5106 149.037 34.2443C158.527 32.2169 165.915 30.7645 172.763 29.4734C189.425 26.5119 202.824 23.6619 236.168 22.0856C283.162 21.5879 288.336 17.942 335.107 26.6909C337.564 27.3623 340.222 28.2084 342.695 29.2256C346.232 30.7092 349.944 32.5745 352.926 35.8055C356.142 38.9444 357.202 44.9168 355.162 48.9931C351.242 57.1242 344.169 61.4743 337.607 65.6C324.102 73.5464 309.826 78.6688 296.945 82.8256C282.816 87.3025 270.276 90.3986 261.076 92.6465C233.594 99.3372 196.225 106.432 156.336 110.448C142.674 111.807 127.874 113.048 112.537 113.522C98.9824 113.885 84.9697 113.835 71.017 111.574C64.0808 110.37 57.0251 108.704 50.6858 104.949C44.208 101.564 39.5075 93.1326 41.3625 85.7945C41.8355 83.1951 42.7084 80.7518 43.7698 78.463C56.7297 53.4603 87.4726 36.2323 113.915 26.0833C131.709 19.3948 148.214 15.5392 159.47 13.1144C187.769 7.4543 194.786 6.60265 222.309 3.07306C228.034 2.39631 234.551 1.73233 241.38 1.18232C253.563 0.310988 266.866 -0.856126 278.706 0.952165C287.837 3.12336 285.689 2.5526 276.476 1.26734C262.824 0.35075 251.559 1.58348 244.516 2.35019C243.481 2.48233 242.499 2.61059 241.51 2.73911C229.568 4.3594 223.24 5.14317 206.819 6.92714C189.1 8.96909 180.978 11.4144 170.785 13.2975C161.114 15.7823 159.974 12.699 114.881 28.5766C113.407 29.1597 111.924 29.7659 110.376 30.4212C71.0159 47.5748 49.3394 68.7447 45.3121 86.4869C44.6465 90.2512 45.3501 93.5928 47.0469 96.119C55.0471 108.288 86.0361 110.411 112.432 109.704C120.521 109.493 128.546 109.016 136.058 108.409C168.612 106.352 234.189 95.7625 259.97 88.6855C280.353 83.4447 284.704 82.3216 295.751 79.164C298.748 78.2716 302.149 77.2128 306.44 75.709Z' fill='%23FFD5C8'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 160%;
    aspect-ratio: 357/114;
  }
}
.reviews-bloc-alt .consult {
  margin: 0 auto 2rem;
  z-index: 2;
  position: relative;
}
.reviews-bloc-alt .title {
  text-align: center;
  padding: 0 2rem;
}
.reviews-bloc-alt .title,
.reviews-bloc-alt .controls {
  position: relative;
  z-index: 1;
}
.reviews-bloc-alt .reviews-container .review-item {
  max-width: 380px;
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
  border: solid 1px #046053;
}
.reviews-bloc-alt .reviews-container .review-item .content {
  font-size: 1.8rem;
  font-weight: 400;
  color: #046053;
  padding-top: 1rem;
}
.reviews-bloc-alt .reviews-container .review-item .id {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-top: 2.7rem;
  position: relative;
}
.reviews-bloc-alt .reviews-container .review-item .id::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='94' height='17' viewBox='0 0 94 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.56088 13.7L4.41088 16.2C4.22754 16.3167 4.03588 16.3667 3.83588 16.35C3.63588 16.3333 3.46088 16.2667 3.31088 16.15C3.16088 16.0333 3.04421 15.8877 2.96088 15.713C2.87754 15.5383 2.86088 15.3423 2.91088 15.125L4.01088 10.4L0.335876 7.225C0.169209 7.075 0.0652091 6.904 0.0238758 6.712C-0.0174575 6.52 -0.00512426 6.33267 0.0608757 6.15C0.126876 5.96733 0.226876 5.81733 0.360876 5.7C0.494876 5.58267 0.678209 5.50767 0.910876 5.475L5.76088 5.05L7.63588 0.6C7.71921 0.4 7.84854 0.25 8.02388 0.15C8.19921 0.0499999 8.37821 0 8.56088 0C8.74354 0 8.92254 0.0499999 9.09788 0.15C9.27321 0.25 9.40254 0.4 9.48588 0.6L11.3609 5.05L16.2109 5.475C16.4442 5.50833 16.6275 5.58333 16.7609 5.7C16.8942 5.81667 16.9942 5.96667 17.0609 6.15C17.1275 6.33333 17.1402 6.521 17.0989 6.713C17.0575 6.905 16.9532 7.07567 16.7859 7.225L13.1109 10.4L14.2109 15.125C14.2609 15.3417 14.2442 15.5377 14.1609 15.713C14.0775 15.8883 13.9609 16.034 13.8109 16.15C13.6609 16.266 13.4859 16.3327 13.2859 16.35C13.0859 16.3673 12.8942 16.3173 12.7109 16.2L8.56088 13.7Z' fill='%23FFC300'/%3E%3Cpath d='M27.6839 13.7L23.5339 16.2C23.3506 16.3167 23.1589 16.3667 22.9589 16.35C22.7589 16.3333 22.5839 16.2667 22.4339 16.15C22.2839 16.0333 22.1673 15.8877 22.0839 15.713C22.0006 15.5383 21.9839 15.3423 22.0339 15.125L23.1339 10.4L19.4589 7.225C19.2923 7.075 19.1883 6.904 19.1469 6.712C19.1056 6.52 19.1179 6.33267 19.1839 6.15C19.2499 5.96733 19.3499 5.81733 19.4839 5.7C19.6179 5.58267 19.8013 5.50767 20.0339 5.475L24.8839 5.05L26.7589 0.6C26.8423 0.4 26.9716 0.25 27.1469 0.15C27.3223 0.0499999 27.5013 0 27.6839 0C27.8666 0 28.0456 0.0499999 28.2209 0.15C28.3963 0.25 28.5256 0.4 28.6089 0.6L30.4839 5.05L35.3339 5.475C35.5673 5.50833 35.7506 5.58333 35.8839 5.7C36.0173 5.81667 36.1173 5.96667 36.1839 6.15C36.2506 6.33333 36.2633 6.521 36.2219 6.713C36.1806 6.905 36.0763 7.07567 35.9089 7.225L32.2339 10.4L33.3339 15.125C33.3839 15.3417 33.3673 15.5377 33.2839 15.713C33.2006 15.8883 33.0839 16.034 32.9339 16.15C32.7839 16.266 32.6089 16.3327 32.4089 16.35C32.2089 16.3673 32.0173 16.3173 31.8339 16.2L27.6839 13.7Z' fill='%23FFC300'/%3E%3Cpath d='M46.807 13.7L42.657 16.2C42.4736 16.3167 42.282 16.3667 42.082 16.35C41.882 16.3333 41.707 16.2667 41.557 16.15C41.407 16.0333 41.2903 15.8877 41.207 15.713C41.1236 15.5383 41.107 15.3423 41.157 15.125L42.257 10.4L38.582 7.225C38.4153 7.075 38.3113 6.904 38.27 6.712C38.2286 6.52 38.241 6.33267 38.307 6.15C38.373 5.96733 38.473 5.81733 38.607 5.7C38.741 5.58267 38.9243 5.50767 39.157 5.475L44.007 5.05L45.882 0.6C45.9653 0.4 46.0946 0.25 46.27 0.15C46.4453 0.0499999 46.6243 0 46.807 0C46.9896 0 47.1686 0.0499999 47.344 0.15C47.5193 0.25 47.6486 0.4 47.732 0.6L49.607 5.05L54.457 5.475C54.6903 5.50833 54.8736 5.58333 55.007 5.7C55.1403 5.81667 55.2403 5.96667 55.307 6.15C55.3736 6.33333 55.3863 6.521 55.345 6.713C55.3036 6.905 55.1993 7.07567 55.032 7.225L51.357 10.4L52.457 15.125C52.507 15.3417 52.4903 15.5377 52.407 15.713C52.3236 15.8883 52.207 16.034 52.057 16.15C51.907 16.266 51.732 16.3327 51.532 16.35C51.332 16.3673 51.1403 16.3173 50.957 16.2L46.807 13.7Z' fill='%23FFC300'/%3E%3Cpath d='M65.9281 13.7L61.7781 16.2C61.5947 16.3167 61.4031 16.3667 61.2031 16.35C61.0031 16.3333 60.8281 16.2667 60.6781 16.15C60.5281 16.0333 60.4114 15.8877 60.3281 15.713C60.2447 15.5383 60.2281 15.3423 60.2781 15.125L61.3781 10.4L57.7031 7.225C57.5364 7.075 57.4324 6.904 57.3911 6.712C57.3497 6.52 57.3621 6.33267 57.4281 6.15C57.4941 5.96733 57.5941 5.81733 57.7281 5.7C57.8621 5.58267 58.0454 5.50767 58.2781 5.475L63.1281 5.05L65.0031 0.6C65.0864 0.4 65.2157 0.25 65.3911 0.15C65.5664 0.0499999 65.7454 0 65.9281 0C66.1107 0 66.2897 0.0499999 66.4651 0.15C66.6404 0.25 66.7697 0.4 66.8531 0.6L68.7281 5.05L73.5781 5.475C73.8114 5.50833 73.9947 5.58333 74.1281 5.7C74.2614 5.81667 74.3614 5.96667 74.4281 6.15C74.4947 6.33333 74.5074 6.521 74.4661 6.713C74.4247 6.905 74.3204 7.07567 74.1531 7.225L70.4781 10.4L71.5781 15.125C71.6281 15.3417 71.6114 15.5377 71.5281 15.713C71.4447 15.8883 71.3281 16.034 71.1781 16.15C71.0281 16.266 70.8531 16.3327 70.6531 16.35C70.4531 16.3673 70.2614 16.3173 70.0781 16.2L65.9281 13.7Z' fill='%23FFC300'/%3E%3Cpath d='M85.0511 13.7L80.9011 16.2C80.7178 16.3167 80.5261 16.3667 80.3261 16.35C80.1261 16.3333 79.9511 16.2667 79.8011 16.15C79.6511 16.0333 79.5344 15.8877 79.4511 15.713C79.3678 15.5383 79.3511 15.3423 79.4011 15.125L80.5011 10.4L76.8261 7.225C76.6594 7.075 76.5554 6.904 76.5141 6.712C76.4728 6.52 76.4851 6.33267 76.5511 6.15C76.6171 5.96733 76.7171 5.81733 76.8511 5.7C76.9851 5.58267 77.1684 5.50767 77.4011 5.475L82.2511 5.05L84.1261 0.6C84.2094 0.4 84.3388 0.25 84.5141 0.15C84.6894 0.0499999 84.8684 0 85.0511 0C85.2338 0 85.4128 0.0499999 85.5881 0.15C85.7634 0.25 85.8928 0.4 85.9761 0.6L87.8511 5.05L92.7011 5.475C92.9344 5.50833 93.1178 5.58333 93.2511 5.7C93.3844 5.81667 93.4844 5.96667 93.5511 6.15C93.6178 6.33333 93.6304 6.521 93.5891 6.713C93.5478 6.905 93.4434 7.07567 93.2761 7.225L89.6011 10.4L90.7011 15.125C90.7511 15.3417 90.7344 15.5377 90.6511 15.713C90.5678 15.8883 90.4511 16.034 90.3011 16.15C90.1511 16.266 89.9761 16.3327 89.7761 16.35C89.5761 16.3673 89.3844 16.3173 89.2011 16.2L85.0511 13.7Z' fill='%23FFC300'/%3E%3C/svg%3E%0A");
  width: 9.4rem;
  height: 1.7rem;
  position: absolute;
  top: 0;
  left: 0;
}
.reviews-bloc-alt .reviews-container .review-item .id::after {
  content: "5/5";
  position: absolute;
  top: 1px;
  left: 100px;
  font-size: 1.5rem;
}
.reviews-bloc-alt .reviews-container .review-item .id .source {
  font-size: 1.5rem;
  color: #1d7064;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.reviews-bloc-alt .reviews-container .review-item .id .source .link {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.reviews-bloc-alt .reviews-container .review-item .id .source .link::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2654_12422)'%3E%3Cpath d='M17.4161 1.6442C12.4203 3.37728 8.11194 6.66673 5.12385 11.0294C2.13575 15.392 0.625412 20.5979 0.814673 25.8824C1.00393 31.1668 2.88282 36.2513 6.17536 40.389C9.46789 44.5267 14.0005 47.4995 19.1075 48.8708C23.2478 49.9391 27.5856 49.986 31.7481 49.0075C35.5189 48.1605 39.0051 46.3488 41.8653 43.7497C44.8422 40.962 47.0029 37.4156 48.1153 33.4919C49.3244 29.2249 49.5395 24.7377 48.7442 20.3747L25.4942 20.3747V30.0192L38.959 30.0192C38.6899 31.5574 38.1133 33.0256 37.2635 34.3357C36.4138 35.6459 35.3085 36.7712 34.0137 37.6442C32.3695 38.7318 30.5161 39.4636 28.5723 39.7926C26.6229 40.1551 24.6233 40.1551 22.6739 39.7926C20.6981 39.3841 18.829 38.5686 17.1856 37.3981C14.5456 35.5293 12.5632 32.8744 11.5215 29.8122C10.4622 26.6926 10.4622 23.3106 11.5215 20.1911C12.263 18.0044 13.4889 16.0135 15.1075 14.3669C16.9598 12.4479 19.3049 11.0762 21.8854 10.4023C24.466 9.7284 27.1823 9.77831 29.7364 10.5465C31.7316 11.159 33.5561 12.2291 35.0645 13.6715C36.5827 12.1611 38.0984 10.6468 39.6114 9.12858C40.3926 8.31217 41.2442 7.53483 42.0137 6.69889C39.7112 4.55622 37.0086 2.88896 34.0606 1.79264C28.6923 -0.156618 22.8183 -0.209002 17.4161 1.6442Z' fill='white'/%3E%3Cpath d='M17.418 1.64464C22.8198 -0.209828 28.6937 -0.158822 34.0625 1.78917C37.011 2.89293 39.7124 4.56822 42.0117 6.71886C41.2305 7.55479 40.4062 8.33604 39.6094 9.14854C38.0938 10.6616 36.5794 12.1694 35.0664 13.672C33.558 12.2295 31.7335 11.1594 29.7383 10.547C27.1851 9.77605 24.4688 9.72326 21.8876 10.3944C19.3063 11.0656 16.9598 12.4347 15.1055 14.3517C13.4868 15.9983 12.261 17.9892 11.5195 20.1759L3.42187 13.9064C6.32034 8.15855 11.3389 3.76192 17.418 1.64464Z' fill='%23E33629'/%3E%3Cpath d='M1.27538 20.1182C1.71062 17.9611 2.43321 15.8722 3.42382 13.9072L11.5215 20.1924C10.4622 23.3119 10.4622 26.6939 11.5215 29.8135C8.82356 31.8968 6.12434 33.9906 3.42382 36.0947C0.943937 31.1585 0.187616 25.5342 1.27538 20.1182Z' fill='%23F8BD00'/%3E%3Cpath d='M25.4959 20.3701H48.7459C49.5412 24.7331 49.326 29.2204 48.117 33.4873C47.0046 37.4111 44.8438 40.9574 41.867 43.7451C39.2537 41.7061 36.6287 39.6826 34.0154 37.6436C35.311 36.7696 36.4169 35.6431 37.2666 34.3316C38.1164 33.02 38.6926 31.5504 38.9607 30.0107H25.4959C25.492 26.7998 25.4959 23.585 25.4959 20.3701Z' fill='%23587DBD'/%3E%3Cpath d='M3.41797 36.0938C6.11849 34.0104 8.81771 31.9167 11.5156 29.8125C12.5594 32.8758 14.5446 35.5308 17.1875 37.3984C18.836 38.5635 20.7091 39.3724 22.6875 39.7734C24.6369 40.1359 26.6365 40.1359 28.5859 39.7734C30.5297 39.4444 32.3831 38.7126 34.0273 37.625C36.6406 39.6641 39.2656 41.6875 41.8789 43.7266C39.0191 46.3271 35.5329 48.1402 31.7617 48.9883C27.5993 49.9668 23.2614 49.9199 19.1211 48.8516C15.8465 47.9772 12.7878 46.4359 10.1367 44.3242C7.33071 42.0964 5.03889 39.289 3.41797 36.0938Z' fill='%23319F43'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2654_12422'%3E%3Crect width='50' height='49.9998' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: contain;
  width: 2rem;
  aspect-ratio: 1/1;
}
.reviews-bloc-alt .reviews-container .review-item .picture {
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: solid 1px #b4cfcb;
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.reviews-bloc-alt .reviews-container .review-item .picture img {
  height: 56.2px;
  width: 56.2px;
  object-fit: cover;
  border-radius: 100%;
}
.reviews-bloc-alt .reviews-container .review-item .description {
  margin: 0;
}

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