@media only screen and (min-width: 1272px) {
  .container {
    width: 1280px;
  }
}

.outer-container {
  max-width: 1440px;
  margin: 0 auto;
}

.flex-twocols {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .flex-twocols {
    flex-wrap: wrap;
  }
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.red {
  color: #EA2127;
}

.center {
  text-align: center;
}

.header-md-white {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .header-md-white {
    font-size: 40px;
  }
}
@media only screen and (max-width: 460px) {
  .header-md-white {
    font-size: 36px;
  }
}

.header-lg-white {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  .header-lg-white {
    font-size: 70px;
  }
}
@media only screen and (max-width: 460px) {
  .header-lg-white {
    font-size: 42px;
  }
}

.content-lg-white {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
@media only screen and (max-width: 1024px) {
  .content-lg-white {
    font-size: 26px;
  }
}
@media only screen and (max-width: 460px) {
  .content-lg-white {
    font-size: 24px;
  }
}

.content {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

/* Ensure generic WP content paragraphs match Figma body typography */
.vlog-site-content p,
.entry-content p,
.post-content p,
.content-area p {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.header-md-black {
  color: #1E1E1E;
  font-family: "Bebas Neue", sans-serif !important;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0;
}
@media only screen and (max-width: 1024px) {
  .header-md-black {
    font-size: 50px;
  }
}
@media only screen and (max-width: 460px) {
  .header-md-black {
    font-size: 36px;
  }
}

.lm-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em !important;
  text-transform: uppercase;
}

.diagonal-white {
  height: 80px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 47%, #fff 25%);
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 460px) {
  .diagonal-white {
    right: -35%;
  }
}

.banner .diagonal-white {
  height: 60px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 47%, #fff 25%);
}

#home-hero .hero-header {
  color: #FFF;
  font-family: "Bebas Neue", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
}
@media only screen and (max-width: 480px) {
  #home-hero .hero-header {
    font-size: 68px;
    line-height: 58px;
  }
}
#home-hero .hero-header span {
  color: #EA2127;
  font-size: 126px;
}
@media only screen and (max-width: 991px) {
  #home-hero .hero-header span {
    font-size: 96px;
  }
}
@media only screen and (max-width: 560px) {
  #home-hero .hero-header span {
    font-size: 86px;
  }
}
@media only screen and (max-width: 480px) {
  #home-hero .hero-header span {
    font-size: 68px;
  }
}

.vlog-entry-image-page {
  margin-bottom: 0;
}

.video-background {
  position: relative;
  height: 80vh;
  overflow: hidden;
  background-image: url(/wp-content/uploads/2025/08/home-hero.jpg);
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .video-background {
    height: 65vh;
  }
}
@media only screen and (max-width: 460px) {
  .video-background {
    height: 90vh;
  }
}
@media only screen and (max-width: 400px) {
  .video-background {
    height: 86vh;
  }
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-overlay {
  position: relative;
  z-index: 1;
  color: white;
  padding: 38vh 4rem 0 4rem;
  width: 50%;
}
@media only screen and (max-width: 1270px) {
  .hero-overlay {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-overlay {
    width: 90%;
  }
}
@media only screen and (max-width: 580px) {
  .hero-overlay {
    width: 100%;
  }
}
.hero-overlay p {
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-size: 20px;
}

#our-mission {
  padding: 70px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  #our-mission {
    padding: 70px 0 80px;
  }
}
@media only screen and (max-width: 460px) {
  #our-mission {
    padding: 40px 0 60px;
  }
}
#our-mission .mission-content {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#our-mission .header-md-white {
  margin-bottom: 0px;
}
#our-mission .header-lg-white {
  margin-bottom: 0px;
}
@media only screen and (max-width: 991px) {
  #our-mission img {
    margin-bottom: -60px;
  }
}
@media only screen and (max-width: 768px) {
  #our-mission img {
    width: 100%;
    max-width: 30vh;
  }
}
@media only screen and (max-width: 460px) {
  #our-mission img {
    max-width: 20vh;
    margin-bottom: -50px;
  }
}

#companies-verticals {
  padding: 60px 0 50px;
}
@media only screen and (max-width: 460px) {
  #companies-verticals {
    padding: 40px 0;
  }
}
#companies-verticals .flex-twocols div {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #companies-verticals .flex-twocols div {
    width: 100%;
  }
}

#logos-carousel {
  overflow: hidden;
  margin-bottom: 50px;
}
#logos-carousel .swiper-wrapper {
  display: flex;
  align-items: center;
}
#logos-carousel .swiper-slide {
  margin-right: 80px;
}
#logos-carousel .swiper-slide img {
  min-width: 70px !important;
  max-width: 200px !important;
}

@media only screen and (min-width: 1200px) {
  #companies {
    background: #F7F7F7;
    background: linear-gradient(280deg, rgb(247, 247, 247) 50%, rgb(234, 33, 39) 50%);
  }
}

.companies-flexer {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .companies-flexer {
    flex-wrap: wrap;
  }
}
.companies-flexer .company-content {
  width: 55%;
  background-color: #EA2127;
  color: #fff;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-content {
    width: 100%;
  }
}
.companies-flexer .company-content img {
  width: 100%;
  max-height: 291px;
}
.companies-flexer .company-content .company-redbox {
  padding: 70px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-content .company-redbox {
    padding: 20px;
  }
}
.companies-flexer .company-content .company-redbox .float-triangle {
  position: absolute;
  right: 0;
  top: -27px;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-content .company-redbox .float-triangle {
    top: unset;
    bottom: -22px;
    transform: rotate(90deg);
    right: 85%;
  }
}
.companies-flexer .company-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding: 70px;
  background: #F7F7F7;
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-list {
    width: 100%;
    padding: 20px 0 0;
  }
}
@media (min-width: 769px) {
  .companies-flexer .company-list {
    gap: 20px;
  }
  .companies-flexer .company-list .company-panel {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .companies-flexer .company-list p {
    padding: 0 20px 10px;
    margin-bottom: 12px;
  }
  .companies-flexer .company-list p:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.companies-flexer .company-list .company-link {
  color: rgba(30, 30, 30, 0.24);
  font-family: "Bebas Neue", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}
.companies-flexer .company-list .company-link:hover, .companies-flexer .company-list .company-link:active {
  color: #1E1E1E;
  cursor: pointer;
  font-size: 36px;
  margin-bottom: -2px;
  line-height: 1;
}

#inside-vt {
  padding: 80px 0;
}
@media only screen and (max-width: 460px) {
  #inside-vt {
    padding: 50px 0 40px;
  }
}
#inside-vt .content.center {
  max-width: 720px;
  margin: 0 auto 60px;
}
@media only screen and (max-width: 460px) {
  #inside-vt .content.center {
    margin: 0 auto 30px;
  }
}
#inside-vt .vt-gallery {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  #inside-vt .vt-gallery {
    flex-wrap: wrap;
  }
}
#inside-vt .vt-gallery .vt-gallery-item {
  margin: 6px;
}
@media only screen and (max-width: 560px) {
  #inside-vt .vt-gallery .vt-gallery-item {
    width: 43vw;
    height: 43vw;
  }
}
@media only screen and (max-width: 460px) {
  #inside-vt .vt-gallery .vt-gallery-item {
    margin: 6px 3px;
  }
}
#inside-vt .vt-gallery .vt-gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media only screen and (max-width: 560px) {
  #inside-vt .vt-gallery .vt-gallery-item img {
    max-height: 180px;
    object-fit: cover;
  }
}

#global-reach {
  background: #F7F7F7;
  padding: 80px 0 0;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #global-reach {
    padding: 80px 0 170px;
  }
}
@media only screen and (max-width: 580px) {
  #global-reach {
    overflow: hidden;
    padding: 80px 0 110px;
  }
}
@media only screen and (max-width: 460px) {
  #global-reach {
    padding: 40px 0 110px;
  }
}
#global-reach .flex-twocols {
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #global-reach .flex-twocols {
    flex-wrap: nowrap;
  }
}
#global-reach .vt-global-reach {
  max-width: 630px;
}
#global-reach .numbers-cols {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #global-reach .numbers-cols {
    flex-direction: column;
  }
}
@media only screen and (max-width: 580px) {
  #global-reach .numbers-cols {
    max-width: 200px;
    text-align: center;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  #global-reach .numbers-cols .n-col {
    margin-bottom: 25px;
  }
}
#global-reach .numbers-cols .n-number {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1024px) {
  #global-reach .numbers-cols .n-number {
    font-size: 44px;
  }
}
@media only screen and (max-width: 480px) {
  #global-reach .numbers-cols .n-number {
    font-size: 38px;
  }
}
#global-reach .numbers-cols .n-title {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1024px) {
  #global-reach .numbers-cols .n-title {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  #global-reach .numbers-cols .n-title {
    font-size: 20px;
  }
}
#global-reach .numbers-cols .n-description {
  color: #1E1E1E;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
#global-reach #vt-iphone {
  margin-top: -140px;
  margin-bottom: -20px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  #global-reach #vt-iphone {
    position: absolute;
    right: 0;
    margin-top: 0;
    bottom: -40px;
  }
}
@media only screen and (max-width: 580px) {
  #global-reach #vt-iphone {
    right: -100px;
    bottom: 20px;
    width: 70%;
  }
}
@media only screen and (max-width: 460px) {
  #global-reach #vt-iphone {
    width: 80%;
  }
}

#promos {
  padding: 50px 0 0;
}
@media only screen and (max-width: 460px) {
  #promos {
    padding: 50px 0px 0px;
  }
}
#promos .flex-twocols {
  justify-content: space-between;
  align-items: center;
}
#promos .flex-twocols .promo-img {
  width: 49%;
}
@media only screen and (max-width: 991px) {
  #promos .flex-twocols .promo-img {
    width: 100%;
    margin-bottom: 15px;
  }
}
#promos .flex-twocols .promo-img img {
  width: 100%;
}
#promos .flex-twocols .promos-col {
  width: 49%;
}
@media only screen and (max-width: 991px) {
  #promos .flex-twocols .promos-col {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #promos .lg-banner {
    margin-top: 0 !important;
  }
}
#promos .lg-banner img {
  width: 100%;
}

.vlog-responsive-header {
  height: 60px;
}

@media only screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}

/* Jobs page padding helper */
/* Mobile-first overrides that were previously only in compiled CSS */
@media only screen and (max-width: 560px) {
  /* Typography sizing: 'We are' smaller, 'Valuetainment' on one line */
  #home-hero .hero-header {
    font-size: 48px;
    line-height: 58px;
  }
  #home-hero .hero-header span {
    font-size: 68px;
    line-height: 82px;
    white-space: nowrap;
    display: inline-block;
  }
  /* Spacing so body copy + CTA are not cut off */
  .hero-overlay {
    padding: 0 24px;
  }
  .hero-overlay p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: -0.02em;
  }
  /* CTA styling per Figma */
  #home-hero .lm-btn a.white {
    font-weight: 600;
    font-size: 14px !important;
    line-height: 140%;
    letter-spacing: 0.16em !important;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 12px;
  }
}
@media only screen and (max-width: 560px) {
  /* Make the very last gallery image span full width on mobile */
  #inside-vt .vt-gallery:last-of-type .vt-gallery-item:last-child {
    width: 100%;
    aspect-ratio: 16/9;
    margin-left: 0;
    margin-right: 0;
  }
}

/*# sourceMappingURL=contentstyles25.css.map */
