/* vendor font locations */
@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
* {
  font-family: 'Public Sans', sans-serif; }
  *[contenteditable] {
    -webkit-user-select: text !important;
    -webkit-user-modify: read-write !important; }

body.hide-backtotop main {
  padding-bottom: 0; }

body.hide-backtotop .back-to-top-wrapper {
  display: none; }

main {
  overflow: visible; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade2-enter-active, .fade2-leave-active {
  transition: opacity 0.5s, height 0.5s;
  overflow: hidden; }

.fade2-enter-from, .fade2-leave-to {
  opacity: 0;
  height: 0; }

.thinking {
  z-index: 1;
  height: 27px;
  width: 31px;
  position: relative; }

[class^="ball-"] {
  position: absolute;
  display: block;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  transition: all 0.5s;
  animation: circleRotate 4s both infinite;
  transform-origin: 0 250% 0; }

@keyframes circleRotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(740deg); } }

.ball-1 {
  z-index: -1;
  background-color: #e3f2fd;
  animation-timing-function: cubic-bezier(0.5, 0.3, 0.9, 0.9); }

.ball-2 {
  z-index: -2;
  background-color: #bbdefb;
  animation-timing-function: cubic-bezier(0.5, 0.6, 0.9, 0.9); }

.ball-3 {
  z-index: -3;
  background-color: #90caf9;
  animation-timing-function: cubic-bezier(0.5, 0.9, 0.9, 0.9); }

.ball-4 {
  z-index: -4;
  background-color: #64b5f6;
  animation-timing-function: cubic-bezier(0.5, 1.2, 0.9, 0.9); }

.ball-5 {
  z-index: -5;
  background-color: #42a5f5;
  animation-timing-function: cubic-bezier(0.5, 1.5, 0.9, 0.9); }

.ball-6 {
  z-index: -6;
  background-color: #64b5f6;
  animation-timing-function: cubic-bezier(0.5, 1.8, 0.9, 0.9); }

.ball-7 {
  z-index: -7;
  background-color: #90caf9;
  animation-timing-function: cubic-bezier(0.5, 2.1, 0.9, 0.9); }

.ball-8 {
  z-index: -8;
  background-color: #bbdefb;
  animation-timing-function: cubic-bezier(0.5, 2.4, 0.9, 0.9); }

.loading-dots {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center; }
  .loading-dots .loading {
    width: 5px;
    height: 5px;
    background: #FFF;
    border-radius: 100px;
    flex-shrink: 0;
    flex-grow: 0; }
  .loading-dots .loading-0 {
    animation: bounce2 1s infinite;
    animation-delay: .1s;
    background: #777; }
  .loading-dots .loading-1 {
    animation: bounce2 1s infinite;
    animation-delay: .3s;
    background: #777; }
  .loading-dots .loading-2 {
    animation: bounce2 1s infinite ease;
    animation-delay: .5s;
    background: #777; }
  .loading-dots .loading-3 {
    animation: bounce2 1s infinite ease;
    animation-delay: .7s;
    background: #777; }

@keyframes bounce2 {
  0%, 100% {
    opacity: 1; }
  60% {
    opacity: 0; } }

.helpcenter {
  /* border removed */ }

.helpcenter-container {
  max-width: 1008px;
  border: 1px solid transparent; }

.helpcenter-nav {
  background-color: #005295;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px; }
  .helpcenter-nav__main {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    display: flex;
    gap: 10px;
    align-items: center; }
    .helpcenter-nav__main img {
      width: 22px;
      height: 22px; }
    .helpcenter-nav__main a {
      color: white;
      font-size: 24px;
      font-weight: 600;
      text-decoration: none; }
      @media (max-width: 575px) {
        .helpcenter-nav__main a {
          font-size: 20px; } }

.helpcenter-subnav {
  background: #0068bd; }
  .helpcenter-subnav ul {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
    gap: 20px; }
    .helpcenter-subnav ul li {
      position: relative; }
      .helpcenter-subnav ul li.active a {
        font-weight: 600; }
      .helpcenter-subnav ul li.active:after {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 3px;
        bottom: 0;
        background: #8fcbff;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .helpcenter-subnav ul li a {
        display: inline-block;
        color: white;
        font-size: 18px;
        text-decoration: none;
        padding: 15px 5px;
        line-height: 1.2; }
        @media (max-width: 575px) {
          .helpcenter-subnav ul li a {
            font-size: 16px; } }

.helpcenter-tab {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 800px;
  opacity: 1;
  animation: fadeIn 600ms ease; }
  .helpcenter-tab.hidden {
    opacity: 0; }
  .helpcenter-tab--answers {
    overflow: hidden; }

.helpcenter-ai-main {
  min-height: 800px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .helpcenter-ai-main__questions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 50px 0; }
    @media (max-width: 575px) {
      .helpcenter-ai-main__questions {
        margin: 30px 0; } }
    .helpcenter-ai-main__questions a {
      display: block;
      padding: 10px 20px;
      border-radius: 25px;
      border: solid 1px #8ba7cc;
      color: black;
      font-size: 16px; }
  .helpcenter-ai-main__disclaimer {
    margin: 50px 0;
    font-size: 15px; }
    @media (max-width: 575px) {
      .helpcenter-ai-main__disclaimer {
        margin: 30px 0; } }
    .helpcenter-ai-main__disclaimer p {
      margin: 0;
      font-size: 15px; }
    .helpcenter-ai-main__disclaimer a {
      color: black;
      text-decoration: underline; }

.helpcenter-ai-results-wrap {
  position: relative;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #d8d8d8; }
  .helpcenter-ai-results-wrap.collapsed {
    height: 500px;
    overflow: hidden; }
    .helpcenter-ai-results-wrap.collapsed .helpcenter-ai-results {
      height: 500px; }
  .helpcenter-ai-results-wrap.search {
    border-bottom: none; }
    .helpcenter-ai-results-wrap.search .helpcenter-ai-results {
      padding-top: 50px;
      padding-bottom: 50px; }
    .helpcenter-ai-results-wrap.search .helpcenter-container {
      position: relative;
      max-width: 900px; }
    .helpcenter-ai-results-wrap.search .helpcenter-ai-results__body-text {
      min-height: 0; }
    .helpcenter-ai-results-wrap.search .helpcenter-ai-results__results {
      margin-bottom: 0; }
    .helpcenter-ai-results-wrap.search .helpcenter-ai-results__loading {
      padding-bottom: 0; }
    .helpcenter-ai-results-wrap.search .helpcenter-ai-results__conversation {
      padding-bottom: 0; }

.helpcenter-ai-results {
  padding-top: 70px;
  padding-bottom: 70px; }
  @media (max-width: 575px) {
    .helpcenter-ai-results {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .helpcenter-ai-results__inner {
    display: flex;
    gap: 70px; }
    @media (max-width: 991px) {
      .helpcenter-ai-results__inner {
        flex-direction: column;
        gap: 0; } }
  .helpcenter-ai-results__body {
    width: 100%; }
    .helpcenter-ai-results__body-text {
      min-height: 50vh; }
  .helpcenter-ai-results__right {
    flex-shrink: 0;
    position: relative;
    width: 330px; }
    @media (max-width: 991px) {
      .helpcenter-ai-results__right {
        margin-top: 30px;
        border-top: 1px solid #d8d8d8;
        width: 100%;
        padding-top: 30px; } }
  .helpcenter-ai-results__sources {
    animation: fadeIn 600ms ease; }
    .helpcenter-ai-results__sources-title {
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .helpcenter-ai-results__sources-empty {
      font-size: 15px; }
    .helpcenter-ai-results__sources-loading {
      display: flex;
      gap: 10px;
      align-items: center;
      font-size: 15px; }
    .helpcenter-ai-results__sources-first {
      animation: fadeIn 600ms ease; }
    @media (min-width: 992px) {
      .helpcenter-ai-results__sources {
        position: sticky;
        top: 30px;
        left: 0;
        width: 100%;
        background: white;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 0 3px 0 #7b95bc;
        text-align: left;
        margin-left: -3px;
        max-height: 45vh;
        overflow-y: auto; }
        .helpcenter-ai-results__sources.expanded {
          height: 500px; }
        .helpcenter-ai-results__sources-loading {
          margin-bottom: 300px; }
        .helpcenter-ai-results__sources-more {
          margin-top: 15px;
          border-top: 1px solid #d8d8d8;
          padding-top: 15px;
          animation: fadeIn 600ms ease; }
          .helpcenter-ai-results__sources-more-button {
            margin-top: 15px; }
            .helpcenter-ai-results__sources-more-button button {
              display: flex;
              gap: 5px;
              align-items: center;
              color: #0068bd;
              font-size: 16px; }
              .helpcenter-ai-results__sources-more-button button:focus-visible {
                border: 1px solid #0068bd; } }
    @media (max-width: 991px) {
      .helpcenter-ai-results__sources-loading {
        margin-bottom: 30px; }
      .helpcenter-ai-results__sources-list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 30px;
        padding-right: 60px;
        padding-bottom: 10px;
        gap: 10px; }
      .helpcenter-ai-results__sources-first {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px; }
      .helpcenter-ai-results__sources-more {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px; }
        .helpcenter-ai-results__sources-more-button {
          display: none; } }
  @media (min-width: 992px) {
    .helpcenter-ai-results__source {
      padding-bottom: 15px;
      border-bottom: 1px solid #d8d8d8;
      margin-bottom: 15px; }
      .helpcenter-ai-results__source:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0; } }
  @media (max-width: 991px) {
    .helpcenter-ai-results__source {
      background: white;
      padding: 20px;
      box-shadow: 0 0 3px 0 #7b95bc;
      width: 75vw;
      border-radius: 10px;
      margin: 4px; } }
  .helpcenter-ai-results__source-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit the text to 3 lines */
    -webkit-box-orient: vertical;
    /* Stack lines vertically */
    overflow: hidden;
    /* Hide the text that overflows */
    text-overflow: ellipsis;
    /* Use ellipsis to signify truncated text */
    line-height: 1.4; }
  .helpcenter-ai-results__source-body {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit the text to 3 lines */
    -webkit-box-orient: vertical;
    /* Stack lines vertically */
    overflow: hidden;
    /* Hide the text that overflows */
    text-overflow: ellipsis;
    /* Use ellipsis to signify truncated text */
    line-height: 1.4; }
  .helpcenter-ai-results__conversation:not(:first-child) {
    margin-top: 50px;
    border-top: 1px solid #e0e0e0;
    padding-top: 50px; }
  .helpcenter-ai-results__question {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #409de8;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    line-height: 1.3; }
  .helpcenter-ai-results__thinking {
    display: flex;
    gap: 10px;
    margin-bottom: 30px; }
  .helpcenter-ai-results__summary {
    display: none;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500; }
    .helpcenter-ai-results__summary-text {
      display: flex;
      gap: 5px; }
    .helpcenter-ai-results__summary span {
      display: none; }
    .helpcenter-ai-results__summary a {
      color: black;
      text-decoration: underline; }
    .helpcenter-ai-results__summary--search {
      display: flex; }
    @media (max-width: 991px) {
      .helpcenter-ai-results__summary--mobile {
        display: flex; }
        .helpcenter-ai-results__summary--mobile span {
          display: inline-block; } }
  .helpcenter-ai-results__results {
    text-align: left;
    font-size: 20px;
    margin-bottom: 50px; }
    .helpcenter-ai-results__results p {
      font-size: 20px;
      margin: 20px 0; }
      .helpcenter-ai-results__results p:first-child {
        margin-top: 0; }
      .helpcenter-ai-results__results p:has(img) {
        padding: 20px;
        border-radius: 10px;
        background: #edf3f8;
        display: flex;
        flex-direction: column;
        gap: 20px;
        font-weight: 500;
        font-size: 16px; }
    .helpcenter-ai-results__results ul {
      margin: 0;
      padding: 0 20px; }
      .helpcenter-ai-results__results ul li {
        margin: 20px 0; }
  .helpcenter-ai-results__tripplanner {
    color: white;
    border-radius: 10px;
    padding: 30px;
    margin: 50px 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    animation: fadeIn 600ms ease; }
    .helpcenter-ai-results__tripplanner-title {
      background: white;
      color: #004c8b;
      border-radius: 15px;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600;
      display: inline-flex;
      justify-content: center;
      padding: 9px 15px 7px 15px;
      margin-bottom: 20px;
      line-height: 1; }
    .helpcenter-ai-results__tripplanner-body {
      position: relative; }
    .helpcenter-ai-results__tripplanner-item {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      padding-bottom: 20px;
      position: relative;
      z-index: 2;
      line-height: 1.4; }
      .helpcenter-ai-results__tripplanner-item:first-child:before {
        display: block;
        content: "";
        position: absolute;
        left: 7px;
        top: 25px;
        height: calc(100% - 25px);
        width: 1px;
        border-left: 2px dashed #8dd3ff;
        z-index: 1; }
      .helpcenter-ai-results__tripplanner-item strong {
        display: block; }
      .helpcenter-ai-results__tripplanner-item p {
        margin: 0;
        max-height: 55px;
        overflow: hidden;
        /* Hide the text that overflows */
        text-overflow: ellipsis;
        /* Use ellipsis to signify truncated text */
        display: -webkit-box;
        /* Enable the -webkit-box layout model */
        -webkit-line-clamp: 2;
        /* Limit the text to 2 lines */
        -webkit-box-orient: vertical;
        /* Stack lines vertically */ }
    .helpcenter-ai-results__tripplanner-icon {
      width: 15px;
      height: 15px;
      margin-top: 5px;
      flex-shrink: 0; }
    .helpcenter-ai-results__tripplanner-directions {
      display: flex;
      align-items: center;
      gap: 10px; }
      .helpcenter-ai-results__tripplanner-directions a {
        color: white;
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
        display: flex;
        align-items: center;
        gap: 7px; }
        .helpcenter-ai-results__tripplanner-directions a:hover {
          color: #d5efff; }
          .helpcenter-ai-results__tripplanner-directions a:hover i:before {
            color: #d5efff; }
        .helpcenter-ai-results__tripplanner-directions a span {
          text-decoration: underline; }
        .helpcenter-ai-results__tripplanner-directions a i:before {
          color: white;
          font-size: 15px; }
  .helpcenter-ai-results__topics {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    animation: fadeIn 600ms ease; }
    .helpcenter-ai-results__topics-title {
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      color: black;
      margin-bottom: 30px;
      margin-top: 50px; }
  .helpcenter-ai-results__topic-title {
    color: #0068bd;
    font-weight: 600;
    font-size: 20px; }
  .helpcenter-ai-results__topic-body ul, .helpcenter-ai-results__topic-body span:has(li) {
    list-style-position: inside;
    margin: 0;
    padding: 0; }
  .helpcenter-ai-results__topic-body p {
    margin: 10px 0; }
  .helpcenter-ai-results__topic-link {
    border: 1px solid #4da3eb;
    width: 30px;
    height: 20px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .helpcenter-ai-results__topic-link:hover {
      text-decoration: none; }
    .helpcenter-ai-results__topic-link i {
      font-size: 10px; }
      .helpcenter-ai-results__topic-link i:before {
        color: #0068bd; }
  .helpcenter-ai-results__options {
    display: flex;
    gap: 20px;
    margin-top: 30px; }
    .helpcenter-ai-results__options-item {
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 16px;
      color: black; }
  .helpcenter-ai-results__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 100vh; }
    @media (max-width: 991px) {
      .helpcenter-ai-results__loading {
        padding-bottom: 30px; } }
    .helpcenter-ai-results__loading span {
      display: inline-block;
      height: 20px;
      font-weight: bold; }
  .helpcenter-ai-results__continue {
    margin-top: 40px; }
  .helpcenter-ai-results__more {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    background: linear-gradient(0deg, white 70%, rgba(255, 255, 255, 0.68) 80%, rgba(255, 255, 255, 0) 100%);
    padding-top: 100px;
    padding-bottom: 50px; }
    .helpcenter-ai-results__more .button {
      width: 350px;
      max-width: 100%;
      color: black;
      border: 1px solid #69a9de; }
      @media (max-width: 575px) {
        .helpcenter-ai-results__more .button {
          width: 100%; } }

.helpcenter-inputai-wrap {
  z-index: 50;
  width: 100%;
  position: sticky;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(0deg, white 75%, rgba(255, 255, 255, 0.68) 88%, rgba(255, 255, 255, 0) 100%);
  animation: fadeIn 600ms ease; }
  @media (max-width: 991px) {
    .helpcenter-inputai-wrap {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 50;
      padding: 0 30px; } }
  @media (max-width: 575px) {
    .helpcenter-inputai-wrap:has(textarea:focus), .helpcenter-inputai-wrap:has(textarea:not(:placeholder-shown)) {
      padding: 0; }
      .helpcenter-inputai-wrap:has(textarea:focus) .helpcenter-inputai-wrap__inner, .helpcenter-inputai-wrap:has(textarea:not(:placeholder-shown)) .helpcenter-inputai-wrap__inner {
        padding-bottom: 0; }
      .helpcenter-inputai-wrap:has(textarea:focus) .helpcenter-inputai, .helpcenter-inputai-wrap:has(textarea:not(:placeholder-shown)) .helpcenter-inputai {
        border-radius: 0; } }
  .helpcenter-inputai-wrap__inner {
    padding: 50px 0;
    padding-top: 70px;
    max-width: 608px; }
    @media (max-width: 1024px) {
      .helpcenter-inputai-wrap__inner {
        max-width: none; } }

@keyframes animateFocus {
  0% {
    height: 80px; }
  99.999% {
    height: 147px; }
  100% {
    height: auto; } }

@keyframes animateFocusMobile {
  0% {
    height: 60px; }
  99.999% {
    height: 137px; }
  100% {
    height: auto; } }

@keyframes animateBlur {
  0% {
    height: 147px; }
  99.999% {
    height: 80px; }
  100% {
    height: auto; } }

.height-auto-after-anim {
  height: auto !important; }

.helpcenter-inputai {
  position: relative;
  box-shadow: 0 0 6px 0 #9ebbe6;
  border: solid 1px #435c79;
  border-radius: 10px;
  background: white;
  padding: 10px;
  height: 80px;
  overflow: hidden; }
  @media (max-width: 575px) {
    .helpcenter-inputai {
      height: 60px; } }
  @media (min-width: 576px) {
    .helpcenter-inputai.animateFocus {
      animation: animateFocus 0.5s ease forwards; } }
  @media (max-width: 575px) {
    .helpcenter-inputai.animateFocus {
      animation: animateFocusMobile 0.5s ease forwards; } }
  @media (min-width: 576px) {
    .helpcenter-inputai.animateBlur {
      animation: animateBlur 0.5s ease forwards; } }
  .helpcenter-inputai:has(textarea:focus), .helpcenter-inputai:has(textarea:not(:placeholder-shown)) {
    height: auto; }
    .helpcenter-inputai:has(textarea:focus) .helpcenter-inputai__input, .helpcenter-inputai:has(textarea:not(:placeholder-shown)) .helpcenter-inputai__input {
      padding-bottom: 50px; }
    .helpcenter-inputai:has(textarea:focus) .helpcenter-inputai__input-icon, .helpcenter-inputai:has(textarea:not(:placeholder-shown)) .helpcenter-inputai__input-icon {
      display: none; }
    @media (max-width: 991px) {
      .helpcenter-inputai:has(textarea:focus) .helpcenter-inputai__close, .helpcenter-inputai:has(textarea:not(:placeholder-shown)) .helpcenter-inputai__close {
        display: block; } }
    @media (max-width: 575px) {
      .helpcenter-inputai:has(textarea:focus) .helpcenter-inputai__button, .helpcenter-inputai:has(textarea:not(:placeholder-shown)) .helpcenter-inputai__button {
        display: flex !important; } }
  .helpcenter-inputai:has(textarea:not(:placeholder-shown)) .helpcenter-inputai__close {
    display: block; }
  .helpcenter-inputai--disabled {
    filter: grayscale(100%);
    opacity: 0.7;
    box-shadow: none; }
    .helpcenter-inputai--disabled textarea::placeholder {
      font-style: italic; }
  .helpcenter-inputai__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none; }
    .helpcenter-inputai__close i {
      font-size: 20px; }
      .helpcenter-inputai__close i:before {
        color: #999; }
  .helpcenter-inputai__input {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    padding: 15px;
    padding-right: 80px; }
    @media (max-width: 575px) {
      .helpcenter-inputai__input {
        padding: 5px;
        padding-right: 60px; } }
    .helpcenter-inputai__input-icon {
      margin-top: 5px; }
    .helpcenter-inputai__input-textarea {
      width: 100%; }
    .helpcenter-inputai__input textarea {
      all: unset;
      box-sizing: border-box;
      width: 100%;
      border: 0;
      outline: none;
      box-shadow: none;
      overflow: hidden;
      font-size: 20px; }
      .helpcenter-inputai__input textarea:active, .helpcenter-inputai__input textarea:focus {
        border: 0;
        outline: none;
        box-shadow: none; }
      .helpcenter-inputai__input textarea::placeholder {
        color: black;
        font-size: 18px; }
  .helpcenter-inputai__button {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 575px) {
      .helpcenter-inputai__button {
        display: none; } }
    .helpcenter-inputai__button button {
      width: 55px;
      height: 50px;
      border-radius: 10px; }
      @media (max-width: 575px) {
        .helpcenter-inputai__button button {
          width: 45px;
          height: 40px; } }
    .helpcenter-inputai__button i:before {
      color: white;
      font-size: 20px; }

.helpcenter-categories {
  margin: 70px 0 30px 0; }
  @media (max-width: 767px) {
    .helpcenter-categories {
      margin: 50px 0 20px 0; } }
  .helpcenter-categories h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px; }
  .helpcenter-categories__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
  .helpcenter-categories__item {
    width: calc((100% - 60px) / 4);
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #7b95bc; }
    @media (max-width: 900px) {
      .helpcenter-categories__item {
        width: calc((100% - 40px) / 3); } }
    @media (max-width: 700px) {
      .helpcenter-categories__item {
        width: calc((100% - 20px) / 2); } }
    @media (max-width: 575px) {
      .helpcenter-categories__item {
        width: 100%;
        flex-direction: row;
        padding: 15px;
        justify-content: flex-start;
        gap: 10px; } }
    .helpcenter-categories__item-icon img {
      height: 35px; }
      @media (max-width: 575px) {
        .helpcenter-categories__item-icon img {
          height: auto;
          width: 35px; } }
    .helpcenter-categories__item-name {
      font-size: 20px; }

.helpcenter-popular {
  margin: 50px 0; }
  @media (max-width: 767px) {
    .helpcenter-popular {
      margin-bottom: 70px; } }
  .helpcenter-popular h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px; }

.helpcenter-faqs {
  margin: 70px 0; }
  @media (max-width: 767px) {
    .helpcenter-faqs {
      margin: 50px 0; } }
  .helpcenter-faqs h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px; }

.helpcenter-heading {
  margin-top: 60px;
  margin-bottom: 50px; }
  @media (max-width: 575px) {
    .helpcenter-heading {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .helpcenter-heading h1 {
    font-size: 40px; }
    @media (max-width: 575px) {
      .helpcenter-heading h1 {
        font-size: 30px; } }
  .helpcenter-heading a {
    text-decoration: underline; }

.helpcenter-links-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px; }

.helpcenter-links {
  display: flex;
  flex-direction: column;
  gap: 20px; }

.helpcenter-link {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 #b1b1b1;
  border: solid 1px #d3d3d3;
  padding: 15px 20px;
  color: black !important;
  text-decoration: none !important;
  transition: all 0.3s ease; }
  .helpcenter-link:hover {
    color: #21618c !important; }
  .helpcenter-link__icon {
    width: 15px;
    height: 15px; }
    .helpcenter-link__icon i:before {
      color: #0068bd; }
    .helpcenter-link__icon--question {
      width: 30px;
      height: 30px;
      border: 2px solid #86a8ce;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .helpcenter-link__icon--question i {
        font-size: 15px; }
        .helpcenter-link__icon--question i:before {
          color: #54606f; }

.helpcenter-category {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }

.helpcenter-subtopic {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }

.helpcenter-article {
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat; }
  .helpcenter-article__inner {
    display: flex;
    gap: 80px; }
    @media (max-width: 991px) {
      .helpcenter-article__inner {
        flex-direction: column;
        gap: 0; } }
  .helpcenter-article__img {
    margin-bottom: 40px; }
    .helpcenter-article__img img {
      border-radius: 10px; }
  .helpcenter-article__body {
    font-size: 20px;
    margin-bottom: 50px; }
  .helpcenter-article__left {
    width: 100%; }
  .helpcenter-article__right {
    position: relative; }
  .helpcenter-article__sticky {
    position: sticky;
    top: 30px; }
    @media (max-width: 991px) {
      .helpcenter-article__sticky {
        position: relative;
        top: 0; } }
  .helpcenter-article__links {
    margin-top: 80px;
    margin-bottom: 50px;
    width: 220px; }
    @media (max-width: 991px) {
      .helpcenter-article__links {
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%; } }
    .helpcenter-article__links-title {
      margin-bottom: 15px;
      color: #555;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase; }
    .helpcenter-article__links-topic a {
      text-decoration: underline;
      display: block;
      margin: 10px 0; }

.helpcenter-footer {
  border-top: 1px solid #d8d8d8;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 50px 30px;
  text-align: center; }
  .helpcenter-footer h2 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px; }
    @media (max-width: 575px) {
      .helpcenter-footer h2 {
        font-size: 20px; } }
  .helpcenter-footer__content {
    max-width: 600px;
    margin: 0 auto; }

.helpcenter-search {
  border: 1px solid #435c79;
  border-radius: 12px;
  box-shadow: 0 0 6px 0 #9ebbe6;
  background: white; }
  .helpcenter-search__form {
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 10px;
    position: relative; }
  .helpcenter-search__input {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    padding: 20px; }
    .helpcenter-search__input:has(textarea:focus) .helpcenter-search__input-icon, .helpcenter-search__input:has(textarea:not(:placeholder-shown)) .helpcenter-search__input-icon, .helpcenter-search__input:has(.helpcenter-search__input-textarea-content:focus) .helpcenter-search__input-icon, .helpcenter-search__input:has([contenteditable]:not(:empty)) .helpcenter-search__input-icon {
      display: none; }
    .helpcenter-search__input-icon {
      margin-top: 5px; }
    .helpcenter-search__input-textarea {
      width: 100%;
      /*textarea {
                // remove all default styles
                all: unset;
                box-sizing: border-box;
                width: 100%;
                border: 0;
                outline: none;
                box-shadow: none;
                font-size: 20px;
                resize: none;
                overflow: hidden;
                line-height: 1.4;
                word-break: break-all;
                padding-bottom: 60px;

                &:active, &:focus {
                    border: 0;
                    outline: none;
                    box-shadow: none;
                }

                // placeholder styles
                &::placeholder {
                    color: black;
                    font-size: 18px;
                }
            }*/ }
      .helpcenter-search__input-textarea-content {
        box-sizing: border-box;
        width: 100%;
        display: block;
        min-height: 50px;
        font-size: 20px;
        line-height: 1.4;
        padding-bottom: 60px;
        white-space: pre-wrap; }
        .helpcenter-search__input-textarea-content:active, .helpcenter-search__input-textarea-content:focus {
          border: 0;
          outline: none;
          box-shadow: none; }
        .helpcenter-search__input-textarea-content:empty:not(:focus):before {
          content: attr(placeholder);
          pointer-events: none;
          font-size: 20px;
          line-height: 1.4; }
        .helpcenter-search__input-textarea-content br {
          line-height: 1.4; }
  .helpcenter-search__button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .helpcenter-search__button button {
      width: 55px;
      height: 50px;
      border-radius: 10px; }
    .helpcenter-search__button i:before {
      color: white;
      font-size: 20px; }

.helpcenter-mini-search {
  border: 1px solid #435c79;
  border-radius: 12px;
  box-shadow: 0 0 6px 0 #9ebbe6; }
  .helpcenter-mini-search__form {
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 0px;
    gap: 10px;
    position: relative; }
  .helpcenter-mini-search__input {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
    padding: 20px; }
    .helpcenter-mini-search__input:has(textarea:focus) .helpcenter-mini-search__input-icon, .helpcenter-mini-search__input:has(textarea:not(:placeholder-shown)) .helpcenter-mini-search__input-icon, .helpcenter-mini-search__input:has(.helpcenter-mini-search__input-textarea-content:focus) .helpcenter-mini-search__input-icon, .helpcenter-mini-search__input:has([contenteditable]:not(:empty)) .helpcenter-mini-search__input-icon {
      display: none; }
    .helpcenter-mini-search__input-icon {
      margin-top: 5px; }
    .helpcenter-mini-search__input-textarea {
      width: 100%; }
      .helpcenter-mini-search__input-textarea-content {
        box-sizing: border-box;
        width: 100%;
        display: block;
        min-height: 50px;
        font-size: 20px;
        line-height: 1.4;
        padding-bottom: 60px;
        white-space: pre-wrap; }
        .helpcenter-mini-search__input-textarea-content:active, .helpcenter-mini-search__input-textarea-content:focus {
          border: 0;
          outline: none;
          box-shadow: none; }
        .helpcenter-mini-search__input-textarea-content:empty:not(:focus):before {
          content: attr(placeholder);
          pointer-events: none;
          font-size: 20px;
          line-height: 1.4; }
        .helpcenter-mini-search__input-textarea-content br {
          line-height: 1.4; }
  .helpcenter-mini-search__button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .helpcenter-mini-search__button button {
      width: 55px;
      height: 50px;
      border-radius: 10px; }
    .helpcenter-mini-search__button i:before {
      color: white;
      font-size: 20px; }

.helpcenter-slider__header {
  margin-bottom: 50px; }
  .helpcenter-slider__header h2 {
    margin-bottom: 20px; }
    @media (max-width: 575px) {
      .helpcenter-slider__header h2 {
        font-size: 35px !important; } }
  .helpcenter-slider__header p {
    max-width: 800px; }

.helpcenter-slider__rotator {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
  position: relative; }
  .helpcenter-slider__rotator--hidden {
    display: none; }
  .helpcenter-slider__rotator .slick-list {
    overflow: visible !important; }
  .helpcenter-slider__rotator .slick-track {
    display: flex !important; }
  .helpcenter-slider__rotator .slick-slide {
    height: inherit !important; }
  .helpcenter-slider__rotator .slick-arrow {
    position: absolute;
    width: 15px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%); }
    .helpcenter-slider__rotator .slick-arrow:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-repeat: no-repeat; }
    .helpcenter-slider__rotator .slick-arrow:focus-visible {
      outline: 3px solid #2868b7; }
  .helpcenter-slider__rotator .slick-prev {
    left: 0; }
    .helpcenter-slider__rotator .slick-prev.slick-disabled:after {
      background-image: url("/dist/images/icon-Chevron-Left-Disabled.svg") !important; }
    .helpcenter-slider__rotator .slick-prev:after {
      background-image: url("/dist/images/icon-Chevron-Left.svg") !important; }
  .helpcenter-slider__rotator .slick-next {
    right: 0; }
    .helpcenter-slider__rotator .slick-next.slick-disabled:after {
      background-image: url("/dist/images/icon-Chevron-Right-Disabled.svg") !important; }
    .helpcenter-slider__rotator .slick-next:after {
      background-image: url("/dist/images/icon-Chevron-Right.svg") !important; }
  .helpcenter-slider__rotator .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto; }
    .helpcenter-slider__rotator .slick-dots li {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center; }
      .helpcenter-slider__rotator .slick-dots li.slick-active button {
        background-color: #000000;
        border: 1px solid #000000; }
      .helpcenter-slider__rotator .slick-dots li button {
        border-radius: 100px;
        border: 1px solid #707070;
        font-size: 0;
        width: 12px;
        height: 12px;
        margin: 2px 8px; }
        @media (max-width: 575px) {
          .helpcenter-slider__rotator .slick-dots li button {
            margin: 2px 5px; } }
        .helpcenter-slider__rotator .slick-dots li button:focus-visible {
          outline: 5px solid #005295; }
  .helpcenter-slider__rotator .rotator-controls {
    display: inline-block;
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px; }
    @media (max-width: 767px) {
      .helpcenter-slider__rotator .rotator-controls {
        top: 100%;
        margin-top: 5px; } }
    .helpcenter-slider__rotator .rotator-controls .rotator-arrows {
      position: absolute;
      top: 0;
      width: 100%; }
      .helpcenter-slider__rotator .rotator-controls .rotator-arrows:not(:empty) {
        height: 40px; }
      .helpcenter-slider__rotator .rotator-controls .rotator-arrows .slick-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0; }
      .helpcenter-slider__rotator .rotator-controls .rotator-arrows .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .helpcenter-slider__rotator .rotator-controls .rotator-dots {
      margin: 0 40px; }
      .helpcenter-slider__rotator .rotator-controls .rotator-dots:not(:empty) {
        height: 40px; }
      .helpcenter-slider__rotator .rotator-controls .rotator-dots .slick-dots {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
    .helpcenter-slider__rotator .rotator-controls .rotator-dot-spacing {
      width: 6rem;
      height: 2.2rem; }
  .helpcenter-slider__rotator-item {
    padding: 0 10px;
    width: 370px !important;
    text-align: left;
    display: flex !important; }
    @media (max-width: 767px) {
      .helpcenter-slider__rotator-item {
        width: 75vw !important; } }
    .helpcenter-slider__rotator-item:focus-visible {
      outline: 3px solid #2868b7; }
    .helpcenter-slider__rotator-item__inner {
      overflow: hidden;
      background: #f5f5f5;
      border-radius: 10px;
      flex-grow: 1;
      box-shadow: 0 0 3px 0 #7b95bc;
      background: white;
      text-decoration: none; }
      .helpcenter-slider__rotator-item__inner:hover, .helpcenter-slider__rotator-item__inner:focus {
        text-decoration: none; }
        .helpcenter-slider__rotator-item__inner:hover .helpcenter-slider__rotator-item__summary, .helpcenter-slider__rotator-item__inner:focus .helpcenter-slider__rotator-item__summary {
          text-decoration: underline; }
    .helpcenter-slider__rotator-item__thumb {
      display: block;
      background-color: gray;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      aspect-ratio: 16/9; }
    .helpcenter-slider__rotator-item__text {
      padding: 30px 20px;
      height: 100%; }
    .helpcenter-slider__rotator-item__title {
      font-size: 12px;
      font-weight: bold;
      margin-bottom: 10px;
      line-height: 1.1;
      color: black;
      text-transform: uppercase; }
    .helpcenter-slider__rotator-item__summary {
      line-height: 1.4;
      max-width: 400px; }

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