/*! Normalise CSS !*/
@import url(normalize.css);
/*!Root Css!*/
@import url(root.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*! Google Fonts !*/
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: var(--White, #fff);
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  background: #fff;
  overflow-x: hidden;
}
body:has(.pg_common) header {
  position: relative;
}

p {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  /* 150% */
  margin-bottom: 20px;
}
p:last-child {
  margin: 0;
}

h1 {
  padding: 0;
  margin: 0;
  color: var(--Black, #1d1d1d);
  font-family: Poppins;
  font-size: clamp(1.375rem, 0.625vw + 1.25rem, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(1.625rem, 0.625vw + 1.5rem, 2.25rem); /* 87.5% */
  margin-bottom: 20px;
}

h2 {
  padding: 0;
  margin: 0;
  color: var(--Black, #1d1d1d);
  font-family: Poppins;
  font-size: clamp(1.375rem, 0.625vw + 1.25rem, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(1.625rem, 0.625vw + 1.5rem, 2.25rem); /* 87.5% */
  margin-bottom: 20px;
}

h3 {
  padding: 0;
  margin: 0;
  color: var(--Dark, #606060);
  font-family: Poppins;
  font-size: clamp(1.125rem, 0.375vw + 1.05rem, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(1.25rem, 0.5vw + 1.15rem, 1.75rem); /* 116.667% */
  margin-bottom: 24px;
}

h4 {
  padding: 0;
  margin: 0;
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 10px;
  /* 32.992px */
}

h5 {
  margin: 0;
  color: var(--Black, #000);
  font-family: "Poppins", serif;
  font-size: clamp(1.125rem, 0.375vw + 1.05rem, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: clamp(1.625rem, 0.625vw + 1.5rem, 2.25rem);
  /* 150% */
  margin-bottom: 16px;
}

h6 {
  margin: 0;
  color: var(--Gold, #d1b389);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 12px 21px;
  border-radius: 40px;
  background: var(--Gold, #d1b389);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  color: var(--Black, #000);
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  background: black;
  color: white;
}
.btn:hover {
  border: none;
  background: black;
  color: white;
}
.btn.btnborder {
  background-color: transparent;
  border: 1px solid #d1b389;
  color: #d1b389;
}
.btn.btnborder:hover {
  background-color: #d1b389;
  color: #fff;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  opacity: 0.5;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  opacity: 0.5;
}

input:not([type=submit]),
select {
  display: block;
  width: 100%;
  padding: 8px 20px;
  border-radius: 8px;
  background: #f1f1f1;
  color: #000;
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  outline: none;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

select {
  -webkit-appearance: none; /* Removes default appearance in Safari */
  -moz-appearance: none; /* Removes default appearance in Firefox */
  appearance: none; /* Standard */
  outline: none; /* Removes the focus outline */
  box-shadow: none; /* Removes the box shadow */
  padding: 16px 10px; /* Add padding for better UI */
  background-color: #fff; /* Background color */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

textarea {
  height: 208px;
  resize: none;
  overflow: hidden;
  display: block;
  width: 100%;
  color: #000;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 8px 20px;
  border: none;
  border-radius: 12px;
  background: #f1f1f1;
  margin-bottom: 16px;
  outline: none;
  box-shadow: none;
  line-height: normal;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}

textarea:focus {
  outline: none;
  box-shadow: none;
  border: none;
  background: #f1f1f1;
  box-shadow: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--Black, #000);
  font-family: "Poppins", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: url(../images/downarrow.svg) no-repeat right center;
}

select:focus {
  border: 1px solid #cccccc;
  outline: none;
  background-color: #fff;
}

select option {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400;
}

label {
  color: #0d0d0d;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
  display: block;
}

.checkbox {
  display: inline-block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  color: #090914;
  font-family: "Poppins", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: start;
  gap: 8px;
  text-align: left;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #bbc4cd;
  padding: 11px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 4px;
  top: 0;
}
.checkbox label a {
  text-decoration: none;
  color: var(--accent-color-2, #ed7005);
}
.checkbox input:checked + label::before {
  background: #fff;
}
.checkbox input:checked + label:after {
  position: absolute;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  left: 6px;
  font-size: 13px;
  top: 1px;
  color: #121212;
}

.mainhd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.mainhd::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.mainhd .headerrow {
  position: relative;
}
.mainhd .headerrow .logo {
  max-width: 197px;
  position: absolute;
  left: 10px;
  right: 0;
  margin: 0 auto;
  top: 4.17px;
  z-index: 1;
}
.mainhd .headerrow .logo img {
  width: 100%;
}
.mainhd .headerrow .navigation {
  position: relative;
  z-index: 0;
}
.mainhd .headerrow .contact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.mainhd .headerrow .contact .flagsearch {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mainhd .headerrow .contact .flagsearch img {
  width: 30px;
}
.mainhd .headerrow .contact .flagsearch select {
  border: none;
  padding-right: 20px;
}
.mainhd button {
  display: none;
}

.banner {
  position: relative;
  background: rgb(0, 0, 0);
  height: clamp(21.875rem, 28.125vw + 21.9rem, 70rem);
}
.banner img,
.banner video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  display: block;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}
.banner .bannertxt {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  bottom: clamp(1.563rem, 2.5vw + 1.063rem, 4.063rem);
}
.banner .bannertxt img {
  opacity: 1;
}
.banner .bannertxt .bannerlogo {
  width: clamp(17.5rem, 26.375vw + 12.225rem, 43.875rem);
  margin: 0 auto;
  margin-bottom: clamp(1.563rem, 2.813vw + 1rem, 4.375rem);
}
.banner .bannertxt p {
  color: var(--White, #fff);
  text-align: center;
  font-family: Poppins;
  font-size: clamp(1.25rem, 0.25vw + 1.2rem, 1.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 630px;
  margin: 0 auto 25px;
}

.sectionglobalpadding {
  padding: clamp(1.875rem, 4.375vw + 1rem, 6.25rem) 0;
}

.audience {
  padding-bottom: 0;
}
.audience .heading {
  margin-bottom: 54px;
  text-align: center;
}
.audience .slider-container {
  width: 100%;
  height: 616px;
  border-radius: 10px;
  overflow: hidden;
}
.audience .slider-container .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  height: 616px !important;
  background: transparent;
}
.audience .slider-container .slide img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.audience .slick-track,
.audience .slick-list {
  height: 100% !important;
}
.audience .content-container {
  overflow: hidden;
}
.audience .faq_box {
  background: transparent;
  padding: 0;
}
.audience .faq_box .faq_item {
  margin-bottom: 15px;
}
.audience .faq_box .faq_item.active {
  border-radius: 10px;
  background: var(--Card-bg, #fffaf3);
}
.audience .faq_box .faq_item.active .faq_hd h5 {
  color: #000;
}
.audience .faq_box .faq_item:last-child {
  margin-bottom: 0;
}
.audience .faq_box .faq_item .faq_hd {
  padding: 18px 20px;
}
.audience .faq_box .faq_item .faq_hd h5 {
  color: var(--Black, #606060);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.audience .faq_box .faq_item .faq_cont {
  padding: 20px;
  padding-top: 0;
  display: none;
}
.audience .faq_box .faq_item .faq_cont p {
  color: var(--grey, #667085);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.audience .faq_box .faq_item .faq_cont ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.audience .faq_box .faq_item .faq_cont ul li {
  width: 50%;
  color: var(--grey, #667085);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  margin-top: 16px;
}
.audience .faq_box .faq_item .faq_cont ul li:first-child, .audience .faq_box .faq_item .faq_cont ul li:nth-child(2) {
  margin-top: 0;
}
.audience .faq_box .faq_item .faq_cont ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #d1b389;
  border-radius: 30px;
}

.approach {
  padding-bottom: 0;
}
.approach h6,
.approach h2 {
  text-align: left;
}
.approach .resultbxouter {
  margin-top: 60px;
}
.approach .resultbx {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.approach .resultbx::before {
  content: "";
  width: 82px;
  height: 82px;
  background-color: #fffaf3;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: -1;
  scale: 1;
  border-radius: 100px;
  transition: all 0.7s ease-in-out;
}
.approach .resultbx:hover::before {
  scale: 20;
}
.approach .resultbx:hover .icon {
  background-color: #fff;
}
.approach .resultbx .icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffaf3;
  border-radius: 100px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.approach .resultbx .icon img {
  width: 36px;
}
.approach .resultbx ul li {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
}
.approach .resultbx ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 8px;
}
.approach .resultbx p {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.volumes {
  padding-bottom: 0;
}
.volumes .headingrow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.volumes .headingrow h2 {
  margin-bottom: 0;
}
.volumes .videosecouter {
  margin-top: 71px;
}
.volumes .videosecouter .col-md-5 {
  height: 100%;
}
.volumes .videosecouter .row {
  margin-bottom: 41px;
}
.volumes .videosecouter .row:last-child {
  margin-bottom: 0;
}
.volumes .videosecouter .videotext {
  height: 100%;
  border-bottom: 1px solid #e0e0e0;
}
.volumes .videosecouter .videotext p {
  color: var(--grey, #667085);
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
.volumes .videosecouter .videotext span {
  display: block;
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
}
.volumes .videosecouter .videoactual {
  width: 100%;
  height: 290px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.volumes .videosecouter .videoactual .play-pause-btn {
  position: absolute;
  bottom: 42px;
  right: 34px;
  width: 48px;
  height: 48px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.volumes .videosecouter .videoactual .play-pause-btn .playbtn {
  display: block;
}
.volumes .videosecouter .videoactual .play-pause-btn .pausebtn {
  display: none;
}
.volumes .videosecouter .videoactual.playing .play-pause-btn .playbtn {
  display: none;
}
.volumes .videosecouter .videoactual.playing .play-pause-btn .pausebtn {
  display: block;
}
.volumes .videosecouter .videoactual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about .aboutrow {
  margin-top: 60px;
}
.about .aboutrow img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 16px;
}
.about .aboutrow h4 {
  color: var(--Black, #000);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  text-transform: uppercase;
  margin-bottom: 0;
}
.about .aboutrow h4 span {
  display: inline-block;
  color: var(--Gold, #d1b389);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  text-transform: uppercase;
}

.contactus-sec {
  padding: 60px 0;
  background: url(../images/contact-us-bg.jpg) no-repeat center center;
  background-size: cover !important;
}
.contactus-sec .formtxt .txtbx {
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.contactus-sec .formtxt .txtbx:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.contactus-sec .formtxt .txtbx ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contactus-sec .formtxt .txtbx ul li a {
  font-size: 25px;
  width: 48px;
  height: 48px;
  display: block;
  background-color: var(--Gold, #d1b389);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.contactus-sec .formtxt .txtbx ul li a:hover {
  background-color: #000;
}
.contactus-sec .formsec {
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: linear-gradient(113deg, rgba(214, 214, 214, 0.47) 0%, rgba(106, 106, 106, 0) 110.84%);
  -webkit-backdrop-filter: blur(21px);
          backdrop-filter: blur(21px);
  padding: 35px 20px 20px 20px;
  position: relative;
}
.contactus-sec .formsec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 122px;
  height: 11px;
  z-index: 1;
  border-radius: 0px 0px 12px 12px;
  background: var(--Gold, #d1b389);
}
.contactus-sec .formsec h2 {
  text-align: center;
  margin-bottom: 12px;
}
.contactus-sec .formsec p {
  text-align: center;
  color: var(--grey, #667085);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 350px;
}
.contactus-sec .formsec .inputcontainer {
  margin-bottom: 16px;
}
.contactus-sec .formsec .inputcontainer:last-child {
  margin-bottom: 0;
}
.contactus-sec .formsec .inputcontainer input[type=text],
.contactus-sec .formsec .inputcontainer input[type=tel],
.contactus-sec .formsec .inputcontainer input[type=email],
.contactus-sec .formsec .inputcontainer textarea {
  padding: 12px 16px;
  border-radius: 8px;
  background: #fff;
  color: var(--grey, #667085);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.contactus-sec .formsec .inputcontainer textarea {
  height: 109px;
  resize: none;
}
.contactus-sec .formsec .inputcontainer.submit input[type=submit] {
  display: block;
  width: 100%;
  color: white;
}
.contactus-sec .formsec .inputcontainer.instaprofile {
  position: relative;
}
.contactus-sec .formsec .inputcontainer.instaprofile input[type=text] {
  padding-left: 170px;
}
.contactus-sec .formsec .inputcontainer.instaprofile span {
  color: #667085;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  background: url(../images/form-instagram-icon.svg) no-repeat 0px 4px #fff;
  padding: 0 0 0 24px;
  position: absolute;
  top: 12px;
  z-index: 1;
  left: 16px;
}

.diverse h6,
.diverse h2 {
  text-align: center;
}
.diverse .logo-section ul {
  display: flex;
  align-items: center;
  gap: 16.29px;
  margin: 47px 0 38px;
}
.diverse .logo-section ul li {
  width: 150px;
}
.diverse .logo-section ul li img {
  width: auto;
  margin: 0 auto;
}

.mainft {
  padding-top: 40px;
  padding-bottom: 96px;
  background: var(--Black, #000);
}
.mainft .ftbx .ftlogo {
  max-width: 279px;
  margin-bottom: 30px;
}
.mainft .ftbx .ftlogo img {
  width: 100%;
}
.mainft .ftbx p {
  color: var(--White, #fefefe);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  margin-bottom: 0;
}
.mainft .ftbx h5 {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
.mainft .ftbx ul li {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.mainft .ftbx ul li:last-child {
  margin-bottom: 0;
}
.mainft .ftbx ul li a {
  color: white;
}
.mainft .ftbx ul li a:hover {
  color: #d1b389;
}

.afterft {
  padding: 8px 0;
  background: var(--Dark, #606060);
  text-align: center;
}
.afterft p {
  color: var(--White, #fefefe);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

.inputcontainer.instaprofile span.wpcf7-form-control-wrap {
  background: none !important;
  padding: 0 !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
}

section.audience.sectionglobalpadding.pg_common {
  padding: 4rem 0 !important;
}

section.audience.sectionglobalpadding.pg_common h1 {
  text-align: center;
}

.contactus-sec .formsec .wpcf7-response-output {
  color: #000;
}

.contactus-sec .formsec span.wpcf7-spinner {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .stellarnav ul li {
    margin-right: 20px !important;
  }
  .stellarnav ul li:nth-child(4) {
    margin-right: 314px !important;
  }
}
.mobileimage,
.toggle_icon {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobileimage {
    display: block;
    margin-bottom: 20px;
  }
  .toggle_icon {
    display: block;
  }
  .mobilehide {
    display: none;
  }
  .audience .faq_box .faq_item .faq_hd h5 {
    font-size: 18px;
    position: relative;
    padding-right: 35px;
  }
  .audience .faq_box .faq_item .faq_hd h5 img {
    margin-top: 6px;
    width: 20px;
  }
  .audience .faq_box .faq_item .faq_hd h5 .toggle_icon {
    position: absolute;
    right: 0;
    top: 6px;
  }
}/*# sourceMappingURL=style.css.map */