*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.full-flex{
    display: flex;
    width: 100%;
}
.platform-section1 {
    color: #0b1220;
    background-color: #F0F4F8;
    padding-top: 25px;
}
.platform-section1-inner{
    background-color: #F0F4F8;
    background-image: url('../images/platforms-section1-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
}
.platform-section1-hero-wrap {
    display: flex;
    gap: 0px;
    align-items: end;
    overflow: hidden;
}
.platform-section1-hero-copy {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 60px 35px 50px 0px;
}
.page-template-template-platforms.page-id-937 .platform-section1-hero-copy{
    width: 55%;
}
.platform-section1-hero-copy h1 {
    color: #050e15;
    font-size: 57px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.57px;
    text-align: left;
}
.platform-section1-lead {
    max-width: 95%;
}
.page-template-template-platforms.page-id-910 .platform-section1-lead{
    max-width: 90%;
}
.platform-section1-hero-copy .platform-section1-lead p{
    color: #050E15;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.hero-copy .nowrap {
    white-space: nowrap;
}
.platform-section1-btn-primary {
  background: #050E15;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(2, 8, 23, 0.15);
  display: flex;
  padding: 21px 32px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 180px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  transition: 0.3s;
}
.platform-section1-btn-primary:hover {
  background: #156db7;
  transform: translateY(-2px);
  color: #fff;
}
.platform-section1-hero-media {
  position: relative;
  padding-left: 12px;
  background-color: #fff;
}
.platform-section1-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.platform-section1-hero-img:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.platform-section1-image2 {
  width: 458px;
  height: 296px;
  position: absolute;
  left: -200px;
  bottom: 0;
}
.page-template-template-platforms.page-id-785 .platform-section1-image2 {
    width: 596px;
    height: auto;
}
.page-template-template-platforms.page-id-835 .platform-section1-image2 {
    width: 394px;
    height: 198px;
    left: -90px;
}
.page-template-template-platforms.page-id-910 .platform-section1-image2 {
    left: -130px;
}
.page-template-template-platforms.page-id-937 .platform-section1-image2 {
    left: -90px;
}
.platform-section2{
    padding: 72px 0;
    background:#ffffff;
}
.fo-wrap {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 56px;
    align-items: flex-start;
    width: 100%;
    border-bottom: 1px solid #E3E7EC;
  padding-bottom: 72px;
}
.fo-left{
    position:relative;
    padding-right: 25px;
}
.fo-badge{
    width:48px;
    height:48px;
    display:inline-grid;
    place-items:center;
    background:#1d4ed8;         /* accent blue */
    color:#ffffff;
    border-radius:50%;
    box-shadow:0 8px 18px rgba(29,78,216,.25);
    margin-bottom:22px;
}
.fo-badge-icon{ width:24px; height:24px; }
.fo-title {
    color: #050E15;
    font-family: "Inter Tight";
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    text-align: left;
}
.fo-title .nowrap{ white-space:nowrap; }
.fo-right {
    padding-top: 75px;
}
.fo-right p {
    color: #050E15;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.fo-right p strong{
    font-weight: 600;
}
.platform-section3{
    background-color: #fff;
    padding: 72px 0px;
}
.platform-section3 .wrap {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.platform-section3 .title {
    color: #050E15;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1px;
    text-align: left;
    margin-bottom: 56px;
    max-width: 60%;
}
.platform-section3 .grid{display:grid;gap:26px;grid-template-columns:repeat(3,1fr)}
.platform-section3 .panel {
    background: #F0F4F8;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.platform-section3 .panel h3{
    color: #050E15;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-align: left;
}
.platform-section3 .illus{
    margin-bottom: 38px;
    overflow: hidden;
}
.platform-section3 .desc {
  min-height: 100px;
}
.platform-section3 .illus img {
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}
.platform-section3 .illus img:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.platform-section3 .desc p{
    color: #050E15;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.platform-section3 .cta {
    margin-top: 40px;
}
.platform-section4 {
  padding: 102px 0;
  background: #014A78;
}
.platform-section4 .container {
  margin: 0 auto;
}
.platform-section4-title-wrapper {
  justify-content: flex-start;
  margin-bottom: 56px;
}
.platform-section4 .title {
  max-width: 666px;
  color: #F3F7F9;
  font-size: 50px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1px;
  text-align: left;
}
.platform-section4-inner-wrapper {
  justify-content: space-between;
  gap: 85px;
}
.feature-list {
  width: 100%;
}
.acc-item {
  border-bottom: 1px solid #1F5C84;
  position: relative;
}
.acc-item.active {
  background: #014673;
  border: 1px solid #1F5C84;
  padding: 0 24px;
}
.acc-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 82%;
  height: 2px;
  background: linear-gradient(90deg, rgba(113, 163, 223, 0) 0%, #D4E7F7 100%);
}
.acc-item:last-child {
  border-bottom: none;
}
.platform-section4 .item.acc-header {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 28px 0;
  background: transparent;
  border: 0;
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.19px;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, opacity .2s ease;
}
.platform-section4 .item.acc-header:hover {
  opacity: .9;
}
.platform-section4 .acc-item.active .item.acc-header {
  color: #D4E7F7;
}
.acc-panel {
  padding: 0 0 20px;
}
.acc-panel[hidden] {
  display: none !important;
}
.platform-section4 .highlight {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
}
.platform-section4 .highlight .heading {
  margin: 0 0 12px;
  color: #FFF;
  font-size: 19px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.19px;
}
.platform-section4 .highlight .hl-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.platform-section4 .highlight .hl-row {
  display: flex;
  gap: 12px;
}
.platform-section4 .hl-text {
  color: #C1D8E8;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.platform-section4 .hl-bullet {
  position: relative;
  display: inline-block;
  width: 21px;
  height: 20px;
  margin-top: 3px;
  background-image: url('../images/charm_circle-tick.svg');
  background-repeat: no-repeat;
}
.highlight.is-entering {
  animation: highlightFade 260ms ease-out forwards,
             highlightGlow 900ms ease-out forwards;
}
@keyframes highlightFade {
  0%   { opacity: 0; transform: translateY(8px); }
  100% { opacity: 1; transform: translateY(0); }
}
.platform-section4 .cta {
  margin-top: 25px;
}
.platform-section4 .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 32px;
  background: #FFF;
  color: #050E15;
  font-family: "Inter Tight";
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
  transition: all .3s ease-in-out;
}
.platform-section4 .btn:hover {
  transform: translateY(-2px);
  background: #0f172a;
  color: #fff;
}
.platform-section4 .frame {
  display: flex;
  flex-direction: column;
  gap: 7.632px;
  width: 100%;
  height: auto;
  padding: 15.263px;
  background: #014673;
  border: 1px solid #1F5C84;
  overflow: hidden;
}
.platform-section4 .frame img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out
}
.platform-section4 .frame img:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.platform-section4 .frame img.is-fading {
  opacity: 0;
}
.platform-section4-left-column {
  width: 50%;
}
.platform-section4-right-column.visual {
  width: 50%;
}
.platform-section5{
    background-color: #fff;
}
.platform-section5-inner {
    padding-top: 72px;
    padding-bottom: 25px;
    border-left: 1px solid #E3E7EC;
    border-right: 1px solid #E3E7EC;
}
.platform-section5-trusted {
  padding: 56px 20px 64px;
  background: #0b1219;
  text-align: center;
}
.platform-section5-title {
    color: #050E15;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.86px;
}
.platform-section5-logo-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}
.platform-section5-logo-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 18px 22px;
    height: 92px;
}
.platform-section5-logo-slide img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.platform-section5 .slick-prev, 
.platform-section5 .slick-next {
  display: none !important;
}
.slick-list {margin: 0 -8px;}
.slick-slide {margin: 0 8px;}
.platform-section6{
    background-color: #fff;
    padding-bottom: 72px;
}
.platform-section6-container{
    margin:0 auto;
    padding:48px 20px;
}
.platform-section6-grid{
    display:grid;
    grid-template-columns:1fr;
    border:1px solid #E3E7EC;
    overflow:hidden;
}
.platform-section6-grid{ grid-template-columns:1fr 1fr; }
.platform-section6-grid{ grid-template-columns:1fr 1fr 1fr; }
.platform-section6-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 38px 32px;
    background: #ffffff;
    align-items: flex-start;
    border-bottom: 1px solid #E3E7EC;
    border-right: 1px solid #E3E7EC;
    transition: all 0.3s ease-in-out;
}
.platform-section6-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.platform-section6-icon{
    width:56px;
    height:56px;
    object-fit:contain;
    display:block;
}
.platform-section6-title {
    font-size: 22px;
    line-height: 125%;
    font-weight: 400;
    color: #0a0f14;
    text-align: left;
    margin-bottom: 0px;
}
.platform-section6-title strong{
    font-weight:600;
    color:#111827;
}
.platform-section6-card:nth-child(3n){ border-right:none; }
.platform-section6-card:nth-last-child(-n+3){ border-bottom:none; }
.platform-section7 {
    padding-top: 32px;
    background-color: #fff;
    padding-bottom: 72px;
}
.platform-section7-eyebrow {
    position: absolute;
    color: #2F373D;
    font-family: "IBM Plex Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-transform: uppercase;
    left: 40px;
    top: -10px;
    background-image: url('../images/platform-section7-eyebrow.svg');
    background-repeat: no-repeat;
    background-position: 8px 3px;
    background-color: #fff;
    padding: 0 10px 0 30px;
    z-index: 99;
}
.platform-section7 .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.platform-section7-slider-outer{
    border: 1px solid #e6e8eb;
    max-width: 1040px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.platform-section7-card {
    background: #ffffff;
    padding: 40px;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 32px;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.platform-section7-media{ 
    margin:0;
    overflow: hidden;
}
.platform-section7-media img{
    display:block;
    width:100%;
    max-width: 100%;
    height:auto;
    transition: all 0.3s ease-in-out;
}
.platform-section7-media img:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.platform-section7-media img.desktop{
    display:block;
}
.platform-section7-media img.mobile{
    display:none;
}
.platform-section7-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding-top: 75px;
    padding-bottom: 16px;
}
.platform-section7-quote-mark {
    position: absolute;
    left: 0;
    top: 40px;
    color: #050E15;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    height: 30px;
}
.platform-section7-quote p {
    color: #050E15;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: 0.3px;
    text-align: left;
    max-width: 490px;
    padding-left: 25px;
    padding-top: 0px;
}
.platform-section7-author-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.platform-section7-author {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 6px;
    padding-left: 25px;
}
.platform-section7-name {
    color: #050E15;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.32px;
}
.platform-section7-role {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.platform-section7-nav{
    width:36px; 
    height:36px;
    border:0; 
    border-radius:50%;
    padding:0; 
    cursor:default;
    background:transparent;
}
.platform-section7-prev{
    height: 28px;
    width: 28px;
    background-image: url('../images/platform-section7-prev.svg');
    background-repeat: no-repeat;
    cursor: pointer;
}
.platform-section7-next{
    height: 28px;
    width: 28px;
    background-image: url('../images/platform-section7-next.svg');
    background-repeat: no-repeat;
    cursor: pointer;
}
.platform-section7-nav svg{
    width:100%; 
    height:100%;
    fill:none;
    stroke:#ffffff;
}
.platform-section7-cta{
    display:flex; 
    justify-content:center;
    padding-top: 40px;
}
.platform-section7-button{
    background: #050E15;
    text-decoration: none;
    transition: all .3s ease-in-out;
    box-shadow: 0 8px 18px rgba(2, 8, 23, 0.15);
    display: flex;
    padding: 21px 32px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 180px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
}
.platform-section7-button:hover {
  transform: translateY(-2px);
  background: #156db7;
  color: #fff;
}
.platform-section7-bottom-text{
    margin-top: 24px;
}
.platform-section7-bottom-text p{
    color: #050E15;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.platform-section8 {
    display: flex;
    width: 100%;
    background: #F0F4F8;
    padding: 72px 0;
}
.platform-section8-wrapper {
    gap: 56px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}
.platform-section8-content-wrapper {
    gap: 88px;
}
.platform-section8-left {
    width: 50%;
}
.platform-section8-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 50%;
    gap: 110px;
}
.platform-section8-title {
    margin-bottom: 20px;
    color: #050E15;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.5px;
    text-align: left;
    max-width: 35%;
}
.platform-section8-subtitle {
    margin-bottom: 0px;
    max-width: 35%;
    color: #050E15;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.platform-section8-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.platform-section8-item {
    background: #fff;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: #050E15;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.16px;
    transition: all 0.3s ease-in-out;
}
.platform-section8-item:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.platform-section8-icon {
    font-size: 20px;
}
.platform-section8-text {
    flex: 1;
}
.platform-section8-heading {
    margin-bottom: 20px;
    color: #050E15;
    font-size: 43px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.86px;
    text-align: left;
}
.platform-section8-description {
    margin-bottom: 30px;
    color: #050E15;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.platform-section8-button {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    width: 179px;
    height: 56px;
    background: #050E15;
    transition: all .3s ease-in-out;
}
.platform-section8-button:hover {
    transform: translateY(-2px);
    background: #156db7;
    color: #fff;
}
.platform-section9{
    background-color: #fff;
    padding: 104px 0;
}
.platform-section9-wrap {
    display: grid;
    grid-template-columns: 1.20fr 1fr;
    align-items: center;
    gap: 100px;
}
.platform-section9-content {
    color: #0b0c0e;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.platform-section9-title {
    margin-bottom: 20px;
    color: #050E15;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.5px;
    text-align: left;
}
.platform-section9-kicker {
    margin-bottom: 12px;
    color: #050E15;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.22px;
    text-align: left;
}
.platform-section9-body p{
    color: #050E15;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 25px;
}
.platform-section9-content-bottom.desk {
  display: block;
}
.platform-section9-content-bottom.mobile {
  display: none;
}
.platform-section9-cta {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    width: 179px;
    height: 56px;
    background: #050E15;
    transition: all .3s ease-in-out;
}
.platform-section9-cta:hover { 
    transform: translateY(-2px);
    background: #156db7;
    color: #fff;
}
.platform-section9-media {
    position: relative;
    overflow: hidden;
}
.platform-section9-media img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.platform-section9-media img:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}
.platform-section10 {
    padding: 72px 0;
    background: #f5f7fa;
    color: #0b1220;
}
.platform-section10-title {
    margin-bottom: 20px;
    color: #050E15;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -0.5px;
    text-align: left;
    max-width: 50%;
}
.platform-section10-subtitle {
    color: #050E15;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 28.5px */
    margin-bottom: 56px;
}
.platform-section10-slider.slick-initialized.slick-slider {
    height: 361px !important;
}
.platform-section10-card {
    position: relative;
    height: 361px !important;
    overflow: hidden;
}
.platform-section10-media {
    height: 361px;
    width: 303px !important;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}
.platform-section10-overlay {
    position: absolute;
    top: 0; 
    left: 10px; 
    right: 0; 
    bottom: 0;
    width: 315px;
    background-image: url('../images/platform-section10-overlay.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.platform-section10-content {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    color: #fff;
}
.platform-section10-card-title {
    margin: 0;
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.22px;
    text-align: left;
}
.platform-section10 .slick-list { 
    margin: 0 -10px; 
}
.platform-section10 .slick-slide { 
    padding: 0 10px; 
    transition: all 0.3s ease-in-out;
}
.platform-section10 .slick-slide:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
}
@media only screen and ( max-width: 1680px) {
	.platform-section3.full-width {
        padding-top: 0;
        padding-bottom: 72px;
    }
    
}
@media only screen and ( max-width: 1520px) {
	
}
@media only screen and ( max-width: 1490px) {
	
}
@media only screen and ( max-width: 1366px) {
	.platform-section1-hero-copy h1 {
        font-size: 50px;
    }
    .platform-section1-hero-copy .platform-section1-lead p{
        font-size: 16px;
    }
    .platform-section1-btn-primary,
    .platform-section4 .btn,
    .platform-section7-button,
    .platform-section7 .black-button,
    .platform-section8-button,
    .platform-section9-cta {
        font-size: 14px;
        padding: 15px 15px;
        width: 140px;
        height: 45px;
    }
    .fo-title,
    .platform-section3 .title,
    .platform-section3 .title,
    .platform-section4 .title,
    .platform-section8-title,
    .platform-section9-title,
    .platform-section10-title {
        font-size: 40px;
    }
    .fo-right p,
    .platform-section8-subtitle,
    .platform-section8-description,
    .platform-section9-body,
    .platform-section10-subtitle {
        font-size: 16px;
    }
    .platform-section3 .panel h3,
    .platform-section9-kicker {
        font-size: 20px;
    }
    .platform-section4 .item.acc-header,
    .platform-section10-card-title {
        font-size: 18px;
    }
    .platform-section4 .hl-text,
    .platform-section8-item {
        font-size: 14px;
    }
    .platform-section6-title {
        font-size: 18px;
    }
    .platform-section6-card {
        padding: 25px 30px;
    }
    .platform-section7-eyebrow {
        font-size: 14px;
    }
    .platform-section7-quote p {
        font-size: 25px;
    }
    .platform-section7-name {
        font-size: 15px;
    }
    .platform-section7-role {
        font-size: 14px;
    }
    .platform-section8-heading,
    .platform-section5-title {
        font-size: 35px;
    }
    .platform-section1-hero-media {
        width: 50%;
    }
    .platform-section3 .illus img {
        max-width: 100%;
    }
    .platform-section1-image2 {
        width: 400px;
        height: auto;
        left: -100px;
    }
    .fo-wrap {
        padding-bottom: 40px;
    }
    .platform-section2 {
        padding: 50px 0;
    }
}
@media only screen and ( max-width: 1280px) {
	.platform-section1-hero-copy h1 {
        font-size: 45px;
    }
    .fo-title, .platform-section3 .title, .platform-section3 .title, .platform-section4 .title, .platform-section8-title, .platform-section9-title, .platform-section10-title {
        font-size: 40px;
    }
    .platform-section3 .panel h3, .platform-section9-kicker {
        font-size: 18px;
    }
    .platform-section7-slider-outer {
        max-width: 80%;
    }
    .platform-section7-card {
        padding: 30px;
    }
    .platform-section1-image2 {
        width: 300px;
        left: -65px;
    }
}
@media only screen and ( max-width: 1200px) {
	
}
@media only screen and ( max-width: 1024px) {
	.platform-section1-hero-copy {
        padding: 30px 40px 50px 0px;
    }
    .platform-section1-hero-copy h1 {
        font-size: 40px;
    }
    .platform-section1-hero-copy .platform-section1-lead p{
        font-size: 14px;
    }
    .platform-section1-btn-primary, .platform-section7 .black-button, .platform-section8-button, .platform-section9-cta, .platform-section4 .btn {
        font-size: 12px;
    }
    .platform-section2,
    .platform-section4,
    .platform-section8,
    .platform-section9,
    .platform-section10 {
        padding: 50px 0;
    }
    .platform-section3{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .fo-title, .platform-section3 .title, .platform-section3 .title, .platform-section4 .title, .platform-section8-title, .platform-section9-title, .platform-section10-title {
        font-size: 30px;
    }
    .fo-right p, .platform-section8-subtitle, .platform-section8-description, .platform-section9-body, .platform-section10-subtitle, .platform-section3 .desc p {
        font-size: 14px;
    }
    .fo-wrap {
        padding-bottom: 50px;
    }
    .platform-section3 .panel h3, .platform-section9-kicker {
        font-size: 16px;
    }
    .platform-section4-title-wrapper {
        margin-bottom: 50px;
    }
    .platform-section4 .item.acc-header{
        font-size: 16px;
    }
    .platform-section10-card-title {
        font-size: 20px;
    }
    .platform-section4 .hl-bullet {
        width: 25px;
        height: 20px;
    }
    .platform-section5-inner {
        padding-top: 50px;
    }
    .platform-section8-heading, .platform-section5-title {
        font-size: 30px;
    }
    .platform-section6-title {
        font-size: 16px;
    }
    .platform-section6-card {
        padding: 20px 25px;
    }
    .platform-section6 {
        padding-bottom: 50px;
    }
    .platform-section7-quote p {
        font-size: 23px;
    }
    .platform-section7-card {
        padding: 25px;
    }
    .platform-section7-eyebrow {
        font-size: 12px;
    }
    .platform-section7-name {
        font-size: 14px;
    }
    .platform-section7-role {
        font-size: 13px;
    }
    .platform-section7 {
        padding-bottom: 50px;
    }
    .platform-section10-slider.slick-initialized.slick-slider,
    .platform-section10-card {
        height: 300px !important;
    }
    .platform-section10-media {
        height: 300px;
    }
    .platform-section10-subtitle {
        margin-bottom: 50px;
    }
    .platform-section4-inner-wrapper {
        gap: 50px;
    }
    .platform-section7-slider-outer {
        max-width: 90%;
    }
}
@media only screen and ( max-width: 880px) {
	
}
@media only screen and ( max-width: 768px) {
	.platform-section1-hero-copy h1 {
        font-size: 30px;
    }
    .platform-section1-image2 {
        width: 200px;
        left: -40px;
    }
    .fo-title, .platform-section3 .title, .platform-section3 .title, .platform-section4 .title, .platform-section8-title, .platform-section9-title, .platform-section10-title {
        font-size: 25px;
    }
    .fo-badge,
    .fo-badge svg {
        width: 35px;
        height: 35px;
    }
    .platform-section3 .panel h3, .platform-section9-kicker {
        font-size: 15px;
    }
    .platform-section4-title-wrapper {
        margin-bottom: 15px;
    }
    .platform-section4-inner-wrapper {
        gap: 30px;
    }
    .acc-item.active {
        padding: 0 15px;
    }
    .platform-section4 .hl-text {
        width: 90%;
    }
    .platform-section7-slider-outer {
        max-width: 100%;
    }
    .platform-section6 {
        padding-bottom: 30px;
    }
    .platform-section7-quote p {
        font-size: 18px;
    }
    .platform-section7-card {
        grid-template-columns: 300px 1fr;
    }
    .platform-section8-title {
        max-width: 100%;
    }
}
@media only screen and ( max-width: 767px) {
	.platform-section1-hero-wrap {
        align-items: flex-start;
        flex-direction: column;
    }
    .platform-section1-hero-copy {
        padding: 30px 40px 30px 0px;
        width: 100%;
    }
    .platform-section1-hero-media {
        width: 100%;
    }
    .platform-section1-image2 {
        width: 50%;
        left: 0;
        bottom: 0;
    }
    .page-template-template-platforms.page-id-785 .platform-section1-image2,
    .page-template-template-platforms.page-id-835 .platform-section1-image2{
        width: 100%;
        left: 0;
    }
    .platform-section1-hero-copy h1 {
        margin-bottom: 15px;
    }
    .fo-wrap {
        grid-template-columns: 1fr;
        gap: 0px;
        padding-bottom: 30px;
    }
    .fo-right {
        padding-top: 0px;
    }
    .platform-section3 .title {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .platform-section3 .grid {
        gap: 25px;
        grid-template-columns: 1fr;
    }
    .platform-section6-grid {
        grid-template-columns: 1fr 1fr;
    }
    .platform-section6-card:nth-child(3n) {
        border-right: 1px solid #E3E7EC;
    }
    .platform-section6-card:nth-last-child(-n+3) {
        border-bottom: 1px solid #E3E7EC;
    }
    .platform-section8-content-wrapper {
        gap: 50px;
        flex-direction: column;
    }
    .platform-section8-left,
    .platform-section8-right {
        width: 100%;
    }
    .platform-section8-right {
        gap: 10px;
    }
    .platform-section9-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .platform-section10-title {
        max-width: 100%;
    }
    .platform-section8-heading, .platform-section5-title {
        font-size: 25px;
    }
    .platform-section1-lead {
        max-width: 100%;
    }
    .page-template-template-platforms.page-id-937 .platform-section1-hero-copy {
        width: 100%;
    }
}
@media only screen and ( max-width: 600px) {
    .platform-section1-hero-copy {
        padding: 30px 0px 30px 0px;
    }
    .platform-section1-hero-copy h1 br {
        display: none;
    }
	.platform-section6-title {
        font-size: 20px;
    }
    .platform-section7-eyebrow {
        font-size: 14px;
    }
    .platform-section8-subtitle {
        max-width: 100%;
    }
    .platform-section9-title br {
        display: none;
    }
    .platform-section10-subtitle {
        margin-bottom: 30px;
    }
    .platform-section10-slider.slick-initialized.slick-slider {
        margin: 0 auto;
        width: 300px;
        overflow: hidden;
    }
    .platform-section4-right-column.visual {
        display: none;
    }
    .platform-section4-left-column {
        width: 100%;
    }
    .platform-section7-card {
        grid-template-columns: 1fr;
    }
    .platform-section7-media img {
        height: 150px;
        width: auto;
    }
    .platform-section7-content {
        padding-top: 30px;
    }
    .platform-section7-quote-mark {
        top: 0;
    }
    .platform-section7-quote {
        padding-left: 0;
    }
    .platform-section7-author {
        margin-top: 0;
        padding-left: 0;
    }
    .platform-section7-quote p {
        font-size: 16px;
    }
    .platform-section8-grid {
        grid-template-columns: 1fr;
    }
    .platform-section8-wrapper {
        gap: 30px;
    }
    .platform-section1-hero-copy h1 {
        font-size: 48px;
    }
    .platform-section1-hero-copy .platform-section1-lead p{
        font-size: 18px;
    }
    .platform-section3 .title,
    .platform-section3 .title,
    .fo-title{
        font-size: 30px;
    }
    .platform-section4 .title, 
    .platform-section8-title, 
    .platform-section9-title, 
    .platform-section10-title{
        font-size: 32px;
    }
    .platform-section8-heading{
        font-size: 28px;
    }
    .platform-section5-title {
        font-size: 26px;
    }
    .fo-right p{
        font-size: 19px;
    }
    .platform-section3 .desc p{
        font-size: 16px;
    }
    .platform-section8-subtitle, 
    .platform-section10-subtitle {
        font-size: 19px;
    }
    .platform-section9-body{
        font-size: 18px;
    }
    .platform-section8-description{
        font-size: 18px;
    }
    .platform-section7-quote p {
        font-size: 22px;
        line-height: 25px;
        padding-left: 0;
    }
    .platform-section1-btn-primary, 
    .platform-section7 .black-button, 
    .platform-section8-button, 
    .platform-section9-cta, 
    .platform-section4 .btn {
        font-size: 16px;
        padding: 15px 15px;
        width: 160px;
        height: 50px;
    }
    .platform-section1-btn-primary, 
    .platform-section4 .btn, 
    .platform-section7-button, 
    .platform-section7 .black-button, 
    .platform-section8-button, 
    .platform-section9-cta {
        font-size: 16px;
        padding: 15px 15px;
        width: 160px;
        height: 50px;
    }
    .platform-section1-inner {
        padding-bottom: 40px;
    }
    .fo-badge, .fo-badge svg {
        width: 48px;
        height: 48px;
    }
    .platform-section3 .panel h3{
        font-size: 22px;
    } 
    .platform-section9-kicker {
        font-size: 24px;
    }
    .platform-section4 .item.acc-header, .platform-section10-card-title {
        font-size: 18px;
    }
    .platform-section4 .hl-text, .platform-section8-item {
        font-size: 16px;
    }
    .platform-section5-logo-slide {
        padding: 5px 5px;
    }
    .platform-section5-logo-slider {
        padding: 0;
    }
    .platform-section6-grid {
        grid-template-columns: 1fr;
    }
    .platform-section6-grid {
        grid-template-columns: 1fr;
        border: none;
    }
    .platform-section6-card {
        padding: 20px 25px;
        border: 1px solid #E3E7EC;
    }
    .platform-section7-author-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        margin-top: 40px;
    }
    .platform-section7-role {
        font-size: 14px;
    }
    .platform-section10 .slick-slide {
        padding: 0;
        margin: 0;
    }
    .platform-section7-media img.desktop{
        display:none;
    }
    .platform-section7-media img.mobile{
        display:block;
    }
    .platform-section7-card {
        padding: 20px;
    }
    .platform-section1-hero-media {
        padding-left: 0;
    }
    .platform-section1-image2 {
        display: none;
    }
    .platform-section3 .title br {
        display: none;
    }
    .platform-section3 .title{
        max-width: 90%;
    }
    .platform-section9-content-bottom.desk {
        display: none;
    }
    .platform-section9-content-bottom.mobile {
        display: block;
    }
    .platform-section9-title span {
        text-transform: uppercase;
    }
    .platform-section8-right-bottom {
        margin-top: 40px;
    }
    
}
@media only screen and ( max-width: 500px) {
}
@media only screen and ( max-width: 420px) {
}
@media only screen and ( max-width: 375px) {
}
@media only screen and ( max-width: 375px) {
}