@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Thin.woff2") format("woff2");font-weight: 100;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Light.woff2") format("woff2");font-weight: 300;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-ExtraLight.woff2") format("woff2");font-weight: 200;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-ExtraBold.woff2") format("woff2");font-weight: 800;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;}
@font-face {font-family: Montserrat;font-display: swap;src: url("../assets/fonts/Montserrat-Black.woff2") format("woff2");font-weight: 900;font-style: normal;}
* {
	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;
}
/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 20rem;
  color: #000;
  font-family: "Montserrat";
  font-size: 0.875rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}/* Generated by vite-plugin-svg-spritemap */
.cover {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  overflow: hidden;
}
.cover__img-gradient {
  display: block;
  position: absolute;
  bottom: 0;
  right: -7%;
  z-index: 1;
  width: 70%;
  height: 12svh;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, rgb(245, 245, 245) 100%);
}
.cover__img {
  position: absolute;
  bottom: 0;
  right: -7%;
  z-index: -1;
  width: 114%;
}
.cover__img img {
  width: 100%;
}
.cover__title {
  margin: 3rem 0 0 0;
  font-weight: 700;
  font-size: 7vw;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #4170b4;
}
.cover__txt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  hyphens: auto;
  margin: 2.75rem 2.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-align: justify;
  mix-blend-mode: difference;
  letter-spacing: 0.02em;
  color: #6f6f6f;
}
.cover__txt._view {
  -webkit-line-clamp: unset;
}
.cover__button {
  margin: 0 1.1em 50vw 1.1em;
  padding: 1em 2em;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 1.25rem;
  border: solid 0.125rem #4170b4;
  background-color: #f5f5f5;
  color: #4170b4;
}
.cover__contact-form {
  position: fixed;
  top: -110%;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  justify-items: center;
  align-items: start;
  gap: 0;
  width: 0;
  height: 0;
  padding: 0rem;
  overflow-y: hidden;
  z-index: 1;
  transition: height 0.3s;
  transition-delay: height 0.3s;
}
.cover__contact-form._active {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: auto;
  gap: 1.25rem 0.25rem;
  padding: 1.25rem 0.25rem;
  background: rgba(111, 111, 111, 0.4);
  border: 0.0625rem solid #f5f5f5;
  border-radius: 0.75rem;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.3), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1.25rem);
  -webkit-backdrop-filter: blur(1.25rem);
  z-index: 3;
}
.cover__contact-form h3 {
  margin: 0.75rem 0 0.5rem 0;
  font-size: 1.3em;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.cover__contact-form form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  width: 90%;
}
.cover__contact-form form input, .cover__contact-form form textarea {
  width: 100%;
  height: 2em;
  font-size: 1em;
  margin: 0.4em 0 0.8em 0;
  padding: 1em;
  background: rgba(255, 255, 255, 0.6);
  border: 0.0625rem solid #CACACA;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.25), inset 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.35);
  border-radius: 0.75rem;
  text-transform: none;
  color: #6f6f6f;
}
.cover__contact-form form textarea {
  height: 8em;
}
.cover__contact-form form input[type=submit] {
  height: min-content;
  width: min-content;
  padding: 0.9em 1.5em;
  margin: auto;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
  color: #6f6f6f;
  transition: all 0.3s;
}
.cover__contact-form form input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #f5f5f5;
}
.cover__contact-form form label {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}
.cover__contact-form form label i {
  color: red;
}

.contact-form-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
}
.contact-form-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.1875rem;
  height: 1.75rem;
  border-radius: 0.1875rem;
  background-color: #f5f5f5;
}
.contact-form-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.75rem;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #f5f5f5;
}
@media (min-width: 120em) {
  [class*=__container] {
    padding-left: 0.9375rem;
  }
  [class*=__container] {
    padding-right: 0.9375rem;
  }}
@media (min-width: 20em) and (max-width: 120em) {
  [class*=__container] {
    padding-left: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem );
  }
  [class*=__container] {
    padding-right: clamp( 0.9375rem , 0.9375rem  +  0vw , 0.9375rem );
  }}
@media (max-width: 20em) {
  [class*=__container] {
    padding-left: 0.9375rem;
  }
  [class*=__container] {
    padding-right: 0.9375rem;
  }}
@media (min-width: 48rem) {
  .cover__img {
    width: 65%;
    right: 0;
  }
  .cover__content {
    padding-left: 7vw;
  }
  .cover__title {
    font-size: 6vw;
    text-align: left;
    width: 80%;
  }
  .cover__txt {
    width: 40%;
    margin: 2rem 0;
  }
  .cover__button {
    margin: 2% 1.1em 10% 7vw;
  }
  .cover__contact-form._active {
    width: 18.75rem;
    min-width: 26.125rem;
    height: auto;
    padding: 1.25rem 0.5rem;
    gap: 0.5rem;
  }}
@media (min-width: 64rem) {
  .cover__contact-form._active {
    width: 18.75rem;
    height: auto;
    padding: 1.25rem 0.5rem;
    gap: 0.5rem;
  }}