body {
  background: #eceff1;
}

.blog-header, body.archive {
  background: #ffffff;
}

.structure-single {
  background-color: #ffffff;
}

.faq-header {
  width: 100%;
  background-color: #001CAB;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.faq-header.faq-header-main {
  padding-bottom: 80px;
}

.contents-faq-header {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "faq-header-title" "faq-header-info" "faq-header-form";
  align-items: center;
  text-align: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
}

.faq-header-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  grid-area: faq-header-title;
  width: 100%;
  display: flex;
  justify-content: center;
}

.submenu_action {
  background: transparent;
  border: none;
  cursor: pointer;
  grid-area: submenu_action;
  display: none;
}

.faq-header-submenu {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.faq-header-submenu-item {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  opacity: 0.5;
}
.faq-header-submenu-item:hover {
  opacity: 1;
}

.faq-header-submenu-item.active {
  opacity: 1;
}

.faq-header-form {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  grid-area: faq-header-form;
  justify-self: end;
}

.faq-header-field {
  font-family: "Open Sans", sans-serif;
  color: #545459;
  font-size: 16px;
  outline: none;
  margin-left: 20px;
  border: none;
}
.faq-header-field::-moz-placeholder {
  font-size: 14px;
}
.faq-header-field::placeholder {
  font-size: 14px;
}

.faq-header-clearform {
  font-family: "Open Sans", sans-serif;
  background: transparent;
  border: none;
  height: 100%;
  width: 40px;
  cursor: pointer;
}

.faq-header-submit {
  background: #32cc34;
  color: #ffffff;
  border: none;
  height: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 50px;
  cursor: pointer;
}

.faq-header-info {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  grid-area: faq-header-info;
}

.faq-categories {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 20px auto;
  box-sizing: border-box;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 20px auto;
}

.faq-category {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: #ffffff;
}

.faq-category-title {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #186aaf;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #186aaf;
  margin-bottom: 30px;
  padding-top: 20px;
}

.faq-category-item {
  font-family: "Open Sans", sans-serif;
  color: #545459;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 25px;
  font-family: "Open Sans", sans-serif;
  color: #545459;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 25px;
}

.faq-more-questions {
  font-family: "Open Sans", sans-serif;
  color: #186aaf;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #a8a8a8;
  font-family: "Open Sans", sans-serif;
  color: #186aaf;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #a8a8a8;
}

.faq-bread-crumb {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-flow: row wrap;
  margin: 20px auto;
}
.faq-bread-crumb a {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #545459;
  font-size: 12px;
  margin-right: 5px;
}
.faq-bread-crumb a:after {
  content: " > ";
}
.faq-bread-crumb a:last-of-type {
  color: #186aaf;
}
.faq-bread-crumb a:last-of-type:after {
  content: "";
}

.faq-bread-crumb.internal {
  margin: 20px 0;
  padding: 0;
}

.faq-category-list {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  margin: 20px auto 20px auto;
}

.faq-category-header {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #545459;
  margin-top: 20px;
  margin-bottom: 10px;
}

.faq-category-count {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545459;
  margin-bottom: 30px;
}

.faq-category-list-items {
  display: grid;
}

.faq-category-list-item {
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #d8d8d8;
  color: #186aaf;
  text-decoration: none;
  font-size: 18px;
  padding: 25px 0 25px 0;
}
.faq-category-list-item:first-of-type {
  border-top: 1px solid #d8d8d8;
}

.faq-search-list {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  margin: 20px auto 20px auto;
}

.faq-search-header {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #545459;
  margin-top: 20px;
  margin-bottom: 10px;
}

.faq-search-count {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545459;
  margin-bottom: 30px;
}

.faq-search-list-items {
  display: grid;
}

.faq-search-list-item {
  display: grid;
  border-bottom: 1px solid #d8d8d8;
  padding: 5px 0 25px 0;
}
.faq-search-list-item:first-of-type {
  border-top: 1px solid #d8d8d8;
}
.faq-search-list-item .title-search-item {
  font-family: "Open Sans", sans-serif;
  color: #186aaf;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
}
.faq-search-list-item .text-search-item {
  font-family: "Open Sans", sans-serif;
  color: #545459;
  text-decoration: none;
  font-size: 16px;
}

.faq-header-single {
  width: 100%;
  min-height: 110px;
  background: #004986;
  background-image: url("img/faq/clouds.svg");
  background-image: url("img/faq/clouds.svg"), linear-gradient(103deg, #0080bb, #004986);
  background-repeat: repeat-x;
  background-position: bottom;
}

.faq-header-single-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
}

.faq-header-title-single {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
}

.faq-header-form-single {
  min-width: 550px;
  height: 50px;
  background: #ffffff;
  border-radius: 5px;
  display: grid;
  grid-template-columns: 1fr min-content min-content;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.faq-single-body {
  display: grid;
  grid-template-columns: 265px 1fr;
  max-width: 1140px;
  padding: 20px 15px 20px 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.faq-single-body p {
  margin-bottom: 20px;
}
.faq-single-body ul {
  list-style: initial;
  list-style-type: disc;
}
.faq-single-body li {
  list-style: inside;
}

.faq-single-menu {
  display: grid;
  border-right: 1px solid #c5c5c5;
  align-content: start;
}

.faq-title-menu {
  display: grid;
  grid-template-columns: 1fr min-content;
  padding: 15px 20px 15px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #545459;
  cursor: pointer;
}

.faq-items-menu {
  display: grid;
}

.faq-item-menu {
  padding: 15px 20px 15px 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #545459;
  text-decoration: none;
}
.faq-item-menu:hover {
  background-color: #e5f3ff;
  color: #186aaf;
}

.faq-item-menu.active {
  background-color: #e5f3ff;
  color: #186aaf;
}

.faq-single-content {
  display: grid;
  padding-left: 20px;
  padding-right: 20px;
  align-content: start;
  grid-row-gap: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.faq-single-content img {
  max-width: 100%;
  height: auto;
}

.faq-title-single {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #186aaf;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.faq-content-single {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545459;
  font-weight: 400;
  line-height: 24px;
}
.faq-content-single a {
  text-decoration: underline;
  color: #008bff;
  font-size: 16px;
}

.faq-util {
  display: grid;
  background: #e5f3ff;
  margin-top: 60px;
  padding: 20px;
  border-radius: 5px;
  grid-template-columns: 1fr min-content min-content;
  grid-template-areas: "feedback-util no-util yes-util";
  grid-column-gap: 10px;
  align-items: center;
}
.faq-util .feedback-util {
  grid-area: feedback-util;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #008bff;
}
.faq-util .no-util {
  grid-area: no-util;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: none;
  border: 1px solid #008bff;
  color: #008bff;
  height: 44px;
  min-width: 88px;
  cursor: pointer;
}
.faq-util .yes-util {
  grid-area: yes-util;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: none;
  border: 1px solid #008bff;
  color: #008bff;
  height: 44px;
  min-width: 88px;
  cursor: pointer;
}

.faq-improve {
  background: #e5f3ff;
  padding: 34px 20px 20px 20px;
  border-radius: 5px;
  grid-row-gap: 20px;
  overflow: hidden;
  grid-template-areas: "feedback-improve link-improve" "improve-form improve-form" "span send-feedback";
  grid-column-gap: 10px;
  align-items: center;
}
.faq-improve .feedback-improve {
  grid-area: feedback-improve;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #008bff;
  display: block;
  float: left;
}
.faq-improve .link-improve {
  grid-area: link-improve;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #008bff;
  justify-self: end;
  display: block;
  float: right;
}
.faq-improve .link-improve a {
  color: #008bff;
}
.faq-improve .improve-form {
  margin-top: 15px;
  grid-area: improve-form;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #c5c5c5;
  color: #545459;
  min-height: 74px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.faq-improve .send-feedback {
  grid-area: send-feedback;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background: none;
  border: 1px solid #008bff;
  color: #008bff;
  height: 44px;
  cursor: pointer;
  justify-self: end;
  width: 88px;
  display: block;
  float: right;
}

.faq-improve.submited {
  display: grid;
  grid-template-areas: "feedback-improve link-improve";
  padding: 20px;
}
.faq-improve.submited .improve-form {
  display: none;
}
.faq-improve.submited .send-feedback {
  display: none;
}

.topblocks {
  width: 100%;
}
.topblocks__content {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: -40px auto 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
.topblocks__content__item {
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  max-width: 540px;
  text-decoration: none;
  display: grid;
  padding: 20px;
  row-gap: 24px;
  text-align: center;
}
.topblocks__content__item .item__ico {
  display: flex;
  height: 50px;
  width: 100%;
  justify-content: center;
}
.topblocks__content__item .item__ico img {
  justify-self: center;
  align-self: center;
}
.topblocks__content__item .item__info {
  display: grid;
  row-gap: 10px;
  justify-items: center;
}
.topblocks__content__item .item__info .item__title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #186aaf;
  max-width: 250px;
}
.topblocks__content__item .item__info .item__text {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #545459;
  max-width: 300px;
}

.frequentes {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 40px auto 0 auto;
  display: grid;
  align-items: center;
}
.frequentes__title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #545459;
  text-align: center;
  padding-bottom: 30px;
}
.frequentes__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.frequentes__items .frequentes__item {
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 20px 30px;
  display: grid;
  height: 100%;
}
.frequentes__items .frequentes__item strong {
  font-weight: 600;
  font-size: 18px;
  color: #186aaf;
}
.frequentes__items .frequentes__item span {
  font-size: 14px;
  color: #545459;
}

.categoryblock {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 40px auto 0 auto;
  display: grid;
  align-items: center;
}
.categoryblock__title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #545459;
  text-align: center;
  padding-bottom: 30px;
}
.categoryblock__subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #545459;
  text-align: center;
}
.categoryblock__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.categoryblock__items a {
  height: 100%;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 20px 30px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: #186aaf;
  font-weight: 600;
  font-size: 18px;
}
.categoryblock__items a strong {
  align-self: center;
  font-weight: 600;
  font-size: 18px;
  color: #186aaf;
}
.categoryblock__items a span {
  font-size: 14px;
  color: #545459;
}

.linkbox__contents {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 20px auto 0 auto;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.linkbox__contents.one-item {
  grid-template-columns: 1fr;
}
.linkbox__contents.single {
  padding-left: 0;
  padding-right: 0;
}
.linkbox__contents .linkbox__item {
  row-gap: 10px;
  border-radius: 5px;
  border: solid 1px #c5c5c5;
  padding: 20px;
  display: grid;
  justify-content: center;
  height: 100%;
  text-decoration: none;
}
.linkbox__contents .linkbox__item strong {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #186aaf;
}
.linkbox__contents .linkbox__item .text {
  font-size: 14px;
  text-align: center;
  color: #545459;
}
.linkbox__contents .linkbox__item .psbutton {
  margin-top: 10px;
  border-radius: 5px;
  background-color: #008bff;
  font-size: 16px;
  font-weight: bold;
  justify-self: center;
  color: #ffffff;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}

.workingtime {
  width: 100%;
}
.workingtime__content {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 40px auto 0 auto;
  display: grid;
  justify-content: center;
  row-gap: 10px;
}
.workingtime__content strong {
  font-size: 18px;
  font-weight: 600;
  color: #545459;
  text-align: center;
}
.workingtime__content span {
  font-size: 14px;
  color: #545459;
  text-align: center;
}

footer {
  padding-top: 50px;
}
footer .footer__topo {
  background-image: none;
  min-height: auto;
}
footer .contents-footer {
  display: grid;
  grid-template-areas: "logofooter linkredes" "endereco linkredes";
  justify-content: space-between;
  align-items: center;
}
footer .logo-footer {
  grid-area: logofooter;
}
footer .endereco {
  grid-area: endereco;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.7;
}
footer .links-redes {
  grid-area: linkredes;
  display: flex;
}
footer .links-redes ul {
  padding: 0;
  margin: 0;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .links-redes ul li {
  height: 53px;
}

@media screen and (max-width: 768px) {
  .faq-header {
    box-sizing: border-box;
    padding: 25px 15px 20px 15px;
    box-sizing: border-box;
  }
  .faq-header-title {
    font-size: 22px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    justify-self: initial;
  }
  .faq-header-form {
    min-width: 100%;
  }
  .contents-faq-header {
    grid-template-areas: "faq-header-title" "divspacer" "faq-header-form" "faq-header-info";
  }
  .submenu_action {
    display: block;
  }
  .faq-header-submenu {
    display: none;
    width: 100%;
    grid-auto-flow: row;
    row-gap: 15px;
    margin-top: 25px;
    text-align: left;
  }
  .faq-header-submenu.showsubmenu {
    display: grid;
  }
  .submenu_action.submenuoppened img {
    transform: rotate(180deg);
  }
  .faq-categories {
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }
  .faq-category-title {
    font-size: 18px;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .faq-category-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a8a8a8;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a8a8a8;
  }
  .faq-more-questions {
    border-bottom: none;
    padding-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
  }
  .faq-category-header {
    font-size: 18px;
  }
  .faq-category-count {
    font-size: 14px;
  }
  .faq-category-list-item {
    font-size: 16px;
    padding: 20px 0 20px 0;
  }
  .faq-search-header {
    font-size: 18px;
  }
  .faq-search-count {
    font-size: 14px;
  }
  .faq-header-single-container {
    padding: 0 15px 0 15px;
  }
  .faq-header-title-single {
    display: none;
  }
  .faq-header-form-single {
    min-width: 100%;
  }
  .faq-single-body {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .faq-single-menu {
    border-right: none;
    box-sizing: border-box;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 30px;
  }
  .faq-util {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "feedback-util feedback-util" "no-util yes-util";
    margin-top: 20px;
    grid-row-gap: 15px;
    text-align: center;
  }
  .faq-improve {
    grid-template-areas: "feedback-improve feedback-improve" "improve-form improve-form" "link-improve send-feedback";
    text-align: center;
    padding: 15px;
  }
  .faq-improve .link-improve {
    justify-self: start;
    text-align: left;
    font-size: 12px;
    float: left;
  }
  .faq-improve.submited {
    display: grid;
    grid-template-areas: "feedback-improve" "link-improve";
    padding: 20px;
  }
  .faq-improve.submited .improve-form {
    display: none;
  }
  .faq-improve.submited .send-feedback {
    display: none;
  }
  .faq-improve.submited .link-improve {
    justify-self: center;
  }
  .faq-single-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  footer .contents-footer {
    display: grid;
    grid-auto-flow: column;
    grid-template-areas: "logofooter" "linkredes" "endereco";
    justify-content: center;
    row-gap: 15px;
    align-items: center;
  }
  footer .logo-footer {
    text-align: center;
  }
  footer .links-redes {
    justify-content: center;
  }
  .remove-mb {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .topblocks {
    width: 100%;
  }
  .topblocks__content {
    grid-template-columns: 1fr;
  }
  .topblocks__content__item {
    max-width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 50px 1fr;
    text-align: left;
  }
  .topblocks__content__item .item__ico {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
  }
  .topblocks__content__item .item__ico img {
    justify-self: center;
    align-self: center;
  }
  .topblocks__content__item .item__info {
    display: grid;
    row-gap: 10px;
    justify-items: start;
  }
  .topblocks__content__item .item__info .item__title {
    max-width: 100%;
    font-size: 16px;
  }
  .topblocks__content__item .item__info .item__text {
    max-width: 100%;
  }
  .frequentes__title {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .frequentes__items {
    grid-template-columns: 1fr;
  }
  .frequentes__items .frequentes__item strong {
    font-size: 16px;
  }
  .categoryblock__title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .categoryblock__subtitle {
    font-size: 18px;
  }
  .categoryblock__items {
    grid-template-columns: 1fr;
  }
  .categoryblock__items .categoryblock__item strong {
    font-size: 16px;
  }
  .linkbox .linkbox__contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 992px) {
  .faq-categories {
    grid-template-columns: repeat(2, 1fr);
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 330px) {
  .faq-header-single-container {
    padding: 0 5px 0 5px;
  }
}
.pagenotfound {
  width: 100%;
}
.pagenotfound__content {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 50px auto;
}

.ops {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.ops .ops-image {
  max-width: 312px;
}
.ops .ops-image img {
  width: 100%;
}
.ops .ops-msg {
  max-width: 536px;
  display: flex;
  flex-flow: column nowrap;
}
.ops .ops-msg .ops-title {
  font-size: 45px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #186aaf;
}
.ops .ops-msg .ops-subtitle {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  color: #186aaf;
  font-size: 16px;
  margin-bottom: 30px;
}
.ops .ops-msg .ops-text {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #545459;
}
.ops .ops-msg .ops-text a {
  text-decoration: underline;
  color: #008bff;
}
@media screen and (max-width: 768px) {
  .ops {
    flex-flow: column nowrap;
  }
  .ops .ops-image {
    max-width: 140px;
  }
  .ops .ops-msg .ops-title {
    font-size: 30px;
    text-align: center;
  }
  .ops .ops-msg .ops-subtitle {
    text-align: center;
  }
  .ops .ops-msg .ops-text {
    text-align: center;
  }
}

.feedback-content {
  display: flex;
  font-family: "Open Sans", sans-serif;
  flex-flow: column nowrap;
  text-align: center;
  padding: 22px;
  font-size: 16px;
  color: #008bff;
  gap: 18px;
}
.feedback-content .fc-image {
  position: relative;
  height: 85px;
  display: flex;
  justify-content: center;
}
.feedback-content .fc-image img {
  position: absolute;
}
.feedback-content .fc-link {
  display: flex;
  justify-content: center;
}
.feedback-content .fc-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 100%;
  width: 287px;
  border: solid 2px #008bff;
  text-decoration: none;
  font-size: 16px;
  color: #008bff;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}/*# sourceMappingURL=faq.css.map */