/*!
 * Theme Name: Aeroterra Health
 * Description: Custom Theme for Aeroterra Health 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: #000;
  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: #000;
  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: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 142%;
  background-repeat: no-repeat;
  background-size: cover;
}

body.no-scroll {
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
}
body .main {
  flex: 1;
}

.uk-scrollspy-inview {
  animation-duration: 0.7s !important;
}

.header-spacer {
  height: 120px;
}

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

.mobile {
  display: none;
}

.blue-shape {
  display: block;
  margin-left: auto;
}

.button {
  display: block;
  padding: 10px 24px;
  border-radius: 34px;
  background-color: #969696;
  color: #FFF;
  font-family: Oswald;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
}
.button:hover {
  text-decoration: none;
  background-color: #1D2C5C;
}
.button.active {
  background-color: #1D2C5C;
}

h1 {
  color: #1D2C5C;
  font-family: "Oswald";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.4px;
  line-height: 128%;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

h2 {
  color: #000;
  font-family: "Oswald";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 127%;
}

h3 {
  color: #000;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 137%;
}

h4 {
  color: #000;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

h5 {
  color: #000;
  font-family: "Oswald";
  font-size: 30px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

h6 {
  color: #000;
  font-family: "Montserrat";
  font-size: 12px;
  font-weight: 700;
  line-height: 137%;
  letter-spacing: 1.2px;
}

p, .p {
  color: #000;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  line-height: 142%;
}

.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: 750px) {
  .button {
    padding: 8px 20px;
    font-size: 16px;
    display: block;
    border-radius: 34px;
    background-color: #969696;
    color: #FFF;
    font-family: Oswald;
    font-weight: 400;
    line-height: 128%;
    text-transform: uppercase;
    transition: all 0.2s;
    cursor: pointer;
  }
  .button:hover {
    text-decoration: none;
    background-color: #1D2C5C;
  }
  .button.active {
    background-color: #1D2C5C;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 14px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 26px;
  }
}
section.main .inner .body .shortcode-btn {
  display: block;
  margin-top: 50px;
}

section {
  position: relative;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1210px;
  padding: 125px 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;
}

.tr-corner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 410px;
  width: 28%;
  height: auto;
}
.tr-corner img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .tr-corner {
    display: none;
  }
}

.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

header {
  width: 100% !important;
  z-index: 10;
  background: #FFF;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 99%);
  padding-bottom: 50px;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  transition: all 0.2s;
  position: relative;
}
header .inner .header-left {
  display: flex;
  align-items: center;
  gap: 45px;
}
header .inner .header-left .main-nav-container .main-nav {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
  gap: 48px;
  z-index: 10;
  transition: all 0.2s;
}
header .inner .header-left .main-nav-container .main-nav li {
  transition: all 0.2s;
  position: relative;
}
header .inner .header-left .main-nav-container .main-nav li a {
  line-height: 128%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
  color: #1D2C5C;
}
header .inner .header-left .main-nav-container .main-nav li a:hover {
  color: #DC2229;
}
header .inner .header-left .main-nav-container .main-nav li a.active {
  color: #DC2229;
}
header .inner .header-left .main-nav-container .main-nav li.mobile {
  display: none;
}
header .inner .header-left .logo {
  width: 26%;
  transition: all 0.2s;
  margin-right: 20px;
}
header .inner .header-left .logo img {
  width: 100%;
  max-width: 304px;
}
header .inner .button {
  margin-left: 20px;
  background: #DC2229;
  padding: 10px 30px;
  color: #fff;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}
header .inner .button:hover {
  background-color: #1D2C5C;
}
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: #1D2C5C;
  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: #DC2229;
  -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: #DC2229;
  width: 0%;
  opacity: 0;
}
header #nav-icon4.open span:nth-child(3) {
  background: #DC2229;
  -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;
  padding-bottom: 40px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 99%);
}
header.uk-sticky-below .inner {
  padding-top: 20px;
  padding-bottom: 10px;
}
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: 950px) {
  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: 750px) {
  header {
    padding-bottom: 0px;
    background: #fff;
  }
  header .inner {
    padding: 10px 30px;
    justify-content: space-between;
  }
  header .inner #nav-icon4 {
    display: block;
  }
  header .inner .button {
    display: none;
  }
  header .inner .header-left {
    width: 100%;
    justify-content: space-between;
  }
  header .inner .header-left .main-nav-container {
    z-index: 100;
    position: absolute;
    top: 48px;
    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: flex-start;
  }
  header .inner .header-left .main-nav-container.open {
    left: 0px;
    transition: all 0.2s;
  }
  header .inner .header-left .main-nav-container .main-nav {
    padding: 24px;
    flex-direction: column;
    display: inline-block;
    justify-content: flex-start;
  }
  header .inner .header-left .main-nav-container .main-nav li a {
    padding: 12px 0;
  }
  header .inner .header-left .main-nav-container .main-nav li a::before {
    display: none;
  }
  header .inner .header-left .main-nav-container .main-nav li.mobile {
    display: block;
  }
  header .inner .header-left .main-nav-container .main-nav li:hover, header .inner .header-left .main-nav-container .main-nav li .active {
    color: #000;
  }
  header.uk-sticky-below {
    padding-bottom: 0px;
    background: #fff;
  }
  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;
  padding-top: 24px;
  padding-bottom: 24px;
  align-items: center;
  justify-content: space-between;
}
footer .inner .logo {
  display: flex;
  align-items: center;
  gap: 24px;
}
footer .inner .logo .copyright {
  font-size: 16px;
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
}
footer .inner .footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
}
footer .inner .footer-nav ul li a {
  color: #000;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0.2px;
  transition: all 0.2s;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
footer .inner .footer-nav ul li a:hover {
  color: #DC2229;
}
@media screen and (max-width: 800px) {
  footer .inner {
    flex-direction: column;
    gap: 24px;
  }
  footer .inner .logo {
    gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  footer .inner .logo {
    flex-direction: column;
  }
}

/**
 * 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: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 10%;
}
section.single-post .inner h1 {
  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%;
}
section.single-post .inner .content .featured-image {
  width: 100%;
}
section.single-post .inner .side-nav {
  padding: 70px 4%;
  width: 25%;
  background-color: #fff;
  box-shadow: 0px 4px 17.6px 2px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
section.single-post .inner .side-nav h4 {
  margin-bottom: 6px;
}
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%;
  }
}

body.home section.fc-bio-slider {
  box-shadow: none;
  margin-bottom: 0;
}

section.fc-page-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 48px 0;
  gap: 5%;
}
section.fc-page-header .image-wrapper {
  width: 40%;
}
section.fc-page-header .image-wrapper .image {
  overflow: hidden;
  border-radius: 0 50% 50% 0;
  max-width: 574px;
}
section.fc-page-header .image-wrapper .image img {
  width: 100%;
}
section.fc-page-header .content {
  width: 57%;
  max-width: 550px;
  padding: 48px 48px 48px 0;
  color: #1D2C5C;
}
section.fc-page-header .content .red {
  color: #DC2229;
}
@media screen and (max-width: 600px) {
  section.fc-page-header {
    display: block;
  }
  section.fc-page-header .image-wrapper {
    width: 90%;
  }
  section.fc-page-header .content {
    width: 100%;
    padding: 48px;
  }
}

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: #000;
}
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: #000;
}
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: #000;
  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 h1 {
  margin-bottom: 16px;
}
section.fc-form .inner .body {
  max-width: 490px;
  margin-bottom: 24px;
}
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: #000;
}
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;
  max-width: 700px;
}
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 input[type=radio], section.fc-form .inner .form-wrapper input[type=radio]:checked {
  accent-color: #DC2229 !important;
}
section.fc-form .inner .form-wrapper .gform-theme--foundation .gform_fields {
  gap: 24px !important;
}
section.fc-form .inner .form-wrapper .gform-field-label {
  font-size: 16px;
}
section.fc-form .inner .form-wrapper select {
  padding: 12px;
  color: #000;
}
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_confirmation_message {
  font-size: 24px;
  padding: 40px 0;
  color: #000;
}
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: "Oswald" !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: #DC2229 !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: #1D2C5C !important;
  border: 2px solid #1D2C5C !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: #000 !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 {
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.05);
}
section.fc-logo-list .inner {
  padding: 100px 50px;
  display: flex;
  gap: 30px;
  align-items: center;
}
section.fc-logo-list .inner h1 {
  width: 25%;
  margin: 0;
}
section.fc-logo-list .inner .logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 80px;
  width: 75%;
}
section.fc-logo-list .inner .logos .logo {
  width: 33%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  section.fc-logo-list .inner {
    padding: 48px;
    flex-direction: column;
    gap: 24px;
  }
  section.fc-logo-list .inner h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 48px;
  }
  section.fc-logo-list .inner .logos {
    width: 100%;
  }
  section.fc-logo-list .inner .logos .logo {
    width: 30%;
  }
}
@media screen and (max-width: 600px) {
  section.fc-logo-list .inner .logos {
    row-gap: 24px;
  }
  section.fc-logo-list .inner .logos .logo {
    width: 100%;
  }
}

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 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.fc-stats .inner {
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
}
section.fc-stats .inner h1 {
  color: #fff;
  font-weight: 400;
  align-self: flex-start;
}
section.fc-stats .inner .stats {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
section.fc-stats .inner .stats .stat {
  width: 15%;
}
section.fc-stats .inner .stats .stat h2 {
  color: #fff;
  font-family: "Oswald";
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 16px;
}
section.fc-stats .inner .stats .stat p {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  section.fc-stats .inner .stats {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 48px;
  }
  section.fc-stats .inner .stats .stat {
    width: 31%;
  }
}
@media screen and (max-width: 800px) {
  section.fc-stats .inner .stats {
    flex-direction: column;
    gap: 24px;
  }
  section.fc-stats .inner .stats .stat {
    text-align: center;
    width: 100%;
  }
}

section.fc-team .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}
section.fc-team .inner .category-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 12px;
  row-gap: 12px;
}
section.fc-team .inner h1 {
  margin-bottom: 16px;
}
section.fc-team .inner .body {
  max-width: 490px;
  margin-bottom: 24px;
}
section.fc-team .inner .team {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7%;
  row-gap: 68px;
}
section.fc-team .inner .team .member {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 46.5%;
}
section.fc-team .inner .team .member .content {
  width: 50%;
}
section.fc-team .inner .team .member .image {
  width: 45%;
  max-width: 200px;
  overflow: hidden;
  border-radius: 50%;
}
section.fc-team .inner .team .member .image img {
  width: 100%;
}
section.fc-team .inner .team .member h5 {
  margin: 0 0 5px 0;
}
section.fc-team .inner .team .member h3 {
  color: #DC2229;
  margin: 0;
}
section.fc-team .inner .team .member h4 {
  margin: 12px 0 0 0;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
section.fc-team .inner .team .member h4:hover {
  color: #DC2229;
}
section.fc-team .inner .team .member .bio-modal {
  width: 80%;
  max-width: 1200px;
  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: 50px 40px 40px 40px;
  z-index: 1001;
}
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;
  align-items: center;
}
section.fc-team .inner .team .member .bio-modal .bio-content .left-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
section.fc-team .inner .team .member .bio-modal .bio-content .left-content h5 {
  color: #1D2C5C;
  margin: 17px 0;
}
section.fc-team .inner .team .member .bio-modal .bio-content .left-content .image {
  overflow: hidden;
  border-radius: 50%;
  max-width: 290px;
}
section.fc-team .inner .team .member .bio-modal .bio-content .left-content .image img {
  width: 100%;
}
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 .bio {
  max-height: 400px;
  overflow-y: auto;
}
section.fc-team .inner .team .member .bio-modal .bio-content .right-content .bio a {
  text-decoration: underline;
}
section.fc-team .inner .team .member .bio-modal .bio-content .right-content .bio a:hover {
  color: #F16524;
}
section.fc-team .inner .team .member .bio-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  section.fc-team .inner .team {
    flex-direction: column;
  }
  section.fc-team .inner .team .member {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  section.fc-team .inner .team .member .bio-modal .bio-content {
    flex-direction: column;
  }
  section.fc-team .inner .team .member .bio-modal .bio-content .left-content {
    width: 100%;
  }
  section.fc-team .inner .team .member .bio-modal .bio-content .left-content .image {
    max-width: 60%;
  }
  section.fc-team .inner .team .member .bio-modal .bio-content .right-content {
    width: 100%;
  }
  section.fc-team .inner .team .member .bio-modal .bio-content .right-content .bio {
    overflow-y: auto;
    max-height: 30vh;
  }
}

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 {
  background-size: cover;
  background-repeat: no-repeat;
}
section.fc-50-50-text-list .inner {
  padding: 24px 50px 100px 50px;
  z-index: 1;
  display: flex;
  gap: 12%;
  align-items: center;
  justify-content: space-eve;
}
section.fc-50-50-text-list .inner .content {
  width: 50%;
}
section.fc-50-50-text-list .inner .content .list {
  display: flex;
  gap: 48px;
  margin-top: 24px;
}
section.fc-50-50-text-list .inner .content .list .item {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.fc-50-50-text-list .inner .content .list .item h3 {
  margin: 0;
}
section.fc-50-50-text-list .inner .content h1 {
  color: #DC2229;
}
section.fc-50-50-text-list .inner .content .p {
  margin-bottom: 12px;
}
section.fc-50-50-text-list .inner .image-wrapper {
  width: 50%;
  max-width: 446px;
  overflow: hidden;
  border-radius: 50%;
}
section.fc-50-50-text-list .inner .image-wrapper img {
  width: 100%;
}
section.fc-50-50-text-list .inner.option2 .content h1 {
  color: #fff;
}
section.fc-50-50-text-list .inner.option2 .content .p {
  color: #fff;
}
section.fc-50-50-text-list .inner.option2 .content .list .item h3 {
  color: #fff;
}
section.fc-50-50-text-list .inner.img-left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  section.fc-50-50-text-list .inner {
    flex-direction: column;
    gap: 24px;
    padding-top: 48px;
  }
  section.fc-50-50-text-list .inner .content {
    width: 100%;
  }
  section.fc-50-50-text-list .inner .content .list {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  section.fc-50-50-text-list .inner .image-wrapper {
    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-4-columns {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.fc-4-columns .inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: start;
}
section.fc-4-columns .inner h1 {
  color: #fff;
  max-width: 480px;
  margin-bottom: 100px;
}
section.fc-4-columns .inner .columns {
  display: flex;
  gap: 64px;
}
section.fc-4-columns .inner .columns .column {
  width: 25%;
}
section.fc-4-columns .inner .columns .column h5 {
  color: #fff;
}
section.fc-4-columns .inner .columns .column .p {
  color: #fff;
}
@media screen and (max-width: 750px) {
  section.fc-4-columns .inner h1 {
    margin-bottom: 48px;
  }
  section.fc-4-columns .inner .columns {
    flex-direction: column;
    gap: 24px;
  }
  section.fc-4-columns .inner .columns .column {
    width: 100%;
  }
  section.fc-4-columns .inner .columns .column h5 {
    margin-bottom: 12px;
  }
}

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: #000;
  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;
  }
}

section.fc-bio-slider {
  background-color: #fff;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}
section.fc-bio-slider .inner {
  padding-top: 0;
  padding-bottom: 0;
}
section.fc-bio-slider .inner .bio-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}
section.fc-bio-slider .inner .bio-container .content {
  width: 45%;
}
section.fc-bio-slider .inner .bio-container .content .bio {
  margin: 0;
  opacity: 1;
  transition: all 0.5s;
}
section.fc-bio-slider .inner .bio-container .content h3 {
  margin: 0;
  opacity: 1;
  transition: all 0.5s;
  margin: 0;
}
section.fc-bio-slider .inner .bio-container .content h4 {
  margin: 0;
  opacity: 1;
  transition: all 0.5s;
  margin: 16px 0 8px;
}
section.fc-bio-slider .inner .bio-container .photo {
  margin: 0;
  opacity: 1;
  transition: all 0.5s;
  width: 50%;
  max-width: 448px;
  overflow: hidden;
  border-radius: 50%;
}
section.fc-bio-slider .inner .bio-container .photo img {
  width: 100%;
}
section.fc-bio-slider .inner .bio-container h3.hidden, section.fc-bio-slider .inner .bio-container h4.hidden, section.fc-bio-slider .inner .bio-container .bio.hidden, section.fc-bio-slider .inner .bio-container .photo.hidden {
  opacity: 0;
  margin-left: 10px;
}
section.fc-bio-slider .inner ul {
  list-style: none;
  padding: 0;
  margin: 24px 0 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
section.fc-bio-slider .inner ul li {
  width: 7px;
  height: 7px;
  background-color: #1D2C5C;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
}
section.fc-bio-slider .inner ul li.active {
  width: 10px;
  height: 10px;
  background-color: #DC2229;
  outline: 1px solid #DC2229;
  outline-offset: 1px;
}
section.fc-bio-slider .inner ul li:hover {
  background-color: #DC2229;
}
@media screen and (max-width: 750px) {
  section.fc-bio-slider .inner {
    padding-top: 48px;
  }
  section.fc-bio-slider .inner .bio-container {
    flex-direction: column;
    gap: 24px;
  }
  section.fc-bio-slider .inner .bio-container .content {
    width: 100%;
  }
  section.fc-bio-slider .inner .bio-container .photo {
    width: 100%;
  }
}

section.fc-logo-banner {
  background-color: #1D2C5C;
}
section.fc-logo-banner .inner {
  display: flex;
  align-items: center;
  align-items: stretch;
}
section.fc-logo-banner .inner .line {
  width: 1px;
  background-color: #fff;
  border-right: 1px solid #fff;
  margin: 0 9%;
}
section.fc-logo-banner .inner .image {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  align-self: center;
  margin-left: auto;
}
section.fc-logo-banner .inner .content {
  width: 50%;
}
section.fc-logo-banner .inner .content h1 {
  color: #fff;
}
section.fc-logo-banner .inner .content .p {
  color: #fff;
}
@media screen and (max-width: 750px) {
  section.fc-logo-banner .inner {
    padding-top: 48px;
    padding-bottom: 48px;
    flex-direction: column;
    gap: 24px;
  }
  section.fc-logo-banner .inner .line {
    height: 1px;
    width: auto;
    margin: 24px 0;
  }
  section.fc-logo-banner .inner .image {
    width: 100%;
    justify-content: center;
  }
  section.fc-logo-banner .inner .content {
    width: 100%;
  }
}

section.fc-post-excerpts {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.fc-post-excerpts .inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
section.fc-post-excerpts .inner .columns {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  gap: 10%;
  row-gap: 64px;
}
section.fc-post-excerpts .inner .columns .column {
  width: 23%;
  overflow: hidden;
}
section.fc-post-excerpts .inner .columns .column .featured-image {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.fc-post-excerpts .inner .columns .column .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
section.fc-post-excerpts .inner .columns .column .column-content {
  padding: 24px 0 0;
}
section.fc-post-excerpts .inner .columns .column .read-more {
  display: inline-block;
  margin-top: 12px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s ease;
  color: #1D2C5C;
  font-family: "Oswald";
  font-size: 20px;
  text-transform: uppercase;
}
section.fc-post-excerpts .inner .columns .column .read-more:hover {
  color: #DC2229;
}
@media screen and (max-width: 750px) {
  section.fc-post-excerpts .inner .columns .column {
    width: 45%;
  }
}
@media screen and (max-width: 600px) {
  section.fc-post-excerpts .inner .columns .column {
    width: 100%;
  }
}

section.fc-partners .inner {
  padding-bottom: 0;
}
section.fc-partners .inner .category-nav {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 12px;
  row-gap: 12px;
  align-items: center;
}
section.fc-partners .inner h1 {
  margin-bottom: 16px;
}
section.fc-partners .inner .body {
  max-width: 490px;
  margin-bottom: 24px;
}
section.fc-partners .partners {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
section.fc-partners .partners .partner {
  display: flex;
  align-items: center;
  gap: 8%;
  width: 100%;
}
section.fc-partners .partners .partner .image {
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  border-radius: 0 230px 230px 0;
}
section.fc-partners .partners .partner .image img {
  width: 100%;
}
section.fc-partners .partners .partner .content {
  width: 100%;
  max-width: 400px;
}
section.fc-partners .partners .partner .content a {
  color: #1D2C5C;
  font-family: "Oswald";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.fc-partners .partners .partner .content a:hover {
  color: #DC2229;
}
section.fc-partners .partners .partner .content .description {
  margin-bottom: 12px;
}
section.fc-partners .partners .partner .button {
  margin-top: 12px;
}
section.fc-partners .partners .partner.alt-row {
  flex-direction: row-reverse;
}
section.fc-partners .partners .partner.alt-row .image {
  border-radius: 230px 0 0 230px;
}
section.fc-partners .partners .partner.alt-row .content {
  text-align: right;
}
@media screen and (max-width: 750px) {
  section.fc-partners .partners {
    row-gap: 64px;
  }
  section.fc-partners .partners .partner {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  section.fc-partners .partners .partner .image {
    width: 80%;
    border-radius: 0 200px 200px 0;
  }
  section.fc-partners .partners .partner .content {
    max-width: 100%;
    padding: 0 48px;
  }
  section.fc-partners .partners .partner.alt-row {
    flex-direction: column;
    align-items: flex-end;
  }
}

section.fc-news .inner .category-nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  gap: 12px;
  row-gap: 12px;
  align-items: center;
}
section.fc-news .inner h1 {
  margin-bottom: 16px;
}
section.fc-news .inner .body {
  max-width: 490px;
  margin-bottom: 24px;
}
section.fc-news .inner .news-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 7%;
  row-gap: 64px;
}
section.fc-news .inner .news-items .news-item {
  width: 46.5%;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 1px 9.3px 0 rgba(0, 0, 0, 0.25);
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 24px;
}
section.fc-news .inner .news-items .news-item .news-item-image {
  width: 40%;
  height: 0;
  padding-bottom: 37%;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  overflow: hidden;
}
section.fc-news .inner .news-items .news-item .news-item-content {
  width: 60%;
}
section.fc-news .inner .news-items .news-item .news-item-content h6 {
  margin: 0 0 12px 0;
  color: #1D2C5C;
}
section.fc-news .inner .news-items .news-item .news-item-content .news-item-excerpt {
  margin-bottom: 12px;
}
section.fc-news .inner .news-items .news-item .news-item-content a {
  color: #1D2C5C;
  font-family: "Oswald";
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: all 0.2s;
}
section.fc-news .inner .news-items .news-item .news-item-content a:hover {
  text-decoration: none;
  color: #DC2229;
}
@media screen and (max-width: 750px) {
  section.fc-news .inner .news-items {
    flex-direction: column;
  }
  section.fc-news .inner .news-items .news-item {
    width: 100%;
  }
}