.tcl-faq__wrapper--background-gradient {
  padding-top: 160px;
  padding-bottom: 200px;
  background: linear-gradient(157.66deg, #0ca78b 17.31%, #71dd2a 86.75%);
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__figure-top {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__figure-top svg {
  width: 100%;
  height: auto;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__figure-bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__figure-bottom svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__tab {
  border-bottom-color: #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__tab-text {
  color: #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__tab-title {
  color: #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__tab-title span::after, .tcl-faq__wrapper--background-gradient .tcl-faq__tab-title span::before {
  background: #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__supheading {
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__supheading,
.tcl-faq__wrapper--background-gradient .tcl-faq__heading,
.tcl-faq__wrapper--background-gradient .tcl-faq__description {
  color: #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__supheading a,
.tcl-faq__wrapper--background-gradient .tcl-faq__heading a,
.tcl-faq__wrapper--background-gradient .tcl-faq__description a {
  color: #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), rgba(255, 255, 255, 0.7);
  color: #4b4b4b;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:focus {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:focus-visible {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a img,
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a span {
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(137.94deg, rgba(113, 221, 42, 0.14) 8.03%, #71dd2a 47.02%, #71dd2a 93.85%), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:hover {
  color: #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:hover:before {
  opacity: 1;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:active:before {
  opacity: 1;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:hover {
  color: #4b4b4b;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:before {
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), #ffffff;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--primary a:active {
  color: #000000;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 8px 30px;
  border: 2px solid #fff;
  background: none;
  color: #ffffff;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a:focus {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a:focus-visible {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a img,
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a span {
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.45) 18.87%, rgba(255, 255, 255, 0.16) 96.1%), rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, background-color 0.3s linear;
  transition: opacity 0.3s linear, background-color 0.3s linear;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a:hover {
  color: #4b4b4b;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a:hover:before {
  opacity: 1;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--secondary a:active {
  color: #000000;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(359deg, #9650c8 45.46%, rgba(150, 80, 200, 0) 111.16%), rgba(204, 151, 242, 0.8);
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a:focus {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a:focus-visible {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a img,
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a span {
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a:hover {
  text-shadow: -0.15px -0.15px 0 #ffffff, 0.15px 0.15px #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--cta a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--text a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--text a img,
.tcl-faq__wrapper--background-gradient .tcl-faq__button--text a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-faq__wrapper--background-gradient .tcl-faq__button--text a:hover {
  color: #fff;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-faq__wrapper--background-white .tcl-faq__button--secondary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 8px 30px;
  border: 2px solid #0ca78b;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--secondary a:focus {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--secondary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--secondary a:focus-visible {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(122deg, #9650c8 19.69%, #c58fec 100%, #9650c8 100%), #9650c8;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a:focus {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a:focus-visible {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a img,
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a span {
  position: relative;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a:hover {
  text-shadow: -0.15px -0.15px 0 #ffffff, 0.15px 0.15px #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-faq__wrapper--background-white .tcl-faq__button--cta a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a:focus {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a:focus-visible {
  outline-offset: 2px;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a img,
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a span {
  position: relative;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(137.94deg, rgba(113, 221, 42, 0.14) 8.03%, #71dd2a 47.02%, #71dd2a 93.85%), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a:hover {
  color: #ffffff;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a:hover:before {
  opacity: 1;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--primary a:active:before {
  opacity: 1;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--text a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #55af19;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--text a img,
.tcl-faq__wrapper--background-white .tcl-faq__button--text a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-faq__wrapper--background-white .tcl-faq__button--text a:hover {
  color: #55af19;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-faq__figure-top {
  display: none;
}
.tcl-faq__figure-bottom {
  display: none;
}
.tcl-faq__supheading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0.2em;
  color: #55af19;
  margin-bottom: 20px;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.tcl-faq__heading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.17;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
  color: #0e0e2c;
}
.tcl-faq__heading u {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .tcl-faq__heading u:before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 15px;
    width: 0;
    left: -6px;
    background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
    z-index: -1;
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
  }
  .tcl-faq__heading u[data-animation=true]:before {
    width: calc(100% + 14px);
  }
}
@media (max-width: 1199px) {
  .tcl-faq__heading u {
    display: inline;
    background-image: linear-gradient(white calc(100% - 15px), rgba(11, 64, 55, 0) 15px), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 -3px;
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
  }
  .tcl-faq__heading u[data-animation=true] {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .tcl-faq__heading {
    font-size: 32px;
    word-wrap: break-word;
  }
}
.tcl-faq__description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 40px;
}
.tcl-faq__description p {
  margin: 0 0;
}
.tcl-faq__picture {
  margin-bottom: 40px;
}
.tcl-faq__picture img {
  width: 100%;
}
.tcl-faq__list--margin {
  margin-top: 30px;
}
.tcl-faq__list-item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.tcl-faq__list-item:last-child {
  margin-bottom: 0;
}
.tcl-faq__list-item-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.tcl-faq__list-item-marker {
  position: absolute;
  left: 6px;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
}
.tcl-faq__list-item-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.tcl-faq__list-item-icon img {
  width: 15px;
  height: auto;
}
.tcl-faq__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tcl-faq__button a {
  display: block;
}
@media (max-width: 1199px) {
  .tcl-faq__tabs {
    margin-top: 50px;
  }
}
.tcl-faq__tab {
  padding-bottom: 10px;
  border-bottom: solid 2px rgba(75, 75, 75, 0.2);
  margin-top: 10px;
}
.tcl-faq__tab-title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  padding-left: 22px;
  padding-right: 22px;
  cursor: pointer;
}
.tcl-faq__tab-title span {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7px;
  height: 7px;
  left: 0;
  top: 10px;
}
.tcl-faq__tab-title span:after {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  position: absolute;
  left: 0;
  -webkit-transition: -webkit-transform 0.25s ease-out opacity 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out opacity 0.25s ease-out;
  transition: transform 0.25s ease-out opacity 0.25s ease-out;
  transition: transform 0.25s ease-out opacity 0.25s ease-out, -webkit-transform 0.25s ease-out opacity 0.25s ease-out;
}
.tcl-faq__tab-title span:before {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  position: absolute;
  left: 3px;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.tcl-faq__tab-title.active span:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tcl-faq__tab-title.active span:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.tcl-faq__tab-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 25px;
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 50px;
}
.tcl-faq__tab-text p {
  margin: 0 0;
}