* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

textarea {
  resize: vertical;
}

@media (min-width: 768px) {
  .top-menu ul {
    display: flex;
  }
  .top-menu ul li.parent > a {
    position: relative;
  }
  .top-menu ul li a {
    font-weight: 500;
    font-size: 16rem;
    padding: 5rem 15rem;
    border-radius: 100px;
    display: inline-block;
  }
  .top-menu ul li * {
    transition: 0.3s;
  }
  .top-menu ul li._selected ul {
    display: block;
  }
  .top-menu ul li:hover:not(._active) > a {
    color: #f5e400;
  }
  .top-menu ul li._active > a {
    background-color: #f5e400;
  }
  .top-menu ul li ul {
    display: none;
    position: absolute;
    padding-top: 10rem;
  }
  .top-menu ul li ul li {
    display: inline-block;
  }
  .top-menu ul li ul li a {
    font-size: 15rem;
  }
}
@media (max-width: 767.98px) {
  .top-menu {
    padding: 15rem 0;
  }
  .top-menu ul {
    display: flex;
    flex-direction: column;
  }
  .top-menu ul li {
    margin-bottom: 15rem;
  }
  .top-menu ul li.parent {
    position: relative;
  }
  .top-menu ul li.parent:before {
    content: "";
    display: block;
    width: 18rem;
    height: 18rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3e%3cpath fill='%23363838' d='M297.4 438.6C309.9 451.1 330.2 451.1 342.7 438.6L502.7 278.6C515.2 266.1 515.2 245.8 502.7 233.3C490.2 220.8 469.9 220.8 457.4 233.3L320 370.7L182.6 233.4C170.1 220.9 149.8 220.9 137.3 233.4C124.8 245.9 124.8 266.2 137.3 278.7L297.3 438.7z'/%3e%3c/svg%3e");
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.3s;
  }
  .top-menu ul li.parent._active:before {
    transform: rotate(180deg);
  }
  .top-menu ul li._selected a {
    border-bottom: 2px solid #f5e400;
  }
  .top-menu ul li a {
    font-weight: 700;
    display: inline-block;
    font-size: 20rem;
  }
  .top-menu ul li ul {
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 5rem;
    gap: 5rem;
  }
  .top-menu ul li ul li {
    margin-bottom: 0;
  }
  .top-menu ul li ul li a {
    font-weight: normal;
    display: inline-block;
    border-radius: 100px;
    padding: 5rem 10rem;
    font-size: 16rem;
    margin: 10rem 0 0 0;
    border-bottom: none !important;
  }
  .top-menu ul li ul li._active > a {
    background-color: #f5e400;
  }
  .top-menu ul li._selected ul {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */