/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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/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/home/details-section/details-item/DetailsItem.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.DetailsItem_wrapper__xcho2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  gap: var(--space-xl);
}

.DetailsItem_title__l3mAF {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  font-size: var(--font-size-h2);
  font-weight: 300;
  width: 100%;
  color: var(--secondary-color);
}

.DetailsItem_title-text__LYTvW {
  max-width: 800px;
}

.DetailsItem_description__WI5Xs {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: var(--font-size-normal);
  font-weight: 300;
  text-align: justify;
}

.DetailsItem_description-text__J8FeC {
  max-width: 900px;
  font-size: var(--font-size-subtitle);
  text-align: justify;
}

.DetailsItem_text-button-wrapper__XBmYX {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  gap: var(--space-md);
}

.DetailsItem_button__rxKH1 {
  font-size: var(--font-size-normal);
  cursor: pointer;
  padding: var(--space-sm) var(--space-xl);
  border-radius: 50px;
  color: #fff;
  background-color: var(--primary-color);
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
  gap: var(--space-xs);
}

.DetailsItem_button-after__d_ygA {
  display: inline-flex;
  align-items: center;
  opacity: 0.6;
  width: 0;
  overflow: hidden;
  transition: var(--transition-smooth);
  transform: translateX(-5px);
}

.DetailsItem_button__rxKH1:hover {
  background-color: var(--primary-accent);
  color: #fff;
}

.DetailsItem_button__rxKH1:hover > .DetailsItem_button-after__d_ygA {
  width: 20px;
  opacity: 1;
  transform: translateX(0);
}

.DetailsItem_button-text__VXY5c {
  transition: transform 0.3s ease;
}

.DetailsItem_slider-wrapper__Sop_v {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

  .DetailsItem_wrapper__xcho2 {
    gap: var(--space-lg);
  }
}

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

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

  .DetailsItem_button__rxKH1 {
    font-size: var(--font-size-small);
  }
}



/*!**********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/bar/HorizontalBar.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************/
.HorizontalBar_bar-container__6TcwO {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.HorizontalBar_bar__fnanl {
  background-color: rgba(0, 0, 0, 0.2);
  height: 0.5px;
  width: 900px;
}

@media (max-width: 639px) {
  .HorizontalBar_bar__fnanl {
    width: 90%;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/slick-carousel/slick/slick.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.f895cfdf.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/slider/CustomSlider.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomSlider_sliderContainer___LCr6 {
  width: 80%;
  height: 100%;
  max-width: calc(var(--layout-max-width) - 80px);
}

.CustomSlider_slide-wrapper__nW7lX {
  height: 100%;
}

.CustomSlider_slide___Qh_5 {
  display: flex;
  position: relative;
  aspect-ratio: 1 / 0.7;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  border: none;
}

.CustomSlider_image__j8_o8 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: none;
  border: none;
}

.CustomSlider_image__j8_o8:focus {
  outline: none;
  border: none;
}

.CustomSlider_desktop-only__KWJWb {
  display: contents;
}

.CustomSlider_mobile-only__wsGF_ {
  display: none;
}

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

  .CustomSlider_mobile-only__wsGF_ {
    display: contents;
  }

  .CustomSlider_desktop-only__KWJWb {
    display: none;
  }
}

@media (max-width: 639px) {
  .CustomSlider_sliderContainer___LCr6 {
    width: 90%;
  }

  .CustomSlider_slide___Qh_5 {
    aspect-ratio: 1 / 0.9;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/slider/arrows/CustomArrow.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.CustomArrow_customArrow__83Tfm {
  position: absolute;
  cursor: pointer;
  color: #fff;
  height: 30px;
  width: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

}

.CustomArrow_customArrow__83Tfm:hover {
  color: #fff;
  background-color: var(--primary-color);
  transform: translateY(-50%) scale(1.1);
}

.CustomArrow_icon__Qz4YI {
  height: 16px;
  width: 16px;
}

.CustomArrow_prevArrow__o01Jb,
.CustomArrow_nextArrow__Hf2Mf {
  position: absolute;
}

.CustomArrow_prevArrow__o01Jb {
  left: -40px;
}

.CustomArrow_nextArrow__Hf2Mf {
  right: -40px;
}

.CustomArrow_rotate__YJuC1 {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .CustomArrow_customArrow__83Tfm {
    display: 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/home/details-section/details-item/image-overlay/OverlayDetails.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.OverlayDetails_image-hover-overlay__P_To4 {
  height: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: transform 0.6s ease-in-out;
}

.OverlayDetails_slide-in__lpOer {
  transform: translateY(0);
}

.OverlayDetails_wrapper__Nhquj {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: var(--space-md);
}

.OverlayDetails_title__gPnmt {
  font-size: var(--font-size-h4);
  font-weight: 700;
}

.OverlayDetails_location__tgb9_,
.OverlayDetails_space__dlq3G,
.OverlayDetails_stories__1oQbc {
  font-size: var(--font-size-small);
}

.OverlayDetails_location__tgb9_ {
  white-space: pre-line;
  text-align: 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/home/details-section/details-item/image-bottom-info/ImageBottomInfo.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ImageBottomInfo_image-hover-overlay__nnsM9 {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: var(--space-sm) 0;
}

.ImageBottomInfo_wrapper__s2ana {
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #000;
}

.ImageBottomInfo_text__TtlaZ {
  font-size: var(--font-size-small);
  white-space: pre-line;
}


/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/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);
  }
}

