body {
  font-family: "Inter", sans-serif;
  margin: 0;
}

img {
  width: 100%;
}

section {
  margin: 100px 0;
  padding: 0 20px;
}
@media only screen and (max-width: 640px) {
  section {
    margin: 79px 0;
  }
}
@media only screen and (max-width: 460px) {
  section {
    margin: 50px 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  margin: 0;
}

@font-face {
  font-family: "Kurdis-Condensed";
  src: url("../fonts/Kurdis-Condensed.woff2") format("woff2"), url("../fonts/Kurdis-Condensed.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Kurdis-CondensedSemiBold";
  src: url("../fonts/Kurdis-CondensedSemiBold.woff2") format("woff2"), url("../fonts/Kurdis-CondensedSemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Kurdis-SemiCondensed";
  src: url("../fonts/Kurdis-SemiCondensed.woff2") format("woff2"), url("../fonts/Kurdis-SemiCondensed.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Kurdis-ExtraCondensed";
  src: url("../fonts/Kurdis-ExtraCondensed.woff2") format("woff2"), url("../fonts/Kurdis-ExtraCondensed.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Kurdis-CondensedBold";
  src: url("../fonts/Kurdis-CondensedBold.woff2") format("woff2"), url("../fonts/Kurdis-CondensedBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Kurdis-CondensedExtraBold";
  src: url("../fonts/Kurdis-CondensedExtraBold.woff2") format("woff2"), url("../fonts/Kurdis-CondensedExtraBold.woff") format("woff");
  font-display: swap;
}
.kurdis-cond {
  font-family: "Kurdis-Condensed";
}

.kurdis-cond-semi-bold {
  font-family: "Kurdis-CondensedSemiBold";
}

.kurdis-semi-cond {
  font-family: "Kurdis-SemiCondensed";
}

.kurdis-extra-cond {
  font-family: "Kurdis-ExtraCondensed";
}

.kurdis-cond-bold {
  font-family: "Kurdis-CondensedBold";
}

.kurdis-cond-extra-bold {
  font-family: "Kurdis-CondensedExtraBold";
}

.container {
  max-width: 1110px;
  margin: 0 auto;
}

.inner-container {
  max-width: 1000px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

.red {
  color: #c00004;
}

.red-bg {
  background: #c00004;
  background: linear-gradient(to left, #c00004 50%, #343949 50%) right;
  background-size: 200%;
  transition: 0.3s ease-out;
}
.red-bg:hover {
  background-position: left;
}
.red-bg a {
  color: white;
}

.title-md {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}

button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  padding: 18px 18px 17px;
  border: none;
  font-size: 18px;
  line-height: 0.9;
  margin-top: 40px;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 768px) {
  button {
    font-size: 17px;
    padding: 16px;
  }
}
@media only screen and (max-width: 640px) {
  button {
    font-size: 16px;
    margin: 20px auto;
    padding: 15px 25px;
  }
}
button img {
  max-width: 12px;
  margin-top: -1px;
  margin-left: 10px;
}
@media only screen and (max-width: 640px) {
  button img {
    max-width: 10px;
  }
}

@media only screen and (min-width: 769px) {
  .hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .hide-mobile {
    display: none;
  }
}

@media only screen and (min-width: 641px) {
  .mobile-hero-btn {
    display: none;
  }
}
.mobile-hero-btn {
  width: 100%;
  align-self: flex-start;
  margin-left: 0;
  background-color: #c00004;
}
.mobile-hero-btn button {
  padding: 5px 25px;
  margin-left: 0;
}
@media only screen and (max-width: 460px) {
  .mobile-hero-btn button {
    padding: 5px 25px 5px 10px;
    width: 70%;
    justify-content: space-between;
  }
}

.dark-blue-bg {
  background-color: #343949;
}

.dark-blue {
  color: #343949;
}

.light-blue-btn {
  background-color: #CADFEA;
  background: linear-gradient(to left, #CADFEA 50%, #343949 50%) right;
  background-size: 200%;
  transition: 0.3s ease-out;
}
.light-blue-btn:hover {
  background-position: left;
  color: #fff;
}

.light-blue-bg {
  background-color: #CADFEA;
}

.light-blue {
  color: #CADFEA;
}

.white {
  color: #ffffff;
}

.white-bg {
  background-color: #ffffff;
}

.width-195 {
  max-width: 195px;
}

.width-500 {
  max-width: 500px;
  margin: 0 auto;
}

.width-600 {
  max-width: 600px;
}

.width-700 {
  max-width: 700px;
}

.top-header {
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .top-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 610px) {
  .top-header {
    margin-bottom: -150px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.top-header h1 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  .top-header h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 440px) {
  .top-header h1 {
    font-size: 28px;
  }
}

.top-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 610px) {
  .top-header-inner {
    padding-top: 5px;
  }
}
.top-header-inner img {
  width: 142px;
}
.top-header-inner button {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  max-height: 50px;
}
.top-header-inner button:hover {
  color: #ff0000;
  background-color: #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 610px) {
  .top-header-inner button {
    width: 100%;
    margin-top: 15px;
    margin-left: 15px;
  }
}

.top-header-inner-inner {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top-header-inner-inner {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 440px) {
  .top-header-inner-inner button {
    font-size: 15px;
    padding: 7px 15px 8px;
  }
}

.top-menu {
  display: flex;
  margin-top: 10px;
}
.top-menu li {
  list-style: none;
  margin: 5px 8px;
  font-size: 18px;
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
}
.top-menu .has-submenu {
  position: relative;
}
.top-menu .submenu {
  position: absolute;
  top: 30px;
  background-color: #fff;
  z-index: 30;
  padding: 10px 0px;
  min-width: 18vw;
  display: none;
  margin-top: -5px;
}
.top-menu .submenu.visible {
  display: block;
}
.top-menu a {
  color: #343949;
  text-decoration: none;
  padding: 6px 7px 5px;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .top-menu a:hover, .top-menu a:focus {
    color: #ffffff;
    background: linear-gradient(237deg, #343949 31.34%, #16181F 100%);
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .top-menu {
    display: none;
  }
}

#burger-menu {
  cursor: pointer;
  height: 27px;
  width: 27px;
  right: 0px;
  overflow: visible;
  position: relative;
  z-index: 103;
}

#burger-menu span,
#burger-menu span:before,
#burger-menu span:after {
  background: url(https://www.betdavidconsulting.com/imgs/burger-menu.svg);
  display: block;
  height: 4px;
  opacity: 1;
  position: absolute;
  transition: 0.3s ease-in-out;
}

#burger-menu span:before,
#burger-menu span:after {
  content: "";
}

#burger-menu span {
  right: 0px;
  top: 13px;
  width: 31px;
}

#burger-menu span:before {
  right: 0px;
  top: -10px;
  width: 31px;
}

#burger-menu span:after {
  right: 0px;
  top: 10px;
  width: 31px;
}

#burger-menu.close span {
  transform: rotate(-45deg);
  top: 13px;
  width: 30px;
}

#burger-menu.close span:before {
  top: 0px;
  transform: rotate(90deg);
  width: 30px;
}

#burger-menu.close span:after {
  top: 0px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
  width: 0;
}

#menu {
  z-index: 100;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  padding-top: 20px;
  transition: all 0.3s ease-in-out;
}
#menu ul {
  padding-left: 0px;
}
#menu li {
  list-style: none;
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px 25px;
  display: block;
}
@media only screen and (min-width: 769px) {
  #menu li:active {
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(237deg, #343949 31.34%, #16181F 100%);
    cursor: pointer;
  }
}
#menu .has-border {
  border-bottom: 1px solid #CDCCCF;
  display: flex;
  justify-content: space-between;
}
#menu .mobile-chevron {
  max-width: 20px;
  pointer-events: none;
}
#menu a {
  color: #343949;
  display: block;
  font-size: 28px;
  margin-top: 10px;
  text-decoration: none;
  padding-bottom: 10px;
}
#menu .mobile-submenu li {
  padding-bottom: 0px;
  padding-left: 15px;
}
#menu .mobile-submenu a {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

#menu.overlay {
  visibility: visible;
  opacity: 1;
  padding-top: 80px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(7px);
  z-index: 102;
}
@media only screen and (max-width: 640px) {
  #menu.overlay {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  #burger-menu {
    display: none;
  }
}
/* Add animation (fade in the popup) */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#home-hero {
  background-image: url(../imgs/bdc-hero-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 680px;
  padding-top: 120px;
  margin-top: -120px;
}
@media only screen and (max-width: 1024px) {
  #home-hero {
    height: 550px;
  }
}
@media only screen and (max-width: 768px) {
  #home-hero {
    height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  #home-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
}
#home-hero .hero-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 640px) {
  #home-hero .hero-inner {
    flex-wrap: wrap;
  }
}
#home-hero .hero-inner .hero-content {
  width: 48%;
  padding-top: 60px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  #home-hero .hero-inner .hero-content {
    width: 100%;
    text-align: center;
  }
}
#home-hero .hero-inner .hero-content .hero-subheader {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1100px) {
  #home-hero .hero-inner .hero-content .hero-subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  #home-hero .hero-inner .hero-content .hero-subheader {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  #home-hero .hero-inner .hero-content .hero-subheader {
    max-width: 250px;
    margin: 0 auto;
  }
}
#home-hero .hero-inner .hero-content .hero-header {
  text-transform: uppercase;
  font-size: 82px;
  line-height: 1;
  color: #343949;
  margin-top: 12px;
}
@media only screen and (max-width: 1200px) {
  #home-hero .hero-inner .hero-content .hero-header {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1024px) {
  #home-hero .hero-inner .hero-content .hero-header {
    font-size: 58px;
  }
}
@media only screen and (max-width: 768px) {
  #home-hero .hero-inner .hero-content .hero-header {
    font-size: 49px;
  }
}
@media only screen and (max-width: 460px) {
  #home-hero .hero-inner .hero-content .hero-header {
    font-size: 42px;
    padding: 30px 20px 0px;
  }
}
#home-hero .hero-inner .hero-image {
  max-width: 430px;
  width: 40%;
  z-index: 0;
  margin-right: -9vw;
  padding-top: 10px;
}
@media only screen and (max-width: 840px) {
  #home-hero .hero-inner .hero-image {
    width: 43%;
  }
}
@media only screen and (max-width: 640px) {
  #home-hero .hero-inner .hero-image {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  #home-hero .hero-inner .hero-image {
    margin-right: 0vw;
    padding: 10px 20px 0;
  }
}

#hero-cta {
  margin-top: -200px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #hero-cta {
    margin-top: -189px;
  }
}
@media only screen and (max-width: 640px) {
  #hero-cta {
    padding: 0;
  }
}
#hero-cta .container {
  display: flex;
  align-items: flex-end;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  #hero-cta .container {
    padding: 0;
  }
}
#hero-cta .container .r-hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  text-transform: uppercase;
  background-color: #c00004;
  color: #ffffff;
  font-size: 24px;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #hero-cta .container .r-hero-cta {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #hero-cta .container .r-hero-cta {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  #hero-cta .container .r-hero-cta {
    width: 70%;
    padding: 15px 15px 15px 0;
  }
}
@media only screen and (max-width: 375px) {
  #hero-cta .container .r-hero-cta {
    justify-content: flex-start;
  }
}
#hero-cta .container .r-hero-cta.special-hero-cta {
  width: 100%;
  justify-content: left;
  padding-left: 10%;
}
@media only screen and (max-width: 930px) {
  #hero-cta .container .r-hero-cta.special-hero-cta {
    padding-left: 10%;
  }
}
#hero-cta .container .r-hero-cta.special-hero-cta a {
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  #hero-cta .container .r-hero-cta.special-hero-cta a {
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  #hero-cta .container .r-hero-cta.special-hero-cta a {
    max-width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  #hero-cta .container .r-hero-cta.special-hero-cta a {
    max-width: unset;
  }
}
#hero-cta .container .r-hero-cta img {
  width: 13px;
  margin-left: 13px;
}
@media only screen and (max-width: 768px) {
  #hero-cta .container .r-hero-cta img {
    width: 10px;
  }
}
#hero-cta .diagonal-hero {
  height: 140px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 51%, #fff 25%);
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 930px) {
  #hero-cta .diagonal-hero {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 45%, #fff 25%);
    margin-bottom: -1px;
    height: 122px;
    width: 87%;
  }
}
@media only screen and (max-width: 460px) {
  #hero-cta .diagonal-hero {
    width: 47%;
  }
}
@media only screen and (max-width: 640px) {
  #hero-cta .diagonal-hero {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 75%, #fff 25%);
    margin-bottom: -1px;
    height: 120px;
    width: 90%;
  }
}
@media only screen and (max-width: 460px) {
  #hero-cta .diagonal-hero {
    width: 47%;
  }
}

#white-hero {
  margin: -132px auto 0;
  background-color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 460px) {
  #white-hero {
    margin: -90px auto 0;
  }
}
#white-hero .w-hero-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #white-hero .w-hero-inner {
    flex-wrap: wrap;
  }
}
#white-hero .w-hero-inner .w-hero-chess {
  margin-top: -45vh;
  margin-left: -11vw;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 1400px) {
  #white-hero .w-hero-inner .w-hero-chess {
    margin-top: -37vh;
  }
}
@media only screen and (max-width: 1024px) {
  #white-hero .w-hero-inner .w-hero-chess {
    margin-top: -192px;
    margin-left: -6vw;
  }
}
@media only screen and (max-width: 768px) {
  #white-hero .w-hero-inner .w-hero-chess {
    margin-top: -18vh;
    margin-left: -11vw;
  }
}
@media only screen and (max-width: 640px) {
  #white-hero .w-hero-inner .w-hero-chess {
    display: none;
  }
}
#white-hero .w-hero-inner .w-hero-chess img {
  width: 260px;
}
@media only screen and (max-width: 1200px) {
  #white-hero .w-hero-inner .w-hero-chess img {
    width: 220px;
  }
}
@media only screen and (max-width: 1024px) {
  #white-hero .w-hero-inner .w-hero-chess img {
    width: 150px;
  }
}
#white-hero .w-hero-inner .video-lightbox {
  margin-right: 10%;
}
@media only screen and (max-width: 1024px) {
  #white-hero .w-hero-inner .video-lightbox {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 930px) {
  #white-hero .w-hero-inner .video-lightbox {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  #white-hero .w-hero-inner .video-lightbox {
    margin: 80px auto -80px;
    width: 80%;
  }
}
#white-hero .w-hero-inner .w-hero-video {
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #white-hero .w-hero-inner .w-hero-video {
    width: 80%;
  }
}
@media only screen and (max-width: 930px) {
  #white-hero .w-hero-inner .w-hero-video {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  #white-hero .w-hero-inner .w-hero-video {
    margin-left: 0;
    width: 100%;
    position: relative;
  }
}

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari-specific CSS */
    #white-hero {
      padding-top: 1px;
    }
  }
}
/* Safari 9.1 and earlier */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari 9.1 and earlier specific CSS */
  #white-hero {
    padding-top: 1px;
  }
}
#what-do {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
#what-do .content-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #what-do .content-row {
    flex-direction: column;
  }
}
#what-do .content-row .content-col {
  width: 43%;
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .content-col {
    width: 100%;
    margin: 15px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .content-col button {
    margin: 15px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #what-do .content-row .content-col button {
    font-size: 16px;
  }
}
#what-do .content-row .content-col .what-header {
  line-height: 1;
  text-transform: uppercase;
  font-size: 52px;
}
@media only screen and (max-width: 1024px) {
  #what-do .content-row .content-col .what-header {
    font-size: 42px;
  }
}
@media only screen and (max-width: 640px) {
  #what-do .content-row .content-col .what-header {
    font-size: 38px;
  }
}
@media only screen and (max-width: 460px) {
  #what-do .content-row .content-col .what-header {
    font-size: 28px;
  }
}
#what-do .content-row .content-col .what-header p {
  margin: 0;
}
#what-do .content-row .line-col {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .line-col {
    display: none;
  }
}
#what-do .content-row .line-col img {
  max-width: 280px;
}
@media only screen and (max-width: 1024px) {
  #what-do .content-row .line-col img {
    max-width: 170px;
  }
}
#what-do .content-row .numbers-col .number-row {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .numbers-col .number-row {
    margin: 0 auto 10px;
    padding-bottom: 10px;
    flex-direction: column;
  }
  #what-do .content-row .numbers-col .number-row:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 1px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(92, 101, 128, 0) 0%, #5C6580 48.96%, rgba(92, 101, 128, 0) 100%);
  }
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .numbers-col .number-row .number-inner {
    display: flex;
    align-items: baseline;
  }
}
#what-do .content-row .numbers-col .number-row .number-number {
  font-size: 90px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  #what-do .content-row .numbers-col .number-row .number-number {
    font-size: 72px;
  }
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .numbers-col .number-row .number-number {
    font-size: 62px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  #what-do .content-row .numbers-col .number-row .number-number {
    font-size: 48px;
  }
}
#what-do .content-row .numbers-col .number-row .number-row-content {
  font-family: "Kurdis-Condensed", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
}
@media only screen and (max-width: 1024px) {
  #what-do .content-row .numbers-col .number-row .number-row-content {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .numbers-col .number-row .number-row-content {
    margin: 0 2px;
  }
}
@media only screen and (max-width: 460px) {
  #what-do .content-row .numbers-col .number-row .number-row-content {
    font-size: 18px;
  }
}
#what-do .content-row .numbers-col .number-row .number-row-content-bold {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
}
@media only screen and (max-width: 1024px) {
  #what-do .content-row .numbers-col .number-row .number-row-content-bold {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .numbers-col .number-row .number-row-content-bold {
    margin: 0 3px;
  }
}
@media only screen and (max-width: 460px) {
  #what-do .content-row .numbers-col .number-row .number-row-content-bold {
    font-size: 18px;
  }
}
#what-do .content-row .numbers-col .number-row.n-second {
  margin-left: -7vw;
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .numbers-col .number-row.n-second {
    margin: 0 auto;
    flex-direction: column;
  }
}
#what-do .content-row .numbers-col .number-row.n-third {
  margin-left: -14vw;
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .numbers-col .number-row.n-third {
    margin: 0 auto;
    flex-direction: column;
  }
}
#what-do .content-row .float-line {
  position: absolute;
  top: -8%;
  right: 6%;
}
@media only screen and (max-width: 1024px) {
  #what-do .content-row .float-line {
    top: -13%;
    right: 2%;
  }
}
@media only screen and (max-width: 768px) {
  #what-do .content-row .float-line {
    display: none;
  }
}
#what-do .content-row .float-line img {
  max-width: 970px;
}
@media only screen and (max-width: 1024px) {
  #what-do .content-row .float-line img {
    max-width: 840px;
  }
}

#portfolio-companies {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
}
#portfolio-companies .portfolio-header {
  font-family: "Kurdis-Condensed", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 25px;
}
#portfolio-companies .portfolio-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#portfolio-companies .portfolio-logos .p-logo {
  padding: 10px;
}
@media only screen and (max-width: 640px) {
  #portfolio-companies .carousel-container {
    overflow: hidden;
  }
  #portfolio-companies .portfolio-logos {
    display: flex;
    animation: scrollLogos 20s linear infinite; /* Adjust animation duration as needed */
    white-space: nowrap; /* Prevent wrapping of logos */
  }
  #portfolio-companies .p-logo {
    flex: 0 0 auto;
    padding: 0 10px;
    display: inline-block; /* Display logos in a line */
  }
  #portfolio-companies .p-logo img {
    max-width: 100%;
    height: auto;
  }
  @keyframes scrollLogos {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}

#plan-moves {
  position: relative;
  margin-top: 150px;
  margin-bottom: 150px;
}
@media only screen and (max-width: 768px) {
  #plan-moves {
    overflow: unset;
  }
}
#plan-moves .pm-bg {
  position: absolute;
  max-width: 1200px;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: -190px;
  pointer-events: none;
}
@media only screen and (max-width: 1200px) {
  #plan-moves .pm-bg {
    max-width: 1060px;
  }
}
@media only screen and (max-width: 1024px) {
  #plan-moves .pm-bg {
    max-width: 840px;
    top: -160px;
  }
}
@media only screen and (max-width: 768px) {
  #plan-moves .pm-bg {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #plan-moves p {
    text-align: center;
  }
}
#plan-moves .inner-img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #plan-moves .inner-img {
    width: 100%;
  }
}
#plan-moves .inner-img a > button.red-bg {
  float: right;
}
#plan-moves .inner-img .blue-box {
  background: linear-gradient(134deg, #e3f5ff -8.52%, #c4dae7 68.12%);
  padding: 0 35px;
  max-height: 420px;
}
@media only screen and (max-width: 1024px) {
  #plan-moves .inner-img .blue-box {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  #plan-moves .inner-img .blue-box {
    max-height: unset;
    margin: 0 -20px;
    padding: 40px;
  }
}
#plan-moves .inner-img .blue-box .inner-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon {
  width: 38%;
  background-color: #ffffff;
  box-shadow: 0px 0px 19.87054px -3.97411px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  padding: 10px 20px 0;
  position: relative;
  max-height: 225px;
}
@media only screen and (max-width: 1024px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon {
    width: 36%;
  }
}
@media only screen and (max-width: 768px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    margin: 30px auto;
    max-width: 400px;
    align-items: center;
  }
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon > a.dark-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    text-wrap: nowrap;
  }
}
@media only screen and (max-width: 460px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon > a.dark-blue {
    text-wrap: wrap;
  }
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon:nth-of-type(1) {
  margin-top: -8vh;
}
@media only screen and (max-width: 768px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon:nth-of-type(1) {
    margin-top: 0;
  }
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon:nth-of-type(2) {
  margin-top: -2vh;
}
@media only screen and (max-width: 768px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon:nth-of-type(2) {
    margin-top: 0;
  }
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon:nth-of-type(3) {
  margin-top: -4vh;
}
@media only screen and (max-width: 768px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon:nth-of-type(3) {
    margin-top: 0;
  }
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon:nth-of-type(4) {
  margin-top: 0vh;
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon p {
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  max-width: 124px;
  line-height: 1.3;
}
@media only screen and (max-width: 1024px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon p {
    font-size: 20px;
    text-align: left;
    max-width: 123px;
  }
}
@media only screen and (max-width: 460px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon p {
    font-size: 18px;
    max-width: 110px;
  }
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon .box-icon {
  max-width: 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon .box-icon {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 460px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon .box-icon {
    max-width: 95px;
    padding-bottom: 10px;
  }
}
#plan-moves .inner-img .blue-box .inner-boxes .i-box-icon .red-line-box {
  position: absolute;
  right: 0%;
  bottom: 0;
  max-width: 40px;
  max-height: 40px;
}
@media only screen and (max-width: 1024px) {
  #plan-moves .inner-img .blue-box .inner-boxes .i-box-icon .red-line-box {
    max-width: 30px;
    max-height: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .get-started button {
    margin: 15px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .get-started button {
    font-size: 16px;
    display: none;
  }
}

.testimonials {
  margin-top: 70px;
  container-type: inline-size;
  overflow: hidden;
}
.testimonials .testimonials-header {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .testimonials .testimonials-header {
    font-size: 38px;
  }
}
@media only screen and (max-width: 640px) {
  .testimonials .testimonials-header {
    font-size: 28px;
  }
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonials-header {
    padding-right: 35px;
    padding-left: 35px;
  }
}
.testimonials .testimonials-inner {
  background-image: url(../imgs/blue-diagonal-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
  border-bottom: 4px solid #c00004;
  margin-right: -20px;
  margin-left: -20px;
}
.testimonials .testimonials-inner .slider-button {
  display: none;
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonials-inner .slider-button {
    display: inline-block;
    background-color: #ffffff;
    border-radius: 0.2rem;
    position: absolute;
    z-index: 100;
    top: 50%;
    padding: 9px 18px 5px;
  }
  .testimonials .testimonials-inner .slider-button svg {
    fill: #343949;
  }
  .testimonials .testimonials-inner .slider-button.next {
    right: 5%;
  }
  .testimonials .testimonials-inner .slider-button.prev {
    left: 5%;
    transform: rotate(180deg);
  }
}
.testimonials .testimonials-inner .t-quote {
  position: absolute;
  width: 170px;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonials-inner .t-quote {
    width: 120px;
    top: 70px;
    left: -180px;
  }
}
.testimonials .testimonials-inner .testimonial-slider {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 130px;
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonials-inner .testimonial-slider {
    overflow-x: visible;
    min-width: -moz-max-content;
    min-width: max-content;
    justify-content: space-between;
    position: relative;
  }
  .testimonials .testimonials-inner .testimonial-slider.wozniak {
    transform: translate(-20px);
  }
  .testimonials .testimonials-inner .testimonial-slider.kiyosaki {
    transform: translate(-375px);
  }
  .testimonials .testimonials-inner .testimonial-slider.hart {
    transform: translate(-795px);
  }
  .testimonials .testimonials-inner .testimonial-slider.dalio {
    transform: translate(-1155px);
  }
}
.testimonials .testimonials-inner .testimonial-slider .t-author {
  background: linear-gradient(134deg, #e3f5ff -8.52%, #c4dae7 68.12%);
  /* flex: 1; */
  height: 130px;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonials-inner .testimonial-slider .t-author {
    width: 100%;
    margin: 0 14vw;
    background: transparent;
  }
}
.testimonials .testimonials-inner .testimonial-slider .t-author img {
  max-width: 170px;
  display: flex;
  margin: 0 auto;
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonials-inner .testimonial-slider .t-author img {
    max-width: 350px;
  }
}
.testimonials .testimonial-chevron {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.testimonials .testimonial-chevron .chevron-wrapper {
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: center;
}
.testimonials .testimonial-chevron .chevron-wrapper .red-chevron {
  max-width: 100px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.testimonials .testimonial-chevron .chevron-wrapper .red-chevron.wozniak {
  left: -38%;
}
.testimonials .testimonial-chevron .chevron-wrapper .red-chevron.kiyosaki {
  left: -13%;
}
.testimonials .testimonial-chevron .chevron-wrapper .red-chevron.hart {
  left: 13%;
}
.testimonials .testimonial-chevron .chevron-wrapper .red-chevron.dalio {
  left: 38%;
}
@media only screen and (max-width: 640px) {
  .testimonials .testimonial-chevron .chevron-wrapper .red-chevron {
    max-width: 60px;
  }
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonial-chevron .chevron-wrapper .red-chevron {
    max-width: 60px;
    left: 0 !important;
  }
}
.testimonials .testimonial-wrapper {
  overflow-x: hidden;
  max-width: 820px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 870px) {
  .testimonials .testimonial-wrapper {
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials .testimonial-wrapper {
    max-width: 600px;
  }
}
@media only screen and (max-width: 640px) {
  .testimonials .testimonial-wrapper {
    max-width: 500px;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials .testimonial-wrapper {
    max-width: 300px;
  }
}
.testimonials .testimonial-wrapper .testimonial-content {
  display: flex;
  width: 3820px;
  margin: auto;
  position: relative;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 870px) {
  .testimonials .testimonial-wrapper .testimonial-content {
    width: 2760px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials .testimonial-wrapper .testimonial-content {
    width: 2760px;
  }
}
@media only screen and (max-width: 640px) {
  .testimonials .testimonial-wrapper .testimonial-content {
    width: 2460px;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials .testimonial-wrapper .testimonial-content {
    width: 1932px;
  }
}
.testimonials .testimonial-wrapper .testimonial-content.wozniak {
  transform: translate(0);
}
.testimonials .testimonial-wrapper .testimonial-content.kiyosaki {
  transform: translate(-25%);
}
.testimonials .testimonial-wrapper .testimonial-content.hart {
  transform: translate(-50%);
}
.testimonials .testimonial-wrapper .testimonial-content.dalio {
  transform: translate(-75%);
}
.testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes {
  position: relative;
  width: 820px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 870px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes {
    width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes {
    width: 600px;
  }
}
@media only screen and (max-width: 640px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes {
    width: 500px;
  }
}
@media only screen and (max-width: 540px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes {
    width: 300px;
  }
}
.testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-quote {
  padding-top: 40px;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-quote {
    font-size: 34px;
  }
}
@media only screen and (max-width: 640px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-quote {
    font-size: 30px;
  }
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-quote {
    font-size: 18px;
  }
}
.testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-author {
  padding-top: 30px;
  font-family: "Kurdis-Condensed", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-author {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-author {
    font-size: 19px;
  }
}
@media only screen and (max-width: 460px) {
  .testimonials .testimonial-wrapper .testimonial-content .testimonial-quotes .q-author {
    font-size: 16px;
  }
}

.case-studies .cs-inner {
  display: flex;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .case-studies .cs-inner {
    flex-wrap: wrap;
  }
}
.case-studies .cs-inner .horizontal-line {
  position: absolute;
  top: 48%;
  right: 0;
  bottom: 50%;
  left: 0;
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (max-width: 1024px) {
  .case-studies .cs-inner .horizontal-line {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies .cs-inner .horizontal-line {
    display: none;
  }
}
.case-studies .cs-inner .vertical-line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-height: 680px;
}
@media only screen and (max-width: 768px) {
  .case-studies .cs-inner .vertical-line {
    display: none;
  }
}
.case-studies .cs-inner .cs-cols {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .case-studies .cs-inner .cs-cols {
    width: 100%;
  }
}
.case-studies .cs-inner .cs-cols .cs-main-header {
  padding: 30px;
  margin: 0 -10px;
  min-height: 230px;
}
@media only screen and (max-width: 460px) {
  .case-studies .cs-inner .cs-cols .cs-main-header {
    min-height: unset;
  }
}
.case-studies .cs-inner .cs-cols .cs-content-icon {
  display: flex;
  padding: 30px;
  margin: 0 -10px;
  align-items: center;
  min-height: 230px;
}
@media only screen and (max-width: 768px) {
  .case-studies .cs-inner .cs-cols .cs-content-icon {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  .case-studies .cs-inner .cs-cols .cs-content-icon {
    flex-wrap: wrap;
    margin: 0;
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 640px) {
  .case-studies .cs-inner .cs-cols .cs-content-icon .cs-content-inner {
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
}
.case-studies .cs-inner .cs-cols .cs-content-icon .cs-content-inner .cs-button {
  display: inline-block;
  background-color: #cadfea;
  padding: 9px 18px 5px;
}
.case-studies .cs-inner .cs-cols .cs-content-icon .cs-content-inner .cs-button:hover {
  background-color: #c00004;
}
.case-studies .cs-inner .cs-cols .cs-content-icon .cs-content-inner .cs-button:hover svg {
  fill: #ffffff;
}
.case-studies .cs-inner .cs-cols .cs-content-icon .cs-content-inner .cs-button svg {
  fill: #343949;
}
.case-studies .cs-inner .cs-cols .cs-content-icon .cs-icon-inner img {
  max-width: 260px;
}
@media only screen and (max-width: 1024px) {
  .case-studies .cs-inner .cs-cols .cs-content-icon .cs-icon-inner img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 640px) {
  .case-studies .cs-inner .cs-cols .cs-content-icon .cs-icon-inner img {
    max-width: 330px;
  }
}

.cs-title {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  max-width: 300px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .cs-title {
    font-size: 28px;
    max-width: 260px;
  }
}
@media only screen and (max-width: 768px) {
  .cs-title {
    font-size: 27px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .cs-title {
    max-width: 300px;
    font-size: 26px;
    margin: 15px auto;
  }
}
.cs-title:hover {
  text-decoration: none;
}

.form-row {
  background: linear-gradient(181deg, #343949 0.78%, #16181f 100%);
  padding: 80px 20px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 640px) {
  .form-row {
    margin-bottom: 100px;
  }
}
.form-row .form-row-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .form-row .form-row-inner {
    flex-wrap: wrap;
  }
}
.form-row .form-row-inner .form-row-content {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .form-row .form-row-inner .form-row-content {
    width: 100%;
  }
}
.form-row .form-row-inner .form-row-form {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .form-row .form-row-inner .form-row-form {
    width: 100%;
  }
}
.form-row .form-row-inner .five-form {
  background: linear-gradient(180deg, #5F6780 0%, #4A5267 100%);
}
@media only screen and (max-width: 768px) {
  .form-row .form-row-form {
    width: 100%;
  }
}
.form-row .form-row-form .form {
  border: 1px solid #70788e;
  background: rgba(25, 27, 34, 0.33);
  padding: 48px;
  max-width: 580px;
}
@media only screen and (max-width: 768px) {
  .form-row .form-row-form .form {
    max-width: unset;
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .form-row .form-row-form .form {
    padding: 20px;
  }
}

.social {
  padding: 0 30px;
}
.social .social-subheader {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4.5px;
}
@media only screen and (max-width: 460px) {
  .social .social-subheader {
    font-size: 13px;
  }
}
.social .social-header {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 56px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .social .social-header {
    font-size: 42px;
  }
}
@media only screen and (max-width: 460px) {
  .social .social-header {
    font-size: 28px;
    margin: 0 auto;
  }
}
.social .social-icons-row {
  display: flex;
  justify-content: space-around;
  max-width: 350px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 460px) {
  .social .social-icons-row {
    max-width: 160px;
    flex-wrap: wrap;
  }
}
.social .social-icons-row img {
  max-width: 55px;
}
@media only screen and (max-width: 460px) {
  .social .social-icons-row img {
    margin: 15px 0;
  }
}

/** Footer **/
footer {
  margin-top: -88px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1920px) {
  footer {
    margin-top: -4.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    margin-top: -82px;
  }
}
@media only screen and (max-width: 460px) {
  footer {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  footer .red-line-header {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  footer .red-line-header {
    justify-content: center;
  }
}

.footer-top {
  background-image: url(../imgs/blue-footer.png);
  background-size: cover;
  height: 93vh;
  background-position-x: 50%;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .footer-top {
    height: 900px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-top {
    height: 870px;
  }
}
@media only screen and (max-width: 460px) {
  .footer-top {
    height: 760px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-top {
    background-image: url(../imgs/mobile-footer.png);
    background-position-y: 100%;
  }
}
.footer-top .f-two-cols {
  display: flex;
  justify-content: space-between;
  padding-top: 9vw;
  padding-bottom: 3vw;
}
@media only screen and (max-width: 1024px) {
  .footer-top .f-two-cols {
    padding-top: 13vw;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top .f-two-cols {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 460px) {
  .footer-top .f-two-cols {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols {
    flex-direction: column;
    position: relative;
  }
}
.footer-top .f-two-cols .f-col-content {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols .f-col-content {
    width: 100%;
    text-align: center;
  }
}
.footer-top .f-two-cols .f-col-content .f-support-title {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 72px;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 400px;
  margin-top: 13px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-top .f-two-cols .f-col-content .f-support-title {
    font-size: 62px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols .f-col-content .f-support-title {
    font-size: 50px;
    margin: 13px auto;
  }
}
@media only screen and (max-width: 460px) {
  .footer-top .f-two-cols .f-col-content .f-support-title {
    font-size: 44px;
  }
}
.footer-top .f-two-cols .f-col-content .f-support-paragraph {
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  max-width: 260px;
}
@media only screen and (max-width: 768px) {
  .footer-top .f-two-cols .f-col-content .f-support-paragraph {
    font-size: 18px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols .f-col-content .f-support-paragraph {
    margin: 0 auto;
  }
}
.footer-top .f-two-cols .f-col-quote {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols .f-col-quote {
    width: 100%;
  }
}
.footer-top .f-two-cols .f-col-quote .quote-icon {
  max-width: 98px;
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols .f-col-quote .quote-icon {
    display: none;
  }
}
.footer-top .f-two-cols .f-col-quote .f-quote {
  margin-top: -12px;
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #343949;
}
@media only screen and (max-width: 768px) {
  .footer-top .f-two-cols .f-col-quote .f-quote {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols .f-col-quote .f-quote {
    position: absolute;
    top: 20vh;
    right: 6vw;
    max-width: 200px;
    text-align: center;
    font-size: 16px;
  }
}
@media only screen and (max-width: 460px) {
  .footer-top .f-two-cols .f-col-quote .f-quote {
    display: none;
  }
}
.footer-top .f-two-cols .f-col-quote .pbd-signature {
  max-width: 140px;
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 640px) {
  .footer-top .f-two-cols .f-col-quote .pbd-signature {
    display: none;
  }
}
.footer-top p {
  margin: 0;
}

.diagonal-footer {
  margin-top: -350px;
  background-image: url(../imgs/white-footer-short.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .diagonal-footer {
    margin-top: -300px;
  }
}
.diagonal-footer .footer-inner {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .diagonal-footer .footer-inner {
    flex-direction: column-reverse;
  }
}
.diagonal-footer .footer-inner .footer-links {
  display: flex;
  flex-wrap: wrap;
  font-family: "Kurdis-Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  max-width: 700px;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 460px) {
  .diagonal-footer .footer-inner .footer-links {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  .diagonal-footer .footer-inner .footer-links a {
    text-align: center;
    width: 100%;
  }
}
.diagonal-footer .footer-inner .footer-links p {
  margin-right: 13px;
}
@media only screen and (max-width: 640px) {
  .diagonal-footer .footer-inner .footer-links p {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .diagonal-footer .footer-inner .footer-links p:last-of-type {
    display: none;
  }
}
.diagonal-footer .footer-inner .chess-pieces img {
  max-width: 310px;
}
@media only screen and (max-width: 640px) {
  .diagonal-footer .footer-inner .chess-pieces img {
    max-width: 240px;
  }
}
@media only screen and (max-width: 460px) {
  .diagonal-footer .footer-inner .chess-pieces img {
    max-width: 220px;
  }
}

.solutions-step {
  margin: 100px auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .solutions-step button {
    margin: 15px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .solutions-step button {
    font-size: 16px;
  }
}

.about-team {
  margin: 100px auto;
}

.section-two-cols {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .section-two-cols {
    flex-direction: column;
  }
}

.red-line-header {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 15px;
  color: #c00004;
  text-transform: uppercase;
  letter-spacing: 5px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .red-line-header {
    font-size: 14px;
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 460px) {
  .red-line-header {
    font-size: 13px;
  }
}
.red-line-header img {
  max-width: 35px;
  margin-right: 13px;
}
@media only screen and (max-width: 768px) {
  .red-line-header img {
    display: none;
  }
}

.section-content {
  width: 50%;
  max-width: 460px;
}
@media only screen and (max-width: 768px) {
  .section-content {
    margin: 30px auto;
    width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .section-content {
    margin: 30px auto;
  }
}

.section-content-70 {
  width: 70%;
  max-width: 610px;
}
@media only screen and (max-width: 768px) {
  .section-content-70 {
    margin: 30px auto;
    width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .section-content-70 {
    margin: 30px auto;
  }
}

.section-content-60 {
  width: 60%;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .section-content-60 {
    margin: 30px auto;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .section-content-60 {
    margin: 30px auto;
  }
}

.section-content-40 {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .section-content-40 {
    margin: 30px auto;
    margin: auto;
    width: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .section-content-40 {
    margin: 30px auto;
    width: 100%;
  }
}

.section-content-30 {
  width: 30%;
  /* max-width: 460px; */
}
@media only screen and (max-width: 768px) {
  .section-content-30 {
    margin: 30px auto;
    width: 100%;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .section-content-30 {
    margin: 30px auto;
  }
}

.support-title {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 52px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 18px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .support-title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .support-title {
    margin: 20px auto;
    text-align: center;
    font-size: 42px;
  }
}
@media only screen and (max-width: 640px) {
  .support-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 460px) {
  .support-title {
    font-size: 28px;
    max-width: 290px;
  }
}

.support-copy {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
  max-width: 420px;
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .support-copy {
    text-align: center;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 640px) {
  .support-copy {
    font-size: 17px;
  }
}
@media only screen and (max-width: 460px) {
  .support-copy {
    font-size: 16px;
  }
}

.support-paragraph {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .support-paragraph {
    font-size: 17px;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .support-paragraph {
    font-size: 16px;
    max-width: 330px;
    margin: 10px auto 20px;
  }
}
.support-paragraph ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0;
}
.support-paragraph li {
  position: relative;
  padding-left: 14px;
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: left;
  color: #343949;
}
.support-paragraph li:before {
  content: " ";
  background: url(../imgs/red-arrow.svg) no-repeat center center/cover;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 11px;
}
@media only screen and (max-width: 640px) {
  .support-paragraph li:before {
    top: 5px;
  }
}

.support-title-md {
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .support-title-md {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .support-title-md {
    margin: 20px auto;
    text-align: center;
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .support-title-md {
    font-size: 19px;
  }
}

.support-title-sm {
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .support-title-sm {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .support-title-sm {
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .support-title-sm {
    font-size: 16px;
  }
}

.section-image {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .section-image {
    width: 60%;
    padding: 10px;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .section-image {
    width: 97%;
  }
}

@media only screen and (max-width: 768px) {
  .column-reverse {
    flex-direction: column-reverse;
  }
}

/** About page **/
.diagonal-white {
  margin-top: -150px;
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .diagonal-white {
    margin-top: -70px;
    padding: 0;
  }
}
@media only screen and (max-width: 460px) {
  .diagonal-white {
    margin-top: -50px;
  }
}
.diagonal-white .container {
  display: flex;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .diagonal-white .container {
    padding: 0;
    align-items: flex-end;
  }
}
.diagonal-white .container .r-hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: "Kurdis-Condensed", sans-serif;
  text-transform: uppercase;
  background-color: #c00004;
  color: #ffffff;
  font-size: 24px;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .diagonal-white .container .r-hero-cta {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .diagonal-white .container .r-hero-cta {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .diagonal-white .container .r-hero-cta {
    width: 70%;
  }
}
@media only screen and (max-width: 375px) {
  .diagonal-white .container .r-hero-cta {
    justify-content: flex-start;
  }
}
.diagonal-white .container .r-hero-cta img {
  width: 13px;
  margin-left: 13px;
}
@media only screen and (max-width: 768px) {
  .diagonal-white .container .r-hero-cta img {
    width: 10px;
  }
}
.diagonal-white .diagonal-hero {
  height: 80px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 51%, #fff 25%);
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 930px) {
  .diagonal-white .diagonal-hero {
    height: 98px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 60%, #fff 25%);
  }
}
@media only screen and (max-width: 930px) {
  .diagonal-white .diagonal-hero {
    height: 98px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 60%, #fff 25%);
  }
}
@media only screen and (max-width: 640px) {
  .diagonal-white .diagonal-hero {
    height: 110px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 70%, #fff 25%);
    margin-bottom: -1px;
  }
}
@media only screen and (max-width: 460px) {
  .diagonal-white .diagonal-hero {
    height: 98px;
    width: 60%;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 60%, #fff 25%);
  }
}

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari-specific CSS */
    .diagonal-white {
      padding-top: 1px; /* Override negative margin for Safari */
    }
  }
}
/* Safari 9.1 and earlier */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari 9.1 and earlier specific CSS */
  .diagonal-white {
    padding-top: 1px; /* Override negative margin for older Safari versions */
  }
}
.internal-page-hero {
  background-image: url(../imgs/bdc-hero-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
  padding-top: 120px;
  margin-top: -120px;
}
@media only screen and (max-width: 1024px) {
  .internal-page-hero {
    height: 430px;
  }
}
@media only screen and (max-width: 640px) {
  .internal-page-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.internal-page-hero .page-hero-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  position: relative;
  /* align-items: flex-end;  */
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .page-hero-inner {
    flex-wrap: wrap;
  }
}
.internal-page-hero .page-hero-inner .hero-content {
  width: 50%;
  padding-top: 60px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .page-hero-inner .hero-content {
    width: 100%;
    text-align: center;
  }
}
.internal-page-hero .page-hero-inner .hero-content .hero-header {
  font-family: "Kurdis-CondensedExtraBold", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #343949;
  padding-top: 20px;
  max-width: 528px;
}
@media only screen and (max-width: 1366px) {
  .internal-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .internal-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .internal-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .internal-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 44px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  .internal-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 42px;
    padding: 30px 0px 0px;
  }
}
.internal-page-hero .page-hero-inner .hero-content .hero-support {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  max-width: 450px;
  padding-top: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .page-hero-inner .hero-content .hero-support {
    margin: 30px auto;
    padding-top: 0px;
  }
}
.internal-page-hero .page-hero-inner .hero-image {
  max-width: 375px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .internal-page-hero .page-hero-inner .hero-image {
    max-width: 335px;
  }
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .page-hero-inner .hero-image {
    width: 100%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 460px) {
  .internal-page-hero .page-hero-inner .hero-image {
    padding: 10px 30px 30px;
  }
}
.internal-page-hero .page-hero-inner {
  /** Events **/
}
.internal-page-hero .page-hero-inner .hero-events {
  max-width: unset;
  width: 43%;
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .page-hero-inner .hero-events {
    width: 100%;
    padding-bottom: 90px;
    padding-top: 10px;
  }
}
.internal-page-hero .page-hero-inner .hero-events .video-lightbox {
  position: relative;
}
.internal-page-hero .page-hero-inner .hero-events .events-play-btn {
  color: #C00004;
  position: absolute;
  top: 35%;
  left: 43%;
  font-size: 35px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 2px 0px 2px 6px;
  width: 60px;
  height: 60px;
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .internal-page-hero .page-hero-inner .hero-events .events-play-btn {
    top: 30%;
    left: 40%;
  }
}
@media only screen and (max-width: 460px) {
  .internal-page-hero .page-hero-inner .hero-events .events-play-btn {
    top: 27%;
  }
}
.internal-page-hero .page-hero-inner {
  /** Contact **/
}
.internal-page-hero .page-hero-inner .hero-form {
  width: 50%;
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .page-hero-inner .hero-form {
    width: 100%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 460px) {
  .internal-page-hero .page-hero-inner .hero-form {
    padding: 10px 30px 0;
  }
}
.internal-page-hero .page-hero-inner {
  /** Five-by-five **/
}
.internal-page-hero .page-hero-inner .five-hero-image {
  max-width: unset;
  width: 43%;
  padding-top: 30px;
  position: relative;
}
.internal-page-hero .page-hero-inner .five-hero-image .five-gif {
  filter: grayscale(1);
}
.internal-page-hero .page-hero-inner .five-hero-image .five-gif:hover, .internal-page-hero .page-hero-inner .five-hero-image .five-gif:focus {
  filter: grayscale(0);
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .page-hero-inner .five-hero-image {
    width: 100%;
    padding-bottom: 90px;
  }
}
.internal-page-hero .page-hero-inner .five-hero-image .five-play-btn {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  max-width: 70px;
  margin: 0 auto;
  pointer-events: none;
}
.internal-page-hero .hero-four {
  justify-content: space-between;
}
.internal-page-hero .hero-four .hero-header {
  font-size: 160px !important;
}
.internal-page-hero .hero-four .hero-support {
  padding-top: 0 !important;
}
.internal-page-hero .hero-four .four-image {
  max-width: 550px;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -21%;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .internal-page-hero .hero-four .four-image {
    position: relative;
    width: 100%;
  }
}

.hero-subheader {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  font-weight: 700;
}
@media only screen and (max-width: 1100px) {
  .hero-subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-subheader {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .hero-subheader {
    max-width: 250px;
    margin: 0 auto;
  }
}

.four-cols {
  display: flex;
  margin: 30px -10px;
}
@media only screen and (max-width: 640px) {
  .four-cols {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 460px) {
  .four-cols {
    max-width: 320px;
    margin: 0 auto;
  }
}
.four-cols .f-col {
  width: 25%;
  margin-top: 40px;
  padding: 0 5px;
}
@media only screen and (max-width: 640px) {
  .four-cols .f-col {
    width: 100%;
  }
}
.four-cols .f-col:nth-of-type(1) .f-col-title {
  max-width: 195px;
}
@media only screen and (max-width: 640px) {
  .four-cols .f-col:nth-of-type(1) .f-col-title {
    max-width: 200px;
  }
}
@media only screen and (max-width: 460px) {
  .four-cols .f-col:nth-of-type(1) .f-col-title {
    max-width: 300px;
  }
}
.four-cols .f-col:nth-of-type(2) .f-col-title {
  max-width: 200px;
}
@media only screen and (max-width: 460px) {
  .four-cols .f-col:nth-of-type(2) .f-col-title {
    max-width: 300px;
  }
}
.four-cols .f-col:nth-of-type(3) .f-col-title {
  max-width: 220px;
}
@media only screen and (max-width: 460px) {
  .four-cols .f-col:nth-of-type(3) .f-col-title {
    max-width: 300px;
  }
}
.four-cols .f-col:nth-of-type(4) .f-col-title {
  max-width: 160px;
}
@media only screen and (max-width: 640px) {
  .four-cols .f-col:nth-of-type(4) .f-col-title {
    max-width: 200px;
  }
}
@media only screen and (max-width: 460px) {
  .four-cols .f-col:nth-of-type(4) .f-col-title {
    max-width: 300px;
  }
}
.four-cols .f-col .f-col-paragraph {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin-left: 17px;
}

.three-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -10px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 460px) {
  .three-cols {
    max-width: unset;
    margin: 0 auto;
  }
}
.three-cols .f-col {
  width: 32%;
  margin-top: 0px;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .three-cols .f-col {
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .three-cols .f-col {
    width: 100%;
    padding: 0px;
  }
}
.three-cols .f-col .f-col-paragraph {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin-left: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 460px) {
  .three-cols .f-col .f-col-paragraph {
    margin-left: 20px;
  }
}

.f-col-title {
  display: flex;
  align-items: flex-start;
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
}
.f-col-title img {
  max-width: 7px;
  margin-top: 12px;
  margin-right: 10px;
}

/** Events page **/
section.events {
  margin-bottom: 200px;
}
@media only screen and (max-width: 460px) {
  section.events {
    margin-bottom: 120px;
  }
}
section.events .events-cols {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid rgba(52, 57, 73, 0.1607843137);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  section.events .events-cols {
    flex-wrap: wrap;
  }
}
section.events .events-cols .events-content {
  width: 80%;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  section.events .events-cols .events-content {
    width: 100%;
  }
}
section.events .events-cols .event-title {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
section.events .events-cols .event-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  max-width: 700px;
}
section.events .events-cols .event-date-loc {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 460px) {
  section.events .events-cols .event-date-loc {
    flex-wrap: wrap;
  }
}
section.events .events-cols .event-date-loc .event-date {
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-right: 50px;
  text-transform: uppercase;
  align-items: center;
  width: 33%;
}
@media only screen and (max-width: 1024px) {
  section.events .events-cols .event-date-loc .event-date {
    width: 40%;
  }
}
@media only screen and (max-width: 460px) {
  section.events .events-cols .event-date-loc .event-date {
    margin-right: 8px;
    margin-bottom: 10px;
    width: 100%;
  }
}
section.events .events-cols .event-date-loc .event-date img {
  width: 16px;
  margin-right: 8px;
}
section.events .events-cols .event-date-loc .event-loc {
  display: flex;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 50px;
  align-items: center;
  width: 30%;
}
@media only screen and (max-width: 460px) {
  section.events .events-cols .event-date-loc .event-loc {
    margin-right: 8px;
    margin-bottom: 10px;
    width: 70%;
  }
}
section.events .events-cols .event-date-loc .event-loc img {
  width: 22px;
  margin-right: 8px;
}
section.events .events-cols .event-date-loc .event-loc .loc-icon {
  max-width: 16px;
}
section.events .events-cols .events-btn {
  margin-top: -40px;
}
@media only screen and (max-width: 768px) {
  section.events .events-cols .events-btn {
    margin-top: 0px;
  }
}

/** Expert Operators **/
.expert-page-hero {
  background-image: url(../imgs/bdc-hero-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
  padding-top: 120px;
  margin-top: -120px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .expert-page-hero {
    height: 430px;
  }
}
@media only screen and (max-width: 768px) {
  .expert-page-hero {
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .expert-page-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.expert-page-hero .expert-page-hero-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .expert-page-hero .expert-page-hero-inner {
    flex-wrap: wrap;
  }
}
.expert-page-hero .expert-page-hero-inner .expert-hero-content {
  width: 50%;
  padding-top: 60px;
  z-index: 0;
}
@media only screen and (max-width: 640px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content {
    width: 100%;
    text-align: center;
  }
}
.expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-subheader {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1100px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-subheader {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-subheader {
    max-width: 250px;
    margin: 0 auto;
  }
}
.expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-header {
  font-family: "Kurdis-CondensedExtraBold", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #343949;
  padding-top: 20px;
  max-width: 520px;
}
@media only screen and (max-width: 1366px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-header {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-header {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-header {
    font-size: 44px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-header {
    font-size: 42px;
    padding: 30px 0px 0px;
  }
}
.expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-support {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  max-width: 450px;
  margin-top: 55px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-support {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-support {
    margin: 30px auto;
  }
}
.expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-support img {
  position: absolute;
  top: -56px;
  left: 0;
  max-width: 90px;
}
@media only screen and (max-width: 460px) {
  .expert-page-hero .expert-page-hero-inner .expert-hero-content .hero-support img {
    display: none;
  }
}
.expert-page-hero .expert-page-hero-inner .hero-image {
  max-width: 410px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .expert-page-hero .expert-page-hero-inner .hero-image:not(.philosophy) {
    max-width: 450px;
    align-self: flex-end;
    margin-top: 23px;
  }
  .expert-page-hero .expert-page-hero-inner .hero-image {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .expert-page-hero .expert-page-hero-inner .hero-image {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .expert-page-hero .expert-page-hero-inner .hero-image {
    width: 100%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 460px) {
  .expert-page-hero .expert-page-hero-inner .hero-image {
    padding: 10px 30px 10px;
  }
}

.expert-diagonal-white {
  margin-top: -100px;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .expert-diagonal-white {
    margin-top: -99px;
  }
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-white {
    padding: 0;
    margin-top: -50px;
  }
}
.expert-diagonal-white .container {
  display: flex;
  align-items: flex-end;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-white .container {
    padding: 0;
  }
}
.expert-diagonal-white .container .r-hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: "Kurdis-Condensed", sans-serif;
  text-transform: uppercase;
  background-color: #c00004;
  color: #ffffff;
  font-size: 24px;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .expert-diagonal-white .container .r-hero-cta {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .expert-diagonal-white .container .r-hero-cta {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-white .container .r-hero-cta {
    width: 70%;
  }
}
@media only screen and (max-width: 375px) {
  .expert-diagonal-white .container .r-hero-cta {
    justify-content: flex-start;
  }
}
.expert-diagonal-white .expert-socials {
  background-image: url(../imgs/blue-diagonal.svg);
  background-size: cover;
  margin-top: 0;
  width: 44%;
  max-width: 570px;
  position: absolute;
  padding: 17px 5px;
  margin-left: 70px;
  z-index: 0;
}
@media only screen and (max-width: 1024px) {
  .expert-diagonal-white .expert-socials {
    margin-left: 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-white .expert-socials {
    margin-left: 0px;
    width: 76%;
  }
}
@media only screen and (max-width: 460px) {
  .expert-diagonal-white .expert-socials {
    width: 90%;
  }
}
.expert-diagonal-white .expert-socials .socials-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.expert-diagonal-white .expert-socials .socials-inner a {
  position: relative;
}
.expert-diagonal-white .expert-socials img.social-icons {
  height: 25px;
  max-width: 25px;
  margin: 0 20px;
  position: relative;
}
@media only screen and (max-width: 460px) {
  .expert-diagonal-white .expert-socials img.social-icons {
    margin: 0 15px;
  }
}
.expert-diagonal-white .expert-socials img.social-lines {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -56%;
  left: 54%;
  transform: skew(24deg);
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-white .expert-socials img.social-lines {
    left: 45%;
  }
}
.expert-diagonal-white .diagonal-hero {
  height: 63px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 51%, #fff 25%);
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-white .diagonal-hero {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 70%, #fff 25%);
    margin-bottom: -1px;
    height: 120px;
    width: 90%;
  }
}
@media only screen and (max-width: 460px) {
  .expert-diagonal-white .diagonal-hero {
    width: 47%;
  }
}

.expert-diagonal-gray {
  margin-top: -100px;
  position: relative;
}
@media only screen and (max-width: 820px) {
  .expert-diagonal-gray {
    margin-top: -99px;
  }
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-gray {
    padding: 0;
    margin-top: -50px;
  }
}
.expert-diagonal-gray .container {
  display: flex;
  align-items: flex-end;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-gray .container {
    padding: 0;
  }
}
.expert-diagonal-gray .container .r-hero-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: "Kurdis-Condensed", sans-serif;
  text-transform: uppercase;
  background-color: #c00004;
  color: #ffffff;
  font-size: 24px;
  padding: 15px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .expert-diagonal-gray .container .r-hero-cta {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .expert-diagonal-gray .container .r-hero-cta {
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-gray .container .r-hero-cta {
    width: 70%;
  }
}
@media only screen and (max-width: 375px) {
  .expert-diagonal-gray .container .r-hero-cta {
    justify-content: flex-start;
  }
}
.expert-diagonal-gray .expert-socials {
  /* background: rgb(0,0,0);
  background: linear-gradient(90deg, #16181F, #343949); */
  background-image: url(../imgs/blue-diagonal.svg);
  background-size: cover;
  margin-top: 0;
  width: 38%;
  max-width: 570px;
  position: absolute;
  padding: 17px 5px;
  margin-left: 70px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .expert-diagonal-gray .expert-socials {
    margin-left: 50px;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-gray .expert-socials {
    margin-left: 0px;
    width: 76%;
  }
}
@media only screen and (max-width: 460px) {
  .expert-diagonal-gray .expert-socials {
    width: 97%;
  }
}
.expert-diagonal-gray .expert-socials .socials-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.expert-diagonal-gray .expert-socials .socials-inner a {
  position: relative;
}
.expert-diagonal-gray .expert-socials img.social-icons {
  height: 25px;
  max-width: 25px;
  margin: 0 20px;
  position: relative;
}
@media only screen and (max-width: 460px) {
  .expert-diagonal-gray .expert-socials img.social-icons {
    margin: 0 15px;
  }
}
.expert-diagonal-gray .expert-socials img.social-lines {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -56%;
  left: 54%;
  transform: skew(24deg);
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-gray .expert-socials img.social-lines {
    left: 45%;
  }
}
.expert-diagonal-gray .diagonal-hero {
  height: 63px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 51%, #F7F7F7 25%);
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .expert-diagonal-gray .diagonal-hero {
    width: 91%;
  }
}
@media only screen and (max-width: 640px) {
  .expert-diagonal-gray .diagonal-hero {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 70%, #F7F7F7 25%);
    margin-bottom: -1px;
    height: 120px;
  }
}
@media only screen and (max-width: 460px) {
  .expert-diagonal-gray .diagonal-hero {
    width: 25%;
  }
}

/* Safari 10.1+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari-specific CSS */
    .expert-diagonal-white {
      padding-top: 1px; /* Override negative margin for Safari */
    }
  }
}
/* Safari 9.1 and earlier */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari 9.1 and earlier specific CSS */
  .expert-diagonal-white {
    padding-top: 1px; /* Override negative margin for older Safari versions */
  }
}
.expert-video {
  background-color: #F7F7F7;
  padding: 100px 20px;
  margin-top: -100px;
}
@media only screen and (max-width: 640px) {
  .expert-video {
    margin-top: -80px;
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 460px) {
  .expert-video {
    margin-top: -50px;
    padding: 50px 20px;
  }
}
.expert-video .support-title {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 640px) {
  .expert-video .support-title {
    margin: 0 auto 25px;
  }
}
.expert-video .popup {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}
.expert-video .events-play-btn {
  color: #C00004;
  position: absolute;
  top: 39%;
  left: 45%;
  font-size: 35px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 2px 0px 2px 6px;
  width: 60px;
  height: 60px;
  backdrop-filter: blur(7px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .expert-video .events-play-btn {
    top: 30%;
    left: 40%;
  }
}
@media only screen and (max-width: 460px) {
  .expert-video .events-play-btn {
    top: 27%;
  }
}
.expert-video .play-text {
  position: absolute;
  color: #FFF;
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  width: 100px;
  bottom: -60%;
  left: -10%;
  right: 10%;
}
@media only screen and (max-width: 460px) {
  .expert-video .play-text {
    left: -20%;
    right: 40%;
  }
}

/** Expert pages **/
.full-bio {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .full-bio {
    padding: 0;
  }
}
.full-bio .light-blue-bg {
  position: relative;
  max-width: 1000px;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .full-bio .light-blue-bg {
    padding: 60px 30px 0;
  }
}
.full-bio .light-blue-bg .support-paragraph {
  max-width: 610px;
}
@media only screen and (max-width: 1024px) {
  .full-bio .light-blue-bg .support-paragraph {
    max-width: 500px;
  }
}
@media only screen and (max-width: 768px) {
  .full-bio .light-blue-bg .support-paragraph {
    max-width: unset;
  }
}
.full-bio .light-blue-bg .support-paragraph .video-lightbox {
  max-width: 400px;
}
.full-bio .light-blue-bg .image-flyover {
  position: absolute;
  max-width: 480px;
  right: -50px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .full-bio .light-blue-bg .image-flyover {
    max-width: 390px;
    right: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .full-bio .light-blue-bg .image-flyover {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    right: 0;
  }
}
.full-bio .light-blue-bg .image-flyover p {
  font-size: 22px;
  font-family: "Inter", sans-serif;
  max-width: 200px;
  text-align: center;
  font-weight: 600;
  color: #343949;
  margin-right: -60px;
}
@media only screen and (max-width: 768px) {
  .full-bio .light-blue-bg .image-flyover p {
    margin-right: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .full-bio .light-blue-bg button {
    width: 100%;
  }
}

.expert-social-channel {
  overflow: hidden;
  position: relative;
}
.expert-social-channel .video-line {
  position: absolute;
  left: -16vw;
  top: 22%;
}
@media only screen and (max-width: 1024px) {
  .expert-social-channel .video-line {
    left: -20vw;
  }
}
@media only screen and (max-width: 640px) {
  .expert-social-channel .video-line {
    display: none;
  }
}
.expert-social-channel .youtube-outer {
  position: relative;
  margin-right: -30%;
}
.expert-social-channel .youtube-outer .swiper-button-next {
  top: -70px;
  right: 18%;
  z-index: 100;
  width: 45px;
  height: 35px;
  display: block;
  background-image: url("../imgs/ARROW-RIGHT.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #CADFEA;
}
.expert-social-channel .youtube-outer .swiper-button-next:after {
  content: none;
}
@media only screen and (max-width: 1300px) {
  .expert-social-channel .youtube-outer .swiper-button-next {
    right: 28%;
  }
}
@media only screen and (max-width: 820px) {
  .expert-social-channel .youtube-outer .swiper-button-next {
    display: none;
  }
}
.expert-social-channel .youtube-outer .swiper-button-prev {
  top: -70px;
  left: 75%;
  z-index: 100;
  width: 45px;
  height: 35px;
  display: block;
  background-image: url("../imgs/ARROW-LEFT.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #CADFEA;
}
.expert-social-channel .youtube-outer .swiper-button-prev:after {
  content: none;
}
@media only screen and (max-width: 1300px) {
  .expert-social-channel .youtube-outer .swiper-button-prev {
    left: 63%;
  }
}
@media only screen and (max-width: 820px) {
  .expert-social-channel .youtube-outer .swiper-button-prev {
    display: none;
  }
}
.expert-social-channel .youtube-outer .swiper {
  overflow: unset;
}
.expert-social-channel .youtube-slider {
  display: flex;
}
.expert-social-channel .youtube-slider .vid-tile {
  max-width: 270px;
  /* flex: 1; */
  margin-right: 30px;
}
.expert-social-channel .youtube-slider .vid-tile img {
  border-radius: 10px;
}
.expert-social-channel .youtube-slider .vid-tile p {
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .expert-social-channel .youtube-slider .vid-tile p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 460px) {
  .expert-social-channel .youtube-slider .vid-tile p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .expert-social-channel .youtube-slider .vid-tile p {
    font-size: 13px;
  }
}

/** Online Academy **/
.academy-page-hero {
  background-image: url(../imgs/bdc-hero-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
  padding-top: 120px;
  margin-top: -120px;
}
@media only screen and (max-width: 1024px) {
  .academy-page-hero {
    height: 430px;
  }
}
@media only screen and (max-width: 768px) {
  .academy-page-hero {
    height: 420px;
  }
}
@media only screen and (max-width: 640px) {
  .academy-page-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.academy-page-hero .academy-page-hero-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .academy-page-hero .academy-page-hero-inner {
    flex-wrap: wrap;
  }
}
.academy-page-hero .academy-page-hero-inner .academy-hero-content {
  padding-top: 60px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content {
    width: 100%;
    text-align: center;
  }
}
.academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-subheader {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-subheader {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-subheader {
    max-width: 250px;
    margin: 0 auto;
  }
}
.academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-header {
  font-family: "Kurdis-CondensedExtraBold", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #343949;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-header {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-header {
    font-size: 44px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .hero-header {
    font-size: 42px;
    padding: 30px 0px 0px;
  }
}
.academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img {
  background-image: url(../imgs/academy-hero.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  width: 920px;
  height: 370px;
  position: relative;
  z-index: 20;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img {
    width: 880px;
  }
}
@media only screen and (max-width: 820px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img {
    width: 100%;
    max-width: 688px;
  }
}
@media only screen and (max-width: 768px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img {
    height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img {
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
}
.academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img .chess-piece {
  position: absolute;
  max-width: 216px;
  left: -106px;
  bottom: -80px;
}
@media only screen and (max-width: 768px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img .chess-piece {
    max-width: 180px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 640px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img .chess-piece {
    display: none;
  }
}
.academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img .academy-hero-title {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 41px;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img .academy-hero-title {
    font-size: 31px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img .academy-hero-title {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .academy-page-hero .academy-page-hero-inner .academy-hero-content .academy-hero-img button {
    margin-bottom: -20px;
  }
}

.academy-below-hero {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .academy-below-hero {
    padding-top: 30px;
  }
}
.academy-below-hero .support-title {
  max-width: 640px;
  text-align: center;
  margin: 0 auto 40px;
}
.academy-below-hero .academy-courses-cols {
  display: flex;
  justify-content: space-between;
  max-width: 750px;
  margin: 20px auto;
}
@media only screen and (max-width: 460px) {
  .academy-below-hero .academy-courses-cols {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.academy-below-hero .academy-courses-cols .academy-col-box {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 19px;
  color: #3D3D3D;
  text-transform: uppercase;
  width: 20%;
  max-width: 70px;
  height: 70px;
  border: 1px solid #CADFEA;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .academy-below-hero .academy-courses-cols .academy-col-box {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  .academy-below-hero .academy-courses-cols .academy-col-box {
    font-size: 16px;
    padding: 10px;
  }
}
@media only screen and (max-width: 460px) {
  .academy-below-hero .academy-courses-cols .academy-col-box {
    font-size: 15px;
    height: 100%;
    margin-bottom: 20px;
  }
}

.courses-content-cols {
  display: flex;
  padding: 50px;
  justify-content: space-between;
  margin-top: 60px;
}
@media only screen and (max-width: 640px) {
  .courses-content-cols {
    flex-wrap: wrap;
    padding: 30px;
  }
}
.courses-content-cols .course-image {
  width: 40%;
}
@media only screen and (max-width: 640px) {
  .courses-content-cols .course-image {
    width: 100%;
  }
}
.courses-content-cols .course-col-content {
  width: 51%;
}
@media only screen and (max-width: 640px) {
  .courses-content-cols .course-col-content {
    width: 100%;
  }
}
.courses-content-cols .course-col-content .support-title-md {
  max-width: 220px;
}
@media only screen and (max-width: 640px) {
  .courses-content-cols .course-col-content .support-title-md {
    text-align: left;
    max-width: 400px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .courses-content-cols .course-col-content p {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .courses-content-cols .course-col-content button {
    margin-left: 0;
  }
}

.academy-expect .section-three-cols {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .academy-expect .section-three-cols {
    flex-wrap: wrap;
  }
}
.academy-expect .section-three-cols .header-content {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .academy-expect .section-three-cols .header-content {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  .academy-expect .section-three-cols .header-content {
    width: 100%;
  }
}
.academy-expect .section-three-cols .support-paragraph {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .academy-expect .section-three-cols .support-paragraph {
    width: 100%;
  }
}
.academy-expect .section-three-cols .support-paragraph ul {
  margin-top: -20px;
}
.academy-expect .section-three-cols .support-title-sm {
  margin-top: 20px;
}
.academy-expect .section-three-cols .section-image {
  width: 12%;
}
@media only screen and (max-width: 640px) {
  .academy-expect .section-three-cols .section-image {
    width: 100%;
    padding: 30px;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .academy-expect .section-three-cols .section-image img {
    max-width: 100px;
  }
}

.academy-cta .section-two-cols {
  align-items: center;
}
.academy-cta .section-two-cols #academy-line {
  background-color: #04273B;
  height: 0.2px;
  width: 80%;
  margin-left: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .academy-cta .section-two-cols #academy-line {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .academy-cta .section-two-cols button {
    margin-top: 0;
  }
}

/** Case Studies Page hero **/
.studies-page-hero {
  background: linear-gradient(180deg, #F1FAFF 0%, rgba(196, 218, 231, 0) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .studies-page-hero {
    margin-bottom: 50px;
  }
}
.studies-page-hero .page-hero-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .studies-page-hero .page-hero-inner {
    flex-wrap: wrap;
  }
}
.studies-page-hero .page-hero-inner .hero-content {
  width: 70%;
  padding-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .studies-page-hero .page-hero-inner .hero-content {
    width: 100%;
  }
}
.studies-page-hero .page-hero-inner .hero-content .hero-subheader {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1100px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-subheader {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-subheader {
    max-width: 250px;
    margin: 0 auto;
  }
}
.studies-page-hero .page-hero-inner .hero-content .hero-header {
  font-family: "Kurdis-CondensedExtraBold", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #343949;
  padding-top: 20px;
  max-width: 610px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 44px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-header {
    font-size: 42px;
    padding: 30px 0px 0px;
  }
}
.studies-page-hero .page-hero-inner .hero-content .hero-support {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  max-width: 450px;
}
@media only screen and (max-width: 640px) {
  .studies-page-hero .page-hero-inner .hero-content .hero-support {
    margin: 30px auto;
  }
}
.studies-page-hero .page-hero-inner .hero-image {
  max-width: 375px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .studies-page-hero .page-hero-inner .hero-image {
    max-width: 335px;
  }
}
@media only screen and (max-width: 640px) {
  .studies-page-hero .page-hero-inner .hero-image {
    width: 100%;
    margin: 30px auto;
  }
}
@media only screen and (max-width: 460px) {
  .studies-page-hero .page-hero-inner .hero-image {
    padding: 10px 30px 0;
  }
}

.case-studies-flexer {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .case-studies-flexer {
    justify-content: space-between;
  }
}
.case-studies-flexer .cs-flex-box {
  width: 31%;
  padding: 0 12px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  .case-studies-flexer .cs-flex-box {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .case-studies-flexer .cs-flex-box {
    width: 46%;
    padding: 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .case-studies-flexer .cs-flex-box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .case-studies-flexer .cs-flex-box {
    width: 100%;
  }
}
.case-studies-flexer .cs-flex-box a {
  text-decoration: none;
  color: #343949;
}
.case-studies-flexer .cs-flex-box a:hover {
  text-decoration: underline;
}
.case-studies-flexer .cs-flex-box .cs-image {
  max-height: 227px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-studies-flexer .cs-flex-box .cs-title {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 310px;
  min-height: 62px;
}
@media only screen and (max-width: 1024px) {
  .case-studies-flexer .cs-flex-box .cs-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies-flexer .cs-flex-box .cs-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  .case-studies-flexer .cs-flex-box .cs-title {
    font-size: 20px;
    margin: 15px auto;
    max-width: unset;
    min-height: unset;
  }
}
.case-studies-flexer .cs-flex-box .cs-button {
  display: inline-block;
  background-color: #CADFEA;
  padding: 9px 15px 5px;
}
@media only screen and (max-width: 640px) {
  .case-studies-flexer .cs-flex-box .cs-button {
    padding: 7px 13px 3px;
  }
}
.case-studies-flexer .cs-flex-box .cs-button:hover {
  background-color: #c00004;
}
.case-studies-flexer .cs-flex-box .cs-button:hover svg {
  fill: #ffffff;
}
.case-studies-flexer .cs-flex-box .cs-button svg {
  fill: #343949;
}
@media only screen and (max-width: 640px) {
  .case-studies-flexer .cs-flex-box .cs-button svg {
    width: 17px;
  }
}
.case-studies-flexer .cs-flex-ad-box {
  width: 31%;
  padding: 0 12px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .case-studies-flexer .cs-flex-ad-box {
    padding: 0 11px;
  }
}
@media only screen and (max-width: 1024px) {
  .case-studies-flexer .cs-flex-ad-box {
    width: 46%;
    padding: 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .case-studies-flexer .cs-flex-ad-box {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .case-studies-flexer .cs-flex-ad-box {
    width: 100%;
  }
}
.case-studies-flexer .cs-flex-ad-box .cs-ad-btn {
  position: absolute;
  bottom: 4px;
  right: 12px;
  height: 50px;
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0) 51%, #c00004 25%);
  width: 75%;
  z-index: 2;
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  .case-studies-flexer .cs-flex-ad-box .cs-ad-btn {
    right: 11px;
    bottom: 4.7%;
  }
}
@media only screen and (max-width: 1024px) {
  .case-studies-flexer .cs-flex-ad-box .cs-ad-btn {
    right: 14px;
    bottom: 0.7%;
  }
}
@media only screen and (max-width: 768px) {
  .case-studies-flexer .cs-flex-ad-box .cs-ad-btn {
    right: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .case-studies-flexer .cs-flex-ad-box .cs-ad-btn {
    right: 10px;
  }
}
@media only screen and (max-width: 460px) {
  .case-studies-flexer .cs-flex-ad-box .cs-ad-btn {
    width: 85%;
    bottom: 1.3%;
  }
}
.case-studies-flexer .cs-flex-ad-box .cs-ad-btn p {
  margin: 0;
}

.case-studies-content {
  margin-bottom: 100px;
}

.cs-support-title-sm {
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .cs-support-title-sm {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cs-support-title-sm {
    margin: 20px auto;
    text-align: center;
    font-size: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .cs-support-title-sm {
    font-size: 16px;
  }
}

.studies-page-bottom .page-hero-inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-around;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .studies-page-bottom .page-hero-inner {
    flex-wrap: wrap;
  }
}
.studies-page-bottom .page-hero-inner .hero-header {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  color: #343949;
  padding-top: 20px;
  max-width: 610px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .studies-page-bottom .page-hero-inner .hero-header {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .studies-page-bottom .page-hero-inner .hero-header {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  .studies-page-bottom .page-hero-inner .hero-header {
    font-size: 40px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  .studies-page-bottom .page-hero-inner .hero-header {
    font-size: 32px;
    padding: 30px 20px 0px;
  }
}

/** Contact Page **/
@media only screen and (max-width: 990px) {
  .contact-hero .page-hero-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 990px) {
  .contact-hero .page-hero-inner .hero-content {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 990px) {
  .contact-hero .page-hero-inner .hero-content .hero-header {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 990px) {
  .contact-hero .page-hero-inner .hero-content .hero-support {
    margin: 20px auto;
  }
}
@media only screen and (max-width: 990px) {
  .contact-hero .page-hero-inner .hero-form {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 990px) {
  .contact-hero .page-hero-inner .hero-form .form {
    max-width: unset;
  }
}

.form {
  background: rgb(25, 27, 34);
  padding: 38px;
  max-width: 580px;
  position: relative;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .form {
    max-width: unset;
  }
}

.white-footer {
  padding: 360px 20px 20px;
  margin-top: 70px;
}
@media only screen and (max-width: 990px) {
  .white-footer {
    padding: 77vw 20px 20px;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .white-footer {
    padding: 30vw 20px 20px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 460px) {
  .white-footer {
    padding: 14vw 20px 20px;
  }
}
.white-footer .footer-inner {
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .white-footer .footer-inner {
    flex-direction: column-reverse;
  }
}
.white-footer .footer-inner .footer-links {
  display: flex;
  flex-wrap: wrap;
  font-family: "Kurdis-Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 460px) {
  .white-footer .footer-inner .footer-links {
    max-width: 130px;
    margin: 0 auto;
    flex-direction: column;
  }
}
.white-footer .footer-inner .footer-links p {
  margin-right: 13px;
}
@media only screen and (max-width: 640px) {
  .white-footer .footer-inner .footer-links p {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .white-footer .footer-inner .footer-links p:last-of-type {
    display: none;
  }
}

.five-white-footer {
  padding: 100px 20px 15px;
}
@media only screen and (max-width: 1024px) {
  .five-white-footer {
    padding: 11vw 210px 20px 20px;
  }
}
@media only screen and (max-width: 990px) {
  .five-white-footer {
    padding: 11vw 120px 20px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .five-white-footer {
    padding: 0vw 20px 20px;
  }
}
@media only screen and (max-width: 460px) {
  .five-white-footer {
    padding: 0vw 20px 20px;
  }
}
.five-white-footer .footer-inner {
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .five-white-footer .footer-inner {
    flex-direction: column-reverse;
  }
}
.five-white-footer .footer-inner .footer-links {
  display: flex;
  flex-wrap: wrap;
  font-family: "Kurdis-Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 460px) {
  .five-white-footer .footer-inner .footer-links {
    max-width: 130px;
    margin: 0 auto;
    flex-direction: column;
  }
}
.five-white-footer .footer-inner .footer-links p {
  margin-right: 13px;
}
@media only screen and (max-width: 640px) {
  .five-white-footer .footer-inner .footer-links p {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .five-white-footer .footer-inner .footer-links p:last-of-type {
    display: none;
  }
}

.contact-chess-piece {
  position: absolute;
  bottom: 4%;
  z-index: 30;
  left: 30%;
}
.contact-chess-piece img {
  max-width: 250px;
}
@media only screen and (max-width: 990px) {
  .contact-chess-piece img {
    display: none;
  }
}

.error-footer {
  padding: 100px 20px 20px;
}
@media only screen and (max-width: 990px) {
  .error-footer {
    padding: 25vw 20px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .error-footer {
    padding: 20vw 20px 20px;
  }
}
.error-footer .footer-inner {
  display: flex;
  align-items: flex-end;
  max-width: 1200px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .error-footer .footer-inner {
    flex-direction: column-reverse;
  }
}
.error-footer .footer-inner .footer-links {
  display: flex;
  flex-wrap: wrap;
  font-family: "Kurdis-Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  /* max-width: 700px; */
  padding-top: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 460px) {
  .error-footer .footer-inner .footer-links {
    max-width: 130px;
    margin: 0 auto;
  }
}
.error-footer .footer-inner .footer-links p {
  margin-right: 13px;
}
@media only screen and (max-width: 640px) {
  .error-footer .footer-inner .footer-links p {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  .error-footer .footer-inner .footer-links p:last-of-type {
    display: none;
  }
}

div.course {
  display: none;
  opacity: 0;
  transition: all 1s ease;
}

div.course.active {
  display: block;
  opacity: 1;
}

div.blue-bg {
  background: linear-gradient(to left, white 50%, #CADFEA 50%) right;
  background-size: 200%;
  transition: 0.3s ease-out;
  color: #343949 !important;
  cursor: pointer;
}
div.blue-bg:hover {
  background-position: left;
}

div.blue-bg.active {
  background: #343949;
  color: white !important;
}
div.blue-bg.active:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #343949;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 460px) {
  div.blue-bg.active:before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #343949;
    bottom: -11px;
  }
}

div.q-author {
  padding-top: 30px;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  div.q-author {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  div.q-author {
    font-size: 19px;
    text-align: center;
  }
}
@media only screen and (max-width: 460px) {
  div.q-author {
    font-size: 16px;
  }
}

div.hero-content > div.q-author {
  text-align: right;
  max-width: 450px;
}

/* Define the slot machine animation */
@keyframes slotMachine {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-20%);
  }
  50% {
    transform: translateY(20%);
  }
  70% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
/** Video lightbox **/
.popup {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.video-thumbnail {
  width: 100%;
  filter: grayscale(1);
}
.video-thumbnail:hover, .video-thumbnail:focus {
  filter: grayscale(0);
}

.play-btn {
  position: absolute;
  top: 31%;
  right: 0;
  width: 60px;
}
@media only screen and (max-width: 768px) {
  .play-btn {
    width: 40px;
  }
}

.popup .popupvideo {
  visibility: hidden;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8705882353);
  text-align: center;
  border-radius: 6px;
  padding: 48px 24px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  inset: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .popup .popupvideo {
    padding: 48px 16px 24px;
  }
}

.popupvideo.show {
  visibility: visible;
  animation: fadeIn 1s;
}

.videoWrapper {
  position: relative;
  padding-bottom: 50.25%;
  height: 0;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .videoWrapper {
    max-width: 70%;
    padding-bottom: 40.25%;
  }
}

.closeme {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  margin: 5px 0 0;
  color: #fff;
  position: absolute;
  top: 4%;
  right: 11%;
}
@media only screen and (max-width: 1350px) {
  .closeme {
    top: 2%;
    right: 10%;
  }
}
@media only screen and (max-width: 1300px) {
  .closeme {
    top: 1%;
    right: 5%;
  }
}
@media only screen and (max-width: 1200px) {
  .closeme {
    top: 1%;
    right: 2%;
  }
}

.hero-video-wrapper {
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: medium;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  margin-right: 10%;
}
@media only screen and (max-width: 640px) {
  .hero-video-wrapper {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}
.hero-video-wrapper .watch {
  margin-top: 10px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 640px) {
  .hero-video-wrapper .watch {
    margin: 0;
  }
}
.hero-video-wrapper img {
  margin-left: 40%;
}
@media only screen and (max-width: 640px) {
  .hero-video-wrapper img {
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
.hero-video-wrapper .watch-the-video-full {
  display: none;
}
@media only screen and (max-width: 640px) {
  .hero-video-wrapper .watch-the-video-full {
    display: block;
    margin-bottom: 30px;
  }
}
.hero-video-wrapper .watch-the-video {
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .hero-video-wrapper .watch-the-video {
    display: none;
  }
}
.hero-video-wrapper .watch-video-line {
  width: 80%;
  height: 4px;
  margin-left: 0%;
}
@media only screen and (max-width: 1024px) {
  .hero-video-wrapper .watch-video-line {
    margin-left: -14%;
  }
}
@media only screen and (max-width: 640px) {
  .hero-video-wrapper .watch-video-line {
    display: none;
  }
}

.content-col {
  overflow: hidden;
}

.number-row {
  overflow: hidden;
}

section#what-do {
  overflow: hidden;
}

.red-line-bg {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(192, 0, 4) 50%, rgba(255, 255, 255, 0) 100%);
  height: 2px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  z-index: 9;
}
@media only screen and (min-width: 769px) {
  .red-line-bg {
    width: 200%;
    transform: rotate(180deg);
    background: linear-gradient(90deg, rgb(192, 0, 4) 0%, rgb(255, 255, 255) 100%);
  }
  .red-line-bg.middle {
    transform: translate(-20%) rotate(180deg);
    width: 400%;
  }
  .red-line-bg.last {
    transform: translate(-30%) rotate(180deg);
    width: 400%;
  }
}
@media only screen and (min-width: 1100px) {
  .red-line-bg {
    width: 500%;
    transform: rotate(180deg);
    background: linear-gradient(90deg, rgb(192, 0, 4) 0%, rgb(255, 255, 255) 100%);
  }
  .red-line-bg.middle {
    transform: translate(-20%) rotate(180deg);
    width: 500%;
  }
  .red-line-bg.last {
    transform: translate(-30%) rotate(180deg);
    width: 500%;
  }
}
@media only screen and (min-width: 2000px) {
  .red-line-bg {
    width: 500%;
    transform: rotate(180deg);
    background: linear-gradient(90deg, rgb(192, 0, 4) 0%, rgb(255, 255, 255) 100%);
  }
  .red-line-bg.middle {
    transform: translate(-20%) rotate(180deg);
    width: 800%;
  }
  .red-line-bg.last {
    transform: translate(-30%) rotate(180deg);
    width: 800%;
  }
}

.left-wheel {
  align-self: center;
}

body {
  overflow-x: hidden;
}

#sticky-form {
  position: fixed;
  right: 0;
  bottom: -2px;
  height: 4vh;
  width: 15em;
  container: stickyform/size;
  font-size: 1rem;
  color: white;
  background: rgb(52, 57, 73);
  background: linear-gradient(180deg, rgb(52, 57, 73) 0%, rgb(33, 36, 49) 100%);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  padding: 1.2em 0;
  padding-left: 3.9em;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  transition: all 0.5s ease;
  animation: sticky-clip-path-closed 0.5s forwards;
}
@media only screen and (max-width: 768px) {
  #sticky-form {
    display: none;
  }
}
#sticky-form .sticky-content {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  width: 100%;
}
#sticky-form .sticky-content .im-ready {
  font-family: "Kurdis-CondensedExtraBold", sans-serif;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #FFF;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  font-weight: 800;
  line-height: 130%; /* 31.2px */
  text-transform: uppercase;
}
#sticky-form .sticky-content .form-content {
  visibility: hidden;
  transition: all 0.5s ease;
}
#sticky-form .sticky-content .form-content .close-form {
  position: absolute;
  bottom: 15vh;
  right: 20vw;
  padding: 0.7em;
  padding-left: 1.3em;
  opacity: 0;
  color: white;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  background: rgb(52, 57, 73);
  background: linear-gradient(180deg, rgb(52, 57, 73) 0%, rgb(33, 36, 49) 100%);
  font-family: "Kurdis-CondensedBold", sans-serif;
  z-index: 999;
}
#sticky-form .sticky-content .form-content form {
  display: flex;
  align-items: end;
}
#sticky-form .sticky-content .form-content form div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 1em;
  color: white;
}
#sticky-form .sticky-content .form-content form div input[type=text] {
  height: 80%;
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  padding: 0.6em;
  min-width: 7em;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: small;
  color: white;
}
@media only screen and (min-width: 1024px) {
  #sticky-form .sticky-content .form-content form div input[type=text] {
    font-size: medium;
  }
}
#sticky-form .sticky-content .form-content form div input[type=text] {
  display: none;
}
#sticky-form .sticky-content .form-content form .reason {
  margin-right: 2em;
}
#sticky-form .sticky-content .form-content form .reason input {
  width: 100%;
}
#sticky-form .sticky-content .form-content form:last-of-type input {
  min-width: 14em;
}
#sticky-form .sticky-content .form-content form:last-of-type {
  flex-grow: 1;
}
#sticky-form .sticky-content .form-content form button.red-bg {
  margin: 0 0 0 0.5em;
  padding: 0.7em;
  min-width: 6em;
  display: none;
}
#sticky-form.open {
  clip-path: none;
  width: 100vw;
  animation: sticky-clip-path-open 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#sticky-form.open .sticky-content {
  justify-content: center;
}
#sticky-form.open .sticky-content .form-content {
  visibility: visible;
}
#sticky-form.open .sticky-content .form-content .close-form {
  opacity: 1;
  height: 30%;
  bottom: 99%;
}
#sticky-form.open .sticky-content .form-content form input[type=text] {
  display: inline-block;
}
#sticky-form.open .sticky-content .form-content form label {
  display: inline-block;
}
#sticky-form.open .sticky-content .form-content form button.red-bg {
  display: block;
}
#sticky-form.open .sticky-content .form-content form button.red-bg.hidden {
  display: none;
}
#sticky-form.open .sticky-content .form-content .hidden {
  display: none;
}

@keyframes sticky-clip-path-closed {
  0% {
    clip-path: none;
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes sticky-clip-path-open {
  0% {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: none;
  }
}
.five-form {
  margin-top: 20px;
}
.five-form .blue-title {
  background: #343949;
  color: #FFF;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 5px;
}
@media only screen and (max-width: 640px) {
  .five-form .blue-title {
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 420px) {
  .five-form .blue-title {
    padding: 10px 38px;
  }
}
@media only screen and (max-width: 375px) {
  .five-form .blue-title {
    padding: 10px 54px;
  }
}
.five-form .blue-title p {
  margin: 0;
}
@media only screen and (max-width: 460px) {
  .five-form .blue-title p {
    max-width: 310px;
  }
}
@media only screen and (max-width: 460px) {
  .five-form .blue-title p {
    max-width: 300px;
  }
}
.five-form .form-flexer {
  display: flex;
  border: 1px solid #CDCCCF;
  box-shadow: 0px -4px 44px 0px rgba(0, 0, 0, 0.15);
  padding: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .five-form .form-flexer {
    flex-wrap: wrap;
  }
}
.five-form .form-flexer .video-img {
  width: 41%;
}
@media only screen and (max-width: 768px) {
  .five-form .form-flexer .video-img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.five-form .form-flexer form {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .five-form .form-flexer form {
    width: 100%;
  }
}
.five-form .form-flexer form input {
  width: 82%;
  margin-left: 15px;
  background-color: #EDEDED;
  border: 1px solid #CAC9C9;
  padding: 12px 14px;
}
@media only screen and (max-width: 768px) {
  .five-form .form-flexer form input {
    width: 92%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .five-form .form-flexer form input {
    width: 91%;
  }
}
.five-form .form-flexer form .red-bg {
  margin-top: 0;
  margin-left: 15px;
  width: 94%;
  padding: 15px 16px 14px;
}
@media only screen and (max-width: 768px) {
  .five-form .form-flexer form .red-bg {
    margin: 0 auto;
    width: 99%;
  }
}

.hidden {
  display: none;
}

.form-response {
  height: 100%;
  padding: 0 0 0 10px;
}

/** Five-by-five lp **/
.five-hero-chess {
  position: absolute;
  left: -100px;
  bottom: -95px;
  max-width: 140px;
}
@media only screen and (max-width: 768px) {
  .five-hero-chess {
    display: none;
  }
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.6s ease-in-out;
}

.book-author {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: none;
  display: block;
}
@media only screen and (max-width: 768px) {
  .book-author {
    font-size: 16px;
  }
}
@media only screen and (max-width: 460px) {
  .book-author {
    max-width: 330px;
  }
}

.case-studies-flexer .cs-flex-box .cs-image.book-img {
  max-height: 343px;
}
@media only screen and (max-width: 460px) {
  .case-studies-flexer .cs-flex-box .cs-image.book-img {
    max-height: 355px;
  }
}

#home-banner img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

/** CXO Landing page **/
.cxo-form {
  padding: 0px 20px;
  margin: 0px 0px 200px;
  background-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .cxo-form {
    margin-bottom: 100px;
  }
}
.cxo-form .form-row-inner {
  display: flex;
  justify-content: center;
}
.cxo-form .form-row-inner .form-row-content {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .cxo-form .form-row-inner .form-row-content {
    width: 100%;
  }
}
.cxo-form .form-row-inner .form-row-form {
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .cxo-form .form-row-inner .form-row-form {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cxo-form .form-row-form {
    width: 100%;
  }
}
.cxo-form .form-row-form .form {
  border: 1px solid #CDCCCF;
  background: #ffffff;
  padding: 48px;
  max-width: 580px;
}
@media only screen and (max-width: 768px) {
  .cxo-form .form-row-form .form {
    max-width: unset;
    padding: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .cxo-form .form-row-form .form {
    padding: 20px;
  }
}

section.cxo.events {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 460px) {
  section.cxo.events {
    margin-bottom: 5px;
  }
}
section.cxo.events .hero-subheader {
  font-family: "Kurdis-CondensedBold", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1100px) {
  section.cxo.events .hero-subheader {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  section.cxo.events .hero-subheader {
    font-size: 14px;
  }
}
@media only screen and (max-width: 460px) {
  section.cxo.events .hero-subheader {
    max-width: 350px;
    margin: 0 auto 20px;
  }
}
section.cxo.events .events-cols {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  section.cxo.events .events-cols {
    flex-wrap: wrap;
  }
}
section.cxo.events .events-cols .events-content {
  width: 100%;
}
section.cxo.events .events-cols .events-content .event-title {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
section.cxo.events .events-cols .events-content .red-line {
  width: 100px;
  height: 2px;
  background-color: #C00004;
  margin: 0 auto 20px;
}
section.cxo.events .events-cols .events-content .event-description {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

/** Kentucky Derby **/
.internal-page-hero.k-derby {
  background-color: #EDEDED;
  background-image: unset;
  height: 500px;
}
@media only screen and (max-width: 460px) {
  .internal-page-hero.k-derby {
    margin-bottom: 0px;
  }
}
.internal-page-hero.k-derby .contact-chess-piece {
  left: 39%;
}
.internal-page-hero.k-derby #kentuckey-left {
  max-width: 10vw;
  position: absolute;
  height: 594px;
  left: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .internal-page-hero.k-derby #kentuckey-left {
    max-width: 7vw;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 820px) {
  .internal-page-hero.k-derby #kentuckey-left {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .internal-page-hero.k-derby #kentuckey-left {
    display: none;
  }
}
.internal-page-hero.k-derby #kentuckey-right {
  max-width: 10vw;
  position: absolute;
  height: 550px;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .internal-page-hero.k-derby #kentuckey-right {
    max-width: 7vw;
  }
}
@media only screen and (max-width: 1180px) and (min-width: 820px) {
  .internal-page-hero.k-derby #kentuckey-right {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .internal-page-hero.k-derby #kentuckey-right {
    display: none;
  }
}

.diagonal-white #kentuckey-roses-left {
  position: absolute;
  max-width: 14vw;
  left: 0;
  top: -65px;
}
@media only screen and (min-width: 2200px) {
  .diagonal-white #kentuckey-roses-left {
    top: -95px;
  }
}
@media only screen and (max-width: 1470px) {
  .diagonal-white #kentuckey-roses-left {
    top: -50px;
  }
}
@media only screen and (max-width: 1024px) {
  .diagonal-white #kentuckey-roses-left {
    max-width: 15vw;
    z-index: 1;
    top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .diagonal-white #kentuckey-roses-left {
    top: 40px;
  }
}
@media only screen and (max-width: 460px) {
  .diagonal-white #kentuckey-roses-left {
    max-width: 30vw;
    top: -10px;
  }
}
.diagonal-white #kentuckey-roses-right {
  position: absolute;
  max-width: 14vw;
  right: 0;
  top: -95px;
  z-index: 2;
}
@media only screen and (min-width: 2000px) {
  .diagonal-white #kentuckey-roses-right {
    top: -145px;
  }
}
@media only screen and (min-width: 2500px) {
  .diagonal-white #kentuckey-roses-right {
    top: -165px;
  }
}
@media only screen and (max-width: 1024px) {
  .diagonal-white #kentuckey-roses-right {
    max-width: 15vw;
    top: -65px;
  }
}
@media only screen and (max-width: 768px) {
  .diagonal-white #kentuckey-roses-right {
    top: -45px;
  }
}
@media only screen and (max-width: 460px) {
  .diagonal-white #kentuckey-roses-right {
    max-width: 30vw;
    top: -10px;
  }
}

.k-derby .page-hero-inner .hero-form {
  width: 40%;
}
@media only screen and (max-width: 990px) {
  .k-derby .page-hero-inner .hero-form {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 460px) {
  .k-derby .page-hero-inner .hero-form {
    padding-top: 60px;
  }
}
.k-derby .form {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
  max-width: 480px;
}
.k-derby .hero-content {
  width: 60%;
}
.k-derby .hero-content .hero-header {
  max-width: 560px !important;
}

@media only screen and (max-width: 1024px) {
  .kentucky-cont .diagonal-hero {
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 51%, #731324 25%);
  }
}
@media only screen and (max-width: 640px) {
  .kentucky-cont .diagonal-hero {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .k-derby-footer .white-footer {
    background-image: url(../imgs/kentucky-derby-red-bg.jpg);
    background-size: cover;
  }
}
@media only screen and (max-width: 990px) {
  .k-derby-footer .white-footer {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 640px) {
  .k-derby-footer .white-footer {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .k-derby-footer a, .k-derby-footer p {
    color: #ffffff;
  }
}

@media only screen and (max-width: 1024px) {
  .k-derby-form {
    background-color: #731324;
  }
}

@media only screen and (max-width: 768px) {
  .playbook-page .section-content-70 {
    margin-left: 0;
    width: 100%;
    max-width: unset;
  }
  .playbook-page .section-content-70 a {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .playbook-page .section-content-40 {
    padding: 10px 50px;
  }
}
@media only screen and (max-width: 660px) {
  .playbook-page .section-content-40 {
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .playbook-page .section-content-40 img {
    margin-bottom: 40px;
  }
}
.playbook-page .section-content-30 .support-paragraph li {
  font-family: "Kurdis-CondensedBold", sans-serif;
}
@media only screen and (max-width: 768px) {
  .playbook-page .support-paragraph {
    text-align: left;
  }
}
@media only screen and (max-width: 460px) {
  .playbook-page .support-paragraph {
    max-width: unset;
  }
}
.playbook-page .hero-subheader {
  letter-spacing: 1px;
}
@media only screen and (max-width: 460px) {
  .playbook-page .hero-subheader {
    max-width: unset;
  }
}
@media only screen and (max-width: 768px) {
  .playbook-page .section-content-60 {
    max-width: unset;
    width: 100%;
  }
}
.playbook-page .section-content-60 .section-two-cols {
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .playbook-page .section-content-60 .section-two-cols {
    margin-bottom: 0px;
  }
}
.playbook-page .section-content-60 .section-content {
  width: 47%;
}
@media only screen and (max-width: 768px) {
  .playbook-page .section-content-60 .section-content {
    width: 100%;
    max-width: unset;
  }
}
@media only screen and (max-width: 460px) {
  .playbook-page .section-content-60 .section-content {
    margin: 10px auto;
  }
}
.playbook-page .section-content-60 p {
  margin-top: 4px;
  font-weight: 700;
  color: #343949;
}
.playbook-page .support-title {
  margin-bottom: 0;
}
.playbook-page .f-col-paragraph img {
  max-width: 10px;
  margin-top: 12px;
  margin-right: 10px;
  margin-left: -20px;
}
@media only screen and (max-width: 460px) {
  .playbook-page .key-deliverables .red-line-header {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 460px) {
  .playbook-page .key-deliverables .support-title {
    text-align: left;
    max-width: unset;
    margin-top: 10px;
  }
}

/** Hubspot Styles **/
.apply form input,
.apply form select,
.apply form textarea {
  background-color: #1D2028 !important;
}

.hs-input:not([type=file]) {
  background-color: #1D2028;
}

/** FAQ Hub **/
.faq-hub-hero {
  background: linear-gradient(160deg, #dcebf2 0%, #CADFEA 55%, #bfd8e6 100%);
}
.faq-hub-hero .page-hero-inner .faq-hub-hero-image {
  max-width: 520px;
  width: 45%;
  padding-top: 30px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 44px -26px rgba(16, 25, 48, 0.5);
}
@media only screen and (max-width: 1024px) {
  .faq-hub-hero {
    height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  .faq-hub-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .faq-hub-hero .page-hero-inner .faq-hub-hero-image {
    width: 100%;
  }
}

.faq-hub-diagonal {
  margin-bottom: 20px;
}

.faq-hub-section {
  margin: 70px 0 30px;
}

.faq-hub-headbox {
  background: #f1f2f4;
  border-radius: 6px;
  padding: 26px 34px;
  margin-bottom: 22px;
}
.faq-hub-headbox .support-title {
  margin: 0 0 6px;
  font-size: 38px;
}
.faq-hub-headbox .support-paragraph {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .faq-hub-headbox {
    padding: 20px;
  }
  .faq-hub-headbox .support-title {
    font-size: 30px;
    text-align: left;
  }
  .faq-hub-headbox .support-paragraph {
    text-align: left;
  }
}

.faq-hub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media only screen and (max-width: 900px) {
  .faq-hub-grid {
    grid-template-columns: 1fr;
  }
}

.faq-hub-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-hub-item {
  background: #ffffff;
  border: 1px solid #e4e6e9;
  border-radius: 4px;
  padding: 18px 22px;
  transition: border-color 0.2s ease;
}
.faq-hub-item.active {
  border-color: #c00004;
}
.faq-hub-item.active .faq-hub-question span {
  color: #c00004;
}
.faq-hub-item.active .faq-hub-icon::after {
  opacity: 0;
}

.faq-hub-question {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #343949;
  padding: 0;
  margin: 0;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.faq-hub-question:hover {
  cursor: pointer;
}
.faq-hub-question span {
  max-width: 90%;
}
@media only screen and (max-width: 640px) {
  .faq-hub-question {
    font-size: 18px;
  }
}

.faq-hub-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.faq-hub-icon::before,
.faq-hub-icon::after {
  content: "";
  position: absolute;
  background: #c00004;
  border-radius: 1px;
}
.faq-hub-icon::before {
  width: 12px;
  height: 2px;
  left: 5px;
  top: 10px;
}
.faq-hub-icon::after {
  width: 2px;
  height: 12px;
  left: 10px;
  top: 5px;
  transition: opacity 0.2s ease;
}

.faq-hub-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.faq-hub-answer p {
  margin: 14px 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #454b58;
}
.faq-hub-item.active .faq-hub-answer {
  max-height: 260px;
}

.faq-hub-link {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.faq-hub-cta {
  margin: 70px 0;
  padding: 64px 20px;
  background: linear-gradient(100deg, rgba(10, 12, 18, 0.92) 10%, rgba(10, 12, 18, 0.55) 55%, rgba(10, 12, 18, 0.25) 100%), radial-gradient(circle at 80% 40%, rgba(70, 110, 210, 0.35), transparent 55%), radial-gradient(circle at 60% 80%, rgba(200, 50, 50, 0.25), transparent 45%), linear-gradient(135deg, #0c0e14, #161a24 60%, #0c0e14);
}
.faq-hub-cta .support-title {
  max-width: 700px;
  margin: 0 0 16px;
  font-size: 42px;
}
.faq-hub-cta .support-copy {
  max-width: 600px;
  margin: 0 0 26px;
}
.faq-hub-cta .faq-hub-cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.faq-hub-cta .faq-hub-cta-buttons button {
  margin-top: 0;
}

.faq-hub-outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
}

.faq-hub-vault {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(115deg, #11192b 0%, #16233d 35%, #1d3358 65%, #2a4a82 100%);
}
.faq-hub-vault .faq-hub-vault-content {
  width: 58%;
  padding: 28px 34px;
}
.faq-hub-vault .faq-hub-vault-content .faq-hub-vault-tag {
  font-family: "Kurdis-CondensedBold", sans-serif;
  color: #e8c766;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.faq-hub-vault .faq-hub-vault-content .support-title {
  margin: 0 0 14px;
  font-size: 38px;
  max-width: 600px;
}
.faq-hub-vault .faq-hub-vault-content .support-copy {
  margin: 0;
  color: #dfe5ee;
}
.faq-hub-vault .faq-hub-vault-content button {
  margin-top: 20px;
  color: #1a1d29;
  background-color: #c9a227;
  background: linear-gradient(to left, #c9a227 50%, #e8c766 50%) right;
  background-size: 200%;
}
.faq-hub-vault .faq-hub-vault-image {
  width: 42%;
  display: flex;
  align-items: stretch;
}
.faq-hub-vault .faq-hub-vault-image img {
  width: 100%;
  object-fit: cover;
  opacity: 0.9;
}
@media only screen and (max-width: 900px) {
  .faq-hub-vault {
    flex-direction: column;
  }
  .faq-hub-vault .faq-hub-vault-content,
  .faq-hub-vault .faq-hub-vault-image {
    width: 100%;
  }
}

.faq-hub-form-row {
  margin-top: 20px;
}

.faq-hub-leadership {
  background: linear-gradient(180deg, #dcebf2 0%, #CADFEA 55%, #eef4f7 100%);
  margin: 0;
  padding: 80px 20px;
}
.faq-hub-leadership .section-two-cols {
  align-items: center;
}
.faq-hub-leadership .support-title {
  margin-top: 12px;
  margin-bottom: 20px;
}
.faq-hub-leadership .support-title-sm {
  margin-top: 0;
  margin-bottom: 18px;
}
.faq-hub-leadership .faq-hub-quote {
  text-align: right;
}
.faq-hub-leadership .faq-hub-quote p {
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 14px;
}
.faq-hub-leadership .faq-hub-quote img {
  max-width: 170px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .faq-hub-leadership .faq-hub-quote {
    text-align: center;
  }
  .faq-hub-leadership .faq-hub-quote p {
    font-size: 24px;
  }
  .faq-hub-leadership .faq-hub-quote img {
    margin: 0 auto;
  }
}

.faq-hub-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.faq-hub-num {
  color: #c00004;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
}
.faq-hub-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.faq-hub-list-item img {
  width: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}
.faq-hub-list-item p {
  margin: 0;
}
.faq-hub-bullet-red {
  color: #c00004;
  font-size: 24px;
  line-height: 1;
}
.faq-hub-check-red {
  background: #c00004;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
}
.faq-hub-arrow-red {
  color: #c00004;
  font-size: 20px;
  font-weight: bold;
}


/** FAQ Page **/
.faq-page-hero {
  background-color: #dcebf2;
  background-image: linear-gradient(90deg, #dcebf2 0%, rgba(202, 223, 234, 0.9) 50%, rgba(255, 255, 255, 0.6) 100%), url("../imgs/hero-bg.jpeg");
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 520px;
}
.faq-page-hero .page-hero-inner {
  align-items: center;
}
.faq-page-hero .page-hero-inner .hero-content .hero-header {
  max-width: 520px;
}
.faq-page-hero .page-hero-inner .hero-content .hero-support {
  max-width: 410px;
  margin-top: 0;
  padding-top: 10px;
}
.faq-page-hero .page-hero-inner .faq-page-hero-image {
  max-width: 520px;
  width: 45%;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 24px 44px -26px rgba(16, 25, 48, 0.5);
}
@media only screen and (max-width: 1024px) {
  .faq-page-hero {
    height: 500px;
  }
}
@media only screen and (max-width: 640px) {
  .faq-page-hero {
    height: -moz-fit-content;
    height: fit-content;
  }
  .faq-page-hero .page-hero-inner .faq-page-hero-image {
    width: 100%;
  }
}

.faq-page-diagonal {
  margin-bottom: 20px;
}

.faq-page-section {
  margin: 70px 0 30px;
}

.faq-page-headbox {
  background: #f1f2f4;
  border-radius: 6px;
  padding: 26px 34px;
  margin-bottom: 22px;
}
.faq-page-headbox .support-title {
  margin: 0 0 6px;
  font-size: 38px;
}
.faq-page-headbox .support-paragraph {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .faq-page-headbox {
    padding: 20px;
  }
  .faq-page-headbox .support-title {
    font-size: 30px;
    text-align: left;
  }
  .faq-page-headbox .support-paragraph {
    text-align: left;
  }
}

.faq-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
@media only screen and (max-width: 900px) {
  .faq-page-grid {
    grid-template-columns: 1fr;
  }
}

.faq-page-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-page-item {
  background: #ffffff;
  border: 1px solid #e4e6e9;
  border-radius: 4px;
  padding: 18px 22px;
  transition: border-color 0.2s ease;
}
.faq-page-item.active {
  border-color: #c00004;
}
.faq-page-item.active .faq-page-question span {
  color: #c00004;
}
.faq-page-item.active .faq-page-icon::after {
  opacity: 0;
}

.faq-page-question {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #343949;
  padding: 0;
  margin: 0;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.faq-page-question:hover {
  cursor: pointer;
}
.faq-page-question span {
  max-width: 90%;
}
@media only screen and (max-width: 640px) {
  .faq-page-question {
    font-size: 18px;
  }
}

.faq-page-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.faq-page-icon::before,
.faq-page-icon::after {
  content: "";
  position: absolute;
  background: #c00004;
  border-radius: 1px;
}
.faq-page-icon::before {
  width: 12px;
  height: 2px;
  left: 5px;
  top: 10px;
}
.faq-page-icon::after {
  width: 2px;
  height: 12px;
  left: 10px;
  top: 5px;
  transition: opacity 0.2s ease;
}

.faq-page-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.faq-page-answer p {
  margin: 14px 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #454b58;
}
.faq-page-item.active .faq-page-answer {
  max-height: 260px;
}

.faq-page-link {
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.faq-page-cta {
  margin: 70px 0;
  padding: 64px 20px;
  background: linear-gradient(100deg, rgba(10, 12, 18, 0.92) 10%, rgba(10, 12, 18, 0.55) 55%, rgba(10, 12, 18, 0.25) 100%), radial-gradient(circle at 80% 40%, rgba(70, 110, 210, 0.35), transparent 55%), radial-gradient(circle at 60% 80%, rgba(200, 50, 50, 0.25), transparent 45%), linear-gradient(135deg, #0c0e14, #161a24 60%, #0c0e14);
}
.faq-page-cta .support-title {
  max-width: 700px;
  margin: 0 0 16px;
  font-size: 42px;
}
.faq-page-cta .support-copy {
  max-width: 600px;
  margin: 0 0 26px;
}
.faq-page-cta .faq-page-cta-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.faq-page-cta .faq-page-cta-buttons button {
  margin-top: 0;
}

.faq-page-outline-btn {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
}

.faq-page-vault {
  margin-top: 15px;
  margin-bottom: 30px;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background: linear-gradient(115deg, #11192b 0%, #16233d 35%, #1d3358 65%, #2a4a82 100%);
}
.faq-page-vault .faq-page-vault-content {
  width: 58%;
  padding: 28px 34px;
}
.faq-page-vault .faq-page-vault-content .faq-page-vault-tag {
  font-family: "Kurdis-CondensedBold", sans-serif;
  color: #e8c766;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.faq-page-vault .faq-page-vault-content .support-title {
  margin: 0 0 14px;
  font-size: 38px;
  max-width: 600px;
}
.faq-page-vault .faq-page-vault-content .support-copy {
  margin: 0;
  color: #dfe5ee;
}
.faq-page-vault .faq-page-vault-content button {
  margin-top: 20px;
  color: #1a1d29;
  background-color: #c9a227;
  background: linear-gradient(to left, #c9a227 50%, #e8c766 50%) right;
  background-size: 200%;
}
.faq-page-vault .faq-page-vault-image {
  width: 42%;
  display: flex;
  align-items: stretch;
}
.faq-page-vault .faq-page-vault-image img {
  width: 100%;
  object-fit: cover;
  opacity: 0.9;
}
@media only screen and (max-width: 900px) {
  .faq-page-vault {
    flex-direction: column;
  }
  .faq-page-vault .faq-page-vault-content,
  .faq-page-vault .faq-page-vault-image {
    width: 100%;
  }
}

.faq-page-form-row {
  margin-top: 20px;
}

.faq-page-leadership {
  background: linear-gradient(180deg, #dcebf2 0%, #CADFEA 55%, #eef4f7 100%);
  margin: 0;
  padding: 80px 20px;
}
.faq-page-leadership .section-two-cols {
  align-items: center;
}
.faq-page-leadership .support-title {
  margin-top: 12px;
  margin-bottom: 20px;
}
.faq-page-leadership .support-title-sm {
  margin-top: 0;
  margin-bottom: 18px;
}
.faq-page-leadership .faq-page-quote {
  text-align: right;
}
.faq-page-leadership .faq-page-quote p {
  font-family: "Kurdis-CondensedSemiBold", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 14px;
}
.faq-page-leadership .faq-page-quote img {
  max-width: 170px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .faq-page-leadership .faq-page-quote {
    text-align: center;
  }
  .faq-page-leadership .faq-page-quote p {
    font-size: 24px;
  }
  .faq-page-leadership .faq-page-quote img {
    margin: 0 auto;
  }
}

.faq-page-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}
.faq-page-num {
  color: #c00004;
  font-family: "Kurdis-CondensedBold", sans-serif;
  font-size: 24px;
  margin: 0 0 10px;
}
.faq-page-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.faq-page-list-item img {
  width: 24px;
  flex-shrink: 0;
  margin-top: 4px;
}
.faq-page-list-item p {
  margin: 0;
}
.faq-page-bullet-red {
  color: #c00004;
  font-size: 24px;
  line-height: 1;
}
.faq-page-num-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  background: #c00004;
  border-radius: 18px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  flex-shrink: 0;
}
.faq-page-check-red {
  background: #c00004;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
}
.faq-page-arrow-red {
  color: #c00004;
  font-size: 20px;
  font-weight: bold;
}

/* FAQ pages + hub: justify body text on mobile instead of centering */
@media only screen and (max-width: 768px) {
  body.faq-justify .support-paragraph,
  body.faq-justify .faq-page-answer p,
  body.faq-justify .faq-page-list-item p,
  body.faq-justify .faq-page-item p {
    text-align: justify;
  }

  /* Center the "Secure Your Vault Ticket" buttons on mobile */
  body.faq-justify a:has(> button.red-bg) {
    display: block !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=styles.css.map */