/*!
 * Theme Name: Mindshare Institute
 * Description: Custom Theme for Mindshare Institute
 * Version: 1.0.0
 * Author: Arcade Partners
 * Author URI: http://arcadepartners.io
 */

/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
/*
@font-face {
  font-family: "Font-Name";
  src: url("fonts/font-name.eot");
  src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"),
    url("fonts/font-name.woff") format("woff"),
    url("fonts/font-name.ttf") format("truetype"),
    url("fonts/font-name.svg#font-name") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "arial", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #1A1A1A;
  background-color: #fff;
}

html, body {
  height: 100%;
}

h1, h2, h3, h4 {
  font-family: "arial", sans-serif;
}

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

a {
  color: #1A1A1A;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}
input[type=text],
input[type=search] {
  font-size: inherit;
  line-height: inherit;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

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

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

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

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 14px;
  line-height: 1.5em;
}

html, body {
  padding: 0;
  margin: 0;
  color: #111111;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  background-repeat: no-repeat;
  background-size: cover;
}

body.no-scroll {
  overflow: hidden;
}

.header-spacer {
  height: 120px;
}

sup {
  font-size: 0.6em;
  top: -0.6em;
  color: inherit;
}

.mobile {
  display: none;
}

.button {
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: nowrap;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
}
.button.orange {
  color: #fff;
  background: linear-gradient(90deg, #F16524 0%, #F7931D 100%);
}
.button.orange:hover {
  background: initial;
  background-color: #fff;
  color: #111111;
  box-shadow: 0 1px 6.7px 0 rgba(0, 0, 0, 0.15);
}
.button.orange:hover span {
  color: #111111;
}
.button.white {
  background: #fff;
}
.button.white span {
  background: linear-gradient(90deg, #F16524 0%, #F7931D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button.white:hover {
  background: linear-gradient(90deg, #F16524 0%, #F7931D 100%);
}
.button.white:hover span {
  color: #fff;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.button.transparent {
  border-radius: 30px;
  border: 2px solid #F16524;
  background: rgba(255, 255, 255, 0.5);
}
.button.transparent span {
  color: #F16524;
}
.button.transparent:hover, .button.transparent.active {
  background: linear-gradient(90deg, #F16524 0%, #F7931D 100%);
}
.button.transparent:hover span, .button.transparent.active span {
  color: #fff;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}

h1 {
  color: #111111;
  font-family: "Montserrat";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 108%;
}

h2 {
  color: #111111;
  font-family: "Montserrat";
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 108%;
}

h3 {
  color: #111111;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
}

h4, h5, h6 {
  color: #111111;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

p, .p {
  color: #111111;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

.p {
  margin: 0;
  padding: 0;
}

ul, ol {
  font-size: 16px;
  font-weight: 400;
  line-height: 114.85%;
  margin-top: 0;
  margin-bottom: 0;
}
ul li, ol li {
  line-height: 1.5em;
}

.image.clipped {
  clip-path: polygon(20% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 20%);
}

@media screen and (max-width: 900px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}
section.main .inner .body .shortcode-btn {
  display: block;
  margin-top: 50px;
}

section {
  position: relative;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1210px;
  padding: 100px 50px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .inner {
    padding: 80px 30px 30px;
  }
}
/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/header
 * ---
 */
.uk-sticky-placeholder {
  height: 0px !important;
}

header {
  width: 100% !important;
}
header.no-page-header {
  background: rgba(62, 62, 62, 0.5);
  box-shadow: 0px 4px 17.6px 2px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
}
header.no-page-header .inner {
  padding-bottom: 30px;
}
header .inner {
  max-width: 1200px;
  display: flex;
  gap: 45px;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  transition: all 0.2s;
  position: relative;
}
header .inner .main-nav-container {
  width: 54%;
}
header .inner .main-nav-container .main-nav {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 7%;
  z-index: 10;
  transition: all 0.2s;
}
header .inner .main-nav-container .main-nav li {
  color: #111111;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: 2.88px;
  transition: all 0.2s;
  position: relative;
  text-transform: uppercase;
}
header .inner .main-nav-container .main-nav li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
header .inner .main-nav-container .main-nav li a::before {
  content: "";
  position: absolute;
  border-radius: 2px;
  bottom: -4px;
  height: 3px;
  width: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.2s;
}
header .inner .main-nav-container .main-nav li a.no-link {
  cursor: default;
}
header .inner .main-nav-container .main-nav li a:hover::before {
  width: 100%;
}
header .inner .main-nav-container .main-nav li a.active::before {
  width: 100%;
  background-color: #fff;
}
header .inner .main-nav-container .main-nav li.mobile {
  display: none;
}
header .inner .logo {
  width: 26%;
  transition: all 0.2s;
  margin-right: 20px;
}
header .inner .logo img {
  width: 100%;
  max-width: 304px;
}
header .inner .button {
  margin-left: 20px;
}
header #nav-icon4 {
  display: none;
  width: 32px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
header #nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header #nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header #nav-icon4 span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header #nav-icon4 span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header #nav-icon4.open span:nth-child(1) {
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -5px;
  left: 5px;
}
header #nav-icon4.open span:nth-child(2) {
  background: #fff;
  width: 0%;
  opacity: 0;
}
header #nav-icon4.open span:nth-child(3) {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 5px;
}
header.uk-sticky-below {
  top: 0px !important;
  position: fixed !important;
  background: rgba(62, 62, 62, 0.5);
  box-shadow: 0px 4px 17.6px 2px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(16px);
}
header.uk-sticky-below .inner {
  padding: 10px 70px;
}
header.uk-sticky-below .inner .main-nav-container .main-nav {
  padding: 0;
}
header.uk-sticky-below .inner .logo {
  width: 20%;
}
@media screen and (max-width: 1100px) {
  header {
    background: rgba(62, 62, 62, 0.5);
    box-shadow: 0px 4px 17.6px 2px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(16);
  }
  header .inner {
    padding: 10px 70px;
    gap: 5%;
    justify-content: stretch;
  }
  header .inner .main-nav-container .main-nav {
    gap: 5%;
  }
  header .inner .main-nav-container .main-nav li {
    font-size: 13px;
  }
  header .inner .main-nav-container .main-nav li.mobile {
    display: block;
  }
  header .inner .logo {
    width: 20%;
    margin-right: 10px;
  }
  header .inner .logo img {
    min-width: 145px;
  }
  header .inner .button {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  header .inner {
    padding: 10px 30px;
    justify-content: space-between;
  }
  header .inner #nav-icon4 {
    display: block;
  }
  header .inner .button {
    display: none;
  }
  header .inner .main-nav-container {
    z-index: 100;
    position: absolute;
    top: 52px;
    left: -100%;
    z-index: -1;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.97);
    transition: all 0.2s;
    padding: 24px 10px;
    display: flex;
    justify-content: center;
  }
  header .inner .main-nav-container.open {
    left: 0px;
    transition: all 0.2s;
  }
  header .inner .main-nav-container .main-nav {
    padding: 24px;
    flex-direction: column;
    display: inline-block;
    text-align: center;
  }
  header .inner .main-nav-container .main-nav li {
    font-size: 20px;
  }
  header .inner .main-nav-container .main-nav li a {
    color: #111111;
    padding: 10px 0;
  }
  header .inner .main-nav-container .main-nav li a::before {
    display: none;
  }
  header .inner .main-nav-container .main-nav li:hover, header .inner .main-nav-container .main-nav li .active {
    color: #111111;
  }
  header.uk-sticky-below .inner {
    padding: 10px 30px;
  }
}

/**
 * partials/nav
 * ---
 * Menus
 */
footer {
  background: url("img/blue-bl.png") no-repeat top left rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(9.25px);
}
footer .inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  margin-top: 0;
  padding-top: 120px;
  padding-left: 120px;
  align-items: center;
}
footer .inner .logo {
  max-width: 245px;
}
footer .inner .content {
  font-family: "Roboto Condensed";
}
footer .inner .content .footer-nav {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .inner .content .footer-nav li {
  color: #111111;
  font-family: "Roboto Condensed";
  font-size: 16px;
  font-weight: 500;
  line-height: 145.052%;
  text-transform: uppercase;
}
footer .inner .content .footer-nav li a {
  text-decoration: none;
}
footer .inner .content .footer-nav li a:hover {
  color: #8A8A8A;
}
footer .inner .content .footer-nav li a img.linkedin {
  vertical-align: initial;
}
footer .inner .copyright {
  font-size: 16px;
  color: #8A8A8A;
  font-weight: 400;
  flex-basis: 100%;
}
@media screen and (max-width: 900px) {
  footer {
    background: none;
  }
  footer .inner {
    padding-top: 30px;
    padding-left: 30px;
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 700px) {
  footer .inner .content .footer-nav {
    gap: 10px;
    align-items: center;
    flex-direction: column;
  }
  footer .inner .logo {
    max-width: 170px;
  }
}

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
section.single-post .inner {
  padding-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
section.single-post .inner h2 {
  margin-bottom: 0;
}
section.single-post .inner .post-meta {
  display: flex;
  gap: 24px;
  font-size: 14px;
  color: #8A8A8A;
  margin-bottom: 24px;
}
section.single-post .inner .content {
  width: 65%;
  padding-top: 70px;
}
section.single-post .inner .content .featured-image {
  width: 100%;
}
section.single-post .inner .side-nav {
  padding: 70px 4%;
  width: 25%;
  box-shadow: 0px 4px 17.6px 2px rgba(0, 0, 0, 0.15);
}
section.single-post .inner .side-nav h5.heading {
  margin-bottom: 12px;
}
section.single-post .inner .side-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.single-post .inner .side-nav ul li {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #8A8A8A;
}
section.single-post .inner .side-nav ul li:hover {
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  section.single-post .inner {
    flex-direction: column;
    gap: 24px;
  }
  section.single-post .inner .content, section.single-post .inner .side-nav {
    width: 100%;
  }
}

section.fc-page-header {
  position: relative;
  min-height: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.fc-page-header .tl-corner {
  position: absolute;
  top: 0;
  left: 0;
}
section.fc-page-header .br-corner {
  position: absolute;
  bottom: 0;
  right: 0;
}
section.fc-page-header .inner {
  padding-top: 200px;
  padding-bottom: 5%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
section.fc-page-header .inner h1, section.fc-page-header .inner h2, section.fc-page-header .inner h5, section.fc-page-header .inner .p {
  color: #fff;
  margin: 0;
  padding: 0;
}
section.fc-page-header .inner h1 {
  max-width: 950px;
}
section.fc-page-header .inner .p {
  max-width: 700px;
}
@media screen and (max-width: 1100px) {
  section.fc-page-header {
    min-height: initial;
  }
  section.fc-page-header .inner {
    padding-top: 140px;
  }
}
@media screen and (max-width: 860px) {
  section.fc-page-header .inner {
    padding: 100px 100px 50px 100px;
  }
}
@media screen and (max-width: 750px) {
  section.fc-page-header .inner {
    padding: 100px 30px 50px 30px;
  }
  section.fc-page-header .tl-corner, section.fc-page-header .br-corner {
    display: none;
  }
}

section.fc-tabs .inner {
  padding-bottom: 140px;
}
section.fc-tabs .inner h2 {
  text-align: center;
}
section.fc-tabs .inner .card-container {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
section.fc-tabs .inner .card-container .card {
  width: 100%;
  position: absolute;
  background: #E2F5FF;
  box-shadow: 4px -1px 18.5px -4px rgba(0, 0, 0, 0.15);
  transition: top 0.4s, background-color 0.4s;
  top: 0;
}
section.fc-tabs .inner .card-container .card:hover {
  background: #fff;
}
section.fc-tabs .inner .card-container .card.active {
  background: linear-gradient(180deg, #EFF9FF 0%, #FFF 100%);
}
section.fc-tabs .inner .card-container .card.active h5 {
  color: #111111;
}
section.fc-tabs .inner .card-container .card.active .content {
  opacity: 1;
}
section.fc-tabs .inner .card-container .card.active .content .image {
  opacity: 1;
}
section.fc-tabs .inner .card-container .card h5 {
  color: #8A8A8A;
  padding: 20px 0;
  margin: 0;
  text-align: center;
  transition: all 0.2s;
  cursor: pointer;
}
section.fc-tabs .inner .card-container .card h5:hover {
  color: #111111;
}
section.fc-tabs .inner .card-container .card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 60px 80px 60px;
  opacity: 0;
  height: 100%;
}
section.fc-tabs .inner .card-container .card .content .image {
  position: absolute;
  bottom: -30px;
  right: 100px;
  opacity: 0;
  transition: all 0.4s;
  max-width: 300px;
}
section.fc-tabs .inner .card-container .card .content .image img {
  width: 100%;
}
section.fc-tabs .inner .card-container .card .content .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: center;
}
section.fc-tabs .inner .card-container .card .content .stats .stat {
  text-align: center;
  width: 30%;
}
section.fc-tabs .inner .card-container .card .content .stats .stat .value {
  color: #111111;
  text-align: center;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 275;
  line-height: 145.052%;
}
@media screen and (max-width: 900px) {
  section.fc-tabs .inner .card-container .card .content .image {
    position: absolute;
    bottom: -60px;
    right: 100px;
    opacity: 0;
    transition: all 0.4s;
    max-width: 300px;
  }
  section.fc-tabs .inner .card-container .card .content .image img {
    width: 100%;
  }
  section.fc-tabs .inner .card-container .card .content .stats {
    gap: 4%;
  }
  section.fc-tabs .inner .card-container .card .content .stats .stat {
    width: 46%;
  }
}
@media screen and (max-width: 720px) {
  section.fc-tabs .inner h2 {
    font-size: 30px;
  }
  section.fc-tabs .inner .card-container .card .content .image {
    position: absolute;
    bottom: -60px;
    right: 100px;
    opacity: 0;
    transition: all 0.4s;
    max-width: 300px;
  }
  section.fc-tabs .inner .card-container .card .content .image img {
    width: 100%;
  }
  section.fc-tabs .inner .card-container .card .content .stats {
    flex-direction: column;
    gap: 24px;
  }
  section.fc-tabs .inner .card-container .card .content .stats .stat {
    width: 100%;
  }
  section.fc-tabs .inner .card-container .card .content .stats .stat .value {
    font-size: 40px;
  }
}

section.fc-form .inner {
  padding-top: 60px;
  max-width: 940px;
}
section.fc-form .inner h1, section.fc-form .inner h3 {
  text-align: center;
}
section.fc-form .inner .button-list .ginput_container_radio .gfield_radio {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row !important;
  justify-content: center;
  column-gap: 2%;
  row-gap: 12px;
}
section.fc-form .inner .button-list .ginput_container_radio .gfield_radio .gchoice {
  cursor: pointer;
  display: flex !important;
}
section.fc-form .inner .button-list .ginput_container_radio .gfield_radio .gchoice input {
  opacity: 0;
  width: 1px;
}
section.fc-form .inner .button-list .ginput_container_radio .gfield_radio .gchoice label {
  margin: 0;
  display: inline-block;
  font-family: "Roboto Condensed";
  font-size: 14px;
  font-weight: 500;
  line-height: 108%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: nowrap;
  border-radius: 30px;
  padding: 10px 25px;
  text-align: center;
  cursor: pointer;
  color: #F16524;
  background: #fff;
  border: 2px solid #F16524;
}
section.fc-form .inner .button-list .ginput_container_radio .gfield_radio .gchoice label.active, section.fc-form .inner .button-list .ginput_container_radio .gfield_radio .gchoice label:hover {
  background: initial !important;
  background-color: #F16524 !important;
  color: #fff !important;
}
section.fc-form .inner .button-list .ginput_container_radio .gfield_radio .gchoice label.active span, section.fc-form .inner .button-list .ginput_container_radio .gfield_radio .gchoice label:hover span {
  color: #111111;
}
section.fc-form .inner form {
  margin-top: 48px;
}
section.fc-form .inner .gform_heading {
  display: none;
}
section.fc-form .inner .form-wrapper {
  margin-top: 24px;
}
section.fc-form .inner .form-wrapper input, section.fc-form .inner .form-wrapper textarea, section.fc-form .inner .form-wrapper select {
  border: solid 1px #8A8A8A;
  font-size: 18px;
  line-height: 1em;
  padding: 22px 20px;
  border-radius: 30px;
}
section.fc-form .inner .form-wrapper input::placeholder, section.fc-form .inner .form-wrapper textarea::placeholder, section.fc-form .inner .form-wrapper select::placeholder {
  color: #B5B5B5;
}
section.fc-form .inner .form-wrapper input:focus, section.fc-form .inner .form-wrapper textarea:focus, section.fc-form .inner .form-wrapper select:focus {
  color: #F16524;
}
section.fc-form .inner .form-wrapper input[type=file] {
  padding: 0;
  width: auto !important;
}
section.fc-form .inner .form-wrapper .gform-theme--foundation .gform_fields {
  column-gap: 5% !important;
}
section.fc-form .inner .form-wrapper .gform-field-label {
  font-size: 16px;
}
section.fc-form .inner .form-wrapper select {
  padding: 12px;
  color: #111111;
}
section.fc-form .inner .form-wrapper select[multiple] {
  padding: 10px;
}
section.fc-form .inner .form-wrapper select:focus {
  color: initial;
}
section.fc-form .inner .form-wrapper select option {
  padding: 2px;
}
section.fc-form .inner .form-wrapper input[type=checkbox], section.fc-form .inner .form-wrapper input[type=radio] {
  padding: 0;
  border: solid 1px #ddd;
}
section.fc-form .inner .form-wrapper .flex .ginput_container_checkbox .gfield_checkbox, section.fc-form .inner .form-wrapper .flex .ginput_container_radio .gfield_radio {
  flex-direction: row;
  gap: 24px;
}
section.fc-form .inner .form-wrapper .flex .ginput_container_checkbox .gfield_checkbox .gchoice, section.fc-form .inner .form-wrapper .flex .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
}
section.fc-form .inner .form-wrapper .gform-footer {
  justify-content: center;
}
section.fc-form .inner .form-wrapper .gform_confirmation_message {
  font-size: 24px;
  padding: 40px 0;
  color: #111111;
}
section.fc-form .inner .form-wrapper .gform_button, section.fc-form .inner .form-wrapper .gform_next_button, section.fc-form .inner .form-wrapper .gform_previous_button {
  font-family: "Roboto Condensed" !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 108% !important;
  letter-spacing: 2.88px !important;
  text-transform: uppercase !important;
  transition: all 0.2s !important;
  white-space: nowrap !important;
  border-radius: 30px !important;
  padding: 12px 40px !important;
  text-align: center !important;
  cursor: pointer !important;
  color: #fff !important;
  background: linear-gradient(90deg, #F16524 0%, #F7931D 100%) !important;
  border: 2px solid rgba(0, 0, 0, 0) !important;
}
section.fc-form .inner .form-wrapper .gform_button:hover, section.fc-form .inner .form-wrapper .gform_next_button:hover, section.fc-form .inner .form-wrapper .gform_previous_button:hover {
  background: initial !important;
  background-color: #fff !important;
  color: #111111 !important;
  border: 2px solid #F16524 !important;
}
section.fc-form .inner .form-wrapper .gform_previous_button {
  background-color: #bbb !important;
  border-color: #ccc !important;
  color: #fff !important;
  margin-right: 10px !important;
}
section.fc-form .inner .form-wrapper .gform_previous_button:hover {
  color: #111111 !important;
}
section.fc-text-slider {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 17.6px 2px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(15.6000003815px);
}
section.fc-text-slider .inner {
  padding: 100px 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
section.fc-text-slider .inner h1 {
  margin: 0;
  color: #F16524;
  background: linear-gradient(90deg, #F16524 0%, #F7931D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.2s;
  opacity: 1;
}
section.fc-text-slider .inner .title {
  margin: 0px;
  transition: all 0.2s;
  opacity: 1;
}
section.fc-text-slider .inner h1.hidden, section.fc-text-slider .inner .title.hidden {
  opacity: 0;
  margin-left: 10px;
}
section.fc-text-slider .inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.fc-text-slider .inner ul li {
  width: 15px;
  height: 15px;
  background-color: #8A8A8A;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}
section.fc-text-slider .inner ul li:hover, section.fc-text-slider .inner ul li.active {
  background-color: #F16524;
}
@media screen and (max-width: 750px) {
  section.fc-text-slider .inner {
    padding: 80px 30px 30px;
  }
  section.fc-text-slider .tl-corner, section.fc-text-slider .br-corner {
    display: none;
  }
}

section.fc-logo-list .inner {
  padding: 100px 50px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
section.fc-logo-list .inner .category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 48px 0;
}
section.fc-logo-list .inner .logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 48px;
  row-gap: 24px;
  width: 100%;
}
section.fc-logo-list .inner .logos.col-5 {
  column-gap: 8%;
  row-gap: 48px;
}
section.fc-logo-list .inner .logos .logo {
  width: 13%;
  min-width: 140px;
}
section.fc-logo-list .inner .logos .logo img {
  width: 100%;
}
section.fc-logo-list .inner h1, section.fc-logo-list .inner h2, section.fc-logo-list .inner .p {
  margin: 0;
  padding: 0;
}
section.fc-logo-list .inner h1 {
  max-width: 950px;
}
section.fc-logo-list .inner .p {
  max-width: 700px;
}

section.fc-text-background {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.fc-text-background .inner {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
section.fc-text-background .inner h1, section.fc-text-background .inner h2, section.fc-text-background .inner h5, section.fc-text-background .inner .p {
  color: #fff;
  margin: 0;
  padding: 0;
}
section.fc-text-background .inner h1 {
  max-width: 950px;
}
section.fc-text-background .inner .p {
  max-width: 700px;
}

section.fc-comparison-list .inner {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
section.fc-comparison-list .inner .body {
  text-align: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 156%;
  max-width: 700px;
  margin: 0 auto;
}
section.fc-comparison-list .inner .row {
  display: flex;
  justify-content: stretch;
  text-align: center;
}
section.fc-comparison-list .inner .row h5 {
  margin: 0;
}
section.fc-comparison-list .inner .row h5, section.fc-comparison-list .inner .row .cell {
  width: 50%;
}
section.fc-comparison-list .inner .row h5:nth-child(2), section.fc-comparison-list .inner .row .cell:nth-child(2) {
  width: 30%;
}
section.fc-comparison-list .inner .row .cell {
  padding: 25px 50px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 4px -1px 18.5px -4px rgba(0, 0, 0, 0.15);
}
section.fc-comparison-list .inner .row .cell p {
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
section.fc-comparison-list .inner .row .cell:first-child {
  background: linear-gradient(90deg, #85C0CE 0%, #00546F 100%);
}
section.fc-comparison-list .inner .row .cell:nth-child(2) {
  background: linear-gradient(180deg, #EFF9FF 0%, #FFF 100%);
  z-index: 1;
  text-align: center;
  width: 30%;
}
section.fc-comparison-list .inner .row .cell:nth-child(2) p {
  color: #00546F;
}
section.fc-comparison-list .inner .row .cell:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 20px;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #fff transparent transparent;
}
section.fc-comparison-list .inner .row .cell:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 20px;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
}
section.fc-comparison-list .inner .row .cell:last-child {
  background: linear-gradient(90deg, #F16524 0%, #F7931D 100%);
}
@media screen and (max-width: 720px) {
  section.fc-comparison-list .inner .row {
    flex-direction: column;
  }
  section.fc-comparison-list .inner .row.header {
    display: none;
  }
  section.fc-comparison-list .inner .row h5, section.fc-comparison-list .inner .row .cell {
    width: 100%;
  }
  section.fc-comparison-list .inner .row .mobile {
    display: block;
    padding: 10px 0;
  }
  section.fc-comparison-list .inner .row .cell {
    padding: 30px 50px;
    text-align: center;
    flex-direction: column;
  }
  section.fc-comparison-list .inner .row .cell:nth-child(2) {
    width: 100%;
  }
  section.fc-comparison-list .inner .row .cell:nth-child(2)::before {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #EFF9FF transparent;
  }
  section.fc-comparison-list .inner .row .cell:nth-child(2)::after {
    content: "";
    position: absolute;
    left: 50%;
    right: initial;
    top: initial;
    bottom: -20px;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
  }
}

section.fc-stats .inner {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
section.fc-stats .inner .stats {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8%;
  text-align: center;
}
section.fc-stats .inner .stats .value {
  color: #111111;
  text-align: center;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 275;
  line-height: 145.052%;
}
section.fc-stats .inner h5 {
  margin: 0;
}
section.fc-stats .inner .p {
  max-width: 600px;
}
section.fc-team .inner .category-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  justify-content: center;
  gap: 3.2%;
  row-gap: 12px;
}
section.fc-team .inner .team {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7%;
  row-gap: 60px;
}
section.fc-team .inner .team .member {
  width: 28%;
}
section.fc-team .inner .team .member .image {
  width: 100%;
}
section.fc-team .inner .team .member .image img {
  width: 100%;
}
section.fc-team .inner .team .member h3 {
  margin: 24px 0 0;
}
section.fc-team .inner .team .member .title {
  margin: 0 0 12px 0;
}
section.fc-team .inner .team .member .bio-modal {
  width: 80%;
  max-width: 800px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 6.7px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.25px);
  padding: 40px;
  z-index: 1;
}
section.fc-team .inner .team .member .bio-modal.active {
  display: block;
}
section.fc-team .inner .team .member .bio-modal .bio-content {
  display: flex;
  gap: 40px;
}
section.fc-team .inner .team .member .bio-modal .bio-content .left-content {
  width: 40%;
}
section.fc-team .inner .team .member .bio-modal .bio-content .right-content {
  width: 60%;
}
section.fc-team .inner .team .member .bio-modal .bio-content .right-content h3 {
  margin: 0 0 12px;
}
section.fc-team .inner .team .member .bio-modal .bio-content .right-content .bio {
  max-height: 400px;
  overflow-y: auto;
}
section.fc-team .inner .team .member .bio-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  section.fc-team .inner .team .member {
    width: 46%;
  }
  section.fc-team .inner .team .member .bio-modal {
    width: 80%;
    max-width: 80%;
  }
  section.fc-team .inner .team .member .bio-modal .bio-content .left-content {
    display: none;
  }
  section.fc-team .inner .team .member .bio-modal .bio-content .right-content {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  section.fc-team .inner .category-nav {
    flex-direction: column;
    margin-bottom: 48px;
  }
  section.fc-team .inner .team {
    flex-direction: column;
  }
  section.fc-team .inner .team .member {
    width: 100%;
  }
}

section.fc-50-50-image-text.background {
  background: linear-gradient(90deg, #85C0CE 0%, #00546F 100%);
}
section.fc-50-50-image-text.background .inner h2, section.fc-50-50-image-text.background .inner h5, section.fc-50-50-image-text.background .inner .p {
  color: #fff;
}
section.fc-50-50-image-text .inner {
  padding: 100px 50px;
  z-index: 1;
  display: flex;
  gap: 10%;
  align-items: center;
}
section.fc-50-50-image-text .inner.right {
  flex-direction: row-reverse;
}
section.fc-50-50-image-text .inner .image {
  max-width: 50%;
}
section.fc-50-50-image-text .inner .text {
  max-width: 50%;
}
section.fc-50-50-image-text .inner .p {
  margin-bottom: 12px;
}
@media screen and (max-width: 720px) {
  section.fc-50-50-image-text .inner, section.fc-50-50-image-text .inner.right {
    padding: 70px 50px 50px;
    flex-direction: column;
    gap: 24px;
  }
  section.fc-50-50-image-text .inner .image, section.fc-50-50-image-text .inner .text, section.fc-50-50-image-text .inner.right .image, section.fc-50-50-image-text .inner.right .text {
    max-width: 100%;
    width: 100%;
  }
}

section.fc-text-bar {
  background: linear-gradient(90deg, #85C0CE 0%, #00546F 100%);
}
section.fc-text-bar .inner {
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.fc-text-bar .inner .body {
  width: 75%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 720px) {
  section.fc-text-bar .inner {
    flex-direction: column;
    gap: 24px;
  }
  section.fc-text-bar .inner .image, section.fc-text-bar .inner .text {
    width: 100%;
  }
}

section.fc-50-50-text-list .inner {
  padding: 65px 50px;
  z-index: 1;
  display: flex;
  gap: 11%;
  align-items: center;
}
section.fc-50-50-text-list .inner .text {
  width: 50%;
}
section.fc-50-50-text-list .inner .list {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.fc-50-50-text-list .inner .list .item {
  display: flex;
  align-items: center;
  gap: 16px;
}
section.fc-50-50-text-list .inner .list .item .number {
  background: linear-gradient(90deg, #85C0CE 0%, #00546F 100%);
  padding: 5px 20px;
  border-radius: 30px;
  color: #fff;
  text-align: center;
}
section.fc-50-50-text-list .inner .list .item h5 {
  margin: 0;
}
section.fc-50-50-text-list .inner h2 {
  color: #F16524;
}
section.fc-50-50-text-list .inner .p {
  margin-bottom: 12px;
}
@media screen and (max-width: 720px) {
  section.fc-50-50-text-list .inner {
    flex-direction: column;
    gap: 24px;
  }
  section.fc-50-50-text-list .inner .list {
    width: 100%;
  }
  section.fc-50-50-text-list .inner .image, section.fc-50-50-text-list .inner .text {
    width: 100%;
  }
}

section.fc-insights-case-studies .inner .category-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  justify-content: center;
  gap: 3.2%;
  row-gap: 12px;
}
section.fc-insights-case-studies .inner .posts {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7%;
  row-gap: 50px;
}
section.fc-insights-case-studies .inner .posts .post {
  width: 28%;
  cursor: pointer;
}
section.fc-insights-case-studies .inner .posts .post .image {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center center;
}
section.fc-insights-case-studies .inner .posts .post h3 {
  margin: 12px 0;
}
section.fc-insights-case-studies .inner .posts .post h5 {
  color: #8A8A8A;
  margin: 24px 0 0 0;
}
section.fc-insights-case-studies .inner .posts .post .p {
  margin-bottom: 10px;
}
section.fc-insights-case-studies .inner .posts .post .title {
  margin: 0 0 12px 0;
}
@media screen and (max-width: 720px) {
  section.fc-insights-case-studies .inner .posts .post {
    width: 46%;
  }
}
@media screen and (max-width: 450px) {
  section.fc-insights-case-studies .inner .category-nav {
    flex-direction: column;
    margin-bottom: 48px;
  }
  section.fc-insights-case-studies .inner .posts {
    flex-direction: column;
  }
  section.fc-insights-case-studies .inner .posts .post {
    width: 100%;
  }
}

section.fc-3-columns .inner {
  padding-bottom: 100px;
  display: flex;
  gap: 7%;
  row-gap: 24px;
  justify-content: center;
  align-items: start;
}
section.fc-3-columns .inner .column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 33%;
  text-align: center;
}
section.fc-3-columns .inner h5 {
  margin: 0;
}
section.fc-3-columns .inner .p {
  max-width: 600px;
}
@media screen and (max-width: 750px) {
  section.fc-3-columns .inner {
    flex-direction: column;
  }
  section.fc-3-columns .inner .column {
    width: 100%;
  }
}

section.fc-stat-cards .inner {
  padding-bottom: 80px;
}
section.fc-stat-cards .inner h2 {
  text-align: center;
  font-weight: 400;
  font-size: 50px;
}
section.fc-stat-cards .inner .card-container {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}
section.fc-stat-cards .inner .card-container .card {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #EFF9FF 0%, #FFF 100%);
  box-shadow: 4px -1px 18.5px -4px rgba(0, 0, 0, 0.15);
  margin-top: 48px;
}
section.fc-stat-cards .inner .card-container .card h5 {
  padding: 30px 0 20px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 320;
}
section.fc-stat-cards .inner .card-container .card .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0 60px 80px 60px;
  height: 100%;
}
section.fc-stat-cards .inner .card-container .card .content .image {
  position: absolute;
  bottom: -80px;
  right: 100px;
  transition: all 0.4s;
  max-width: 300px;
}
section.fc-stat-cards .inner .card-container .card .content .image img {
  width: 100%;
}
section.fc-stat-cards .inner .card-container .card .content .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  justify-content: center;
  position: relative;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat {
  text-align: center;
  width: 30%;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat .value {
  color: #111111;
  text-align: center;
  font-family: "Montserrat";
  font-size: 70px;
  font-weight: 325;
  line-height: 145.052%;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat .see-citation {
  font-size: 12px;
  font-weight: 325;
  line-height: 12.96px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 12px;
  cursor: pointer;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat .citation-modal {
  width: 100%;
  max-width: 600px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 6.7px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(9.25px);
  padding: 20px 40px 30px 30px;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat .citation-modal.active {
  display: block;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat .citation-modal .title {
  text-align: center;
  font-size: 12px;
  line-height: 12.96px;
  text-transform: uppercase;
  padding-top: 20px;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat .citation-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
section.fc-stat-cards .inner .card-container .card .content .stats .stat .citation-modal .citation {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 156%;
  padding-top: 20px;
  max-height: 200px;
  overflow-y: auto;
}
section.fc-stat-cards .inner .card-container .card-seperator {
  line-height: 80px;
}
@media screen and (max-width: 900px) {
  section.fc-stat-cards .inner .card-container .card .content .image {
    position: absolute;
    bottom: -60px;
    right: 100px;
    opacity: 0;
    transition: all 0.4s;
    max-width: 300px;
  }
  section.fc-stat-cards .inner .card-container .card .content .image img {
    width: 100%;
  }
  section.fc-stat-cards .inner .card-container .card .content .stats {
    gap: 4%;
  }
  section.fc-stat-cards .inner .card-container .card .content .stats .stat {
    width: 46%;
  }
}
@media screen and (max-width: 720px) {
  section.fc-stat-cards .inner h2 {
    font-size: 30px;
  }
  section.fc-stat-cards .inner .card-container .card .content .image {
    position: absolute;
    bottom: -60px;
    right: 100px;
    opacity: 0;
    transition: all 0.4s;
    max-width: 300px;
  }
  section.fc-stat-cards .inner .card-container .card .content .image img {
    width: 100%;
  }
  section.fc-stat-cards .inner .card-container .card .content .stats {
    flex-direction: column;
    gap: 24px;
  }
  section.fc-stat-cards .inner .card-container .card .content .stats .stat {
    width: 100%;
  }
  section.fc-stat-cards .inner .card-container .card .content .stats .stat .value {
    font-size: 40px;
  }
}