@font-face {
  font-family: "Sofia-Regular";
  src: url("../font/SofiaPro-Regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Sofia-Light";
  src: url("../font/SofiaPro-Light.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Sofia-SemiBold";
  src: url("../font/SofiaPro-SemiBold.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Sofia-Medium";
  src: url("../font/SofiaPro-Medium.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Sofia-UltraLight";
  src: url("../font/SofiaPro-UltraLight.otf");
  font-weight: normal;
}
strong {
  font-family: 'Sofia-Medium';
  font-weight: normal;
}
h1 {
  font-size: 46px;
  line-height: 56px;
  margin: 0 0 20px 0;
  font-family: 'Sofia-Medium';
  font-weight: normal;
}
h2 {
  font-size: 34px;
  line-height: 44px;
  margin: 0 0 15px 0;
  font-family: 'Sofia-Medium';
  font-weight: normal;
}
h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0 0 15px 0;
  font-family: 'Sofia-Medium';
  font-weight: normal;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px 0;
  font-family: 'Sofia-SemiBold';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (max-width: 979px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 16px 0;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
    margin: 0 0 15px 0;
  }
  h3 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px 0;
    font-family: 'Sofia-Medium';
    font-weight: normal;
  }
  h4 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0;
    font-family: 'Sofia-SemiBold';
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
* {
  box-sizing: border-box;
}
body {
  box-sizing: border-box;
  margin: 0;
  font-family: 'Sofia-Light', sans-serif;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
}
input.button {
  margin-bottom: 0;
}
textarea,
input {
  outline: none;
  font-family: 'Sofia-Light', sans-serif;
}
textarea {
  padding: 10px;
  min-height: 80px;
  display: block;
  width: 100%;
  margin-top: 8px;
}
label {
  font-family: 'Sofia-Light', sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
header,
.main,
.header-content,
footer {
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
}
.logo {
  max-width: 200px;
  width: 100%;
}
.logo img {
  display: block;
}
header {
  background-color: #f5f5f5;
}
.tile {
  min-height: 285px;
  margin-top: 0;
  -webkit-transform: translateY(100px) rotate(0) translateZ(0);
  transform: translateY(200px) rotate(0) translateZ(0);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.inView {
  opacity: 1;
  -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
  transform: translateY(0px) rotate(0deg) translateZ(0);
  -webkit-filter: none;
  filter: none;
}
.tile {
  position: relative;
}
.banner .title {
  margin: 0;
}
.main-banner {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}
section {
  padding: 20px;
}
.work-section,
.our-work {
  max-width: 1240px;
  margin: 0 auto;
}
.work-section img {
  max-height: 70px;
}
.block-cta {
  margin-top: 30px;
}
.button {
  text-decoration: none;
  border: 1px solid #000000;
  color: #000000;
  padding: 9px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Sofia-Medium';
  letter-spacing: 1.2px;
  transition: all 0.2s;
}
.button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.button.black {
  background-color: #000000;
  color: #ffffff;
}
.button.white {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
}
.button.transparent-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#thank-you-message {
  background-color: #ffffff;
  padding: 60px 40px;
}
footer {
  line-height: 22px;
}
.work-page .our-work {
  padding-bottom: 0;
}
.whatsapp-float {
  display: flex;
  align-items: center;
  gap: 5px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2bbb42;
  color: #ffffff !important;
  font-weight: bold;
  padding: 7px 17px 7px 13px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  z-index: 9999;
  animation: slideIn 0.8s ease;
}
.about-page svg {
  fill: #ffffff !important;
}
.about-page .img-banner {
  position: absolute;
  top: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1480px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('../../images/careers_hero_image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -120px;
  max-height: 800px;
  height: 100%;
  min-height: unset;
  filter: brightness(0.8);
}
.about-page header {
  background-color: transparent;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.about-page header .header-content .nav-links ul li a {
  color: #ffffff;
}
.about-page header .header-content .nav-links ul li a.button {
  border: 1px solid #ffffff;
}
.about-page .main-banner {
  height: auto;
  background-color: transparent;
  min-height: 676px;
}
.about-page .main.about-us .banner-content-wrapper .banner-content {
  padding-top: 30px;
  max-width: 65%;
  color: #ffffff;
}
.our-leaders {
  max-width: 800px;
  margin: 0 auto;
}
.our-leaders h4 {
  text-align: center;
}
.our-leaders .our-leaders-title {
  padding: 80px 40px 20px 40px;
}
.our-leaders .our-leaders-grid {
  display: flex;
  padding: 0 40px 80px 40px;
  justify-content: space-between;
}
.our-leaders .our-leaders-grid .member {
  width: 49%;
  position: relative;
  max-height: 420px;
  overflow: hidden;
}
.our-leaders .our-leaders-grid .member img {
  box-shadow: rgba(87, 87, 87, 0.2) 0px 7px 29px 0px;
  display: inline-block;
  transform: scale(1.01);
  transition: opacity 0.4s, transform 0.4s;
}
.our-leaders .our-leaders-grid .member img:hover {
  transform: scale(1);
  filter: brightness(0.9);
}
.our-leaders .our-leaders-grid .member .info {
  padding: 0 25px 10px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  z-index: 9;
  font-size: 16px;
}
.our-leaders .our-leaders-grid .member .info .name {
  margin-bottom: 0px;
  font-weight: 600;
}
.our-leaders .our-leaders-grid .member .info .job-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.our-leaders .our-leaders-grid .member .social-link {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
@media only screen and (max-width: 979px) {
  .logo {
    max-width: 220px;
  }
  .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #nav-toggle .bars {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 22px;
    height: 16px;
    margin: 0 auto 0 auto;
    z-index: 999;
  }
  #nav-toggle .bars span {
    height: 3.5px;
    background-color: #000000;
    width: 22px;
    display: block;
    transition: 0.2s;
  }
  #nav-toggle .bars span:after,
  #nav-toggle .bars span:before {
    content: '';
    height: 3.5px;
    width: 22px;
    background-color: #000000;
    display: block;
    position: absolute;
    left: 0;
    transition: 0.2s;
  }
  #nav-toggle .bars span:after {
    bottom: -2.5px;
  }
  #nav-toggle .bars span:before {
    top: -2.5px;
  }
  #nav-toggle.open .bars span {
    background-color: #FFF;
    margin-left: -12px;
    width: 20px;
  }
  #nav-toggle.open .bars span:before {
    transform: rotate(-180deg);
    background-color: #ffffff;
    top: -3px;
    width: 20px;
  }
  #nav-toggle.open .bars span:after {
    transform: rotate(180deg);
    background-color: #ffffff;
    bottom: -3px;
    width: 20px;
  }
  header.fixed {
    z-index: 99;
    position: fixed;
    transition: all 0.3s;
  }
  header.fixed + .main {
    padding-top: 70px;
  }
  .nav-links {
    display: none;
  }
  .nav-links.open {
    display: block;
    position: fixed;
    background-color: #000000;
    inset: 0;
    padding-top: 120px;
    text-align: center;
    z-index: 99;
    color: #ffffff;
  }
  .nav-links.open ul {
    height: 70vh;
  }
  .nav-links.open li {
    padding: 8px 25px;
    font-size: 18px;
  }
  .nav-links.open li .button {
    display: inline-block;
    border-color: #ffffff;
    color: #ffffff;
    margin-top: 8px;
  }
  .nav-links.open img {
    max-width: 65px;
    display: inline-block;
  }
  .header-content {
    padding: 15px 25px;
  }
  .main-banner {
    min-height: 600px;
    background-color: transparent;
  }
  .main-banner .mobile-banner {
    width: 100%;
  }
  .main-banner .desktop-banner {
    display: none;
  }
  .main-banner .banner-content-wrapper {
    padding: 25px 25px 50px 25px;
  }
  .main-banner .block-cta {
    margin-top: 20px;
  }
  .main-banner .block-cta .button {
    display: block;
    text-align: center;
  }
  .main-banner .block-cta .button.black {
    margin-bottom: 8px;
  }
  .tile {
    min-height: 400px;
  }
  .work-section,
  .our-work {
    padding: 50px 25px;
  }
  .work-section .block-cta,
  .our-work .block-cta {
    margin-bottom: 8px;
  }
  .work-section .discover a,
  .our-work .discover a {
    display: inline-block;
  }
  .work-section img:last-child {
    max-width: 39%;
    margin-left: 10%;
  }
  .client {
    margin-bottom: 40px;
  }
  .client .img-wrapper {
    text-align: center;
    overflow: hidden;
    padding: 75px 0 0;
  }
  .client .img-wrapper img {
    max-width: 80%;
    margin-bottom: -8px;
  }
  .client .about-client {
    padding: 20px 0 0;
  }
  .client .about-client .service {
    font-family: 'Sofia-Light';
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 12px;
    line-height: 18px;
  }
  .work-section {
    background-color: #f5f5f5;
  }
  .work-section .col-left {
    margin-bottom: 25px;
  }
  .work-section img {
    max-width: 49%;
  }
  .testemonial {
    background-color: #f5f5f5;
    padding: 50px 25px;
  }
  .testemonial .testemonial-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .testemonial .testemonial-wrapper .slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .testemonial .testemonial-wrapper .slide .text {
    width: 100%;
    font-size: 16px;
    order: 2;
  }
  .testemonial .testemonial-wrapper .slide .text p {
    font-family: 'Sofia-Light';
  }
  .testemonial .testemonial-wrapper .slide .image {
    display: flex;
    order: 1;
    align-items: center;
  }
  .testemonial .testemonial-wrapper .slide .image .round {
    border-radius: 100%;
    border: 3px solid #ffffff;
    width: 27%;
    margin-right: 40px;
  }
  .testemonial .testemonial-wrapper .slide .image .name {
    margin-top: 10px;
    text-align: center;
  }
  .testemonial .testemonial-wrapper .slide .image .name span {
    font-size: 14px;
    font-family: 'Sofia-Light';
    letter-spacing: 0.4px;
  }
  .testemonial .testemonial-wrapper .slide .image .name span strong {
    font-family: 'Sofia-Regular';
  }
  .testemonial .testemonial-wrapper .slide .image .name img {
    border: none;
    max-height: 15px;
    margin-top: 10px;
  }
  .testemonial .owl-carousel .owl-nav {
    display: none;
  }
  .testemonial .owl-carousel .owl-dots {
    text-align: center;
    transition: all 0.4s;
    margin-top: 20px;
  }
  .testemonial .owl-carousel .owl-dots button.owl-dot {
    width: 50px;
    height: 3px;
    background-color: #000000;
    opacity: 0.4;
    transition: all 0.4s;
    margin: 0 4px;
  }
  .testemonial .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
  }
  .our-team {
    background-color: #000000;
    color: #ffffff;
    padding: 50px 0 0;
  }
  .our-team .right {
    padding: 25px 25px 50px 25px;
  }
  .our-team .button.white {
    display: inline-block;
    margin-right: 8px;
  }
  .contact-box {
    min-height: 235px;
    padding: 50px 25px;
    text-align: center;
  }
  .contact-box .block-cta a {
    display: inline-block;
  }
  footer.section-black {
    background-color: #000000;
    color: #ffffff;
    padding: 50px 25px;
  }
  footer.section-black .footer-container {
    display: flex;
    flex-direction: column;
  }
  footer.section-black .footer-container .col {
    font-size: 14px;
  }
  footer.section-black .footer-container .col.left {
    order: 3;
    padding-top: 25px;
    border-top: 1px solid #efefef;
  }
  footer.section-black .footer-container .col.left .copyright {
    margin-top: 25px;
    font-size: 12px;
  }
  footer.section-black .footer-container .col.middle {
    padding-bottom: 25px;
  }
  footer.section-black .footer-container .col.right {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #efefef;
    position: relative;
  }
  footer.section-black .footer-container .col.right .social-link {
    position: absolute;
    bottom: -50px;
    right: 0;
  }
  .contact-form-page .banner-content-wrapper {
    padding: 0;
  }
  .contact-form-page .banner-content-wrapper .banner-content {
    padding: 50px 25px;
    background-color: #f5f5f5;
  }
  .contact-form-page #form-container {
    padding: 50px 25px;
  }
  .work-page header {
    background-color: #ffffff;
  }
  .work-page .grid-wrapper .client img {
    width: 100%;
  }
  .work-page .grid-wrapper .client a .button {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .work-page .grid-wrapper .client .about-client {
    flex-direction: column;
    align-items: flex-start;
  }
  .work-page .grid-wrapper .client .about-client h3 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .about-page header #nav-toggle .bars span {
    background-color: #ffffff;
  }
  .about-page header #nav-toggle .bars span::after,
  .about-page header #nav-toggle .bars span::before {
    background-color: #ffffff;
  }
  .about-page header.sticky {
    background-color: #f5f5f5;
  }
  .about-page header.sticky svg {
    fill: #221f1f !important;
  }
  .about-page header.sticky #nav-toggle .bars span {
    background-color: #221f1f;
  }
  .about-page header.sticky #nav-toggle .bars span::after,
  .about-page header.sticky #nav-toggle .bars span::before {
    background-color: #221f1f;
  }
  .about-page header.sticky #nav-toggle.open .bars span {
    background-color: #ffffff;
  }
  .about-page header.sticky #nav-toggle.open .bars span::after,
  .about-page header.sticky #nav-toggle.open .bars span::before {
    background-color: #ffffff;
  }
  .about-page .main.about-us .banner-content-wrapper .banner-content {
    top: 35%;
    max-width: 75%;
    position: absolute;
  }
  .our-leaders .our-leaders-title {
    padding: 60px 25px 10px 25px;
  }
  .our-leaders .our-leaders-grid {
    padding: 0 25px 40px 25px;
    flex-direction: column;
    gap: 18px;
  }
  .our-leaders .our-leaders-grid .member {
    width: 100%;
  }
}
@media only screen and (min-width: 980px) {
  #nav-toggle,
  .mobile-only {
    display: none;
  }
  .header-content {
    padding: 37px 40px;
  }
  .header-content .navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
  }
  .header-content .nav-links ul {
    display: flex;
  }
  .header-content .nav-links ul li a {
    padding: 8px 20px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-family: 'Sofia-Medium';
  }
  .header-content .nav-links ul li a:hover {
    text-decoration: none;
  }
  .header-content .nav-links ul li a.button {
    margin-left: 20px;
    font-size: 14px;
  }
  .home .banner-content p {
    font-family: 'Sofia-Regular';
  }
  .main-banner {
    min-height: 700px;
  }
  .main-banner .desktop-banner {
    position: absolute;
    top: 80px;
    right: -70px;
    width: 58%;
    min-width: 400px;
    transform: rotate(25deg);
  }
  .main-banner .mobile-banner {
    display: none;
  }
  .banner-content-wrapper {
    max-width: 1240px;
    margin: 150px auto;
    z-index: 9;
    padding: 0 40px;
  }
  .banner-content-wrapper .banner-content {
    max-width: 48%;
  }
  .banner-content-wrapper a.black {
    margin-right: 8px;
  }
  .work-section {
    padding: 80px 40px;
    display: flex;
  }
  .work-section .col-left {
    max-width: 60%;
    width: 100%;
  }
  .work-section .col-right {
    max-width: 40%;
    width: 100%;
  }
  .work-section img {
    margin-top: 25px;
    margin-right: 20px;
  }
  .work-section h2 {
    margin: 0 0 15px 0;
    max-width: 77%;
  }
  .our-work {
    padding: 40px 40px 80px 40px;
  }
  .our-work .client {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .our-work .client h3 {
    margin-top: 30px;
    max-width: 58%;
  }
  .our-work .client h3 span {
    font-family: 'Sofia-Light';
  }
  .our-work .client .img-wrapper {
    padding: 100px 80px 0;
    background-color: #000000;
    text-align: center;
    overflow: hidden;
  }
  .our-work .client .img-wrapper img {
    max-width: 80%;
    margin-bottom: -8px;
  }
  .our-work .client .about-client {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .our-work .client .about-client .service {
    font-family: 'Sofia-Light';
    opacity: 0.4;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px;
  }
  .our-work .discover {
    padding-top: 40px;
    border-top: 1px solid #b7b7b8;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .our-work .discover h3 {
    margin-bottom: 0;
  }
  .testemonial {
    background-color: #f5f5f5;
    padding: 80px 80px;
  }
  .testemonial .testemonial-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .testemonial .testemonial-wrapper .slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .testemonial .testemonial-wrapper .slide .text {
    width: 56%;
    font-size: 20px;
  }
  .testemonial .testemonial-wrapper .slide .text p {
    font-family: 'Sofia-Light';
  }
  .testemonial .testemonial-wrapper .slide .image {
    width: 27%;
    margin-right: 40px;
  }
  .testemonial .testemonial-wrapper .slide .image .round {
    border-radius: 100%;
    border: 3px solid #ffffff;
  }
  .testemonial .testemonial-wrapper .slide .image .name {
    margin-top: 10px;
    text-align: center;
  }
  .testemonial .testemonial-wrapper .slide .image .name span {
    font-size: 14px;
    font-family: 'Sofia-Light';
    letter-spacing: 0.4px;
  }
  .testemonial .testemonial-wrapper .slide .image .name span strong {
    font-family: 'Sofia-Regular';
  }
  .testemonial .testemonial-wrapper .slide .image .name img {
    border: none;
    max-height: 15px;
    margin-top: 10px;
  }
  .testemonial .owl-carousel .owl-nav button.owl-prev,
  .testemonial .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 60px!important;
    font-family: 'Sofia-UltraLight' !important;
    opacity: 0.8;
  }
  .testemonial .owl-carousel .owl-nav button.owl-prev.disabled,
  .testemonial .owl-carousel .owl-nav button.owl-next.disabled {
    opacity: 0.4;
  }
  .testemonial .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
  }
  .testemonial .owl-carousel .owl-nav button.owl-next {
    right: -35px;
  }
  .our-team {
    padding: 100px 40px 100px 0;
    display: flex;
    background-color: #000000;
    color: #ffffff;
    align-items: center;
    justify-content: space-between;
  }
  .our-team .left {
    width: 65%;
  }
  .our-team img {
    max-width: 95%;
  }
  .our-team .team {
    width: 25%;
    margin-right: 80px;
  }
  .our-team .team h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .our-team .team .block-cta {
    min-width: 320px;
  }
  .our-team .team .button.white {
    margin-right: 8px;
  }
  .contact-box {
    padding: 80px 40px;
    text-align: center;
  }
  footer.section-black {
    background-color: #000000;
    color: #ffffff;
    padding: 100px 40px;
  }
  footer.section-black .footer-container {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer.section-black .footer-container .copyright {
    font-family: 'Sofia-UltraLight';
    font-size: 14px;
    margin-top: 40px;
  }
  footer.section-black .footer-container .col {
    width: 33%;
    font-size: 14px;
  }
  footer.section-black .footer-container .col.left {
    width: 50%;
  }
  footer.section-black .footer-container .col.middle {
    line-height: 24px;
  }
  footer.section-black .footer-container .col.middle li {
    margin-bottom: 2px;
  }
  footer.section-black .footer-container .col.right {
    padding-left: 40px;
    border-left: 1px solid #ffffff;
    font-size: 14px;
    position: relative;
  }
  footer.section-black .footer-container .col.right .social-link {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer.section-black .footer-container .col.right strong {
    display: block;
    margin-bottom: 8px;
  }
  footer.section-black .footer-container .col.right span {
    font-family: 'Sofia-UltraLight';
  }
  .contact-form-page {
    background-color: #f5f5f5;
    min-height: calc(100vh - 443px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contact-form-page .banner-content-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    min-height: 500px;
    align-items: center;
  }
  .contact-form-page #form-container,
  .contact-form-page .banner-content {
    width: 50%;
  }
  .contact-form-page .banner-content {
    max-width: 40%;
  }
  .contact-form-page .banner-content p {
    font-size: 18px;
  }
  .contact-form-page #contact-form {
    margin-top: 30px;
  }
  .contact-form-page #form-container {
    background-color: #ffffff;
    padding: 40px;
  }
  .contact-form-page #form-container label {
    display: block;
  }
  .contact-form-page #form-container input,
  .contact-form-page #form-container textarea {
    width: 100%;
  }
  .contact-form-page #form-container .button {
    width: auto;
    font-size: 14px;
    display: inline-block;
  }
  .work-page header {
    background-color: #ffffff;
  }
  .work-page .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-bottom: 40px;
  }
  .work-page .grid-wrapper .client {
    width: 49%;
    position: relative;
    padding: 20px;
    transition: all 0.2s;
    display: inline-block;
    transform: scale(1);
    transition: opacity 0.4s, transform 0.4s;
  }
  .work-page .grid-wrapper .client .block-overlay {
    transition: transform 0.5s ease;
  }
  .work-page .grid-wrapper .client .block-overlay img {
    width: 100%;
    height: auto;
  }
  .work-page .grid-wrapper .client .block-overlay .block-cta {
    transition: all 0.3s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    opacity: 0;
  }
  .work-page .grid-wrapper .client:hover {
    transform: scale(0.99);
    filter: brightness(0.9);
    box-shadow: rgba(212, 212, 212, 0.1) 0px 7px 29px 0px;
  }
  .work-page .grid-wrapper .client:hover a {
    opacity: 0.99;
  }
  .work-page .grid-wrapper .client .section-wrapper,
  .work-page .grid-wrapper .client .img-wrapper {
    padding: 0;
  }
  .work-page .grid-wrapper .client img {
    width: 100%;
  }
  .work-page .grid-wrapper .client .about-client {
    flex-direction: column;
    align-items: flex-start;
  }
  .work-page .grid-wrapper .client .about-client h3 {
    max-width: 100%;
  }
}
