/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-snap-stop: normal;
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
html ::-webkit-scrollbar {
  width: 16px;
}
html ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 1px 1px 8px rgba(0, 0, 0, 0.6);
  background-color: #f6f6f6;
}
html ::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffa500;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #ffb733;
}
@media only screen and (min-width: 123.75em) {
  html {
    font-size: 110%;
  }
}
body {
  margin: 0;
  min-height: 100svh;
  z-index: 1;
  box-sizing: border-box;
}
main {
  padding-inline: 2.5rem;
  margin: 0 auto;
  max-width: 1680px;
  min-height: 100svh;
}
@media only screen and (max-width: 65em) {
  main {
    padding-inline: 1.5rem;
  }
}
#root {
  min-height: 100svh;
  position: relative;
}
h1,
h2,
h3,
p,
ul {
  margin-top: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
div {
  unicode-bidi: isolate;
}
.swiper-wrapper {
  width: 100% !important;
  height: 100% !important;
}
.swiper-slide {
  height: auto !important;
  padding-bottom: 1.5rem;
}
.grid-page-aside {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: "main main main main main aside" "bottom bottom bottom bottom bottom .";
}
@media only screen and (max-width: 56em) {
  .grid-page-aside {
    grid-template-areas: "main main main main main main" "bottom bottom bottom bottom bottom .";
  }
}
.d-flex {
  display: flex;
  align-items: center;
}
.d-flex--sb {
  justify-content: space-between;
}
.d-flex--center {
  justify-content: center;
}
.div-container {
  padding: 1.5rem;
}
@media only screen and (max-width: 56em) {
  .div-container {
    padding: 0.625rem;
  }
}
.bg-grey {
  background-color: #f6f6f6;
  border-radius: 20px;
}
.border-bottom {
  border-bottom: 1.5px solid #ffa500;
}
.page-title {
  margin-bottom: 0.625rem;
  font-family: "Tahoma", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1rem;
  padding-top: 1rem;
}
@media only screen and (max-width: 65em) {
  .page-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
  }
}
@media only screen and (max-width: 56em) {
  .page-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.1;
  }
}
.p-m {
  padding: 1.5rem;
}
.p-y-m {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 56em) {
  .p-y-m {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.p-t-m {
  padding-top: 1.5rem;
}
.p-y-s {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.mt-l {
  margin-top: 2.5rem;
}
.mt-m {
  margin-top: 1.5rem;
}
.mt-s {
  margin-top: 0.625rem;
}
.mb-m {
  margin-bottom: 1.5rem;
}
:root {
  --font-open-sans: "Open Sans", sans-serif;
}
html {
  font-family: var(--font-open-sans);
}
h1,
h2,
h3 {
  font-family: Tahoma, sans-serif;
  text-wrap: pretty;
}
h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
}
h1 {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 30em) {
  h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
  }
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 30em) {
  h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1;
  }
}
h2 {
  -webkit-font-smoothing: antialiased;
}
h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}
h3 {
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 30em) {
  h3 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.1;
  }
}
p {
  font-family: var(--font-open-sans), sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}
@media only screen and (max-width: 30em) {
  p {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.1;
  }
}
a {
  font-family: var(--font-open-sans), sans-serif;
  text-decoration: none;
}
.text-yellow {
  color: orange;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
