@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*
Theme Name: DALBERG MESCLADO
Description: Theme created for DALBERG website by Leandro Berg (fullstack development - http://virtuemasters.com.br).
Version: 2.55
Author: Leandro Berg (VIRTUEMASTERS - coding) / Eric Saboya (CRIAMENTE - design)
Author URI: https://virtuemasters.com.br
*/
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

*:focus,
*:active,
*:visited {
  outline: 0 !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: var(--black);
}

figure {
  line-height: 0;
}

figure.wp-block-table {
  line-height: inherit;
}

figcaption {
  line-height: 24px;
}

/* GENERAL */
body {
  font: 300 18px/24px 'Lato';
  color: var(--gray);
  padding-top: 80px;
}

section {
  position: relative;
  padding: 40px 0;
}

img {
  max-width: 100%;
  height: auto;
}

iframe,
video {
  width: 100%;
  max-width: 740px;
  margin: 0 auto 20px;
  display: block;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.min-height-100vh {
  min-height: 100vh;
}

a.permalink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

strong {
  font-weight: 700;
}

.title {
  max-width: 770px;
  margin: 0 auto;
}

.title p {
  text-transform: none;
  font-size: 16px;
}

i {
  font-style: italic;
  font-weight: 300;
}

main {
  min-height: calc(100vh - 546px);
}

.juicer-feed {
  max-width: none;
}

.loading .item {
  opacity: 0.5;
  transition: opacity .3s;
}

.is-style-circle-mask img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

hr {
  max-width: 740px;
  margin-bottom: 30px;
}

sub,
sup {
  font-size: 12px;
}

/* HIGHLIGHT AND SHARE - plugin */
.highlight-and-share-wrapper {
  z-index: 999 !important;
  display: none !important; 
}

body:not(.single-our-ideas) .highlight-and-share-wrapper {
  display: none !important;
}

.highlight-and-share-wrapper .has_twitter,
.highlight-and-share-wrapper .has_linkedin {
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important;
  margin: 0 2px !important;
  text-align: center;
  padding-top: 1px;
}

.highlight-and-share-wrapper a {
  padding: 0 !important;
  display: inline-block !important;
}

.highlight-and-share-wrapper a i {
  padding-left: 3px;
}

/* COLORS */
:root {
  --wine: #881946;
  --blue: #00a7cc;
  --yellow: #edae01;
  --gray: #5d5c5a;
  --lightGray: #f2f2f2;
  --otherGray: #9e9d9c;
  --darkGray: #2c2c2c;
  --white: #fff;
  --black: #000;
}

.has-wine-color {
  color: var(--wine) !important;
}

.has-wine-background-color {
  background-color: var(--wine);
}

.has-blue-color {
  color: var(--blue) !important;
}

.has-blue-background-color {
  background-color: var(--blue);
}

.has-yellow-color {
  color: var(--yellow) !important;
}

.has-yellow-background-color {
  background-color: var(--yellow);
}

.has-gray-color {
  color: var(--gray) !important;
}

.has-gray-background-color {
  background-color: var(--gray);
}

.has-white-color {
  color: var(--white) !important;
}

.has-white-background-color {
  background-color: var(--white);
}

.has-black-color {
  color: var(--black) !important;
}

.has-black-background-color {
  background-color: var(--black);
}

/* LINKS */
a {
  color: #881946;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: var(--wine);
}

.current-menu-item a,
.current-page-ancestor a {
  color: var(--wine);
}

/* BUTTONS */
.button,
input[type='submit'] {
  font: 400 13px/19px 'Lato';
  padding: 10px 25px;
  text-transform: uppercase;
  color: var(--wine);
  border: 1px solid var(--wine);
}

.button:hover,
input[type='submit']:hover {
  background: var(--wine);
  color: var(--white);
}

/* TABLE */
table {
  border: 1px solid var(--white);
  text-align: center;
  border-collapse: collapse;
  margin: 15px 0;
}

table td,
table th {
  border: 1px solid var(--white);
  padding: 15px 2px;
}

table tbody td {
  font-size: 14px;
}

table tr:nth-child(even) {
  background: var(--lightGray);
}

table thead {
  background: var(--blue);
  border-bottom: 5px solid var(--white);
}

table thead th {
  font-size: 17px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  border-left: 2px solid var(--white);
}

table thead th:first-child {
  border-left: none;
}

table tfoot {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  background: #D0E4F5;
  border-top: 3px solid #444444;
}

table tfoot td {
  font-size: 14px;
}

/* GALLERY - block */
.wp-block-gallery ul {
  margin: auto;
}

.wp-block-gallery.aligncenter {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.wp-block-gallery.alignleft {
  max-width: 480px;
  margin-bottom: 15px;
}

.wp-block-gallery .alignright {
  max-width: 480px;
  margin-bottom: 15px;
}

.wp-block-gallery.alignwide ul,
.wp-block-gallery.alignfull ul {
  max-width: 100%;
}

/* QUOTE - block */
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  font: 300 22px/24px 'Lato';
  color: var(--blue);
  padding-right: 30px;
  max-width: 740px;
  text-align: left;
  margin: 0 auto;
  font-style: italic;
}

.wp-block-quote:before {
  content: '';
  display: block;
  margin: 15px 5px;
  left: -7px;
  position: relative;
  width: 42px;
  height: 36px;
  background: url(images/quote.png);
}

.wp-block-quote cite {
  padding-bottom: 25px;
  display: block;
}

.wp-block-quote strong {
  font-weight: 400;
}

.wp-block-quote.has-text-align-left {
  float: left;
  width: calc(370px - 20px);
  margin-right: 20px;
  margin-left: 185px;
}

.wp-block-quote.has-text-align-left:before {
  margin: 15px 5px;
}

.wp-block-quote.has-text-align-right {
  float: right;
  width: calc(370px - 20px);
  margin-left: 20px;
  margin-right: 185px;
}

.wp-block-quote.has-text-align-right:before {
  margin: 15px 5px;
}

.wp-block-quote.has-text-align-center {
  text-align: center;
}

.wp-block-quote.has-text-align-center:before {
  margin: 15px auto;
}

.wp-block-quote.has-text-align-center cite {
  text-align: center;
}

/* FIGURE & IMAGE - block */
.wp-block-image {
  position: relative;
  max-width: 740px;
  margin: 0 auto;
  padding: 1rem 0;
}

.wp-block-image.is-resized {
  margin: 0 auto;
  display: block;
}

.wp-block-image figcaption {
  text-align: center;
  color: #999;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

.wp-block-image .aligncenter {
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

.wp-block-image .aligncenter img {
  width: 100%;
}

.wp-block-image .alignleft {
  max-width: 480px;
  margin-bottom: 15px;
}

.wp-block-image .alignright {
  max-width: 480px;
  margin-bottom: 15px;
}

.wp-block-image.alignwide {
  max-width: 100%;
  margin-bottom: 25px;
  margin-top: 10px;
}

.wp-block-image.alignfull {
  margin-bottom: 25px;
}

.wp-block-image.fancybox figure {
  position: relative;
}

.wp-block-image.fancybox a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f065';
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 7px;
  text-align: center;
  color: var(--white);
  opacity: 0.8;
}

.wp-block-image.fancybox a:hover:before {
  opacity: 1;
}

/* COLUMNS - block */
.wp-block-columns {
  margin: 15px auto;
  max-width: 740px;
}

.wp-block-columns.alignwide {
  max-width: 100%;
}

.wp-block-columns img {
  margin-bottom: 15px;
}

.wp-block-columns.two-photos {
  max-width: 740px;
  margin: 0 auto;
}

.wp-block-columns .wp-block-cover {
  margin: 0;
}

.wp-block-columns p {
  padding-bottom: 15px;
}

.wp-block-columns .wp-block-button {
  margin: 30px;
}

.wp-block-columns.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-columns.no-margin img {
  margin: 0;
}

.wp-block-columns.no-margin .wp-block-column {
  margin: 0;
}

.wp-block-columns.no-margin p {
  padding: 0 30px 15px;
}

.wp-block-columns .wp-block-image img {
  width: auto;
}

.wp-block-columns.no-margin .wp-block-embed-youtube {
  margin-bottom: 0 !important;
}

/* BUTTONS - block */
.wp-block-button__link {
  font: 400 13px/19px 'Lato';
  padding: 10px 25px;
}

.wp-block-button__link.has-white-background-color:hover {
  background-color: var(--wine) !important;
  color: var(--white) !important;
}

.wp-block-button__link.has-wine-background-color:hover {
  background-color: var(--yellow);
}

.wp-block-button__link.has-gray-background-color:hover,
.wp-block-button__link.has-black-background-color:hover,
.wp-block-button__link.has-yellow-background-color:hover {
  background-color: var(--wine);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px;
  font-weight: 300;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: var(--white) !important;
}

.wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color:hover {
  background: var(--wine);
  border-color: var(--wine);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-wine-color:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color:hover {
  background: var(--blue);
  border-color: var(--blue);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-gray-color:hover {
  background: var(--gray);
  border-color: var(--gray);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover {
  background: var(--black);
  border-color: var(--black);
}

.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--wine) !important;
}

/* CAROUSEL - block */
.virtuepress-carousel:not(.alignwide) {
  max-width: 740px;
  margin: 0 auto;
}

.virtuepress-carousel figure {
  /*height:100px;display:flex;align-items:center;text-align:center;*/
  padding: 0 30px;
  position: relative;
}

.virtuepress-carousel figure img {
  /*max-height:100%;width:auto;transition:filter .3s;*/
  margin: 0 auto;
}

/* COVER - block */
.wp-block-cover {
  margin-bottom: 15px;
  height: auto;
}

.wp-block-cover p {
  font: 300 23px/29px 'Lato';
  padding: 0;
}

.wp-block-cover strong {
  font-weight: 400;
}

.wp-block-cover a {
  color: var(--white);
}

.wp-block-cover .wp-block-button {
  margin: 15px 0;
}

/* YOUTUBE - block */
.wp-block-embed-youtube {
  max-width: 740px;
  margin: 0 auto;
  margin-bottom: 25px !important;
}

.wp-block-embed-youtube iframe {
  height: 380px;
  margin: 0;
}

.wp-block-column .wp-block-embed-youtube iframe {
  max-height: 300px;
  margin: 0;
}

.wp-block-embed-youtube.aligncenter,
.wp-block-embed-youtube.alignleft,
.wp-block-embed-youtube.alignright {
  max-width: 480px;
}

.wp-block-embed-youtube.aligncenter iframe,
.wp-block-embed-youtube.alignleft iframe,
.wp-block-embed-youtube.alignright iframe {
  width: 100%;
  height: 280px;
}

.wp-block-embed-youtube.alignwide {
  max-width: 100%;
}

.wp-block-embed-youtube.alignfull iframe {
  height: 60vh;
  max-width: 100%;
}

/* BLUEBOX - block */
.wp-block-custom-bluebox {
  background: rgba(0, 167, 204, 0.9);
  color: var(--white);
  text-align: center;
  padding: 45px 45px 15px;
  z-index: 1;
  position: relative;
  margin-top: -90px;
  margin-bottom: 50px;
}

.wp-block-custom-bluebox p {
  max-width: none;
}

.wp-block-custom-bluebox a {
  color: var(--white);
}

.wp-block-custom-bluebox a:hover {
  color: var(--wine);
}

/* BLUEBOX - single */
.bluebox {
  max-width: 740px;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  margin-top: -30px;
  position: relative;
  background: rgba(0, 167, 204, 0.9);
}

.bluebox p {
  line-height: 26px;
}

.bluebox a {
  color: #fff;
  border-right: 1px solid #fff;
  padding: 3px 15px 3px 10px;
}

.bluebox a:hover {
  color: var(--wine);
}

.bluebox a:last-child {
  border: none;
}

.bluebox.share {
  color: #fff;
}

.bluebox.share a {
  border: 1px solid var(--white);
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  padding: 6px;
  margin: 10px;
}

/* HEADINGS */
h1.headline-our-ideas {
  font: 300 36px/42px 'Lato';
  padding-bottom: 25px;
  max-width: 740px;
  margin: 0 auto;
}

h2 {
  font: 700 46px/52px 'Lato';
  padding-bottom: 25px;
  max-width: 740px;
  margin: auto;
}

h3 {
  font: 300 36px/42px 'Lato';
  padding-bottom: 25px;
  max-width: 740px;
  margin: 0 auto;
}

h4 {
  font: 400 18px/24px 'Lato';
  padding-bottom: 10px;
  max-width: 740px;
  margin: 0 auto;
}

h5 {
  font: 400 16px/22px 'Lato';
  max-width: 740px;
  margin: 0 auto;
  padding-bottom: 25px;
}

h6 {
  font: 400 14px/20px 'Lato';
  max-width: 740px;
  margin: 0 auto;
  padding-bottom: 25px;
}

.wp-block-button.aligncenter {
  display: flex;
  justify-content: center;
  width: 100%;
}

.aligncenter,
.has-text-align-center,
.text-center h2,
.text-center h3 {
  margin: 0 auto;
}

/* FORM */
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {}

form input:-moz-placeholder,
form textarea:-moz-placeholder {}

form input::-moz-placeholder,
form textarea::-moz-placeholder {}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {}

form label.error {
  display: none !important;
}

form .error {
  border: 1px solid red !important;
  color: red;
}

form .error::-webkit-input-placeholder {
  color: red;
}

form .error:-moz-placeholder {
  color: red;
}

form .error::-moz-placeholder {
  color: red;
}

form .error:-ms-input-placeholder {
  color: red;
}

/* WP CLASSES */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 20px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

img.alignnone {
  margin: 5px 20px 20px 0;
}

img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: var(--white);
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.alignwide iframe,
.alignfull iframe {
  /*width:100%;height:600px;*/
  margin-bottom: 15px;
  max-width: 100%;
}

/* POST ELEMENTS */
article p {
  padding-bottom: 25px;
  max-width: 740px;
  margin: auto;
}

article ul {
  list-style-type: disc;
  padding: 0 15px 15px;
  max-width: 740px;
  margin: auto;
}

article ul li,
article ol li {
  padding-bottom: 10px;
}

article ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding: 0 15px 15px;
  max-width: 740px;
  margin: 0 auto;
}

article ul ul,
article ol ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 15px;
}

article ol ol,
article ul ol {
  list-style-type: lower-latin;
  list-style-position: outside;
  margin-left: 15px;
}

article b,
article strong {
  font-weight: bold;
}

article em {
  font-style: italic;
}

article del {
  text-decoration: overline;
}

article img.alignnone {
  border-radius: 50px;
  position: relative;
}

article .item p {
  max-width: none;
}

.article-fix {
  max-width: 740px;
  margin: 0 auto;
}

.article-fix p,
.article-fix ul,
.article-fix ol,
.article-fix h3 {
  max-width: 100%;
}

/* HEADER */
header {
  background: var(--white);
  border-bottom: 1px solid var(--lightGray);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

header h1 {
  margin-bottom: -10px;
  position: relative;
  z-index: 9999;
}

header .hamburguer {
  width: 27px;
  height: 27px;
  position: relative;
  z-index: 9999;
  margin-bottom: -2px;
}

header .hamburguer:before {
  position: absolute;
  height: 2px;
  width: 26px;
  background: var(--wine);
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
}

header .hamburguer:after {
  position: absolute;
  height: 2px;
  width: 26px;
  background: var(--wine);
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
}

header .hamburguer span {
  position: absolute;
  height: 0px;
  width: 22px;
  background: var(--wine);
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
}

header .hamburguer span:before {
  position: absolute;
  height: 0px;
  width: 15px;
  background: var(--wine);
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
}

header nav ul {
  text-align: right;
  padding-right: 25px;
  display: flex;
}

header nav ul a {
  /* font: 400 14px/33px 'Lato'; */
  padding-bottom: 2px;
  transition: all .3s ease-in-out;
  font-family: var(--font-plus) !important;
  font-size: 85%;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #881946;
  text-transform: capitalize;
  transition: all 0.3 ease-in-out;
  position: relative;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  header nav ul a {
    font-size: 75%;
  }
}

#menu-main-menu>li>a {
  position: relative;
  text-decoration: none;
  color: #881946;
}

/* underline */
#menu-main-menu>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  /* adjust */
  width: 100%;
  height: 1px;
  background-color: #4F0121;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* hover */
#menu-main-menu>li>a:hover::after {
  transform: scaleX(1);
}

#menu-main-menu>li>a:hover {
  color: #4F0121;
}

/* #menu-main-menu>li.active>a {
  color: #4F0121 !important;
  font-weight: 600 !important;
} */

body.page-id-110 #menu-item-310>a {
  color: #4F0121;
  font-weight: 600;
}

body.page-id-110 #menu-item-310>a::after {
  transform: scaleX(1);
}

body.page-id-601 #menu-item-609>a {
  color: #4F0121;
  font-weight: 600;
}

body.page-id-601 #menu-item-609>a::after {
  transform: scaleX(1);
}

body.page-id-38729 #menu-item-1670>a {
  color: #4F0121;
  font-weight: 600;
}

body.page-id-38729 #menu-item-1670>a::after {
  transform: scaleX(1);
}

body.page-id-1673 #menu-item-1676>a {
  color: #4F0121;
  font-weight: 600;
}

body.page-id-1673 #menu-item-1676>a::after {
  transform: scaleX(1);
}

body.page-id-39002 #menu-item-1671>a {
  color: #4F0121;
  font-weight: 600;
}

body.page-id-39002 #menu-item-1671>a::after {
  transform: scaleX(1);
}

body.postid-194 #menu-item-1672>a {
  color: #4F0121;
  font-weight: 600;
}

body.postid-194 #menu-item-1672>a::after {
  transform: scaleX(1);
}

header nav li {
  text-transform: uppercase;
  position: relative;
  padding: 26px 10px;
  white-space: nowrap;
}


header nav li button{
    outline:none;
    background: transparent;
        border: none;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  header nav li {
    padding: 26px 6px;
  }
}

header nav li:first-child {
  padding-left: 0;
}

header nav li:last-child {
  padding-right: 0;
}

header nav li:hover a {
  color: var(--wine);
}

header nav ul .columnDivide {
  display: flex;
  gap: 4rem;
  padding: 1.5rem;
  min-width: 65vw;

  @media (max-width: 1200px) {
    padding: 1.5rem 0;
  }

  @media (max-width: 575px) {
    flex-direction: column;
    max-height: 18rem;
    overflow-y: scroll;
    gap: 2rem;
  }
}

header nav ul .columnDivide::-webkit-scrollbar {
  height: 8px;
  /* scrollbar thickness (horizontal) */
  width: 8px;
}

header nav ul .columnDivide::-webkit-scrollbar-track {
  background: #fff;
  /* scrollbar track color */
  border-radius: 10px;
}

header nav ul .columnDivide::-webkit-scrollbar-thumb {
  background: #881946;
  /* scrollbar thumb color */
  border-radius: 10px;
}

header nav ul .columnDivide::-webkit-scrollbar-thumb:hover {
  background: #881946;
  /* lighter on hover */
}



header nav ul ul {
  text-align: left;
  background: #eceef5;
  position: absolute;
  padding: 0;
  top: calc(100% + 2px);
  left: -34px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.20);
}

header nav ul ul:before {
  content: '';
  position: absolute;
  background: #eceef5;
  width: 20px;
  height: 20px;
  top: -10px;
  left: calc(50% - 10px);
  transform: rotate(45deg);
  display: none;
}

header nav ul ul li {
  text-transform: none;
  padding: 0;
  flex: 1;
}

header nav ul ul a {
  color: #881946 !important;
  display: block;
  width: 100%;
  padding: 12px 15px !important;
  margin: 0;
  font-weight: 500;
  min-width: fit-content;
}

header nav ul ul a:hover {
  /* color: var(--wine) !important; */
  border: none;
  background: #f5d59a;
}

header .search {
  display: flex;
  align-items: center;
  position: relative;
}

header .search .button {
  border: none;
  display: block;
  width: 140px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 5px;
  background-color: #881946;
  font-size: 80%;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.32px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--font-plus) !important;
  transition: all 0.3s ease-in-out;
}

header .search .button:hover {
  color: #fff;
  background-color: #4F0121;
}

header .search li {
  margin-left: 20px;
}

header .search li:first-child {
  margin-left: 0;
}

@media (max-width: 1199px) {
  header .search li:first-child {
    margin-left: 20px;
  }
}

header .search li:last-child {
  width: 100%;
  margin-top: 3px;
}

header .search li .fab {
  font-size: 18px;
  width: 20px;
  display: flex;
  justify-content: center;
}

header .search a {
  color: var(--wine);
  display: flex;
  transition: all 0.3s ease-in-out;
  /* padding-bottom: 6px; */
}

header .search li:nth-child(3) a {
  padding-bottom: 0px;
}

header .search li:nth-child(4) a {
  padding-bottom: 3px;
}


header .search a svg {
  width: 20px;
  fill: #881946;
  transition: all 0.3s ease-in-out;
}

header .search a svg path {
  color: #4f0121;
  transition: all 0.3s ease-in-out;
}

header .search a:hover {
  color: #4f0121;
  border-bottom: 1px solid #4f0121;
}

header .search a:hover svg path {
  color: #4f0121;
}

header .search form {
  position: relative;
  width: 20px;
}

header .search input[type="search"] {
  position: absolute;
  top: -16px;
  right: 0;
  border: none;
  border-radius: 5px;
  padding: 8px 0 8px 0;
  font-family: var(--font-plus) !important;
  width: 0;
  color: var(--white);
  font-size: 90%;
}

@media (max-width: 1199px) {
  header .search input[type="search"] {
    top: -18px;
    padding: 10px 0 10px 0;
  }
}

header .search input[type="search"]:-webkit-autofill,
header .search input[type="search"]:-webkit-autofill:hover,
header .search input[type="search"]:-webkit-autofill:focus,
header .search input[type="search"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--wine) inset;
  -webkit-text-fill-color: var(--white);
}

header .search input[type="submit"] {
  position: absolute;
  top: -7px;
  right: 7px;
  border: none;
  background: url('images/icon-search-1.png') no-repeat center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  padding: 0;
  background-size: cover;
}

header .search input[type="search"]::-webkit-input-placeholder {
  color: #414244;
  font-size: 90%;
}

header .search form.open input[type="search"] {
  padding: 8px 30px 8px 10px;
  width: 260px;
  background: #D4D5DB;
  font-family: var(--font-plus) !important;
  font-weight: 500;
  z-index: 100;
  color: #414244;
}

@media (max-width: 1199px) {
  header .search form.open input[type="search"] {
    padding: 10px 30px 10px 10px;
    width: 260px;
  }

}

header .search form.open input[type="submit"] {
  background-image: url('images/icon-search-3.png');
}

/* FEATURED IMAGE */
.featured-image {
  color: var(--white);
  text-align: center;
  padding: 0;
  position: relative;
  height: 700px;
  max-width: 1110px;
  margin: 0 auto;
}

.featured-image .align-items-end {
  height: calc(70vh - 86px);
}

.featured-image .overlay {
  background: rgba(0, 0, 0, 0.5);
}

.featured-image h2 {
  max-width: 100%;
  padding: 35px 0 65px;
}

/* RELATED CONTENT */
.related-content {
  background: var(--lightGray);
}

.related-content .slick .slick-dots li {
  background: var(--gray);
}

/* SLICK - general */
.slick .slick-arrow {
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0);
  border-left: 3px solid var(--black);
  border-top: 3px solid var(--black);
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  position: absolute;
  top: calc(50% - 15px);
  cursor: pointer;
  z-index: 1;
  transition: all .3s;
}

.slick .slick-arrow:not(.slick-disabled):hover {
  border-color: var(--wine) !important;
}

.slick .slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.slick .slick-prev {
  left: -45px;
}

.slick .slick-next {
  right: -45px;
  transform: rotate(135deg);
}

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

.slick .slick-dots li {
  display: inline-block;
  background: var(--lightGray);
  height: 15px;
  width: 15px;
  margin: 15px 5px;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  transition: all .3s;
  padding: 0;
}

.slick .slick-dots li.slick-active {
  background: var(--wine);
}

.slick .slick-dots button {
  display: none;
}

/* BUSINESS - page template */

.page-template-business {
  padding-top: 110px;
}


@media (max-width: 1200px) {
  .page-template-business {
    padding-top: 100px;
  }

}


.page-template-business header {
  padding: 15px 0;
}

.page-template-business header h1 {
  display: none;
}

.page-template-business header .logo-business {
  position: absolute;
  right: 50px;
  transition: right .3s;
}

.page-template-business header.open .logo-business {
  right: 175px;
}

.page-template-business .hamburguer {
  display: inline-block !important;
}

.page-template-business header .menu {
  position: absolute;
  background: var(--white);
  right: -15px;
  top: -100vh;
  opacity: 0;
  max-width: 340px;
  transition: all .3s;
}

.nav-index {
  position: relative;
  z-index: 10;
}


.page-template-business header .menu .col-12 {
  max-width: 100% !important;
  flex: 0 0 100%;
}

.page-template-business header nav {
  padding: 15px 25px;
}

.page-template-business header nav ul {
  text-align: left;
  display: block;
  padding: 0;
}

.page-template-business header nav ul .columnDivide {
  display: flex;
  gap: 4rem;
  padding: 1.5rem 0;
  min-width: auto;
  flex-direction: column;
  max-height: 18rem;
  overflow-y: scroll;
  gap: 2rem;
}

.page-template-business header nav ul .columnDivide::-webkit-scrollbar {
  height: 8px;
  /* scrollbar thickness (horizontal) */
  width: 8px;
}

.page-template-business header nav ul .columnDivide::-webkit-scrollbar-track {
  background: #fff;
  /* scrollbar track color */
  border-radius: 10px;
}

.page-template-business header nav ul .columnDivide::-webkit-scrollbar-thumb {
  background: #881946;
  /* scrollbar thumb color */
  border-radius: 10px;
}

.page-template-business header nav ul .columnDivide::-webkit-scrollbar-thumb:hover {
  background: #881946;
  /* lighter on hover */
}

.page-template-business header nav ul li {
  border-bottom: 1px solid var(--lightGray);
  padding: 5px 0;
  position: relative;
}

.page-template-business header nav ul li.menu-item-has-children:after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  position: absolute;
  transform: rotate(-45deg);
  transition: all .3s;
  top: 15px;
  right: 0;
}

.page-template-business header nav ul li.menu-item-has-children.active:after {
  transform: rotate(135deg);
}

.page-template-business header nav ul ul {
  background: none;
  position: unset;
  padding: 5px 0 20px;
  display: none;
  box-shadow: none;
}

.page-template-business header nav ul ul:before {
  display: none;
}

.page-template-business header nav ul ul li {
  border: none;
  padding: 3px 0;
}

.page-template-business header nav ul ul a {
  color: #881946 !important;
  display: block;
  width: 100%;
  padding: 12px 6px !important;
  margin: 0;
  font-weight: 500;
  min-width: fit-content
}

.page-template-business header nav ul ul a:hover {
  border: none;
  background: rgb(245, 213, 154);
}

.page-template-business header .VideoContainer {
  display: none;
}

.page-template-business header .search {
  padding: 15px 25px 30px 25px;
}

.page-template-business header .search {
  padding: 0;
  top: 7px;
  left: 4px;
  flex-direction: row-reverse;
}

.page-template-business header .search li:first-child {
  margin-left: 20px;
}

.page-template-business header .search form {
  width: auto;
}

.page-template-business header .search form {
  position: relative;
  width: 20px;
}

.page-template-business header .search input[type="search"] {
  /* width: 100% !important; */
  position: initial;
  border: 1px solid var(--wine);
  color: var(--gray);
  padding: 5px 30px 5px 10px;
}

.page-template-business header .search input[type="search"] {
  position: absolute;
  top: -16px;
  right: 0;
  border: none;
  border-radius: 5px;
  padding: 8px 0 8px 0;
  font-family: var(--font-plus) !important;
  width: 0;
  color: var(--white);
  font-size: 90%;

  @media (max-width: 1199px) {
    top: -18px;
    padding: 10px 0 10px 0;
  }
}


.page-template-business header .search input[type="search"]::-webkit-input-placeholder {
  color: var(--gray);
}

.page-template-business header .search form.open input[type="search"] {
  padding: 8px 30px 8px 10px;
  width: 260px;
  background: #D4D5DB;
  font-family: var(--font-plus) !important;
  font-weight: 500;
  z-index: 100;
  color: #414244;

  @media (max-width: 1199px) {
    padding: 10px 30px 10px 10px !important;
    width: 260px !important;
  }


}

.page-template-business header .search form.open input[type="submit"] {
  background-image: url('images/icon-search-3.png');
}

.page-template-business header .search input[type="submit"] {
  top: 7px;
}

.page-template-business header .search input[type="submit"] {
  position: absolute;
  top: -7px;
  right: 7px;
  border: none;
  background: url(images/icon-search-1.png) no-repeat center;
  width: 15px;
  height: 15px;
  cursor: pointer;
  padding: 0;
  background-size: cover;
}


.page-template-business header.open .menu {
  top: 40px;
  opacity: 1;
}



.page-template-business .business-menu {
  background: #881946;
  padding: 5px 0;
  position: fixed;
  top: 61px;
  left: 0;
  width: 100%;
  z-index: 999;
  max-height: 52px;
  overflow: hidden;
  margin: 0 auto;
}

.page-template-business .covid-nav {
  margin-top: 10px;
  padding-top: 0;
}

.page-template-business .covid-nav .ico-menu-1 {
  right: 0;
}

.page-template-business .business-menu img {
  max-height: 35px;
  width: auto;
  vertical-align: middle;
}

.page-template-business .business-menu nav {
  margin-left: 100px;
}



.page-template-business .business-menu ul {
  display: flex;
}

.page-template-business .business-menu li {
  padding: 8px 15px;
}

.page-template-business .business-menu li:first-child {
  padding-left: 0;
}

.page-template-business .business-menu li:last-child {
  padding-right: 0;
}

.page-template-business .business-menu a {
  text-transform: capitalize;
  color: var(--white);
  font-family: var(--font-plus);
  font-size: 80%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: left;
  color: #fff;
  transition: all 0.3s ease-in-out;

  &:hover {
    font-weight: bold;
  }
}



.page-template-business .slider .text {
  padding-bottom: 70px;
  padding-top: 20px;
}

.page-template-business .areas-of-expertise {
  padding: 0;
}

.page-template-business .areas-of-expertise .slick .item {
  padding: 30px;
  margin: 15px 0;
}

.page-template-business .areas-of-expertise .slick .item .content {
  display: none;
}

.page-template-business .areas-of-expertise .slick .item a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.page-template-business .areas-of-expertise .slick .item .more,
.page-template-business .areas-of-expertise .slick .item .less {
  display: block;
  margin-top: 15px;
  font-weight: 300;
}

.page-template-business .areas-of-expertise .slick .item .less {
  display: none;
}

.page-template-business .areas-of-expertise .slick .item .more:after,
.page-template-business .areas-of-expertise .slick .item .less:after {
  content: ' \00BB';
}

.page-template-business .areas-of-expertise .slick .item:hover {
  background: var(--wine);
  color: var(--white);
}

.page-template-business .areas-of-expertise .slick .item:hover a {
  color: var(--yellow);
}

.page-template-business .areas-of-expertise .slick .item:hover .more {
  color: var(--white);
}

.page-template-business .recent-work {
  padding-top: 0;
}

.page-template-business .recent-work .slick-arrow {
  border-color: var(--gray);
}

.page-template-business .recent-work .slick-dots li {
  background: var(--white);
}

.page-template-business .recent-work .slick-dots li.slick-active {
  background: var(--wine);
}

.page-template-business .recent-work .item {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px;
  margin: 20px;
  position: relative;
  transition: background .3s;
  min-height: 370px;
}

.page-template-business .recent-work .item figure {
  height: 133px;
}

.page-template-business .recent-work .item figure img {
  width: 100%;
}

.page-template-business .recent-work h3 {
  font-weight: 300;
  text-transform: uppercase;
}

.page-template-business .recent-work .item h5 {
  padding: 15px 0;
  min-height: 96px;
}

.page-template-business .recent-work .item h5 a {
  color: var(--white);
}

.page-template-business .recent-work .item h5 a:hover {
  color: var(--wine);
}

.page-template-business .recent-work .item .button {
  background: rgba(0, 167, 204, 0.2);
  border-color: var(--white);
  color: var(--white);
  margin: 15px auto;
  padding: 7px 15px;
  font-size: 12px;
  display: block;
  width: 110px;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 51px);
  text-align: center;
  text-transform: uppercase;
}

.page-template-business .recent-work .item {
  background: rgba(0, 167, 204, 0.8);
}

.page-template-business .recent-work .item:hover h5 {
  color: var(--wine);
}

/* DALBERG CAPTITAL - business page */
.page-id-321 {
  padding-top: 61px !important;
}

.page-id-321 .business-menu {
  display: none;
}

/* DALBERG MEDIA - business page */
.page-id-340 .popup-projects {
  top: 98px;
}

/* DALBERG MEDIA - services */
.services {
  position: relative;
}

.services p {
  pointer-events: none;
}

.services .wp-block-column:not(:first-child) {
  margin-left: 10px;
}

.services h3 {
  font-size: 30px;
  font-weight: 600;
  padding: 20px;
  color: white;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.services .purple h3 {
  background-color: rgba(136, 25, 70, 0.5);
  transition: background-color 1s;
}

.services .purple p span {
  color: white;
}

.services .blue h3 {
  background-color: rgba(17, 138, 170, 0.5);
  transition: background-color 1s;
}

.services .blue p span {
  color: rgba(243, 177, 28, 1);
}

.services .golden h3 {
  background-color: rgba(243, 177, 28, 0.5);
  transition: background-color 1s;
}

.services .golden p span {
  color: rgba(136, 25, 70, 1);
}

.services .purple.active h3,
.services .purple h3:hover {
  background-color: rgba(136, 25, 70, 1);
}

.services .blue.active h3,
.services .blue h3:hover {
  background-color: rgba(17, 138, 170, 1);
}

.services .golden.active h3,
.services .golden h3:hover {
  background-color: rgba(243, 177, 28, 1);
}

.services .wp-block-column p {
  display: none;
  align-items: center;
  color: white;
  padding: 20px 30px;
  position: absolute;
  left: 0;
}

/* .services .wp-block-column:first-child p{display:flex;} */
.services .wp-block-column.active p {
  display: flex !important;
}

.services .wp-block-column p span {
  font-size: 60px;
  line-height: 60px;
  margin-right: 30px;
  width: 100%;
  max-width: 95px;
  font-weight: 600;
  text-align: center;
}

.services .purple p {
  background-color: rgba(136, 25, 70, 0.7);
}

.services .blue p {
  background-color: rgba(17, 138, 170, 0.7);
}

.services .golden p {
  background-color: rgba(243, 177, 28, 0.7);
}

.fancy-title {
  display: none;
}

.fancy-service .fancy-title {
  display: inline-block;
  padding: 0;
  margin: 0 0 20px;
}

.fancy-service .fancybox-content {
  padding: 0 !important;
  cursor: pointer !important;
}

.fancy-service .fancybox-content p {
  pointer-events: none;
}

.fancy-service .fancybox-button svg {
  color: white;
}

.fancy-service .fancybox-content .fancybox-item {
  padding: 40px;
  color: white;
  display: flex !important;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.fancy-service .fancybox-content .fancybox-item span {
  font-size: 60px;
  line-height: 60px;
  margin-right: 30px;
  font-weight: 600;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}

.fancy-service .fancybox-content #fancybox-item-1 {
  background-color: rgba(136, 25, 70, 0.7);
}

.fancy-service .fancybox-content #fancybox-item-1 span {
  color: white;
}

.fancy-service .fancybox-content #fancybox-item-2 {
  background-color: rgba(17, 138, 170, 0.7);
}

.fancy-service .fancybox-content #fancybox-item-2 span {
  color: rgba(243, 177, 28, 1);
}

.fancy-service .fancybox-content #fancybox-item-3 {
  background-color: rgba(243, 177, 28, 0.7);
}

.fancy-service .fancybox-content #fancybox-item-3 span {
  color: rgba(136, 25, 70, 1);
}

/* DALBERG MEDIA - grid */
.page-template-business .features .item.item-1 img {
  height: 210px;
}

.page-template-business .features .item.item-2 img {
  height: 210px;
}

/* DALBERG MEDIA - map geography */
.map.geography figure figcaption {
  background-color: #7D2546;
  color: white;
  padding: 20px;
  font-size: 14px;
  line-height: 18px;
}

.map.geography figure figcaption:before {
  background: #7D2546;
}

.map.geography figure figcaption h4 {
  padding-bottom: 5px;
}

.map.geography figure figcaption h6 {
  color: white;
  padding-bottom: 10px;
}

.map.geography figure figcaption figure.cover {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  right: 40px;
  border-radius: 100%;
  border: 1px solid white;
}

.map.geography .our-experience-map {
  margin-bottom: 0;
}

.map.geography p a {
  color: var(--yellow);
}

/* SLIDER - slick */
.map.geography .slick figure {
  padding-top: 50px;
}

.map.geography .slick figure figcaption {
  position: relative;
  border: 1px solid var(--yellow)
}

.map.geography .slick .item figure>figcaption {
  top: auto !important;
  left: auto !important;
  cursor: auto !important;
}

.map.geography .slick h5.country {
  color: var(--yellow);
  padding-bottom: 0;
}

/* DALBERG MEDIA - page map geography */
.grography-map {
  padding-top: 0;
}

.grography-map .map.geography {
  padding-top: 0;
}

.grography-map .map.geography>.container {
  margin: 0 0 0 -15px;
}

/* DALBERG MEDIA - project */
.features.project .text {
  justify-content: center;
  align-items: start;
  flex-direction: column;
  font-style: italic;
}

.features.project .text strong {
  font-size: 22px;
  font-style: normal;
}

/* PURPLE */
.features.project .purple.text {
  background-color: rgba(112, 24, 59, 0.8);
}

.features.project .item-1 .purple.text::after {
  border-left-color: rgba(112, 24, 59, 0.8);
}

.features.project .item-2 .purple.text::after {
  border-right-color: rgba(112, 24, 59, 0.8);
}

.features.project .item-3 .purple.text::after {
  border-top-color: rgba(112, 24, 59, 0.8);
}

.features.project .item-4 .purple.text::after {
  border-bottom-color: rgba(112, 24, 59, 0.8);
}

.features.project .item-5 .purple.text::after {
  border-top-color: rgba(112, 24, 59, 0.8);
}

.features.project .item-6 .purple.text::after {
  border-bottom-color: rgba(112, 24, 59, 0.8);
}

/* YELLOW */
.features.project .yellow.text {
  background-color: rgba(224, 167, 43, 0.8);
}

.features.project .item-1 .yellow.text::after {
  border-left-color: rgba(224, 167, 43, 0.8);
}

.features.project .item-2 .yellow.text::after {
  border-right-color: rgba(224, 167, 43, 0.8);
}

.features.project .item-3 .yellow.text::after {
  border-top-color: rgba(224, 167, 43, 0.8);
}

.features.project .item-4 .yellow.text::after {
  border-bottom-color: rgba(224, 167, 43, 0.8);
}

.features.project .item-5 .yellow.text::after {
  border-top-color: rgba(224, 167, 43, 0.8);
}

.features.project .item-6 .yellow.text::after {
  border-bottom-color: rgba(224, 167, 43, 0.8);
}

/* BLUE */
.features.project .blue.text {
  background-color: rgba(32, 165, 196, 0.8);
}

.features.project .item-1 .blue.text::after {
  border-left-color: rgba(32, 165, 196, 0.8);
}

.features.project .item-2 .blue.text::after {
  border-right-color: rgba(32, 165, 196, 0.8);
}

.features.project .item-3 .blue.text::after {
  border-top-color: rgba(32, 165, 196, 0.8);
}

.features.project .item-4 .blue.text::after {
  border-bottom-color: rgba(32, 165, 196, 0.8);
}

.features.project .item-5 .blue.text::after {
  border-top-color: rgba(32, 165, 196, 0.8);
}

.features.project .item-6 .blue.text::after {
  border-bottom-color: rgba(32, 165, 196, 0.8);
}

/* DALBERG MEDIA - single projects */
.single-dalberg-media {
  position: relative;
}

.single-dalberg-media .featured-image {
  max-width: 100%;
  height: 600px;
}

.single-dalberg-media .share {
  margin-top: 15px;
  margin-bottom: 30px;
}

.single-dalberg-media .share a i {
  font-size: 30px;
}

.single-dalberg-media .share a[data-via='facebook'] i {
  color: #3b5998;
}

.single-dalberg-media .share a[data-via='linkedin'] i {
  color: #0e76a8;
}

.single-dalberg-media .share a[data-via='twitter'] i {
  color: #00acee;
}

.single-dalberg-media .sidebar h2 {
  padding-bottom: 10px;
  color: rgba(136, 25, 70, 1);
}

.single-dalberg-media .fixed {
  position: fixed;
  top: 110px;
  z-index: 1;
}

.single-dalberg-media .titles li {
  margin-top: 20px;
}

.single-dalberg-media .titles a {
  color: var(--gray);
  transition: color .5s;
  font-size: 20px;
}

.single-dalberg-media .titles a:hover {
  color: rgba(136, 25, 70, 1);
}

.single-dalberg-media .titles a span {
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
}

.single-dalberg-media .featured-video iframe,
.single-dalberg-media .featured-video video {
  min-width: 100vw;
  height: calc(600px + 84px);
  position: absolute;
  top: -84px;
  right: 0;
  background: black;
}

.single-dalberg-media h4 {
  font: 700 36px/42px 'Lato';
  padding-bottom: 25px;
  max-width: 740px;
  margin: 0 auto;
}

.single-dalberg-media h4 span {
  font-size: 40px;
  margin-right: 15px;
  margin-left: -61px;
}

/* OUR IDEAS - list */
.our-ideas:not(.related-content) {
  padding-top: 0;
}

.our-ideas .item {
  padding: 15px 0;
  position: relative;
}

.our-ideas .item h4 {
  max-width: initial;
}

.our-ideas .item a {
  font-size: 14px;
}

.our-ideas .item:hover a {
  text-decoration: underline;
  color: var(--blue);
}

.our-ideas .slick-initialized .item {
  margin: 20px;
  transition: opacity .3s;
}

.our-ideas .slick:not(.slick-initialized) .item {
  padding: 15px;
}

.our-ideas .item:hover .button {
  background: var(--wine);
  color: var(--white);
}

.our-ideas .item:after {
  content: '';
  height: 1px;
  width: 100%;
  background: var(--lightGray);
  margin: 30px 15px 15px;
}

.our-ideas .item figure {
  height: 150px;
  margin-bottom: 15px;
  background-color: var(--lightGray);
}

.our-ideas .item h4 {
  color: var(--black);
}

.our-ideas .item h4 a {
  color: var(--black);
  text-decoration: none !important;
  font: 400 18px/24px 'Lato';
}

.our-ideas .item:hover h4 a {
  color: var(--wine);
}

.our-ideas .item p {
  padding: 15px 0;
}

/* GENERAL - item */
.item figure {
  overflow: hidden;
}

.item figure a img {
  transition: all .3s !important;
}

.item figure a img:hover {
  transform: scale(1.2)
}

/* OUR IDEAS - single */
.single-our-ideas .flex {
  max-width: 770px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px 15px;
}

.single-our-ideas .flex .item:first-child {
  min-width: 185px;
  text-align: right;
}

.single-our-ideas .metadata span {
  padding: 0 10px;
}

.single-our-ideas .title p {
  padding: 3px 0;
}

/* ACCORDION */
.accordion {
  padding: 0;
}

.accordion li {
  list-style: none;
  border-bottom: 1px solid var(--lightGray);
  font-weight: 400;
  cursor: pointer;
  padding: 15px 0;
}

.accordion:hover li {
  opacity: 0.5;
}

.accordion li:hover {
  opacity: 1;
}

.accordion li:last-child {
  border: none;
}

.accordion ul {
  padding: 0;
  display: none;
}

.accordion ul li {
  border: none;
  font-weight: 300;
  color: var(--gray) !important;
}

.accordion li.active {
  color: var(--blue);
  opacity: 1;
}

.accordion li.active li {
  opacity: 1;
}

/* FILTER */

.ourLeadership .filter {
  padding: 3.2rem 8vw 2.4rem 8vw;
  font-size: 18px;

  @media (max-width: 1200px) {
    font-size: 17px;
  }

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

  @media (max-width: 575px) {
    font-size: 15px;
    padding: 3.2rem 4vw 2.4rem 4vw;
  }
}


.filter form {
  background: var(--yellow);
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 15px 0 50px;
}

.ourLeadership .filter form {
  background: transparent;
  margin: 0;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.filter form div {
  position: relative;
  margin-right: 10px;
  width: calc(100% / 4 - 10px);
}

.filter form div:last-child {
  margin: 0;
  width: calc(100% / 4);
}

.filter select,
.filter input[type="text"] {
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  padding: 8px 15px;
  height: 38px;
  color: var(--gray);
  width: 100%;
  background: var(--white);
}

.ourLeadership .filter select,
.ourLeadership .filter input[type="text"] {
  font-family: var(--font-plus);
  font-size: 90%;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-align: left;
  color: #28292a;
  text-transform: capitalize;
}

.ourLeadership .filter input[type="text"]::placeholder {
  color: #28292a !important;
}

.filter input[type="text"] {
  padding-right: 35px;
}

.filter input[type="submit"] {
  border: none;
  background: url("images/icon-search.png") no-repeat center;
  padding: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 7.5px);
  right: 10px;
}

/* Leaders Listings */
/* .leaderListing {
  padding: 0 8vw;
} */

/* CONTACT */
.contact {
  background: var(--yellow);
  color: var(--white);
  margin-top: 40px;
}

.contact h3 {
  color: #fff;
  font-weight: 300;
}

.contact p {
  padding-bottom: 30px;
}

.contact form {
  padding: 15px 0;
}

.contact form div {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.contact form div:nth-child(6) label:after,
.contact form div:nth-child(7) label:after {
  display: none;
}

.contact form label {
  width: 100px;
  text-align: right;
  font-size: 14px;
}

.contact form label:after {
  content: '*';
  color: var(--wine);
}

.contact input,
.contact select,
.contact textarea {
  border: none;
  margin-left: 15px;
  width: calc(100% - 115px);
  padding: 5px 15px;
  color: var(--gray);
  font-size: 14px;
}

.contact textarea {
  height: 130px;
}

.contact input[type='submit'] {
  width: auto;
  background: none;
  border: 1px solid var(--white) !important;
  color: var(--white);
  cursor: pointer;
}

.contact input[type='submit']:hover {
  background: var(--wine);
  border-color: var(--wine) !important;
}

.contact .msg {
  color: var(--wine);
  font-weight: 400;
  margin-left: 40px;
}

.contact :disabled {
  opacity: 0.5;
  cursor: default !important;
}

/* DEFAULT - page template */
.page-template-default article {
  padding-top: 18px;
}

/* HEADER IMAGE - page template */
.page-template-without-title .content {
  padding-top: 0;
}

/* SLIDER */
.slider {
  padding: 0;
  position: relative;
  margin-bottom: 40px;
}

.slider .slick.image .item {
  height: 700px;
}

.slider .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  padding: 30px 0;
}

.slider .text .item {
  opacity: 0;
  font: 300 20px/26px 'Lato';
  transition: all .3s;
  transform: scale(0.5);
}

.slider .text .item p {
  padding: 0;
}

.slider .text .item a {
  color: var(--white);
}

.slider .text .button {
  border-color: var(--white);
  display: inline-block;
}

.slider .text .button:hover {
  border-color: var(--wine);
  color: var(--white) !important;
}

.slider .text .slick-active {
  opacity: 1;
  transform: scale(1);
}

.slider .text .slick-arrow {
  border-color: var(--white)
}

.slider .text .slick-prev {
  left: -60px;
}

.slider .text .slick-next {
  right: -60px;
}

.slider .text .slick-dots li {
  background: var(--white);
  height: 4px;
  width: 80px;
  margin: 0 10px;
  border-radius: 0;
}

.slider .text .slick-dots .slick-active:before {
  content: '';
  width: 0;
  height: 4px;
  background: var(--wine);
  position: absolute;
  left: 0;
  top: 0;
  animation: slick-dots 5s linear;
  animation-fill-mode: forwards;
}

.slider .tag {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.slider .tag .slick-wrapper:before {
  content: 'WE';
  background: url('images/corner-tag.png') no-repeat left bottom;
  padding-left: 35px;
  padding-bottom: 15px;
  position: absolute;
  top: calc(50% - 20px);
  left: -120px;
  color: var(--white);
  font: 900 50px/39px 'Lato';
  text-transform: uppercase;
}

.slider .tag .slick-wrapper:after {
  content: '';
  background: url('images/corner-tag.png') no-repeat left bottom;
  position: absolute;
  top: calc(50% - 20px);
  width: 46px;
  height: 54px;
  right: 15px;
  transform: rotate(180deg);
}

.slider .tag .item {
  color: var(--white);
  font: 900 50px/39px 'Lato';
  text-transform: uppercase;
  padding: 10px 0;
  opacity: 0.5;
  transition: opacity .6s linear;
  cursor: pointer;
}

.slider .tag .item:hover,
.slider .tag .slick-current {
  opacity: 1;
}

.home .slider {
  margin-bottom: 0;
}

/* CONTENT - home */
.home .content {
  padding-top: 0;
}

.home .content h3 {
  font-weight: 300;
}

.home .content h4 {
  font-size: 27px;
  line-height: 33px;
  font-weight: 300;
}

/* YELLOW - home */
.home .yellow {
  padding: 20px 0 0;
}

.yellow .item {
  padding: 15px 30px;
}

.yellow .item:before {
  border-left: 1px solid var(--white);
  content: '';
  height: calc(100% - 28px);
  position: absolute;
  left: 15px;
}

.yellow .button.float {
  position: absolute;
  top: 55px;
  right: 15px;
}

.yellow h3 {
  padding-top: 50px;
  max-width: initial;
}

.yellow .date {
  background: var(--white);
  color: var(--yellow);
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 6px;
}

.yellow p {
  padding: 5px 0;
  max-width: 100%;
}

.yellow .fas {
  font-size: 26px;
  padding-right: 10px;
}

.yellow .wp_bannerize_container {
  padding: 60px 0 30px;
}

.yellow .item a {
  color: var(--white);
}

.yellow .item a:not(.button):hover {
  color: var(--white);
  text-decoration: underline;
}

.yellow #informational-sessions p {
  padding-bottom: 15px;
}

/* FEATURES - home */
.features {
  padding-top: 0;
}

.features .row {
  margin-left: -5px;
  width: calc(100% + 10px);
}

.features .item {
  margin: 5px;
  position: relative;
  overflow: hidden;
}

.features .item:hover img {
  transform: scale(1.2)
}

.features .item img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .3s;
}

.features .text {
  padding: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--white);
  width: 100%;
}

.features .text:after {
  content: '';
  position: absolute;
  border: 20px solid transparent;
}

.features .item-1 {
  margin-bottom: 10px;
}

.features .item-1 .text {
  background: rgba(224, 167, 43, 0.8);
  width: 40%;
  height: 100%;
}

.features .item-1 .text:after {
  top: 25px;
  left: 100%;
  border-left-color: rgba(224, 167, 43, 0.8);
}

.features .item-2 .text {
  background: rgba(112, 24, 59, 0.8);
  width: 40%;
  height: 100%;
  right: 0;
  left: auto;
}

.features .item-2 .text:after {
  top: 25px;
  right: 100%;
  border-right-color: rgba(112, 24, 59, 0.8);
}

.features .item-3 {
  height: 430px;
}

.features .item-3 img {
  height: 430px;
}

.features .item-3 .text {
  background: rgba(32, 165, 196, 0.8);
}

.features .item-3 .text:after {
  top: 100%;
  right: 25px;
  border-top-color: rgba(32, 165, 196, 0.8);
}

.features .item-4 {
  height: 367px;
}

.features .item-4 .text {
  background: rgba(32, 165, 196, 0.8);
  top: auto;
  bottom: 0;
}

.features .item-4 .text:after {
  bottom: 100%;
  right: 25px;
  border-bottom-color: rgba(32, 165, 196, 0.8);
}

.features .item-5 {
  height: 367px;
}

.features .item-5 .text {
  background: rgba(224, 167, 43, 0.8);
}

.features .item-5 .text:after {
  top: 100%;
  right: 25px;
  border-top-color: rgba(224, 167, 43, 0.8);
}

.features .item-6 {
  height: 367px;
}

.features .item-6 .text {
  background: rgba(112, 24, 59, 0.8);
  top: auto;
  bottom: 0;
}

.features .item-6 .text:after {
  bottom: 100%;
  right: 25px;
  border-bottom-color: rgba(112, 24, 59, 0.8);
}

/* OUR EXPERIENCE - home */
.our-experience {
  padding-top: 0;
  text-align: center;
}

.our-experience p {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
}

.our-experience .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 15px 0;
}

.our-experience figure {
  margin: 22px;
  position: relative;
  transition: all .3s;
  width: 142px;
  overflow: initial;
}

.our-experience figure img {
  transition: all .3s;
  display: inline-block;
  transform: scale(1.01);
}

.our-experience figure:hover img {
  filter: brightness(0) invert(1);
}

/* .our-experience figure:before {
  content: '';
  position: absolute;
  left: calc(50% - 71px);
  width: 142px;
  height: 142px;
  border-radius: 100%;
  opacity: 0;
  transition: all .3s;
} */

/* .our-experience figure:hover:before {
  opacity: 1;
  background: var(--wine);
} */

.our-experience figure:hover figcaption {
  /* color: var(--wine); */
}

.our-experience figcaption {
  /* text-transform: uppercase; */
  /* font: 400 12px/18px 'Lato'; */
  /* padding-top: 0;
  transition: all .3s; */
  line-height: 1;
}

.our-experience .slick-arrow {
  border: none;
  background: none;
  color: rgba(0, 0, 0, 0);
  border-left: 3px solid var(--wine);
  border-top: 3px solid var(--wine);
  width: 30px;
  height: 30px;
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 1;
  transition: all .3s;
}

.our-experience .slick-prev {
  left: 0;
}

.our-experience .slick-next {
  transform: rotate(135deg);
  right: 0;
}

.our-experience .slick-dots li {
  display: inline-block;
  background: var(--black);
  width: 15px;
  height: 15px;
  margin: 0 6px;
  border-radius: 100%;
  opacity: 0.3;
  transition: all .3s;
  cursor: pointer;
}

.our-experience .slick-dots .slick-active {
  background: var(--wine);
  opacity: 1;
}

.our-experience .slick-dots button {
  display: none;
}

/* OUR EXPERIENCE - page */
.page-id-601 .blocks {
  padding-bottom: 0;
}

.page-id-601 .blocks article {
  padding: 0;
}

.page-id-601 .our-experience {
  margin-top: -10px;
  padding-bottom: 0;
}

.page-id-601 .our-experience .container-fluid {
  max-width: 1365px;
}

.page-id-601 .our-experience figure {
  width: auto;
  margin: 0;
  min-width: auto;
}

.page-id-601 .our-experience figure img {
  width: 80px;
  height: 80px;
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

/* .page-id-601 .our-experience figure:before {
  width: 80px;
  height: 80px;
  left: calc(50% - 40px);
  opacity: 1;
  background: var(--wine);
} */

.page-id-601 .our-experience figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* .page-id-601 .our-experience figure:hover:before,
.page-id-601 .our-experience figure.active:before {
  opacity: 1;
  background: var(--yellow);
} */

/* .page-id-601 .our-experience figure.active img {
  filter: brightness(0) invert(1);
} */

/* .page-id-601 .our-experience figure:hover figcaption,
.page-id-601 .our-experience figure.active figcaption {
  color: inherit;
} */

.page-id-601 .our-experience .slick-arrow {
  top: 40px;
}

.page-id-601 .our-experience .slick-prev {
  left: -45px;
}

.page-id-601 .our-experience .slick-next {
  right: -45px;
}

.page-id-601 .our-experience-description {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 0;
  margin-top: 10px;
}

.page-id-601 .our-experience-description .item {
  background: var(--yellow);
  color: var(--white);
  padding: 20px;
  display: none;
}

.page-id-601 .our-experience-description .item h4 {
  text-transform: uppercase;
  padding-bottom: 15px;
}

.page-id-601 .our-ideas.loading .item {
  opacity: 0.5;
}

/* POPUP PROJECTS */
.popup-projects {
  position: fixed;
  top: 53px;
  left: 0;
  background: var(--white);
  width: 100%;
  height: calc(100% - 53px);
  z-index: 1;
  display: none;
  padding: 0;
}

.popup-projects .title {
  background: var(--yellow);
}

.popup-projects h3 {
  color: var(--white);
  padding: 5px 0;
}

.popup-projects h3 a {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 20px;
}

.popup-projects .posts {
  padding: 30px 0;
  overflow: auto;
  height: calc(100vh - 85px);
}

.popup-projects .item .col:after {
  content: '';
  height: 1px;
  background: #ccc;
  display: block;
  margin: 10px 0;
}

.popup-projects .item:last-child .col:after {
  background: none;
}

.popup-projects h4 {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}

.popup-projects h6 {
  color: var(--yellow);
  font-size: 11px;
  font-weight: 300;
}

.popup-projects .item p {
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0;
  display: none;
}

.popup-projects .button {
  margin: 5px 0;
  display: inline-block;
  background: var(--blue);
  color: var(--white);
  border: none;
  padding: 7px 15px;
}

/* SELECT - filter */
.select select {
  background: var(--yellow);
  border: none;
  text-transform: uppercase;
  padding: 10px;
  width: 100%;
}

/* MAP */
.map {
  padding-top: 15px;
  overflow: initial;

  @media (max-width: 991px) {
    padding-top: 50px;
  }
}

.our-experience-map {
  position: relative;
  margin-bottom: 300px;
}

.our-experience-map figure {
  position: absolute;
  overflow: initial;
  transform: translate(-10px, 0px);
  z-index: 1;
}

.our-experience-map.loading div {
  opacity: 0.5;
}

.our-experience-map figure img {
  cursor: pointer;
  width: 45px;
}

.our-experience-map figcaption {
  position: absolute;
  width: 320px;
  background: #fff;
  border: 1px solid #881946;
  padding: 30px;
  top: -45px;
  left: 60px;
  display: none;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  /* border: none; */
}

.our-experience-map figcaption:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-bottom: 1px solid #881946;
  border-left: 1px solid #881946;
  transform: rotate(45deg);
  left: -15px;
  top: 40px;
  background: var(--white);
}

.our-experience-map figcaption .closeX {
  content: 'X';
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px;
  color: #000;
}

.our-experience-map figcaption .button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  background: transparent;
  border: none;
  font-family: var(--font-plus);
  font-size: 90%;
  text-transform: capitalize;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.28px;
  text-align: left;
  color: #881946;
  padding: 0;
  display: none;
}

.our-experience-map figcaption .button .button-icon {
  width: 16px;
  height: auto;
  display: inline-block;
  transition: all .3s ease;
}

.our-experience-map figcaption .button:hover .button-icon {
  /* background: var(--yellow); */
  transform: translateX(4px);
}

.our-experience-map h4 {
  text-transform: uppercase;
  padding: 10px 0;
  font-family: var(--font-plus);
  font-size: 90%;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #881946;
}


.our-experience-map h6 {
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--font-funnel);
  font-size: 80%;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  padding-bottom: 14px;
}

.our-experience-map p {
  padding: 0;
  font-weight: 300;
  font-family: var(--font-plus);
  font-size: 80%;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
}


.our-experience-map figure {
  z-index: 1;
}

.our-experience-map figure.active {
  z-index: 9999;
}

.our-experience-map figure.active figcaption {
  z-index: 10000;
}



/* JOIN OUR TEAM */
.page-id-1673 section.content {
  padding: 0;
}

.page-id-1673 section.content article {
  padding-top: 0;
}

.page-id-1673 .our-people {
  background-color: #f1f3f9;
  padding: 4rem 8vw;

  @media (max-width: 575px) {
    padding: 4rem 4vw;
  }
}

.page-id-1673 .our-people .container {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}

.page-id-1673 .our-people .navContainer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.6rem;
}

.page-id-1673 .our-people .navContainer .btnWrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 0 5px;
}

.page-id-1673 .our-people .navContainer .btnWrapper svg {
  cursor: pointer;
  width: 30px;
  height: auto;
}

.page-id-1673 .our-people .navContainer .btnWrapper svg path,
.page-id-1673 .our-people .navContainer .btnWrapper svg rect {
  transition: all 0.3s ease-in-out;
}


.page-id-1673 .our-people .navContainer .btnWrapper svg:hover path {
  stroke: #D4D5DB;
}

.page-id-1673 .our-people .navContainer .btnWrapper svg:hover rect {
  stroke: #881946;
  fill: #881946;
}

.page-id-1673 .our-people .slick .slick-prev:before {
  color: transparent !important;
}

.page-id-1673 .our-people .slick .slick-next:before {
  color: transparent !important;
}

.page-id-1673 .our-people .slick .row {
  /* background: var(--blue); */
  /* color: #fff; */
  flex-direction: column-reverse;
  margin: 0 10px;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 0.5px #d4d5db;
  background-color: #fff;
  min-height: 42rem;

  @media (max-width: 1500px) {
    min-height: 42rem;
  }

  @media (max-width: 1300px) {
    min-height: 42rem;
  }

  @media (max-width: 1200px) {
    min-height: 42rem;
  }

  @media (max-width: 991px) {
    min-height: 42rem;
  }

  @media (max-width: 768px) {
    min-height: 39rem;
  }

  @media (max-width: 530px) {
    min-height: 38rem;
  }
}

.page-id-1673 .our-people .slick .row .col-md-7 {
  flex: 1;
  width: 100%;
  max-width: 100%;
  max-height: fit-content;
}

.page-id-1673 .our-people .slick .row .col-md-5 {
  flex: 1;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;

}

.page-id-1673 .our-people .slick .row .col-md-5 article p {
  font-family: var(--font-plus);
  font-size: 80%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: left;
  color: #414244;
}

.page-id-1673 .our-people .comma {
  line-height: 2;
}

.page-id-1673 .our-people article {
  /* padding: 30px; */
  position: relative;
  /* min-height: 350px; */
  padding-top: 10px;
}

.page-id-1673 .our-people .description {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}

.page-id-1673 .our-people .namebox h4 {
  font-family: var(--font-plus);
  font-size: 90%;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-align: left;
  color: #881946;
  padding-bottom: 0;
}

.page-id-1673 .our-people .namebox p {
  font-family: var(--font-plus);
  font-size: 90%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.32px;
  text-align: left;
  color: #881946;
}

.page-id-1673 .our-people .btnBox a svg {
  width: 33px;
  height: auto;
  display: block;
}

.page-id-1673 .our-people article:after {
  right: -70px;
  top: 10%;
  border: 20px solid transparent;
  content: '';
  position: absolute;
  border-left-color: var(--blue);
  z-index: 1;
  display: none;
}

.page-id-1673 .our-people article a {
  color: var(--white);
}

.page-id-1673 .our-people article a:hover {
  text-decoration: underline;
}

.page-id-1673 .our-people figure {
  height: 100%;
  min-height: 200px;
  border-radius: 10px;
}

.page-id-1673 .our-people figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

/*.page-id-1673 .our-people .slick-list{background:var(--blue);}*/
/* UPCOMING EVENTS */
.page-id-2096 .item {
  padding: 15px 30px;
}

.page-id-2096 .item:before {
  border-left: 1px solid var(--yellow);
  content: '';
  height: calc(100% - 28px);
  position: absolute;
  left: 15px;
}

.page-id-2096 .item .date {
  background: var(--yellow);
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  padding: 1px 6px;
}

.page-id-2096 .item p {
  padding: 5px 0 10px;
}

.page-id-2096 .item .fas {
  font-size: 26px;
  padding-right: 10px;
  color: var(--yellow)
}

.page-id-2096 .item a {
  color: var(--gray);
}

.page-id-2096 .item a:hover {
  text-decoration: underline;
}

.page-id-2096 .item .button {
  border-color: var(--yellow);
  color: var(--yellow) !important;
}

.page-id-2096 .item .button:hover {
  color: var(--white) !important;
  background: var(--yellow);
  text-decoration: none !important;
}

/* OUR GLOBAL LOCATIONS */
.page-id-194 h4 {
  max-width: initial;
  padding-bottom: 0;
  display: inline-block;
  background: var(--white);
  padding-right: 15px;
}

.page-id-194 .wp-block-columns {
  margin: -15px;
}

.page-id-194 .wp-block-column {
  padding: 15px;
}

.page-id-194 .wp-block-column p {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  font-size: 16px;
}

.page-id-194 article hr {
  margin-bottom: 30px;
  border-color: var(--yellow);
  margin-top: -10px;
}

/* YELLOW */
.yellow {
  padding-top: 0;
  background: var(--yellow);
  color: var(--white);
}

.yellow a {
  color: var(--wine);
}

.yellow a:hover {
  color: var(--blue);
}

.yellow .button {
  font: 400 13px/19px 'Lato';
  padding: 10px 25px;
  text-transform: uppercase;
  color: var(--white);
  border: 1px solid var(--white);
}

.yellow .button:hover {
  background: var(--white);
  color: var(--yellow);
}

/* WHO WE ARE - scrollmagic */
.ScrollMagic {
  position: relative;
}

.ScrollMagic .wp-block-cover {
  margin: 0;
}

.ScrollMagic .wp-block-column {
  margin: 0;
  flex-basis: 50%;
}

.ScrollMagic figure {
  margin: 0;
}

.ScrollMagic img,
.ScrollMagic .wp-block-cover {
  min-height: 100vh;
  height: auto;
}

.ScrollMagic #trigger1 {
  position: absolute;
  top: 50vh;
}

.ScrollMagic #trigger2 {
  position: absolute;
  top: 250vh;
}

.ScrollMagic #trigger3 {
  position: absolute;
  top: 450vh;
}

.sm-trigger {
  height: 100vh;
}

.ScrollMagic h2 {
  font-size: calc(30px + 3vw);
  line-height: 140%;
  font-weight: 400;
  padding: 0;
}

.ScrollMagic h3 {
  font-size: calc(19px + 1vw);
  line-height: 140%;
  padding-bottom: 30px;
}

.ScrollMagic p {
  font-size: 20px;
  line-height: 26px;
}

/* PAGINATION - archive */
.paginate a {
  padding: 5px;
  color: #999B9F;
}

.paginate .page-numbers:hover svg path {
  fill: #881946;
}

.paginate .page-numbers svg path {
  transition: all 0.3s ease-in-out;
}

.paginate .current {
  color: var(--wine);
  font-weight: 900;
}

/* NAVIGATION - page */
.navigation {
  background: var(--yellow);
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.navigation ul {
  display: flex;
  justify-content: center;
}

.navigation li {
  padding: 0 50px;
}

.navigation li.prev a:before {
  content: '\00AB';
  padding-right: 5px;
}

.navigation li.next {
  border-left: 1px solid var(--white);
}

.navigation li.next a:after {
  content: '\00BB';
  padding-left: 5px;
}

.navigation a {
  color: var(--white);
  font: 400 23px/32px 'Lato';
  text-transform: uppercase;
}

.navigation a:hover {
  color: var(--wine);
}

/* TEAM - grid */
.team {
  padding-top: 0;
}

.team h3 {
  text-transform: uppercase;
}

.team .item {
  padding: 5px;
}

.team figure {
  height: 230px;
  position: relative;
}

.team .text {
  background: rgba(0, 167, 204, 0.8);
  padding: 10px;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .text a {
  color: #fff;
}

.team .text span {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
}

/* LOAD MORE - button */
.load-more {
  margin-top: 15px;
  display: inline-block;
}

/* OUR LEADERSHIP - page */
.page-id-192 .filter form div {
  width: calc(100% / 3 - 7px);
  border-radius: 6px;
  border: solid 1px #d4d5db;
  overflow: hidden;
  max-width: 250px;
  margin-right: 0;
}

/* OUR LEADERSHIP - single */
.single-our-leadership h3 {
  padding-bottom: 0;
}

.single-our-leadership figure img {
  padding-bottom: 25px;
}

.single-our-leadership .sidebar h5 {
  text-transform: uppercase;
  padding-bottom: 5px;
}

.single-our-leadership .sidebar li {
  padding: 2px 0;
}

.single-our-leadership .sidebar .social {
  padding: 25px 0;
}

/* SOCIAL */
.social li {
  display: inline-block;
  margin-right: 20px;
}

.social li:last-child {
  margin-right: 0;
}

footer .social a {
  display: inline-block;
}

footer .social a:hover svg * {
  transition: 0.3s all ease-in;
}

footer .social a:hover svg path {
  fill: #4f0121;
}

.social .fab,
.social .fas {
  background: var(--blue);
  border: 2px solid var(--blue);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  text-align: center;
  padding: 6px 0;
  transition: all .3s;
  color: var(--white);
}

.social .fab:hover,
.social .fas:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

/* POPUP NEWSLETTER */
.popup-newsletter {
  position: fixed;
  bottom: 115px;
  right: -100vw;
  background-color: #510021;
  padding: 65px 40px 38px 40px;
  color: var(--white);
  width: calc(100% - 60px);
  margin: 15px;
  max-width: 400px;
  z-index: 999;
  opacity: 0;
  border-radius: 20px;
  overflow: hidden;
}

.popup-newsletter .form-label {
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 140%;
  font-size: 17px;
  margin: 0 0 15px 0;
  font-weight: 300;
}

.popup-newsletter .email-input {
  position: relative;
}

.popup-newsletter button.popup-close {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 22px;
  right: 22px;
  border-radius: 100%;
  cursor: pointer;
}

.popup-newsletter button.popup-close svg {
  width: 100%;
  max-width: inherit;
  height: auto;
  vertical-align: top;

}

.popup-newsletter button.popup-close svg * {
  transition: 0.2s all ease-in;
}

.popup-newsletter button.popup-close:hover svg circle {
  fill: var(--yellow);
}

.popup-newsletter img {
  filter: brightness(100);
  width: 74px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.popup-newsletter form {
  margin: 0px 0;
}

.popup-newsletter input[type="email"] {
  border: 1px solid var(--color-white);
  background: none;
  color: var(--white);
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 0px 80px 0px 15px;
  width: 100%;
  height: 38px;
  line-height: 36px;
  border-radius: 30px;
}

.popup-newsletter input[type="email"]::-webkit-input-placeholder {
  color: var(--white);
}

.popup-newsletter input[type="submit"] {
  background: var(--color-white);
  border: none;
  color: #631231;
  font-weight: 500;
  font-size: 13px;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  line-height: 25px;
  width: 80px;
  height: 38px;
  border-radius: 0px 30px 30px 0px;
  text-align: center;
}

.popup-newsletter input[type="submit"]:hover {
  background: var(--yellow);
  border-color: var(--yellow);
}

.popup-newsletter a {
  color: var(--white);
  font-size: 14px;
  font-weight: 100;
}

.popup-newsletter a:hover {
  color: var(--yellow);
}

/* COOKIES */
div.cookies {
  background: #3D3C3C;
  color: var(--white);
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  padding: 25px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  display: none;
}

div.cookies a {
  color: var(--yellow);
  font-weight: 400;
}

div.cookies a:hover {
  color: var(--blue)
}

div.cookies .button {
  display: inline-block;
  height: 30px;
  font-weight: 600;
  border: 0;
  cursor: pointer;
  border-radius: 30px;
  line-height: 30px;
  padding: 0px 15px;
  text-transform: uppercase;
  font-size: 14px;
  background-color: var(--yellow);
  color: var(--color-primary);
  margin-left: 25px;
}

div.cookies .button:nth-child(1) {
  margin-left: 0px;
}

.cookies-content {
  position: relative;
}

.cookies-content .has-content-area {
  padding-right: 250px;
}

.cookies-btns {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
}

div.cookies .button:hover {
  background: var(--wine);
  color: var(--white);
}

/* FOOTER */
footer {
  background: rgba(235, 236, 242, 1);
  color: var(--white);
  padding: 30px 0;
}

footer a:hover {
  color: var(--yellow);
}

footer .widget {
  padding: 15px 0;
}

footer .widget h2 {
  text-transform: uppercase;
  padding-bottom: 18px;
  /* font: 300 18px/30px 'Lato'; */
  color: #881946;
  font-family: var(--font-plus);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.96px;
  font-size: 70%;
}

footer .widget a {
  color: #881946;
  font-size: 90%;
  font-weight: 100;
  transition: all 0.3s ease-in-out;
}

footer .widget a:hover {
  color: #4F0121;
}

footer .widget form {
  position: relative;
  width: 200px;
  max-width: 100%;
}

footer .widget input[type="email"] {
  border: 1px solid transparent;
  background: #FFFFFF;
  color: #5E6062;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 0px 52px 0px 15px;
  width: 100%;
  height: 38px;
  line-height: 36px;
  border-radius: 30px;
  font-family: var(--font-plus);
}

footer .widget input[type="email"]::-webkit-input-placeholder {
  color: #5E6062;
  font-family: var(--font-plus);
}

footer .widget input[type="submit"] {
  background: #881946;
  border: none;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 13px;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
  line-height: 25px;
  width: 46px;
  height: 38px;
  border-radius: 0px 30px 30px 0px;
  text-align: center;
  font-family: var(--font-plus);
}

footer .widget input[type="submit"]:hover {
  background: #4F0121;
}

footer .social .fab {
  background: #4F0121;
  border-color: #4F0121;
}

footer .social .fab:hover {
  background: none;
  color: #4F0121;
}

footer .copyright {
  padding: 50px 0;
  font-size: 13px;
}

footer article .copyright {
  padding: 0;
}

footer hr {
  background-color: #4F0121;
  margin: 0 0 10px;
  max-width: 130px;
}

footer .col-sm-6.col-lg-3:nth-child(2) {
  margin-left: -70px;
  margin-right: 15px;
}


a,
.animated,
.zoom,
input {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.zoom:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

header .hamburguer:before {
    transform: rotate(45deg);
    width: 100%;
    top: calc(50% - 1px);
    animation: default1 .3s linear, default2 .3s linear .3s, default3 .3s linear .6s;
    animation-fill-mode: forwards;
}

header .hamburguer:after {
    transform: rotate(-45deg);
    width: 100%;
    top: calc(50% - 1px);
    animation: default4 .3s linear, default5 .3s linear .3s, default6 .3s linear .6s;
    animation-fill-mode: forwards;
}

header .hamburguer span {
    width: 0;
    top: calc(50% - 1px);
    animation: default7 .3s linear .3s, default8 .3s linear .6s;
    animation-fill-mode: forwards;
}

header .hamburguer span:before {
    width: 0;
    top: calc(50% - 1px);
    animation: default9 .3s linear .3s, default10 .3s linear .6s;
    animation-fill-mode: forwards;
}

@keyframes default1 {
    from {
        transform: rotate(45deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes default2 {
    from {
        width: 100%
    }

    to {
        width: 26px
    }
}

@keyframes default3 {
    from {
        top: calc(50% - 1px);
    }

    to {
        top: 6px
    }
}

@keyframes default4 {
    from {
        transform: rotate(-45deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes default5 {
    from {
        width: 100%
    }

    to {
        width: 26px
    }
}

@keyframes default6 {
    from {
        top: calc(50% - 1px);
    }

    to {
        top: 14px
    }
}

@keyframes default7 {
    from {
        width: 0
    }

    to {
        width: 22px
    }
}

@keyframes default8 {
    from {
        top: calc(50% - 1px);
    }

    to {
        top: 12px
    }
}

@keyframes default9 {
    from {
        width: 0
    }

    to {
        width: 15px
    }
}

@keyframes default10 {
    from {
        top: calc(50% - 1px);
    }

    to {
        top: 6px
    }
}

header.open .hamburguer:before {
    transform: rotate(0);
    width: 26px;
    top: 0;
    animation: menu1 .3s linear, menu2 .3s linear .3s, menu3 .3s linear .6s;
    animation-fill-mode: forwards;
}

header.open .hamburguer:after {
    transform: rotate(0);
    width: 26px;
    top: 0;
    animation: menu4 .3s linear, menu5 .3s linear .3s, menu6 .3s linear .6s;
    animation-fill-mode: forwards;
}

header.open .hamburguer span {
    width: 22px;
    top: 12px;
    animation: menu7 .3s linear, menu8 .3s linear .6s;
    animation-fill-mode: forwards;
}

header.open .hamburguer span:before {
    width: 15px;
    top: 6px;
    animation: menu9 .3s linear, menu10 .3s linear .6s;
    animation-fill-mode: forwards;
}

@keyframes menu1 {
    from {
        top: 0;
    }

    to {
        top: calc(50% - 1px)
    }
}

@keyframes menu2 {
    from {
        width: 19px
    }

    to {
        width: 100%
    }
}

@keyframes menu3 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(45deg)
    }
}

@keyframes menu4 {
    from {
        top: 6px;
    }

    to {
        top: calc(50% - 1px)
    }
}

@keyframes menu5 {
    from {
        width: 26px
    }

    to {
        width: 100%
    }
}

@keyframes menu6 {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-45deg)
    }
}

@keyframes menu7 {
    from {
        top: 12px
    }

    to {
        top: calc(50% - 1px)
    }
}

@keyframes menu8 {
    from {
        width: 22px
    }

    to {
        width: 0
    }
}

@keyframes menu9 {
    from {
        top: 6px
    }

    to {
        top: calc(50% - 1px)
    }
}

@keyframes menu10 {
    from {
        width: 15px
    }

    to {
        width: 0
    }
}

header .hamburguer {
    border-radius: 100%;
    border: 4px solid #fff;
    background: transparent;
}

header.open .hamburguer {
    background: #8a1646;
    border: 4px solid #8a1646;
}

header.open .hamburguer:before,
header.open .hamburguer:after {
    background: #fff;
}

@keyframes slick-dots {
    from {
        width: 0
    }

    to {
        width: 100%
    }
}



/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {

    /* GENERAL */
    body {
        padding-top: 44px;
    }

    /* HEADER */
    header h1 {
        padding: 15px 0;
        margin-bottom: -10px;
    }

    header .menu {
        position: absolute;
        background: var(--white);
        right: -40px;
        top: -100vh;
        opacity: 0;
        transition: all .3s;
    }

    header nav {
        padding: 15px 25px;
    }

    header nav ul {
        text-align: left;
        padding: 0;
        display: block;
    }

    header nav li {
        display: block;
        border-bottom: 1px solid var(--lightGray);
        padding: 8px 0;
        position: relative;
    }

    header nav li:hover a {
        background: none;
        color: var(--wine);
    }

    header nav ul ul {
        background: none;
        position: unset;
        padding: 5px 0 8px;
        display: none;
        box-shadow: none;
    }

    header nav ul ul:before {
        display: none;
    }

    header nav .menu-item-has-children:after {
        content: '';
        width: 10px;
        height: 10px;
        border-left: 2px solid #881946;
        border-bottom: 2px solid #881946;
        position: absolute;
        transform: rotate(-45deg);
        transition: all .3s;
        top: 15px;
        right: 0;
    }

    header nav .menu-item-has-children.active:after {
        transform: rotate(135deg);
    }

    header nav ul ul li {
        border: none;
        padding: 3px 0;
    }

    header nav ul ul a {
        /* color: var(--gray) !important; */
        padding: 12px 6px !important;
    }

    header nav li a {
        padding: 0;
        color: #881946;
    }

    header .search {
        padding: 15px 25px 30px 25px;
    }

    header.open .menu {
        top: 37px;
        opacity: 1;
    }

    /* QUOTE - block */
    .wp-block-quote.has-text-align-left {
        margin-left: 95px;
    }

    .wp-block-quote.has-text-align-right {
        margin-right: 95px;
    }

    /* FEATURES - home */
    .features .item {
        height: auto;
    }

    /* BUSINESS - page template */
    .page-template-business header h1 {
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: -15px;
    }

    .page-template-business header .logo-business {
        padding: 0;
        right: 160px;
    }

    /* FOOTER */
    footer .col-sm-6.col-lg-3:nth-child(2) {
        margin-left: -30px;
        margin-right: 15px;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {

    /* HEADINGS */
    h1.headline-our-ideas {
        font-size: calc(100vw / 25);
        line-height: 150%;
    }

    h2 {
        font-size: calc(100vw / 25);
        line-height: 150%;
    }

    h3 {
        font-size: calc(100vw / 25);
        line-height: 150%;
    }

    /* QUOTE - block */
    .wp-block-quote.has-text-align-left {
        margin-left: 0;
    }

    .wp-block-quote.has-text-align-right {
        margin-right: 0;
    }

    /* WP CLASSES */
    .alignleft {
        float: none !important;
    }

    /* YOUTUBE - block */
    .wp-block-embed-youtube.alignfull iframe {
        height: 40vh;
    }

    /* BUSINESS - page template */
    .page-template-business header .logo-business {
        right: 175px;
    }

    .page-template-business .business-menu a {
        font-size: 12px;
    }

    /* SLIDER - home */
    .slider .text .button {
        margin-top: 15px;
    }

    .slider .tag .slick-wrapper:before {
        left: -75px;
        font-size: 26px;
        background-size: 30px;
        padding-left: 30px;
        padding-bottom: 2px;
    }

    .slider .tag .slick-wrapper:after {
        background-size: 30px;
    }

    .slider .tag .item {
        font-size: 26px;
        line-height: 18px;
    }

    /* FEATURES - home */
    .features {
        font-size: 14px;
        line-height: 20px;
    }

    /* OUR EXPERIENCE */
    .our-experience figure {
        margin: 45px;
    }

    /* OUR EXPERIENCE - page */
    .page-id-601 .our-experience-description {
        position: relative;
        margin: 0;
    }

    .page-id-601 .our-experience-description .item {
        display: block !important;
    }

    /* FILTER */
    .filter {
        /* background: var(--yellow); */
        margin-bottom: 30px;
    }

    .filter form {
        margin-bottom: 10px;
    }

    .filter form div {
        width: 100% !important;
        margin: 0 0 10px;
    }

    .filter form div:last-child {
        width: 100%;
    }

    /* OUR IDEAS - archive page */
    .post-type-archive-our-ideas .filter {
        padding-top: 40px;
        margin-top: -40px;
    }

    /* DALBERG MEDIA - services */
    .services h3 {
        font-size: 25px;
    }

    .services .wp-block-column {
        flex-basis: 0 !important;
        flex-grow: 1;
    }

    /* .services .wp-block-column:not(:first-child){margin-left:30px;} */

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {

    /* GENERAL */
    body {
        font-size: 16px;
        line-height: 22px;
    }

    .max-width-320 {
        max-width: 320px;
    }

    article p {
        padding-bottom: 15px;
    }

    /* QUOTE - block */
    .wp-block-quote.has-text-align-left,
    .wp-block-quote.has-text-align-right {
        float: none;
        margin: 0;
    }

    /* YOUTUBE - block */
    .wp-block-embed-youtube.alignfull iframe {
        height: 32vh;
    }

    /* SLIDER - home */
    .slider .text .item {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .slider .text .slick-dots li {
        height: 2px;
        width: 30px;
        margin: 0 5px;
    }

    .slider .text .slick-dots .slick-active:before {
        height: 2px;
        width: 30px;
    }

    /* FEATURES - home */
    .features .text {
        line-height: 16px;
    }

    .features .item-1 .text,
    .features .item-2 .text {
        padding: 0 10px;
        width: 55%;
    }

    .features .item-1 .text:after,
    .features .item-2 .text:after {
        top: 0 !important;
    }

    .features .item-6 {
        height: 380px;
    }

    /* NAVIGATION */
    .navigation li {
        padding: 0 15px;
    }

    .navigation a {
        font-size: 15px;
        line-height: 21px;
    }

    /* OUR PEOPLE */
    .page-id-1673 .our-people article {
        min-height: 100%;
    }

    /* BUSINESS - page template */
    .page-template-business {
        padding-top: 96px;
    }

    /* DALBERG MEDIA - services */
    .services {
        height: auto !important
    }

    .services .wp-block-column {
        flex-basis: 100% !important;
        flex-grow: 1;
        max-width: 260px;
        margin: auto !important;
        padding-bottom: 0;
    }

    .services .wp-block-column.active p {
        display: none;
    }

    .services h3::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        display: block;
    }

    /* DALBERG MEDIA - projects */
    .page-template-business .features .item.item-1 img {
        height: auto;
    }

    .page-template-business .features .item.item-2 img {
        height: auto;
    }

    .page-template-business .features .text {
        line-height: 12px;
    }

    .page-template-business .features .text strong {
        line-height: 22px;
    }

    /* SINGLE DALBERG MEDIA */
    .single-dalberg-media .col-md-8 {
        order: 2;
    }

    .single-dalberg-media .sidebar {
        order: 1;
        text-align: left !important;
    }

    .single-dalberg-media .sidebar .titles {
        display: inline-block;
        background-color: #7d2546;
        width: 100%;
        margin-left: -130px;
        padding-left: 130px;
        margin-right: -130px;
        padding-right: 130px;
        box-sizing: content-box;
        margin-bottom: 20px;
    }

    .single-dalberg-media .sidebar .titles li {
        float: left;
        margin: 10px 30px 10px 0;
    }

    .single-dalberg-media .sidebar .titles li a {
        color: #fff;
    }

    .single-dalberg-media .sidebar .titles li a:hover {
        color: var(--yellow);
    }

}

/* ScrollMagic */
@media (max-width: 599px) {
    .ScrollMagic .wp-block-column:first-child {
        display: none;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {

    header .menu {
        right: -15px;
    }

    /* GENERAL */
    section {
        padding: 30px 0;
    }

    .mobile-reverse {
        flex-direction: column-reverse;
    }

    .wp-block-column {
        margin: 15px 0;
    }

    /* FANCYBOX */
    .fancybox-content {
        padding: 44px 15px !important;
    }

    /* ACCORDION */
    .accordion ul {
        margin: 0;
    }

    /* FLEX */
    .flex {
        flex-wrap: wrap;
    }

    /* FEATURED IMAGE */
    .featured-image {
        height: 270px;
    }

    /* HEADINGS */
    h1.headline-our-ideas {
        font-size: 32px;
        line-height: 38px;
    }

    h2 {
        font-size: calc(100vw / 15);
        line-height: 150%;
    }

    h3 {
        font-size: 32px;
        line-height: 38px;
    }

    /* COLUMN - block */
    .wp-block-columns {
        padding-bottom: 30px;
    }

    .wp-block-column {
        width: 100%;
        padding-bottom: 15px;
    }

    .wp-block-columns.no-margin p {
        padding: 0;
    }

    /* COVER - block */
    .wp-block-cover {
        height: 200px;
        min-height: auto !important;
    }

    .wp-block-cover p {
        font-size: 18px;
        line-height: 22px;
    }

    .wp-block-cover .wp-block-cover__inner-container {
        width: calc(100% - 30px);
    }

    /* SLIDER */
    body:not(.home) .slider .slick.image .item {
        height: 350px;
    }

    /* FEATURES - home */
    .features .item-3,
    .features .item-4,
    .features .item-6 {
        height: 300px;
    }

    .features .item-3 img {
        margin-top: -130px;
    }

    /* HOME - yellow */
    .home .yellow {
        padding: 0 0 50px;
    }

    .yellow h3 {
        padding-top: 40px;
    }

    .yellow .button.float {
        position: initial;
        margin-top: 15px;
        display: inline-block;
    }

    .yellow .item {
        padding-right: 15px;
    }

    .yellow .wp_bannerize_container {
        padding: 50px 0 0;
    }

    /* UPCOMING EVENTS */
    .page-id-2096 .item {
        padding-right: 15px;
    }

    /* BUSINESS - page template */
    .page-template-business header h1 {
        display: block;
    }

    .page-template-business .slider .text {
        padding-bottom: 30px;
    }

    .page-template-business .wp-block-custom-bluebox {
        margin: -40px -15px 30px !important;
        padding: 45px 15px 30px;
    }

    .page-template-business .wp-block-custom-bluebox article {
        padding: 40px 15px 20px !important;
    }

    .page-template-business .wp-block-custom-bluebox p {
        text-align: left;
    }

    .page-template-business .areas-of-expertise h3 {
        text-align: left;
    }

    .page-template-business .list {
        margin: -15px;
    }

    .page-template-business .list .item {
        padding: 0 15px;
    }

    .page-template-business .list h4 {
        font: 400 13px/36px 'Lato';
        border-bottom: 1px solid var(--lightGray);
        padding: 0;
        position: relative;
    }

    .page-template-business .list:last-child h4 {
        border: none;
    }

    .page-template-business .list h4:after {
        content: '';
        border-color: var(--gray);
        border-left: 1px solid;
        border-bottom: 1px solid;
        position: absolute;
        width: 8px;
        height: 8px;
        top: calc(50% - 4px);
        right: 0;
        transform: rotate(-45deg);
        transition: all .3s;
    }

    .page-template-business .list .text {
        display: none;
        padding: 10px 0 20px;
    }

    .page-template-business .list .excerpt {
        padding-bottom: 15px;
    }

    .page-template-business .list .content {
        display: none;
    }

    .page-template-business .list .team {
        padding-bottom: 15px;
    }

    .page-template-business .list .team a {
        color: var(--yellow) !important;
    }

    .page-template-business .list .more,
    .page-template-business .list .less {
        border: 1px solid var(--white);
        text-transform: uppercase;
        font: 400 12px/18px 'Lato';
        padding: 2px 8px;
    }

    .page-template-business .list .less {
        display: none;
    }

    .page-template-business .list .active {
        background: var(--wine);
        color: var(--white);
    }

    .page-template-business .list .active h4 {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .page-template-business .list .active h4:after {
        transform: rotate(135deg)
    }

    .page-template-business .list .active a {
        color: var(--white);
    }

    .page-template-business .recent-work .item {
        margin: 0 40px;
    }

    /* HEADER */
    header .menu {
        width: 100vw;
        max-width: 100vw !important;
    }

    /* WHO WE ARE - scroll magic */
    .ScrollMagic img,
    .ScrollMagic .wp-block-cover {
        height: auto;
        padding: 50px 0;
    }

    /* WHO WE ARE - our global locations */
    .page-id-194 .wp-block-column.left {
        flex-basis: 25% !important;
    }

    .page-id-194 .wp-block-column.right {
        flex-basis: 75% !important;
    }

    .page-id-194 .wp-block-column {
        margin: 0;
        padding-bottom: 0;
    }

    /* OUR EXPERIENCE */
    .our-experience figure {
        width: 100px;
        margin: 15px;
    }

    .our-experience figure:before {
        width: 100px;
        height: 100px;
        left: calc(50% - 50px);
    }

    /* OUR EXPERIENCE - page */
    .page-id-601 .our-experience .slick-prev {
        left: 0;
    }

    .page-id-601 .our-experience .slick-next {
        right: 0;
    }

    .page-id-601 .our-experience figure.active:before {
        background: none;
    }

    .page-id-601 .our-experience figure.active img {
        filter: none;
    }

    /* OUR IDEAS */
    .our-ideas .item {
        background: var(--lightGray);
        margin-bottom: 30px;
    }

    .our-ideas .item img {
        width: 100%;
    }

    .our-ideas .item p {
        display: none;
    }

    .our-ideas .item .button {
        display: none;
    }

    .our-ideas .item:after {
        display: none;
    }

    .our-ideas h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .post-type-archive-our-ideas .our-ideas .item {
        margin-left: 0px;
        margin-right: 0;
    }

    /* OUR IDEAS - single */
    .single-our-ideas .flex .item:first-child {
        text-align: left;
    }

    /* YOUTUBE - block */
    .wp-block-embed-youtube iframe {
        height: 40vh;
    }

    /* BLUEBOX - single */
    .bluebox {
        margin: 0px -15px;
    }

    .bluebox a {
        display: block;
        border: none;
    }

    /* SLICK */
    .slick .slick-prev {
        top: 67px;
        left: 0;
    }

    .slick .slick-next {
        top: 67px;
        right: 0;
    }

    /* FILTER */
    .filter {
        padding: 15px 15px 20px;
        margin: 15px -15px 30px;
    }

    .filter h3 {
        padding-bottom: 0;
    }

    .filter form {
        padding: 0;
    }

    /* TEAM - grid */
    .team figure {
        height: 300px;
    }

    /* FOOTER */
    footer {
        text-align: center;
    }

    footer #custom_html-3 {
        display: none;
    }

    footer hr {
        margin-left: auto;
        margin-right: auto;
    }

    footer .col-sm-6.col-lg-3:nth-child(2) {
        margin-left: 0;
        margin-right: 0;
    }

}




@charset "utf-8";

*,
*:after,
*:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none !important;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}

ul,
ol {
    list-style-type: none;
}

html {
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

figcaption,
figure,
main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

::selection {
    background: rgba(0, 0, 0, .2);
}

::-moz-selection {
    background: rgba(0, 0, 0, .2);
}

.wrapper,
.container {
    position: relative;
}

.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.container:before,
.container:after,
.row:before,
.row:after,
.team-details li:after,
.team-details li:before {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.wrapper,
.container:after,
.row:after,
.team-details li:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.valign-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.embed-content,
.youtube-live {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.youtube-live iframe,
.embed-content iframe,
.embed-content object,
.embed-content embed,
.embed-content video,
.embed-content img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    max-width: inherit;
}



@charset "utf-8";



/*
@font-face {
    font-family: 'lalezarregular';
    src: url('../fonts/lalezar-regular-webfont.woff2') format('woff2'),
         url('../fonts/lalezar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
:root {
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --color-transparent: rgba(0, 0, 0, 0);
  --color-black: #000000;
  --color-grey: #888888;
  --color-blue: #00558A;
  --color-dark-grey: #505050;
  --color-dark-grey-1: #303030;
  --color-light-grey: #F4F4F4;
  --color-light-grey-1: #fdfdfd;
  --color-white: #FFFFFF;
  --color-primary: #881946;
  --color-secondary: #00A7CC;
  --color-theme-1: #F3B11C;
  --color-theme-2: #FEEFD2;
  --color-border: #C4C4C4;
  --font-headline: 'Lalezar';
  /*  --font-headline: 'lalezarregular';*/
  --font-theme: 'Lato', sans-serif;
  --font-funnel: 'Funnel Display', sans-serif;
  --font-plus: 'Plus Jakarta Sans', sans-serif;
}

@-ms-viewport {
  width: device-width
}

/*Fixing CSS*/
.grecaptcha-badge {
  display: none !important;
}

/*
body.page-template-business.page-id-3081 .our-ideas .button.load-more{
	display: none;
}
*/
html,
body {
  height: 100%;
}

.no-padd {
  padding: 0 !important;
}

.covid-main {
  font-size: 18px;
  font-weight: 400;
  background: var(--color-white);
  font-family: var(--font-theme);
  color: var(--color-black);
  opacity: 1;
  overflow-x: hidden;
  font-style: normal;
  line-height: 150%;
}

.covid-main.is-color-gery,
.covid-main.is-color-gery a,
.covid-main.is-color-gery p {
  color: var(--color-dark-grey);
}

.covid-main.if-theme {
  font-weight: 300;
}

.covid-main form,
.covid-main input,
.covid-main button,
.covid-main label {
  font-family: var(--font-theme);
}

.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-hide {
  display: none !important;
}

.is-hidden {
  visibility: hidden !important;
}

.is-show {
  display: block !important;
}

.covid-main p {
  line-height: 150%;
  margin-bottom: 25px;
}

.covid-main a {
  text-decoration: none;
  outline: none;
  color: var(--color-secondary);
  display: inline-block;
}

.covid-main button,
.covid-main a {
  outline: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}

.covid-main h1,
.covid-main h2,
.covid-main h3,
.covid-main h4,
.covid-main h5,
.covid-main h6 {
  font-weight: 400;
  font-size: 100%;
  font-family: var(--font-headline);
  line-height: 100%;
}

.covid-main strong {
  font-weight: 600;
}

.covid-main .main-banner .banner-caption h1 span,
.post-type-1 h2 span,
.covid-main .quotation-banner .banner-caption h2 span,
.covid-main .banner-wrapper.tab-banner h2 span,
.covid-main .approach-banner .banner-caption h1 span {
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-secondary) 0%, var(--color-secondary) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.27em;
  background-position: 0 65%;
  transition: background-size 0.25s ease-in;
}

.covid-main u {
  text-decoration: none !important;
}

.covid-main .post-type-1 h2 strong {
  font-weight: 400;
}

.covid-main .post-type-1 h2 p,
.covid-main .quotation-banner .banner-caption h2 p,
.covid-main .banner-wrapper.tab-banner h2 p,
.covid-main .approach-banner .banner-caption h1 p {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
}

.covid-main .post-type-2 .post-items li p span {
  text-decoration: inherit !important;
  font-weight: 400;
}

.covid-main .post-type-2 .post-items li p strong span {
  text-decoration: inherit !important;
  font-weight: 600;
}

.covid-main .post-type-3 .post-items li p span {
  text-decoration: inherit !important;
  font-weight: 600;
}

.covid-main .alignnone {
  margin: 0 !important;
  padding: 0 !important;
}

.covid-main .slick-slider .lazyload,
.covid-main .slick-slider .lazyloading {
  opacity: 1 !important;
}

/* Fixing End*/
.covid-main u:hover {
  /*	background-size: 100% 88%;*/
}

/*Theme CSS Start*/
.covid-main .wrapper {
  margin: 0;
  padding: 0;
}

.covid-main .section-wrapper {
  padding: 80px 0;
}

.covid-main .wrapper.bg-white {
  background-color: var(--color-white) !important;
}

.covid-main .wrapper.bg-grey {
  background-color: var(--color-light-grey);
}

.covid-main .wrapper.bg-light-grey {
  background-color: var(--color-light-grey-1);
}

.covid-main .wrapper.bg-primary {
  background-color: var(--color-primary) !important;
}

.covid-main .wrapper.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.covid-main .wrapper.bg-yellow {
  background-color: var(--color-theme-1) !important;
}

.covid-main .wrapper.light-yellow {
  background-color: var(--color-theme-2) !important;
}

.covid-main .wrapper.bg-dark-blue {
  background-color: var(--color-blue) !important;
}

/*Covid Main Banner*/
.covid-main .banner-wrapper.main-banner {
  height: 700px;
  background-repeat: no-repeat;
  background-image: url("../images/main-banner-bg.png");
  background-position: right top;
  background-size: 670px;
}

.covid-main .banner-wrapper .container {
  height: 100%;
}

.covid-main .main-banner .banner-caption {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-white);
  max-width: 620px;
  width: 100%;
}

.covid-main .main-banner .banner-caption h1 {
  font-size: 400%;
  line-height: 95%;
  margin: 0 0 10px 0;
}

.covid-main .main-banner .banner-caption p {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
}

/*Approach Banner*/
.covid-main .banner-wrapper.approach-banner {
  background-color: var(--color-white);
  height: 700px;
  background-repeat: no-repeat;
  background-image: url("../images/approach-banner-bg.svg");
  background-size: cover;
  background-position: center center;
}

.covid-main .approach-banner .banner-caption {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-black);
  width: 100%;
}

.covid-main .approach-banner .inner-container {
  height: 100%;
}

.covid-main .approach-banner .banner-caption .top-line {
  font-size: 100%;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.covid-main .approach-banner .banner-caption h1 {
  font-size: 280%;
  line-height: 100%;
}

.covid-main .widget-author .post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.covid-main .widget-author .post .fig-img {
  flex-basis: 200px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 40px;
}

.covid-main .widget-author .post .fig-img img {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
}

.covid-main .widget-author .post::before,
.covid-main .widget-author .post::after {
  content: '';
  display: block;
  position: absolute;
  width: 84px;
  height: 56px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 138px;
  mix-blend-mode: multiply;
}

.covid-main .widget-author .post::before {
  left: -130px;
  background-image: url("../images/quotation-left.svg");
}

.covid-main .widget-author .post::after {
  right: -130px;
  background-image: url("../images/quotation-right.svg");
}

.covid-main .post a.is-text {
  line-height: 150%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-weight: 600;
  font-size: 90%;
  position: relative;
}

.covid-main .post-type-1 h2 {
  font-weight: normal;
  font-size: 200%;
  line-height: 130%;
  margin: 10px 0 0px 0;
  padding: 0 0 0 0;
  width: auto;
  max-width: 100%;
}

.covid-main .post-type-1 p {
  font-size: 90%;
  margin: 10px 0 0 0;
  padding: 0;
}

.covid-main .post-type-1 .post {
  padding: 70px 0;
}

.covid-main .post a.is-text::after {
  content: '';
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-arrow.svg);
  position: absolute;
  bottom: 4px;
  margin-left: 10px;
  vertical-align: bottom;
  transition: transform 0.2s ease-in-out;
}

.covid-main .post a.is-text:hover::after {
  transform: translate3d(10px, 0, 0);
}

.covid-main .post-type-1 li {
  border-top: 1px solid var(--color-border)
}

.covid-main .btn {
  display: inline-block;
  min-width: 140px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 90%;
  position: relative;
  padding: 0;
  border-radius: 0;
}

.covid-main .btn span {
  /*  transition: all .6s ease-out;*/
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*Btn  Black */
.covid-main .btn.btn-black {
  border: 1px solid var(--color-black);
  color: var(--color-black);
  /*
  background: linear-gradient(to right, var(--color-black) 50%, var(--color-transparent) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
*/
}

.covid-main .btn.btn-black span {
  line-height: 38px;
  /*  color: var(--color-black);*/
}

.covid-main .btn.btn-black span:hover {
  /*  color: var(--color-white);*/
}

/*Btn  White */
.covid-main .btn.btn-white {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  /*
  background: linear-gradient(to right, var(--color-white) 50%, var(--color-transparent) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
*/
}

.covid-main .btn.btn-white span {
  line-height: 38px;
  /*  color: var(--color-white);*/
}

/*
.covid-main .btn.btn-white span:hover {
  color: var(--color-black);
}

.covid-main .btn:hover {
  background-position: left bottom;
}
*/
.covid-main .btn.btn-white:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.covid-main .btn.btn-black:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.covid-main .main-banner .btn {
  height: 46px;
}

.covid-main .main-banner .btn span {
  line-height: 43px;
}

.covid-main .post .btn,
.covid-main .main-banner .btn {
  margin: 40px 0 0 0;
}

.covid-main .post-header {
  max-width: 640px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 70px;
}

.covid-main .post-header.is-full {
  max-width: 100%;
}

.covid-main .inner-container.is-separator {
  border-top: 1px solid var(--color-border);
  padding: 70px 0px;
}

.covid-main .post-header p {
  margin: 0;
  padding: 0;
}

.covid-main .post-type-2 .post-items ul {
  margin: 0px -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.covid-main .post-type-2 .post-items li {
  width: 50%;
  padding: 10px;
  margin: 0;
}

.covid-main .post-type-2 .post-items li figure {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
}

.covid-main .post-type-2 .post-items li figure .fig-img,
.covid-main .post-type-3 .post-items li figure .fig-img {
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.covid-main .post-type-2 .post-items li figure .fig-img img,
.covid-main .post-type-3 .post-items li figure .fig-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.covid-main .post-type-2 .post-items li figcaption {
  padding: 20px 30px 30px 30px;
}

.covid-main .post-type-2 .post-items li .top-line {
  display: block;
  line-height: 150%;
  font-size: 80%;
  font-weight: 600;
  color: var(--color-grey);
  padding: 0 0 8px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  word-break: break-all;
}

.covid-main .post-type-2 .post-items li .top-line span {
  margin-right: 10px;
}

.covid-main .post-type-2 .post-items li p {
  margin: 0;
  padding: 0;
  font-size: 115%;
}

.covid-main .post-type-2 .post-items li .byline {
  font-size: 90%;
  line-height: 150%;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
}

.covid-main .post-type-2 .post-items li a.is-text {
  margin: 20px 0 0 0;
}

.covid-main .post-type-2 .post-footer nav {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 0px 0px;
  margin-top: 60px;
}

.covid-main .post-type-2 .post-footer ul {
  display: table-row;
  padding: 0;
  margin: 0px -5px;
}

.covid-main .post-type-2 .post-footer li {
  list-style: none;
  display: table-cell;
  text-align: center;
  padding: 0px 5px;
}

.covid-main .post-type-2 .post-footer a {
  font-size: 90%;
  position: relative;
  display: block;
  height: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  border-radius: 0;
  border: 1px solid var(--color-black);
  color: var(--color-black);
  /*
  background: linear-gradient(to right, var(--color-black) 50%, var(--color-transparent) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
*/
}

.covid-main .post-type-2 .post-footer a span {
  /*  transition: all .6s ease-out;*/
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 38px;
  /*  color: var(--color-black);*/
}

.covid-main .post-type-2 .post-footer a span:hover {
  /*  color: var(--color-white);*/
}

.covid-main .post-type-2 .post-footer a:hover {
  /*  background-position: left bottom;*/
}

.covid-main .post-type-2 .post-footer a:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}

.covid-main .section-header {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 60px;
}

.covid-main .section-header.is-dark {
  color: var(--color-dark-grey);
}

.covid-main .section-header.is-light {
  color: var(--color-white);
}

.covid-main .section-header h2 {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 110%;
  line-height: 100%;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
}

.covid-main .section-header h2 span.headline {
  position: relative;
  display: inline-block;
}

.covid-main .section-header h2 span.headline .slick-arrow {
  position: absolute;
  font-size: 0;
  background-color: var(--color-transparent);
  top: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  cursor: pointer;
  border: 0;
  display: block;
  width: 20px;
  height: 15px;
  opacity: 1;
}

.covid-main .section-header h2 span.headline .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.covid-main .section-header h2 span.headline .slick-arrow.slick-prev {
  background-image: url(../images/arrow-prev.svg);
  left: -40px;
}

.covid-main .section-header h2 span.headline .slick-arrow.slick-next {
  background-image: url(../images/arrow-next.svg);
  right: -40px;
}

.covid-main .section-header p {
  margin: 0;
  padding: 0;
}

.covid-main .section-footer {
  padding-top: 60px;
  text-align: center;
}

/*Post type 3*/
.covid-main .post-type-3 .post-items ul {
  margin: 0px -10px;
  /*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
*/
}

.covid-main .post-type-3 .post-items li {
  width: 33.3333%;
  padding: 10px;
  margin: 0;
  float: left;
}

.covid-main .post-type-3 .post-items ul:before,
.covid-main .post-type-3 .post-items ul:after {
  display: table;
  line-height: 0;
  content: "";
}

.covid-main .post-type-3 .post-items ul:after {
  clear: both;
}

/*
.covid-main .post-type-3 .post-items .slick-list{
	width: 100% !important;
}

.covid-main .post-type-3 .post-items .slick-track{
	width: 100% !important;
}
*/
.covid-main .post-type-3 .post-items li figure {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
  /*  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.covid-main .post-type-3 .post-items li figcaption {
  padding: 20px 25px 30px 25px;
  text-align: left;
}

.covid-main .post-type-3 .post-items li .top-line {
  display: block;
  line-height: 100%;
  font-size: 85%;
  font-weight: 600;
  color: var(--color-grey);
  padding: 0 0 8px 0;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.covid-main .post-type-3 .post-items li p {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.covid-main .post-type-3 .post-items li .byline {
  font-size: 90%;
  line-height: 150%;
  margin: 13px 0 0 0;
  padding: 0 0 0 0;
}

.covid-main .post-type-3 .post-items li a.is-text {
  margin: 20px 0 0 0;
}

.wrapper.approach-wrapper {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/wave-bg.png");
}

.approach-container {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
  color: var(--color-white);
  text-align: center;
}

.covid-main .approach-container h2 {
  font-size: 200%;
  line-height: 130%;
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  width: 100%;
  max-width: inherit;
}

.covid-main .approach-container p {
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 115%;
}

.covid-main .form-container {
  max-width: 400px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.covid-main .form-group {
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
}

.covid-main .form-group label {
  display: block;
  color: var(--color-white);
  font-size: 80%;
  line-height: 120%;
  margin: 0 0 10px 0;
  text-align: left;
}

.covid-main .form-group input[type="text"],
.covid-main .form-group input[type="email"],
.covid-main .form-group select,
.covid-main .form-group textarea {
  background-color: var(--color-white);
  color: var(--color-black);
  display: block;
  width: 100%;
  border: 0;
  height: 50px;
  padding: 0px 10px;
  font-size: 100%;
  font-size: 90%;
  font-family: var(--font-theme);
}

.covid-main .form-group textarea {
  padding: 10px;
  height: 200px;
  min-height: 200px;
  resize: none;
}

.covid-main .form-container .form-group:last-child {
  margin-bottom: 0;
  text-align: center;
}

.covid-main .form-container .form-group .btn {
  margin-top: 20px;
}

.covid-main form input[type='submit'] {
  width: 140px;
  margin: 35px auto 0 auto;
  height: 40px;
  line-height: 38px;
  font-weight: 400;
  border: 1px solid var(--color-white);
  padding: 0;
  color: var(--color-white);
  background-color: var(--color-transparent);
  text-align: center;
  cursor: pointer;
  font-size: 90%;
  position: relative;
  border-radius: 0;
  text-transform: capitalize;
  display: block;
  transition: 0.2s all ease-in-out;
}

.covid-main form input[type='submit']:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.covid-main .ajax-loader {
  position: absolute;
  top: 10px;
  right: 20px;
  background-color: #fff;
  border-radius: 100%;
  width: 20px !important;
  height: 20px !important;
  background-repeat: no-repeat;
  background-position: center;
}

.covid-main .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

.covid-main .wpcf7 form .wpcf7-response-output {
  margin: 30px 0px 0 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
}

.covid-main .partners {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  justify-content: center;
}

.covid-main .partners li {
  width: 25%;
  text-align: center;
  margin: 20px 0px;
  padding: 0px 10px;
}

.covid-main .partners a {
  display: inline-block;
  color: var(--color-dark-grey);
  line-height: 150%;
}

.covid-main .partners a:hover {
  color: var(--color-black);
}

.covid-main .post-type-4 {
  text-align: center;
}

.covid-main .post-type-4 ul.single-post li {
  margin: 0;
  padding: 0;
}

.covid-main .post-type-4 h2 {
  font-size: 200%;
  line-height: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
  display: block;
  max-width: inherit;
  color: var(--color-primary);
}

.covid-main .post-type-4 p {
  font-size: 90%;
  margin: 0 0 15px 0;
  padding: 0;
}

.covid-main .post-type-4 .group-post {
  background-color: var(--color-light-grey);
  border-radius: 4px;
  margin: 70px 0px;
  position: relative;
  padding: 10px;
}

.covid-main .post-type-4 .group-post ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.covid-main .post-type-4 .group-post li {
  width: 33.333%;
  padding: 40px 60px;
}

.covid-main .post-type-4 .dashed-container {
  min-height: 200px;
  border: 1px dashed var(--color-primary);
  border-radius: 4px;
  position: relative;
}

.covid-main .post-type-4 .dashed-container::after,
.covid-main .post-type-4 .dashed-container::before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 50px;
  border-right: 1px dashed var(--color-primary);
  left: 50%;
}

.covid-main .post-type-4 .dashed-container::after {
  top: -50px;
}

.covid-main .post-type-4 .dashed-container::before {
  bottom: -50px;
}

.covid-main .post-type-4 .group-post::after,
.covid-main .post-type-4 .group-post::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-primary);
  left: 50%;
  transform: translateX(-50%);
  margin-left: 1px;
}

.covid-main .post-type-4 .group-post::after {
  top: -48px;
}

.covid-main .post-type-4 .group-post::before {
  bottom: -48px;
}

.covid-main .post-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-wrap: wrap;
}

.covid-main .post-filter li {
  padding: 10px 20px;
}

.covid-main .post-filter li a {
  color: var(--color-black);
  font-weight: 600;
  display: inline-block;
  padding: 4px;
}

.covid-main .post-filter li.is-active a {
  border-bottom: 2px solid var(--color-black);
  pointer-events: none;
  cursor: default;
}

.covid-main .post-nav ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0px -30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.covid-main .post-nav ul li {
  padding: 0px 30px;
  width: 33.333%;
}

.covid-main .post-nav ul li a {
  color: var(--color-border);
  padding: 20px 0px 30px 0;
  border-top: 10px solid var(--color-transparent);
}

.covid-main .post-nav ul li.is-active a {
  color: var(--color-black);
  display: block;
  border-top: 10px solid var(--color-black);
  pointer-events: none;
  cursor: default;
}

.covid-main .post-nav ul li.is-active a .top-line {
  color: var(--color-grey);
}

.covid-main .post-nav ul li a p {
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 140%;
  font-size: 95%;
}

.covid-main .post-nav ul li a .top-line {
  display: block;
  line-height: 100%;
  font-size: 80%;
  font-weight: 600;
  padding: 0 0 8px 0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.covid-main .post-content .single-post {
  display: none;
}

.covid-main .post-content .single-post.is-active {
  display: block;
}

/*Tab Banner*/
.covid-main .banner-wrapper.tab-banner {
  height: 500px;
  padding: 80px 0px 0 0;
}

.covid-main .banner-wrapper.tab-banner .post-caption {
  width: calc(100% - 340px);
  float: left;
  padding-right: 30px;
  height: 370px;
  position: relative;
}

.covid-main .banner-wrapper.tab-banner .post-caption a.btn {
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.covid-main .banner-wrapper.tab-banner h2 {
  font-weight: normal;
  font-size: 200%;
  line-height: 130%;
  margin: 40px 0 0px 0;
  padding: 0 0 0 0;
  width: auto;
  max-width: 100%;
}

.covid-main .banner-wrapper.tab-banner .post-graph {
  width: 340px;
  max-width: 100%;
  float: right;
  /*  border-bottom: 1px solid var(--color-border);*/
  text-align: center;
}

.covid-main .banner-wrapper.tab-banner .post-graph img {
  height: 370px;
  width: auto;
  max-width: inherit;
}

.covid-main .banner-wrapper.tab-banner .graph-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}

.covid-main .banner-wrapper.tab-banner .post-graph p {
  margin: 0 0 60px 0;
  padding: 0;
  font-size: 80%;
  color: var(--color-black);
  line-height: 100%;
  font-weight: 600;
}

.covid-main .banner-wrapper.tab-banner .graph-items li {
  width: 100px;
  position: relative;
}

.covid-main .banner-wrapper.tab-banner .graph-items li .graph-line {
  height: 300px;
  background-color: #D1D1D1;
  position: relative;
}

.covid-main .banner-wrapper.tab-banner .graph-items li .graph-count {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: var(--color-secondary);
}

.covid-main .banner-wrapper.tab-banner .graph-items li .graph-count span {
  position: absolute;
  line-height: 100%;
  color: var(--color-white);
  font-size: 85%;
  font-weight: 600;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.covid-main .banner-wrapper.tab-banner .graph-items li label {
  white-space: nowrap;
  font-size: 80%;
  color: var(--color-black);
  line-height: 100%;
  font-weight: 600;
  position: absolute;
  top: -30px;
  z-index: 99;
  width: 110px;
  left: 50%;
  transform: translateX(-50%);
}

.covid-main .banner-wrapper.quotation-banner {
  height: 500px;
  background-repeat: no-repeat;
  background-image: url("../images/qt-banner-bg.svg");
  background-position: 90% center;
}

/*post slider*/
.covid-main .quotation-banner .inner-container,
.covid-main .quotation-banner .banner-caption,
.covid-main .quotation-banner .banner-caption .slick-list,
.covid-main .quotation-banner .banner-caption .slick-track {
  height: 100% !important;
}

.covid-main .quotation-banner .banner-caption .post {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.covid-main .quotation-banner .banner-caption h2 {
  font-size: 280%;
  line-height: 100%;
  margin: 0 0 0px 0;
  padding: 0;
  width: auto;
  max-width: inherit;
}

.covid-main .quotation-banner .banner-caption .byline {
  font-size: 90%;
  line-height: 150%;
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
}

.post-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.post-slider .slick-dots li {
  display: inline-block;
  margin: 0px 5px;
  font-size: 0;
}

.post-slider .slick-dots li button {
  background-color: var(--color-transparent);
  border: 1px solid var(--color-dark-grey);
  border-radius: 100%;
  cursor: pointer;
  display: block;
  width: 10px;
  height: 10px;
}

.post-slider .slick-dots li.slick-active button {
  background-color: var(--color-dark-grey);
}

.covid-main .block-content {
  padding: 80px 0px 0px 0px;
}

.content-center {
  display: block;
  text-align: center;
}

/*intv*/
.covid-main .intv-banner {
  /*	height: 500px;*/
  height: 680px;
  background-color: #dcdcdc;
}



.covid-main .intv-banner.is-main {
  height: 700px;
}

.covid-main .intv-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
}

.covid-main .intv-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.covid-main .intv-banner .container {
  z-index: 2;
}

.covid-main .intv-banner.intv-banner-1 {
  background-image: url(../images/img-invt-banner-1.jpg);
}

.covid-main .intv-banner.intv-banner-2 {
  background-image: url(../images/img-invt-banner-2.jpg);
}

.covid-main .intv-banner.intv-banner-3 {
  background-image: url(../images/img-invt-banner-3.jpg);
}

.covid-main .intv-banner.intv-banner-single {
  background-position: center -160px;
}

.covid-main .banner-nav {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  text-align: center;
  z-index: 1;
}

.covid-main .banner-nav ul {
  position: relative;
  height: 100%;
  display: block;
  background-color: rgba(136, 25, 70, 0.9);
  padding: 0px 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
  text-align: center;
}

.covid-main .banner-nav ul li {
  float: none;
  display: inline-block;
  padding: 0px 5px;
  position: relative;
}

.covid-main .banner-nav ul li::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  background-color: var(--color-white);
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}

.covid-main .banner-nav ul li:first-child::before {
  display: none;
}

.covid-main .banner-nav ul.is-single {
  width: 100%;
  max-width: 600px;
}

.covid-main .banner-nav ul.is-single li {
  float: none;
  font-size: 25px;
}

.covid-main .banner-nav ul li a {
  color: var(--color-white);
  line-height: 80px;
  padding: 0px 5px;
  display: block;
}

.covid-main .intv-banner .banner-caption {
  max-width: 720px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  line-height: 120%;
  font-size: 46px;
  color: var(--color-white);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.covid-main .content-block {
  padding: 70px 0px;
}

.covid-main .content-block.is-nav {
  padding: 100px 0px 50px 0px;
}

.covid-main .row.is-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.covid-main .row.is-30 .col {
  padding-left: 30px;
  padding-right: 30px;
}

.covid-main .content-wrapper,
.covid-main .content-wrapper h1,
.covid-main .content-wrapper h2,
.covid-main .content-wrapper h3,
.covid-main .content-wrapper h4,
.covid-main .content-wrapper h5,
.covid-main .content-wrapper h6 {
  font-family: 'Lato';
}

.covid-main .content-wrapper h2 {
  color: var(--color-primary);
  margin: 0;
  line-height: 140%;
  font-size: 36px;
  font-weight: 300;
  padding: 10px 0px 10px 0;
  text-transform: uppercase;
}

.covid-main .content-wrapper.tips-wrapper h2 {
  color: var(--color-white);
  padding: 0px 0px 15px 0;
}

.covid-main .content-wrapper.tips-wrapper ul li {
  padding: 0 0 0px 30px;
  margin: 25px 0 0 0;
  position: relative;
  line-height: 140%
}

.covid-main .content-wrapper.tips-wrapper ul li::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  top: 6px;
  left: 0;
  position: absolute;
  border: 2px solid var(--color-white);
}

.covid-main .btn-tips {
  position: absolute;
  right: 40px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: block;
  color: rgba(0, 0, 0, 0);
}

.covid-main .btn-tips::after {
  width: 20px;
  height: 20px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0px;
  content: " ";
  top: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.covid-main .content-wrapper.tips-wrapper.is-expand .btn-tips::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 0px;
}

.covid-main .content-wrapper.tips-wrapper ul {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.covid-main .content-wrapper.tips-wrapper.is-expand ul {
  display: block;
  overflow: visible;
  margin-bottom: 30px;
}

.covid-main .content-wrapper.tips-wrapper {
  color: var(--color-white);
}

.covid-main .thumb-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -40px;
}

.covid-main .thumb-list li {
  width: 33.333%;
  margin: 20px 0px;
  padding: 0px 40px;
  text-align: center;
}

.covid-main .thumb-list .thumb-img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.covid-main .thumb-list figcaption {
  padding: 15px 0 0 0;
}

.covid-main .thumb-list h3 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 130%;
  font-size: 100%;
  font-weight: 700;
}

.covid-main .thumb-list-pact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*  justify-content: center;*/
  margin: 0px -20px;
}

.covid-main .thumb-list-pact li {
  width: 33.333%;
  margin: 0px 0px;
  padding: 0px;
  text-align: center;
}

.covid-main .thumb-list-pact.is-col-2 li {
  width: 50%;
}

.covid-main .thumb-list-pact li a {
  display: block;
  color: var(--color-black);
  padding: 30px;
}

.covid-main .thumb-list-pact li a:hover {
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
}

.covid-main .thumb-list-pact li figcaption {
  padding-top: 10px;
  line-height: 130%;
}

.covid-main .acc {
  margin-bottom: 30px;
  padding-top: 50px;
}

.covid-main .acc__card {
  margin: 0;
  position: relative;
}

.covid-main .acc__title {
  background: #EAEAEA;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  padding: 25px 28px;
  position: relative;
  text-align: left;
  font-size: 110%;
  font-weight: 400;
  border-bottom: 1px solid #cecece;
}

.acc__title.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: var(--blue);
}

.covid-main .acc__title::after {
  width: 20px;
  height: 20px;
  border-right: 2px solid #6d6d6d;
  border-bottom: 2px solid #6d6d6d;
  position: absolute;
  right: 30px;
  content: " ";
  top: 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.covid-main .acc__title.active::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 30px;
}

.covid-main .acc__panel {
  background: #FAFAFA;
  display: none;
  margin: 0;
  padding: 50px 40px;
  text-align: left;
}

.covid-main .acc__panel h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 22px;
}

.covid-main .acc__panel p {
  margin: 0 0 10px 0;
}

.covid-main .acc__panel ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.covid-main .bg-blue {
  background-color: #118AAA;
  padding: 40px 0px 30px 0px;
}

.btn-headline {
  cursor: pointer;
}

.covid-main .acc_qa {
  margin: 0 0 0 0;
  padding: 30px 0 0 0;
}

.covid-main .acc__title_qa {
  position: relative;
}

.covid-main .acc_qa .q-headline {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-size: 30px;
  line-height: 130%;
  color: var(--color-primary);
  max-width: inherit;
}

.covid-main .acc__panel_qa {
  display: none;
}

.covid-main .btn-ans {
  cursor: pointer;
  border-top: 1px solid var(--lightGray);
  line-height: 100%;
  padding: 10px 0px;
  position: relative;
}

.covid-main .acc__card_qa {
  border-bottom: 1px solid var(--lightGray);
  margin-bottom: 30px;
}

.covid-main .btn-ans::after {
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  position: absolute;
  right: 12px;
  content: " ";
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.covid-main .acc__title_qa.active .btn-ans::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 15px;
}

.covid-main .navigation.is-blue {
  background-color: #0E98C3;
  margin-top: 70px;
}

.covid-main .navigation.is-blue .covid-main button,
.covid-main .navigation.is-blue a {
  color: var(--color-white);
}

.covid-main .acc__panel_qa table {
  width: 100% !important;
  height: auto !important;
  font-size: 16px;
}

.covid-main .acc__panel_qa table tr td {
  padding: 10px;
  font-size: 16px;
}

.covid-main .acc__panel_qa table tr:nth-child(odd) {
  background: var(--lightGray);
}

.covid-main .acc__panel_qa table tr:nth-child(even) {
  background: var(--color-white);
}

/*Covid Nav*/
.covid-nav {
  margin-top: 0;
}

header .search {
  position: absolute !important;
  top: 22px;
  /* left: 160px; */
  left: 136px;
}

@media (max-width: 1580px) {
  header .search {
    left: 80px;
  }
}

@media (max-width: 1400px) {
  header .search {
    left: 0px;
  }
}

/* .page-template-business header .search {
  padding: 0;
  right: 46px;
  top: 19px;
  left: 170px;
} */

ul li a.highlight {
  background-color: #edae01;
  color: #881946;
  padding: 0;
  font-size: 13px;
  width: 140px;
  display: inline-block;
  text-align: center;
  height: 26px;
  border-radius: 26px;
  line-height: 26px;
  letter-spacing: 0.025em;
  font-weight: 500;
}

ul li a.highlight:hover {
  background-color: #881946;
  color: #fff;
}

header nav.covid-nav ul ul {
  top: calc(100% + 4px);
}

/*Nav */
.ico-menu-1 {
  position: absolute;
  top: 2px;
  right: -8px;

  @media (max-width: 1400px) {
    right: 12px;
  }
}

/* .page-template-business header nav ul li.ico-menu-1 {
  top: inherit;
  left: inherit;
} */

header nav.covid-nav ul li.ico-menu-1 ul {
  top: calc(100% + 2px);
  left: -215px;
}

@media (max-width: 1400px) {
  header nav.covid-nav ul li.ico-menu-1 ul {
    left: -200px;
  }
}

header nav.covid-nav ul li.ico-menu-1 a {
  padding-bottom: 0px;
}

header nav.covid-nav ul li.ico-menu-1 a:hover {
  color: #4f0121;
  border-bottom: 1px solid #4f0121;
}

header nav.covid-nav ul li.ico-menu-1 a svg {
  width: 18px;
  max-width: inherit;
  height: auto;
  vertical-align: middle;
  margin-top: -8px;

}

header nav.covid-nav ul li.ico-menu-1 a svg * {
  transition: all 0.2s ease-in;
}

header nav.covid-nav ul li.ico-menu-1 a:hover svg path,
header nav.covid-nav ul li.ico-menu-1 a:hover svg line {
  stroke: #4F0121 !important;
}

@media (max-width: 1199px) {
  .ico-menu-1 {
    position: relative;
    top: -4px;
    left: 0;
    border-top: 1px solid var(--lightGray);
    margin-top: 15px;
  }

  header nav.covid-nav ul li.ico-menu-1 ul {
    top: calc(100% + 4px);
    left: 0px;
  }

  header nav.covid-nav ul li.ico-menu-1 a svg {
    width: 18px;
    height: auto;
    margin-top: -5px;
  }

  header .search {
    padding: 0;
    top: 7px;
    left: 0;
    flex-direction: row-reverse;
  }

  .covid-nav {
    padding-top: 0;
  }

  header nav.covid-nav li {
    border-bottom: 0px solid #000;
  }

  header nav.covid-nav .menu-item-has-children:after {
    top: 10px;
  }
}

/* fixing 2020-10-11 */
hr.wp-block-separator {
  margin-left: auto;
  margin-right: auto;
}

.page-id-5494 .popup-newsletter {
  display: none !important;
}

footer .widget h2 {
  font-weight: 600;
}

footer .widget a {
  color: #881946;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  font-family: var(--font-plus);
  line-height: 1.5;
  letter-spacing: 0.32px;
}

footer .copyright {
  font-size: 18px;
}

footer .copyright p {
  font-family: var(--font-plus);
  font-size: 80%;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.28px;
  text-align: center;
  color: #881946;
}

/*Content Type*/
.content-type-ul {
  position: relative;
}

.content-type-ul li {
  position: relative;
}

.content-type-ul {
  padding-left: 30px;
}

.content-type-ul li {
  line-height: 130%;
  margin-bottom: 15px;
  list-style-position: outside;
}

.content-type-ul ul {
  padding-left: 40px;
  padding-top: 15px;
}

.is-disc li {
  list-style: disc;
}

.is-circle li {
  list-style: circle;
}

.is-square li {
  list-style: square !important;
}

.is-decimal {
  list-style: decimal;
}

.is-lower-roman li {
  list-style: lower-roman !important;
}

.is-lower-alpha li {
  list-style: lower-alpha;
}

.covid-main .acc_qa u {
  text-decoration: underline !important;
}

.covid-main .acc_qa em {
  font-style: italic !important;
}

/**/
.section-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  overflow: auto;
}

#page-modal-1 {
  display: none;
}

#page-modal-1.is-show {
  display: block !important;
}

#page-modal-3 {
  display: none;
}

#page-modal-3.is-show {
  display: block !important;
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
  transition: 0.3s opacity ease-in-out;
  z-index: 99;
}

.close-modal:hover {
  opacity: 1;
}

.close-modal:before,
.close-modal:after {
  position: absolute;
  left: 9px;
  content: '';
  height: 20px;
  width: 2px;
  background-color: #333;
}

.close-modal:before {
  transform: rotate(45deg);
}

.close-modal:after {
  transform: rotate(-45deg);
}

.modal-container {
  position: relative;
  /*  max-width: 380px;*/
  max-width: 700px;
  background: #fff;
  margin: 0 auto;
  padding: 20px 40px 10px 40px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  color: #717171;
  margin-bottom: 30px;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-container input[type='text'],
.modal-container input[type='email'] {
  width: 100%;
  border: 1px solid #c3c3c3;
  border-radius: 0px;
  height: 30px;
  padding: 0px 10px;
  font-size: 14px;
  color: #717171;
}

.modal-top {
  text-align: center;
  padding-bottom: 10px;
}

.modal-top img {
  display: inline-block;
}

.modal-container .form-group.note {
  text-align: left;
  line-height: 130%;
  font-size: 14px;
  color: #717171;
}

.modal-container .form-group.note.is-align-left {
  text-align: left;
}

.modal-container span.wpcf7-list-item {
  padding-left: 20px;
}

.modal-container .is-radio span {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 130%;
  position: relative;
}

.modal-container .is-radio {
  position: relative;
}

.modal-container .is-radio input[type="radio"] {
  position: absolute;
  top: 3px;
  left: 0;
}

.modal-container label {
  font-size: 14px;
  color: #717171;
}

.form-group.is-button {
  text-align: center;
  padding-top: 10px;
}

.form-group.is-button input[type='submit'] {
  display: inline-block;
  background-color: var(--wine) !important;
  color: #fff !important;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  padding: 0px 20px;
  cursor: pointer;
}

.form-group .wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  margin: 15px 0 0 0;
  padding: 0 0 0 0;
  border: 0;
  font-size: 14px;
  color: #717171;
  text-align: center;
  line-height: 130%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #dc3232;
}

.modal-container .wpcf7-response-output a {
  display: none;
}

/* Brand Image*/
.covid-main.is-400 {
  font-weight: 400;
}

.brand-content,
.brand-content p,
.brand-content a {
  color: #5d5c5a;
}

.brand-content p {
  line-height: 170%;
}

.covid-main .brand-image {
  padding-top: 15px;
  text-align: center;
}

.covid-main .brand-image img {
  max-width: 100px;
  display: inline-block;
}

.brand-content .btn-content {
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-white);
  height: 40px;
  font-weight: 600;
  border-radius: 7px;
  text-transform: uppercase;
  line-height: 40px;
  min-width: 140px;
  padding: 0px 30px;
  margin: 10px 0px;
}

.brand-content .btn-content:hover {
  background-color: var(--color-black);
}

.brand-content .devider {
  padding: 15px 30px 40px 30px;
}

.brand-content .devider span {
  height: 1px;
  max-width: 500px;
  display: block;
  width: 100%;
  margin: 0 auto;
  background-color: #707070;
}

.brand-content .sub-headline {
  text-transform: uppercase;
  font-size: 160%;
  line-height: 130%;
  color: var(--color-primary);
  font-weight: 600;
  margin: 0 0 15px 0;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.brand-content .roles {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  padding: 10px 0px 40px 0px;
}

.brand-content .roles .role-col {
  width: 33.333%;
  padding: 0px 15px;
  text-align: left;
}

.brand-content .roles .role-col ul {
  position: relative;
  height: 100%;
  border-radius: 24px;
  background: #eaeaea;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
}

.brand-content .roles .role-col ul li {
  line-height: 160%;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}

.brand-content .roles .role-col ul li:last-child {
  margin-bottom: 0px;
}

.brand-content .list-container {
  padding: 20px 0px 0px 0px;
}

.brand-content .list-content {
  padding-bottom: 30px;
}

.brand-content .list-content h4 {
  text-transform: uppercase;
  font-size: 110%;
  line-height: 130%;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: block;
  text-align: left;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

.brand-content .list-content ul li {
  line-height: 160%;
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 5px;
}

.covid-main.brand-content .acc {
  margin-bottom: 50px;
  padding-top: 10px;
}

/*Special Project - 01*/
.covid-main.is-pt-01 .banner-wrapper.main-banner {
  height: 520px;
  background-repeat: no-repeat;
  background-image: url("../images/main-banner-bg-01.png");
  background-position: right 150px;
  background-size: 520px;
}

.covid-main.is-pt-01 .main-banner .banner-caption {
  max-width: 660px;
}

.covid-main.is-pt-05.is-gavi .main-banner .banner-caption h1 span,
.covid-main.is-pt-01 .main-banner .banner-caption h1 span,
.covid-main.is-pt-01 .content-wrapper blockquote span,
.covid-main.is-pt-01 .content-wrapper h2 {
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-theme-1) 0%, var(--color-theme-1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.50em;
  background-position: 0 70%;
  transition: background-size 0.25s ease-in;
}

.covid-main.is-pt-01 .main-banner .banner-caption .page-title {
  padding-bottom: 40px;
  position: relative;
  line-height: 170%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.covid-main.is-pt-01 .main-banner .banner-caption .page-title::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 26px;
  height: 36px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-search.svg);
}

.covid-main.is-pt-01 .main-banner .banner-caption .page-title span {
  border-bottom: 2px solid var(--color-white);
  display: inline-block;
  margin-left: 40px;
}

.covid-main.is-pt-01 .content-wrapper blockquote {
  width: 660px;
  position: relative;
  padding: 20px 0 40px 0;
  max-width: 100%;
  margin: 0 auto;
}

.covid-main.is-pt-01 .content-wrapper blockquote p {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 200%;
  line-height: 130%;
}

.covid-main.is-pt-01 .content-wrapper blockquote p strong {
  font-family: var(--font-theme);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0px 0px 0px;
  margin: 0;
}

.covid-main.is-pt-01 .content-wrapper blockquote::before {
  position: absolute;
  content: '';
  top: 20px;
  left: -46px;
  width: 34px;
  height: 26px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-quote.svg);
}

.covid-main.is-pt-01 .content-wrapper h2 {
  padding: 0;
  display: inline-block;
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  line-height: 100%;
  margin: 10px 0 15px 0;
}

figure.image-container {
  position: relative;
  margin: 50px 0px;
}

figure.image-container img {
  width: 100%;
}

.covid-main.is-pt-01 .section-nav-wrapper {
  padding: 30px 0 100px 0;
}

.covid-main.is-pt-01 .section-nav-wrapper ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.covid-main.is-pt-01 .section-nav-wrapper li {
  padding: 0px 10px;
  width: 33.3333%;
  text-align: center;
}

.covid-main.is-pt-01 .section-nav-wrapper a {
  height: 140px;
  background: rgba(136, 25, 70, 0.09);
  border-top: 4px solid var(--color-primary);
  display: block;
  position: relative;
}

.covid-main.is-pt-01 .section-nav-wrapper a span {
  font-weight: 700;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
  padding-bottom: 10px;
}

.covid-main.is-pt-01 .section-nav-wrapper a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 50%;
  width: 62px;
  height: 62px;
  transform: translate3d(-50%, -50%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.covid-main.is-pt-01 .section-nav-wrapper li.is-flag-1 a::before {
  background-image: url(../images/ico-flag-kenya.svg);
}

.covid-main.is-pt-01 .section-nav-wrapper li.is-flag-2 a::before {
  background-image: url(../images/ico-flag-ethiopia.svg);
}

.covid-main.is-pt-01 .section-nav-wrapper li.is-flag-3 a::before {
  background-image: url(../images/ico-flag-tanzania.svg);
}

.covid-main.is-pt-01 .section-nav-wrapper a::after {
  position: absolute;
  content: '';
  bottom: 25px;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate3d(-50%, 0, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(../images/ico-arrow-down.svg);
  transition: transform 0.2s ease-in-out;
}

.covid-main.is-pt-01 .section-nav-wrapper li a:hover::after {
  transform: translate3d(-50%, 5px, 0);
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header {
  position: relative;
  padding-left: 115px;
  margin-bottom: 45px;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header span.text-cs {
  padding-bottom: 10px;
  position: relative;
  line-height: 170%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-secondary);
  display: block;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header h1 {
  font-size: 400%;
  line-height: 95%;
  margin: 0 0 10px 0;
  font-family: var(--font-headline);
  color: var(--color-secondary);
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  width: 96px;
  height: 96px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.covid-main.is-pt-01 .all-section-wrapper #isFlag-1 .flag-header::before {
  background-image: url(../images/ico-outline-flag-kenya.svg);
}

.covid-main.is-pt-01 .all-section-wrapper #isFlag-2 .flag-header::before {
  background-image: url(../images/ico-outline-flag-ethiopia.svg);
}

.covid-main.is-pt-01 .all-section-wrapper #isFlag-3 .flag-header::before {
  background-image: url(../images/ico-outline-flag-tanzania.svg);
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .dw-share {}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el {
  color: var(--color-primary);
  font-weight: 700;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el span {
  display: inline-block;
  line-height: 35px;
  padding-right: 15px;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el:nth-child(2) {
  margin-left: 60px;
}

/*Hide Download*/
.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el:nth-child(1) {
  display: none;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el:nth-child(2) {
  margin-left: 0px !important;
  float: left !important;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li {
  margin-right: 0 !important;
  margin-left: 10px !important;
}

/*Hide Download*/
.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li {
  margin-right: 10px;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li a {
  width: 35px;
  height: 35px;
  display: block;
  border: 0px solid var(--color-primary);
  border-radius: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el a.is-dw {
  font-size: 0;
  color: var(--color-transparent);
  width: 50px;
  height: 35px;
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/ico-dw-pdf.svg);
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li.is-twitter a {
  background-image: url(../images/ico-share-twitter.svg);
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li.is-linkedin a {
  background-image: url(../images/ico-share-linkedin.svg);
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li.is-facebook a {
  background-image: url(../images/ico-share-facebook.svg);
}

.covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li.is-email a {
  background-image: url(../images/ico-share-email.svg);
}

.covid-main.is-pt-01 .post-type-3 .post-items li p {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 700;
}

.covid-main.is-pt-01 .post-type-3 .post-items li .top-line {
  text-transform: uppercase;
}

.covid-main.is-pt-01 .post-type-3 .post-items li a.is-text {
  color: var(--color-secondary);
}

.covid-main.is-pt-01 .post-type-3 .post-des {
  min-height: 150px;
}

.covid-main.is-pt-01 .section-header {
  padding-bottom: 40px;
}

.covid-main.is-pt-01 .section-header h2 {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 180%;
  margin: 0 0 15px 0;
  color: #000;
}

.covid-main.is-pt-01 .section-header h2 span.headline .slick-arrow {
  width: 30px;
  height: 25px;
}

.covid-main.is-pt-01 .section-header h2 span.headline .slick-arrow.slick-prev {
  left: -50px;
}

.covid-main.is-pt-01 .section-header h2 span.headline .slick-arrow.slick-next {
  right: -50px;
}

.covid-main.is-pt-01 .image-container.is-caption {
  padding-right: 230px;
}

.covid-main.is-pt-01 .image-container.is-caption figcaption {
  position: absolute;
  width: 230px;
  height: 100%;
  background-color: var(--color-white);
  top: 0;
  right: 0;
}

.covid-main.is-pt-01 .image-container.is-caption figcaption span {
  padding: 15px 30px 30px 30px;
  bottom: 0;
  display: block;
  right: 0;
  color: var(--color-secondary);
  font-weight: 700;
  position: absolute;
  font-size: 16px;
}

.covid-main.is-pt-01 .image-container.is-caption figcaption span::before {
  position: absolute;
  width: 70px;
  left: 30px;
  height: 3px;
  content: '';
  background-color: var(--color-secondary);
  top: 0;
}

.covid-main.is-pt-01 .steps-wrapper {
  margin: 70px 0px 80px 0px;
  padding: 65px 0px 75px 0;
}

.covid-main.is-pt-01 .steps-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  justify-content: center;
}

.covid-main.is-pt-01 .steps-wrapper li {
  width: 20%;
  padding: 0px 10px;
  text-align: center;
}

.covid-main.is-pt-01 .steps-wrapper figure {
  max-width: 180px;
  margin: 0 auto;
}

.covid-main.is-pt-01 .steps-wrapper li .fig-img {
  width: 100px;
  margin: 0 auto;
}

.covid-main.is-pt-01 .steps-wrapper li figcaption {}

.covid-main.is-pt-01 .steps-wrapper li figcaption h3 {
  color: var(--color-secondary);
  text-transform: uppercase;
  font-family: var(--font-headline);
  margin: 10px 0 6px 0px;
  padding: 0 0 0 0;
  line-height: 100%;
  font-size: 122%;
}

.covid-main.is-pt-01 .steps-wrapper li figcaption p {
  margin: 0;
  padding: 0;
  font-size: 75%;
  line-height: 140%;
}

/*Special Project - 02*/
.covid-main.is-pt-02 .banner-wrapper.main-banner {
  height: 520px;
  background-repeat: no-repeat;
  background-image: url("../images/main-banner-bg-02.png");
  background-position: right;
  background-size: 600px;
}

.covid-main.is-pt-02 .main-banner .banner-caption h1 {
  color: var(--color-dark-grey);
}

.covid-main.is-pt-02 .main-banner .banner-caption p {
  font-weight: 600;
  text-shadow: none;
}

.covid-main.is-pt-02 .main-banner .banner-caption {
  max-width: 570px;
}

.covid-main.is-pt-02 .main-banner .banner-caption h1 span,
.covid-main.is-pt-02 .content-wrapper blockquote span,
.covid-main.is-pt-02 .content-wrapper h2 {
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-theme-1) 0%, var(--color-theme-1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.50em;
  background-position: 0 70%;
  transition: background-size 0.25s ease-in;
}

.covid-main.is-pt-02 .main-banner .banner-caption .page-title {
  padding-bottom: 40px;
  position: relative;
  line-height: 170%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}

.covid-main.is-pt-02 .main-banner .banner-caption .page-title::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0;
  width: 26px;
  height: 36px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-search.svg);
}

.covid-main.is-pt-02 .main-banner .banner-caption .page-title span {
  border-bottom: 2px solid var(--color-white);
  display: inline-block;
  margin-left: 40px;
}

.covid-main.is-pt-02 .content-wrapper blockquote {
  width: 660px;
  position: relative;
  padding: 20px 0 40px 0;
  max-width: 100%;
  margin: 0 auto;
}

.covid-main.is-pt-02 .content-wrapper blockquote p {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 200%;
  line-height: 130%;
}

.covid-main.is-pt-02 .content-wrapper blockquote p strong {
  font-family: var(--font-theme);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0px 0px 0px;
  margin: 0;
}

.covid-main.is-pt-02 .content-wrapper blockquote::before {
  position: absolute;
  content: '';
  top: 20px;
  left: -46px;
  width: 34px;
  height: 26px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-quote.svg);
}

.covid-main.is-pt-02 .content-wrapper h2 {
  padding: 0;
  display: inline-block;
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  line-height: 100%;
  margin: 10px 0 15px 0;
}

figure.image-container {
  position: relative;
  margin: 50px 0px;
}

figure.image-container img {
  width: 100%;
}

.covid-main.is-pt-02 .section-nav-wrapper {
  padding: 80px 0px 100px 0;
}

.covid-main.is-pt-02 .section-nav-wrapper ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.covid-main.is-pt-02 .section-nav-wrapper li {
  padding: 0px 10px;
  width: 25%;
  text-align: center;
}

.covid-main.is-pt-02 .section-nav-wrapper a {
  height: 130px;
  background: rgba(136, 25, 70, 0.09);
  border-top: 4px solid var(--color-primary);
  display: block;
  position: relative;
  border-radius: 0px 0px 10px 10px;
}

.covid-main.is-pt-02 .section-nav-wrapper a span {
  font-weight: 700;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 140%;
  padding-bottom: 0px;
}

.covid-main.is-pt-02 .section-nav-wrapper a span strong {
  display: block;
}

.covid-main.is-pt-02 .section-nav-wrapper a::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 50%;
  width: 62px;
  height: 62px;
  transform: translate3d(-50%, -50%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-1 a::before {
  background-image: url(../images/ico-flag-global-study.svg);
  background-color: #3A7096;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-1 a {
  border-top: 4px solid #3A7096;
  background-color: #BCE4EC;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-1 a::after {
  background-color: #BCE4EC;
  background-image: url(../images/ico-arrow-down-1.svg);
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-2 a::before {
  background-image: url(../images/ico-flag-us-study.svg);
  background-color: #505050;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-2 a {
  border-top: 4px solid #505050;
  background-color: #EAECEC;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-2 a::after {
  background-color: #EAECEC;
  background-image: url(../images/ico-arrow-down-2.svg);
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-3 a::before {
  background-image: url(../images/ico-flag-africa-study.svg);
  background-color: #3F7F49;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-3 a {
  border-top: 4px solid #3F7F49;
  background-color: #D6EAD5;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-3 a::after {
  background-color: #D6EAD5;
  background-image: url(../images/ico-arrow-down-3.svg);
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-4 a::before {
  background-image: url(../images/ico-flag-latam-study.svg);
  background-color: #CD7535;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-4 a {
  border-top: 4px solid #CD7535;
  background-color: #FEEFD2;
}

.covid-main.is-pt-02 .section-nav-wrapper li.is-flag-4 a::after {
  background-color: #FEEFD2;
  background-image: url(../images/ico-arrow-down-4.svg);
}

.covid-main.is-pt-02 .section-nav-wrapper a::after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  width: 48px;
  height: 48px;
  transform: translate3d(-50%, 50%, 0);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #f5f5f5;
  border-radius: 100%;
  overflow: hidden;
  background-image: url(../images/ico-arrow-down.svg);
  transition: transform 0.2s ease-in-out;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 10%);
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header {
  position: relative;
  margin-bottom: 45px;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header span.text-cs {
  padding-bottom: 10px;
  position: relative;
  line-height: 170%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: var(--color-secondary);
  display: block;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header h1 {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 200%;
  line-height: 130%;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .section-ico {
  display: block;
  text-align: center;
  padding-bottom: 40px;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .section-ico img {
  display: inline-block;
  max-width: 200px;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .dw-share {
  padding: 0px 40px;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el {
  color: var(--color-primary);
  font-weight: 700;
  float: left;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el span {
  display: inline-block;
  line-height: 35px;
  padding-right: 15px;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el:nth-child(2) {
  /*	margin-left: 60px;*/
  float: right;
}

/*Hide Download*/
/*.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el:nth-child(1){
	display: none;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el:nth-child(2){
	margin-left: 0px !important;
	float: left !important;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li{
	margin-right: 0 !important;
	margin-left: 10px !important;
}*/
/*Hide Download*/
.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li {
  /*	margin-right: 10px;*/
  margin-left: 10px;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li:nth-child(1) {
  margin-left: 0px;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .hero-image-container {
  max-width: 530px;
  position: relative;
  margin: 0 auto;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .hero-image-container .image-container {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.covid-main.is-pt-02 .inner-container p a {
  color: var(--color-secondary);
  border-bottom: 1px solid var(--color-secondary);
}

.covid-main.is-pt-02 .inner-container p a:hover {
  border-bottom: 1px solid var(--color-transparent);
}

.covid-main.is-pt-02 .inner-container p a.is-underline {
  border-bottom: 1px solid var(--color-dark-grey);
  color: var(--color-dark-grey);
}

.covid-main.is-pt-02 .inner-container p a.is-underline:hover {
  border-bottom: 1px solid var(--color-transparent);
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li a {
  width: 35px;
  height: 35px;
  display: block;
  border: 0px solid var(--color-primary);
  border-radius: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el a.is-dw {
  font-size: 0;
  color: var(--color-transparent);
  width: 24px;
  height: 30px;
  display: block;
  overflow: hidden;
  background-position: -28px 0;
  background-repeat: no-repeat;
  background-image: url(../images/ico-dw-pdf.svg);
  overflow: hidden;
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li.is-twitter a {
  background-image: url(../images/ico-share-twitter.svg);
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li.is-linkedin a {
  background-image: url(../images/ico-share-linkedin.svg);
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li.is-facebook a {
  background-image: url(../images/ico-share-facebook.svg);
}

.covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li.is-email a {
  background-image: url(../images/ico-share-email.svg);
}

.covid-main.is-pt-02 .post-type-3 .post-items li p {
  font-size: 16px;
  color: var(--color-black);
  font-weight: 700;
}

.covid-main.is-pt-02 .post-type-3 .post-items li .top-line {
  text-transform: uppercase;
}

.covid-main.is-pt-02 .post-type-3 .post-items li a.is-text {
  color: var(--color-secondary);
}

.covid-main.is-pt-02 .post-type-3 .post-des {
  min-height: 150px;
}

.covid-main.is-pt-02 .section-header {
  padding-bottom: 40px;
}

.covid-main.is-pt-02 .section-header h2 {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 180%;
  margin: 0 0 15px 0;
  color: #000;
}

.covid-main.is-pt-02 .section-header h2 span.headline .slick-arrow {
  width: 30px;
  height: 25px;
}

.covid-main.is-pt-02 .section-header h2 span.headline .slick-arrow.slick-prev {
  left: -50px;
}

.covid-main.is-pt-02 .section-header h2 span.headline .slick-arrow.slick-next {
  right: -50px;
}

.covid-main.is-pt-02 .image-container.is-caption {
  padding-right: 230px;
}

.covid-main.is-pt-02 .image-container.is-caption figcaption {
  position: absolute;
  width: 230px;
  height: 100%;
  background-color: var(--color-white);
  top: 0;
  right: 0;
}

.covid-main.is-pt-02 .image-container.is-caption figcaption span {
  padding: 15px 30px 30px 30px;
  bottom: 0;
  display: block;
  right: 0;
  color: var(--color-secondary);
  font-weight: 700;
  position: absolute;
  font-size: 16px;
}

.covid-main.is-pt-02 .image-container.is-caption figcaption span::before {
  position: absolute;
  width: 70px;
  left: 30px;
  height: 3px;
  content: '';
  background-color: var(--color-secondary);
  top: 0;
}

.covid-main.is-pt-02 .steps-wrapper {
  margin: 0;
  padding: 65px 0px 75px 0;
}

.covid-main.is-pt-02 .steps-wrapper h3,
.covid-main.is-pt-02 .section-nav-wrapper h3 {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 200%;
  line-height: 130%;
  text-align: center;
  margin-bottom: 20px;
}

.covid-main.is-pt-02 .section-nav-wrapper h3 {
  margin-bottom: 40px;
}

.covid-main.is-pt-02 .steps-wrapper h3 span {
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-theme-1) 0%, var(--color-theme-1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.50em;
  background-position: 0 70%;
  transition: background-size 0.25s ease-in;
}

.covid-main.is-pt-02 .steps-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  justify-content: center;
}

.covid-main.is-pt-02 .steps-wrapper li {
  width: 25%;
  padding: 0px 10px;
  text-align: center;
}

.covid-main.is-pt-02 .steps-wrapper figure {
  max-width: 230px;
  margin: 0 auto;
}

.covid-main.is-pt-02 .steps-wrapper li .fig-img {
  width: 120px;
  margin: 0 auto;
}

.covid-main.is-pt-02 .steps-wrapper li {
  display: block;
  counter-increment: pt2_step_count_1;
  position: relative;
}

.covid-main.is-pt-02 .steps-wrapper li figcaption {
  padding-top: 30px;
}

.covid-main.is-pt-02 .steps-wrapper li figcaption::before {
  content: counter(pt2_step_count_1) ".";
  color: var(--color-primary);
  font-size: 150%;
  font-weight: 800;
  line-height: 100%;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.covid-main.is-pt-02 .steps-wrapper li figcaption h3 {
  color: var(--color-secondary);
  text-transform: uppercase;
  font-family: var(--font-headline);
  margin: 10px 0 6px 0px;
  padding: 0 0 0 0;
  line-height: 100%;
  font-size: 122%;
}

.covid-main.is-pt-02 .steps-wrapper li figcaption p {
  margin: 0;
  padding: 0;
  font-size: 110%;
  line-height: 130%;
  font-weight: 600;
}

.covid-main.is-pt-02 .listing-wrapper ul.is-listing {
  padding: 0px 40px;
}

.covid-main.is-pt-02 .listing-wrapper ul.is-listing li {
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
  position: relative;
  counter-increment: pt2_step_count_2;
}

.covid-main.is-pt-02 .listing-wrapper ul.is-listing li h4 {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 200%;
  line-height: 130%;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
}

.covid-main.is-pt-02 .listing-wrapper ul.is-listing li h4::before {
  content: counter(pt2_step_count_2) ". ";
}

/*Special Project - 03*/
.covid-main.is-pt-03 .banner-wrapper {
  height: calc(100vh - 113px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.covid-main.is-pt-03 .banner-wrapper.hide-noti {
  height: calc(100vh - 110px);
}

.covid-main.is-pt-03 .banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68%;
  text-align: left;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.46) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.46) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(20, 20, 20, 0.46) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#75141414', GradientType=0);
}

.covid-main.is-pt-03 .banner-wrapper .sticky-banner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: block;
  background-color: var(--color-white);
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
  padding: 15px 20px 20px 20px;
  z-index: 2;
  width: 220px;
  color: #444444;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.covid-main.is-pt-03 .banner-wrapper .sticky-banner img {
  width: 90%;
}

.covid-main.is-pt-03 .banner-wrapper .sticky-banner p {
  margin: 10px 0 0 0;
  padding: 0px 0 0 0;
  line-height: 130%;
  font-size: 68%;
}

.covid-main.is-pt-03 .banner-wrapper .sticky-banner span {
  color: var(--color-white);
  line-height: 110%;
  margin: 10px 0 0 0;
  background-color: var(--color-primary);
  padding: 10px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 60%;
  letter-spacing: 0.5px;
  transition: 0.2s all ease-in-out;
}

.covid-main.is-pt-03 .banner-wrapper .sticky-banner:hover span {
  color: var(--color-secondary);
}

.covid-main.is-pt-03 .mobile-sticky-banner {
  display: none;
  padding: 40px 0px;
}

.covid-main.is-pt-03 .mobile-sticky-banner img {
  width: 240px;
}

.covid-main.is-pt-03 .mobile-sticky-banner p {
  margin: 20px 0 0 0;
  padding: 0px 0 0 0;
  line-height: 130%;
  font-size: 80%;
}

.covid-main.is-pt-03 .mobile-sticky-banner span a {
  color: var(--color-white);
  line-height: 110%;
  margin: 20px 0 0 0;
  background-color: var(--color-primary);
  padding: 12px 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 80%;
  letter-spacing: 0.5px;
}

.covid-main.is-pt-03 .mobile-sticky-banner span a:hover {
  color: var(--color-secondary);
}

.covid-main.is-pt-03 .notification-wrapper {
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size: 90%;
  padding: 15px 0px;
  line-height: 140%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}

.covid-main.is-pt-03 .notification-wrapper.is-hide-notification {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.covid-main.is-pt-03 .notification-content {
  position: relative;
  padding-right: 100px;
}

.covid-main.is-pt-03 .notification-content a {
  border-bottom: 1px solid var(--color-white);
  display: inline-block;
}

.covid-main.is-pt-03 .notification-content a:hover {
  border-bottom: 1px solid var(--color-transparent);
}

.covid-main.is-pt-03 .notification-wrapper a {
  color: var(--color-white);
}

.covid-main.is-pt-03 .close-notification {
  position: absolute;
  right: 0;
  line-height: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 20px;
}

.covid-main.is-pt-03 .close-notification svg {
  width: 12px;
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
}

.covid-main.is-pt-03 h1,
.covid-main.is-pt-03 h2,
.covid-main.is-pt-03 h3,
.covid-main.is-pt-03 h4,
.covid-main.is-pt-03 h5,
.covid-main.is-pt-03 h6 {
  font-family: var(--font-theme);
  line-height: 140%;
}

.covid-main.is-pt-03 .banner-content h2 {
  margin: 0;
  font-size: 330%;
  line-height: 130%;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--color-white);
  padding: 0px 0px;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  position: relative;
  /*
  top: 50%;
	transform: translateY(-50%);
*/
}

.covid-main.is-pt-03 .banner-content .banner-scroll {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform: translateX(-50%);
}

.covid-main.is-pt-03 .about-wrapper .container {
  min-height: 200px;
  overflow: hidden;
}

.covid-main.is-pt-03 .about-wrapper .about-svg {
  position: absolute;
  width: 50%;
  display: block;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 6vw;
}

.covid-main .section-content {
  position: relative;
  z-index: 2
}

.covid-main.is-pt-03 .section-title {
  font-size: 110%;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
  padding: 0 0 25px 0;
  width: auto;
  max-width: 100%;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.covid-main.is-pt-03 .section-title.bt-txt {
  padding: 0 0 10px 0;
}

.covid-main.is-pt-03 .is-dark .section-title {
  color: var(--color-white);
}

.covid-main.is-pt-03 .section-title span {
  display: block;
  color: var(--color-secondary);
}

.covid-main.is-pt-03 h2 {
  margin: 0;
  padding: 0 0 25px 0;
  width: auto;
  max-width: 100%;
  font-size: 175%;
  font-weight: 900;
}

.covid-main.is-pt-03 .system-tab-container {
  min-height: 300px;
  background-image: url(../images/border-style.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 90px;
  position: relative;
}

.covid-main.is-pt-03 .system-tab-container .data-video {
  width: 35%;
  position: absolute;
  left: 50%;
  top: -38px;
  transform: translateX(-50%);
}

.covid-main.is-pt-03 .system-tab-container .data-video img {
  width: 100%;
}

.covid-main.is-pt-03 .system-tab-container ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  padding-top: 100px;
}

.covid-main.is-pt-03 .system-tab-container ul li {
  width: 33.333%;
  text-align: center;
  position: relative;
  color: var(--color-primary);
}

.covid-main.is-pt-03 .system-tab-container ul li a {
  color: var(--color-primary);
  display: inline-block;
  position: relative;
}

.covid-main.is-pt-03 .system-tab-container ul li a svg {
  fill: var(--color-primary);
  width: 70px;
  display: inline-block;
  transition: 0.2s all ease-in-out;
}

.covid-main.is-pt-03 .system-tab-container ul li a:hover svg {
  transform: translateY(-5px);
}

.covid-main.is-pt-03 .system-tab-container ul li a span {
  display: block;
  font-size: 90%;
  font-weight: 600;
  padding-top: 24px;
  letter-spacing: 1px;
}

.covid-main.is-pt-03 .system-tab-container ul li.is-active a,
.covid-main.is-pt-03 .system-tab-container ul li a:hover {
  color: var(--color-secondary);
}

.covid-main.is-pt-03 .system-tab-container ul li.is-active a svg,
.covid-main.is-pt-03 .system-tab-container ul li a:hover svg {
  fill: var(--color-secondary);
}

.covid-main.is-pt-03 .system-tab-content-holder {
  position: relative;
  padding: 55px 0 10px 0;
}

.covid-main.is-pt-03 .system-tab-content {
  background-color: var(--color-light-grey);
  padding: 25px 45px;
  border-radius: 10px;
  font-size: 95%;
  position: relative;
  display: none;
  width: 84%;
  margin: 0 auto;
  /*
  opacity: 0;	
  transition: opacity 1s ease-in-out;	
*/
}

.system-tab-bottom-content {
  padding: 25px 45px 0 45px;
  border-radius: 10px;
  font-size: 95%;
  position: relative;
  width: 84%;
  margin: 0 auto;
}

.system-tab-bottom-content p:last-child {
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-03 .system-tab-content.is-active {
  display: block;
  /*  opacity: 1;		*/
}

.covid-main.is-pt-03 .system-tab-content p {
  display: none;
}

.covid-main.is-pt-03 .system-tab-content:nth-child(1) p {
  display: block;
}

.covid-main.is-pt-03 .system-tab-content p:last-child {
  margin: 0;
  padding: 0;
  line-height: 140%;
}

.covid-main.is-pt-03 .system-tab-content .arrow-selected {
  position: absolute;
  bottom: 100%;
  width: 56px;
  display: none;
}

.covid-main.is-pt-03 .system-tab-content .arrow-selected svg {
  width: 100%;
}

.covid-main.is-pt-03 .system-tab-content:nth-child(1) .arrow-selected {
  left: 6%;
  display: block;
}

.covid-main.is-pt-03 .system-tab-content:nth-child(2) .arrow-selected {
  left: 50%;
  transform: translateX(-50%);
}

.covid-main.is-pt-03 .system-tab-content:nth-child(3) .arrow-selected {
  right: 6%;
}

.covid-main.is-pt-03 .is-dark,
.covid-main.is-pt-03 .is-dark a {
  color: var(--color-white);
}

.covid-main.is-pt-03 .sec-thumb-list {
  /*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
*/
  color: var(--color-white);
  margin-top: 50px;
  position: relative;
}

.covid-main.is-pt-03 .sec-thumb-list::before {
  content: '';
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: var(--color-white);
}

.covid-main.is-pt-03 .sec-thumb-list figure {
  cursor: pointer;
  z-index: 2;
  float: left;
  width: 16.666%;
  position: relative;
}

.covid-main.is-pt-03 .sec-thumb-list figure .img-thumb {
  width: 109px;
  height: 109px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  border: 1px solid var(--color-white);
  background-color: var(--color-primary);
  transition: 0.1s all ease-in-out;
}

.covid-main.is-pt-03 .sec-thumb-list figure .img-thumb:hover {
  /*	transform: rotate(10deg);*/
}

.covid-main.is-pt-03 .sec-thumb-list figure .img-thumb img {
  border-radius: 100%;
  overflow: hidden;
  padding: 5px;
}

.covid-main.is-pt-03 .sec-thumb-list figcaption {
  width: 110px;
  padding-top: 20px;
  border-bottom: 4px solid var(--color-transparent);
  padding-bottom: 2px;
  margin: 0 auto;
}

.covid-main.is-pt-03 .sec-thumb-list figure:hover .img-thumb,
.covid-main.is-pt-03 .sec-thumb-list figure.slick-current .img-thumb {
  border: 1px solid var(--color-secondary);
}

.covid-main.is-pt-03 .sec-thumb-list figure:hover figcaption,
.covid-main.is-pt-03 .sec-thumb-list figure.slick-current figcaption {
  border-bottom: 4px solid var(--color-secondary);
  color: var(--color-secondary);
}

.covid-main.is-pt-03 .sec-thumb-list figcaption h4 {
  font-weight: 600;
  font-size: 90%;
  letter-spacing: 1px;
}

.covid-main.is-pt-03 .sec-quote {
  color: var(--color-white);
  padding: 0px 30px;
  max-width: 70%;
  margin: 60px auto 0 auto;
}

.single-quote-content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.covid-main.is-pt-03 .sec-quote .single-quote {
  /*  padding: 0px 20%;*/
  height: auto !important;
}

.covid-main.is-pt-03 .sec-quote .slick-arrow,
.covid-main.is-pt-03 .sec-thumb-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  cursor: pointer;
  background-color: var(--color-transparent);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  width: 16px;
  height: 30px;
  overflow: hidden;
  font-size: 0px;
  color: var(--color-transparent);
  text-indent: -100px;
  /*  display: none !important;*/
}

.page-template-page-dalfirque .covid-main.is-pt-03 .sec-quote .slick-arrow,
.page-template-page-dalfirque .covid-main.is-pt-03 .sec-thumb-list .slick-arrow {
  display: block !important;
}

.covid-main.is-pt-03 .sec-quote .slick-arrow.slick-prev {
  left: -40px;
  background-image: url(../images/slick-prev-white.svg);
}

.covid-main.is-pt-03 .sec-quote .slick-arrow.slick-next {
  right: -40px;
  background-image: url(../images/slick-next-white.svg)
}

.covid-main.is-pt-03 .sec-thumb-list .slick-arrow.slick-prev {
  top: 30%;
  left: -10px;
  background-image: url(../images/slick-prev-white.svg);
}

.covid-main.is-pt-03 .sec-thumb-list .slick-arrow.slick-next {
  top: 30%;
  right: -10px;
  background-image: url(../images/slick-next-white.svg)
}

.covid-main.is-pt-03 .sec-quote .single-quote p:last-child {
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-03 .is-block-content.is-devider {
  margin-top: 70px;
  padding-top: 60px;
}

.covid-main.is-pt-03 .is-block-content.is-devider::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100px;
  height: 1px;
  background-color: var(--color-border);
  transform: translateX(-50%);
  content: '';
}

.covid-main.is-pt-03 .is-dark .is-block-content.is-devider::before {
  background-color: var(--color-white);
}

.covid-main.is-pt-03 .sec-map-locations {
  margin-top: 10px;
}

.covid-main.is-pt-03 .sec-map-locations ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 170%;
}

.covid-main.is-pt-03 .sec-map-locations ul li a {
  padding: 0px 10px;
  cursor: auto;
}

.covid-main.is-pt-03 .sec-map-locations ul li::after {
  content: '|';
}

.covid-main.is-pt-03 .sec-map-locations ul li:last-child::after {
  content: '';
}

.covid-main.is-pt-03 .sec-map-locations ul li a {
  color: var(--color-white);
}

.covid-main.is-pt-03 .sec-map-image {
  margin-top: 60px;
}

.covid-main.is-pt-03 .sec-map-image img {
  width: 100%;
}

.covid-main.is-pt-03 .post-items {
  margin: 30px 0 0 0;
}

.covid-main.is-pt-03 .post-items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0px -10px;
}

.covid-main.is-pt-03 .post-items ul li {
  width: 50%;
  padding: 10px;
}

.covid-main.is-pt-03 .post-items ul li a {
  background-color: var(--color-primary);
  display: block;
  position: relative;
  height: 100%;
}

.covid-main.is-pt-03 .post-items ul li a figure {
  position: relative;
  height: 100%;
}

.covid-main.is-pt-03 .post-items ul li a h4 {
  color: var(--color-white);
}

.covid-main.is-pt-03 .post-items ul li a figcaption {
  min-height: 130px;
  padding: 20px 15px 50px 15px;
}

.covid-main.is-pt-03 .post-items ul li a figcaption .bottom-line {
  line-height: 100%;
  position: absolute;
  left: 15px;
  bottom: 18px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 95%;
}

.covid-main.is-pt-03 .post-items ul li a figcaption::after {
  content: '';
  width: 20px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-image: url(../images/ico-arrow.svg);
  background-position: center right;
  position: absolute;
  bottom: 18px;
  right: 15px;
  transition: transform 0.2s ease-in-out;
}

.covid-main.is-pt-03 .post-items ul li a:hover figcaption::after {
  transform: translate3d(5px, 0, 0);
}

.covid-main.is-pt-03 .section-footer .btn {
  font-size: 85%;
  text-transform: uppercase;
  line-height: 100%;
  height: inherit;
  padding: 18px 26px;
  border: 0;
}

.covid-main.is-pt-03 .section-footer .btn.btn-blue {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.covid-main.is-pt-03 .section-footer .btn.btn-blue:hover {
  background-color: var(--color-primary);
}

.covid-main.is-pt-03 .approch-items {
  position: relative;
  padding-bottom: 20px;
}

.covid-main.is-pt-03 .approch-items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px;
}

.covid-main.is-pt-03 .approch-items ul li {
  width: 25%;
  padding: 0px 25px;
  margin-top: 60px;
  counter-increment: pt3_step_count_1;
}

.covid-main.is-pt-03 .approch-items ul li figure {
  position: relative;
  height: 100%;
  background-color: var(--color-white);
  border-radius: 5px;
  padding: 40px 5px 10px 5px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}

.covid-main.is-pt-03 .approch-items ul li figure::before {
  content: counter(pt3_step_count_1);
  position: absolute;
  text-align: center;
  width: 34px;
  height: 34px;
  background-color: #EEC6D6;
  line-height: 32px;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
  top: 0px;
  left: 0;
  font-size: 85%;
  color: var(--color-primary);
  display: none;
}

.covid-main.is-pt-03 .approch-items ul li figcaption {
  min-height: 110px;
}

.covid-main.is-pt-03 .approch-items ul li figcaption h4 {
  font-weight: 700;
  color: var(--color-primary);
  font-size: 90%;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
}

.covid-main.is-pt-03 .approch-items ul li figcaption p {
  line-height: 130%;
  font-size: 85%;
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-03 .approch-items ul li .fig-img {
  display: block;
}

.covid-main.is-pt-03 .approch-items ul li .fig-img img {
  max-width: 105px;
  margin: 0 auto;
  width: 100%;
}

.covid-main.is-pt-03 .approch-items .gif-line {
  position: absolute;
  width: 81%;
  left: 50%;
  top: 35px;
  z-index: 2;
  transform: translateX(-50%);
}

.covid-main.is-pt-03 .approch-items .gif-line img {
  width: 100%;
}

.covid-main.is-pt-03 .step-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -25px;
  position: absolute;
  width: calc(100% - -50px);
  left: 0;
  top: 42px;
  z-index: 9;
}

.covid-main.is-pt-03 .step-counter span {
  width: 25%;
  display: block;
  position: relative;
  padding: 0px 25px;
  counter-increment: pt3_step_count_2;
}

.covid-main.is-pt-03 .step-counter span::before {
  content: counter(pt3_step_count_2);
  width: 36px;
  height: 36px;
  background-color: #EEC6D6;
  line-height: 34px;
  border: 1px solid var(--color-primary);
  border-radius: 100%;
  font-size: 85%;
  color: var(--color-primary);
  display: inline-block;
}

.covid-main.is-pt-03 .ddi-items {}

.covid-main.is-pt-03 .ddi-items ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -35px;
}

.covid-main.is-pt-03 .ddi-items ul li {
  width: 25%;
  padding: 0px 35px;
  margin-top: 40px;
}

.covid-main.is-pt-03 .ddi-items ul li figcaption {
  padding-top: 30px;
  font-size: 90%;
}

.covid-main.is-pt-03 .ddi-items ul li figcaption h4 {
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  position: relative;
}

.covid-main.is-pt-03 .ddi-items ul li figcaption h4 span {
  display: none;
}

.covid-main.is-pt-03 .ddi-items ul li figcaption p {
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-03 .ddi-items ul li .fig-img {
  max-width: 100px;
  margin: 0 auto;
}

.covid-main.is-pt-03 .ddi-items ul li .fig-img img {
  width: 100%;
}

.covid-main.is-pt-03 .team-members {}

.covid-main.is-pt-03 .team-members ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}

.covid-main.is-pt-03 .team-members ul li,
.covid-main.is-pt-03 .team-members .slide-set {
  width: 25%;
  padding: 0px;
  margin: 50px 0px 0 0;
}

.covid-main.is-pt-03 .team-members ul.is-set-items li {
  width: 100%;
  padding: 0px;
}

.covid-main.is-pt-03 .team-members ul li .fig-img {
  width: 108px;
  height: 108px;
  border-radius: 100%;
  background-color: var(--color-light-grey);
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.covid-main.is-pt-03 .team-members ul li .fig-img img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.covid-main.is-pt-03 .team-members ul li figcaption {
  font-size: 90%;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

.covid-main.is-pt-03 .team-members ul .slide-set li figcaption {
  min-height: 110px;
}

.covid-main.is-pt-03 .team-members ul li figcaption h4 {
  color: var(--color-primary);
  font-weight: 700;
  margin: 0 0 0 0;
  padding: 0 0 2px 0;
  text-transform: uppercase;
}

.covid-main.is-pt-03 .team-members ul li figcaption p {
  margin: 0;
  padding: 0;
  color: var(--color-black);
}

.covid-main.is-pt-03 .form-container {
  padding-top: 40px;
}

/*Special Project - 03 (New PAge)*/
.covid-main.is-pt-03.is-03-v1 .banner-wrapper {
  height: auto;
  height: calc(100vh - 113px);
  overflow: hidden;
}

.covid-main.is-pt-03.is-03-v1 .banner-wrapper .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: var(--color-light-grey);
  height: calc(100vh - 113px);
}

.covid-main.is-pt-03.is-03-v1 .banner-wrapper .slide-item a {
  position: relative;
  display: block;
  height: 100%;
}

.banner-wrapper.is-slider .slick-arrow {
  position: absolute;
  bottom: 50px;
  z-index: 99;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-color: var(--color-transparent);
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45%;
}

.banner-wrapper.is-slider .slick-arrow.slick-prev {
  left: 30px;
  background-image: url(../images/slick-prev-white.svg);
}

.banner-wrapper.is-slider .slick-arrow.slick-next {
  right: 30px;
  background-image: url(../images/slick-next-white.svg);
}

.arrow-theme-1 .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 30px;
  height: 30px;
  font-size: 0px;
  background-color: var(--color-transparent);
  border: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 45%;
}

.arrow-theme-1 .slick-arrow.slick-prev {
  left: -40px;
  background-image: url(../images/slick-prev-primary.svg);
}

.arrow-theme-1 .slick-arrow.slick-next {
  right: -40px;
  background-image: url(../images/slick-next-primary.svg);
}

.arrow-theme-1.is-wh .slick-arrow.slick-prev {
  background-image: url(../images/slick-prev-white.svg);
}

.arrow-theme-1.is-wh .slick-arrow.slick-next {
  background-image: url(../images/slick-next-white.svg);
}

.arrow-theme-1 .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}

.covid-main.is-pt-03.is-03-v1 .banner-wrapper .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.7);
}

.covid-main.is-pt-03.is-03-v1 .banner-wrapper .slide-content .container {
  height: 100%;
}

.covid-main.is-pt-03.is-03-v1 .banner-wrapper .slide-content h2 {
  color: var(--color-white);
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  padding: 0px 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 300;
  font-size: 165%;
  line-height: 140%
}

.covid-main.is-pt-03.is-03-v1 .section-title {
  font-size: 200%;
  font-weight: 300;
  letter-spacing: 0px;
}

.covid-main.is-pt-03.is-03-v1 h2 {
  margin: 0;
  width: auto;
  max-width: 100%;
  font-size: 135%;
  font-weight: 900;
}

.covid-main.is-pt-03 .is-wt-300 {
  font-weight: 300;
}

.covid-main.is-pt-03 .is-fs-110 {
  font-size: 110%;
}

.covid-main.is-pt-03 .des p:last-child {
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-03.is-03-v1 .sec-thumb-list figcaption {
  width: 138px;
}

.covid-main.is-pt-03.is-03-v1 .sec-thumb-list figcaption h4 {
  font-weight: 600;
  font-size: 80%;
  letter-spacing: 0.5px;
}

/*
.covid-main.is-pt-03.is-03-v1 .sec-quote {
  width: calc(100% - 100px);
  max-width: inherit;
}
*/
.is-03-v1 .single-quote-content {
  max-width: 100%;
  width: 100%;
  font-weight: 300;
}

.is-pt-03 .is-color-black {
  color: var(--color-black) !important;
}

.covid-main.is-pt-03 .post-items ul.is-col-3 li {
  width: 33.333%;
}

/*is dark*/
.covid-main.is-pt-03.is-03-v1 .post-items.is-dark ul li a {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.covid-main.is-pt-03.is-03-v1 .post-items.is-dark ul li a h4 {
  font-weight: 300;
}

.covid-main.is-pt-03 .post-items.is-dark ul li a figcaption {
  height: 180px;
}

.covid-main.is-pt-03 .post-items.is-dark ul li a figcaption::after {
  background-image: url(../images/ico-arrow-white.svg);
}

/*is light*/
.covid-main.is-pt-03.is-03-v1 .post-items.is-light ul li a {
  background-color: var(--color-white);
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 15%);
}

.covid-main.is-pt-03 .post-items ul.is-col-2 li a figcaption {
  padding: 30px 30px 80px 30px;
}

.covid-main.is-pt-03 .post-items ul.is-col-2 li a figcaption .bottom-line {
  bottom: 30px;
  left: 30px;
}

.covid-main.is-pt-03.is-03-v1 .post-items.is-light ul li a h4 {
  font-size: 150%;
  padding: 0 0 20px 0;
  font-weight: 600;
  color: var(--color-black);
}

.covid-main.is-pt-03.is-03-v1 .post-items.is-light ul li a p {
  color: var(--color-black);
  font-weight: 300;
}

.covid-main.is-pt-03 .post-items ul.is-col-2 li a figcaption::after {
  right: 30px;
  bottom: 30px;
}

.covid-main.is-pt-03.is-03-v1 .team-members ul li .fig-img {
  width: 120px;
  height: 120px;
  padding: 5px;
  border: 1px solid var(--color-primary);
}

.covid-main.is-pt-03.is-03-v1 .team-members ul li figcaption h4 {
  color: var(--color-black);
  font-weight: 700;
}

.covid-main.is-pt-03.is-03-v1 .team-members ul li a:hover figcaption h4 {
  color: var(--color-primary);
}

.covid-main.is-pt-03.is-03-v1 .team-members ul li figcaption p {
  font-weight: 300;
}

.covid-main.is-pt-03 .item figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.covid-main.is-pt-03 .item figure .fig-img {
  width: 50%;
}

.covid-main.is-pt-03 .item figure figcaption {
  width: 50%;
  padding-right: 40px;
}

.covid-main.is-pt-03.is-03-v1 .item figure figcaption .des p {
  font-weight: 300;
}

.covid-main.is-pt-03 .item figure figcaption .des {
  padding-bottom: 25px;
}

.covid-main.is-pt-03 .item figure figcaption a.is-text {
  text-transform: uppercase;
}

.covid-main .is-body-content {
  padding-top: 30px;
}

.covid-main.is-pt-04 .wrapper.is-insights-wrapper.is-color-orange {
  background-color: #FFAB15;
}

/*
@media only screen and (min-width: 1400px) {
.covid-main.is-pt-04 .wrapper.is-insights-wrapper.is-color-orange::before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 1;
	background-color: #fff;
	width: 10vw;
	height: 100%;
}
}
*/
.covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-caption {
  padding: 60px 60px 0 0px;
  top: 0;
  transform: translateY(0);
}

.covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-caption h3 {
  font-size: 160%;
  line-height: 130%;
  font-weight: 700;
}

.covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-caption p {
  font-weight: 300;
}

.covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-arrows a {
  background-color: rgba(255, 255, 255, 0.15);
}

.covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-caption .btn-more {
  font-size: 100%;
  font-weight: 700;
}

.covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-arrows {
  left: inherit;
  right: calc(50% + 30px);
}

/*Special Project - 04*/
.covid-main.is-pt-04 .covid-main.is-pt-04 a {
  color: var(--color-dark-grey-1);
}

.covid-main.is-pt-04 p {
  color: var(--color-dark-grey-1);
  font-size: 95%;
}

.covid-main.is-pt-04 a {
  color: var(--color-dark-grey-1);
}

.covid-main.is-pt-04 p a {
  color: var(--color-dark-grey-1);
  text-decoration: underline !important;
  display: inline-block;
}

.covid-main.is-pt-04 p a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

.covid-main.is-pt-04 .banner-wrapper {
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.covid-main.is-pt-04 .banner-wrapper .banner-content {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.20);
}

.covid-main.is-pt-04 .banner-wrapper .banner-content h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  color: var(--color-white);
  width: 100%;
  max-width: inherit;
  font-weight: normal;
  font-size: 260%;
  line-height: 130%;
  position: relative;
  top: 50%;
  transform: translateY(-70%);
}

.covid-main.is-pt-04 .banner-wrapper .banner-content h2 span {
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-secondary) 0%, var(--color-secondary) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.27em;
  background-position: 0 65%;
  transition: background-size 0.25s ease-in;
}

.covid-main.is-pt-04 .is-dark .is-p p a {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}

.covid-main.is-pt-04 .is-dark .is-p p a:hover {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

.covid-main.is-pt-04 .is-p p:last-child {
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-04 .section-title {
  font-family: var(--font-headline);
  font-size: 110%;
  font-weight: normal;
  color: var(--color-primary);
  margin: 0;
  padding: 0 0 20px 0;
  width: auto;
  max-width: 100%;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.covid-main.is-pt-04 .is-dark .section-title,
.covid-main.is-pt-04 .is-dark p {
  color: var(--color-white);
}

.covid-main.is-pt-04 .is-services {
  padding-top: 70px;
}

.covid-main.is-pt-04 .is-services .container-heading {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 80%;
  position: relative;
}

.covid-main.is-pt-04 .is-services .container-heading::before {
  width: 100%;
  height: 2px;
  background-color: #E5E5E5;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 100%;
  margin-top: 1px;
  z-index: 0;
  pointer-events: none;
}

.covid-main.is-pt-04 .is-services .container-heading span {
  display: inline-block;
  padding: 0px 50px;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
}

.covid-main.is-pt-04 .is-services .services-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
  padding-top: 30px;
  text-align: left;
}

.covid-main.is-pt-04 .is-services .services-list li {
  width: 33.333%;
  padding: 30px 10px 0px 10px;
}

.covid-main.is-pt-04 .is-services .services-list li a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding: 25px;
}

.covid-main.is-pt-04 .is-services .services-list li a:hover {
  background-color: var(--color-white);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}

.covid-main.is-pt-04 .is-services .services-list li:last-child a {
  height: auto;
  display: inline-block;
  color: var(--color-secondary);
}

.covid-main.is-pt-04 .is-services .services-list li:last-child a svg {
  position: absolute;
  width: 20px;
  height: auto;
  top: 5px;
  right: 0;
  transition: transform 0.2s ease-in-out;
}

.covid-main.is-pt-04 .is-services .services-list li:last-child a h3 {
  position: relative;
  padding-right: 35px;
}

.covid-main.is-pt-04 .is-services .services-list li:last-child a:hover svg {
  transform: translate3d(5px, 0px, 0px);
}

.covid-main.is-pt-04 .is-services .services-list li:last-child a:hover {
  background-color: var(--color-transparent);
  box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0);
}

.covid-main.is-pt-04 .is-services .services-list li a .service-heading {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-blue);
  margin-bottom: 20px;
  min-height: 72px;
}

.covid-main.is-pt-04 .is-services .services-list li a h3 {
  color: var(--color-blue);
  font-weight: normal;
  font-size: 130%;
  line-height: 130%;
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-04 .is-services .services-list li a .btn-view {
  border-bottom: 1px solid var(--color-dark-grey-1);
  font-size: 95%;
}

.covid-main.is-pt-04 .is-block-content.is-devider {
  margin-top: 70px;
  padding-top: 70px;
  position: relative;
}

.covid-main.is-pt-04 .is-block-content.is-devider::before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 150px;
  height: 2px;
  background-color: #E5E5E5;
  transform: translateX(-50%);
  content: '';
}

.covid-main.is-pt-04 .is-clients .client-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -20px;
  padding-top: 0px;
  text-align: left;
}

.covid-main.is-pt-04 .is-clients .client-list li {
  width: 25%;
  padding: 0px 40px;
  margin-top: 40px;
}

.covid-main.is-pt-04 .is-clients .client-list li a {
  display: block;
  cursor: default;
}

.covid-main.is-pt-04 .is-clients .client-list li img {
  width: 100%;
}

.covid-main.is-pt-04 .wrapper.is-insights-wrapper {
  height: 460px;
  background-color: var(--color-blue);
  margin-top: 60px;
  overflow: hidden;
}

.covid-main.is-pt-04 .single-insights {
  height: 100%;
  position: relative;
  text-align: left;
}

.covid-main.is-pt-04 .is-insights-wrapper .slick-list.draggable,
.covid-main.is-pt-04 .is-insights-wrapper .slick-track {
  height: 100%;
}

.covid-main.is-pt-04 .single-insights .insights-img {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.covid-main.is-pt-04 .single-insights .container {
  height: 100%;
  z-index: 9;
}

.covid-main.is-pt-04 .single-insights .container .insights-caption {
  width: 50%;
  position: relative;
  padding: 0px 100px 0 10px;
  top: 50%;
  transform: translateY(-60%);
}

.covid-main.is-pt-04 .single-insights .container .insights-caption h3 {
  color: var(--color-white);
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
  font-size: 140%;
  line-height: 130%;
}

.covid-main.is-pt-04 .single-insights .container .insights-caption p {
  color: var(--color-white);
}

.covid-main.is-pt-04 .single-insights .container .insights-caption .btn-more {
  color: var(--color-white);
  border-bottom: 1px solid var(--color-white);
  font-size: 95%;
}

.covid-main.is-pt-04 .single-insights .container .insights-arrows {
  position: absolute;
  bottom: 40px;
  left: 15px;
}

.covid-main.is-pt-04 .single-insights .container .insights-arrows a {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  overflow: hidden;
  background-color: var(--color-transparent);
  margin-right: 10px;
  position: relative;
}

.covid-main.is-pt-04 .single-insights .container .insights-arrows a:hover {
  background-color: #00629b;
}

.covid-main.is-pt-04 .single-insights .container .insights-arrows a svg {
  display: block;
  width: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.covid-main.is-pt-04 .btn {
  font-size: 85%;
  text-transform: uppercase;
  line-height: 100%;
  height: inherit;
  padding: 12px 35px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-dark-grey-1);
  border: 2px solid var(--color-dark-grey-1);
  background-color: var(--color-transparent);
}

.covid-main.is-pt-04 .btn:hover {
  background-color: var(--color-dark-grey-1);
  color: var(--color-white);
}

.covid-main.is-pt-04 .btn.btn-blue {
  border: 2px solid var(--color-secondary);
  color: var(--color-secondary);
}

.covid-main.is-pt-04 .btn.btn-blue:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.covid-main.is-pt-04 .btn.btn-white {
  border: 2px solid var(--color-white);
  color: var(--color-white);
}

.covid-main.is-pt-04 .btn.btn-white:hover {
  background-color: var(--color-white);
  color: var(--color-white);
}

.covid-main.is-pt-04 .wrapper.bg-dark-blue .btn.btn-white:hover {
  color: var(--color-blue);
}

.covid-main.is-pt-04 .wrapper.bg-secondary .btn.btn-white:hover {
  color: var(--color-secondary);
}

.covid-main.is-pt-04 .event-list {
  padding-top: 30px;
}

.covid-main.is-pt-04 .post-type-3 .post-items li {
  margin: 10px 0;
}

.covid-main.is-pt-04 .post-type-3 .post-items li figcaption {
  min-height: 330px;
}

.covid-main.is-pt-04 .post-type-3 .post-items li h3 {
  margin: 0;
  padding: 10px 0 15px 0;
  font-size: 120%;
  color: var(--color-blue);
  line-height: 130%;
  font-weight: normal;
}

.covid-main.is-pt-04 .post-type-3 .post-items li blockquote {
  font-size: 80%;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
}

.covid-main.is-pt-04 .post-type-3 .post-items li .byline {
  font-size: 80%;
  margin: 5px 0 0 0
}

.covid-main.is-pt-04 .post-type-3 .post-items li .is-text {
  font-size: 80%;
  color: var(--color-secondary);
  text-transform: uppercase;
}

.covid-main.is-pt-04 .post-type-3 .post-items li .is-text::after {
  bottom: 3px;
}

/*.covid-main.is-pt-04  .is-believe .believe-list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px 5%;
    text-align: left;
	justify-content: space-between;
}

.covid-main.is-pt-04 .is-believe .believe-list li{
	width: 45%;
	counter-increment: pt4_step_count_1;
	position: relative;
	padding: 0px 0px 0px 45px;
	margin-top: 35px;
	font-weight: 600;
}*/
.covid-main.is-pt-04 .is-believe .believe-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  text-align: left;
  padding: 0px 10%;
}

.covid-main.is-pt-04 .is-believe .believe-list li {
  counter-increment: pt4_step_count_1;
  position: relative;
  padding: 0px 10% 0px 45px;
  padding-top: 35px;
  font-weight: 600;
  min-height: 50px;
  font-size: 90%;
  color: var(--color-dark-grey-1);
}

.covid-main.is-pt-04 .is-believe .believe-list li::before {
  content: counter(pt4_step_count_1);
  color: var(--color-primary);
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 400;
  line-height: 28px;
  border: 1px solid var(--color-primary);
  top: 35px;
  left: 0;
  position: absolute;
  border-radius: 100%;
  font-size: 14px;
}

.covid-main.is-pt-04 .is-leadership .leadership-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -30px;
  justify-content: center;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li {
  width: 33.333%;
  margin: 35px 0px;
  padding: 0px 30px;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figure .img-thumb {
  width: 145px;
  height: 145px;
  border-radius: 100%;
  overflow: hidden;
  display: inline-block;
  border: 1px solid var(--color-primary);
  transition: 0.1s all ease-in-out;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figure .img-thumb img {
  border-radius: 100%;
  overflow: hidden;
  padding: 5px;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption {
  padding-top: 25px;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption h3 {
  font-weight: normal;
  line-height: 130%;
  font-size: 120%;
  margin: 0;
  padding: 0 0 20px 0;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption p {
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption .btn-more {
  padding-top: 5px;
  font-size: 95%;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption .btn-more a {
  display: inline-block;
  border-bottom: 1px solid var(--color-dark-grey-1);
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption .btn-more a:hover {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption .btn-mail {
  padding-top: 20px;
  font-size: 95%;
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption .btn-mail a {
  display: inline-block;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-transparent);
}

.covid-main.is-pt-04 .is-leadership .leadership-list li figcaption .btn-mail a:hover {
  border-bottom: 1px solid var(--color-primary);
}

.covid-main.is-pt-04 .is-subscribe .subscribe-form {
  padding-top: 40px;
}

.covid-main.is-pt-04 .is-subscribe .subscribe-form .all-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}

.covid-main.is-pt-04 .is-subscribe .subscribe-form .all-fields .subscribe-field {
  padding: 0px 5px;
  width: 33.333%;
}

.covid-main.is-pt-04 .is-subscribe .subscribe-form input[type='text'],
.covid-main.is-pt-04 .is-subscribe .subscribe-form input[type='email'] {
  background-color: var(--color-white);
  color: var(--color-black);
  display: block;
  width: 100%;
  border: 0;
  height: 50px;
  padding: 0px 15px;
  font-size: 100%;
  font-size: 90%;
  font-family: var(--font-theme);
}

.covid-main.is-pt-04 .is-subscribe .subscribe-form .btn-submit {
  margin-top: 50px;
}

.covid-main.is-pt-04 .is-subscribe .subscribe-form input[type='button'],
.covid-main.is-pt-04 .is-subscribe .subscribe-form input[type='submit'] {
  width: 140px;
  margin: 0px auto 0 auto;
  height: 40px;
  line-height: 38px;
  font-weight: 400;
  border: 1px solid var(--color-white);
  padding: 0;
  color: var(--color-white);
  background-color: var(--color-transparent);
  text-align: center;
  cursor: pointer;
  font-size: 90%;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  display: block;
  transition: 0.2s all ease-in-out;
}

.covid-main.is-pt-04 .is-subscribe .subscribe-form input[type='button']:hover,
.covid-main.is-pt-04 .is-subscribe .subscribe-form input[type='submit']:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}

.covid-main.is-pt-04 .is-subscribe .btn {
  margin-top: 40px;
}

/*services and projects*/
.covid-main.is-pt-04 .services-page-list li {
  position: relative;
  height: 360px;
  background-color: var(--color-white);
}

.covid-main.is-pt-04 .services-page-list li .container {
  height: 100%;
  position: relative;
  z-index: 2;
}

.covid-main.is-pt-04 .services-page-list li .container .service-box {
  height: 100%;
  position: relative;
}

.covid-main.is-pt-04 .services-page-list li .container .service-box .is-left,
.covid-main.is-pt-04 .services-page-list li .container .service-box .is-right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}

.covid-main.is-pt-04 .services-page-list li::before,
.covid-main.is-pt-04 .services-page-list li::after {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  pointer-events: none;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-left,
.covid-main.is-pt-04 .services-page-list li:nth-child(odd)::before {
  left: 0;
  background-color: var(--color-blue);
}

.covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-right,
.covid-main.is-pt-04 .services-page-list li:nth-child(odd)::after {
  right: 0;
  background-color: var(--color-white);
  text-align: center;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-left,
.covid-main.is-pt-04 .services-page-list li:nth-child(even)::before {
  right: 0;
  background-color: var(--color-blue);
}

.covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-right,
.covid-main.is-pt-04 .services-page-list li:nth-child(even)::after {
  left: 0;
  background-color: var(--color-white);
  text-align: center;
}

.covid-main.is-pt-04 .services-page-list li .service-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.covid-main.is-pt-04 .services-page-list li .service-content p {
  margin: 0;
  padding: 0;
  font-size: 80%;
}

.covid-main.is-pt-04 .services-page-list li .service-content .btn-view {
  font-size: 80%;
  padding-top: 15px;
}

.covid-main.is-pt-04 .services-page-list li .service-content .btn-view a {
  border-bottom: 1px solid var(--color-dark-grey-1);
}

.covid-main.is-pt-04 .services-page-list li .service-content .btn-view a:hover {
  border-bottom: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.covid-main.is-pt-04 .services-page-list li .service-content .is-thumb-img {
  width: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
}

.covid-main.is-pt-04 .services-page-list li .container .service-box .is-left .service-content p {
  font-size: 100%;
  color: var(--color-white);
}

.covid-main.is-pt-04 .services-page-list li .container .service-box .is-left .service-content h3 {
  color: var(--color-white);
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 194%;
  line-height: 110%;
  font-weight: normal;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-left {
  padding-right: 80px;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-left {
  padding-left: 80px;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-right {
  padding-left: 80px;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-right {
  padding-right: 80px;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-left::before,
.covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-left::before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}

.covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-left::before {
  border-left: 18px solid var(--color-blue);
  position: absolute;
  right: -17px;
}

.covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-left::before {
  border-right: 18px solid var(--color-blue);
  position: absolute;
  left: -17px;
}

/*insights*/
.covid-main.is-pt-04 .wrapper.page-insights-wrapper .wrapper.is-insights-wrapper {
  margin-top: 0px;
}

.covid-main.is-pt-04 .insights-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  text-align: left;
}

.covid-main.is-pt-04 .insights-list li {
  width: 33.333%;
  padding: 0px 15px;
  margin-top: 40px;
}

.covid-main.is-pt-04 .insights-list li .fig-image {
  position: relative;
  padding-bottom: 60%;
}

.covid-main.is-pt-04 .insights-list li .fig-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.covid-main.is-pt-04 .insights-list li figcaption {
  padding: 25px 0px;
}

.covid-main.is-pt-04 .insights-list li p,
.covid-main.is-pt-04 .insights-list li .btn-more {
  font-size: 90%;
}

.covid-main.is-pt-04 .insights-list li .btn-more {
  border-bottom: 1px solid var(--color-dark-grey-1);
}

.covid-main.is-pt-04 .insights-list li .btn-more:hover {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

.covid-main.is-pt-04 .insights-list li h3 {
  color: var(--color-blue);
  font-weight: normal;
  font-size: 110%;
  line-height: 130%;
  margin: 0;
  padding: 0 0 10px 0;
}

/*Temp 05*/
.covid-main.is-pt-05 .covid-main.is-pt-04 a {
  color: var(--color-dark-grey);
}

.covid-main.is-pt-05 .section-wrapper {
  padding: 40px 0px;
}

.covid-main.is-pt-05 .section-wrapper.is-80 {
  padding: 80px 0px;
}

.covid-main.is-pt-05 .inner-body-content {
  position: relative;
}

.covid-main.is-pt-05 p {
  color: var(--color-dark-grey);
  font-size: 95%;
}

.covid-main.is-pt-05 .body-wrapper ul,
.covid-main.is-pt-05 .body-wrapper ol,
.covid-main.is-pt-05 .body-wrapper ul.is-list-ul,
.covid-main.is-pt-05 .body-wrapper ol.is-list-ol {
  color: var(--color-dark-grey);
  font-size: 95%;
  margin-bottom: 25px;
  padding-left: 20px;
  list-style-position: outside;
}

.covid-main.is-pt-05 .body-wrapper ul,
.covid-main.is-pt-05 .body-wrapper ul.is-list-ul {
  list-style: disc;
}

.covid-main.is-pt-05 .body-wrapper ol,
.covid-main.is-pt-05 .body-wrapper ol.is-list-ol {
  list-style: decimal;
}

.covid-main.is-pt-05 .body-wrapper ul li,
.covid-main.is-pt-05 .body-wrapper ol li,
.covid-main.is-pt-05 .body-wrapper ul.is-list-ul li,
.covid-main.is-pt-05 .body-wrapper ol.is-list-ol li {
  line-height: 140%;
  padding-bottom: 10px;
}

.covid-main.is-pt-05 .author-info span a,
.covid-main.is-pt-05 p a,
.covid-main.is-pt-05 ul.is-list-ul a,
.covid-main.is-pt-05 ol.is-list-ol a {
  color: var(--color-secondary);
}

.covid-main.is-pt-05 a {
  /*color: var(--color-dark-grey);*/
}

.covid-main.is-pt-05 p a {
  color: var(--color-secondary);
  text-decoration: underline;
  display: initial;
}

.covid-main.is-pt-05 p a:hover {
  text-decoration: none;
  color: var(--color-secondary);
}

.covid-main.is-pt-05 .banner-wrapper.main-banner {
  height: 460px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.covid-main.is-pt-05 .main-banner .banner-caption h1 {
  font-size: 300%;
  line-height: 110%;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: normal;
}

.covid-main.is-pt-05.is-gavi .main-banner .banner-caption h1 {
  font-size: 400%;
  line-height: 95%;
  margin: 0 0 0px 0;
}

.covid-main.is-pt-05 .main-banner .banner-caption p {
  padding-bottom: 30px;
  margin: 0px;
  color: var(--color-white);
}

.covid-main.is-pt-05 .main-banner .banner-caption p:last-child {
  padding: 0px;
  margin: 0px;
}

.covid-main.is-pt-05 .main-banner .banner-caption .banner-des {
  width: 80%;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .inner-container {
  height: 100px;
  overflow: hidden;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .left-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .right-container {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .right-container .pub-date {
  font-size: 80%;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #505050;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el {
  color: var(--color-primary);
  font-weight: 700;
  /*
    float: left;
    display: flex;
    flex-wrap: wrap;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
*/
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  list-style: none;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el span {
  display: inline-block;
  line-height: 35px;
  padding-right: 15px;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li {
  margin-right: 10px !important;
  margin-left: 0px !important;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li {
  margin-right: 10px;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li a {
  width: 35px;
  height: 35px;
  display: block;
  border: 0px solid var(--color-primary);
  border-radius: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li.is-twitter a {
  background-image: url(../images/ico-share-twitter.svg);
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li.is-linkedin a {
  background-image: url(../images/ico-share-linkedin.svg);
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li.is-facebook a {
  background-image: url(../images/ico-share-facebook.svg);
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li.is-email a {
  background-image: url(../images/ico-share-email.svg);
}

.covid-main.is-pt-05 .banner-bottom-wrapper .is-el .social-icons li.is-download a {
  background-image: url(../images/ico-download.svg);
}

/*
.covid-main.is-pt-05 .banner-bottom-wrapper .toggle-lang{
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #D9DDDD;
	height: 40px;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	border-radius: 40px;
	padding: 0px 5px;
}
*/
.covid-main.is-pt-05 .banner-bottom-wrapper .toggle-lang {
  background-color: #D9DDDD;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 40px;
  padding: 0px 5px;
  margin-right: 20px;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .toggle-lang a {
  line-height: 30px;
  height: 30px;
  background-color: var(--color-transparent);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 30px;
  color: var(--color-dark-grey);
  text-transform: uppercase;
  margin: 0px;
  padding: 0px 15px;
  display: inline-block;
  font-size: 90%;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.covid-main.is-pt-05 .banner-bottom-wrapper .toggle-lang a.is-active {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.covid-main.is-pt-05 .author-info {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}

.covid-main.is-pt-05 .author-info span {
  display: inline-block;
  font-size: 84%;
  letter-spacing: 0.5px;
  font-weight: 500;
  line-height: 140%;
}

.covid-main.is-pt-05 .author-info span:first-child {
  font-weight: 300;
}

.covid-main.is-pt-05 .author-info span:nth-child(2) {
  padding: 0px 15px;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des {
  font-size: 80%;
  padding-bottom: 30px;
  line-height: 140%;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des p {
  font-size: 100%;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des .author span {
  display: inline-block;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des .author span::before {
  content: '|';
  padding: 0px 5px;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des .author span:first-child::before {
  content: '';
  padding: 0px;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des a {
  color: var(--color-secondary);
  display: inline-block;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des .areas-ex {
  text-transform: uppercase;
}

.covid-main.is-pt-05 .body-wrapper .inner-container .author-des .areas-ex span:last-child {
  color: var(--color-transparent);
}

.covid-main.is-pt-05 .body-wrapper h1 {
  color: var(--color-dark-grey);
  font-size: 200%;
  line-height: 130%;
  margin: 0;
  padding: 0 0 30px 0;
}

.covid-main.is-pt-05 .body-wrapper em {
  font-style: italic;
}

.covid-main.is-pt-05 .body-wrapper .super-content {
  padding: 0 0 0 40px;
  border-left: 1px solid var(--color-theme-1);
  margin: 0 0 40px 0;
}

.covid-main.is-pt-05 .body-wrapper .super-content p {
  font-style: italic;
}

.covid-main.is-pt-05 .body-wrapper h2,
.covid-main .section-author h2 {
  color: var(--color-primary);
  font-family: var(--font-theme);
  font-size: 130%;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 0 0;
  padding: 15px 0 20px 0;
  max-width: inherit;
  width: 100%;
  display: block;
}

.covid-main .section-author h2 {
  color: var(--color-dark-grey);
}

.ourIdeas.is-pt-05 .body-wrapper h2,
.ourIdeas .section-author h2 {
  color: var(--color-primary);
  font-family: var(--font-plus);
  font-size: 130%;
  font-weight: 600;
  line-height: 140%;
  margin: 0 0 0 0;
  padding: 15px 0 20px 0;
  /* max-width: inherit; */
  width: 100%;
  display: block;
  margin-bottom: 1rem;


  /* @media (max-width: 575px) {
    padding: 15px 4vw 20px 4vw;
  } */

}

.ourIdeas .section-author h2 {
  color: var(--color-dark-grey);
}

/*
.covid-main.is-pt-05 .body-wrapper blockquote{
	font-family: var(--font-headline);
	color: var(--color-dark-grey);
	font-weight: normal;
	font-size: 200%;
	line-height: 130%;
	text-align: center;
	background-color: #F4F4F4;
	background-image: url(../images/blockquote-bg.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 40px 60px;
	margin: 70px 0px 60px -30px;
	border-left: 3px solid var(--color-primary);
}
*/
.covid-main.is-pt-05 .body-wrapper blockquote {
  width: 660px;
  position: relative;
  padding: 20px 0 40px 0;
  max-width: 100%;
  margin: 0 auto;
}

.ourIdeas.is-pt-05 .body-wrapper blockquote {
  width: 800px;
  position: relative;
  padding: 20px 0 40px 0;
  max-width: 100%;
  margin: 0 auto;
  font-style: normal;
}

.covid-main.is-pt-05 .body-wrapper blockquote p {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 190%;
  line-height: 130%;
  margin: 0;
  padding: 0;
}

.ourIdeas.is-pt-05 .body-wrapper blockquote p {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 190%;
  line-height: 130%;
  margin: 0;
  padding: 0;
}

.covid-main.is-pt-05 .body-wrapper blockquote p strong {
  font-family: var(--font-theme);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0px 0px 0px;
  margin: 0;
  line-height: 160%;
  display: block;
}

.ourIdeas.is-pt-05 .body-wrapper blockquote p strong {
  font-family: var(--font-theme);
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0px 0px 0px;
  margin: 0;
  line-height: 160%;
  display: block;
}

.covid-main.is-pt-05 .body-wrapper blockquote::before {
  position: absolute;
  content: '';
  top: 20px;
  left: -46px;
  width: 34px;
  height: 26px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-quote.svg);
}

.ourIdeas.is-pt-05 .body-wrapper blockquote::before {
  position: absolute;
  content: '';
  top: 6px;
  left: -46px;
  width: 34px;
  height: 26px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-quote.svg);
}

.covid-main.is-pt-05 .body-wrapper blockquote i {
  font-style: normal;
}

.ourIdeas.is-pt-05 .body-wrapper blockquote i {
  font-style: normal;
}

/*
.covid-main.is-pt-05 .body-wrapper blockquote p{
	line-height: inherit;
	padding: 0;
	margin: 0;
	font-size: 100%;
}
*/
.covid-main.is-pt-05 .body-wrapper blockquote span {
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-theme-1) 0%, var(--color-theme-1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.50em;
  background-position: 0 70%;
  transition: background-size 0.25s ease-in;
}

.ourIdeas.is-pt-05 .body-wrapper blockquote span {
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-theme-1) 0%, var(--color-theme-1) 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.50em;
  background-position: 0 70%;
  transition: background-size 0.25s ease-in;
}

.covid-main.is-pt-05 .section-author {
  /* border-top: 2px solid var(--color-border);
  padding-top: 60px; */
  margin-top: 40px;
}

.covid-main.is-pt-05 .section-author figure {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

/* .covid-main.is-pt-05 .section-author figure:last-child {
  padding-bottom: 10px;
  margin: 0 !important;
  max-width: inherit !important;
} */
.covid-main.is-pt-05 .section-author figcaption {
  display: block;
  font-size: 100% !important;
  padding-top: 0px !important;
  width: calc(100% - 170px);
}

.covid-main.is-pt-05 .section-author .author-img {
  width: 140px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid var(--color-theme-1);
  background-color: var(--color-white);
  transition: 0.2s all ease-in;
}

.covid-main.is-pt-05 .section-author .author-img:hover {
  border: 2px solid var(--color-secondary);
}

.covid-main.is-pt-05 .section-author .author-img img {
  padding: 7px;
  border-radius: 100%;
}

.covid-main.is-pt-05 .section-author figcaption h3 {
  margin: 0 0 5px 0 !important;
  padding: 0px 0 0px 0 !important;
  font-family: var(--font-base) !important;
  color: var(--color-dark-grey);
  text-transform: uppercase !important;
  font-size: 90% !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  line-height: 130%;
}

/*
.covid-main.is-pt-05 .section-author figcaption h3 a {
  color: var(--color-dark-grey);
}
*/
.covid-main.is-pt-05 .section-author figcaption h3 a:hover {
  color: var(--color-secondary);
}

.covid-main.is-pt-05 .section-author figcaption h4 {
  margin: 0;
  padding: 0px 0 0 0;
  color: var(--color-dark-grey);
  font-weight: 400;
  font-family: var(--font-base);
  font-size: 90%;
  font-style: italic;
  line-height: 130%;
}

.covid-main.is-pt-05 .section-author figcaption p {
  margin: 0;
  padding: 15px 0 0 0;
}

.covid-main.is-pt-05 .section-author .social-icons {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0;
}

.covid-main.is-pt-05 .section-author .social-icons li {
  margin: 0 10px 0 0 !important;
  padding: 0;
  list-style: none;
}

.covid-main.is-pt-05 .section-author .social-icons li a {
  width: 35px;
  height: 35px;
  display: block;
  border: 0px solid var(--color-primary);
  border-radius: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 0;
  color: var(--color-transparent);
}

.covid-main.is-pt-05 .section-author .social-icons li.is-twitter a {
  background-image: url(../images/ico-share-twitter.svg);
}

.covid-main.is-pt-05 .section-author .social-icons li.is-linkedin a {
  background-image: url(../images/ico-share-linkedin.svg);
}

.covid-main.is-pt-05 .section-author .social-icons li.is-facebook a {
  background-image: url(../images/ico-share-facebook.svg);
}

.covid-main.is-pt-05 .section-author .social-icons li.is-email a {
  background-image: url(../images/ico-share-email.svg);
}

/*is Gavi*/
.covid-main.is-pt-05.is-gavi .body-wrapper figure {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.covid-main.is-pt-05.is-gavi .body-wrapper figure figcaption {
  display: block;
  font-size: 85%;
  color: var(--color-dark-grey);
  padding-top: 10px;
}

.covid-main.is-pt-05.is-gavi .body-wrapper h2 {
  color: var(--color-dark-grey);
}

.covid-main.is-pt-05.is-gavi .body-wrapper h3 {
  font-family: var(--font-headline);
  color: var(--color-dark-grey);
  font-weight: normal;
  font-size: 190%;
  line-height: 130%;
  margin: 0 0 50px 0;
  padding: 0;
}

.covid-main.is-pt-05.is-gavi .section-body-2 .inner-container::before,
.covid-main.is-pt-05.is-gavi .section-body-3 .inner-container::before {
  position: absolute;
  top: -40px;
  left: 0;
  content: '';
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  overflow: hidden;
  background-color: var(--color-white);
  transform: translateY(-50%);
}

.covid-main.is-pt-05.is-gavi .section-body-2 .inner-container::before {
  background-image: url(../images/gavi-map-1.png);
}

.covid-main.is-pt-05.is-gavi .section-body-3 .inner-container::before {
  background-image: url(../images/gavi-map-2.png);
}

/*GAVI internal nav*/
.covid-main.is-pt-05.is-gavi .internal-nav {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.covid-main.is-pt-05.is-gavi .internal-nav ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin: 0px -15px;
}

.covid-main.is-pt-05.is-gavi .internal-nav li {
  margin: 0;
  width: 50%;
  text-align: left;
  padding: 20px 15px;
}

.covid-main.is-pt-05.is-gavi .internal-nav a {
  display: block;
  background-color: #F4F4F4;
  padding: 20px;
  font-weight: bold;
  font-size: 110%;
  border-radius: 12px;
  text-indent: 21%;
  position: relative;
  background-image: url(../images/arrow-down-y.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px;
  color: var(--color-dark-grey);
}

.covid-main.is-pt-05.is-gavi .internal-nav a:hover {
  color: var(--color-theme-1);
}

.covid-main.is-pt-05.is-gavi .internal-nav a::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 100%;
  background-color: #fff;
  top: -40%;
  left: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.covid-main.is-pt-05.is-gavi .internal-nav li:nth-child(1) a::before {
  background-image: url(../images/gavi-map-1.png);
}

.covid-main.is-pt-05.is-gavi .internal-nav li:nth-child(2) a::before {
  background-image: url(../images/gavi-map-2.png);
}

/*Subpage Nav Wrapper*/
.sub-page-nav-wrapper {
  background-color: var(--color-primary);
  color: var(--color-white);
  position: fixed;
  z-index: 999;
  top: 56px;
  width: 100%;
  margin: 0;
  padding: 0;

  @media (max-width: 1200px) {
    top: 54px;
  }
}



.sub-page-nav-wrapper a.expand-page-nav {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  margin: 0;
  padding: 0;
}

.sub-page-nav-wrapper a.expand-page-nav svg {
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.sub-page-nav-wrapper a {
  color: var(--color-white);
}

.sub-page-nav-wrapper .brand-container {
  position: relative;
  height: 55px;
}

.sub-page-nav-wrapper .brand-container .page-branding {
  max-width: 240px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 4px;
}

.sub-page-nav-wrapper .brand-container .page-branding.is-text {
  max-width: inherit;
  margin: 0;
}

.sub-page-nav-wrapper .brand-container .page-branding .page-name {
  font-weight: 900;
  line-height: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.sub-page-nav-wrapper .brand-container .page-branding img {
  width: 100%;
}

.sub-page-nav-wrapper .page-nav {
  float: right;
}

.sub-page-nav-wrapper .page-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  line-height: 100%;
}

.sub-page-nav-wrapper .page-nav ul li {
  margin-left: 28px;
}

.sub-page-nav-wrapper .page-nav ul li a {
  display: block;
  text-transform: capitalize;
  font-size: 80%;
  letter-spacing: 0.5px;
  font-weight: 400;
  height: 55px;
  position: relative;
  line-height: 55px;
  padding: 0px 2px;
}

.sub-page-nav-wrapper .page-nav ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-transparent);
  content: '';
}

.sub-page-nav-wrapper .page-nav ul li a:hover {
  color: var(--color-secondary);
}

.sub-page-nav-wrapper .page-nav ul li a:hover::before {
  background-color: var(--color-secondary);
}

.sub-page-nav-wrapper .page-nav ul li.is-active a {
  color: var(--color-secondary);
  font-weight: 600;
}

.sub-page-nav-wrapper .page-nav ul li.is-active a::before {
  background-color: var(--color-transparent);
}

.sub-page-nav-wrapper .page-nav ul li span {
  display: inline-block;
  float: left;
  margin-left: 10px;
}

.sub-page-nav-wrapper .page-nav ul li span:nth-child(1) {
  margin-left: 0px;
}

.sub-page-nav-wrapper .page-nav ul li span a {
  display: block;
  width: 25px;
}

.sub-page-nav-wrapper .page-nav ul li span a::before {
  display: none;
}

.sub-page-nav-wrapper .page-nav ul li span a svg {
  width: 100%;
  display: inline;
  fill: var(--color-white);
  transition: all 0.2s ease-in-out;
}

.sub-page-nav-wrapper .page-nav ul li span a:hover svg {
  fill: var(--color-secondary);
}

header h1 {
  width: 110px;
}

/*is-flex*/
.sub-page-nav-wrapper .page-nav.is-flex {
  float: none;
}

.sub-page-nav-wrapper .page-nav.is-flex ul li {
  margin: 0;
}

.sub-page-nav-wrapper .page-nav.is-flex ul {
  justify-content: space-between;
}

.sub-page-nav-wrapper .page-nav.is-flex ul li a {
  font-weight: 300;
}

.sub-page-nav-wrapper .page-nav.is-flex ul li.is-active a {
  font-weight: 700;
}

/* .page-template-business header .logo-business {
  width: 110px;
} */

.small-fixing p {
  margin-bottom: 0px;
}

/*Super page 06*/
.covid-main .main-banner.is-bg-light .banner-caption {
  color: var(--color-dark-grey);
}

.covid-main .main-banner.is-bg-light .banner-caption p {
  color: var(--color-dark-grey);
  text-shadow: 0px 4px 4px rgb(0 0 0 / 0%)
}

.covid-main .main-banner.is-bg-light .banner-caption h1 span {
  background-image: linear-gradient(120deg, var(--color-theme-1) 0%, var(--color-theme-1) 100%);
}

.covid-main .section-wrapper .special-text {
  font-style: italic;
  padding-left: 20px;
  border-left: 2px solid var(--color-primary);
}

.nav-theme-1 li {
  display: block;
  list-style: none;
  padding: 25px 0px;
  border-bottom: 1px solid var(--color-primary);
  font-weight: 600;
  font-size: 90%;
  position: relative;
  line-height: 130%;
  padding-right: 10px;
}

.nav-theme-1 li a {
  display: block;
  position: relative;
  background-image: url(../images/arrow-nav-theme-1.png);
  background-position: center right;
  background-size: 25px;
  padding-right: 100px;
  background-repeat: no-repeat;
  color: var(--color-dark-grey);
}

.nav-theme-1 li a:hover {
  color: var(--color-primary);
}

.nav-theme-1 li:last-child {
  border-bottom: 0;
}

.content-box-theme-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content-box-theme-1 li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: var(--color-theme-1);
}

.content-box-theme-1 li figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.content-box-theme-1 li:nth-child(odd) figure {
  flex-direction: row-reverse;
}

.content-box-theme-1 li figure figcaption::before {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  content: '';
}

.content-box-theme-1 li:nth-child(odd) figure figcaption::before {
  border-left: 18px solid var(--color-theme-1);
  position: absolute;
  right: -17px;
}

.content-box-theme-1 li:nth-child(even) figure figcaption::before {
  border-right: 18px solid var(--color-theme-1);
  position: absolute;
  left: -17px;
}

.content-box-theme-1 li figure .fig-img {
  width: 50%;
}

.content-box-theme-1 li figure .fig-img img {
  width: 100%;
  height: 100%;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
  /**/
  object-fit: cover;
  object-position: center;
}

.content-box-theme-1 li:hover figure .fig-img img {
  filter: none;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.content-box-theme-1 li figure figcaption {
  width: 50%;
  padding: 5vw 6vw;
  color: var(--color-white);
  position: relative;
}

.content-box-theme-1 li figure figcaption .top-ctg {
  font-size: 80%;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
  font-weight: 600;
}

.content-box-theme-1 li figure figcaption h2 {
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  max-width: inherit !important;
  font-size: 250% !important;
  line-height: 100% !important;
}

.content-box-theme-1 li figure figcaption h2 a {
  display: inline !important;
  color: var(--color-white) !important;
  text-decoration: none !important;
  background-image: linear-gradient(120deg, var(--color-white) 0%, var(--color-white) 100%) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 0em !important;
  background-position: 0 90% !important;
  transition: background-size 0.25s ease-in !important;
}

.content-box-theme-1 li figure figcaption h2 a:hover {
  background-size: 100% 0.06em !important;
}

.content-box-theme-1 li figure figcaption p {
  color: var(--color-white) !important;
  font-size: 80% !important;
  width: 60%;
  margin: 0;
  margin-bottom: 40px;
}

.content-box-theme-1 li figure figcaption .btn-read-more {
  font-size: 76%;
  color: var(--color-white);
  text-transform: uppercase;
  position: absolute;
  bottom: 4vw;
  padding: 2px 0;
  font-weight: 600;
}

.content-box-theme-1 li figure figcaption .btn-read-more::after {
  content: '';
  width: 20px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/ico-arrow-white.svg);
  position: absolute;
  bottom: 7px;
  margin-left: 10px;
  vertical-align: bottom;
  transition: transform 0.2s ease-in-out;
}

.content-box-theme-1 li figure figcaption .btn-read-more:hover::after {
  transform: translate3d(10px, 0, 0);
}

@media (max-width: 1199.98px) {
  .content-box-theme-1 li figure figcaption h2 {
    font-size: 200% !important;
  }

  .content-box-theme-1 li figure figcaption h2 br {
    display: none;
  }

  .content-box-theme-1 li figure figcaption p {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .nav-theme-1 li a {
    padding-right: 50px;
  }

  .content-box-theme-1 li figure .fig-img {
    width: 100%;
  }

  .content-box-theme-1 li figure figcaption {
    padding: 30px;
    width: 100%;
  }

  .content-box-theme-1 li figure figcaption .btn-read-more {
    position: relative;
    bottom: unset;
  }

  .content-box-theme-1 li figure figcaption .btn-read-more::after {
    bottom: 4px;
  }
}

/*Sticky Banner*/
.page-template-business .sticky-banner {
  position: absolute;
  top: 300px;
  transform: translateY(-50%);
  right: 0px;
  display: none;
  background-color: var(--color-white);
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
  padding: 15px 20px 20px 20px;
  z-index: 2;
  width: 220px;
  color: #444444;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-template-business .sticky-banner img {
  width: 90%;
}

.page-template-business .sticky-banner h3 {
  margin: 3px 0 0 0;
  padding: 0;
  line-height: 130%;
  font-size: 75%;
  font-weight: 600;
}

.page-template-business .sticky-banner p {
  margin: 8px 0 0 0;
  padding: 0px 0 0 0;
  line-height: 130%;
  font-size: 70%;
  font-weight: 400;
}

.page-template-business .sticky-banner span {
  color: var(--color-white);
  line-height: 110%;
  margin: 10px 0 0 0;
  background-color: var(--color-primary);
  padding: 10px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 60%;
  letter-spacing: 0.5px;
  transition: 0.2s all ease-in-out;
}

.page-template-business .sticky-banner:hover span {
  color: var(--color-secondary);
}

@media (max-width: 575.98px) {
  .page-template-business .sticky-banner {
    right: 0px;
    top: 150px;
    transform: scale3d(0.8, 0.8, 0.8);
    transform-origin: right;
  }
}

/*each page*/
.page-id-328 .sticky-banner.is-research {
  display: block;
}

/*comon CSS*/
.covid-main h3.sub-headline {
  font-family: var(--font-theme);
  font-weight: 400;
  margin: 0 0 0px 0;
  padding: 0 0 10px 0;
  font-size: 100%;
  color: var(--color-primary);
  line-height: 140%;
}

.foot-notes {
  margin: 30px 0 0 0 !important;
  padding: 30px 0 0 0 !important;
  font-size: 78% !important;
  list-style: none !important;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.foot-notes li {
  margin: 0;
  padding: 0 0 10px 0 !important;
}

.foot-notes li p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 130%;
}

.foot-notes li sup {}

.foot-notes li a {
  display: inline;
}

.foot-notes li a:hover {
  text-decoration: underline !important;
}

/*Dalberg 20 Years*/
.ino-temp-1 {
  font-family: var(--font-theme);
}

.ino-temp-1 .inv-container {
  width: 900px;
  margin: 0 auto;
  padding: 0px 40px;
  max-width: 100%;
}

.ino-temp-1 .ino-main-banner {
  background-color: #ededed;
  height: 70vh;
  min-height: 400px;
}

.ino-temp-1 .ino-main-banner .inv-container {
  height: 100%;
}

.ino-temp-1 .wrapper.bg-svg-1 {
  background-color: #ededed;
}

.ino-temp-1 .bg-svg-1 svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: relative;
  transform: translateY(2px);
}

.ino-temp-1 .wrapper.bg-svg-2 {
  background-color: #5E0D29;
}

.ino-temp-1 .bg-svg-2 svg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.ino-temp-1 .ino-banner-cont {
  position: relative;
  width: 760px;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin-top: 30px;
}

.ino-temp-1 .ino-banner-cont img {
  width: 100%;
  height: auto;
  max-width: inherit;
}

.ino-temp-1 .ino-timeline-wrapper {
  background-color: #fff;
  padding: 100px 0px 60px 0;
}

.wrapper.ino-body-wrapper {
  height: auto;
  background-color: #5E0D29;
  z-index: 1;
}

.inv-content figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.inv-content {}

.inv-content.is-type-1 {
  margin-bottom: 100px;
}

.inv-content.is-type-2 {
  margin-bottom: 100px;
}

.inv-content.is-type-3 {
  margin-bottom: 50px;
}

.inv-content.is-type-1 figure {
  flex-direction: row-reverse;
}

.inv-content.is-type-1 figure .fig-img {
  width: 35%;
}

.inv-content.is-type-2 {
  text-align: right;
}

.inv-content.is-type-2 figure .fig-img {
  width: 47%;
}

.inv-content h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 230%;
  line-height: 130%;
  letter-spacing: 1px;
  max-width: inherit;
}

.inv-content.is-type-3 {
  text-align: center;
}

.inv-content.is-type-3 figure {
  justify-content: center;
}

.inv-content.is-type-3 figure .fig-img {
  width: 56%;
}

.inv-content.is-type-3 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.inv-content.is-images {
  position: relative;
  width: 76%;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 70%;
  transform: translateY(60px);
}

.inv-content.is-images figure {
  position: absolute;
}

.inv-content.is-images figure:nth-child(1) {
  width: 17%;
  top: 0px;
  left: 34.5%;
}

.inv-content.is-images figure:nth-child(2) {
  width: 25%;
  top: 22%;
  left: 66%;
}

.inv-content.is-images figure:nth-child(3) {
  width: 48%;
  top: 30%;
  left: 0%;
}

.inv-content.is-images figure:nth-child(4) {
  width: 6.5%;
  top: 58%;
  left: 91%;
}

.inv-content.is-images figure:nth-child(5) {
  width: 25%;
  top: 71%;
  left: 53%;
}

.wrapper.inv-quote-wrapper {
  background-color: #771A3B;
  padding-bottom: 150px;
  transform: translateY(-2px);
  text-align: center;
  z-index: 2;
}

.inv-quote-wrapper .inv-container {
  margin-top: -3%;
}

.inv-quote-wrapper .inv-quote {
  padding-bottom: 50px;
}

.inv-quote-wrapper .inv-quote blockquote {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 180%;
  line-height: 130%;
  letter-spacing: 1px;
  max-width: inherit;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Circular Air Bold";
}

.inv-quote-wrapper .inv-quote p {
  color: #fff;
  font-size: 90%;
  font-weight: 600;
  margin: 0 0 0px 0;
  letter-spacing: 1px;
}

.covid-main.ino-temp-1 .inv-btn {
  position: relative;
  display: inline-block;
  border: 0;
  cursor: pointer;
  background-color: #FDB014;
  color: #771A3B;
  text-align: center;
  padding: 0px 57px 0px 20px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  overflow: hidden;
  font-size: 90%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.2s ease-in;
  white-space: nowrap;
}

.covid-main.ino-temp-1 .inv-btn svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 27px;
  height: auto;
}

.covid-main.ino-temp-1 .inv-btn:hover {
  background-color: #fff;
}

.inv-devider-circle {
  position: absolute;
  width: 80px;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  z-index: 1;
  bottom: 0;
  margin-top: -2px;
}

.inv-section-header {}

.ino-temp-1 h2.inv-section-headline {
  text-transform: uppercase;
  color: #881946;
  margin: 0;
  padding: 0;
  font-size: 180%;
  line-height: 130%;
  letter-spacing: 1px;
  max-width: inherit;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.inv-section-header p {
  color: #881946;
  font-size: 90%;
  font-weight: 500;
  margin: 0 0 0px 0;
  letter-spacing: 1px;
  text-align: center;
}

.inv-timeline {
  border-bottom: 2px solid #881946;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inv-timeline .inv-group-yrs {
  width: 33.20%;
  height: 40px;
  position: relative;
}

.inv-timeline .inv-group-yrs.is-1 {
  background-color: #FFE09B;
  width: 45%
}

.inv-timeline .inv-group-yrs.is-2 {
  background-color: #ACDFEA;
  width: 49%
}

.inv-timeline .inv-group-yrs.is-3 {
  background-color: #DBB8C6;
  width: 5%
}

.inv-timeline .inv-group-yrs h3 {
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 80%;
  line-height: 100%;
  letter-spacing: 0px;
  max-width: inherit;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-65%);
}

.inv-timeline .inv-group-yrs.is-1 h3 {
  color: #DFA013;
}

.inv-timeline .inv-group-yrs.is-2 h3 {
  color: #00A7CC;
}

.inv-timeline .inv-group-yrs.is-3 h3 {
  color: #881946;
}

.inv-all-years {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px 15px;
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
}

.inv-all-years li {
  position: relative;
}

.inv-all-years li a {
  width: 18px;
  height: 18px;
  background-color: #dadada;
  display: block;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

.inv-all-years li a span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #881946;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.inv-all-years li.slab-1 a {
  background-color: #DFA013;
}

.inv-all-years li.slab-1 a:hover,
.inv-all-years li.slab-1.is-active a {
  box-shadow: 0px 0px 0px 5px #FFEBB2;
}

.inv-all-years li.slab-2 a {
  background-color: #00A7CC;
}

.inv-all-years li.slab-2 a:hover,
.inv-all-years li.slab-2.is-active a {
  box-shadow: 0px 0px 0px 5px #D8F1F6;
}

.inv-all-years li.slab-3 a {
  background-color: #881946;
}

.inv-all-years li.slab-3 a:hover,
.inv-all-years li.slab-3.is-active a {
  box-shadow: 0px 0px 0px 5px #EBB7D0;
}

.inv-all-years li.no-value {
  opacity: 0;
  pointer-events: none;
}

.inv-all-years li.milestone span {
  opacity: 0;
  pointer-events: none;
}

.inv-all-years li.milestone.historical span {
  opacity: 1;
  pointer-events: inherit;
}

.inv-all-years li.historical a {
  background-color: var(--color-transparent);
}

/*historical==== Hover*/
.inv-all-years li.slab-1.historical a:hover,
.inv-all-years li.slab-1.historical.is-active a {
  background-color: #EBB7D0;
  box-shadow: 0px 0px 0px 3px #EBB7D0;
}

.inv-all-years li.slab-2.historical a:hover,
.inv-all-years li.slab-2.historical.is-active a {
  background-color: #EBB7D0;
  box-shadow: 0px 0px 0px 2px #EBB7D0;
}

.inv-all-years li.slab-3.historical a:hover,
.inv-all-years li.slab-3.historical.is-active a {
  background-color: #EBB7D0;
  box-shadow: 0px 0px 0px 2px #EBB7D0;
}

/*milestone,historical*/
.inv-all-years li.slab-1.milestone.historical a {
  background-color: #DFA013;
}

.inv-all-years li.slab-2.milestone.historical a {
  background-color: #00A7CC;
}

.inv-all-years li.slab-3.milestone.historical a {
  background-color: #881946;
}

/*milestone,historical==== Hover*/
.inv-all-years li.slab-1.milestone.historical a:hover,
.inv-all-years li.slab-1.milestone.historical.is-active a {
  background-color: #DFA013;
  box-shadow: 0px 0px 0px 5px #FFEBB2;
}

.inv-all-years li.slab-2.milestone.historical a:hover,
.inv-all-years li.slab-2.milestone.historical.is-active a {
  background-color: #00A7CC;
  box-shadow: 0px 0px 0px 5px #D8F1F6;
}

.inv-all-years li.slab-3.milestone.historical a:hover,
.inv-all-years li.slab-3.milestone.historical.is-active a {
  background-color: #881946;
  box-shadow: 0px 0px 0px 5px #EBB7D0;
}

.inv-timeline-wrap {
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
}

.inv-timeline-content {
  position: relative;
}

.inv-timeline-content-header {
  text-align: center;
  position: relative;
}

.inv-timeline-content-header span {
  position: relative;
  display: inline-block;
  border: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Circular Air Bold";
  font-weight: bold;
  width: 90px;
  user-select: none;
}

.inv-timeline-content-body::before {
  background-color: #000;
  height: 100%;
  width: 1px;
  left: 50%;
  top: -10px;
  content: '';
  position: absolute;
  transform: translateX(-50%);
}

.inv-timeline-content-body li {
  padding-bottom: 50px;
  position: relative;
}

.inv-timeline-content-body li::before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background-color: #000;
  display: block;
  z-index: 100;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center center;
}

.inv-timeline-content-body li.historical::before {
  background-image: url(../images/ico-historical.png);
}

.inv-timeline-content-body li.milestone::before {
  background-image: url(../images/ico-milestone.png);
}

.inv-timeline-content-body li a {
  /*
  display: block;
  color: inherit;
*/
}

.inv-timeline-content-body li p a:hover {
  text-decoration: underline;
}

.inv-timeline-content-body li figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.inv-timeline-content-body li figure .fig-img {
  width: calc(50% - 40px);
  padding-right: 10px;
  margin-top: 5px;
}

.inv-timeline-content-body li figure figcaption {
  width: calc(50% - 40px);
  margin-top: -3px;
}

.inv-timeline-content-body li figure figcaption .inv-month {
  position: relative;
  /*  padding-left: 18px;*/
}

.inv-timeline-content-body li figure figcaption .inv-month svg {
  width: 13px;
  height: auto;
  position: absolute;
  top: 5px;
  left: 0;
  fill: #000;
  display: none;
}

.inv-timeline-content-body li figure figcaption .inv-month span {
  font-size: 75%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Circular Air Bold";
  font-weight: bold;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.inv-timeline-content-body li figure figcaption h4 {
  text-transform: uppercase;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 130%;
  line-height: 130%;
  letter-spacing: 1px;
  max-width: inherit;
  font-weight: bold;
  text-align: left;
  margin-bottom: 5px;
  width: auto;
}

.inv-timeline-content-body li figure figcaption .inv-des p {
  color: #6B6B6B;
  font-size: 85%;
  font-weight: 500;
}

.inv-timeline-content-body li figure figcaption .inv-des p:last-child {
  margin: 0;
}

/*is-set-1*/
.is-set-1 .inv-timeline-content-body li figure figcaption .inv-month span,
.is-set-1 .inv-timeline-content-body li figure figcaption h4 {
  color: #F3B11C;
}

.is-set-1 .inv-timeline-content-header span,
.is-set-1 .inv-timeline-content-body li::before {
  background-color: #F3B11C;
}

.is-set-1 .inv-timeline-content-body::before {
  background: #f3b11c;
  background: -moz-linear-gradient(top, #f3b11c 0%, #f3b11c 74%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #f3b11c 0%, #f3b11c 74%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3b11c 0%, #f3b11c 74%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3b11c', endColorstr='#ffffff', GradientType=0);
}

.is-set-1 .inv-timeline-content-body li figure figcaption .inv-month svg {
  fill: #F3B11C;
}

/*is-set-2*/
.is-set-2 .inv-timeline-content-body li figure figcaption .inv-month span,
.is-set-2 .inv-timeline-content-body li figure figcaption h4 {
  color: #00A7CC;
}

.is-set-2 .inv-timeline-content-header span,
.is-set-2 .inv-timeline-content-body li::before {
  background-color: #00A7CC;
}

.is-set-2 .inv-timeline-content-body::before {
  background: #00A7CC;
  background: -moz-linear-gradient(top, #00A7CC 0%, #00A7CC 74%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #00A7CC 0%, #00A7CC 74%, #ffffff 100%);
  background: linear-gradient(to bottom, #00A7CC 0%, #00A7CC 74%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00A7CC', endColorstr='#ffffff', GradientType=0);
}

.is-set-2 .inv-timeline-content-body li figure figcaption .inv-month svg {
  fill: #00A7CC;
}

/*is-set-3*/
.is-set-3 .inv-timeline-content-body li figure figcaption .inv-month span,
.is-set-3 .inv-timeline-content-body li figure figcaption h4 {
  color: #881946;
}

.is-set-3 .inv-timeline-content-header span,
.is-set-3 .inv-timeline-content-body li::before {
  background-color: #881946;
}

.is-set-3 .inv-timeline-content-body::before {
  background: #881946;
  background: -moz-linear-gradient(top, #881946 0%, #881946 74%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #881946 0%, #881946 74%, #ffffff 100%);
  background: linear-gradient(to bottom, #881946 0%, #881946 74%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#881946', endColorstr='#ffffff', GradientType=0);
}

.is-set-3 .inv-timeline-content-body li figure figcaption .inv-month svg {
  fill: #881946;
}

.inv-container .inv-timeline-content {
  display: none;
}

.inv-container .inv-timeline-content.is-active {
  display: block;
}

.wrapper.inv-yr-posts {
  height: 800px;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 50px;
}

.inv-timeline-content-body {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
}

.inv-arrow-nav {
  position: absolute;
  width: 220px;
  height: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.inv-arrow-nav a {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  position: absolute;
  display: block;
  width: 36px;
  height: auto;
}

.inv-arrow-nav svg {
  width: 100%;
  height: auto;
  min-width: inherit;
  vertical-align: middle;
}

.is-set-1 .inv-arrow-nav a svg path {
  fill: #F3B11C;
}

.is-set-2 .inv-arrow-nav a svg path {
  fill: #00A7CC;
}

.is-set-3 .inv-arrow-nav a svg path {
  fill: #881946;
}

.inv-arrow-nav a.inv-prev {
  left: 0;
}

.inv-arrow-nav a.inv-next {
  right: 0;
}

.inv-arrow-nav a.inv-prev:hover {
  transform: translate3d(-5px, -50%, 0);
}

.inv-arrow-nav a.inv-next:hover {
  right: 0;
  transform: translate3d(5px, -50%, 0);
}

@media (max-width: 767.98px) {
  .ino-temp-1 .inv-container {
    padding: 0px 30px;
  }

  .wrapper.ino-main-banner .inv-container {
    padding: 0px 20px;
  }

  .ino-temp-1 .ino-main-banner {
    height: 400px;
    min-height: inherit;
  }

  .inv-content figure {
    justify-content: center;
    text-align: center;
  }

  .inv-content.is-type-1 figure .fig-img {
    width: 80%;
  }

  .inv-content h2 {
    font-size: 140%;
    margin-top: 20px;
    letter-spacing: 0;
  }

  .inv-content h2 br {
    display: none;
  }

  .inv-content.is-type-2 figure .fig-img {
    width: 80%;
  }

  .inv-content.is-type-1 {
    margin-bottom: 60px;
  }

  .inv-content.is-type-2 {
    margin-bottom: 60px;
  }

  .inv-content.is-type-3 figure .fig-img {
    width: 100%;
  }

  .inv-content.is-type-3 figure h2 {
    margin: 0;
  }

  .inv-content.is-images {
    width: 100%;
    max-width: 100%;
    padding-top: 100%;
    transform: translateY(0px);
  }

  .ino-temp-1 .wrapper.bg-svg-2 {
    margin-top: -2px;
  }

  .inv-quote-wrapper .inv-quote blockquote {
    font-size: 130%;
    line-height: 150%;
    letter-spacing: 0;
  }

  .covid-main.ino-temp-1 .inv-btn {
    font-size: 80%;
    letter-spacing: 0;
  }

  .inv-quote-wrapper .inv-container {
    margin-top: 0%;
  }

  .wrapper.inv-quote-wrapper {
    padding: 10px 0px 100px 0;
  }

  .ino-temp-1 h2.inv-section-headline {
    font-size: 150%;
    line-height: 130%;
    letter-spacing: 0px;
  }

  .inv-timeline-content-body li figure .fig-img {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .inv-timeline-content-body li figure figcaption {
    width: 100%;
    padding-top: 20px;
  }

  .inv-timeline-content-header {
    text-align: left;
    margin-left: -12px;
  }

  .inv-timeline-content-body::before {
    left: -10px;
    top: -20px;
  }

  .inv-timeline-content-body li {
    padding-left: 10px;
  }

  .inv-timeline-content-body li::before {
    top: 0;
    left: -22px;
    transform: none;
  }

  .inv-timeline-wrap {
    position: relative;
    overflow-x: scroll;
    scroll-behavior: auto;
    scroll-behavior: smooth;
  }

  .inv-timeline,
  .inv-all-years {
    width: 1200px;
  }
}

/*New Latin America Page*/
.covid-main.is-pt-03 .team-members ul {
  justify-content: center;
}

.covid-main.is-pt-03 .is-dark .team-members ul li .fig-img {
  background-color: var(--color-transparent);
}

.covid-main.is-pt-03.is-03-v1 .is-dark .team-members ul li .fig-img {
  border: 1px solid var(--color-white);
}

.covid-main.is-pt-03.is-03-v1 .is-dark .team-members ul li figcaption h4,
.covid-main.is-pt-03.is-03-v1 .is-dark .team-members ul li a:hover figcaption h4 {
  color: var(--color-white);
}

.covid-main.is-pt-03.is-03-v1 .team-members.is-big ul li .fig-img {
  width: 150px;
  height: 150px;
}

.section-bottom {
  padding-top: 40px;
}

.covid-main.is-pt-04 a.border-btn {
  color: var(--color-primary);
}

.covid-main.is-pt-04 a.border-btn:hover {
  color: var(--color-white);
}

.section-bottom .border-btn {
  width: 140px;
  margin: 35px auto 0 auto;
  height: 46px;
  line-height: 44px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid var(--color-primary);
  padding: 0;
  color: var(--color-primary);
  background-color: var(--color-transparent);
  text-align: center;
  cursor: pointer;
  font-size: 90%;
  position: relative;
  border-radius: 0;
  display: block;
  transition: 0.2s all ease-in-out;
}

.section-bottom .border-btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.covid-main.is-pt-03 .wpcf7-not-valid-tip {
  text-align: left;
}

.covid-main .page-blocks-1 {
  display: block;
}

.covid-main .page-blocks-1 .single-blocks {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--color-primary);
}

.covid-main .page-blocks-1 .single-blocks:last-child {
  border-bottom: 0px solid var(--color-primary);
}

.covid-main .page-blocks-1 .single-blocks .single-block-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*
  align-items: center;
  flex-direction: row-reverse;
*/
}

.covid-main .page-blocks-1 .single-blocks:nth-child(even) .single-block-content {
  flex-direction: row-reverse;
}

.covid-main .page-blocks-1 .single-block-content .is-left {
  width: 34%;
}

.covid-main .page-blocks-1 .single-block-content .is-right {
  width: 62%;
}

.covid-main .page-blocks-1 .single-blocks:nth-child(odd) .single-block-content .is-right {
  padding-left: 20px;
}

.covid-main .page-blocks-1 .single-blocks:nth-child(even) .single-block-content .is-right {
  padding-right: 20px;
}

.covid-main.is-section-related .section-header h2 {
  font-size: 200%;
  font-weight: 300;
  color: var(--color-primary);
  font-family: var(--font-theme);
  margin: 0;
  padding: 0;
  width: auto;
  max-width: 100%;
  line-height: 160%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.covid-main.is-section-related .section-header {
  padding-bottom: 30px;
}

.covid-main.is-section-related .section-header h2 span.headline .slick-arrow {
  top: 20px;
}

.covid-main .all-author .single-author {
  margin-bottom: 20px;
}

.covid-main .section-quote-wrapper {
  background-color: var(--color-theme-1);
  color: var(--color-white);
  text-align: center;
}

.covid-main .section-quote-wrapper p {
  color: var(--color-white);
  line-height: 130%;
}

.covid-main .section-quote-wrapper p:last-child {
  margin: 0;
}

.covid-main .section-quote-wrapper .quote-content {
  padding: 30px 0px;
  font-size: 140%;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.covid-main .section-bar-headline {
  /*	background-color: #741E3C;*/
  background-color: #00a7cc;
  padding: 25px 0px;
  font-size: 120%;
}

.covid-main .section-bar-headline p {
  color: var(--color-white);
}

.covid-main .section-bar-headline p:last-child {
  margin: 0;
  padding: 0;
}

/*twitter feed*/
.covid-main .section-headline {
  font-size: 190%;
  font-weight: 500;
  line-height: 130%;
}

.covid-main .feed-wrapper .section-headline {
  color: var(--color-primary);
}

.covid-main .feed-wrapper .feeds {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin: 0px -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.covid-main .feed-wrapper .feed-item {
  width: 33.333%;
  padding: 10px;
  position: relative;
  margin-top: 30px;
}

.covid-main .feed-wrapper .item-box {
  background-color: var(--color-white);
  color: var(--color-dark-grey);
  padding: 35px 30px;
  position: relative;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  font-size: 85%;
  line-height: 140%;
}

.covid-main .feed-wrapper .item-box a:hover {
  text-decoration: underline;
}

.covid-main .feed-wrapper .item-box a {
  color: var(--color-secondary);
}

.covid-main .section-top,
.covid-main .section-body {
  position: relative;
}

.covid-main .feed-wrapper .feed-icon {
  width: 20px;
  margin-bottom: 8px;
}

.covid-main .feed-wrapper .feed-icon svg {
  width: 100%;
  height: auto;
  vertical-align: text-top;
}

.covid-main .feed-wrapper .btn-all-feed {
  top: 0;
}

.covid-main .feed-wrapper .btn-all-feed,
.covid-main .feed-wrapper .item-box a.btn-feed-more {
  position: absolute;
  top: 20px;
  right: 23px;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--color-primary);
  letter-spacing: 0.05em;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 90% 6px;
  line-height: 100%;
  background-image: url(../images/btn-ar-right.svg);
  padding: 4px 32px 4px 4px;
}

.covid-main .feed-wrapper .btn-all-feed:hover,
.covid-main .feed-wrapper .item-box a.btn-feed-more:hover {
  background-position: 97% 6px;
}

@media (max-width: 991.98px) {
  .cookies-btns {
    right: 0;
  }

  .cookies-content .has-content-area {
    padding-right: 110px;
  }
}

@media (max-width: 767.98px) {
  .cookies-content .has-content-area {
    padding-right: 0;
  }

  .cookies-btns {
    position: initial;
    top: initial;
    right: inherit;
    transform: none;
    margin-top: 20px;
  }

  /*twitter feed*/
  .covid-main .section-headline {
    font-size: 150%;
    font-weight: 500;
    line-height: 130%;
  }

  .covid-main .feed-wrapper .feeds {
    padding-top: 50px;
  }

  .covid-main .feed-wrapper .feed-item {
    width: 100%;
    padding: 0px 10px;
    position: relative;
    margin-top: 20px;
  }

  .covid-main .feed-wrapper .item-box {
    padding: 35px 20px;
  }

  .covid-main .feed-wrapper .btn-all-feed {
    left: 50%;
    transform: translateX(-50%);
    width: 78px;
    top: 45px;
  }

  .covid-main .feed-wrapper .item-box a.btn-feed-more {
    top: 20px;
  }

  /*twitter feed*/
  .covid-main .page-blocks-1 .single-block-content .is-left {
    width: 85%;
    margin: 0 auto;
  }

  .covid-main .page-blocks-1 .single-block-content .is-right {
    width: 100%;
    padding: 0px !important;
  }

  .covid-main .page-blocks-1 .single-blocks {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .covid-main.is-section-related .section-header h2 {
    font-size: 180%;
  }
}

.is-check .wpcf7-not-valid-tip {
  display: none !important;
}

.our-ideas.section-posts {
  padding: 40px 0px !important;
}

.section-posts.our-ideas .item:last-child::after {
  display: none;
}

/*CSS For Contact Form color change*/
.contact h3,
.contact form label {
  color: #6A1236;
  font-weight: 400;
}

.contact input[type='submit'] {
  border: 1px solid #6A1236 !important;
  color: #6A1236;
}

.page-id-601 .our-experience-description .item {
  color: #6A1236;
  font-weight: 400;
}

.contact input[type='submit']:hover {
  background: #6A1236;
  border: 1px solid #6A1236 !important;
  color: #ffffff;
}

article .has-text-align-left.has-yellow-color {
  color: #6A1236 !important;
}

article hr.wp-block-separator {
  border: 1px solid #6A1236 !important;
}

div.cookies {
  padding: 20px 0;
}

.cookies-btns {
  position: relative;
  top: 0;
  right: 0;
  transform: translateY(0%);
  margin-top: 20px;
}

.has-text-align-center.banner-text-up {
  font-weight: 600;
  max-width: 100%;
  width: 100%;
  font-size: 30px;
  line-height: 130%;
}

.page-title-up {
  color: #881946;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.primary-text-up p {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}

.btn-blue-up {
  background: #00a7cc;
  color: #fff;
  border: 0;
  font-weight: 400;
  font-size: 90%;
  height: 36px;
  display: inline-block;
  border-radius: 36px;
  padding: 0px 20px;
  line-height: 36px;
  margin-top: 10px;
}

.btn-blue-up:hover {
  background-color: #881946;
  color: #fff;
}

.has-text-align-center.secondary-text-up {
  line-height: 140%;
  font-size: 96%;
}

.block-vission-up {
  background-color: #881946;
  color: #fff;
  text-align: center;
  padding: 60px 0px;
  position: relative;
}

.block-vission-up::before {
  display: block;
  content: '';
  position: absolute;
  width: 50vw;
  height: 100%;
  background: #881946;
  top: 0;
  z-index: -1;
  left: -50%;
}

.block-vission-up::after {
  display: block;
  content: '';
  position: absolute;
  width: 50vw;
  height: 100%;
  background: #881946;
  top: 0;
  z-index: -1;
  right: -50%;
}

.block-vission-up h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
}

.block-vission-up p {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}

html,
body {
  overflow-x: hidden;
}

a.bta {
  color: var(--color-secondary) !important;
  font-weight: 600;
  position: relative;
  display: inline-block !important;
  padding-left: 20px;
}

a.bta:hover {
  text-decoration: underline !important;
}

a.bta::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '';
  background-image: url(../images/back-arw.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  background-size: 100%;
}

@media (max-width: 767.98px) {
  .has-text-align-center.banner-text-up br {
    display: none;
  }

  .has-text-align-center.banner-text-up {
    font-size: 20px;
    line-height: 125%;
  }

  .wp-block-spacer {
    height: 60px !important;
  }
}

.block-dw-report {
  display: block;
  width: 100%;
  padding: 40px 0px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  max-width: 740px;
  margin-bottom: 40px;
  margin-top: 0px;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .block-dw-report {
    max-width: 980px;
  }
}

@media (max-width: 991.98px) {
  .block-dw-report {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .block-dw-report {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .block-dw-report {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.block-dw-report .report-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}

.block-dw-report a {
  display: inline-block;
}

.block-dw-report .report-row .report-image {
  width: 150px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

.block-dw-report .report-row .report-image img {
  width: 100%;
  height: auto;
}

.block-dw-report .report-row a.btn-dw {
  background-color: var(--color-primary);
  color: var(--color-white);
  transition: 0.2s background-color ease-in;
  font-size: 90%;
  text-transform: capitalize;
  line-height: 44px;
  height: 44px;
  display: block;
  padding: 0px 20px;
  border: 0;
  cursor: pointer;
  border-radius: 44px;
  overflow: hidden;
  letter-spacing: 0.5px;
  font-weight: 500;
  white-space: nowrap;
}

.block-dw-report .report-row a.btn-dw:hover {
  background-color: #560526;
}

.block-dw-button {
  margin-bottom: 30px;
}

.block-dw-button a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #560526;
  ;
  border-radius: 5px;
  overflow: hidden;
  color: #000000;
  background-color: #F9EFF3;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  width: 320px;
  padding: 12px;
  text-decoration: none;


}

.block-dw-button i {
  width: 30px;
  height: auto;
}

.block-dw-button i img {
  width: 100%;
  height: auto;
}

.block-dw-button span {
  width: calc(100% - 40px);
}

.block-dw-button a:hover {
  background-color: #f0dfe5;
}

@media (max-width: 360px) {
  .block-dw-report .report-row {
    justify-content: center;
  }
}



@charset "utf-8";

.covid-main .container {
  width: 100%;
  padding: 0 8vw;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.covid-main .inner-container {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1199.98px) {
  .covid-main .container {
    width: 100%;
    padding: 0 8vw;
  }
}

@media (max-width: 991.98px) {
  .covid-main .container {
    width: 100%;
    padding: 0 8vw;
  }
}

@media (max-width: 767.98px) {
  .covid-main .container {
    width: 100%;
    padding: 0 8vw;
  }

  .covid-main .inner-container {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .covid-main .container {
    width: 100%;
    padding: 0 4vw;
  }
}

/*.sub-page-nav-wrapper .page-nav ul li*/
/*Website CSS*/


.Headercontainer {
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1580px) {
  .Headercontainer {
    width: 1380px;
  }
}

@media (max-width: 1400px) {
  .Headercontainer {
    width: 1180px;
  }
}

@media (max-width: 1199.98px) {
  .Headercontainer {
    width: 980px;
  }
}

@media (max-width: 991.98px) {
  .Headercontainer {
    width: 720px;
  }
}

@media (max-width: 767.98px) {
  .Headercontainer {
    width: 540px;
  }
}

@media (max-width: 575.98px) {
  .Headercontainer {
    padding-left: 24px;
    padding-right: 24px;
  }
}


@media (max-width: 1199px) {
  .sub-page-nav-wrapper .brand-container .page-branding .page-name {
    font-size: 90%;
  }

  .sub-page-nav-wrapper .page-nav ul li {
    margin-left: 10px;
  }

}

@media (max-width: 991.98px) {
  .covid-main .banner-wrapper.main-banner {
    height: 700px;
    background-repeat: no-repeat;
    background-image: url(../images/main-banner-bg.png);
    background-position: 340px top;
    background-size: 680px;
  }

  .covid-main .main-banner .banner-caption {
    max-width: 460px;
  }

  .covid-main .main-banner .banner-caption h1 {
    font-size: 320%;
  }

  .covid-main .widget-author .post {
    display: block;
  }

  .covid-main .widget-author .post .fig-img {
    margin: 0 0 50px 0;
    text-align: center;
  }

  .covid-main .widget-author .post::after {
    right: 40px;
  }

  .covid-main .widget-author .post::before {
    left: 40px;
  }

  .covid-main .post-type-2 .post-footer nav {
    padding: 0;
  }

  .covid-main .post-type-2 .post-footer li {
    display: block;
    padding: 5px 5px;
    width: 33.333%;
    float: left;
  }

  .covid-main .banner-wrapper.tab-banner .post-graph {
    display: none;
  }

  .covid-main .banner-wrapper.tab-banner .post-caption {
    width: 100%;
    float: left;
    padding-right: 0;
    height: 370px;
  }

  .covid-main .banner-wrapper.tab-banner h2 {
    margin: 0;
  }

  .covid-main .banner-wrapper.tab-banner .post-caption a.btn {
    position: relative;
    bottom: 0;
    left: 0px;
  }

  .covid-main .banner-wrapper.tab-banner .post-caption {
    height: auto;
  }

  .covid-main .banner-wrapper.tab-banner {
    padding: 0;
  }

  .covid-main .banner-wrapper.tab-banner .inner-container {
    height: 100%;
  }

  .covid-main .banner-wrapper.tab-banner .inner-container .post-content {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    display: block;
  }

  .covid-main .banner-wrapper.approach-banner {
    height: auto;
    padding: 100px 0px;
  }

  .covid-main .approach-banner .banner-caption {
    position: relative;
    top: 0;
    transform: translateY(0%);
    color: var(--color-black);
    width: 100%;
  }

  .covid-main .post-type-4 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }

  .covid-main .approach-banner .banner-caption h1 {
    font-size: 240%;
  }

  .covid-main .post-type-4 .group-post ul {
    padding: 30px 0px;
  }

  .covid-main .post-type-4 .group-post li {
    width: 100%;
    padding: 30px 60px;
  }

  .covid-main .quotation-banner .banner-caption h2 {
    font-size: 240%;
  }

  .covid-main .banner-wrapper.quotation-banner {
    height: 750px;
  }

  .covid-main .banner-wrapper.quotation-banner {
    height: 750px;
    background-repeat: no-repeat;
    background-image: url(../images/qt-banner-bg.svg);
    background-position: center 30px;
    background-size: 35%;
  }

  .covid-main .post-type-3 .post-items li {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .covid-main .post-type-3 .post-items ul.post-carousel.slick-slider {
    margin: 0px -25px;
  }

  .covid-main .banner-wrapper.main-banner {
    height: 700px;
    background-repeat: no-repeat;
    background-image: url(../images/main-banner-bg.png);
    background-position: 48px top;
    background-size: 670px;
  }

  .covid-main .main-banner .banner-caption {
    padding-right: 20%;
  }

  .covid-main .main-banner .banner-caption h1 {
    font-size: 240%;
  }

  .covid-main .main-banner .banner-caption p {
    font-size: 90%;
  }

  .covid-main .widget-author .post .fig-img img {
    width: 120px;
    height: 120px;
  }

  .covid-main .widget-author .post::before,
  .covid-main .widget-author .post::after {
    width: 44px;
    height: 32px;
    top: 90px;
  }

  .covid-main .widget-author .post::before {
    left: calc(50% - 120px);
  }

  .covid-main .widget-author .post::after {
    right: calc(50% - 120px);
  }

  .covid-main .post-type-1 .post {
    padding: 40px 0;
  }

  .covid-main .post .btn,
  .covid-main .main-banner .btn {
    margin: 30px 0 0 0;
  }

  .covid-main .inner-container.is-separator {
    padding: 40px 0px;
  }

  .covid-main .post-header {
    padding-bottom: 40px;
  }

  .covid-main .post-type-2 .post-items li {
    width: 100%;
  }

  .covid-main .post-type-2 .post-footer nav {
    margin: 40px 0 20px 0;
  }

  .covid-main .section-wrapper {
    padding: 60px 0;
  }

  .covid-main .post-type-3 .post-items li {
    width: 100%;
  }

  .approach-container {
    padding: 70px 0px;
  }

  .wrapper.section-wrapper.bg-primary {
    padding: 70px 0px 40px 0;
  }

  .covid-main .section-header {
    padding-bottom: 40px;
  }

  .covid-main .post-type-4 .group-post li {
    padding: 30px;
  }

  .covid-main .post-nav ul li {
    padding: 0px;
  }

  .covid-main .post-nav ul li a {
    padding-left: 30px;
    padding-right: 30px;
    border-top: 6px solid var(--color-transparent);
  }

  .covid-main .post-nav ul li.is-active a {
    border-top: 6px solid var(--color-black);
  }

  .covid-main .post-nav ul li a p {
    display: none;
    margin-top: 5px;
  }

  .covid-main .post-nav ul li.is-active a p {
    width: 80vw;
    display: block;
  }

  .covid-main .post-nav ul li:nth-child(2).is-active a p {
    width: 80vw;
    margin-left: -35vw;
  }

  .covid-main .post-nav ul li:nth-child(3).is-active a p {
    width: 80vw;
    margin-left: -70vw;
  }
}

/*Special Project - 01*/
@media (max-width: 991.98px) {
  .covid-main.is-pt-01 .all-section-wrapper .flag-header::before {
    width: 80px;
    height: 80px;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header {
    padding-left: 100px;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header h1 {
    font-size: 250%;
  }

  .covid-main.is-pt-01 .content-wrapper blockquote p {
    font-size: 180%;
  }

  .covid-main.is-pt-01 .steps-wrapper li {
    width: 33.333%;
    margin: 10px 0px;
  }
}

@media (max-width: 767.98px) {
  .covid-main.is-pt-01 .banner-wrapper.main-banner {
    height: 600px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
  }

  .covid-main.covid-main.is-pt-01 .main-banner .banner-caption {
    padding-right: 0;
    top: 40%;
  }

  .covid-main.is-pt-01 .content-wrapper blockquote {
    padding: 20px 0 40px 30px;
  }

  .covid-main.is-pt-01 .content-wrapper blockquote::before {
    left: 0;
    width: 25px;
  }

  .covid-main.is-pt-01 .section-nav-wrapper {
    padding: 0px 0 0px 0;
  }

  .covid-main.is-pt-01 .section-nav-wrapper li {
    margin-bottom: 50px;
    width: 100%;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header {
    padding-left: 60px;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header::before {
    width: 50px;
    height: 50px;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header h1 {
    font-size: 150%;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header span.text-cs {
    margin-bottom: 4px;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header .dw-share {
    margin-left: 0px;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el span {
    display: none;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el:nth-child(2) {
    margin-left: 0;
    float: right;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header .is-el .social-icons li {
    margin-right: 0px;
    margin-left: 10px;
  }

  .covid-main.is-pt-01 .all-section-wrapper .flag-header {
    margin-bottom: 35px;
  }

  .covid-main.is-pt-01 .section-header {
    padding-bottom: 40px;
    max-width: 240px;
    margin: 0 auto;
  }

  .covid-main.is-pt-01 .content-wrapper blockquote p {
    line-height: 120%;
  }

  .covid-main.is-pt-01 .steps-wrapper {
    margin: 40px 0px 50px 0px;
    padding: 45px 0px 50px 0;
  }

  .covid-main.is-pt-01 .steps-wrapper li {
    width: 50%;
    margin: 10px 0px;
  }

  .covid-main.is-pt-01 .image-container.is-caption {
    padding-right: 0;
  }

  .covid-main.is-pt-01 .image-container.is-caption figcaption {
    position: initial;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
  }

  .covid-main.is-pt-01 .image-container.is-caption figcaption span {
    padding: 20px;
    position: relative;
  }

  .covid-main.is-pt-01 .image-container.is-caption figcaption span::before {
    display: none;
  }
}

/*Special Project - 02*/
@media (max-width: 991.98px) {
  .covid-main.is-pt-02 .banner-wrapper.main-banner {
    height: 520px;
    background-repeat: no-repeat;
    background-image: url(../images/main-banner-bg-02.png);
    background-position: bottom right;
    background-size: 50%;
  }

  .covid-main.is-pt-02 .main-banner .banner-caption {
    position: relative;
    top: 50px;
    transform: translateY(-0%);
    max-width: 60%;
    width: 100%;
  }

  .covid-main.is-pt-02 .listing-wrapper ul.is-listing {
    padding: 0;
  }

  .covid-main.is-pt-02 .steps-wrapper li {
    width: 50%;
    margin: 20px 0px;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header::before {
    width: 80px;
    height: 80px;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header h1 {
    font-size: 250%;
  }

  .covid-main.is-pt-02 .content-wrapper blockquote p,
  .covid-main.is-pt-02 .listing-wrapper ul.is-listing li h4,
  .covid-main.is-pt-02 .steps-wrapper h3,
  .covid-main.is-pt-02 .all-section-wrapper .flag-header h1 {
    font-size: 180%;
  }

  .covid-main.is-pt-02 .section-nav-wrapper li {
    width: 50%;
    margin-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  .covid-main.is-pt-02 .all-section-wrapper .flag-header .section-ico img {
    max-width: 150px;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header .dw-share {
    padding: 0px 30px;
  }

  .covid-main.is-pt-02 .banner-wrapper.main-banner {
    height: 600px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 68%;
  }

  .covid-main.covid-main.is-pt-02 .main-banner .banner-caption {
    padding-right: 0;
    max-width: 100%;
  }

  .covid-main.is-pt-02 .content-wrapper blockquote {
    padding: 20px 0 40px 30px;
  }

  .covid-main.is-pt-02 .content-wrapper blockquote::before {
    left: 0;
    width: 25px;
  }

  .covid-main.is-pt-02 .section-nav-wrapper {
    padding: 0px 0 0px 0;
  }

  .covid-main.is-pt-02 .section-nav-wrapper li {
    width: 100%;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header::before {
    width: 50px;
    height: 50px;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header h1 {
    font-size: 150%;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header span.text-cs {
    margin-bottom: 4px;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header .dw-share {
    margin-left: 0px;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el span {
    display: none;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el:nth-child(2) {
    margin-left: 0;
    float: right;
  }

  .covid-main.is-pt-02 .all-section-wrapper .flag-header .is-el .social-icons li {
    margin-right: 0px;
    margin-left: 10px;
  }

  .covid-main.is-pt-02 .section-header {
    padding-bottom: 40px;
    max-width: 240px;
    margin: 0 auto;
  }

  .covid-main.is-pt-02 .content-wrapper blockquote p {
    line-height: 120%;
  }

  .covid-main.is-pt-02 .steps-wrapper {
    margin: 0px 0px 0px 0px;
    padding: 45px 0px 50px 0;
  }

  .covid-main.is-pt-02 .image-container.is-caption {
    padding-right: 0;
  }

  .covid-main.is-pt-02 .image-container.is-caption figcaption {
    position: initial;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
  }

  .covid-main.is-pt-02 .image-container.is-caption figcaption span {
    padding: 20px;
    position: relative;
  }

  .covid-main.is-pt-02 .image-container.is-caption figcaption span::before {
    display: none;
  }
}

/*Special Project - 03*/
@media (max-width: 991.98px) {
  .sub-page-nav-wrapper a.expand-page-nav {
    display: block;
    transition: 0.3s all ease-in-out;
  }

  .sub-page-nav-wrapper.is-expand a.expand-page-nav {
    display: block;
    left: 50%;
    right: inherit;
    transform: translate3d(-50%, -50%, 0) rotate(180deg);
    z-index: 9999;
    /*		margin-top: 20px;*/
  }

  .sub-page-nav-wrapper .page-nav {
    position: fixed;
    display: block;
    width: 100%;
    height: calc(100% - 60px);
    background-color: var(--color-primary);
    right: 0;
    top: 60px;
    z-index: 999;
    transform: translateX(100%);
    transition: all 0.2s ease-in-out;
    text-align: center;
  }

  .sub-page-nav-wrapper.is-expand .page-nav {
    transform: translateX(0%);
  }

  .sub-page-nav-wrapper .page-nav ul {
    display: block;
    flex-wrap: initial;
    line-height: initial;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }

  .sub-page-nav-wrapper .page-nav ul li {
    padding: 10px 0;
    margin: 0;
  }

  .sub-page-nav-wrapper .page-nav ul li a {
    display: inline-block;
    height: inherit;
    line-height: 100%;
    padding: 10px;
    font-size: 100%;
  }

  .sub-page-nav-wrapper .page-nav ul li.is-active a::before {
    display: none;
  }

  .covid-main.is-pt-03 .banner-wrapper .sticky-banner {
    display: none;
  }

  .covid-main.is-pt-03 .banner-content {
    text-align: center;
    height: 50%;
  }

  .covid-main.is-pt-03 .banner-content h2 {
    padding: 0;
  }

  .covid-main.is-pt-03 .approch-items ul {
    margin: 0px -10px;
  }

  .covid-main.is-pt-03 .approch-items ul li {
    padding: 0px 10px;
  }

  .covid-main.is-pt-03 .is-inner-full .inner-container {
    width: auto;
  }

  .covid-main.is-pt-03 .ddi-items ul li {
    width: 50%;
  }

  .covid-main.is-pt-03 .team-members ul li {
    width: 50%;
  }

  .covid-main.is-pt-03 .sec-quote {
    max-width: 80%;
  }

  .covid-main.is-pt-03 .sec-quote .slick-arrow.slick-prev {
    left: -30px;
  }

  .covid-main.is-pt-03 .sec-quote .slick-arrow.slick-next {
    right: -30px;
  }

  .covid-main.is-pt-03 .system-tab-container .data-video {
    top: -4%;
    width: 40%;
  }

  .covid-main.is-pt-03 .system-tab-container ul li a svg {
    width: 60px;
  }

  .covid-main.is-pt-03 .system-tab-container ul {
    padding-top: 80px;
  }

  .covid-main.is-pt-03 .system-tab-content,
  .system-tab-bottom-content {
    width: 90%;
    padding: 25px 30px;
  }

  .covid-main.is-pt-03 .mobile-sticky-banner {
    display: block;
  }

  /*Special Project - 03 (New PAge)*/

  .covid-main.is-pt-03.is-03-v1 .banner-wrapper .slide-content h2 {
    font-size: 145%;
    padding: 0px 50px;
  }

  .covid-main.is-pt-03.is-03-v1 .sec-quote {
    width: 100%;
  }

  .covid-main.is-pt-03 .post-items.is-dark ul li a figcaption {
    height: 200px;
  }

  .arrow-theme-1 .slick-arrow.slick-prev {
    left: -30px;
  }

  .arrow-theme-1 .slick-arrow.slick-next {
    right: -30px;
  }

  .covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-caption {
    width: 100%;
    position: relative;
    padding: 400px 0 70px 0;
    top: 0;
    transform: inherit;
    margin: 0;
  }

  .covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-arrows {
    right: 0;
  }

  .covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .insights-img {
    background-position: center top;
  }

  .covid-main.is-pt-03 .item figure {
    flex-direction: inherit;
  }

  .covid-main.is-pt-03 .item figure .fig-img {
    width: 100%;
  }

  .covid-main.is-pt-03 .item figure figcaption {
    width: 100%;
    padding: 30px 0px 0px 0px;
  }

  .covid-main.is-pt-04 .wrapper.is-insights-wrapper.is-theme-1 {
    height: auto;
  }

}

@media (max-width: 767.98px) {

  .covid-main.is-pt-03.is-03-v1 .post-items {
    margin: 0px 0 0 0;
  }

  .covid-main.is-pt-03.is-03-v1 .wrapper.section-wrapper.bg-primary {
    padding: 50px 0px 50px 0;
  }

  .covid-main.is-pt-03.is-03-v1 .section-wrapper {
    padding: 40px 0;
  }

  .covid-main.is-pt-03.is-03-v1 .banner-wrapper .slide-content h2 {
    font-size: 110%;
    padding: 0px 0px;
  }

  .banner-wrapper.is-slider .slick-arrow {
    bottom: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: 30%;
  }

  .banner-wrapper.is-slider .slick-arrow.slick-prev {
    left: 20px;
  }

  .banner-wrapper.is-slider .slick-arrow.slick-next {
    right: 20px;
  }

  .covid-main.is-pt-03.is-03-v1 .section-title {
    font-size: 180%;
  }

  .covid-main.is-pt-03.is-03-v1 h2 {
    font-size: 120%;
  }

  .covid-main.is-pt-03.is-03-v1 .post-items.is-light ul li a h4 {
    font-size: 130%;
  }


  .covid-main.is-pt-04 .is-insights-wrapper.is-theme-1 .single-insights .container .insights-caption {
    padding: 310px 0 70px 0;
  }

  .covid-main.is-pt-03 .banner-wrapper {
    background-image: url(../images/banner-dalberg-data-insights-scaled-mob.jpg);
  }

  .covid-main.is-pt-03 .banner-content .banner-scroll {
    display: block;
  }

  .page-template-business.page-template-page-dalberg-data-insights,
  .page-template-business.page-template-page-dalberg-data-insights-developer {
    padding-top: 115px;
  }

  .covid-main.is-pt-03 .banner-content h2 {
    font-size: 170%;
  }

  .covid-main.is-pt-03 .notification-content {
    padding-right: 45px;
  }

  .covid-main.is-pt-03 .close-notification {
    padding-right: 0;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -1000px;
    right: 25px;
  }

  .covid-main.is-pt-03 .close-notification svg {
    width: 20px;
    top: 0;
  }

  .sub-page-nav-wrapper .brand-container .page-branding {
    max-width: 50%;
    margin: 0;
  }

  .covid-main.is-pt-03 .notification-wrapper strong {
    display: block;
  }

  .covid-main.is-pt-03 h2 {
    font-size: 130%;
  }

  .covid-main.is-pt-03 .section-title {
    font-size: 100%;
  }

  .covid-main.is-pt-03 .system-tab-container ul li a svg {
    width: 50px;
  }

  .covid-main.is-pt-03 .system-tab-container {
    margin-right: -10px;
    margin-left: -10px;
    margin-top: 50px;
  }

  .covid-main.is-pt-03 .system-tab-container ul li a span {
    font-size: 80%;
    padding-top: 20px;
  }

  .covid-main.is-pt-03 .system-tab-content-holder {
    padding: 45px 0 10px 0;
  }

  .covid-main.is-pt-03 .system-tab-content .arrow-selected {
    width: 40px;
  }

  .covid-main.is-pt-03 .sec-quote {
    width: 90%;
    padding: 0px;
  }

  .covid-main.is-pt-03 .post-items ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .covid-main.is-pt-03 .post-items ul li:last-child {
    margin-bottom: 0px;
  }

  .covid-main.is-pt-03 .about-wrapper .about-svg {
    width: 80%;
    margin-top: 0vw;
    margin-left: -3%;
  }

  .covid-main.is-pt-03 .system-tab-content,
  .system-tab-bottom-content {
    padding: 20px;
  }

  .covid-main.is-pt-03 .gif-line,
  .covid-main.is-pt-03 .step-counter {
    display: none;
  }

  .covid-main.is-pt-03 .section-footer {
    padding-top: 50px;
  }

  .covid-main.is-pt-03 .approch-items ul li figure::before {
    display: block;
  }

  .covid-main.is-pt-03 .wrapper.bg-grey.is-mobile-bg-white {
    background-color: var(--color-white);
    padding-bottom: 0;
  }

  .covid-main.is-pt-03 .wrapper.is-mobile-devider::before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    height: 1px;
    background-color: var(--color-border);
    transform: translateX(-50%);
    content: '';
  }

  .covid-main.is-pt-03 .approch-items {
    padding-top: 20px;
  }

  .covid-main.is-pt-03 .approch-items ul {
    margin: 0;
  }

  .covid-main.is-pt-03 .approch-items ul li {
    padding: 0 0 40px 0;
    width: 100%;
    text-align: left;
    margin: 0;
    position: relative;
  }

  .covid-main.is-pt-03 .approch-items ul li::after {
    position: absolute;
    top: 0;
    left: 17px;
    width: 2px;
    height: 100%;
    content: '';
    border-left: 1px dashed var(--color-primary);
  }

  .covid-main.is-pt-03 .approch-items ul li:last-child {
    padding-bottom: 0;
  }

  .covid-main.is-pt-03 .approch-items ul li:last-child::after {
    display: none;
  }

  .covid-main.is-pt-03 .approch-items ul li figure {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    background-color: var(--color-transparent);
    padding: 0 0 0 45px;
    position: relative;
    z-index: 2;
  }

  .covid-main.is-pt-03 .approch-items ul li .fig-img {
    display: none;
  }

  .covid-main.is-pt-03 .is-inner-full .inner-container .approch-items {
    width: 84%;
    margin: 0 auto;
  }

  .covid-main.is-pt-03 .approch-items ul li figcaption {
    min-height: auto;
  }

  .covid-main.is-pt-03 .approch-items ul li figcaption h4 {
    padding: 0 0 5px 0;
  }

  .covid-main.is-pt-03 .approch-items ul li figcaption p {
    line-height: 120%;
  }

  .covid-main.is-pt-03 .is-block-content.is-devider.mob-config-diff {
    background-color: var(--color-light-grey);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }

  .covid-main.is-pt-03 .is-block-content.is-devider.mob-config-diff::before {
    display: none;
  }

  .covid-main.is-pt-03 .ddi-items ul li {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }

  .covid-main.is-pt-03 .ddi-items ul li .fig-img {
    display: none;
  }

  .covid-main.is-pt-03 .ddi-items ul li figcaption h4 {
    display: inline-block;
    padding-right: 50px;
    padding-bottom: 15px;
  }

  .covid-main.is-pt-03 .ddi-items ul li figcaption h4 span {
    display: block;
    position: absolute;
    top: -10px;
    right: 0px;
    width: 40px;
  }

  .covid-main.is-pt-03 .sec-map-locations ul li a {
    padding: 0px 5px;
    font-size: 90%;
  }
}

@media (max-width: 575px) {
  .covid-main.is-pt-03 .notification-wrapper {
    font-size: 80%;
    line-height: 135%;
  }

  .covid-main.is-pt-03 .sec-quote {
    max-width: 100%;
  }

  .covid-main.is-pt-03 .sec-quote .slick-arrow.slick-next {
    right: -40px;
    display: none;
  }

  .covid-main.is-pt-03 .sec-quote .slick-arrow.slick-prev {
    left: -40px;
    display: none;
  }

  .covid-main.is-pt-03 .sec-thumb-list::before {
    width: 100%;
  }

  .covid-main.is-pt-03 .sec-thumb-list figure {
    width: 200px;
  }

  .covid-main.is-pt-03 .sec-thumb-list figure .img-thumb {
    /* width: 120px;
    height: 120px;
   border: 3px solid var(--color-transparent);*/
  }

  .covid-main.is-pt-03 .sec-thumb-list figcaption h4 {
    /*    font-size: 100%;*/
  }

  .covid-main.is-pt-03 .sec-thumb-list figure:hover .img-thumb,
  .covid-main.is-pt-03 .sec-thumb-list figure.slick-current .img-thumb {
    /*    border: 3px solid var(--color-secondary);*/
  }

  .covid-main.is-pt-03 .sec-thumb-list figure .img-thumb img {
    /*    padding: 0;*/
  }

  .covid-main.is-pt-03 .sec-thumb-list {
    margin-right: -30px;
    margin-left: -30px;
  }

  .covid-main.is-pt-03 .sec-thumb-list figure:hover figcaption,
  .covid-main.is-pt-03 .sec-thumb-list figure.slick-current figcaption {
    /*border-bottom: 0;*/
  }

  .covid-main.is-pt-03 .sec-thumb-list .slick-list::before {
    pointer-events: none;
    width: 60px;
    height: 180px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: linear-gradient(90deg, rgba(136, 25, 70, 0) 0%, #881946 100%);
    mix-blend-mode: normal;
    transform: rotate(-180deg);
  }

  .covid-main.is-pt-03 .sec-thumb-list .slick-list::after {
    pointer-events: none;
    width: 60px;
    height: 180px;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: linear-gradient(90deg, rgba(136, 25, 70, 0) 0%, #881946 100%);
    mix-blend-mode: normal;
  }
}

/*Special Project - 04*/
@media (max-width: 991.98px) {
  .covid-main.is-pt-04 .banner-wrapper {
    height: 320px;
  }

  .sub-page-nav-wrapper .brand-container .page-branding .page-name {
    font-size: 90%;
  }

  .covid-main.is-pt-04 .banner-wrapper .banner-content h2 {
    font-size: 180%;
  }

  .covid-main.is-pt-04 .is-services .services-list li {
    width: 50%;
  }

  .covid-main.is-pt-04 .is-clients .client-list li {
    width: 33.333%;
  }

  .covid-main.is-pt-04 .post-type-3 .post-items li figcaption {
    min-height: 360px;
  }

  .covid-main.is-pt-04 .is-leadership .leadership-list li {
    width: 50%;
  }

  .sub-page-nav-wrapper .page-nav ul li span a {
    padding: 0;
  }

  .sub-page-nav-wrapper .page-nav ul li span {
    float: none;
  }

  .covid-main.is-pt-04 .wrapper.is-insights-wrapper {
    height: 700px;
  }

  .covid-main.is-pt-04 .single-insights .insights-img {
    width: 100%;
    height: 370px;
  }

  .covid-main.is-pt-04 .single-insights .container .insights-caption {
    width: 100%;
    position: relative;
    padding: 400px 0 70px 0;
    top: 0;
    transform: inherit;
    margin: 0;
  }

  .covid-main.is-pt-04 .insights-list li {
    width: 50%;
  }

  .covid-main.is-pt-04 .services-page-list li .container .service-box .is-left .service-content h3 {
    font-size: 170%;
  }

  .covid-main.is-pt-04 .services-page-list li .service-content .is-thumb-img {
    width: 65%;
  }

  .covid-main.is-pt-04 .services-page-list li .service-content .is-thumb-img {
    padding-bottom: 20px;
  }

  .covid-main.is-pt-04 .services-page-list li .container .service-box .is-left .service-content p {
    font-size: 90%;
  }
}

@media (max-width: 767.98px) {
  .page-template-business.page-template-page-jem {
    padding-top: 115px;
  }

  .covid-main.is-pt-04 .banner-wrapper {
    height: 480px;
  }

  .covid-main.is-pt-04 .banner-wrapper .banner-content h2 {
    font-size: 150%;
  }

  .covid-main.is-pt-04 .is-services .services-list li {
    width: 100%;
  }

  .covid-main.is-pt-04 .is-clients .client-list li {
    width: 33.333%;
    padding: 0px 20px;
    margin-top: 30px;
  }

  .covid-main.is-pt-04 .single-insights .insights-img {
    height: 280px;
  }

  .covid-main.is-pt-04 .single-insights .container .insights-caption {
    padding: 310px 0 70px 0;
  }

  .covid-main.is-pt-04 .single-insights .container .insights-caption h3 {
    font-size: 130%;
  }

  /*
  .covid-main.is-pt-04 .is-believe .believe-list li {
    width: 100%;
  }
*/

  .covid-main.is-pt-04 .is-believe .believe-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    text-align: left;
    padding: 0px 5%;
  }

  .covid-main.is-pt-04 .is-believe .believe-list {
    padding-right: 0;
  }



  .covid-main.is-pt-04 .is-leadership .leadership-list li {
    width: 100%;
  }

  .covid-main.is-pt-04 .is-subscribe .subscribe-form .all-fields .subscribe-field {
    width: 100%;
    margin-top: 20px;
  }

  .covid-main.is-pt-04 .event-list {
    padding-top: 10px;
  }

  .covid-main.is-pt-04 .insights-list li {
    width: 100%;
  }

  .covid-main.is-pt-04 .single-insights .container .insights-arrows {
    bottom: 25px;
    left: 20px;
  }

  .sub-page-nav-wrapper .brand-container .page-branding .page-name {
    font-size: 85%;
  }

  /**Services and projects**/
  .covid-main.is-pt-04 .services-page-list li {
    position: relative;
    height: 800px;
    background-color: var(--color-white);
  }

  .covid-main.is-pt-04 .services-page-list li .container .service-box {
    height: 100%;
    position: relative;
  }

  .covid-main.is-pt-04 .services-page-list li .container .service-box .is-left,
  .covid-main.is-pt-04 .services-page-list li .container .service-box .is-right {
    width: 100%;
    height: 400px;
    position: relative;
    top: 0;
  }

  .covid-main.is-pt-04 .services-page-list li::before,
  .covid-main.is-pt-04 .services-page-list li::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: '';
    display: block;
    z-index: 1;
    pointer-events: none;
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-left,
  .covid-main.is-pt-04 .services-page-list li:nth-child(odd)::before {
    left: 0;
    background-color: var(--color-blue);
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-right,
  .covid-main.is-pt-04 .services-page-list li:nth-child(odd)::after {
    right: 0;
    background-color: var(--color-white);
    text-align: center;
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-left,
  .covid-main.is-pt-04 .services-page-list li:nth-child(even)::before {
    right: 0;
    background-color: var(--color-blue);
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-right,
  .covid-main.is-pt-04 .services-page-list li:nth-child(even)::after {
    left: 0;
    background-color: var(--color-white);
    text-align: center;
  }

  .covid-main.is-pt-04 .services-page-list li .service-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-left {
    padding: 0px 20px;
    text-align: center;
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-left {
    padding: 0px 20px;
    text-align: center;
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(odd) .container .service-box .is-right {
    padding: 0px 20px;
    text-align: center;
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(even) .container .service-box .is-right {
    padding: 0px 20px;
    text-align: center;
  }

  .covid-main.is-pt-04 .services-page-list li:nth-child(2n+1) .container .service-box .is-left::before,
  .covid-main.is-pt-04 .services-page-list li:nth-child(2n) .container .service-box .is-left::before {
    display: none;
  }

  .covid-main.is-pt-04 .services-page-list li .container {
    padding: 0;
  }

  .covid-main.is-pt-04 .services-page-list li .container .service-box .is-left .service-content h3 {
    font-size: 150%;
  }
}

/*Special Project - 05*/
@media (max-width: 991.98px) {
  .covid-main.is-pt-05.is-gavi .internal-nav li {
    width: 100%;
  }

  body.page-template-page-supur-5 {
    padding-top: 44px;
  }

  .covid-main.is-pt-05 .banner-wrapper.main-banner {
    background-position: 70% center;
  }

  .covid-main .main-banner .banner-caption {
    max-width: 400px;
  }

  .covid-main.is-pt-05 .main-banner .banner-caption h1 {
    font-size: 200%;
  }

  .covid-main.is-pt-05 .main-banner .banner-caption p {
    padding-bottom: 20px;
  }

  .covid-main.is-pt-05 .body-wrapper .supur-content {
    margin: 0 0 60px 0;
  }

  /*	.covid-main.is-pt-05 .body-wrapper blockquote {
		font-size: 180%;
		line-height: 120%;
		padding: 35px 45px;
		margin: 60px 0px 50px -20px;
	}*/

  .covid-main.is-pt-05 .body-wrapper blockquote p {
    font-size: 150%;
  }

  .ourIdeas.is-pt-05 .body-wrapper blockquote p {
    font-size: 150%;
  }

  .ourIdeas.is-pt-05 .body-wrapper blockquote p {
    font-size: 150%;
  }

  .covid-main.is-pt-05 .author-info span {
    display: block;
  }

  .covid-main.is-pt-05 .author-info span:nth-child(2) {
    display: none;
  }

  .covid-main.is-pt-05.is-gavi .main-banner .banner-caption h1 {
    font-size: 260%;
    text-shadow: 0px 1px 5px rgb(0 0 0 / 50%);
    line-height: 100%;
  }





}

@media (max-width: 767.98px) {

  .covid-main.is-pt-05.is-gavi .internal-nav {
    margin-bottom: 30px;
  }

  .covid-main.is-pt-05.is-gavi .internal-nav a {
    font-size: 90%;
  }

  .covid-main.is-pt-05.is-gavi .section-body-2 .inner-container::before,
  .covid-main.is-pt-05.is-gavi .section-body-3 .inner-container::before {
    top: -60px;
  }

  .covid-main.is-pt-05 .body-wrapper .super-content {
    padding: 0 0 0 25px;
    margin: 0 0 30px 0;
  }

  .covid-main.is-pt-05.is-gavi .body-wrapper h3 {
    font-size: 170%;
  }

  .covid-main.is-pt-05 .author-info {
    display: none;
  }

  .covid-main.is-pt-05 .banner-wrapper.main-banner {
    /*		background-position: 80% center;*/
    background-position: 100% center;
  }

  .covid-main.is-pt-05 .main-banner .banner-caption {
    padding-right: 0;
  }

  .covid-main.is-pt-05 .main-banner .banner-caption h1 {
    font-size: 170%;
  }

  .covid-main.is-pt-05 .main-banner .banner-caption .banner-des {
    width: 95%;
  }

  .covid-main.is-pt-05 .banner-bottom-wrapper .toggle-lang a span {
    display: none;
  }



  .covid-main.is-pt-05 .banner-bottom-wrapper .is-el span {
    padding-right: 0;
    display: none;
  }

  .covid-main.is-pt-05 .body-wrapper .supur-content {
    padding: 0 0 0 20px;
  }

  .covid-main.is-pt-05 .body-wrapper h1 {
    padding: 0 0 20px 0;
    font-size: 180%;
  }

  .covid-main.is-pt-05 .body-wrapper .supur-content {
    margin: 0 0 40px 0;
  }

  .covid-main.is-pt-05 .body-wrapper h2 {
    font-size: 120%;
  }

  .ourIdeas.is-pt-05 .body-wrapper h2 {
    font-size: 120%;
  }


  .covid-main.is-pt-05 .body-wrapper blockquote::before {
    left: 0;
    width: 25px;
  }

  .ourIdeas.is-pt-05 .body-wrapper blockquote::before {
    left: 0;
    width: 25px;
    top: 6px;
  }


  .covid-main.is-pt-05 .body-wrapper blockquote {
    padding: 20px 0 40px 30px;
  }

  .ourIdeas.is-pt-05 .body-wrapper blockquote {
    padding: 20px 0 40px 30px;
  }

  .covid-main.is-pt-05 .section-author figure {
    padding: 0;
  }

  .covid-main.is-pt-05 .section-author .author-img {
    width: 110px;
  }

  .covid-main.is-pt-05 .section-author .author-img img {
    padding: 4px;
  }

  .covid-main.is-pt-05 .section-author figcaption {
    width: calc(100% - 130px);
  }

  .covid-main.is-pt-05 .section-author .social-icons {
    justify-content: left;
  }

}

/* CSS FOR INTV PREP*/
@media (max-width: 991px) {
  .covid-main .intv-banner.intv-banner-1 {
    background-position: center top;
  }

  .covid-main .intv-banner.intv-banner-single {
    background-position: center top;
  }

  .covid-main .thumb-list {
    margin: 0px -15px
  }

  .covid-main .thumb-list li {
    padding: 0px 15px;
  }

  .covid-main .thumb-list-pact li a {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .covid-main .intv-banner.intv-banner-3 {
    background-position: center top;
  }

  .covid-main .banner-nav ul {
    display: block;
    width: 100%;
  }

  .covid-main .banner-nav ul li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    float: none;
  }

  .covid-main .intv-banner .banner-caption {
    font-size: 30px;
  }

  .covid-main .thumb-list li,
  .covid-main .thumb-list-pact li {
    width: 50%;
  }

  .covid-main .row.is-30 {
    margin: 0;
    padding: 0;
  }

  .covid-main .row.is-30 .col {
    margin: 0;
    padding: 0;
    width: 100% !important;
    flex-basis: inherit;
  }

  .covid-main .content-block {
    padding: 40px 0px;
  }

  .covid-main .banner-nav ul {
    margin: 0;
  }

  .brand-content .roles {
    margin: 0;
  }

  .brand-content .roles .role-col {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .brand-content .roles .role-col:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .covid-main.is-pt-05 .section-author figure {
    justify-content: center;
  }

  .covid-main.is-pt-05 .section-author figcaption {
    padding-top: 20px !important;
    width: 100%;
    text-align: center;
  }

  .covid-main.is-pt-05 .section-author .social-icons {
    justify-content: center;
  }

  .covid-main .banner-nav ul li a {
    padding: 0;
    line-height: 100%;
  }

  .covid-main .banner-nav ul.is-single li a {
    line-height: 57px;
  }

  .covid-main .banner-nav ul {
    padding-top: 7px;
  }

  .covid-main .banner-nav ul li {
    font-size: 15px;
    padding: 3px 0px;
    display: block;
  }

  .covid-main .content-wrapper h2 {
    font-size: 28px;
    line-height: 130%;
  }

  .covid-main .content-block.is-nav {
    padding: 70px 0 0 0;
  }

  .covid-main .banner-nav ul li::before {
    display: none;
  }

  .covid-main .acc__title {
    font-size: 20px;
    padding: 20px 15px;
  }

  .covid-main .acc__panel h4 {
    font-size: 20px;
  }

  .covid-main .acc__panel {
    padding: 30px 20px;
  }

  .covid-main .section-quote-wrapper .quote-content {
    padding: 0px 0px;
    font-size: 120%;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {

  .covid-main .thumb-list li,
  .covid-main .thumb-list-pact li {
    width: 100%;
  }

  .covid-main .thumb-list-pact.is-col-2 li {
    width: 100%;
  }
}






body.page-id-16098 {
    overflow-x: unset !important;
}

body.page-id-110 {
    overflow-x: unset !important;
}

body.page-id-39002 {
    overflow-x: unset !important;
}

body.page-id-39600 {
    overflow-x: unset !important;
}

body.postid-194 {
    overflow-x: unset !important;
}

body.page-id-194 {
    overflow-x: unset !important;
}

body.page-id-326 {
    overflow-x: unset !important;
}

.scrollIndicator {
    display: inline-block;
    animation: scrollHint 6s linear infinite;
    animation-delay: 3s;
    will-change: transform, opacity;
}

@keyframes scrollHint {
    0% {
        opacity: 0;
        transform: translateY(-16px);
    }

    15% {
        opacity: 1;
        transform: translateY(0);
    }

    35% {
        transform: translateY(14px);
    }

    55% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(12px);
        opacity: 1;
    }

    90% {
        transform: translateY(4px);
        opacity: 0.6;
    }

    100% {
        opacity: 0;
        transform: translateY(16px);
    }
}


/* When container has a lazyblock inside */
.container:has([class*="lazyblock-"]) {
    max-width: 100%;
    width: 100% !important;
    padding: 0;
}

.container:has([class*="lazyblock-"]) .row {
    margin-left: 0;
    margin-right: 0;
}

.container:has([class*="lazyblock-"]) .row .col.title {
    display: none;
}

.container:has([class*="lazyblock-"]) .col {
    padding: 0;
}

/* Lazy block typography */
.container:has([class*="lazyblock-"]) [class*="lazyblock-"] {
    font-family: var(--font-plus) !important;
}

section:has([class*="lazyblock-"]) {
    padding: 0;
    font-family: var(--font-plus) !important;
    background: #F3F5F9;
}

.ourIdeas {
    /* Styles for the main container */
    font-size: 18px;
    font-family: var(--font-plus) !important;
}

@media (max-width: 1200px) {
    .ourIdeas {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .ourIdeas {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .ourIdeas {
        font-size: 15px;
    }
}

.ourIdeas .wrapper {
    /* Styles for wrapper elements */
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

@media (max-width: 991.98px) {
    .ourIdeas .wrapper {
        flex-direction: column-reverse;
    }
}

.ourIdeas .banner-wrapper {
    /* Styles for banner wrappers */
}

.ourIdeas .main-banner {
    /* Styles for main banner */
}

.ourIdeas .desktop-banner-wrapper {
    /* Styles for desktop banner wrapper */
    /*padding-bottom: 4rem;*/
}

.ourIdeas.is-pt-05 .banner-wrapper .left-container {
    /* Styles for left container */
    width: 50%;
    padding: 1.6rem 3.2rem 1.6rem 8vw;
    background-color: #f8eace;
    display: flex;
    flex-direction: column;
    justify-content: center;

    @media (max-width: 991px) {
        width: 100%;
        padding: 3.2rem 3.2rem 3.2rem 8vw;
    }
}

/* @media (max-width: 768px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 1.6rem 3.2rem 1.6rem 8vw;
    }
} */

@media (max-width: 768px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 2rem 8vw;
    }
}

@media (max-width: 576px) {
    .ourIdeas.is-pt-05 .banner-wrapper .left-container {
        padding: 1.5rem 4vw;
    }
}

.ourIdeas .banner-caption {
    /* Styles for banner caption */
}

.ourIdeas .infoBox {
    /* Styles for info box */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 0.5rem;
}

.ourIdeas .publishDate {
    /* Styles for publish date */
}

.ourIdeas .ideaCategory {
    /* Styles for idea category */
}

.ourIdeas h1 {
    /* Styles for post type */
    font-family: var(--font-funnel) !important;
    font-size: 220%;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin-bottom: 1.5rem;

    @media (max-width: 991px) {
        font-size: 180%;
    }
}

.ourIdeas .left-container .banner-caption .postType {
    /* Styles for post type */
    font-size: 75%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: left;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.ourIdeas .left-container .banner-caption .postType a {
    color: #5e6062;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #fff;
    width: fit-content;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: 0 0 5.3px 0 #ccc;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
}

.ourIdeas .left-container .banner-caption p {
    /* Styles for author names */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 1rem;
    font-family: var(--font-plus) !important;
    ;
    text-transform: capitalize !important;
}

.ourIdeas .left-container .banner-caption p a {
    color: #414244;
    text-decoration: underline !important;
    transition: all 0.3s ease;
    text-transform: capitalize !important;
}

.ourIdeas .left-container .banner-caption p a:hover {
    text-decoration: none !important;
}

.ourIdeas .socialWrapper {
    /* Styles for social wrapper */
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ourIdeas .shareText {
    /* Styles for share text */
}

.ourIdeas .socialIcon a svg {
    /* Styles for social icons */
    height: 20px;
    width: 20px;
    display: block;
}

.ourIdeas .right-container {
    /* Styles for right container */
    width: 50%;

    @media (max-width: 991px) {
        width: 100%;
    }
}

.ourIdeas .banner-image {
    /* Styles for banner image */
    height: 100%;
}

.ourIdeas .banner-image img {
    /* Styles for banner image img element */
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.ourIdeas .inner-body-content {
    /* Styles for banner image img element */
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    padding-top: 4rem;

}

.ourIdeas .inner-body-content p {
    /* Styles for banner image img element */
    margin-top: 0;
    margin-bottom: 1rem;

}

.ourIdeas .inner-body-content > :is(p, h1, h2, h3, h4, h5, h6, ul, ol) {
    /* styles */
           padding: 0 16vw !important;
       
           @media (max-width: 768px) {
        padding: 0 8vw !important;
    }
    
        @media (max-width: 575px) {
        padding: 0 4vw !important;
    }
}

.ourIdeas .inner-body-content h2 {
    /* Styles for banner image img element */
    font-family: var(--font-plus) !important;
    font-size: 200%;
    margin: 0;
    /* max-width: 100%; */
}

/*////////////////////////////////////////////////////////////////////////*/
.ourIdeas .ourServices {
    padding: 4rem 8vw;
    background: #f2f3f9;
    font-family: var(--font-plus) !important;
    font-size: 18px;
    /* margin: 2rem 0; */

    @media (max-width: 768px) {
        padding: 3.2rem 6vw;
    }

    @media (max-width: 480px) {
        padding: 2rem 4vw;
    }
}

.ourIdeas .aboutPractice {
    padding: 4rem 8vw;
    /* background: #f2f3f9; */
    font-family: var(--font-plus) !important;
    font-size: 18px;
    margin: 2rem 0;

    @media (max-width: 768px) {
        padding: 3.2rem 6vw;
    }

    @media (max-width: 480px) {
        padding: 2rem 4vw;
    }
}

.ourIdeas {

    .practiceBanner {
        position: relative;
        padding: 6rem 8vw;
        background: #fff;


        font-family: var(--font-plus) !important;
        font-size: 18px;

        @media (max-width: 1200px) {
            font-size: 17px;
        }

        @media (max-width: 768px) {
            font-size: 16px;
            padding: 4rem 8vw 8rem 8vw;
        }

        @media (max-width: 575.98px) {
            padding: 4rem 4vw 8rem 4vw;
        }

        @media (max-width: 480px) {
            font-size: 15px;
        }


        .practiceNav {
            position: absolute;
            top: 15%;
            left: 45%;
            transform: translate(-50%, -50%);
            display: flex;
            gap: 1rem;
            z-index: 5;
            display: none;

            @media (max-width: 767px) {
                top: unset;
                bottom: 2rem;
                left: 50%;
            }

            button {
                background: none;
                border: none;
                padding: 0;
                cursor: pointer;
            }
        }


        .practiceSlider {
            position: relative;

            .practiceSlide {
                outline: none;

                .practiceInner {
                    display: grid;
                    grid-template-columns: 1fr 1.1fr;
                    gap: 5rem;
                    align-items: flex-start;

                    @media (max-width: 991px) {
                        grid-template-columns: 1fr;
                        display: flex;
                        flex-direction: column-reverse;
                        gap: 2rem;
                    }


                    .practiceContent {

                        img {
                            max-height: 70px;
                            height: 100%;
                            width: auto;
                            margin-bottom: 1rem;


                            @media (max-width: 768px) {
                                max-height: 50px;
                            }

                            @media (max-width: 575px) {
                                max-height: 40px;
                            }
                        }

                        .eyebrow {
                            display: block;
                            font-size: 0.9em;
                            color: #2b2b2b;
                            margin-bottom: 2rem;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #414244;
                        }

                        h1 {
                            font-family: var(--font-funnel) !important;
                            font-size: clamp(200%, 4.5vw, 385%);
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.1;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            margin-bottom: 1.6rem;
                        }

                        .intro {
                            max-width: 100%;
                            margin-bottom: 2.4rem;
                            line-height: 1.6;
                            font-family: var(--font-funnel) !important;
                            font-size: 120%;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.3;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            padding: 0;
                            margin: 0;
                            margin-bottom: 2.4rem;

                            @media (max-width: 1400px) {
                                font-size: 100%;
                                line-height: 1.45;
                            }
                        }


                        .socialWrapper {
                            display: flex;
                            align-items: center;
                            gap: 1rem;


                            .shareText {
                                font-size: 90%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.6;
                                letter-spacing: 0.32px;
                                text-align: left;
                                color: #881946;
                            }

                            .socialIcon {
                                a {
                                    display: inline-flex;
                                    align-items: center;
                                    justify-content: center;

                                    svg {
                                        width: 20px;
                                        height: 20px;
                                        display: block;
                                    }
                                }

                                &.bluesky svg {
                                    width: 23px;
                                    height: 20px;
                                }

                                &.email svg {
                                    width: 24px;
                                    height: 17px;
                                }
                            }
                        }
                    }


                    .practiceImage {
                        height: 100%;

                        img {
                            width: 100%;
                            height: auto;
                            border-radius: 20px;
                            object-fit: cover;
                        }
                    }
                }
            }
        }
    }
}



/*////////////////////////////////////////////////////////////////////////*/
/* Authors Section */
.ourIdeas .authors-container {
    /* Styles for authors container */
    padding: 4rem 16vw;

    @media (max-width: 768px) {
        padding: 4rem 8vw;
    }

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }
}

.ourIdeas .authorsHeading {
    /* Styles for authors heading */
    font-size: 80%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: center;
    color: #881946;
}

.ourIdeas .section-author {
    /* Styles for author section container */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
    padding: 2rem 0 2rem 0;
}

@media (max-width: 991px) {
    .ourIdeas .section-author {
        grid-template-columns: repeat(1, 1fr);

    }
}

@media (max-width: 576px) {
    .ourIdeas .section-author {
        padding: 2rem 0 2rem 0;
    }
}

.ourIdeas .section-author figure {
    /* Styles for author figure */
    padding: 24px;
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: flex;
    gap: 1.2rem;
}

@media (max-width: 576px) {
    .ourIdeas .section-author figure {
        padding: 12px;
    }
}

.ourIdeas .author-img {
    /* Styles for author image container */
}

.ourIdeas .author-img a {
    /* Styles for author image link */
    text-decoration: none;
}

.ourIdeas .author-img img {
    /* Styles for author image */
    min-width: 107px;
    width: 107px;
    /* height: 100%; */
    object-fit: cover;
    display: block;
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}

.ourIdeas figcaption {
    /* Styles for figure caption */
}

.ourIdeas figcaption h3 {
    /* Styles for author name heading */
    font-size: 18px !important;
    font-family: var(--font-plus) !important;
    ;
    text-transform: capitalize;
    padding-bottom: 0;
    font: unset;
}

.ourIdeas figcaption h3 a {
    /* Styles for author name link */
    font-size: 90% !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 0.32px !important;
    text-align: left;
    color: #881946 !important;
    text-transform: capitalize !important; 
}

.ourIdeas figcaption h4 {
    /* Styles for author designation */
    font-size: 90% !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 0.32px !important;
    text-align: left;
    color: #414244 !important;
    font: unset;
    font-family: var(--font-plus) !important;
}

.ourIdeas .social-icons {
    /* Styles for social icons container */
    display: flex;
    gap: 0.5rem;
}

.ourIdeas .social-icons li a svg {
    /* Styles for social icon list items */
    height: 24px;
    width: 24px;
    display: block;
}

.ourIdeas .is-linkedin {
    /* Styles for LinkedIn icon */
}

.ourIdeas .is-linkedin a {
    /* Styles for LinkedIn link */
}

.ourIdeas .is-email {
    /* Styles for Email icon */
}

.ourIdeas .is-email a {
    /* Styles for Email link */
}

.ourIdeas .inner-body-content {
    /* Styles for author bottom content */
}

/* Related Articles Section */
.ourIdeas .relatedArticles {
    width: 100%;
    padding: 4rem 16vw;
    margin: 0 auto;

    @media (max-width: 1199.98px) {
        /* max-width: 980px; */
    }

    @media (max-width: 991.98px) {
        /* max-width: 720px; */

    }

    @media (max-width: 768px) {
        /* max-width: 540px; */
        padding: 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }
}

.ourIdeas .relatedHeading {
    font-size: 80% !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: 1.12px !important;
    text-align: center;
    color: #881946;
    text-transform: uppercase;
    font: unset;
    padding-bottom: 0;
    max-width: 100%;
}

.ourIdeas .blocksContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    padding: 1rem 0 2rem 0;
}

@media (max-width: 991px) {
    .ourIdeas .blocksContainer {
        grid-template-columns: repeat(2, 1fr);

    }
}

@media (max-width: 576px) {
    .ourIdeas .blocksContainer {
        grid-template-columns: repeat(1, 1fr);
        padding: 1rem 0 2rem 0;
    }
}

.ourIdeas .relatedArticle {
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    overflow: hidden;
}

.ourIdeas .relatedArticle:hover img {
    transform: scale(1.05);
}

.ourIdeas .relatedArticle:hover .relatedContent {
    background-color: #f5d59a;
}

.ourIdeas .relatedArticle:hover img {
    transform: scale(1.05);
}

.ourIdeas .relatedArticle .readBtn {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    padding: 0;
    margin: 0;
    margin-top: auto;

    @media (max-width: 1000px) {
        font-size: 80%;
    }
}

.ourIdeas .relatedArticle .readBtn svg {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-left: 0.5rem;
    transition: all 0.3s ease-in-out;

    @media (max-width: 1000px) {
        width: 14px;
    }
}

.ourIdeas .relatedArticle:hover .readBtn svg {
    transform: translateX(4px);
}

.ourIdeas .relatedArticle:hover .categoryTags p {
    background-color: #881946;
    color: #fff;
    border: solid 0.5px #881946;
}

.ourIdeas .relatedImage {
    overflow: hidden;
}

.ourIdeas .relatedImage img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease-in-out;
}

.ourIdeas .relatedContent {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    min-height: 15rem;
}

.ourIdeas .categoryTags {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.ourIdeas .categoryTags p {
    padding: 4px 8px;
    border-radius: 5px;
    border: solid 0.5px #c1c4c7;
    background-color: #F3F5F9;
    font-size: 60%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
    transition: all 0.3s ease;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.ourIdeas .categoryTags .category {}

.ourIdeas .categoryTags .region {}

.ourIdeas .relatedContent .title {
    font-family: var(--font-funnel) !important;
    font-size: 95% !important;
    font-weight: 300 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.29 !important;
    letter-spacing: normal !important;
    text-align: left;
    color: #881946;
    font: unset;
    padding-bottom: 0.5rem;
    margin: unset;
}


.ourIdeas .readMore {
    padding: 7px 14px;
    border-radius: 5px;
    background-color: #881946;
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #fff;
    text-decoration: none;
    width: fit-content;

    &:hover {
        background-color: #4f0121;
        color: #fff;
    }
}

/* Home Page Styles */





.heroBanner {
    position: relative;
    background-color: #881946;

    .bannerContainer {
        display: flex;
        position: relative;
        overflow: hidden;

        video {
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }

        img {
            max-width: 100%;
            object-fit: cover;
            max-height: 95vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }



        .contentBox {
            position: absolute;
            left: 0;
            bottom: 0;
            transform: translate(0, -30%);
            padding: 0 8vw;
            z-index: 10;
            width: 70%;

            @media (max-width: 1600px) {
                width: 80%;
            }

            /* @media (max-width: 991px) {
                            top: 50%;
                        } */

            @media (max-width: 650px) {
                width: 100%;
            }

            @media (max-width: 575px) {
                padding: 0 4vw;
            }

            .subtitle {
                font-size: 110%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.4px;
                text-align: left;
                color: #fff;
                max-width: 100%;
                padding-bottom: 1rem;
                width: 70%;

                @media (max-width: 991.98px) {
                    width: 80%;
                }

                @media (max-width: 650px) {
                    width: 100%;
                }

                @media (max-width: 450px) {
                    padding-bottom: 1rem;
                    font-size: 100%;
                }
            }


            h1 {
                font-family: var(--font-funnel) !important;
                font-size: clamp(200%, 4.5vw, 390%);
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                padding-bottom: 1.5rem;
                width: 100%;

                strong {
                    font-weight: 600 !important;
                }

                @media (max-width: 767px) {
                    width: 100%;
                }

                @media (max-width: 450px) {
                    font-size: clamp(160%, 4.5vw, 390%);
                }
            }
        }


        a {
            padding: 7px 14px;
            border-radius: 5px;
            background-color: #ffab15;
            font-size: 90%;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;
            transition: all 0.3 ease-in-out;

            &:hover {
                background-color: #4f0121;
                color: #fff;

            }
        }
    }

    .bannerContainer::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(45deg,
                rgba(0, 0, 0, 0.75) 0%,
                rgba(0, 0, 0, 0.55) 30%,
                rgba(0, 0, 0, 0.25) 50%,
                rgba(0, 0, 0, 0) 65%);
        pointer-events: none;
    }
}





.homeAnc {

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }


    .ancontainer {
        padding: 4rem 8vw;
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        background-color: #6a1236;
        overflow-x: scroll;
        scrollbar-width: thin;
        /* Firefox */
        scrollbar-color: #ffab15 #6a1236;
        /* thumb color | track color */

        @media (max-width: 1000px) {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            column-gap: 1rem;
            row-gap: 4rem;
        }



        @media (max-width: 768px) {
            display: block;
        }


        @media (max-width: 575.98px) {
            padding: 2rem 4vw;
        }

        .block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 1rem;
            margin: 0 10px;
            min-width: 18rem;
            flex: 1;

            .blockHead {
                font-family: var(--font-funnel) !important;
                font-size: 130%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.21;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                padding-bottom: 0;
                margin: 0;
            }

            .blockPara {
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #fff;
                padding-bottom: 0;
            }

            .readBtn {
                margin: 0;
                margin-top: auto;
                padding-bottom: 0;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #f5d59a;
                transition: all 0.3s ease-in-out;

                .icon-arrow-right {
                    svg {
                        width: 16px;
                        height: auto;
                        display: inline-block;
                        margin-left: 0.2rem;
                        transition: all 0.3s ease-in-out;

                        @media (max-width: 1000px) {
                            width: 14px;
                        }


                        path {}
                    }
                }

                &:hover {
                    .icon-arrow-right {
                        svg path {}
                    }
                }
            }
        }

        .block:hover {

            .blockHead {
                color: #ffab15;
                transition: all 0.3s ease-in-out;
            }

            .blockPara {
                color: #ffab15;
                transition: all 0.3s ease-in-out;
            }

            .readBtn {
                color: #ffab15;
                transition: all 0.3s ease-in-out;

                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                    path {
                        fill: #ffab15;
                        transition: all 0.3s ease-in-out;
                    }
                }
            }
        }
    }

    .ancontainer::-webkit-scrollbar {
        height: 8px;
        /* scrollbar thickness (horizontal) */
    }

    .ancontainer::-webkit-scrollbar-track {
        background: #3b0b20;
        /* scrollbar track color */
        border-radius: 10px;
    }

    .ancontainer::-webkit-scrollbar-thumb {
        background: #F5D59A;
        /* scrollbar thumb color */
        border-radius: 10px;
    }

    .ancontainer::-webkit-scrollbar-thumb:hover {
        background: #ffdfae;
        /* lighter on hover */
    }
}

.homeMission {
    font-family: var(--font-plus) !important;
    padding: 8rem 8vw;
    background-color: #F3F5F9;

    @media (max-width: 1200px) {
        padding: 6rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }


    .missionContainer {
        .headerSectionWrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            width: 100%;
            margin-bottom: 10rem;

            @media (max-width: 767px) {
                margin-bottom: 8rem;
            }

            .headerSection {
                display: flex;
                align-items: center;
                gap: 3rem;

                @media (max-width: 767px) {
                    flex-direction: column;
                    gap: 2rem;
                }

                video {
                    height: 200px;
                    width: 200px;
                    margin: 0;

                    @media (max-width: 1000px) {
                        height: 160px;
                        width: 160px;
                    }
                }

                .missionTitle {
                    font-family: var(--font-funnel) !important;
                    font-size: 195%;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding-bottom: 0;
                    margin: 0;

                    @media (max-width: 1000px) {
                        font-size: 160%;
                    }

                    @media (max-width: 767px) {
                        text-align: center;
                    }
                }
            }

            .learnBtn {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }

        .missionListings {
            /* padding: 2rem 0; */
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

            .block {
                display: flex;
                transition: all 0.3s ease-in-out;

                @media (max-width: 767px) {
                    flex-direction: column !important;
                }


                &:nth-child(odd) {
                    flex-direction: row;
                }


                &:nth-child(even) {
                    flex-direction: row-reverse;
                }

                .missionImage {
                    flex: 50%;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .missionText {
                    flex: 50%;
                    display: flex;
                    flex-direction: column;
                    padding: 3%;
                    transition: all 0.3s ease-in-out;
                    background-color: #fff;

                    @media (max-width: 767px) {
                        padding: 5%;
                    }

                    .categoryBox {
                        display: flex;
                        align-items: center;
                        gap: 0.5rem;
                        margin-bottom: 0.8rem;
                        flex-wrap: wrap;

                        @media (max-width: 1000px) {
                            gap: 0.5rem;
                        }

                        .postCategory {
                            font-size: 65%;
                            text-transform: uppercase;
                            padding: 0;
                            margin: 0;
                            padding: 5px 10px;
                            border-radius: 5px;
                            border: solid 0.5px #c1c4c7;
                            background-color: #F3F5F9;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.96px;
                            text-align: center;
                            color: #5e6062;
                            transition: all 0.3s ease-in-out;

                            @media (max-width: 1000px) {
                                font-size: 60%;
                            }
                        }
                    }

                    h1 {
                        font-family: var(--font-funnel) !important;
                        font-size: 195%;
                        font-weight: 300;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.29;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 1rem;

                        @media (max-width: 1000px) {
                            font-size: 120%;
                        }

                    }

                    .readBtn {
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-top: auto;

                        @media (max-width: 1000px) {
                            font-size: 80%;
                        }



                        .icon-arrow-right {
                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.5rem;
                                transition: all 0.3s ease-in-out;

                                @media (max-width: 1000px) {
                                    width: 14px;
                                }

                                path {}
                            }
                        }

                        &:hover {
                            .icon-arrow-right {
                                svg path {}
                            }
                        }
                    }
                }


            }

            .block:hover {
                .missionText {
                    background-color: #f8eace;
                    transition: all 0.3s ease-in-out;

                    .postCategory {
                        border: solid 0.5px #881946;
                        background-color: #881946;
                        color: #fff;
                        transition: all 0.3s ease-in-out;
                    }
                }



                .icon-arrow-right {
                    svg {
                        transform: translateX(4px);
                        transition: all 0.3s ease-in-out;

                    }

                }
            }
        }

        .viewAllBox {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                text-decoration: none;
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                margin: auto 0;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }
    }
}

.homeRedirect {
    background-color: #F0F3F8;
    padding: 4rem 8vw 8rem 8vw;

    @media (max-width: 575.98px) {
        padding: 2rem 4vw 4rem 4vw;
    }

    .mainConatiner {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;

        h3 {
            font-family: var(--font-funnel) !important;
            font-size: 195%;
            font-weight: 300;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.25;
            letter-spacing: normal;
            text-align: center;
            color: #881946;

            @media (max-width: 1000px) {
                font-size: 160%;
            }
        }


        a {
            padding: 7px 14px;
            border-radius: 5px;
            background-color: #881946;
            font-family: var(--font-plus) !important;
            font-size: 90%;
            font-weight: 500;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: center;
            color: #fff;
            margin: auto 0;

            &:hover {
                background-color: #4f0121;
                color: #fff;
            }
        }
    }
}



.homeAnc .ancontainer {
    display: flex;
    /* flex-direction: column; */


    .slick-dots {
        position: unset;
        padding-top: 1rem;
        margin: 0 auto;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 50%;
        padding: 0;
        cursor: pointer;
        background: #fff;
    }

    .slick-dots li.slick-active {
        background: #ffab15;
    }
}





/* Our Ideas Listing Page */




.ideasListingBanner {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    background-image: linear-gradient(to bottom, rgba(248, 234, 206, 0), #f5d59a);
    /* padding-bottom: 4rem; */
    padding: 2rem 8vw 4rem 8vw;
}

@media (max-width: 1200px) {
    .ideasListingBanner {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .ideasListingBanner {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .ideasListingBanner {
        padding: 1rem 4vw 4rem;
    }
}

@media (max-width: 480px) {
    .ideasListingBanner {
        font-size: 15px;
    }
}

/* Header */
.ideasListingBanner .ideasHeader {
    display: flex;
    margin: 0 0 2.4rem 0;
    gap: 2rem;
    align-items: center;
    /* justify-content: space-between; */
}

@media only screen and (max-width: 991.98px) {
    .ideasListingBanner .ideasHeader {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

.ideasListingBanner .ideasHeader h2 {
    margin: 0;
    font-family: var(--font-funnel) !important;
    font-size: 385%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    padding-bottom: 0;

    @media (max-width: 768px) {
        font-size: clamp(200%, 4.5vw, 385%);
    }
}

.ideasListingBanner .ideasHeader p {
    font-family: var(--font-funnel) !important;
    font-size: 120%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin: 0;
    padding-bottom: 0;
    max-width: 41%;
    margin-top: 0.5rem;
}

@media only screen and (max-width: 991.98px) {

    .ideasListingBanner .ideasHeader p {
        font-family: var(--font-funnel) !important;
        font-size: 120%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: left;
        color: #881946;
        margin: 0;
        padding-bottom: 0;
        max-width: 100%;
    }
}

/* Content */
.ideasListingBanner .ideasContent {}

/* Left Slider */
.ideasListingBanner .ideasSliderWrapper {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    padding-right: 2rem;
}

@media only screen and (max-width: 991.98px) {
    .ideasListingBanner .ideasSliderWrapper {
        padding-right: 15px;
        border-right: none;
    }
}

/* Slider Pagination */
.ideasListingBanner .sliderHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
    margin-bottom: 2rem;
}

.ideasListingBanner .sliderHeading h6 {
    padding-bottom: 0;
    margin: 0;
    font-size: 90%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    font-family: var(--font-plus);
}


.ideasListingBanner .sliderHeading .sliderPagination {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 6px;
}

.ideasListingBanner .sliderHeading .sliderPagination .prevBtn {
    margin-right: 4px;
}

.ideasListingBanner .sliderHeading .sliderPagination .nextBtn {
    margin-left: 4px;
}

.ideasListingBanner .sliderHeading .sliderPagination button {
    outline: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg {
    width: 1.7rem;
    height: auto;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg rect {
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg path {
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg:hover rect {
    fill: #881946;
}

.ideasListingBanner .sliderHeading .sliderPagination button svg:hover path {
    stroke: #F5D59A;
}

.ideasListingBanner .sliderHeading .sliderPagination .currentSlide {
    width: 10px;
}

.ideasListingBanner .sliderHeading .sliderPagination .currentSlide,
.ideasListingBanner .sliderHeading .sliderPagination .totalSlides,
.ideasListingBanner .sliderHeading .sliderPagination .divider {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
}

/* Slider Items */

.ideasListingBanner .ideaItem:hover .ideaImage img {
    transform: scale(1.05);
}

.ideasListingBanner .ideaItem:hover .ideaImage .greyTagsWrapper .greyTag {
    border: solid 0.5px #881946;
    background-color: #881946;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaItem:hover .icon-arrow-right svg {
    transform: translateX(4px);
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaImage {
    position: relative;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 15px;
}

.ideasListingBanner .ideaImage img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;

    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaImage .greyTagsWrapper {
    position: absolute;
    right: 1rem;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.greyTagsWrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.greyTag {
    font-size: 65%;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding: 5px 10px;
    border-radius: 5px;
    border: solid 0.5px #c1c4c7;
    background-color: #F3F5F9;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.96px;
    text-align: center;
    color: #881946;
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .ideaTags {}

.ideasListingBanner .ideaTags .tag {}

.ideasListingBanner .ideaInfo {}

.ideasListingBanner .ideaInfo .ideaMeta {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #28292a;
    margin-bottom: 8px;
}

.ideasListingBanner .ideaInfo .ideaTitle {
    font-family: var(--font-funnel) !important;
    font-size: 130%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #881946;
    padding: 0.5rem 0 1rem 0;
    margin: 0;
}

.ideasListingBanner .readMore {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    margin: 0;
    padding-bottom: 0;
    display: flex;
}

.ideasListingBanner .readMore .icon-arrow-right {
    svg {
        width: 16px;
        height: auto;
        display: inline-block;
        margin-left: 0.5rem;
        transition: all 0.3s ease-in-out;

        @media (max-width: 1000px) {
            width: 14px;
        }
    }

}


/* Right Tabs */
.ideasListingBanner .ideasTabsWrapper {
    padding-left: 2rem;
    position: relative;
    /* needed for the pseudo-element */
}

@media only screen and (max-width: 991.98px) {
    .ideasListingBanner .ideasTabsWrapper {
        padding-left: 15px;
        margin-top: 3.6rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .ideasListingBanner .ideasTabsWrapper {
        padding-left: 15px;
        margin-top: 3rem;
    }
}

/* Fade-out overlay */
.ideasListingBanner .ideasTabsWrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    /* adjust fade height */
    pointer-events: none;
    /* let clicks pass through */
    background: linear-gradient(to bottom, rgba(248, 234, 206, 0), #f5d59a);
}

.ideasListingBanner .tabsHeader {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
    margin-bottom: 1.85rem;
}

.ideasListingBanner .tabBtn {
    font-size: 90%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    font-family: var(--font-plus) !important;
}

.ideasListingBanner .tabBtn.active {
    /* color: #881946;
                border-bottom: 2px solid #881946;
                padding-bottom: 5px; */
}

.ideasListingBanner .tabsContent {
    max-height: 58vh;
    overflow-y: scroll;

}

.ideasListingBanner .tabsContent::-webkit-scrollbar {
    width: 8px;
    /* scrollbar width */
}

.ideasListingBanner .tabsContent::-webkit-scrollbar-track {
    background-image: linear-gradient(rgba(248, 234, 206, 0), rgb(245, 213, 154));
    /* track color */
}

.ideasListingBanner .tabsContent::-webkit-scrollbar-thumb {
    background-color: #881946;
    /* thumb color */
    border-radius: 10px;
}

.ideasListingBanner .tabsContent::-webkit-scrollbar-thumb:hover {
    background-color: #5e0e2f;
}

.ideasListingBanner .tabContent {
    display: none;
}

.ideasListingBanner .tabContent {
    display: none;
}

.ideasListingBanner .tabContent.active {
    display: block;
}

.ideasListingBanner .tabsContent .ideasList {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ideasListingBanner .ideasListItem {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    /* margin-bottom: 2rem; */
}

.ideasListingBanner .ideasListItem:hover .listImage img {
    transform: scale(1.05);
}

.ideasListingBanner .ideasListItem:hover .listInfo h4 {
    color: #881946;
}

.ideasListingBanner .listImage {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
}

.ideasListingBanner .listImage img {
    border-radius: 8px;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    /* width: 25rem; */
    transition: all 0.3s ease-in-out;
}

.ideasListingBanner .listInfo {
    flex: 1.5;
}

.ideasListingBanner .listType {
    font-size: 70%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.24px;
    text-align: left;
    color: #881946;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.ideasListingBanner .listInfo h4 {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    font-family: var(--font-plus);
    transition: all 0.3s ease-in-out;
}











/* ideas Listing Page Ends */
.ideasListingWrapper {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 4rem 0;
    background-color: #F2F3F9;
    padding: 4rem 8vw;
}

/* Responsive */
@media (max-width: 768px) {
    .ideasListingWrapper {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .ideasListingWrapper {
        padding: 4rem 4vw;
    }
}

@media (max-width: 480px) {
    .ideasListingWrapper {
        font-size: 15px;
    }
}

/* Filters */
.ideasListingWrapper .ideasFilters {}

.ideasListingWrapper .ideasFilters .searchBox {
    width: 100%;
}

.ideasListingWrapper .ideasFilters .searchBox input {
    width: 100%;
    padding: 0.8rem 4px;
    font-size: 110%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    border: none;
    background-color: #F2F3F9;
    border-bottom: 1px solid #881946;
    font-family: var(--font-plus);
}

.ideasListingWrapper .ideasFilters .searchBox input::placeholder {
    font-size: 110%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #999b9f;
}

.ideasListingWrapper .ideasFilters .searchBox .searchBtn {}

/* .ideasListingWrapper .ideasFilters .filterGroups {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin: 2rem 0 3.2rem 0;
}

.ideasListingWrapper .ideasFilters .filterGroup {
    flex: 0 0 calc(50% - 1rem);
} */

/* .ideasListingWrapper .ideasFilters .filterGroups {
    column-count: 2;
    column-gap: 2rem;
    margin: 2rem 0 3.2rem 0;
}

@media only screen and (max-width: 768px) {
    .ideasListingWrapper .ideasFilters .filterGroups {
        column-count: 1;
        column-gap: 2rem;
        margin: 2rem 0 2rem 0;
    }

} */


.ideasListingWrapper .ideasFilters .filterGroups {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    margin: 2rem 0 3.2rem 0;
}

@media only screen and (max-width: 768px) {
    .ideasListingWrapper .ideasFilters .filterGroups {
        grid-template-columns: 1fr;
        gap: 0;
        margin: 2rem 0 2rem 0;
    }
}

/* 
.inner-body-content p,
.inner-body-content h1,
.inner-body-content h2,
.inner-body-content h3,
.inner-body-content h4,
.inner-body-content h5,
.inner-body-content h6,
.inner-body-content ul,
.inner-body-content ol,
.inner-body-content blockquote {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
} */

.wrapper.bg-white .content-box-theme-1 {
    width: 100vw;
    padding: 3.2rem 0;
}

.wrapper.bg-white .content-box-theme-1 li {
    width: 100vw;
}

.inner-body-content>*:not([class*="wp-block-lazyblock"]) {
    width: 100%;
    /* padding: 0 8vw; */
    margin: 0 auto;
    max-width: 100%;
}

/* @media (max-width: 1199.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 8vw;
    }
}

@media (max-width: 991.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 8vw;
    }
}

@media (max-width: 767.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 8vw;
    }
}

@media (max-width: 575.98px) {
    .inner-body-content>*:not([class*="wp-block-lazyblock"]) {
        padding: 0 4vw;
    }
} */

.inner-body-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ideasListingWrapper .ideasFilters .filterGroup {
    height: fit-content;
}

.ideasListingWrapper .filterGroup:nth-child(odd) {
    grid-column: 1;
}

.ideasListingWrapper .filterGroup:nth-child(even) {
    grid-column: 2;
}

.ideasListingWrapper .ideasFilters .filterGroup {
    break-inside: avoid;
    margin-bottom: 2rem;
    width: 100%;
    border-bottom: 1px solid #881946;
    padding-bottom: 1rem;
}

.ideasListingWrapper .ideasFilters .filterGroup {}

.ideasListingWrapper .ideasFilters .filterGroup .filterTitle {
    margin: 0;
    padding-bottom: 0.6rem;
    font-size: 120%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    width: fit-content;
    font-family: var(--font-plus);
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTitle .arrow {
    /* width: 10px;
    height: 10px; */
    /* border-right: 2px solid #881946;
    border-bottom: 2px solid #881946;
    transform: rotate(45deg); */
    transition: transform 0.5s ease-in-out;
    /* margin-bottom: 5px; */
}

.ideasListingWrapper .ideasFilters .filterGroup.active .filterTitle .arrow {
    transform: rotate(-180deg);
}


.ideasListingWrapper .ideasFilters .filterGroup .filterContent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.ideasListingWrapper .ideasFilters .filterGroup.active .filterContent {
    max-height: 1000px;
    /* margin-top: 0.5rem; */
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    align-items: center;
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs .filterTab {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 6px 12px 8px;
    border-radius: 42px;
    border: solid 1px #999B9F;
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.32px;
    color: #999B9F;
    transition: all 0.2s ease;
    text-transform: capitalize;
    cursor: pointer;
    background: transparent;
    font-family: var(--font-plus);
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs .filterTab.active {
    background-color: #881946;
    color: #f5d59a;
    border: solid 1px #881946;
}

.ideasListingWrapper .ideasFilters .filterGroup .filterTabs .filterTab:hover {
    background-color: #881946;
    color: #f5d59a;
}

/* Posts */
.ideasListingWrapper .ideasPostContainer {}

.ideasListingWrapper .ideasPostContainer .ideasPosts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media only screen and (max-width: 991.98px) {
    .ideasListingWrapper .ideasPostContainer .ideasPosts {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767.98px) {
    .ideasListingWrapper .ideasPostContainer .ideasPosts {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 480px) {
    .ideasListingWrapper .ideasPostContainer .ideasPosts {
        grid-template-columns: repeat(1, 1fr);
    }
}



.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item {
    border-radius: 11px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: background-color 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item figure {
    height: 100%;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover {
    background-color: #f5d59a;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover .post-img img {
    transform: scale(1.05);

}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover figcaption .postTags .postTag {
    background-color: #881946;
    color: #fff;
    border: solid 0.5px #881946;
}


.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .post-img img {
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease-in-out;
    aspect-ratio: 16/9.5;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .post-img .img-holder {
    overflow: hidden;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item figcaption {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 13rem;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item figcaption .post-title {
    font-family: var(--font-funnel) !important;
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin: 0;
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .readBtn {
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
    padding: 0;
    margin: 0;
    margin-top: auto;

    @media (max-width: 1000px) {
        font-size: 80%;
    }
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item .readBtn svg {
    width: 16px;
    height: auto;
    display: inline-block;
    margin-left: 0.5rem;
    transition: all 0.3s ease-in-out;



    @media (max-width: 1000px) {
        width: 14px;
    }
}

.ideasListingWrapper .ideasPostContainer .ideasPosts .single-post-item:hover .readBtn svg {
    transform: translateX(4px);
    transition: all 0.3s ease-in-out;
}

.ideasListingWrapper .postTags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 10px;
}

.ideasListingWrapper .postTags .postTag {
    padding: 4px 8px;
    border-radius: 5px;
    border: solid 0.5px #c1c4c7;
    background-color: #F3F5F9;
    font-size: 60%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.ideasPaginate {
    background-color: #F2F3F9;
    padding: 0 0 3.2rem 0;
}


/* New Our Experience CSS */
.expBanner {
    padding: 0;
    font-family: var(--font-plus) !important;
    position: relative;
    font-size: 18px;
    background-color: #601233;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {



        img {
            width: 100%;
            max-height: 100vh;
            object-fit: cover;
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }

        video {
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;
                object-position: right;
            }
        }

        .contentBox {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            padding: 0 8vw;
            width: 55%;

            @media only screen and (max-width: 1600px) {
                width: 60%;
            }

            @media only screen and (max-width: 1300px) {
                width: 55%;
                padding: 0;
                padding-left: 8vw;
            }

            @media only screen and (max-width: 991.98px) {
                width: 60%;
                /* padding-left: 4vw; */
            }

            @media only screen and (max-width: 767px) {
                width: 70%;
                /* padding-left: 4vw; */
                top: 65%;
            }

            @media only screen and (max-width: 575px) {
                width: 90%;
                padding-left: 4vw;
                top: 75%;
            }

            @media only screen and (max-width: 350px) {
                width: 90%;
                /* padding-left: 4vw; */
                top: 55%;
            }

            h1 {
                font-family: var(--font-funnel) !important;
                font-size: clamp(200%, 4.5vw, 390%);
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                margin-bottom: 1.6rem;
            }

            p {
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #fff;
            }
        }


    }
}



.clientsMarquee {
    font-family: var(--font-plus) !important;
    font-size: 18px;
    padding: 4rem 0;
    overflow: hidden;
    display: none;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .mainContainer {
        .heading {
            text-align: center;
            margin-bottom: 0 auto;
            padding-bottom: 1rem;
            font-family: var(--font-funnel) !important;
            font-size: 190%;
            font-weight: normal;
            line-height: 1.3;
            color: #881946;
        }

        .marqueeDesc {
            font-family: var(--font-plus) !important;
            font-weight: 500 !important;
            line-height: 1.2;
            color: #414244;
            margin-bottom: 0;
            font-size: 110%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            padding-bottom: 0;

            @media (max-width: 575.98px) {
                font-size: 100%;
            }
        }

        .clientsMarqueeBox {
            display: flex;
            overflow: hidden;
            position: relative;
            align-items: center;
            padding-top: 4rem;

            @media (max-width: 767px) {
                margin-top: 3.2rem;
            }

            .clientsMarqueeTrack {
                display: flex;
                width: max-content;
                align-items: center;
                animation: marqueeScroll 60s linear infinite;

                .clientsMarqueeItem {
                    flex-shrink: 0;
                    padding: 0 40px;

                    .clientsMarqueeImg {
                        max-width: 150px;
                        height: auto;
                        transition: all 0.3s ease;
                        aspect-ratio: 4/1.5;
                        object-fit: contain;
                    }
                }
            }

            /* &:hover .clientsMarqueeTrack {
                animation-play-state: paused;
            } */
        }
    }
}

/* The key: full translation of one complete track */
@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.testimonialSection {
    padding: 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .testimonialGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 20px;
        /* max-width: 1200px; */
        margin: 0 auto;


        /* =========================
     MOBILE (â‰¤ 767px)
  ========================= */
        @media (max-width: 767px) {
            display: flex;
            flex-direction: column;

            .testimonialItem,
            .testimonialImage {
                grid-column: 1 / -1;
                grid-row: auto;
            }

            .testimonialImage {
                min-height: auto;
            }
        }

        .testimonialItem {
            background: #f8f9fb;
            padding: 32px;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            border-radius: 20px;
            box-shadow: 0 0 12.1px 0 rgba(0, 0, 0, 0.1);
            border: solid 1px #e5e7f0;
            background-color: #F3F5F9;

            .quoteIcon {
                font-size: 390%;
                color: #a10064;
                line-height: none;
                /* margin-bottom: 12px; */
                font-family: var(--font-funnel) !important;

            }


            p {
                color: #333;
                font-size: 16px;
                line-height: 1.6;
                margin-bottom: 20px;
            }

            .logoBox {
                margin-top: auto;
                max-width: 14rem;

                img {
                    max-height: 4.5rem;
                }

                h4 {
                    font-family: var(--font-funnel);
                    font-size: 130%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding-bottom: 0;
                    margin: 0;
                }

            }


            h5 {
                color: #7c004a;
                font-weight: 600;
                font-size: 16px;
            }

            &.bigText {
                grid-column: 1 / span 3;
            }

            &.left {
                grid-column: 1 / span 1;
                grid-row: 2 / span 3;
            }

            &.right {
                grid-column: 3 / span 5;
                grid-row: 2;
            }
        }

        .testimonialImage {
            border-radius: 12px;
            overflow: hidden;
            transition: all 0.3s ease-in-out;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                transition: all 0.3s ease-in-out;
            }

            &.first {
                grid-column: 4 / span 4;
                grid-row: 1;
            }

            &.second {
                grid-column: 2;
                grid-row: 2 / span 3;
            }

            &.bottom {
                grid-column: 3 / span 5;
                grid-row: 3 / span 2;
            }
        }

        .testimonialImage:hover img {
            transform: scale(1.1);
        }
    }

    .ctaBox {
        text-align: center;
        margin-top: 40px;

        .ctaButton {
            display: inline-block;
            padding: 12px 28px;
            background-color: #881946;
            color: #fff;
            border-radius: 6.4px;
            text-decoration: none;
            font-weight: 500;
            transition: background 0.3s;

            &:hover {
                background-color: #4f0121;
            }
        }
    }
}

.caseStudiesSection {
    background-color: #f8f9fb;
    padding: 4rem 0;
    font-family: var(--font-plus) !important;
    font-size: 18px;
    text-align: center;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .sectionTitle {
        font-family: var(--font-funnel) !important;
        font-size: 200%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        color: #881946;
        padding-bottom: 3.2rem;
    }

    .caseFilters {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem;

        .filterSelect {
            position: relative;
            display: inline-block;
            margin-right: 16px;

            .selectWrapper {
                position: relative;
                display: inline-block;

                select.filterDropdown {
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    background-color: #fff;
                    border: 1px solid #ccc;
                    border-radius: 8px;
                    padding: 10px 40px 10px 16px;
                    font-size: 16px;
                    color: #333;
                    cursor: pointer;
                    font-family: var(--font-plus) !important;
                    ;
                    min-width: 200px;
                    transition: all 0.3s ease;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #5e6062;
                    font-size: 90%;

                    /* &:hover {
                        border-color: #a10064;
                    } */

                    &:focus {
                        outline: none;
                        border-color: #881946;
                    }
                }

                &::after {
                    content: "";
                    position: absolute;
                    right: 14px;
                    top: 50%;
                    width: 10px;
                    height: 10px;
                    pointer-events: none;
                    transform: translateY(-50%) rotate(45deg);
                    border-right: 2px solid #881946;
                    border-bottom: 2px solid #881946;
                    transition: transform 0.3s ease;
                }

                /* select.filterDropdown:focus+&::after,
                &:focus-within::after {
                    transform: translateY(-50%) rotate(225deg);
                } */
            }
        }

        .searchBox {
            input {
                padding: 0.7rem 1rem;
                border-radius: 6px;
                border: 1px solid #ccc;
                font-size: 90%;
                min-width: 200px;
                background: #fff;
                outline: none;
                transition: border-color 0.3s ease;
                font-size: 16px;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #5e6062;

                &:focus {
                    border-color: #881946;
                }
            }
        }
    }

    .caseGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        margin-bottom: 3rem;

        .caseItem {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            text-decoration: none;
            color: #333;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;

            &:hover {
                /* transform: translateY(-5px); */
                box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                background-color: #ffddeb;
            }

            .caseImage {
                width: 100%;
                overflow: hidden;

                img {
                    width: 100%;
                    aspect-ratio: 16 / 9;
                    object-fit: cover;
                    display: block;
                    transition: all 0.3s ease;
                }
            }

            .caseContent {
                padding: 1rem;
                text-align: left;
                display: flex;
                flex-direction: column;
                flex-grow: 1;

                .caseTags {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 0.5rem;
                    margin-bottom: 0.5rem;

                    .caseTag {
                        font-size: 65%;
                        text-transform: uppercase;
                        padding: 0;
                        margin: 0;
                        padding: 4px 8px;
                        border-radius: 5px;
                        border: solid 0.5px #c1c4c7;
                        background-color: #F3F5F9;
                        font-weight: 600;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.96px;
                        text-align: center;
                        color: #5e6062;
                        transition: all 0.3s ease-in-out;
                    }
                }

                .caseTitle {
                    color: #881946;
                    font-weight: 500;
                    margin-bottom: 0.5rem;
                    font-family: var(--font-funnel) !important;
                    font-size: 110%;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.4;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding: 0;
                    margin: 0;
                    margin-bottom: 1rem;
                }

                .readBtn {
                    margin: 0;
                    margin-top: auto;
                    padding-bottom: 0;
                    font-family: var(--font-plus) !important;
                    ;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    .icon-arrow-right {
                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.2rem;

                            path {}
                        }
                    }

                    &:hover {
                        .icon-arrow-right {
                            svg path {}
                        }
                    }
                }
            }
        }

        .caseItem:hover .caseImage img {
            transform: scale(1.05);
            transition: all 0.3s ease;
        }

        .caseItem:hover .readBtn {
            transition: all 0.3s ease-in-out;


            svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;

            }
        }

        .caseItem:hover .caseContent .caseTags .caseTag {
            border: solid 0.5px #881946;
            background-color: #881946;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }
    }

    .seeAllWrap {
        text-align: center;
        display: flex;
        justify-content: center;

        .seeAllBtn {
            padding: 10px 20px;
            border-radius: 6.4px;
            background-color: #881946;
            transition: background-color 0.3s ease;
            font-size: 90%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: center;
            color: #fff;
            border: none;
            cursor: pointer;
            outline: none;
            font-family: var(--font-plus) !important;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.32px;
            text-align: center;
            color: #fff;

            &:hover {
                /* background-color: #6b1338; */
                background-color: #4f0121;
            }
        }
    }

    /* Responsive */
    @media (max-width: 768px) {
        font-size: 16px;

        .sectionTitle {
            font-size: 1.6rem;
        }

        .caseFilters {
            flex-direction: column;
            align-items: center;
        }
    }

    @media (max-width: 480px) {
        font-size: 15px;

        .caseFilters {

            .filterDropdown,
            .searchBox input {
                min-width: 100%;
            }
        }

        .caseGrid {
            grid-template-columns: 1fr;
        }
    }
}

.expImpact {
    font-family: var(--font-plus) !important;
    font-size: 18px;
    padding: 4rem 0 0.5rem 0;
    background-color: #F2F3F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 991px) {
        display: none;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }


    .mainContainer {
        padding: 0 8vw;

        @media (max-width: 1500px) {
            padding: 0 4vw;
        }

        .heading {
            font-family: var(--font-funnel) !important;
            font-size: 200%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            margin-bottom: 2rem;
        }

        .filterGroups {

            .filterGroup {

                .filterTitle {
                    font-size: 80%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.28px;
                    text-align: center;
                    color: #5e6062;
                }

                .filterTabs {
                    display: flex;
                    gap: 6px;
                    flex-wrap: wrap;
                    /* margin-bottom: 2rem; */
                    justify-content: center;


                    figure {
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        gap: 8px;
                        padding: 4px 10px 6px;
                        border-radius: 42px;
                        border: solid 1px #881946;
                        font-size: 80%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1;
                        letter-spacing: 0.32px;
                        color: #881946;
                        transition: all 0.2s ease;
                        text-transform: capitalize;
                        cursor: pointer;

                        &.active {
                            background-color: #881946;
                            color: #fff;
                            border: solid 0.5px #881946;
                        }

                        &:hover {
                            background-color: #881946;
                            color: #f5d59a;
                        }

                        figcaption {
                            line-height: 1.5;
                        }
                    }
                }

            }
        }
    }
}

.map {
    background-color: #F2F3F9;
    position: relative;
}


.mapSlider {
    position: absolute;
    bottom: 10%;
    left: 8vw;
    max-width: 21rem;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
}

@media (max-width: 1500px) {
    .mapSlider {
        bottom: 10%;
        left: 8vw;
        max-width: 17rem;
    }
}


@media (max-width: 1200px) {
    .mapSlider {
        bottom: 10%;
        left: 8vw;
        max-width: 15rem;
    }
}

@media (max-width: 991px) {
    .mapSlider {
        padding: 2rem 0 0rem 0;
        position: relative;
        bottom: 0;
        left: 8vw;
        max-width: 20rem;
    }
}

@media (max-width: 575px) {
    .mapSlider {
        left: 4vw;
    }
}


.mapSlider .slider {
    margin-bottom: 30px;
}


.mapSlider .nav {
    display: none;
    gap: 1.6rem;
    margin-bottom: 1rem;

    @media (max-width: 991px) {
        display: flex;
    }
}



.mapSlider .nav svg {
    cursor: pointer;
    max-width: 2rem;
    transition: all .3s ease-in-out;

    @media (max-width: 768px) {
        max-width: 1.6rem;
    }
}

.mapSlider .nav svg:hover {
    opacity: .7;
}


.mapSlider .slider .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    img {
        max-width: 5rem;
        object-fit: contain;
        margin-bottom: 0.5rem;

        @media (max-width: 1400px) {
            max-width: 3rem;
        }

        @media (max-width: 1400px) {
            max-width: 2.5rem;
        }

    }

    h1 {
        margin-bottom: 1.6rem;
        font-family: var(--font-plus);
        font-size: 90%;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.32px;
        text-align: left;
        color: #881946;
        margin-bottom: 0.8rem;

        @media (max-width: 1400px) {
            font-size: 1.1rem;
            margin-bottom: 0.4rem;
        }

        @media (max-width: 1200px) {
            font-size: 1rem;
            margin-bottom: 0.4rem;
        }
    }

    p {
        font-family: var(--font-plus);
        font-size: 80%;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: 0.32px;
        text-align: left;
        color: #414244;
        margin-bottom: 1.5rem;

        @media (max-width: 1400px) {
            font-size: 0.9rem;
            margin-bottom: 1rem;
        }

        @media (max-width: 1200px) {
            font-size: 0.8rem;
            margin-bottom: 1rem;
        }

    }

    a {
        border: none;
        display: block;
        width: 140px;
        text-align: center;
        padding: 6px 12px;
        border-radius: 5px;
        background-color: #881946;
        font-size: 80%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.32px;
        text-align: center;
        color: #fff;
        text-transform: capitalize;
        font-family: var(--font-plus) !important;

        &:hover {
            background-color: #4f0121;
            color: #fff;

        }
    }

}


.our-experience-map {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.our-experience-map img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16/7;
}

.map-pointers figure {
    position: absolute;
    transform: translate(-50%, 50%);
    cursor: pointer;
    transition: all 0.3s ease;
}

.map-pointers figure img {
    width: 22px;
    height: auto;
}

.map-pointers figure figcaption {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 10;
}

.map-pointers figure:hover figcaption {
    display: block;
}

.filterTabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.filterTab {
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filterTab.active {
    background: #6b1c3c;
    color: #fff;
}



/* ///////////////////// New Home Page CSS //////////////////////////// */

.accordionSection {
    background-color: #f8eace;
    font-family: var(--font-plus) !important;
    padding: 0;
    border-bottom: solid 1px #d3618f;
    transition: background 0.3s ease;
    font-size: 18px;
    padding: 0 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        padding: 0 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }



    .accordionItem {
        border-top: 1px solid #e5b0c2;
        overflow: hidden;
        cursor: pointer;


        &::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to right, #881946, #6a1236);
            opacity: 1;
            transition: opacity 0.3s ease;
            z-index: 0;
        }

        &.open::before {
            opacity: 0;
        }


        .accordionHeader,
        .accordionContent {
            position: relative;
            z-index: 1;
        }

        .accordionHeader {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: transparent;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
            padding: 1.9rem 1rem;
            border: none;
            cursor: pointer;
            transition: background 0.3s ease;
            position: relative;

            @media (max-width: 768px) {
                padding: 1.5rem 0rem
            }

            .accordionIcon {
                display: flex;
                align-items: center;
                margin-right: 20px;

                img {
                    width: 40px;
                    height: 40px;
                    display: block;

                    @media only screen and (max-width: 767.98px) {
                        width: 30px;
                        height: 30px;
                    }
                }
            }

            .accordionTitle {
                flex: 1;
                text-align: left;
                font-family: var(--font-funnel) !important;
                font-size: 180%;
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.25;
                letter-spacing: normal;
                text-align: left;
                color: #f5d59a;
                transition: all 0.3s ease;

                @media only screen and (max-width: 767.98px) {
                    font-size: 160%;
                }

                @media only screen and (max-width: 575.98px) {
                    font-size: 130%;
                }
            }

            .accordionToggleIcon {
                /* font-size: 20px; */
                transition: transform 0.3s ease;
            }

            .accordionToggleIcon svg path {

                transition: transform 0.3s ease;
            }

            &.active {
                .accordionTitle {
                    color: #881946;
                }

                .accordionToggleIcon {
                    transform: rotate(180deg);
                }

                .accordionToggleIcon svg path {
                    fill: #881946;
                }
            }
        }

        .accordionContent {
            max-height: 0;
            overflow: hidden;
            background-color: transparent;
            transition: all 0.3s ease;
            padding: 0 28px;

            &.open {
                max-height: 100%;
                padding: 28px;
                /* background-color: #f8eace; */
            }

            .accordionGrid {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                column-gap: 24px;
                row-gap: 4rem;

                @media only screen and (max-width: 767.98px) {
                    row-gap: 3.2rem;
                    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
                }

                @media only screen and (max-width: 575.98px) {
                    row-gap: 2.6rem;
                }

                .accordionCard {
                    background: transparent;
                    /* border-radius: 10px; */
                    overflow: hidden;
                    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
                    transition: transform 0.3s ease;
                    text-decoration: none;

                    &:hover .cardImage img {
                        transform: scale(1.05);

                    }

                    .cardImage {
                        overflow: hidden;
                        border-radius: 12.6px;

                        img {
                            width: 100%;
                            height: 100%;
                            aspect-ratio: 16 / 9.5;
                            object-fit: cover;
                            display: block;
                            transition: all 0.3s ease;
                        }
                    }

                    .cardInfo {
                        padding: 6px 0;

                        .cardMeta {
                            text-transform: uppercase;
                            letter-spacing: 0.5px;
                            font-size: 70%;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.25;
                            letter-spacing: 0.24px;
                            text-align: left;
                            color: #414244;
                            text-transform: uppercase;
                        }

                        .cardTitle {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.25;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            margin-top: 2px;
                        }
                    }
                }
            }

            .accordionDiscover {
                text-align: right;
                margin-bottom: 60px;
                display: flex;
                align-items: center;
                justify-content: center;

                .discoverLink {
                    text-decoration: none;
                    transition: color 0.3s ease;
                    font-family: var(--font-funnel) !important;
                    font-size: 130%;
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    span svg {
                        display: inline-block;
                        height: 24px;
                        width: auto;
                        transition: transform 0.3s ease;
                    }

                    &:hover span svg {
                        transform: translateX(4px);

                    }
                }
            }
        }
    }
}


.Headercontainer {
    font-size: 18px;


    .VideoContainer {
        margin-left: auto;

        @media (max-width: 1200px) {
            display: none;
        }

        .VideoMenuItem {

            a {
                text-decoration: none;

                .Video {
                    border-radius: 20px;
                    overflow: hidden;
                    margin-bottom: 10px;

                    img {
                        height: 100%;
                        aspect-ratio: 16/9;
                        object-fit: cover;
                        border-radius: 20px;
                        overflow: hidden;
                    }


                }

                .videoTitle {
                    font-family: var(--font-plus) !important;
                    font-size: 80%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.28px;
                    text-align: center;
                    color: #881946;
                }
            }




        }
    }
}


.peopleBanner {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 4rem 0;
    background-color: #F3F5F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .container {
        .top {
            display: flex;
            justify-content: space-between;
            gap: 3.2rem;
            padding-bottom: 3.2rem;
            border-bottom: solid 1px #d4d5db;

            @media only screen and (max-width: 768px) {
                flex-direction: column-reverse;
                gap: 2rem;
            }

            .left {
                display: flex;
                flex-direction: column;
                width: 60%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }

                gap: 8px;

                h1 {
                    font-family: var(--font-funnel) !important;
                    font-size: clamp(200%, 4.4vw, 390%);
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.1;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                }

                h4 {
                    font-family: var(--font-funnel) !important;
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    font-style: normal;
                    margin: 0;


                    p {
                        display: inline;

                        a {
                            text-decoration: none;
                            color: #881946;
                        }
                    }
                }

                .details {
                    display: flex;
                    align-items: center;
                    gap: 6px;

                    p {
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;

                        a {
                            text-decoration: underline !important;
                            color: #881946;

                            &:hover {
                                text-decoration: none !important;
                            }
                        }
                    }
                }

                .location {
                    svg {
                        path {}

                        defs {
                            linearGradient {
                                stop {}
                            }
                        }
                    }

                    p {}
                }

                .email {

                    @media only screen and (max-width: 575px) {
                        overflow-x: scroll;
                    }


                    svg {
                        path {}

                        defs {
                            linearGradient {
                                stop {}
                            }
                        }
                    }

                    p {}
                }

                .socialWrapper {
                    margin-top: auto;

                    @media only screen and (max-width: 768px) {
                        margin-top: 1rem;
                    }

                    .social {
                        li {

                            .email {
                                font-family: var(--font-plus) !important;
                                ;
                                font-size: 90%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1;
                                letter-spacing: 0.32px;
                                text-align: center;
                                color: #fff;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 10px 12px;
                                border-radius: 5px;
                                background-color: #881946;
                            }

                            .linkedIn {
                                font-family: var(--font-plus) !important;
                                ;
                                font-size: 80%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1;
                                letter-spacing: 0.32px;
                                text-align: center;
                                color: #fff;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                padding: 6px 12px;
                                border-radius: 50px;
                                background-color: #003977;
                            }

                        }
                    }
                }
            }

            .right {
                width: 40%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }


                figure {

                    img {
                        aspect-ratio: 1/1;
                        /* max-width: 463px; */
                        object-fit: cover;
                        border-radius: 16px;
                        padding-bottom: 0;
                        height: auto;
                        width: 100%;
                    }
                }
            }
        }

        .bottom {
            padding-top: 3.2rem;
            display: flex;
            justify-content: space-between;
            gap: 3.2rem;

            @media only screen and (max-width: 768px) {
                flex-direction: column-reverse;
                gap: 2rem;
            }

            .left {
                width: 70%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }

                .expertise {
                    margin-bottom: 1.6rem;

                    ul {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 12px;

                        li {
                            a {
                                font-family: var(--font-plus) !important;
                                font-size: 90%;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.5;
                                letter-spacing: 0.32px;
                                text-align: left;
                                color: #28292a;
                                padding: 8px 16px;
                                border-radius: 8px;
                                border: solid 1px #d4d5db;
                                background-color: #fff;
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                        }
                    }
                }

                article {

                    p,
                    ul,
                    li,
                    ol {
                        font-family: var(--font-plus) !important;
                        font-size: 90%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.28px;
                        text-align: left;
                        color: #414244;
                    }
                }
            }

            .right {
                width: 40%;

                @media only screen and (max-width: 768px) {
                    width: 100%;
                }


                p {}

                figure {

                    img {
                        aspect-ratio: 16/9;
                        /* max-width: 463px; */
                        object-fit: cover;
                        border-radius: 16px;
                        padding-bottom: 0;
                        height: auto;
                        width: 100%;
                    }

                }
            }
        }
    }
}


.peopleThoughts {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 4rem 0;
    /* background-color: #F3F5F9; */

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .container {
        .headWrapper {
            display: flex;
            align-items: center;


            h2 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                padding-bottom: 0;
                /* margin-right: 0; */
            }

            .btnWrapper {
                display: flex;
                gap: 12px;
                margin-left: auto;


                svg {
                    width: 30px;
                    height: auto;
                    display: block;
                    height: fit-content;
                    cursor: pointer;
                }

                .btnLeft {


                    path {}
                }

                .btnRight {


                    path {}
                }
            }
        }

        .cardsContainer {
            padding: 4rem 0;

            .cardsWrapper {
                display: grid;
                grid-template-columns: repeat(4, 1fr);
                gap: 1rem;

                @media only screen and (max-width: 991.98px) {

                    grid-template-columns: repeat(3, 1fr);

                }

                @media only screen and (max-width: 767.98px) {

                    grid-template-columns: repeat(2, 1fr);

                }

                @media only screen and (max-width: 480px) {

                    grid-template-columns: repeat(1, 1fr);

                }

                .single-post-item {
                    border-radius: 11px;
                    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                    background-color: #fff;
                    transition: background-color 0.3s ease;
                    cursor: pointer;
                    overflow: hidden;

                    &:hover {
                        background-color: #f5d59a;

                        .post-img img {
                            transform: scale(1.05);
                        }

                        .readBtn svg {
                            transform: translateX(4px);
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    figure {
                        height: 100%;

                        .post-img {
                            .img-holder {
                                overflow: hidden;

                                img {
                                    object-fit: cover;
                                    width: 100%;
                                    transition: all 0.3s ease-in-out;
                                    aspect-ratio: 3/2;
                                    padding-bottom: 0;
                                }
                            }
                        }

                        figcaption {
                            padding: 1rem;
                            display: flex;
                            flex-direction: column;
                            min-height: 13rem;

                            .postTags {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 0.5rem;
                                margin-bottom: 10px;

                                .postTag {
                                    padding: 4px 8px;
                                    border-radius: 5px;
                                    border: solid 0.5px #c1c4c7;
                                    background-color: #F3F5F9;
                                    font-size: 60%;
                                    font-weight: 600;
                                    font-stretch: normal;
                                    font-style: normal;
                                    line-height: 1.5;
                                    letter-spacing: 0.8px;
                                    text-align: center;
                                    color: #5e6062;
                                    text-transform: uppercase;
                                }
                            }

                            .post-title {
                                font-family: var(--font-funnel) !important;
                                font-size: 120%;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.2;
                                letter-spacing: normal;
                                text-align: left;
                                color: #881946;
                                margin-bottom: 1rem;
                            }
                        }

                        .readBtn {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            padding: 0;
                            margin: 0;
                            margin-top: auto;

                            @media (max-width: 1000px) {
                                font-size: 80%;
                            }

                            .icon-arrow-right {
                                svg {
                                    width: 16px;
                                    height: auto;
                                    display: inline-block;
                                    margin-left: 0.5rem;
                                    transition: all 0.3s ease-in-out;

                                    @media (max-width: 1000px) {
                                        width: 14px;
                                    }

                                    path {}
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}


.peopleSlider {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    padding: 6rem 0;
    background-color: #F3F5F9;
    position: relative;
    overflow: hidden;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {

        .sliderWrapper {
            display: flex;
            gap: 2rem;
            /* overflow-x: auto;
            scroll-behavior: smooth; */

            .slide {
                min-width: 300px;
                margin: 0 10px;


                @media only screen and (max-width: 575px) {
                    margin: 0 15px;
                }


                figure {
                    border-radius: 20px;
                    overflow: hidden;

                    img {
                        aspect-ratio: 16 / 9;
                        object-fit: cover;
                        padding-bottom: 0;
                        height: auto;
                        width: 100%;
                    }
                }

                h5 {
                    font-family: var(--font-funnel) !important;
                    font-size: 130%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin-top: 1rem;
                }
            }
        }

        .bookBtn {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 3.2rem;
            width: 100%;

            @media only screen and (max-width: 575px) {
                margin-top: 2rem;
            }

            a {
                font-family: var(--font-plus) !important;
                ;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                padding: 8px 16px;
                border-radius: 5px;
                background-color: #881946;
            }
        }
    }
}


.peopleSlider::before,
.peopleSlider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    /* adjust width of the fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* ensures clicks go through */


    @media only screen and (max-width: 575px) {
        display: none;
    }
}

.peopleSlider::before {
    left: 0;
    background: linear-gradient(to right, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleSlider::after {
    right: 0;
    background: linear-gradient(to left, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleSlider .sliderWrapper.static-layout {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;

    @media only screen and (max-width: 575px) {
        padding: 4rem 5vw;
    }
}

.peopleSlider .sliderWrapper.static-layout .slide {
    flex: 1 1 30%;
    max-width: 300px;
}


.peopleProfiles {
    font-size: 18px;
    font-family: var(--font-plus) !important;
    ;
    padding: 6rem 0;
    /* background-color: #F3F5F9; */
    position: relative;
    overflow: hidden;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 0;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {
        .headWrapper {
            display: flex;
            align-items: center;


            h2 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                padding-bottom: 0;
                margin-right: 0;
            }

            .btnWrapper {
                display: flex;
                gap: 12px;
                margin-left: auto;

                svg {
                    width: 30px;
                    height: auto;
                    display: block;
                    height: fit-content;
                    cursor: pointer;
                }

                .btnLeft {


                    path {}
                }

                .btnRight {


                    path {}
                }
            }
        }

        .profilesWrapper {
            padding: 4rem 0 4rem 8vw;

            @media only screen and (max-width: 575px) {
                padding: 2rem 5px;
            }

            .profileCard {
                padding: 20px;
                border-radius: 10px;
                /* box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15); */
                border: solid 0.5px #d4d5db;
                background-color: #fff;
                display: flex;
                gap: 1.6rem;
                align-items: center;
                width: 100%;
                min-width: 22rem;
                margin: 0 10px;

                @media only screen and (max-width: 768px) {
                    min-width: auto;
                }


                .profileLink {
                    border-radius: 50%;
                    border: solid 1px #d3618f;
                    /* background-color: #f0adc8; */
                    min-width: 7.2rem;
                    width: 7.2rem;
                    height: auto;
                    overflow: hidden;
                    aspect-ratio: 1/1;


                    img {

                        min-width: 7.2rem;
                        width: 7.2rem;
                        height: auto;
                        object-fit: cover;
                        padding-bottom: 0;
                        aspect-ratio: 1/1;
                    }
                }



                .infoContainer {


                    h4 {
                        padding-bottom: 0;

                        a {
                            font-family: var(--font-plus) !important;
                            ;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            padding-bottom: 0;
                            text-decoration: none;
                        }

                        /* white-space: nowrap; */
                    }

                    p {
                        font-family: var(--font-plus) !important;
                        ;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #414244;
                    }

                    .socialBox {
                        ul {
                            display: flex;
                            gap: 12px;
                            align-items: center;

                            li {
                                a {


                                    svg {}

                                    &.linkedIn {
                                        svg {
                                            path {}
                                        }
                                    }

                                    &.twitter {
                                        svg {
                                            path {}
                                        }
                                    }

                                    &.email {
                                        svg {
                                            rect {}

                                            path {}
                                        }
                                    }

                                    &.share {
                                        svg {
                                            path {}
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                h4 {}

                p {}
            }
        }
    }
}

.peopleProfiles::before,
.peopleProfiles::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    /* adjust width of the fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* ensures clicks go through */

    @media only screen and (max-width: 575px) {
        display: none;
    }
}

.peopleProfiles::before {
    left: 0;
    background: linear-gradient(to right, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleProfiles::after {
    right: 0;
    background: linear-gradient(to left, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);
}

.peopleProfiles .profilesWrapper.static-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 4rem 8vw;

    @media only screen and (max-width: 767.98px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media only screen and (max-width: 575px) {
        padding: 4rem 15px;
        grid-template-columns: repeat(1, 1fr);
    }
}

.peopleProfiles .profilesWrapper.static-layout .slide {
    /* flex: 1 1 30%; */
    max-width: 300px;
}


.ourExperience {
    font-size: 18px;
    font-family: var(--font-plus) !important;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .wrapper {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        padding: 0;

        @media (max-width: 991.98px) {
            flex-direction: column-reverse;
        }
    }

    &.is-pt-05 {
        .banner-wrapper {
            .left-container {
                flex: 1;
                padding: 1.6rem 1.6rem 1.6rem 8vw;
                background-color: #f8eace;
                display: flex;
                flex-direction: column;
                justify-content: center;

                @media (max-width: 768px) {
                    padding: 2rem;
                }

                @media (max-width: 576px) {
                    padding: 1.5rem 15px;
                }

                .banner-caption {
                    max-width: 680px;

                    .infoBox {
                        font-size: 90%;
                        font-weight: 500;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        color: #414244;
                        margin-bottom: 0.5rem;
                    }

                    .publishDate,
                    .ideaCategory {
                        color: #414244;
                    }

                    h1 {
                        font-family: var(--font-funnel) !important;
                        font-size: 220%;
                        font-weight: 300;
                        line-height: 1.25;
                        color: #881946;
                        margin-bottom: 1.5rem;
                    }

                    .authorNames {
                        font-size: 90%;
                        font-weight: 500;
                        line-height: 1.5;
                        color: #414244;
                        margin-bottom: 1rem;
                        font-family: var(--font-plus) !important;
                        ;
                        text-transform: capitalize !important;

                        a {
                            color: #414244;
                            text-decoration: underline !important;
                            transition: all 0.3s ease;

                            &:hover {
                                text-decoration: none !important;
                            }
                        }
                    }

                    .socialWrapper {
                        display: flex;
                        align-items: center;
                        gap: 1rem;
                        margin-bottom: 1.6rem;

                        .socialIcon {
                            a {
                                background-color: transparent;

                                svg {
                                    height: 20px;
                                    width: 20px;
                                    display: block;
                                }
                            }
                        }
                    }
                }
            }

            .right-container {
                flex: 1;

                .banner-image {
                    height: 100%;

                    img {
                        height: 100%;
                        width: 100%;
                        display: block;
                        object-fit: cover;
                        min
                    }
                }
            }
        }
    }
}

.ourExperience .inner-body-content {
    /* Styles for banner image img element */
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    padding: 4rem 0;
}

.ourExperience .inner-body-content p {
    /* Styles for banner image img element */
    margin-top: 0;
    margin-bottom: 1rem;
}

.ourExperience .inner-body-content h2 {
    /* Styles for banner image img element */
    font-family: var(--font-plus) !important;
    font-size: 200%;
    margin: 0;
}

.ourExperience {
    .relatedArticles {}

    .relatedHeading {
        font-size: 80% !important;
        font-weight: 600 !important;
        font-stretch: normal !important;
        font-style: normal !important;
        line-height: 1.5 !important;
        letter-spacing: 1.12px !important;
        text-align: center;
        color: #881946;
        text-transform: uppercase;
        font: unset;
        padding-bottom: 0;
    }

    .blocksContainer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.2rem;
        padding: 2rem 0 6rem 0;

        @media (max-width: 768px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 576px) {
            grid-template-columns: repeat(1, 1fr);
            padding: 2rem 0 5rem 0;
        }
    }

    .relatedArticle {
        border-radius: 11px;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;
        overflow: hidden;
    }

    .relatedImage {
        img {
            width: 100%;
            aspect-ratio: 3 / 2;
            object-fit: cover;
            display: block;
        }
    }

    .relatedContent {
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        height: 100%;

        .title {
            font-family: var(--font-funnel) !important;
            font-size: 95% !important;
            font-weight: 300 !important;
            font-stretch: normal !important;
            font-style: normal !important;
            line-height: 1.29 !important;
            letter-spacing: normal !important;
            text-align: left;
            color: #881946;
            font: unset;
            padding-bottom: 0.5rem;
            margin: unset;
        }
    }

    .categoryTags {
        display: flex;
        align-items: baseline;
        gap: 0.5rem;
        margin-bottom: 1rem;
        justify-content: space-between;
        width: 100%;

        p {
            font-size: 60%;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.81px;
            text-align: left;
            color: #881946;
            text-transform: uppercase;
            text-decoration: underline;
        }

        .category {}

        .region {}
    }

    .readMore {
        padding: 7px 14px;
        border-radius: 5px;
        background-color: #881946;
        font-size: 90%;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.5;
        letter-spacing: 0.32px;
        text-align: left;
        color: #fff;
        text-decoration: none;
        width: fit-content;

        &:hover {
            background-color: #4f0121;
            color: #fff;
        }
    }
}



#potential .mainContainer {
    padding-top: unset !important;
    padding: 4rem 8vw !important;
}




.joinBanner {
    background: #F3F5F9;
    font-size: 18px;
    font-family: var(--font-plus) !important;

    @media only screen and (max-width: 1200px) {
        font-size: 17px;
    }

    @media only screen and (max-width: 768px) {
        font-size: 16px;
    }

    .mainContainer {
        padding: 4rem 8vw;

        @media (max-width: 575px) {
            padding: 2rem 4vw;
        }

        #h-join-our-team {
            font-family: var(--font-funnel) !important;
            font-size: 385%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.1;
            letter-spacing: normal;
            text-align: left;
            color: #881946;
            padding-bottom: 2.4rem;

            @media (max-width: 768px) {
                font-size: clamp(220%, 4.5vw, 385%);
                padding-bottom: 1.6rem;
            }


        }

        .wp-block-media-text {
            /* padding-bottom: 4rem; */
            display: flex;
            align-items: flex-start;
            gap: 2.4rem;

            @media (max-width: 991.98px) {
                flex-direction: column;
                gap: 2rem;
            }

            .wp-block-media-text__media {
                width: auto;

                @media (max-width: 991.98px) {
                    width: 100%;
                }

                img {
                    border-radius: 20px;
                    object-fit: cover;
                    aspect-ratio: 16/9;
                }
            }

            .wp-block-media-text__content {
                width: 40%;
                display: flex;
                flex-direction: column;
                height: -webkit-fill-available;

                @media (max-width: 991.98px) {
                    width: 100%;
                    padding: 0;
                }

                p {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: 500;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    color: #414244;
                    margin: 0;
                }

                .openPositionBtn {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: center;
                    color: #fff;
                    padding: 8px 16px;
                    border-radius: 6.4px;
                    background-color: #881946;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }

                .downArrow {
                    margin-top: auto;
                    background-color: transparent;

                    &:hover {
                        background-color: transparent;
                    }

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;
                        opacity: 0;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}



.whyJoin {


    .mainContainer {
        padding: 0 8vw;


        @media (max-width: 575px) {
            padding: 0 4vw;

        }



        .headingBox {
            width: 100%;

            h3 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                margin: 0 auto;
                padding: 4rem 0;
            }
        }

        .contentContainer {
            .contentRow {
                display: flex;
                justify-content: space-between;
                gap: 3.2rem;
                flex-direction: row;
                margin-bottom: 6rem;

                @media only screen and (max-width: 768px) {
                    flex-direction: column-reverse !important;
                    margin-bottom: 4rem;
                    gap: 1.2rem;
                }

                .left {
                    flex: 1;

                    h3 {
                        font-family: var(--font-funnel) !important;
                        font-size: 190%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding-bottom: 0.6rem;
                    }

                    p {
                        font-family: var(--font-plus) !important;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #414244;
                        margin: 0;
                        max-width: 435px;
                    }
                }

                .right {
                    flex: 1;
                    overflow: hidden;
                    border-radius: 20px;

                    img {
                        width: 100%;
                        height: auto;
                        object-fit: cover;
                        aspect-ratio: 16/9;
                        transition: all 0.3s ease-in-out;

                        &:hover {
                            transform: scale(1.05);
                        }
                    }
                }
            }

            .contentRow.rowReverse {
                flex-direction: row-reverse;
            }
        }

    }
}


.joinPeople {
    background-color: #F3F5F9;
    padding: 4rem 8vw;

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }

    .mainContainer {
        .headBox {
            h3 {
                font-family: var(--font-funnel) !important;
                font-size: 200%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
            }
        }

        .contentContainer {
            display: flex;
            justify-content: space-between;
            gap: 2rem;
            margin: 4rem 0 6rem 0;

            @media only screen and (max-width: 991.98px) {
                flex-direction: column-reverse;
                margin: 2rem 0;
            }


            .left {
                flex: 0.7;

                @media only screen and (max-width: 991.98px) {
                    flex: 1;
                }

                h3 {
                    font-family: var(--font-funnel) !important;
                    font-size: 200%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    color: #881946;
                }

                p {
                    font-family: var(--font-plus) !important;
                    ;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    color: #414244;
                }

                a {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1;
                    letter-spacing: 0.32px;
                    color: #881946;
                    text-decoration: none;
                    display: flex;
                    align-items: flex-end;
                    gap: 8px;

                    span {
                        svg {
                            transition: all 0.3s ease-in-out;

                            path {}
                        }
                    }

                    &:hover span svg {
                        transform: translateX(4px);
                    }
                }
            }

            .right {
                flex: 1;

                img {
                    width: 100%;
                    height: auto;
                    object-fit: contain;
                }
            }
        }

        .pointsContainer {
            display: flex;
            gap: 2rem;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            /* padding: 4rem 0; */

            .pointWrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
                text-align: center;
                gap: 0.5rem;
                background-image: radial-gradient(circle at 50% 50%, #ed9bbc, #f6d8e7 35%, #f1f3f9 58%);
                background-repeat: no-repeat;
                /* background-size: 300px 300px; */
                background-position: center;
                border-radius: 50%;
                padding: 6%;
                flex: 1;

                @media only screen and (max-width: 1200px) {
                    padding: 2rem;
                }

                h2 {
                    font-family: var(--font-funnel) !important;
                    font-size: 390%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.1;
                    letter-spacing: normal;
                    text-align: center;
                    color: #881946;
                    padding-bottom: 0;

                    @media only screen and (max-width: 1200px) {
                        font-size: 300%;
                    }
                }

                p {
                    font-family: var(--font-funnel) !important;
                    font-size: 200%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: center;
                    color: #881946;
                    padding-bottom: 0;

                    @media only screen and (max-width: 1200px) {
                        font-size: 150%;
                    }
                }
            }
        }
    }
}



.homeImpact {
    background: #F3F5F9;
    padding: 2rem 8vw 6rem 8vw;
    font-family: var(--font-plus) !important;
    position: relative;
    font-size: 18px;
    min-height: 80vh;
    align-items: center;
    display: flex;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 1rem 8vw 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 1rem 4vw 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .impactContainer {
        display: flex;
        gap: 4rem;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;

        @media (max-width: 991px) {
            /* grid-template-columns: 1fr; */
            gap: 2rem;
        }

        @media (max-width: 768px) {
            flex-direction: column;
            align-items: center;
            gap: 3.2rem;
        }
    }

    .impactLeft,
    .impactRight {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;

        @media (max-width: 991px) {
            align-items: center;
            text-align: center;
        }
    }

    .impactRight {
        align-items: center;
    }

    /* IMAGE */
    .impactImage {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 3rem;
        max-height: 23rem;
    }

    /* TEXT */
    .impactText {
        font-family: var(--font-funnel) !important;
        font-size: 120%;
        font-weight: 400;
        line-height: 1.5;
        color: #8a1443;
        max-width: 480px;
        margin-bottom: 2rem;
        text-align: center;

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

    /* BUTTON (same visual language as your site) */
    .impactBtn {
        display: inline-block;
        padding: 10px 22px;
        border-radius: 6px;
        background-color: #8a1443;
        color: #fff;
        font-size: 90%;
        font-weight: 500;

        &:hover {
            background-color: #4f0121;
            color: #fff;
        }
    }
}


.homeLinkedIn {
    padding: 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    position: relative;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }



    .linkedInHeader {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 3rem;

        @media (max-width: 575.98px) {
            flex-direction: column;
            align-items: flex-end;
            gap: 1.6rem;
        }


        h1 {
            font-family: var(--font-funnel) !important;
            font-weight: 400;
            color: #8a1443;
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-size: 190%;
            padding-bottom: 0;
        }

        .linkedinIcon {
            background: #8a1443;
            color: #fff;
            font-size: 70%;
            font-weight: 600;
            padding: 2px 6px;
            border-radius: 3px;
            line-height: 1;
        }
    }

    /* ARROWS */
    .linkedInArrows {
        display: flex;
        gap: 1rem;
        display: none;

        button {
            width: 30px;
            height: 30px;
            border-radius: 6px;
            border: 1px solid #e6e6e6;
            background: #f7f7ea;
            cursor: pointer;
            position: relative;

            /* &::after {
                content: '';
                position: absolute;
                inset: 0;
                margin: auto;
                width: 8px;
                height: 8px;
                border-top: 2px solid #8a1443;
                border-right: 2px solid #8a1443;
            }

            &.li-prev::after {
                transform: rotate(-135deg);
            }

            &.li-next::after {
                transform: rotate(45deg);
            } */
            /* 
            &:hover {
                background: #f1efe6;
            } */
        }
    }

    /* SLIDER */
    .linkedInSlider {
        .liSlide {
            padding: 1rem;

            @media (max-width: 575.98px) {
                padding: 0 0.5rem;
            }
        }
    }

    .linkedInSlider .slick-track {
        width: 100% !important;
    }

    /* Previous arrow */
    .linkedInSlider [aria-label="Previous"] {
        left: 0 !important;
        right: auto !important;
    }

    /* Next arrow */
    .linkedInSlider [aria-label="Next"] {
        right: 0 !important;
        left: auto !important;
    }

    /* Hide Elfsight / LinkedIn widget branding */
    .elfsight-app-credits,
    a[href*="elfsight.com"] {
        display: none !important;
    }




    .linkedInSlider .elfsight-app-bb720974-1f19-4d0b-9482-77a29791f079 {
        width: 100% !important;
    }

    /* EMBED CARD */
    .liEmbed {
        border-radius: 10px;
        /* box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15); */
        background-color: #fff;

        iframe {
            width: 100%;
            border: none;
        }
    }
}

.page-template-default article {
    padding-top: 0 !important;
}

.homeLinkedIn .Carousel__CarouselInner-sc-f2ox7y-2 {
    padding: 0 2rem !important;
}





.practiceBanner {
    position: relative;
    padding: 6rem 8vw;
    background: #f2f3f9;

    /* BASE FONT */
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 8rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw 8rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    /* FIXED NAVIGATION */
    .practiceNav {
        position: absolute;
        top: 15%;
        left: 45%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 1rem;
        z-index: 5;
        display: none;

        @media (max-width: 767px) {
            top: unset;
            bottom: 2rem;
            left: 50%;
        }

        button {
            background: none;
            border: none;
            padding: 0;
            cursor: pointer;
        }
    }

    /* SLIDER */
    .practiceSlider {
        position: relative;

        .practiceSlide {
            outline: none;

            .practiceInner {
                display: grid;
                grid-template-columns: 1fr 1.1fr;
                gap: 5rem;
                align-items: flex-start;

                @media (max-width: 991px) {
                    grid-template-columns: 1fr;
                    display: flex;
                    flex-direction: column-reverse;
                    gap: 2rem;
                }

                /* LEFT CONTENT */
                .practiceContent {

                    img {
                        max-height: 70px;
                        height: 100%;
                        width: auto;
                        margin-bottom: 1rem;


                        @media (max-width: 768px) {
                            max-height: 50px;
                        }

                        @media (max-width: 575px) {
                            max-height: 40px;
                        }
                    }

                    .eyebrow {
                        display: block;
                        font-size: 0.9em;
                        color: #2b2b2b;
                        margin-bottom: 2rem;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #414244;
                    }

                    h1 {
                        font-family: var(--font-funnel) !important;
                        font-size: clamp(200%, 4.5vw, 385%);
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.1;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        margin-bottom: 1.6rem;

                        @media (max-width: 768px) {
                            font-size: clamp(200%, 4.5vw, 385%);
                        }
                    }

                    .intro {
                        max-width: 100%;
                        margin-bottom: 2.4rem;
                        line-height: 1.6;
                        font-family: var(--font-funnel) !important;
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 2.4rem;

                        @media (max-width: 1400px) {
                            font-size: 100%;
                            line-height: 1.45;
                        }
                    }

                    /* SOCIAL WRAPPER (YOUR CODE, NESTED) */
                    .socialWrapper {
                        display: flex;
                        align-items: center;
                        gap: 1rem;
                        /* margin-bottom: 1.6rem; */

                        .shareText {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                        }

                        .socialIcon {
                            a {
                                display: inline-flex;
                                align-items: center;
                                justify-content: center;

                                svg {
                                    width: 20px;
                                    height: 20px;
                                    display: block;
                                }
                            }

                            &.bluesky svg {
                                width: 23px;
                                height: 20px;
                            }

                            &.email svg {
                                width: 24px;
                                height: 17px;
                            }
                        }
                    }
                }

                /* RIGHT IMAGE */
                .practiceImage {
                    height: 100%;

                    img {
                        width: 100%;
                        height: auto;
                        border-radius: 20px;
                        object-fit: cover;
                    }
                }
            }
        }
    }
}










.aboutPractice {
    padding: 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .aboutPractice-inner {
        display: block;
    }

    /* TOP HEADER */
    .aboutTitle {
        font-family: var(--font-funnel) !important;
        font-weight: 400 !important;
        line-height: 1.2 !important;
        color: #881946;
        margin-bottom: 1rem !important;
        font-size: 190% !important;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        color: #881946;
        padding-bottom: 0;
    }

    .aboutDesc {
        font-family: var(--font-plus) !important;
        font-weight: 500 !important;
        line-height: 1.2;
        color: #414244;
        margin-bottom: 0;
        font-size: 110%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 0;

        @media (max-width: 575.98px) {
            font-size: 100%;
        }
    }

    /* 3 COLUMN GRID */
    .aboutGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2.4rem;
        align-items: flex-start;
        margin-top: 4rem;

        @media (max-width: 991px) {
            grid-template-columns: 1fr 1fr;
            gap: 3rem;

            /* 3rd column goes full width */
            .aboutCol-secondary {
                grid-column: 1 / -1;
            }
        }

        @media (max-width: 767px) {
            grid-template-columns: 1fr;
            gap: 2rem;
            margin-top: 3.2rem;

            .aboutCol-secondary {
                grid-column: auto;
            }
        }
    }

    .aboutCol {
        p {
            font-size: 100%;
            line-height: 1.6;
            color: #414244;
            margin-bottom: 1.6rem;
            font-family: var(--font-plus) !important;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.28px;
            text-align: left;
            color: #414244;
            padding-bottom: 0;
        }

        ul {
            li {
                font-size: 100%;
                line-height: 1.6;
                color: #414244;
                font-family: var(--font-plus) !important;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.28px;
                text-align: left;
                color: #414244;
                padding-bottom: 0;
            }
        }
    }

    /* IMAGE COLUMN */
    .aboutCol-media {
        img {
            width: 100%;
            height: auto;
            border-radius: 16px;
            object-fit: cover;
        }
    }

    /* PRIMARY CONTENT */
    .aboutCol-primary {
        .lead {
            font-family: var(--font-funnel) !important;
            font-size: 115%;
            line-height: 1.4;
            color: #414244;
            margin-bottom: 2rem;
            padding-bottom: 0;
            font-family: var(--font-plus) !important;
            ;
            font-size: 120%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: 0.28px;
            text-align: left;
            color: #414244;
        }
    }

    /* SECONDARY CONTENT */
    .aboutCol-secondary {
        p {
            max-width: 420px;
        }
    }
}


.connectLeaders {
    padding: 6rem 8vw 6rem 8vw;
    background: #fff;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 6rem 8vw 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 6rem 4vw 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .sectionTitle {
        font-family: var(--font-funnel) !important;
        font-size: 190% !important;
        font-weight: 400 !important;
        text-align: center;
        color: #881946;
        margin-bottom: 1rem !important;
        padding-bottom: 0 !important;

    }

    .leadersDesc {
        font-family: var(--font-plus) !important;
        font-weight: 500 !important;
        line-height: 1.2;
        color: #414244;
        margin-bottom: 0;
        font-size: 110%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 0;

        @media (max-width: 575.98px) {
            font-size: 100%;
        }
    }

    .leadersGrid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.2rem;
        margin-top: 4rem;

        @media (max-width: 1200px) {
            grid-template-columns: repeat(3, 1fr);
        }

        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }

        @media (max-width: 767px) {
            margin-top: 3.2rem;
        }

        @media (max-width: 575.98px) {
            grid-template-columns: 1fr;
        }
    }

    .leaderCard {
        background: #fff;
        border-radius: 10px;
        padding-top: 0 !important;
        padding: 20px !important;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        display: flex;
        flex-direction: column;
        height: 100%;
        border: solid 0.5px #d4d5db;
        background-color: #fff;
    }

    .leaderImage {
        margin-bottom: 1.4rem;

        img {
            width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            border-radius: 10px;
        }
    }

    .leaderContent {
        display: flex;
        flex-direction: column;
        flex-grow: 1;

        .leaderName {
            font-size: 90% !important;
            font-weight: 600 !important;
            color: #881946;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;
            margin: 0;
            padding-bottom: 0;
        }

        .leaderRole {
            font-size: 90% !important;
            font-weight: 500 !important;
            color: #881946;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;
            margin: 0;
            padding-bottom: 0.8rem;
        }

        .leaderExcerpt {
            font-size: 80%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.28px;
            text-align: left;
            color: #303030;
            margin: 0;
            padding-bottm: 1.6rem;
        }

        .leaderLink {
            margin-top: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.6rem;
            font-size: 90%;
            font-weight: 500;
            color: #881946;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-align: left;
            color: #881946;

            .icon svg {
                width: 30px;
                height: 30px;
            }

            &:hover {
                opacity: 0.6;
            }
        }
    }
}



.ourServices {
    padding: 6rem 8vw;
    background: #f2f3f9;
    font-family: var(--font-plus) !important;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 6vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .sectionTitle {
        font-family: var(--font-funnel) !important;
        font-size: 190% !important;
        font-weight: 400 !important;
        color: #881946;
        text-align: center;
        margin-bottom: 1rem !important;
        padding: 0 !important;
        padding-bottom: 0 !important;
    }

    .servicesDesc {
        font-family: var(--font-plus) !important;
        font-weight: 500 !important;
        line-height: 1.2;
        color: #414244;
        margin-bottom: 0;
        font-size: 110%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        padding-bottom: 0;

        @media (max-width: 575.98px) {
            font-size: 100%;
        }
    }

    .servicesWrapper {
        display: flex;
        flex-direction: column;
        gap: 3rem;
        margin-top: 4rem;

        @media (max-width: 767px) {
            margin-top: 3.2rem;
        }
    }

    .serviceCard {
        display: grid;
        grid-template-columns: 1.1fr 1fr;
        gap: 4rem;
        background: #fff;
        border-radius: 14px;
        padding: 3%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border-radius: 20px;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        background-color: #fff;

        @media (max-width: 991px) {
            display: flex !important;
            flex-direction: column !important;
        }



        &.rowReverse {
            grid-template-columns: 1fr 1.1fr;





            .serviceContent {
                order: 2;

                @media (max-width: 991px) {
                    order: unset;
                }
            }

            .serviceImage {
                order: 1;

                @media (max-width: 991px) {
                    order: unset;
                }
            }
        }

        @media (max-width: 991px) {
            grid-template-columns: 1fr;
            gap: 2rem;

            .serviceContent,
            .serviceImage {
                order: unset;
            }
        }

        .serviceContent {

            .serviceTitle {
                font-family: var(--font-funnel) !important;
                color: #881946 !important;
                margin-bottom: 1.2rem !important;
                font-size: 190% !important;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
                padding-bottom: 0 !important;
            }

            .serviceIntro {
                font-size: 80% !important;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.28px;
                text-align: left;
                color: #414244 !important;
                margin-bottom: 1rem !important;
            }

            .caseStudy {

                .svgWrap {
                    display: block;
                    margin-bottom: 0.5rem;

                }


                .caseLabel {
                    display: inline-block;
                    font-size: 85% !important;
                    font-weight: 600 !important;
                    margin-bottom: 0.6rem;
                    font-family: var(--font-funnel) !important;
                    font-size: 120% !important;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                }

                .caseText {
                    font-size: 90% !important;
                    margin-bottom: 0.8rem !important;
                    font-size: 80% !important;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6 !important;
                    letter-spacing: 0.28px !important;
                    text-align: left;
                    color: #303030 !important;
                }

                .caseLink {
                    font-size: 90% !important;
                    font-weight: 500 !important;
                    color: #881946;
                    text-decoration: none;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    &:hover {
                        text-decoration: underline;
                    }
                }
            }
        }

        .serviceImage {
            img {
                width: 100%;
                height: auto;
                border-radius: 12px;
                object-fit: cover;
            }
        }
    }
}


.insightsIdeas {
    padding: 6rem 8vw;
    background: #F3F5F9;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .headWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem;
        position: relative;
        flex-direction: column;

        h2 {
            font-family: var(--font-funnel);
            font-size: 190%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1rem;
        }

        .ideasDesc {
            font-family: var(--font-plus) !important;
            font-weight: 500 !important;
            line-height: 1.2;
            color: #414244;
            margin-bottom: 0;
            font-size: 110%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            padding-bottom: 0;

            @media (max-width: 575.98px) {
                font-size: 100%;
            }
        }

        .navArrows {
            display: flex;
            gap: 1rem;
            position: absolute;
            right: 0;
            bottom: 0;

            button {
                background: none;
                border: none;
                padding: 0;
                cursor: pointer;

                &.slick-disabled {
                    opacity: 0.4;
                    pointer-events: none;
                }
            }
        }
    }

    /* GRID DEFAULT (NO SLIDER) */
    .ideasSlider {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.2rem;

        &.slick-initialized {
            display: block;
        }
    }

    .ideaCard {
        display: block;
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
        border: solid 0.5px #d4d5db;
        background-color: #fff;
        transition: transform 0.25s ease, box-shadow 0.25s ease;


        .imageWrap {
            position: relative;

            img {
                width: 100%;
                height: 230px;
                object-fit: cover;
            }

            .mediaIcon {
                /* position: absolute;
                top: 12px;
                left: 12px;
                width: 36px;
                height: 36px;
                border-radius: 50%;
                background: #f5c16c; */
            }
        }

        .contentWrap {
            padding: 1.5rem;
            /* height: 100%; */
            display: flex;
            flex-direction: column;
            min-height: 16rem;


            .tags {
                display: flex;
                align-items: center;
                gap: 0.5rem;
                margin-bottom: 0.8rem;
                flex-wrap: wrap;

                @media (max-width: 1000px) {
                    gap: 0.5rem;
                }

                .tag {
                    font-size: 65%;
                    text-transform: uppercase;
                    padding: 0;
                    margin: 0;
                    padding: 5px 10px;
                    border-radius: 5px;
                    border: solid 0.5px #c1c4c7;
                    background-color: #F3F5F9;
                    font-weight: 600;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.96px;
                    text-align: center;
                    color: #5e6062;
                    transition: all 0.3s ease-in-out;

                    @media (max-width: 1000px) {
                        font-size: 60%;
                    }
                }
            }

            .cardTitle {
                font-family: var(--font-funnel);
                font-size: 120%;
                color: #881946;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
                margin-bottom: 1.2rem;
            }

            .readMore {
                font-size: 90%;
                font-weight: 500;
                color: #881946;
                display: flex;
                align-items: center;
                gap: 0.4rem;
                padding-bottom: 0;
                margin: 0;
                margin-top: auto;
                font-family: var(--font-plus);
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #881946;

                .arrow {
                    display: flex;

                    svg {
                        width: 16px;
                        height: auto;
                        display: inline-block;
                        margin-left: 0.5rem;
                        transition: all 0.3s ease-in-out;

                        @media (max-width: 1000px) {
                            width: 14px;
                        }
                    }
                }

            }
        }
    }

    .ideaCard:hover {
        background-color: #f8eace;
        transition: all 0.3s ease-in-out;

        .contentWrap {
            /* background-color: #f8eace;
            transition: all 0.3s ease-in-out; */

            .tag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }



        .arrow {
            svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;

            }



        }
    }

    /* TABLET */
    @media (max-width: 1024px) {
        .ideasSlider {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* MOBILE */
    @media (max-width: 575px) {
        .ideasSlider {
            grid-template-columns: 1fr;
        }

        .ideaCard .imageWrap img {
            height: 200px;
        }
    }
}

/* SLICK TRACK FIX */
.insightsIdeas .ideasSlider .slick-track {
    display: flex;
}

/* SLIDE SPACING */
.insightsIdeas .ideasSlider .slick-slide {
    margin: 0 8px;
    /* ðŸ‘ˆ gap control */
    height: auto;
}

/* REMOVE EXTRA OFFSET AT EDGES */
.insightsIdeas .ideasSlider {
    margin: 0 -8px;
}



.webinarsSection {
    padding: 6rem 8vw;
    background: #F3F5F9;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 768px) {
        padding: 4rem 8vw;
        font-size: 16px;
    }

    @media (max-width: 575px) {
        padding: 4rem 4vw;
        font-size: 15px;
    }

    .sectionHeader {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem;
        flex-direction: column;
        position: relative;

        h2 {
            font-family: var(--font-funnel);
            font-size: 190%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1rem;
        }

        .webinarsDesc {
            font-family: var(--font-plus) !important;
            font-weight: 500 !important;
            line-height: 1.2;
            color: #414244;
            margin-bottom: 0;
            font-size: 110%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            padding-bottom: 0;

            @media (max-width: 575.98px) {
                font-size: 100%;
            }
        }

        .navArrows {
            display: flex;
            gap: 1rem;
            position: absolute;
            right: 0;
            bottom: 0;

            button {
                width: 32px;
                height: 32px;
                border-radius: 6px;
                border: 1px solid #ddd;
                background: #fff;
                cursor: pointer;
            }
        }
    }

    .webinarsSlider {
        display: flex;

        .webinarCard {
            background: transparent;
            border-radius: 14px;
            overflow: hidden;
            margin: 0 12px;
            box-shadow: none;

            .webinarImage {
                position: relative;

                img {
                    width: 100%;
                    height: 220px;
                    object-fit: cover;
                    display: block;
                    border-radius: 15px;
                    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                    background-color: #fff;
                }

                .statusBadge {
                    position: absolute;
                    top: 12px;
                    left: 12px;
                    background: #fff;
                    font-weight: 600;
                    padding: 4px 8px;
                    border-radius: 4px;
                    letter-spacing: 0.04em;
                    font-family: var(--font-plus);
                    font-size: 70%;
                    font-weight: 600;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.96px;
                    text-align: center;
                    color: #5e6062;
                    padding: 5px;
                    border-radius: 5px;
                    border: solid 0.5px #c1c4c7;
                    background-color: #F3F5F9;
                }
            }

            .webinarContent {
                padding: 0.8rem;
                display: flex;
                flex-direction: column;
                min-height: 18rem;

                .webinarMeta {
                    font-size: 80%;
                    color: #444;
                    margin-bottom: 0.6rem;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #28292a;
                    padding-bottom: 0;
                    margin: 0;
                    margin-bottom: 0.6rem;
                }

                .webinarTitle {
                    font-family: var(--font-funnel);
                    font-size: 130%;
                    color: #881946;
                    margin-bottom: 1rem;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    padding-bottom: 0;
                }

                .webinarLink {
                    font-weight: 500;
                    color: #881946;
                    text-decoration: none;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    margin-top: auto;
                    display: flex;
                    align-items: baseline;

                    .arrow {
                        display: flex;

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;

                            @media (max-width: 1000px) {
                                width: 14px;
                            }
                        }
                    }
                }
            }
        }
    }
}


/* SLICK TRACK FIX */
.webinarsSection .webinarsSlider .slick-track {
    display: flex;
}

/* SLIDE SPACING */
.webinarsSection .webinarsSlider .slick-slide {
    margin: 0 8px;
    /* ðŸ‘ˆ gap control */
    height: auto;
}

/* REMOVE EXTRA OFFSET AT EDGES */
.webinarsSection .webinarsSlider {
    margin: 0 -8px;
}

/* 
.practiceBanner .sr-only,
.practiceBanner .visually-hidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
} */

footer span {
    position: static !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
}

footer strong {
    position: static !important;
    clip: auto !important;
    overflow: visible !important;
    width: auto !important;
    height: auto !important;
}







.heroBanner {
    position: relative;
    background-color: #881946;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

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

    .bannerContainer {
        display: flex;

        video {
            max-width: 100%;
            object-fit: cover;
            max-height: 85vh;
            aspect-ratio: 16/9;
            margin: 0;
            width: 100%;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }

        img {
            max-width: 100%;
            object-fit: cover;
            max-height: 95vh;
            aspect-ratio: 16/9;
            margin: 0;
            width: 100%;

            @media (max-width: 767px) {
                aspect-ratio: 3/4;
                max-height: 600px;

            }
        }



        .contentBox {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -30%);
            padding: 0 0 0 8vw;

            @media (max-width: 575.98px) {
                padding: 0 0 0 4vw;
            }

            .subtitle {
                font-size: 110%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.4px;
                text-align: left;
                color: #fff;
                max-width: 100%;
                padding-bottom: 2rem;
                margin: 0;
            }


            h1 {
                font-family: var(--font-funnel) !important;
                font-size: clamp(150%, 4.5vw, 390%);
                font-weight: 300;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #fff;
                padding-bottom: 1.5rem;
                width: 90%;

                @media (max-width: 767px) {
                    width: 90%;
                }
            }

            .bannerButton {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #ffab15;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: left;
                color: #881946;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }




        .socialWrapper {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 2rem;

            .shareText {
                font-family: var(--font-plus);
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #fff;
            }

            .socialIcon {
                a {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    background-color: transparent;
                    padding: 0;

                    svg {
                        width: 20px;
                        height: 20px;
                        display: block;

                        path,
                        rect {
                            transition: all 0.3s ease-in-out;
                        }
                    }
                }

                a:hover svg path {
                    fill: #881946;
                }

                a:hover svg rect {
                    fill: #881946;
                }

                &.bluesky svg {
                    width: 23px;
                    height: 20px;
                }

                &.email svg {
                    width: 24px;
                    height: 17px;
                }
            }
        }
    }
}



.single-our-ideas section {
    padding: 0;
    font-family: var(--font-plus) !important;

    .heroBanner {
        position: relative;
        background-color: #881946;
        font-family: var(--font-plus);
        font-size: 18px;
        min-width: 100vw;

        @media (max-width: 1200px) {
            font-size: 17px;
        }

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

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

        .bannerContainer {
            display: flex;

            video {
                max-width: 100%;
                object-fit: cover;
                max-height: 95vh;
                aspect-ratio: 16/9;
                margin: 0;
                width: 100%;

                @media (max-width: 767px) {
                    aspect-ratio: 3/4;
                    max-height: 600px;

                }
            }

            img {
                max-width: 100%;
                object-fit: cover;
                max-height: 95vh;
                aspect-ratio: 16/9;
                margin: 0;
                width: 100%;

                @media (max-width: 767px) {
                    aspect-ratio: 3/4;
                    max-height: 600px;

                }
            }



            .contentBox {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translate(0, -30%);
                padding: 0 8vw;

                @media (max-width: 575.98px) {
                    padding: 0 4vw;
                }

                .subtitle {
                    font-size: 110%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.4px;
                    text-align: left;
                    color: #fff;
                    max-width: 100%;
                    padding-bottom: 2rem;
                    margin: 0;
                }


                h1 {
                    font-family: var(--font-funnel) !important;
                    font-size: clamp(150%, 4.5vw, 390%);
                    font-weight: 300;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.1;
                    letter-spacing: normal;
                    text-align: left;
                    color: #fff;
                    /* padding-bottom: 1.5rem; */
                    width: 90%;

                    @media (max-width: 767px) {
                        width: 90%;
                    }
                }

                .bannerButton {
                    padding: 7px 14px;
                    border-radius: 5px;
                    background-color: #ffab15;
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }
            }




            .socialWrapper {
                display: flex;
                align-items: center;
                gap: 1rem;
                margin-top: 2rem;

                .shareText {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #fff;
                }

                .socialIcon {
                    a {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;

                        svg {
                            width: 20px;
                            height: 20px;
                            display: block;
                        }
                    }

                    &.bluesky svg {
                        width: 23px;
                        height: 20px;
                    }

                    &.email svg {
                        width: 24px;
                        height: 17px;
                    }
                }
            }
        }
    }


}


#ideasPagination .pagination {
    align-items: center;
    justify-content: center;
}







.pressBanner {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 4rem 8vw;

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw 2rem 4vw;
    }

    .mainContainer {
        .headContainer {
            display: flex;
            gap: 1.5rem;
            align-items: baseline;
            padding-bottom: 2.4rem;

            @media (max-width: 767px) {
                flex-direction: column;
                gap: 0.5rem;
                padding-bottom: 1.4rem;
            }

            h1 {
                font-family: var(--font-funnel);
                font-size: 385%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 768px) {
                    font-size: clamp(200%, 4.5vw, 385%);
                }
            }

            span {
                font-family: var(--font-funnel);
                font-size: 120%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
            }
        }

        .bodyContainer {
            display: flex;
            gap: 2rem;
            justify-content: space-between;
            width: 100%;

            @media (max-width: 991px) {
                flex-direction: column;
                gap: 2rem;
            }

            .left {
                width: 55%;

                @media (max-width: 991px) {
                    width: 100%;
                }

                img,
                video {
                    border-radius: 20px;
                    object-fit: cover;
                    overflow: hidden;
                    width: 100%;
                    height: auto;
                    margin: 0;
                }
            }

            .right {
                width: 40%;
                display: flex;
                flex-direction: column;

                @media (max-width: 991px) {
                    width: 75%;
                }

                h3 {
                    font-family: var(--font-funnel);
                    font-size: 195%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1300px) {
                        font-size: 150%;
                        padding-bottom: 15px;
                    }
                }

                .description {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: 500;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    color: #414244;
                    margin: 0;
                }

                .ctaContainer {
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;

                    @media (max-width: 1300px) {
                        gap: 1.5rem;
                    }

                    @media (max-width: 991px) {
                        padding-bottom: 1.5rem;
                    }

                    .wrapper {
                        p {
                            font-family: var(--font-plus);
                            font-size: 100%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.36px;
                            text-align: left;
                            color: #414244;
                            padding-bottom: 1rem;

                            @media (max-width: 1300px) {
                                padding-bottom: 0.5rem;
                            }
                        }

                        a {
                            padding: 7px 14px;
                            border-radius: 5px;
                            background-color: #881946;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: center;
                            color: #fff;
                            transition: all 0.3s ease;

                            &:hover {
                                background-color: #4f0121;
                                color: #fff;
                            }
                        }
                    }
                }

                .bannerBtn {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: center;
                    color: #fff;
                    padding: 8px 16px;
                    border-radius: 6.4px;
                    background-color: #881946;
                    width: fit-content;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }

                .downArrow {
                    margin-top: auto;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;
                        opacity: 0;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}

#mediaResources {
    display: none;
}

#ctaCards {
    .mainContainer {
        padding: 2rem 8vw 0rem 8vw;
    }
}

.mediaResourcesSection {
    background-color: #F2F3F9;

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 3.2rem;
            max-width: 100%;
        }

        .cardContainer {
            display: flex;
            gap: 1.5rem;
            justify-content: center;

            @media (max-width: 991px) {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }

            /* 
            @media (max-width: 991px) {
                grid-template-columns: repeat(2, 1fr);
            } */

            @media (max-width: 575px) {
                grid-template-columns: repeat(1, 1fr);
            }


            .card {
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                background-color: #fff;
                border: none;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                flex: 1;
                /* max-width: 24rem; */

                .logo {
                    height: 60px;
                    width: auto;
                    object-fit: contain;
                    display: block;
                    margin-bottom: 1rem;
                }

                .title {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin-bottom: 1rem;
                    margin-left: 0;
                    padding-bottom: 0;
                }

                p {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #414244;
                    margin: 0;
                    margin-bottom: 2rem;
                }

                a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    background: transparent;
                    margin-top: auto;

                    &:hover {
                        opacity: 0.6;
                    }

                    span {
                        .btnIcon {
                            height: 36px;
                            width: auto;
                            display: block;
                        }
                    }
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}

.announcementSection {
    /* background-color: #f8f9fb; */
    padding: 4rem 8vw !important;
    font-family: var(--font-plus) !important;
    font-size: 18px;
    text-align: center;

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw !important;
    }

    .announcementTitle {
        font-family: var(--font-funnel);
        font-size: 190%;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: normal;
        text-align: center;
        color: #881946;
        padding-bottom: 3.2rem;
    }

    .announcementFilters {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 3.2rem;

        .announcementFilterSelect {
            position: relative;

            .announcementSelectWrapper {
                position: relative;

                @media (max-width: 600px) {
                    width: 80vw;
                }

                .announcementDropdown {
                    appearance: none;
                    background: #fff;
                    border: 1px solid #ccc;
                    border-radius: 8px;
                    padding: 10px 40px 10px 16px;
                    min-width: 200px;
                    font-size: 90%;
                    font-weight: 500;
                    color: #5e6062;
                    cursor: pointer;
                    font-family: var(--font-plus);

                    @media (max-width: 600px) {
                        width: 100%;
                    }

                    &:focus {
                        outline: none;
                        border-color: #881946;
                    }
                }

                &::after {
                    content: "";
                    position: absolute;
                    right: 14px;
                    top: 50%;
                    width: 10px;
                    height: 10px;
                    transform: translateY(-50%) rotate(45deg);
                    border-right: 2px solid #881946;
                    border-bottom: 2px solid #881946;
                    pointer-events: none;
                }
            }
        }

        .announcementSearchBox {
            input {
                padding: 0.7rem 1rem;
                border-radius: 6px;
                border: 1px solid #ccc;
                min-width: 250px;
                font-size: 90%;
                font-weight: 500;
                color: #5e6062;
                font-family: var(--font-plus);

                @media (max-width: 600px) {
                    min-width: 80vw;
                }

                &:focus {
                    outline: none;
                    border-color: #881946;
                }
            }
        }
    }

    .announcementGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 3rem;
        column-gap: 1.5rem;
        margin-bottom: 3rem;

        @media (max-width: 991px) {
            grid-template-columns: repeat(2, 1fr);
        }

        .announcementItem {
            /* background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); */
            overflow: hidden;
            text-decoration: none;
            display: flex;
            flex-direction: column;
            transition: all 0.3s ease;

            &:hover {
                /* box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                background-color: #ffddeb; */
            }

            .announcementImage {
                overflow: hidden;
                border-radius: 15px;
                /* box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15); */
                background-color: rgba(0, 0, 0, 0.05);
            }

            .announcementImage img {
                width: 100%;
                aspect-ratio: 16 / 9;
                object-fit: cover;
                transition: transform 0.3s ease;
            }

            &:hover img {
                transform: scale(1.05);
            }

            &:hover {
                .icon-arrow-right {
                    svg {
                        transform: translateX(4px);
                        transition: all 0.3s ease-in-out;

                    }

                }
            }

            .announcementContent {
                padding: 1rem 0;
                text-align: left;
                display: flex;
                flex-direction: column;
                flex-grow: 1;

                .announcementMeta {
                    display: flex;
                    gap: 0.5rem;
                    margin-bottom: 0.5rem;
                    flex-wrap: wrap;
                    align-items: center;

                    span {
                        font-family: var(--font-plus);
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #28292a;
                    }
                }

                .announcementItemTitle {
                    font-family: var(--font-funnel);
                    font-size: 130%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.25;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin: 0;
                    /* margin-bottom: 1rem; */

                }

                .announcementExcerpt {
                    font-family: var(--font-plus);
                    font-size: 100%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.36px;
                    text-align: left;
                    color: #414244;
                    margin: 0;
                }

                .announcementRead {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    margin: 0;
                    margin-top: auto;
                    padding-bottom: 0;

                    .icon-arrow-right {
                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;

                            @media (max-width: 1000px) {
                                width: 14px;
                            }

                            path {}
                        }
                    }
                }
            }
        }
    }

    .announcementLoadWrap {
        display: flex;
        justify-content: center;

        .announcementLoadBtn {
            padding: 10px 20px;
            border-radius: 6.4px;
            background-color: #881946;
            color: #fff;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            font-family: var(--font-plus);

            &:hover {
                background-color: #4f0121;
            }
        }
    }

    @media (max-width: 768px) {
        .announcementGrid {
            grid-template-columns: 1fr;
        }

        .announcementFilters {
            /* flex-direction: column; */
            align-items: center;
        }
    }
}


.pressAboutSection {
    padding: 10rem 8vw 6rem 8vw;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 6rem 8vw 4rem 8vw;
    }

    @media (max-width: 575.98px) {
        padding: 6rem 4vw 4rem 4vw;
    }

    @media (max-width: 480px) {
        font-size: 15px;
    }

    .mainContainer {
        width: 100%;
    }

    /* ================= Header ================= */
    .headContainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4rem;
        gap: 1.5rem;

        @media (max-width: 768px) {
            flex-direction: column;
            align-items: flex-start;
            margin-bottom: 3rem;
        }

        h2 {
            font-family: var(--font-funnel);
            font-size: 190%;
            font-weight: 400;
            color: #881946;
            margin: 0;

            @media (max-width: 768px) {
                padding-bottom: 0;
            }
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }
    }

    /* ================= Cards ================= */
    .cardsContainer {
        display: flex;
        gap: 1.2rem;
    }

    .card {
        background: #fff;
        border-radius: 10px;
        padding: 20px;
        /* box-shadow: 0 0 18.6px rgba(0, 0, 0, 0.15); */
        border: solid 0.5px #d4d5db;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin: 0 0.5rem;

        img {
            width: 100%;
            aspect-ratio: 16 / 9;
            object-fit: contain;
            border-radius: 8px;
            /* padding-bottom: 1.2rem; */
        }

        h1 {
            font-weight: 600;
            color: #881946;
            line-height: 1.6;
            letter-spacing: 0.32px;
            margin: 2rem 0 0.4rem 0;
            font-family: var(--font-funnel);
            font-size: 390%;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: 0.1;
            letter-spacing: normal;
            text-align: left;
            color: #881946;
        }

        p {
            font-family: var(--font-plus);
            font-size: 100%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.5;
            letter-spacing: 0.36px;
            text-align: left;
            color: #414244;
        }

        /* ===== Reused link style ===== */
        .leaderLink {
            margin-top: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.6rem;
            font-size: 90%;
            font-weight: 500;
            color: #881946;
            line-height: 1.6;
            letter-spacing: 0.32px;
            text-decoration: none;
            font-family: var(--font-plus);

            .icon svg {
                width: 30px;
                height: 30px;
            }

            &:hover svg rect {
                opacity: 0.6;
            }
        }
    }
}







.pressBanner {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 4rem 8vw;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 2rem 4vw 2rem 4vw;
    }

    .mainContainer {
        .headContainer {
            display: flex;
            gap: 1.5rem;
            align-items: baseline;
            padding-bottom: 3.2rem;

            @media (max-width: 767px) {
                flex-direction: column;
                gap: 0.5rem;
                padding-bottom: 2rem;
            }

            h1 {
                font-family: var(--font-funnel);
                font-size: 385%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 768px) {
                    font-size: clamp(200%, 4.5vw, 385%);
                }
            }

            span {
                font-family: var(--font-funnel);
                font-size: 120%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
            }
        }

        .bodyContainer {
            display: flex;
            gap: 4rem;
            justify-content: space-between;
            width: 100%;

            @media (max-width: 991px) {
                flex-direction: column;
                gap: 2rem;
            }



            .left {
                width: 55%;

                @media (max-width: 991px) {
                    width: 100%;
                }

                img {
                    border-radius: 20px;
                    object-fit: cover;
                    overflow: hidden;
                    width: 100%;
                    height: auto;
                }
            }

            .right {
                width: 40%;
                display: flex;
                flex-direction: column;

                @media (max-width: 991px) {
                    width: 60%;
                }

                @media (max-width: 768px) {
                    width: 85%;
                }

                @media (max-width: 480px) {
                    width: 100%;
                }

                h3 {
                    font-family: var(--font-funnel);
                    font-size: 195%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1300px) {
                        font-size: 150%;
                        padding-bottom: 15px;
                    }
                }

                .ctaContainer {
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;

                    @media (max-width: 1300px) {
                        gap: 1.5rem;
                    }

                    @media (max-width: 991px) {
                        padding-bottom: 1.5rem;
                    }

                    .wrapper {
                        p {
                            font-family: var(--font-plus);
                            font-size: 100%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.36px;
                            text-align: left;
                            color: #414244;
                            padding-bottom: 1rem;

                            @media (max-width: 1300px) {
                                padding-bottom: 0.5rem;
                            }
                        }

                        a {
                            padding: 7px 14px;
                            border-radius: 5px;
                            background-color: #881946;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: center;
                            color: #fff;
                            transition: all 0.3s ease;

                            &:hover {
                                background-color: #4f0121;
                                color: #fff;
                            }
                        }
                    }
                }

                .downArrow {
                    margin-top: auto;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}


.storyMission {
    padding: 4rem 8vw;
    font-size: 18px;
    padding: 8rem 0 3rem 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 6rem 8vw 3rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }

            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    text-decoration: underline !important;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }


                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }
                        }
                    }
                }

                a:hover {
                    text-decoration: none !important;
                }

                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }



            }


        }

        .right {
            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                display: flex;
                gap: 1rem;


                .single-post-item {
                    border-radius: 11px;
                    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
                    background-color: #fff;
                    transition: background-color 0.3s ease;
                    cursor: pointer;
                    overflow: hidden;
                    margin: 0.5rem;
                    /* max-width: 20rem;
                    max-height: 20rem; */
                    min-height: 26rem;

                    &:hover {
                        background-color: #f5d59a;
                    }

                    figure {
                        height: 100%;

                        .post-img img {
                            object-fit: cover;
                            width: 100%;
                            transition: all 0.3s ease-in-out;
                            aspect-ratio: 16/9.5;
                        }

                        .post-img .img-holder {
                            overflow: hidden;
                        }

                        figcaption {
                            padding: 1rem;
                            display: flex;
                            flex-direction: column;
                            min-height: 13rem;

                            .postTags {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 0.5rem;
                                margin-bottom: 10px;

                                .postTag {
                                    padding: 4px 8px;
                                    border-radius: 5px;
                                    border: solid 0.5px #c1c4c7;
                                    background-color: #F3F5F9;
                                    font-size: 60%;
                                    font-weight: 600;
                                    font-stretch: normal;
                                    font-style: normal;
                                    line-height: 1.5;
                                    letter-spacing: 0.8px;
                                    text-align: center;
                                    color: #5e6062;
                                    transition: all 0.3s ease;
                                    text-transform: uppercase;
                                }
                            }

                            .post-title {
                                font-family: var(--font-funnel) !important;
                                font-size: 100%;
                                font-weight: normal;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.4;
                                letter-spacing: normal;
                                text-align: left;
                                color: #881946;
                                margin: 0;
                            }

                            .readBtn {
                                font-size: 90%;
                                font-weight: 500;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.5;
                                letter-spacing: 0.32px;
                                text-align: left;
                                color: #881946;
                                padding: 0;
                                margin: 0;
                                margin-top: auto;

                                @media (max-width: 1000px) {
                                    font-size: 80%;
                                }

                                svg {
                                    width: 16px;
                                    height: auto;
                                    display: inline-block;
                                    margin-left: 0.5rem;
                                    transition: all 0.3s ease-in-out;



                                    @media (max-width: 1000px) {
                                        width: 14px;
                                    }
                                }


                            }
                        }




                    }




                }

                .single-post-item:hover .readBtn svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }

                .single-post-item:hover .post-img img {
                    transform: scale(1.05);
                }

                .single-post-item:hover figcaption .postTags .postTag {
                    background-color: #881946;
                    color: #fff;
                    border: solid 0.5px #881946;
                }
            }


        }

        .right::after {
            content: "";
            position: absolute;
            top: 0;
            width: 150px;
            /* adjust width of the fade */
            height: 100%;
            z-index: 2;
            pointer-events: none;
            /* ensures clicks go through */


            @media only screen and (max-width: 768px) {
                display: none;
            }
        }

        .right::after {
            right: 0;
            background: linear-gradient(to left,
                    rgba(255, 255, 255, 1) 0%,
                    rgba(255, 255, 255, 0) 100%);

            @media only screen and (max-width: 768px) {
                display: none;
            }
        }
    }
}

.storyVision {
    padding: 4rem 8vw;
    font-size: 18px;
    padding: 4rem 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }

            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }

                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }

                        }
                    }
                }

                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }


            }


        }

        .right {

            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                display: flex;
                gap: 1rem;

                .cardVideo {
                    margin: 0;
                    max-width: 100%;
                    border-radius: 20px;
                    cursor: pointer;
                }
            }


        }
    }
}

.storyValues {
    padding: 4rem 8vw;
    font-size: 18px;
    padding: 4rem 8vw;
    position: relative;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }


            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }

                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }
                        }
                    }
                }


                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }

            }


        }

        .right {
            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                display: grid;
                gap: 2rem;
                grid-template-columns: repeat(2, 1fr);

                @media (max-width: 480px) {
                    grid-template-columns: repeat(1, 1fr);
                }

                .block {
                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding-bottom: 1rem;

                        @media (max-width: 480px) {
                            padding-bottom: 0.5rem;
                        }
                    }

                    p {
                        font-family: var(--font-plus);
                        font-size: 80%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.6;
                        letter-spacing: 0.28px;
                        text-align: left;
                        color: #414244;
                    }
                }
            }


        }
    }
}

.storyLeadership {
    font-size: 18px;
    padding: 6rem 0 0 8vw;
    position: relative;
    background-color: #F2F3F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 4rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 768px) {
            flex-direction: column;
            gap: 2rem;
        }

        .left {
            width: 35%;

            @media (max-width: 768px) {
                width: 100%;
            }

            h3 {
                font-family: var(--font-funnel);
                font-size: 195%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 1300px) {
                    font-size: 150%;
                    padding-bottom: 15px;
                }
            }

            .ancorWrap {
                /* cursor: pointer; */

                a {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1000px) {
                        font-size: 80%;
                    }

                    span {

                        svg {
                            width: 16px;
                            height: auto;
                            display: inline-block;
                            margin-left: 0.5rem;
                            transition: all 0.3s ease-in-out;
                            margin-bottom: 6px;



                            @media (max-width: 1000px) {
                                width: 14px;
                                margin-bottom: 4px;
                            }
                        }
                    }
                }

                a:hover span svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;
                }



            }

        }

        .right {
            width: 67%;

            @media (max-width: 768px) {
                width: 100%;
            }


            .cardsContainer {
                /* display: grid;
                gap: 2rem; */

                .teamGrid {
                    display: grid;
                    grid-template-columns: repeat(6, 1fr);
                    gap: 1rem;


                    @media (max-width: 1200px) {
                        grid-template-columns: repeat(5, 1fr);
                    }

                    @media (max-width: 991px) {
                        grid-template-columns: repeat(4, 1fr);
                    }

                    @media (max-width: 768px) {
                        grid-template-columns: repeat(3, 1fr);
                    }

                    @media (max-width: 480px) {
                        grid-template-columns: repeat(2, 1fr);
                    }

                    .teamCard {
                        overflow: hidden;
                        border-radius: 10px;
                        box-shadow: 0 0 5.4px 0 rgba(0, 0, 0, 0.2);
                        border: solid 1px #d3618f;
                        cursor: pointer;


                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            display: block;
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    @media (min-width: 768px) {

                        .teamCard:hover img {
                            transform: scale(1.05);
                        }

                    }


                }

                @media (min-width: 768px) {

                    /* .teamGrid:hover .teamCard img {
                        filter: grayscale(100%);
                        opacity: 0.6;
                    } */

                    .teamGrid .teamCard:hover img {
                        transform: scale(1.05);
                    }

                }


            }


        }
    }
}

.storyLeadership::after {
    content: "";
    position: absolute;
    top: 0;
    width: 150px;
    /* adjust width of the fade */
    height: 100%;
    z-index: 2;
    pointer-events: none;
    /* ensures clicks go through */
    transition: all 0.3s ease-in-out;


    @media only screen and (max-width: 768px) {
        display: none;
    }
}

.storyLeadership::after {
    right: 0;
    background: linear-gradient(to left, rgba(241, 243, 249, 1) 0%, rgba(241, 243, 249, 0) 100%);


    @media only screen and (max-width: 768px) {
        display: none;
    }
}

@media (min-width: 768px) {

    .storyLeadership:has(.teamGrid:hover)::after {
        opacity: 0;
    }

}


.storyCommitments {
    font-size: 18px;
    position: relative;
    background-color: #F2F3F9;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding-top: 2rem;
    }

    .mainContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* gap: 3.2rem; */
        transform: translateY(10rem);
        position: relative;
        z-index: 1;

        @media (max-width: 768px) {
            transform: translateY(4rem);
        }

        @media (max-width: 575px) {
            transform: translateY(0rem);
        }

        .headWrap {
            display: flex;
            justify-content: center;
            width: 100%;

            h3 {
                font-family: var(--font-funnel);
                font-size: 190%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: center;
                color: #881946;
                padding-bottom: 3.2rem;
            }
        }



        .cardsContainer {
            display: flex;
            gap: 2rem;
            padding: 0 16vw;

            @media (max-width: 1200px) {
                padding: 0 8vw;
            }

            @media (max-width: 768px) {
                gap: 1rem;
            }

            @media (max-width: 575px) {
                padding: 0 4vw;
                flex-direction: column;
                margin-bottom: 2rem;
            }


            .single-post-item {
                border-radius: 11px;
                box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
                background-color: #fff;
                transition: background-color 0.3s ease;
                cursor: pointer;
                overflow: hidden;
                flex: 1;

                &:hover {
                    background-color: #f5d59a;
                }

                figure {
                    height: 100%;
                    padding: 1rem;

                    .post-img img {
                        object-fit: cover;
                        width: 100%;
                        transition: all 0.3s ease-in-out;
                        aspect-ratio: 16/9.5;

                    }

                    .post-img .img-holder {
                        overflow: hidden;
                        margin-bottom: 1rem;
                        border-radius: 10px;
                    }

                    figcaption {
                        display: flex;
                        flex-direction: column;
                        min-height: 13rem;

                        /* .postTags {
                            display: flex;
                            flex-wrap: wrap;
                            gap: 0.5rem;
                            margin-bottom: 10px;

                            .postTag {
                                padding: 4px 8px;
                                border-radius: 5px;
                                border: solid 0.5px #c1c4c7;
                                background-color: #F3F5F9;
                                font-size: 60%;
                                font-weight: 600;
                                font-stretch: normal;
                                font-style: normal;
                                line-height: 1.5;
                                letter-spacing: 0.8px;
                                text-align: center;
                                color: #5e6062;
                                transition: all 0.3s ease;
                                text-transform: uppercase;
                            }
                        } */

                        .post-title {
                            font-family: var(--font-funnel) !important;
                            font-size: 120%;
                            font-weight: normal;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.4;
                            letter-spacing: normal;
                            text-align: left;
                            color: #881946;
                            margin: 0;
                        }

                        .readBtn {
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            padding: 0;
                            margin: 0;
                            margin-top: auto;

                            @media (max-width: 1000px) {
                                font-size: 80%;
                            }

                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.5rem;
                                transition: all 0.3s ease-in-out;



                                @media (max-width: 1000px) {
                                    width: 14px;
                                }
                            }


                        }
                    }




                }




            }

            .single-post-item:hover .readBtn svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;
            }

            .single-post-item:hover .post-img img {
                transform: scale(1.05);
            }

            .single-post-item:hover figcaption .postTags .postTag {
                background-color: #881946;
                color: #fff;
                border: solid 0.5px #881946;
            }
        }



    }

    .bgImage {
        background: rgba(235, 236, 242, 1);

        img {
            width: 100%;
            height: auto;
            object-fit: contain;
            transform: translateY(-4rem);

            @media (max-width: 768px) {
                transform: translateY(0rem);
            }
        }
    }
}















.commitmentBannner.wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    font-family: var(--font-plus) !important;

    @media (max-width: 991px) {
        flex-direction: column-reverse;
    }
}


.commitmentBannner {
    /* Styles for desktop banner wrapper */
    padding-bottom: 4rem;
}

.commitmentBannner .left-container {
    /* Styles for left container */
    flex: 1;
    padding: 1.6rem 1.6rem 1.6rem 8vw;
    background-color: #f1f3f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .commitmentBannner .left-container {
        padding: 2rem 8vw;
    }
}

@media (max-width: 575px) {
    .commitmentBannner .left-container {
        padding: 2rem 4vw;
    }
}

.commitmentBannner .banner-caption {
    /* Styles for banner caption */
}

.commitmentBannner .infoBox {
    /* Styles for info box */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 0.5rem;
}

.commitmentBannner .publishDate {
    /* Styles for publish date */
}

.commitmentBannner .ideaCategory {
    /* Styles for idea category */
}

.commitmentBannner h1 {
    /* Styles for post type */
    font-family: var(--font-funnel) !important;
    font-size: 220%;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    margin-bottom: 1.5rem;

    @media (max-width: 575px) {
        font-size: 180%;
    }
}

.commitmentBannner .left-container .banner-caption .postType {
    /* Styles for post type */
    font-size: 75%;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 1.12px;
    text-align: left;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    /* padding-bottom: 0; */
    margin: 0;
    margin-bottom: 1.5rem;
}

.commitmentBannner .left-container .banner-caption .postType a {
    color: #5e6062;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #fff;
    width: fit-content;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 5px;
    box-shadow: 0 0 5.3px 0 #ccc;
    background-color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: center;
    color: #5e6062;
    font-size: 70%;
}

.commitmentBannner .left-container .banner-caption p {
    /* Styles for author names */
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #414244;
    margin-bottom: 1rem;
    font-family: var(--font-plus) !important;
    text-transform: capitalize !important;
}

.commitmentBannner .left-container .banner-caption p a {
    color: #414244;
    text-decoration: underline !important;
    transition: all 0.3s ease;
    text-transform: capitalize !important;
}

.commitmentBannner .left-container .banner-caption p a:hover {
    text-decoration: none !important;
}

.commitmentBannner .socialWrapper {
    /* Styles for social wrapper */
    display: flex;
    align-items: center;
    gap: 1rem;
}

.commitmentBannner .shareText {
    /* Styles for share text */
    font-family: var(--font-plus);
    font-size: 90%;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-align: left;
    color: #881946;
}

.commitmentBannner .socialIcon a svg {
    /* Styles for social icons */
    height: 20px;
    width: 20px;
    display: block;
}

.commitmentBannner .right-container {
    /* Styles for right container */
    flex: 1;
}

.commitmentBannner .banner-image {
    /* Styles for banner image */
    height: 100%;
}

.commitmentBannner .banner-image img {
    /* Styles for banner image img element */
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}

.commitmentBannner .inner-body-content {
    /* Styles for banner image img element */
    font-size: 100%;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #414244;
    /* padding: 4rem 0; */
}

.commitmentBannner .inner-body-content p {
    /* Styles for banner image img element */
    margin-top: 0;
    margin-bottom: 1rem;
}

.commitmentBannner .inner-body-content h2 {
    /* Styles for banner image img element */
    font-family: var(--font-plus) !important;
    font-size: 200%;
    margin: 0;
}






.commContent {
    padding: 4rem 8vw;

    @media (max-width: 575px) {
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;
        position: relative;

        @media (max-width: 768px) {
            flex-direction: column;
        }

        .left {
            width: 100%;

            p,
            ul,
            ol,
            li,
            h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                font-family: var(--font-plus) !important;
                color: #414244;
                margin: 0;
            }

            p {
                font-size: 80%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.28px;
                text-align: left;
                color: #414244;
            }

            h4 {
                font-size: 90%;
                font-weight: 500;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #414244;
            }

            ul,
            ol {
                li {
                    font-size: 80%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.28px;
                    text-align: left;
                    color: #414244;
                }
            }
        }

        .right {
            width: 50%;

            @media (max-width: 768px) {
                width: 100%;
            }

            .mainWrap {
                position: sticky;
                top: 2.8rem;


                @media (max-width: 768px) {
                    position: relative;
                    top: unset;
                }


                h6 {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    border-bottom: 1px solid #d4d5db;
                    padding-bottom: 1.2rem;
                }

                .block {
                    display: flex;
                    flex-direction: column;
                    gap: 0.8rem;
                    padding-top: 1.2rem;

                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding-bottom: 0;
                        margin: 0;
                    }

                    .readBtn {
                        padding-bottom: 1.2rem;
                        border-bottom: 1px solid #d4d5db;

                        a {
                            font-family: var(--font-plus);
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.6;
                            letter-spacing: 0.32px;
                            text-align: left;
                            color: #881946;
                            display: flex;
                            align-items: center;



                            @media (max-width: 1000px) {
                                font-size: 80%;
                            }

                            span {
                                svg {
                                    width: 16px;
                                    height: auto;
                                    display: inline-block;
                                    margin-left: 0.5rem;
                                    transition: all 0.3s ease-in-out;
                                    margin-bottom: 6px;



                                    @media (max-width: 1000px) {
                                        width: 14px;
                                        margin-bottom: 4px;
                                    }

                                    path {}
                                }
                            }
                        }

                        a:hover svg {
                            transform: translateX(4px);
                            transition: all 0.3s ease-in-out;
                        }
                    }


                }
            }
        }
    }
}








.contactBanner {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 2rem 8vw 4rem 8vw;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 2rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 2rem 4vw 2rem 4vw;
    }

    .mainContainer {
        .headContainer {
            display: flex;
            gap: 1.5rem;
            align-items: baseline;
            padding-bottom: 1rem;

            @media (max-width: 767px) {
                flex-direction: column;
                gap: 0.5rem;
                padding-bottom: 1rem;
            }

            h1 {
                font-family: var(--font-funnel);
                font-size: 385%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.1;
                letter-spacing: normal;
                text-align: left;
                color: #881946;

                @media (max-width: 768px) {
                    font-size: clamp(200%, 4.5vw, 385%);
                }
            }

            span {
                font-family: var(--font-funnel);
                font-size: 120%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.2;
                letter-spacing: normal;
                text-align: left;
                color: #881946;
            }
        }

        .bodyContainer {
            display: flex;
            gap: 4rem;
            justify-content: space-between;
            width: 100%;

            @media (max-width: 991px) {
                flex-direction: column;
                gap: 2rem;
            }



            .left {
                width: 75%;

                @media (max-width: 991px) {
                    width: 100%;
                }

                img {
                    border-radius: 20px;
                    object-fit: contain;
                    overflow: hidden;
                    width: 100%;
                    height: auto;
                    max-height: 40vh;
                }
            }

            .right {
                width: 25%;
                display: flex;
                flex-direction: column;

                @media (max-width: 991px) {
                    width: 60%;
                }

                @media (max-width: 768px) {
                    width: 85%;
                }

                @media (max-width: 480px) {
                    width: 100%;
                }

                h3 {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;

                    @media (max-width: 1300px) {
                        font-size: 120%;
                        padding-bottom: 15px;
                    }
                }

                .ctaContainer {
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;

                    @media (max-width: 1300px) {
                        gap: 1.5rem;
                    }

                    @media (max-width: 991px) {
                        padding-bottom: 1.5rem;
                    }

                    .wrapper {
                        p {
                            font-family: var(--font-plus);
                            font-size: 100%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.36px;
                            text-align: left;
                            color: #414244;
                            padding-bottom: 1rem;

                            @media (max-width: 1300px) {
                                padding-bottom: 0.5rem;
                            }
                        }

                        a {
                            padding: 7px 14px;
                            border-radius: 5px;
                            background-color: #881946;
                            font-size: 90%;
                            font-weight: 500;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.32px;
                            text-align: center;
                            color: #fff;
                            transition: all 0.3s ease;

                            &:hover {
                                background-color: #4f0121;
                                color: #fff;
                            }
                        }
                    }
                }

                .downArrow {
                    margin-top: auto;

                    @media (max-width: 991px) {
                        display: none;
                    }

                    svg {
                        height: 2.4rem;
                        width: auto;
                        display: block;

                        @media (max-width: 1300px) {
                            height: 1.6rem;
                        }

                        path {}
                    }
                }
            }
        }
    }
}



.contactLocations {
    position: relative;
    background-color: #F2F3F9;
    font-family: var(--font-plus);
    font-size: 18px;
    padding: 3.2rem 8vw;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

    @media (max-width: 768px) {
        font-size: 16px;
        padding: 4rem 8vw 2rem 8vw;
    }

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 2rem 4vw 2rem 4vw;
    }

    .mainContainer {
        h3 {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: left;
            color: #881946;
            margin: 0;
            padding-bottom: 2.4rem;
        }

        .locationsWrapper {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 1.5rem;

            @media (max-width: 768px) {
                grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
            }

            .locationBlock {
                padding: 1.5rem 0;
                border-top: 1px solid #881946;

                .head {
                    display: flex;
                    align-items: baseline;
                    gap: 0.6rem;
                    padding-bottom: 1.2rem;

                    svg {
                        height: auto;
                        min-width: 14px;
                        width: auto;
                        display: block;
                    }

                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        line-height: 1.2;
                        letter-spacing: normal;
                        color: #881946;
                        margin: 0;
                        padding-bottom: 0;
                    }
                }

                .content {
                    font-family: var(--font-plus);
                    font-size: 80%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.28px;
                    text-align: left;
                    color: #414244;
                }
            }
        }
    }
}


.advisorsVideoSec {
    background: #fff;

    .mainContainer {
        padding: 0 8vw;

        @media (max-width: 575px) {
            padding: 0 4vw;
        }

        #h-join-our-team {
            font-family: var(--font-funnel) !important;
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding: 4.8rem 0 3.2rem 0;
            margin: 0 auto;

            @media (max-width: 768px) {
                font-size: 150%;
            }
        }

        .wp-block-media-text {
            padding-bottom: 4rem;
            display: flex;
            align-items: flex-start;
            gap: 2.4rem;

            @media (max-width: 991.98px) {
                flex-direction: column;
                gap: 2rem;
            }

            .wp-block-media-text__media {
                flex: 1;

                img,
                video {
                    border-radius: 20px;
                    object-fit: cover;
                }
            }

            .wp-block-media-text__content {
                flex: 0.7;

                @media (max-width: 991.98px) {
                    width: 100%;
                    padding: 0;
                }

                p {
                    font-family: var(--font-plus) !important;
                    font-size: 110%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #414244;
                }

                a {
                    font-family: var(--font-plus) !important;
                    font-size: 90%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: 0.32px;
                    text-align: center;
                    color: #fff;
                    padding: 8px 16px;
                    border-radius: 6.4px;
                    background-color: #881946;

                    &:hover {
                        background-color: #4f0121;
                        color: #fff;
                    }
                }
            }
        }
    }
}


.paraImgSplit {
    padding: 4rem 8vw;
    position: relative;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        display: flex;
        gap: 3.2rem;

        @media (max-width: 991px) {
            flex-direction: column-reverse;
            gap: 2rem;
        }

        .left {
            flex: 0.7;



            p {
                font-family: var(--font-plus) !important;
                font-size: 110%;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.3;
                letter-spacing: normal;
                text-align: left;
                color: #414244;
            }
        }

        .right {
            flex: 1;

            img {
                border-radius: 20px;
                aspect-ratio: 3/2;
                width: 100%;
                object-fit: cover;
            }
        }
    }
}


.advisorsAOE {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;
            padding-bottom: 1.5rem;
            width: 100%;
            justify-content: flex-end;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }

        .cardContainer {
            display: flex;

            /* @media (max-width: 991px) {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            } */

            /* 
            @media (max-width: 991px) {
                grid-template-columns: repeat(2, 1fr);
            } */

            /* @media (max-width: 575px) {
                grid-template-columns: repeat(1, 1fr);
            } */


            .card {
                padding: 20px;
                border-radius: 10px;
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
                background-color: #fff;
                border: none;
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                flex: 1;
                margin: 0 0.5rem;
                /* max-width: 24rem; */

                .logo {
                    height: 60px;
                    width: auto;
                    object-fit: contain;
                    display: block;
                    margin-bottom: 1rem;
                }

                .title {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.2;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin-bottom: 1rem;
                    margin-left: 0;
                    padding-bottom: 0;
                }

                p {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #414244;
                    margin: 0;
                    margin-bottom: 2rem;
                }

                a {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #881946;
                    background: transparent;
                    margin-top: auto;

                    &:hover {
                        opacity: 0.6;
                    }

                    span {
                        .btnIcon {
                            height: 36px;
                            width: auto;
                            display: block;
                        }
                    }
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


.advisorsRecentWork {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;
            padding-bottom: 1.5rem;
            width: 100%;
            justify-content: flex-end;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }

        .cardContainer {
            display: flex;


            .caseItem {
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                text-decoration: none;
                color: #333;
                display: flex;
                flex-direction: column;
                transition: all 0.3s ease;
                margin: 0 0.5rem;
                min-height: 26rem;

                &:hover {
                    /* transform: translateY(-5px); */
                    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                    background-color: #ffddeb;
                }

                .caseImage {
                    width: 100%;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 16 / 9;
                        object-fit: cover;
                        display: block;
                        transition: all 0.3s ease;
                    }
                }

                .caseContent {
                    padding: 1rem;
                    text-align: left;
                    display: flex;
                    flex-direction: column;
                    flex-grow: 1;

                    .caseTags {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 0.5rem;
                        margin-bottom: 0.5rem;

                        .caseTag {
                            font-size: 65%;
                            text-transform: uppercase;
                            padding: 0;
                            margin: 0;
                            padding: 4px 8px;
                            border-radius: 5px;
                            border: solid 0.5px #c1c4c7;
                            background-color: #F3F5F9;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.96px;
                            text-align: center;
                            color: #5e6062;
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    .caseTitle {
                        color: #881946;
                        font-weight: 500;
                        margin-bottom: 0.5rem;
                        font-family: var(--font-funnel) !important;
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.2;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 1rem;
                    }

                    .readBtn {
                        margin: 0;
                        margin-top: auto;
                        padding-bottom: 0;
                        font-family: var(--font-plus) !important;
                        ;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;

                        .icon-arrow-right {
                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.2rem;

                                path {}
                            }
                        }

                        &:hover {
                            .icon-arrow-right {
                                svg path {}
                            }
                        }
                    }
                }
            }

            .caseItem:hover .caseImage img {
                transform: scale(1.05);
                transition: all 0.3s ease;
            }

            .caseItem:hover .readBtn {
                transition: all 0.3s ease-in-out;


                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                }
            }

            .caseItem:hover .caseContent .caseTags .caseTag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


.advisorsIdeas {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }

        .sliderPagination {
            display: flex;
            gap: 0.8rem;
            padding-bottom: 1.5rem;
            width: 100%;
            justify-content: flex-end;

            @media (max-width: 768px) {
                width: 100%;
                justify-content: flex-end;
            }

            button {
                padding: 0;
                border: none;
                background: transparent;
                cursor: pointer;
                display: flex;

                svg {
                    display: block;
                }

                svg rect,
                svg path {
                    transition: all 0.3s ease-in-out;
                }

                &:hover svg rect {
                    fill: #4f0121;
                }

                &:hover svg path {
                    stroke: #fff;
                }
            }
        }

        .cardContainer {
            display: flex;


            .caseItem {
                background: #fff;
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                overflow: hidden;
                text-decoration: none;
                color: #333;
                display: flex;
                flex-direction: column;
                transition: all 0.3s ease;
                margin: 0 0.5rem;
                min-height: 26rem;
                max-height: 30rem;

                &:hover {
                    /* transform: translateY(-5px); */
                    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
                    background-color: #f8eace;
                }

                .caseImage {
                    width: 100%;
                    overflow: hidden;

                    img {
                        width: 100%;
                        aspect-ratio: 16 / 9;
                        object-fit: cover;
                        display: block;
                        transition: all 0.3s ease;
                    }
                }

                .caseContent {
                    padding: 1rem;
                    text-align: left;
                    display: flex;
                    flex-direction: column;
                    flex-grow: 1;

                    .caseTags {
                        display: flex;
                        flex-wrap: wrap;
                        gap: 0.5rem;
                        margin-bottom: 0.5rem;

                        .caseTag {
                            font-size: 65%;
                            text-transform: uppercase;
                            padding: 0;
                            margin: 0;
                            padding: 4px 8px;
                            border-radius: 5px;
                            border: solid 0.5px #c1c4c7;
                            background-color: #F3F5F9;
                            font-weight: 600;
                            font-stretch: normal;
                            font-style: normal;
                            line-height: 1.5;
                            letter-spacing: 0.96px;
                            text-align: center;
                            color: #5e6062;
                            transition: all 0.3s ease-in-out;
                        }
                    }

                    .caseTitle {
                        color: #881946;
                        font-weight: 500;
                        margin-bottom: 0.5rem;
                        font-family: var(--font-funnel) !important;
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.2;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        padding: 0;
                        margin: 0;
                        margin-bottom: 1rem;
                    }

                    .readBtn {
                        margin: 0;
                        margin-top: auto;
                        padding-bottom: 0;
                        font-family: var(--font-plus) !important;
                        ;
                        font-size: 90%;
                        font-weight: 500;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.5;
                        letter-spacing: 0.32px;
                        text-align: left;
                        color: #881946;

                        .icon-arrow-right {
                            svg {
                                width: 16px;
                                height: auto;
                                display: inline-block;
                                margin-left: 0.2rem;

                                path {}
                            }
                        }

                        &:hover {
                            .icon-arrow-right {
                                svg path {}
                            }
                        }
                    }
                }
            }

            .caseItem:hover .caseImage img {
                transform: scale(1.05);
                transition: all 0.3s ease;
            }

            .caseItem:hover .readBtn {
                transition: all 0.3s ease-in-out;


                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                }
            }

            .caseItem:hover .caseContent .caseTags .caseTag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }

        .viewAllBox {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 1rem;

            a {
                text-decoration: none;
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                margin: auto 0;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


.advisorLeaders {
    background-color: #F2F3F9;
    font-size: 18px;

    @media (max-width: 1200px) {
        font-size: 17px;
    }

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

    @media (max-width: 575px) {
        font-size: 15px;
        padding: 4rem 4vw;
    }

    .mainContainer {
        padding: 4rem 8vw 6rem 8vw;

        @media (max-width: 768px) {
            padding: 2rem 8vw 4rem 8vw;
        }

        @media (max-width: 575px) {
            padding: 2rem 4vw 4rem 4vw;
        }

        .headingText {
            font-family: var(--font-funnel);
            font-size: 195%;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.3;
            letter-spacing: normal;
            text-align: center;
            color: #881946;
            padding-bottom: 1.5rem;
            max-width: 100%;
        }



        .cardsWrapper {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.5rem;

            @media (max-width: 1200px) {
                grid-template-columns: repeat(3, 1fr);
            }

            @media (max-width: 768px) {
                grid-template-columns: repeat(2, 1fr);
            }

            @media (max-width: 576px) {
                grid-template-columns: 1fr;
            }


            .card {
                background: transparent;
                border: none;
                border-radius: 0;


                .imgWrap {
                    border-radius: 10px;
                    box-shadow: 0 0 5.4px 0 rgba(0, 0, 0, 0.2);
                    border: solid 1px #d3618f;
                    overflow: hidden;
                    aspect-ratio: 1/1;
                    margin-bottom: 0.8rem;
                    transition: all 0.2s ease-in-out;

                    img {
                        object-fit: cover;
                        aspect-ratio: 1/1;
                        width: 100%;
                        transition: all 0.3s ease-in-out;
                    }
                }



                .nameBox {
                    display: flex;
                    gap: 10px;
                    align-items: flex-start;
                    justify-content: space-between;

                    h5 {
                        font-family: var(--font-funnel);
                        font-size: 120%;
                        font-weight: normal;
                        font-stretch: normal;
                        font-style: normal;
                        line-height: 1.3;
                        letter-spacing: normal;
                        text-align: left;
                        color: #881946;
                        margin: 0;
                        padding-bottom: 0;

                        @media (max-width: 1200px) {
                            font-size: 110%;
                        }

                    }

                    svg {
                        width: 24px;
                        height: auto;
                        display: block;
                    }
                }

                p {
                    font-family: var(--font-plus);
                    font-size: 90%;
                    font-weight: 500;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.6;
                    letter-spacing: 0.32px;
                    text-align: left;
                    color: #5e6062;
                    margin: 0;
                    padding-bottom: 0;
                }
            }

            .card:hover .imgWrap img {
                transform: scale(1.05);
                transition: all 0.3s ease;
            }

            /* .card:hover .imgWrap {
                border: solid 2px #d3618f;
                transition: all 0.3s ease;
            } */

            .caseItem:hover .readBtn {
                transition: all 0.3s ease-in-out;


                svg {
                    transform: translateX(4px);
                    transition: all 0.3s ease-in-out;

                }
            }

            .caseItem:hover .caseContent .caseTags .caseTag {
                border: solid 0.5px #881946;
                background-color: #881946;
                color: #fff;
                transition: all 0.3s ease-in-out;
            }
        }

        .viewAllBox {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 1rem;

            a {
                text-decoration: none;
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-family: var(--font-plus) !important;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                margin: auto 0;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }

        .btnWrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            padding-top: 3.2rem;


            a {
                padding: 7px 14px;
                border-radius: 5px;
                background-color: #881946;
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.5;
                letter-spacing: 0.32px;
                text-align: center;
                color: #fff;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #4f0121;
                    color: #fff;
                }
            }
        }


    }
}


/* ===== MAP V2 ===== */


.mapV2 {
    padding: 60px 0;
    background-color: #F2F3F9;
    font-size: 18px;
}

.experience-map-v2 {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    /* aspect-ratio: 16 / 9; */
}

.experience-map-v2 .desktop {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;

    @media (max-width: 768px) {
        display: none;
    }
}

.experience-map-v2 .mobile {
    display: none;

    @media (max-width: 768px) {
        display: block;
    }
}

.experience-map-v2 .pointerContainer {
    position: absolute;
    inset: 0;

    @media (max-width: 768px) {
        display: none;
    }
}

/* POINTER */
.experience-map-v2 .map-point {
    position: absolute;
    transform: translate(-50%, -100%);
    cursor: pointer;
    z-index: 1;
}

.experience-map-v2 .map-point img {
    width: 18px;
}

/* POPUP */
.experience-map-v2 figcaption {
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    width: 260px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    z-index: 10;
    border-radius: 10px;
    box-shadow: 0 0 18.6px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    z-index: 1000;
}

.experience-map-v2 figcaption h4 {
    font-size: 80%;
    font-family: var(--font-plus);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
}

.experience-map-v2 figcaption h6 {
    font-size: 80%;
    font-family: var(--font-plus);
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #881946;
    padding-bottom: 1rem;
}

.experience-map-v2 figcaption p {
    padding-bottom: 0;
}

.experience-map-v2 figcaption p a {
    font-size: 80%;
    font-family: var(--font-plus);
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.28px;
    text-align: left;
    color: #881946;
    padding: 0;
    border: none;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.experience-map-v2 figcaption p a svg {
    transition: all 0.3s ease-in-out;
}

.experience-map-v2 figcaption p a:hover {
    background: transparent;
    color: #881946;
}

.experience-map-v2 figcaption p a:hover svg {
    transform: translateX(4px);
}

.experience-map-v2 .map-point.active figcaption {
    display: block;
    z-index: 999;
}

.experience-map-v2 .closeX {
    position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    font-size: 1.6rem;
    font-family: var(--font-funnel);
}



.leaderListing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 0 8vw;
    padding-bottom: 3.2rem;

    @media (max-width: 1200px) {
        grid-template-columns: repeat(3, 1fr);
    }

    @media (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 576px) {
        grid-template-columns: 1fr;
        padding: 0 4vw;
    }

    .item {



        .card {
            background: transparent;
            border: none;
            border-radius: 0;


            .imgWrap {
                border-radius: 10px;
                box-shadow: 0 0 5.4px 0 rgba(0, 0, 0, 0.2);
                border: solid 1px #d3618f;
                overflow: hidden;
                aspect-ratio: 1/1;
                margin-bottom: 0.8rem;
                transition: all 0.2s ease-in-out;

                img {
                    object-fit: cover;
                    aspect-ratio: 1/1;
                    width: 100%;
                    transition: all 0.3s ease-in-out;
                }
            }



            .nameBox {
                display: flex;
                gap: 10px;
                align-items: flex-start;
                justify-content: space-between;

                h5 {
                    font-family: var(--font-funnel);
                    font-size: 120%;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.3;
                    letter-spacing: normal;
                    text-align: left;
                    color: #881946;
                    margin: 0;
                    padding-bottom: 0;

                    @media (max-width: 1200px) {
                        font-size: 110%;
                    }

                }

                svg {
                    width: 24px;
                    height: auto;
                    display: block;
                }
            }

            p {
                font-family: var(--font-plus);
                font-size: 90%;
                font-weight: 500;
                font-stretch: normal;
                font-style: normal;
                line-height: 1.6;
                letter-spacing: 0.32px;
                text-align: left;
                color: #5e6062;
                margin: 0;
                padding-bottom: 0;
            }
        }

        .card:hover .imgWrap img {
            transform: scale(1.05);
            transition: all 0.3s ease;
        }

        /* .card:hover .imgWrap {
                border: solid 2px #d3618f;
                transition: all 0.3s ease;
            } */

        .caseItem:hover .readBtn {
            transition: all 0.3s ease-in-out;


            svg {
                transform: translateX(4px);
                transition: all 0.3s ease-in-out;

            }
        }

        .caseItem:hover .caseContent .caseTags .caseTag {
            border: solid 0.5px #881946;
            background-color: #881946;
            color: #fff;
            transition: all 0.3s ease-in-out;
        }
    }
}




.wp-caption.alignnone{
    background: transparent;
}


.pheocSection {
    width: 100vw;
    padding-top: 4rem !important;
        background: #F3F5F9 !important;
}






