@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?81f6374b9ea77995ba4fe9032442e76e") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-short-arrow"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-arrow"]::before { 
		content: "\f102"; 
	} 

/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 20rem;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 79.375rem;
  margin: 0 auto;
}/* Generated by vite-plugin-svg-spritemap */
.menu__list {
  display: flex;
  justify-content: space-between;
  gap: 0.9375rem;
  align-items: center;
}
.menu__link {
  color: #f8f8f8;
  font-weight: 400;
  text-transform: uppercase;
}
.menu__link:hover {
  color: #d4af37;
}
.menu__link--active {
  color: #d4af37;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  position: fixed;
  width: 100%;
  background-color: #000000;
  z-index: 25;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9375rem;
  padding-inline: 1.25rem;
}
.header__logo {
  max-width: 5rem;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: #000000;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.9375rem;
  padding: 0 1.25rem;
}
.footer__logo {
  width: 3.75rem;
}
.footer__copyright p {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-weight: 400;
  color: #f8f8f8;
}

span {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  color: #d4af37;
}/* Generated by vite-plugin-svg-spritemap */@media (max-width: 61.99875em) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }
}@media (max-width: 61.99875em){
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem 0.9375rem 1.875rem 0.9375rem;
    transition: left 0.3s;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  [data-fls-menu-open] .menu__body {
    padding: 0;
    left: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    left: 0;
  }
  .menu__list {
    background-color: #000000;
    opacity: 0.95;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5rem;
    gap: 2.25rem;
    height: 100vh;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    background-color: #f8f8f8;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}@media (max-width: 47.99875em){
  .header__logo {
    width: 3.75rem;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__logo {
    width: 2.5rem;
    display: none;
  }
}@media (width <= 20em){
  .header {
    padding-block: 1rem;
  }
  .footer {
    padding-block: 0.75rem;
  }
  .footer__copyright p {
    font-size: 0.75rem;
  }
  span {
    font-size: 0.75rem;
  }
}@media (width > 20em) and (width <= 79.375em){
  .header {
    padding-block: clamp( 1rem , 0.873684210525rem  +  0.6315789474vw , 1.375rem );
  }
  .footer {
    padding-block: clamp( 0.75rem , 0.623684210525rem  +  0.6315789474vw , 1.125rem );
  }
  .footer__copyright p {
    font-size: clamp( 0.75rem , 0.66578947368125rem  +  0.4210526316vw , 1rem );
  }
  span {
    font-size: clamp( 0.75rem , 0.66578947368125rem  +  0.4210526316vw , 1rem );
  }
}@media (width > 79.375em){
  .header {
    padding-block: 1.375rem;
  }
  .footer {
    padding-block: 1.125rem;
  }
  .footer__copyright p {
    font-size: 1rem;
  }
  span {
    font-size: 1rem;
  }
}