@charset "UTF-8";
.faq-index h1, .faq-category h1 {
  font-family: "ChronicleFine-Roman";
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1px;
}
.faq-index img, .faq-category img {
  max-width: 100%;
}
.faq-index .container, .faq-category .container {
  width: 1260px;
  max-width: 100%;
  padding: 0 30px;
}

.faq-index {
  background: #f7f7f7;
  padding-bottom: 56px;
}
.faq-index .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -10px;
}
.faq-index .col-sm-6 {
  padding: 0 10px;
}
.faq-index .col-sm-6 .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  row-gap: 22px;
  margin: 0 -10px;
  height: 100%;
}
.faq-index .col-sm-6 .row::before, .faq-index .col-sm-6 .row::after {
  display: none;
}
.faq-index .col-xs-6 {
  width: 100%;
  padding: 0 10px;
}
.faq-index h1 {
  margin: 67px 0 46px;
}
.faq-index h2 {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #000000;
  margin: 15px 0 0 0;
}
.faq-index h2 br {
  display: none;
}
.faq-index .faq-icon img {
  max-height: 70px;
}
.faq-index .faq-image {
  height: 100%;
}
.faq-index .faq-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-index .faq-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 29px 0;
  border: 1px solid #979797;
  height: 100%;
}
.faq-index .faq-card:hover {
  background-color: #fff;
}

.faq-category {
  background: #f7f7f7;
  padding-bottom: 51px;
}
.faq-category h1 {
  margin: 67px 0 28px;
}
.faq-category h3 {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
}
.faq-category aside {
  position: sticky;
  top: 170px;
}
.faq-category .row {
  margin: 0 -10px;
}
.faq-category .row > * {
  padding: 0 10px;
}
.faq-category hr {
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
  border: none;
  background: #979797;
}
.faq-category .faq-sidebar-title, .faq-category .faq-question h2 {
  font-family: "Gill Sans", "GillSans", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}
.faq-category .faq-menu {
  margin: 0;
}
.faq-category .faq-menu a {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.8px;
}
.faq-category .faq-menu a:hover, .faq-category .faq-menu a.active {
  text-decoration: underline;
}
.faq-category .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 25px;
  cursor: pointer;
}
.faq-category .faq-question h2 {
  padding-right: 30px;
}
.faq-category .faq-question.clicked .faq-toggle::after {
  height: 100%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.faq-category .faq-answer {
  max-width: 800px;
  padding-top: 2px;
}
.faq-category .faq-answer p {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0.8px;
  padding-top: 17px;
  margin: 0;
}
.faq-category .faq-answer p:has(a) {
  padding-top: 19px;
}
.faq-category .faq-answer a {
  color: #000000;
  text-decoration: underline;
}
.faq-category .faq-answer .row {
  padding-top: 18px;
}
.faq-category .faq-answer ul {
  margin: 0;
  padding-left: 0;
  padding-top: 21px;
}
.faq-category .faq-answer li {
  font-family: "GillSans-Light", "GillSans", Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  letter-spacing: 0.8px;
  list-style: none;
}
.faq-category .faq-answer li:not(:last-of-type) {
  padding-bottom: 18px;
}
.faq-category .faq-answer li:before {
  content: "•";
  margin-right: 19px;
}
.faq-category .faq-answer .faq-block p {
  line-height: 18px;
  padding-top: 0;
}
.faq-category .faq-answer:has(.faq-answer__payment-icons) {
  max-width: 100%;
}
.faq-category .faq-answer:has(.faq-answer__payment-icons) p {
  max-width: 800px;
}
.faq-category .faq-answer__payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 21px;
  padding-top: 17px;
}
.faq-category .faq-answer__payment-icons img {
  width: 60px;
}
.faq-category .faq-toggle {
  position: relative;
  min-width: 14px;
  height: 14px;
  margin-top: 4px;
}
.faq-category .faq-toggle::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  width: 100%;
  background: #979797;
}
.faq-category .faq-toggle::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 0%;
  width: 1px;
  background: #979797;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-container {
  background: #000000;
}

@media screen and (max-width: 1024px) {
  .faq-index {
    padding-bottom: 43px;
  }
  .faq-index .col-sm-6 .row {
    row-gap: 19px;
    margin: 0 -9px;
  }
  .faq-index .col-xs-6 {
    padding: 0 9px;
  }
  .faq-index h1 {
    margin: 67px 0 26px;
  }
  .faq-index h2 br {
    display: block;
  }
  .faq-index .faq-icon img {
    max-height: 61px;
  }
  .faq-index .faq-card {
    padding: 16px 0;
  }
}
@media screen and (max-width: 1024px) {
  .faq-category {
    padding-bottom: 35px;
  }
  .faq-category .row {
    margin: 0 -6px;
  }
  .faq-category .row > * {
    padding: 0 6px;
  }
  .faq-category h1 {
    margin: 67px 0 23px;
  }
  .faq-category .faq-question {
    padding-right: 19px;
  }
  .faq-category .faq-question h2 {
    padding-right: 36px;
  }
  .faq-category .faq-toggle {
    margin-top: 1px;
  }
  .faq-category .faq-answer {
    max-width: 684px;
  }
  .faq-category .faq-answer:has(.faq-answer__payment-icons) p {
    max-width: 684px;
  }
  .faq-category .faq-answer .row {
    max-width: 625px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-index .col-sm-6 {
    padding: 0 5px;
  }
  .faq-index .col-sm-6 .row {
    row-gap: 14px;
    margin: 0 -6px;
  }
  .faq-index .col-xs-6 {
    padding: 0 6px;
  }
  .faq-index .row {
    margin: 0 -5px;
  }
  .faq-index h1 {
    letter-spacing: -0.55px;
  }
  .faq-index h2 {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.55px;
    margin-top: 11px;
  }
  .faq-index .faq-icon img {
    max-height: 47px;
  }
  .faq-index .faq-card {
    padding: 8px 7px 7px;
  }
  .faq-category h1 {
    letter-spacing: -0.55px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-category {
    padding-bottom: 24px;
  }
  .faq-category aside, .faq-category .col-sm-9 {
    width: 100%;
  }
  .faq-category .row aside {
    position: static;
    padding-bottom: 20px;
  }
  .faq-category .faq-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding-block: 17px;
    margin-right: -30px;
  }
  .faq-category .faq-menu::-webkit-scrollbar {
    display: none;
  }
  .faq-category .faq-menu a {
    text-wrap: nowrap;
    margin: 0 20px 0 0;
  }
  .faq-category .faq-sidebar {
    border-bottom: 1px solid #979797;
  }
  .faq-category .faq-sidebar-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
  }
}
@media screen and (max-width: 767px) {
  .faq-category {
    padding-bottom: 24px;
  }
  .faq-category aside, .faq-category .col-sm-9 {
    width: 100%;
  }
  .faq-category .row aside {
    position: static;
    padding-bottom: 20px;
  }
  .faq-category .faq-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding-block: 17px;
    margin-right: -30px;
  }
  .faq-category .faq-menu::-webkit-scrollbar {
    display: none;
  }
  .faq-category .faq-menu a {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    text-wrap: nowrap;
    margin: 0 20px 0 0;
  }
  .faq-category .faq-sidebar-title, .faq-category .faq-question h2 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.8px;
  }
  .faq-category .faq-sidebar {
    border-bottom: 1px solid #979797;
  }
  .faq-category .faq-sidebar-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #979797;
  }
  .faq-category .faq-question {
    padding-right: 10px;
  }
  .faq-category .faq-answer {
    max-width: 638px;
    padding-top: 5px;
  }
  .faq-category .faq-answer__payment-icons img {
    width: 36px;
  }
  .faq-category .faq-answer:has(.faq-answer__payment-icons) p {
    max-width: 638px;
  }
  .faq-category .faq-answer ul {
    padding-top: 14px;
  }
  .faq-category .faq-answer li {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
  }
  .faq-category .faq-answer li:before {
    margin-right: 14px;
  }
  .faq-category .faq-answer li:not(:last-of-type) {
    padding-bottom: 14px;
  }
  .faq-category .faq-answer p {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    padding-top: 14px;
  }
  .faq-category .faq-answer p:has(a) {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .faq-index h1, .faq-category h1 {
    font-size: 30px;
  }
  .faq-index {
    padding-bottom: 40px;
  }
  .faq-index h1 {
    margin: 43px 0 18px;
  }
  .faq-index h2 {
    margin-top: 10px;
    line-height: 1;
  }
  .faq-index .container {
    padding: 0 14px;
  }
  .faq-index .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .faq-index .col-sm-6 {
    width: 100%;
  }
  .faq-index .col-sm-6:last-of-type {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-bottom: 20px;
  }
  .faq-index .col-sm-6 .row {
    row-gap: 13px;
  }
  .faq-index .faq-icon img {
    max-height: 39px;
  }
  .faq-category {
    padding-bottom: 20px;
  }
  .faq-category .container {
    padding-inline: 14px;
  }
  .faq-category h1 {
    margin: 43px 0 25px;
  }
  .faq-category h3 {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
    margin-top: 14px;
  }
  .faq-category .row aside {
    padding-bottom: 18px;
  }
  .faq-category .faq-sidebar-title {
    padding-bottom: 18px;
  }
  .faq-category .faq-question {
    padding-right: 13px;
  }
  .faq-category .faq-question h2 {
    padding-right: 24px;
  }
  .faq-category .faq-answer {
    padding-top: 9px;
  }
  .faq-category .faq-answer ul {
    padding-top: 12px;
  }
  .faq-category .faq-answer li:before {
    margin-right: 12px;
  }
  .faq-category .faq-answer li:not(:last-of-type) {
    padding-bottom: 12px;
  }
  .faq-category .faq-answer .faq-block p {
    line-height: 14px;
  }
  .faq-category .faq-answer .row {
    padding-top: 19px;
  }
  .faq-category .faq-answer .row div:not(:first-of-type) {
    margin-top: 20px;
  }
  .faq-category .faq-answer p {
    padding-top: 12px;
  }
  .faq-category .faq-answer p:has(a) {
    padding-top: 13px;
  }
  .faq-category .faq-answer__payment-icons {
    gap: 12px;
  }
  .faq-corporate-section .faq-item:nth-of-type(2) .row {
    padding-bottom: 6px;
  }
}/*# sourceMappingURL=faq.css.map */