/********
Style Variables
********/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
}

.word_break {
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 300px) {
  .word_break {
    word-break: keep-all;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}

.margin-top-header {
  padding-top: 84px;
}
@media (min-width: 744px) {
  .margin-top-header {
    padding-top: 188px;
  }
}
@media (min-width: 789px) {
  .margin-top-header {
    padding-top: 168px;
  }
}
@media (min-width: 1074px) {
  .margin-top-header {
    padding-top: 144px;
  }
}

.accordion-list-container {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.accordion-list-container .items {
  width: 100%;
}
.accordion-list-container .items .item .accordion {
  cursor: pointer;
  width: 100%;
  padding: 30px 20px;
  text-align: left;
  border: none;
  outline: none;
  font-size: 1rem;
  background-color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.accordion-list-container .items .item .accordion img {
  margin-right: 10px;
  margin-top: 5px;
  transform: rotate(180deg);
  transition: transform 0.4s;
}
.accordion-list-container .items .item .accordion:not(.active) {
  margin-bottom: 10px;
  transition: 0s;
}
.accordion-list-container .items .item .accordion.active {
  position: relative;
  border-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-list-container .items .item .accordion.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 25px;
  background-color: white;
  z-index: 3;
}
.accordion-list-container .items .item .panel {
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
  margin-top: -10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  display: none;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}

.no-scroll {
  overflow: hidden;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.header {
  display: flex;
  justify-content: space-between;
  background-color: #a41d36;
  padding: 20px;
}

.header .login {
  display: none;
  background-color: #232930;
  color: white;
  border-radius: 25px;
  place-content: center;
  font-size: 1rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 10px 24px 10px 24px;
  width: 120px;
  height: 30px;
}

@media (min-width: 744px) {
  .header .login {
    display: grid;
  }
}
.header .burger {
  cursor: pointer;
}

@media (min-width: 744px) {
  .header .burger {
    display: none;
  }
}
.menu-items {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  background-color: white;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.menu-items .login {
  background-color: #232930;
  color: white;
  border-radius: 25px;
  place-content: center;
  font-size: 1rem;
  text-decoration: underline;
  padding: 15px 24px 15px 24px;
  cursor: pointer;
}

.menu-items :not(.login) {
  padding: 10px;
  cursor: pointer;
}

.menu-items :not(.login):hover {
  color: #a41d36;
}

.menu-items :not(.login):active {
  color: #a41d36;
}

.menu-items :not(.login).selected {
  border-bottom: 5px solid #a41d36;
}

.menu-items a {
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: black;
}

.menu-items a.selected {
  border-bottom: 3px solid #a41d36;
}

.menu-header {
  display: none;
  background-color: white;
  box-shadow: 8px 8px 18px 8px rgba(200, 200, 200, 0.25);
}

.menu-header div:hover {
  color: #a41d36;
}

@media (min-width: 744px) {
  .menu-header {
    display: flex;
    gap: 30px;
    padding: 20px;
  }
  .menu-header a {
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: black;
  }
  .menu-header a.selected {
    border-bottom: 3px solid #a41d36;
  }
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v226/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2) format("woff2");
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*# sourceMappingURL=global.css.map */
