@charset "UTF-8";

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* body {
  background-color: #fbfbfa;
  margin: 0;
  padding: 0;
}

* body.o-hidden {
  overflow: hidden;
}

@media (max-width: 979.5px) {
  * body {
    padding-top: 0;
  }
}

.container-f {
  width: 100%;
}

.container-rg {
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 980px) {
  .container-rg {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-rg {
    width: 1140px;
  }
}

.container-sig {
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 980px) {
  .container-sig {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-sig {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-sig {
    width: 1300px;
  }
}

.cnt-max750 {
  max-width: 750px;
  margin: 0 auto;
}

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

a {
  text-decoration: none;
}

a:hover,
a:active,
a.selectdropdown.open {
  outline: 0;
}

a:link,
a:visited,
a:active,
a.selectdropdown.open,
a:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

img,
video,
iframe {
  max-width: 100%;
  display: block;
}

.media-image iframe {
  max-height: 480px;
}

svg:not(:root) {
  overflow: hidden;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  margin: 0 1em 1em 0;
}

figure {
  display: table;
  margin-top: 0;
  margin-bottom: 1.5em;
}

figure img {
  width: 100%;
  height: auto;
  margin: 0;
}

figure figcaption {
  font-size: 0.8em;
  line-height: 1.4;
  padding: 16px;
  color: #4c4c4c;
  display: table-caption;
  caption-side: bottom;
  background-color: #f4f5f6;
}

figure.align-left {
  float: left;
}

figure.align-right {
  float: right;
}

figure.left-align,
figure.align-left,
figure[style*="float:left"] {
  max-width: 100%;
  margin-left: 0;
  margin-right: 32px;
  margin-bottom: 32px;
}

@media (max-width: 575px) {

  figure.left-align,
  figure.align-left,
  figure[style*="float:left"] {
    float: none !important;
    margin-right: 0;
  }
}

figure.left-align img,
figure.align-left img,
figure[style*="float:left"] img {
  width: 100%;
  height: auto;
}

figure.right-align,
figure.align-right,
figure[style*="float:right"] {
  max-width: 100%;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

@media (max-width: 575px) {

  figure.right-align,
  figure.align-right,
  figure[style*="float:right"] {
    float: none !important;
    margin-left: 0;
  }
}

figure.right-align img,
figure.align-right img,
figure[style*="float:right"] img {
  width: 100%;
  height: auto;
}

img.left-align,
img.align-left {
  margin-right: 32px;
  margin-bottom: 32px;
}

img.right-align,
img.align-right {
  margin-left: 32px;
  margin-bottom: 32px;
}

.fcenter {
  width: 100%;
}

.fcenter img {
  display: block;
  width: 100%;
  margin: 0;
}

.fcenter~.figcaption {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 10px;
  color: #000000;
  background-color: #f4f5f6;
}

form {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table td,
table th {
  padding: 10px;
  vertical-align: top;
}

.margin-0 {
  margin: 0;
}

.border-top {
  border-top: 1px solid #c8cfd6;
}

article {
  padding: 32px 0;
  max-width: 100%;
  margin: 0 auto;
}

@media (min-width: 980px) {
  article {
    padding: 64px 0;
  }
}

article ul,
article ol {
  padding: 40px 16px;
}

article ul li {
  list-style: disc;
  margin-bottom: 16px;
  padding-left: 6px;
  margin-left: 16px;
}

article ul li::marker {
  color: #ed8b00;
  width: 8px;
}

article ol li {
  list-style: decimal;
  margin-bottom: 16px;
  margin-left: 16px;
  padding-left: 6px;
}

article ol li::marker {
  color: #000000;
  font-weight: 700;
}

article ol.ol-upper-roman li {
  list-style: upper-roman;
}

article ol.ol-alpha li {
  list-style: lower-alpha;
}

article p {
  margin: 40px 0 0 0;
}

article p:first-child {
  margin-top: 0;
}

article p a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  line-height: 24px;
  -webkit-text-decoration-color: #ed8b00;
  text-decoration-color: #ed8b00;
  text-underline-offset: 4px;
}

article p+figure {
  margin-top: 56px;
}

article h1+p,
article h2+p,
article h3+p {
  margin-top: 0;
}

article .leads {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}

article .youtubeVideo {
  position: relative;
  min-height: 300px;
  height: 30vh;
  max-height: 480px;
  margin-top: 56px;
  margin-bottom: 56px;
}

@media (min-width: 980px) {
  article .youtubeVideo {
    min-height: 480px;
    height: 66vh;
    max-height: 580px;
    max-width: 950px;
  }
}

article .youtubeVideo iframe {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

span.highlight {
  color: #ed8b00;
}

blockquote {
  font-size: 18px;
  border-left: 0;
  color: #000000;
  padding: 7em 0 15px 0;
  margin-left: 30px;
  position: relative;
}

@media (min-width: 980px) {
  blockquote {
    padding: 7em 0 15px 2em;
    font-size: 20px;
    margin: 1.5em;
  }
}

blockquote p {
  margin: 0;
}

blockquote h4 {
  color: #000000;
  line-height: 1.5;
  position: relative;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 400;
}

blockquote h4::after {
  content: "";
  height: 100%;
  width: 4px;
  background-color: #ed8b00;
  left: -30px;
  top: 0;
  position: absolute;
}

blockquote p:nth-child(2) {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
}

blockquote p:nth-child(3) {
  font-size: 0.8em;
  color: #666666;
}

blockquote::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: url(../images/quote.svg) no-repeat 0 top;
}

@media (min-width: 980px) {
  blockquote::after {
    left: 2em;
  }
}

blockquote.blq-withImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  gap: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  blockquote.blq-withImg {
    gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

blockquote.blq-withImg h4::after {
  width: 0px;
}

blockquote.blq-withImg figure {
  margin-left: 0;
}

blockquote.blq-withImg .blq-img {
  width: 40%;
}

@media (max-width: 575px) {
  blockquote.blq-withImg .blq-img {
    width: 100%;
  }
}

blockquote.blq-withImg .blq-img img {
  width: 100%;
}

blockquote.blq-withImg .bl-quote {
  width: 60%;
}

@media (max-width: 575px) {
  blockquote.blq-withImg .bl-quote {
    width: 100%;
  }
}

blockquote.blq-withImg::after {
  background-position: 0;
  background-position: 0;
  top: 70px;
  left: 32px;
}

.desktop-show {
  display: block;
}

@media (max-width: 575px) {
  .desktop-show {
    display: none;
  }
}

.mobile-show {
  display: none;
}

@media (max-width: 575px) {
  .mobile-show {
    display: block;
  }
}

p.ct-type {
  color: #ed8b00;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}

p.ct-type+h1,
p.ct-type+h2,
p.ct-type+h3,
p.ct-type+h4,
p.ct-type+h5,
p.ct-type+h6 {
  margin-top: 0;
}

.title-orange {
  color: #ed8b00;
}

/* placeholder */
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919fae;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919fae;
}

.pad-t-b.level1 {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 767px) {
  .pad-t-b.level1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.pad-t-b.level2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .pad-t-b.level2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad-t-b.level3 {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 767px) {
  .pad-t-b.level3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.pad-t-b.level4 {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media (max-width: 767px) {
  .pad-t-b.level4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.pad-t-b.level5 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pad-t-b.pad-b-0 {
  padding-bottom: 0;
}

.pad-t-b.pad-t-0 {
  padding-top: 0;
}

.margin-t-b.level1 {
  margin-top: 96px;
  margin-bottom: 96px;
}

@media (max-width: 767px) {
  .margin-t-b.level1 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.margin-t-b.level2 {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .margin-t-b.level2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.margin-t-b.level3 {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .margin-t-b.level3 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.margin-t-b.level4 {
  margin-top: 48px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .margin-t-b.level4 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.margin-t-b.level5 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.margin-t-b.pad-b-0 {
  margin-bottom: 0;
}

.margin-t-b.pad-t-0 {
  margin-top: 0;
}

.rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .rows {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.rows .cols-6 {
  margin: 0 16px;
  width: 50%;
}

@media (max-width: 767px) {
  .rows .cols-6 {
    width: 100%;
    margin: 16px 0;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  font-size: 18px;
}

@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  display: block;
}

p+h2,
p+h3,
p+h4,
p+h5 {
  margin-top: 40px;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 32px;
}

@media (max-width: 575px) {
  h1 {
    font-size: 44px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 20px;
}

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

h3 {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1.2;
}

@media (max-width: 575px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}

small {
  font-size: 75%;
}

p {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 575px) {
  p {
    font-size: 16px;
  }
}

@-webkit-keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }

  to {
    top: 58px;
    opacity: 1;
  }
}

@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }

  to {
    top: 58px;
    opacity: 1;
  }
}

.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  padding: 28px 30px 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

@media (min-width: 980px) {
  .breadcrumb {
    padding: 48px 0 48px 50px;
    font-size: 15px;
  }
}

.breadcrumb li {
  font-weight: 700;
}

.breadcrumb>li+li::before {
  padding: 0 5px 0 8px;
  color: #919fae;
  content: "/\00a0";
  font-weight: 300;
}

.breadcrumb a {
  color: #4c4c4c;
  font-weight: 400;
}

@media (max-width: 575px) {
  .breadcrumb {
    padding: 24px 15px;
  }
}

.breadcrumb.onImg {
  position: absolute;
  z-index: 2;
  top: 125px;
}

@media (max-width: 979px) {
  .breadcrumb.onImg {
    position: relative;
    top: auto;
    padding: 28px 30px 28px 30px;
  }
}

.breadcrumb.onImg li {
  color: #ffffff;
  font-weight: 600;
}

@media (max-width: 979px) {
  .breadcrumb.onImg li {
    color: #000000;
  }
}

.breadcrumb.onImg a {
  color: #e5e5e5;
}

.breadcrumb.onImg a>li+li::before {
  color: #e5e5e5;
}

@media (max-width: 979px) {
  .breadcrumb.onImg a>li+li::before {
    color: #4c4c4c;
  }
}

@media (max-width: 979px) {
  .breadcrumb.onImg a {
    color: #4c4c4c;
  }
}

.hero-image.innovation-hero {
  width: 100%;
  min-height: 400px;
  height: 74vh;
  position: relative;
  overflow: hidden;
  background-color: #ed8b00;
}

@media (min-width: 980px) {
  .hero-image.innovation-hero {
    min-height: 360px;
    height: 36vh;
  }
}

@media (min-width: 1024px) {
  .hero-image.innovation-hero {
    min-height: 380px;
    height: 40vh;
  }
}

@media (min-width: 1200px) {
  .hero-image.innovation-hero {
    min-height: 400px;
    height: 61vh;
  }
}

@media (min-width: 1440px) {
  .hero-image.innovation-hero {
    height: 65vh;
  }
}

.hero-image.innovation-hero h1 {
  display: none;
}

@media (min-width: 768px) {
  .hero-image.innovation-hero h1 {
    width: 50%;
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 30%;
    margin: 0 50px;
    display: block;
  }
}

.hero-image.innovation-hero img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
}

@media (max-width: 575px) {
  .hero-image.innovation-hero img {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 980px) {
  .hero-image.innovation-hero img {
    height: auto;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .hero-image.innovation-hero img {
    min-height: 320px;
    height: 100%;
    width: 100%;
  }
}

.hero-image.innovation-hero .hero-text {
  max-width: 100%;
  margin: 0 50px;
  position: relative;
  display: block;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  z-index: 2;
}

.hero-image.innovation-hero .hero-text h1 {
  display: none;
}

@media (max-width: 767px) {
  .hero-image.innovation-hero .hero-text {
    position: absolute;
    top: auto;
    bottom: 50px;
    margin: 0 30px;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 980px) {
  .hero-image.innovation-hero .hero-text {
    max-width: 50%;
  }
}

.hero-image.innovation-hero .hero-text h2 {
  color: #ffffff;
}

.hero-image.innovation-hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.444157) 100%);
}

.hero-image.innovation-hero {
  background: #ed8b00;
}

.hero-image.innovation-hero::after {
  background: transparent;
}

.hero-image.innovation-hero .container-sig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .hero-image.innovation-hero .container-sig {
    padding: 0;
  }
}

.hero-image.innovation-hero .container-sig .hr-img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90%;
  position: relative;
}

.hero-image.innovation-hero .container-sig .hr-img img {
  width: auto;
  height: 90%;
}

.hero-image.innovation-hero .container-sig .hr-img img.desktop {
  display: block;
}

.hero-image.innovation-hero .container-sig .hr-img img.mobile {
  display: none;
}

@media (max-width: 767px) {
  .hero-image.innovation-hero .container-sig .hr-img {
    display: block;
    opacity: 0.3;
    width: 100%;
  }

  .hero-image.innovation-hero .container-sig .hr-img img.desktop {
    display: none;
  }

  .hero-image.innovation-hero .container-sig .hr-img img.mobile {
    display: block;
    height: 80%;
  }
}

@media (min-width: 575.5px) and (max-width: 767px) {
  .hero-image.innovation-hero .container-sig .hr-img {
    display: block;
  }
}

.hero-image.innovation-hero .container-sig .hero-text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  top: auto;
  -webkit-transform: none;
  transform: none;
}

@media (max-width: 767px) {
  .hero-image.innovation-hero .container-sig .hero-text {
    flex-flow: column;
    align-items: flex-start;
    bottom: 0;
    width: 90%;
    margin: 0;
  }

  .hero-image.innovation-hero .container-sig .hero-text h1 {
    color: #ffffff;
    margin: 32px 0 28px 0;
    display: block;
  }
}

.hero-image.innovation-hero .container-sig .hero-text .quote {
  background: url(../../images/quote-white.svg) no-repeat left top;
  padding-top: 4em;
  padding-left: 0;
}

.hero-image.innovation-hero .container-sig .hero-text .quote::after {
  background: transparent;
}

@media (max-width: 767px) {
  .hero-image.innovation-hero .container-sig .hero-text .quote {
    margin-left: 6px;
  }
}

.hero-image.innovation-hero .container-sig .hero-text h4,
.hero-image.innovation-hero .container-sig .hero-text p {
  color: #ffffff;
  font-weight: 300;
}

.hero-image.innovation-hero .container-sig .hero-text h4 strong,
.hero-image.innovation-hero .container-sig .hero-text p strong {
  font-weight: 700;
}

@media (max-width: 767px) {

  .hero-image.innovation-hero .container-sig .hero-text h4,
  .hero-image.innovation-hero .container-sig .hero-text p {
    font-size: 20px;
  }
}

.hero-image.innovation-hero .container-sig .hero-text .name {
  font-weight: 400;
}

.hero-image.innovation-hero .container-sig .hero-text .designation {
  font-weight: 300;
  font-size: 16px;
}

.tab-list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 580px) {
  .tab-list01 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
  }

  .tab-list01::-webkit-scrollbar {
    max-height: 50%;
    height: 50%;
  }
}

.tab-list01 ul {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
}

@media (max-width: 1089px) {
  .container-sig.innovate-menu {
    padding: 0 30px;
  }

  .tab-list01 ul {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.tab-list01 ul li {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.tab-list01 ul li::marker {
  display: none;
}

.tab-list01 ul li:last-child {
  margin-right: 0;
}

.tab-list01 ul li {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  height: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.tab-list01 ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: #ed8b00;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.tab-list01 ul li:hover {
  color: #000;
}

.tab-list01 ul li:hover:after {
  width: 100%;
}

.tab-list01 ul li.active {
  color: #000;
  opacity: 1;
}

.tab-list01 ul li.active:after {
  width: 100%;
}

.tab-list01 ul li i {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #c3c3c3;
  margin-bottom: 20px;
  border-radius: 3px;
}

.tab-list01 ul li span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}

.tab-wrap {
  position: relative;
  margin: 20px 0;
}

@media (max-width: 580px) {
  .tab-wrap {
    padding: 0 50px 0 0;
  }
}

.scroll-control {
  position: absolute;
  top: 9px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  display: none;
}

@media (max-width: 580px) {
  .scroll-control {
    display: block;
  }
}

.scroll-control::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.horizontal-tab {
  margin-top: 50px;
}

.horizontal-tab .tab {
  display: none;
  width: calc(100% - 240px);
}

.horizontal-tab .tab .content {
  padding: 30px 50px;
}

.horizontal-tab .tab .content ul.pager {
  margin: 20px 0 0 0;
  padding-right: 250px;
}

@media (max-width: 575px) {
  .horizontal-tab .tab .content ul.pager {
    padding-right: 145px;
  }
}

.horizontal-tab .tab .content ul.pager li {
  margin: 0 0 0 3px;
}

.horizontal-tab .tab .content ul.pager li a {
  color: rgba(255, 255, 255, 0.6);
}

.horizontal-tab .tab .content ul.pager li.pager-current a {
  color: #fff;
}

.horizontal-tab .tab .content ul.pager li.pager-current a::after {
  background: #fff;
}

.horizontal-tab .tab .content ul.pager li.pager-previous a::before {
  color: #fff;
  background: none;
}

.horizontal-tab .tab .content ul.pager li.pager-previous a::after {
  content: "";
  background: url("../../images/icon-arrow-nxt-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -13px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.horizontal-tab .tab .content ul.pager li.pager-next a::before {
  color: #fff;
  background: none;
}

.horizontal-tab .tab .content ul.pager li.pager-next a::after {
  content: "";
  background: url("../../images/icon-arrow-nxt-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 0;
}

.horizontal-tab .tab .content .research-list {
  padding: 10px 0;
  margin-bottom: 10px;
}

.horizontal-tab .tab .content .research-list h5.title {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.3px;
}

.horizontal-tab .tab .content .research-list>ul {
  margin: 25px 0 0;
}

.horizontal-tab .tab .content .research-list>ul>li {
  border: none;
  background: #fff;
  padding: 32px 30px 32px 30px;
}

.horizontal-tab .tab .content .research-list>ul>li i {
  width: 35px;
  padding-right: 10px;
}

@media (max-width: 979px) {
  .horizontal-tab .tab .content .research-list>ul>li i {
    margin-bottom: 10px;
  }
}

.horizontal-tab .tab .content .research-list>ul>li .info {
  width: calc(100% - 245px);
}

@media (max-width: 979px) {
  .horizontal-tab .tab .content .research-list>ul>li .info {
    width: calc(100%);
  }
}

.horizontal-tab .tab .content .research-list>ul>li .info h5 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 32px;
}

.horizontal-tab .tab .content .research-list>ul>li .info h5.title a,
.horizontal-tab .tab .content .research-list>ul>li .info h5 a {
  color: #000 !important;
}

.horizontal-tab .tab .content .research-list nav.pager-nav {
  margin-top: 10px;
}

.horizontal-tab .tab-active {
  display: block;
}

.horizontal-tab .tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 979px) {
  .horizontal-tab .tab-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.horizontal-tab .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.horizontal-tab .tab-a {
  padding: 30px 15px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.horizontal-tab .tab-a.orange {
  background: #f7941d;
}

@media (max-width: 979px) {
  .horizontal-tab .tab-a.orange {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
}

.horizontal-tab .tab-a.orange+.tab {
  background: #f7941d;
}

.horizontal-tab .tab-a.purple {
  background: #622a7e;
}

@media (max-width: 979px) {
  .horizontal-tab .tab-a.purple {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
}

.horizontal-tab .tab-a.purple+.tab {
  background: #622a7e;
}

.horizontal-tab .tab-a.blue {
  background: #0097d6;
}

@media (max-width: 979px) {
  .horizontal-tab .tab-a.blue {
    border-radius: 20px 20px 0 0;
    margin-top: -20px;
  }
}

.horizontal-tab .tab-a.blue+.tab {
  background: #0097d6;
  margin-left: -10px;
}

@media (max-width: 979px) {
  .horizontal-tab .tab-a.blue+.tab {
    border-radius: 0 0 20px 30px;
  }
}

.horizontal-tab .tab-a .count {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.horizontal-tab .tab-a h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  position: absolute;
  bottom: 40px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sldr {
  position: relative;
  min-height: 220px;
  height: 40vh;
}

@media (min-width: 768px) {
  .sldr {
    height: auto;
  }
}

.sldr .sldr-wrapper {
  position: absolute;
  left: -30px;
  width: calc(100% + 60px);
  top: 0;
}

@media (min-width: 768px) {
  .sldr .sldr-wrapper {
    position: relative;
    left: auto;
    width: 100%;
    top: auto;
  }
}

.card-multisizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-multisizes .slick-slider .slick-track {
  margin-left: -22px;
}

.card-multisizes .slick-slide {
  margin-right: 8px;
}

.card-multisizes .slick-prev,
.card-multisizes .slick-next {
  display: none !important;
}

.multiple {
  position: relative;
  margin: 1.5%;
}

.multiple a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

.multiple a::after {
  content: "";
  position: absolute;
  background: black;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.5)),
      color-stop(80%, rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 80%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multiple a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  height: 100%;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

@media (max-width: 979px) {
  .multiple a img {
    min-height: 220px;
  }
}

.multiple a h4,
.multiple a h5,
.multiple a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 25px;
  letter-spacing: 0.5px;
  z-index: 1;
}

@media (max-width: 979px) {

  .multiple a h4,
  .multiple a h5,
  .multiple a h6 {
    padding: 15px;
    font-size: 16px;
    line-height: 22px;
  }
}

.multiple a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.multiple.cl-6 {
  width: 47%;
}

.multiple.cl-7 {
  width: 56%;
}

.multiple.cl-4 {
  width: 30.3%;
}

.multiple.cl-5 {
  width: 37.3%;
}

@media (min-width: 768px) {
  .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slick-dots li {
    margin: 0;
  }

  .slick-dots li button::before {
    font-size: 8px;
  }

  .slick-dots li.slick-active button::before {
    font-size: 12px;
    color: #ed8b00;
  }
}

/* SOF Research list css */
.research-list {
  padding: 20px 15px;
}

.research-list>ul {
  padding: 0;
  margin: 50px 0 0;
}

.research-list>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d7d7d7;
  padding: 50px 70px 45px 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 1280px) {
  .research-list>ul>li {
    padding: 50px 20px 45px;
  }
}

@media (max-width: 800px) {
  .research-list>ul>li {
    padding: 30px 20px 35px;
  }
}

@media (max-width: 575px) {
  .research-list>ul>li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.research-list>ul>li:last-child {
  border-bottom: 1px solid #d7d7d7;
}

.research-list>ul>li i {
  width: 60px;
  padding-right: 25px;
}

.research-list>ul>li i img {
  width: 100%;
}

.research-list>ul>li .info {
  padding: 0 20px;
  width: calc(100% - 270px);
}

@media (max-width: 1090px) {
  .research-list>ul>li .info {
    width: calc(100% - 240px);
  }
}

@media (max-width: 575px) {
  .research-list>ul>li .info {
    width: calc(100% - 60px);
    padding: 0;
  }
}

.research-list>ul>li h5 {
  margin: 0 0 30px;
  font-weight: 400;
}

@media (max-width: 800px) {
  .research-list>ul>li h5 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
  }
}

.research-list>ul>li .action-blk {
  width: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1090px) {
  .research-list>ul>li .action-blk {
    width: 180px;
  }
}

@media (max-width: 575px) {
  .research-list>ul>li .action-blk {
    margin: 30px 0 0;
  }
}

.research-list>ul>li .action-blk .selectdropdown {
  width: calc(100% - 60px);
}

.research-list>ul>li .download {
  background-color: #ee8a00;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.research-list>ul>li .download:hover {
  -webkit-box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.28);
}

.research-list .selectdropdown {
  font-weight: 500;
}

.research-list .selectdropdown::after {
  width: 7px;
  height: 7px;
  border: none;
  border-left: 2px solid #979797;
  border-bottom: 2px solid #979797;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  right: 16px;
  top: 25px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
}

.research-list .selectdropdown.open::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 28px;
}

a.link {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 5px;
  display: inline-block;
  color: #000;
}

a.link:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

a.link:hover {
  color: #000;
  text-decoration: none;
}

a.link:hover:after {
  content: "";
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  height: 4px;
  left: 0;
  bottom: -2px;
}

/* EOF Research list css */
.btn {
  color: #000000;
  padding: 16px 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  font-weight: 600;
  border-radius: 5px;
  display: inline-block;
}

.btn.nopad-left-right {
  padding: 16px 0;
}

.btn.default,
.btn.action {
  border: 1px solid #ed8b00;
  color: #ed8b00;
  letter-spacing: 0.08em;
  background-color: #ffffff;
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

@media (max-width: 575px) {

  .btn.default,
  .btn.action {
    padding: 16px;
    font-size: 14px;
    text-align: center;
  }
}

.btn.default::after,
.btn.action::after {
  height: 0;
}

.btn.default:hover,
.btn.action:hover {
  color: #ed8b00;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}

.btn.default:hover::after,
.btn.action:hover::after {
  height: 0;
}

.btn.default:focus,
.btn.action:focus {
  color: #ed8b00;
  background-color: #ffffff;
  outline: 0;
}

.btn.default.white,
.white.btn.action {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn.default.white:hover,
.white.btn.action:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn.default.disabled,
.disabled.btn.action {
  opacity: 0.2;
}

.btn.default .icn,
.btn.action .icn {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
}

.btn.default .icn img,
.btn.action .icn img {
  width: 100%;
}

.btn.action {
  border: 1px solid #ed8b00;
  color: #ffffff;
  letter-spacing: 0.01em;
  background-color: #ed8b00;
}

.btn.action:hover {
  background-color: #ed8b00;
  color: #ffffff;
}

.btn.action:focus {
  color: #ffffff;
  background-color: #ed8b00;
  outline: 0;
}

.btn i {
  display: inline-block;
  margin-left: 15px;
  width: 18px;
}

.btn:focus,
.btn:hover,
.btn:focus-visible {
  outline: 0;
}

a.btn,
.multi-dropdown button[type="submit"],
.multi-dropdown input[type="submit"],
.multi-dropdown input[type="button"] {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: relative;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

a.btn::after,
.multi-dropdown button[type="submit"]::after,
.multi-dropdown input[type="submit"]::after,
.multi-dropdown input[type="button"]::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}

a.btn:hover::after,
.multi-dropdown button[type="submit"]:hover::after,
.multi-dropdown input[type="submit"]:hover::after,
.multi-dropdown input[type="button"]:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  bottom: 9px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

a.btn:focus,
a.btn:focus-visible,
.multi-dropdown button[type="submit"]:focus,
.multi-dropdown button[type="submit"]:focus-visible,
.multi-dropdown input[type="submit"]:focus,
.multi-dropdown input[type="submit"]:focus-visible,
.multi-dropdown input[type="button"]:focus,
.multi-dropdown input[type="button"]:focus-visible {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.default.btn-center,
.btn-center.btn.action,
.btn.action.btn-center,
.btn-center {
  margin: 50px auto;
  display: block;
  text-align: center;
  max-width: 280px;
}

@media (max-width: 575px) {

  .btn.default.btn-center,
  .btn-center.btn.action,
  .btn.action.btn-center,
  .btn-center {
    margin: 48px auto 25px auto;
  }
}

@media (min-width: 980px) {

  .btn.default.btn-center,
  .btn-center.btn.action,
  .btn.action.btn-center,
  .btn-center {
    max-width: 220px;
  }
}

button[type="submit"],
input[type="submit"],
input[type="button"] {
  position: relative;
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 0;
  padding: 16px 32px;
}

@media (max-width: 575px) {

  button[type="submit"],
  input[type="submit"],
  input[type="button"] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  button[type="submit"],
  input[type="submit"],
  input[type="button"] {
    position: relative;
    margin-top: 10px;
  }
}

button[type="submit"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #db7b0b;
}

a.btn-download {
  display: -webkit-inline-box;
  display: inline-flex;
  display: -ms-inline-flexbox;
  border: 1px solid #000000;
  padding: 0;
  position: relative;
  margin: 0 1em 1em 0;
  color: #000000;
}

@media (max-width: 575px) {
  a.btn-download {
    font-size: 0.9em;
  }

  a.btn-download:nth-child(even) {
    margin-right: 0;
  }
}

a.btn-download span,
a.btn-download strong {
  padding: 1em;
}

@media (max-width: 575px) {

  a.btn-download span,
  a.btn-download strong {
    padding: 1em 0.6em;
  }
}

a.btn-download strong {
  padding-right: 2.5em;
  position: relative;
}

a.btn-download strong:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background: url(../images/icon-arrowdown-download-black.svg) center center no-repeat;
  right: 12px;
}

a.btn-download:hover {
  color: #ed8b00;
}

a.btn-download:hover strong:after {
  background: url(../images/icon-arrowdown-download-orange.svg) center center no-repeat;
}

.btn-collapsed span.showmore {
  display: block;
}

.btn-collapsed span.closemore {
  display: none;
}

.btn-collapsed.active span.showmore {
  display: none;
}

.btn-collapsed.active span.closemore {
  display: block;
}

.btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 2px solid #ed8b00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.btn-icon:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

.btn-icon.default {
  background-color: #ed8b00;
}

.btn-icon.default:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  background-color: #ed8b00;
}

.btn-icon.lg {
  width: 56px;
  height: 56px;
}

.btn-icon.goback {
  margin-right: 16px;
}

.btn-goback {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.ct-card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -16px;
  margin-right: -16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

@media (max-width: 575px) {
  .ct-card-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 575.5px) and (max-width: 767px) {
  .ct-card-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 12px;
    margin-right: -6px;
  }
}

.displayCard {
  margin: 16px;
  width: calc(100% - 16px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 0;
}

@media (max-width: 575px) {
  .displayCard {
    width: calc(100% + 28px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 575.5px) and (max-width: 979px) {
  .displayCard {
    width: calc(100% + 28px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: -14px;
    margin-right: 14px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .displayCard {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: auto;
  }
}

@media (min-width: 1440px) {
  .displayCard {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.displayCard__image {
  position: relative;
  max-height: 360px;
  height: calc(100%);
  overflow: hidden;
  background-color: #ffffff;
  width: 55%;
  margin: 0;
  border: 1px solid #f1ebeb;
}

@media (max-width: 859px) {
  .displayCard__image {
    width: 100%;
    margin: 0;
  }

  .displayCard__image img {
    width: 100%;
  }
}

.displayCard__image img {
  width: 100%;
  margin: 0;
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
}

.displayCard__image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.displayCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.displayCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}

.displayCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}

.displayCard__image.ct-card__video {
  padding: 18% 0;
}

.displayCard__image.publication,
.displayCard__image.resources,
.displayCard__image.press {
  background-color: #dee2e6;
}

.displayCard__image.publication img.img-blur,
.displayCard__image.resources img.img-blur,
.displayCard__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 520px;
}

.displayCard__image.publication a,
.displayCard__image.resources a,
.displayCard__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.displayCard__image.publication a img,
.displayCard__image.resources a img,
.displayCard__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.displayCard__video {
  min-height: 530px;
  height: 100%;
  max-height: 530px;
  width: 100%;
  padding: 28% 0;
  overflow: hidden;
  position: relative;
  background-color: #eaeaea;
}

.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 530px;
}

.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media (max-width: 575px) {
  .displayCard__video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}

@media (min-width: 575.5px) and (max-width: 979px) {
  .displayCard__video {
    min-height: 410px;
    height: 40vh;
    max-height: 40vh;
  }
}

@media (min-width: 980px) {
  .displayCard__video {
    min-height: 70vh;
    height: 70vh;
    max-height: 70vh;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .displayCard__video {
    min-height: 82vh;
    height: 82vh;
    max-height: 82vh;
    padding-bottom: 0;
  }
}

.displayCard__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}

@media (max-width: 575px) {
  .displayCard__video iframe {
    height: 38vh;
    max-height: 260px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .displayCard__video iframe {
    height: 40vh;
    max-height: 40vh;
  }
}

@media (min-width: 980px) {
  .displayCard__video iframe {
    height: 70vh;
    max-height: 70vh;
  }
}

@media (min-width: 1200px) {
  .displayCard__video iframe {
    height: 82vh;
    max-height: 82vh;
  }
}

.page-node-type-ct-project-page .displayCard__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  width: 100%;
  height: calc(100% - 3em);
  max-width: 620px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 2em 0;
  right: 0;
  position: absolute;
}

@media (max-width: 575px) {
  .page-node-type-ct-project-page .displayCard__details {
    position: relative;
    width: calc(100%);
    max-width: 100%;
    margin: -16px auto 16px auto;
  }
}

@media (min-width: 1366px) {
  .page-node-type-ct-project-page .displayCard__details {
    max-width: 620px;
  }
}

.page-node-type-ct-project-page .displayCard__details:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

@media (min-width: 575.5px) and (max-width: 979px) {
  .page-node-type-ct-project-page .displayCard__details {
    position: relative;
    width: calc(100% - 46px);
    max-width: 100%;
    margin: -16px auto 16px auto;
  }
}

.displayCard__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  position: relative;
  width: 100%;
}

.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.displayCard__details--body .news-date {
  color: #333333;
}

.displayCard__details--body p.content-type {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.displayCard__details--body h3,
.displayCard__details--body h3.card-title {
  font-size: 1.6em;
}

.displayCard__details--body h4,
.displayCard__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.displayCard__details--body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard__details--body .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}

.displayCard__details--body .info p.content-type {
  color: #333333;
  font-weight: 700;
  margin-bottom: 0;
}

.displayCard__details--body .info p.date {
  color: #333333;
  margin-bottom: 0;
}

.displayCard__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.page-node-type-ct-project-page .displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  padding-left: 0;
  padding-right: 0;
}

.page-node-type-ct-project-page .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 4px;
}

.page-node-type-ct-project-page .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 3px;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.page-node-type-ct-project-page .displayCard__details--body a.btn:focus {
  outline: none;
}

@media (max-width: 859px) {
  .page-node-type-ct-project-page .displayCard__details--body {
    width: 100%;
  }
}

.displayCard__details--body a.btn {
  bottom: 16px;
}

.displayCard.video {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.displayCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.displayCard.video .displayCard__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .displayCard.video .displayCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}

.displayCard.video .displayCard__details--body {
  width: calc(100% - 3em);
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}

@media (max-width: 575px) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}

.displayCard.video .displayCard__details--body p.date-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.displayCard.video .displayCard__details--body .news-date {
  color: #333333;
}

.displayCard.video .displayCard__details--body p.content-type {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.displayCard.video .displayCard__details--body h3,
.displayCard.video .displayCard__details--body h3.card-title {
  font-size: 1.6em;
}

.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.displayCard.video .displayCard__details--body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .displayCard.video .displayCard__details--body .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}

.displayCard.video .displayCard__details--body .info p.content-type {
  color: #333333;
  font-weight: 700;
  margin-bottom: 0;
}

.displayCard.video .displayCard__details--body .info p.date {
  color: #333333;
  margin-bottom: 0;
}

.displayCard.video .displayCard__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.displayCard.video .displayCard__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.displayCard.video .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 4px;
}

.displayCard.video .displayCard__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 3px;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
}

.displayCard.video .displayCard__details--body a.btn::after {
  bottom: 4px;
}

.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title {
  margin: 0;
}

@media (min-width: 1440px) {
  .container-rg .displayCard__details {
    max-width: 540px;
  }
}

.ct-card {
  min-width: calc(50% - 32px);
  max-width: calc(50% - 32px);
  margin: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dee2e6;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.ct-card:hover {
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}

@media (max-width: 575px) {
  .ct-card {
    width: calc(100%);
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

.ct-card__details {
  width: 100%;
}

.ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}

.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.ct-card__details--body .news-date {
  color: #333333;
}

.ct-card__details--body p.content-type {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.ct-card__details--body h3,
.ct-card__details--body h3.card-title {
  font-size: 1.6em;
}

.ct-card__details--body h4,
.ct-card__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.ct-card__details--body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .ct-card__details--body .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}

.ct-card__details--body .info p.content-type {
  color: #333333;
  font-weight: 700;
  margin-bottom: 0;
}

.ct-card__details--body .info p.date {
  color: #333333;
  margin-bottom: 0;
}

.ct-card__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 4px;
}

.ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 3px;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.ct-card__details--body a.btn:focus {
  outline: none;
}

.ct-card__details--body .card-text {
  margin-top: 1em;
}

.ct-card__details--body p {
  margin-top: 1em;
}

.ct-card__details--body p.date-type,
.ct-card__details--body p.date-field {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #ed8b00;
}

.ct-card__details a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 28px;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  padding-left: 0;
  padding-right: 0;
}

.page-node-type-ct-project-page .ct-card__details a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 4px !important;
}

.page-node-type-ct-project-page .ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ed8b00;
  position: absolute;
  bottom: 3px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}

.ct-card__image img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.ct-card__image img:hover {
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
}

.ct-card__image img:hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image iframe:hover {
  transition: -webkit-transform 2.4s linear;
  -webkit-transition: -webkit-transform 2.4s linear;
  transition: transform 2.4s linear;
}

.ct-card__image iframe:hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ct-card__image.publication,
.ct-card__image.resources,
.ct-card__image.press {
  background-color: #dee2e6;
}

.ct-card__image.publication img.img-blur,
.ct-card__image.resources img.img-blur,
.ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 320px;
}

.ct-card__image.publication a,
.ct-card__image.resources a,
.ct-card__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image.publication a img,
.ct-card__image.resources a img,
.ct-card__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.ct-card__image .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}

.ct-card__image .btn-vidoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
}

.ct-card__image p.youtube-link {
  height: 0px;
  margin: 0;
}

.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card__video {
    padding: 26% 0;
  }
}

.ct-card__video a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100%;
}

.ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.ct-card__video .contextual-region {
  position: initial;
}

.ct-card__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}

.ct-card-group.colm-3 .ct-card {
  min-width: calc(100% / 3 - 32px);
  max-width: 32%;
  width: calc(100% / 3 - 32px);
}

@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    width: calc(100% - 16px);
    max-width: 100%;
    margin: 0 8px 20px 8px;
  }
}

@media (min-width: 575.5px) and (max-width: 979px) {
  .ct-card-group.colm-3 .ct-card {
    max-width: calc(100% - 32px);
    width: calc(100% - 68px);
    margin: 16px 8px 16px 32px;
  }
}

.ct-card-group.colm-3 .ct-card__image {
  background-color: #d1d1d1;
}

.ct-card-group.colm-3 .ct-card__image.publication img.img-blur,
.ct-card-group.colm-3 .ct-card__image.resources img.img-blur,
.ct-card-group.colm-3 .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 280px;
}

.ct-card-group.colm-3 .ct-card__details {
  width: 100%;
}

.ct-card-group.colm-3 .ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  padding-bottom: 3.5em;
}

.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  margin-bottom: 0.5em;
}

.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #333333;
}

.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #333333;
  text-transform: normal;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.8em 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title {
  font-size: 1.6em;
}

.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  font-size: 1.2em;
  margin: 0 0 1em 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a {
  color: #000000;
  line-height: 1.4;
  padding-top: 0;
}

.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:hover {
  color: #4a8bcd;
}

.ct-card-group.colm-3 .ct-card__details--body .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

@media (max-width: 859px) {
  .ct-card-group.colm-3 .ct-card__details--body .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
}

.ct-card-group.colm-3 .ct-card__details--body .info p.content-type {
  color: #333333;
  font-weight: 700;
  margin-bottom: 0;
}

.ct-card-group.colm-3 .ct-card__details--body .info p.date {
  color: #333333;
  margin-bottom: 0;
}

.ct-card-group.colm-3 .ct-card__details--body p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn {
  text-transform: none;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ed8b00;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 4px;
}

.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  background-color: #ed8b00;
  position: absolute;
  bottom: 3px;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
}

.ct-card-group.colm-3 .ct-card__details--body h3,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title {
  font-size: 1.3em;
}

.ct-card-group.colm-3 .ct-card__details--body .card-text,
.ct-card-group.colm-3 .ct-card__details--body p {
  margin-top: 1em;
}

.ct-card-group.colm-3 .ct-card__details--body .card-text.date-type,
.ct-card-group.colm-3 .ct-card__details--body .card-text.date-field,
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body p.date-field {
  margin-top: 0;
  color: #ed8b00;
}

.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 30% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 179px;
  overflow: hidden;
  background-color: #eaeaea;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card-group.colm-3 .ct-card__video {
    padding: 26% 0;
  }
}

.ct-card-group.colm-3 .ct-card__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 100%;
}

.ct-card-group.colm-3 .ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.ct-card-group.colm-3 .ct-card__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}

.ct-card-group.colm-3 .ct-card__video img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}

.ct-card-group.colm-3 .ct-card__video .contextual-region {
  position: initial;
}

.related-content .ct-card h3.card-title {
  margin-bottom: 0;
}

.path-multimedia .ct-card-group.colm-3 .ct-card__video a,
.path-videos .ct-card-group.colm-3 .ct-card__video a {
  padding: 30% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 100%;
}

.ct-card-group.colm-3.feature-cards .ct-card {
  border: 0;
  padding-bottom: 1em;
  background-color: #dee2e5;
}

@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card {
    padding-bottom: 0;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details {
  position: relative;
  height: 63%;
}

@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details {
    height: auto;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 1em;
  right: 1em;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body {
  padding: 0.2em 2.2em 4em 2.2em;
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
}

@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details--body {
    padding: 0.2em 2.2em 5em 2.2em;
  }
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body h3.card-title,
.ct-card-group.colm-3.feature-cards .ct-card__details--body h4.card-title {
  font-size: 1.3em;
}

.ct-card-group.colm-3.feature-cards .ct-card__details--body .btn {
  left: 2.6em;
  bottom: 1.5em;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919fae;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919fae;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919fae;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
}

.check-box {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  top: 3px;
  border: 1px solid #c8cfd6;
}

input[type="checkbox"] {
  position: absolute;
}

[type="checkbox"]:checked+.check-box:before [type="radio"]:checked+.check-box:before {
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  margin-left: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/* And change the background colour */
[type="checkbox"]:checked+.check-box,
[type="radio"]:checked+.check-box {
  background-color: #ed8b00;
  border: 1px solid #ed8b00;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #4c4c4c;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #dee2e6;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ed8b00;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

label {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"] {
  font-size: 16px;
  border: 1px solid #dee2e6;
  padding: 16px;
  border-radius: 5px;
  color: #000000;
  max-height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #4c4c4c;
  font-weight: 300;
}

input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 300;
}

input[type="search"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 300;
}

input[type="search"]::placeholder,
input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder {
  color: #4c4c4c;
  font-weight: 300;
}

input[type="search"]:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

input[type="search"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border: 1px solid #ed8b00 !important;
}

input[type="search"]:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="email"]:focus-visible {
  border: 1px solid #ed8b00;
  outline: 0;
}

button[type="submit"],
input[type="submit"],
input[type="button"] {
  position: relative;
  background-color: #ed8b00;
  color: #ffffff;
  border: 0;
  bottom: 2px;
  padding: 1em 2em;
  border-radius: 5px;
}

@media (max-width: 575px) {

  button[type="submit"],
  input[type="submit"],
  input[type="button"] {
    position: relative;
  }
}

@media (min-width: 768px) and (max-width: 990px) {

  button[type="submit"],
  input[type="submit"],
  input[type="button"] {
    position: relative;
    margin-top: 10px;
  }
}

.multi-dropdown {
  max-width: 100%;
  position: relative;
}

.multi-dropdown:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 920px) {
  .multi-dropdown {
    min-width: 320px;
    margin-left: 15px;
  }

  .multi-dropdown.year {
    min-width: 120px;
  }
}

.multi-dropdown .toggle-btn {
  width: 100%;
  border: 1px solid #dee2e6;
  background: #ffffff;
  padding: 16px 35px 16px 20px;
  border-radius: 0.25rem;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  color: #4c4c4c;
  position: relative;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.multi-dropdown .toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #919fae;
}

.multi-dropdown .toggle-btn.active {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ed8b00;
}

.multi-dropdown .toggle-btn.active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
}

.multi-dropdown .toggle-btn:focus {
  border: 1px solid #ed8b00;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.custom-multiselect01 {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background: #fff;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.custom-multiselect01 input#myInput {
  border: none;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
  background: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-multiselect01 input#myInput::-webkit-input-placeholder {
  color: #4c4c4c;
  font-weight: 500;
}

.custom-multiselect01 input#myInput:-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 500;
}

.custom-multiselect01 input#myInput::-ms-input-placeholder {
  color: #4c4c4c;
  font-weight: 500;
}

.custom-multiselect01 input#myInput::placeholder {
  color: #4c4c4c;
  font-weight: 500;
}

.custom-multiselect01 ul {
  max-height: 250px;
  overflow: auto;
}

.custom-multiselect01 ul li {
  border-bottom: 1px solid #dee2e6;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
}

.custom-multiselect01 ul li label {
  margin: 0;
  padding: 16px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.custom-multiselect01 ul li label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-multiselect01 ul li label input[type="checkbox"]+.checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #c8cfd6;
  border-radius: 3px;
}

.custom-multiselect01 ul li label input[type="checkbox"]+span {
  display: block;
}

.custom-multiselect01 ul li label input[type="checkbox"]:checked+.checkmark {
  background: url("../images/checkbox-selected-d.png") no-repeat;
  border: none;
}

.custom-multiselect01 ul li label input[type="checkbox"]:checked+.checkmark+span {
  font-weight: 700;
}

.custom-multiselect01 .btn-blk {
  padding: 14px 14px 15px;
}

.custom-multiselect01 .btn-blk a {
  font-weight: 600;
  color: #000;
  border-bottom: 2px solid #ed8b00;
  margin: 0 6px;
  font-size: 16px;
  padding: 0 0 3px;
}

.search-inp {
  position: relative;
}

.search-inp a {
  cursor: pointer;
  position: absolute;
  top: 18px;
  left: 24px;
  width: 16px;
  height: 16px;
}

.search-inp svg {
  width: 16px;
  height: 16px;
}

.search-inp input[type="search"] {
  padding: 16px 16px 16px 54px;
  min-width: 300px;
  font-weight: 500;
}

.search-inp input[type="search"]::-webkit-search-cancel-button {
  content: "x";
  position: relative;
  right: 0;
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #f9dcb2 url("../images/search-input-close.svg") no-repeat center;
}

.custom-multiselect01 {
  padding-bottom: 10px;
}

.custom-multiselect01 .apply-filter,
.custom-multiselect01 .remove-filter {
  padding: 10px 0;
  font-size: 15px;
  background: transparent;
  border: 0;
  font-weight: 700;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.custom-multiselect01 .apply-filter::after,
.custom-multiselect01 .remove-filter::after {
  content: "";
  background-color: #ed8b00;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 2px;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.custom-multiselect01 .apply-filter:hover::after,
.custom-multiselect01 .remove-filter:hover::after {
  content: "";
  background-color: #ed8b00;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 1px;
}

select {
  display: none;
}

.selectdropdown {
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dee2e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: normal;
  height: 58px;
  line-height: 56px;
  outline: none;
  padding-left: 16px;
  color: #333333;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  min-width: 120px;
  width: auto;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

.selectdropdown:focus {
  background-color: #f1f1f1;
}

.selectdropdown:hover {
  background-color: #f3f3f3;
}

.selectdropdown:active,
.selectdropdown.open {
  background-color: #ffffff;
  border-color: #ed8b00;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.selectdropdown:after {
  height: 0;
  width: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #919fae;
  -webkit-transform: origin(50% 20%);
  transform: origin(50% 20%);
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  content: "";
  display: block;
  margin-top: -2px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
}

.selectdropdown.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.selectdropdown.open .list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  max-height: 30vh;
  overflow-y: scroll;
}

.selectdropdown.open .option {
  cursor: pointer;
  border-bottom: 1px solid #dee2e6;
}

.selectdropdown.open .option:last-child {
  border-bottom: 0;
}

.selectdropdown.wide {
  width: 100%;
}

.selectdropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.selectdropdown .list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border-radius: 5px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 999;
}

.selectdropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.selectdropdown .option {
  cursor: default;
  font-weight: 400;
  line-height: 26px;
  outline: none;
  padding: 10px 30px 10px 18px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow-wrap: break-word;
}

.selectdropdown .option:hover,
.selectdropdown .option:focus {
  background-color: #f6f6f6 !important;
}

.selectdropdown .option.selected {
  font-weight: 600;
  border-left: 4px solid #ed8b00;
}

.selectdropdown .option.selected:focus {
  background: #ffffff;
}

.selectdropdown span.current {
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  display: inline-block;
}

/**** Pager ****/
nav.pager-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

ul.pager {
  text-align: right;
  padding-right: 270px;
  margin: 35px 0 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  min-height: 30px;
}

@media (max-width: 575px) {
  ul.pager {
    padding-right: 125px;
    min-height: 36px;
  }
}

ul.pager a {
  color: #000000;
  width: auto;
}

ul.pager a:hover {
  color: #4c4c4c;
}

ul.pager li {
  display: inline-block;
  padding: 0;
  width: auto;
  font-size: 16px;
  margin: 0 0 0 15px;
  overflow: initial;
}

@media (max-width: 575px) {
  ul.pager li {
    margin: 0 0 0 8px;
  }
}

ul.pager li.pager-first.first,
ul.pager li.page-item.first,
ul.pager li.page-item.prev.disabled,
ul.pager li.pager-last.last {
  display: none;
}

ul.pager li a,
ul.pager li span {
  display: inline-block;
  background-color: transparent;
  border: 0;
  padding: 0 8px;
  color: #4c4c4c;
  outline: none;
  font-weight: 500;
}

ul.pager li a:hover,
ul.pager li span:hover {
  color: #4c4c4c;
}

ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}

ul.pager li.pager-next,
ul.pager li.page-item.next {
  margin-left: 1em;
  text-align: right;
  position: absolute;
  right: 0;
  width: 92px;
}

@media (max-width: 575px) {

  ul.pager li.pager-next,
  ul.pager li.page-item.next {
    top: 0;
    width: 40px;
    padding-bottom: 50px;
  }
}

ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "Next";
  position: absolute;
  top: 6px;
  right: 0;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: #000000;
  padding-right: 30px;
  background: url(../images/icon-btn-arrow-next.svg) 99% center no-repeat;
  opacity: 1;
  width: 74px;
  height: 15px;
  font-size: 16px;
}

@media (max-width: 575px) {

  ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: " ";
  }
}

ul.pager li.pager-next:after,
ul.pager li.page-item.next:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 34px;
  margin-top: -6px;
  width: 1px;
  background-color: #d0d0d0;
}

ul.pager li.pager-previous a,
ul.pager li.pager-next a,
ul.pager li.page-item.next a,
ul.pager li.page-item.prev a {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0em;
  background: none;
  text-indent: 0;
  overflow: initial;
}

ul.pager li.pager-previous,
ul.pager li.page-item.prev {
  margin-right: 1em;
}

@media (max-width: 575px) {

  ul.pager li.pager-previous,
  ul.pager li.page-item.prev {
    margin-right: -1.8em;
  }
}

ul.pager li.pager-previous a,
ul.pager li.page-item.prev a {
  position: absolute;
  right: 190px;
  text-align: center;
}

@media (max-width: 575px) {

  ul.pager li.pager-previous a,
  ul.pager li.page-item.prev a {
    top: -6px;
    right: 60px;
  }
}

ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "Previous";
  position: absolute;
  right: -45px;
  top: 6px;
  text-transform: uppercase;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  padding-left: 30px;
  width: 74px;
  height: auto;
  font-size: 16px;
  background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
  opacity: 1;
}

@media (max-width: 575px) {

  ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    width: 40px;
    height: 28px;
    content: " ";
    background: url(../images/icon-btn-arrow-previous.svg) 0px center no-repeat;
    right: -18px;
  }
}

ul.pager li.pager-current,
ul.pager li.pager-current a,
ul.pager li.page-item.active,
ul.pager li.page-item.active a {
  font-weight: 600;
  background-color: transparent;
  color: #000000;
  cursor: default;
  position: relative;
}

ul.pager li.pager-current a::after {
  content: "";
  height: 2px;
  background-color: #ed8b00;
  width: 90%;
  position: absolute;
  left: 2px;
  bottom: -5px;
}

@media (min-width: 768px) {

  .lang-fr ul.pager li.pager-next,
  ul.pager li.page-item.next {
    width: 105px;
  }

  .lang-fr ul.pager li.pager-previous a,
  ul.pager li.page-item.prev a {
    right: 205px;
  }
}

.lang-fr .page-content.cardlist .item-list ul.pager li.pager-next a:before,
.lang-fr .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
.lang-fr ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "SUIVANT";
  width: 134px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-fr .page-content.cardlist .item-list ul.pager li.pager-next a:before,
  .lang-fr .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
  .lang-fr ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: "";
    width: 42px;
  }
}

.lang-es .page-content.cardlist .item-list ul.pager li.pager-next a:before,
.lang-es .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
.lang-es ul.pager li.pager-next a:before,
ul.pager li.page-item.next a:before {
  content: "PRÓXIMO";
  width: 90px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-es .page-content.cardlist .item-list ul.pager li.pager-next a:before,
  .lang-es .page-content.cardlist .item-list ul.pager li.page-item.next a:before,
  .lang-es ul.pager li.pager-next a:before,
  ul.pager li.page-item.next a:before {
    content: "";
    width: 42px;
  }
}

.lang-es ul.pager li.pager-next,
ul.pager li.page-item.next {
  width: 108px;
}

@media (max-width: 575px) {

  .lang-es ul.pager li.pager-next,
  ul.pager li.page-item.next {
    width: 42px;
  }
}

.lang-fr .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
.lang-fr .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
.lang-fr ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "PRÉCÉDENTE";
  width: 78px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-fr .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
  .lang-fr .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
  .lang-fr ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    content: "";
    width: 35px;
  }
}

.lang-es .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
.lang-es .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
.lang-es ul.pager li.pager-previous a:before,
ul.pager li.page-item.prev a:before {
  content: "ANTERIOR";
  width: 78px;
  font-size: 14px;
}

@media (max-width: 575px) {

  .lang-es .page-content.cardlist .item-list ul.pager li.pager-previous a:before,
  .lang-es .page-content.cardlist .item-list ul.pager li.page-item.prev a:before,
  .lang-es ul.pager li.pager-previous a:before,
  ul.pager li.page-item.prev a:before {
    content: "";
    width: 38px;
  }
}

.rlc-card ul.pager {
  margin-bottom: 0;
}

/* pager css end */
.quick-navs,
.selectdropdown.quick-navs {
  width: 100%;
  margin-bottom: 32px;
}

@media (min-width: 980px) {

  .quick-navs,
  .selectdropdown.quick-navs {
    display: none;
  }
}

.standalone-quote-block {
  background-color: #f5f5f0;
}

.nav-innovation {
  width: 100%;
  position: relative;
}

.nav-innovation .innovate-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-innovation .tab-wrap {
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.07);
}

@media (max-width: 979px) {
  .nav-innovation .tab-wrap {
    padding: 0;
  }
}

.main-tab.stick {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}

.nav-innovation .tab-wrap .tab-list01 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 979px) {
  .nav-innovation .tab-wrap .tab-list01 {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.nav-innovation .tab-wrap .tab-list01 li {
  padding: 20px;
  white-space: nowrap;
  margin: 0;
  border: 0;
}

.nav-innovation .tab-wrap .tab-list01 li:hover {
  color: #000;
  opacity: 1;
  background-color: #fff;
}

.nav-innovation .tab-wrap .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20;
}

.nav-innovation .tab-wrap .icons a {
  margin: 0 5px;
}

.nav-innovation .tab-wrap .icons a img {
  width: 18px;
  height: 18px;
}

@media (max-width: 979px) {
  .nav-innovation .tab-wrap .icons {
    display: none;
  }
}

.why-innovate-wrap {
  background: #39297c;
  color: #ffffff;
}

.why-innovate-wrap article {
  padding: 0;
}

.why-innovate-wrap h2 {
  color: #ffffff;
}

.why-innovate-wrap p {
  max-width: 720px;
}

.innovate-five {
  background-color: #fef5e9;
}

.whr-innovate {
  background-color: #ffffff;
}

.whr-innovate .map-container {
  margin: 32px 0;
  min-height: 100px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 979px) {
  .whr-innovate .map-container {
    min-height: 520px;
  }

  .map_outer {
    top: 40px !important;
  }
}

.updates {
  background-color: #fdf5ea;
}

.updates .tab {
  opacity: 0;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  position: relative;
}

@media (max-width: 575px) {
  .updates .tab {
    margin-left: -16px;
    width: calc(100% + 16px);
  }
}

@media (max-width: 979px) {
  .updates .tab {
    opacity: 1;
    -webkit-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
    display: block;
    overflow: hidden;
    width: calc(100% + 16px);
  }
}

.updates .tab.tab-active {
  opacity: 1;
  -webkit-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
}

.updates .tab .content {
  padding: 32px 80px 32px 48px;
  min-height: 610px;
}

@media (max-width: 979px) {
  .updates .tab .content {
    position: relative;
    padding: 20px 16px 52px 16px;
    min-height: 480px;
  }
}

.updates .tab .content .ct-card {
  border: 0;
}

@media (max-width: 979px) {
  .updates .tab .content .research-list ul {
    margin: 0 0 0 16px;
  }
}

.updates .tab .content .research-list>ul>li {
  margin-bottom: 16px;
}

@media (max-width: 979px) {
  .updates .horizontal-tab {
    margin-left: -20px;
    margin-right: -20px;
  }

  .updates .horizontal-tab .tab-wrap {
    padding: 0;
  }

  .updates .horizontal-tab .tab-a {
    position: relative;
    width: 100%;
    z-index: 2;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 32px 20px 16px 20px;
  }

  .updates .horizontal-tab .tab-a h5 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    bottom: auto;
    left: auto;
    -webkit-writing-mode: inherit;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .updates .horizontal-tab .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .updates .horizontal-tab .slick-dots li {
    margin: 0;
  }

  .updates .horizontal-tab .slick-dots li button::before {
    font-size: 8px;
    color: #ffffff;
  }

  .updates .horizontal-tab .slick-dots li.slick-active button::before {
    font-size: 12px;
    color: #ffffff;
  }

  .updates .horizontal-tab .count {
    display: none;
  }
}

@media (max-width: 767px) {
  .updates .card-multisizes {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 12px;
  }
}

@media (max-width: 767px) {
  .updates .card-multisizes .ct-card {
    min-width: 320px;
    max-width: 100%;
    margin: 0 0 20px 0;
    height: 100%;
  }
}

.updates .card-multisizes .ct-card__details--body {
  padding-bottom: 74px;
}

.fund-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f26531;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 400px;
  position: relative;
}

@media (max-width: 767px) {
  .fund-info {
    overflow: hidden;
    min-height: 500px;
  }
}

.fund-info .top-left {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .fund-info .top-left {
    top: -100px;
    left: -120px;
  }
}

.fund-info .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 767px) {
  .fund-info .bottom-right {
    bottom: -120px;
    right: -70px;
  }
}

.fund-info .info {
  color: #fff;
  text-align: center;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .fund-info .info {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
  }
}

.fund-info .info h3 {
  color: #fff;
}

.fund-info .info p {
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 30px;
}

.fund-info .info .btn.default,
.fund-info .info .btn.action {
  color: #f26531;
  border: none;
}

.get-inTouch h3 {
  text-align: center;
  margin-bottom: 32px;
}

.get-inTouch .social-icons {
  max-width: 420px;
  width: 100%;
  margin: 16px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
}

.get-inTouch .social-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 0;
}

.get-inTouch .social-icons a img {
  width: 28px;
  height: 28px;
}

@media (min-width: 575.5px) and (max-width: 767px) {
  .ct-card {
    min-width: 95%;
    max-width: 95%;
  }
}

.infographic {
  font-size: 14px;
}

.breadcrumb.onImg {
  top: 0;
}

footer a.btn.donate {
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 15px;
  background-color: #fff;
}

footer a.btn.donate::after,
footer a.btn.donate:hover::after {
  height: 0;
}

.ct-card__details h5.card-title a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 979px) {
  .updates .horizontal-tab .slick-dots li button::before {
    font-size: 22px;
  }

  .updates .horizontal-tab .slick-dots li.slick-active button::before {
    font-size: 32px;
  }
}

.map-area {
  position: relative;
  width: 100%;
}

.map-area img {
  width: 100%;
}

.map-area .srch {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.map-area .srch img,
.map-area .srch svg {
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.map-area .srch img path,
.map-area .srch svg path {
  fill: #ffffff;
}

.map-area .map-sidebar {
  position: fixed;
  left: -300px;
  height: 100%;
  width: 300px;
  display: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media (min-width: 980px) {
  .map-area .map-sidebar {
    position: absolute;
    left: 0;
    height: 100%;
    width: 420px;
  }
}

.map-area .map-sidebar.is-active {
  width: 300px;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  display: block;
}

@media (max-width: 767px) {
  .map-area .map-sidebar.is-active {
    width: 100%;
    position: relative;
    z-index: 2;
    top: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .map-area .map-sidebar.is-active {
    position: absolute;
    height: 520px;
  }
}

@media (min-width: 980px) {
  .map-area .map-sidebar.is-active {
    width: 420px;
    left: 0;
    opacity: 1;
  }
}

.map-area .map-sidebar .map-content {
  padding: 65px 48px;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.map-area .map-sidebar .map-content input[type="search"],
.map-area .map-sidebar .map-content input[type="text"] {
  width: 100%;
  border: 1px solid #dee2e6;
  max-height: 60px;
}

.map-area .map-sidebar .map-content .btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.map-area .map-sidebar .map-content .btn-close img {
  width: 18px;
  height: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 11px;
}

.map-area .map-sidebar .map-content .rslt-content {
  padding: 32px 16px 0 0;
}

.fld-wrapper {
  background-color: #fff;
  padding: 10px 0 16px 0;
}

.data-wrapper {
  margin: 0 -16px 0 0;
  overflow-y: auto;
  height: 100%;
}

.map-content .country-details {
  padding: 16px 48px;
  position: absolute;
  z-index: 1;
  top: 142px;
  left: 0;
  background-color: #fffaf3;
  width: 100%;
  height: calc(100% - 145px);
  overflow-y: scroll;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

.map-content .country-details ul li a {
  color: #000;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #e3ddd4;
}

.map-content .country-details ul li a:hover {
  border-bottom: 2px solid #ee8b00;
}

.hero-image.innovation-hero::before {
  background: transparent;
}

/* Swiper override css */
.updates .swiper.mySwiper-1,
.updates .swiper.mySwiper-2 {
  padding-bottom: 70px;
}

@media (min-width: 980px) {

  .updates .swiper.mySwiper-1,
  .updates .swiper.mySwiper-2 {
    max-width: 600px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1139px) {

  .updates .swiper.mySwiper-1,
  .updates .swiper.mySwiper-2 {
    padding-bottom: 80px;
    max-width: 700px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1140px) and (max-width: 1260px) {

  .updates .swiper.mySwiper-1,
  .updates .swiper.mySwiper-2 {
    padding-bottom: 80px;
    max-width: 800px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1140px) and (max-width: 1380px) {

  .updates .swiper.mySwiper-1,
  .updates .swiper.mySwiper-2 {
    padding-bottom: 80px;
    max-width: 800px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1381px) {

  .updates .swiper.mySwiper-1,
  .updates .swiper.mySwiper-2 {
    padding-bottom: 80px;
    max-width: 900px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {

  .updates .swiper.mySwiper-1,
  .updates .swiper.mySwiper-2 {
    padding-bottom: 50px;
  }
}

.updates .swiper-horizontal>.swiper-pagination-bullets,
.updates .swiper-pagination-bullets.swiper-pagination-horizontal,
.updates .swiper-pagination-custom,
.updates .swiper-pagination-fraction {
  bottom: 10px;
}

.updates .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.updates .swiper-pagination-bullet-active {
  background: #fff;
  width: 12px;
  height: 12px;
  opacity: 1;
}

section#whatsnew {
  overflow-x: hidden;
  padding-bottom: 64px;
}

#whatsnew .container-sig {
  position: relative;
}

#whatsnew .container-sig .ct-card-group {
  position: relative;
  z-index: 1;
}

#whatsnew .container-sig .top-rt {
  position: absolute;
  right: -200px;
  top: 0;
  z-index: 0;
  width: 300px;
  display: none;
}

@media (max-width: 575px) {
  #whatsnew .container-sig .top-rt {
    right: 0px;
    top: 0;
    z-index: 0;
    width: 100px;
  }
}

#whatsnew .container-sig .bottom-lt {
  position: absolute;
  left: -200px;
  bottom: 0px;
  z-index: 0;
  width: 300px;
  display: none;
}

@media (max-width: 575px) {
  #whatsnew .container-sig .bottom-lt {
    left: 0;
    bottom: 100px;
    z-index: 0;
    width: 100px;
  }
}

#whyinnovate .container-sig article {
  position: relative;
  background: transparent;
}

#whyinnovate .container-sig article .cntr-rt {
  width: 300px;
  position: relative;
  right: auto;
  top: 45px;
  margin: 0 auto;
}

@media (min-width: 1090px) {
  #whyinnovate .container-sig article .cntr-rt {
    position: absolute;
    right: 0;
    margin: 0;
    top: calc(50% - 150px);
  }
}

#whatsnew .container-sig::before {
  background: url(../../images/innovation/motif_1-1.png) no-repeat right 0;
  content: "";
  width: 300px;
  height: 350px;
  position: absolute;
  right: -100px;
  background-size: 100%;
  z-index: 0;
}

@media (max-width: 767px) {
  #whatsnew .container-sig::before {
    width: 120px;
    height: 180px;
    right: -50px;
  }
}

#whatsnew .container-sig::after {
  background: url(../../images/innovation/motif_1-2.png) no-repeat left bottom;
  content: "";
  width: 300px;
  height: 350px;
  position: absolute;
  left: -200px;
  background-size: 100%;
  bottom: 0;
}

@media (max-width: 767px) {
  #whatsnew .container-sig::after {
    width: 150px;
    height: 180px;
    left: -50px;
    bottom: 50px;
    z-index: -1;
  }
}

.research-list>ul>li .info a.btn {
  padding: 6px 0;
  color: #000;
}

.research-list>ul>li .info a.btn::after {
  bottom: 2px;
}

.research-list>ul>li .info a.btn:hover::after {
  bottom: 1px;
}

#map_outer svg {
  margin-top: 20px;
}

#map_zoom {
  display: none;
}

.main-tab-stick span.next {
  display: block;
  position: absolute;
  right: 8px;
  top: 24px;
  width: 10px;
  cursor: pointer;
  visibility: visible;
}

.main-tab-stick span.previous {
  display: block;
  position: absolute;
  left: 8px;
  top: 24px;
  width: 10px;
  cursor: pointer;
  visibility: visible;
}

@media (min-width: 1090px) {

  .main-tab-stick span.next,
  .main-tab-stick span.previous {
    visibility: hidden;
  }
}

.nft-block {
  display: flex;
  max-height: 400px;
}

@media (max-width: 979px) {
  .nft-block {
    flex-flow: column;
    max-height: initial;
  }
}

.nft-block .col-img {
  width: 60%;
}

@media (max-width: 979px) {
  .nft-block .col-img {
    width: 100%;
  }
}

.nft-block .col-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nft-block .col-txt {
  width: 40%;
  display: flex;
  align-items: center;
  background-color: #4295d1;
}

@media (max-width: 979px) {
  .nft-block .col-txt {
    width: 100%;
  }
}

.nft-block .col-txt .ctn-txt {
  padding: 96px;
  text-align: center;
}

@media (max-width: 979px) {
  .nft-block .col-txt .ctn-txt {
    padding: 48px;
    margin: 0 auto;
  }
}

.nft-block .col-txt .ctn-txt h2,
.nft-block .col-txt .ctn-txt h3,
.nft-block .col-txt .ctn-txt h4,
.nft-block .col-txt .ctn-txt h5 {
  color: #ffffff;
}

.pad-b-0 {
  padding-bottom: 0;
}

.tab-list01 ul::-webkit-scrollbar {
  width: 12px;
}

.tab-list01 ul::-webkit-scrollbar-track {
  display: none;
}

#whatsnew .btn-center {
  margin-bottom: 0;
  margin-top: 16px;
}

.inst-text-mobile {
  max-width: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .inst-text-mobile {
    display: block;
  }
}

.cntr-story {
  padding: 10px 0;
}

.cntr-story i {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  display: block;
  background: url(icon-story.svg) no-repeat center center;
}

.rwm.cntr-story i.icon-report {
  background: url(../../icons/reports-svg.svg) no-repeat center center;
}

.rwm.cntr-story i.icon-interagency {
  background: url(../../icons/interagencyprogramme-svg.svg) no-repeat center center;
}

.rwm.cntr-story i.icon-campaign {
  background: url(../../icons/campaign-svg.svg) no-repeat center center;
}

.rwm.cntr-story i.icon-software {
  background: url(../../icons/software-svg.svg) no-repeat center center;
}

.rwm.cntr-story i.icon-news {
  background: url(../../icons/news-svg.svg) no-repeat center center;
}

.rwm.cntr-story i.icon-video {
  background: url(../../icons/videos-svg.svg) no-repeat center center;
}

.rwm.cntr-story i.cntr-story {
  background: url(../../icons/icon-story-svg.svg) no-repeat center center;
}

.cntr-story p {
  font-size: 14px;
  line-height: 24px;
}

.cntr-story .str-cnt {
  position: relative;
  padding-bottom: 16px;
}

.cntr-story .str-cnt::after {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #e6e6e6;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}

#map_holder {
  z-index: 0 !important;
}

#map_outer {
  z-index: 2 !important;
  top: 35px !important;
}

.more-cards {
  display: block;
  width: 160px;
  height: 134px;
  background-color: #ded5d5;
  position: absolute;
  top: 50%;
  left: calc(50% - 0px);
  transform: translate(-50%, -50%);
  border-radius: 100px;
  padding-top: 158px;
  transition: 0.5s ease-in;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.more-cards:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}

@media (min-width: 980px) {
  .more-cards {
    left: calc(50% - 0px);
  }
}

.more-cards span {
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  display: block;
  margin-top: 10px;
}

.more-cards.orange {
  background-color: #f7941c;
}

.more-cards.purple {
  background-color: #622a7e;
}

.more-cards::after {
  content: '+';
  font-size: 70px;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: calc(50% - 0px);
  transform: translate(-50%, -50%);
}

.path-innovation .container .page-content:first-of-type {
  padding-top: 0;
}

.swiper-slide {
  padding-right: 12px;
  padding-left: 12px;
}

@media (max-width: 767px) {
  .swiper-slide {
    padding-right: 5px;
    padding-left: 5px;
  }

  .swiper-slide:last-child {
    padding-right: 0px;
    padding-left: 5px;
  }
}

.swiper-slide .ct-card {
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px !important;
  color: #808080;
}

.swiper-button-next {
  right: 0px !important;
}

.swiper-button-prev {
  left: 0px !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .swiper-button-next {
    right: 10px !important;
  }

  .swiper-button-prev {
    left: 10px !important;
  }
}

@media (min-width: 980px) {

  .swiper-button-next::after,
  .swiper-button-prev::after {
    color: #ffffff;
    font-size: 38px !important;
  }
}

.swiper-button-prev.swiper-button-disabled {
  opacity: .20;
}

.tfgbv-map-title,
.tfgbv-map-desc {
  text-align: center;
}

.tf-icon-holder {
  display: flex;
}

.tf-icon-holder i {
  margin-right: 10px;
}

.map-area .map-sidebar .tf-map.map-content {
  padding: 65px 38px;
  position: relative;
}

.map-disclaimer {
  font-size: 11px;
}

.map-disclaimer p {
  margin-bottom: 5px !important;
  margin-top: 15px;
}

.dis-icon {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 2;
}

.dis-icon svg {
  width: 20px;
  height: 20px;
}

.map-content .country-details ul.map-search-items {
  list-style: none;
}

.map-content .country-details ul.map-search-items li {
  list-style: none;
}

#whatsnew .ct-card-group {
  justify-content: flex-start;
}

.invest-fund-info .country-details ul.map-search-items li {
  background: unset;
  padding: 0;
  position: unset;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: unset;
  transition: 0;
}
