/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/PageContainer/PageContainer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.PageContainer_container__OX_kA {
  max-width: 1432px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/Typography/Typography.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************/
.Typography_typography__9jIDh {
  margin: 0;
  padding: 0;
}

.Typography_h1__BS3Ay {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.Typography_h2__0BKC1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.Typography_h3__P6mEf {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.Typography_h4__IFal5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.Typography_body___GC0W {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}

.Typography_bodyLarge__w5GZN {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.Typography_bodyMedium__bYHLU {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.Typography_bodySmall__dUoU0 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

.Typography_color-primary__VLvJJ {
  color: var(--color-text-primary);
}

.Typography_color-secondary__4_h1Q {
  color: var(--color-text-secondary);
}

.Typography_color-muted___d5y2 {
  color: var(--color-text-muted);
}

.Typography_color-subtle__DKvra {
  color: var(--color-text-subtle);
}

@media (max-width: 768px) {
  .Typography_h1__BS3Ay {
    font-size: 32px;
  }
  .Typography_h2__0BKC1 {
    font-size: 24px;
  }
  .Typography_h4__IFal5 {
    font-size: 18px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/Accordion/Accordion.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.Accordion_accordion__pDFtT {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.Accordion_header__8FFPa {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.Accordion_header__8FFPa:hover {
  background: rgba(255, 255, 255, 0.02);
}

.Accordion_header__8FFPa,
.Accordion_inner__1pJx9 {
  padding: 22px 22px 22px 30px;
}

.Accordion_inner__1pJx9 {
  padding-top: 0;
}

.Accordion_title__nZ8Bz {
  font-weight: 700;
  color: rgba(174, 174, 174, 1);
  font-size: 16px;
  text-align: left;
}

.Accordion_icon__ztk5t {
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.Accordion_header__8FFPa.Accordion_open__2qPCc .Accordion_icon__ztk5t {
  transform: rotate(180deg);
}

.Accordion_content__mJ_UZ {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.Accordion_content__mJ_UZ.Accordion_open__2qPCc {
  max-height: 1000px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/NavigationTabs/NavigationTabs.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.NavigationTabs_container__zgQIu {
  display: flex;
  flex-direction: column;
  position: relative;
}

.NavigationTabs_indicator__mZe_v {
  position: absolute;
  left: 0;
  width: 4px;
  background: var(--color-accent-orange);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  border-radius: 16px;
}

.NavigationTabs_indicatorBackground__q0eh4 {
  position: absolute;
  left: 0;
  width: 4px;
  background: rgba(53, 53, 53, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  height: 100%;
  border-radius: 16px;
}

.NavigationTabs_item__6souM {
  padding: 7px 0 7px 29px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}

.NavigationTabs_itemLevel2__UzYD8 {
  padding-left: 45px;
}

.NavigationTabs_label__T9obT,
.NavigationTabs_labelLevel2__4Tzci {
  color: rgba(255, 255, 255, 1);
  transition: color 0.2s ease;
  font-size: 20px;
  font-weight: 700;
}

.NavigationTabs_item__6souM:hover .NavigationTabs_label__T9obT {
  color: var(--color-accent-orange);
}

.NavigationTabs_labelActive__fxZiW {
  color: var(--color-accent-orange) !important;
}

@media (max-width: 768px) {
  .NavigationTabs_label__T9obT,
  .NavigationTabs_labelLevel2__4Tzci {
    font-size: 16px;
    font-weight: 700;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/TableOfContents/TableOfContents.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.TableOfContents_desktop__mKlKu {
  display: block;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
}

.TableOfContents_mobile___2KHj {
  display: none;
}

.TableOfContents_sectionTitle__7svh5 {
  font-weight: 700;
  color: rgba(174, 174, 174, 1);
  margin-bottom: 32px;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .TableOfContents_desktop__mKlKu {
    display: none;
  }

  .TableOfContents_mobile___2KHj {
    display: block;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/RelatedProjects/RelatedProjects.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************/
.RelatedProjects_desktop__E9aZL {
  display: block;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
}

.RelatedProjects_mobile__Jdd2r {
  display: none;
}

.RelatedProjects_sectionTitle__9tEgb {
  font-weight: 700;
  color: rgba(174, 174, 174, 1);
  margin-bottom: 17px;
  font-size: 20px;
}

.RelatedProjects_nav__HCQTA {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.RelatedProjects_item__gxxMm {
  display: block;
  text-decoration: none;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
}

.RelatedProjects_item__gxxMm:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  border-left-color: var(--color-accent-orange);
}

@media (max-width: 1024px) {
  .RelatedProjects_desktop__E9aZL {
    display: none;
  }

  .RelatedProjects_mobile__Jdd2r {
    display: block;
  }

  .RelatedProjects_item__gxxMm {
    font-size: 16px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ui/Button/Button.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.Button_button__f_l0m {
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  line-height: 100%;
}

.Button_large__PNABv {
  padding: 20px 40px;
  font-size: 18px;
}

.Button_medium__ShRpg {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
}

.Button_small__eTosT {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.Button_primary__gNjMo {
  background: transparent;
  color: var(--color-accent-orange);
  border: 2px solid var(--color-accent-orange);
}

.Button_primary__gNjMo:hover {
  color: #ff8c61;
  border-color: #ff8c61;
}

.Button_secondary__6ARy2 {
  background: transparent;
  color: rgba(255, 255, 255, 0.4);
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.Button_secondary__6ARy2:hover {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.4);
}

.Button_tertiary__Js3n4 {
  background: rgba(58, 58, 58, 1);
  color: rgba(255, 255, 255, 0.9);
  border: 2px solid transparent;
}

.Button_tertiary__Js3n4:hover {
  background: rgba(74, 74, 74, 1);
  color: rgba(255, 255, 255, 1);
}

.Button_cta__V4anq {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),
    linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  color: var(--color-accent-orange);
  border: 2px solid transparent;
  font-weight: 700;
}

.Button_cta__V4anq:hover {
  background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  box-shadow: 0 6px 20px rgba(255, 107, 61, 0.3);
}

.Button_accent__NpvQD {
  /* background: linear-gradient(135deg, #ff6b3d 0%, #ff8c61 100%);
  
  border: 2px solid transparent;*/
  font-weight: 700;
  color: white;
  background: linear-gradient(0deg, rgb(255, 71, 3), rgb(255, 126, 77));
  border: 1px solid rgb(255, 140, 97);
  box-shadow: 0px 4px 12px 0px rgba(255, 69, 0, 0.35);
}

.Button_accent__NpvQD:hover {
  background: linear-gradient(135deg, #ff8c61 0%, #ffa380 100%);
  box-shadow: 0 8px 24px rgba(255, 107, 61, 0.4);
}

@media (max-width: 768px) {
  .Button_large__PNABv {
    padding: 12px 24px;
    font-size: 16px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/ContactModal/ContactModal.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.ContactModal_backdrop__o2dkT {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
}

.ContactModal_modal__oSR_K {
  position: relative;
  background: var(--color-bg-secondary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.ContactModal_closeButton__Y0REz {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.2s ease;
}

.ContactModal_closeButton__Y0REz:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 1);
}

.ContactModal_title__ilwMx {
  margin-bottom: 16px;
  line-height: 1.2;
}

.ContactModal_form__nRzyA {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.ContactModal_formRow__OphPT {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.ContactModal_inputGroup__bVvc4 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ContactModal_label__xDZHY {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
}

.ContactModal_input__hyLDS,
textarea.ContactModal_input__hyLDS {
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--text-faded, rgba(168, 168, 168, 1));
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.2s ease;
  resize: vertical;
}

.ContactModal_input__hyLDS:focus,
textarea.ContactModal_input__hyLDS:focus {
  outline: none;
  border-color: var(--color-accent-orange);
  background: rgba(255, 255, 255, 0.08);
}

.ContactModal_checkboxGroup__pHjBv {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.ContactModal_checkbox__VtD2Y {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
  height: 0;
}

.ContactModal_checkboxCustom__5sh9D {
  position: relative;
  width: 36px;
  height: 36px;
  min-width: 36px;
  border: 2px solid rgba(168, 168, 168, 1);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 2px;
}

.ContactModal_checkbox__VtD2Y:checked + .ContactModal_checkboxCustom__5sh9D {
  background: var(--color-accent-orange);
  border-color: var(--color-accent-orange);
}

.ContactModal_checkbox__VtD2Y:checked + .ContactModal_checkboxCustom__5sh9D::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 3px;
  width: 8px;
  height: 20px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.ContactModal_checkboxLabel__sxQ_e {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  max-width: 530px;
}

.ContactModal_link__81LWw {
  color: var(--color-accent-orange);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.ContactModal_link__81LWw:hover {
  opacity: 0.8;
}

.ContactModal_submitButton__ZIX6y {
  width: -moz-fit-content;
  width: fit-content;
}

.ContactModal_successMessage__Se5JJ {
  padding: 32px;
  text-align: center;
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 12px;
  margin-top: 16px;
}

.ContactModal_errorMessage__UpxJM {
  padding: 16px;
  background: rgba(244, 67, 54, 0.1);
  border: 1px solid rgba(244, 67, 54, 0.3);
  border-radius: 12px;
  text-align: center;
}

.ContactModal_input__hyLDS:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.ContactModal_checkbox__VtD2Y:disabled + .ContactModal_checkboxCustom__5sh9D {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .ContactModal_modal__oSR_K {
    padding: 32px 24px;
    max-height: 95vh;
  }

  .ContactModal_title__ilwMx {
    font-size: 24px;
    margin-bottom: 24px;
    padding-right: 40px;
  }

  .ContactModal_formRow__OphPT {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ContactModal_closeButton__Y0REz {
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/components/CtaSection/CtaSection.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.CtaSection_content__I2hfe {
  background: linear-gradient(
    90deg,
    rgb(254, 108, 50) 0%,
    rgba(255, 69, 0, 1) 100%
  );
  border-radius: 24px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  overflow: hidden;
}

.CtaSection_content__I2hfe::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 120px;
  width: 433px;
  height: 163px;
  background-image: url("/tilda.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}

.CtaSection_title__G2Gfb {
  color: white;
  max-width: 600px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .CtaSection_content__I2hfe {
    padding: 24px;
    gap: 24px;
  }

  .CtaSection_title__G2Gfb {
    font-size: 20px !important;
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./src/app/projects/[id]/page.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.page_page__QHhZs {
  margin-bottom: 78px !important;
}

.page_loading__ieSwF {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  color: var(--text-muted);
}

.page_picture__38smy {
  border-radius: 24px;
  margin-bottom: 48px;
  height: 360px;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page_pageTitleContainer__eYVeo {
  max-width: 800px;
  margin: 40px auto;
}
.page_pageTitle___rEdC {
  line-height: 1;
  font-size: 32px;
  text-align: center;
}

.page_layout__RQpcm {
  display: grid;
  grid-template-columns: 509px 1fr;
  grid-gap: 48px;
  gap: 48px;
  margin-bottom: 80px;
  position: relative;
}

.page_sidebar__AGv1c {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  height: -moz-fit-content;
  height: fit-content;
}

.page_content__uC70X {
  min-width: 0;
}

.page_content__uC70X h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 32px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 1);
}

.page_content__uC70X h1:first-child {
  margin-top: 0;
}

.page_content__uC70X h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 1);
}

.page_content__uC70X h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-top: 28px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 1);
}

.page_content__uC70X :not(h1):not(h2) {
  font-weight: 300;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  font-style: normal;
}

.page_content__uC70X p,
.page_content__uC70X ul,
.page_content__uC70X ol {
  margin: 16px 0;
}

/* Стили для нумерованных списков */
.page_content__uC70X ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.page_content__uC70X ol > li {
  counter-increment: item;
  margin-bottom: 24px;
  position: relative;
  padding-left: 32px;
}

.page_content__uC70X ol > li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}

/* Стили для маркированных списков */
.page_content__uC70X ul {
  list-style: none;
  padding-left: 0;
}

.page_content__uC70X ul li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}

.page_content__uC70X ul li::before {
  content: "•";
  position: absolute;
  left: 8px;
  color: rgba(255, 255, 255, 0.7);
}

/* Вложенные списки */
.page_content__uC70X ol > li > ul {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: -32px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 16px;
}

.page_content__uC70X ol > li > ul li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.page_content__uC70X ul > li > ul {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: -24px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 16px;
}

.page_content__uC70X ul > li > ul li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.page_ctaContainer__P5M6V {
  margin-top: 80px;
}

@media (max-width: 1024px) {
  .page_layout__RQpcm {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page_sidebar__AGv1c {
    position: static;
  }
}

@media (max-width: 768px) {
  .page_hero__a2i2b {
    padding: 60px 24px;
    margin-bottom: 32px;
  }

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

  .page_pageTitle___rEdC {
    font-size: 24px;
    text-align: left;
  }

  .page_picture__38smy {
    height: 200px;
    margin-bottom: 20px;
  }

  .page_layout__RQpcm {
    gap: 24px;
    margin-bottom: 60px;
  }

  .page_content__uC70X h1 {
    font-size: 24px;
  }

  .page_content__uC70X h2 {
    font-size: 20px;
    margin-top: 32px;
  }

  .page_content__uC70X :not(h1):not(h2) {
    font-size: 16px;
  }

  .page_content__uC70X ol > li {
    margin-bottom: 20px;
    padding-left: 28px;
  }

  .page_content__uC70X ul li {
    padding-left: 20px;
    margin-bottom: 6px;
  }

  .page_content__uC70X ol > li > ul li {
    font-size: 16px;
  }

  .page_ctaContainer__P5M6V {
    margin-top: 60px;
  }
}

