.sem--hero {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(249deg, #00214A 32.56%, #0A2342 143.45%);
  align-content: center;
}

.sem--hero .button--outlined {
  box-shadow: none !important;
  color: #0bc5ba !important;
}

.sem--hero .button--outlined:hover {
  border-color: #0bc5ba;
  background: #0bc5ba !important;
}

.sem--hero .button {
  color: #fffefe;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
}

.sem--hero .sem--hero-copy a {
  min-width: 225px;
}

.sem--hero a:hover {
  color: #fff !important;
}

.sem--hero .ms-hero__video-over::before {
  content: '';
  width: 172px !important;
  height: 173px !important;
  background: url('/modules/contrib/egnyte_site_builder/modules/egnyte_content_types/egnyte_sem/templates/images/icon.png') 55% 50% / 172px 173px no-repeat !important;
}

.sem--hero h1 {
  font-feature-settings: 'clig' off, 'liga' off;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1px;
}


.sem--hero .p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 40px;
}

.sem--hero ul {
  list-style: initial;
  padding-left: 30px;
}

.sem--hero ol {
  list-style: auto;
  padding-left: 30px;
}

.sem--hero .ms-hero__video {
  position: relative;
  display: block;
}

.sem--hero .ms-hero__video:after {
  content: none;
}

.sem--hero .ms-hero__video>img {
  max-width: fit-content;
}

.sem--hero img {
  max-width: fit-content;
}

.sem--hero .sl-hero__text {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  padding: 25px 0;
  align-items: flex-start;
  align-content: center;
}

.sem--hero .sl-hero__text .p {
  text-align: left;
}

.sem--hero .grid-row:not(.solution-hero__actions) {
  flex: 0 0 100%;
  display: flex;
}

.sem--hero .solution-hero__actions {
  display: flex;
  flex-wrap: nowrap;
}

.sem--hero-image .vimeo-video {
  position: relative;
}

.sem--hero-image .ms-hero__video-over::before {
content: '';
  display: block;
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/modern-mini-solutions/play_button.svg) 55% 50% / 114px 114px no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sem--hero-image {
  display: flex;
  align-content: flex-end;
  flex-wrap: wrap;
}

/*.sem-reviews .head-reviews__arrow--prev {
  left: 3px;
}

.sem-reviews .head-reviews__arrow--next {
  right: 3px;
}*/

.page-node-type-egnyte_sem .page-footer .footer-block .footer__head .grid-col:nth-child(2),
.page-node-type-egnyte_sem .page-footer .footer-block .footer__head .grid-col:nth-child(3),
.page-node-type-egnyte_sem .page-footer .footer-block .footer__head .grid-col:nth-child(4),
.page-node-type-egnyte_sem .page-footer .footer-block .footer__head .grid-col:nth-child(5),
.page-node-type-egnyte_sem .page-footer .footer-block .footer__head .grid-col:nth-child(6),
.page-node-type-egnyte_sem .page-footer .footer-block .footer__head .grid-col:nth-child(7) {
  display: none !important;
}

.page-node-type-egnyte_sem .page-footer {
  margin-top: 0;
}

.page-node-type-egnyte_sem .page-footer .footer-copy {
  margin-top: 0;
}

.feature--title {
  letter-spacing: 7px;
  font-family: metric;
  font-weight: normal;
}

.features-grid-section h3 {
  font-size: 27px;
  font-weight: 400;
}
.sem--hero.comparison_page .sl-hero__text div:last-child img {
  display: none;
}
@media screen and (max-width: 2500.98px) and (min-width: 991.98px) {

  .sem--hero {
    height: auto;
  }

  .sem--hero .p {
    margin-top: 20px;
  }

  .sem--hero .sem--hero-copy a {
    margin: 20px auto 0 !important;
  }

  .sem--hero .grid-row.grid-row--lgg {
    display: flex;
    align-items: stretch !important;
  }

  .sem--hero .grid-row.grid-row--lgg>.grid-col {
    display: flex;
    align-content: center;
  }

  .sem--hero .grid-row.grid-row--lgg>.grid-col>* {
    flex: 1 1 auto;
    width: 120%;
  }

  .sem--hero .sem--hero-image {
    height: auto !important;
  }

  .sem--hero .sem--hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

}

@media screen and (max-width: 1575.98px) and (min-width: 991.98px) {
  .sem--hero .sem--hero-image img {
    object-fit: contain;
    width: 100% !important;
  }
  .sem--hero.comparison_page .sem--hero-image img {
    object-fit: cover;
  }
}

@media screen and (min-width: 1088.98px) and (max-width: 2800.98px) {
  .sem--hero .grid-cont {
    padding: 0 50px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }

  .header_container {
    padding: 0 50px !important;
  }

  .sem--hero .p {
    flex: 0 0 100%;
  }

  .sem--hero-image {
    display: flex;
    justify-content: flex-end;
  }

}

@media screen and (max-width: 1088.98px) {

  .sem--hero .grid-row:not(.solution-hero__actions) {
    flex: none !important;
  }

  .sem--hero .sem--hero-image img {
    width: 100%;
  }

  .sem--hero .sem--hero-copy {
    padding-right: 16px;
  }
  .sem--hero {
    padding-top: 30px;
  }
}


@media screen and (max-width: 1088.98px) and (min-width: 991.98px) {
  .sem--hero .sl-hero__text {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    display: flex;
    height: auto !important;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    padding-top: 40px;
  }


  .sem--hero .sem--hero-copy {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }


  .sem--hero .sem--hero-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sem--hero .sl-hero__text {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }

  .sem--hero .solution-hero__actions {
    justify-content: center;
  }

  .sem--hero ul,
  .sem--hero ol {
    padding-left: 30px;
    margin: auto;
  }

  .sem--hero .solution-hero__actions {
    justify-content: center;
  }
}

@media screen and (max-width: 991.98px) {
  .page-node-type-egnyte_sem .header {
    background: #fff;
    height: 72px;
    padding-top: 0;
  }
.sem-reviews .solution-reviews__arrow {
    margin-top: -48px;
}
  .sem--hero {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
  }
  .sem--hero.comparison_page {
    text-align: left;
  }
  .sem-reviews--cont .head-reviews__slide .grid-col {
    margin-top: 30px;
  }

  .sem-reviews--cont .head-reviews__slide .grid-row--smg .grid-col {
    margin-top: 10px;
  }

  .sem--hero .sem--hero-image img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }

  .sem--hero .sl-hero__text {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    display: flex;
    height: auto !important;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .sem--hero .p {
    margin-top: 20px;
  }

  .sem--hero a {
    margin: 20px auto 0 !important;
  }


  .sem--hero .solution-hero__actions {
    justify-content: center;
  }
}



@media screen and (max-width: 767.98px) {
  .sem--hero a {
    min-width: 200px;
  }

  .sem--hero h1 {
    line-height: 34px;
  }

  .sem--hero .p {
    font-size: 20px;
  }
}

@media (max-width: 600px) {
  .feature--title {
    letter-spacing: 5px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .features-grid-section {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 575.98px) {

  .sem--hero a {
    min-width: 250px;
  }

  .sem--hero .solution-hero__actions {
    display: flex;
    flex-wrap: wrap;
  }
  .sem--hero-image .ms-hero__video-over::before {
    width: 60px;
    height: 60px;
    background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_hero/templates/images/modern-mini-solutions/play_button.svg) 55% 50% / 60px 60px no-repeat;
    background-color: rgba(182, 192, 196, 0.6);
  }
}

@media (max-width: 875px) {
  .box {
    flex-direction: column;
    align-items: flex-start !important;
  }
    .box:nth-child(even) {
      flex-direction: column-reverse;
    }
  .box .two-col--copy {
    padding-bottom: 30px;
  }
}

.sem-reviews .solution-reviews__arrow {
  background: #fff !important;
  border: 0;
  box-shadow: 0px 1px 3px gray;
  opacity: 0.5;
}

.sem-reviews .solution-reviews__arrow:hover {
  background: rgb(216, 227, 232) !important;
  color: rgb(50, 189, 181) !important;
}


.sem-reviews--item {
  padding: 40px 50px 40px 50px !important;
  min-height: 439px !important;
  border-radius: 35px !important;
  box-shadow: 1px 1px 5px 3px rgba(186, 198, 197, 0.2) !important;
  background: #fff !important;
  display: flex;
}

.sem-reviews--item .sem-reviews__quotes {
  object-position: -16px;
}

.solution-reviews__dots li {
  width: 20px !important;
  height: 20px !important;
  list-style: none;
}

.solution-reviews__slide .vimeo-video a::before {
  content: '';
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFF url('data:image/svg+xml;utf8,<svg viewBox="0 0 27 35" fill="%2332BDB5" xmlns="http://www.w3.org/2000/svg"><path d="M0 3.11028C0 1.38885 1.91287 0.356875 3.35153 1.30217L25.2482 15.6897C26.5488 16.5443 26.5488 18.4513 25.2482 19.3059L3.35153 33.6934C1.91287 34.6387 0 33.6067 0 31.8853V3.11028Z"/></svg>') 55% 50%/27px 35px no-repeat;
  transition-duration: 0.125s;
  align-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
}

.solution-reviews__slide .vimeo-video a {
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

@media (max-width: 991.98px) {
  .sem-reviews--item {
    max-width: 90% !important;
    margin: auto;
    padding: 0 24px;
  }
 #solution-reviews__carousel .solution-reviews__slide {
    padding-right: 0;
    padding-left: 0;
  }
.sem-reviews--item {
  padding: 32px 25px 32px 25px !important;
}
.solution-reviews__arrow--next {
  right: 10px;
}
.solution-reviews__arrow--prev {
  left: 10px;
}
  .sem-reviews--item .head-reviews__photo {
    max-width: 385px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

}

@media screen and (max-width: 470.98px) {
  .solution-reviews__slide .solution-reviews__item .grid-row {
    text-align: initial !important;
  }

  .sem-reviews--name {
    align-items: flex-start !important;
  }
}

/*
.sem-reviews--cont .sem-row--grid-row {
  margin: auto;
}

.sem-reviews--cont .slick-list {
  padding-bottom: 20px;
}

.sem-reviews--cont .head-reviews__photo {
  position: initial;
}

.sem-reviews--cont .head-reviews__slide {
  max-width: 1100px;
  padding: 40px 50px 40px 50px;
  min-height: 439px;
  position: relative;
  margin: auto;
  border-radius: 35px;
  box-shadow: 1px 1px 5px 3px rgba(186, 198, 197, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.sem-reviews--cont .sem-reviews__quotes {
  object-position: -16px;
}

.sem-reviews--cont .head-reviews__dots {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  flex: 0 0 100%;
  pointer-events: inherit;
}

.sem-reviews--cont .head-reviews__dots li {
  width: 20px;
  height: 20px;
  list-style: none;
}

.sem-reviews--cont .head-reviews__dots::marker {
  content: none !important;
}

.sem-image--grid-col {
  position: relative;
}

.sem-image--grid-col::before {
  display: block;
  width: 69.78px;
  height: 70px;
  border-radius: 50%;
  background: url(/modules/contrib/egnyte_site_builder/modules/egnyte_blocks/egnyte_testimonials/templates/images/play_icon.svg) 50% 50% / 69.78px 70px no-repeat;
  transition-duration: 0.125s;
  transition-property: transform;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
    */
/*
@media (max-width: 991.98px) {
  .sem-reviews--cont .head-reviews__slide {
    max-width: 90% !important;
    padding: 0 24px;
  }

  .sem-reviews--cont .slick-dotted.slick-slider {
    overflow: visible;
  }

  .sem-reviews--cont .slick-slide {
    margin-bottom: 25px;
  }

  .sem-reviews--cont .head-reviews__photo {
    max-width: 385px;
    padding-bottom: 30px;
  }

  .sem-reviews--cont .sem-row--grid-row {
    margin-right: 0;
    margin-left: 0;
  }

  .sem-reviews--cont .head-reviews__dots {
    margin-bottom: 0;
    margin-top: 25px;
  }

  .head-reviews__dots li::marker {
    content: none;
  }
}*/

.sem-awards {
  height: 508px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.sem-awards--card {
  box-shadow: 1.87px 1.87px 7.48px 0px #00000026;
  padding: 20px;
  min-height: 316px;
  max-width: 316px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.sem-awards--card .icon {
  display: flex;
  align-items: flex-start;
}

.sem-awards--card .p {
  display: flex;
  align-items: stretch;
}

.page-node-type-egnyte_sem .header {
  background: #fff;
}

.page-node-type-egnyte_sem .header_container {
  height: 72px;
}

.page-node-type-egnyte_sem .header .egnyte-block {
  width: 100%;
  align-items: center;
}

.sem-menu-block-top ul.sem-nav {
  margin-top: 0;
}

@media (max-width: 1375px) and (min-width: 1088.98px) {
  .sem-awards--card img {
    width: 100%;
  }
}

@media (max-width: 1088px) {
  .sem-awards {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 1088px) and (min-width: 991.98px) {
  .sem-awards .grid-col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sem-awards--card img {
    width: 100%;
  }
}

@media (max-width: 1088px) and (min-width: 767.98px) {
  .sem-awards .grid-col:nth-of-type(odd) .sem-awards--card {
    margin-right: 0;
    margin-left: auto;
  }

  .sem-awards .grid-col:nth-of-type(even) .sem-awards--card {
    margin-left: 0;
    margin-right: auto;
  }

  .sem-awards .grid-col:nth-of-type(1) .sem-awards--card {
    margin-bottom: 20px;
  }

  .sem-awards .grid-col:nth-of-type(2) .sem-awards--card {
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .sem-awards--card {
    margin: 0 auto 20px auto;
  }
}

.feature_grid__box ul {
  margin: 0 0 30px;
  line-height: 1.56;
  list-style: outside disc;
  padding-left: 30px;
  font-size: 18px;
}

.feature_grid__box ol {
  margin: 0 0 30px;
  line-height: 1.56;
  list-style: auto;
  padding-left: 30px;
  font-size: 18px;
}

.sem__trusted {
  background: #fafafa;
  padding: 57px 0;
  height: 329px;
}

.sem__trusted .intro__logos-line {
  margin-right: auto;
  margin-left: auto;
}

.sem__trusted .intro__logos-line img {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: initial;
  margin-top: initial;
}

.sem__trusted .intro__logos-line {
  justify-content: unset !important;
  -webkit-box-pack: unset !important;
  flex-wrap: initial !important;
  margin-right: 0;
  width: 100%;
}

.sem__trusted .intro__logos {
  max-width: 1280px;
  margin: auto;
  width: 100%;
}


@media (max-width: 575.98px) {
  .sem__trusted .intro__logos__mobile {
    gap: 20px 0;
  }

  .sem__trusted .intro__logos__mobile img {
    width: 100%;
    max-width: 200px;
  }

  .sem__trusted .intro__logos__mobile {
    display: grid;
    align-items: center;
  }
}

.two-col-container {
  margin: 40px auto;
}

.two-col-section__container .p--xxlarge {
  max-width: 1370px;
  margin: 10px auto;
}

.two-col-section__container ul {
  list-style: initial;
  padding-left: 30px;
}

.box:nth-child(even) .two-col--graphic {
  order: -1;
  margin-right: 0;
  margin-left: 0;
}

.two-col--graphic img {
  width: 100% !important;
  height: 100% !important;
}

.features-grid-section {
  background: #01224B;
  padding-bottom: 100px;
}

@media (min-width: 991.98px) {
  .features-grid-section h2{
    font-size:42px;
  }
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1400px;
  justify-content: center;
}

.feature_grid__box {
  max-width: 432px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 15px;
  width: 100%;
  padding-bottom: 60px;
}

.feature_grid__box h3 {
  text-transform: uppercase;
  max-width: 300px;
  text-align: center;
  min-height: 80px;
}

/*
.sem-reviews .head-reviews__arrow {
  margin-top: initial;
  transform: translateY(-50%);
}

@media (max-width: 470.98px) {
  .sem-reviews--cont .head-reviews__slide .grid-row.grid-row--smg.grid-row--aic {
    align-items: flex-start;
  }
}*/