.section-title {
  color: #fff;
  text-align: center;
  font-family: "Samsung Sharp Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  bottom: 0;
}

section {
  padding: 30px 20px;
  overflow: hidden;
}

section.card {
  position: relative;
  border-radius: 20px 20px 0 0px;
  padding-bottom: 100px;
}

section.card.faq {
  margin-top: -72px;
  background: #000;
  padding: 50px 15px 50px;
}

@media screen and (min-width: 1024px) {
  section {
    padding: 30px;
  }

  section.card {
    border-radius: 65px 65px 0px 0px;
  }

  section.card.faq {
    margin-top: -248px;
    padding: 110px 20px 50px;
  }
}

.help-center.card {
  background-color: #00a1e5;
  color: #000;
  padding: 80px 20px 135px;
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  .help-center.card {
    padding: 63px 27px 90px;
  }
}

.help-center-title {
  font-size: 4.2rem;
}

@media screen and (min-width: 1024px) {
  .help-center-title {
    margin-top: 66px;
    font-size: 6.25rem;
  }

  .help-center.card {
    margin-bottom: 173px;
    padding-bottom: 172px;
  }
}

.help-center-copy {
  max-width: 320px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.2rem;
  padding-top: 10px;
  font-weight: 400;
  font-family: "OneUlSans";
}

@media screen and (min-width: 1024px) {
  .help-center-copy {
    margin: 0 auto;
    max-width: 575px;
    line-height: 1.33;
    font-size: 1.3rem;
  }
}

.help-center-copy a {
  color: #000;
}

.help-center .section-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: start;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.help-center .tv-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.hero-large {
  background-color: orange;
  color: #000;
  padding: 100px 30px 50px;
  margin-top: 0;
}

.hero-large-copy {
  max-width: 490px;
  margin: 0 auto;
}

.hero-large .section-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: start;
  align-items: center;
  gap: 30px;
  text-align: center;
}

.hero-large .tv-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .section-title {
    font-size: 2.83rem;
  }

  .faq .section-wrapper .faq-container {
    max-width: 1490px;
  }

  .faq.card {
    padding-bottom: 230px;
  }
}

.faq-container {
  margin: 0 auto;
  padding: 40px 0 0 0;
}

@media screen and (min-width: 1024px) {
  .faq-container {
    padding: 62px 137px 80px;
  } 
}

.faq-question {
  background-color: #202020;
  color: #fff;
  padding: 25px 38px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 4px solid #000000;
  border-radius: 23px 23px 0 0;
  position: relative;
  font-size: 1.65rem;
  transition: border-radius ease 0.07s;
}

.faq-item:last-of-type .faq-question {
  padding: 25px 38px;
  border-radius: 23px;
}

.faq-item:last-of-type .faq-answer.open {
  margin-top: -14px;
}

.faq-question .faq-question-copy {
  margin-right: 20px;
  font-family: "Samsung Sharp Sans";
  font-weight: 700;
  margin-right: 30px;
}

.faq-answer * {
  line-height: 1.5;
  font-weight: 400;
  margin-top: 40px;
}

.faq-question:has(.faq-question-copy.open) {
  padding-bottom: 25px;
  border-radius: 23px 23px 0 0;
}

.faq-question .faq-question-copy.open {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .faq-question {
    border-radius: 30px 30px 0 0;
  }

  .faq-item:last-of-type .faq-question {
    border-radius: 30px;
    padding: 30px 40px;
  }

  .faq-question:has(.faq-question-copy.open) {
    border-radius: 30px 30px 0 0;
  }

  .faq-question .faq-question-copy {
    letter-spacing: 0;
  }

  .faq-question {
    padding: 35px 40px 44px 40px;
  }

  .faq-answer * {
    font-weight: 400;
  }
}

.faq-item {
  margin-top: -24px;
}

.faq-question:hover {
  background-color: #444;
}

.faq-toggle {
  font-weight: bold;
  position: absolute;
  right: 13px;
  width: 20px;
  display: flex;
}

@media screen and (min-width: 1024px) {
  .faq-toggle {
    right: 30px;
    width: 35px;
    height: auto;
  }
}

.faq-toggle img {
  width: 100%;
  height: auto;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #0c0c0c;
  font-size: 1rem;
}

.faq-answer a {
  color: #FFFFFF;
}

.faq-answer.open {
  max-height: 1000px;
  padding: 15px 38px 40px;
  line-height: 140%;
  color: #dfdfdf;
  margin-top: -24px;
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.form.card {
  background: url("../img/faq/bg-image.png") 85% 36%;
  position: relative;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-size: 193vh;
}

.form-wrapper {
  padding: 0;
}

.form-gel {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.form-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.form-content h3 {
  font-weight: 600;
}

@media screen and (min-width: 1024px) {
  .form.card {
    background: url("../img/faq/bg-image.png") center -92px;
    background-size: unset;
  }
  .form-content h3 {
    margin-top: 65px;
  }
}

@media screen and (min-width: 1447px) {
  .form.card {
    background: url("../img/faq/bg-image.png") center 0;
    background-size: cover;
  }
}

.form-content p {
  max-width: 800px;
  margin: 25px auto 0;
  line-height: 20px;
  line-height: 140%;
}

@media screen and (min-width: 1024px) {
  .form-content p {
    max-width: 1000px;
    font-weight: 400;
  }
}

.form-container {
  width: 50%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.select-wrapper select {
  padding-right: 20px;
  /* Adjust as needed */
  appearance: none;
  /* Remove the default down arrow */
  -webkit-appearance: none;
  /* For Safari */
  background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>');
  /* Custom down arrow */
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* Adjust the right padding here */
  background-size: 16px;
  /* Adjust size if needed */
}

.select-wrapper {
  position: relative;
}

.select-wrapper .caret {
  position: absolute;
  width: 20px;
  height: auto;
  right: 18px;
  top: 21px;
  pointer-events: none;
}

.form select,
.form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #242424;
  border-radius: 6px;
  background-color: #000;
  color: #ccc;
  box-sizing: border-box;
  font-family: Roboto;
}

.form select {
  height: 55px;
  border-radius: 8px;
  padding: 15px;
}

.form textarea {
  height: 150px;
  border-radius: 20px;
}

.section-wrapper {
  max-width: 1920px;
  margin: 0 auto;
}

.card .cta {
  margin-top: 0;
  min-width: 0;
  font-weight: 500;
  border-radius: 100px;
}


/* CONTACT FORM */

section.contact-form  {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  max-width: 1190px;
  margin: 0 auto;
  font-family: "Samsung Sharp Sans";
}

@media screen and (min-width: 1024px) {
  section.contact-form {
    padding: 0 200px;
  }
}

@media screen and (min-width: 1232px) {
  section.contact-form {
    padding: 0 273px;
  }
}

svg {
  width: 60px;
}

@media screen and (min-width: 1024px) {
  .contact-form section {
          padding: 0;
  }

  svg {
    width: 107;
  }
}

.contact-form p {
  padding-bottom: 39px;
  font-size: 1.2rem;
  max-width: 985px;
  line-height: 1.7;
  font-family: "OneUlSans";
  font-weight: 400;
}

@media screen and (min-width: 1024px) {
  .contact-form p {
    padding: 0 40px 20px;
    line-height: 1.5;
  }
}

.contact-form .button {
  border: 0;
  font-family: 'Roboto';
  cursor: pointer;
  font-weight: bold;
  font-size: 1.16rem;
}

/* FORM FIELDS */

.form-field {
  display: flex;
  text-align: left;
  flex-direction: column;
  padding: 0;
  position: relative;
}

/* @media screen and (min-width: 1024px) {
  .form-field {
          padding: 0 65px;
  }
} */

.form-field.inline {
  flex-direction: row;
  justify-content: space-between;
}

.form-field.inline label {
  align-self: center;
}

.form-field input[type="file"],
.form-field select {
  cursor: pointer;
}

.form-field select,
.form-field input:not([type="file"]),
.form-field textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border: none;
  height: 54px;
  border: 1px solid #2a2a2a;
  border-radius: 15px;
  padding: 0 30px;
  color: #898989;
  box-sizing: border-box;
}

.form-field .error {
  border: 1px solid #92391F;
}

.form-field .file input[type="file"] {
  opacity: 0;
  width: 0;
}

.form-field .file span {
  font-family: "OneUlSans";
  font-weight: 400;
  border-radius: 25px;
  padding: 5px 26px;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff;
  color: #ccc;
  align-self: center;
  font-size: 0.9rem;
}

.form-field .file span.file-name {
  background: none;
  border: none;
}

.form-field label {
  padding: 20px 0 20px;
  display: flex;
  font-size: 1.2rem;
  font-family: "OneUlSans";
  font-weight: 400;
}

.form-field.search input {
  background-image: url('../img/faq/search-icon.svg');
  background-repeat: no-repeat;
  background-position: 98% 12px;
}

.form-field select {
  background-image: url('../img/faq/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 92% 22px;
  background-size: 18px;
  font-family: "OneUlSans";
  font-weight: 400;
  font-size: 1rem;
}

/* OVERLAY */

.overlay {
  display: none;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  width: 100%;
  height: 100vh;
}

.overlay .modal-window {
  display: flex;
  justify-content: center;
}

.overlay .window-content {
  background: #000;
  margin-top: 150px;
  padding: 103px 25px;
  border: 1px solid #979797;
  text-align: center;
  position: relative;
  width: 80%;
}

.overlay .window-content .close {
  background: url('../img/faq/close-icon.svg');
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.overlay .window-content h1 {
  padding: 20px 0;
}

@media screen and (min-width: 1024px) {
  .overlay .window-content {
    padding: 103px 130px;
    width: unset;
  }

  .form-field select,
  .form-field input:not([type="file"]),
  .form-field textarea {
    height: 58px;
    border-radius: 25px;
  }

  .form-field select {
    background-position: 97% 33px;
  }

  .form-field .file span {
    padding: 7px 30px;
  }
}

@media screen and (min-width: 1232px) {
  .form-field select, .form-field input:not([type="file"]), .form-field textarea {
    height: 74px;
    border-radius: 30px;
  }
}

.form-field textarea {
  height: 150px;
  margin-bottom: 55px;
  padding: 15px 25px;
}