/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/title-section/PageTitleSection.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.PageTitleSection_title__ZEKsl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: var(--space-lg);
}

.PageTitleSection_title-text__T62vX {
  max-width: 900px;
  text-transform: uppercase;
  text-align: center;
  font-size: var(--font-size-h1);
  font-weight: 900;
  letter-spacing: -2px;
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    rgba(var(--primary-color-rgb), 0.4) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  line-height: 1.1;
}

.PageTitleSection_description__SkgdS {
  font-size: var(--font-size-subtitle);
  text-align: center;
  color: var(--text-muted);
  line-height: 1.9;
  max-width: 640px;
  font-weight: 400;
  letter-spacing: 0.025em;
  border-top: 1px solid var(--border-color);
  padding-top: var(--space-md);
}

@media (max-width: 1024px) {
  .PageTitleSection_title-text__T62vX {
    max-width: 90%;
  }

  .PageTitleSection_description__SkgdS {
    max-width: 82%;
  }
}

@media (max-width: 768px) {
  .PageTitleSection_title__ZEKsl {
    gap: var(--space-md);
  }

  .PageTitleSection_description__SkgdS {
    max-width: 100%;
    padding-top: var(--space-sm);
  }
}

@media (max-width: 400px) {
  .PageTitleSection_description__SkgdS {
    letter-spacing: 0.01em;
  }
}



/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/experts/profile-card/ProfileCard.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ProfileCard_profile-card__cNoGW {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border-radius: var(--space-lg);
  z-index: 2;
  transition: var(--transition-smooth);
  border: 1px solid transparent;
  display: block;
  text-decoration: none;
}

.ProfileCard_profile-card__cNoGW:hover {
  transform: translateY(-8px);
  border-color: var(--primary-accent);
}

.ProfileCard_profile-card__cNoGW:hover .ProfileCard_read-more__s5_Bd {
  color: var(--primary-accent);
  gap: var(--space-sm);
}

.ProfileCard_profile-card__cNoGW:hover .ProfileCard_arrow__omUrR {
  transform: translateX(6px);
}

.ProfileCard_no-reverse__YVOmo {
  margin-left: -20%;
  box-shadow: var(--shadow-premium);
}

.ProfileCard_reverse__1d9qg {
  margin-right: -20%;
  box-shadow: var(--shadow-premium);
}

.ProfileCard_profile-container__jE4Ud {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: var(--space-xl);
  gap: var(--space-sm);
}

.ProfileCard_description-container__bN4kW {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  width: 100%;
}

.ProfileCard_description__bD3xp {
  font-size: var(--font-size-normal);
  line-height: 1.8;
  font-weight: 400;
  color: var(--text-muted);
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ProfileCard_see-more-button__hSeIt {
  display: flex;
  justify-content: flex-end;
}

.ProfileCard_read-more__s5_Bd {
  display: inline-flex;
  align-items: center;
  gap: var(--space-xs);
  color: var(--primary-color);
  font-weight: 700;
  font-size: var(--font-size-small);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition-smooth);
}

.ProfileCard_arrow__omUrR {
  font-size: var(--font-size-medium);
  transition: transform 0.3s ease;
}

@media (max-width: 1024px) {
  .ProfileCard_profile-card__cNoGW {
    width: 60%;
  }

  .ProfileCard_profile-container__jE4Ud {
    padding: var(--space-lg);
  }
}

@media (max-width: 768px) {
  .ProfileCard_profile-card__cNoGW {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    border-radius: var(--space-md);
  }

  .ProfileCard_profile-container__jE4Ud {
    padding: var(--space-lg);
  }

  .ProfileCard_profile-card__cNoGW:hover {
    transform: none;
    box-shadow: none;
    border-color: none;
  }
}



/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/grid/GridLayout.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.GridLayout_grid__t5pfc {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-gap: var(--space-lg);
  gap: var(--space-lg);
  width: 100%;
}

@media (max-width: 1024px) {
  .GridLayout_grid__t5pfc {
    grid-template-columns: repeat(min(var(--columns), 2), 1fr);
  }
}

@media (max-width: 767px) {
  .GridLayout_grid__t5pfc {
    grid-template-columns: 1fr;
    gap: var(--space-md);
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/top-section/scroll-button/ScrollButton.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.ScrollButton_container__IADD3 {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  bottom: var(--space-md);
  right: var(--space-container);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--font-size-xs);
  font-weight: 500;
  letter-spacing: 3px;
  z-index: 6;
  gap: 6px;
  transition: color 0.3s ease;
  padding-top: 10px;
}

.ScrollButton_container__IADD3:hover {
  color: rgba(255, 255, 255, 0.95);
}

.ScrollButton_container__IADD3 > svg {
  width: 18px;
  height: 12px;
  transition: transform 0.3s ease;
  opacity: 0.6;
}

.ScrollButton_container__IADD3:hover > svg {
  transform: translateY(3px);
  opacity: 1;
}

.ScrollButton_display__BtXH3 {
  opacity: 1;
  transform: translateY(0);
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
}

.ScrollButton_hide__mArfI {
  transform: translateY(12px);
  opacity: 0;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .ScrollButton_container__IADD3 {
    letter-spacing: 2.5px;
  }
}

@media (max-width: 768px) {
  .ScrollButton_container__IADD3 {
    letter-spacing: 2px;
    gap: 3px;
  }

  .ScrollButton_container__IADD3 > svg {
    width: 16px;
  }
}

@media (max-width: 400px) {
  .ScrollButton_container__IADD3 {
    gap: 0;
    bottom: var(--space-xs);
    font-size: 10px;
  }

  .ScrollButton_container__IADD3 > svg {
    width: 14px;
    height: 10px;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/top-section/TopSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.TopSection_wrapper__NWFEw {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  z-index: 1;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/section-title/SectionTitle.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.SectionTitle_title__CtqiO {
  max-width: 800px;
  text-align: center;
  text-wrap: nowrap;
  font-size: var(--font-size-h2);
  font-weight: 700;
  color: rgba(var(--primary-color-rgb), 0.5);
  display: inline-block;
  margin: 0;
  margin-bottom: var(--space-3xl);
}

@media (max-width: 1024px) {
  .SectionTitle_title__CtqiO {
    margin-bottom: var(--space-xl);
  }
}

@media (max-width: 768px) {
  .SectionTitle_title__CtqiO {
    margin-bottom: var(--space-lg);
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/experts/image-card/ImageCard.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.ImageCard_profile-image__tbjAZ {
  width: 250px;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 2;
  filter: contrast(80%) brightness(120%) saturate(100%);
}

.ImageCard_reverse__sF_51 {
  right: 0;
}

.ImageCard_no-reverse__t61qD {
  left: 0;
}

.ImageCard_background-rectangle__KVttV {
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  z-index: 1;
  border-radius: var(--space-md);
}

.ImageCard_purple__pK0_C {
  background-color: rgba(var(--primary-color-rgb), 0.1);
}

.ImageCard_gray__MW76l {
  background-color: rgba(128, 128, 128, 0.1);
}

.ImageCard_image-container__o5KrA {
  position: relative;
  width: 50%;
  height: 380px;
}

@media (max-width: 768px) {
  .ImageCard_profile-image__tbjAZ {
    width: 150px;
    height: 100%;
  }

  .ImageCard_background-rectangle__KVttV {
    height: 50%;
    border-radius: var(--space-sm);
  }

  .ImageCard_image-container__o5KrA {
    height: 250px;
  }

  .ImageCard_no-reverse-container__5CFrs {
    width: 350px;
  }

  .ImageCard_reverse-container__9fJFM {
    width: 380px;
    margin-left: auto;
  }

  .ImageCard_purple__pK0_C > div {
    margin-left: auto;
    align-items: flex-end;
  }
}

@media (max-width: 500px) {
  .ImageCard_image-container__o5KrA,
  .ImageCard_no-reverse-container__5CFrs,
  .ImageCard_reverse-container__9fJFM {
    width: 100%;
  }

  .ImageCard_background-rectangle__KVttV {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ImageCard_gray__MW76l > div {
    margin-right: auto;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/footer/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_padding-container___TTkO {
  padding-top: var(--space-section);
}

.Footer_container__qCw8n {
  width: 100%;
  background-color: var(--secondary-color);
  padding: var(--space-md) var(--space-container);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.Footer_top-section__PGYxq {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.Footer_bottom-section__XZNBT {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 20px;
}

.Footer_top-left-container__xdEDt > svg {
  width: 220px;
}

.Footer_copyright__3sPuO,
.Footer_policy__LBtRl {
  font-size: var(--font-size-small);
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  font-weight: 600;
}

.Footer_copyright__3sPuO {
  font-weight: 400;
}

.Footer_policy__LBtRl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-lg);
}

.Footer_policy-item__WkfPk {
  cursor: pointer;
}

.Footer_policy-item__WkfPk:hover {
  color: var(--text-highlighted);
}

@media (max-width: 1024px) {
  .Footer_top-left-container__xdEDt > svg {
    width: 180px;
  }

  .Footer_bottom-section__XZNBT {
    gap: 15px;
  }

  .Footer_copyright__3sPuO,
  .Footer_policy__LBtRl {
    font-size: var(--font-size-xs);
  }

  .Footer_policy__LBtRl {
    gap: var(--space-md);
  }
}

@media (max-width: 768px) {
  .Footer_top-section__PGYxq {
    flex-direction: column;
    gap: var(--space-lg);
  }

  .Footer_top-left-container__xdEDt > svg {
    width: 150px;
  }

  .Footer_bottom-section__XZNBT {
    flex-direction: column-reverse;
    gap: var(--space-xs);
  }

  .Footer_copyright__3sPuO,
  .Footer_policy__LBtRl {
    font-size: var(--font-size-xs);
    text-align: center;
  }
}

@media (max-width: 400px) {
  .Footer_top-section__PGYxq {
    gap: var(--space-sm);
  }

  .Footer_copyright__3sPuO,
  .Footer_policy__LBtRl {
    font-size: var(--font-size-xs);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/footer/quick-links/QuickLinks.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.QuickLinks_wrapper__ljzNS {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 25%;
}

.QuickLinks_quick-links__LhrpZ {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  font-size: var(--font-size-small);
  font-weight: 600;
  padding: 20px 0 44px;
}

.QuickLinks_items___J1_Z {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
}

.QuickLinks_selected__cT8Rn,
.QuickLinks_selected__cT8Rn:hover,
.QuickLinks_items___J1_Z:hover {
  color: var(--text-highlighted);
}

@media (max-width: 1024px) {
  .QuickLinks_quick-links__LhrpZ {
    gap: 8px;
    font-size: var(--font-size-xs);
    padding: 8px 0 32px;
  }
}

@media (max-width: 768px) {
  .QuickLinks_wrapper__ljzNS {
    width: 100%;
    max-width: 400px;
  }

  .QuickLinks_quick-links__LhrpZ {
    padding: 0;
  }
}

@media (max-width: 400px) {
  .QuickLinks_quick-links__LhrpZ {
    font-size: var(--font-size-xs);
  }

  .QuickLinks_wrapper__ljzNS {
    width: 70%;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/footer/sns-links/SnsLinks.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.SnsLinks_sns-container__qYJcP {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  justify-self: flex-start;
  padding-bottom: 12px;
}

.SnsLinks_heading__FEJ5u {
  color: var(--text-highlighted);
  font-size: var(--font-size-subtitle);
  font-weight: 600;
}

.SnsLinks_sns-links__mz2Y7 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 25px;
}

.SnsLinks_link__hUAG1 {
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: var(--font-size-subtitle);
}

.SnsLinks_link__hUAG1:hover {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) {
  .SnsLinks_sns-container__qYJcP {
    gap: 14px;
    padding-bottom: 15px;
  }

  .SnsLinks_heading__FEJ5u {
    font-size: var(--font-size-medium);
  }

  .SnsLinks_sns-links__mz2Y7 {
    gap: 0 18px;
    max-width: 150px;
  }

}

@media (max-width: 768px) {
  .SnsLinks_sns-container__qYJcP {
    width: 100%;
    padding: 15px 0;
  }

  .SnsLinks_sns-links__mz2Y7 {
    width: 100%;
    max-width: 450px;
    justify-content: space-between;
    align-self: center;
  }

  .SnsLinks_heading__FEJ5u {
    display: none;
  }

  .SnsLinks_link__hUAG1 {
    color: rgba(255, 255, 255, 1);
  }
}

@media (max-width: 400px) {
  .SnsLinks_sns-container__qYJcP {
    padding: 12px 0;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/layout/top-pages/TopPagesDetailsLayout.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
.TopPagesDetailsLayout_details-section__ckhZ0 {
  position: relative;
  z-index: 10;
  width: 100%;
  background-color: var(--bg-color);
  padding-top: var(--space-section);
  transform: translateZ(0);
}

.TopPagesDetailsLayout_wrapper__lqEAp {
  padding: 0 var(--space-container);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3xl);
}

@media (max-width: 1024px) {
  .TopPagesDetailsLayout_wrapper__lqEAp {
    gap: var(--space-2xl);
  }
}

@media (max-width: 768px) {
  .TopPagesDetailsLayout_wrapper__lqEAp {
    gap: var(--space-xl);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/top-section/top-image/ImageSection.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************/
.ImageSection_top-img__b_ZbD {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateZ(-8px) scale(1.8);
  object-fit: cover;
  z-index: -1;
}

.ImageSection_overlay__jqMd4 {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.35) 30%,
      rgba(0, 0, 0, 0.08) 55%,
      transparent 75%
    ),
    linear-gradient(135deg, rgba(45, 0, 89, 0.12) 0%, transparent 50%);
}

.ImageSection_heading-wrapper__1xmrt {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: var(--space-3xl) var(--space-container);
  display: flex;
  flex-direction: column;
  gap: var(--space-sm);
}

.ImageSection_accent-line__GMnaK {
  width: 48px;
  height: 2px;
  background: var(--accent-gold);
  border-radius: 1px;
}

.ImageSection_heading__Hn0ax {
  font-size: var(--font-size-h2);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: pre-line;
}

@media (max-width: 1024px) {
  .ImageSection_accent-line__GMnaK {
    width: 40px;
  }
}

@media (max-width: 768px) {
  .ImageSection_heading-wrapper__1xmrt {
    padding: var(--space-2xl) var(--space-container);
  }

  .ImageSection_heading__Hn0ax {
    letter-spacing: 1px;
  }

  .ImageSection_accent-line__GMnaK {
    width: 32px;
  }
}

@media (max-width: 400px) {
  .ImageSection_heading-wrapper__1xmrt {
    padding: var(--space-lg) var(--space-container) var(--space-xl)
      var(--space-container);
    gap: 12px;
  }

  .ImageSection_accent-line__GMnaK {
    width: 24px;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/vision/Vision.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
.Vision_vision-wrapper__0Jhc2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.Vision_details__XtVgL {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
  max-width: 80%;
}

.Vision_title__tNrvl {
  text-align: center;
  font-size: var(--font-size-h2);
  font-weight: 800;
  color: var(--primary-color);
  opacity: 0.15;
  letter-spacing: -1px;
}

.Vision_description__gyvy0 {
  font-size: var(--font-size-subtitle);
  max-width: 820px;
  text-align: center;
  color: var(--text-color);
  line-height: 1.85;
  padding-bottom: calc(var(--space-section) + var(--space-xl));
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
}

.Vision_building-img__zy6pz,
.Vision_grass-img__WgG5F,
.Vision_reverse-grass-img__DwLGQ {
  position: absolute;
  bottom: 0;
  top: 0;
  opacity: 20%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.Vision_reverse-grass-img__DwLGQ {
  left: 0;
  transform: scaleX(-1);
  width: 50%;
  z-index: 2;
}

.Vision_building-img__zy6pz {
  left: 26%;
  width: 40%;
  z-index: 1;
  opacity: 10%;
  object-fit: contain;
}

.Vision_grass-img__WgG5F {
  right: 0;
  width: 50%;
  z-index: 2;
}

@media (max-width: 768px) {
  .Vision_details__XtVgL {
    max-width: 100%;
  }

  .Vision_description__gyvy0 {
    max-width: 92%;
    line-height: 1.75;
    padding-bottom: var(--space-section);
  }

  .Vision_grass-img__WgG5F,
  .Vision_reverse-grass-img__DwLGQ {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .Vision_description__gyvy0 {
    max-width: 100%;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/experts/Experts.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.Experts_experts__vTpFG {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.Experts_team-wrapper__4x0Sf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: var(--space-3xl);
}

.Experts_team___mmVN {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}

.Experts_no-reverse__gLxhC {
  flex-direction: row;
}

.Experts_reverse__b_gnE {
  flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .Experts_team-wrapper__4x0Sf {
    gap: var(--space-2xl);
  }
}

@media (max-width: 768px) {
  .Experts_no-reverse__gLxhC,
  .Experts_reverse__b_gnE {
    flex-direction: column;
  }

  .Experts_team-wrapper__4x0Sf {
    gap: var(--space-xl);
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/experts/name-position/NamePosition.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************/
.NamePosition_name-position-wrapper__WMR4J {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: var(--space-xs);
  text-align: left;
}

.NamePosition_name__TVh4J {
  font-size: var(--font-size-h4);
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -1px;
}

.NamePosition_position__WqCtM {
  font-size: var(--font-size-normal);
  font-weight: 600;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.NamePosition_bg-name__ctZOp {
  display: none !important;
}

@media (max-width: 768px) {
  .NamePosition_desktop-only__hbtuR {
    display: none;
  }

  .NamePosition_bg-name__ctZOp {
    display: flex !important;
    padding: var(--space-md);
  }
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/about/story/team/Team.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.Team_team__7zKPY {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.Team_departments__ehpTb {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: var(--space-xxl, 72px);
}

.Team_dept-heading__z6dYU {
  display: flex;
  align-items: center;
  gap: var(--space-md);
  margin-bottom: var(--space-lg);
}

.Team_dept-label__JybL_ {
  font-size: var(--font-size-subtitle);
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -0.3px;
  white-space: nowrap;
}

.Team_dept-rule__NVSni {
  flex: 1 1;
  height: 1px;
  background: var(--border-color);
}

.Team_member-grid__km899 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: var(--space-md);
  gap: var(--space-md);
}

.Team_member-card__jInri {
  background: white;
  text-decoration: none;
  color: inherit;
  transition: var(--transition-smooth);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--space-lg);
  border: 1px solid var(--border-color);
}

a.Team_member-card__jInri:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-premium);
  border-color: var(--primary-accent);
}

.Team_member-image-wrap__l5TLM {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  background: var(--bg-subtle);
}

.Team_member-image__80AQr {
  transition: var(--transition-smooth);
  filter: grayscale(0.2);
}

a.Team_member-card__jInri:hover .Team_member-image__80AQr {
  transform: scale(1.05);
  filter: grayscale(0);
}

.Team_member-info__Lm6NC {
  padding: var(--space-md);
  text-align: left;
}

.Team_member-name__bgve7 {
  font-size: var(--font-size-subtitle);
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: var(--space-xs);
  line-height: 1.2;
}

.Team_member-position__L_qy8 {
  font-size: var(--font-size-xs);
  color: var(--accent-gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 var(--space-sm);
  display: block;
}

.Team_member-intro__jZMBH {
  font-size: var(--font-size-small);
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

@media (max-width: 1024px) {
  .Team_member-grid__km899 {
    grid-template-columns: repeat(3, 1fr);
  }

  .Team_member-image-wrap__l5TLM {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .Team_departments__ehpTb {
    gap: var(--space-xl, 48px);
  }

  .Team_dept-label__JybL_ {
    font-size: var(--font-size-subtitle);
  }

  .Team_member-grid__km899 {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--space-sm);
  }

  .Team_member-image-wrap__l5TLM {
    height: 200px;
  }

  .Team_member-info__Lm6NC {
    padding: var(--space-sm);
  }

  .Team_member-name__bgve7 {
    font-size: var(--font-size-normal);
  }

  .Team_member-position__L_qy8 {
    letter-spacing: 0.5px;
  }
}

@media (max-width: 480px) {
  .Team_member-grid__km899 {
    grid-template-columns: 1fr;
    gap: var(--space-sm);
  }

  .Team_member-image-wrap__l5TLM {
    height: 280px;
  }

  .Team_member-info__Lm6NC {
    padding: var(--space-md);
  }

  .Team_member-name__bgve7 {
    font-size: var(--font-size-subtitle);
  }

  .Team_member-intro__jZMBH {
    font-size: var(--font-size-normal);
  }
}

@media (prefers-reduced-motion: reduce) {
  .Team_member-image__80AQr,
  .Team_member-card__jInri {
    transition: none;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/floating-card/FloatingCardSection.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************/
.FloatingCardSection_wrapper__q4eJ7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

.FloatingCardSection_grid__9LHzC {
  row-gap: var(--space-3xl) !important;
}

.FloatingCardSection_container__krqhn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: var(--space-3xl) var(--space-xl) var(--space-xl);
  background-color: #fff;
  gap: var(--space-md);
  box-shadow: var(--shadow-premium);
  border-radius: var(--space-lg);
  position: relative;
  transition: var(--transition-smooth);
  border: 1px solid transparent;
}

.FloatingCardSection_container__krqhn:hover {
  transform: translateY(-8px);
  border-color: var(--primary-accent);
  background: linear-gradient(to bottom, #ffffff, #fcfaff);
}

.FloatingCardSection_title__xCU5i {
  font-size: var(--font-size-h4);
  font-weight: 800;
  color: var(--primary-color);
  text-align: center;
  letter-spacing: -1px;
}

.FloatingCardSection_description__x_fVK {
  font-size: var(--font-size-normal);
  line-height: 1.7;
  font-weight: 400;
  color: var(--text-muted);
  text-align: center;
  width: 100%;
}

.FloatingCardSection_icon__Nglb5 {
  height: 64px;
  width: 64px;
  position: absolute;
  top: -32px;
  filter: drop-shadow(0 8px 16px rgba(var(--primary-color-rgb), 0.1));
  transition: var(--transition-smooth);
}

.FloatingCardSection_container__krqhn:hover .FloatingCardSection_icon__Nglb5 {
  transform: scale(1.1) rotate(5deg);
}

@media (max-width: 768px) {
  .FloatingCardSection_wrapper__q4eJ7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
  }
  .FloatingCardSection_container__krqhn {
    padding: var(--space-xl) var(--space-md);
    gap: var(--space-sm);
  }

  .FloatingCardSection_grid__9LHzC {
    row-gap: var(--space-xl) !important;
  }

  .FloatingCardSection_icon__Nglb5 {
    height: 48px;
    width: 48px;
    top: -24px;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/modal/ContactModal.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
.ContactModal_overlay-wrapper__zOxDh {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  pointer-events: none;
}

.ContactModal_sticky-container__x6SUp {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
}

.ContactModal_contact-trigger__BIa5h {
  position: absolute;
  bottom: 40px;
  right: 40px;
  height: 56px;
  padding: 0 8px 0 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--bg-color);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  color: var(--primary-color);
  font-weight: 700;
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.5s ease,
    box-shadow 0.5s ease,
    color 0.5s ease,
    background 0.5s ease;
  overflow: hidden;
}

.ContactModal_contact-trigger__BIa5h::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--primary-color);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.ContactModal_contact-trigger__BIa5h:hover {
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(45, 0, 89, 0.15);
  border-color: transparent;
}

.ContactModal_contact-trigger__BIa5h:hover::before {
  opacity: 1;
}

.ContactModal_trigger-icon__oCAkv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  transition: all 0.5s ease;
}

.ContactModal_icon-desktop___4Qxo {
  display: flex;
  transition: transform 0.5s ease;
}

.ContactModal_icon-mobile__uPFm7 {
  display: none;
}

.ContactModal_contact-trigger__BIa5h:hover .ContactModal_trigger-icon__oCAkv {
  background: #fff;
  color: var(--primary-color);
}

.ContactModal_contact-trigger__BIa5h:hover .ContactModal_icon-desktop___4Qxo {
  transform: rotate(-45deg);
}

.ContactModal_contact-trigger__BIa5h.ContactModal_active__5RW2r {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}

.ContactModal_modal__fdNRX {
  position: absolute;
  bottom: 40px;
  right: 32px;
  height: 480px;
  width: 400px;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background: var(--bg-color);
  border: 1px solid var(--glass-border);
  overflow: hidden;
  transform-origin: bottom right;
  transition:
    opacity 0.4s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.6s ease;
}

.ContactModal_close-button__jThGY {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--text-color);
  opacity: 0.5;
  cursor: pointer;
  z-index: 10;
  border: none;
  transition: all 0.3s ease;
}

.ContactModal_close-button__jThGY:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.05);
  transform: scale(1.1);
}

.ContactModal_display__6AIH9 .ContactModal_modal__fdNRX {
  opacity: 1;
  transform: scale(1) translateY(0);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
}

.ContactModal_hide__Ls39Q .ContactModal_modal__fdNRX {
  opacity: 0;
  transform: scale(0.8) translateY(20px);
  pointer-events: none;
  box-shadow: none;
}

.ContactModal_no-display__3mXq9 {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.ContactModal_no-display__3mXq9 .ContactModal_contact-trigger__BIa5h {
  transform: scale(0.5);
}

@media (max-width: 1024px) {
  .ContactModal_modal__fdNRX {
    bottom: 32px;
    right: 24px;
    height: 420px;
    width: 360px;
  }
  .ContactModal_contact-trigger__BIa5h {
    bottom: 32px;
    right: 24px;
    height: 48px;
    padding: 0 6px 0 16px;
    font-size: var(--font-size-xs);
    gap: 12px;
  }

  .ContactModal_trigger-icon__oCAkv {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 768px) {
  .ContactModal_modal__fdNRX {
    bottom: 24px;
    right: 16px;
    height: 330px;
    width: 300px;
    border-radius: 16px;
  }

  .ContactModal_trigger-text__xx2nV {
    display: none;
  }

  .ContactModal_contact-trigger__BIa5h {
    bottom: 24px;
    right: 16px;
    width: 50px;
    height: 50px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition:
      background 0.35s ease,
      box-shadow 0.35s ease,
      transform 0.35s ease;
  }

  .ContactModal_contact-trigger__BIa5h:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    background: var(--primary-accent, #2d0059);
    border-color: transparent;
  }

  .ContactModal_contact-trigger__BIa5h::before {
    display: none;
  }

  .ContactModal_trigger-icon__oCAkv {
    width: 100%;
    height: 100%;
    background: transparent;
  }

  .ContactModal_contact-trigger__BIa5h:hover .ContactModal_trigger-icon__oCAkv {
    background: transparent;
    color: #fff;
  }

  .ContactModal_icon-desktop___4Qxo {
    display: none;
  }

  .ContactModal_icon-mobile__uPFm7 {
    display: flex;
  }

  .ContactModal_close-button__jThGY {
    top: 12px;
    right: 12px;
    width: 25px;
    height: 25px;
  }

  .ContactModal_close-button__jThGY > svg {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 400px) {
  .ContactModal_modal__fdNRX {
    right: 12px;
    height: 280px;
    width: calc(100% - 40px);
    border-radius: 12px;
    max-width: 260px;
  }

  .ContactModal_contact-trigger__BIa5h {
    bottom: 16px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .ContactModal_trigger-icon__oCAkv {
    width: 18px;
    height: 18px;
  }

  .ContactModal_close-button__jThGY {
    top: 8px;
    right: 8px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/form/ContactForm.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.ContactForm_wrapper__n3tog {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: var(--space-xl);
  justify-content: space-between;
}

.ContactForm_title__Zym3_ {
  font-size: var(--font-size-h4);
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2;
  position: relative;
  padding-bottom: var(--space-sm);
}

.ContactForm_title__Zym3_::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
}

.ContactForm_input-wrapper__96b54 {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1 1;
  gap: var(--space-md);
  justify-content: center;
}

.ContactForm_input__GUCn6 {
  background: none;
  border: none;
  outline: none;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(45, 0, 89, 0.2);
  color: var(--text-color);
  font-size: var(--font-size-small);
  transition: all 0.4s ease;
  font-weight: 500;
}

.ContactForm_input__GUCn6:focus {
  border-bottom-color: var(--primary-color);
}

.ContactForm_textarea__mtEo6 {
  background: rgba(255, 255, 255, 0.4);
  background-image: none;
  border: 1px solid rgba(45, 0, 89, 0.2);
  outline: none;
  width: 100%;
  height: 110px;
  padding: 12px;
  font-size: var(--font-size-small);
  border-radius: 12px;
  resize: none;
  color: var(--text-color);
  transition: all 0.4s ease;
  font-weight: 500;
}

.ContactForm_textarea__mtEo6:focus {
  border-color: var(--primary-color);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.ContactForm_input__GUCn6::placeholder,
.ContactForm_textarea__mtEo6::placeholder {
  font-size: var(--font-size-small);
  color: rgba(45, 0, 89, 0.4);
  font-weight: 500;
}

.ContactForm_submit-button__94JiG {
  padding: 12px 32px;
  height: 42px;
  min-width: 120px;
  font-size: var(--font-size-xs);
  border-radius: 100px;
  background-color: var(--primary-color);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 8px 20px rgba(45, 0, 89, 0.2);
}

.ContactForm_active__1l3Hd {
  background-color: var(--primary-color);
  color: #fff;
}

.ContactForm_active__1l3Hd:hover {
  background-color: var(--primary-accent);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(45, 0, 89, 0.3);
}

.ContactForm_inactive__OuM2b {
  background-color: rgba(45, 0, 89, 0.1);
  color: rgba(45, 0, 89, 0.4);
  cursor: none;
  pointer-events: none;
  box-shadow: none;
}

.ContactForm_textarea__mtEo6::-webkit-scrollbar {
  width: 4px;
}

.ContactForm_textarea__mtEo6::-webkit-scrollbar-track {
  background: none;
}

.ContactForm_textarea__mtEo6::-webkit-scrollbar-thumb {
  background: rgba(45, 0, 89, 0.2);
  border-radius: 4px;
}

.ContactForm_loader__TyWTU {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .ContactForm_wrapper__n3tog {
    padding: var(--space-lg);
  }

  .ContactForm_title__Zym3_ {
    font-size: var(--font-size-subtitle);
  }

  .ContactForm_textarea__mtEo6 {
    height: 96px;
  }

  .ContactForm_submit-button__94JiG {
    height: 40px;
    padding: 10px 28px;
  }
}

@media (max-width: 768px) {
  .ContactForm_wrapper__n3tog {
    padding: var(--space-md);
  }

  .ContactForm_title__Zym3_ {
    font-size: var(--font-size-normal);
  }

  .ContactForm_input-wrapper__96b54 {
    gap: 16px;
  }

  .ContactForm_input__GUCn6 {
    font-size: var(--font-size-xs);
    padding-bottom: 8px;
  }

  .ContactForm_textarea__mtEo6 {
    height: 75px;
    padding: 10px;
    font-size: var(--font-size-xs);
  }

  .ContactForm_input__GUCn6::placeholder,
  .ContactForm_textarea__mtEo6::placeholder {
    font-size: var(--font-size-xs);
  }

  .ContactForm_submit-button__94JiG {
    height: 36px;
    padding: 8px 24px;
    font-size: var(--font-size-xs);
  }
}

@media (max-width: 400px) {
  .ContactForm_wrapper__n3tog {
    padding: var(--space-sm);
  }

  .ContactForm_title__Zym3_ {
    font-size: var(--font-size-small);
    padding-bottom: 8px;
  }

  .ContactForm_title__Zym3_::after {
    width: 30px;
    height: 1px;
  }

  .ContactForm_input__GUCn6 {
    font-size: var(--font-size-xs);
    padding-bottom: 8px;
  }

  .ContactForm_input-wrapper__96b54 {
    gap: 12px;
  }

  .ContactForm_textarea__mtEo6 {
    padding: 8px;
    font-size: var(--font-size-xs);
    border-radius: 8px;
  }

  .ContactForm_input__GUCn6::placeholder,
  .ContactForm_textarea__mtEo6::placeholder {
    font-size: var(--font-size-xs);
  }

  .ContactForm_submit-button__94JiG {
    height: 30px;
    padding: 0;
    font-size: var(--font-size-xs);
    min-width: 100px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/contact/save-button/SaveButtonText.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************/
.SaveButtonText_loader__eJ30v {
  height: 15px;
  width: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/components/common/loader/Loader.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.Loader_loader__RMSHG {
  height: 100%;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: Loader_rotation__w_NEP 1s linear infinite;
}

@keyframes Loader_rotation__w_NEP {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

