/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-pre-footer {
  background-color: var(--wp--preset--color--background-lighter); }
  @media (max-width: 980px) {
    .section-pre-footer {
      padding: var(--wp--custom--spacing--small) 0; } }
  .section-pre-footer .container {
    max-width: 1260px; }
  .section-pre-footer-in {
    display: flex;
    gap: 50px;
    flex-wrap: wrap; }
    @media (min-width: 981px) {
      .section-pre-footer-in {
        flex-wrap: nowrap; } }
    @media (min-width: 768px) {
      .section-pre-footer-in .middle,
      .section-pre-footer-in .right {
        padding-bottom: 30px; } }
    .section-pre-footer-in .left {
      display: none; }
      @media (min-width: 768px) {
        .section-pre-footer-in .left {
          display: block;
          align-self: flex-end; } }
    .section-pre-footer-in .middle {
      flex-grow: 1; }
    .section-pre-footer-in .right {
      flex-basis: 100%; }
      @media (min-width: 981px) {
        .section-pre-footer-in .right {
          flex-basis: 385px; } }
    .section-pre-footer-in .need-help .item {
      display: flex;
      align-items: center;
      gap: 20px;
      color: var(--wp--preset--color--text-color); }
      .section-pre-footer-in .need-help .item:not(:first-child) {
        margin-top: 20px; }
      .section-pre-footer-in .need-help .item .icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--wp--preset--color--quaternary);
        color: var(--wp--preset--color--text-color);
        flex-shrink: 0;
        border-radius: 100%;
        font-size: 18px; }
        .section-pre-footer-in .need-help .item .icon .icon-chat-bot {
          font-size: 25px; }
      .section-pre-footer-in .need-help .item .text {
        line-height: 1.2em; }
        .section-pre-footer-in .need-help .item .text strong {
          display: block; }
    .section-pre-footer-in iframe[id$="frame-chatmin"] {
      z-index: 99999991 !important;
      max-height: 95vh; }
    .section-pre-footer-in .pre-footer-title {
      font-weight: 700;
      margin: 0 0 30px 0; }

/*# sourceMappingURL=pre-footer.css.map */
