@font-face {
  font-family: "Apercu-Pro";
  src: url("../fonts/ApercuPro/ApercuPro-Bold.otf") format("opentype");
  font-weight: bold;
}
@font-face {
  font-family: "Apercu-Pro";
  src: url("../fonts/ApercuPro/ApercuPro-Regular.otf") format("opentype");
  font-weight: normal;
}
body {
  font-family: "Apercu-Pro";
  color: #1E1E1E;
  font-size: 16px;
  line-height: 18px;
}

img {
  width: 100%;
}

video {
  width: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #1E1E1E;
}

a:hover {
  color: #1E1E1E;
  text-underline-offset: 3px;
}

.action-down {
  cursor: pointer;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.bounce img {
  width: 25px;
}

.bg-header {
  background-color: #1E1E1E;
}

.lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-decoration-underline {
  text-decoration: underline;
}

.email:hover {
  font-style: italic;
}

.italic {
  font-style: italic;
}

.no-copy {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.container-custom {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

body.home .navigation .wrap-navigation .navigation-left .logo .logo-black, body.service .navigation .wrap-navigation .navigation-left .logo .logo-black, body.single .navigation .wrap-navigation .navigation-left .logo .logo-black, body.jobs .navigation .wrap-navigation .navigation-left .logo .logo-black {
  display: none;
}
body.home .navigation .wrap-navigation .navigation-left .logo .logo-white, body.service .navigation .wrap-navigation .navigation-left .logo .logo-white, body.single .navigation .wrap-navigation .navigation-left .logo .logo-white, body.jobs .navigation .wrap-navigation .navigation-left .logo .logo-white {
  display: block;
}
body.home .navigation .wrap-navigation .navigation-right .navigation-list li a, body.service .navigation .wrap-navigation .navigation-right .navigation-list li a, body.single .navigation .wrap-navigation .navigation-right .navigation-list li a, body.jobs .navigation .wrap-navigation .navigation-right .navigation-list li a {
  color: #FFF;
}
body.home .navigation.bg-header, body.service .navigation.bg-header, body.single .navigation.bg-header, body.jobs .navigation.bg-header {
  background-color: #1E1E1E;
}

.navigation {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  padding: 40px 0;
}
.navigation .wrap-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.navigation .navigation-left .logo {
  width: 200px;
}
.navigation .navigation-left .logo .logo-black {
  display: block;
}
.navigation .navigation-left .logo .logo-white {
  display: none;
}
.navigation .navigation-right .navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.navigation .navigation-right .navigation-list li {
  margin: 0 25px;
}
.navigation .navigation-right .navigation-list li a {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 18px;
}
.navigation .navigation-right .navigation-list li:first-child {
  margin-left: 0;
}
.navigation .navigation-right .navigation-list li:last-child {
  margin-right: 0;
}

.navigation.bg-header {
  background-color: #FFF;
}

.hidden {
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header-mobile {
  display: none;
}

.hero-startpage {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.hero-startpage .video-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero-startpage .hero-startpage-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.hero-startpage .hero-startpage-content h1 {
  font-size: 80px;
  line-height: 80px;
  color: #FFF;
  font-weight: bold;
  margin: 0;
}
.hero-startpage .hero-startpage-content h1 p {
  margin: 0;
}
.hero-startpage .hero-startpage-content .short-description {
  color: #FFF;
  margin-top: 20px;
  font-size: 22px;
}
.hero-startpage .hero-startpage-bottom {
  position: absolute;
  left: 49%;
  bottom: 70px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.popup-cookie {
  background: #1E1E1E;
  padding: 20px 0;
  position: fixed;
  bottom: -100%;
  width: 100%;
  z-index: 12;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
.popup-cookie.visible {
  bottom: 0;
}
.popup-cookie .popup-cookie-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-cookie .popup-cookie-body p {
  color: #FFF;
  margin: 0;
}
.popup-cookie .popup-cookie-body br {
  display: none;
}
.popup-cookie .popup-cookie-body a {
  color: #FFF;
}
.popup-cookie .popup-cookie-body .accept-cookie {
  cursor: pointer;
}
.popup-cookie .popup-cookie-body .accept-cookie:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.our-work {
  margin-top: 120px;
}
.our-work .our-work-title {
  text-transform: uppercase;
  color: #757575;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
.our-work .our-work-content {
  margin-top: 50px;
}
.our-work .our-work-content .our-work-item-img .image-post {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: transparent;
}
.our-work .our-work-content .our-work-item-img .image-post img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-work .our-work-content .our-work-item-img .image-post h3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  color: #1E1E1E;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0;
}
.our-work .our-work-content .our-work-item-img .image-post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay-color, transparent);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.our-work .our-work-content .our-work-item-img .image-post:hover::after {
  opacity: 1;
}
.our-work .our-work-content .our-work-item-img .image-post:hover h3 {
  opacity: 1;
}
.our-work .our-work-content .our-work-item-body-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 20px;
}
.our-work .our-work-content .our-work-item-body-category span {
  display: block;
  text-transform: uppercase;
  color: #757575;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
}
.our-work .our-work-content .our-work-item-body-title {
  margin: 15px 0 0 0;
  color: #1E1E1E;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.our-work .our-work-content .our-work-item-body-description {
  margin: 10px 0 0 0;
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
}
.our-work .our-work-content .our-work-item-body-description p {
  margin: 0;
}
.our-work .our-work-content .image-small {
  max-width: 310px;
}
.our-work .our-work-content .work-medium {
  max-width: 510px;
}
.our-work .our-work-content-title {
  margin-top: 160px;
}
.our-work .our-work-content-title h3 {
  color: #1E1E1E;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.our-work .our-work-content .title-medium {
  margin-top: 80px;
}
.our-work .our-work-content-single {
  margin-top: 170px;
  max-width: 740px;
}
.our-work .our-work-content .work-small_work-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.our-work .our-work-content .work-small_work-large .work-small {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.our-work .our-work-content .work-small_work-large .work-large {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.our-work .our-work-content .work-medium_work-large {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.our-work .our-work-content .work-medium_work-large .work-large {
  max-width: 670px;
}
.our-work .our-work-bottom {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.our-work .our-work-bottom .swiper-button-next, .our-work .our-work-bottom .swiper-button-prev {
  color: transparent;
  width: unset;
  z-index: 9;
}
.our-work .our-work-bottom .swiper-button-next:after, .our-work .our-work-bottom .swiper-button-prev:after {
  content: none;
}
.our-work .our-work-bottom .swiper-button-next svg, .our-work .our-work-bottom .swiper-button-prev svg {
  width: 25px;
  height: 25px;
}
.our-work .our-work-swiper .swiper-slide {
  height: auto;
  max-height: 100%;
}

.our-work-home .our-work-content .our-work-item, .our-work-category .our-work-content .our-work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.what-we-do {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 160px;
}
.what-we-do-title {
  text-transform: uppercase;
  color: #757575;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0 15px;
}
.what-we-do-content {
  margin-top: 40px;
}
.what-we-do-content-top {
  margin-top: 160px;
}
.what-we-do-content-top .image-small {
  max-width: 310px;
  padding: 0 15px;
}
.what-we-do-content-top .image-big {
  max-width: 880px;
}
.what-we-do-content-top .image {
  max-width: 740px;
}
.what-we-do-content-images {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.what-we-do-content-bottom {
  margin-top: 160px;
  padding: 0 15px;
}
.what-we-do-content-bottom h3 {
  font-size: 80px;
  line-height: 80px;
  color: #1E1E1E;
  font-weight: bold;
  margin: 0;
}
.what-we-do-content-bottom .heading-left {
  max-width: 850px;
}
.what-we-do-content-bottom-body-left {
  margin-left: 335px;
}
.what-we-do-content-bottom-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.what-we-do-content-bottom-body p {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
}
.what-we-do-content-bottom-body .text-cs-left {
  text-align: left;
  margin-top: 40px;
}
.what-we-do-content-bottom-body a {
  margin-top: 20px;
  color: #757575;
}
.what-we-do-content-bottom-body a svg {
  margin-left: 20px;
}
.what-we-do-content-bottom-body a:hover {
  color: var(--overlay-color, transparent);
  text-decoration: none;
}
.what-we-do-content-bottom-body .what-we-do-link-right {
  margin-right: 25px;
  text-align: right;
}
.what-we-do-content .heading-center {
  max-width: 832px;
  margin: 0 auto;
  margin-top: 160px;
}
.what-we-do-content .heading-center .what-we-do-content-bottom-body p {
  margin-top: 40px;
}

.our-services {
  margin-top: 160px;
}
.our-services-heading {
  text-transform: uppercase;
  color: #757575;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
.our-services-content {
  margin-top: 40px;
}
.our-services-content-title h3 {
  color: #1E1E1E;
  font-size: 110px;
  line-height: 100px;
  font-weight: bold;
  margin: 0;
  margin-top: 40px;
  cursor: pointer;
}
.our-services-content-title h3:hover {
  font-style: italic;
}
.our-services-content-description {
  display: none;
}
.our-services-content-description p {
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
  margin: 0;
}
.our-services-content-description .our-services-link {
  margin-top: 20px;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.our-services-content-description .our-services-link:hover {
  text-decoration: none;
  color: var(--overlay-color, transparent);
}
.our-services-content-description .our-services-link svg {
  margin-left: 20px;
}
.our-services .item-0 h3 {
  margin-top: 0;
}

body.contact {
  margin-top: 0;
}

.contact {
  margin-top: 160px;
}
.contact-heading {
  text-transform: uppercase;
  color: #757575;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
.contact-title {
  text-align: center;
  margin-top: 150px;
}
.contact-title h3 {
  color: #1E1E1E;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  margin: 0;
}
.contact-title-link {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #757575;
}
.contact-title-link svg {
  margin-left: 20px;
}
.contact-title-link:hover {
  color: var(--overlay-color, transparent);
  text-decoration: none;
}
.contact-content {
  margin-top: 30px;
}
.contact-content-item-title {
  color: #1E1E1E;
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  margin: 0;
}
.contact-content-item-description {
  margin-top: 15px;
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
}
.contact-content-item-description p {
  margin: 0;
}
.contact-body .contact-content-item-description {
  margin-top: 20px;
}

.contact-home {
  margin-top: 300px;
}

.imprint {
  margin-top: 200px;
}
.imprint-content-title {
  text-transform: uppercase;
  color: #757575;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
.imprint-content-description {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
}
.imprint-content-description p {
  margin: 0;
}

.privacy-policy {
  margin-top: 140px;
}
.privacy-policy-content-title {
  text-transform: uppercase;
  color: #757575;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin: 0;
}
.privacy-policy-content-description {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
}
.privacy-policy-content-description p {
  margin: 0;
}

.work-with-us {
  margin-top: 160px;
}
.work-with-us-content {
  max-width: 800px;
}
.work-with-us-content-body {
  margin-top: 80px;
}
.work-with-us-content-body-title {
  font-size: 24px;
  line-height: 30px;
  color: #757575;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.work-with-us-content-body-description {
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
  margin: 0;
}
.work-with-us-content-body:first-child {
  margin-top: 0;
}
.work-with-us-content-bottom {
  margin-top: 80px;
}
.work-with-us-content-bottom-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #757575;
  margin: 0;
}
.work-with-us-content-bottom-description {
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
  margin: 0;
}
.work-with-us-link {
  margin-top: 20px;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.work-with-us-link:hover {
  text-decoration: none;
  color: var(--overlay-color, transparent);
}
.work-with-us-link svg {
  margin-left: 20px;
}

.title-startpage {
  position: relative;
  width: 100%;
  height: 625px;
  overflow: hidden;
}
.title-startpage-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}
.title-startpage-content h1 {
  font-size: 80px;
  line-height: 80px;
  color: #1E1E1E;
  font-weight: bold;
  margin: 0;
}

.category-filter {
  margin-top: 160px;
}
.category-filter .filter {
  color: #757575;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.category-filter .categories-content {
  border-top: 1px solid #757575;
  margin-top: 15px;
}
.category-filter .categories-content .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  margin-top: 20px;
}
.category-filter .categories-content .categories li a {
  color: #1E1E1E;
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 5px;
}
.category-filter .categories-content .categories li a:first-child {
  margin-left: 0;
}
.category-filter .categories-content .categories li a:hover {
  font-style: italic;
  text-decoration: none;
}

.single-content {
  margin-top: 30px;
}
.single-content .action-back {
  display: block;
}
.single-content .single-title {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 165px;
}
.single-content .single-title .categories {
  margin: 0;
  margin-top: 25px;
}
.single-content .single-title .categories li {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  color: #757575;
  text-transform: uppercase;
}
.single-content .single-title .categories li:first-child {
  margin-top: 0;
}
.single-content .single-title .title {
  font-size: 80px;
  line-height: 80px;
  color: #1E1E1E;
  font-weight: bold;
  margin: 0;
}
.single-content .single-title .subtitle {
  font-size: 24px;
  line-height: 30px;
  color: #757575;
  font-weight: bold;
  margin: 40px 0 0 0;
}
.single-content .single-title .description {
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
  margin: 35px 0 0 0;
}
.single-content .single-title .description p {
  margin: 0;
}
.single-content .single-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.single-content .image-large {
  margin-top: 130px;
}
.single-content .text {
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
  margin-top: 80px;
  max-width: 800px;
  margin-left: 305px;
}
.single-content .image-large_image-small, .single-content .image-small_image-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 125px;
}
.single-content .image-large_image-small .image-large, .single-content .image-small_image-large .image-large {
  margin-top: 0;
  max-width: 620px;
}
.single-content .image-large_image-small .image-small, .single-content .image-small_image-large .image-small {
  max-width: 440px;
}
.single-content .image-small_image-large {
  margin-top: 80px;
}
.single-content .text-large {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px;
  max-width: 960px;
  padding: 0 15px;
}
.single-content .text-large p {
  margin: 0;
  font-size: 80px;
  line-height: 80px;
  color: #1E1E1E;
  font-style: italic;
}
.single-content .text-large .text {
  margin: 0;
  margin-top: 40px;
  font-size: 22px;
  line-height: 30px;
  color: #757575;
  font-style: normal;
}
.single-content .image-full {
  margin-top: 125px;
}
.single-content .image-medium {
  margin-top: 80px;
}
.single-content .work {
  margin-top: 80px;
}
.single-content .work-content {
  margin-top: 60px;
}
.single-content .work-content-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #757575;
  margin: 0;
}
.single-content .work-content-list {
  margin-top: 40px;
  margin-bottom: 0;
}
.single-content .work-content-list li {
  font-size: 80px;
  line-height: 80px;
  color: #1E1E1E;
  font-weight: bold;
  margin-top: 20px;
}
.single-content .work-content-list li:first-child {
  margin-top: 0;
}

.service-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
.service-content-title {
  margin-top: 160px;
  padding: 0 15px;
}
.service-content-title h2 {
  font-size: 80px;
  line-height: 80px;
  color: #1E1E1E;
  font-weight: bold;
  margin: 0;
}
.service-content-title p {
  font-size: 22px;
  line-height: 30px;
  color: #1E1E1E;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 640px;
}
.service-content-title-left {
  max-width: 640px;
}
.service-content-title-center {
  text-align: center;
}
.service-content .service-large_service-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.service-content .service-large_service-small .image-large {
  max-width: 880px;
}
.service-content .service-large_service-small .image-small {
  max-width: 310px;
}
.service-content .service-small_service-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.service-content .service-small_service-medium .image-small {
  max-width: 310px;
}
.service-content .service-small_service-medium .image-medium {
  max-width: 770px;
}
.service-content .service-image-full {
  margin-top: 60px;
}
.service-content .service-small_service-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.service-content .service-small_service-large .image-large {
  max-width: 880px;
}
.service-content .service-small_service-large .image-small {
  max-width: 310px;
}
.service-content .service-very-small_service-medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.service-content .service-very-small_service-medium .image-medium {
  max-width: 740px;
}
.service-content .service-very-small_service-medium .image-very-small {
  max-width: 210px;
  margin-left: 50px;
}
.service-content .service-medium {
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1140px;
}

footer {
  background: #1E1E1E;
  margin-top: 160px;
}
footer .wrap-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}
footer .wrap-footer .footer-left h2 {
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  margin: 0;
}
footer .wrap-footer .footer-right .footer-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
footer .wrap-footer .footer-right h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
footer .wrap-footer .footer-right ul {
  margin: 0;
}
footer .wrap-footer .footer-right ul li {
  margin-top: 10px;
}
footer .wrap-footer .footer-right ul li a {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
}
footer .wrap-footer .footer-right ul li:first-child {
  margin-top: 0;
}
footer .logo {
  margin-top: 120px;
}
footer .copyright {
  padding: 40px 0 50px;
  text-align: right;
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
}
footer .copyright p {
  margin: 0;
}
footer .copyright a {
  color: #FFF;
}
footer .copyright br {
  display: none;
}

.smooth-effect {
  opacity: 0;
  -webkit-transform: translateX(0rem) translateY(3.3333rem) translateZ(0) rotate(0deg) rotateY(0deg) rotateX(0deg) skew(0deg, 0deg) scale(1, 1);
          transform: translateX(0rem) translateY(3.3333rem) translateZ(0) rotate(0deg) rotateY(0deg) rotateX(0deg) skew(0deg, 0deg) scale(1, 1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-width: 0;
  background-color: transparent;
}

.visible {
  opacity: 1;
  -webkit-transform: translate(0rem, 0px);
          transform: translate(0rem, 0px);
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 43% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  70% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  90% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 43% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  70% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  90% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
.cont-1170 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.who-we-are {
  margin-top: 100px;
}
.who-we-are .title {
  font-size: 80px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
.who-we-are .subtitle {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.who-we-are .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
.who-we-are .wrap .content {
  max-width: 490px;
  display: inline-block;
}
.who-we-are .wrap .content .item {
  padding-top: 30px;
}
.who-we-are .wrap .content .item .item-title {
  font-size: 44px;
  line-height: 46px;
  font-weight: 700;
  opacity: 1;
}
.who-we-are .wrap .content .item:first-child {
  padding-top: 0;
}
.who-we-are .wrap .item-titles:hover .item:not(:hover) .item-title {
  opacity: 0.3;
}
.who-we-are .wrap .image {
  max-width: 650px;
  width: 100%;
}
.who-we-are .item-content-list.mobile {
  display: none;
}
.who-we-are .item-content-list {
  margin-top: 30px;
  font-size: 20px;
  line-height: 28px;
}
.who-we-are .item-content-list .item-content {
  display: none;
}
.who-we-are .item-content-list .item-content.active {
  display: block;
}
.who-we-are .wwa-image {
  display: none;
  width: 100%;
}
.who-we-are .wwa-image.active {
  display: block;
}

.career-opportunities {
  margin-top: 100px;
  background-color: #FFF;
  padding: 100px 0;
}
.career-opportunities .title {
  font-size: 80px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}
.career-opportunities .subtitle {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.career-opportunities .jobs {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 60px;
}
.career-opportunities .jobs .job-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.career-opportunities .jobs .job-meta {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  color: #757575;
  margin-top: 20px;
  margin-bottom: 0;
}
.career-opportunities .jobs .job-meta li {
  display: inline-block;
}
.career-opportunities .jobs .job-title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 26px;
}
.career-opportunities .jobs .job-location {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-top: 10px;
}
.career-opportunities .jobs .job-location .icon {
  width: 20px;
  margin-right: 5px;
  display: inline-block;
}
.career-opportunities .jobs .job-desc {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 15px;
}
.career-opportunities .jobs .job-link {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 20px;
  text-align: right;
}
.career-opportunities .jobs .job-link a {
  color: #757575;
}
.career-opportunities .jobs .job-link .icon {
  display: inline-block;
  width: 25px;
  margin-left: 20px;
}
.career-opportunities .jobs .job-cta {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  padding: 17px 0;
  width: 100%;
  color: #FFF;
  background-color: #1E1E1E;
  display: block;
  margin-top: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.career-opportunities .jobs .job-cta:hover {
  text-decoration: none;
  background-color: #feb28e;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #1E1E1E;
}
@media (min-width: 768px) {
  .career-opportunities .jobs {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1080px) {
  .career-opportunities .jobs {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.job-single-content {
  margin-top: 100px;
}
.job-single-content .action-back {
  font-size: 14px;
  line-height: 20px;
  color: rgb(117, 117, 117);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 2px;
}
.job-single-content .action-back:hover {
  text-decoration: none;
}
.job-single-content .content {
  font-size: 22px;
  line-height: 30px;
}
.job-single-content .content h2 {
  font-size: 80px;
  line-height: 100px;
  margin-top: 50px;
  font-weight: 700;
}
.job-single-content .content h3 {
  font-size: 44px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 30px;
}
.job-single-content .content ul {
  list-style: disc;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.job-single-content .content ul li {
  margin: 10px 0;
}