.elementor-14682 .elementor-element.elementor-element-8ad50c4{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:27px 27px;--row-gap:27px;--column-gap:27px;--grid-auto-flow:row;--justify-items:center;}.elementor-14682 .elementor-element.elementor-element-8ad50c4.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-14682 .elementor-element.elementor-element-c64b258{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:766px){.elementor-14682 .elementor-element.elementor-element-8ad50c4{--width:100%;}}@media(min-width:2400px){.elementor-14682 .elementor-element.elementor-element-8ad50c4{--grid-auto-flow:row;}}@media(max-width:1366px){.elementor-14682 .elementor-element.elementor-element-8ad50c4{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-14682 .elementor-element.elementor-element-8ad50c4{--grid-auto-flow:row;}}@media(max-width:765px){.elementor-14682 .elementor-element.elementor-element-8ad50c4{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-4670814 */:root{
  --inthrace-blue:#003366;
  --inthrace-sky:#1fa8e5;
  --inthrace-green:#23c761;
  --inthrace-text:#333;
  --inthrace-card:rgba(255,255,255,.88);
}

/* Wrapper */
.inthrace-media-kit{
  max-width:1200px;
  margin:0 auto;
  padding:70px 20px;
}

/* Hero */
.media-hero{
  background:var(--inthrace-card);
  backdrop-filter:blur(16px);
  border-radius:30px;
  padding:70px 56px;
  text-align:center;
  margin-bottom:40px;
  box-shadow:0 14px 45px rgba(0,0,0,.08);
}

.media-badge{
  display:inline-block;
  background:rgba(31,168,229,.14);
  color:var(--inthrace-blue);
  padding:10px 18px;
  border-radius:40px;
  font-size:13px;
  font-weight:800;
  margin-bottom:24px;
  text-transform:uppercase;
}

.media-hero h1{
  color:var(--inthrace-blue);
  font-size:clamp(38px,5vw,58px);
  line-height:1.1;
  margin-bottom:20px;
  font-weight:900;
}

.media-hero p{
  max-width:850px;
  margin:0 auto;
  font-size:18px;
  line-height:1.7;
  color:var(--inthrace-text);
}

/* Grid */
.media-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

/* Card */
.media-card{
  background:var(--inthrace-card);
  backdrop-filter:blur(16px);
  border-radius:28px;
  overflow:hidden;
  box-shadow:0 14px 40px rgba(0,0,0,.08);
  transition:all .3s ease;
  display:flex;
  flex-direction:column;
}

.media-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 48px rgba(0,0,0,.14);
}

.featured-card{
  border-left:8px solid var(--inthrace-sky);
}

/* Preview */
.media-preview{
  background:#f4f6f8;
  padding:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.media-preview img{
  width:100%;
  max-height:480px;
  object-fit:contain;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

/* Content */
.media-content{
  padding:28px;
  display:flex;
  flex-direction:column;
  flex-grow:1;
}

.media-type{
  color:var(--inthrace-sky);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.5px;
  margin-bottom:12px;
}

.media-content h3{
  color:var(--inthrace-blue);
  font-size:24px;
  line-height:1.25;
  margin:0 0 14px;
  font-weight:850;
}

.media-content p{
  color:#555;
  font-size:16px;
  line-height:1.7;
  margin-bottom:24px;
}

/* Button */
.media-btn{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  background:var(--inthrace-blue);
  color:#fff !important;
  padding:14px 22px;
  border-radius:14px;
  font-weight:700;
  transition:all .25s ease;
}

.media-btn:hover{
  background:var(--inthrace-sky);
  transform:translateY(-2px);
}

/* Tablet */
@media(max-width:1024px){
  .media-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile */
@media(max-width:700px){

  .inthrace-media-kit{
    padding:40px 14px;
  }

  .media-hero{
    padding:42px 24px;
    border-radius:24px;
  }

  .media-hero h1{
    font-size:34px;
  }

  .media-hero p{
    font-size:17px;
  }

  .media-grid{
    grid-template-columns:1fr;
  }

  .media-content{
    padding:22px;
  }

  .media-content h3{
    font-size:22px;
  }
}/* End custom CSS */