/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper, .etg_page,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper, .etg_page,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper, .etg_page,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper, .etg_page,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.etg_page .intro-wrapper {
  position: relative; }
  .etg_page .intro-wrapper:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 105px;
    top: 37%;
    left: -22px;
    transform: rotate(180deg);
    background-image: url("/assets/images/corner_shape.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .etg_page .intro-wrapper:after {
    content: '';
    position: absolute;
    width: 185px;
    height: 210px;
    bottom: -130px;
    right: -40px;
    transform: rotate(212deg);
    z-index: 2;
    background-image: url("/assets/images/triangle.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  @media (max-width: 767px) {
    .etg_page .intro-wrapper:before {
      width: 55px;
      height: 58px;
      top: 15%; }
    .etg_page .intro-wrapper:after {
      content: none; } }

.etg_page .team_members_section {
  padding: 70px 0;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .etg_page .team_members_section {
      padding: 60px 0 40px 0; } }
  .etg_page .team_members_section .content_block {
    padding-left: 160px;
    padding-right: 160px; }
    @media (max-width: 767px) {
      .etg_page .team_members_section .content_block {
        padding: 0; } }
    @media (max-width: 767px) {
      .etg_page .team_members_section .content_block .chairperson_info_container {
        padding: 0 20px; } }
    .etg_page .team_members_section .content_block .title3 {
      font-size: 36px; }
      @media (max-width: 767px) {
        .etg_page .team_members_section .content_block .title3 {
          padding: 0 20px; } }
    .etg_page .team_members_section .content_block .psa_members_info {
      margin: 0 auto; }
  .etg_page .team_members_section .team_members {
    margin-top: 0; }

.etg_page .team_summary_section {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .etg_page .team_summary_section {
      padding-bottom: 60px; } }
  .etg_page .team_summary_section .team_summary_block {
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .etg_page .team_summary_section .team_summary_block {
        margin: 0 -20px; } }
    .etg_page .team_summary_section .team_summary_block p {
      font-size: 20px;
      line-height: 1.5;
      max-width: 730px;
      margin: auto;
      font-weight: 500; }
      @media (max-width: 767px) {
        .etg_page .team_summary_section .team_summary_block p {
          padding: 0 20px; } }
    .etg_page .team_summary_section .team_summary_block h3, .etg_page .team_summary_section .team_summary_block .title, .etg_page .team_summary_section .team_summary_block .title2, .etg_page .team_summary_section .team_summary_block .title3 {
      font-weight: 900;
      margin: 30px 0 20px 0; }
      @media (max-width: 767px) {
        .etg_page .team_summary_section .team_summary_block h3, .etg_page .team_summary_section .team_summary_block .title, .etg_page .team_summary_section .team_summary_block .title2, .etg_page .team_summary_section .team_summary_block .title3 {
          margin: 30px 0;
          margin-bottom: 0; } }
    .etg_page .team_summary_section .team_summary_block div {
      background-color: rgba(238, 238, 238, 0.5);
      border-bottom: 8px solid #f2bd12;
      padding-bottom: 0px; }
      @media (max-width: 767px) {
        .etg_page .team_summary_section .team_summary_block div {
          padding-bottom: 0px;
          position: relative; } }
      @media (max-width: 767px) {
        .etg_page .team_summary_section .team_summary_block div:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          background-color: #ffffff;
          height: 110px;
          width: 100%; } }
      .etg_page .team_summary_section .team_summary_block div ul {
        margin-top: 120px;
        width: 100%;
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
        @media (max-width: 767px) {
          .etg_page .team_summary_section .team_summary_block div ul {
            overflow: auto;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            justify-content: flex-start;
            -ms-flex-pack: flex-start;
            margin-top: 0;
            padding-top: 110px;
            margin-bottom: 20px; } }
        .etg_page .team_summary_section .team_summary_block div ul li {
          margin: 0 25px;
          margin-top: -75px;
          margin-bottom: 15px;
          width: 180px;
          height: 180px;
          text-align: center;
          padding-left: 20px;
          padding-right: 20px;
          background-image: url("/assets/images/hexagon-mask.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain; }
          @media (max-width: 767px) {
            .etg_page .team_summary_section .team_summary_block div ul li {
              width: auto;
              height: 152px;
              padding-left: 20px;
              margin-left: 35px;
              margin-bottom: 0;
              margin-right: 0;
              margin-top: -75px;
              background-size: 160px;
              background-position: top center;
              position: relative;
              z-index: 2; } }
          .etg_page .team_summary_section .team_summary_block div ul li img {
            max-height: 60px;
            min-height: 60px;
            margin-top: 20px;
            margin-bottom: 15px;
            position: relative; }
            @media (max-width: 767px) {
              .etg_page .team_summary_section .team_summary_block div ul li img {
                margin: 10px 0; } }
          .etg_page .team_summary_section .team_summary_block div ul li p {
            font-size: 16px;
            line-height: 1.3;
            min-width: 140px;
            font-weight: 500; }
            @media (max-width: 767px) {
              .etg_page .team_summary_section .team_summary_block div ul li p {
                max-width: 150px;
                padding: 0;
                font-size: 16px !important;
                line-height: normal !important; } }
      .etg_page .team_summary_section .team_summary_block div p {
        max-width: 880px;
        font-weight: 400; }

.technology_member .content_block {
  padding: 0 !important; }

.technology_member .container {
  max-width: 100%;
  padding: 0 70px; }
  @media (max-width: 1440px) {
    .technology_member .container {
      padding: 0 15px; } }

.technology_member .special_invitees_wrapper .members_info {
  padding: 30px 15px;
  width: calc(16% - 20px); }
  @media (max-width: 1440px) {
    .technology_member .special_invitees_wrapper .members_info {
      padding: 20px 10px; } }
  @media (max-width: 991px) {
    .technology_member .special_invitees_wrapper .members_info {
      width: calc(33.33% - 120px); } }
  @media (max-width: 1440px) {
    .technology_member .special_invitees_wrapper .members_info p {
      font-size: 14px; } }

.technology_member .chairperson-block {
  margin-top: 40px; }
  .technology_member .chairperson-block .psa_members_info {
    max-width: 290px; }

.technology_member .psa_members_info.chairpersonBlock .psa_info_block {
  padding: 30px 15px;
  margin-bottom: 30px; }

.technology_member .etg_team_members .title4 {
  margin-bottom: 30px; }

.structure_technology_section {
  width: 100%;
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .structure_technology_section {
      padding: 0 0 40px; } }
  .structure_technology_section .subText h3, .structure_technology_section .subText .title, .structure_technology_section .subText .title2, .structure_technology_section .subText .title3 {
    text-align: center; }
  .structure_technology_section .subText p {
    text-align: center;
    font-size: 18px;
    margin: 0 auto 60px;
    max-width: 800px; }
  .structure_technology_section .subText .itemBox {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .structure_technology_section .subText .itemBox .item {
      width: calc(50% - 20px); }
      @media (max-width: 767px) {
        .structure_technology_section .subText .itemBox .item {
          width: 100%;
          margin: 0 0 20px; } }
      .structure_technology_section .subText .itemBox .item h4 {
        font-size: 22px;
        margin: 0 0 20px;
        font-weight: 600; }
      .structure_technology_section .subText .itemBox .item ul li {
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .structure_technology_section .subText .itemBox .item ul li a {
          font-size: 16px;
          color: #212121; }
          @media (max-width: 767px) {
            .structure_technology_section .subText .itemBox .item ul li a {
              font-size: 15px; } }

.successStories_Area {
  width: 100%;
  padding: 0 0 60px; }
  .successStories_Area h3, .successStories_Area .title, .successStories_Area .title2, .successStories_Area .title3 {
    text-align: center; }
  .successStories_Area p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .successStories_Area p {
        font-size: 15px !important; } }

.success_stories_part {
  background: #08102d;
  padding: 60px 0; }
  .success_stories_part .stories_box {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .success_stories_part .stories_box {
        overflow: auto; } }
    .success_stories_part .stories_box .stories_item {
      background-color: rgba(255, 255, 255, 0.05);
      margin-right: 15px;
      width: calc(33.33% - 15px); }
      .success_stories_part .stories_box .stories_item h4 {
        background-color: rgba(255, 255, 255, 0.03);
        position: relative;
        min-height: 80px;
        padding: 8px 20px;
        font-size: 24px;
        color: #FFBE00;
        font-weight: 900;
        display: flex;
        align-items: center;
        margin-bottom: 0; }
        .success_stories_part .stories_box .stories_item h4:after {
          content: '';
          position: absolute;
          border-bottom: 4px solid #FFBE00;
          width: calc(100% - 40px);
          bottom: 0; }
      .success_stories_part .stories_box .stories_item .subcategory {
        padding: 3px 6px;
        background-color: #FFBE00;
        font-size: 10px;
        font-weight: 600;
        color: #212121;
        border-radius: 0 100px 100px 0;
        margin: 0 5px 3px -15px;
        display: inline-block;
        min-width: 65px;
        text-align: center; }
      .success_stories_part .stories_box .stories_item .info_link {
        padding: 0 15px 10px;
        min-height: 200px;
        max-height: 385px;
        overflow: auto; }
        .success_stories_part .stories_box .stories_item .info_link::-webkit-scrollbar {
          width: 5px; }
        .success_stories_part .stories_box .stories_item .info_link::-webkit-scrollbar-thumb {
          background: rgba(255, 255, 255, 0.5); }
      .success_stories_part .stories_box .stories_item li {
        color: #ffffff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .success_stories_part .stories_box .stories_item li:first-child {
          margin-top: 0; }
        .success_stories_part .stories_box .stories_item li:last-child {
          border: 0;
          padding-bottom: 0; }
        .success_stories_part .stories_box .stories_item li a {
          color: inherit; }
          .success_stories_part .stories_box .stories_item li a:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 10px;
            margin-left: 10px;
            background-image: url("/assets/images/yellow-arrow.svg");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s; }
        .success_stories_part .stories_box .stories_item li:hover {
          font-weight: 700; }
          .success_stories_part .stories_box .stories_item li:hover a:after {
            width: 11px; }
        .success_stories_part .stories_box .stories_item li .no-link {
          cursor: default; }
          .success_stories_part .stories_box .stories_item li .no-link:after {
            content: none; }
    @media (max-width: 767px) {
      .success_stories_part .stories_box .stories_item h4 {
        font-size: 20px;
        min-height: 68px; }
      .success_stories_part .stories_box .stories_item {
        min-width: 270px;
        max-width: 270px;
        width: 270px;
        margin-bottom: 0; }
        .success_stories_part .stories_box .stories_item li a, .success_stories_part .stories_box .stories_item li span {
          font-size: 14px; } }

.faqArea {
  padding: 40px 0;
  width: 100%; }
  .faqArea .subText {
    padding: 30px 0; }
    .faqArea .subText h3, .faqArea .subText .title, .faqArea .subText .title2, .faqArea .subText .title3 {
      font-size: 30px; }
      @media (max-width: 767px) {
        .faqArea .subText h3, .faqArea .subText .title, .faqArea .subText .title2, .faqArea .subText .title3 {
          font-size: 26px; } }
    .faqArea .subText p {
      font-size: 16px;
      color: #212121;
      line-height: 1.5; }
      @media (max-width: 767px) {
        .faqArea .subText p {
          font-size: 15px; } }

.accordion .accordion__panel {
  padding-left: 40px; }
  .accordion .accordion__panel p {
    position: relative;
    padding-left: 18px; }
    .accordion .accordion__panel p:before {
      content: "";
      width: 8px;
      height: 8px;
      background: #000;
      position: absolute;
      border-radius: 100%;
      left: -8px;
      top: 8px; }

.accordion__button {
  background-color: #f9f9f9;
  color: #212121;
  cursor: pointer;
  padding: 15px 15px;
  width: 100%;
  text-align: left;
  border: none;
  font-size: 16px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .accordion__button {
      font-size: 15px; } }
  .accordion__button:before {
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    margin-right: 12px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-45deg); }

.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
  transform: rotate(45deg); }

.accordion__panel {
  padding: 20px;
  animation: fadein 0.1s ease-in;
  transition: all 0.1s; }
  .accordion__panel p {
    font-size: 16px;
    line-height: 1.5; }

.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.list_item {
  margin: 20px 0 0;
  list-style: lower-alpha;
  padding-left: 40px; }
  .list_item li {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 10px; }

