body {
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .container {
    width: 90% !important;
  }
}

body.archive {
  background: #fff;
}

.blog-header {
  background: #fff;
}

.slide-in-menu {
  transform: translateX(100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.slide-in-menu.active {
  transform: translateX(0);
}

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

.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: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  background: #fff;
}

.faq-category-title {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #087bc6;
  margin-bottom: 30px;
  padding-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #087bc6;
  margin-bottom: 30px;
  padding-top: 20px;
}

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

.faq-more-questions {
  font-family: "Montserrat", sans-serif;
  color: #087bc6;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 40px;
  border-bottom: 1px solid #a8a8a8;
  font-family: "Montserrat", sans-serif;
  color: #087bc6;
  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: "Montserrat", 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: #4a4949;
  font-weight: 600;
}

.faq-bread-crumb a:last-of-type:after {
  content: "";
}

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

.faq-bread-crumb span:hover {
  color: #0d90d1;
}

.faq-search-list-item span:hover {
  color: #0d90d1;
}

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

.faq-category-header {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #4a4949;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

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

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

.faq-category-list-item {
  font-family: "Montserrat", sans-serif;
  color: #515050;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  margin: auto 0;
}

.faq-category-list-item span:hover {
  color: #0d90d1;
  transition: 0.2s;
}

.faq-category-box-accordion {
  border-bottom: 1px solid #d8d8d8;
  padding: 1.2em 0;
  display: grid;
  grid-template-columns: 17% 87%;
  grid-gap: 15px;
  row-gap: 0;
}

.faq-category-box-accordion.active {
  border: 0 !important;
}

.faq-category-box span {
  margin: auto 0;
  color: #4a4949;
  font-weight: 600;
}

.faq-category-box-accordion:hover span {
  color: #0d90d1;
}

.faq-category-box b {
  background: url(../img/down.svg) no-repeat center center/cover;
  display: inline-block;
  float: right;
  width: 15px;
  height: 15px;
  margin-right: 0.8em;
  vertical-align: middle;
}

.active b {
  transform: rotate(180deg);
}

.panel {
  color: #4a4949;
  font-size: 16px;
}

.panel strong,
a {
  color: #087bc6;
}

.panel .wp-block-buttons {
  justify-content: center;
  padding: 1em 0;
}

.wp-block-buttons strong,
.wp-block-buttons a {
  color: #fff !important;
}

.panel img {
  width: 100%;
  padding: 1em 0;
}

.panel .wp-block-separator {
  border-bottom: 1px solid #d8d8d8 !important;
}

.panel p {
  padding: 0 0 8px 0;
}

.accordion-faq {
  margin: auto 0;
  width: 93%;
}

.accordion-faq span {
  display: flex;
  justify-content: space-between;
}

.category-link {
  margin: auto 0;
}

.category-link button {
  background: #0d90d1;
  color: #fff;
  font-weight: 600;
  padding: 8px 15px;
  border-radius: 5px;
  width: 100%;
  transition: 0.2s;
}

.category-link button:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.faq-category-list-item:first-of-type {
  border-top: 1px solid #d8d8d8;
}

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

.faq-search-header {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #4a4949;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.faq-search-count {
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
  color: #515050;
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}

.faq-search-list-item .text-search-item {
  font-family: "Montserrat", sans-serif;
  color: #545459;
  text-decoration: none;
  font-size: 16px;
}

.faq-header-single {
  width: 100%;
  min-height: 110px;
  background: #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: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.faq-header-form-single {
  min-width: 550px;
  height: 50px;
  background: #fff;
  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 {
  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-title-menu {
  display: grid;
  grid-template-columns: 1fr min-content;
  padding: 15px 20px 15px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #545459;
  cursor: pointer;
}

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

.faq-item-menu {
  padding: 20px 20px 20px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #545459;
  border-bottom: 1px solid #d9d9d9;
  text-decoration: none;
  position: relative;
  font-weight: 600;
}

.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-title-single {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #087bc6;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.faq-content-single {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #545459;
  font-weight: 400;
  line-height: 24px;
}

.faq-content-single a {
  text-decoration: underline;
  color: #087bc6;
  font-size: 16px;
}

.faq-util {
  display: grid;
  background: #e0f8f7;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  grid-template-columns: 1fr min-content min-content;
  grid-template-areas: "feedback-util no-util yes-util";
  grid-column-gap: 10px;
  align-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.faq-util .feedback-util {
  grid-area: feedback-util;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #087bc6;
}

.faq-util .no-util {
  grid-area: no-util;
  border-radius: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 1px solid #087bc6;
  color: #087bc6;
  height: 44px;
  min-width: 88px;
  transition: 0.2s;
  cursor: pointer;
}

.faq-util .no-util:hover {
  background: #087bc6;
  color: #fff;
  transition: 0.2s;
}

.faq-util .yes-util {
  grid-area: yes-util;
  border-radius: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 1px solid #087bc6;
  color: #087bc6;
  height: 44px;
  min-width: 88px;
  cursor: pointer;
  transition: 0.2s;
}

.faq-util .yes-util:hover {
  background: #087bc6;
  color: #fff;
  transition: 0.2s;
}

.faq-util-response {
  background: #e0f8f7;
  margin-top: 20px;
  padding: 25px;
  border-radius: 16px;
  grid-column-gap: 10px;
  align-items: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.faq-util-yes p {
  padding: 0;
}

.faq-util-yes img {
  width: 22px;
  padding: 0;
  background: #fff;
  border-radius: 90px;
  height: 22px;
  margin: 0 0 -5px 0;
}

.yes-p {
  color: #087bc6;
  padding: 1em 0 1em 0 !important;
  font-size: 16px;
}

.button-yes {
  text-align: center;
}

.faq-util-response button,
.faq-util-response .wpcf7-submit {
  border-radius: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  background: none;
  border: 1px solid #087bc6;
  color: #087bc6;
  height: 48px;
  width: 25%;
  min-width: 88px;
  transition: 0.2s;
  cursor: pointer;
}

.faq-util-response button:hover,
.faq-util-response .wpcf7-submit:hover {
  background: #087bc6;
  color: #fff;
  transition: 0.2s;
}

.faq-util-no,
.faq-util-yes {
  display: none;
}

.faq-util-no p {
  color: #087bc6;
  font-size: 16px;
  padding: 0 !important;
}

.faq-util-no span {
  color: #087bc6;
  font-weight: 600;
  text-decoration: underline;
}

.faq-util-no form {
  text-align: center;
}

.faq-util-no textarea {
  width: 100%;
  border-radius: 16px;
  padding: 20px;
  margin: 15px 0 10px 0;
  border: 1px solid #9e9e9e;
}

.wpcf7-response-output {
  border: 0px !important;
  color: #087bc6;
  font-size: 16px;
  margin: 20px 0 !important;
}

.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;
  column-gap: 20px;
  row-gap: 20px;
}

.topblocks__content__item {
  border-radius: 16px;
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-width: 360px;
  text-decoration: none;
  display: grid;
  padding: 30px 20px;
  row-gap: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}

.topblocks__content__item:hover {
  background: #fafafa;
  transition: 0.2s;
}

.topblocks__content__item .item__ico {
  display: flex;
  width: 100%;
  justify-content: center;
}

.topblocks__content__item .item__ico img {
  justify-self: center;
  align-self: center;
  width: 80px;
  object-fit: contain;
  height: 80px;
}

.topblocks__content__item .item__info {
  display: grid;
  row-gap: 10px;
  justify-items: center;
}

.topblocks__content__item .item__info .item__title {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #515050;
  max-width: 250px;
}

.topblocks__content__item .item__info .item__text {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #545459;
  max-width: 300px;
}

.categoryblock {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 60px auto 0 auto;
  display: grid;
  align-items: center;
}

.categoryblock__title {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #4a4949;
  text-align: center;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.categoryblock__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
  column-gap: 20px;
}

.categoryblock__items a {
  height: 100%;
  text-decoration: none;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px 30px;
  column-gap: 20px;
  color: #4a4949;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #9e9e9e;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  transition: 0.2s;
}

.categoryblock__items a:hover {
  background-color: #fafafa;
  transition: 0.2s;
}

.categoryblock__items a strong {
  align-self: center;
  font-weight: 600;
  font-size: 18px;
  color: #087bc6;
}

.categoryblock__items a span {
  font-size: 14px;
  color: #545459;
}

.linkbox__contents {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 80px auto 0 auto;
  display: grid;
  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: 16px;
  border: solid 1px #087bc6;
  padding: 30px 20px;
  display: grid;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  transition: 0.2s;
}

.linkbox__contents .linkbox__item strong {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #087bc6;
  margin: 0 0 10px 0;
  transition: 0.2s;
}

.linkbox__contents b {
  color: #0d90d1;
  text-decoration: underline;
  transition: 0.2s;
}

.linkbox__contents .linkbox__item .text {
  font-size: 16px;
  text-align: center;
  color: #4a4949;
  transition: 0.2s;
}

.linkbox__contents .linkbox__item .psbutton {
  margin-top: 10px;
  border-radius: 16px;
  background-color: #087bc6;
  font-size: 16px;
  font-weight: bold;
  justify-self: center;
  color: #fff;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition: 0.2s;
}

.linkbox__contents .linkbox__item:hover {
  background-color: #087bc6;
  transition: 0.2s;
}

.linkbox__contents .linkbox__item:hover strong,
.linkbox__contents .linkbox__item:hover .text,
.linkbox__contents .linkbox__item:hover b {
  color: #fff;
  transition: 0.2s;
}

.linkbox__contents .linkbox__item:hover .psbutton {
  background-color: #fff;
  color: #087bc6;
  transition: 0.2s;
}

.more-info {
  background: #757575;
  margin: 80px auto 0 auto;
  padding: 4em 0;
}

.more-info .contents-more {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  margin: auto;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.more-info .contents-more h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 35px;
  text-transform: uppercase;
}

.more-info .contents-more p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 4px;
}

.social-more-info {
  display: flex;
  padding: 1em 0 0 0;
}

.social-more-info p {
  font-size: 15px !important;
  padding-right: 10px;
}

.social-more-info i {
  color: #fff;
  font-size: 22px;
  margin: -3px 0 0 10px;
  transition: 0.2s;
}

.social-more-info i:hover {
  color: #f59a1b;
  transition: 0.2s;
}

.content-more-info-contact {
  min-width: 650px;
}

.content-more-info-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.content-more-info-button button {
  margin-top: 10px;
  border-radius: 16px;
  background-color: #087bc6;
  font-size: 16px;
  font-weight: bold;
  justify-self: center;
  color: #fff;
  height: 45px;
  padding: 10px 70px;
  transition: 0.2s;
  text-decoration: none;
}

.content-more-info-button button:hover {
  background: #f59a1b;
  cursor: pointer;
  transition: 0.2s;
}

.contents-footer {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  margin: auto;
}

.alert-contact {
  border: 1px solid #9e9e9e;
  border-radius: 16px;
  padding: 2em;
  background: #fefaf1;
  margin-bottom: 30px;
}

.alert-contact p {
  color: #f07e10;
  font-size: 16px;
  line-height: 24px;
}

.open {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.visibility_list {
  display: none;
}

.hide-buttons {
  display: none;
}

.wpcf7-form-control-wrap {
  position: relative;
  grid-area: improve-form;
}

.faq-improve .improve-form {
  grid-area: initial;
}

.panel {
  display: none;
  padding: 20px 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.help-service {
  background: linear-gradient(
    149.74deg,
    rgba(242, 246, 247, 0.7) 21.91%,
    rgba(15, 152, 214, 0.7) 109.54%
  );
  padding: 4em 0;
  height: 60vh;
  display: flex;
  align-items: center;
  text-align: center;
}

.help-service h1 {
  color: #404040;
  font-size: 30px;
  padding: 0 0 10px;
}

.help-service p {
  color: #404040;
  font-size: 18px;
  padding: 0 0 20px 0;
}

.help-service-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.help-service button {
  background: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 16px;
  width: 100%;
  color: #373737;
  font-weight: 600;
  font-size: 18px;
  padding: 20px 20px;
  box-sizing: border-box;
  margin: 0 0 15px 0;
}

.help-service button:hover {
  background: #fafafa;
  transition: 0.2s;
}

.help-service button img {
  margin: 0 0 -5px 0;
}

@media screen and (max-width: 1200px) {
  .faq-category-box-accordion {
    grid-template-columns: 17% 80%;
  }

  .accordion-faq {
    margin: auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .faq-util {
    grid-template-columns: 1fr !important;
    grid-template-areas: unset !important;
  }

  .faq-util .feedback-util,
  .faq-util .no-util,
  .faq-util .yes-util {
    grid-area: auto !important;
  }

  .faq-util button {
    width: 100% !important;
    margin: 8px 0 !important;
  }

  .open {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .close {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

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

  .visibility_list {
    display: grid;
  }

  .faq-category-box-accordion {
    grid-template-columns: 22% 76%;
  }

  .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-self: initial;
    padding-bottom: 10px;
  }

  .faq-header-info {
    padding: 10px 0 0px 0;
  }

  .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-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 {
    display: grid;
    background: #e0f8f7;
    margin-top: 20px;
    padding: 20px;
    border-radius: 16px;
    grid-template-columns: 1fr min-content min-content;
    grid-template-areas: "feedback-util no-util yes-util";
    grid-column-gap: 10px;
    align-items: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  }

  .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;
  }

  .faq-improve.submited {
    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 .logo-footer {
    text-align: center;
  }

  footer .links-redes {
    justify-content: center;
  }

  .remove-mb {
    display: none;
  }

  .content-more-info-contact {
    min-width: auto;
  }

  .body-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1em 0;
    row-gap: 15px;
  }

  .footer-footer {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-footer div {
    text-align: center;
  }

  .copy-footer {
    padding: 1em 0 0 0;
  }

  .amopromo-footer {
    padding: 2em 0;
  }

  .header-footer img {
    width: 25%;
  }

  .social-more-info {
    display: block;
    padding: 1em 0 0 0;
  }

  .social-more-info i {
    font-size: 25px;
    margin: 10px 15px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .faq-util-response button,
  .faq-util-response .wpcf7-submit {
    width: 100%;
  }

  .faq-category-box-accordion {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 1em 0;
  }

  .help-service {
    height: 65vh;
  }

  .help-service p {
    padding: 0 10px 20px 10px;
  }

  .category-link {
    width: 50%;
  }

  .faq-category-list-item {
    padding: 10px 0 10px 0;
  }

  .topblocks {
    width: 100%;
  }

  .topblocks__content {
    grid-template-columns: 1fr;
  }

  .topblocks__content__item {
    max-width: 100%;
    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;
    width: 60px;
  }

  .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: 20px;
  }

  .categoryblock__items {
    grid-template-columns: 1fr;
  }

  .categoryblock__items .categoryblock__item strong {
    font-size: 16px;
  }

  .linkbox .linkbox__contents {
    grid-template-columns: 1fr;
  }

  .more-info {
    padding: 3em 0;
  }

  .more-info .contents-more {
    grid-template-columns: 1fr;
  }

  .more-info .contents-more h2 {
    font-size: 25px;
    padding-bottom: 30px;
  }

  .content-more-info-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-footer {
    text-align: center;
  }

  .header-footer img {
    width: 45%;
  }

  .body-footer {
    grid-template-columns: 1fr;
    padding: 2em 0;
  }

  .copy-footer {
    justify-content: space-between;
    flex-direction: column;
  }

  .copy-footer li {
    display: block;
    padding: 4px 0;
  }

  .amopromo-footer {
    padding: 2em 1em;
    font-size: 12px;
  }

  .copy-footer p {
    padding: 10px 0 0 0;
  }

  .faq-header-info {
    padding: 5px 0 0px 0;
    font-size: 12px;
  }
}

@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) {
  .menu button {
    font-size: 10px;
  }

  .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: "Montserrat", sans-serif;
  font-weight: bold;
  color: #4a4949;
}

.ops .ops-msg .ops-subtitle {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #4a4949;
  font-size: 16px;
  margin-bottom: 30px;
}

.ops .ops-msg .ops-text {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #545459;
}

.ops .ops-msg .ops-text a {
  text-decoration: underline;
  color: #0d90d1;
}

@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;
  }
}

.seguro-swiper {
  width: 100%;
  display: block;
  overflow: hidden;
}

.seguro-swiper-title {
  width: 100%;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #545459;
  margin-bottom: 28px;
}

.single .seguro-swiper-title {
  padding-left: 0;
  padding-right: 0;
}

.swiper-container {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 50px;
}

.single .swiper-container {
  padding-left: 0;
  padding-right: 0;
}

.swiper-slide {
  display: flex;
  width: 270px;
  justify-content: center;
}

.single .swiper-slide {
  width: 180px;
}

.itemblk {
  max-width: 100%;
  min-height: 370px;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-self: center;
  padding: 64px 19px;
  font-family: "Montserrat", sans-serif;
  justify-content: space-between;
  text-decoration: none;
  border-radius: 4px;
}

.itemblk .titleblk {
  font-size: 20px;
  display: flex;
  flex-flow: column nowrap;
}

.itemblk .titleblk strong {
  font-size: 30px;
  font-weight: bold;
}

.itemblk .textblk {
  font-size: 16px;
}

.itemblk .callblk {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.single .itemblk {
  min-height: 213px;
  padding: 19px 10px;
}

.single .itemblk .titleblk {
  font-size: 14px;
}

.single .itemblk .titleblk strong {
  font-size: 20px;
}

.single .itemblk .textblk {
  font-size: 11px;
}

.single .itemblk .callblk {
  font-size: 11px;
}

.swiper-pagination-bullets-dynamic span:only-child {
  display: none;
}

.feedback-content {
  display: flex;
  font-family: "Montserrat", sans-serif;
  flex-flow: column nowrap;
  text-align: center;
  padding: 22px;
  font-size: 16px;
  color: #387b4c;
  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 #387b4c;
  text-decoration: none;
  font-size: 16px;
  color: #387b4c;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
}

/*# sourceMappingURL=faq.css.map */

/* Faq Header */

.faq-header {
  width: 100%;
  background: #005aa3;
  background-image: url(../../../themes/wordpress-vaidepromo/img/mainHeader/bannerFaq.webp);
  background-repeat: repeat-x;
  background-position: bottom;
  box-sizing: border-box;
  padding: 3em 0;
  margin-bottom: 3rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-header .subText {
  margin-top: 2rem;
  text-align: center;
}

@media (max-width: 500px) {
  .faq-header .subText {
    text-align: left;
  }
}

.contents-faq-header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  column-gap: 8px;
  row-gap: 8px;
}

@media (max-width: 1200px) {
  .contents-faq-header {
    width: 90% !important;
  }
}

@media (max-width: 500px) {
  .contents-faq-header {
    align-items: flex-start;
  }
}

.breadcrumb {
  list-style: none;
  display: flex;
  column-gap: 5px;
}

.breadcrumb li {
  color: #fff;
  font-size: 12px;
}

.contents-faq-header .titleHeader,
.contents-faq-header h1 {
  color: #fff !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

@media (max-width: 500px) {
  .contents-faq-header .titleHeader,
  .contents-faq-header h1 {
    font-size: 28px !important;
  }
}

.contents-faq-header .titleHeader span,
.contents-faq-header h1 span {
  color: #005aa3;
}

.contents-faq-header p {
  color: #fff;
  font-size: 16px;
}

.faq-header-form {
  display: flex;
  column-gap: 8px;
  margin-top: 1em;
  width: 100%;
  justify-content: center;
}

.faq-header-form input {
  height: 56px;
  border-radius: 4px;
  padding: 0 10px;
  width: 700px;
  font-weight: 600;
}

.faq-header-form input::placeholder {
  color: #9e9e9e;
}

@media (max-width: 1200px) {
  .faq-header-form input {
    width: 100%;
  }
}

.faq-header-submit {
  height: 56px;
  width: 56px;
  border-radius: 4px;
  background: #005aa3;
  border: 1px solid #005aa3;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.faq-header-submit:hover {
  border: 1px solid #005aa3;
  background: transparent;
  transition: 0.2s;
}

.breadcrumb-alternative {
  list-style: none;
  display: flex;
  column-gap: 5px;
  justify-content: center;
}

@media (max-width: 500px) {
  .breadcrumb-alternative {
    justify-content: flex-start;
  }
}

.breadcrumb-alternative li {
  color: #d7d7d7;
  font-size: 12px;
  font-weight: 600;
}

.breadcrumb-alternative li b {
  color: #fff;
}

.breadcrumb-alternative a {
  color-scheme: #d7d7d7;
}

/* Frequentes */

.frequentes {
  padding: 0 0 3rem 0;
}

.frequentes h2,
.frequentes h1 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

.frequentes h2 span,
.frequentes h1 span {
  color: #005aa3;
}

@media (max-width: 500px) {
  .frequentes h2,
  .frequentes h1 {
    font-size: 24px;
    text-align: left;
  }
}

.row-frequentes {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .row-frequentes {
    grid-template-columns: 1fr;
  }
}

.box-frequentes {
  border: 2px solid #005aa3;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.box-frequentes img {
  object-fit: contain;
  width: 45px;
  height: 45px;
}

.box-frequentes h3 {
  color: #005aa3;
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 0;
}

.box-frequentes p {
  color: #373737;
  font-size: 16px;
}

.box-frequentes:hover {
  background: #005aa3;
  border: 2px solid #005aa3;
}

.box-frequentes:hover h3,
.box-frequentes:hover p {
  color: #fff;
}

.box-frequentes:hover img {
  filter: brightness(0) invert(1);
}

/* Outros Topicos */

.outros-topicos {
  padding: 0 0 3rem 0;
  overflow: hidden;
}

.outros-topicos h2 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  .outros-topicos h2 {
    font-size: 24px;
    text-align: left;
  }
}

.row-outras-categorias {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1200px) {
  .row-outras-categorias {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 800px) {
  .row-outras-categorias {
    grid-template-columns: 1fr;
  }
}

.box-outras-categorias {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.box-outras-categorias h3 {
  color: #373737;
  font-size: 18px;
  margin-bottom: 1rem;
}

.box-outras-categorias p {
  color: #373737;
  font-size: 16px;
}

.box-outras-categorias button {
  display: flex;
  align-items: center;
  background: transparent;
  color: #005aa3;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1em;
  gap: 2px;
  cursor: pointer;
}

.box-outras-categorias button:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.box-outras-categorias button svg {
  object-fit: contain;
  width: 20px;
  height: 20px;
}

/* Ajuda */

.ajuda {
  padding: 0 0 3rem 0;
}

.ajuda h2 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 500px) {
  .ajuda h2 {
    font-size: 24px;
    text-align: left;
  }
}

.ajuda .desc-main-ajuda {
  color: #373737;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 500px) {
  .ajuda .desc-main-ajuda {
    text-align: left;
  }
}

.row-ajuda {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-top: 1rem;
}

@media (max-width: 500px) {
  .row-ajuda {
    grid-template-columns: 1fr;
  }
}

.box-ajuda {
  display: flex;
  flex-direction: column;
  border: 1px solid #005aa3;
  border-radius: 8px;
  padding: 16px;
  justify-content: space-between;
}

.header-ajuda {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 1rem;
}

.header-ajuda img {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.header-ajuda h3 {
  color: #373737;
  font-size: 18px;
}

.header-ajuda .desc-ajuda {
  color: #373737;
  font-size: 16px;
}

.link-ajuda {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #005aa3;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1rem;
  cursor: pointer;
  text-decoration: underline;
}

.link-ajuda img {
  width: 20px;
  object-fit: contain;
  height: 20px;
}

.boxInter {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Categoria */

.header-category {
  padding: 0 0 3rem 0;
}

.header-category h1 {
  color: #373737;
  font-size: 32px;
  text-align: center;
  margin: 1rem 0 5px 0;
}

.header-category h1 span {
  color: #005aa3;
}

@media (max-width: 500px) {
  .header-category h1 {
    font-size: 24px;
    text-align: left;
  }
}

.header-category .count-results {
  font-size: 16px;
  text-align: center;
  color: #373737;
  font-weight: 400;
  font-style: italic;
}

.header-category .desc-single-content {
  font-size: 16px;
  color: #373737;
  font-weight: 400;
  display: grid;
  gap: 15px;
}

@media (max-width: 500px) {
  .header-category .count-results {
    text-align: left;
  }
}

.accordion-category {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  background: transparent;
}

.panel-category {
  padding: 0 16px 16px 16px;
  display: none;
  overflow: hidden;
  gap: 15px;
  flex-direction: column;
}

.panel-category iframe {
  width: 100%;
  height: 400px;
}

.panel-category ul {
  display: grid;
  gap: 15px;
  list-style: disc !important;
  padding: revert !important;
}

.panel-category h3,
h4,
h5,
li {
  font-size: 16px;
  color: #373737;
}

.panel-category p {
  font-size: 16px;
  color: #373737;
}

.panel-category a {
  color: #005aa3;
  text-decoration: underline !important;
}

.body-category {
  padding: 0 0 3rem 0;
}

.body-category .container {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.box-accordion-category {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.accordion-category.active h2 {
  padding: 16px 16px 0 16px !important;
}

.accordion-category h2 {
  color: #373737;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 16px;
}

@media (max-width: 500px) {
  .accordion-category h2 {
    font-size: 18px;
  }
}

.accordion-category h2 svg {
  width: 20px;
  height: 11px;
}

.accordion-category svg {
  transition: transform 0.3s ease;
}

.accordion-category.active svg {
  transform: rotate(180deg);
}

.accordion-category p {
  font-size: 16px;
  color: #373737;
}

/* Footer */

footer {
  padding: 2rem 0;
}

@media (max-width: 500px) {
  #footer {
    padding: 2rem 0;
  }
}

.header-footer {
  display: grid;
  grid-template-columns: 79% 21%;
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #eee;
}

@media (max-width: 1200px) {
  .header-footer {
    grid-template-columns: 70% 30%;
  }
}

@media (max-width: 500px) {
  .header-footer {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 0 2em 0;
  }
}

.logo-footer {
  width: 280px;
}

@media (max-width: 1200px) {
  .logo-footer {
    width: 30%;
  }
}

@media (max-width: 800px) {
  .logo-footer {
    width: 35%;
  }
}

@media (max-width: 500px) {
  .logo-footer {
    width: 55%;
  }
}

.app-footer {
  text-align: left;
}

.app-footer p {
  margin: 0;
  color: #373737;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 1200px) {
  .app-footer p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .app-footer p {
    color: #373737 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
  }
}

.infos-footer ul {
  padding: 0;
  list-style: none;
}

.infos-footer li {
  color: #373737;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 1rem 0;
  transition: 0.2s;
}

.social-icon-footer {
  width: 32px;
  margin: 10px 8px 0 0;
}

.menus-footer {
  padding: 0 0 2rem 0;
}

@media (max-width: 1200px) {
  .menus-footer {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.menus-footer h4 {
  margin: 0 0 2rem 0;
  color: #373737;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .menus-footer h4 {
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .menus-footer h4 {
    font-size: 18px;
  }
}

.menus-footer ul {
  padding: 0;
  list-style: none;
}

.menus-footer ul li {
  color: #373737;
  font-size: 15px;
  font-weight: 500;
  padding: 0 0 1rem 0;
  transition: 0.2s;
}

.menus-footer ul li:hover {
  color: #f59a1b;
  cursor: pointer;
  transition: 0.2s;
}

.destinos-menu ul {
  height: 0;
  overflow: hidden;
}

.infos-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
  row-gap: 60px;
}

@media (max-width: 800px) {
  .infos-footer {
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }
}

@media (max-width: 500px) {
  .infos-footer {
    grid-template-columns: 1fr;
  }

  .infos-footer div {
    padding: 0 0 10px 0;
  }
}

.infos-footer h4 {
  margin: 0 0 1rem 0;
  color: #373737;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .infos-footer h4 {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .infos-footer h4 {
    font-size: 18px;
  }
}

.infos-footer p {
  color: #373737;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.icon {
  width: 20px;
  margin: 0 5px -5px 0;
}

.cash {
  margin: 10px 0;
  object-fit: contain;
  height: 30px;
}

@media (max-width: 1200px) {
  .cash {
    height: 25px;
  }
}

@media (max-width: 500px) {
  .cash {
    height: 35px;
  }
}

.social-footer p {
  margin: 2rem 0 0 0;
  color: #435162;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: inherit;
}

.mobile-menu-footer {
  display: none;
}

.desktop-menu-footer {
  display: block;
}

@media (max-width: 500px) {
  .mobile-menu-footer {
    display: block;
  }

  .desktop-menu-footer {
    display: none;
  }
}

.tab {
  overflow: hidden;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tab button {
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
  border: 1px solid #373737;
  background: transparent;
}

.tab button:hover {
  background-color: #005aa3;
  border: 1px solid #005aa3;
  color: #fff;
}

.tab button.active {
  background-color: #005aa3;
  border: 1px solid #005aa3;
  color: #fff;
}

.tabrow {
  padding: 16px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  margin: 2rem 0 0 0;
}

.tabcontent {
  display: none;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.tabcontent a {
  color: #005aa3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  width: -moz-fit-content;
  width: fit-content;
  text-wrap: wrap;
}

@media (max-width: 800px) {
  .tabcontent {
    grid-template-columns: 1fr;
  }
}

.linkFooterinfo {
  font-weight: 600 !important;
  text-decoration: underline;
  margin-top: 1rem !important;
}
