html[data-theme=light] {
  --main: rgb(111, 36, 155);
  --base_color: rgb(39, 39, 39);
  --bg_color: hsl(293, 97.82%, 97.26%);
  --bg_image: radial-gradient(at 40% 20%, hsl(24, 97.64%, 96.8%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(275.05, 100%, 93.34%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsl(355, 100%, 96.91%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(0, 0%, 100%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(20, 100%, 96%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(266, 100%, 95.52%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(338, 74.59%, 97.8%) 0px, transparent 50%);
  --main_light: rgba(163, 131, 181, 0.18);
  --main_area: rgba(111, 36, 155, 0.1);
  --link_color: rgba(255, 255, 255, 0.76);
  --input_border_normal: rgba(111, 36, 155, 0.3);
  --input_border_hover: rgba(111, 36, 155, 0.5);
}

html[data-theme=dark] {
  --main: rgb(111, 36, 155);
  --base_color: rgb(39, 39, 39);
  --bg_color: hsl(293, 97.82%, 97.26%);
  --bg_image: radial-gradient(at 40% 20%, hsl(24, 97.64%, 96.8%) 0px, transparent 50%), radial-gradient(at 80% 0%, hsl(275.05, 100%, 93.34%) 0px, transparent 50%), radial-gradient(at 0% 50%, hsl(355, 100%, 96.91%) 0px, transparent 50%), radial-gradient(at 80% 50%, hsl(0, 0%, 100%) 0px, transparent 50%), radial-gradient(at 0% 100%, hsl(20, 100%, 96%) 0px, transparent 50%), radial-gradient(at 80% 100%, hsl(266, 100%, 95.52%) 0px, transparent 50%), radial-gradient(at 0% 0%, hsl(338, 74.59%, 97.8%) 0px, transparent 50%);
  --main_light: rgba(163, 131, 181, 0.18);
  --main_area: rgba(111, 36, 155, 0.1);
  --link_color: rgba(255, 255, 255, 0.76);
  --input_border_normal: rgba(111, 36, 155, 0.3);
  --input_border_hover: rgba(111, 36, 155, 0.5);
}

body {
  color: var(--fg_color);
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 40px;
  box-sizing: border-box;
}
.container.small {
  max-width: 1000px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 540px;
    padding: 0 30px;
  }
}
@media (max-width: 420px) {
  .container {
    max-width: 420px;
  }
}
.container.container_small {
  max-width: 1200px;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container.container_small {
    max-width: 860px;
  }
}
@media (max-width: 768px) {
  .container.container_small {
    max-width: 600px;
  }
}
@media (max-width: 576px) {
  .container.container_small {
    max-width: 400px;
  }
}

@media (max-width: 576px) {
  .sm_center {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .md_center {
    text-align: center;
  }
}

.grid_container {
  display: grid;
}
.grid_container.grid_cols_1 {
  grid-template-columns: 1fr;
}
.grid_container.grid_cols_1_1 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .grid_container.grid_cols_1_1 {
    grid-template-columns: 1fr;
  }
}
.grid_container.grid_cols_1_1_1 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid_container.grid_cols_1_1_1_1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid_container.grid_cols_auto_1 {
  grid-template-columns: auto 1fr;
}
@media (max-width: 576px) {
  .grid_container.grid_cols_auto_1 {
    grid-template-columns: 1fr;
  }
}
.grid_container.grid_cols_1_auto {
  grid-template-columns: 1fr auto;
}
.grid_container.grid_cols_1_1_auto {
  grid-template-columns: 1fr 1fr auto;
}
.grid_container.grid_cols_1_auto_1 {
  grid-template-columns: 1fr auto 1fr;
}
.grid_container.grid_cols_auto_1_1 {
  grid-template-columns: auto 1fr 1fr;
}
.grid_container.grid_cols_1_2 {
  grid-template-columns: 1fr 2fr;
}
.grid_container.grid_cols_2_1 {
  grid-template-columns: 2fr 1fr;
}
.grid_container.items_center {
  align-items: center;
}
.grid_container.grid_gap_10 {
  grid-gap: 10px;
}
.grid_container.grid_gap_20 {
  grid-gap: 20px;
}
.grid_container.grid_gap_30 {
  grid-gap: 30px;
}
.grid_container.grid_gap_40 {
  grid-gap: 40px;
}

/* monda-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Monda";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/monda-v18-latin-regular.woff2") format("woff2");
}
/* monda-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Monda";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/monda-v18-latin-500.woff2") format("woff2");
}
/* monda-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Monda";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/monda-v18-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  src: url("../fonts/icons.woff2") format("woff2");
}
.material_symbols {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.fade_in_top {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fade_in_top.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade_in_down {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fade_in_down.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade_in_right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fade_in_right.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade_in_left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.fade_in_left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade_in {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.fade_in.visible {
  opacity: 1;
}

@keyframes gradientBorder {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
.mw_200 {
  max-width: 200px;
  height: auto;
}
@media (max-width: 576px) {
  .mw_200 {
    width: 100%;
    max-width: 100%;
  }
}

.mw_300 {
  max-width: 300px;
  height: auto;
}
@media (max-width: 576px) {
  .mw_300 {
    width: 100%;
    max-width: 100%;
  }
}

.d_inline_block {
  display: inline-block;
}

:root {
  --border_radius: 8px;
}

html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 18px;
}

body {
  font-family: "Monda", sans-serif;
  background: radial-gradient(500px at 50% 100px, rgba(236, 72, 153, 0.4), transparent) rgb(2, 6, 23);
  background-attachment: fixed;
  color: rgba(255, 255, 255, 0.6901960784);
  min-height: 100vh;
  position: relative;
  font-variant-ligatures: none;
}
body.no_scroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    background: radial-gradient(380px at 50% 30px, rgba(236, 72, 153, 0.4), transparent) rgb(2, 6, 23);
    background-attachment: fixed;
  }
}
@media (max-width: 576px) {
  body {
    background: radial-gradient(250px at 50% -20px, rgba(236, 72, 153, 0.4), transparent) rgb(2, 6, 23);
    background-attachment: fixed;
  }
}

/* Fixed position grain overlay */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}

section {
  margin: 40px 0;
}

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

.big_title h1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  h2 {
    font-size: 1.6rem;
  }
}

.highlight_text {
  font-size: 2rem !important;
  font-weight: 700;
  color: #7D32A8;
  background-image: linear-gradient(45deg, #8f66a7 6%, #e4d0f1 46%, #8c6e9c 82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  padding-left: 30px;
  border-left: 6px solid;
}
@media (max-width: 576px) {
  .highlight_text {
    font-size: 1.4rem !important;
  }
}

#main {
  padding: 60px 0;
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: square;
  list-style-position: inside;
}
ul li {
  margin-bottom: 10px;
}
ul li:last-of-type {
  margin-bottom: 0;
}
ul li::marker {
  color: #ffffff;
}

a {
  color: var(--link_color);
}
a:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  a {
    word-break: break-all;
  }
}

@media (max-width: 576px) {
  p {
    word-break: break-word;
  }
}

.btn {
  text-decoration: none;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: var(--border_radius);
  cursor: pointer;
  font-family: Monda, sans-serif;
  font-size: 1rem;
}
.btn.icon_only {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn.btn_primary {
  color: #ffffff;
  background-color: var(--main);
}
.btn.icon_right {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  align-items: center;
}

#offcanvasOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.05s linear;
  display: none;
}
#offcanvasOverlay.show {
  opacity: 1;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.37);
  display: block;
}

.offcanvas {
  position: fixed;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  z-index: 1200;
  width: 400px;
  bottom: 0;
  top: 0;
  right: 0;
  visibility: hidden;
  background-color: rgba(10, 1, 11, 0.2705882353);
  background-image: none;
  background-attachment: fixed;
  transition: transform 0.1s ease-in-out;
  transform: translateX(120%);
  box-shadow: -8px 0px 42px 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -8px 0px 42px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -8px 0px 42px 5px rgba(0, 0, 0, 0.75);
}
.offcanvas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 70, 90, 0.21);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: -1;
}
.offcanvas::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}
.offcanvas.show {
  transform: none;
  visibility: visible;
}
.offcanvas .offcanvas_header {
  padding: 10px 20px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  align-items: center;
}
.offcanvas .offcanvas_header .offcanvas_title {
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 1.2rem;
  color: #ffffff;
}
.offcanvas .offcanvas_header .offcanvas_title.with_icon {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  align-items: center;
}
.offcanvas .offcanvas_header .offcanvas_close {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 10px;
}
.offcanvas .offcanvas_header .offcanvas_close .material_symbols {
  font-size: 28px;
}
.offcanvas .offcanvas_splitter hr {
  margin: 0 20px;
  border-top: 4px solid rgba(255, 255, 255, 0.23);
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
.offcanvas .offcanvas_body {
  flex-grow: 1;
  overflow-y: auto;
}
.offcanvas .offcanvas_body .contact_items {
  margin: 20px;
  border-radius: var(--border_radius);
  background-color: rgba(231, 202, 247, 0.21);
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  align-items: center;
}
.offcanvas .offcanvas_body .contact_items a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  align-items: center;
  color: #ffffff;
  background-color: rgba(62, 19, 88, 0.44);
  text-decoration: none;
  border-radius: var(--border_radius);
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3411764706);
  box-sizing: border-box;
}
.offcanvas .offcanvas_body .tool_links {
  padding: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  align-items: center;
}
.offcanvas .offcanvas_body .tool_links a {
  padding: 10px 20px;
  border: 2px solid rgba(238, 206, 255, 0.231372549);
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: var(--border_radius);
  background-color: rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  align-items: center;
  font-size: 1rem;
  font-family: Monda, sans-serif;
  width: 100%;
  text-align: left;
}
@media (max-width: 576px) {
  .offcanvas .offcanvas_body .tool_links a {
    font-size: 0.7rem;
    padding: 10px;
  }
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav {
  padding: 20px;
  margin: 0;
  list-style: none;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper {
  margin-bottom: 10px;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper:last-of-type {
  margin-bottom: 0;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_nav_item {
  padding: 10px 20px;
  border: 2px solid rgba(238, 206, 255, 0.231372549);
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: var(--border_radius);
  background-color: rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 10px;
  align-items: center;
  font-size: 1rem;
  font-family: Monda, sans-serif;
  width: 100%;
  text-align: left;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_trigger .material_symbols {
  transition: transform 0.1s ease;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_trigger[aria-expanded=true] .material_symbols {
  transform: rotate(45deg);
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_trigger.open {
  color: #ffffff;
  background-color: rgba(62, 19, 88, 0.44);
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_wrapper {
  height: 0;
  overflow: hidden;
  transition: height 0.1s ease-out;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_wrapper .mobile_sub_nav {
  padding: 10px 0 10px 40px;
  list-style: none;
  margin: 0;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_wrapper .mobile_sub_nav li {
  margin-bottom: 10px;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_wrapper .mobile_sub_nav li:last-of-type {
  margin-bottom: 0;
}
.offcanvas .offcanvas_body .mobile_menu_items #mobile_nav .mobile_nav_item_wrapper .mobile_sub_nav_wrapper .mobile_sub_nav li .mobile_sub_nav_item {
  padding: 10px 20px;
  border: 2px solid rgba(238, 206, 255, 0.231372549);
  text-decoration: none;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: var(--border_radius);
  background-color: rgba(0, 0, 0, 0.35);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  align-items: center;
  font-size: 1rem;
  font-family: Monda, sans-serif;
  width: 100%;
  text-align: left;
}
@media (max-width: 576px) {
  .offcanvas {
    width: 100%;
    margin: 0;
    background-color: rgba(10, 1, 11, 0.47);
  }
  .offcanvas::before {
    background-color: rgba(84, 70, 90, 0.09);
  }
}

#header {
  background-color: transparent;
  padding: 30px 0px 0px;
  position: sticky;
  top: -20px;
  z-index: 1000;
}
#header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 20px;
  transition: all 0.2s ease;
}
#header .header_inner .logo_area {
  line-height: 0;
}
#header .header_inner .logo_area .logo_link {
  line-height: 0;
  display: inline-block;
}
#header .header_inner .logo_area .logo_link #logo {
  width: 100px;
}
#header .header_inner .nav_area ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
#header .header_inner .nav_area ul li {
  margin-bottom: 0;
}
#header .header_inner .nav_area ul li .customLink {
  background-color: transparent;
  color: #ffffff;
}
#header .header_inner .nav_area ul li .customLink:hover, #header .header_inner .nav_area ul li .customLink.active {
  background-color: rgba(255, 255, 255, 0.2);
}
#header .header_inner .nav_area ul li .customLink:active {
  background-color: rgba(255, 255, 255, 0.1);
}
#header .header_inner .nav_area ul li.desktop_visible {
  display: block;
}
@media (max-width: 992px) {
  #header .header_inner .nav_area ul li.desktop_visible {
    display: none;
  }
}
#header .header_inner .nav_area ul li .nav_item {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: var(--border_radius);
  background-color: transparent;
  border: 0;
  font-size: 1rem;
  font-family: Monda, sans-serif;
  cursor: pointer;
}
#header .header_inner .nav_area ul li .nav_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header .header_inner .nav_area ul li .nav_item:active {
  background-color: rgba(255, 255, 255, 0.1);
}
#header .header_inner .nav_area ul li .nav_item.active {
  background-color: rgba(255, 255, 255, 0.2);
}
#header .header_inner .nav_area ul li .nav_item.sub_nav_trigger {
  display: inline-grid;
  grid-template-columns: 1fr auto;
  grid-gap: 6px;
  align-items: center;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.08s;
  z-index: 1000;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav .sub_nav_inner {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 20px;
  padding: 0 20px;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav .sub_nav_inner::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav ul.flex_flow {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  padding: 20px 0;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav ul.flex_flow li {
  flex: 1;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav ul li a {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  align-items: center;
  box-sizing: border-box;
  color: #ffffff;
  border: 2px solid transparent;
  background-color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: var(--border_radius);
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav ul li a:hover {
  border: 2px solid #ffffff;
  background-color: rgba(22, 0, 37, 0.43);
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav ul li a:hover span.material_symbols {
  transform: scale(1.2);
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav ul li a span.material_symbols {
  transform: scale(1);
  transition: transform 0.2s ease;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav.bg_white {
  background-color: #ffffff;
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav.bg_white ul li a {
  background-color: rgba(111, 36, 155, 0.05);
  color: var(--main);
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav.bg_white ul li a:hover {
  border: 2px solid var(--main);
  background-color: rgba(111, 36, 155, 0.1);
}
#header .header_inner .nav_area ul li.has_sub_nav .sub_nav.bg_white ul li a.active {
  color: #ffffff;
  background-color: var(--main);
}
#header .header_inner .nav_area ul li.has_sub_nav.active .sub_nav_trigger {
  background-color: rgba(255, 255, 255, 0.25);
}
#header .header_inner .nav_area ul li.has_sub_nav.active .sub_nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#header .header_inner .nav_area ul li.mobile_visible {
  display: none;
}
@media (max-width: 992px) {
  #header .header_inner .nav_area ul li.mobile_visible {
    display: block;
  }
}
#header .header_inner .nav_area button {
  color: #ffffff;
}
#header .header_inner .nav_area button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header .header_inner .nav_area button:active {
  background-color: rgba(255, 255, 255, 0.1);
}
#header.scrl .header_inner {
  background-color: transparent;
  box-shadow: rgb(20, 12, 24) 0px 20px 30px -10px;
  position: relative;
  z-index: 1;
}
#header.scrl .header_inner.menu_open {
  box-shadow: none;
}
#header.scrl .header_inner.menu_open .nav_area .sub_nav {
  top: 82px;
}
#header.scrl .header_inner.menu_open .nav_area .sub_nav .container .sub_nav_inner {
  background-color: transparent;
  box-shadow: rgb(20, 12, 24) 0px 20px 30px -10px;
}
#header.scrl .header_inner.menu_open .nav_area .sub_nav .container .sub_nav_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(29, 11, 37, 0);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: -1;
}
#header.scrl .header_inner.menu_open .nav_area .sub_nav .container .sub_nav_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  border-radius: 20px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}
#header.scrl .header_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 11, 37, 0);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 20px;
  z-index: -1;
}
#header.scrl .header_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: -1;
}
#header.scrl .header_inner .main_nav .sub_nav .container {
  padding: 0;
}
#header.scrl .header_inner .nav_area ul li .nav_item:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#header.scrl .header_inner .nav_area ul li .nav_item.active {
  background-color: rgba(0, 0, 0, 0.3);
}
#header.scrl .header_inner .nav_area ul li .nav_item:active {
  background-color: rgba(0, 0, 0, 0.45);
}
#header.scrl .header_inner .nav_area ul li.has_sub_nav.active .sub_nav_trigger {
  background-color: rgba(0, 0, 0, 0.3);
}

#intro {
  height: calc(100vh - 100px);
  min-height: 800px;
}
#intro .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
#intro .container .mainTitle {
  margin: 0;
}
#intro .container .mainTitle .page_title h1 {
  margin: 0;
  font-size: 3.8rem;
}
@media (max-width: 992px) {
  #intro {
    min-height: unset;
  }
  #intro .container {
    display: block;
  }
  #intro .container .mainTitle {
    margin-top: 40px;
  }
  #intro .container .mainTitle .page_title h1 {
    font-size: 2.8rem;
  }
  #intro .container #customerSwitcher {
    margin: 60px 0;
    justify-content: center;
  }
  #intro .container #customerSwitcher .customerSwitcherText {
    font-size: 1.8rem;
  }
  #intro .container #customerSwitcher .customerSwitcherWord {
    height: 44px;
  }
  #intro .container #customerSwitcher .customerSwitcherWord .word {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  #intro {
    height: 100vh;
  }
  #intro .container .mainTitle .page_title h1 {
    font-size: 2.4rem;
  }
  #intro .container #customerSwitcher .customerSwitcherText {
    font-size: 1.3rem;
  }
  #intro .container #customerSwitcher .customerSwitcherWord {
    height: 38px;
  }
  #intro .container #customerSwitcher .customerSwitcherWord .word {
    font-size: 1.3rem;
  }
  #intro .container .factsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  #intro .container .factsWrapper .factItem .counter {
    font-size: 1.5rem;
  }
  #intro .container .factsWrapper .factItem .label {
    font-size: 1rem;
    display: flex;
    height: 100%;
    align-items: center;
  }
}
@media (max-width: 576px) {
  #intro {
    height: 100%;
    margin-bottom: 60px;
  }
  #intro .container .mainTitle .page_title h1 {
    font-size: 1.6rem;
  }
  #intro .container .factsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #intro .container .factsWrapper .factItem {
    padding: 10px 14px;
  }
  #intro .container .factsWrapper .factItem .counter {
    font-size: 1.4rem;
  }
}

.card {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 40px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.card p:first-child {
  margin-top: 0;
}
.card p:last-child {
  margin-bottom: 0;
}
.card.card_highlight p {
  font-size: 1.6rem !important;
}
.card.darkBackground {
  background-color: rgba(0, 0, 0, 0.3803921569);
}
.card.darkBackground.withBorder {
  border: 3px solid rgba(185, 164, 198, 0.34);
}
.card.withShadow {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.42);
}
.card.cardJob h3 {
  font-size: 1.5rem;
}
.card.cardJob .cardSplitter hr {
  margin: 40px 0;
  border-top: 2px solid rgba(216, 184, 234, 0.18);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.card.cardJob .sectionDescription h4 {
  margin-top: 0;
}
.card.card_transluent {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(4px);
}
.card.card_centered {
  text-align: center;
}
.card.with_shadow {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.card.with_animated_border {
  position: relative;
  border-radius: 10px;
  box-sizing: border-box;
}
.card.with_animated_border::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: -1;
  border-radius: 12px;
  background: linear-gradient(90deg, #6f249b, #ffffff, #6f249b);
  background-size: 200% 100%;
  animation: gradientBorder 2s linear infinite;
}
.card.with_animated_border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: 8px;
  z-index: -1;
}
.card.card_border {
  border: 2px solid var(--main);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--main);
}
.card.card_light_transluent {
  padding: 40px;
  background-color: var(--main_light);
  color: rgba(255, 255, 255, 0.768627451);
}
.card.card_light_transluent p {
  font-size: 1.2rem;
  margin-bottom: 60px;
}
.card.card_light_transluent p:last-of-type {
  margin-bottom: 0;
}
.card.with_icon {
  position: relative;
}
.card.with_icon.icon_right_top .card_icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30cqw;
  color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 992px) {
  .card.with_icon.icon_right_top .card_icon {
    font-size: 50cqw;
  }
}
@media (max-width: 768px) {
  .card.with_icon.icon_right_top .card_icon {
    font-size: 60cqw;
  }
}
@media (max-width: 576px) {
  .card.with_icon.icon_right_top .card_icon {
    font-size: 70cqw;
  }
}
.card h1 {
  margin: 20px 0;
}
.card h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.form_title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

form .form_field_wrapper {
  margin-bottom: 20px;
}
form .form_field_wrapper.double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: start;
}
@media (max-width: 768px) {
  form .form_field_wrapper.double {
    grid-template-columns: 1fr;
  }
}
form .form_field_wrapper .form_field label {
  font-size: 0.7rem;
  padding: 4px 12px;
  background-color: var(--main_light);
  border-radius: var(--border_radius);
  display: inline-block;
  margin-bottom: 6px;
}
form .form_field_wrapper .form_field label.open {
  color: #ffffff;
  background-color: var(--main);
}
form .form_field_wrapper .form_field .form_control {
  display: block;
  padding: 12px;
  border-radius: var(--border_radius);
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  font-family: Monda, sans-serif;
  border: 2px solid var(--input_border_normal);
}
form .form_field_wrapper .form_field .form_control:hover {
  border: 2px solid var(--input_border_hover);
}
form .form_field_wrapper .form_field .form_control:focus, form .form_field_wrapper .form_field .form_control:focus-visible {
  outline: none;
  border: 2px solid var(--main);
  box-shadow: 0 0 0 0.2rem var(--input_border_normal);
}
form .form_actions_wrapper {
  margin-top: 40px;
}
form .form_actions_wrapper.align_right {
  text-align: right;
}
@media (max-width: 576px) {
  form .form_actions_wrapper.align_right {
    text-align: center;
  }
}
form .custom_dropdown {
  position: relative;
  width: 100%;
  z-index: 200;
}
form .custom_dropdown .custom_dropdown_selected {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  background-color: white;
  border: 2px solid var(--input_border_normal);
  border-radius: var(--border_radius);
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
form .custom_dropdown .custom_dropdown_selected:hover {
  border-color: var(--input_border_hover);
}
form .custom_dropdown.open .custom_dropdown_selected {
  border-color: var(--main);
  box-shadow: 0 0 0 0.2rem var(--input_border_normal);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form .custom_dropdown.open .custom_dropdown_arrow {
  transform: rotate(180deg);
}
form .custom_dropdown.open .custom_dropdown_options {
  display: block;
}
form .custom_dropdown .custom_dropdown_arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--main);
  transition: transform 0.2s;
}
form .custom_dropdown .custom_dropdown_options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 216px;
  overflow-y: auto;
  background-color: white;
  border: 2px solid var(--main);
  border-top: none;
  border-bottom-left-radius: var(--border_radius);
  border-bottom-right-radius: var(--border_radius);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 100;
  box-sizing: border-box;
  display: none;
}
@media (max-width: 576px) {
  form .custom_dropdown .custom_dropdown_options {
    max-height: 340px;
  }
}
form .custom_dropdown .custom_dropdown_options .custom_dropdown_option {
  padding: 12px;
  cursor: pointer;
}
form .custom_dropdown .custom_dropdown_options .custom_dropdown_option:hover {
  background-color: var(--main_light);
}
form .custom_dropdown .custom_dropdown_options .custom_dropdown_option.selected {
  color: var(--main);
  background-color: var(--main_light);
}

.articleSection .article_section_content > h2:first-child {
  margin-top: 0;
}
.articleSection .article_section_content > h3:first-child {
  margin-top: 0;
}
.articleSection .article_section_content > p:first-child {
  margin-top: 0;
}
.articleSection .article_section_content > p:last-child {
  margin-bottom: 0;
}
.articleSection .article_section_content > .card {
  margin-top: 0;
}
.articleSection .article_section_content > .card:last-child {
  margin-bottom: 0;
}
.articleSection .article_section_content p {
  font-size: 1.2rem;
}

.centered_title {
  max-width: 60%;
  text-align: center;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .centered_title {
    max-width: 70%;
  }
}
@media (max-width: 576px) {
  .centered_title {
    max-width: 100%;
  }
}

.page_title h1 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #7D32A8;
  text-align: center;
  background-image: linear-gradient(45deg, #774493 29%, #e9c2ff 58%, #7e499b 75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
  .page_title h1 {
    font-size: 2.6rem;
    text-align: center;
    word-wrap: break-word;
  }
}
.page_title.with_svg {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 100px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .page_title.with_svg {
    grid-template-columns: 1fr;
    grid-gap: 70px;
  }
  .page_title.with_svg h1 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .page_title.with_svg {
    grid-gap: 40px;
  }
}

.with_padding {
  padding: 40px 0;
}

.fade_section {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, white 10%, white 90%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, white 10%, white 90%, transparent 100%);
}

#footer {
  padding: 20px 0;
  background-color: transparent;
}
#footer .footer_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #footer .footer_inner {
    display: block;
  }
}
#footer .footer_inner .footer_links {
  display: flex;
  gap: 10px;
}
#footer .footer_inner .footer_links a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: var(--border_radius);
}
#footer .footer_inner .footer_links a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  #footer .footer_inner .footer_links {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }
  #footer .footer_inner .footer_links a {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (max-width: 576px) {
  #footer .footer_inner .footer_links {
    display: flex;
    flex-direction: column;
  }
}
#footer .footer_inner .copyright span {
  color: #ffffff;
}
@media (max-width: 768px) {
  #footer .footer_inner .copyright {
    text-align: center;
  }
}

.imageContainer {
  text-align: center;
  margin: 80px 0;
  position: relative;
}
.imageContainer .container {
  position: relative;
  display: inline-block;
}
.imageContainer img {
  width: 100%;
  max-width: 900px;
  height: auto;
  position: relative;
  z-index: 1;
}
.imageContainer .container::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 39%;
  width: 90%;
  height: 70%;
  transform: translate(-50%, -50%);
  background: linear-gradient(45deg, rgb(111, 165, 186), rgb(82, 130, 254), rgb(72, 28, 119), rgb(181, 89, 243), rgb(111, 165, 186));
  background-size: 100%;
  z-index: -1;
  filter: blur(45px);
}

.mainTitle {
  margin: 200px 0;
}
.mainTitle h1 {
  padding: 10px;
  color: #7D32A8;
  background-image: linear-gradient(45deg, #774493 29%, #e9c2ff 58%, #7e499b 75%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .mainTitle h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 768px) {
  .mainTitle h1 {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .mainTitle h1 {
    font-size: 2rem;
    word-break: break-word;
  }
}

.module_section {
  padding: 60px 0;
}
.module_section h2 {
  margin-top: 0;
}
.module_section .module_group {
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid transparent;
  margin-bottom: 40px;
  border-radius: var(--border_radius);
  background-color: var(--main_light);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.42);
}
.module_section .module_group:last-of-type {
  margin-bottom: 0;
}
.module_section .module_group .module_group_title {
  margin-top: 0;
  font-size: 1.4rem;
}
.module_section .module_group .module_group_title span {
  background: #ffffff;
  background: linear-gradient(to right, #d9c4e0 0%, #b58dcb 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module_section .module_group .module_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 992px) {
  .module_section .module_group .module_list {
    display: flex;
    flex-flow: wrap;
  }
  .module_section .module_group .module_list .module_item {
    flex: 1;
  }
}
@media (max-width: 768px) {
  .module_section .module_group .module_list {
    display: flex;
    flex-direction: column;
  }
}
.module_section .module_group .module_list .module_item {
  padding: 20px;
  border-radius: var(--border_radius);
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  border: 3px solid transparent;
}
@media (max-width: 420px) {
  .module_section .module_group .module_list .module_item {
    text-align: center;
  }
}
.module_section .module_group .module_list .module_item:hover {
  border: 3px solid #ffffff;
  background-color: rgba(22, 0, 37, 0.43);
}
.module_section .module_group .module_list .module_item:hover .top_row .module_item_title {
  color: #ffffff;
}
.module_section .module_group .module_list .module_item:hover .top_row .module_item_icon .material_symbols {
  color: #ffffff;
  transform: scale(1.1);
}
.module_section .module_group .module_list .module_item:hover .module_item_desc {
  color: #ffffff;
}
.module_section .module_group .module_list .module_item .top_row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 20px;
  align-items: center;
  margin-bottom: 20px;
  align-items: start;
}
@media (max-width: 420px) {
  .module_section .module_group .module_list .module_item .top_row {
    grid-template-columns: 1fr;
  }
}
.module_section .module_group .module_list .module_item .top_row .module_item_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  padding-top: 14px;
}
.module_section .module_group .module_list .module_item .top_row .module_item_icon .material_symbols {
  font-size: 5rem;
  transition: transform 0.3s ease;
  color: rgba(255, 255, 255, 0.3);
}
.module_section .module_group .module_list .module_item .module_item_desc {
  font-size: 1.2rem;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .module_section {
    padding: 0;
  }
}

@-webkit-keyframes references-animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2882.4194335938px;
    stroke-dasharray: 2882.4194335938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2882.4194335938px;
  }
}
@keyframes references-animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2882.4194335938px;
    stroke-dasharray: 2882.4194335938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2882.4194335938px;
  }
}
@-webkit-keyframes references-animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-1 {
  -webkit-animation: references-animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, references-animate-svg-fill-1 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: references-animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, references-animate-svg-fill-1 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes references-animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 186.5659942627px;
    stroke-dasharray: 186.5659942627px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 186.5659942627px;
  }
}
@keyframes references-animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 186.5659942627px;
    stroke-dasharray: 186.5659942627px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 186.5659942627px;
  }
}
.references-2 {
  -webkit-animation: references-animate-svg-stroke-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, references-animate-svg-fill-2 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: references-animate-svg-stroke-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, references-animate-svg-fill-2 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes references-animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-3 {
  -webkit-animation: references-animate-svg-stroke-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, references-animate-svg-fill-3 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: references-animate-svg-stroke-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, references-animate-svg-fill-3 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes references-animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 5440.3774414063px;
    stroke-dasharray: 5440.3774414063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5440.3774414063px;
  }
}
@keyframes references-animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 5440.3774414063px;
    stroke-dasharray: 5440.3774414063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5440.3774414063px;
  }
}
@-webkit-keyframes references-animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-4 {
  -webkit-animation: references-animate-svg-stroke-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, references-animate-svg-fill-4 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: references-animate-svg-stroke-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, references-animate-svg-fill-4 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes references-animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
@keyframes references-animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
.references-5 {
  -webkit-animation: references-animate-svg-stroke-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, references-animate-svg-fill-5 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: references-animate-svg-stroke-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, references-animate-svg-fill-5 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes references-animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-6 {
  -webkit-animation: references-animate-svg-stroke-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, references-animate-svg-fill-6 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: references-animate-svg-stroke-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, references-animate-svg-fill-6 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes references-animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 5027.861328125px;
    stroke-dasharray: 5027.861328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5027.861328125px;
  }
}
@keyframes references-animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 5027.861328125px;
    stroke-dasharray: 5027.861328125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5027.861328125px;
  }
}
@-webkit-keyframes references-animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-7 {
  -webkit-animation: references-animate-svg-stroke-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, references-animate-svg-fill-7 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  animation: references-animate-svg-stroke-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, references-animate-svg-fill-7 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@-webkit-keyframes references-animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
@keyframes references-animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
.references-8 {
  -webkit-animation: references-animate-svg-stroke-8 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, references-animate-svg-fill-8 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: references-animate-svg-stroke-8 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, references-animate-svg-fill-8 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes references-animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-9 {
  -webkit-animation: references-animate-svg-stroke-9 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, references-references-animate-svg-fill-9 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: references-animate-svg-stroke-9 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, references-references-animate-svg-fill-9 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes references-animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 6420.564453125px;
    stroke-dasharray: 6420.564453125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6420.564453125px;
  }
}
@keyframes references-animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 6420.564453125px;
    stroke-dasharray: 6420.564453125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6420.564453125px;
  }
}
@-webkit-keyframes references-animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-10 {
  -webkit-animation: references-animate-svg-stroke-10 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, references-animate-svg-fill-10 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  animation: references-animate-svg-stroke-10 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, references-animate-svg-fill-10 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

@-webkit-keyframes references-animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
@keyframes references-animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
.references-11 {
  -webkit-animation: references-animate-svg-stroke-11 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, references-references-animate-svg-fill-11 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: references-animate-svg-stroke-11 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, references-references-animate-svg-fill-11 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes references-animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-12 {
  -webkit-animation: references-animate-svg-stroke-12 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, references-references-animate-svg-fill-12 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: references-animate-svg-stroke-12 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, references-references-animate-svg-fill-12 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

@-webkit-keyframes references-animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 6908.8647460938px;
    stroke-dasharray: 6908.8647460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6908.8647460938px;
  }
}
@keyframes references-animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 6908.8647460938px;
    stroke-dasharray: 6908.8647460938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6908.8647460938px;
  }
}
@-webkit-keyframes references-references-animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-references-animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-13 {
  -webkit-animation: references-animate-svg-stroke-13 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, references-references-animate-svg-fill-13 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: references-animate-svg-stroke-13 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, references-references-animate-svg-fill-13 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes references-animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
@keyframes references-animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
.references-14 {
  -webkit-animation: references-animate-svg-stroke-14 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, references-references-animate-svg-fill-14 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  animation: references-animate-svg-stroke-14 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, references-references-animate-svg-fill-14 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes references-animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-15 {
  -webkit-animation: references-animate-svg-stroke-15 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, references-references-animate-svg-fill-15 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  animation: references-animate-svg-stroke-15 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, references-references-animate-svg-fill-15 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes references-animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 3671.4802246094px;
    stroke-dasharray: 3671.4802246094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3671.4802246094px;
  }
}
@keyframes references-animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 3671.4802246094px;
    stroke-dasharray: 3671.4802246094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3671.4802246094px;
  }
}
@-webkit-keyframes references-references-animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-references-animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-16 {
  -webkit-animation: references-animate-svg-stroke-16 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, references-references-animate-svg-fill-16 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  animation: references-animate-svg-stroke-16 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, references-references-animate-svg-fill-16 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

@-webkit-keyframes references-animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
@keyframes references-animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
.references-17 {
  -webkit-animation: references-animate-svg-stroke-17 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, references-references-animate-svg-fill-17 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
  animation: references-animate-svg-stroke-17 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, references-references-animate-svg-fill-17 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}

@-webkit-keyframes references-animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-18 {
  -webkit-animation: references-animate-svg-stroke-18 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, references-references-animate-svg-fill-18 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
  animation: references-animate-svg-stroke-18 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, references-references-animate-svg-fill-18 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}

@-webkit-keyframes references-animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 7266.3359375px;
    stroke-dasharray: 7266.3359375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7266.3359375px;
  }
}
@keyframes references-animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 7266.3359375px;
    stroke-dasharray: 7266.3359375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7266.3359375px;
  }
}
@-webkit-keyframes references-references-animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-references-animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-19 {
  -webkit-animation: references-animate-svg-stroke-19 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, references-references-animate-svg-fill-19 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
  animation: references-animate-svg-stroke-19 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, references-references-animate-svg-fill-19 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes references-animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
@keyframes references-animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
.references-20 {
  -webkit-animation: references-animate-svg-stroke-20 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, references-references-animate-svg-fill-20 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
  animation: references-animate-svg-stroke-20 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, references-references-animate-svg-fill-20 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}

@-webkit-keyframes references-animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-21 {
  -webkit-animation: references-animate-svg-stroke-21 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, references-references-animate-svg-fill-21 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
  animation: references-animate-svg-stroke-21 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, references-references-animate-svg-fill-21 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}

@-webkit-keyframes references-animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 5269.8212890625px;
    stroke-dasharray: 5269.8212890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5269.8212890625px;
  }
}
@keyframes references-animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 5269.8212890625px;
    stroke-dasharray: 5269.8212890625px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 5269.8212890625px;
  }
}
@-webkit-keyframes references-references-animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-references-animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-22 {
  -webkit-animation: references-animate-svg-stroke-22 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, references-references-animate-svg-fill-22 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
  animation: references-animate-svg-stroke-22 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, references-references-animate-svg-fill-22 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}

@-webkit-keyframes references-animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
@keyframes references-animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 190.6659851074px;
    stroke-dasharray: 190.6659851074px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 190.6659851074px;
  }
}
.references-23 {
  -webkit-animation: references-animate-svg-stroke-23 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, references-references-animate-svg-fill-23 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
  animation: references-animate-svg-stroke-23 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, references-references-animate-svg-fill-23 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}

@-webkit-keyframes references-animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
@keyframes references-animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 285.0420837402px;
    stroke-dasharray: 285.0420837402px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 285.0420837402px;
  }
}
.references-24 {
  -webkit-animation: references-animate-svg-stroke-24 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, references-references-animate-svg-fill-24 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
  animation: references-animate-svg-stroke-24 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, references-references-animate-svg-fill-24 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}

@-webkit-keyframes references-animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 6451.9970703125px;
    stroke-dasharray: 6451.9970703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6451.9970703125px;
  }
}
@keyframes references-animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 6451.9970703125px;
    stroke-dasharray: 6451.9970703125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 6451.9970703125px;
  }
}
@-webkit-keyframes references-references-animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes references-references-animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.references-25 {
  -webkit-animation: references-animate-svg-stroke-25 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, references-references-animate-svg-fill-25 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
  animation: references-animate-svg-stroke-25 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, references-references-animate-svg-fill-25 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}

/***************************************************
 * Generated by SVG Artista on 5/8/2025, 8:34:31 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@-webkit-keyframes jobs-animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 233.6356658936px;
    stroke-dasharray: 233.6356658936px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 233.6356658936px;
  }
}
@keyframes jobs-animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 233.6356658936px;
    stroke-dasharray: 233.6356658936px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 233.6356658936px;
  }
}
.jobs-svg-elem-1 {
  -webkit-animation: jobs-animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, jobs-animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
  animation: jobs-animate-svg-stroke-1 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, jobs-animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 763.8162841797px;
    stroke-dasharray: 763.8162841797px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 763.8162841797px;
  }
}
@keyframes jobs-animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 763.8162841797px;
    stroke-dasharray: 763.8162841797px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 763.8162841797px;
  }
}
.jobs-svg-elem-2 {
  -webkit-animation: jobs-animate-svg-stroke-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, jobs-animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
  animation: jobs-animate-svg-stroke-2 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s both, jobs-animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 562.0501098633px;
    stroke-dasharray: 562.0501098633px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 562.0501098633px;
  }
}
@keyframes jobs-animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 562.0501098633px;
    stroke-dasharray: 562.0501098633px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 562.0501098633px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: none;
  }
}
@keyframes jobs-animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: none;
  }
}
.jobs-svg-elem-3 {
  -webkit-animation: jobs-animate-svg-stroke-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, jobs-animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  animation: jobs-animate-svg-stroke-3 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s both, jobs-animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 516.8612060547px;
    stroke-dasharray: 516.8612060547px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 516.8612060547px;
  }
}
@keyframes jobs-animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 516.8612060547px;
    stroke-dasharray: 516.8612060547px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 516.8612060547px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-4 {
  -webkit-animation: jobs-animate-svg-stroke-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, jobs-animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  animation: jobs-animate-svg-stroke-4 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s both, jobs-animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 379.1407470703px;
    stroke-dasharray: 379.1407470703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 379.1407470703px;
  }
}
@keyframes jobs-animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 379.1407470703px;
    stroke-dasharray: 379.1407470703px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 379.1407470703px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-5 {
  -webkit-animation: jobs-animate-svg-stroke-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, jobs-animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: jobs-animate-svg-stroke-5 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s both, jobs-animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 78.0975036621px;
    stroke-dasharray: 78.0975036621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 78.0975036621px;
  }
}
@keyframes jobs-animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 78.0975036621px;
    stroke-dasharray: 78.0975036621px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 78.0975036621px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-6 {
  -webkit-animation: jobs-animate-svg-stroke-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, jobs-animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: jobs-animate-svg-stroke-6 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both, jobs-animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 1660.6190185547px;
    stroke-dasharray: 1660.6190185547px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1660.6190185547px;
  }
}
@keyframes jobs-animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 1660.6190185547px;
    stroke-dasharray: 1660.6190185547px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1660.6190185547px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-7 {
  -webkit-animation: jobs-animate-svg-stroke-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, jobs-animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: jobs-animate-svg-stroke-7 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, jobs-animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 705.4352416992px;
    stroke-dasharray: 705.4352416992px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 705.4352416992px;
  }
}
@keyframes jobs-animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 705.4352416992px;
    stroke-dasharray: 705.4352416992px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 705.4352416992px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-8 {
  -webkit-animation: jobs-animate-svg-stroke-8 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, jobs-animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  animation: jobs-animate-svg-stroke-8 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both, jobs-animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 1409.7802734375px;
    stroke-dasharray: 1409.7802734375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1409.7802734375px;
  }
}
@keyframes jobs-animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 1409.7802734375px;
    stroke-dasharray: 1409.7802734375px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1409.7802734375px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-9 {
  -webkit-animation: jobs-animate-svg-stroke-9 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, jobs-animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  animation: jobs-animate-svg-stroke-9 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both, jobs-animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 3422.55078125px;
    stroke-dasharray: 3422.55078125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3422.55078125px;
  }
}
@keyframes jobs-animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 3422.55078125px;
    stroke-dasharray: 3422.55078125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3422.55078125px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-10 {
  -webkit-animation: jobs-animate-svg-stroke-10 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, jobs-animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  animation: jobs-animate-svg-stroke-10 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both, jobs-animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 1235.8488769531px;
    stroke-dasharray: 1235.8488769531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1235.8488769531px;
  }
}
@keyframes jobs-animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 1235.8488769531px;
    stroke-dasharray: 1235.8488769531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1235.8488769531px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-11 {
  -webkit-animation: jobs-animate-svg-stroke-11 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, jobs-animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  animation: jobs-animate-svg-stroke-11 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, jobs-animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 1555.8026123047px;
    stroke-dasharray: 1555.8026123047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1555.8026123047px;
  }
}
@keyframes jobs-animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 1555.8026123047px;
    stroke-dasharray: 1555.8026123047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1555.8026123047px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-12 {
  -webkit-animation: jobs-animate-svg-stroke-12 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both, jobs-animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  animation: jobs-animate-svg-stroke-12 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both, jobs-animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 1235.8488769531px;
    stroke-dasharray: 1235.8488769531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1235.8488769531px;
  }
}
@keyframes jobs-animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 1235.8488769531px;
    stroke-dasharray: 1235.8488769531px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1235.8488769531px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-13 {
  -webkit-animation: jobs-animate-svg-stroke-13 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, jobs-animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  animation: jobs-animate-svg-stroke-13 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, jobs-animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 7494.8930664063px;
    stroke-dasharray: 7494.8930664063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7494.8930664063px;
  }
}
@keyframes jobs-animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 7494.8930664063px;
    stroke-dasharray: 7494.8930664063px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7494.8930664063px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-14 {
  -webkit-animation: jobs-animate-svg-stroke-14 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both, jobs-animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  animation: jobs-animate-svg-stroke-14 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both, jobs-animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 2804.1999511719px;
    stroke-dasharray: 2804.1999511719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2804.1999511719px;
  }
}
@keyframes jobs-animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 2804.1999511719px;
    stroke-dasharray: 2804.1999511719px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2804.1999511719px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-15 {
  -webkit-animation: jobs-animate-svg-stroke-15 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, jobs-animate-svg-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  animation: jobs-animate-svg-stroke-15 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both, jobs-animate-svg-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 1323.7087402344px;
    stroke-dasharray: 1323.7087402344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1323.7087402344px;
  }
}
@keyframes jobs-animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 1323.7087402344px;
    stroke-dasharray: 1323.7087402344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1323.7087402344px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-16 {
  -webkit-animation: jobs-animate-svg-stroke-16 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both, jobs-animate-svg-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  animation: jobs-animate-svg-stroke-16 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both, jobs-animate-svg-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 403.9694213867px;
    stroke-dasharray: 403.9694213867px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 403.9694213867px;
  }
}
@keyframes jobs-animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 403.9694213867px;
    stroke-dasharray: 403.9694213867px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 403.9694213867px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-17 {
  -webkit-animation: jobs-animate-svg-stroke-17 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, jobs-animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  animation: jobs-animate-svg-stroke-17 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, jobs-animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes jobs-animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 2882.4194335938px;
    stroke-dasharray: 2882.4194335938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2882.4194335938px;
  }
}
@keyframes jobs-animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 2882.4194335938px;
    stroke-dasharray: 2882.4194335938px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2882.4194335938px;
  }
}
@-webkit-keyframes jobs-animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
@keyframes jobs-animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(166, 146, 178);
  }
}
.jobs-svg-elem-18 {
  -webkit-animation: jobs-animate-svg-stroke-18 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both, jobs-animate-svg-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  animation: jobs-animate-svg-stroke-18 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both, jobs-animate-svg-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}

.jobs_form {
  padding: 20px;
  box-sizing: border-box;
  border-radius: var(--border_radius);
  border: 2px solid var(--main);
}

#concreteCalculator .calculatorSection {
  background-color: var(--main_light);
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.768627451);
}
#concreteCalculator .figuresWrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#concreteCalculator .figuresWrapper .figureElement .figureSvg {
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid transparent;
}
#concreteCalculator .figuresWrapper .figureElement .figureSvg:hover {
  cursor: pointer;
  border: 3px solid #ffffff;
  background-color: rgba(22, 0, 37, 0.43);
}
#concreteCalculator .figuresWrapper .figureElement .figureSvg:hover svg {
  transform: scale(1.1);
}
#concreteCalculator .figuresWrapper .figureElement .figureSvg:active svg {
  transform: scale(1);
}
#concreteCalculator .figuresWrapper .figureElement .figureSvg.selected {
  border: 3px solid #ffffff;
  background-color: rgba(22, 0, 37, 0.43);
}
#concreteCalculator .figuresWrapper .figureElement .figureSvg svg {
  width: 100px;
  transform: scale(1);
  transition: all 0.2s ease;
}
#concreteCalculator .figuresWrapper .figureElement .figureLabel {
  text-align: center;
  margin-top: 20px;
}
#concreteCalculator .calculatorActions {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 40px;
  align-items: start;
}
#concreteCalculator .calculatorActions .formsContainer {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#concreteCalculator .calculatorActions .resultsContainer {
  position: sticky;
  top: 100px;
}
#concreteCalculator .calculatorActions .calcFormElement {
  transition: all 0.1s ease;
  border: 3px solid transparent;
  margin-bottom: 0;
}
#concreteCalculator .calculatorActions .calcFormElement.selectable.collapsed {
  cursor: pointer;
  opacity: 0.6;
}
#concreteCalculator .calculatorActions .calcFormElement.selectable.collapsed:hover {
  border-color: #ffffff;
  opacity: 0.8;
}
#concreteCalculator .calculatorActions .calcFormElement.selectable.collapsed .calcForm {
  display: none !important;
}
#concreteCalculator .calculatorActions .calcFormElement.selectable.collapsed .formHeader {
  margin-bottom: 0 !important;
}
#concreteCalculator .calculatorActions .calcFormElement.selectable.collapsed .collapseIndicator {
  transform: rotate(-90deg) !important;
}
#concreteCalculator .calculatorActions .calcFormElement.selectable.active {
  border-color: #9b86b1;
  background-color: rgba(155, 134, 177, 0.2);
  opacity: 1;
  transform: scale(1.01);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#concreteCalculator .calculatorActions .selectFormPrompt {
  text-align: center;
  padding: 40px;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
#concreteCalculator .calculatorActions .formHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  user-select: none;
  transition: all 0.3s ease;
  padding: 0;
}
.calcFormElement.collapsed #concreteCalculator .calculatorActions .formHeader {
  margin-bottom: 0;
  padding: 4px 0;
}
#concreteCalculator .calculatorActions .formTitle {
  margin: 0;
  color: #fff;
  flex: 1;
}
#concreteCalculator .calculatorActions .formHeaderActions {
  display: flex;
  align-items: center;
  gap: 10px;
}
#concreteCalculator .calculatorActions .collapseIndicator {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  transition: transform 0.05s ease;
}
#concreteCalculator .calculatorActions .formCloseButton {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  transition: all 0.1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
}
#concreteCalculator .calculatorActions .formCloseButton:hover {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.5);
  color: #ff6b6b;
}
#concreteCalculator .calculatorActions .formCloseButton:active {
  transform: scale(0.95);
}
#concreteCalculator .calculatorActions .formCloseButton .material_symbols {
  font-size: 20px;
}
#concreteCalculator .calculatorActions .calcForm {
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
}
#concreteCalculator .calculatorActions .inputGroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#concreteCalculator .calculatorActions .inputGroup label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper {
  display: flex;
  gap: 10px;
  align-items: stretch;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper input {
  flex: 1;
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.05s ease;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper input[type=number] {
  appearance: none;
  -moz-appearance: textfield;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper input[type=number]::-webkit-inner-spin-button, #concreteCalculator .calculatorActions .inputGroup .inputWrapper input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper input:hover {
  border: 2px solid #ffffff;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper input:focus {
  outline: none;
  border-color: #ffffff;
  background-color: rgba(22, 0, 37, 0.43);
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer {
  position: relative;
  min-width: 80px;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer .hiddenSelect {
  display: none;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer .customSelectDisplay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: all 0.05s ease;
  gap: 8px;
  position: relative;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer .customSelectDisplay:hover {
  border-color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer .customSelectDisplay svg {
  transition: transform 0.05s ease;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer.open {
  z-index: 10000;
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer.open .customSelectDisplay {
  border-color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 10001;
  background-color: rgba(22, 0, 37, 0.43);
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer .customSelectOptions {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.95);
  border: 2px solid #ffffff;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 10002;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer .customSelectOptions .customSelectOption {
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  transition: all 0.05s ease;
  background-color: rgba(0, 0, 0, 0.95);
}
#concreteCalculator .calculatorActions .inputGroup .inputWrapper .customSelectContainer .customSelectOptions .customSelectOption:hover {
  background-color: #6a567f;
  color: #fff;
}
#concreteCalculator .calculatorActions .resultActions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-bottom: 20px;
}
#concreteCalculator .calculatorActions .addFormButton,
#concreteCalculator .calculatorActions .printButton {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.1s ease;
}
#concreteCalculator .calculatorActions .addFormButton span,
#concreteCalculator .calculatorActions .printButton span {
  display: inline-block;
  transform: scale(1);
  transition: all 0.1s ease;
}
#concreteCalculator .calculatorActions .addFormButton:hover:not(:disabled),
#concreteCalculator .calculatorActions .printButton:hover:not(:disabled) {
  background-color: rgba(22, 0, 37, 0.43);
  border: 2px solid #ffffff;
}
#concreteCalculator .calculatorActions .addFormButton:hover:not(:disabled) span,
#concreteCalculator .calculatorActions .printButton:hover:not(:disabled) span {
  transform: scale(1.1);
}
#concreteCalculator .calculatorActions .addFormButton:active:not(:disabled) span,
#concreteCalculator .calculatorActions .printButton:active:not(:disabled) span {
  transform: scale(1);
}
#concreteCalculator .calculatorActions .addFormButton:disabled,
#concreteCalculator .calculatorActions .printButton:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.3803921569);
}
#concreteCalculator .calculatorActions .printButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}
#concreteCalculator .calculatorActions .printButton .material_symbols {
  font-size: 24px;
}
#concreteCalculator .calculatorActions #calculatorResult h3 {
  margin-bottom: 20px;
  color: #fff;
}
#concreteCalculator .calculatorActions #calculatorResult .resultTotal {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #6a567f 0%, #9b86b1 100%);
  border-radius: 10px;
  margin-bottom: 20px;
  transition: font-size 0.3s ease;
  word-break: break-word;
  overflow-wrap: break-word;
}
#concreteCalculator .calculatorActions #calculatorResult .resultTotal.medium {
  font-size: 1.5rem !important;
}
#concreteCalculator .calculatorActions #calculatorResult .resultTotal.small {
  font-size: 1.2rem !important;
}
#concreteCalculator .calculatorActions #calculatorResult .resultTotal.extra-small {
  font-size: 0.9rem !important;
  line-height: 1.3;
}
#concreteCalculator .calculatorActions .resultBreakdown {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#concreteCalculator .calculatorActions .resultBreakdown.hasResult {
  margin-bottom: 20px;
}
#concreteCalculator .calculatorActions .resultBreakdown .resultItem {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}
#concreteCalculator .calculatorActions .resultBreakdown .resultItem span:last-child {
  font-weight: 600;
  color: #fff;
}
#concreteCalculator.dropdownOpen .calculatorActions .calcFormElement.selectable.collapsed {
  pointer-events: none !important;
}
#concreteCalculator .printView {
  display: none !important;
}

@media (max-width: 1200px) {
  #concreteCalculator {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 40px;
    align-items: start;
  }
  #concreteCalculator .figuresWrapper {
    display: grid;
    grid-template-columns: 1fr;
    position: sticky;
    top: 100px;
    margin-bottom: 0;
    align-self: start;
  }
  #concreteCalculator .figuresWrapper .figureElement .figureSvg svg {
    width: 60px;
  }
  #concreteCalculator .calculatorActions {
    display: flex;
    flex-direction: column;
  }
  #concreteCalculator .calculatorActions .resultsContainer {
    order: 1;
    position: relative;
    width: 100%;
    top: 0;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 20px;
    align-items: center;
    margin-bottom: 0;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection .resultActions {
    order: 1;
    margin-bottom: 0;
    grid-template-columns: auto auto;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection .resultBreakdown {
    order: 3;
    display: flex;
    flex-direction: row;
    grid-column: 1/-1;
    flex-wrap: wrap;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection .resultBreakdown.hasResult {
    margin-top: 20px;
    margin-bottom: 0;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection .resultBreakdown .resultItem {
    flex-wrap: wrap;
    gap: 10px;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection #calculatorResult {
    order: 2;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr auto;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection #calculatorResult h3 {
    display: none;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection #calculatorResult .resultTotal {
    margin-bottom: 0;
  }
  #concreteCalculator .calculatorActions .formsContainer {
    order: 2;
    width: 100%;
  }
}
@media (max-width: 992px) {
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection .resultBreakdown {
    display: none;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection .resultBreakdown.hasResult {
    display: flex;
    margin-top: 0;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection #calculatorResult {
    display: block;
  }
}
@media (max-width: 768px) {
  #concreteCalculator {
    display: block;
  }
  #concreteCalculator .figuresWrapper {
    max-width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    scrollbar-width: auto;
    scrollbar-color: #D5C6E6 transparent;
    position: relative;
    top: 0;
  }
  #concreteCalculator .figuresWrapper::-webkit-scrollbar {
    height: 8px;
  }
  #concreteCalculator .figuresWrapper::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 4px;
  }
  #concreteCalculator .figuresWrapper::-webkit-scrollbar-thumb {
    background: #D5C6E6;
    border-radius: 4px;
  }
  #concreteCalculator .figuresWrapper::-webkit-scrollbar-thumb:hover {
    background: #555555;
  }
  #concreteCalculator .figuresWrapper .figureElement .figureLabel span {
    font-size: 0.8rem;
  }
  #concreteCalculator .calculatorActions .resultsContainer .calculatorSection .resultBreakdown .resultItem {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #concreteCalculator .calculatorActions .inputGroup .inputWrapper input {
    width: 100%;
  }
}
@media print {
  * {
    max-width: none !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
    max-width: none !important;
    width: 100% !important;
  }
  main,
  main#main,
  .container,
  div.container {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .page_title,
  header,
  footer,
  nav,
  #concreteCalculator > *:not(.printView) {
    display: none !important;
  }
  #concreteCalculator {
    margin: 0 !important;
    padding: 0 !important;
    background: white !important;
    max-width: none !important;
    width: 100% !important;
  }
  #concreteCalculator .printView {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    padding: 20px !important;
    margin: 0 !important;
    background: white !important;
    color: black !important;
    box-sizing: border-box !important;
  }
  #concreteCalculator .printView .printHeader {
    border-bottom: 3px solid #6a567f;
    padding-bottom: 20px;
    margin-bottom: 20px;
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  #concreteCalculator .printView .printHeader h1 {
    margin: 0 0 10px 0;
    color: #6a567f;
    font-size: 28px;
  }
  #concreteCalculator .printView .printHeader .printDate {
    color: #666;
    font-size: 14px;
  }
  #concreteCalculator .printView .printContent {
    padding: 0;
    margin: 0;
  }
  #concreteCalculator .printView .printContent .printItem {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 30px;
    padding: 25px;
    margin: 0 0 20px 0;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    page-break-inside: avoid;
    page-break-after: auto;
    width: 100%;
    box-sizing: border-box;
    orphans: 3;
    widows: 3;
  }
  #concreteCalculator .printView .printContent .printItem:last-child {
    page-break-after: avoid;
  }
  #concreteCalculator .printView .printContent .printItem .printItemSvg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #concreteCalculator .printView .printContent .printItem .printItemSvg svg {
    width: 100px;
    height: 100px;
  }
  #concreteCalculator .printView .printContent .printItem .printItemDetails h3 {
    margin: 0 0 15px 0;
    color: #6a567f;
    font-size: 20px;
  }
  #concreteCalculator .printView .printContent .printItem .printItemDetails .printItemFields {
    margin-bottom: 15px;
  }
  #concreteCalculator .printView .printContent .printItem .printItemDetails .printItemFields .printItemField {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  #concreteCalculator .printView .printContent .printItem .printItemDetails .printItemFields .printItemField span:first-child {
    font-weight: 600;
    color: #333;
  }
  #concreteCalculator .printView .printContent .printItem .printItemDetails .printItemFields .printItemField span:last-child {
    color: #666;
  }
  #concreteCalculator .printView .printContent .printItem .printItemDetails .printItemVolume {
    font-size: 16px;
    font-weight: 700;
    color: #6a567f;
    padding-top: 10px;
    border-top: 2px solid #6a567f;
  }
  #concreteCalculator .printView .printFooter {
    border-top: 3px solid #6a567f;
    padding-top: 20px;
    margin-top: 20px;
    page-break-inside: avoid;
    page-break-before: avoid;
  }
  #concreteCalculator .printView .printFooter .printTotal {
    font-size: 24px;
    text-align: right;
    color: #6a567f;
  }
  #concreteCalculator .printView .printFooter .printTotal strong {
    font-weight: 700;
  }
  @page {
    margin: 1cm;
    size: A4 portrait;
  }
  @page :first {
    margin-top: 1cm;
  }
  @page :left {
    margin-left: 1.5cm;
    margin-right: 1cm;
  }
  @page :right {
    margin-left: 1cm;
    margin-right: 1.5cm;
  }
}
#co2Calculator .calculatorSection {
  background-color: var(--main_light);
  padding: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.768627451);
}
#co2Calculator .intro .subtitle {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
}
#co2Calculator .formGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}
#co2Calculator .inputGroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#co2Calculator .inputGroup label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
#co2Calculator .inputGroup input,
#co2Calculator .inputGroup select {
  padding: 12px 16px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.05s ease;
}
#co2Calculator .inputGroup input:hover,
#co2Calculator .inputGroup select:hover {
  border: 2px solid #ffffff;
}
#co2Calculator .inputGroup input:focus,
#co2Calculator .inputGroup select:focus {
  outline: none;
  border-color: #ffffff;
  background-color: rgba(22, 0, 37, 0.43);
}
#co2Calculator .inputGroup input::placeholder,
#co2Calculator .inputGroup select::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#co2Calculator .inputGroup select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
#co2Calculator .inputGroup select option {
  background-color: #2c1f3b;
  color: #fff;
}
#co2Calculator .calc-button {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.1s ease;
  width: 100%;
}
#co2Calculator .calc-button:hover {
  background-color: rgba(22, 0, 37, 0.43);
  border: 2px solid #ffffff;
  transform: scale(1.02);
}
#co2Calculator .calc-button:active {
  transform: scale(1);
}
#co2Calculator .results.hidden {
  display: none;
}
#co2Calculator #rating-display {
  text-align: center;
  margin-bottom: 20px;
}
#co2Calculator .rating-badge {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 2rem;
  color: white;
}
#co2Calculator .rating-badge.rating-A-plus {
  background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
}
#co2Calculator .rating-badge.rating-A {
  background: linear-gradient(135deg, #84cc16 0%, #a3e635 100%);
}
#co2Calculator .rating-badge.rating-B {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}
#co2Calculator .rating-badge.rating-C {
  background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
}
#co2Calculator .rating-badge.rating-D {
  background: linear-gradient(135deg, #ef4444 0%, #f87171 100%);
}
#co2Calculator .rating-badge.rating-E {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
}
#co2Calculator .co2-total {
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 30px;
}
#co2Calculator .co2-total strong {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}
#co2Calculator .breakdown {
  margin-top: 30px;
}
#co2Calculator .breakdown h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
#co2Calculator .breakdown-bar {
  display: flex;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
#co2Calculator .breakdown-bar .bar-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}
#co2Calculator .breakdown-bar .bar-segment.bar-material {
  background: linear-gradient(135deg, rgba(52, 152, 219, 0.6) 0%, rgba(41, 128, 185, 0.6) 100%);
}
#co2Calculator .breakdown-bar .bar-segment.bar-production {
  background: linear-gradient(135deg, rgba(155, 89, 182, 0.6) 0%, rgba(142, 68, 173, 0.6) 100%);
}
#co2Calculator .breakdown-bar .bar-segment.bar-transport {
  background: linear-gradient(135deg, rgba(231, 76, 60, 0.6) 0%, rgba(192, 57, 43, 0.6) 100%);
}
#co2Calculator .breakdown-bar .bar-segment:hover, #co2Calculator .breakdown-bar .bar-segment.highlighted {
  filter: brightness(1.2);
  transform: scaleY(1.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
  z-index: 1;
}
#co2Calculator .breakdown-bar .bar-segment:hover.bar-material, #co2Calculator .breakdown-bar .bar-segment.highlighted.bar-material {
  background: linear-gradient(135deg, rgb(52, 152, 219) 0%, rgb(41, 128, 185) 100%);
}
#co2Calculator .breakdown-bar .bar-segment:hover.bar-production, #co2Calculator .breakdown-bar .bar-segment.highlighted.bar-production {
  background: linear-gradient(135deg, rgb(155, 89, 182) 0%, rgb(142, 68, 173) 100%);
}
#co2Calculator .breakdown-bar .bar-segment:hover.bar-transport, #co2Calculator .breakdown-bar .bar-segment.highlighted.bar-transport {
  background: linear-gradient(135deg, rgb(231, 76, 60) 0%, rgb(192, 57, 43) 100%);
}
#co2Calculator .breakdown-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 20px;
}
#co2Calculator .detail-card {
  background: rgba(0, 0, 0, 0.3);
  padding: 15px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
}
#co2Calculator .detail-card:hover, #co2Calculator .detail-card.highlighted {
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
#co2Calculator .detail-card[data-type=material]:hover, #co2Calculator .detail-card[data-type=material].highlighted {
  background: rgba(52, 152, 219, 0.2);
  border-color: rgba(52, 152, 219, 0.6);
}
#co2Calculator .detail-card[data-type=production]:hover, #co2Calculator .detail-card[data-type=production].highlighted {
  background: rgba(155, 89, 182, 0.2);
  border-color: rgba(155, 89, 182, 0.6);
}
#co2Calculator .detail-card[data-type=transport]:hover, #co2Calculator .detail-card[data-type=transport].highlighted {
  background: rgba(231, 76, 60, 0.2);
  border-color: rgba(231, 76, 60, 0.6);
}
#co2Calculator .detail-card .label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#co2Calculator .detail-card .value {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}
#co2Calculator .suggestions {
  margin-top: 30px;
  padding: 20px;
  background: rgba(255, 193, 7, 0.1);
  border-left: 4px solid #ffc107;
  border-radius: 10px;
}
#co2Calculator .suggestions.hidden {
  display: none;
}
#co2Calculator .suggestions h4 {
  color: #ffc107;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
#co2Calculator .suggestions #suggestions-content p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 10px;
  line-height: 1.6;
}
#co2Calculator .suggestions #suggestions-content p:last-child {
  margin-bottom: 0;
}
#co2Calculator .privacy-note {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(33, 150, 243, 0.1);
  border-left: 4px solid #2196f3;
  font-size: 0.9rem;
}
#co2Calculator .privacy-note .icon {
  font-size: 1.5rem;
}
#co2Calculator .privacy-note strong {
  color: #fff;
}
#co2Calculator .data-source {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(0, 0, 0, 0.2);
}
#co2Calculator .data-source strong {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 768px) {
  #co2Calculator .formGrid {
    grid-template-columns: 1fr;
  }
  #co2Calculator .formGrid .inputGroup select {
    width: 100%;
  }
  #co2Calculator .breakdown-details {
    grid-template-columns: 1fr;
  }
  #co2Calculator .rating-badge {
    font-size: 1.5rem;
    padding: 12px 24px;
  }
  #co2Calculator .co2-total {
    font-size: 1.2rem;
  }
  #co2Calculator .co2-total strong {
    font-size: 1.5rem;
  }
}

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