/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************/
/* Styles entry point */
h1 {
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 80%; /* 57.6px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 390px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 32.4px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 390px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 28.8px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 390px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 21.6px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 390px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 18px */
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 390px) {
  h5 {
    font-size: 17px;
  }
}

/* Body 20 */
.b-20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .b-20 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 390px) {
  .b-20 {
    font-size: 17px;
    margin-bottom: 17px;
  }
}

/* Additional text styles */
.m-20 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .m-20 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 390px) {
  .m-20 {
    font-size: 17px;
    margin-bottom: 17px;
  }
}

.m-18 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}

.m-14 {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}

.eyebrow {
  font-family: "Syne", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: 4px;
  text-transform: uppercase;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #000;
  padding: 0;
  margin: 0;
  font-family: proxima-nova, sans-serif;
  color: #fff;
}

.pd-bot {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .pd-bot {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 390px) {
  .pd-bot {
    padding-bottom: 100px;
  }
}

.hidden {
  display: none;
}

.grecaptcha-badge {
  z-index: 99;
}

.wp-block-media-text {
  margin-bottom: 1.35em;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

.header {
  padding-top: 40px;
}
.header__logo {
  max-width: 994px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}

.footer {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  padding: 80px 0;
}
.footer__container {
  max-width: 1182px;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  column-gap: 83px;
  padding-bottom: 75px;
}
.footer__top-content {
  color: #000;
  max-width: 873px;
}
.footer__top-content p {
  color: #000;
  margin-bottom: 32px;
}
.footer__top-content h4 {
  margin-bottom: 12px;
}
.footer__bottom {
  border-top: 2px solid #000;
  padding-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-socials ul {
  list-style: none;
  display: flex;
  column-gap: 35px;
  margin-bottom: 8px;
}
.footer__bottom-socials ul li a svg path {
  transition: all 0.3s ease-in;
}
.footer__bottom-socials ul li a:hover svg path {
  fill: #fff;
}
.footer__bottom-socials p {
  text-align: right;
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer__top {
    column-gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .footer {
    padding-bottom: 40px;
  }
  .footer__container {
    padding: 0 20px;
  }
  .footer__top-logo {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 48px;
  }
  .footer__bottom-socials p {
    text-align: left;
  }
}

.intro-section {
  padding-top: 127px;
}
.intro-section__container {
  max-width: 994px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
  text-align: center;
}
.intro-section__content {
  padding-top: 48px;
}
.intro-section__image {
  position: relative;
}
.intro-section__image img {
  max-width: 662px;
  width: 100%;
}
.intro-section__image img.gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen; /* or lighten */
  max-width: 662px;
  width: 100%;
}
.intro-section__image-main {
  max-width: 662px;
  width: 100%;
  margin: 0 auto;
}
.intro-section__image-main svg {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .intro-section {
    padding-top: 80px;
  }
  .intro-section__container {
    padding: 0 25px;
  }
}
@media screen and (max-width: 360px) {
  .intro-section__container {
    padding: 0 25px;
  }
}

.member-cards__container {
  max-width: 994px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.member-cards__content {
  text-align: center;
  margin-bottom: 48px;
}
.member-cards__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -28.5px;
}
.member-cards__video-wrapper {
  position: relative;
}
.member-cards__col {
  max-width: 33.33%;
  width: 100%;
  padding: 0 28.5px;
}
.member-cards__thumbnail {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  padding: 44px 24px 0;
  min-height: 484px;
  position: relative;
  margin-bottom: 24px;
  cursor: pointer;
  position: relative;
}
.member-cards__thumbnail.hide {
  opacity: 0;
}
.member-cards__thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: 6px solid #fff;
  outline-offset: -6px; /* Pulls the outline inside */
  opacity: 0;
  transition: all 0.3s ease;
}
.member-cards__thumbnail:hover::after {
  opacity: 1;
}
.member-cards__thumbnail img {
  max-width: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.member-cards__thumbnail h2 {
  color: #000;
  font-size: 35.876px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 32.289px */
  text-transform: uppercase;
}
.member-cards__thumbnail h4 {
  color: #000;
  font-size: 23.918px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 21px;
}
.member-cards__desc p.eyebrow {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.member-cards__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.member-cards__video > div:first-of-type {
  height: 100%;
}
.member-cards__video video {
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .member-cards__thumbnail {
    min-height: 387px;
  }
  .member-cards__thumbnail h2 {
    font-size: 28.701px;
    font-style: normal;
    font-weight: 800;
    line-height: 90%; /* 25.831px */
    text-transform: uppercase;
  }
  .member-cards__thumbnail h4 {
    font-size: 19.134px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
  }
  .member-cards__thumbnail svg {
    width: 46px;
    height: 46px;
  }
  .member-cards__row {
    margin: 0 -12px;
  }
  .member-cards__col {
    padding: 0 12px;
  }
}
@media screen and (max-width: 600px) {
  .member-cards__container {
    padding: 0 20px;
  }
  .member-cards__col {
    max-width: 100%;
    margin-bottom: 36px;
  }
  .member-cards__col:last-child {
    margin-bottom: 0;
  }
  .member-cards__thumbnail {
    max-width: 218px;
    margin: 0 auto 24px;
  }
  .member-cards__inner {
    margin: 0 auto;
  }
}

.featured-highlight__container {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.featured-highlight__wrapper {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  display: flex;
  align-items: center;
}
.featured-highlight__content {
  padding: 64px 17px 64px 64px;
  flex: 1;
}
.featured-highlight__content h2 {
  margin-bottom: 12px;
  color: #000;
}
.featured-highlight__content p {
  margin-bottom: 20px;
  color: #000;
}
.featured-highlight__cta {
  padding-top: 12px;
}
.featured-highlight__image {
  max-width: 467px;
  width: 100%;
}
.featured-highlight__image img {
  max-width: 100%;
  line-height: 0;
}
.featured-highlight__image img.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .featured-highlight__content {
    padding: 32px 22px 32px 32px;
  }
  .featured-highlight__content h2 {
    font-weight: 800;
  }
  .featured-highlight__image {
    max-width: 320px;
  }
  .featured-highlight__image img.desktop {
    display: none;
  }
  .featured-highlight__image img.mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .featured-highlight__container {
    padding: 0 20px;
  }
  .featured-highlight__wrapper {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
  .featured-highlight__image {
    max-width: 100%;
    margin-top: 0;
    text-align: center;
  }
  .featured-highlight__image img {
    margin: 0 auto;
  }
  .featured-highlight__content {
    padding: 24px 24px 17px;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border: 2px solid #000;
  border-radius: 44px;
  background-color: #007bff;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 4px 1px rgba(252, 172, 254, 0);
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 90%; /* 21.6px */
  color: #000;
  position: relative;
  height: 47px;
}
.button::after {
  content: "";
  position: absolute;
  bottom: -19px;
  right: -19px;
  width: 161px;
  height: 58px;
  background-image: url('https://go.xactlycorp.com/rs/748-CSC-741/images/hover-effect-ai.gif?version=0');
  background-size: 100%;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  z-index: 2;
  display: block;
  opacity: 0;
  transition: all 0.3s ease;
}
.button--gradient {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-color: #fff;
}
.button:hover {
  background-color: #000;
  color: #fff;
}
.button:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 20px;
    height: 42px;
  }
}

.resources__container {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.resources__row {
  display: flex;
}
.resources__border {
  width: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resources__border img {
  transform: rotate(90deg);
}
.resources__col {
  max-width: calc(50% - 89px);
  width: 100%;
}
.resources__heading {
  text-align: center;
  margin-bottom: 48px;
}
.resources__inner {
  text-align: center;
}
.resources__inner img {
  margin-bottom: 48px;
  max-width: 100%;
}
.resources__inner p.eyebrow {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.resources__inner p {
  color: #fff;
  margin-bottom: 24px;
}
.resources__inner a {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
}
.resources__inner a:hover {
  background: none;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: #fff;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .resources__border {
    width: 98px;
    padding: 0 10px;
  }
  .resources__col {
    max-width: calc(50% - 49px);
    width: 100%;
  }
  .resources__inner img {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 600px) {
  .resources__container {
    padding: 0 20px;
  }
  .resources__row {
    flex-direction: column;
  }
  .resources__border {
    width: 100%;
    padding: 24px 0;
  }
  .resources__border img {
    transform: rotate(0deg);
  }
  .resources__col {
    max-width: 100%;
  }
  .resources__inner img {
    margin-bottom: 24px;
  }
}

.webinar__container {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.webinar__row {
  display: flex;
  flex-wrap: wrap;
}
.webinar__col {
  max-width: 50%;
  width: 100%;
}
.webinar__thumbnail img {
  max-width: 100%;
  line-height: 0;
}
.webinar__desc {
  padding: 51px 0 51px 58px;
}
.webinar__desc p.eyebrow {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}
.webinar__desc p {
  color: #fff;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .webinar__desc {
    padding-top: 32px;
  }
  .webinar__row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .webinar__col {
    max-width: 463px;
  }
  .webinar__desc {
    padding-left: 0;
    padding-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .webinar__container {
    padding: 0 20px;
  }
  .webinar__col {
    max-width: 100%;
  }
  .webinar__desc {
    padding-top: 24px;
  }
}

.faq__container {
  max-width: 1182px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
.faq__heading {
  text-align: center;
  margin-bottom: 48px;
}
.faq__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.faq__col {
  perspective: 1000px;
  padding: 0 16px;
  max-width: 33.33%;
  width: 100%;
  margin-bottom: 87px;
}
.faq__col:hover .faq__inner {
  transform: rotateY(180deg);
}
.faq__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s ease;
  min-height: 337px;
}
.faq__front, .faq__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}
.faq__front {
  background: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px 20px 60px;
  position: relative;
}
.faq__front svg {
  position: absolute;
  top: 10px;
  right: 10px;
}
.faq__front h3 {
  color: #000;
  font-weight: 800;
  font-size: 32px !important;
  line-height: 90% !important;
}
.faq__back {
  background: #000;
  transform: rotateY(180deg);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px 20px 20px;
  border: 2px solid #fff;
  border-image: linear-gradient(90deg, #FEBB6C 0%, #F16C06 100%) 1;
}
.faq__back p {
  color: #fff;
}
.faq__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding-top: 64px;
  flex-wrap: wrap-reverse;
}
@media screen and (max-width: 768px) {
  .faq__col {
    max-width: 50%;
  }
  .faq__buttons {
    padding-top: 0;
  }
  .faq__front {
    padding-bottom: 30px;
  }
  .faq__front svg {
    width: 26px;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .faq__col {
    max-width: 100%;
  }
}

.triangle {
  width: 56px;
  height: 39px;
  background: linear-gradient(90deg, #FEBB6C 0%, #FEBB6C 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: rotate(0deg);
  position: absolute;
  bottom: -38px;
  left: 0;
}

.triangle-back {
  position: absolute;
  bottom: -40px;
  right: -2px;
}
