@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
a:hover {
  text-decoration: none !important;
}

.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

.section-title {
  font-size: 40px !important;
  font-family: "Bebas Neue", serif !important;
  color: #232E39;
  text-transform: uppercase !important;
}

.help-center {
  /* --- Hero --- */
  /* --- Subhero --- */
  /* --- Support Screen --- */
  /* - Step One - */
  /* - Step Two - */
}
.help-center__hero {
  position: relative;
}
.help-center__hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.help-center__hero-container {
  position: relative;
  padding: 120px;
}
@media only screen and (max-width: 992px) {
  .help-center__hero-container {
    padding: 60px;
  }
}
.help-center__hero-title {
  font-size: 72px !important;
  line-height: 78px !important;
  font-family: "Bebas Neue", serif !important;
  color: white;
  padding-left: 82px;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .help-center__hero-title {
    font-size: 52px !important;
    line-height: 58px !important;
    padding-left: 0;
  }
}
.help-center__subhero {
  padding: 40px 0;
}
@media only screen and (max-width: 992px) {
  .help-center__subhero {
    padding: 30px 0 20px;
  }
}
.help-center__subhero-container {
  max-width: 1200px;
}
.help-center__subhero-title {
  font-size: 42px !important;
  font-family: "Montserrat", sans-serif !important;
  color: #15212C !important;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .help-center__subhero-title {
    font-size: 32px !important;
  }
}
.help-center__subhero-copy {
  color: #15212C;
  margin: 16px 0 0 !important;
}
.help-center__support-screen {
  position: relative;
  padding: 40px 80px 80px;
}
@media only screen and (max-width: 992px) {
  .help-center__support-screen {
    padding: 20px 0 60px;
  }
}
.help-center__support-screen-step-one, .help-center__support-screen-step-two {
  display: none;
}
.help-center__support-screen-step-one.active, .help-center__support-screen-step-two.active {
  display: block;
}
.help-center__support-screen-step-two-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.help-center__support-screen-step-two-back-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #15212C !important;
  background-image: none !important;
  border: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-step-two-back-btn:hover {
  color: #EF2F93 !important;
  background-color: transparent !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-one-title {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  color: #15212C;
  text-align: center;
  margin-bottom: 22px !important;
}
.help-center__support-screen-title {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #15212C;
  margin-bottom: 0 !important;
}
.help-center__support-screen-step-one-card {
  width: 100%;
}
.help-center__support-screen-step-one-card:hover svg {
  stroke: #EF2F93;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-step-one-card:hover p {
  color: #EF2F93;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-step-one-card svg {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-step-one-card p {
  font-size: 20px;
  font-weight: 500;
  color: #15212C;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-faq {
  width: 100%;
  margin-bottom: 12px;
}
.help-center__support-screen-faq:last-child {
  margin-bottom: 0;
}
.help-center__support-screen-faq details {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.help-center__support-screen-faq details[open] summary::after {
  -webkit-transform: translate(-50%, 1000%) rotate(90deg);
          transform: translate(-50%, 1000%) rotate(90deg);
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-faq summary {
  position: relative;
  color: #15212C;
  background-color: #F0F0F0;
  border-radius: 16px;
  outline: none;
  width: 100%;
  padding: 26px 102px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
  transition: 0.3s linear;
}
.help-center__support-screen-faq summary span {
  display: block;
  max-width: 88%;
}
.help-center__support-screen-faq summary::marker {
  content: "";
}
.help-center__support-screen-faq summary::before, .help-center__support-screen-faq summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 102px;
  display: block;
  width: 18px;
  height: 1px;
  opacity: 1;
  background-color: #15212C;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-faq summary::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.help-center__support-screen-faq summary::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.help-center__support-screen-faq summary:focus, .help-center__support-screen-faq summary:hover {
  color: #EF2F93;
  border-color: black;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media only screen and (max-width: 992px) {
  .help-center__support-screen-faq summary {
    padding: 16px 26px;
  }
  .help-center__support-screen-faq summary::before, .help-center__support-screen-faq summary::after {
    right: 26px;
  }
}
.help-center__support-screen-faq-answer {
  padding: 12px 42px 24px;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .help-center__support-screen-faq-answer {
    padding: 18px;
  }
}
.help-center__support-screen-faq-answer a {
  color: #EF2F93;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-faq-answer a:hover {
  color: #BC0471;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-faq-answer .order-select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .help-center__support-screen-faq-answer .order-select-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.help-center__support-screen-faq-answer .order-select-container p {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0;
}
.help-center__support-screen-faq-answer .order-select-container .order-select-dropdown {
  cursor: pointer;
  max-width: 360px;
}
.help-center__support-screen-faq-answer .order-select-container .order-select-dropdown option {
  cursor: pointer;
}
.help-center__support-screen-faq-answer .order-spinner {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #4A80BF;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 60px auto;
  display: none;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.help-center__support-screen-faq-answer .order-response {
  border-top: 1px solid #737A80;
  padding-top: 32px;
  margin-top: 8px;
}
@media only screen and (max-width: 992px) {
  .help-center__support-screen-faq-answer {
    padding: 26px;
  }
}
.help-center__support-screen-zendesk-button {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Montserrat", sans-serif !important;
  color: white !important;
  text-transform: uppercase !important;
  background-color: #4A80BF;
  padding: 12px 32px;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-zendesk-button:hover {
  background-color: #365E8C;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-zendesk-button:focus, .help-center__support-screen-zendesk-button:active {
  background-color: #233C59;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.help-center__support-screen-step-one-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .help-center__support-screen-step-one-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.help-center__support-screen-step-one-card {
  padding: 42px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.help-center__support-screen-step-one-card svg {
  display: block;
  margin: 0 auto;
}
.help-center__support-screen-step-one-card p {
  margin: 12px 0 0 !important;
}
.help-center__support-screen-step-two-container {
  display: block;
}

/* --- Forms --- */
.page-template-page-help-center-php .wpcf7 {
  display: none;
}
.page-template-page-help-center-php .wpcf7-form {
  max-width: 800px;
}
.page-template-page-help-center-php .wpcf7-form .invalid .wpcf7-response-output {
  border-color: rgba(220, 50, 50, 0.6509803922);
}
.page-template-page-help-center-php .wpcf7-form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media only screen and (max-width: 767px) {
  .page-template-page-help-center-php .wpcf7-form p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.page-template-page-help-center-php .wpcf7-form p:has(.wpcf7-spinner) {
  position: relative;
}
.page-template-page-help-center-php .wpcf7-form p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-template-page-help-center-php .wpcf7-form p label {
  font-size: 14px;
  line-height: 18px;
  color: #737A80;
}
.page-template-page-help-center-php .wpcf7-form p label span {
  display: block;
  margin-top: 6px;
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control {
  background-color: #F0F0F0;
  border-radius: 4px;
  padding: 6px 12px !important;
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control.wpcf7-not-valid {
  background-color: rgba(220, 50, 50, 0.6509803922);
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control.wpcf7-file {
  font-size: 14px;
  color: #737A80;
  background-color: transparent;
  border: 2px dashed #bbb;
  padding: 14px !important;
  margin: auto;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
  border-width: 0;
  border-radius: 4px;
  background-color: #4A80BF;
  color: hsl(210, 40%, 90%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
  padding: 8px;
  margin-right: 12px;
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control.wpcf7-file::file-selector-button {
  border-width: 0;
  border-radius: 4px;
  background-color: #4A80BF;
  color: hsl(210, 40%, 90%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
  padding: 8px;
  margin-right: 12px;
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control.wpcf7-file:hover {
  border-color: #888;
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control.wpcf7-file:hover::-webkit-file-upload-button {
  background-color: #365E8C;
}
.page-template-page-help-center-php .wpcf7-form p label span input.wpcf7-form-control.wpcf7-file:hover::file-selector-button {
  background-color: #365E8C;
}
.page-template-page-help-center-php .wpcf7-form p .wpcf7-not-valid-tip {
  font-size: 14px;
}
.page-template-page-help-center-php .wpcf7-form p .wpcf7-response-output {
  margin: 14px 0 0;
}
.page-template-page-help-center-php .wpcf7-form .wpcf7-submit {
  font-size: 16px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  width: 100%;
  background-color: #4A80BF !important;
  background-image: none !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.page-template-page-help-center-php .wpcf7-form .wpcf7-submit:hover {
  background-color: #365E8C !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}