@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Black-Alt.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Black-Caps.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Black-Italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Bold-Alt.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Bold-Caps.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "intro-book";
  src: url("../fonts/intro/Intro-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "intro-book-alt";
  src: url("../fonts/intro/Intro-Book-Alt.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "intro-book-caps";
  src: url("../fonts/intro/Intro-Book-Caps.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "intro-book";
  src: url("../fonts/intro/Intro-Book-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "intro-r-alt";
  src: url("../fonts/intro/Intro-Regular-Alt.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "intro-r-caps";
  src: url("../fonts/intro/Intro-Regular-Caps.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Regular-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Light-Alt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Light-Caps.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Light-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Thin-Alt.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Thin-Caps.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "intro";
  src: url("../fonts/intro/Intro-Thin-Italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #293647;
  background-color: #eaeaea;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 150px;
  position: relative;
}
@media (max-width: 1024px) {
  main {
    gap: 80px;
  }
}
@media (max-width: 768px) {
  main {
    gap: 60px;
  }
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

.dark-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  background-color: #203142;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  transition: 0.3s all;
}
.dark-button:disabled {
  background-color: #f4f4f5;
  color: #b5bac0;
  cursor: unset;
}
.dark-button:hover {
  background-color: #4d5a68;
}
.dark-button:active {
  background-color: #1a2735;
}

.light-button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  color: #203142;
  text-align: center;
  transition: 0.3s all;
}
.light-button:disabled {
  background-color: #f4f4f5;
  color: #b5bac0;
  cursor: unset;
}
.light-button:hover {
  background-color: #D1D4D7;
}
.light-button:active {
  background-color: #ADB4B9;
}/*# sourceMappingURL=styles.css.map */