/* 
Here will go all custom scss for theme
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,600;1,700&display=swap");
body {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Montserrat", sans-serif;
  color: #010D1C;
  font-weight: 700;
}

@media (min-width: 1199px) {
  .container {
    max-width: 1120px;
  }
}
a,
a:hover {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 37px;

  @media (min-width: 768px) {
    font-size: 40px;
    line-height: 47px;
  }

  @media (min-width: 992px) {
    font-size: 50px;
    line-height: 61px;
  }
}

h2 {
  font-size: 24px;
  line-height: 29.75px;
  @media(min-width: 768px) {
      font-size: 32px;
      line-height: 37.75px;
  }
  @media(min-width: 992px) {
      font-size: 40px;
      line-height: 48.75px;
  }
}

h3 {
  font-size: 20px;
  line-height: 27px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
}

.container-small {
  max-width: 810px;
  margin: 0 auto;
}

.inner {
  padding-top: 60px;
}

.button-red {
  font-family: "Montserrat", sans-serif;
  background-color: #FB3640;
  display: inline-block;
  min-width: 180px;
  padding: 4px 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.4s;
}
.button-red:hover {
  background-color: #fff;
  color: #010D1C;
}

.vstorm-btn {
  color: #FB3640;
  display: flex;
  align-items: center;
  padding-left: 10px;
  transition: all 0.4s;
}
.vstorm-btn:hover {
  color: #000;
  text-decoration: none;
}
.vstorm-btn:before {
  content: "/";
  display: block;
  position: relative;
  left: -9px;
  transition: all 0.4s;
}
.vstorm-btn:after {
  display: block;
  position: relative;
  right: -20px;
  opacity: 0;
  transition: all 0.4s;
}

section {
  padding: 4rem 0;
}
@media (max-width: 640px) {
  section {
    padding: 1.5rem 0;
  }
}

@media (min-width: 992px) {
  .site-hamburger {
    display: none;
  }
}

#nav-icon3 {
  width: 30px;
  height: 45px;
  position: absolute;
  right: 15px;
  top: 3px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 992px) {
  #nav-icon3 {
    display: none;
  }
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px;
  background: #fb3640;
}
#nav-icon3 span:nth-child(4) {
  top: 18px;
}
#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/* Icon 3 */
header#hamburger {
  background: rgb(255, 255, 255);
  border-bottom: 0.5px solid #fff;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  padding: 15px 0;
}
@media (min-width: 992px) {
  header#hamburger {
    padding: 5px 0;
  }
}
@media (max-width: 768px) {
  header#hamburger .site-branding img {
    width: 90px;
  }
}
header#hamburger .row {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 992px) {
  header#hamburger .row #main-nav {
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(24px);
            backdrop-filter: blur(24px);
  }
}
header#hamburger .row .navbar {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  header#hamburger .row .navbar {
    position: absolute;
    top: 169px;
    left: 0;
    right: 0;
    text-align: center;
  }
}
@media (min-width: 1199px) {
  header#hamburger .row .navbar-nav li {
    margin-left: 17px;
  }
}
header#hamburger .row .navbar-nav li.black-button a {
  background-color: #000;
  color: #fff !important;
  transition: all 0.4s;
}
header#hamburger .row .navbar-nav li.black-button a:hover {
  background-color: #FB3640;
}
@media (min-width: 1199px) {
  header#hamburger .row .navbar-nav li.black-button a {
    margin-left: 17px;
  }
}
header#hamburger .row .navbar-nav li a {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #010D1C;
  padding: 9px 16px;
}

.hero {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  padding: 30px 0;
  min-height: 560px;
}
@media (min-width: 1199px) {
  .hero {
    padding: 0;
    min-height: 500px;
    height: calc(100vh - 220px);
    flex-direction: row;
  }
}
.hero .col-content {
  padding-bottom: 30px;
}
@media (min-width: 640px) {
  .hero .col-content {
    padding-bottom: 60px;
  }
}
@media (min-width: 1199px) {
  .hero .col-content {
    padding-right: 70px;
    padding-bottom: 0;
  }
}
.hero .hero-banners {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .hero .hero-banners {
    flex-direction: row;
  }
}
@media (min-width: 1199px) {
  .hero .hero-banners {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    flex-direction: column;
  }
}
.hero .hero-banners .hero-banners__single {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .hero .hero-banners .hero-banners__single {
    width: 50%;
  }
}
@media (min-width: 1199px) {
  .hero .hero-banners .hero-banners__single {
    width: 100%;
  }
}
.hero .hero-banners .hero-banners__single a {
  overflow: hidden;
  display: block;
  position: relative;
}
.hero .hero-banners .hero-banners__single a:before {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  transition: all 0.4s;
}
.hero .hero-banners .hero-banners__single a:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.hero .hero-banners .hero-banners__single a:hover img {
  transform: scale(1.1);
}
.hero .hero-banners .hero-banners__single a:hover span {
  background-color: #fff;
  color: #000;
}
.hero .hero-banners .hero-banners__single img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s;
}
@media (min-width: 640px) {
  .hero .hero-banners .hero-banners__single img {
    height: 280px;
  }
}
@media (min-width: 1199px) {
  .hero .hero-banners .hero-banners__single img {
    height: calc(50vh - 110px);
  }
}
.hero .hero-banners .hero-banners__single span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.2);
  padding: 7px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
  font-family: "Montserrat", sans-serif;
  z-index: 1;
}

.home .client-logo {
  box-shadow: 0px 16px 15px rgba(0, 0, 0, 0.02);
}

section.joint-the-most {
  padding: 25px 0 50px;
}
@media (min-width: 992px) {
  section.joint-the-most {
    padding: 165px 0;
  }
}
section.joint-the-most .title h2 {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section.joint-the-most .title h2 {
    margin-bottom: 60px;
  }
}
section.joint-the-most .col-description {
  max-width: 645px;
  margin: 0 auto;
}
section.joint-the-most .row-cta {
  margin-top: 20px;
}
@media (min-width: 992px) {
  section.joint-the-most .row-cta {
    margin-top: 50px;
  }
}
section.client-logo {
  padding: 5px 0 35px;
  margin-top: 0px;
}
@media (min-width: 1199px) {
  section.client-logo {
    margin-top: 35px;
  }
}
section.client-logo .title h4 {
  margin: -10px 0 38px 0;
  color: #010D1C;
  font-size: 16px;
}
@media (min-width: 1199px) {
  section.client-logo .title h4 {
    margin: -10px 0 38px 0;
  }
}
section.client-logo .content-logotype {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  section.client-logo .content-logotype {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width: 991px) {
  section.client-logo .single-logo {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
section.client-logo .single-logo img {
  opacity: 0.5;
  height: auto;
  width: 140px;
  margin: 0 20px 0 20px;
  display: block;
}
@media (max-width: 991px) {
  section.client-logo .single-logo img {
    margin: 15px 0;
  }
}
@media (max-width: 640px) {
  section.client-logo .single-logo img {
    width: 130px;
  }
}
section.blog {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section.blog {
    margin-bottom: 80px;
  }
}
section.blog .title h2 {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  section.blog .title h2 {
    margin-bottom: 70px;
  }
}
section.blog .single-art {
  margin-bottom: 50px;
}
@media (min-width: 1199px) {
  section.blog .single-art {
    margin-bottom: 0;
  }
}
section.blog .single-art a {
  display: block;
  overflow: hidden;
}
section.blog .single-art a:hover .thumbnails img {
  transform: scale(1.1);
}
section.blog .single-art a .thumbnails {
  overflow: hidden;
}
section.blog .single-art a .thumbnails img {
  filter: drop-shadow(1px 2px 14px rgba(0, 0, 0, 0.08));
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  section.blog .single-art a .thumbnails img {
    height: 250px;
  }
}
@media (min-width: 1199px) {
  section.blog .single-art a .thumbnails img {
    height: 166px;
  }
}
section.blog .single-art a .tags {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0 6px;
}
section.blog .single-art a .tags span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #CACACA;
  display: block;
  margin-bottom: 4px;
  margin-right: 5px;
}
section.blog .single-art a .title {
  font-size: 16px;
  line-height: 19.5px;
  margin-top: 0;
}
section .row-category__list {
  padding: 20px 0;
}
@media (max-width: 640px) {
  section .row-category__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
section .row-category__list a {
  color: #000;
  display: inline-block;
  padding-right: 51px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 640px) {
  section .row-category__list a {
    padding-right: 0px;
  }
}
section .row-category__list a.active {
  font-weight: 800;
}
section.hero-big {
  min-height: 450px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  section.hero-big {
    min-height: 600px;
  }
}
section.hero-big:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #010D1C;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
section.hero-big .col-content {
  position: relative;
  color: #fff;
}
@media (min-width: 992px) {
  section.hero-big .col-content {
    max-width: 411px;
  }
}
section.hero-big .col-content .vstorm-h1,
section.hero-big .col-content .vstorm-h2,
section.hero-big .col-content .vstorm-h3,
section.hero-big .col-content .vstorm-h4,
section.hero-big .col-content .vstorm-h5,
section.hero-big .col-content .vstorm-h6 {
  margin-top: 0;
  color: #fff;
}
section.hero-big .logotypeHeader {
  display: flex;
  gap: 20px;
}
@media (max-width: 640px) {
  section.hero-big .logotypeHeader {
    flex-direction: row;
    align-items: first baseline;
    margin-bottom: 20px;
  }
}
section.hero-big .logotypeHeader img {
  height: 60px;
  width: 100px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  mix-blend-mode: luminosity;
  opacity: 0.5;
  
}

span.text-logotype-above{
  font-size: 12px;
    font-weight: 400;
    color: #000;
    display: flex;
    margin: 0;
    align-items: center;
}
@media (max-width: 640px) {
  section.hero-big .logotypeHeader img {
    height: 60px;
  }
}
section.grid-elements .col-lg-12.title p, section.grid-element .col-lg-12.title p {
  max-width: 863px;
  margin: 0 auto;
}
section.grid-elements-2-column .full img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.grid-elements-2-column h2 {
    font-size: 20px;
    line-height: 27px;
    @media(min-width: 768px) {
        font-size: 24px;
        line-height: 29px;
    }

  }
section.grid-elements-3-column .full {
  margin-bottom: 30px;
  position: relative;
  padding: 0px 16px 16px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 640px) {
  section.grid-elements-3-column .full {
    background-size: cover !important;
  }
}
section.grid-elements-3-column .full:after {
  content: "";
  background: linear-gradient(360deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
}
section.grid-elements-3-column .full .description,
section.grid-elements-3-column .full h3 {
  position: relative;
  z-index: 2;
  color: #fff;
}
section.grid-elements-3-column .full {
  transition: all 0.4s;
}
section.grid-elements-3-column .full:hover {
  background-size: 110% !important;
}
section.grid-elements-3-column .full:hover .vstorm-btn {
  color: #FB3640;
}
section.grid-elements-3-column .full:hover:before {
  opacity: 0.7;
}
section.grid-elements-3-column .link-box a {
  display: block;
}
section.grid-elements-3-column .link-box a .full {
  transition: all 0.4s;
}
section.grid-elements-3-column .link-box a .full:hover {
  background-size: 110% !important;
}
section.grid-elements-3-column .link-box a .full:hover .vstorm-btn {
  color: #FB3640;
}
section.grid-elements-3-column .link-box a .full:hover:before {
  opacity: 0.7;
}
section.grid-elements-3-column .link-box a .vstorm-btn {
  margin: 8px 0 1px;
}
section.grid-elements-3-column .link-box a .vstorm-btn:hover {
  color: #FB3640;
}
section.grid-reverse .row {
  padding: 15px 0;
}
@media (min-width: 992px) {
  section.grid-reverse .row {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  section.grid-reverse .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
section.grid-reverse .row h3 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 0;
}
@media (min-width: 992px) {
  section.grid-reverse .row h3 {
    margin-top: -5px;
  }
}
section.grid-reverse .row .image img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.grid-reverse .row .vstorm-btn {
  margin-top: 35px;
}
section.grid-reverse-about blockquote {
  border-left: 3px solid #fb3640;
  color: #383838;
  font-size: 20px;
  padding: 10px 20px;
  display: block;
  line-height: 28px;
}
@media (max-width: 640px) {
  section.grid-reverse-about blockquote {
    font-size: 15px;
    line-height: 24px;
  }
}
section.grid-reverse-about blockquote p {
  padding: 0;
  margin: 0;
}
section.grid-reverse-about .row {
  padding: 15px 0;
}
@media (max-width: 991px) {
  section.grid-reverse-about .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  section.grid-reverse-about .row {
    padding: 40px 0;
    align-items: center;
  }
}
@media (min-width: 992px) {
  section.grid-reverse-about .row:nth-child(even) {
    flex-direction: row-reverse;
  }
}
section.grid-reverse-about .row h3 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 0;
}
@media (min-width: 992px) {
  section.grid-reverse-about .row h3 {
    margin-top: -5px;
  }
}
@media (max-width: 991px) {
  section.grid-reverse-about .row .image {
    margin-top: 30px;
  }
}
section.grid-reverse-about .row .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.grid-reverse-about .row .vstorm-btn {
  margin-top: 35px;
}
section.grid-reverse-team .row {
  padding: 15px 0;
}
@media (min-width: 992px) {
  section.grid-reverse-team .row {
    padding: 40px 0;
    align-items: center;
  }
}
@media (min-width: 992px) {
  section.grid-reverse-team .row:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
section.grid-reverse-team .row h3 {
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 0;
}
@media (min-width: 992px) {
  section.grid-reverse-team .row h3 {
    margin-top: 0px;
  }
}
section.grid-reverse-team .row .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.grid-reverse-team .row .vstorm-btn {
  margin-top: 35px;
}
@media (min-width: 992px) {
  section.grid-text-center h2 {
    max-width: 777px;
    margin: 0 auto;
  }
}
section.grid-text-center .desc {
  max-width: 863px;
  margin: 0 auto;
}
section.ctafw {
  padding: 3rem 0;
  background-color: #010D1C;
  position: relative;
}
@media (min-width: 992px) {
  section.ctafw {
    padding: 3rem 0;
  }
}
section.ctafw:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
section.ctafw .cta-content {
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 20px 0px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  section.ctafw .cta-content {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }
}
section.ctafw .cta-content h3 {
  margin: 0 0 30px;
  color: #fff;
}
@media (min-width: 992px) {
  section.ctafw .cta-content h3 {
    margin: 0;
  }
}
section.ctafw .cta-content .button-red {
  height: 32px;
  width: 180px;
}
@media (max-width: 992px) {
  section.ctafw .cta-content .button-red {
    margin: 0 auto;
  }
}
section.cta {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  section.cta {
    padding: 5rem 0;
  }
}
section.cta .cta-content {
  background-color: #010D1C;
  padding: 30px 32px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  section.cta .cta-content {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }
}
section.cta .cta-content h3 {
  margin: 0 0 30px;
  color: #fff;
}
@media (min-width: 992px) {
  section.cta .cta-content h3 {
    margin: 0;
  }
}
section.cta .cta-content .button-red {
  height: 32px;
  width: 180px;
}
@media (max-width: 992px) {
  section.cta .cta-content .button-red {
    margin: 0 auto;
  }
}
section.logo-left-text-content-right .single-logo {
  margin-bottom: 55px;
}
section.logo-left-text-content-right .single-logo img {
  height: auto;
  width: 80%;
  opacity: 0.33;
}
@media (max-width: 640px) {
  section.logo-left-text-content-right .single-logo img {
    width: 70px;
  }
}
@media (min-width: 992px) {
  section.logo-left-text-content-right .content {
    max-width: 502px;
  }
}
section.logo-left-text-content-right .content h2 {
  margin-top: 0;
}
section.icons-right.content-left h2,
section.icons-right.content-left h3 {
  margin-top: 0;
}
section.icons-right.content-left img.personImage {
  height: auto;
  max-width: 190px;
}
@media (min-width: 992px) {
  section.icons-right.content-left .content {
    max-width: 415px;
  }
}
section.icons-right.content-left .single {
  margin-bottom: 30px;
}
section.icons-right.content-left .single h3 {
  margin-bottom: 9px;
}
section.icons-right.content-left .single .icon img {
  height: 30px;
  width: auto;
  filter: invert(29%) sepia(36%) saturate(6039%) hue-rotate(341deg) brightness(108%) contrast(97%);
  margin-bottom: 22px;
}
section.grid-text-and-column-1-2 .grid-text-1-2__single a {
  display: block;
  min-height: 280px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.4s;
}
section.grid-text-and-column-1-2 .grid-text-1-2__single a:hover {
  background-size: 110% !important;
}
section.grid-text-and-column-1-2 .grid-text-1-2__single a:before {
  content: "";
  background: linear-gradient(360deg, #000000 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0;
}
section.grid-text-and-column-1-2 .grid-text-1-2__single a > * {
  position: relative;
}
section.grid-text-and-column-1-2 .grid-text-1-2__single a h3 {
  color: #fff;
  margin-bottom: 8px;
}
section.grid-text-and-column-1-2 .grid-text-1-2__single a p {
  color: #fff;
  margin: 0 0 8px 0;
  padding: 0;
}
section.grid-text-and-column-1-2 .grid-text-1-2__single a .vstorm-btn:hover {
  color: #FB3640;
}
section.faq .accordion .accordion-item {
  margin-bottom: 8px;
}
section.faq .accordion .accordion-item button[aria-expanded=true]:before {
  content: "-";
}
section.faq .accordion button {
  font-family: "Montserrat", sans-serif;
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  border: 1px solid #F5F5F5;
  font-weight: 600;
  padding: 15px 40px 15px 20px;
  transition: all 0.4s;
}

section.faq .accordion-item__heading {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 1;
}


section.faq .accordion button img.logotypeFaq {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}
section.faq .accordion button:before {
  content: "+";
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 21px;
}
section.faq .accordion button:hover, section.faq .accordion button:focus {
  cursor: pointer;
  color: #FB3640;
  background-color: #fff;
  border-color: #F5F5F5;
}
section.faq .accordion button:hover::after, section.faq .accordion button:focus::after {
  cursor: pointer;
  color: #FB3640;
  background-color: #fff;
  border-color: #F5F5F5;
}
section.faq .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
section.faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
section.faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
section.faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
section.faq .accordion button[aria-expanded=true] {
  color: #FB3640;
  background-color: #Fff;
  border-color: #F5F5F5;
}

section.faq .accordion button[aria-expanded=true] .accordion-item__heading {
  color: #FB3640;
}
section.faq .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
section.faq .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 30em;
  padding: 15px;
}
section.faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0px;
}

/* Icon Block Styles */
section.icon-block {
  padding: 60px 0;
}

section.icon-block .icon-block__left-column {
  position: relative;
}

section.icon-block .icon-block__sticky-content {
  position: sticky;
  top: 100px;
  transition: all 0.3s ease;
}

section.icon-block .icon-block-item {
  margin-bottom: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

section.icon-block .icon-block-item__content {
  padding: 30px 20px;
  border: 1px solid #F5F5F5;
  border-radius: 0;
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

section.icon-block .icon-block-item__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px 0;
  line-height: 1.2;
  padding: 0;
}

section.icon-block .icon-block-item__icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

section.icon-block .icon-block-item__icon img {
  max-width: 30px;
  max-height: 30px;
  width: auto;
  height: auto;
}

section.icon-block .icon-block-item__description {
  color: #666;
  line-height: 1.6;
  flex-grow: 1;
}

section.icon-block .icon-block-item__description p {
  margin-bottom: 10px;
}

section.icon-block .icon-block-item__description ul:last-child {
  margin-bottom: 0;
}

section.icon-block .icon-block-item__description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  section.icon-block .icon-block__sticky-content {
    position: static;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  section.icon-block {
    padding: 40px 0;
  }
  
  section.icon-block .icon-block-item {
    margin-bottom: 8px;
  }
  
  section.icon-block .icon-block-item__content {
    padding: 20px;
  }
  
  section.icon-block .icon-block-item__heading {
    font-size: 16px;
    margin: 0 0 10px 0;
    line-height: 1.2;
    padding: 0;
  }
  
  section.icon-block .icon-block-item__icon {
    margin-bottom: 20px;
  }
  
  section.icon-block .icon-block-item__description p {
    margin-bottom: 10px;
  }
}

/* Breadcrumbs Styles */
.vstorm-breadcrumbs {
  margin: 20px 0;
}

.vstorm-breadcrumbs .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #666;
}

.vstorm-breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.vstorm-breadcrumbs .breadcrumb-item:last-child {
  margin-right: 0;
}

.vstorm-breadcrumbs .breadcrumb-item:not(:last-child)::after {
  content: '';
  margin: 0;
}

.vstorm-breadcrumbs .breadcrumb-item a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.vstorm-breadcrumbs .breadcrumb-item a:hover {
  color: #FB3640;
  text-decoration: none;
}

.vstorm-breadcrumbs .breadcrumb-item.active {
  color: #333;
  font-weight: 500;
}

@media (max-width: 768px) {
  .vstorm-breadcrumbs {
    margin: 15px 0;
  }
  
  .vstorm-breadcrumbs .breadcrumb-list {
    font-size: 13px;
  }
  
  .vstorm-breadcrumbs .breadcrumb-item:not(:last-child)::after {
    margin: 0;
  }
}

/* Hero Video Background Styles */
section.hero-big.hero-video {
  position: relative;
  overflow: hidden;
}

section.hero-big .hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/* Ensure content appears above video overlay */
section.hero-big .container {
  position: relative;
  z-index: 2;
}

section.hero-big .hero-video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scaleX(-1);
}

/* Video overlay for darkening effect */
section.hero-big .hero-video-background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

@media (max-width: 768px) {
  section.hero-big .hero-video-background video {
    object-position: center center;
  }
}

section.team .row-team {
  margin-top: 74px;
}
@media (max-width: 758px) {
  section.team .row-team {
    margin-top: 2px;
  }
}
section.team .row-team .person {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.team .row-team .person h3 {
  font-size: 19px;
  margin: 18px 0 0;
}
section.team .row-team .person span {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 14px;
  padding: 2px 0 11px;
}
section.team .row-team .person img {
  width: 119px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
section.grid-with-career .row-career__single-content {
  display: grid;
  grid-template-columns: 5fr 3fr 2fr;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  text-align: left;
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  section.grid-with-career .row-career__single-content {
    grid-template-columns: none;
  }
}
section.grid-with-career .row-career__single-content .job-preview__col {
  font-family: "Montserrat", sans-serif;
}
section.grid-with-career .row-career__single-content .job-preview__col .button-red:hover {
  background-color: #000;
  color: #fff;
}
section.grid-with-career .row-career__single-content .job-preview__col h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}
section.grid-with-career .row-career__single-content .job-preview__col p {
  margin: 0;
  font-size: 14px;
  color: #000;
}
section.grid-with-career .row-career__single-content .job-preview__col .status {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 700;
  color: #cacaca;
}
@media (max-width: 991px) {
  section.grid-with-career .row-career__single-content .job-preview__col .status {
    margin: 10px 0 20px;
  }
}
section.grid-with-career .row-career__single-content .job-preview__col p strong {
  min-width: 39px;
  display: inline-block;
}
section.grid-with-career .row-career__single-content .job-preview__col .type {
  color: #000;
  font-size: 14px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  section.grid-with-career .row-career__single-content .job-preview__col .type {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
section.grid-with-career .row-career__single-content .job-preview__col .tags a {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: #F7F7FB;
  display: inline-block;
  padding: 1px 12px;
}
section.recruitment-process .title p {
  max-width: 863px;
  margin: 0 auto;
}
section.recruitment-process .steps {
  position: relative;
}
section.recruitment-process .steps:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(231, 231, 231) 0%);
}
section.recruitment-process .steps.percent25:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 25%, rgb(231, 231, 231) 25%);
}
section.recruitment-process .steps.percent66:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 66%, rgb(231, 231, 231) 66%);
}
section.recruitment-process .steps.percent33:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 33%, rgb(231, 231, 231) 33%);
}
section.recruitment-process .steps.percent25:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 25%, rgb(231, 231, 231) 25%);
}
section.recruitment-process .steps.percent50:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 50%, rgb(231, 231, 231) 50%);
}
section.recruitment-process .steps.percent75:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 75%, rgb(231, 231, 231) 75%);
}
section.recruitment-process .steps.percent100:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  top: 14px;
  z-index: -1;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 100%, rgb(231, 231, 231) 100%);
}
section.recruitment-process .steps .step {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e7e7e7;
  color: #e7e7e7;
  opacity: 1;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all 0.4s;
  background-color: #fff;
}
section.recruitment-process .steps .step:hover {
  transform: scale(1.25);
  opacity: 1;
  background-color: #000;
  color: #fff;
  border-color: #000;
}
section.recruitment-process .steps .step:hover img {
  filter: brightness(0) invert(1);
}
section.recruitment-process .steps .step img {
  width: 16px;
  height: auto;
  transition: all 0.4s;
}
section.recruitment-process .steps .step.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
  opacity: 1;
}
section.recruitment-process .steps .step.active img {
  filter: brightness(0) invert(1);
}
section.recruitment-process .descriptions .single {
  display: none;
}
section.recruitment-process .descriptions .single.active {
  display: block;
}

.blog .pagination .nav-links a,
.blog .pagination .nav-links span {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding: 0 16px;
}
.blog .pagination .nav-links a {
  color: #000;
}
.blog .pagination .nav-links span {
  color: #FB3640;
}
.blog .pagination a.prev.page-numbers,
.blog .pagination a.next.page-numbers {
  position: relative;
  top: 1px;
}

.glassdoor .opinion {
  margin-bottom: 40px;
}
.glassdoor .opinion .position {
  font-weight: 700;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.6);
}
.glassdoor .opinion .desc p {
  padding: 13px 20px 13px;
  border-left: 3px solid #fb3640;
  display: block;
  margin-top: 13px;
}

.clutch .opinion {
  margin-bottom: 40px;
}
.clutch .opinion .position {
  font-weight: 700;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.6);
}
.clutch .opinion .desc p {
  padding: 13px 20px 13px;
  border-left: 3px solid #fb3640;
  display: block;
  margin-top: 13px;
}
.clutch .logo img {
  height: 45px;
  width: auto;
}

body.single-career section.heading .row-back {
  margin-bottom: 30px;
}
body.single-career section.heading .row-back a {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
}
body.single-career section.heading .row-back a img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
body.single-career section.heading .tags a {
  background: #FFFFFF;
  border: 2px solid #F7F7FB;
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 3px 21px;
  font-size: 13px;
}
body.single-career .head-description {
  color: #000;
}
body.single-career .head-description .head-content ul {
  padding-left: 18px;
}
body.single-career .head-description .head-content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
body.single-career .head-description .head-content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 15px;
}
body.single-career .head-description .head-content .head-content__contact {
  border: 2px solid #F7F7FB;
  margin-top: 40px;
  padding: 20px;
}
body.single-career .head-description .head-content .head-content__contact .heading {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
}
body.single-career .head-description .head-content .head-content__contact .column {
  display: grid;
  grid-template-columns: 2fr 9fr 7fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 640px) {
  body.single-career .head-description .head-content .head-content__contact .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
body.single-career .head-description .head-content .head-content__contact .column .column-single img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
body.single-career .head-description .head-content .head-content__contact .column .column-single .name {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 640px) {
  body.single-career .head-description .head-content .head-content__contact .column .column-single .name {
    margin: 10px 0;
  }
}
body.single-career .head-description .head-description__boxes {
  background: #FFFFFF;
  border: 2px solid #F9F9FC;
  padding: 28px;
}
@media (min-width: 992px) {
  body.single-career .head-description .head-description__boxes {
    position: sticky;
    top: 90px;
  }
}
body.single-career .head-description .head-description__boxes strong {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 3px;
}
body.single-career .head-description .head-description__boxes .tags a {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: #F7F7FB;
  display: inline-block;
  padding: 1px 12px;
  margin-right: 7px;
  margin-bottom: 7px;
}
body.single-career .head-description .head-description__boxes .send-cv {
  margin-top: 20px;
}
body.single-career .head-description .head-description__boxes .info {
  display: block;
  font-size: 11px;
  line-height: 19px;
  margin-top: 21px;
}
body.single-career .benefits img {
  filter: invert(29%) sepia(36%) saturate(6039%) hue-rotate(341deg) brightness(108%) contrast(97%);
}

.benefits img {
  filter: invert(29%) sepia(36%) saturate(6039%) hue-rotate(341deg) brightness(108%) contrast(97%);
}

.head-content__contact-new {
  margin-top: 40px;
  padding: 20px;
}
@media (max-width: 640px) {
  .head-content__contact-new {
    padding: 0;
  }
}
.head-content__contact-new .heading {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
}
@media (max-width: 640px) {
  .head-content__contact-new .heading {
    font-size: 16px;
    line-height: 24px;
  }
}
.head-content__contact-new .columns {
  border: 2px solid #F7F7FB;
  padding: 20px;
}
.head-content__contact-new .column {
  display: grid;
  grid-template-columns: 2fr 9fr 7fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 640px) {
  .head-content__contact-new .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.head-content__contact-new .column .column-single img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.head-content__contact-new .column .column-single .name {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 640px) {
  .head-content__contact-new .column .column-single .name {
    margin: 10px 0;
  }
}

.single-casestudy .bar-long,
.single-post .bar-long {
  height: 3px;
  background-color: #fb3640;
  width: 0px;
  z-index: 1000;
  position: fixed;
  top: 60px;
  left: 0;
}
@media (max-width: 991px) {
  .single-casestudy .bar-long,
  .single-post .bar-long {
    top: 57px;
  }
}
.single-casestudy .row-back,
.single-post .row-back {
  margin-bottom: 30px;
}
.single-casestudy .row-back a,
.single-post .row-back a {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
}
.single-casestudy .row-back a img,
.single-post .row-back a img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.single-casestudy .newsletterPost,
.single-post .newsletterPost, 
.single-glossary .newsletterPost  {
  border: 2px solid #F9F9FC;
  padding: 18px 18px 18px 18px;
  margin-top: 10px;
}
.single-casestudy .newsletterPost span.title,
.single-post .newsletterPost span.title,
.single-glossary .newsletterPost span.title{
  font-weight: 700;
  font-size: 19px;
  color: #000;
  display: block;
  margin-bottom: 10px;
}
.single-casestudy .newsletterPost span.title strong,
.single-post .newsletterPost span.title strong,
.single-glossary .newsletterPost span.title strong{
  color: #fb3741;
}
@media (min-width: 992px) {
  .single-casestudy .fixed,
  .single-post .fixed {
    position: sticky;
    top: 90px;
  }
}
.single-casestudy .info-author,
.single-post .info-author {
  background: #FFFFFF;
  border: 2px solid #F9F9FC;
  padding: 18px 18px 18px 18px;
}
.single-casestudy .info-author .share-post strong,
.single-post .info-author .share-post strong {
  margin-bottom: 30px;
  color: #000;
}
.single-casestudy .info-author .share-post .eapps-social-share-buttons-location-inline.eapps-social-share-buttons-position-left,
.single-post .info-author .share-post .eapps-social-share-buttons-location-inline.eapps-social-share-buttons-position-left {
  position: relative;
  left: -7px;
}
.single-casestudy .info-author .author-content,
.single-post .info-author .author-content {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 0fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
}
.single-casestudy .info-author .author-content strong,
.single-post .info-author .author-content strong {
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.single-casestudy .info-author .author-content .image img,
.single-post .info-author .author-content .image img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-casestudy .info-author .cat span,
.single-casestudy .info-author .cat a,
.single-post .info-author .cat span,
.single-post .info-author .cat a {
  color: #000;
  font-size: 13px;
  margin-right: 8px;
}
.single-casestudy .info-author .cat strong,
.single-post .info-author .cat strong {
  color: #000;
  font-family: "Montserrat", sans-serif;
}
.single-casestudy .head-content blockquote,
.single-post .head-content blockquote {
  border-left: 3px solid #fb3640;
  color: #383838;
  font-size: 20px;
  padding: 10px 20px;
  display: block;
  line-height: 28px;
}
@media (max-width: 640px) {
  .single-casestudy .head-content blockquote,
  .single-post .head-content blockquote {
    font-size: 15px;
    line-height: 24px;
  }
}
.single-casestudy .head-content blockquote p,
.single-post .head-content blockquote p {
  padding: 0;
  margin: 0;
}
.single-casestudy .head-content ul,
.single-post .head-content ul {
  padding-left: 18px;
}
.single-casestudy .head-content ul li,
.single-post .head-content ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}
.single-casestudy .head-content ul li:before,
.single-post .head-content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -18px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 15px;
}
.single-casestudy .head-content a,
.single-post .head-content a {
  color: #000;
}
.single-casestudy .head-content .thumbnails,
.single-post .head-content .thumbnails {
  margin-bottom: 30px;
}
.single-casestudy .head-content .thumbnails img,
.single-post .head-content .thumbnails img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .single-casestudy .head-content .thumbnails img,
  .single-post .head-content .thumbnails img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.single-casestudy .head-content .table-of-content strong,
.single-post .head-content .table-of-content strong {
  color: #000;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 25px;
}
.single-casestudy .head-content .table-of-content ol li a,
.single-post .head-content .table-of-content ol li a {
  color: #000;
  opacity: 0.5;
  transition: all 0.4s;
}
.single-casestudy .head-content .table-of-content ol li a:hover,
.single-post .head-content .table-of-content ol li a:hover {
  opacity: 1;
}
.single-casestudy .section-end-post,
.single-post .section-end-post {
  padding-top: 0;
}
.single-casestudy .section-end-post .content,
.single-post .section-end-post .content {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.single-casestudy .section-end-post .share-post strong,
.single-post .section-end-post .share-post strong {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
.single-casestudy .section-end-post .mdp-liker-buttons button,
.single-post .section-end-post .mdp-liker-buttons button {
  padding: 8px 15px;
  border-radius: 100px !important;
}
.single-casestudy .section-end-post .mdp-liker-buttons,
.single-post .section-end-post .mdp-liker-buttons {
  margin-top: 28px;
}
.single-casestudy .section-end-post .mdp-liker-description h4,
.single-post .section-end-post .mdp-liker-description h4 {
  font-size: 24px;
}
.single-casestudy .section-end-post .liker,
.single-post .section-end-post .liker {
  margin-top: 50px;
}

.page-template-only-content .head-content a {
  color: #000;
}
.page-template-only-content .sidebar-content {
  background: #FFFFFF;
  border: 2px solid #F9F9FC;
  padding: 28px;
}
@media (min-width: 992px) {
  .page-template-only-content .sidebar-content {
    position: sticky;
    top: 90px;
  }
}
.page-template-only-content .sidebar-content ul {
  padding: 0;
  margin: 0;
}
.page-template-only-content .sidebar-content ul li {
  list-style-type: none;
}
.page-template-only-content .sidebar-content ul li a {
  color: #000;
  opacity: 0.5;
  transition: all 0.4s;
}
.page-template-only-content .sidebar-content ul li a:hover {
  opacity: 1;
}

body.single-formsrecruitment .row-back {
  margin-bottom: 30px;
}
body.single-formsrecruitment .row-back a {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-weight: 600;
}
body.single-formsrecruitment .row-back a img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
body.single-formsrecruitment .single-logo {
  margin-bottom: 55px;
}
body.single-formsrecruitment .single-logo img {
  height: auto;
  width: 80%;
  opacity: 0.33;
}
@media (min-width: 992px) {
  body.single-formsrecruitment .company-info .row {
    position: sticky;
    top: 120px;
  }
}
body.single-formsrecruitment .form iframe {
  min-height: 2050px;
}

.content-with-form h3 {
  margin-top: 0;
  line-height: 1.4;
}
.content-with-form h3 strong {
  color: #FB3640;
}
.content-with-form .content-with-formContent {
  border: 2px solid #F7F7FB;
  padding: 20px 20px 4px;
  position: relative;
}
.content-with-form .content-with-formContent img {
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
  border: 1px solid #b7b7b7;
  position: absolute;
  top: 16px;
  right: 20px;
}
@media (min-width: 992px) {
  .content-with-form .content-with-formContent img {
    width: 65px;
    height: 65px;
  }
}
.content-with-form .content-with-formContent .name {
  font-size: 19px;
  font-weight: 700;
  color: #000;
  display: block;
}
.content-with-form .content-with-formContent .position {
  display: block;
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 30px;
}

.page-template-contact .form form span.wpcf7-not-valid-tip {
  font-size: 13px;
}
.page-template-contact .form form .input,
.page-template-contact .form form .text {
  margin-bottom: 20px;
}
.page-template-contact .form form .input input,
.page-template-contact .form form .text input {
  height: 50px;
}
.page-template-contact .form form .input input,
.page-template-contact .form form .input textarea,
.page-template-contact .form form .text input,
.page-template-contact .form form .text textarea {
  border: 2px solid #F5F5F5;
  border-radius: 0;
}
.page-template-contact .form form .text textarea {
  resize: none;
  height: 150px;
}
.page-template-contact .form form .checkboxes > strong {
  display: block;
  margin-bottom: -10px;
}
.page-template-contact .form form .checkboxes span.wpcf7-form-control.wpcf7-checkbox.form-control {
  display: flex;
  flex-direction: column;
  height: auto;
  border: 0;
  padding: 0;
  margin: 0;
}
.page-template-contact .form form .checkboxes span.wpcf7-form-control.wpcf7-checkbox.form-control span.wpcf7-list-item {
  margin: 0 0 5px 0;
}
.page-template-contact .form form .send .send-btn {
  margin-top: 20px;
}
.page-template-contact .form form .send .send-btn input {
  background: #000;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.team-crew .person {
  cursor: pointer;
  transition: all 0.5s;
}
.team-crew .person:hover .image .popContent {
  opacity: 1;
}
.team-crew .person .image {
  position: relative;
}
.team-crew .person .image img {
  height: 40vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (min-width: 992px) {
  .team-crew .person .image img {
    height: 340px;
  }
}
.team-crew .person .image .popContent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  font-size: 12px;
  padding: 15px;
  transition: all 0.6s;
  opacity: 0;
  line-height: 18px;
}
.team-crew .person .image .popContent a {
  color: #000;
  text-decoration: none;
}
.team-crew .person .name {
  font-weight: 600;
  margin: 10px 0 5px;
  color: #000;
}
.team-crew .person .popContentMobile {
  color: #000;
  font-size: 11px;
  line-height: 17px;
}

#newsletter-person .newsletterContent {
  display: flex;
  max-width: 900px;
  gap: 40px;
  margin: 0 auto;
  align-items: flex-end;
}
@media (min-width: 768px) {
  #newsletter-person .newsletterContent .left {
    width: calc(100% - 130px);
  }
}
#newsletter-person .newsletterContent .left h2 span {
  color: #FB3640;
}
@media (min-width: 1199px) {
  #newsletter-person .newsletterContent .left p {
    font-size: 19px;
  }
}
#newsletter-person .newsletterContent .left p strong {
  color: #000;
  font-weight: 600;
}
#newsletter-person .newsletterContent .right img {
  width: 650px;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#newsletter-person .newsletterContent .right h4 {
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 10px;
}
#newsletter-person .newsletterContent .right a {
  color: #fb3741;
}
#newsletter-person .actions {
  text-align: left !important;
}

footer {
  background: #010D1C;
  padding: 50px 0 23px;
}
footer .single-footer strong {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-bottom: 30px;
}
footer .single-footer ul {
  padding: 0;
  margin: 0;
}
footer .single-footer ul li {
  margin-bottom: 5px;
  list-style-type: none;
}
footer .single-footer ul li a {
  font-size: 12px;
  line-height: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
}
footer .single-footer__social ul li a img {
  width: 14px;
  height: auto;
  margin-right: 10px;
  opacity: 0.5;
  position: relative;
  top: -1px;
}
footer .row-last .line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 18px;
  margin-top: 34px;
}
footer .row-last a img {
  width: 90px;
  height: auto;
  filter: brightness(0) invert(1);
}
footer .row-last .copy {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.single-ebook #we-stand-with-ukraine,
.single-ebook header, .single-ebook footer {
  display: none;
}
.single-ebook .showAll {
  transition: all 0.8s;
  transform: translateX(0);
}
.single-ebook .allChapters {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 420px;
  width: 100%;
  overflow-y: scroll;
  padding: 25px 35px 25px 55px;
  transform: translateX(-200%);
  transition: all 0.5s;
  background-color: #fff;
}
.single-ebook .allChapters h5 {
  transition: all 0.4s;
  opacity: 0.5;
  cursor: pointer;
}
.single-ebook .allChapters h5.active, .single-ebook .allChapters h5:hover {
  opacity: 1;
  color: #FB3640;
}
.single-ebook .showElem {
  transform: translateX(0%);
}
.single-ebook .hideElem {
  transform: translateX(-200%) !important;
}
.single-ebook .single-ebook-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.single-ebook .single-ebook-content__nav {
  max-width: 420px;
  width: 100%;
  border-right: 1px solid #f5f5f5;
  padding: 25px 35px 25px 55px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .single-ebook .single-ebook-content__nav {
    background-color: #fff;
    left: 0;
    right: 0;
    max-width: 100%;
    bottom: unset;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px 0px;
    align-items: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
}
.single-ebook .single-ebook-content__nav .single-chapter {
  transition: all 0.8s;
  transform: translateX(0);
}
.single-ebook .single-ebook-content__nav .site-branding {
  position: absolute;
  bottom: 30px;
  transition: all 0.8s;
  transform: translateX(0);
}
.single-ebook .single-ebook-content__nav .site-branding img {
  width: 100px;
}
.single-ebook .single-ebook-content__nav .arrows {
  display: flex;
  gap: 9px;
  margin-bottom: 20px;
  transition: all 0.8s;
  transform: translateX(0);
}
@media (max-width: 991px) {
  .single-ebook .single-ebook-content__nav .arrows {
    transform: translate(0) !important;
  }
}
.single-ebook .single-ebook-content__nav .arrows .prev.disabled, .single-ebook .single-ebook-content__nav .arrows .next.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.single-ebook .single-ebook-content__nav .arrows .prev svg, .single-ebook .single-ebook-content__nav .arrows .next svg {
  max-width: 16px;
  height: auto;
  opacity: 0.6;
  cursor: pointer;
}
.single-ebook .single-ebook-content__nav .single-chapter__name > strong {
  font-size: 20px;
  display: block;
  margin: 10px 0 40px;
}
.single-ebook .single-ebook-content__nav .single-chapter__name span.number-chapter {
  color: #FB3640;
  font-weight: 600;
  font-size: 18px;
}
.single-ebook .single-ebook-content__nav .single-chapter__name .single-chapter-sub {
  margin-bottom: 10px;
}
.single-ebook .single-ebook-content__nav .single-chapter__name .single-chapter-sub .single-chapter-sub-name {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.4s;
  color: #000;
}
.single-ebook .single-ebook-content__nav .single-chapter__name .single-chapter-sub .single-chapter-sub-name.active, .single-ebook .single-ebook-content__nav .single-chapter__name .single-chapter-sub .single-chapter-sub-name:hover {
  color: #FB3640;
  opacity: 1;
}
.single-ebook .single-ebook-content__text {
  width: calc(100% - 450px);
  margin-left: 460px;
  padding-top: 70px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .single-ebook .single-ebook-content__text {
    margin-left: 0;
    width: 100%;
    padding-left: 30px;
    padding-top: 80px;
  }
}
.single-ebook .single-ebook-content__text-heading {
  max-width: 920px;
  margin: 0 auto;
}
.single-ebook .single-ebook-content__text-heading .number-chapter-text {
  font-size: 20px;
  color: #FB3640;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .single-ebook .single-ebook-content__text-heading .number-chapter-text {
    font-size: 30px;
  }
}
.single-ebook .single-ebook-content__text-heading .single-ebook-content__text-content .single-content {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .single-ebook .single-ebook-content__text-heading .single-ebook-content__text-content .single-content {
    margin-bottom: 70px;
  }
}
.single-ebook .single-ebook-content__text-heading .single-ebook-content__text-content .single-content:last-child {
  margin-bottom: 0;
}
.single-ebook .single-ebook-content__text-heading .single-ebook-content__text-content .single-content a {
  color: #FB3640;
}
.single-ebook .single-ebook-content__text-heading .single-ebook-content__text-content .single-content h3.heading:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #FB3640;
  margin-top: 11px;
}
.single-ebook .single-ebook-content__text-heading .single-ebook-content__text-content .single-content table td {
  border: 1px solid silver;
  padding: 10px;
}

.navBottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.navBottom .prev {
  text-align: right;
}

.navBottom .prev, .navBottom .next {
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.3;
  cursor: pointer;
}

.navBottom .prev span, .navBottom .next span {
  font-size: 16px;
  opacity: 0.3;
  font-weight: 900;
}

.navBottom h5 {
  font-size: 20px;
  line-height: 1.4;
  margin: 0;
  transition: all 0.4s;
}

.navBottom .prev:hover h5, .navBottom .next:hover h5 {
  color: #fb3741;
}

body.single-person h1 {
  display: inline-block;
}
body.single-person .social span {
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
body.single-person .social ul li {
  margin-right: 10px;
}
body.single-person .social ul li a {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.single-person .social ul li a img {
  filter: brightness(0);
  height: 15px;
  width: auto;
}
body.single-person .newsletter h2 span {
  color: #FB3640;
}
body.single-person .post-by-autor h2 {
  font-size: 30px;
}
body.single-person .post-by-autor h2 span {
  color: #FB3640;
}
body.single-person .post-by-autor .single-art {
  margin-bottom: 50px;
}
@media (min-width: 1199px) {
  body.single-person .post-by-autor .single-art {
    margin-bottom: 0;
  }
}
body.single-person .post-by-autor .single-art a {
  display: block;
  overflow: hidden;
}
body.single-person .post-by-autor .single-art a:hover .thumbnails img {
  transform: scale(1.1);
}
body.single-person .post-by-autor .single-art a .thumbnails {
  overflow: hidden;
}
body.single-person .post-by-autor .single-art a .thumbnails img {
  filter: drop-shadow(1px 2px 14px rgba(0, 0, 0, 0.08));
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  transition: all 0.4s;
}
@media (min-width: 768px) {
  body.single-person .post-by-autor .single-art a .thumbnails img {
    height: 250px;
  }
}
@media (min-width: 1199px) {
  body.single-person .post-by-autor .single-art a .thumbnails img {
    height: 166px;
  }
}
body.single-person .post-by-autor .single-art a .tags {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0 6px;
}
body.single-person .post-by-autor .single-art a .tags span {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #CACACA;
  display: block;
  margin-bottom: 4px;
  margin-right: 5px;
}
body.single-person .post-by-autor .single-art a .title {
  font-size: 16px;
  line-height: 19.5px;
  margin-top: 0;
}
body.single-person .descBelow a {
  color: #FB3640;
}

.page-id-45 .hire-us-button,
body.blog .hire-us-button,
body.category .hire-us-button,
body.single-post .hire-us-button {
  display: none !important;
}
.page-id-45 .join-us-button,
body.blog .join-us-button,
body.category .join-us-button,
body.single-post .join-us-button {
  display: block !important;
}

.head-content__contact-center {
  border: 2px solid #F7F7FB;
  margin-top: 40px;
  padding: 20px;
  margin: 0 auto;
}
.head-content__contact-center:not(.container) {
  max-width: 580px;
}
.head-content__contact-center .heading {
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
}
.head-content__contact-center.container .column {
  grid-template-columns: 2fr 21fr 5fr;
}
.head-content__contact-center .column {
  display: grid;
  grid-template-columns: 2fr 9fr 7fr;
  -moz-column-gap: 12px;
       column-gap: 12px;
  align-items: center;
  margin-top: 18px;
}
@media (max-width: 640px) {
  .head-content__contact-center .column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.head-content__contact-center .column .column-single img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.head-content__contact-center .column .column-single .name {
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 640px) {
  .head-content__contact-center .column .column-single .name {
    margin: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */

.ebook-section__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.simple-heading {
  padding-bottom: 0;
}

.hero-big__video {
  height: 600px;
}

.read-more-block__content-expanded {
  display: none;
}

.read-more-block__content-expanded--active {
  display: block;
}

.read-more-block__content-short p::after {
  content: "...";
  display: inline-block;
  margin-left: 5px;
}

.hero-big__text-above {
  display: flex;
  gap: 24px;
  margin-top: 20px;
}

@media (max-width: 640px) {
  .hero-big__text-above {
    flex-direction: column;
    gap: 0;
  }
}


/* CTA w/o photo - larger heading, smaller button */
.cta-global__heading {
    font-size: 24px !important;
    margin-bottom: 30px;
    padding: 0;
    margin-top: 0;
}
.cta-global__content {
  font-size: 19px;
}

.cta-global__button button {
  font-size: 16px;
  font-weight: 300;
}

.cta-global__btn button{
    font-size: 16px !important;
}


.cta-global .cta-global__button .btn-primary,
.cta-global .cta-global__button .btn-primary:visited {
    font-size: 16px !important;
}

.single-glossary .cta-global__btn,
.single-post .cta-global__btn,
.cta-global .cta-global__btn,
.cta-global__button .cta-global__btn {
    font-size: 16px !important;
}

/* Unified styles for Published and Last updated in single-glossary */
.glossary__date,
.single-glossary__last-updated {
    margin: 16px 0;
    font-size: 14px;
    color: #888;
    text-align: left;
}

.glossary__date .date {
    font-weight: 500;
}

/* Tabs Left/Right component (moved from inline) */
.tabs-left-right__nav-item {
    cursor: pointer;
    padding: 12px 0;
    font-weight: 600;
    transition: color 0.2s ease;
}

.tabs-left-right__nav-item.active {
    color: #FB3640; /* same red as vstorm-btn */
}

.tabs-left-right__content-item {
    border: 1px solid #F5F5F5;
    background-color: #Fff;
    padding: 20px;
    margin-bottom: 20px;
}

/* ── Twoje bazowe reguły (bez zmian) ────────────────────────── */
header#hamburger .row .navbar-nav li.black-button a {
  background:#000;
  color:#fff !important;
  transition:background .4s;
}
header#hamburger .row .navbar-nav li.black-button:hover a,
header#hamburger .row .navbar-nav li.black-button:focus-within a {
  background:#FB3640;
}

/* ── Glow + Scale co 15 s ───────────────────────────────────── */
header#hamburger .row .navbar-nav li.black-button.pulse-glow-scale a {
  /* oba efekty naraz */
  animation:
      cycleScale 15s ease-in-out infinite,
      cycleGlow  15s linear      infinite;
  position:relative;                 /* kotwica dla ::after */
}

/* czerwony pierścień pod spodem */
header#hamburger .row .navbar-nav li.black-button.pulse-glow-scale a::after {
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:0 0 0 0 rgba(251,54,64,.45);
  animation:cycleGlow 15s linear infinite; /* identyczne timingi */
  z-index:-1;                              /* pod przyciskiem */
}

/* —— keyframes —— */

/* ❶ SKALOWANIE ― aktywne 0–5 % (≈ 0,75 s) */
@keyframes cycleScale {
  0%   { transform:scale(1); }
  2.5% { transform:scale(1.15); }   /* ok. 0,375 s */
  5%   { transform:scale(1); }
  100% { transform:scale(1); }
}

/* ❷ GLOW ― aktywne 0–9 % (≈ 1,35 s) */
@keyframes cycleGlow {
  0%  { box-shadow:0 0 0 0   rgba(251,54,64,.45); }
  6%  { box-shadow:0 0 0 12px rgba(251,54,64,0);  }
  9%  { box-shadow:0 0 0 0   rgba(251,54,64,0);   }
  100%{ box-shadow:0 0 0 0   rgba(251,54,64,0);   }
}
/* ==== Animated button attention every 15s ==== */
@keyframes btnPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(251, 54, 64, 0);
    background-color: transparent; /* default */
  }
  1% {
    transform: scale(1.05);
    box-shadow: 0 0 0 0 rgba(251, 54, 64, 0.6);
    background-color: #FB3640; /* turn red */
  }
  3% {
    transform: scale(1.05);
    box-shadow: 0 0 12px 4px rgba(251, 54, 64, 0.6);
    background-color: #FB3640;
  }
  6% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(251, 54, 64, 0);
    background-color: #000;
  }
  100% {
    transform: scale(1);
  }
}

@keyframes rippleTimed {
  0%, 5% {
    transform: scale(0);
    opacity: 0;
  }
  6% {
    transform: scale(0);
    opacity: 0.8;
  }
  12% {
    transform: scale(2.5);
    opacity: 0;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

.animated-button a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background-color: transparent; /* ensure transparent by default */
  animation: btnPulse 15s ease-in-out infinite;
  transition: transform 0.3s ease;
}

.animated-button a:hover {
  transform: scale(1.03);
}

.animated-button a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: rgba(251, 54, 64, 0.35);
  pointer-events: none;
  animation: rippleTimed 15s ease-out infinite;
}
