@font-face {
  font-family: "mainFont";
  src: url("../fonts/GreedStd-Re.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "secondaryFont";
  src: url("../fonts/GreedStd-Re.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "secondaryFont";
  src: url("../fonts/GreedStd-Me.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #0f0f0f;
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  position: relative;
}

h1 {
  font-family: "mainFont", sans-serif;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -2px;
  width: 716.6666666667px;
  max-width: 100%;
}

h2 {
  font-family: "secondaryFont", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
}

h3 {
  font-family: "secondaryFont", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.375;
  letter-spacing: -0.7px;
}

h4 {
  font-family: "secondaryFont", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
}

h5 {
  font-family: "secondaryFont", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.375;
}

h6 {
  font-family: "secondaryFont", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.375;
}

p {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}
p strong {
  font-weight: 500;
  color: #0f0f0f;
}

a {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #0f0f0f !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

label,
input {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}

button[type=submit] {
  background-color: #ffffff;
  color: #0f0f0f;
  padding: 8px 24px;
  border-radius: 150px;
  font-family: "secondaryFont", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375;
  border: 1px solid #0f0f0f;
}

button.mobile-menu-trigger,
button.mobile-menu-close {
  font-family: "secondaryFont", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: #0f0f0f;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
button.mobile-menu-trigger:hover,
button.mobile-menu-close:hover {
  opacity: 0.7;
}

/* Mobile Menu Styles */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay.active .mobile-menu-panel {
  transform: translateX(0);
}
.mobile-menu-overlay .style_container_nav_logo {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mobile-menu-overlay .style_container_nav_logo a {
  width: 100%;
}

.mobile-menu-panel {
  position: relative;
  top: 0;
  left: 0;
  width: -moz-available;
  height: 100%;
  z-index: 100;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.mobile-menu-panel .style_menu_flex {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 60px 0;
}
.mobile-menu-panel .style_menu_flex .style_container_nav_logo img {
  width: 100%;
  opacity: 0.5;
}
.mobile-menu-panel .style_container_clock {
  margin-bottom: 24px;
  font-family: "secondaryFont", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375;
}

.mobile-menu-close {
  align-self: flex-start;
  margin-bottom: 24px;
}

.mobile-menu-nav {
  width: calc(100% - 16px) !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: auto;
}

.mobile-menu-link {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-family: "secondaryFont", sans-serif;
  font-size: 1.25rem !important;
  font-weight: 500;
  transition: opacity 0.3s ease;
  border-bottom: 1px solid transparent;
}

.mobile-menu-page {
  font-weight: 500;
}

.mobile-menu-number {
  font-feature-settings: "sups";
  font-variant-position: super;
  color: #808080;
  font-size: 1rem;
  font-weight: 400;
}

.mobile-menu-contact {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* mobile menu */
a.style_link .style_text {
  position: relative;
  text-decoration: none;
  display: inline-block;
  width: auto;
}
a.style_link .style_text::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f0f0f;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
a.style_link .style_text:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
a.style_link .style_text:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}

a.style_link.style_btn:hover .styles_container .styles_content .styles_text {
  transform: translateY(-100%) scale(1);
  color: rgb(255, 255, 255);
}
a.style_link.style_btn:hover .styles_clip .styles_background {
  transform: translate(0);
  border-radius: 0;
}

a.style_link.style_btn {
  height: 30px;
  background-color: transparent;
  border: 1px solid #0f0f0f !important;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  transform: translateZ(0);
  -webkit-mask-image: radial-gradient(#ffffff, #0f0f0f);
  mask-image: radial-gradient(#ffffff, #0f0f0f);
}
a.style_link.style_btn .styles_container {
  padding: 0 16px;
  mix-blend-mode: difference;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  height: 100%;
  gap: 8px;
  transform-origin: center center;
}
a.style_link.style_btn .styles_container .styles_content {
  position: relative;
  height: calc(100% - 12px);
  overflow: hidden;
}
a.style_link.style_btn .styles_container .styles_content .styles_text {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.2, 1, 0.36, 1);
}
a.style_link.style_btn .styles_clip {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 246px;
  overflow: hidden;
}
a.style_link.style_btn .styles_clip .styles_background {
  position: absolute;
  background-color: #0f0f0f;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(120%);
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

a.style_small {
  display: inline-block;
  width: auto;
  position: relative;
  text-decoration: none;
}
a.style_small::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f0f0f;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
a.style_small:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
a.style_small:not(:hover)::after {
  transform: scaleX(0);
  transform-origin: right;
}

/* wrapper media queries */
@media (min-width: 1201px) {
  .style_wrapper {
    width: 1376px;
    margin-right: auto;
    margin-left: auto;
  }
  .style_card_small {
    width: 356px;
  }
  .style_card_medium {
    width: 632px;
  }
  .style_card_large {
    width: 100%;
  }
  .style_card_large .style_card_content .style_card_head {
    width: 680px;
  }
  .style_card_large .style_card_content p {
    width: 680px;
  }
  .style_card_large .style_card_content {
    flex-direction: row !important;
  }
  .style_card_content {
    flex-direction: row;
  }
  .style_container_foot {
    display: none !important;
  }
  .style_section_cards._articles .style_card .style_img {
    width: 400px;
  }
  .style_section_cards._articles .style_card .style_content {
    width: 912px;
  }
  .style_section_cards._articles .style_card .style_content .style_category,
  .style_section_cards._articles .style_card .style_content .style_date {
    width: 216px;
  }
  .style_section_cards._articles .style_container .style_container_main .style_card {
    flex-direction: row;
  }
  .form {
    width: 40% !important;
  }
  .style_soon {
    height: 100vh !important;
  }
}
@media (1200px <= width <= 1376px) {
  .style_wrapper {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .style_card_small {
    width: calc(25% - 12px);
  }
  .style_card_medium {
    width: calc(50% - 8px);
  }
  .style_card_large {
    width: 100%;
  }
  .style_card_large .style_card_small .style_card_content .style_card_head {
    width: 680px;
  }
  .style_card_large .style_card_small .style_card_content p {
    width: 680px;
  }
  .style_card_large .style_card_content {
    flex-direction: column !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_serive_content.prul {
    max-width: 100% !important;
  }
  .form {
    width: 60% !important;
  }
  .style_container_nav_logo._logo {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .style_container_header {
    gap: 0 !important;
  }
  .style_container_header .style_container_nav_burger {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .style_container_header .home {
    margin-top: 3px;
    display: block !important;
  }
  .style_container_header .style_container_nav {
    display: none;
  }
  .style_container_header .style_container_content {
    display: none !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 60px 16px !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service {
    display: flex;
    flex-direction: column !important;
    overflow: hidden;
    width: 100%;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media {
    width: 100% !important;
    overflow: hidden;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media .media {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content {
    flex-direction: column;
    gap: 40px;
    width: 100% !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content .style_content_head {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service.process {
    width: 100% !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_serive_content.prul {
    max-width: 100% !important;
  }
  .form {
    width: 100% !important;
  }
  .popup .popup-content {
    margin: 0 16px !important;
    width: 90% !important;
    max-height: 70vh !important;
    border-radius: 6px;
    padding: 24px !important;
  }
  .style_container_nav_logo._logo {
    display: block !important;
  }
}
@media (min-width: 700px) and (max-width: 1200px) {
  .style_wrapper {
    width: calc(100% - 64px);
    margin-right: auto;
    margin-left: auto;
  }
  header {
    background: #ffffff !important;
    /* translucent tint */
    backdrop-filter: blur(0) !important;
    -webkit-backdrop-filter: blur(20px);
    /* fade-out blur with midpoint */
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
  .style_card_small {
    width: calc(50% - 8px);
  }
  .style_card_medium {
    width: calc(50% - 8px);
  }
  .style_card_large {
    width: calc(50% - 8px);
  }
  .style_card_large .style_card_content {
    flex-direction: column !important;
  }
  .style_container_head .style_container_count,
  .style_container_head .style_container_link {
    display: none !important;
  }
  .style_container_foot {
    display: flex !important;
  }
  .style_section_cards._articles .style_container .style_container_main .style_container_item {
    gap: 24px !important;
  }
  .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card {
    flex: 0 0 calc(50% - 12px);
    height: 100%;
  }
  .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content {
    width: 100% !important;
  }
  .style_case_content .style_container {
    flex-direction: column-reverse;
    gap: 40px !important;
  }
  .style_case_content .style_container .style_aside {
    width: 100% !important;
  }
  .style_case_content .style_container .style_container_main {
    width: 100% !important;
  }
  .style_case_content .style_container .style_container_main .style_container_media {
    gap: 8px !important;
  }
  .style_container_nav_logo._logo {
    display: block !important;
  }
}
@media (max-width: 700px) {
  .style_wrapper {
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }
  header {
    background: #ffffff !important;
    /* translucent tint */
    backdrop-filter: blur(0) !important;
    -webkit-backdrop-filter: blur(20px);
    /* fade-out blur with midpoint */
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
  .style_container_head .style_container_count,
  .style_container_head .style_container_link {
    display: none !important;
  }
  .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card {
    height: 100%;
    width: 100% !important;
  }
  .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content {
    width: 100% !important;
  }
  .style_section_hero .style_container_media {
    width: calc(100% - 32px) !important;
    margin: auto;
  }
  .style_section_hero {
    background-color: #ffffff;
    padding-bottom: 100px;
    transition: background-color 0.4s linear, border-color 0.4s linear;
  }
  .style_section_hero .style_container {
    padding: 240px 0 32px !important;
  }
  .style_section_hero .style_container .style_container_content {
    width: 100% !important;
    padding-right: 0 !important;
    gap: 16px;
  }
  .style_section_hero .style_container .style_container_content h1 {
    font-size: 42px;
  }
  .style_section_hero .style_container .style_container_content .style_container_text p {
    font-family: "secondaryFont", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.375;
    color: #808080;
    width: 100% !important;
  }
  .style_case_content .style_container {
    flex-direction: column-reverse;
  }
  .style_case_content .style_container .style_aside {
    width: 100% !important;
  }
  .style_case_content .style_container .style_container_main {
    width: 100% !important;
  }
  .style_case_content .style_container .style_container_main .style_container_media {
    gap: 8px !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 80px 16px !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service {
    display: flex;
    flex-direction: column !important;
    overflow: hidden;
    width: 100%;
    gap: 16px !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media {
    width: 100% !important;
    overflow: hidden;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media .media {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content {
    flex-direction: column;
    width: 100% !important;
    gap: 40px;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content .style_content_head {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_serive_content.prul {
    width: 100% !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service.process {
    width: 100% !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_content_head {
    display: flex;
    flex-direction: column !important;
    gap: 16px !important;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_content_head .style_text {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_content_head p {
    color: #808080;
  }
  .style_footer_links .style_container_footer .style_container_content .style_content_header {
    width: 100% !important;
    padding-bottom: 40px !important;
  }
  .style_footer_links .style_container_footer .style_container_content .style_content_header h3 {
    font-size: 26px !important;
  }
  .style_footer_links .style_container_footer .style_container_content .style_container_link {
    justify-content: space-between;
    width: 100%;
  }
  .popup .popup-content .popup-body .style_content {
    width: 100% !important;
  }
  .form {
    width: 100% !important;
  }
  .form .firstRow {
    flex-wrap: wrap;
  }
  .style_soon {
    height: 90vh !important;
  }
}
/* wrapper media queries */
header {
  background: rgba(255, 255, 255, 0);
  /* translucent tint */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /* fade-out blur with midpoint */
  mask-image: linear-gradient(to bottom, black 60%, black 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 6%, black 70%, transparent 100%);
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  padding-bottom: 20px;
}
header .style_wrapper_nav {
  margin: 0 24px;
}
header .style_wrapper_nav .style_container_header {
  padding-top: 24px;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px);
  opacity: 1;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}
header .style_wrapper_nav .style_container_header .style_container_nav {
  width: 280px;
  flex-shrink: 0;
}
header .style_wrapper_nav .style_container_header .style_container_nav .style_container_nav_logo a {
  font-size: 28px;
}
header .style_wrapper_nav .style_container_header .style_container_nav_burger {
  display: none;
}
header .style_wrapper_nav .style_container_header .home {
  display: none;
}
header .style_wrapper_nav .style_container_header .style_container_content {
  width: 100%;
  display: flex;
  justify-self: start;
  gap: 24px;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
header .style_wrapper_nav .style_container_header .style_container_content .style_container_clock {
  width: calc(50vw - 425px - 32px);
  min-width: 160px;
  padding-left: 2px;
}
header .style_wrapper_nav .style_container_header .style_container_content .style_container_clock .style_clock_be,
header .style_wrapper_nav .style_container_header .style_container_content .style_container_clock .style_clock_Ma {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .style_wrapper_nav .style_container_header .style_container_content .style_container_clock .style_clock_be .style_text,
header .style_wrapper_nav .style_container_header .style_container_content .style_container_clock .style_clock_Ma .style_text {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
header .style_wrapper_nav .style_container_header .style_container_content .style_container_link {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 26px;
}
header .style_wrapper_nav .style_container_header .style_container_content .style_container_link .style_number {
  font-feature-settings: "sups";
  font-variant-position: super;
  transform-origin: top left;
  transition: transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #808080;
}

main {
  position: relative;
  z-index: 2;
}
main .style_section_hero {
  background-color: #ffffff;
  padding-bottom: 100px;
  transition: background-color 0.4s linear, border-color 0.4s linear;
  border-bottom: 1px solid #0f0f0f;
}
main .style_section_hero .style_container {
  padding: 240px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
main .style_section_hero .style_container .style_container_content {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 40px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
main .style_section_hero .style_container .style_container_content .style_container_text p {
  font-family: "secondaryFont", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.375;
  color: #808080;
  width: 764px;
}
main .style_section_hero .style_container_media {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(0px);
}
main .style_section_hero .style_container_media .style_container_media_video {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 101%;
  height: 101%;
  aspect-ratio: 16/9;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
main .style_section_hero .style_container_media .style_container_media_video a.video {
  width: 100%;
  height: 100%;
}
main .style_section_hero .style_container_media .style_container_media_video a.video .video {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
}
main .style_section_cards {
  background-color: #ffffff;
  border-bottom: 1px solid #0f0f0f;
  transition: background-color 0.4s linear, border-color 0.4s linear;
}
main .style_section_cards .style_container {
  padding: 60px 0 200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
main .style_section_cards .style_container .style_container_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 248px;
}
main .style_section_cards .style_container .style_container_main .style_container_card {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 72px;
}
main .style_section_cards .style_container .style_container_main .style_container_card .style_card_large .style_card_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .style_section_cards .style_container .style_container_main .style_card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: -moz-fit-content;
  height: fit-content;
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_media {
  aspect-ratio: 4/3;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
  transition: background-color 0.4s linear;
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_media img:hover {
  transform: scale(1.02);
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_media video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_media video:hover {
  transform: scale(1.02);
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_content h4 {
  width: 100%;
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_content .style_card_head {
  display: flex;
  flex-direction: column;
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_content .style_card_head .style_card_name {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #808080;
}
main .style_section_cards .style_container .style_container_main .style_card .style_card_content p {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #808080;
}
main .style_section_cards .style_container .style_container_main .style_card h4 {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  text-decoration: none;
}
main .style_section_cards .style_container .style_container_main .style_card h4::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f0f0f;
  transition: transform 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
main .style_section_cards .style_container .style_container_main .style_card:hover h4::after {
  transform: scaleX(1);
  transform-origin: left;
}
main .style_section_cards .style_container .style_container_main .style_card:not(:hover) h4::after {
  transform: scaleX(0);
  transform-origin: right;
}
main .style_section_cards .style_container .style_container_foot {
  display: flex;
  justify-content: center;
}
main .style_section_cards._articles .style_container {
  padding: 60px 0 200px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card {
  padding-bottom: 40px;
  transition: border-color 0.4s linear;
  flex-direction: column;
  width: 32%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_img {
  border-radius: 6px;
  /*aspect-ratio: 4/3;*/
  overflow: hidden;
  width: 100%;
  transition: background-color 0.4s linear;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  max-inline-size: 100%;
  max-block-size: 100%;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content {
  width: 100%;
  display: flex;
  gap: 8px;
  flex-direction: column;
  justify-content: space-between;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content .style_head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #808080;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content .style_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content .style_text h4 {
  max-width: 100%;
  line-height: 1.1 !important;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content .style_text p {
  color: #808080;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card .style_content p._style-CTA {
  padding-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card svg {
  padding: 0px;
}
main .style_section_cards._articles .style_container .style_container_main .style_container_item .style_card:hover svg {
  padding-left: 6px;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.style_footer {
  position: sticky;
  bottom: -360px;
}
.style_footer .contact {
  background-color: #ffffff;
  transition: background-color 0.4s linear;
  border-bottom: 1px solid #0f0f0f;
}
.style_footer .contact .style_container {
  padding: 80px 0;
  display: flex;
  gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  text-align: center;
}
.style_footer .contact .style_container .container_text {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 24px;
  justify-content: space-between;
}
.style_footer .contact .style_container .container_text h6 {
  color: #808080;
}
.style_footer .contact .style_container .container_btn {
  width: 272.7272727273px;
  cursor: pointer;
  position: relative;
}
.style_footer .contact .style_container .container_btn .styles_btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 80px;
  font-size: 30px;
  border-radius: 500px;
  border: 1px solid #0f0f0f;
  overflow: hidden;
}
.style_footer .contact .style_container .container_btn .styles_btn span.styles_text {
  position: absolute;
  top: calc(100% - 55px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.style_footer .contact .style_container .container_btn .styles_btn span.styles_text-overlay {
  z-index: 2;
  position: absolute;
  color: #ffffff;
  opacity: 0;
  top: calc(100% - 20px);
  transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.style_footer .contact .style_container .container_btn:hover span.styles_text {
  top: -10px;
}
.style_footer .contact .style_container .container_btn:hover span.styles_text-overlay {
  opacity: 1;
  top: calc(100% - 55px);
}
.style_footer .contact .style_container .container_btn:hover .styles_clip .styles_background {
  transform: scale(1.5);
}
.style_footer .contact .style_container .styles_clip {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 246px;
  overflow: hidden;
}
.style_footer .contact .style_container .styles_clip .styles_background {
  position: absolute;
  background-color: #0f0f0f;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(120%);
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.style_footer .style_footer_links {
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}
.style_footer .style_footer_links .style_container_footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.style_footer .style_footer_links .style_container_footer .style_container_content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.style_footer .style_footer_links .style_container_footer .style_container_content .style_content_header {
  width: 564px;
}
.style_footer .style_footer_links .style_container_footer .style_container_content .style_container_link {
  display: flex;
  gap: 26px;
}
.style_footer .style_footer_links .style_container_footer .style_container_legal {
  margin-top: 40px;
  color: #808080;
}
.style_footer .style_footer_links ._style_footer_3d {
  opacity: 0.5;
  position: absolute;
  bottom: 23px;
  right: 50%;
  left: 29%;
  width: 100%;
  height: 100%;
  z-index: -200;
}

/* Projects single page */
.style_case_content {
  background-color: #ffffff;
}
.style_case_content .style_container {
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 36px;
  padding-bottom: 100px;
  border-bottom: 1px solid #0f0f0f;
}
.style_case_content .style_container .style_aside {
  width: 385px;
  /*height: calc(100svh - 116px);*/
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.style_case_content .style_container .style_aside .style_accordion {
  height: calc(100% - 54px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background-color: #f7f7f7;
  border-radius: 6px;
}
.style_case_content .style_container .style_aside .style_accordion .style_item_info .style_head,
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_head,
.style_case_content .style_container .style_aside .style_accordion .style_item_testemonial .style_head {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}
.style_case_content .style_container .style_aside .style_accordion .style_item_info .style_head .style_title,
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_head .style_title,
.style_case_content .style_container .style_aside .style_accordion .style_item_testemonial .style_head .style_title {
  line-height: 1.4;
}
.style_case_content .style_container .style_aside .style_accordion .style_item_info .style_head .style_icon,
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_head .style_icon,
.style_case_content .style_container .style_aside .style_accordion .style_item_testemonial .style_head .style_icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.style_case_content .style_container .style_aside .style_accordion .style_item_info .style_head .style_icon .style_line,
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_head .style_icon .style_line,
.style_case_content .style_container .style_aside .style_accordion .style_item_testemonial .style_head .style_icon .style_line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1.1px;
  background-color: #0f0f0f;
  transform-origin: center;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.style_case_content .style_container .style_aside .style_accordion .style_item_info .style_head .style_icon .style_line:nth-child(2),
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_head .style_icon .style_line:nth-child(2),
.style_case_content .style_container .style_aside .style_accordion .style_item_testemonial .style_head .style_icon .style_line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #0f0f0f;
}
.style_case_content .style_container .style_aside .style_accordion .style_item_info .style_content,
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_content,
.style_case_content .style_container .style_aside .style_accordion .style_item_testemonial .style_content {
  color: #808080;
  height: auto;
  max-height: 400px;
  padding-top: 12px;
  overflow: auto;
  transition: height 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: height;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_content .credit {
  display: flex;
  justify-content: space-between;
}
.style_case_content .style_container .style_aside .style_accordion .style_item_credits .style_content .credit .person {
  color: #0f0f0f !important;
}
.style_case_content .style_container .style_container_main {
  width: calc(100% - 425px);
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper .style_container_media {
  padding-top: 100px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper .style_container_media .style_media_full {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper .style_container_media .style_media_full video {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto 5025/3769;
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper .style_container_media .style_media_full img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto 5025/3769;
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper .style_container_media .style_media_half {
  width: calc(50% - 8px);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper .style_container_media .style_media_half video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto 5025/3769;
}
.style_case_content .style_container .style_container_main .style_mediacontent .style_wrapper .style_container_media .style_media_half img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: auto 5025/3769;
}

/* services  */
.style_section_cards.serives .style_container_main .style_container_items {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service {
  display: flex;
  gap: 60px;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media {
  width: calc(100% - 0px + 2500px);
  overflow: hidden;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media .media {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media .media video {
  aspect-ratio: 4/3;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_service_media .media img {
  aspect-ratio: 4/3;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.48s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 0px + 2500px);
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content .style_content_head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content .style_content_head p {
  font-size: 20px;
  color: #808080;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content .style_content_head p strong {
  color: #0f0f0f !important;
  margin-bottom: 8px;
  font-size: 24px;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service .style_serive_content .style_content_types p {
  font-size: 20px;
  color: #808080;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_serive_content.prul {
  padding-bottom: 60px;
  border-bottom: 1px solid #0f0f0f;
  max-width: 60%;
  margin-left: auto;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_content_head {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_content_head .style_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.style_section_cards.serives .style_container_main .style_container_items .style_item_service.process .style_content_head p {
  color: #808080;
}

/* ==== Popup Article ==== */
.popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 19;
  opacity: 0;
  pointer-events: none;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: none;
}
.popup .popup-content {
  top: 40px;
  background: rgba(255, 255, 255, 0.8078431373);
  margin: 0 40px;
  width: 50%;
  max-height: 75vh;
  overflow-y: auto;
  border-radius: 6px;
  padding: 3rem;
  position: relative;
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}
.popup .popup-content .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.popup .popup-content .popup-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup .popup-content .popup-body .style_head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.popup .popup-content .popup-body .style_head .style_info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}
.popup .popup-content .popup-body .style_head .style_info .style_date {
  color: #808080;
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}
.popup .popup-content .popup-body .style_head .style_info .style-category {
  color: #808080;
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
}
.popup .popup-content .popup-body .style_head h1 {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.popup .popup-content .popup-body .style_img {
  width: 100%;
  height: calc(100vh - 600px);
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 6px;
}
.popup .popup-content .popup-body .style_img img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 6px;
}
.popup .popup-content .popup-body .style_content {
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 70%;
}
.popup .popup-content .popup-body form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.popup .popup-content .popup-body form .form-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.popup .popup-content .popup-body form .form-row label {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #0f0f0f;
}
.popup .popup-content .popup-body form .form-row textarea {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  background-color: transparent;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 12px;
  resize: vertical;
}
.popup .popup-content .popup-body form .form-row input {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  background-color: transparent;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 0px 12px;
}
.popup .popup-content .popup-body form .form-row input:focus {
  outline: none;
  border-color: #0f0f0f;
  border: 1.5px solid #808080;
}
.popup .popup-content .popup-body form .form-row input[type=checkbox]:checked {
  background-color: #111;
  border-color: #f70000;
}
.popup .popup-content .popup-body form .form-row input[type=radio] {
  accent-color: #000;
}
.popup .popup-content .popup-body form .form-row input[type=radio]:checked {
  accent-color: #000;
}
.popup .popup-content .popup-body form .firstRow {
  width: 100%;
  display: flex;
  gap: 16px;
}
.popup .popup-content .popup-body form .firstRow .form-row {
  flex: 1;
}
.popup .popup-content .popup-body form .firstRow input {
  height: 40px;
}
.popup .popup-content .popup-body form .secondRow {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.popup .popup-content .popup-body form .secondRow .style_service_types {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 8px 0;
  gap: 16px;
}
.popup .popup-content .popup-body form .secondRow .style_service_types label {
  padding: 16px 4px;
  background-color: transparent;
  color: #0f0f0f;
  border: 1px solid #808080;
  flex: 0 0 calc(50% - 18px);
  border-radius: 6px;
}
.popup .popup-content .popup-body form .secondRow .style_service_types label input[type=radio] {
  accent-color: #000;
  cursor: pointer;
}
.popup .popup-content .popup-body form .secondRow .style_service_types label input[type=radio]:checked {
  accent-color: #000;
}

.popup.show {
  opacity: 1;
  background-color: rgba(17, 17, 17, 0);
  pointer-events: auto;
}

.popup.hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.style_section_slider {
  background: transparent;
  width: 100%;
  padding-bottom: 100px;
  background-color: #ffffff;
}

.style_slider_infinit {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: end;
}

.slider-track {
  display: flex;
  width: 3200px;
  animation: sliderInfinite 30s linear infinite;
}

.slider-item {
  display: flex;
  align-items: end;
  flex: 0 0 320px;
  margin-right: 16px;
}

.slider-item img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 6px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.07);
  background: #ffffff;
}

@media (max-width: 1220px) {
  .slider-track {
    width: 2400px;
  }
  .slider-item {
    flex: 0 0 240px;
  }
  .slider-item img {
    max-height: 100%;
  }
}
@media (max-width: 900px) {
  .slider-track {
    width: 1800px;
  }
  .slider-item {
    flex: 0 0 180px;
  }
  .slider-item img {
    max-height: 100%;
  }
}
@media (max-width: 600px) {
  .style_slider_infinit {
    height: 100%;
  }
  .slider-track {
    width: 1100px;
  }
  .slider-item {
    flex: 0 0 110px;
    margin-right: 16px;
  }
  .slider-item img {
    max-height: 100%;
  }
}
/* Animation for infinite scroll */
@keyframes sliderInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.style_soon {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.style_soon .style_soon_content_img {
  width: 140px;
}
.style_soon .style_soon_content {
  display: flex;
  gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  text-align: center;
}
.style_soon .style_soon_content h1.style_soon_content_header {
  width: 100%;
}
.style_soon .style_soon_content .style_soon_content_text {
  opacity: 0.4;
}

#consent-banner {
  margin: 24px;
  position: fixed;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.8078431373);
  box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  padding: 24px;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease-in-out;
}
#consent-banner.hidden {
  transform: translateY(100%);
  display: none;
}
#consent-banner .consent-content {
  display: flex;
  flex-direction: column;
  align-content: start;
  gap: 24px;
}
@media (max-width: 768px) {
  #consent-banner .consent-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
#consent-banner .consent-content p {
  font-family: "secondaryFont", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #0f0f0f !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
  color: #0f0f0f;
  line-height: 1.5;
  max-width: 350px;
}
#consent-banner .consent-content h4 {
  color: #0f0f0f;
  line-height: 1.5;
  max-width: 350px;
}
#consent-banner .consent-content .consent-buttons {
  display: flex;
  gap: 16px;
  flex-shrink: 0;
}
#consent-banner .consent-content .consent-buttons .style_link.style_btn_decline {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #0f0f0f !important;
  border-radius: 150px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  transition: all 0.3s ease, visibility 0.3s ease;
}
#consent-banner .consent-content .consent-buttons .style_link.style_btn_decline:hover {
  background-color: #0f0f0f;
  color: #ffffff !important;
}/*# sourceMappingURL=main.css.map */