/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

a.content-module-link {
  color: #010a13;
}
a.content-module-link:hover {
  text-decoration: none;  
}

.content-door {
  position: absolute;
  z-index: 0;
}

.content-module {
  display: flex;
  position: relative;
}
.content-wrap{ 
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}

.full_width .content-module .content-wrap {
  max-width: 100%;
}

.content-wrap.center {
  align-items: center;
}

.content-wrap.text_align_left .eyebrow,
.content-wrap.text_align_left .title,
.content-wrap.text_align_left .marketing-text,
.content-wrap.text_align_left .primary-text,
.content-wrap.text_align_left .text,
.content-wrap.text_align_left .subtext {
  text-align: left;
}

.content-wrap.text_align_center .eyebrow,
.content-wrap.text_align_center .title,
.content-wrap.text_align_center .marketing-text,
.content-wrap.text_align_center .primary-text,
.content-wrap.text_align_center .text,
.content-wrap.text_align_center .subtext {
  text-align: center;
}

.content-wrap.text_align_right .eyebrow,
.content-wrap.text_align_right .title,
.content-wrap.text_align_right .marketing-text,
.content-wrap.text_align_right .primary-text,
.content-wrap.text_align_right .text,
.content-wrap.text_align_right .subtext {
  text-align: right;
}

.content-wrap .buttons-wrap.button_alignment_left {
  align-self: flex-start;
}

.content-wrap .buttons-wrap.button_alignment_center {
  align-self: center;
}

.content-wrap .buttons-wrap.button_alignment_right {
  align-self: flex-end;
}

.content-wrap .title {
  margin-bottom: 8px;
}
.vertical.content-module {
  flex-direction: column;
}
.content-image img {
  width: 100%;
}
.vertical.content-module .content-image,
.vertical.content-module .alt-content-wrap {
  margin-bottom: 8px;
}
.vertical.content-module.reverse .content-image,
.vertical.content-module.reverse .alt-content-wrap {
  margin-top: 32px;
}
.vertical.content-module.flip {
  flex-direction: column-reverse;
}
.horizontal.content-module {
  flex-direction: row;
  justify-content: center;
}
.horizontal.content-module.flip {
  flex-direction: row-reverse;
}
.horizontal.content-module .content-image,
.horizontal.content-module .alt-content-wrap {
  margin-left: 32px;
}
.horizontal.content-module.reverse .content-image,
.horizontal.content-module.reverse .alt-content-wrap {
  margin-right: 32px;
}
.content-module .button {
  margin-top: 16px;
}

.card {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid rgba(1, 10, 19, 0.2);
  overflow: hidden;
  padding: 24px 16px;
  height: 100%; /* because hubspot adds a wrapper div around this */
}

.card.extra_small { padding: padding: 16px 8px; }
.card.small { padding: 24px 16px; }
.card.medium { padding: 48px 32px; }
.card.large { padding: 64px 48px; }
.card.size-h5 { padding: padding: 16px 8px; }
.card.size-h4 { padding: 24px 16px; }
.card.size-h3 { padding: 48px 32px; }
.card.size-h2 { padding: 64px 48px; }

.card.white {
  background-color: #FFF;
  color: #010A13;
}
.card.yellow {
  background-color: #FFCB12;
  color: #010A13;
}
.card.blue {
  background-color: #074A90;
  color: rgba(255,255,255,0.9);
}
.card.green {
  background-color: #18B76A;
  color: #fff;
}
.card.red {
  background-color: #EB5757;
  color: rgba(1,10,19,0.8);
}
.card.light_blue {
  background-color: #CAE6FF;
  color: #074A90;
}
.card.grey { 
  background-color: rgba(1,10,19,0.6);
  color: #FFF;
}

.card.rebrand_warm_grey {
  background-color: #C9C7C0;
  color: #213433;
}

.card.background-forest {
  color: #92DB7B;
}

.card.image-fill {
  padding: 0;
}

.card.clickable { 
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.clickable,
.clickable .content-image {
  transition: 0.2s ease-in-out;
  cursor: pointer !important;
}

.card.clickable:hover {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2), 0px 16px 32px rgba(0, 0, 0, 0.15);
  transform: translateY(-8px);
}

.card.clickable .content-image {
  opacity: 0.85;
}
.card.clickable:hover .content-image {
  opacity: 1;
}

.content-module.clickable:hover .title,
.content-module.clickable:hover h1,
.content-module.clickable:hover h2,
.content-module.clickable:hover h3,
.content-module.clickable:hover h4,
.content-module.clickable:hover h5,{
  color: #074A90 !important;
}

@media screen and (max-width: 768px) {
  .horizontal.content-module {
    flex-wrap: wrap;
  }
  .horizontal.content-module .content-image,
  .horizontal.content-module .alt-content-wrap {
    max-width: 100% !important;
    margin: 0 !important;
    margin-bottom: 32px !important;
  }
  .horizontal.content.module.reverse {
    margin: 0;
    margin-top: 32px;
  }
  .content-module {
    margin: 0 !important;
    padding: 50px !important;
  }
}

.eyebrow {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #074A91;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.alt-content-wrap,
.alt-content-wrap video {
  border-radius: 16px;
  overflow: hidden;
}
.alt-content-wrap {
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.alt-content-wrap {
  position: relative;
}

/* video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
} */

.buttons-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
  flex-direction: row;
}

/****** video player stuff *****/
.alt-content-wrap.playing .video-cover {
  opacity: 0;
  pointer-events: none;
  transform: scale(1.2);
}

.alt-content-wrap .video-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.alt-content-wrap .play-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.alt-content-wrap .play-button::after {
  content: "";
  width: 50%;
  height: 50%;
  background: url("https://9035810.fs1.hubspotusercontent-na1.net/hubfs/9035810/landing-pages/virtual-office/play-triangle.svg") center center no-repeat;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  margin-left: 4px;
  transition: 0.3s ease-in-out;
  transform-origin: center;
  background-size: contain;
}

.alt-content-wrap .video-cover:hover .play-button {
  background-color: rgba(0,0,0,0.8);
  transform: translateY(-50%) scale(1.1);
}
.alt-content-wrap .video-cover:hover .play-button::after {
  transform: translate3d(-50%, -50%, 0) scale(0.8);
}

.content-wrap.flex-row {
  flex-direction: row;
  justify-content: space-between;
}

.buttons-wrap.in_line {
  margin-top: 0;
  white-space: nowrap;
}

.buttons-wrap.in_line a {
  margin-top: 0;
}

.code-box {
  background-color: var(--grey-5);
  border: 1px solid var(--grey-3);
  padding: 1rem 0.6rem;
  overflow: auto;
  line-height: normal;
  margin: 13px 0;
}

@media screen and (max-width: 768px) {
  .content-wrap.flex-row {
    flex-direction: column;
    gap: 25px;
    height: unset;
  }
}