/* @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    */
/*****************************************/


/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


.hs_cos_wrapper_type_header h2 {
    font-family: Spartan-Semi;
  font-weight: 700;
}

.section-contact-form .technicalDemoFormWrapper{
  border-bottom: 1px solid #fff;
}
.section-technical-form .technicalDemoFormWrapper.technical-form-content {
border-bottom: 1px solid #fff;
}
.section-technical-form .technicalDemoFormWrapper.technical-form-content::before {
  background-image: url('https://www.sessionguardian.com/hubfs/Images/tech_before_bg.png');
    bottom: -1px;
}

.section-technical-form .technicalDemoFormWrapper.technical-form-content::after {
  background-image: url('https://www.sessionguardian.com/hubfs/Images/tech_after_bg.png');
  bottom: -1px;
}

@media only screen and (min-width: 960px) {
  .section-technical-form .technicalDemoFormWrapper.technical-form-content .leftSideContent {
    padding-right: 20px;
  }
  
  .section-technical-form .technicalDemoFormWrapper.technical-form-content .rightSideContent {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .section-technical-form .technicalDemoFormWrapper.technical-form-content .leftSideContent {
    padding-right: 40px;
  }
  
  .section-technical-form .technicalDemoFormWrapper.technical-form-content .rightSideContent {
    padding-left: 40px;
  }
}

.customer-stories.heroproduct {
 background-position: bottom center;
 max-width: 100%!important; 
  
}

@media only screen and (max-width: 820px) {
  .customer-stories.heroproduct { 
  background-image: none!important;
  }
  .customer-stories.heroproduct .container .fcolumns {
  text-align: center;
        background-position: 0 -61px;
  }  

  .customer-stories.heroproduct .container .fcolumns .richtext {
    text-align: center;
    max-width: 55%;
    margin: 0 auto;
  }
  
    .customer-stories.heroproduct .container .fcolumns .richtext h1 {
   text-align: center!important;
  
  }
/*   https://www.sessionguardian.com/hubfs/Images/hero_stories_mobile.jpg */
}
.customer-stories.heroproduct .container .fcolumns {
    background-image: url(https://www.sessionguardian.com/hubfs/Images/customer-stories-background.png);
/*   background-image: url('https://www.sessionguardian.com/hubfs/Images/custom-stories_bg.png'); */
  background-position: center 10px;
  background-size: contain;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 820px) {
  .customer-stories.heroproduct {
    background: none!important;
  }
  .customer-stories.heroproduct .container .fcolumns {
    background-size: contain;
    margin-left: 23px;
    margin-right: 23px;
    background-position: center 32px;
    padding-top: 73px;
 
  }
  .technicalDemoFormWrapper .technicalDemoContainer .leftSideContent {
	  padding-top: 24px !important;
  }
  .section.quote-careers {
	  padding-bottom: 40px !important;
	  margin-bottom: 40px !important;
  }
}

@media only screen and (max-width: 640px) { 
    .customer-stories.heroproduct .container .fcolumns {
      background-size: contain;
      background-position: center 16px;
      padding-top: 78px;
      background-image: url('https://www.sessionguardian.com/hubfs/Images/hero_stories_mobile.jpg');
      margin-left: 0;
      margin-right: 0;
  }
  
  .customer-stories.heroproduct .container .fcolumns .richtext {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 960px) {
  .customer-stories.heroproduct .container .fcolumns {
/*      background: none; */
  }
  .customer-stories.heroproduct .container .fcolumns .richtext {
    position: relative;
    top: -45px;
  }
}

.customer-stories.heroproduct .container .hero-title{
color: #57809B;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
}



@media only screen and (min-width: 768px) {

  .section.company-session-stories .storiesContainer .storiesWrapper .storyItem {
      max-width: 502px;
      height: 287.68px;
      border-radius: 19.377px;
      border: 0.969px solid #000;
      box-shadow: 0px 3.87545px 19.37726px -0.96886px rgba(0, 0, 0, 0.00);
      backdrop-filter: blur(24.221580505371094px);
      position: relative;
  }
  
    .section.company-session-stories .storiesContainer .storiesWrapper .storyItem .storyItemContent {
        background: url('https://www.sessionguardian.com/hubfs/Images/bg_customer_story_item.png') no-repeat -17px;
        border-radius: 19.377px;
        z-index: 1;
        height: 287.68px;
  }
  .section.company-session-stories .storiesContainer .storiesWrapper .storyItem:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: -1px;
    opacity: 0.75;
    z-index: -1;
    background: linear-gradient(to right, #9c91dc, #b97daf);
      border-radius: 19.377px;
  }
  
}
.storiesContainer .storiesWrapper .storyItem .info .message {
  font-family: 'Spartan-Regular';
  font-weight: normal;
}

.section.company-session-stories .container{
  justify-content: center;
}

.footer .fcolumns p {
  line-height: 40px;
}


/* Carrers page */
.company-carrers.heroproduct {
/*  background-image: url('https://www.sessionguardian.com/hubfs/Images/hero_carrers.jpg'); */
  max-width: 100%!important;
  background-position: bottom;
  margin-top: -45px;
}

.carriers-discover .imageAndVideoLeftWrapper .CONTENT_onRight p {
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
}

.carriers-discover .imageAndVideoLeftWrapper .CONTENT_onRight h2 {
  padding: 0;
  margin: 0;
  margin-bottom: 41px;
}

.company-carrers.heroproduct .container .fcolumns {
  background-image: url('https://www.sessionguardian.com/hubfs/Images/hero-careers-bg.png');
/*       background-image: url('https://www.sessionguardian.com/hubfs/Images/carrers-hero-transparent.png'); */
    background-position: center -73px;
    background-size: cover;
    background-repeat: no-repeat;
}


@media only screen and (min-width: 768px) {
  .company-carrers.heroproduct .container .fcolumns {
    background-image: url('https://www.sessionguardian.com/hubfs/Images/carrers-hero-transparent.png'); */
    background-position: center -86px
  }
  .company-carrers .container .fcolumns {
    padding-top: 90px;
/* 	  padding: 0  50px 100px 50px; */
  }
}

.company-carrers.heroproduct .container .fcolumns {
  text-align: center;
}
.company-carrers.heroproduct .container .fcolumns .richtext{
  position: relative;
  margin-top: 50px;
}
.heroproduct .container .fcolumns .hero-title {
  color: #57809b;
  text-transform: uppercase;
  font-family: "DM Sans",sans-serif;
  font-weight: 700;
}

.company-carrers.heroproduct .container .fcolumns .hero-title {
  color: #57809b;
  text-transform: uppercase;
  font-family: "DM Sans",sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}


.company-carrers.heroproduct .container .fcolumns h1 {
  text-align: center!important;
}
@media only screen and (min-width: 767px) {
  .careers-logo-slider {
    display: none;
  }

  .company-carrers.heroproduct .innerbuttonswrap {
    display: none;
  }
}

#hs_cos_wrapper_widget_1701313746413 h3 {
    text-align: center!important;
  }

#hs_cos_wrapper_widget_1701246967052 {
  padding-left: 16px;
  padding-right: 16px;
}
@media only screen and (min-width: 820px) {
  
  #hs_cos_wrapper_widget_1701246967052 {
    padding-left: auto;
    padding-right: auto;
  }

  .company-carrers.heroproduct .container .fcolumns{

    background-image: url('https://www.sessionguardian.com/hubfs/Images/carrers-hero-transparent.png');
  /*   https://www.sessionguardian.com/hubfs/Images/hero_carrers.jpg */
    background-position: center -173px;
/*     background-size: cover; */
  }
  
  .company-carrers.heroproduct .container .fcolumns .richtext {
    position: static;
    margin-top: 0;
  }
  

}


.carriers-discover .imageAndVideoLeftWrapper {
  flex-direction: column-reverse;
}

@media only screen and (min-width: 960px) {
  .carriers-discover .imageAndVideoLeftWrapper {
    flex-direction: row-reverse;
  }

}

#hs_cos_wrapper_widget_1701395903766 {
  text-align: center;
  margin-bottom: 25px;
}

#hs_cos_wrapper_widget_1701395799052 {
  margin-bottom: 25px;
}

@media only screen and (min-width: 820px) { 
  #hs_cos_wrapper_widget_1701395903766 {
    display: none;
  }
  
  #hs_cos_wrapper_widget_1701395799052.hs_cos_wrapper_widget {
      display: none!important;
  }

}

#hs_cos_wrapper_widget_1700206477591 h2 {
text-align: center!important;
}

@media only screen and (max-width: 767px) {
  #hs_cos_wrapper_widget_1700206777610.hs_cos_wrapper_widget span {
    font-size: 20px!important;
  }
  
  #hs_cos_wrapper_widget_1700206949107 {
    font-size: 14px;
  }
}

h2.heading-title {
  color: #57809B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Spartan-Semi";
}

form .hs-button:hover {
	border-color: #222;
  background: #222;
	color: #fff;
}

#hs_cos_wrapper_widget_1701421189088 h2.heading-title {
  text-align: center!important;
}

.section-contact-form .technicalDemoFormWrapper .technicalDemoContainer .summary+.bottom-content {
  margin-top: 40px;
}
.section-contact-form .leftSideContent #hs_cos_wrapper_widget_1700555911513_ .bottomContentContainer .richtext {
  margin-top: 20px!important;
}

.section-contact-form .technicalDemoFormWrapper .technicalDemoContainer .rightSideContent {
  padding-top: 0;
}

@media only screen and (min-width: 767px) { 
  
  .section-contact-form .technicalDemoFormWrapper .technicalDemoContainer .summary+.bottom-content {
    margin-top: 80px;
  }
  .section-contact-form .leftSideContent #hs_cos_wrapper_widget_1700555911513_ .bottomContentContainer .richtext {
    margin-top: 20px!important;
  }
  
  .section-contact-form .technicalDemoFormWrapper .technicalDemoContainer .rightSideContent {
    /*padding-top: 48px;*/
  }
}

@media only screen and (min-width: 1024px) { 
  
  .section-contact-form .technicalDemoFormWrapper .technicalDemoContainer .summary+.bottom-content {
    margin-top: 140px;
  }
}