@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.new-breadcrumb-container {
  padding: 20px 0; }
  @media only screen and (min-width: 2000px) {
    .new-breadcrumb-container {
      padding: 0 150px !important; } }
  @media (max-width: 767px) {
    .new-breadcrumb-container {
      padding: 0 20px;
      top: 95px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .new-breadcrumb-container {
      top: 100px; } }
  .new-breadcrumb-container .breadcrumb {
    font-size: 12px;
    line-height: 1.83;
    color: #eeeeee; }
    @media (max-width: 767px) {
      .new-breadcrumb-container .breadcrumb {
        font-size: 10px;
        line-height: 2.2; } }
    .new-breadcrumb-container .breadcrumb a {
      color: #eeeeee; }
  .new-breadcrumb-container.dark .breadcrumb {
    color: #212121; }
    .new-breadcrumb-container.dark .breadcrumb a {
      color: #212121; }
  .new-breadcrumb-container.light .breadcrumb {
    color: #eeeeee; }
    .new-breadcrumb-container.light .breadcrumb a {
      color: #eeeeee; }
  .new-breadcrumb-container span:last-child {
    font-weight: 700; }
  @media (max-width: 767px) {
    .new-breadcrumb-container.etg-breadcrumb {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .new-breadcrumb-container.pm-breadcrumb {
      padding-left: 40px; } }
  @media (max-width: 767px) {
    .new-breadcrumb-container.stip-breadcrumb {
      padding-left: 40px; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.track {
  opacity: 0;
  transition: all 0.4s; }

.custom-scrollbar .scroll-body {
  height: 100%; }

.custom-scrollbar:hover .track {
  opacity: 1; }

.track-vertical {
  height: 100%;
  right: 3px;
  width: 3px !important;
  top: 0; }
  .track-vertical .thumb {
    background: #b8b8c3;
    border-radius: 4px; }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.header_menu {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 35px; }
  @media (max-width: 991px) {
    .header_menu {
      display: none; } }
  .header_menu .menu_item {
    margin-left: 10px;
    position: relative;
    padding: 0; }
    .header_menu .menu_item span {
      display: block; }
      .header_menu .menu_item span a {
        font-size: calc(15px + var(--font-size-pixel));
        line-height: 1.5;
        line-height: 1.5;
        font-weight: 600;
        letter-spacing: 0;
        color: #212121;
        /* The Fallback */
        color: rgba(33, 33, 33, 0.8);
        padding: 6px 10px 38px;
        display: block;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        cursor: pointer; }
    .header_menu .menu_item:hover span a {
      background: #ffffff;
      color: #000000; }
    .header_menu .menu_item.sub_menu span a {
      position: relative;
      padding-right: 25px; }
      .header_menu .menu_item.sub_menu span a:after {
        content: '';
        border: solid rgba(33, 33, 33, 0.8);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        position: absolute;
        top: 13px;
        right: 13px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
    .header_menu .menu_item.sub_menu .menu_list {
      display: none;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 1;
      max-width: 225px;
      min-width: 225px;
      padding: 10px 0;
      background: #ffffff; }
      .header_menu .menu_item.sub_menu .menu_list:after {
        content: '';
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #f2bd12; }
      .header_menu .menu_item.sub_menu .menu_list li {
        padding: 0px; }
        .header_menu .menu_item.sub_menu .menu_list li a {
          display: block;
          color: #000000;
          font-size: 14px;
          line-height: 1.2;
          padding: 15px 20px;
          letter-spacing: 0;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          .header_menu .menu_item.sub_menu .menu_list li a:hover {
            font-weight: 600; }
        .header_menu .menu_item.sub_menu .menu_list li + li {
          border-top: 1px solid #EFEEEC; }
      .header_menu .menu_item.sub_menu .menu_list.sub-header-full {
        padding: 0 0 6px;
        min-width: 996px;
        max-width: 996px;
        right: calc(100% - 505px); }
        .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul {
          padding: 40px 60px 0px; }
          @media (max-width: 767px) {
            .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul {
              padding: 0; } }
          .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul li + li {
            border-top: none; }
          .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top span {
            margin-bottom: 20px;
            font-size: 12px;
            color: #212121; }
          .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul {
            margin: 0 -20px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: wrap;
            -moz-flex-flow: wrap;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            position: relative; }
            @media (max-width: 767px) {
              .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul {
                display: block; } }
            .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:before {
              content: '';
              width: 1px;
              height: calc(100% - 40px);
              background: #eeeeee;
              position: absolute;
              top: 0;
              left: 33%; }
              @media (max-width: 767px) {
                .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:before {
                  opacity: 0; } }
            .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:after {
              content: '';
              width: 1px;
              height: calc(100% - 40px);
              background: #eeeeee;
              position: absolute;
              top: 0;
              right: 33.3333%; }
              @media (max-width: 767px) {
                .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:after {
                  opacity: 0; } }
            .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li {
              margin-bottom: 40px;
              padding: 0 20px;
              -webkit-box-flex: 0 0 33.3333%;
              -moz-box-flex: 0 0 33.3333%;
              -webkit-flex: 0 0 33.3333%;
              -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; }
              @media (max-width: 767px) {
                .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li {
                  margin-bottom: 20px; } }
              .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a {
                padding: 0;
                font-size: 15px;
                line-height: 24px;
                position: relative; }
                .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a:after {
                  content: '';
                  display: inline-block;
                  margin-left: 8px;
                  width: 11px;
                  height: 10px;
                  background: url("/assets/images/sub-menu-arrow.svg") no-repeat center;
                  background-size: cover;
                  opacity: 0;
                  transition: 0.3s; }
                  @media (max-width: 767px) {
                    .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a:after {
                      display: none; } }
                .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a:hover:after {
                  opacity: 1; }
              .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li + li {
                border: none; }
          .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:first-child {
            position: relative; }
            .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:first-child:after {
              content: '';
              width: 100%;
              height: 1px;
              background: #eeeeee;
              position: absolute;
              right: 0px;
              bottom: 0;
              left: 0px; }
              @media (max-width: 767px) {
                .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:first-child:after {
                  background: #333333;
                  position: absolute;
                  right: 0px;
                  bottom: -20px;
                  left: 0px; } }
          .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:last-child {
            margin-top: 40px; }
            @media (max-width: 767px) {
              .header_menu .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:last-child {
                margin-top: 0; } }
    @media (min-width: 769px) {
      .header_menu .menu_item.sub_menu:hover span a:after {
        border-color: #212121;
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        margin-top: 3px; }
      .header_menu .menu_item.sub_menu:hover .menu_list {
        display: block; } }
    .header_menu .menu_item:nth-child(2) .menu_list.sub-header-full {
      right: calc(100% - 608px); }
    .header_menu .menu_item:nth-child(3) .menu_list.sub-header-default {
      min-width: 320px;
      max-width: 320px; }
    .header_menu .menu_item:nth-child(4) .menu_list.sub-header-full {
      right: calc(100% - 352px); }
    .header_menu .menu_item:nth-child(5) .menu_list.sub-header-full {
      right: calc(100% - 128px); }

.search-layer {
  margin-left: 10px;
  cursor: pointer; }

.search_data {
  padding: 60px 0 100px 0;
  margin: 0 auto;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #08102d;
  z-index: 99;
  overflow: auto; }
  @media (max-width: 767px) {
    .search_data {
      padding: 72px 20px;
      top: 82px; } }
  .search_data .search-field {
    width: 600px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .search_data .search-field {
        width: 100%; } }
    .search_data .search-field .no-result {
      color: #fff;
      margin-top: 20px;
      font-weight: 600; }
    .search_data .search-field .searchButton {
      background-color: unset;
      position: absolute;
      background: url("/assets/images/search-icon.svg") no-repeat right center;
      background-size: 24px;
      height: 40px;
      width: 25px;
      right: 0;
      font-size: 20px;
      color: #fff;
      cursor: pointer; }
    .search_data .search-field input {
      padding-right: 30px;
      position: relative;
      height: 40px;
      width: 100%;
      font-size: 20px;
      color: #fff;
      font-weight: 400;
      font-family: 'Montserrat', sans-serif;
      border: none;
      border-bottom: 1px solid #fff;
      background-color: unset; }
      @media (max-width: 767px) {
        .search_data .search-field input {
          font-size: 16px; } }
      .search_data .search-field input::placeholder {
        opacity: .5;
        color: #fff; }
    .search_data .search-field .most-search {
      padding-top: 30px; }
      .search_data .search-field .most-search h4 {
        margin-bottom: 26px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        color: #fff;
        font-size: 16px; }
        @media (max-width: 767px) {
          .search_data .search-field .most-search h4 {
            font-size: 14px; } }
      .search_data .search-field .most-search ul li {
        padding-bottom: 20px; }
        .search_data .search-field .most-search ul li a {
          padding-left: 10px;
          font-size: 16px;
          color: #fff;
          position: relative;
          display: inline-block; }
          @media (max-width: 767px) {
            .search_data .search-field .most-search ul li a {
              font-size: 12px; } }
          .search_data .search-field .most-search ul li a:before {
            content: '';
            width: 2px;
            height: 100%;
            background: #ffbe00;
            position: absolute;
            left: 0;
            top: 0; }
          .search_data .search-field .most-search ul li a:after {
            content: '';
            margin-left: 12px;
            width: 11px;
            height: 10px;
            display: inline-block;
            background: url("/assets/images/yellow-arrow.svg") no-repeat center;
            background-size: cover;
            transition: 0.3s; }
          .search_data .search-field .most-search ul li a:hover:after {
            margin-left: 15px; }
    .search_data .search-field .search-suggestion-block {
      padding: 32px 40px;
      max-height: 340px;
      overflow: auto;
      background: #141c37;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      z-index: 9; }
      @media (max-width: 767px) {
        .search_data .search-field .search-suggestion-block {
          padding: 20px;
          top: 30px; } }
      .search_data .search-field .search-suggestion-block .search-suggestion {
        padding-bottom: 32px; }
        @media (max-width: 767px) {
          .search_data .search-field .search-suggestion-block .search-suggestion {
            padding-bottom: 16px; } }
        .search_data .search-field .search-suggestion-block .search-suggestion h4 {
          margin-bottom: 20px;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          color: #fff;
          font-size: 16px; }
          @media (max-width: 767px) {
            .search_data .search-field .search-suggestion-block .search-suggestion h4 {
              font-size: 12px; } }
        .search_data .search-field .search-suggestion-block .search-suggestion ul li {
          padding-bottom: 16px; }
          .search_data .search-field .search-suggestion-block .search-suggestion ul li a {
            font-size: 16px;
            color: #fff; }
            @media (max-width: 767px) {
              .search_data .search-field .search-suggestion-block .search-suggestion ul li a {
                font-size: 12px; } }
          .search_data .search-field .search-suggestion-block .search-suggestion ul li:last-child {
            padding-bottom: 0; }
      .search_data .search-field .search-suggestion-block .search-recent {
        padding-top: 15px;
        border-top: 1px solid #fff; }
        .search_data .search-field .search-suggestion-block .search-recent h4 {
          margin-bottom: 20px;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          color: #fff;
          font-size: 16px; }
          @media (max-width: 767px) {
            .search_data .search-field .search-suggestion-block .search-recent h4 {
              font-size: 12px; } }
        .search_data .search-field .search-suggestion-block .search-recent ul li {
          padding-bottom: 16px;
          position: relative; }
          .search_data .search-field .search-suggestion-block .search-recent ul li .close-recent {
            width: 12px;
            height: 12px;
            background: url("/assets/images/recent-cancel.svg") no-repeat center;
            background-size: cover;
            position: absolute;
            right: 0;
            top: 4px;
            cursor: pointer; }
          .search_data .search-field .search-suggestion-block .search-recent ul li a {
            font-size: 16px;
            color: #fff;
            width: 95%;
            display: inline-block; }
            @media (max-width: 767px) {
              .search_data .search-field .search-suggestion-block .search-recent ul li a {
                font-size: 12px; } }
          .search_data .search-field .search-suggestion-block .search-recent ul li:last-child {
            padding-bottom: 0; }
  .search_data .cross_btn {
    background: unset;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 100px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .search_data .cross_btn {
        top: 20px;
        right: 20px;
        width: 20px; } }
  .search_data .hide {
    display: none !important; }
  .search_data .show {
    display: block !important; }
  .search_data .search-result-wrap {
    padding: 0 100px; }
    @media (max-width: 767px) {
      .search_data .search-result-wrap {
        padding: 0; } }
    .search_data .search-result-wrap .search-view-block {
      padding: 40px 0 22px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .search_data .search-result-wrap .search-view-block {
          padding: 12px 0 22px; } }
      @media (max-width: 767px) {
        .search_data .search-result-wrap .search-view-block .search-result-text {
          margin-bottom: 20px; } }
      .search_data .search-result-wrap .search-view-block .search-result-text p {
        color: #fff; }
        @media (max-width: 767px) {
          .search_data .search-result-wrap .search-view-block .search-result-text p {
            font-size: calc(12px + var(--font-size-pixel)) !important; } }
      .search_data .search-result-wrap .search-view-block .search-view-btn {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          .search_data .search-result-wrap .search-view-block .search-view-btn {
            justify-content: flex-end;
            width: 100%; } }
        .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a {
          display: inline-block;
          padding: 10px 12px 9px;
          border: solid 1px #e8e8e8;
          color: #fff;
          position: relative; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a {
              font-size: 10px;
              padding: 7px 6px 6px; } }
          .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn {
            padding-left: 40px; }
            @media (max-width: 767px) {
              .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn {
                padding-left: 28px; } }
            .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:before {
              content: '';
              width: 17px;
              height: 8px;
              display: inline-block;
              background: url("/assets/images/search-list-icon.svg") no-repeat center;
              background-size: cover;
              position: absolute;
              left: 12px;
              top: 16px; }
              @media (max-width: 767px) {
                .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:before {
                  width: 13px;
                  height: 6px;
                  top: 10px;
                  left: 6px; } }
            .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn.active, .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:hover {
              color: #212121;
              background: #fff; }
              .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn.active:before, .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:hover:before {
                background: url("/assets/images/list-active-icon.svg") no-repeat center;
                background-size: cover; }
          .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn {
            padding-left: 34px; }
            @media (max-width: 767px) {
              .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn {
                padding-left: 24px; } }
            .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:before {
              content: '';
              width: 12px;
              height: 12px;
              display: inline-block;
              background: url("/assets/images/search-grid-icon.svg") no-repeat center;
              background-size: cover;
              position: absolute;
              left: 12px;
              top: 13px; }
              @media (max-width: 767px) {
                .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:before {
                  width: 8px;
                  height: 8px;
                  left: 6px;
                  top: 8px; } }
            .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn.active, .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:hover {
              color: #212121;
              background: #fff; }
              .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn.active:before, .search_data .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:hover:before {
                background: url("/assets/images/grid-active-icon.svg") no-repeat center;
                background-size: cover; }
        .search_data .search-result-wrap .search-view-block .search-view-btn .filter-btn {
          margin-left: 40px; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-view-block .search-view-btn .filter-btn {
              margin-left: 12px; } }
          .search_data .search-result-wrap .search-view-block .search-view-btn .filter-btn a {
            display: inline-block;
            padding: 10px 20px 9px 55px;
            border: solid 1px #e8e8e8;
            color: #fff;
            position: relative; }
            @media (max-width: 767px) {
              .search_data .search-result-wrap .search-view-block .search-view-btn .filter-btn a {
                padding: 7px 12px 6px 34px;
                font-size: 10px; } }
            .search_data .search-result-wrap .search-view-block .search-view-btn .filter-btn a:before {
              content: '';
              width: 20px;
              height: 20px;
              display: inline-block;
              background: url("/assets/images/filter.svg") no-repeat center;
              background-size: cover;
              position: absolute;
              left: 16px;
              top: 10px; }
              @media (max-width: 767px) {
                .search_data .search-result-wrap .search-view-block .search-view-btn .filter-btn a:before {
                  width: 12px;
                  height: 12px;
                  left: 8px;
                  top: 8px; } }
    .search_data .search-result-wrap .search-category-list ul {
      margin-bottom: 52px;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .search_data .search-result-wrap .search-category-list ul {
          flex-wrap: unset;
          white-space: nowrap;
          overflow: auto;
          margin-bottom: 20px;
          padding-bottom: 10px; } }
      .search_data .search-result-wrap .search-category-list ul li {
        padding-right: 40px; }
        @media (max-width: 767px) {
          .search_data .search-result-wrap .search-category-list ul li {
            padding-right: 20px; } }
        .search_data .search-result-wrap .search-category-list ul li a {
          display: inline-block;
          font-size: 16px;
          color: #fff;
          position: relative; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-category-list ul li a {
              font-size: 12px; } }
          .search_data .search-result-wrap .search-category-list ul li a:before {
            content: '';
            width: 100%;
            height: 4px;
            background: #ffbe00;
            position: absolute;
            left: 0;
            bottom: -8px;
            opacity: 0; }
            @media (max-width: 767px) {
              .search_data .search-result-wrap .search-category-list ul li a:before {
                height: 2px;
                bottom: -4px; } }
        .search_data .search-result-wrap .search-category-list ul li .item-number {
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 100%;
          background: #52586c;
          text-align: center;
          line-height: 22px;
          font-size: 10px;
          font-weight: bold;
          color: rgba(255, 255, 255, 0.5);
          margin-left: 8px; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-category-list ul li .item-number {
              width: 16px;
              height: 16px;
              line-height: 16px;
              font-size: 8px; } }
        .search_data .search-result-wrap .search-category-list ul li.active a {
          font-weight: bold; }
          .search_data .search-result-wrap .search-category-list ul li.active a:before {
            opacity: 1; }
        .search_data .search-result-wrap .search-category-list ul li.active .item-number {
          color: #212121;
          background: #fff; }
    .search_data .search-result-wrap .search-result-grid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      @media (max-width: 767px) {
        .search_data .search-result-wrap .search-result-grid {
          flex-wrap: unset;
          white-space: nowrap;
          overflow: auto; } }
      .search_data .search-result-wrap .search-result-grid .search-result-item {
        margin-bottom: 20px;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 10px; }
        @media (max-width: 767px) {
          .search_data .search-result-wrap .search-result-grid .search-result-item {
            max-width: 230px;
            min-width: 230px; } }
        .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-img {
          height: 129px;
          background: #141c37;
          position: relative; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-img {
              height: 101px; } }
          .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-img img {
            width: 100%;
            height: 100%; }
        .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info {
          padding: 20px;
          text-align: center;
          min-height: 184px;
          max-height: 184px;
          position: relative;
          background: #fff; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info {
              padding: 15px;
              white-space: normal;
              min-height: 164px;
              max-height: 164px; } }
          .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info h4 {
            margin-bottom: 12px;
            font-size: 16px;
            line-height: 22px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media (max-width: 767px) {
              .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info h4 {
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 8px; } }
          .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info p {
            font-size: calc(12px + var(--font-size-pixel));
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media (max-width: 767px) {
              .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info p {
                font-size: 12px !important; } }
          .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info .search-result-btn {
            margin-top: 16px;
            position: absolute;
            bottom: 20px;
            margin: 0 auto;
            width: 100%;
            left: 0; }
            .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info .search-result-btn a {
              display: inline-block;
              font-size: 14px;
              font-weight: bold;
              color: #4454a5;
              text-transform: uppercase;
              position: relative; }
              .search_data .search-result-wrap .search-result-grid .search-result-item .search-result-info .search-result-btn a:after {
                content: '';
                margin-left: 8px;
                width: 11px;
                height: 10px;
                background: url("/assets/images/blue-arrow.svg") no-repeat center;
                background-size: cover;
                display: inline-block; }
        .search_data .search-result-wrap .search-result-grid .search-result-item.type-page .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/http.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data .search-result-wrap .search-result-grid .search-result-item.type-download .search-result-info .search-result-btn a:after {
          width: 12px;
          height: 12px;
          background: url("/assets/images/download-icon-2.svg") no-repeat center;
          background-size: cover; }
        .search_data .search-result-wrap .search-result-grid .search-result-item.type-download .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-download.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data .search-result-wrap .search-result-grid .search-result-item.type-video .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-play.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data .search-result-wrap .search-result-grid .search-result-item.type-pdf .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-pdf.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data .search-result-wrap .search-result-grid .search-result-item.type-article .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-article.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
    .search_data .search-result-wrap .search-result-list .search-result-item {
      padding-bottom: 32px;
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      @media (max-width: 767px) {
        .search_data .search-result-wrap .search-result-list .search-result-item {
          padding-bottom: 15px;
          margin-bottom: 15px; } }
      .search_data .search-result-wrap .search-result-list .search-result-item .search-result-img {
        margin-right: 20px;
        margin-left: -10px;
        margin-top: -8px; }
        @media (max-width: 767px) {
          .search_data .search-result-wrap .search-result-list .search-result-item .search-result-img {
            margin-right: 10px;
            margin-top: -5px; } }
        .search_data .search-result-wrap .search-result-list .search-result-item .search-result-img span {
          width: 60px;
          height: 60px;
          display: inline-block; }
      .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info {
        position: relative; }
        @media (max-width: 767px) {
          .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info {
            max-width: 80%; } }
        .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info h4 {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 22px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #fff; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info h4 {
              font-size: 14px;
              margin-bottom: 4px; } }
        .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info p {
          font-size: calc(12px + var(--font-size-pixel));
          color: #fff;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info p {
              font-size: 12px !important; } }
        .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn {
          margin-top: 20px; }
          @media (max-width: 767px) {
            .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn {
              margin-top: 12px; } }
          .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn a {
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            position: relative; }
            .search_data .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn a:after {
              content: '';
              margin-left: 8px;
              width: 11px;
              height: 10px;
              background: url("/assets/images/white-arrow.svg") no-repeat center;
              background-size: cover;
              display: inline-block; }
      .search_data .search-result-wrap .search-result-list .search-result-item.type-page .search-result-img span {
        background: url("/assets/images/http.svg") no-repeat center;
        background-size: cover; }
      .search_data .search-result-wrap .search-result-list .search-result-item.type-download .search-result-info .search-result-btn a:after {
        width: 12px;
        height: 12px;
        background: url("/assets/images/download-white.svg") no-repeat center;
        background-size: cover; }
      .search_data .search-result-wrap .search-result-list .search-result-item.type-download .search-result-img span {
        background: url("/assets/images/search-download.svg") no-repeat center;
        background-size: cover; }
      .search_data .search-result-wrap .search-result-list .search-result-item.type-video .search-result-img span {
        background: url("/assets/images/search-play.svg") no-repeat center;
        background-size: cover; }
      .search_data .search-result-wrap .search-result-list .search-result-item.type-pdf .search-result-img span {
        background: url("/assets/images/search-pdf.svg") no-repeat center;
        background-size: cover; }
      .search_data .search-result-wrap .search-result-list .search-result-item.type-article .search-result-img span {
        background: url("/assets/images/search-article.svg") no-repeat center;
        background-size: cover; }
      .search_data .search-result-wrap .search-result-list .search-result-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }

.SubMenuChild {
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    max-width: 325px;
    min-width: 325px;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.header_menu .menu_item.sub_menu .menu_list li a {
padding: 10px 15px !important;
}

.header_menu .menu_item.sub_menu .menu_list li:last-child  {
    padding-bottom: 10px;
}
.header_menu .menu_item.sub_menu .menu_list li a a {
padding: 0 !important;
}
/* .SubMenuChildMobile{
    display: none;
    position: relative;
} */
.header_menu .menu_item.sub_menu .menu_list li:hover .SubMenuChild {
    display: block;
    right: -325px; 
    top: 0px;
}
.header_menu .menu_item.sub_menu .menu_list li a>.SubMenuChild.thirdLevelList{
    right: 325px;
    padding: 16px;
    display: none;
}
.header_menu .menu_item.sub_menu .menu_list li a:hover>.SubMenuChild.thirdLevelList{
    display: block;
}
.header_menu .menu_item.sub_menu .menu_list li {
position: relative !important;
}
.custom-scrollbar.disabled-state {
    overflow: inherit !important;
}
.custom-scrollbar.disabled-state .scroll-body {
    overflow: inherit !important;
    margin-right: 0 !important;
}
.header_menu .menu_item.sub_menu .menu_list li p {
    padding: 15px 20px !important;
}

.sub_menu .menu_list.sub-header-default .custom-scrollbar .scroll-body {
    overflow: inherit !important;
    margin-right: 0 !important;
}

.sub_menu .menu_list.sub-header-default .custom-scrollbar {
    overflow: inherit !important;
        /* max-height: 100% !important; */
}

.sub_menu .menu_list.sub-header-default .custom-scrollbar:hover .track {
    display: none;
}
.inner_submenu--desktop{
    display: block;
}
.inner_submenu--mobile{
    display: none;
}

@media (max-width: 768px) {
    .inner_submenu--desktop{
        display: none;
    }   
    .inner_submenu--mobile{
        display: block;
    }
    .SubMenuChildMobile{
        display: block;
        position: absolute;
    }
    .header_menu .menu_item.sub_menu .menu_list li:hover .SubMenuChild{
        display: none;
    }
    .header_menu .menu_item.sub_menu .menu_list li a>.SubMenuChild.thirdLevelList {
        padding: 0px;
    }
    .mobMenuWrap .header_menu .menu_item .menu_list li a{
        padding: 0 !important;
    }
    .header_menu .menu_item.sub_menu .menu_list li:hover .SubMenuChild {
        position: inherit;
        right: 0;
        top: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .inner_submenu--mobile p{
     padding: 7px 0 !important;
    padding-right: 20px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #212121 !important;
    font-weight: 300 !important;
    }
    .header_menu .menu_item.sub_menu .menu_list li:hover .SubMenuChild li {
        padding: 10px;
    }
    .mobMenuWrap .header_menu .menu_item span{
          padding: 0px 0 13px 0 !important;
    }
    /*  */
/*  */
.SubMenuChild{
    display: block;
    position: unset;
    min-width: unset;
    padding: 4px;
    z-index: 888;

}
.inner_submenu--active .SubMenuChild{
    display: block;
    position: absolute;
    min-width: unset;
    padding: 4px;
    z-index: 888;

}
.menu_list .custom-scrollbar{
    max-height: unset !important;
}
.menu_list .scroll-body{
    max-height: unset !important;
}
.menu_item .active .sub_menu{
    max-height: unset !important;
}
/*  */
/*  */
}
/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.language-selection {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1; }
  @media (max-width: 767px) {
    .language-selection {
      display: none; } }
  .language-selection .selectedLanguage {
    position: relative;
    background-color: #08102d;
    width: auto;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 29px 0 33px;
    text-align: center;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden; }
    .language-selection .selectedLanguage span {
      padding-left: 12px;
      display: block;
      height: 100%;
      position: relative;
      left: -1px; }
    .language-selection .selectedLanguage::before {
      content: '';
      width: 32px;
      height: 100%;
      background-color: #ffffff;
      background: url("/assets/images/languageIconNew.svg") no-repeat center;
      background-size: 18px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .language-selection .selectedLanguage::after {
      content: '';
      width: 8px;
      height: 8px;
      padding: 3px;
      background: url("/assets/images/black-arrow-down.svg") no-repeat center;
      background-size: contain;
      position: absolute;
      top: 12px;
      right: 13px;
      z-index: 1;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      filter: brightness(0) invert(1); }
  .language-selection .allLanguage {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-bottom: 4px solid #FFBE00;
    box-shadow: 0 14px 20px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff;
    width: 340px;
    border-radius: 10px 0 10px 10px;
    overflow: hidden; }
    .language-selection .allLanguage .hidden {
      visibility: hidden; }
    .language-selection .allLanguage li {
      width: 50%; }
      .language-selection .allLanguage li a {
        font-size: 12px;
        line-height: 1.2;
        color: #212121;
        background-color: #ffffff;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        display: block;
        padding: 8px 15px; }
        .language-selection .allLanguage li a .translated-form {
          color: #000000; }
        .language-selection .allLanguage li a:hover {
          background-color: #EFEEEC; }
    .language-selection .allLanguage ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      padding: 8px 0; }
      .language-selection .allLanguage ul:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        border-right: 1px solid rgba(33, 33, 33, 0.2);
        width: 1px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        height: -moz-calc(100% - 20px);
        height: -webkit-calc(100% - 20px);
        height: calc(100% - 20px); }
  @media (min-width: 768px) {
    .language-selection:hover .allLanguage {
      display: block; }
    .language-selection:hover .selectedLanguage {
      border-radius: 0;
      background-color: #ffffff; }
      .language-selection:hover .selectedLanguage:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 11px;
        filter: none; }
      .language-selection:hover .selectedLanguage span {
        background-color: #ffffff;
        border-radius: 0;
        color: #212121; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .twitter_section {
    width: 580px !important;
    height: 500px !important; }
  .twitter-timeline {
    width: 580px !important;
    height: 500px !important; }
  .about_psa_section .twitter_section {
    position: initial;
    height: 800px !important; }
  .about_psa_section .twitter_section .twitter-timeline {
    height: 800px !important;
    width: 100% !important; } }

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
  .twitter_section {
    width: 580px !important;
    height: 500px !important; }
  .twitter-timeline {
    width: 580px !important;
    height: 500px !important; }
  .about_psa_section .twitter_section {
    position: initial;
    height: 800px !important; }
  .about_psa_section .twitter_section .twitter-timeline {
    height: 800px !important;
    width: 100% !important; } }

@media only screen and (min-width: 1920px) {
  .about_psa_section .twitter_section {
    bottom: unset;
    top: 0; } }

@media (max-width: 991px) {
  .about_psa_section .twitter_section .twitter-timeline {
    width: 100% !important; } }

.key-initiatives-section {
  padding-top: 40px; }

.key-initiatives-section h2 {
  padding-bottom: 30px; }

.team_bottom_group .team_bottom_card_wrap .team_card_info p {
  text-align: center !important; }

.video-info {
  color: #fff; }

.former_principal_Area .react-tabs p {
  padding-right: 19px; }

.banner-content p.author {
  text-align: inherit !important; }

.team_members .psa_info_block p {
  text-align: inherit !important; }

.special_invitees_wrapper .members_info .detail_block p {
  text-align: center !important; }

.header_container {
  background-color: #f2bd12;
  position: relative;
  z-index: 101;
  min-height: 100px; }
  .header_container .fontChangeIcon {
    display: flex;
    justify-content: center;
    cursor: pointer; }
    .header_container .fontChangeIcon img {
      width: 40%; }
  @media (max-width: 767px) {
    .header_container {
      min-height: unset; } }
  .header_container .container {
    max-width: 100%;
    padding: 0 100px; }
    @media (max-width: 991px) {
      .header_container .container {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .header_container .container {
        padding: 0; } }
  .header_container .headerRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .header_container .headerRow {
        padding: 20px; } }
    .header_container .headerRow .site-logo {
      cursor: pointer; }
      .header_container .headerRow .site-logo img {
        max-height: 60px;
        max-width: 85%; }
        @media (max-width: 767px) {
          .header_container .headerRow .site-logo img {
            max-height: 42px; } }
    .header_container .headerRow .textInDes {
      width: 54px;
      position: relative;
      padding: 2px 10px 40px;
      margin-left: 5px;
      margin-top: 30px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .header_container .headerRow .textInDes {
          padding: 0;
          width: auto;
          margin-top: 0; } }
      .header_container .headerRow .textInDes .accesss-toggle {
        width: 25px; }
        .header_container .headerRow .textInDes .accesss-toggle svg {
          width: 30px; }
      .header_container .headerRow .textInDes ul {
        display: none;
        width: 54px;
        background: #fff;
        z-index: 99;
        padding: 0 !important;
        border: 1px solid #d8d8d8;
        border-top: none;
        position: absolute;
        top: 67px;
        left: 0; }
        .header_container .headerRow .textInDes ul li {
          padding: 10px;
          cursor: pointer;
          width: 100%;
          text-align: center;
          font-weight: 700;
          font-size: 15px;
          border-top: 1px solid #d8d8d8; }
    .header_container .headerRow .textInDes.activeAccess {
      background: #fff; }
      .header_container .headerRow .textInDes.activeAccess ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        flex-direction: column; }

.searchBlock {
  display: inline-block;
  line-height: 0;
  padding: 5px;
  margin-right: -5px;
  margin-left: 50px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; }
  .searchBlock .searchToggle {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/assets/images/Search.svg") no-repeat center;
    background-size: contain; }

.mobileToggle,
.mobileNavigation {
  display: none; }

.sticky {
  position: fixed;
  left: 0;
  z-index: 101;
  width: 100%; }

@media (max-width: 991px) {
  body.menuOpen {
    overflow: hidden; }
    body.menuOpen:before {
      content: '';
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.6);
      overflow: hidden; }
  .mobileToggle {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    padding-right: 0;
    margin-left: auto; }
    .mobileToggle span {
      display: block;
      background-color: #212121;
      width: 24px;
      height: 3px;
      margin: 5px 0; }
  .mobileNavigation {
    display: block;
    background-color: #ffffff;
    width: 260px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -260px;
    bottom: 0;
    z-index: 99999;
    border-bottom: 9px solid #FFBE00;
    padding-bottom: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .mobileNavigation .mNavigationHead {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 20px; }
      .mobileNavigation .mNavigationHead span {
        font-family: 'Playfair Display', serif;
        font-weight: 900;
        color: #212121;
        font-size: 20px; }
      .mobileNavigation .mNavigationHead .menuCloseToggle {
        width: 25px;
        height: 25px;
        background: url("/assets/images/cancel.svg") no-repeat center right;
        background-size: 20px;
        cursor: pointer;
        margin-left: auto; }
    .mobileNavigation.active {
      right: 0; }
  .mobMenuWrap {
    height: -moz-calc(100vh - 80px);
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: auto;
    padding: 0 10px; }
    .mobMenuWrap .language-selection,
    .mobMenuWrap .header_menu {
      display: block; }
    .mobMenuWrap .language-selection {
      position: relative;
      margin: 0;
      padding: 10px; }
      .mobMenuWrap .language-selection .selectedLanguage {
        background-color: transparent;
        color: #212121;
        text-align: left;
        padding-right: 20px; }
        .mobMenuWrap .language-selection .selectedLanguage:before {
          background-color: transparent;
          background-position: left center; }
        .mobMenuWrap .language-selection .selectedLanguage span {
          left: 0;
          padding-left: 0; }
        .mobMenuWrap .language-selection .selectedLanguage:after {
          filter: none;
          background: url("/assets/images/toggle-arrow.svg") no-repeat center right;
          background-size: cover;
          width: 16px;
          height: 16px;
          padding: 0;
          right: 0;
          top: 8px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .mobMenuWrap .language-selection .allLanguage {
        display: none;
        position: relative;
        width: 100%;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background-color: transparent; }
        .mobMenuWrap .language-selection .allLanguage ul {
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          padding-left: 30px; }
          .mobMenuWrap .language-selection .allLanguage ul li {
            width: 100%; }
            .mobMenuWrap .language-selection .allLanguage ul li a {
              background-color: transparent; }
            .mobMenuWrap .language-selection .allLanguage ul li.hidden {
              height: 0; }
          .mobMenuWrap .language-selection .allLanguage ul:after {
            content: none; }
      .mobMenuWrap .language-selection.active {
        background-color: #eeeeee; }
        .mobMenuWrap .language-selection.active .selectedLanguage:after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
        .mobMenuWrap .language-selection.active .allLanguage {
          display: block; }
    .mobMenuWrap .header_menu {
      margin: 0; }
      .mobMenuWrap .header_menu .menu_item {
        padding: 0 10px;
        margin: 0;
        margin-top: 20px;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .mobMenuWrap .header_menu .menu_item span {
          padding: 10px 0 30px 0;
          border-bottom: 1px solid #d3d3d3;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          .mobMenuWrap .header_menu .menu_item span > a {
            padding: 0;
            background-color: transparent !important; }
        .mobMenuWrap .header_menu .menu_item.sub_menu span a:after {
          background: url("/assets/images/toggle-arrow.svg") no-repeat center right;
          background-size: cover;
          width: 16px;
          height: 16px;
          padding: 0;
          right: 0;
          top: 50%;
          margin-top: -8px;
          border: none;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
        .mobMenuWrap .header_menu .menu_item .menu_list {
          padding: 0;
          display: none;
          background-color: transparent;
          position: relative;
          max-width: 100%;
          min-width: 0;
          width: 100%;
          right: auto; }
          .mobMenuWrap .header_menu .menu_item .menu_list:after {
            content: none; }
          .mobMenuWrap .header_menu .menu_item .menu_list li {
            padding-bottom: 12px; }
            .mobMenuWrap .header_menu .menu_item .menu_list li a {
              padding: 0;
              padding-right: 20px;
              font-size: 12px;
              line-height: 1.67;
              color: #212121;
              font-weight: 300; }
        .mobMenuWrap .header_menu .menu_item.active {
          background-color: #eeeeee;
          padding-bottom: 1px; }
          .mobMenuWrap .header_menu .menu_item.active span {
            border-bottom: none;
            padding-bottom: 15px; }
            .mobMenuWrap .header_menu .menu_item.active span a:after {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg); }
          .mobMenuWrap .header_menu .menu_item.active .menu_list {
            display: block;
            max-width: unset;
            min-width: unset;
            right: 0; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.footer-wrapper {
  padding-top: 60px;
  position: relative;
  z-index: 2;
  background: url("/assets/images/footer-background.svg") no-repeat center;
  background-size: cover; }
  @media (max-width: 767px) {
    .footer-wrapper {
      background: url("/assets/images/footer-background-mobile.svg") no-repeat center;
      background-size: cover;
      padding: 60px 0;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .footer-wrapper:before {
      content: '';
      background: url("/assets/images/footer-background-vector.svg") no-repeat left top;
      background-size: cover;
      width: 267px;
      height: 429px;
      position: absolute;
      top: -50px;
      left: -40px;
      z-index: 1; } }
  .footer-wrapper .container {
    max-width: 100%;
    padding: 0 100px; }
    @media (max-width: 991px) {
      .footer-wrapper .container {
        padding: 0 36px; } }
    @media (max-width: 767px) {
      .footer-wrapper .container {
        padding: 0 20px;
        position: relative;
        z-index: 2; } }
  .footer-wrapper .social-icons {
    padding: 20px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #ffffff00; }
    @media (max-width: 991px) {
      .footer-wrapper .social-icons {
        margin: 0 auto;
        margin-top: 30px;
        padding: 20px; } }
    .footer-wrapper .social-icons p {
      font-size: calc(14px + var(--font-size-pixel));
      line-height: 1.2;
      font-weight: bold;
      white-space: nowrap;
      padding-bottom: 8px; }
      @media (max-width: 767px) {
        .footer-wrapper .social-icons p {
          font-size: 14px !important;
          line-height: 1.2 !important; } }
    .footer-wrapper .social-icons a {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .footer-wrapper .social-icons a:hover {
        opacity: 0.65; }
    .footer-wrapper .social-icons .facebook, .footer-wrapper .social-icons .twitter {
      padding-right: 8px; }
  .footer-wrapper .associations {
    padding: 40px 0 60px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 767px) {
      .footer-wrapper .associations {
        padding: 20px 5px;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 0; } }
    .footer-wrapper .associations li {
      display: inline-block;
      height: 80px;
      margin: 0 20px;
      max-width: 180px;
      text-align: center;
      width: 100%; }
      @media (max-width: 767px) {
        .footer-wrapper .associations li {
          margin-bottom: 20px; } }
      @media (max-width: 479px) {
        .footer-wrapper .associations li {
          margin: 0 auto 30px auto;
          max-width: 140px;
          width: 100%;
          height: auto;
          padding: 0 10px; } }
      .footer-wrapper .associations li a {
        display: block;
        width: inherit;
        height: inherit; }
        @media (max-width: 479px) {
          .footer-wrapper .associations li a {
            height: initial;
            width: initial; } }
      .footer-wrapper .associations li img {
        width: 100%;
        height: 100%; }
      @media (max-width: 479px) {
        .footer-wrapper .associations li:first-child {
          margin: 0 auto 30px auto;
          max-width: 190px;
          width: 100%;
          height: auto;
          padding: 0; }
          .footer-wrapper .associations li:first-child a {
            height: inherit;
            width: inherit; } }
      @media (max-width: 479px) {
        .footer-wrapper .associations li:last-child {
          margin: 0 auto 30px auto;
          max-width: 118px;
          width: 100%;
          height: auto;
          padding: 0; }
          .footer-wrapper .associations li:last-child a {
            height: inherit;
            width: inherit; } }
  .footer-wrapper .sub_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid #212121; }
    @media (max-width: 767px) {
      .footer-wrapper .sub_wrapper {
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-bottom: 0; } }
    .footer-wrapper .sub_wrapper .brand_info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      max-width: 300px; }
      @media (max-width: 767px) {
        .footer-wrapper .sub_wrapper .brand_info {
          margin: auto; } }
      .footer-wrapper .sub_wrapper .brand_info .logo {
        max-height: 70px; }
        @media (max-width: 767px) {
          .footer-wrapper .sub_wrapper .brand_info .logo {
            height: 50px; } }
        .footer-wrapper .sub_wrapper .brand_info .logo img {
          max-width: 100%;
          max-height: 100%; }
    .footer-wrapper .sub_wrapper .footer_menu {
      margin-left: auto; }
      @media (max-width: 767px) {
        .footer-wrapper .sub_wrapper .footer_menu {
          width: 100%; } }
      .footer-wrapper .sub_wrapper .footer_menu ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-flow: wrap;
        -moz-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        padding-left: 20px;
        max-width: 600px; }
        @media (max-width: 767px) {
          .footer-wrapper .sub_wrapper .footer_menu ul {
            padding: 0; } }
        .footer-wrapper .sub_wrapper .footer_menu ul li {
          display: inline-block;
          width: 30.33%;
          margin: 18px 2px; }
          @media (max-width: 991px) {
            .footer-wrapper .sub_wrapper .footer_menu ul li {
              width: 50%;
              margin: 0;
              margin-top: 20px; } }
          .footer-wrapper .sub_wrapper .footer_menu ul li a {
            cursor: pointer;
            display: inline-block;
            font-family: 'Playfair Display', serif;
            font-weight: 900;
            font-size: 14px;
            line-height: 1.2;
            color: #212121;
            transition: all 0.25s;
            -webkit-transition: all 0.25s;
            -moz-transition: all 0.25s;
            -ms-transition: all 0.25s;
            -o-transition: all 0.25s;
            position: relative; }
            .footer-wrapper .sub_wrapper .footer_menu ul li a:before {
              content: '';
              position: absolute;
              bottom: -2px;
              left: 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;
              height: 1px;
              background-color: #212121; }
            .footer-wrapper .sub_wrapper .footer_menu ul li a:hover:before {
              width: 100%; }
          @media (max-width: 767px) {
            .footer-wrapper .sub_wrapper .footer_menu ul li:nth-child(2n) {
              text-align: right; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.header-nav {
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 0; }
  @media (max-width: 991px) {
    .header-nav {
      display: none; } }
  .header-nav .menu_item {
    margin-left: 10px;
    position: relative;
    padding: 0;
    min-height: 23px;
    display: flex;
    align-items: center; }
    .header-nav .menu_item span {
      display: block;
      padding: 0 16px; }
      @media (max-width: 1800px) {
        .header-nav .menu_item span {
          padding: 0 24px; } }
      @media (max-width: 1500px) {
        .header-nav .menu_item span {
          padding: 0 18px; } }
      @media (max-width: 991px) {
        .header-nav .menu_item span {
          padding: 0 18px 0 0; } }
      .header-nav .menu_item span a {
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: 0;
        color: #212121;
        /* The Fallback */
        color: rgba(33, 33, 33, 0.8);
        padding: 0 5px 0 0;
        display: block;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        cursor: pointer;
        position: relative; }
        @media (max-width: 1800px) {
          .header-nav .menu_item span a {
            font-size: calc(14px + var(--font-size-pixel));
            line-height: 1.5; } }
        @media (max-width: 1500px) {
          .header-nav .menu_item span a {
            font-size: calc(13px + var(--font-size-pixel));
            line-height: 1.5; } }
        @media (max-width: 991px) {
          .header-nav .menu_item span a {
            font-size: calc(14px + var(--font-size-pixel));
            line-height: 1.5; } }
        .header-nav .menu_item span a::before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #FFBE00;
          opacity: 0;
          transition: opacity 300ms, transform 300ms; }
    .header-nav .menu_item:first-child span a {
      padding: 0;
      font-weight: 700;
      position: relative; }
      .header-nav .menu_item:first-child span a::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #FFBE00;
        opacity: 1;
        transition: opacity 300ms, transform 300ms;
        transform: translate3d(0, 0.2em, 0); }
    .header-nav .menu_item:hover span a {
      background: unset;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      position: relative;
      font-weight: 700; }
      .header-nav .menu_item:hover span a::before {
        opacity: 1;
        transform: translate3d(0, 0.2em, 0); }
    .header-nav .menu_item.sub_menu span a {
      position: relative;
      padding-right: 12px; }
      .header-nav .menu_item.sub_menu span a:after {
        content: '';
        background-image: url("/assets/images/dropdown_arrow.svg");
        height: 8px;
        width: 8px;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1; }
        @media (max-width: 1800px) {
          .header-nav .menu_item.sub_menu span a:after {
            position: absolute;
            top: 48%;
            right: 0;
            z-index: 1; } }
        @media (max-width: 1500px) {
          .header-nav .menu_item.sub_menu span a:after {
            position: absolute;
            top: 50%;
            right: 0;
            z-index: 1; } }
    .header-nav .menu_item.sub_menu .menu_list {
      display: none;
      transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      position: absolute;
      top: 25px;
      right: 0;
      left: 50%;
      z-index: 1;
      min-width: 242px;
      padding: 15px 0 0 0;
      border-radius: 0px 0px 10px 10px;
      background: #ffffff;
      transform: translateX(-50%);
      z-index: 4; }
      .header-nav .menu_item.sub_menu .menu_list::after {
        content: unset; }
      .header-nav .menu_item.sub_menu .menu_list ul {
        background: #ffffff;
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
        border-radius: 0px 0px 10px 10px;
        padding-left: 0; }
        .header-nav .menu_item.sub_menu .menu_list ul li, .header-nav .menu_item.sub_menu .menu_list ul p {
          padding-bottom: 0px !important;
          font-weight: normal;
          color: #000000;
          transition: all 0.2s;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s; }
          .header-nav .menu_item.sub_menu .menu_list ul li:hover > a, .header-nav .menu_item.sub_menu .menu_list ul p:hover > a {
            font-weight: 700;
            transition: all 0.2s;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -ms-transition: all 0.2s;
            -o-transition: all 0.2s; }
          .header-nav .menu_item.sub_menu .menu_list ul li > a:first-child, .header-nav .menu_item.sub_menu .menu_list ul p > a:first-child {
            padding: 15px 0; }
          .header-nav .menu_item.sub_menu .menu_list ul li a, .header-nav .menu_item.sub_menu .menu_list ul p a {
            width: 88%;
            display: block;
            color: #000000;
            font-size: 14px;
            line-height: 1.2;
            letter-spacing: 0;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            font-weight: normal;
            font-family: "Lato", sans-serif; }
            @media (max-width: 991px) {
              .header-nav .menu_item.sub_menu .menu_list ul li a, .header-nav .menu_item.sub_menu .menu_list ul p a {
                font-size: 11px !important; } }
            .header-nav .menu_item.sub_menu .menu_list ul li a span, .header-nav .menu_item.sub_menu .menu_list ul p a span {
              font-family: "Lato", sans-serif; }
          .header-nav .menu_item.sub_menu .menu_list ul li:last-child, .header-nav .menu_item.sub_menu .menu_list ul p:last-child {
            padding-bottom: 0; }
      .header-nav .menu_item.sub_menu .menu_list.sub-header-full {
        padding: 0 0 6px;
        min-width: 996px;
        max-width: 996px;
        right: calc(100% - 505px); }
        .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul {
          padding: 40px 60px 0px; }
          @media (max-width: 991px) {
            .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul {
              padding: 0; } }
          .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul li + li {
            border-top: none; }
          .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top span {
            margin-bottom: 20px;
            font-size: 12px;
            color: #212121; }
          .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul {
            margin: 0 -20px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: wrap;
            -moz-flex-flow: wrap;
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            position: relative; }
            @media (max-width: 767px) {
              .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul {
                display: block; } }
            .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:before {
              content: '';
              width: 1px;
              height: calc(100% - 40px);
              background: #eeeeee;
              position: absolute;
              top: 0;
              left: 33%; }
              @media (max-width: 767px) {
                .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:before {
                  opacity: 0; } }
            .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:after {
              content: '';
              width: 1px;
              height: calc(100% - 40px);
              background: #eeeeee;
              position: absolute;
              top: 0;
              right: 33.3333%; }
              @media (max-width: 767px) {
                .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul:after {
                  opacity: 0; } }
            .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li {
              margin-bottom: 40px;
              padding: 0 20px;
              -webkit-box-flex: 0 0 33.3333%;
              -moz-box-flex: 0 0 33.3333%;
              -webkit-flex: 0 0 33.3333%;
              -ms-flex: 0 0 33.3333%;
              flex: 0 0 33.3333%; }
              @media (max-width: 767px) {
                .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li {
                  margin-bottom: 20px; } }
              .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a {
                padding: 0;
                font-size: 15px;
                line-height: 24px;
                position: relative; }
                .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a:after {
                  content: '';
                  display: inline-block;
                  margin-left: 8px;
                  width: 11px;
                  height: 10px;
                  background: url("/assets/images/sub-menu-arrow.svg") no-repeat center;
                  background-size: cover;
                  opacity: 0;
                  transition: 0.3s; }
                  @media (max-width: 767px) {
                    .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a:after {
                      display: none; } }
                .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li a:hover:after {
                  opacity: 1; }
              .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top ul li + li {
                border: none; }
          .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:first-child {
            position: relative; }
            .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:first-child:after {
              content: '';
              width: 100%;
              height: 1px;
              background: #eeeeee;
              position: absolute;
              right: 0px;
              bottom: 0;
              left: 0px; }
              @media (max-width: 767px) {
                .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:first-child:after {
                  content: unset; } }
          .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:last-child {
            padding-bottom: 0; }
            @media (max-width: 767px) {
              .header-nav .menu_item.sub_menu .menu_list.sub-header-full > ul .sub-menu-top:last-child {
                margin-top: 0; } }
      .header-nav .menu_item.sub_menu .menu_list .inner_submenu {
        padding: 0 15px; }
    @media (min-width: 769px) {
      .header-nav .menu_item.sub_menu:hover span a:after {
        border-color: #212121; }
      .header-nav .menu_item.sub_menu:hover .menu_list {
        display: block; } }
    .header-nav .menu_item:nth-child(2) .menu_list.sub-header-full {
      right: calc(100% - 608px); }
    .header-nav .menu_item:nth-child(3) .menu_list.sub-header-default {
      width: 250px; }
      @media (max-width: 991px) {
        .header-nav .menu_item:nth-child(3) .menu_list.sub-header-default {
          width: auto; } }
    .header-nav .menu_item:nth-child(4) .menu_list.sub-header-full {
      right: calc(100% - 352px); }
    .header-nav .menu_item:nth-child(5) .menu_list.sub-header-full {
      right: calc(100% - 128px); }
    .header-nav .menu_item .menu_list .inner-scroll .link-with-arrow span {
      padding: 0 15px; }

.search-layer {
  margin-left: 10px;
  cursor: pointer; }

.search_data_suggestion {
  margin: 0 auto;
  position: absolute;
  top: 45px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  display: none; }
  @media (max-width: 991px) {
    .search_data_suggestion {
      top: 40px; } }
  @media (max-width: 767px) {
    .search_data_suggestion {
      padding: 52px 20px;
      top: 60px; } }
  .search_data_suggestion.active {
    display: block; }
  .search_data_suggestion .most-search {
    background: #ffffff;
    padding: 15px 0;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 10px 10px; }
    .search_data_suggestion .most-search h4 {
      font-size: 18px;
      padding: 10px 15px 0 15px;
      font-weight: 700; }
    .search_data_suggestion .most-search ul li {
      padding: 15px; }
      .search_data_suggestion .most-search ul li a {
        font-size: 14px;
        color: #000000;
        width: 86%;
        display: block; }
  .search_data_suggestion .search-field {
    width: 600px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .search_data_suggestion .search-field {
        width: 100%; } }
    .search_data_suggestion .search-field .no-result {
      color: #ffffff;
      margin-top: 20px;
      font-weight: 600; }
    .search_data_suggestion .search-field .searchButton {
      background-color: unset;
      position: absolute;
      background: url("/assets/images/search-icon.svg") no-repeat right center;
      background-size: 24px;
      height: 40px;
      width: 25px;
      right: 0;
      font-size: 20px;
      color: #ffffff;
      cursor: pointer; }
    .search_data_suggestion .search-field input {
      padding-right: 30px;
      position: relative;
      height: 40px;
      width: 100%;
      font-size: 20px;
      color: #ffffff;
      font-weight: 400;
      border: none;
      border-bottom: 1px solid #ffffff;
      background-color: unset; }
      @media (max-width: 767px) {
        .search_data_suggestion .search-field input {
          font-size: 16px; } }
      .search_data_suggestion .search-field input::placeholder {
        opacity: .5;
        color: #ffffff; }
    .search_data_suggestion .search-field .most-search {
      padding-top: 30px; }
      .search_data_suggestion .search-field .most-search h4 {
        margin-bottom: 26px;
        font-weight: bold;
        color: #ffffff;
        font-size: 16px; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-field .most-search h4 {
            font-size: 14px; } }
      .search_data_suggestion .search-field .most-search ul li {
        padding-bottom: 20px; }
        .search_data_suggestion .search-field .most-search ul li a {
          padding-left: 10px;
          font-size: 16px;
          color: #ffffff;
          position: relative;
          display: inline-block; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-field .most-search ul li a {
              font-size: 12px; } }
          .search_data_suggestion .search-field .most-search ul li a:before {
            content: '';
            width: 2px;
            height: 100%;
            background: #ffbe00;
            position: absolute;
            left: 0;
            top: 0; }
          .search_data_suggestion .search-field .most-search ul li a:after {
            content: '';
            margin-left: 12px;
            width: 11px;
            height: 10px;
            display: inline-block;
            background: url("/assets/images/yellow-arrow.svg") no-repeat center;
            background-size: cover;
            transition: 0.3s; }
          .search_data_suggestion .search-field .most-search ul li a:hover:after {
            margin-left: 15px; }
    .search_data_suggestion .search-field .search-suggestion-block {
      padding: 32px 40px;
      max-height: 340px;
      overflow: auto;
      background: #141c37;
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      z-index: 9; }
      @media (max-width: 767px) {
        .search_data_suggestion .search-field .search-suggestion-block {
          padding: 20px;
          top: 30px; } }
      .search_data_suggestion .search-field .search-suggestion-block .search-suggestion {
        padding-bottom: 32px; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-field .search-suggestion-block .search-suggestion {
            padding-bottom: 16px; } }
        .search_data_suggestion .search-field .search-suggestion-block .search-suggestion h4 {
          margin-bottom: 20px;
          font-weight: bold;
          color: #ffffff;
          font-size: 16px; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-field .search-suggestion-block .search-suggestion h4 {
              font-size: 12px; } }
        .search_data_suggestion .search-field .search-suggestion-block .search-suggestion ul li {
          padding-bottom: 16px; }
          .search_data_suggestion .search-field .search-suggestion-block .search-suggestion ul li a {
            font-size: 16px;
            color: #ffffff; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-field .search-suggestion-block .search-suggestion ul li a {
                font-size: 12px; } }
          .search_data_suggestion .search-field .search-suggestion-block .search-suggestion ul li:last-child {
            padding-bottom: 0; }
      .search_data_suggestion .search-field .search-suggestion-block .search-recent {
        padding-top: 15px;
        border-top: 1px solid #ffffff; }
        .search_data_suggestion .search-field .search-suggestion-block .search-recent h4 {
          margin-bottom: 20px;
          font-weight: bold;
          color: #ffffff;
          font-size: 16px; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-field .search-suggestion-block .search-recent h4 {
              font-size: 12px; } }
        .search_data_suggestion .search-field .search-suggestion-block .search-recent ul li {
          padding-bottom: 16px;
          position: relative; }
          .search_data_suggestion .search-field .search-suggestion-block .search-recent ul li .close-recent {
            width: 12px;
            height: 12px;
            background: url("/assets/images/recent-cancel.svg") no-repeat center;
            background-size: cover;
            position: absolute;
            right: 0;
            top: 4px;
            cursor: pointer; }
          .search_data_suggestion .search-field .search-suggestion-block .search-recent ul li a {
            font-size: 16px;
            color: #ffffff;
            width: 95%;
            display: inline-block; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-field .search-suggestion-block .search-recent ul li a {
                font-size: 12px; } }
          .search_data_suggestion .search-field .search-suggestion-block .search-recent ul li:last-child {
            padding-bottom: 0; }
  .search_data_suggestion .cross_btn {
    background: unset;
    border: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 60px;
    right: 100px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .search_data_suggestion .cross_btn {
        top: 20px;
        right: 20px;
        width: 20px; } }
  .search_data_suggestion .hide {
    display: none !important; }
  .search_data_suggestion .show {
    display: block !important; }
  .search_data_suggestion .search-result-wrap {
    padding: 0 100px;
    position: relative; }
    @media (max-width: 767px) {
      .search_data_suggestion .search-result-wrap {
        padding: 0; } }
    .search_data_suggestion .search-result-wrap .search-view-block {
      padding: 40px 0 22px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .search_data_suggestion .search-result-wrap .search-view-block {
          padding: 12px 0 22px; } }
      @media (max-width: 767px) {
        .search_data_suggestion .search-result-wrap .search-view-block .search-result-text {
          margin-bottom: 20px; } }
      .search_data_suggestion .search-result-wrap .search-view-block .search-result-text p {
        color: #ffffff; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-result-wrap .search-view-block .search-result-text p {
            font-size: calc(12px + var(--font-size-pixel)) !important; } }
      .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn {
            justify-content: flex-end;
            width: 100%; } }
        .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a {
          display: inline-block;
          padding: 10px 12px 9px;
          border: solid 1px #e8e8e8;
          color: #ffffff;
          position: relative; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a {
              font-size: 10px;
              padding: 7px 6px 6px; } }
          .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn {
            padding-left: 40px; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn {
                padding-left: 28px; } }
            .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:before {
              content: '';
              width: 17px;
              height: 8px;
              display: inline-block;
              background: url("/assets/images/search-list-icon.svg") no-repeat center;
              background-size: cover;
              position: absolute;
              left: 12px;
              top: 16px; }
              @media (max-width: 767px) {
                .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:before {
                  width: 13px;
                  height: 6px;
                  top: 10px;
                  left: 6px; } }
            .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn.active, .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:hover {
              color: #212121;
              background: #ffffff; }
              .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn.active:before, .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.list-btn:hover:before {
                background: url("/assets/images/list-active-icon.svg") no-repeat center;
                background-size: cover; }
          .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn {
            padding-left: 34px; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn {
                padding-left: 24px; } }
            .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:before {
              content: '';
              width: 12px;
              height: 12px;
              display: inline-block;
              background: url("/assets/images/search-grid-icon.svg") no-repeat center;
              background-size: cover;
              position: absolute;
              left: 12px;
              top: 13px; }
              @media (max-width: 767px) {
                .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:before {
                  width: 8px;
                  height: 8px;
                  left: 6px;
                  top: 8px; } }
            .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn.active, .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:hover {
              color: #212121;
              background: #ffffff; }
              .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn.active:before, .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .list-grid-button a.grid-btn:hover:before {
                background: url("/assets/images/grid-active-icon.svg") no-repeat center;
                background-size: cover; }
        .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .filter-btn {
          margin-left: 40px; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .filter-btn {
              margin-left: 12px; } }
          .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .filter-btn a {
            display: inline-block;
            padding: 10px 20px 9px 55px;
            border: solid 1px #e8e8e8;
            color: #ffffff;
            position: relative; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .filter-btn a {
                padding: 7px 12px 6px 34px;
                font-size: 10px; } }
            .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .filter-btn a:before {
              content: '';
              width: 20px;
              height: 20px;
              display: inline-block;
              background: url("/assets/images/filter.svg") no-repeat center;
              background-size: cover;
              position: absolute;
              left: 16px;
              top: 10px; }
              @media (max-width: 767px) {
                .search_data_suggestion .search-result-wrap .search-view-block .search-view-btn .filter-btn a:before {
                  width: 12px;
                  height: 12px;
                  left: 8px;
                  top: 8px; } }
    .search_data_suggestion .search-result-wrap .search-category-list ul {
      margin-bottom: 52px;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        .search_data_suggestion .search-result-wrap .search-category-list ul {
          flex-wrap: unset;
          white-space: nowrap;
          overflow: auto;
          margin-bottom: 20px;
          padding-bottom: 10px; } }
      .search_data_suggestion .search-result-wrap .search-category-list ul li {
        padding-right: 40px; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-result-wrap .search-category-list ul li {
            padding-right: 20px; } }
        .search_data_suggestion .search-result-wrap .search-category-list ul li a {
          display: inline-block;
          font-size: 16px;
          color: #ffffff;
          position: relative; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-category-list ul li a {
              font-size: 12px; } }
          .search_data_suggestion .search-result-wrap .search-category-list ul li a:before {
            content: '';
            width: 100%;
            height: 4px;
            background: #ffbe00;
            position: absolute;
            left: 0;
            bottom: -8px;
            opacity: 0; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-result-wrap .search-category-list ul li a:before {
                height: 2px;
                bottom: -4px; } }
        .search_data_suggestion .search-result-wrap .search-category-list ul li .item-number {
          display: inline-block;
          width: 20px;
          height: 20px;
          border-radius: 100%;
          background: #52586c;
          text-align: center;
          line-height: 22px;
          font-size: 10px;
          font-weight: bold;
          color: rgba(255, 255, 255, 0.5);
          margin-left: 8px; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-category-list ul li .item-number {
              width: 16px;
              height: 16px;
              line-height: 16px;
              font-size: 8px; } }
        .search_data_suggestion .search-result-wrap .search-category-list ul li.active a {
          font-weight: bold; }
          .search_data_suggestion .search-result-wrap .search-category-list ul li.active a:before {
            opacity: 1; }
        .search_data_suggestion .search-result-wrap .search-category-list ul li.active .item-number {
          color: #212121;
          background: #ffffff; }
    .search_data_suggestion .search-result-wrap .search-result-grid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -10px; }
      @media (max-width: 767px) {
        .search_data_suggestion .search-result-wrap .search-result-grid {
          flex-wrap: unset;
          white-space: nowrap;
          overflow: auto; } }
      .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item {
        margin-bottom: 20px;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item {
            max-width: 230px;
            min-width: 230px; } }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-img {
          height: 129px;
          background: #141c37;
          position: relative; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-img {
              height: 101px; } }
          .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-img img {
            width: 100%;
            height: 100%; }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info {
          padding: 20px;
          text-align: center;
          min-height: 184px;
          max-height: 184px;
          position: relative;
          background: #ffffff; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info {
              padding: 15px;
              white-space: normal;
              min-height: 164px;
              max-height: 164px; } }
          .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info h4 {
            margin-bottom: 12px;
            font-size: 16px;
            line-height: 22px;
            font-weight: 500;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info h4 {
                font-size: 12px;
                line-height: 16px;
                margin-bottom: 8px; } }
          .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info p {
            font-size: calc(12px + var(--font-size-pixel));
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media (max-width: 767px) {
              .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info p {
                font-size: 12px !important; } }
          .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info .search-result-btn {
            margin-top: 16px;
            position: absolute;
            bottom: 20px;
            margin: 0 auto;
            width: 100%;
            left: 0; }
            .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info .search-result-btn a {
              display: inline-block;
              font-size: 14px;
              font-weight: bold;
              color: #4454a5;
              text-transform: uppercase;
              position: relative; }
              .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item .search-result-info .search-result-btn a:after {
                content: '';
                margin-left: 8px;
                width: 11px;
                height: 10px;
                background: url("/assets/images/blue-arrow.svg") no-repeat center;
                background-size: cover;
                display: inline-block; }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item.type-page .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/http.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item.type-download .search-result-info .search-result-btn a:after {
          width: 12px;
          height: 12px;
          background: url("/assets/images/download-icon-2.svg") no-repeat center;
          background-size: cover; }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item.type-download .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-download.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item.type-video .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-play.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item.type-pdf .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-pdf.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
        .search_data_suggestion .search-result-wrap .search-result-grid .search-result-item.type-article .search-result-img span {
          width: 60px;
          height: 60px;
          background: url("/assets/images/search-article.svg") no-repeat center;
          background-size: cover;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%);
          z-index: 1; }
    .search_data_suggestion .search-result-wrap .search-result-list .search-result-item {
      padding-bottom: 32px;
      margin-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      @media (max-width: 767px) {
        .search_data_suggestion .search-result-wrap .search-result-list .search-result-item {
          padding-bottom: 15px;
          margin-bottom: 15px; } }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-img {
        margin-right: 20px;
        margin-left: -10px;
        margin-top: -8px; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-img {
            margin-right: 10px;
            margin-top: -5px; } }
        .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-img span {
          width: 60px;
          height: 60px;
          display: inline-block; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info {
        position: relative; }
        @media (max-width: 767px) {
          .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info {
            max-width: 80%; } }
        .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info h4 {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 22px;
          font-weight: 500;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden;
          color: #ffffff; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info h4 {
              font-size: 14px;
              margin-bottom: 4px; } }
        .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info p {
          font-size: calc(12px + var(--font-size-pixel));
          color: #ffffff;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info p {
              font-size: 12px !important; } }
        .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn {
          margin-top: 20px; }
          @media (max-width: 767px) {
            .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn {
              margin-top: 12px; } }
          .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn a {
            display: inline-block;
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
            text-transform: uppercase;
            position: relative; }
            .search_data_suggestion .search-result-wrap .search-result-list .search-result-item .search-result-info .search-result-btn a:after {
              content: '';
              margin-left: 8px;
              width: 11px;
              height: 10px;
              background: url("/assets/images/white-arrow.svg") no-repeat center;
              background-size: cover;
              display: inline-block; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item.type-page .search-result-img span {
        background: url("/assets/images/http.svg") no-repeat center;
        background-size: cover; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item.type-download .search-result-info .search-result-btn a:after {
        width: 12px;
        height: 12px;
        background: url("/assets/images/download-white.svg") no-repeat center;
        background-size: cover; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item.type-download .search-result-img span {
        background: url("/assets/images/search-download.svg") no-repeat center;
        background-size: cover; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item.type-video .search-result-img span {
        background: url("/assets/images/search-play.svg") no-repeat center;
        background-size: cover; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item.type-pdf .search-result-img span {
        background: url("/assets/images/search-pdf.svg") no-repeat center;
        background-size: cover; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item.type-article .search-result-img span {
        background: url("/assets/images/search-article.svg") no-repeat center;
        background-size: cover; }
      .search_data_suggestion .search-result-wrap .search-result-list .search-result-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }

.SubMenuChild {
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    max-width: 325px;
    min-width: 325px;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* .SubMenuChildMobile{
    display: none;
    position: relative;
} */
.header-nav .menu_item.sub_menu .menu_list li:hover .SubMenuChild {
    display: block;
    right: -325px; 
    top: 0px;
}
.header-nav .menu_item.sub_menu .menu_list li .SubMenuChild .thirdLevelList{
    right: 325px;
    padding: 16px;
    display: none;
}
.header-nav .menu_item.sub_menu .menu_list li .inner_submenu:hover .thirdLevelList{
    display: block;
}
.header-nav .menu_item.sub_menu .menu_list li {
position: relative !important;
}
.custom-scrollbar.disabled-state {
    overflow: inherit !important;
}
.custom-scrollbar.disabled-state .scroll-body {
    overflow: inherit !important;
    margin-right: 0 !important;
}
.header-nav .menu_item.sub_menu .menu_list li p {
    padding: 15px 20px !important;
}

.sub_menu .menu_list.sub-header-default .custom-scrollbar .scroll-body {
    overflow: inherit !important;
    margin-right: 0 !important;
}

.sub_menu .menu_list.sub-header-default .custom-scrollbar {
    overflow: inherit !important;
        /* max-height: 100% !important; */
}

.sub_menu .menu_list.sub-header-default .custom-scrollbar:hover .track {
    display: none;
}
.inner_submenu--desktop{
    display: block;
}
.inner_submenu--mobile{
    display: none;
}

@media (max-width: 768px) {
    .inner_submenu--desktop{
        display: none;
    }   
    .inner_submenu--mobile{
        display: block;
    }
    .SubMenuChildMobile{
        display: block;
        position: absolute;
    }
    .header-nav .menu_item.sub_menu .menu_list li:hover .SubMenuChild{
        display: none;
    }
    .header-nav .menu_item.sub_menu .menu_list li a>.SubMenuChild.thirdLevelList {
        padding: 0px;
    }
    .mobMenuWrap .header-nav .menu_item .menu_list li a{
        padding: 0 !important;
    }
    .header-nav .menu_item.sub_menu .menu_list li:hover .SubMenuChild {
        position: inherit;
        right: 0;
        top: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin-top: 10px;
    }
    .inner_submenu--mobile p{
     padding: 7px 0 !important;
    padding-right: 20px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    color: #212121 !important;
    font-weight: 300 !important;
    }
    .header-nav .menu_item.sub_menu .menu_list li:hover .SubMenuChild li {
        padding: 10px;
    }
    .mobMenuWrap .header-nav .menu_item span{
          padding: 0px 0 13px 0 !important;
    }
    /*  */
/*  */
.SubMenuChild{
    display: block;
    position: unset;
    min-width: unset;
    padding: 4px;
    z-index: 888;

}
.inner_submenu--active .SubMenuChild{
    display: block;
    position: absolute;
    min-width: unset;
    padding: 4px;
    z-index: 888;

}
.menu_list .custom-scrollbar{
    max-height: unset !important;
}
.menu_list .scroll-body{
    max-height: unset !important;
}
.menu_item .active .sub_menu{
    max-height: unset !important;
}
/*  */
/*  */
}
/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 150; }

.modal-content {
  background: transparent;
  padding: 20px;
  border-radius: 5px;
  min-width: fit-content;
  color: #ffffff; }
  .modal-content:has(.react-pdf__Document)::-webkit-scrollbar {
    width: 10px; }
  .modal-content:has(.react-pdf__Document)::-webkit-scrollbar-track {
    background: #f5f5f5; }
  .modal-content:has(.react-pdf__Document)::-webkit-scrollbar-thumb {
    background: #686868; }
  .modal-content:has(.react-pdf__Document)::-webkit-scrollbar-thumb:hover {
    background: #909090; }
  .modal-content:has(.react-pdf__Document) .close-button {
    font-size: 60px;
    color: #000000;
    z-index: 9;
    right: 7%;
    top: 0; }

.close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: white;
  cursor: pointer; }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

@media only screen and (min-width: 1920px) {
  .about_psa_section .twitter_section {
    bottom: unset;
    top: 0; } }

@media (max-width: 991px) {
  .about_psa_section .twitter_section .twitter-timeline {
    width: 100%; } }

.key-initiatives-section {
  padding-top: 40px; }

.key-initiatives-section h2 {
  padding-bottom: 30px; }

.team_bottom_group .team_bottom_card_wrap .team_card_info p {
  text-align: center; }

.video-info {
  color: #ffffff; }

.former_principal_Area .react-tabs p {
  padding-right: 19px; }

.banner-content p.author {
  text-align: inherit; }

.team_members .psa_info_block p {
  text-align: inherit; }

.special_invitees_wrapper .members_info .detail_block p {
  text-align: center; }

@media (max-width: 991px) {
  header ~ .content-region {
    padding-top: 88px; } }

@media (max-width: 767px) {
  header ~ .content-region {
    padding-top: 80px; } }

.header_container_white {
  background-color: #ffffff;
  position: relative;
  z-index: 101;
  min-height: 100px; }
  @media (max-width: 991px) {
    .header_container_white {
      min-height: 80px; } }
  .header_container_white .fontChangeIcon {
    display: flex;
    justify-content: center;
    cursor: pointer; }
    .header_container_white .fontChangeIcon img {
      width: 40%; }
  @media (max-width: 767px) {
    .header_container_white {
      min-height: unset; } }
  .header_container_white .container {
    max-width: 100%;
    padding: 0 100px; }
    @media (max-width: 1365px) {
      .header_container_white .container {
        padding: 0 75px 0 90px; } }
    @media (max-width: 991px) {
      .header_container_white .container {
        padding: 0 20px; } }
    @media (max-width: 767px) {
      .header_container_white .container {
        padding: 0; } }
  .header_container_white .header-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding: 24px 0; }
    @media (max-width: 991px) {
      .header_container_white .header-main {
        padding: 18px 0; } }
    .header_container_white .header-main * {
      font-family: "Lato", sans-serif; }
    @media (max-width: 767px) {
      .header_container_white .header-main {
        padding: 20px 0; } }
    .header_container_white .header-main .site-logo {
      cursor: pointer; }
      @media (max-width: 991px) {
        .header_container_white .header-main .site-logo {
          margin-right: auto; } }
      .header_container_white .header-main .site-logo img {
        max-height: 67px;
        max-width: 350px; }
        @media (max-width: 991px) {
          .header_container_white .header-main .site-logo img {
            max-height: 42px; } }
        @media (max-width: 767px) {
          .header_container_white .header-main .site-logo img {
            max-height: 38px; } }
    .header_container_white .header-main .font-accessibility {
      width: 50px;
      position: relative;
      padding: 13px;
      margin-left: 10px;
      border: 1px solid #FFBE00;
      border-radius: 10px;
      cursor: pointer; }
      .header_container_white .header-main .font-accessibility:hover {
        background-color: rgba(255, 190, 0, 0.3);
        border-width: 2px; }
      @media (max-width: 991px) {
        .header_container_white .header-main .font-accessibility {
          border: none;
          width: 40px;
          padding: 8px; } }
      @media (max-width: 767px) {
        .header_container_white .header-main .font-accessibility {
          margin-left: 0;
          margin-right: 2px; } }
      .header_container_white .header-main .font-accessibility .accesss-toggle {
        width: unset; }
        .header_container_white .header-main .font-accessibility .accesss-toggle svg {
          width: 30px; }
        .header_container_white .header-main .font-accessibility .accesss-toggle img {
          padding-left: 3px; }
      .header_container_white .header-main .font-accessibility ul {
        display: none;
        width: 50px;
        z-index: 1;
        border: 1px solid #d8d8d8;
        border-top: none;
        position: absolute;
        top: 42px;
        left: -1px;
        padding-top: 12px;
        border-radius: 0px 0px 10px 10px;
        border: 1px solid #FFBE00; }
        @media (max-width: 991px) {
          .header_container_white .header-main .font-accessibility ul {
            left: 0;
            top: 30px;
            width: 40px; } }
        .header_container_white .header-main .font-accessibility ul li {
          padding: 10px;
          cursor: pointer;
          width: 100%;
          text-align: center;
          font-size: 12px;
          border-top: 1px solid #FFBE00;
          font-weight: 600;
          background-color: #ffffff; }
          .header_container_white .header-main .font-accessibility ul li:first-child {
            border-top: 0; }
          .header_container_white .header-main .font-accessibility ul li:nth-child(2) {
            color: #FFBE00; }
          .header_container_white .header-main .font-accessibility ul li:last-child {
            border-radius: 0px 0px 10px 10px; }
    .header_container_white .header-main .font-accessibility.activeAccess {
      background-color: #FFBE00;
      z-index: 1;
      cursor: pointer; }
      .header_container_white .header-main .font-accessibility.activeAccess ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        flex-direction: column; }
    .header_container_white .header-main .nav-search-field {
      position: relative;
      z-index: 151; }
      .header_container_white .header-main .nav-search-field.desktop {
        margin-left: auto; }
      @media (max-width: 767px) {
        .header_container_white .header-main .nav-search-field {
          position: static; } }
      .header_container_white .header-main .nav-search-field input[type="text"] {
        max-width: 250px;
        width: 100%;
        border: 1px solid #FFBE00;
        padding: 18px;
        border-radius: 10px;
        height: 50px;
        position: relative;
        z-index: 4;
        background: #ffffff; }
        @media (max-width: 991px) {
          .header_container_white .header-main .nav-search-field input[type="text"] {
            height: 40px; } }
        @media (max-width: 767px) {
          .header_container_white .header-main .nav-search-field input[type="text"] {
            height: 35px;
            width: 100%;
            background-color: #ffeab3; } }
        .header_container_white .header-main .nav-search-field input[type="text"]:hover {
          background: rgba(255, 190, 0, 0.3);
          cursor: pointer;
          border-width: 2px; }
          @media (max-width: 767px) {
            .header_container_white .header-main .nav-search-field input[type="text"]:hover {
              border-width: 1px; } }
          .header_container_white .header-main .nav-search-field input[type="text"]:hover ~ .searchButton {
            border-width: 2px; }
        .header_container_white .header-main .nav-search-field input[type="text"]::placeholder {
          font-family: "Lato", sans-serif;
          font-size: 13px; }
        .header_container_white .header-main .nav-search-field input[type="text"]:focus {
          background: #F6E2A9;
          border-width: 2px; }
          @media (max-width: 767px) {
            .header_container_white .header-main .nav-search-field input[type="text"]:focus {
              border-width: 1px; } }
        .header_container_white .header-main .nav-search-field input[type="text"]:visited {
          background: #F6E2A9;
          border-width: 2px; }
          @media (max-width: 767px) {
            .header_container_white .header-main .nav-search-field input[type="text"]:visited {
              border-width: 1px; } }
        .header_container_white .header-main .nav-search-field input[type="text"]:-internal-autofill-selected {
          background-color: #F6E2A9; }
        .header_container_white .header-main .nav-search-field input[type="text"]:has(~ .modal-overlay) {
          background: #F6E2A9;
          border-width: 2px; }
        .header_container_white .header-main .nav-search-field input[type="text"]:-webkit-autofill {
          background: #F6E2A9; }
      .header_container_white .header-main .nav-search-field .searchButtontest {
        position: absolute;
        top: 50%;
        transform: translateY(-52%);
        right: 0;
        z-index: 4;
        padding: 9px 12px;
        border-left: 1px solid #FFBE00; }
        @media (max-width: 991px) {
          .header_container_white .header-main .nav-search-field .searchButtontest {
            padding: 4px 11px; } }
      .header_container_white .header-main .nav-search-field .search-loader {
        position: absolute;
        width: 38px;
        height: 38px;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 4;
        padding: 7px;
        border-left: 2px solid #FFBE00; }
        @media (max-width: 767px) {
          .header_container_white .header-main .nav-search-field .search-loader {
            top: 20px;
            width: 20%;
            position: absolute;
            width: 33px;
            height: 33px;
            right: 6px;
            z-index: 8;
            padding: 0;
            padding-left: 6px; } }
      .header_container_white .header-main .nav-search-field .searchMob {
        position: absolute;
        right: 0;
        left: 0px;
        top: 65px;
        background: #ffffff;
        padding: 10px 15px; }
        .header_container_white .header-main .nav-search-field .searchMob-wrap {
          position: relative; }
          .header_container_white .header-main .nav-search-field .searchMob-wrap img.searchButtontest {
            padding: 5px 8px; }
        .header_container_white .header-main .nav-search-field .searchMob-wrap input[type="text"] {
          z-index: 6; }
      .header_container_white .header-main .nav-search-field .search_data_content {
        position: absolute;
        top: 76px;
        width: 670px;
        right: 180px;
        padding-top: 0;
        border-radius: 10px;
        height: 500px; }
        @media (max-width: 1800px) {
          .header_container_white .header-main .nav-search-field .search_data_content {
            right: 162px; } }
        @media (max-width: 1365px) {
          .header_container_white .header-main .nav-search-field .search_data_content {
            right: 152px;
            width: 580px; } }
        @media screen and (max-width: 1281px) {
          .header_container_white .header-main .nav-search-field .search_data_content {
            right: 152px; } }
        @media (max-width: 1279px) {
          .header_container_white .header-main .nav-search-field .search_data_content {
            right: 132px; } }
        @media (max-width: 991px) {
          .header_container_white .header-main .nav-search-field .search_data_content {
            right: 112px; } }
        @media screen and (min-width: 768px) and (max-width: 800px) {
          .header_container_white .header-main .nav-search-field .search_data_content {
            right: 92px;
            top: 60px; } }
        @media (max-width: 767px) {
          .header_container_white .header-main .nav-search-field .search_data_content {
            right: 0;
            width: calc(100% - 32px);
            left: 16px;
            height: auto;
            top: 115px; } }
        .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap {
          box-shadow: 0px 4px 15px 0px #00000026;
          padding: 0;
          position: relative; }
          .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-view-block {
            padding: 20px 42px;
            box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
            background-color: #ffffff;
            border-radius: 8px 8px 0 0; }
            @media (max-width: 767px) {
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-view-block {
                padding: 20px 15px; } }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-view-block .search-result-text p {
              color: #000000;
              font-weight: 700;
              font-size: 18px !important; }
          .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid {
            display: flex;
            flex-wrap: wrap;
            padding: 25px;
            overflow: auto;
            background-color: rgba(255, 255, 255, 0.7);
            border-radius: 0 0 10px 10px;
            position: relative; }
            @media (max-width: 1800px) {
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid {
                max-height: 613px; } }
            @media (max-width: 1500px) {
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid {
                max-height: 440px; } }
            @media (max-width: 1365px) {
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid {
                max-height: 406px; } }
            @media (max-width: 767px) {
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid {
                flex-flow: column;
                padding: 15px; } }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid.no-arrow ~ .icon-arrow {
              display: none; }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid.no-arrow .search-result-item {
              margin-bottom: 0; }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item {
              flex: 0 0 47.5%;
              width: 47.5%;
              max-width: 100%;
              height: 180px;
              border: 1px solid transparent;
              margin-bottom: 24px;
              background-color: #ffffff; }
              @media (max-width: 767px) {
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item {
                  margin-right: 0;
                  width: 100%;
                  margin-bottom: 10px; } }
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:nth-child(odd) {
                margin-right: 30px; }
                @media (max-width: 1365px) {
                  .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:nth-child(odd) {
                    margin-right: 26px; } }
                @media (max-width: 1279px) {
                  .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:nth-child(odd) {
                    margin-right: 24px; } }
                @media (max-width: 767px) {
                  .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:nth-child(odd) {
                    margin-right: 0;
                    width: 100%; } }
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info {
                padding: 16px; }
                @media (max-width: 1365px) {
                  .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info {
                    padding: 12px; } }
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info p {
                  font-size: 14px !important;
                  display: -webkit-box;
                  -webkit-line-clamp: 5;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  color: #000000;
                  line-height: 1.25 !important; }
                  @media (max-width: 479px) {
                    .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info p {
                      font-size: 11px !important;
                      -webkit-line-clamp: 3; } }
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info a {
                  margin-top: 16px;
                  display: none;
                  color: #000000;
                  opacity: 0;
                  text-transform: capitalize; }
                  @media (max-width: 767px) {
                    .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info a {
                      font-size: 11px;
                      margin-top: 8px; } }
                  .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info a.readmore::after {
                    background-image: url("/assets/images/linkwitharrow-black.svg");
                    background-size: auto;
                    height: 10px;
                    width: 21px; }
                  .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info a:hover {
                    color: #FFBE00; }
                    .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info a:hover::after {
                      background-image: url("/assets/images/linkwitharrow.svg"); }
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info h5 {
                  font-size: 16px;
                  margin-bottom: 12px;
                  color: #000000; }
                  @media (max-width: 767px) {
                    .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info h5 {
                      font-size: 12px;
                      margin-bottom: 6px; } }
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item .search-result-info-text {
                  transform: translateY(10%);
                  top: 50%;
                  position: relative;
                  transition: ease 0.3s; }
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:hover {
                background-color: #FEEAB1;
                border: 1px solid #FFBE00; }
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:hover a {
                  display: inline-block;
                  opacity: 1; }
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:hover h5 {
                  margin-bottom: 8px; }
                .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid .search-result-item:hover .search-result-info-text {
                  top: 0;
                  transition: ease 0.3s;
                  transform: translateY(0); }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-result-grid::-webkit-scrollbar {
              width: 0; }
          .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .icon-arrow {
            position: absolute;
            bottom: 12px;
            left: 50%;
            transform: translateX(-50%); }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .icon-arrow img {
              height: 12px;
              width: 12px;
              border: none;
              position: unset;
              transform: unset;
              padding: 0; }
          .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-no-result {
            color: #000000;
            height: auto; }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-no-result .search-view-block {
              border-radius: 8px;
              padding: 16px;
              font-size: 16px; }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-no-result .search-result-grid {
              color: #000000;
              padding: 20px 40px; }
              .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-no-result .search-result-grid p {
                font-weight: 700; }
            .header_container_white .header-main .nav-search-field .search_data_content .search-result-wrap .search-no-result ~ .icon-arrow {
              display: none; }
      .header_container_white .header-main .nav-search-field .modal-overlay {
        z-index: 3; }
      .header_container_white .header-main .nav-search-field .close-button {
        display: none; }
        @media (max-width: 991px) {
          .header_container_white .header-main .nav-search-field .close-button {
            background-image: none;
            display: block; }
            .header_container_white .header-main .nav-search-field .close-button::before {
              content: '';
              background: url("/assets/images/close_small_black.svg") no-repeat center;
              background-size: contain;
              position: absolute;
              width: 15px;
              height: 15px;
              top: 10px;
              right: 0; } }

.searchBlock {
  display: inline-block;
  line-height: 0;
  padding: 5px;
  margin-right: -5px;
  margin-left: 50px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; }
  .searchBlock .searchToggle {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/assets/images/Search.svg") no-repeat center;
    background-size: contain; }

.mobileToggle,
.mobileNavigation {
  display: none; }

.sticky {
  position: fixed;
  left: 0;
  z-index: 101;
  width: 100%; }

header.sticky:has(.mobileNavigation.active) .header_container_white .mobileToggle span:first-child {
  transform: rotate(45deg);
  transition: ease 0.3s; }

header.sticky:has(.mobileNavigation.active) .header_container_white .mobileToggle span:nth-child(2) {
  display: none;
  transition: ease 0.3s; }

header.sticky:has(.mobileNavigation.active) .header_container_white .mobileToggle span:nth-child(3) {
  transform: rotate(-45deg);
  transition: ease 0.3s; }

header.sticky:has(.mobileNavigation.active) .header_container_white .mobileToggle span:nth-child(odd) {
  margin: -2.3px;
  transition: ease 0.3s;
  border-radius: 2px; }

@media (max-width: 991px) {
  body.menuOpen {
    overflow: hidden; }
    body.menuOpen:before {
      content: '';
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      background-color: rgba(0, 0, 0, 0.6);
      overflow: hidden; }
  .mobileToggle {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    padding-right: 0;
    margin-left: 0;
    order: 3; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .mobileToggle {
      width: 24px;
      padding: 5px; } }

@media (max-width: 991px) {
    .mobileToggle span {
      display: block;
      background-color: #212121;
      width: 24px;
      height: 3px;
      margin: 5px 0;
      transition: all 0.3s; }
  .mobileNavigation {
    display: block;
    background-color: #ffffff;
    height: 100vh;
    border-bottom: 9px solid #FFBE00;
    padding-bottom: 15px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    top: 80px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .mobileNavigation {
      width: 320px;
      position: fixed;
      top: 80px;
      right: -320px;
      bottom: 0;
      z-index: 99999; } }
  @media (max-width: 991px) and (max-width: 767px) {
    .mobileNavigation {
      width: 260px;
      position: fixed;
      top: 80px;
      right: -260px;
      bottom: 0;
      z-index: 99999; } }

@media (max-width: 991px) {
    .mobileNavigation .mNavigationHead {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 30px; }
      .mobileNavigation .mNavigationHead span {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        color: #212121;
        font-size: 16px; }
      .mobileNavigation .mNavigationHead .menuCloseToggle {
        width: 24px;
        height: 24px;
        background-image: none;
        cursor: pointer;
        margin-left: auto;
        transform: translate(9px, -82px);
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s; }
    .mobileNavigation.active {
      right: 0;
      transition: all 0.1s;
      -webkit-transition: all 0.1s;
      -moz-transition: all 0.1s;
      -ms-transition: all 0.1s;
      -o-transition: all 0.1s; }
      .mobileNavigation.active .menuCloseToggle {
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s; }
  .mobMenuWrap {
    height: -moz-calc(100vh - 80px);
    height: -webkit-calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: auto;
    padding: 0 10px; }
    .mobMenuWrap .language-selection,
    .mobMenuWrap .header-nav {
      display: block; }
    .mobMenuWrap .language-selection {
      position: relative;
      margin: 0;
      padding: 10px; }
      .mobMenuWrap .language-selection .selectedLanguage {
        background-color: transparent;
        color: #212121;
        text-align: left;
        padding-right: 20px; }
        .mobMenuWrap .language-selection .selectedLanguage:before {
          background-color: transparent;
          background-position: left center; }
        .mobMenuWrap .language-selection .selectedLanguage span {
          left: 0;
          padding-left: 0; }
        .mobMenuWrap .language-selection .selectedLanguage:after {
          filter: none;
          background: url("/assets/images/toggle-arrow.svg") no-repeat center right;
          background-size: cover;
          width: 16px;
          height: 16px;
          padding: 0;
          right: 0;
          top: 8px;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); }
      .mobMenuWrap .language-selection .allLanguage {
        display: none;
        position: relative;
        width: 100%;
        box-shadow: none;
        border: none;
        border-radius: 0;
        background-color: transparent; }
        .mobMenuWrap .language-selection .allLanguage ul {
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          padding-left: 30px; }
          .mobMenuWrap .language-selection .allLanguage ul li {
            width: 100%; }
            .mobMenuWrap .language-selection .allLanguage ul li a {
              background-color: transparent; }
            .mobMenuWrap .language-selection .allLanguage ul li.hidden {
              height: 0; }
          .mobMenuWrap .language-selection .allLanguage ul:after {
            content: none; }
      .mobMenuWrap .language-selection.active {
        background-color: #eeeeee; }
        .mobMenuWrap .language-selection.active .selectedLanguage:after {
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          transform: rotate(0deg); }
        .mobMenuWrap .language-selection.active .allLanguage {
          display: block; }
    .mobMenuWrap .header-nav {
      margin: 0; } }
    @media (max-width: 991px) and (max-width: 991px) {
      .mobMenuWrap .header-nav {
        overflow: auto;
        height: 100%; } }

@media (max-width: 991px) {
      .mobMenuWrap .header-nav .menu_item {
        padding: 0 20px;
        margin-top: 20px;
        display: block;
        margin-left: 0;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .mobMenuWrap .header-nav .menu_item:first-child {
          margin-top: 0; } }
      @media (max-width: 991px) and (max-width: 991px) {
        .mobMenuWrap .header-nav .menu_item {
          padding: 0 20px; } }

@media (max-width: 991px) {
        .mobMenuWrap .header-nav .menu_item span {
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          border-bottom: 1px solid #d3d3d3;
          padding-bottom: 20px !important; }
          .mobMenuWrap .header-nav .menu_item span > a {
            padding: 0;
            background-color: transparent;
            font-family: "Lato", sans-serif; } }
          @media (max-width: 991px) and (max-width: 991px) {
            .mobMenuWrap .header-nav .menu_item span > a {
              display: inline-block; } }

@media (max-width: 991px) {
        .mobMenuWrap .header-nav .menu_item.sub_menu span a:after {
          background: url("/assets/images/toggle-arrow.svg") no-repeat center right;
          background-size: cover;
          width: 16px;
          height: 16px;
          padding: 0;
          right: 0;
          top: 50%;
          margin-top: -8px;
          border: none;
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg); } }
        @media (max-width: 991px) and (max-width: 991px) {
          .mobMenuWrap .header-nav .menu_item.sub_menu span a:after {
            right: -16px; } }

@media (max-width: 991px) {
        .mobMenuWrap .header-nav .menu_item.sub_menu .SubMenuChild {
          background-color: #F7F7F7;
          margin-left: -30px;
          margin-right: -30px;
          padding: 12px 30px;
          margin-bottom: 5px; }
          .mobMenuWrap .header-nav .menu_item.sub_menu .SubMenuChild a, .mobMenuWrap .header-nav .menu_item.sub_menu .SubMenuChild p {
            padding-bottom: 12px !important; }
          .mobMenuWrap .header-nav .menu_item.sub_menu .SubMenuChild .thirdLevelList {
            padding: 10px 4px;
            background: #ffffff;
            margin-left: 0px;
            margin-top: 12px; }
        .mobMenuWrap .header-nav .menu_item .menu_list {
          padding: 0;
          display: none;
          background-color: transparent;
          position: relative;
          max-width: 100%;
          min-width: 0;
          width: 100%;
          right: auto; } }
        @media (max-width: 991px) and (max-width: 991px) {
          .mobMenuWrap .header-nav .menu_item .menu_list {
            padding: 0;
            display: none;
            position: relative;
            max-width: 100%;
            min-width: 0;
            width: 100%;
            right: auto; } }

@media (max-width: 991px) {
          .mobMenuWrap .header-nav .menu_item .menu_list:after {
            content: none; }
          .mobMenuWrap .header-nav .menu_item .menu_list li {
            padding-bottom: 12px; }
            .mobMenuWrap .header-nav .menu_item .menu_list li a {
              padding: 0;
              padding-right: 20px;
              font-size: 12px;
              line-height: 1.67;
              color: #212121;
              font-weight: 300; }
            .mobMenuWrap .header-nav .menu_item .menu_list li:last-child {
              padding-bottom: 0; }
          .mobMenuWrap .header-nav .menu_item .menu_list .inner_submenu--mobile {
            position: relative; } }
          @media (max-width: 991px) and (max-width: 991px) {
            .mobMenuWrap .header-nav .menu_item .menu_list .inner_submenu--mobile p {
              font-family: "Lato", sans-serif;
              padding-bottom: 20px !important;
              padding-top: 0 !important; }
              .mobMenuWrap .header-nav .menu_item .menu_list .inner_submenu--mobile p::after {
                content: '';
                background: url("/assets/images/toggle-arrow.svg") no-repeat right;
                background-size: 12px 12px;
                height: 12px;
                width: 12px;
                position: absolute;
                right: 0;
                transform: rotate(179deg) !important;
                top: 50%;
                transform: translateY(-50%); } }

@media (max-width: 991px) {
            .mobMenuWrap .header-nav .menu_item .menu_list .inner_submenu--mobile:has(.SubMenuChild) p {
              font-weight: 700 !important;
              position: relative; }
        .mobMenuWrap .header-nav .menu_item.active {
          background-color: #ffffff;
          padding-bottom: 1px; }
          .mobMenuWrap .header-nav .menu_item.active span {
            border-bottom: none;
            padding-bottom: 15px; }
            .mobMenuWrap .header-nav .menu_item.active span a:after {
              -webkit-transform: rotate(0deg);
              -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              -o-transform: rotate(0deg);
              transform: rotate(0deg); }
          .mobMenuWrap .header-nav .menu_item.active .menu_list {
            display: block;
            max-width: unset;
            min-width: unset;
            right: 0;
            top: 0; }
            .mobMenuWrap .header-nav .menu_item.active .menu_list ul {
              box-shadow: none;
              border-radius: 0; } }
        @media (max-width: 991px) and (max-width: 991px) {
          .mobMenuWrap .header-nav .menu_item.active {
            display: block; } }

@media (max-width: 991px) {
        .mobMenuWrap .header-nav .menu_item .inner_submenu li {
          padding: 0 15px; } }

body:has(.nav-search-field .modal-overlay) {
  overflow: hidden; }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.footer-main-wrapper {
  margin-top: 60px;
  position: relative;
  z-index: 2;
  border-top: 1px solid #FFBE00;
  border-bottom: 1px solid #FFBE00; }
  .footer-main-wrapper .updated-at {
    font-size: 13px;
    color: #000000; }
  @media (max-width: 991px) {
    .footer-main-wrapper {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .footer-main-wrapper {
      padding: 0;
      margin-top: 15px; } }
  .footer-main-wrapper .container {
    max-width: 100%;
    padding: 0 100px; }
    @media (max-width: 1365px) {
      .footer-main-wrapper .container {
        padding: 0 90px;
        max-width: 100%;
        width: 100%; } }
    @media (max-width: 991px) {
      .footer-main-wrapper .container {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .footer-main-wrapper .container {
        padding: 0;
        position: relative;
        z-index: 2; } }
  .footer-main-wrapper .social-icons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    background-color: #ffffff00; }
    @media (max-width: 991px) {
      .footer-main-wrapper .social-icons {
        margin: 0 auto;
        align-items: flex-start;
        gap: 15px;
        flex-direction: column; } }
    .footer-main-wrapper .social-icons p {
      font-size: calc(14px + var(--font-size-pixel));
      line-height: 1.2;
      font-weight: bold;
      white-space: nowrap;
      padding-bottom: 8px; }
      @media (max-width: 767px) {
        .footer-main-wrapper .social-icons p {
          font-size: 14px !important;
          line-height: 1.2 !important; } }
    .footer-main-wrapper .social-icons a {
      padding-right: 20px; }
      .footer-main-wrapper .social-icons a img {
        height: 35px;
        width: 35px; }
        @media (max-width: 1800px) {
          .footer-main-wrapper .social-icons a img {
            height: 35px;
            width: 35px; } }
        @media (max-width: 1500px) {
          .footer-main-wrapper .social-icons a img {
            height: 30px;
            width: 30px; } }
      .footer-main-wrapper .social-icons a:hover {
        opacity: 1; }
        .footer-main-wrapper .social-icons a:hover img {
          box-shadow: 0px 2px 5px 0px #00000040; }
  .footer-main-wrapper .association {
    padding: 43px 0; }
    @media (max-width: 767px) {
      .footer-main-wrapper .association {
        padding: 20px 5px;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 0; } }
    .footer-main-wrapper .association-wrapper {
      padding: 43px 0;
      background-color: #5A5A5A; }
      @media (max-width: 1800px) {
        .footer-main-wrapper .association-wrapper {
          padding: 43px 0; } }
      @media (max-width: 1500px) {
        .footer-main-wrapper .association-wrapper {
          padding: 40px 0; } }
      @media (max-width: 991px) {
        .footer-main-wrapper .association-wrapper {
          padding: 30px 0; } }
      @media (max-width: 767px) {
        .footer-main-wrapper .association-wrapper {
          padding: 15px 8px; } }
      .footer-main-wrapper .association-wrapper li {
        background-color: #ffffff;
        padding: 26px 18px;
        border-radius: 10px;
        display: inline-block;
        margin: 0 20px;
        text-align: center;
        width: 100%;
        height: 115px;
        width: 263px; }
        @media (max-width: 1800px) {
          .footer-main-wrapper .association-wrapper li {
            height: 115px;
            width: 263px; } }
        @media (max-width: 1500px) {
          .footer-main-wrapper .association-wrapper li {
            height: 110px;
            width: 100%; } }
        @media (max-width: 991px) {
          .footer-main-wrapper .association-wrapper li {
            height: 78px;
            padding: 12px;
            margin: 0; } }
        @media (max-width: 767px) {
          .footer-main-wrapper .association-wrapper li {
            margin: 0;
            height: 72px;
            padding: 5px 19px;
            display: flex;
            align-items: center;
            justify-content: center; } }
        @media (max-width: 479px) {
          .footer-main-wrapper .association-wrapper li {
            height: 42px;
            padding: 7px 16px; } }
        .footer-main-wrapper .association-wrapper li a {
          display: block;
          width: 100%;
          height: 100%; }
          @media (max-width: 767px) {
            .footer-main-wrapper .association-wrapper li a {
              height: initial;
              width: initial;
              object-fit: contain;
              display: contents; } }
        .footer-main-wrapper .association-wrapper li img {
          width: 100%;
          height: 100%; }
    .footer-main-wrapper .association-items {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      @media (max-width: 991px) {
        .footer-main-wrapper .association-items {
          gap: 20px; } }
      @media (max-width: 767px) {
        .footer-main-wrapper .association-items {
          gap: 12px; } }
  .footer-main-wrapper .footer-bottom {
    border-top: 1px solid #FFBE00; }
    .footer-main-wrapper .footer-bottom-main {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      font-family: "Lato", sans-serif;
      padding: 36px 0; }
      @media (max-width: 1800px) {
        .footer-main-wrapper .footer-bottom-main {
          padding: 36px 0; } }
      @media (max-width: 1500px) {
        .footer-main-wrapper .footer-bottom-main {
          padding: 40px 0; } }
      @media (max-width: 767px) {
        .footer-main-wrapper .footer-bottom-main {
          -webkit-flex-flow: wrap;
          -moz-flex-flow: wrap;
          -ms-flex-flow: wrap;
          flex-flow: wrap;
          padding-bottom: 0;
          padding-top: 30px; } }
      @media (max-width: 767px) {
        .footer-main-wrapper .footer-bottom-main .footer-info {
          margin: auto; } }
      .footer-main-wrapper .footer-bottom-main .footer-info .logo {
        height: 60px; }
        @media (max-width: 1800px) {
          .footer-main-wrapper .footer-bottom-main .footer-info .logo {
            height: 60px; } }
        @media (max-width: 1500px) {
          .footer-main-wrapper .footer-bottom-main .footer-info .logo {
            height: 52px; } }
        @media (max-width: 767px) {
          .footer-main-wrapper .footer-bottom-main .footer-info .logo {
            height: 36px; } }
        .footer-main-wrapper .footer-bottom-main .footer-info .logo img {
          max-width: 100%;
          max-height: 100%; }
      .footer-main-wrapper .footer-bottom-main .footer-info-text p {
        color: #000000;
        font-family: "Lato", sans-serif;
        padding-top: 22px;
        padding-bottom: 23px;
        font-size: 12px;
        line-height: 1.25; }
        @media (max-width: 1800px) {
          .footer-main-wrapper .footer-bottom-main .footer-info-text p {
            padding-top: 22px;
            padding-bottom: 23px; } }
        @media (max-width: 1500px) {
          .footer-main-wrapper .footer-bottom-main .footer-info-text p {
            padding-top: 20px;
            padding-bottom: 20px; } }
        @media (max-width: 767px) {
          .footer-main-wrapper .footer-bottom-main .footer-info-text p {
            line-height: 18px !important;
            padding-top: 30px;
            padding-bottom: 30px;
            font-size: 12px !important; } }
      .footer-main-wrapper .footer-bottom-main .footer_menu {
        margin-left: auto;
        padding-left: 50px; }
        @media (max-width: 767px) {
          .footer-main-wrapper .footer-bottom-main .footer_menu {
            width: 100%;
            padding-left: 38px;
            padding-top: 30px; } }
        .footer-main-wrapper .footer-bottom-main .footer_menu ul {
          padding-left: 20px;
          column-count: 2; }
          @media (max-width: 767px) {
            .footer-main-wrapper .footer-bottom-main .footer_menu ul {
              padding: 0; } }
          .footer-main-wrapper .footer-bottom-main .footer_menu ul li {
            display: inline-block;
            width: 100%;
            margin: 18px 2px; }
            @media (max-width: 1800px) {
              .footer-main-wrapper .footer-bottom-main .footer_menu ul li {
                margin-left: 120px; } }
            @media (max-width: 1500px) {
              .footer-main-wrapper .footer-bottom-main .footer_menu ul li {
                margin-left: unset;
                margin: 18px 2px; } }
            @media (max-width: 767px) {
              .footer-main-wrapper .footer-bottom-main .footer_menu ul li {
                margin: 0;
                padding-bottom: 20px; } }
            .footer-main-wrapper .footer-bottom-main .footer_menu ul li a {
              cursor: pointer;
              display: inline-block;
              font-size: 13px;
              line-height: 1.2;
              color: #212121;
              transition: all 0.25s;
              -webkit-transition: all 0.25s;
              -moz-transition: all 0.25s;
              -ms-transition: all 0.25s;
              -o-transition: all 0.25s;
              position: relative;
              font-family: Lato, sans-serif;
              text-transform: uppercase; }
              @media (max-width: 767px) {
                .footer-main-wrapper .footer-bottom-main .footer_menu ul li a {
                  font-size: 12px;
                  line-height: 1.2; } }
              .footer-main-wrapper .footer-bottom-main .footer_menu ul li a::before {
                content: '';
                top: 50%;
                width: 10px;
                background-color: black;
                position: absolute;
                height: 1px;
                left: -20px; }
              .footer-main-wrapper .footer-bottom-main .footer_menu ul li a:hover {
                font-weight: 700;
                padding-left: 4px; }
                .footer-main-wrapper .footer-bottom-main .footer_menu ul li a:hover::before {
                  content: '';
                  width: 15px;
                  height: 2px;
                  background-color: #FFBE00;
                  transition: all 0.25s;
                  -webkit-transition: all 0.25s;
                  -moz-transition: all 0.25s;
                  -ms-transition: all 0.25s;
                  -o-transition: all 0.25s; }
    .footer-main-wrapper .footer-bottom-left {
      max-width: 100%;
      flex: 0 0 50%;
      text-align: left;
      padding-right: 130px; }
      @media (max-width: 1800px) {
        .footer-main-wrapper .footer-bottom-left {
          padding-right: 130px; } }
      @media (max-width: 1500px) {
        .footer-main-wrapper .footer-bottom-left {
          padding-right: 20px; } }
      @media (max-width: 767px) {
        .footer-main-wrapper .footer-bottom-left {
          flex: 0 0 100%;
          padding: 0 20px; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.breadcrumb-container {
  padding: 0 100px;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  z-index: 3; }
  @media only screen and (min-width: 2000px) {
    .breadcrumb-container {
      padding: 0 150px !important; } }
  @media (max-width: 767px) {
    .breadcrumb-container {
      padding: 0 20px;
      top: 95px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    .breadcrumb-container {
      top: 100px; } }
  .breadcrumb-container .breadcrumb {
    font-size: 12px;
    line-height: 1.83;
    color: #eeeeee; }
    @media (max-width: 767px) {
      .breadcrumb-container .breadcrumb {
        font-size: 10px;
        line-height: 2.2; } }
    .breadcrumb-container .breadcrumb a {
      color: #eeeeee; }
  .breadcrumb-container.dark .breadcrumb {
    color: #212121; }
    .breadcrumb-container.dark .breadcrumb a {
      color: #212121; }
  .breadcrumb-container.light .breadcrumb {
    color: #eeeeee; }
    .breadcrumb-container.light .breadcrumb a {
      color: #eeeeee; }
  .breadcrumb-container span:last-child {
    font-weight: 700; }
  @media (max-width: 767px) {
    .breadcrumb-container.etg-breadcrumb {
      padding-left: 40px; } }
  .breadcrumb-container.pm-breadcrumb {
    padding-left: 155px; }
    @media (max-width: 767px) {
      .breadcrumb-container.pm-breadcrumb {
        padding-left: 40px; } }
  @media (max-width: 767px) {
    .breadcrumb-container.stip-breadcrumb {
      padding-left: 40px; } }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

/*Reset code */
:root {
  --font-size: 100%;
  --font-size-pixel: 0px; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  *:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, .title, .title2, .title3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: var(--font-size);
  vertical-align: baseline;
  font-family: 'Montserrat', sans-serif; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, button.btn, button, a {
  outline: none; }
  input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active, button:focus, button:active, a:focus, a:active {
    outline: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: middle; }
  img:focus {
    outline: none; }

.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle;
  margin-left: 5px; }
  .arrow.right {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow.left {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg); }
  .arrow.up {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 3px; }
  .arrow.down {
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.container {
  max-width: 1197px;
  padding: 0 15px;
  margin: 0 auto; }
  .container:before, .container:after {
    content: '';
    display: table; }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px; } }

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

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  cursor: pointer;
  width: 68px;
  height: 68px;
  background: url("/assets/images/play.svg") no-repeat center;
  background-size: contain; }
  @media (max-width: 767px) {
    .playIcon {
      width: 40px;
      height: 40px; } }
  .playIcon.lg {
    width: 80px;
    height: 80px; }
    @media (max-width: 767px) {
      .playIcon.lg {
        width: 40px;
        height: 40px; } }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden; }

.webPageLoader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden; }
  .webPageLoader video {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-height: 100%;
    object-fit: cover; }

.videoBlock {
  position: relative;
  width: inherit;
  height: inherit; }
  .videoBlock iframe {
    width: 100%;
    height: 100%;
    border: 0; }

.align-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.custom-slider-buttons {
  border: 1px solid #08102d;
  padding: 15px; }

.align-center {
  text-align: center; }

.heading {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 900;
  color: #212121; }

.text-to-html p {
  font-size: calc(20px + var(--font-size-pixel)); }
  .text-to-html p h2 {
    font-size: calc(24px + var(--font-size-pixel));
    font-weight: bold; }

h2 {
  font-size: calc(30px + var(--font-size-pixel)); }
  @media (max-width: 767px) {
    h2 {
      font-size: calc(18px + var(--font-size-pixel)); } }

.horizontalLine {
  width: 100%;
  height: 1px;
  opacity: 0.4;
  background-color: #979797;
  margin: 0.85rem auto; }

.customSliderBtn {
  width: 110px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 2px solid #979797; }
  @media (max-width: 767px) {
    .customSliderBtn {
      display: none; } }
  .customSliderBtn span {
    flex: 1;
    background-color: transparent;
    height: 57px;
    cursor: pointer;
    font-size: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background: url("/assets/images/black-arrow.svg") no-repeat center;
    background-size: 11px; }
    .customSliderBtn span.prev {
      background: url("/assets/images/black-back-arrow.svg") no-repeat center;
      background-size: 11px; }
    .customSliderBtn span.next {
      margin-left: -1px; }
    .customSliderBtn span.disable {
      pointer-events: none; }
    .customSliderBtn span.disable.next {
      background: url("/assets/images/gray-arrow.svg") no-repeat center;
      background-size: 11px; }
    .customSliderBtn span.disable.prev {
      background: url("/assets/images/gray-back-arrow.svg") no-repeat center;
      background-size: 11px; }
  .customSliderBtn.white-arrow span {
    background: url("/assets/images/white-arrow.svg") no-repeat center;
    background-size: 11px; }
    .customSliderBtn.white-arrow span.prev {
      background: url("/assets/images/white-back-arrow.svg") no-repeat center;
      background-size: 11px; }
    .customSliderBtn.white-arrow span.disable.next {
      background: url("/assets/images/gray-arrow.svg") no-repeat center;
      background-size: 11px; }
    .customSliderBtn.white-arrow span.disable.prev {
      background: url("/assets/images/gray-back-arrow.svg") no-repeat center;
      background-size: 11px; }
  .customSliderBtn.yellow-arrow {
    border: none; }
    .customSliderBtn.yellow-arrow span {
      background-color: #FFBE00;
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: 11px; }
      .customSliderBtn.yellow-arrow span.prev {
        background: url("/assets/images/black-back-arrow.svg") no-repeat center;
        background-size: 11px; }
      .customSliderBtn.yellow-arrow span.disable.next {
        background: url("/assets/images/gray-arrow.svg") no-repeat center;
        background-size: 11px; }
      .customSliderBtn.yellow-arrow span.disable.prev {
        background: url("/assets/images/gray-back-arrow.svg") no-repeat center;
        background-size: 11px; }

.req-field {
  color: #FF0000; }

.card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.videoOnModal .modal-video {
  background-color: rgba(242, 189, 18, 0.7); }

.videoOnModal .modal-video-close-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  right: 0;
  top: 0;
  background-color: #080f2d;
  cursor: pointer; }
  .videoOnModal .modal-video-close-btn:before, .videoOnModal .modal-video-close-btn:after {
    background-color: #ffffff;
    width: 70%;
    top: 50%;
    left: 5px;
    margin-top: -2px; }

.moreProfileTab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 40px 0; }
  .moreProfileTab .tab {
    cursor: pointer;
    position: relative;
    padding-bottom: 10px; }
    .moreProfileTab .tab:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      height: 18px;
      width: 18px;
      border-right: 2px solid #bdbdbd;
      border-bottom: 2px solid #bdbdbd;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .moreProfileTab .tab .tab-info {
      font-size: 20px;
      line-height: 1.3;
      color: #212121;
      font-weight: normal;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      display: inline-block;
      padding: 0 20px;
      position: relative;
      z-index: 1; }
      .moreProfileTab .tab .tab-info:before {
        content: "";
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 2px;
        height: 75%;
        background-color: rgba(33, 33, 33, 0.1); }
    .moreProfileTab .tab:first-child:before {
      left: 0;
      right: auto;
      border-left: 2px solid #bdbdbd;
      border-right: none; }
    .moreProfileTab .tab:first-child .tab-info:before {
      content: none; }
    .moreProfileTab .tab.active:before {
      border-color: #FFBE00;
      height: 100%;
      width: 100%;
      border-width: 4px; }
    .moreProfileTab .tab.active .tab-info {
      font-weight: 600; }

.listStyle ul li {
  padding-left: 30px;
  position: relative;
  line-height: 1.88; }
  .listStyle ul li:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 1;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #212121; }

.mission-card {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer; }
  .mission-card > a {
    color: #000000; }
  .mission-card .mission-card-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 100%; }
    .mission-card .mission-card-item figure {
      text-align: center;
      height: 100px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-left: 30px;
      overflow: hidden; }
      .mission-card .mission-card-item figure img {
        max-height: 100px;
        display: inline-block;
        -webkit-transform: Scale(1);
        -moz-transform: Scale(1);
        -ms-transform: Scale(1);
        -o-transform: Scale(1);
        transform: Scale(1);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
    .mission-card .mission-card-item .counter {
      color: #21317D;
      font-size: 50px;
      line-height: 1.25;
      font-weight: 500; }
    .mission-card .mission-card-item .heading {
      color: #ffffff;
      font-size: 20px;
      line-height: 1.25;
      font-weight: 500;
      font-family: "Montserrat", sans-serif; }
    .mission-card .mission-card-item .mission-subinfo {
      opacity: 0;
      transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      margin-top: auto; }
      .mission-card .mission-card-item .mission-subinfo p {
        margin: 10px 0; }
    .mission-card .mission-card-item .counter,
    .mission-card .mission-card-item .heading,
    .mission-card .mission-card-item .mission-subinfo {
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
  .mission-card.active, .mission-card:hover {
    background-color: #FFBE00;
    box-shadow: 0 0 20px 0 #FFBE00;
    -webkit-box-shadow: 0 0 20px 0 #FFBE00;
    -moz-box-shadow: 0 0 20px 0 #FFBE00;
    -ms-box-shadow: 0 0 20px 0 #FFBE00;
    -o-box-shadow: 0 0 20px 0 #FFBE00;
    border-radius: 1px;
    border: 1px solid #f2bd12 !important; }
    .mission-card.active .mission-card-item figure img, .mission-card:hover .mission-card-item figure img {
      -webkit-transform: Scale(1.3);
      -moz-transform: Scale(1.3);
      -ms-transform: Scale(1.3);
      -o-transform: Scale(1.3);
      transform: Scale(1.3);
      filter: brightness(18%) contrast(93%) invert(10%); }
    .mission-card.active .mission-card-item .heading, .mission-card:hover .mission-card-item .heading {
      font-weight: 700;
      color: #08102d;
      margin-top: 15px; }
      @media (max-width: 767px) {
        .mission-card.active .mission-card-item .heading, .mission-card:hover .mission-card-item .heading {
          margin-top: 8px; } }
    .mission-card.active .mission-card-item .counter, .mission-card:hover .mission-card-item .counter {
      font-size: 32px; }
    .mission-card.active .mission-card-item .mission-subinfo, .mission-card:hover .mission-card-item .mission-subinfo {
      opacity: 1;
      height: auto;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0); }

.common-banner .top_section {
  background-color: #080f2d;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 425px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .common-banner .top_section {
      -webkit-flex-flow: wrap;
      -moz-flex-flow: wrap;
      -ms-flex-flow: wrap;
      flex-flow: wrap;
      height: auto !important; } }
  .common-banner .top_section .etg-banner-vector {
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1; }
    @media (max-width: 767px) {
      .common-banner .top_section .etg-banner-vector {
        background: url("/assets/images/etg-banner-vector-mobile.svg") no-repeat top left;
        background-size: contain;
        height: 560px;
        width: 490px;
        top: -150px;
        left: -165px; } }
    @media (max-width: 767px) {
      .common-banner .top_section .etg-banner-vector img {
        display: none; } }
  .common-banner .top_section .info {
    max-width: 600px;
    padding: 0 20px 0 100px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
    @media (max-width: 767px) {
      .common-banner .top_section .info {
        max-width: 100% !important;
        width: 100% !important;
        padding: 40px;
        padding-top: 45px;
        padding-bottom: 0; } }
    .common-banner .top_section .info h1 {
      font-family: "Playfair Display", serif;
      font-size: 48px;
      margin: 0;
      color: #ffffff; }
      @media (max-width: 767px) {
        .common-banner .top_section .info h1 {
          font-size: 28px; } }
  .common-banner .top_section .right_section {
    max-width: 550px;
    height: 425px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    z-index: 1; }
    @media (max-width: 767px) {
      .common-banner .top_section .right_section {
        overflow: visible;
        margin-top: 20px;
        max-width: 100%;
        position: relative;
        height: auto; } }
    .common-banner .top_section .right_section .playIcon {
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      margin-left: 50px;
      margin-top: -10px; }
      @media (max-width: 767px) {
        .common-banner .top_section .right_section .playIcon {
          position: absolute;
          top: 50%;
          left: 50%;
          z-index: 1;
          margin: 0;
          margin-top: 15px;
          margin-left: 60px; } }
    .common-banner .top_section .right_section .polygon-banner-image {
      width: 750px;
      height: 650px;
      -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
      clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
      background: #f2bd12;
      -webkit-transform: rotate(-10deg);
      -moz-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
      -o-transform: rotate(-10deg);
      transform: rotate(-10deg);
      padding: 18px;
      top: -135px;
      position: relative;
      right: -15px; }
      @media (max-width: 767px) {
        .common-banner .top_section .right_section .polygon-banner-image {
          width: 350px;
          height: 335px;
          padding: 5px;
          -webkit-transform: rotate(15deg);
          -moz-transform: rotate(15deg);
          -ms-transform: rotate(15deg);
          -o-transform: rotate(15deg);
          transform: rotate(15deg);
          top: auto;
          right: -60px;
          bottom: -50px;
          margin-top: -50px; } }
      .common-banner .top_section .right_section .polygon-banner-image figure {
        width: 100%;
        height: 100%;
        -webkit-clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
        clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
        position: relative;
        overflow: hidden; }
        .common-banner .top_section .right_section .polygon-banner-image figure img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          -webkit-transform: rotate(10deg);
          -moz-transform: rotate(10deg);
          -ms-transform: rotate(10deg);
          -o-transform: rotate(10deg);
          transform: rotate(10deg);
          object-fit: cover;
          width: 100%;
          height: 100%;
          max-width: 100%; }
          @media (max-width: 767px) {
            .common-banner .top_section .right_section .polygon-banner-image figure img {
              -webkit-transform: rotate(-15deg);
              -moz-transform: rotate(-15deg);
              -ms-transform: rotate(-15deg);
              -o-transform: rotate(-15deg);
              transform: rotate(-15deg); } }

.btnLoading {
  vertical-align: middle;
  margin: 0 5px;
  height: 15px;
  width: 15px;
  display: inline-block;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #000000;
  border-right-color: rgba(0, 0, 0, 0.35);
  transition: all 0.5s ease;
  animation: spin 0.75s infinite linear;
  -webkit-animation: spin 0.75s infinite linear;
  -moz-animation: spin 0.75s infinite linear;
  -ms-animation: spin 0.75s infinite linear;
  -o-animation: spin 0.75s infinite linear; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-o-keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.team_card_img {
  position: relative;
  min-width: 210px;
  max-width: 210px; }
  @media (max-width: 767px) {
    .team_card_img {
      margin: 0 auto;
      -webkit-transform: Scale(0.8);
      -moz-transform: Scale(0.8);
      -ms-transform: Scale(0.8);
      -o-transform: Scale(0.8);
      transform: Scale(0.8); } }
  .team_card_img .team_card_img_shape {
    width: 210px;
    height: 210px;
    -webkit-clip-path: polygon(47.5% 5.66987%, 48.2899% 5.30154%, 49.13176% 5.07596%, 50% 5%, 50.86824% 5.07596%, 51.7101% 5.30154%, 52.5% 5.66987%, 87.14102% 25.66987%, 87.85495% 26.16978%, 88.47124% 26.78606%, 88.97114% 27.5%, 89.33948% 28.2899%, 89.56505% 29.13176%, 89.64102% 30%, 89.64102% 70%, 89.56505% 70.86824%, 89.33948% 71.7101%, 88.97114% 72.5%, 88.47124% 73.21394%, 87.85495% 73.83022%, 87.14102% 74.33013%, 52.5% 94.33013%, 51.7101% 94.69846%, 50.86824% 94.92404%, 50% 95%, 49.13176% 94.92404%, 48.2899% 94.69846%, 47.5% 94.33013%, 12.85898% 74.33013%, 12.14505% 73.83022%, 11.52876% 73.21394%, 11.02886% 72.5%, 10.66052% 71.7101%, 10.43495% 70.86824%, 10.35898% 70%, 10.35898% 30%, 10.43495% 29.13176%, 10.66052% 28.2899%, 11.02886% 27.5%, 11.52876% 26.78606%, 12.14505% 26.16978%, 12.85898% 25.66987%);
    clip-path: polygon(47.5% 5.66987%, 48.2899% 5.30154%, 49.13176% 5.07596%, 50% 5%, 50.86824% 5.07596%, 51.7101% 5.30154%, 52.5% 5.66987%, 87.14102% 25.66987%, 87.85495% 26.16978%, 88.47124% 26.78606%, 88.97114% 27.5%, 89.33948% 28.2899%, 89.56505% 29.13176%, 89.64102% 30%, 89.64102% 70%, 89.56505% 70.86824%, 89.33948% 71.7101%, 88.97114% 72.5%, 88.47124% 73.21394%, 87.85495% 73.83022%, 87.14102% 74.33013%, 52.5% 94.33013%, 51.7101% 94.69846%, 50.86824% 94.92404%, 50% 95%, 49.13176% 94.92404%, 48.2899% 94.69846%, 47.5% 94.33013%, 12.85898% 74.33013%, 12.14505% 73.83022%, 11.52876% 73.21394%, 11.02886% 72.5%, 10.66052% 71.7101%, 10.43495% 70.86824%, 10.35898% 70%, 10.35898% 30%, 10.43495% 29.13176%, 10.66052% 28.2899%, 11.02886% 27.5%, 11.52876% 26.78606%, 12.14505% 26.16978%, 12.85898% 25.66987%);
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg); }
  .team_card_img figure {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0% 0%, 90% 5%, 0% 5%, 0% 5%, 50% 5%, 50% 5%, 85% 5%, 0% 0%, 90.5% 0%, 89.5% 50%, 88.97114% 0%, 89.33948% 28.2899%, 90% 29.13176%, 89.64102% 30%, 89.64102% 70%, 89.56505% 70.86824%, 89.33948% 71.7101%, 88.97114% 72.5%, 88.47124% 73.21394%, 87.85495% 73.83022%, 87.14102% 74.33013%, 52.5% 94.33013%, 51.7101% 94.69846%, 50.86824% 94.92404%, 50% 95%, 49.13176% 94.92404%, 48.2899% 94.69846%, 47.5% 94.33013%, 12.85898% 74.33013%, 12.14505% 73.83022%, 11.52876% 73.21394%, 11.02886% 72.5%, 10.66052% 71.7101%, 10.43495% 70.86824%, 10.35898% 70%, 10.35898% 30%, 10.43495% -1%, 89% 29.2899%, 11.02886% 27.5%, 12% 0%, 12.14505% 15.16978%, 12.85898% 0%);
    clip-path: polygon(0% 0%, 90% 5%, 0% 5%, 0% 5%, 50% 5%, 50% 5%, 85% 5%, 0% 0%, 90.5% 0%, 89.5% 50%, 88.97114% 0%, 89.33948% 28.2899%, 90% 29.13176%, 89.64102% 30%, 89.64102% 70%, 89.56505% 70.86824%, 89.33948% 71.7101%, 88.97114% 72.5%, 88.47124% 73.21394%, 87.85495% 73.83022%, 87.14102% 74.33013%, 52.5% 94.33013%, 51.7101% 94.69846%, 50.86824% 94.92404%, 50% 95%, 49.13176% 94.92404%, 48.2899% 94.69846%, 47.5% 94.33013%, 12.85898% 74.33013%, 12.14505% 73.83022%, 11.52876% 73.21394%, 11.02886% 72.5%, 10.66052% 71.7101%, 10.43495% 70.86824%, 10.35898% 70%, 10.35898% 30%, 10.43495% -1%, 89% 29.2899%, 11.02886% 27.5%, 12% 0%, 12.14505% 15.16978%, 12.85898% 0%); }
    .team_card_img figure img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      max-width: 100%;
      -webkit-transform: rotate(-15deg);
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -o-transform: rotate(-15deg);
      transform: rotate(-15deg); }

.feedbackCTA {
  position: fixed;
  right: -48px;
  bottom: 80px;
  z-index: 9999;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: rgba(8, 16, 45, 0.8);
  display: inline-block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px; }
  @media (max-width: 767px) {
    .feedbackCTA {
      bottom: 70px; } }
  .feedbackCTA a {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    height: 40px;
    padding: 0 13px;
    cursor: pointer; }
    .feedbackCTA a:after {
      content: "";
      width: 18px;
      height: 16px;
      display: inline-block;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      background: url("/assets/images/feedback-icon.svg") no-repeat center;
      background-size: 18px;
      vertical-align: middle;
      margin-left: 12px; }

.special_invitees {
  padding-top: 60px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .special_invitees {
      padding: 40px 0;
      padding-bottom: 0; } }

.special_invitees_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 -10px; }
  @media (max-width: 991px) {
    .special_invitees_wrapper {
      -webkit-flex-flow: nowrap;
      -moz-flex-flow: nowrap;
      -ms-flex-flow: nowrap;
      flex-flow: nowrap;
      overflow: auto;
      margin: 0;
      margin-top: -10px;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      padding: 0 10px; }
      .special_invitees_wrapper::-webkit-scrollbar {
        display: none; } }
  .special_invitees_wrapper .members_info {
    border-bottom: 4px solid #FFBE00;
    min-height: 238px;
    width: -moz-calc(33.33% - 20px);
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 40px 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (max-width: 991px) {
      .special_invitees_wrapper .members_info {
        min-width: 275px !important;
        max-width: 275px !important;
        padding: 40px 30px; } }
    .special_invitees_wrapper .members_info .image_container figure {
      text-align: center;
      height: 60px;
      line-height: 60px; }
      .special_invitees_wrapper .members_info .image_container figure img {
        max-height: 60px; }
    .special_invitees_wrapper .members_info .detail_block {
      text-align: center; }
      @media (max-width: 767px) {
        .special_invitees_wrapper .members_info .detail_block {
          margin-bottom: 15px; } }
      .special_invitees_wrapper .members_info .detail_block p {
        font-size: calc(var(--font-size-pixel) + 16px);
        color: #212121;
        padding-top: 16px;
        padding-bottom: 16px; }
        @media (max-width: 767px) {
          .special_invitees_wrapper .members_info .detail_block p {
            padding: 0 !important;
            line-height: normal !important;
            font-size: 18px !important; } }

.pm-stiac-page .special_invitees_wrapper .members_info {
  width: -moz-calc(25% - 20px);
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px); }
  .pm-stiac-page .special_invitees_wrapper .members_info .detail_block p {
    font-size: calc(16px + var(--font-size-pixel)); }
  .pm-stiac-page .special_invitees_wrapper .members_info:nth-child(7n-2) {
    margin-left: 15px; }

.counting_block_wrapper {
  min-width: 530px;
  max-width: 530px;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .counting_block_wrapper {
      padding-left: 20px;
      margin-left: 0;
      max-width: 100% !important;
      min-width: initial !important;
      width: 100% !important; } }
  .counting_block_wrapper.istem-counter {
    margin: 0;
    margin-left: auto;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    align-self: center;
    min-width: 0;
    max-width: 100%;
    width: 40%; }
    @media (max-width: 767px) {
      .counting_block_wrapper.istem-counter {
        margin-bottom: 60px !important; } }
    .counting_block_wrapper.istem-counter .counting_block_top {
      padding: 15px 0; }
    .counting_block_wrapper.istem-counter .counting_block {
      margin: 0; }
      .counting_block_wrapper.istem-counter .counting_block:before, .counting_block_wrapper.istem-counter .counting_block:after {
        border-color: rgba(255, 255, 255, 0.3); }
      .counting_block_wrapper.istem-counter .counting_block li {
        padding: 45px 20px;
        min-height: 182px; }
        .counting_block_wrapper.istem-counter .counting_block li span {
          color: #ffffff; }
        .counting_block_wrapper.istem-counter .counting_block li p {
          color: #ffffff; }

.counting_block_top {
  width: 100%;
  border: 4px solid #FFBE00;
  border-right: none;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .counting_block_top {
      padding-bottom: 40px; } }

.counting_block_bottom {
  width: -moz-calc(100% - 130px);
  width: -webkit-calc(100% - 130px);
  width: calc(100% - 130px);
  margin: 0 auto;
  margin-top: -60px;
  background-color: #FFBE00;
  position: relative;
  padding: 40px 40px 40px 100px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  min-height: 315px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (max-width: 767px) {
    .counting_block_bottom {
      padding: 20px;
      padding-top: 97px;
      width: -moz-calc(100% - 40px);
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      margin-top: -40px; } }
  .counting_block_bottom .icon_block {
    width: 115px;
    height: 115px;
    line-height: 115px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -60px;
    z-index: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-color: #ffffff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .counting_block_bottom .icon_block {
        top: -33px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%); } }
    .counting_block_bottom .icon_block img {
      max-height: 80px; }
  .counting_block_bottom p {
    color: #212121;
    font-weight: 500;
    line-height: 1.63; }
    @media (max-width: 767px) {
      .counting_block_bottom p {
        text-align: justify; } }
  .counting_block_bottom strong {
    font-weight: 700; }

.introduction_section {
  padding: 100px 0;
  position: relative; }
  @media (max-width: 767px) {
    .introduction_section {
      padding: 60px 0; } }
  .introduction_section .detail_section {
    position: relative;
    z-index: 1;
    padding: 40px 100px 0px 290px; }
    @media (max-width: 767px) {
      .introduction_section .detail_section {
        padding: 40px; } }
    .introduction_section .detail_section .draw_line {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 290px;
      height: 24px;
      border-top: 5px solid #f2bd12;
      border-right: 5px solid #f2bd12;
      background-color: transparent; }
      @media (max-width: 767px) {
        .introduction_section .detail_section .draw_line {
          width: 125px; } }
    .introduction_section .detail_section .title2 {
      margin-left: -105px;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .introduction_section .detail_section .title2 {
          margin-left: -20px !important;
          margin-bottom: 20px; } }
    .introduction_section .detail_section p {
      font-size: calc(20px + var(--font-size-pixel));
      line-height: 1.46;
      text-align: justify; }
    .introduction_section .detail_section ul {
      margin: 15px 0; }
      .introduction_section .detail_section ul li {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 45px; }
        @media (max-width: 767px) {
          .introduction_section .detail_section ul li {
            margin-top: 20px; } }
        .introduction_section .detail_section ul li span {
          font-family: "Playfair Display", serif;
          font-style: italic;
          color: rgba(33, 33, 33, 0.7);
          font-size: 80px;
          line-height: 0;
          display: inline-block;
          height: 25px;
          min-width: 130px; }
          @media (max-width: 767px) {
            .introduction_section .detail_section ul li span {
              font-size: 60px;
              min-width: 75px !important;
              -webkit-align-self: flex-start;
              -moz-align-self: flex-start;
              -ms-align-self: flex-start;
              align-self: flex-start;
              margin-top: 15px; } }
        .introduction_section .detail_section ul li p {
          font-size: calc(20px + var(--font-size-pixel));
          line-height: 1.5;
          padding-bottom: 0;
          text-align: left; }
  .introduction_section .corner_hexagon_img {
    position: absolute;
    top: 275px;
    left: -22px;
    z-index: 1;
    width: 100px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media (max-width: 767px) {
      .introduction_section .corner_hexagon_img {
        width: 55px;
        top: 170px; } }
  .introduction_section .corner_traingle_img {
    position: absolute;
    right: -40px;
    bottom: -50px;
    z-index: 1;
    width: 185px;
    -webkit-transform: rotate(212deg);
    -moz-transform: rotate(212deg);
    -ms-transform: rotate(212deg);
    -o-transform: rotate(212deg);
    transform: rotate(212deg); }
    @media (max-width: 767px) {
      .introduction_section .corner_traingle_img {
        display: none; } }

.show-more-toggle {
  text-align: center;
  margin-top: 20px; }
  .show-more-toggle .toggleMore {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("/assets/images/drop-down.svg") no-repeat center;
    background-size: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .show-more-toggle.expand .toggleMore {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.react-tabs {
  margin-top: 20px; }
  .react-tabs .react-tabs__tab-list {
    border-bottom: 1px solid #ffffff;
    margin-bottom: 42px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 767px) {
      .react-tabs .react-tabs__tab-list {
        margin-bottom: 30px; } }
  .react-tabs .react-tabs__tab {
    font-size: 20px;
    line-height: normal;
    color: #ffffff;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    padding: 20px 10px;
    border: none !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    box-shadow: none !important;
    border-radius: 0;
    bottom: initial; }
    @media (max-width: 767px) {
      .react-tabs .react-tabs__tab {
        font-size: 12px;
        padding: 10px 5px; } }
    .react-tabs .react-tabs__tab:first-child {
      text-align: left !important;
      padding-left: 0 !important; }
    .react-tabs .react-tabs__tab:last-child {
      text-align: right;
      padding-right: 0; }
    .react-tabs .react-tabs__tab:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -2px;
      left: 0;
      z-index: 1;
      width: 0;
      height: 4px;
      background-color: transparent;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .react-tabs .react-tabs__tab.react-tabs__tab--selected {
      font-weight: 700;
      background-color: transparent;
      border: none; }
      .react-tabs .react-tabs__tab.react-tabs__tab--selected:after {
        background-color: #FFBE00;
        width: 100%; }
    .react-tabs .react-tabs__tab:focus:after {
      position: absolute;
      right: 0;
      bottom: -2px;
      left: 0;
      z-index: 1;
      height: 4px; }
  .react-tabs .react-tabs__tab-panel p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.38; }

.no-data {
  color: #FF0000; }
  @media (max-width: 767px) {
    .no-data {
      margin-bottom: 50px; } }

.twitter_section {
  height: 500px;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: absolute;
  bottom: -480px;
  left: 0;
  overflow: hidden; }

.mob-twitter {
  max-width: 268px;
  margin: 0 auto;
  cursor: pointer; }

@media (max-width: 767px) {
  .google-captcha {
    width: 100%;
    margin-top: 15px; } }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-backface-visibility: hidden !important; }

.slick-slider:focus {
  outline: none; }

.slick-slider .content_section:focus {
  outline: none; }

.dots-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.global-bullets {
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0;
  text-align: justify;
  font-size: 20px; }
  .global-bullets li {
    display: list-item !important;
    list-style: disc !important;
    margin-top: 0 !important;
    padding-bottom: 1px; }
  @media (max-width: 767px) {
    .global-bullets {
      font-size: 16px; } }

.global-bullets-wht {
  list-style: disc;
  padding-left: 20px;
  margin: 15px 0;
  font-size: 20px; }
  .global-bullets-wht li {
    display: list-item !important;
    list-style: disc !important;
    margin-top: 0 !important;
    padding-bottom: 10px;
    color: #ffffff; }
  @media (max-width: 767px) {
    .global-bullets-wht {
      font-size: 16px; } }

.global-lists {
  list-style: decimal;
  padding-left: 20px;
  margin: 15px 0;
  font-size: 16px; }
  .global-lists li {
    display: list-item !important;
    list-style: decimal !important;
    margin-top: 0 !important;
    padding-bottom: 10px; }
  @media (max-width: 767px) {
    .global-lists {
      font-size: 16px; } }

.global-lists-wht {
  list-style: decimal;
  padding-left: 20px;
  margin: 15px 0;
  font-size: 16px; }
  .global-lists-wht li {
    display: list-item !important;
    list-style: decimal !important;
    margin-top: 0 !important;
    padding-bottom: 10px;
    color: #ffffff; }
  @media (max-width: 767px) {
    .global-lists-wht {
      font-size: 16px; } }

.component-loading {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.pTop0 {
  padding-top: 0px !important; }

.bullet-heading {
  position: relative;
  font-weight: 700;
  margin: 15px 0 8px 0; }
  .bullet-heading:before {
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    left: -20px;
    top: 5px;
    position: absolute;
    background-color: #212121; }

.content-region {
  padding-top: 115px; }
  @media (max-width: 767px) {
    .content-region {
      padding-top: 80px; } }

.table-layout table {
  width: 100%;
  border: 1px solid #212121;
  vertical-align: middle; }
  .table-layout table th,
  .table-layout table td {
    border: 1px solid #212121;
    text-align: center; }
  .table-layout table th {
    background: #eaeaea;
    font-size: 20px; }
  .table-layout table td {
    padding: 4px;
    vertical-align: middle;
    font-size: 16px; }
    .table-layout table td li {
      font-size: 16px; }
  @media (max-width: 767px) {
    .table-layout table {
      min-width: 320px; }
      .table-layout table th {
        font-size: 18px; } }

@media (max-width: 767px) {
  .table-layout {
    width: 100%;
    overflow: auto; } }

.text-center {
  text-align: center !important; }

.text-align-justify {
  text-align: justify !important; }

.text-align-center {
  text-align: center !important; }

.text-align-left {
  text-align: left !important; }

.text-align-right {
  text-align: right !important; }

.topbutton {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 35px;
  z-index: 9999;
  cursor: pointer; }
  .topbutton p {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -webkit-text-stroke: 0.5px #686868;
    font-size: calc(16px + var(--font-size-pixel));
    font-weight: bold; }
  .topbutton figure img {
    display: block;
    margin: 0 auto; }
  @media (max-width: 767px) {
    .topbutton {
      bottom: 30px; }
      .topbutton figure img {
        max-width: 60px; } }

strong {
  font-weight: 700; }

a.pdf-image {
  padding-left: 25px;
  position: relative; }
  a.pdf-image:before {
    content: "";
    width: 17px;
    height: 20px;
    background: url("/assets/images/pdf-file.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0; }

@media (max-width: 767px) {
  a.pdf-image {
    padding-left: 15px; }
    a.pdf-image:before {
      width: 14px;
      height: 17px; } }

.external-links-modal {
  outline: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto; }
  .external-links-modal .external-link-wrap {
    position: relative;
    top: 35%;
    margin-top: 80px;
    transform: translateY(-40%);
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .external-links-modal .external-link-wrap p {
      font-weight: 400; }
      .external-links-modal .external-link-wrap p strong {
        display: block;
        padding-bottom: 10px; }
      .external-links-modal .external-link-wrap p span {
        font-size: 14px; }
    .external-links-modal .external-link-wrap .cross_btn {
      position: absolute;
      top: -50px;
      right: -30px;
      z-index: 1;
      background-color: transparent;
      color: #ffffff;
      border: none;
      font-size: 60px;
      line-height: 38px;
      font-family: "Montserrat", sans-serif;
      font-weight: 100;
      cursor: pointer; }
      @media (max-width: 767px) {
        .external-links-modal .external-link-wrap .cross_btn {
          right: 0; } }
    .external-links-modal .external-link-wrap .btn.is-external {
      margin-top: 15px;
      min-width: 120px; }
      .external-links-modal .external-link-wrap .btn.is-external:hover {
        opacity: 0.7; }
      .external-links-modal .external-link-wrap .btn.is-external::after {
        display: none; }
    .external-links-modal .external-link-wrap::after {
      content: "";
      background: #f2bd12;
      width: 100%;
      height: 10px;
      position: absolute;
      bottom: 0;
      border-radius: 0 0 10px 10px; }

.white-space-nowrap {
  white-space: nowrap !important; }

.responsive-table {
  overflow: auto; }

.table {
  text-align: left;
  width: 100%; }
  .table th,
  .table td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #aaa; }

.link-with-arrow {
  position: relative;
  font-family: "Lato", sans-serif;
  color: #000000; }
  .link-with-arrow::after {
    content: "";
    background-image: url("/assets/images/linkwitharrow.svg");
    position: absolute;
    right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s; }
    @media (max-width: 991px) {
      .link-with-arrow::after {
        right: 10px;
        width: 14px; } }
  .link-with-arrow:hover {
    transition: all 0.3s;
    background: rgba(255, 190, 0, 0.3);
    font-weight: 700;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s; }
    @media (max-width: 991px) {
      .link-with-arrow:hover {
        background: #ffffff; } }
    .link-with-arrow:hover a {
      font-weight: 700;
      font-family: "Lato", sans-serif; }
    .link-with-arrow:hover::after {
      background-image: url("/assets/images/linkwitharrow-black.svg"); }
  .link-with-arrow.black {
    padding-right: 20px; }
    .link-with-arrow.black::after {
      background-image: url("/assets/images/linkwitharrow-black.svg") !important;
      right: -5px;
      top: 13px; }
    .link-with-arrow.black:hover {
      background-color: transparent;
      color: #FFBE00; }
      .link-with-arrow.black:hover::after {
        background-image: url("/assets/images/linkwitharrow.svg") !important;
        right: -10px; }
  .link-with-arrow.white {
    padding-right: 20px; }
    .link-with-arrow.white::after {
      background-image: url("/assets/images/linkwitharrow-white.svg") !important;
      right: -5px;
      top: 13px; }
    .link-with-arrow.white:hover {
      background-color: transparent;
      color: #FFBE00; }
      .link-with-arrow.white:hover::after {
        background-image: url("/assets/images/linkwitharrow.svg") !important;
        right: -10px; }

.heading-01 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px !important;
  line-height: 36px;
  margin-bottom: 40px;
  font-weight: 700 !important; }
  @media (max-width: 991px) {
    .heading-01 {
      font-size: 20px !important;
      line-height: 30px;
      margin-bottom: 10px; } }

.heading-02 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700 !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 30px !important; }
  @media (max-width: 991px) {
    .heading-02 {
      font-size: 20px;
      line-height: 22px;
      margin-bottom: 15px !important; } }
  @media (max-width: 767px) {
    .heading-02 {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 20px !important; } }

.heading-03 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 700 !important; }
  @media (max-width: 991px) {
    .heading-03 {
      font-size: 16px;
      line-height: 32px;
      margin-bottom: 10px; } }

.arrow-yellow {
  width: 45px;
  height: 55px;
  background: url("/assets/images/yellow-icon-arrow-light.svg") no-repeat center;
  background-color: transparent;
  position: absolute;
  top: unset;
  right: -50px;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
  outline: none;
  border: none; }
  .arrow-yellow:hover {
    background: url("/assets/images/yellow-icon-arrow.svg") no-repeat center;
    background-color: transparent; }
    @media (max-width: 991px) {
      .arrow-yellow:hover {
        background: url("/assets/images/dropdown_arrow.svg") no-repeat center;
        background-color: transparent; } }

.secondary-button-01 {
  display: inline-block;
  margin-top: 38px;
  background-color: #ffffff;
  border: 1px solid #FFBE00;
  width: 215px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  height: 45px;
  color: #000000;
  font-weight: 700;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (max-width: 991px) {
    .secondary-button-01 {
      margin-top: 16px;
      width: 140px;
      font-size: 12px;
      line-height: 18px;
      padding: 8px 0; } }
  @media (max-width: 767px) {
    .secondary-button-01 {
      height: 35px; } }
  .secondary-button-01:hover {
    background-color: #FFEBB3;
    box-shadow: 0px 4px 15px 0px #0000002e; }

.bg-black {
  background-color: #000000 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-20 {
  margin-top: 20px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px !important; }

@media (max-width: 991px) {
  .pr-md-0 {
    padding-right: 0 !important; } }

.p-50 {
  padding: 50px; }

@media (max-width: 991px) {
  .p-md-30 {
    padding: 30px; } }

.pb-25 {
  padding-bottom: 25px !important; }

.text-uppercase {
  text-transform: uppercase; }

.container-fluid {
  max-width: 100%;
  padding: 0 100px; }
  @media (max-width: 1365px) {
    .container-fluid {
      max-width: 100%;
      padding: 0 90px; } }
  @media (max-width: 991px) {
    .container-fluid {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .container-fluid {
      padding: 0 25px; } }

@media (max-width: 767px) {
  .p-sm-0 {
    padding: 0 !important; } }

@media (max-width: 991px) {
  .mt-md-30 {
    margin-top: 30px !important; } }

@media (max-width: 991px) {
  .mb-md-30 {
    margin-bottom: 30px !important; } }

.ml-50 {
  margin-left: 50px; }

.mb-0 {
  margin-bottom: 0 !important; }

@media (max-width: 991px) {
  .ml-md-30 {
    margin-left: 30px; } }

@media (max-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important; } }

@media (max-width: 991px) {
  .ml-md-0 {
    margin-left: 0 !important; } }

.g20-csar .title2 {
  color: #ffffff;
  margin-bottom: 30px; }

.g20-csar .info.new {
  padding: 120px 20px 0 28px;
  max-width: 500px;
  display: block; }
  @media (min-width: 1800px) {
    .g20-csar .info.new {
      padding: 120px 20px 0 100px;
      max-width: 1000px; } }

.g20-csar .banner_desc {
  color: #ffffff !important; }

@media (max-width: 767px) {
  .content-region .stakeholder-new {
    padding-right: 0 !important;
    padding-left: 0;
    padding-top: 0;
    width: 96%; } }

@media (max-width: 991px) {
  .content-region .stakeholder-new ul {
    gap: 0;
    justify-content: center;
    padding-bottom: 20px; } }

@media (max-width: 991px) {
  .content-region .stakeholder-new ul li {
    width: 42%;
    margin: 15px 20px; } }

@media (max-width: 767px) {
  .content-region .stakeholder-new ul li {
    width: 100%;
    margin: 15px 30px 15px 49px; } }

@media (max-width: 767px) {
  .content-region .stakeholder-new ul li figure {
    margin-left: -80px; } }

.content-region .stakeholder-new h3, .content-region .stakeholder-new .title, .content-region .stakeholder-new .title2, .content-region .stakeholder-new .title3 {
  padding-bottom: 0;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .content-region .stakeholder-new h3, .content-region .stakeholder-new .title, .content-region .stakeholder-new .title2, .content-region .stakeholder-new .title3 {
      margin-bottom: 0 !important;
      padding-top: 30px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .content-region .stakeholder-new h3, .content-region .stakeholder-new .title, .content-region .stakeholder-new .title2, .content-region .stakeholder-new .title3 {
      padding-left: 20px;
      text-align: left; } }

@media (max-width: 991px) {
  .etc-cl {
    padding: 0 20px !important; } }

@media (max-width: 767px) {
  .etc-cl {
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .content-region .etc-cl {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    margin-top: 30px !important; } }

ul.lato-bullet-list li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 22px; }
  @media (max-width: 991px) {
    ul.lato-bullet-list li {
      font-size: 14px;
      line-height: 22px; } }

.form-group {
  margin: 10px auto;
  list-style: none; }
  .form-group .or-text {
    display: inline-block;
    margin: 0 30px; }
  .form-group .form-data {
    display: inline-block;
    min-width: 250px; }
    .form-group .form-data .or-text {
      display: inline-block; }

.red-background-errors {
  color: #ffffff;
  background: red;
  display: block;
  padding: 10px;
  width: 100%; }

.important-message {
  background: #979797;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px; }

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .form-group .form-data {
    width: 100%;
    min-width: 100%; }
    .form-group .form-data .multi-select {
      margin-right: 0; } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '\2190';
}
[dir='rtl'] .slick-prev:before
{
    content: '\2192';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '\2192';
}
[dir='rtl'] .slick-next:before
{
    content: '\2190';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '\2022';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }
  .Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards; }
  .Toastify__progress-bar--controlled {
    transition: transform .2s; }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial;
    transform-origin: right; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.popup-banner {
  position: relative;
  top: 35%;
  margin-top: 80px;
  transform: translateY(-40%);
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 14px;
  border: 1px solid #FFBE00; }
  .popup-banner::after {
    content: "";
    background: #f2bd12;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 10px 10px; }
  .popup-banner .popup-heading {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 16px; }
  .popup-banner .popup-description {
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .popup-banner .popup-description .read-more {
      color: #FFBE00;
      cursor: pointer; }
    .popup-banner .popup-description a {
      color: #FFBE00;
      cursor: pointer; }
    .popup-banner .popup-description img {
      padding: 14px 0px;
      width: 100%; }
  .popup-banner .popup-link a {
    color: #000000; }
  .popup-banner .close_btn {
    position: absolute;
    top: -50px;
    right: -30px;
    z-index: 1;
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 60px;
    line-height: 38px;
    font-family: "Montserrat", sans-serif;
    font-weight: 100;
    cursor: pointer; }
    @media (max-width: 650px) {
      .popup-banner .close_btn {
        right: -1px; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.intro-wrapper.no-intro {
  padding-right: 0 !important; }
  .intro-wrapper.no-intro .latest-updates-section {
    margin: 0 auto;
    margin-top: 0 !important; }

.intro-wrapper {
  display: flex;
  padding: 100px 100px 100px 0; }
  .intro-wrapper .introduction_section {
    padding: 0; }
    .intro-wrapper .introduction_section .detail_section {
      padding: 40px 40px 0px 100px; }
      .intro-wrapper .introduction_section .detail_section .title2 {
        margin-left: 80px; }
    @media (max-width: 991px) {
      .intro-wrapper .introduction_section .detail_section {
        padding: 40px 40px 0; } }
  .intro-wrapper .latest-updates-section {
    margin-top: 75px;
    max-width: 513px;
    min-width: 500px; }
    .intro-wrapper .latest-updates-section .updates-heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .intro-wrapper .latest-updates-section h4 {
      background-color: #d5d5d5;
      font-size: 20px;
      padding: 15px 0 15px 20px;
      margin-bottom: 0;
      font-weight: 900; }
      .intro-wrapper .latest-updates-section h4:before {
        content: '';
        background-image: url(/assets/images/announcements-yellow.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle;
        filter: brightness(15%); }
    .intro-wrapper .latest-updates-section .info_section_links {
      padding: 5px 20px 0;
      max-height: 300px;
      overflow: auto;
      background-color: #f6f6f6;
      /* Handle */ }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar {
        width: 5px; }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar-thumb {
        background: rgba(33, 33, 33, 0.5); }
      .intro-wrapper .latest-updates-section .info_section_links li {
        color: #4454a5;
        font-size: 14px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(33, 33, 33, 0.2); }
        .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
          color: #212121;
          font-size: 12px;
          display: block;
          margin-top: 5px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon:before {
            content: '';
            padding-left: 16px;
            width: 100%;
            background-image: url(/assets/images/calendar.svg);
            background-repeat: no-repeat;
            background-position: left 2px;
            background-size: 12px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
            display: none; }
        .intro-wrapper .latest-updates-section .info_section_links li a {
          color: inherit; }
          .intro-wrapper .latest-updates-section .info_section_links li a:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 10px;
            margin-left: 10px;
            background: url("/assets/images/blue-arrow.svg") no-repeat 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; }
        .intro-wrapper .latest-updates-section .info_section_links li:hover a {
          font-weight: 600; }
          .intro-wrapper .latest-updates-section .info_section_links li:hover a:after {
            width: 11px; }
        .intro-wrapper .latest-updates-section .info_section_links li:last-child {
          padding-bottom: 10px;
          border: none; }
  @media (max-width: 767px) {
    .intro-wrapper {
      padding: 60px 0;
      display: block; }
      .intro-wrapper .latest-updates-section {
        padding: 0 10px;
        margin: 0 auto;
        min-width: 300px;
        margin-top: 35px; }
        .intro-wrapper .latest-updates-section .info_section_links {
          padding: 5px 10px 0; }
          .intro-wrapper .latest-updates-section .info_section_links li {
            display: flex;
            align-items: center; }
            .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
              min-width: 100px;
              margin-top: 0; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
                display: block !important; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.show-desktop {
                display: none !important; } }

.intro-wrapper.intro-part {
  padding-right: 0; }

.introContentBox {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .introContentBox .detail_section {
    width: 72%; }
  .introContentBox .rightBox {
    width: 27%; }
  .introContentBox .right_content {
    margin: 100px 0 0;
    border: 4px solid #FFBE00;
    border-right: 0; }
    .introContentBox .right_content ul {
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative; }
      .introContentBox .right_content ul:before {
        content: "";
        width: 255px;
        height: 1px;
        border: 1px solid rgba(33, 33, 33, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .introContentBox .right_content ul:after {
        content: "";
        width: 1px;
        height: 254px;
        border: 1px solid rgba(33, 33, 33, 0.3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .introContentBox .right_content ul li {
        padding: 40px 20px;
        width: 50%;
        text-align: center; }
        .introContentBox .right_content ul li span {
          font-weight: 700;
          font-size: 34px;
          margin: 0 0 15px;
          display: block; }
        .introContentBox .right_content ul li p {
          font-size: 18px;
          color: #000; }
    .introContentBox .right_content.verticalview ul li {
      -webkit-flex-flow: column;
      -moz-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      padding: 16px !important;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .introContentBox .right_content.verticalview ul li > span {
        margin: 0px !important; }
      .introContentBox .right_content.verticalview ul li span {
        position: relative;
        display: inline-block; }
        .introContentBox .right_content.verticalview ul li span span {
          display: inline-block; }
          .introContentBox .right_content.verticalview ul li span span::after {
            content: '*';
            font-size: 26px;
            position: absolute;
            top: 0;
            right: -10px; }
      .introContentBox .right_content.verticalview ul li p p {
        text-align: center !important;
        flex: none !important; }
    .introContentBox .right_content.verticalview .info-text {
      position: absolute;
      bottom: 0;
      left: 0; }
  @media (max-width: 767px) {
    .introContentBox .detail_section {
      width: 100%; }
    .introContentBox .rightBox {
      width: 100%;
      padding-left: 20px; }
    .introContentBox .right_content {
      width: 100%;
      margin: 60px 0 0; }
      .introContentBox .right_content ul li {
        padding: 30px 10px; }
        .introContentBox .right_content ul li p {
          font-size: calc(14px + var(--font-size-pixel)) !important; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.etg_objectives_section {
  background-color: #08102d;
  padding-top: 60px;
  overflow: hidden; }
  @media (max-width: 767px) {
    .etg_objectives_section {
      padding-top: 40px; } }
  .etg_objectives_section .obj_heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    z-index: 2; }
    .etg_objectives_section .obj_heading div {
      font-family: 'Playfair Display', serif;
      font-size: 36px;
      line-height: 0.83;
      letter-spacing: 1px;
      color: #ffffff;
      font-weight: 900;
      padding: 35px 65px;
      display: inline-block;
      background: url("/assets/images/objectives_heading_bg.svg") no-repeat center;
      background-size: cover; }
      @media (max-width: 767px) {
        .etg_objectives_section .obj_heading div {
          font-size: 28px;
          line-height: 1.07;
          padding: 20px;
          text-align: center;
          width: -moz-calc(100% - 40px);
          width: -webkit-calc(100% - 40px);
          width: calc(100% - 40px);
          margin: auto; } }

.etg_objectives_wrapper {
  position: relative;
  margin-top: 180px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .etg_objectives_wrapper {
      margin: 0; } }
  .etg_objectives_wrapper .etg_objectives_circle_group {
    position: relative;
    height: 1175px;
    z-index: 1; }
    @media (max-width: 767px) {
      .etg_objectives_wrapper .etg_objectives_circle_group {
        background: url("/assets/images/etg-oval.svg") no-repeat -425px -45px;
        background-size: 800px;
        height: 560px;
        width: 600px; } }
    .etg_objectives_wrapper .etg_objectives_circle_group [class^="obj-circle-"] {
      position: absolute; }
      @media (max-width: 767px) {
        .etg_objectives_wrapper .etg_objectives_circle_group [class^="obj-circle-"] {
          display: none; } }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-1 {
      background: url("/assets/images/obj-circle-1.svg") no-repeat center;
      background-size: contain;
      width: 414px;
      height: 414px;
      top: 219px;
      left: -99px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-2 {
      background: url("/assets/images/obj-circle-2.svg") no-repeat center;
      background-size: contain;
      width: 569px;
      height: 688px;
      top: 77px;
      left: -227px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-3 {
      background: url("/assets/images/obj-circle-3.svg") no-repeat center;
      background-size: contain;
      width: 941px;
      height: 941px;
      top: -43px;
      left: -365px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-4 {
      background: url("/assets/images/obj-circle-4.svg") no-repeat center;
      background-size: contain;
      width: 1081px;
      height: 1081px;
      top: -112px;
      left: -432px; }
    .etg_objectives_wrapper .etg_objectives_circle_group .obj-circle-5 {
      background: url("/assets/images/obj-circle-5.svg") no-repeat center;
      background-size: contain;
      width: 1344px;
      height: 1344px;
      top: -245px;
      left: -565px; }
  .etg_objectives_wrapper .etg_objectives_list {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 1175px;
    width: 100%; }
    @media (max-width: 767px) {
      .etg_objectives_wrapper .etg_objectives_list {
        height: 560px;
        width: 100%;
        top: 0; } }
    .etg_objectives_wrapper .etg_objectives_list li {
      padding-left: 60px;
      color: #ffffff;
      font-size: 20px;
      line-height: 1.25;
      position: absolute;
      max-width: 500px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .etg_objectives_wrapper .etg_objectives_list li span {
        position: absolute;
        top: 10px;
        left: 0;
        z-index: 2;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        background-color: #0029ff;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .etg_objectives_wrapper .etg_objectives_list li:hover {
        cursor: pointer;
        font-weight: 700; }
        .etg_objectives_wrapper .etg_objectives_list li:hover span {
          background-color: #FFBE00; }
          .etg_objectives_wrapper .etg_objectives_list li:hover span:before, .etg_objectives_wrapper .etg_objectives_list li:hover span:after {
            content: '';
            position: absolute;
            top: -8px;
            left: -8px;
            width: 40px;
            height: 40px;
            background: rgba(255, 190, 0, 0.5);
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            opacity: 0;
            transition: all 2s linear;
            -webkit-transition: all 2s linear;
            -moz-transition: all 2s linear;
            -ms-transition: all 2s linear;
            -o-transition: all 2s linear; }
          .etg_objectives_wrapper .etg_objectives_list li:hover span:before {
            -webkit-transform: Scale(1);
            -moz-transform: Scale(1);
            -ms-transform: Scale(1);
            -o-transform: Scale(1);
            transform: Scale(1);
            -webkit-animation: circlePulse 2s infinite linear;
            -moz-animation: circlePulse 2s infinite linear;
            -ms-animation: circlePulse 2s infinite linear;
            -o-animation: circlePulse 2s infinite linear;
            animation: circlePulse 2s infinite linear; }
          .etg_objectives_wrapper .etg_objectives_list li:hover span:after {
            -webkit-animation: circlePulse 2s 1s infinite linear;
            -moz-animation: circlePulse 2s 1s infinite linear;
            -ms-animation: circlePulse 2s 1s infinite linear;
            -o-animation: circlePulse 2s 1s infinite linear;
            animation: circlePulse 2s 1s infinite linear; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(1) {
        top: 225px;
        left: 200px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(2) {
        top: 590px;
        left: 178px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(3) {
        left: 727px;
        top: 630px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(4) {
        top: 770px;
        left: 388px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(5) {
        left: 525px;
        top: 85px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(6) {
        left: 740px;
        top: 225px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(7) {
        left: 635px;
        top: 400px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(8) {
        left: 200px;
        top: -50px; }
      .etg_objectives_wrapper .etg_objectives_list li:nth-child(9) {
        left: 250px;
        top: 1055px; }

.ETG_obj_itemWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  opacity: 0;
  visibility: hidden;
  transition: transform 1.5s ease-in;
  -webkit-transition: transform 1.5s ease-in;
  -moz-transition: transform 1.5s ease-in;
  -ms-transition: transform 1.5s ease-in;
  -o-transition: transform 1.5s ease-in; }
  .ETG_obj_itemWrap .ETG_obj_item {
    padding-left: 40px;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.83;
    position: absolute;
    max-width: 260px;
    font-weight: 600;
    transition: transform 1.5s ease-out;
    -webkit-transition: transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out;
    -ms-transition: transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out;
    transform-origin: left top;
    transform: rotate(180deg) translate(115px, -115px);
    -webkit-transform: rotate(180deg) translate(115px, -115px);
    -moz-transform: rotate(180deg) translate(115px, -115px);
    -ms-transform: rotate(180deg) translate(115px, -115px);
    -o-transform: rotate(180deg) translate(115px, -115px);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden !important; }
    .ETG_obj_itemWrap .ETG_obj_item span {
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 2;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: #0029ff;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .ETG_obj_itemWrap .ETG_obj_item:hover {
      cursor: pointer;
      font-weight: 700; }
      .ETG_obj_itemWrap .ETG_obj_item:hover span {
        background-color: #FFBE00; }
        .ETG_obj_itemWrap .ETG_obj_item:hover span:before, .ETG_obj_itemWrap .ETG_obj_item:hover span:after {
          content: '';
          position: absolute;
          top: -7px;
          left: -7px;
          width: 30px;
          height: 30px;
          background: rgba(255, 190, 0, 0.5);
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          opacity: 0;
          transition: all 2s linear;
          -webkit-transition: all 2s linear;
          -moz-transition: all 2s linear;
          -ms-transition: all 2s linear;
          -o-transition: all 2s linear; }
        .ETG_obj_itemWrap .ETG_obj_item:hover span:before {
          -webkit-transform: Scale(1);
          -moz-transform: Scale(1);
          -ms-transform: Scale(1);
          -o-transform: Scale(1);
          transform: Scale(1);
          -webkit-animation: circlePulse 2s infinite linear;
          -moz-animation: circlePulse 2s infinite linear;
          -ms-animation: circlePulse 2s infinite linear;
          -o-animation: circlePulse 2s infinite linear;
          animation: circlePulse 2s infinite linear; }
        .ETG_obj_itemWrap .ETG_obj_item:hover span:after {
          -webkit-animation: circlePulse 2s 1s infinite linear;
          -moz-animation: circlePulse 2s 1s infinite linear;
          -ms-animation: circlePulse 2s 1s infinite linear;
          -o-animation: circlePulse 2s 1s infinite linear;
          animation: circlePulse 2s 1s infinite linear; }
    .ETG_obj_itemWrap .ETG_obj_item:nth-child(1) {
      left: 50px;
      top: 72px; }
    .ETG_obj_itemWrap .ETG_obj_item:nth-child(2) {
      top: 268px;
      left: 110px; }
    .ETG_obj_itemWrap .ETG_obj_item:nth-child(3) {
      top: 405px;
      left: 70px; }
  .ETG_obj_itemWrap.active, .ETG_obj_itemWrap.lastActive {
    opacity: 1;
    visibility: visible; }
    .ETG_obj_itemWrap.active .ETG_obj_item, .ETG_obj_itemWrap.lastActive .ETG_obj_item {
      opacity: 1; }
  .ETG_obj_itemWrap.active .ETG_obj_item {
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -webkit-animation: fadeIn 1.5s linear both;
    -moz-animation: fadeIn 1.5s linear both;
    -ms-animation: fadeIn 1.5s linear both;
    -o-animation: fadeIn 1.5s linear both;
    animation: fadeIn 1.5s linear both; }
  .ETG_obj_itemWrap.lastActive .ETG_obj_item {
    transform: rotate(-180deg) translate(250px, -350px);
    -webkit-transform: rotate(-180deg) translate(250px, -350px);
    -moz-transform: rotate(-180deg) translate(250px, -350px);
    -ms-transform: rotate(-180deg) translate(250px, -350px);
    -o-transform: rotate(-180deg) translate(250px, -350px);
    -webkit-animation: fadeOut 1.5s linear both;
    -moz-animation: fadeOut 1.5s linear both;
    -ms-animation: fadeOut 1.5s linear both;
    -o-animation: fadeOut 1.5s linear both;
    animation: fadeOut 1.5s linear both; }

.p-up-scroll .ETG_obj_itemWrap {
  transition: transform 1.5s ease-out;
  -webkit-transition: transform 1.5s ease-out;
  -moz-transition: transform 1.5s ease-out;
  -ms-transition: transform 1.5s ease-out;
  -o-transition: transform 1.5s ease-out; }
  .p-up-scroll .ETG_obj_itemWrap .ETG_obj_item {
    transition: transform 1.5s ease-out;
    -webkit-transition: transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out;
    -ms-transition: transform 1.5s ease-out;
    -o-transition: transform 1.5s ease-out;
    transform: rotate(-180deg) translate(250px, -350px);
    -webkit-transform: rotate(-180deg) translate(250px, -350px);
    -moz-transform: rotate(-180deg) translate(250px, -350px);
    -ms-transform: rotate(-180deg) translate(250px, -350px);
    -o-transform: rotate(-180deg) translate(250px, -350px); }
  .p-up-scroll .ETG_obj_itemWrap.active .ETG_obj_item {
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0); }
  .p-up-scroll .ETG_obj_itemWrap.lastActive .ETG_obj_item {
    transform: rotate(180deg) translate(115px, -115px);
    -webkit-transform: rotate(180deg) translate(115px, -115px);
    -moz-transform: rotate(180deg) translate(115px, -115px);
    -ms-transform: rotate(180deg) translate(115px, -115px);
    -o-transform: rotate(180deg) translate(115px, -115px); }

@-webkit-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-moz-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-ms-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-o-keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@keyframes circlePulse {
  0% {
    transform: scale(0.4);
    opacity: 0; }
  33% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.50; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

@media (max-width: 767px) {
  .touch-surface {
    pointer-events: none; } }

@media (max-width: 767px) {
  .fixed-surface {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    pointer-events: all; } }

@media (max-width: 767px) {
  .bodyHidden {
    overflow: hidden; } }

.objectiveArea {
  padding: 0 0 260px; }
  .objectiveArea .itemBox {
    margin: 40px 0 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .objectiveArea .itemBox .contentBox {
      width: 100;
      margin: 0 auto;
      max-width: 900px; }
      .objectiveArea .itemBox .contentBox ul li {
        padding: 0px 15px;
        margin: 0 0 20px;
        font-size: 16px;
        color: #000;
        background: #fff;
        display: flex;
        align-items: flex-start;
        border-radius: 10px; }
        .objectiveArea .itemBox .contentBox ul li p {
          padding: 10px 0; }
        .objectiveArea .itemBox .contentBox ul li span {
          margin-right: 15px;
          width: 60px;
          height: 60px;
          background: #47a5db;
          display: inline-block;
          border-radius: 100%;
          display: none; }

@media (max-width: 767px) {
  .objectiveArea {
    padding: 0 0 160px; }
    .objectiveArea .itemBox .contentBox {
      width: 100%;
      margin-left: 0; }
      .objectiveArea .itemBox .contentBox ul li {
        padding: 0 15px;
        margin: 50px 0 20px;
        border-radius: 10px;
        flex-wrap: wrap;
        text-align: center; }
        .objectiveArea .itemBox .contentBox ul li div {
          margin: -30px auto 0; }
        .objectiveArea .itemBox .contentBox ul li span {
          margin-right: 0; }
        .objectiveArea .itemBox .contentBox ul li p {
          width: 100%; } }

@media (max-width: 575px) {
  .objectiveArea .itemBox .contentBox ul li {
    align-items: center; }
    .objectiveArea .itemBox .contentBox ul li p {
      line-height: 1.4 !important;
      font-size: 14px !important; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.showmore-content {
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s; }

.show-btns {
  color: #08102d;
  cursor: pointer;
  font-weight: 700;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 10px; }

.toggleIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("/assets/images/drop-down.svg") no-repeat center;
  background-size: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }
  .toggleIcon.less {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.etg_pillars_section {
  margin-top: 60px;
  padding: 0px 0 100px 0;
  background-color: #eeeeee;
  position: relative;
  pointer-events: all; }
  @media (max-width: 767px) {
    .etg_pillars_section {
      padding-bottom: 60px;
      padding-top: 25px;
      margin-top: 0; } }
  @media (max-width: 479px) {
    .etg_pillars_section {
      padding-top: 25px; } }
  .etg_pillars_section:before {
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 350px;
    background-color: #eeeeee;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    transform: skewY(-10deg); }
    @media (max-width: 767px) {
      .etg_pillars_section:before {
        top: -50px; } }
  @media (max-width: 767px) {
    .etg_pillars_section .tab_section .tab_header {
      overflow: auto;
      padding-left: 20px;
      width: -moz-calc(100% + 40px);
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px);
      margin: 0 -20px;
      margin-top: -20px;
      padding: 0 20px; } }
  .etg_pillars_section .tab_section .tab_header ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    @media (max-width: 767px) {
      .etg_pillars_section .tab_section .tab_header ul {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start;
        padding-top: 20px; } }
    .etg_pillars_section .tab_section .tab_header ul li {
      cursor: pointer;
      margin: 0 20px;
      position: relative;
      z-index: 2;
      width: 260px;
      height: 100px; }
      @media (max-width: 767px) {
        .etg_pillars_section .tab_section .tab_header ul li {
          min-width: 180px;
          max-width: 180px;
          width: 100%;
          height: 100px;
          margin-right: 0; } }
      .etg_pillars_section .tab_section .tab_header ul li .tab_header_card {
        width: 100%;
        position: relative;
        height: 100px;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s; }
        @media (max-width: 767px) {
          .etg_pillars_section .tab_section .tab_header ul li .tab_header_card {
            height: 100px;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); } }
        .etg_pillars_section .tab_section .tab_header ul li .tab_header_card figure {
          height: 100%; }
          .etg_pillars_section .tab_section .tab_header ul li .tab_header_card figure img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            max-width: 100%; }
        .etg_pillars_section .tab_section .tab_header ul li .tab_header_card .tab_card_title {
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          height: 100px;
          background-color: rgba(0, 0, 0, 0.6);
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          color: #ffffff;
          font-family: 'Playfair Display', serif;
          font-size: 22px;
          padding: 15px 20px;
          text-align: center;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s; }
          @media (max-width: 767px) {
            .etg_pillars_section .tab_section .tab_header ul li .tab_header_card .tab_card_title {
              font-size: 16px;
              padding: 20px;
              height: 100px; } }
      .etg_pillars_section .tab_section .tab_header ul li.active .tab_header_card {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        height: 100%; }
        .etg_pillars_section .tab_section .tab_header ul li.active .tab_header_card .tab_card_title {
          background-color: rgba(0, 0, 0, 0.7);
          height: 100%;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          border-bottom: 8px solid #f2bd12; }
          @media (max-width: 767px) {
            .etg_pillars_section .tab_section .tab_header ul li.active .tab_header_card .tab_card_title {
              border-width: 4px;
              font-size: 20px; } }
  .etg_pillars_section .tab_section .tab_body {
    margin-top: -60px;
    background-color: #ffffff;
    border: 8px solid #f2bd12;
    padding: 80px 50px 60px 50px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .etg_pillars_section .tab_section .tab_body {
        border-width: 4px;
        padding: 20px;
        padding-top: 85px;
        margin-top: -45px; } }
    .etg_pillars_section .tab_section .tab_body .tab_body_img {
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 1;
      max-width: 513px; }
      @media (max-width: 767px) {
        .etg_pillars_section .tab_section .tab_body .tab_body_img {
          max-width: 185px; } }
    .etg_pillars_section .tab_section .tab_body .tab_body_info {
      position: relative;
      z-index: 1; }
      .etg_pillars_section .tab_section .tab_body .tab_body_info p {
        font-family: 'Playfair Display', serif;
        font-size: calc(24px + var(--font-size-pixel));
        margin-bottom: 25px; }
        @media (max-width: 767px) {
          .etg_pillars_section .tab_section .tab_body .tab_body_info p {
            font-size: 20px !important;
            margin-bottom: 20px; } }
        .etg_pillars_section .tab_section .tab_body .tab_body_info p strong {
          font-family: inherit; }
      .etg_pillars_section .tab_section .tab_body .tab_body_info ul li {
        position: relative;
        padding-left: 45px;
        font-size: 16px;
        line-height: 1.3;
        background: url("/assets/images/dot.svg") no-repeat left 5px;
        background-size: 12px;
        margin-top: 12px; }
        @media (max-width: 767px) {
          .etg_pillars_section .tab_section .tab_body .tab_body_info ul li {
            font-size: 16px;
            padding-left: 40px; } }
        .etg_pillars_section .tab_section .tab_body .tab_body_info ul li:first-child {
          margin-top: 0; }
  .etg_pillars_section .initiative-layer {
    position: absolute;
    bottom: -90px;
    left: -28px;
    z-index: 0;
    width: 164px;
    height: 231px; }
    @media (max-width: 767px) {
      .etg_pillars_section .initiative-layer {
        width: 142px;
        height: 116px;
        bottom: 32px;
        left: -50px; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.intro-wrapper.no-intro {
  padding-right: 0 !important; }
  .intro-wrapper.no-intro .latest-updates-section {
    margin: 0 auto;
    margin-top: 0 !important; }

.intro-wrapper {
  display: flex;
  padding: 100px 100px 100px 0; }
  .intro-wrapper .introduction_section {
    padding: 0; }
    .intro-wrapper .introduction_section .detail_section {
      padding: 40px 40px 0px 100px; }
      .intro-wrapper .introduction_section .detail_section .title2 {
        margin-left: 80px; }
    @media (max-width: 991px) {
      .intro-wrapper .introduction_section .detail_section {
        padding: 40px 40px 0; } }
  .intro-wrapper .latest-updates-section {
    margin-top: 75px;
    max-width: 513px;
    min-width: 500px; }
    .intro-wrapper .latest-updates-section .updates-heading {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center; }
    .intro-wrapper .latest-updates-section h4 {
      background-color: #d5d5d5;
      font-size: 20px;
      padding: 15px 0 15px 20px;
      margin-bottom: 0;
      font-weight: 900; }
      .intro-wrapper .latest-updates-section h4:before {
        content: '';
        background-image: url(/assets/images/announcements-yellow.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 24px;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle;
        filter: brightness(15%); }
    .intro-wrapper .latest-updates-section .info_section_links {
      padding: 5px 20px 0;
      max-height: 300px;
      overflow: auto;
      background-color: #f6f6f6;
      /* Handle */ }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar {
        width: 5px; }
      .intro-wrapper .latest-updates-section .info_section_links::-webkit-scrollbar-thumb {
        background: rgba(33, 33, 33, 0.5); }
      .intro-wrapper .latest-updates-section .info_section_links li {
        color: #4454a5;
        font-size: 14px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(33, 33, 33, 0.2); }
        .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
          color: #212121;
          font-size: 12px;
          display: block;
          margin-top: 5px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon:before {
            content: '';
            padding-left: 16px;
            width: 100%;
            background-image: url(/assets/images/calendar.svg);
            background-repeat: no-repeat;
            background-position: left 2px;
            background-size: 12px; }
          .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
            display: none; }
        .intro-wrapper .latest-updates-section .info_section_links li a {
          color: inherit; }
          .intro-wrapper .latest-updates-section .info_section_links li a:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 10px;
            margin-left: 10px;
            background: url("/assets/images/blue-arrow.svg") no-repeat 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; }
        .intro-wrapper .latest-updates-section .info_section_links li:hover a {
          font-weight: 600; }
          .intro-wrapper .latest-updates-section .info_section_links li:hover a:after {
            width: 11px; }
        .intro-wrapper .latest-updates-section .info_section_links li:last-child {
          padding-bottom: 10px;
          border: none; }
  @media (max-width: 991px) {
    .intro-wrapper {
      padding: 60px 0;
      display: block; }
      .intro-wrapper .latest-updates-section {
        padding: 0 10px;
        margin: 0 auto;
        min-width: 300px;
        margin-top: 35px; }
        .intro-wrapper .latest-updates-section .info_section_links {
          padding: 5px 10px 0; }
          .intro-wrapper .latest-updates-section .info_section_links li {
            display: flex;
            align-items: center; }
            .intro-wrapper .latest-updates-section .info_section_links li .date-icon {
              min-width: 100px;
              margin-top: 0; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.sm-mobile {
                display: block !important; }
              .intro-wrapper .latest-updates-section .info_section_links li .date-icon.show-desktop {
                display: none !important; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.members_info .image_container {
  height: 50%; }
  .members_info .image_container figure {
    width: 100%;
    height: 100% !important; }
    .members_info .image_container figure img {
      width: 100%;
      height: 100%;
      max-height: none !important; }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.chairperson-block {
  text-align: center;
  margin-top: 60px; }
  @media (max-width: 767px) {
    .chairperson-block {
      margin-top: 30px; } }
  .chairperson-block .psa_members_info {
    max-width: 370px;
    text-align: center;
    position: relative;
    outline: none;
    margin: 0 auto;
    display: inline-block;
    padding-top: 110px; }
    .chairperson-block .psa_members_info .image_container {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 50%;
      z-index: 1;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      width: 100%; }
      .chairperson-block .psa_members_info .image_container .team_card_img {
        margin: 0 auto; }
    .chairperson-block .psa_members_info .psa_info_block {
      background-color: #eeeeee;
      min-height: 215px;
      padding: 50px 30px;
      padding-top: 110px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .chairperson-block .psa_members_info .psa_info_block {
          padding-bottom: 20px;
          padding-top: 90px;
          margin-bottom: 20px; } }
      .chairperson-block .psa_members_info .psa_info_block h4 {
        font-weight: bold;
        margin-bottom: 6px;
        color: #212121;
        font-size: 20px; }
      .chairperson-block .psa_members_info .psa_info_block p {
        font-size: calc(16px + var(--font-size-pixel)) !important;
        text-align: center !important; }
      .chairperson-block .psa_members_info .psa_info_block .member-link:hover {
        text-decoration: underline;
        color: #000000; }
      .chairperson-block .psa_members_info .psa_info_block .btn {
        cursor: pointer; }
    .chairperson-block .psa_members_info.chairpersonBlock {
      padding: 0; }
      .chairperson-block .psa_members_info.chairpersonBlock .psa_info_block {
        padding: 50px 30px;
        min-height: auto; }
        @media (max-width: 767px) {
          .chairperson-block .psa_members_info.chairpersonBlock .psa_info_block {
            padding: 20px;
            margin-top: -20px;
            margin-bottom: 40px; } }
        @media (max-width: 767px) {
          .chairperson-block .psa_members_info.chairpersonBlock .psa_info_block h4 {
            margin-bottom: 40px; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.newsCardMobSlider {
  width: -moz-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .newsCardMobSlider {
      width: -moz-calc(100% + 40px);
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px);
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .newsCardMobSlider .slick-list {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .newsCardMobSlider .slick-track {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .newsCardMobSlider .newsCardSlide {
    outline: none;
    margin-right: 20px;
    width: 215px !important; }
  .newsCardMobSlider .newsCardBlock {
    background-color: #ffffff;
    padding: 4px; }
    .newsCardMobSlider .newsCardBlock figure {
      height: 92px;
      width: 100%; }
      .newsCardMobSlider .newsCardBlock figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-width: 100%; }
    .newsCardMobSlider .newsCardBlock .newsCardInfo {
      padding: 20px;
      min-height: 223px; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .article_title {
        font-size: 16px;
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
        font-weight: 700;
        font-family: 'Playfair Display', serif;
        margin: 10px 0;
        color: #212121; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .subtitle {
        padding-bottom: 15px;
        padding-top: 8px; }
        @media (max-width: 767px) {
          .newsCardMobSlider .newsCardBlock .newsCardInfo .subtitle {
            display: none; } }
        .newsCardMobSlider .newsCardBlock .newsCardInfo .subtitle p {
          font-size: calc(14px + var(--font-size-pixel)) !important; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .publisher {
        font-size: 12px;
        line-height: normal;
        color: rgba(33, 33, 33, 0.5);
        font-weight: 300;
        margin-bottom: 10px; }
        .newsCardMobSlider .newsCardBlock .newsCardInfo .publisher strong {
          font-size: 12px;
          font-weight: 500; }
      .newsCardMobSlider .newsCardBlock .newsCardInfo .details {
        font-size: 12px;
        line-height: 1.2;
        opacity: 0.5;
        font-weight: 500;
        margin-bottom: 10px; }
        .newsCardMobSlider .newsCardBlock .newsCardInfo .details span {
          position: relative;
          padding-left: 15px;
          margin-right: 10px; }
          .newsCardMobSlider .newsCardBlock .newsCardInfo .details span.calendar {
            background: url("/assets/images/calendar.svg") no-repeat left center;
            background-size: 12px; }
          .newsCardMobSlider .newsCardBlock .newsCardInfo .details span.clock {
            background: url("/assets/images/clock.svg") no-repeat left center;
            background-size: 12px; }
  .newsCardMobSlider .customSliderBtn {
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767px) {
    .newsCardMobSlider.PSA-article .slick-list {
      padding-left: 5px; } }
  .newsCardMobSlider.PSA-article .newsCardSlide {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .newsCardMobSlider.PSA-article .newsCardSlide {
        width: 310px !important; } }
  .newsCardMobSlider.PSA-article .newsCardBlock {
    padding: 0;
    position: relative; }
    .newsCardMobSlider.PSA-article .newsCardBlock figure {
      height: 460px;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .newsCardMobSlider.PSA-article .newsCardBlock figure {
          margin-bottom: 40px;
          height: 300px; } }
      .newsCardMobSlider.PSA-article .newsCardBlock figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-width: 100%; }
    .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo {
      position: absolute;
      bottom: -20px;
      left: 50%;
      z-index: 1;
      width: -moz-calc(100% - 40px);
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background-color: #ffffff;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
      padding: 40px;
      min-height: 275px; }
      @media (max-width: 767px) {
        .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo {
          padding: 20px;
          min-height: 200px; } }
      .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 100px;
        height: 8px;
        background-color: #FFBE00; }
      .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .article_title {
        font-size: 24px;
        line-height: 1.42;
        max-height: initial;
        height: 102px;
        margin-top: 0;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .article_title {
            margin-bottom: 15px;
            font-size: 20px;
            line-height: 1.2;
            height: 72px; } }
      .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher {
        font-size: 16px; }
        @media (max-width: 767px) {
          .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher {
            font-size: 12px; } }
        .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher strong {
          font-size: 16px; }
          @media (max-width: 767px) {
            .newsCardMobSlider.PSA-article .newsCardBlock .newsCardInfo .publisher strong {
              font-size: 12px; } }
  .newsCardMobSlider.PSA-article .readmore {
    color: #4454a4; }
    .newsCardMobSlider.PSA-article .readmore:after {
      background: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.featured_articles {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: -1px;
  background: url("/assets/images/featured-articles-bg.jpg") no-repeat;
  background-size: cover; }
  .featured_articles .customSliderBtn {
    margin: 0 auto;
    margin-top: 40px; }
  .featured_articles .bottom-shape {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-bottom: 150px solid #f2bd12;
    border-right: 1920px solid transparent; }
    @media (max-width: 767px) {
      .featured_articles .bottom-shape {
        display: none; } }
  .featured_articles.hide-bottom-shape .bottom-shape {
    display: none; }
  .featured_articles .featured_video {
    width: 100%;
    height: calc(100% + 150px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: url("/assets/images/featured-articles-bg.jpg") no-repeat;
    background-size: cover;
    transition: all 1.2s cubic-bezier(0.2, 0.84, 0.5, 1);
    margin-top: -150px; }

.sliderMobile {
  width: 100%;
  display: none; }
  @media (max-width: 767px) {
    .sliderMobile {
      display: block; } }

.featured_articles_wrapper {
  position: relative;
  z-index: 2;
  padding: 100px 0; }
  .featured_articles_wrapper.home-news {
    padding: 140px 0;
    padding-bottom: 180px; }
  @media (max-width: 767px) {
    .featured_articles_wrapper {
      padding: 60px 0; } }
  .featured_articles_wrapper .content_container {
    margin-bottom: 140px; }
    @media (max-width: 767px) {
      .featured_articles_wrapper .content_container {
        padding: 0;
        margin: 0; } }
  @media (max-width: 767px) {
    .featured_articles_wrapper {
      padding: 30px 0; } }
  .featured_articles_wrapper .title {
    color: #ffffff; }
    @media (max-width: 479px) {
      .featured_articles_wrapper .title {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto; } }
  .featured_articles_wrapper .content_container {
    position: relative;
    padding-top: 45px; }
    @media (max-width: 767px) {
      .featured_articles_wrapper .content_container {
        padding: 0; } }
    .featured_articles_wrapper .content_container .content_section {
      display: flex !important;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .featured_articles_wrapper .content_container .content_section {
          overflow: auto;
          margin: 0 -20px;
          width: -webkit-calc(100% + 20px) !important;
          width: -moz-calc(100% + 20px) !important;
          width: calc(100% + 20px) !important;
          padding: 0 20px;
          outline: none; } }
      .featured_articles_wrapper .content_container .content_section .info_container {
        padding: 4px; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .info_container {
            min-width: 215px;
            max-width: 215px; } }
        .featured_articles_wrapper .content_container .content_section .info_container .info-wrap {
          background-color: #ffffff; }
          .featured_articles_wrapper .content_container .content_section .info_container .info-wrap figure {
            width: 100%;
            height: 370px; }
            @media (max-width: 767px) {
              .featured_articles_wrapper .content_container .content_section .info_container .info-wrap figure {
                height: 92px !important;
                max-width: 100% !important;
                min-width: 100% !important; } }
            .featured_articles_wrapper .content_container .content_section .info_container .info-wrap figure img {
              object-fit: cover;
              width: 100%;
              height: 100%;
              max-width: 100%; }
      .featured_articles_wrapper .content_container .content_section .information {
        padding: 40px 36px; }
        @media (max-width: 991px) {
          .featured_articles_wrapper .content_container .content_section .information {
            padding: 20px; } }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .information {
            padding: 20px !important;
            min-height: 222px; } }
        .featured_articles_wrapper .content_container .content_section .information .article_title {
          font-weight: 700;
          color: #000000;
          font-size: 24px;
          line-height: 1.25;
          font-family: "Playfair Display", serif;
          margin: 10px 0;
          max-height: 90px;
          overflow: hidden; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .article_title {
              font-size: 16px !important;
              line-height: 24px;
              max-height: 72px !important; } }
        .featured_articles_wrapper .content_container .content_section .information .subtitle {
          padding-bottom: 15px;
          padding-top: 8px; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .subtitle {
              display: none; } }
        .featured_articles_wrapper .content_container .content_section .information .publisher {
          font-size: 16px;
          line-height: 1.2;
          color: #000000;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .publisher {
              font-size: 12px;
              padding-bottom: 10px; } }
          .featured_articles_wrapper .content_container .content_section .information .publisher strong {
            font-weight: 500; }
        .featured_articles_wrapper .content_container .content_section .information .details {
          font-size: 12px;
          line-height: 1.2;
          color: #000000;
          font-weight: 500;
          margin-bottom: 15px; }
          @media (max-width: 767px) {
            .featured_articles_wrapper .content_container .content_section .information .details {
              margin-bottom: 10px; } }
          .featured_articles_wrapper .content_container .content_section .information .details span {
            position: relative;
            padding-left: 15px;
            margin-right: 15px; }
            .featured_articles_wrapper .content_container .content_section .information .details span.calendar {
              background: url("/assets/images/calendar.svg") no-repeat left center;
              background-size: 12px; }
            .featured_articles_wrapper .content_container .content_section .information .details span.clock {
              background: url("/assets/images/clock.svg") no-repeat left center;
              background-size: 12px; }
      .featured_articles_wrapper .content_container .content_section .left_section {
        padding-right: 20px;
        width: 60%; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .left_section {
            width: auto;
            padding: 0;
            margin-right: 20px; } }
        .featured_articles_wrapper .content_container .content_section .left_section.single-card {
          margin: 0 auto; }
      .featured_articles_wrapper .content_container .content_section .right_section {
        width: 40%; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .right_section {
            width: auto;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; } }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .info-wrap {
          margin-bottom: 20px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .content_section .right_section .info_container {
            display: block;
            margin: 0;
            margin-right: 20px; } }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container figure {
          min-width: 218px;
          max-width: 218px;
          height: 252px; }
          @media (max-width: 991px) {
            .featured_articles_wrapper .content_container .content_section .right_section .info_container figure {
              height: 220px; } }
          .featured_articles_wrapper .content_container .content_section .right_section .info_container figure img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            max-width: 100%; }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .information {
          padding: 34px; }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .article_title {
          font-size: 16px;
          max-width: 100%;
          max-height: 62px;
          overflow: hidden; }
        .featured_articles_wrapper .content_container .content_section .right_section .info_container .subtitle p {
          font-size: calc(14px + var(--font-size-pixel)); }
    .featured_articles_wrapper .content_container .blog_submit {
      padding: 35px;
      background-color: #EF6D41;
      position: absolute;
      bottom: -105px;
      left: 58%;
      z-index: 2;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      max-width: 273px; }
      @media (max-width: 767px) {
        .featured_articles_wrapper .content_container .blog_submit {
          position: static !important;
          transform: none;
          margin: 20px auto;
          margin-bottom: 0;
          text-align: center;
          padding: 20px; } }
      @media (max-width: 479px) {
        .featured_articles_wrapper .content_container .blog_submit {
          max-width: 100%;
          padding: 20px 15%; } }
      .featured_articles_wrapper .content_container .blog_submit h5 {
        color: #ffffff; }
      .featured_articles_wrapper .content_container .blog_submit .btn {
        width: 100%; }
        @media (max-width: 767px) {
          .featured_articles_wrapper .content_container .blog_submit .btn {
            width: auto; } }
  .featured_articles_wrapper.articles-homepage .content_container .left_section {
    width: 55%;
    padding-right: 10px; }
    @media (max-width: 991px) {
      .featured_articles_wrapper.articles-homepage .content_container .left_section {
        width: 45%; } }
    .featured_articles_wrapper.articles-homepage .content_container .left_section .info-wrap figure {
      height: 360px;
      padding: 4px; }
      .featured_articles_wrapper.articles-homepage .content_container .left_section .info-wrap figure img {
        object-fit: unset; }
  .featured_articles_wrapper.articles-homepage .content_container .right_section {
    width: 45%;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .featured_articles_wrapper.articles-homepage .content_container .right_section {
        width: 85%; } }
    .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container {
      flex-flow: column;
      width: 50%;
      margin: -5px -5px;
      min-height: 350px; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container .info-wrap {
        display: block;
        margin: 5px 10px;
        height: 100%; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container figure {
        height: 130px;
        padding: 4px;
        max-width: 100%; }
        .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container figure img {
          object-fit: unset; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container .information {
        padding: 20px; }
      .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container:nth-child(3), .featured_articles_wrapper.articles-homepage .content_container .right_section .info_container:nth-child(4) {
        margin-top: 12px; }
  .featured_articles_wrapper.articles-homepage .blog_submit {
    position: absolute;
    bottom: 5px;
    left: 40%;
    z-index: 2; }
    @media (max-width: 991px) {
      .featured_articles_wrapper.articles-homepage .blog_submit {
        position: absolute;
        bottom: -8%;
        left: 19%;
        z-index: 2; } }
  .featured_articles_wrapper.articles-homepage .content_container {
    justify-content: center; }
  .featured_articles_wrapper .newsCardSlide {
    width: 100% !important;
    height: 457px; }
  .featured_articles_wrapper .slick-arrow {
    background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
    background-color: transparent;
    transform: rotate(0);
    width: 30px;
    height: 60px;
    top: 50%; }
    .featured_articles_wrapper .slick-arrow::before {
      content: unset; }
  .featured_articles_wrapper .slick-prev {
    left: -20px; }
  .featured_articles_wrapper .slick-next {
    right: -20px;
    transform: rotate(180deg); }
    .featured_articles_wrapper .slick-next:focus {
      background-image: url("/assets/images/yellow_arrow_mob.svg"); }

.marginTM60 {
  margin-top: -60px !important; }

.featured_articles_wrap_new {
  margin-bottom: 50px; }
  .featured_articles_wrap_new * {
    font-family: "Lato", sans-serif; }
  .featured_articles_wrap_new:has(.home-news) {
    margin-bottom: 15px; }
  .featured_articles_wrap_new .featured_articles_wrapper {
    padding-top: 0;
    padding-bottom: 0; }
    .featured_articles_wrap_new .featured_articles_wrapper:not(.home-news) {
      padding-bottom: 0;
      padding-top: 0; }
    .featured_articles_wrap_new .featured_articles_wrapper .flexbox {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 30px;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new .featured_articles_wrapper {
        padding-bottom: 40px;
        padding-top: 0; } }
    @media (max-width: 767px) {
      .featured_articles_wrap_new .featured_articles_wrapper {
        padding-bottom: 0; } }
    .featured_articles_wrap_new .featured_articles_wrapper .container {
      padding: 0 100px;
      max-width: 100%; }
      @media (max-width: 1365px) {
        .featured_articles_wrap_new .featured_articles_wrapper .container {
          padding: 0 90px;
          max-width: 100%;
          width: 100%; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .container {
          padding: 0 20px; } }
      @media (max-width: 479px) {
        .featured_articles_wrap_new .featured_articles_wrapper .container {
          padding: 0 20px; } }
    .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3 {
      font-family: "Montserrat", sans-serif;
      position: relative;
      font-weight: 700 !important;
      font-size: 28px;
      line-height: 1.2;
      display: inline-block;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3 {
          font-size: 20px;
          line-height: 1.2; } }
      .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::before {
        background-color: #FFBE00;
        height: 1px;
        content: "";
        position: absolute;
        top: 50%;
        left: -200px;
        width: 180px; }
        @media (max-width: 479px) {
          .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::before, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::before {
            position: absolute;
            top: 50%;
            left: -20px;
            width: 15px; } }
      .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::after {
        background-color: #FFBE00;
        height: 1px;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        left: 330px;
        position: absolute;
        width: 1500px; }
        @media (max-width: 1365px) {
          .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::after {
            width: 1200px;
            right: -50px; } }
        @media (max-width: 479px) {
          .featured_articles_wrap_new .featured_articles_wrapper h3.featured-articles-title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title2::after, .featured_articles_wrap_new .featured_articles_wrapper .featured-articles-title.title3::after {
            width: 240px;
            position: absolute;
            top: 50%;
            right: 0;
            left: 227px; } }
    .featured_articles_wrap_new .featured_articles_wrapper .content_container {
      flex-wrap: nowrap;
      width: 100%;
      margin-bottom: 0;
      padding-top: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 25px;
      padding-top: 0; }
      @media (max-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          gap: 25px; } }
      @media (max-width: 1500px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          gap: 15px; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          padding-top: 10px; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .content_container {
          width: auto;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
    .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
      flex-direction: row;
      width: 32.33%;
      flex: 0 0 32.33%;
      max-width: 100%;
      transition: all 0.3s; }
      @media (max-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
          width: 32%;
          flex: 0 0 32%; } }
      @media (max-width: 1500px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
          width: 32.33%;
          flex: 0 0 32.33%; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section {
          width: auto; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section .article_title::before {
          width: 100%; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-section:hover {
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
        transition: all 0.2s;
        cursor: pointer; }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-section:hover .article_title {
          transition: all 0.3s; }
          .featured_articles_wrap_new .featured_articles_wrapper .featured-section:hover .article_title::before {
            z-index: -1;
            width: 100%;
            transition: all 0.3s; }
    .featured_articles_wrap_new .featured_articles_wrapper .slick-arrow:focus, .featured_articles_wrap_new .featured_articles_wrapper .slick-arrow:hover {
      background-image: url("/assets/images/yellow_arrow_mob.svg"); }
    .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
      flex-direction: row;
      max-width: 100%;
      position: relative; }
      @media (min-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 550px; } }
      @media (max-width: 1800px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 550px; } }
      @media (max-width: 1500px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 535px; } }
      @media (max-width: 991px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          height: 400px;
          padding-bottom: 10px; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card {
          display: block;
          margin: 0;
          margin-right: 20px;
          padding: 0 20px;
          height: 400px;
          padding-bottom: 10px;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card:hover {
          transition: all 0.3s; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .info-wrap {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        height: 100%; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .info-wrap {
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15); } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure {
        min-width: 218px;
        max-width: 100%; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure {
            height: 180px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure {
            min-width: none; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
          object-fit: cover;
          width: 100%;
          height: 100%;
          max-width: 100%;
          height: 244px; }
          @media (max-width: 991px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
              height: 190px;
              max-height: 100%; } }
          @media (max-width: 767px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
              height: 224px; } }
          @media (max-width: 479px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card figure img {
              height: 220px; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info {
        padding: 16px 0;
        position: relative;
        height: 100%; }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore {
          color: #000000;
          padding-left: 20px;
          font-size: 16px;
          line-height: 1.2;
          text-transform: capitalize;
          position: absolute;
          bottom: 24px;
          left: 0; }
          @media (max-width: 991px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore {
              position: absolute;
              bottom: 20px;
              left: 0;
              font-size: 14px;
              line-height: 1.2; } }
          @media (max-width: 767px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore {
              font-size: 14px;
              line-height: 22px; } }
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore::after {
            width: 21px;
            background: url("/assets/images/linkwitharrow-black.svg") no-repeat left center;
            background-size: 21px; }
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore:hover {
            color: #FFBE00; }
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .featured-info .readmore:hover::after {
              background: url("/assets/images/linkwitharrow.svg") no-repeat left center;
              background-size: 21px; }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
        font-size: 20px;
        line-height: 32px;
        position: relative;
        padding: 0 20px 0 20px;
        transition: all 0.3s;
        font-weight: 700;
        height: 102px !important; }
        @media (max-width: 1800px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            padding: 5px 20px; } }
        @media (max-width: 1500px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            padding: 0 20px 0 20px; } }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            font-size: 16px;
            line-height: 22px;
            height: 78px;
            padding-top: 8px;
            padding-bottom: 8px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title {
            height: 68px;
            padding-top: 0; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title::before {
          height: 100%;
          width: 10px;
          content: "";
          background-color: #FFBE00;
          position: absolute;
          top: 0;
          left: 0;
          transition: ease 0.4s; }
          @media (max-width: 991px) {
            .featured_articles_wrap_new .featured_articles_wrapper .featured-card .article_title::before {
              width: 100%;
              z-index: -1; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date span {
        font-size: 14px;
        line-height: 1.2;
        font-family: "Lato", sans-serif; }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date span {
            font-size: 14px;
            line-height: 1.2; } }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .subtitle p {
        font-size: calc(14px + var(--font-size-pixel)); }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher {
        font-size: 18px;
        line-height: 1.2;
        color: #000000;
        margin-bottom: 30px;
        padding-left: 20px; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher {
            font-size: 14px;
            line-height: 1.2;
            margin-bottom: 12px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher {
            padding-bottom: 10px; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .publisher strong {
          font-weight: 500;
          color: #000000;
          font-family: "Lato", sans-serif; }
      .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date {
        font-size: 14px;
        line-height: 1.2;
        color: #9A9A9A;
        font-weight: 500;
        margin-bottom: 15px;
        padding-top: 15px; }
        @media (max-width: 991px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date {
            font-size: 12px;
            line-height: 1.2;
            padding-top: 8px;
            margin-bottom: 4px;
            padding-bottom: 8px; } }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date {
            margin-bottom: 10px; } }
        .featured_articles_wrap_new .featured_articles_wrapper .featured-card .date span {
          position: relative;
          padding-left: 20px;
          margin-right: 15px; }
    .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 30px;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs .featured-card {
        height: 450px; }
        @media (max-width: 767px) {
          .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs .featured-card {
            margin-bottom: 10px;
            height: 345px; } }
        .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs .featured-card figure img {
          object-position: right; }
      @media (max-width: 767px) {
        .featured_articles_wrap_new .featured_articles_wrapper.article-sdgs {
          display: block; } }
  .featured_articles_wrap_new.featured-articles-slider .featured-section {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-section {
        margin-bottom: 0; } }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-section:has(.NoImg--modifier) {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-section:has(.NoImg--modifier) {
        padding: 0 15px; } }
  .featured_articles_wrap_new.featured-articles-slider .slick-slide > div {
    margin: 0 10px; }
  .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier {
    height: auto;
    border: 1px solid #FFBE00; }
    .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier .featured-info {
      padding: 0; }
      .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier .featured-info .readmore {
        position: static;
        margin-bottom: 20px; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured-card.NoImg--modifier {
        padding: 0;
        height: 160px; } }
  @media (max-width: 991px) {
    .featured_articles_wrap_new.featured-articles-slider .featured-card .date {
      margin-bottom: 12px; } }
  .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow {
    background-color: transparent;
    background: url("/assets/images/yellow-icon-arrow-light.svg") no-repeat center;
    background-color: transparent;
    width: 45px;
    height: 55px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow {
        background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
        background-color: transparent; } }
    .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow::before {
      content: unset; }
    .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-arrow:hover {
      background-image: url("/assets/images/yellow-icon-arrow.svg"); }
  .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-next {
    background-color: transparent;
    transform: rotate(0deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -42px;
    bottom: 0;
    left: unset;
    z-index: 1; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-next {
        position: absolute;
        top: 50%;
        right: -32px;
        bottom: unset;
        left: unset;
        z-index: 1;
        transform: translateY(-50%) rotate(180deg); } }
  .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-prev {
    background-color: transparent;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: -42px;
    z-index: 1; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .slick-slider .slick-prev {
        position: absolute;
        top: 50%;
        bottom: unset;
        left: -32px;
        z-index: 1;
        transform: rotate(0deg) translateY(-50%); } }
  .featured_articles_wrap_new.featured-articles-slider .featured_articles_wrapper {
    padding-top: 0; }
    @media (max-width: 991px) {
      .featured_articles_wrap_new.featured-articles-slider .featured_articles_wrapper {
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .featured_articles_wrap_new.featured-articles-slider .featured_articles_wrapper {
        padding-top: 0; } }
  @media (max-width: 991px) {
    .featured_articles_wrap_new.featured-articles-slider {
      padding-top: 10px; } }
  @media (max-width: 767px) {
    .featured_articles_wrap_new.featured-articles-slider {
      padding-top: 0; } }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

#missionScrollSection::-webkit-scrollbar {
  display: none; }

.slick-slider {
  width: 100%; }

.mission-initiative-section {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .mission-initiative-section {
      margin-top: 30px;
      margin-bottom: 30px; } }

.mission-initiative-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 25px; }

.mission-initiative-image {
  width: 51%; }
  @media (max-width: 991px) {
    .mission-initiative-image {
      width: 51%; } }
  @media (max-width: 767px) {
    .mission-initiative-image {
      width: 100%; } }
  .mission-initiative-image figure img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 1px solid #FFBE00;
    background-color: #ffffff; }
    @media (max-width: 991px) {
      .mission-initiative-image figure img {
        width: 68px;
        height: 68px; } }
    @media (max-width: 767px) {
      .mission-initiative-image figure img {
        width: 65px;
        height: 65px; } }

.mission-initiative-wrap {
  overflow: auto;
  height: 530px;
  width: 100%; }
  @media (max-width: 991px) {
    .mission-initiative-wrap {
      height: 320px; } }
  @media (max-width: 767px) {
    .mission-initiative-wrap {
      height: auto;
      margin-top: 20px;
      padding: 0 10px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .mission-initiative-wrap .slick-slide > div {
      margin: 0 10px; } }
  @media (max-width: 767px) {
    .mission-initiative-wrap .slick-slide.slick-current .mission-tiles {
      background-color: #FFBE00; } }
  .mission-initiative-wrap.etg {
    height: auto !important; }
    @media (max-width: 991px) {
      .mission-initiative-wrap.etg {
        height: 425px !important; } }
    .mission-initiative-wrap.etg .mission-tiles-wrap {
      margin-bottom: 0; }
      .mission-initiative-wrap.etg .mission-tiles-wrap:nth-child(3) {
        margin-bottom: 0; }
      @media (max-width: 991px) {
        .mission-initiative-wrap.etg .mission-tiles-wrap {
          height: 135px !important; } }
      @media (max-width: 991px) {
        .mission-initiative-wrap.etg .mission-tiles-wrap .mission-tiles {
          padding: 23px; } }
    @media (max-width: 767px) {
      .mission-initiative-wrap.etg .mission-tiles-text {
        font-size: 12px;
        line-height: 18px; } }

.mission-initiative-slides {
  flex: 1;
  position: relative; }
  .mission-initiative-slides .mission-tiles {
    width: 50%;
    align-items: center;
    border: 1px solid #FFBE00;
    padding: 30px; }
    @media (max-width: 767px) {
      .mission-initiative-slides .mission-tiles {
        padding: 20px;
        height: 105px; } }
    .mission-initiative-slides .mission-tiles-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      gap: 25px; }
      @media (max-width: 991px) {
        .mission-initiative-slides .mission-tiles-wrap {
          gap: 10px; } }
      .mission-initiative-slides .mission-tiles-wrap:has(.mission-tiles) {
        height: 160px;
        margin-bottom: 25px; }
        @media (max-width: 991px) {
          .mission-initiative-slides .mission-tiles-wrap:has(.mission-tiles) {
            height: 100px;
            margin-bottom: 10px; } }
      .mission-initiative-slides .mission-tiles-wrap:last-child {
        margin-bottom: 0; }
    .mission-initiative-slides .mission-tiles-text {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      font-size: 20px;
      line-height: 24px;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .mission-initiative-slides .mission-tiles-text {
          font-size: 14px;
          line-height: 22px; } }
      @media (max-width: 767px) {
        .mission-initiative-slides .mission-tiles-text {
          font-size: 16px;
          line-height: 22px; } }
    .mission-initiative-slides .mission-tiles:hover {
      cursor: pointer;
      background-color: rgba(255, 190, 0, 0.3); }
    .mission-initiative-slides .mission-tiles.active {
      background-color: #FFBE00; }
  .mission-initiative-slides .arrow-yellow, .mission-initiative-slides .slick-arrow {
    width: 45px;
    height: 55px;
    position: absolute;
    top: unset;
    right: -50px;
    bottom: 0;
    z-index: 1; }
    @media (max-width: 991px) {
      .mission-initiative-slides .arrow-yellow, .mission-initiative-slides .slick-arrow {
        width: 16px;
        height: 16px;
        background-size: 20px 20px;
        background: url("/assets/images/dropdown_arrow.svg") no-repeat center;
        background-color: transparent;
        background-size: contain; } }
    .mission-initiative-slides .arrow-yellow:before, .mission-initiative-slides .slick-arrow:before {
      content: unset; }
  .mission-initiative-slides .arrow-yellow-prev, .mission-initiative-slides .slick-prev {
    position: absolute;
    top: unset;
    right: -50px;
    bottom: 50px;
    z-index: 1;
    transform: rotate(-90deg); }
    @media (max-width: 991px) {
      .mission-initiative-slides .arrow-yellow-prev, .mission-initiative-slides .slick-prev {
        position: absolute;
        top: 50%;
        right: -20px;
        bottom: unset;
        left: unset;
        z-index: 1;
        background: url("/assets/images/dropdown_arrow.svg") no-repeat center;
        background-color: transparent;
        background-size: contain; } }
    @media (max-width: 767px) {
      .mission-initiative-slides .arrow-yellow-prev, .mission-initiative-slides .slick-prev {
        position: absolute;
        top: 50%;
        right: -10px;
        bottom: unset;
        left: unset;
        z-index: 1;
        background-size: contain; } }
    @media (max-width: 767px) {
      .mission-initiative-slides .arrow-yellow-prev:hover, .mission-initiative-slides .slick-prev:hover {
        background: url("/assets/images/dropdown_arrow.svg") no-repeat center;
        background-color: transparent;
        background-size: contain; } }
  .mission-initiative-slides .arrow-yellow-next, .mission-initiative-slides .slick-next {
    transform: rotate(90deg); }
    @media (max-width: 991px) {
      .mission-initiative-slides .arrow-yellow-next, .mission-initiative-slides .slick-next {
        position: absolute;
        top: 50%;
        right: unset;
        bottom: unset;
        left: -20px;
        z-index: 1; } }
    @media (max-width: 767px) {
      .mission-initiative-slides .arrow-yellow-next, .mission-initiative-slides .slick-next {
        position: absolute;
        top: 50%;
        right: unset;
        bottom: unset;
        left: -10px;
        z-index: 1; } }

.mission-initiative-lg-slide {
  background: url("/assets/images/mission_bg_mask.svg") no-repeat center;
  background-color: #f7f7f7;
  height: 530px;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 40px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media (max-width: 991px) {
    .mission-initiative-lg-slide {
      height: 320px; } }
  @media (max-width: 767px) {
    .mission-initiative-lg-slide {
      height: auto; } }
  @media (max-width: 991px) {
    .mission-initiative-lg-slide a {
      box-shadow: 0px 4px 15px 0px #0000002E; } }
  .mission-initiative-lg-slide p, .mission-initiative-lg-slide a {
    font-family: "Lato", sans-serif; }
  .mission-initiative-lg-slide p {
    text-align: center !important;
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide p {
        font-size: 14px;
        line-height: 22px; } }
  .mission-initiative-lg-slide h4 {
    margin-top: 38px;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide h4 {
        margin-top: 20px;
        margin-bottom: 18px;
        font-size: 18px;
        line-height: 22px; } }
  .mission-initiative-lg-slide.etg {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline; }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide.etg {
        padding: 20px; } }
    @media (max-width: 767px) {
      .mission-initiative-lg-slide.etg {
        padding: 15px; } }
    @media (max-width: 991px) {
      .mission-initiative-lg-slide.etg h6 {
        font-size: 18px;
        line-height: 24px; } }
    .mission-initiative-lg-slide.etg ul {
      padding-left: 20px;
      list-style-type: initial; }
      .mission-initiative-lg-slide.etg ul li {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 8px; }
        @media (max-width: 991px) {
          .mission-initiative-lg-slide.etg ul li {
            font-size: 16px;
            line-height: 22px; } }
  .mission-initiative-lg-slide.etgmobile {
    background-image: unset;
    height: 570px;
    background-size: cover; }
    .mission-initiative-lg-slide.etgmobile .key-initiative-content-text {
      width: 90%;
      padding: 20px;
      z-index: 2;
      height: 522px;
      position: absolute;
      top: 30px; }
      .mission-initiative-lg-slide.etgmobile .key-initiative-content-text ul {
        list-style: disc; }
      .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .key-initiative-content-para {
        height: 400px; }
      .mission-initiative-lg-slide.etgmobile .key-initiative-content-text h3, .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .title, .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .title2, .mission-initiative-lg-slide.etgmobile .key-initiative-content-text .title3 {
        font-size: 18px;
        line-height: 22px; }

.mission-initiative-wrap.etgmobile {
  z-index: 2; }
  .mission-initiative-wrap.etgmobile .slick-slide {
    position: relative; }
  .mission-initiative-wrap.etgmobile .mission-tiles {
    position: relative;
    border: none;
    background-color: transparent; }
    .mission-initiative-wrap.etgmobile .mission-tiles-text {
      color: #ffffff;
      position: relative;
      z-index: 1;
      font-size: 12px;
      line-height: 18px; }
    .mission-initiative-wrap.etgmobile .mission-tiles:hover::after {
      background-color: rgba(255, 255, 255, 0.7); }
    .mission-initiative-wrap.etgmobile .mission-tiles:hover .mission-tiles-text {
      color: black; }
    .mission-initiative-wrap.etgmobile .mission-tiles::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(1, 1, 1, 0.4); }
    .mission-initiative-wrap.etgmobile .mission-tiles.active {
      background-color: #ffffff !important;
      position: relative; }
      .mission-initiative-wrap.etgmobile .mission-tiles.active .mission-tiles-text {
        color: #000000; }
      .mission-initiative-wrap.etgmobile .mission-tiles.active:after {
        content: unset; }
  .mission-initiative-wrap.etgmobile .slick-slide.slick-current .mission-tiles:not(.active) {
    background-color: transparent !important; }
  .mission-initiative-wrap.etgmobile .slick-arrow {
    background: url("/assets/images/white_arrowleft_mob.svg") no-repeat center;
    background-color: transparent; }
  .mission-initiative-wrap.etgmobile .slick-prev {
    transform: rotate(0deg); }
  .mission-initiative-wrap.etgmobile .slick-next {
    transform: rotate(180deg); }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.initiative-section {
  padding: 60px 0 0px 0;
  background-color: #080f2d;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    .initiative-section {
      margin: 0;
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .initiative-section {
      padding: 60px 0 0 0;
      margin: 0; } }
  @media (max-width: 767px) {
    .initiative-section .title {
      text-align: center; } }
  @media (max-width: 479px) {
    .initiative-section .title {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .initiative-section .initiative-card-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 70px;
    border-bottom: 1px solid #f2bd12;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .initiative-section .initiative-card-container {
        margin-top: 30px;
        padding-bottom: 10px; } }
    .initiative-section .initiative-card-container .tab {
      cursor: pointer;
      color: #ffffff;
      font-size: 20px;
      line-height: 1.2;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding: 20px 30px;
      position: relative;
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out; }
      @media (max-width: 767px) {
        .initiative-section .initiative-card-container .tab {
          padding: 10px 20px;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; } }
      .initiative-section .initiative-card-container .tab .tab-info {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        position: relative; }
      .initiative-section .initiative-card-container .tab:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        z-index: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 1px;
        height: 60%;
        background-color: rgba(255, 255, 255, 0.5);
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out; }
      .initiative-section .initiative-card-container .tab:after {
        content: "";
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 30px;
        height: 30px;
        border: none;
        border-left: 5px solid #ffffff;
        border-bottom: 5px solid #ffffff;
        transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out; }
        @media (max-width: 767px) {
          .initiative-section .initiative-card-container .tab:after {
            width: 20px;
            height: 20px;
            border-width: 3px; } }
      .initiative-section .initiative-card-container .tab:last-child:before {
        content: none; }
      .initiative-section .initiative-card-container .tab:last-child:after {
        content: "";
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 1;
        width: 30px;
        height: 30px;
        border: none;
        border-right: 5px solid #ffffff;
        border-bottom: 5px solid #ffffff; }
        @media (max-width: 767px) {
          .initiative-section .initiative-card-container .tab:last-child:after {
            width: 20px;
            height: 20px;
            border-width: 3px; } }
      .initiative-section .initiative-card-container .tab:hover:after {
        width: 80px;
        height: 50px;
        border-color: #f2bd12; }
      .initiative-section .initiative-card-container .tab.active {
        font-weight: 700; }
        .initiative-section .initiative-card-container .tab.active:after {
          bottom: -25px;
          border-width: 10px;
          width: 100%;
          height: 100%;
          border-color: #f2bd12; }
          @media (max-width: 767px) {
            .initiative-section .initiative-card-container .tab.active:after {
              border-width: 6px;
              bottom: -13px; } }
  .initiative-section .initiative-content {
    padding-top: 70px;
    border-right: 1px solid #f2bd12;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative; }
    @media (max-width: 767px) {
      .initiative-section .initiative-content {
        padding: 0 !important;
        padding-bottom: 60px !important; } }
    .initiative-section .initiative-content .initiative-layer {
      position: absolute;
      top: 175px;
      right: -85px;
      z-index: -1;
      width: 475px; }
      @media (max-width: 767px) {
        .initiative-section .initiative-content .initiative-layer {
          display: none; } }
      .initiative-section .initiative-content .initiative-layer img {
        max-width: 100%; }
    .initiative-section .initiative-content .tab-heading {
      padding: 20px 0;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .initiative-section .initiative-content .tab-heading {
          padding: 20px;
          padding-left: 0; } }
      .initiative-section .initiative-content .tab-heading h2 {
        font-size: calc(var(--font-size-pixel) + 24px);
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
      .initiative-section .initiative-content .tab-heading p {
        font-size: calc(20px + var(--font-size-pixel));
        line-height: 1.7;
        color: #ffffff; }
    .initiative-section .initiative-content .mission-heading {
      font-size: 24px;
      color: #ffffff;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      padding: 80px 0;
      position: relative; }
  .initiative-section .home-pm-stiac {
    padding-bottom: 150px; }

.mission-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -1px; }
  .mission-card-container ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    margin-left: 2px; }
    .mission-card-container ul .mission-card {
      width: 233px;
      border: 1px solid #21317D;
      border-left-color: transparent;
      border-top-color: transparent;
      padding: 30px;
      min-height: 340px;
      position: relative; }
      .mission-card-container ul .mission-card:nth-child(n + 6) {
        border-bottom: none; }
      .mission-card-container ul .mission-card:nth-child(5) {
        border-right-color: #f2bd12; }
      .mission-card-container ul .mission-card:nth-child(n + 6) {
        top: -1px; }
    .mission-card-container ul .missionCardBdr {
      position: absolute;
      right: 0;
      z-index: 2;
      background-color: #f2bd12;
      width: 0;
      height: 1px;
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      margin-top: -1px; }

.tabPosition1 .initiative-content {
  border-left: 1px solid #f2bd12;
  border-right: none;
  padding-left: 50px; }
  @media (max-width: 767px) {
    .tabPosition1 .initiative-content {
      padding-left: 20px !important; } }
  @media (max-width: 767px) {
    .tabPosition1 .initiative-content .tab-heading {
      padding: 20px 0; } }

.etg-initiatives-container {
  border-left: 1px solid #f2bd12;
  width: 100%;
  padding-right: 50px;
  margin-left: -2px;
  padding-bottom: 150px; }
  .etg-initiatives-container .etg-initiatives-card ul {
    margin-left: 0; }
    .etg-initiatives-container .etg-initiatives-card ul li {
      padding: 0 50px;
      border-left: 1px solid #21317D;
      max-width: 230px;
      text-align: center;
      position: relative; }
      .etg-initiatives-container .etg-initiatives-card ul li figure {
        height: 100px;
        overflow: hidden; }
        .etg-initiatives-container .etg-initiatives-card ul li figure img {
          max-height: 100px;
          display: inline-block; }
      .etg-initiatives-container .etg-initiatives-card ul li .heading {
        color: #ffffff;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 500;
        font-family: "Montserrat", sans-serif; }
      .etg-initiatives-container .etg-initiatives-card ul li:first-child {
        border-left: none; }
  .etg-initiatives-container .btn-group {
    padding: 0 50px;
    margin-top: 50px; }
    .etg-initiatives-container .btn-group .btn {
      vertical-align: middle;
      cursor: pointer; }

.key-initiative-section {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  background-color: unset;
  margin-top: 50px;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .key-initiative-section {
      padding-top: 5px; } }
  @media (max-width: 767px) {
    .key-initiative-section {
      margin-bottom: 0;
      padding-bottom: 15px;
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0; } }
  .key-initiative-section p,
  .key-initiative-section a,
  .key-initiative-section h2,
  .key-initiative-section h3,
  .key-initiative-section .title,
  .key-initiative-section .title2,
  .key-initiative-section .title3,
  .key-initiative-section span {
    font-family: "Lato", sans-serif; }
  .key-initiative-section .key-initiative-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 760px;
    border-right: 1px solid #f2bd12;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    background-image: url("/assets/images/initiative-bg.jpg");
    font-family: "Lato", sans-serif;
    background-size: cover; }
    @media (max-width: 991px) {
      .key-initiative-section .key-initiative-content {
        height: 100%; } }
    .key-initiative-section .key-initiative-content .container {
      padding: 0 100px;
      max-width: 100%;
      width: 100%;
      margin: 0; }
      @media (max-width: 1365px) {
        .key-initiative-section .key-initiative-content .container {
          padding: 0 90px;
          max-width: 100%;
          width: 100%;
          margin: 0; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content .container {
          padding: 40px; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content .container {
          padding: 0 20px; } }
    .key-initiative-section .key-initiative-content-overlay::after {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: ""; }
    .key-initiative-section .key-initiative-content .scroll-wrap {
      position: relative; }
    .key-initiative-section .key-initiative-content-para {
      height: 340px;
      overflow-y: auto;
      margin-bottom: 24px;
      padding-right: 16px; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar {
        width: 10px; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar-track {
        background: #ffffff; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar-thumb {
        background: #9A9A9A; }
      .key-initiative-section .key-initiative-content-para::-webkit-scrollbar-thumb:hover {
        background: #5A5A5A; }
      @media (max-width: 1800px) {
        .key-initiative-section .key-initiative-content-para {
          height: 338px; } }
      @media (max-width: 1500px) {
        .key-initiative-section .key-initiative-content-para {
          height: 336px; } }
      @media (max-width: 1365px) {
        .key-initiative-section .key-initiative-content-para {
          margin-bottom: 12px;
          height: 340px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-para {
          height: 225px; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-para {
          height: 200px;
          margin-bottom: 18px; } }
      .key-initiative-section .key-initiative-content-para .icon-arrow {
        position: absolute;
        bottom: -16px;
        left: 50%; }
        .key-initiative-section .key-initiative-content-para .icon-arrow img {
          width: 15px;
          height: 15px; }
      .key-initiative-section .key-initiative-content-para ul {
        padding-left: 20px;
        list-style-type: initial; }
        .key-initiative-section .key-initiative-content-para ul li {
          font-family: "Lato", sans-serif;
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 8px; }
          @media (max-width: 767px) {
            .key-initiative-section .key-initiative-content-para ul li {
              font-size: 16px;
              line-height: 22px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-para.etg {
          height: 410px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-para.etg ul li {
          font-size: 16px;
          line-height: 22px; } }
    .key-initiative-section .key-initiative-content-download {
      padding-top: 12px; }
      .key-initiative-section .key-initiative-content-download a {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        font-family: "Lato", sans-serif; }
        .key-initiative-section .key-initiative-content-download a:hover {
          text-decoration: underline; }
        .key-initiative-section .key-initiative-content-download a strong {
          font-family: "Lato", sans-serif; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-download a {
            font-size: 14px; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-download {
          padding-top: 0; } }
    @media (max-width: 767px) {
      .key-initiative-section .key-initiative-content {
        padding: 0 !important;
        padding-bottom: 28px !important; } }
    .key-initiative-section .key-initiative-content .initiative-layer {
      position: absolute;
      top: 175px;
      right: -85px;
      z-index: -1;
      width: 475px; }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content .initiative-layer {
          display: none; } }
      .key-initiative-section .key-initiative-content .initiative-layer img {
        max-width: 100%; }
    .key-initiative-section .key-initiative-content .tab-heading {
      padding: 20px 0;
      position: relative;
      z-index: 2; }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content .tab-heading {
          padding: 20px;
          padding-left: 0; } }
      .key-initiative-section .key-initiative-content .tab-heading h2 {
        font-size: calc(var(--font-size-pixel) + 24px);
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
      .key-initiative-section .key-initiative-content .tab-heading p {
        font-size: calc(20px + var(--font-size-pixel));
        line-height: 1.7;
        color: #000000; }
        .key-initiative-section .key-initiative-content .tab-heading p span {
          color: #000000; }
    .key-initiative-section .key-initiative-content-wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      position: relative;
      z-index: 2; }
      @media (max-width: 1800px) {
        .key-initiative-section .key-initiative-content-wrap {
          height: 603px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-wrap {
          height: auto; } }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content-wrap {
          margin-top: 26px;
          flex-flow: column; } }
      .key-initiative-section .key-initiative-content-wrap:has(.key-initiative-content-text-2) {
        height: auto;
        align-items: baseline; }
      .key-initiative-section .key-initiative-content-wrap:has(.key-initiative-content-para.etg) {
        height: 530px; }
    .key-initiative-section .key-initiative-content-text {
      flex: 0 0 50%;
      width: 50%;
      max-width: 100%;
      background-color: #ffffff;
      font-family: "Lato", sans-serif;
      padding: 54px 40px; }
      @media (max-width: 1800px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 54px 40px; } }
      @media (max-width: 1500px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 40px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 18px; } }
      .key-initiative-section .key-initiative-content-text .icon-arrow {
        opacity: 0; }
      .key-initiative-section .key-initiative-content-text:hover .icon-arrow {
        opacity: 1; }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-text {
          width: 100%; } }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-text {
          padding: 26px 15px; } }
      .key-initiative-section .key-initiative-content-text p {
        font-size: calc(18px + var(--font-size-pixel)) !important;
        line-height: 26px !important; }
        .key-initiative-section .key-initiative-content-text p span {
          color: #000000;
          font-family: "Lato", sans-serif; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text p {
            font-size: calc(14px + var(--font-size-pixel)) !important;
            line-height: 22px !important; } }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text p {
            font-size: calc(16px + var(--font-size-pixel)) !important;
            line-height: 22px !important; } }
      .key-initiative-section .key-initiative-content-text h2 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700 !important;
        margin-bottom: 20px !important;
        margin-right: auto; }
        @media (max-width: 1800px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(28px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 1500px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(24px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 1365px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(24px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(16px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
        @media (max-width: 479px) {
          .key-initiative-section .key-initiative-content-text h2 {
            font-size: calc(20px + var(--font-size-pixel)) !important;
            line-height: 1.2; } }
      .key-initiative-section .key-initiative-content-text-2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-flow: column;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        height: 100%;
        padding-top: 35px; }
        @media (max-width: 1800px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 45px; } }
        @media (max-width: 1500px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 20px; } }
        @media (max-width: 1365px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 30px; } }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-text-2 {
            padding-top: 0; } }
        .key-initiative-section .key-initiative-content-text-2 h3, .key-initiative-section .key-initiative-content-text-2 .title, .key-initiative-section .key-initiative-content-text-2 .title2, .key-initiative-section .key-initiative-content-text-2 .title3 {
          font-size: 20px;
          text-align: left;
          margin-right: auto; }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-text-2 h3, .key-initiative-section .key-initiative-content-text-2 .title, .key-initiative-section .key-initiative-content-text-2 .title2, .key-initiative-section .key-initiative-content-text-2 .title3 {
              font-size: 14px; } }
          @media (max-width: 767px) {
            .key-initiative-section .key-initiative-content-text-2 h3, .key-initiative-section .key-initiative-content-text-2 .title, .key-initiative-section .key-initiative-content-text-2 .title2, .key-initiative-section .key-initiative-content-text-2 .title3 {
              font-size: 16px; } }
    .key-initiative-section .key-initiative-content-grid {
      flex: 0 0 50%;
      width: 50%;
      align-self: flex-start;
      height: 100%; }
      @media (max-width: 479px) {
        .key-initiative-section .key-initiative-content-grid {
          flex: 0 0 100%;
          width: 100%;
          margin-top: 35px; } }
      .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container {
        padding-left: 80px; }
        @media (max-width: 1365px) {
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container {
            padding-left: 60px; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container {
            padding-left: 0; } }
        .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .read-btn a {
          color: #ffffff; }
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .read-btn a span {
            font-family: "Lato", sans-serif; }
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .read-btn a:hover {
            text-decoration: underline; }
        .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .mission-card-container {
          display: block; }
        .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul {
          flex-flow: column; }
          .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li {
            position: relative;
            margin-bottom: 18px; }
            .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item {
              border: 1px solid #ffffff;
              display: block;
              position: relative;
              z-index: 1;
              height: 110px; }
              @media (max-width: 991px) {
                .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item {
                  height: 60px; } }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item figure {
                display: none; }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item .heading {
                color: #ffffff;
                font-size: 20px;
                text-align: center;
                font-weight: 600;
                padding: 20px 0;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
                height: 100%;
                font-family: "Lato", sans-serif;
                text-transform: uppercase;
                justify-content: center; }
                @media (max-width: 991px) {
                  .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li .mission-card-item .heading {
                    font-size: 14px; } }
            .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li:hover {
              background-color: #ffffff; }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li:hover .heading {
                color: #000000; }
              .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li:hover::after {
                content: unset;
                background: unset; }
            .key-initiative-section .key-initiative-content-grid .etg-key-initiatives-container .etg-initiatives-card ul li::after {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              background: rgba(1, 1, 1, 0.4); }
    .key-initiative-section .key-initiative-content-heading {
      font-family: lato, sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      font-size: 22px;
      padding-bottom: 20px; }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-heading {
          font-size: 14px;
          line-height: 22px;
          padding-bottom: 8px; } }
    .key-initiative-section .key-initiative-content-missions {
      padding-left: 80px; }
      @media (max-width: 1365px) {
        .key-initiative-section .key-initiative-content-missions {
          padding-left: 60px; } }
      @media (max-width: 991px) {
        .key-initiative-section .key-initiative-content-missions {
          padding-left: 50px; } }
      @media (max-width: 767px) {
        .key-initiative-section .key-initiative-content-missions {
          padding-left: 0; } }
      .key-initiative-section .key-initiative-content-missions .mission-items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        gap: 4%; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .mission-items {
            flex-flow: column;
            gap: 10px;
            padding: 0px; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .mission-items {
            padding: 0 16px;
            position: relative; } }
        .key-initiative-section .key-initiative-content-missions .mission-items .mission-card {
          flex: 0 0 48%;
          width: 48%;
          max-width: 100%;
          margin-bottom: 24px;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          position: relative; }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card {
              flex: 0 0 100%;
              width: 100%;
              margin-bottom: 0; } }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-subinfo {
            text-align: left;
            transform: unset; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-subinfo p {
              margin: 0; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card::after {
            content: "";
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(1, 1, 1, 0.4); }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:nth-child(5), .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:nth-child(6) {
            margin-bottom: 0; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
            border: 1px solid #ffffff;
            display: block;
            width: 100%;
            position: relative;
            z-index: 2; }
            @media (min-width: 1800px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 185px; } }
            @media (max-width: 1800px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 169px; } }
            @media (max-width: 1500px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 160px; } }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card a {
                height: 50px; } }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item {
            padding: 30px 40px;
            font-family: "Lato", sans-serif;
            margin-top: 0; }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item {
                padding: 0; } }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item .readmore {
              text-transform: unset; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-card-item-wrap {
              margin: 0 auto; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover {
            background-color: #ffffff;
            border: none !important;
            box-shadow: none; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-card-item-wrap {
              text-align: left;
              transition: all 0.5s ease 0s;
              transform: translateY(0px);
              margin: unset; }
              @media (max-width: 991px) {
                .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-card-item-wrap {
                  margin: 0 auto; } }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .heading {
              margin-top: 0;
              transition: all 0.5s; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-subinfo {
              margin-top: 16px; }
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover .mission-subinfo .readmore {
                text-transform: unset; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card:hover a {
            background-color: #ffffff; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .heading {
            text-transform: uppercase; }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .heading {
                font-size: 16px;
                line-height: 22px; } }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card .mission-subinfo {
              display: none; } }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg .mission-card-item {
            padding: 30px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            height: 160px; }
            @media (max-width: 991px) {
              .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg .mission-card-item {
                height: 100px; } }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg .mission-card-item .heading {
              position: relative;
              z-index: 1;
              transition: all 0.3s;
              margin-top: 0; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg:hover {
            background-color: transparent; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg:hover::after {
              background-color: rgba(255, 255, 255, 0.7); }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg:hover .heading {
              position: relative;
              z-index: 1;
              transition: all 0.3s; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg.active {
            background-color: transparent;
            box-shadow: none;
            border: none !important; }
            .key-initiative-section .key-initiative-content-missions .mission-items .mission-card.etg.active::after {
              background-color: #ffffff; }
        .key-initiative-section .key-initiative-content-missions .mission-items .mission-card-item {
          padding: 30px 40px;
          text-align: center;
          flex-flow: unset; }
          .key-initiative-section .key-initiative-content-missions .mission-items .mission-card-item-wrap {
            align-self: center;
            transform: translateY(15%); }
      .key-initiative-section .key-initiative-content-missions .slick-arrow {
        width: 45px;
        height: 55px;
        background: url("/assets/images/yellow-icon-arrow-light.svg") no-repeat center;
        background-color: transparent;
        position: absolute;
        top: unset;
        right: -50px;
        bottom: -36px;
        left: unset;
        z-index: 1;
        cursor: pointer; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .slick-arrow {
            width: 30px;
            height: 60px;
            position: absolute;
            top: 50%;
            right: 0;
            bottom: unset;
            left: unset;
            z-index: 1;
            background: url("/assets/images/white_arrowright_mob.svg") no-repeat center;
            background-color: transparent; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .slick-arrow {
            padding: 14px;
            position: absolute;
            top: 50%;
            right: 0;
            bottom: unset;
            left: unset;
            z-index: 1;
            background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
            background-color: transparent; } }
        .key-initiative-section .key-initiative-content-missions .slick-arrow::before {
          content: none; }
        .key-initiative-section .key-initiative-content-missions .slick-arrow:hover {
          background: url("/assets/images/yellow-icon-arrow.svg") no-repeat center;
          background-color: transparent; }
          @media (max-width: 991px) {
            .key-initiative-section .key-initiative-content-missions .slick-arrow:hover {
              background: url("/assets/images/yellow_arrow_mob.svg") no-repeat center;
              background-color: transparent; } }
      .key-initiative-section .key-initiative-content-missions .slick-prev {
        transform: rotate(180deg);
        position: absolute;
        top: unset;
        right: -50px;
        bottom: 52px;
        left: unset;
        z-index: 1; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .slick-prev {
            transform: rotate(0deg) translateY(-50%);
            position: absolute;
            top: 50%;
            right: unset;
            bottom: 50%;
            left: 16px;
            z-index: 1; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .slick-prev {
            position: absolute;
            top: 50%;
            right: unset;
            bottom: 50%;
            left: -20px;
            z-index: 1; } }
      .key-initiative-section .key-initiative-content-missions .slick-next {
        position: absolute;
        top: unset;
        right: -50px;
        bottom: 0;
        left: unset;
        z-index: 1; }
        @media (max-width: 991px) {
          .key-initiative-section .key-initiative-content-missions .slick-next {
            transform: translateY(-50%) rotate(180deg);
            position: absolute;
            top: 50%;
            right: -32px;
            bottom: unset;
            left: unset;
            z-index: 1; } }
        @media (max-width: 767px) {
          .key-initiative-section .key-initiative-content-missions .slick-next {
            position: absolute;
            top: 50%;
            right: -20px;
            bottom: unset;
            left: unset;
            z-index: 1; } }

.key-initiative-card-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #f2bd12; }
  @media (max-width: 991px) {
    .key-initiative-card-container {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .key-initiative-card-container {
      margin-top: 10px;
      border: none; } }
  .key-initiative-card-container .tab-info:has(.key-initiative-content) .key-initiative-title-mob {
    background-color: #FFBE00; }
  .key-initiative-card-container .tab-info .key-initiative-title-mob {
    background-image: url("/assets/images/dropdown_arrow.svg");
    background-repeat: no-repeat;
    background-position: right 20px bottom 50%;
    background-size: 10px 17px; }
  .key-initiative-card-container .tab {
    cursor: pointer;
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50.6%;
    flex: 0 0 50.6%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 20px 75px;
    position: relative;
    text-align: center;
    background-color: #EFEFEF;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    z-index: 4; }
    @media (max-width: 991px) {
      .key-initiative-card-container .tab {
        padding: 15px 32px;
        font-size: 12px;
        line-height: 1.2; } }
    @media (max-width: 767px) {
      .key-initiative-card-container .tab {
        padding: 10px 20px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    .key-initiative-card-container .tab .tab-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative;
      font-family: "Lato", sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 991px) {
        .key-initiative-card-container .tab .tab-info {
          font-size: 12px; } }
    .key-initiative-card-container .tab:last-child:before {
      content: none; }
    .key-initiative-card-container .tab:hover {
      background: rgba(255, 190, 0, 0.3); }
      .key-initiative-card-container .tab:hover:after {
        width: 80px;
        height: 50px;
        border-color: #f2bd12; }
    .key-initiative-card-container .tab.active {
      font-weight: 700;
      background-color: #FFBE00;
      font-family: Lato, sans-serif;
      box-shadow: 0px 6px 6px 3px #00000040;
      z-index: 5; }
  .key-initiative-card-container.tab3 .tab {
    flex: 1;
    padding: 20px 36px;
    border-right: 1px solid #FFBE00; }
    @media (max-width: 991px) {
      .key-initiative-card-container.tab3 .tab {
        padding: 20px; } }
  .key-initiative-card-container ~ .tab3-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 991px) {
      .key-initiative-card-container ~ .tab3-container {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .key-initiative-card-container ~ .tab3-container .tab-section-content {
      background-color: #ffffff;
      border: 1px solid #FFBE00;
      padding: 40px 30px; }
      @media (max-width: 991px) {
        .key-initiative-card-container ~ .tab3-container .tab-section-content {
          padding: 30px 20px; } }

.key-initiative-title-mob {
  padding: 12px 90px 12px 23px;
  outline: none;
  border: none;
  background: #f7f7f7;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 16px;
  box-shadow: 0px 4px 10px 0px #00000040;
  font-family: "Lato", sans-serif;
  width: 100%;
  font-size: 16px;
  line-height: 22px; }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-effect-exit {
  opacity: 0; }
  .modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

/* 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: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper, .etg_page,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper, .etg_page,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper, .etg_page,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.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: url("/assets/images/corner_shape.svg") no-repeat 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: url("/assets/images/triangle.svg") no-repeat 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: url("/assets/images/hexagon-mask.png") no-repeat 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: calc(16px + var(--font-size-pixel));
            line-height: 1.3;
            min-width: 140px;
            font-weight: 500;
            text-align: center !important; }
            @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: 0px; }
  .technology_member .chairperson-block .psa_members_info {
    max-width: 290px;
    background: #eeeeee;
    margin-bottom: 40px; }
    .technology_member .chairperson-block .psa_members_info .psa_info_block {
      background-color: #eeeeee;
      min-height: 215px;
      padding: 50px 30px;
      padding-top: 110px;
      margin-bottom: 0px; }

.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: calc(18px + var(--font-size-pixel));
    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: calc(16px + var(--font-size-pixel));
    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: url("/assets/images/yellow-arrow.svg") no-repeat 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: calc(16px + var(--font-size-pixel));
      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: calc(16px + var(--font-size-pixel));
    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; }

/* 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,
.default-page-style,
[id="__next"] {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      display: contents; } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }
  @media (max-width: 991px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: auto; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .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 7px 0;
  padding: 0; }

h2 {
  font-size: calc(34px + var(--font-size-pixel)); }
  @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; }

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

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

.bg-grey-01 {
  background-color: #EFEFEF; }

.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: url("/assets/images/white-arrow-lg.svg") no-repeat center;
  background-size: contain; }

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

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

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

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

.title.gray:after {
  background: url("/assets/images/white-arrow-lg.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background: url("/assets/images/black-arrow.svg") no-repeat center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/white-arrow.svg") no-repeat 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: url("/assets/images/red-arrow.svg") no-repeat 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: url("/assets/images/black-arrow.svg") no-repeat 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: url("/assets/images/download-icon.svg") no-repeat 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: url("/assets/images/blue-arrow.svg") no-repeat 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; } }

.border-container-right {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-right: 100px; }
  @media (max-width: 991px) {
    .border-container-right {
      margin-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-right {
      padding: 0 20px;
      border-right: 10px solid #FFBE00;
      margin: 0 20px 30px 20px; } }

.border-container-left {
  border-right: 10px solid #FFBE00;
  margin-right: 100px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 100px !important; }
  @media (max-width: 1365px) {
    .border-container-left {
      margin-right: 90px;
      padding-left: 90px !important; } }
  @media (max-width: 991px) {
    .border-container-left {
      padding: 30px;
      margin-right: 20px; } }
  @media (max-width: 767px) {
    .border-container-left {
      margin: 0;
      width: 100%;
      border-right: 10px solid #FFBE00;
      border-bottom: 0; } }

.bg-grey-09 {
  background-color: #EFEFEF; }

.fade-in {
  animation: fadeIn 0.2s ease-in forwards; }

.fade-out {
  animation: fadeOut 0.2s ease-in forwards; }

@keyframes fadeIn {
  from {
    opacity: 0.6; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.introduction-wrapper {
  padding: 50px; }
  @media (min-width: 1800px) {
    .introduction-wrapper {
      padding-right: 100px !important; } }
  @media (max-width: 1500px) {
    .introduction-wrapper {
      padding-right: 100px !important; } }
  @media (max-width: 1365px) {
    .introduction-wrapper {
      padding-right: 90px !important; } }
  @media (max-width: 991px) {
    .introduction-wrapper {
      padding-right: 20px !important; } }
  @media (max-width: 767px) {
    .introduction-wrapper.mob-full-width-white {
      margin: 0;
      border: 0;
      background-color: #ffffff; }
      .introduction-wrapper.mob-full-width-white > .heading-02 {
        background-color: #ffffff;
        position: relative; }
        .introduction-wrapper.mob-full-width-white > .heading-02::before, .introduction-wrapper.mob-full-width-white > .heading-02::after {
          content: '';
          height: 1px;
          background-color: #FFBE00;
          position: absolute;
          top: 26%;
          left: -20px;
          display: block;
          z-index: 1; }
        .introduction-wrapper.mob-full-width-white > .heading-02::before {
          width: 20px; }
        .introduction-wrapper.mob-full-width-white > .heading-02::after {
          width: 20px;
          left: unset;
          right: -5px; } }

.right-container-yellow-border {
  border-left: 10px solid #FFBE00;
  margin-left: 100px;
  margin-top: 50px;
  margin-bottom: 25px;
  padding: 50px; }
  @media (max-width: 1365px) {
    .right-container-yellow-border {
      margin-left: 90px; } }
  @media (max-width: 1800px) {
    .right-container-yellow-border {
      padding-right: 90px; } }
  @media (max-width: 991px) {
    .right-container-yellow-border {
      margin-top: 30px; } }
  .right-container-yellow-border .middleSection .desBox {
    position: absolute !important;
    /* bottom: 0px; */
    color: white !important;
    z-index: 9;
    /* text-align: left; */
    /* padding: 30px; */
    left: 50% !important;
    /* right: 50%; */
    top: 50% !important;
    /* bottom: 50%; */
    transform: translate(-50%, -50%) !important; }
    .right-container-yellow-border .middleSection .desBox p {
      display: block !important; }
  @media (max-width: 991px) {
    .right-container-yellow-border {
      margin-left: 20px;
      padding: 30px; } }
  @media (max-width: 767px) {
    .right-container-yellow-border {
      padding: 20px; } }

.intro-text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  text-align: justify;
  font-family: "Lato", sans-serif; }
  .intro-text p + p {
    margin-top: 30px; }
  @media (max-width: 991px) {
    .intro-text p {
      font-size: 16px;
      line-height: 22px;
      text-align: justify; } }
  @media (max-width: 767px) {
    .intro-text p {
      font-size: 16px;
      line-height: 22px; } }
  .intro-text p a {
    color: #0990CA;
    font-family: "Lato", sans-serif;
    text-decoration: underline; }
  .intro-text p u {
    font-family: "Lato", sans-serif; }

.intro-text strong {
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px; }

@media (max-width: 767px) {
  .agnii-team {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .missionintro-slider-heading {
    padding-top: 10px !important; } }

