/* https://github.com/jgthms/bulma */

h1,
h2,
h3,
h4,
h5,
#siteNavigation {
  font-weight: 600;
  font-family: "Source Sans Pro", -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
}

body,
button,
input,
select,
textarea {
  font-family: "Source Sans Pro", -apple-system, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
}
html {
  scroll-behavior: smooth !important;
}

.container.is-fluid .columns {
  margin-right: 0rem !important;
}

strong {
  color: unset;
  font-weight: 700;
}

.title.is-1-b {
  font-size: 3.75rem;
}

.subtitle {
  line-height: 1.5;
}

.is-sub {
  font-size: 1.19rem;
  line-height: 1.6;
}

.title.is-5 {
  font-size: 1.375rem;
  line-height: 1.5;
}

/* .subtitle.is-5 {
    font-size: 1.099rem;
    line-height: 1.6;
} */

/* .is-size-6 {
    font-size: 1.22rem !important;
} */

.singlepost .content li,
.singlepost .content p {
  font-size: 1.3rem;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

/* position */

.pos-top-10 {
  position: relative;
  top: -10px;
}

.sub-text {
  position: relative;
  top: 2px;
}

.media-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

/* padding */

.is-top-paddingless {
  padding-top: 0 !important;
}

.has-padding-15 {
  padding: 15px !important;
}

.has-padding-2 {
  padding: 2rem;
}

.has-padding-4 {
  padding: 4rem;
}

.has-pr-15 {
  padding-right: 15px;
}

/* margin */

.is-aligned-center {
  margin: 0 auto !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-t-15 {
  margin-top: 15px !important;
}

.margin-r-15 {
  margin-right: 15px !important;
}

.margin-clear-header {
  margin-top: 70px;
}

.has-margin-top-2 {
  margin-top: 2rem !important;
}

.has-margin-top-3 {
  margin-top: 3rem !important;
}

.has-margin-top-50 {
  margin-top: 3rem;
}

.has-margin-top-100 {
  margin-top: 100px;
}

.has-margin-bottom-15 {
  margin-bottom: 15px !important;
}

.has-margin-bottom-10 {
  margin-bottom: 10px !important;
}

.has-margin-bottom-2 {
  margin-bottom: 2rem;
}

.has-margin-bottom-3 {
  margin-bottom: 3rem;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.title:not(:last-child) {
  margin-bottom: 1rem;
}

.has-height-65 {
  min-height: 66px;
}

.has-height-50 {
  min-height: 50px;
}

/* gradient */

.has-text-red {
  color: #e56134 !important;
}

.has-text-orange {
  color: #ff851b !important;
}

.has-text-brown {
  color: #d67c1c !important;
}

.hero.is-dark {
  background-color: #374252;
}

.why {
  background-color: #363636 !important;
}

.hero.why .title,
.hero.why .subtitle {
  color: #f5f5f5;
}

.is-bluish-grey {
  background-color: #f3f5f9;
}

.blend {
  background-blend-mode: overlay;
  color: #fff !important;
  background-repeat: no-repeat !important;
}

.bg-geometric {
  background-image: url(../img/geometric-bg.jpg),
    linear-gradient(135deg, #619ee8 0%, #4161d4 100%) !important;
}

.bg-dashed {
  background-image: url(../img/bg-overlay.jpg),
    linear-gradient(135deg, #619ee8 0%, #4161d4 100%) !important;
}

.has-dark-overlay {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0.36) 0%,
    rgba(0, 0, 0, 0.46) 50%,
    rgba(0, 0, 0, 0.85)
  );
  width: 100%;
  height: 100%;
}

.helptxt {
  font-size: 14px;
  color: #ec0000;
}

/* responsive objects & override*/

.nav-menu {
  font-size: 1.2rem;
}

a.navbar-item {
  font-weight: 500;
}

a.navbar-item.is-active,
a.navbar-item:hover {
  background-color: transparent;
  color: #209cee;
}

.navbar-item img {
  max-height: 2rem;
}

.brand-name {
  color: white;
  font-size: 25px;
  position: relative;
  top: -2px;
}

.svg-inline--fa.fa-phone-square {
  height: 1.5em;
  width: 1.5em;
  margin-right: 10px;
}

.image.is-70 {
  height: 70px;
}

.is-48 {
  height: 48px;
}

.img-fit {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.img-fit-175 {
  width: 175px;
  height: 100%;
  object-fit: cover;
}

img.img-rounded {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.title-img {
  height: 307px;
}

.apiImg {
  width: 15rem;
}

.mob-img {
  margin-bottom: 15px;
}

#use-cases img {
  width: 48px;
  height: auto;
}

#map {
  width: 100%;
  overflow: auto;
  margin: 0 auto;
}

.modal-card-title {
  flex-shrink: initial;
  font-size: 1.775rem;
  font-weight: 600;
}

.modal-card-head {
  border-bottom: 2px solid rgba(34, 36, 38, 0.15);
  background-color: white;
}

.modal > :last-child {
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

.input,
.textarea {
  outline: none;
  box-shadow: none;
  border: 1.2px solid rgba(140, 144, 146, 0.31);
  height: 2.75em;
}

.input.is-active,
.input.is-focused,
.input:active,
.input:focus,
.textarea.is-active,
.textarea.is-focused,
.textarea:active,
.textarea:focus {
  border-color: #209cee;
  box-shadow: none;
}

.input.is-medium,
.textarea.is-medium {
  font-size: 1.099rem !important;
}

label.error {
  color: #ff3860;
  font-size: 14px;
  display: block;
  border: none !important;
  padding: 0 !important;
}

.box.gray-border {
  border: 2px solid #ebedf1;
  box-shadow: none;
  border-radius: 4px;
}

.box.coloured {
  box-shadow: none;
  color: white;
  border-radius: 0;
}

.box.coloured.link {
  background: #3273dc;
}

.box.coloured.dark {
  background: #4469bf;
}

/* .price {
    font-weight: 400;
    font-size: 50px;
    color: #3273dc;
} */

.aligned-middle {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.button.is-rounded {
  padding-top: 0px;
  padding-bottom: 0px;
}

.field.has-addons .button.is-medium {
  font-size: 1.335rem;
}

/* front page  */

#top-icons-section {
  margin-top: 2rem;
}

#top-icons-section p {
  font-size: 1.2rem !important;
  font-weight: 500;
  margin-top: 1rem;
}

.is-h128 img {
  width: auto;
  height: 128px;
}

.ourcustomer h5 {
  margin-bottom: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}

.post-tile {
  box-shadow: 0 1px 1px 0 #efefef;
  border-radius: 0 !important;
  padding: 0;
  margin-bottom: 1.5rem;
}

.post-tile .image img {
  width: 60px;
  object-fit: cover;
  height: 60px;
}

.post-tile .content h3 {
  margin-bottom: 7px;
}

.post-tile .content h3.alignMiddle {
  vertical-align: middle;
  display: table-cell;
  height: 55px;
  line-height: 1.3 !important;
}

.post-tile .content p {
  font-size: 16px;
  color: #717275;
}

/* all articles blog list */

.blog-tile figure {
  height: 150px;
  background: #fafafa;
}

.blog-tile {
  height: 100%;
  box-shadow: 0 1px 1px 0 #efefef;
  border-radius: 0 !important;
  padding: 0;
}

.blog-tile p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* blog pagination */

.nav-links {
  margin-bottom: 15px;
  font-size: 17px;
}

.nav-links a,
span.page-numbers.current {
  display: inline-block;
  outline: 0;
  background: #f2f2f2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0.25em 0 0;
  padding: 0.5em 1.3em;
  line-height: 1em;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span.page-numbers.current {
  background-color: #209cee;
  color: white;
}

/* single blog article */

.has-bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.article {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.content li,
.content p {
  line-height: 1.6;
  word-wrap: break-word;
}

.content figure {
  margin: 0;
}
.content table td {
  border: none;
}
.content table thead th {
  color: #1f305c !important;
  background: #fafcff;
  border-bottom: 1px solid #e2ebff;
}
.content .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #eff5ff;
}
.content
  .table.is-hoverable.is-striped
  tbody
  tr:not(.is-selected):hover:nth-child(2n) {
  background-color: #eff5ff;
}
.content .table.is-striped tbody tr:not(.is-selected):nth-child(2n) {
  background-color: #fafcff;
}

/* Styles for Post */

.post-header {
  padding: 20px 0px;
}

.notification a:not(.button):not(.dropdown-item) {
  color: #3273dc;
  text-decoration: underline;
}

.notification {
  background-color: #f5f9ff;
  margin: 1rem 0rem;
}
.sampleData .notification {
  background-color: #fafcff;
}

.notification.is-warning.is-light {
  background-color: #fafcff;
  color: #062657;
}

.notification.is-warning .value {
  font-size: 3.8rem;
  color: #ca0257;
  display: block;
}
.notification.is-success.is-light {
  background-color: #fafcff;
  color: #062657;
}
.notification.is-success .value {
  font-size: 3.8rem;
  color: #016be5;
  display: block;
}
.heading_link,
.heading_link:visited {
  text-decoration: none !important;
  color: #1f305c !important;
}

/* comments */

#comments .media {
  margin-bottom: 1rem;
}

#comments .content p {
  margin-bottom: 0 !important;
  font-size: 1rem;
  word-break: break-word;
}

#respond #comment-form-comment,
#comment-form-share-text-padder {
  box-shadow: none;
  background: #fcfcfc;
  border: 1.5px solid #e1e6e8;
}

#respond #comment-form-comment.active,
#comment-form-share-text-padder.active {
  border: 2px solid #b2b2b2;
  box-shadow: none;
}

/* footer */

.footer {
  line-height: 1.67;
}

.footer-social .image {
  display: inline-block !important;
  padding: 2px;
}

.footer li a {
  color: #ebedf1;
  font-weight: 400;
}

.content .leadform {
  background: #f1f5fb;
  padding: 4rem;
}

.cloudpromo {
  background: #f1f5fb;
  padding: 1.5em;
}

.admin-bar #siteNavigation {
  margin-top: 32px;
}

/* Tooltip d3 js  */
/* Style for Custom Tooltip */

div.tooltip {
  position: absolute;
  height: 26px;
  padding: 5px;
  background: rgb(37, 37, 37);
  font-weight: bold;
  font-size: 11px;
  color: white;
  pointer-events: none;
  opacity: 0;
}

/* TOCFY */

#toc {
  background: #f5f5f58f;
}

.tocify-item.active a {
  color: #374252;
  font-weight: 600;
}

.tocify ul,
.tocify li {
  line-height: 1.4 !important;
}

/* Scroll Progress Bar */

#progress {
  background: #209cee;
  background-repeat: no-repeat;
  position: fixed;
  width: 100%;
  height: 4px;
  z-index: 1;
  top: 68px;
}

/* Related Posts Plugin  */

.rp4wp-related-post-content a {
  font-size: 1.4rem;
  font-weight: 500;
}

.level {
  padding-left: 10px;
  flex-wrap: wrap;
}

.rp4wp-related-post-content p {
  font-size: 0.9em !important;
}

/* 404 page */
.notfound .maintitle {
  font-size: 4.5rem;
  margin-bottom: 3rem;
  font-weight: 600;
}

.notfound .header__subtitle {
  max-width: 34rem;
}

.notfound .field.has-addons {
  justify-content: center;
}

/* wordpress smiley at the bottom */
#wpstats {
  display: none;
}

/* services page */
.tailor-ui .tailor-content {
  font-size: 1.09em !important;
}

/* pricing table */

.info {
  width: 16px;
  position: relative;
  top: 4px;
}

.pricing-table .pricing-plan {
  border: 0.1rem solid #ebedf1;
}

.pricing-table .pricing-plan.is-blue .plan-price .plan-price-amount {
  color: #10469c;
}

.pricing-table .pricing-plan .plan-price .plan-price-amount {
  font-size: 2.5rem;
  font-weight: 500;
}

.plan-header,
.plan-items.feature .plan-item {
  font-family: sofia-pro, sans-serif;
  color: #191919 !important;
}

.plan-price p {
  color: #191919;
  margin-bottom: 5px;
  font-weight: 500;
}

.pricing-table .pricing-plan .plan-item {
  padding: 1em;
  color: #4a4a4a;
  background: #f0f5ff;
}

.pricing-table .pricing-plan .plan-item:nth-child(even) {
  background-color: #ffffff;
}

#reportsearch {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 31px;
}

.table.is-truncated {
  /* width: 100%;  */
  /* table-layout: fixed; */
  white-space: nowrap;
}

.table.is-truncated td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.table.is-truncated td:first-child {
  text-overflow: clip;
}

.search-item {
  cursor: pointer;
  padding: 8px 16px;
}

.dropdown-container {
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-container .dropdown-item:focus {
  background-color: #f5f5f5;
  color: #0a0a0a;
}

.flex-container {
  display: flex;
}

.ml-auto {
  margin-left: auto;
}

#map img {
  max-width: 100%;
}

.dropdown-container a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}

.dropdown-container a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: #ededed;
  color: #0a0a0a;
}

#search-component .input {
  height: auto;
}

#search-component .field.has-addons {
  max-width: 450px;
  margin: 0 auto;
}

.dropdown-container {
  border-radius: 15px;
}

.search-highlight {
  background-color: #ededed !important;
  color: #0a0a0a !important;
}

.has-background-blue {
  background: #1f305c !important;
}

/* Index Main */
.content-area {
  padding: 3rem 2rem;
}

/* .index-main { */
/* display: grid;
  grid-template-columns: 15rem 1fr;
  grid-gap: 3rem; */
/* } */
.index-main.content {
  max-width: 1200px;
}

.sidebar aside {
  background-color: #fafcff;
  padding: 20px;
  border-radius: 5px;
}
.sidebar aside .menu-list a:hover {
  background-color: #e8f1fd;
  color: #363636;
}

.sidebar aside figure {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.sidebar aside li a {
  vertical-align: middle;
}

section.banner {
  margin-top: 80px;
}

.reportHeading {
  margin-bottom: 3rem;
}

.reportHeading .title {
  font-size: 3rem;
  font-weight: bold;
  color: #1f305c;
}

section.banner .hero figure,
.reportHeading figure {
  margin: 0 auto;
}

.reportList .card {
  height: 100%;
  border: 1px solid #ededed;
  box-shadow: none;
  padding-bottom: 70px;
}
.reportList .card figure {
  height: 200px;
}

.reportList .card figure img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

.reportList .card .card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-size: 0.9em;
}

/* .reportList {
  grid-template-columns: repeat(4, auto);
  display: grid;
  gap: 1rem;
  align-items: stretch;
  flex-wrap: wrap;
} */

/* .reportList .card {
  box-shadow: none;
  border: 1px solid #ededed;
  border-radius: 5px;
} */
/* .reportList .card-image {
  height: 260px;
  width: auto;
  margin: 0 auto;
} */
/* .reportList  .card img {
  height: 260px;
  width: auto;
  margin: 0 auto;
} */

/* Inside Report */
.reportHeading .button.is-link,
.reportContent .button.is-link {
  background-color: #1f305c;
}

.mapAndStatistic .columns .column {
  vertical-align: middle;
}

.mapAndStatistic .subtitle.has-text-dark-blue {
  color: #1f305c;
  font-size: 1.5rem;
}
.reportContent .content {
  font-size: 1.25rem;
  line-height: calc(1.5em + 0.2vw);
  color: #4d4c55;
}
a {
  color: #006be5;
}
.reportContent h2,
.reportContent h3 {
  color: #1f305c;
}

.reportContent .topList ol li a figure,
.reportContent .topTable a figure {
  vertical-align: middle;
  display: inline-block;
}

section.topCards {
  margin: 3rem 0rem;
}

.reportContent table td {
  vertical-align: middle;
}

.topTable table td {
  font-weight: bold;
}

.topTable table th {
  font-size: small;
}

.topTable table th:nth-child(2) {
  text-align: center;
}

.reportContent .topList ol li a {
  font-size: 1.5rem;
}

span.highlight {
  color: #006be5;
}

.stateStatistics {
  margin-bottom: 3rem 0;
}

.stateStatistic {
  background-color: #fafcff;
  margin: 1rem;
  padding: 1rem 1rem;
  border: 1px solid #e3ebff;
  border-radius: 3px;
}

.stateStatistic p {
  margin-bottom: 2px !important;
}

.stateStatistic .locations {
  font-size: 3rem;
  color: #006be5;
  font-weight: 900;
}

.stateStatistics .locationsPercent {
  font-size: medium;
}

.statesTable .locationsPercent {
  font-size: small;
}

.stateStatistic .stateName {
  font-size: 1.8em;
  font-weight: 900;
  color: #cb0157;
}

.stateStatistic .description {
  font-size: 1rem;
}

.statistic {
  color: #cb0157;
}

.reportContent h2 {
  margin: 2rem 0;
}

.vsCompetitors img {
  display: inline-block;
  margin: 1px !important;
  vertical-align: middle;
  max-width: 32px;
}

.vsCompetitors td {
  vertical-align: middle;
}

.vsCompetitors td.brands {
  font-weight: bold;
}

.vsCompetitors .counts {
  font-weight: bold;
}

.vsCompetitors .diff {
  font-size: small;
  display: block;
}

.sampleData table {
  font-size: 1rem;
}

.sampleData .tableWrapper {
  /* width: 98%;
  overflow-y: scroll; */
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}

.sampleData .table-responsive {
  display: block;
  /* display: -webkit-box; */
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.sampleData .table-responsive table {
  width: 100%;
  margin-bottom: 1rem;
  /* background-color: transparent; */
  border-collapse: collapse;
}

.providerHighlight {
  color: #3978dd;
}

.titleImage img {
  margin: 0 auto;
  max-width: 250px;
}
.statesWithoutList {
  grid-template-columns: repeat(3, auto);
  display: grid;
  gap: 1rem;
}

.b-table .table td.is-image-cell .image {
  margin: 0 auto;
  width: 3.5rem;
  height: 3.5rem;
}

/* location Report Review style starts*/

.reviews,
.highestRating,
.lowestRating {
  margin-bottom: 46px;
}

/* Review rating style starts */
.scrollPoint {
  position: absolute;
  margin-top: -110px;
}
.review {
  margin-top: 46px;
}

.reviews p {
  color: #1f305c;
}

.averageRating {
  background-color: #fffdf9;
}
.averageRating img {
  width: 67px;
  height: 65px;
}
.likedFeedback {
  background: #f9fffa 0% 0% no-repeat padding-box;
}
.dislikedFeedback {
  background: #fff9f9 0% 0% no-repeat padding-box;
}
.likedFeedback img,
.dislikedFeedback img {
  width: 77px;
  height: 66px;
}
.averageRating,
.likedFeedback,
.dislikedFeedback {
  margin: 10px 14px 0 12px;
  padding: 58px 0 73px 0;
  text-align: center !important;
  border-radius: 5px;
  opacity: 1;
}
/* Review rating style ends */

.tableContainer {
  display: block;
  width: 100%;
  max-width: 1096px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tableContainer table {
  width: 100%;
  margin-bottom: 1rem;
  border-collapse: collapse;
}

/* Review footer style starts */
.reviewFooterMessage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Review footer style ends */

/* location Report Review style ends*/

@media screen and (max-width: 568px) {
  .statesWithoutList {
    display: block;
  }
}

@media screen and (max-width: 389px) {
  .mob-felx-dir-reverse .button.is-medium {
    font-size: 0.78em;
  }
}

@media screen and (max-width: 769px) {
  .mob-img {
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
  }

  .mob-title {
    margin-top: 0;
    vertical-align: middle;
    display: table-cell;
    height: 51px;
    line-height: 1.3 !important;
  }

  .article {
    padding: 0px !important;
  }

  .is-two-thirds .section {
    padding-top: 1rem;
  }

  .notification {
    padding: 1.25rem 0.75rem 1.25rem 0.75rem;
  }

  .margin-clear-header {
    margin-top: 10px;
  }

  .content .leadform {
    padding: 1.5rem !important;
  }

  #comments ul.children {
    margin-left: 20px;
  }

  .mob-felx-dir-reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  /* .reportList {
    grid-template-columns: repeat(1, auto);
  } */

  .b-table
    .table-wrapper.has-mobile-cards
    tr:not(.detail):not(.is-empty):not(.table-footer)
    td.is-center {
    justify-content: center;
    text-align: center;
  }
  .statesWithoutList {
    margin: 1rem;
    grid-template-columns: repeat(2, auto);
  }
  .reviewFooterMessage {
    display: block;
    text-align: center;
    padding: 33px 0;
  }
  .reviewFooterMessage h6 {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 769px), print {
  .hero.is-small .hero-body {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }

  .hero.has-bg-img .hero-body {
    padding-bottom: 2rem !important;
    padding-top: 16rem !important;
  }

  .width-60 {
    width: 60%;
    margin: 0 auto;
  }

  #comments ul.children {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1088px) {
  .section.is-small {
    padding: 5rem 1.5rem;
  }

  .modal-content,
  .modal-card {
    width: 850px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1440px) {
  .sampleData .table-responsive,
  .tableContainer {
    width: 65vw !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .sampleData .table-responsive,
  .tableContainer {
    width: 86vw !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1088px) {
  .has-height-45 {
    min-height: 45px;
  }

  .column.is-4 {
    width: 50% !important;
  }
}

@media screen and (min-width: 1088px) and (max-width: 1220px) {
  .reportList .card figure {
    height: 150px;
  }
}

@media screen and (max-width: 1087px) {
  .pricing-table.is-comparative .pricing-plan:not(:last-child) {
    border-right: 0.1rem solid #ebedf1;
  }

  .pricing-table .pricing-plan .plan-header {
    font-size: 1.55rem;
  }

  .pricing-table .pricing-plan .plan-price .plan-price-amount {
    font-size: 3rem;
  }

  .pricing-table .pricing-plan .plan-price {
    font-size: 1.1rem;
  }

  .pricing-table.is-comparative .pricing-plan .plan-item::before {
    font-size: 1rem;
  }

  .pricing-table .pricing-plan .plan-item {
    font-size: 1.25em;
  }
}

#updated_date {
  font-weight: 800;
  font-size: 15px;
}