/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

:root {
  --dark-blue: #161A25;
  --turquoise: #54FDD4;
  --white: #ffffff;
  --black: #000000;
  --yellow: #EEFD54;
  --pink: #E62886;
}

/* Globals */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

@font-face {
  font-family: 'Mier B Bold';
  src: url('../fonts/MierB-Bold.ttf');
}

@font-face {
  font-family: 'Mier B';
  src: url('../fonts/MierB-Regular.ttf');
}

@font-face {
  font-family: 'Degular Black';
  src: url('../fonts/DegularDemo-Black.otf');
}

@font-face {
  font-family: 'Degular Bold';
  src: url('../fonts/DegularDemo-Bold.otf');
}

@font-face {
  font-family: 'Degular Regular';
  src: url('../fonts/DegularDemo-Regular.otf');
}

@font-face {
  font-family: 'Degular Medium';
  src: url('../fonts/Degular-Medium.otf');
}

body {
  font-family: "Degular Regular", sans-serif;
}

button {
  border: none !important;
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

button #menuItem:focus, button #menuItem:focus, button:active, button:focus {
  border: none !important;
}

.degular {
  font-family: "Degular Regular", sans-serif;
}

.degular-bold {
  font-family: "Degular Bold", sans-serif!important;
}

.degular-black {
  font-family: "Degular Black", sans-serif!important;
}

.degular-medium {
  font-family: "Degular Medium", sans-serif!important;
}

.mier-b-bold {
  font-family: 'Mier B Bold', sans-serif;
}

.mier-b {
  font-family: 'Mier B', sans-serif;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

@media only screen and (max-width: 768px) {
  .pr-64 {
    padding-right: 24px;
  }

  .pl-64 {
    padding-left: 24px;
  }
}

.pr-16 {
  padding-right: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pt-16 {
  padding-top: 16px;
}

.pt-32 {
  padding-top: 32px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.wrapper {
  max-width: 1440px !important;
}

.project-wrapper {
  max-width: 1020px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.mobile-featured-project-section {
  background-size: cover;
  background-position: center;
  min-height: 667px;
  height:100%;
}

.wrapper.p-64 {
  padding: 64px;
}

.section-wrapper {
  /* max-width: 1440px; */
  padding-left: 64px;
  padding-right: 64px;
}

.section-wrapper.no-pl {
  padding-left: 0px;
}

.section-wrapper.no-pr {
  padding-right: 0px;
}

.inner-wrapper, .section-wrapper.p-tb {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-wrapper.p-t {
  padding-top: 64px;
}

.section-wrapper.p-b {
  padding-bottom: 64px;
}

.inner-wrapper {
  /* max-width: 85%; */
  width: 100%;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.mob-h1 {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block !important;
  }

  .py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

a {
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

a:hover {
  color: #838383;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

.project-subheader-mob {
  font-family: 'Degular Regular', sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}

.project-header-mob {
  font-family: 'Degular Black', sans-serif;
  font-size: 32px;
  letter-spacing: 2px;
}

.mt-neg-16 {
  margin-top: -14px;
}

/* .h3.section-title {
  font-size: ;
} */



h4.section-title, h3.section-title {
  margin-bottom: 10px;
  margin-top: 33px;
  letter-spacing: 3.2px;
  font-family: 'Degular Bold', sans-serif;
}

h2.section-title {
  margin-bottom: 1.3rem;
  font-family: 'Degular Black'!important;
}

.size-sm {
  font-size: 1.125rem;
  margin-bottom: 20px !important;
  letter-spacing: 1.2px;
}

.email-text {
  font-size: 4.125rem;
  letter-spacing: 1.3px;
  font-family: "Degular Bold", sans-serif;
}

#mainLogo, #mainLogoBlack {
  top: 3vh;
  position: absolute;
}

.row {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.col {
  padding: 0;
  margin: 0;
}

.navbar {
  height: 22px;
}

.icons {
  /* margin-top: 80px; */
}

.margin-top-enabled {
  margin-top: -140px;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .9);
  border-color: rgba(255, 255, 255, .0) !important;
  font-family: 'Degular Bold', sans-serif;
}

.c2c {
  font-family: 'Degular Bold', sans-serif;
  letter-spacing: 2px;
  font-size: 18px;
}

.w-100 {
  width: 100%;
}

.max-100-vh {
  max-height: 100vh;
}

.vh-75 {
  min-height: 75vh;
}

.vh-50 {
  min-height: 50vh;
}

.vh-40 {
  min-height: 40vh;
}

.vh-45 {
  min-height: 45vh;
}

p {
  font-size: 18px;
}

.project {
  line-height: 30px;
}

.bold {
  font-weight: bold;
  font-family: "Mier B Bold", sans-serif;
}

.max-width-60 {
  max-width: 60%;
}

.max-width-50 {
  max-width: 79%;
}

.text-wrapper {
  width: 51%;
  margin: auto;
}

.text-wrapper-md {
  width: 63%;
  margin: auto;
}

.wrapper-416 {
  max-width: 416px;
  width: 100%;
}

.wrapper-608 {
  max-width: 600px;
  width: 100%;
}

.wrapper-416 {
  max-width: 416px;
  width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.underline-bottom {
  border-bottom: 2px solid black;
}

.underline-bottom.white {
  border-bottom: 2px solid white;
}

/* BACKGROUNDS */

.dark-blue {
  background-color: var(--dark-blue);
}

.turquoise {
  background-color: var(--turquoise);
}

.yellow {
  background-color: var(--yellow);
}

.pink {
  background-color: var(--pink);
}

.yellow-dark-blue {
  background: -o-linear-gradient(left, var(--yellow) 55%, var(--dark-blue) 0%);
  background: -webkit-gradient(linear, left top, right top, color-stop(55%, var(--yellow)), color-stop(0%, var(--dark-blue)));
  background: linear-gradient(to right, var(--yellow) 55%, var(--dark-blue) 0%);
}

/* TEXT COLORS */

.white {
  color: var(--white) !important;
}

.black {
  color: var(--black) !important;
}

p.emphasis {
  font-weight: 800;
}

img.sections {
  width: 100%;
  height: auto;
}

img.work-img {
  width: 640px;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

li.philosophy {
  list-style-type: none;
}

h3.section-title.mb-7 {
  margin-bottom: 6rem;
}

.h2, h2 {
  font-size: 24px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px;
}

.f-24 {
  font-size: 24px;
}

.f-32 {
  font-size: 32px;
}

.f-52 {
  font-size: 52px;
}

.f-54 {
  font-size: 54px;
}

.f-64 {
  font-size: 64px;
}

.f-66 {
  font-size: 66px;
  font-family: "Degular Bold", sans-serif;
}

.number {
  margin-top: 7px;
  /* float: left; */
}

.mt-d-160 {
  margin-top: 160px !important;
}

.mt-7 {
  /* margin-top: 7px !important; */
}

.mt-22 {
  margin-top: 22px;
}

.mr-10 {
  margin-right: 6px;
}

.mb-38 {
  margin-bottom: 38px;
}

.ml-32 {
  margin-left: 32px;
}

.letter-spacing {
  letter-spacing: 4px;
}

.w-md-50 {
  width: 50%;
}

#burgerBlack {
  display: none;
}

@media only screen and (max-width: 1200px) {
  /* img.work-img {
    width: 440px;
    height: 440px;
  } */
}

@media only screen and (max-width: 992px) {
  img.work-img {
    width: 400px !important;
    height: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .w-md-50 {
    width: 100%;
  }
  .f-22 {
    font-size: 16px;
  }
}

.featured-project {
  font-size: 104px;
  font-family: 'Degular Black', sans-serif;
  /* overflow: hidden; */
  /* margin-top: -85px; */
  line-height: 0.8;
}

@media screen and (max-width: 1250px) {
  .text-wrapper {
    width: 65%;
  }

  .featured-project {
    font-size: 80px;
    /* margin-top: -80px; */
  }
}

/* On screens that are 992px or less, set the background color to blue */

@media screen and (max-width: 992px) {
  .featured-project {
    font-size: 70px;
    /* margin-top: -70px; */
  }

  img.work-img {
    width: 600;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .work-img {
    /* width: 600px !important; */
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .text-wrapper {
    width: 75%;
  }

  .f-52 {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .wrapper.p-64, .section-wrapper {
    padding-left: 1.325rem;
    padding-right: 1.325rem;
    padding-top: 1.325rem;
  }

  img.work-img {
    width: 400px !important;
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .work-img {
    width: 400px !important;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .mob-d-block {
    display: block !important;
  }

  .mt-d-160 {
    margin-top: 0px;
  }

  .mt-mob-20 {
    margin-top: 20px !important;
  }

  .f-52 {
    font-size: 20px;
  }

  .f-32 {
    font-size: 22px;
  }

  .pt-mob {
    padding-top: 64px;
  }

  .pt-half-mob {
    padding-top: 32px;
  }

  .py-mob-half {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .ml-30-mob {
    margin-left: 30px;
  }

  .ml-32 {
    margin-left: 24px;
  }

  img.sections {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .yellow-dark-blue {
    background: -o-linear-gradient(top, var(--yellow) 50%, var(--dark-blue) 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--yellow)), color-stop(0%, var(--dark-blue)));
    background: linear-gradient(to bottom, var(--yellow) 50%, var(--dark-blue) 0%);
  }

  .max-width-60, .max-width-50 {
    max-width: 90%;
  }

  .padding-mobile {
    /* padding-top: 2rem; */
  }

  .padding-mobile {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-bottom-mob {
    padding-bottom: 2rem;
  }

  .m-120 {
    margin-top: 120px;
  }

  .text-center-mob {
    text-align: center !important;
  }
}

.hbm-border-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin: 0;
  padding: 0;
  width: 100%;
}

.hbm-border-bottom {
  /* position: absolute; */
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.text-wrapper-alt {
  width: 88%;
  margin: 0 auto;
}

.text-wrapper-alt-2 {
  width: 70%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .text-wrapper-alt-2 {
    width: 90%;
  }

  .text-wrapper-md {
    width: 90%;
    margin: auto;
  }
}

.w-49 {
  width: 49%;
}

.font-bold {
  font-family: "Degular Bold", sans-serif;
}

/* On screens that are 600px or less, set the background color to olive */

@media screen and (max-width: 600px) {
  .text-wrapper-md {
    width: 100%;
  }


.text-wrapper {
  width: 100%;
  }


  .email-text {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-wrapper-alt {
    margin-top: 10rem;
  }
}

.bg-dark {
  background-color: transparent !important;
}

.bg-white {
  background-color: white !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

.bg-dark-blue {
  background-color: var(--dark-blue) !important;
}

.bg-home-gradient {
  background: url("../images/bg-home-gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-nav {
  background: url("../images/nav-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gradient2 {
  background: url("../images/gradient2.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-philosophy {
  background: url("../images/philosophy/philosophy-hero.jpg");
  min-height: 100vh;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.bg-services {
  background: url("../images/services/services-bg.png");
  min-height: 100vh;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.nav-item {
  font-size: 70px;
  font-family: 'Degular Black', sans-serif;
}

.nav-item a {
  color: #fff;
  text-decoration: none;
}

/* @media only screen and (max-width: 1439px) {
  .overlay-box {
    background-color: rgba(0, 0, 0, .7);
  }
} */

.overlay-box {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  top: 22px;
  height: auto;
}

.blue-rectangle {
  margin-top: 260px !important;
  /* background-color: #161A25; */
  padding: 43px
}

@media screen and (max-width: 1920px) {
  .blue-rectangle {
    margin-top: 200px !important;
  }
}

@media screen and (max-width: 1440px) {
  .blue-rectangle {
    margin-top: 160px !important;
  }
}

@media screen and (max-width: 1000px) {
  .overlay-box {
    background-color: rgba(0, 0, 0, .7);
  }

  .blue-rectangle {
    margin-top: 90px !important;
  }
}

.blue-rectangle:hover {
  cursor: default;
}

@media only screen and (max-width: 768px) {
  .blue-rectangle {
    padding: 30px;
    margin-top: 70px !important;
  }

  .no-p-mob {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 414px) {
  .blue-rectangle {
    padding: 30px;
    margin-top: 36px !important;
  }

  img.work-img {
    width: 302px !important;
    height: 233px !important;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .work-img {
    width: 302px !important;
    height: 233px !important;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }

  .container-overlay .overlay {
    height: 13%;
  }

  .text-overlay p {
    font-size: 14px !important;
  }

  .container-overlay {
    max-width: 302px;
  }
}

#homepageVideo:hover {
  cursor: cell;
}

#videoBoxOverlay:hover {
  cursor: cell;
}

.video-mob {
  position: relative;
  right: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.mw-298 {
  max-width: 298px;
}

.mw-416 {
  max-width: 416px;
}

.mw-340 {
  max-width: 340px;
}

.mw-384 {
  max-width: 384px;
}

.mw-570 {
  max-width: 570px;
  width: 100%;
}

.mw-864 {
  max-width: 864px;
}

.mw-1020 {
  max-width: 1020px;
}

#menuItem {
  /* margin-right: 25px; */
  color: var(--white);
  opacity: 0;
}

#changeNavText {
  position: absolute;
  top: 4.5vh;
  right: 2vh;
}

.w-410 {
  max-width: 410px;
  width: 100%;
}

.right-nav {
  text-align: right !important;
}

.rotate {
  transform: rotate(-90deg);
  /* Legacy vendor prefixes that you probably don't need... */
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.container-overlay {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.container-overlay:hover .overlay {
  height: 10%;
}

.text-overlay {
  font-size: 14px;
  position: relative;
  /* position: absolute; */
  top: 54% !important;
  left: 102% !important;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-100%, -50%);
  white-space: nowrap;
}

.text-overlay p {
  font-family: 'Mier B Bold', sans-serif;
  font-size: 18px;
  letter-spacing: 3.2px
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--turquoise);
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  max-width: 640px;
}

@media only screen and (min-width: 768px) {
  .extra-padding-top-64 {
    padding-top: 64px;
  }
}

.z-index {
  z-index: 1050;
}

.culture-text {
  font-size: 80px;
  font-family: 'Degular Regular', sans-serif;
  position: absolute;
  /* left: -538px; */
  line-height: 90px;
  /* top:0px; */
  left: -922px;
  top: 349px;
  display: none;
  z-index: 1031;
}

.nav a {
  color: #000;
  font-size: 48px;
  text-decoration: none;
  font-family: 'Degular Black', sans-serif;
}

.nav a:hover {
  color: #898989;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
  transition: all 0.4s ease !important;
  display: block;
}

.mobile-top {
  padding-top: 150px;
}

@media only screen and (max-width: 768px) {
  .nav a {
    font-size: 36px;
  }

  .mobile-top {
    padding-top: 70px;
  }

  .mw-864 {
    max-width: 100%;
  }

  .mw-384 {
    max-width: 100%;
  }

  .vh-50 {
    min-height: 100%;
    padding: 20px;
  }
}

.gimme-spin {
  display: block;
}

.gimme-spin:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bg-jetblack {
  background: #161A25;
  color: #fff;
  min-height: 579px;
  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;
}

small {
  font-size: 11px;
}

.m-neg-200 {
  margin-top: -200px
}

.wrapper-video {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.lh {
  line-height: 1.75;
}

.wrapper-sm {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-md {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.h1 {
  color: #fff;
  font-family: 'Degular Regular', sans-serif;
  font-size: 80px;
}

h1 {
  color: #fff;
  font-family: 'Degular Regular', sans-serif;
  font-size: 80px;
}

.bg-yellow {
  background: #EEFD54;
  /* min-height: 710px; */
  height: 100%;
}

.bg-green {
  background: #54FDD4;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.f-14 {
  font-size: 14px;
}

.f-18 {
  font-size: 18px;
}

.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.h2, h2.section-title {
  letter-spacing: 3.2px;
  font-family: 'Degular Bold', sans-serif;
}

.view {
  letter-spacing: 2.2px;
  font-family: 'Degular Bold', sans-serif;
  text-decoration: none;
  color: #000;
}

.letter-spacing {
  letter-spacing: 2.2px;
  font-family: 'Degular Bold', sans-serif;
}

h3 {
  font-family: 'Degular Bold', sans-serif;
}

footer {
  background: #000;
  color: #fff;
}

.services-hero-content {
  padding-top: 438px;
  max-width: 864px;
}

.philosophy-hero-content {
  padding-top: 494px;
  max-width: 682px;
}

.hero-h1 {
  font-family: "Degular Bold", sans-serif;
  font-size: 88px;
  letter-spacing: 1px;
  line-height: 1;
}

.p4 {
  font-size: 22px;
}

.w-640 {
  max-width: 640px;
  width: 100%;
}

.mt-12 {
  margin-top: 12px;
}

@media only screen and (max-width: 1440px) {
  .hero-h1 {
    font-size: 80px;
  }
}

@media only screen and (max-width: 1293px) {
  .hero-h1 {
    font-size: 58px;
  }

  h1 {
    font-size: 58px;
  }
}

@media only screen and (max-width: 857px) {
  .hero-h1 {
    font-size: 38px;
  }

  h1 {
    font-size: 43px;
  }
}

@media only screen and (max-width: 768px) {
  .h1, .nav-item {
    font-size: 40px;
  }


  h1 {
    font-size: 40px;
  }

  .vh-40, .vh-45, .vh-75 {
    min-height: unset;
  }

  .right-nav a {
    font-size: 16px;
  }

  .right-nav {
    line-height: 1.7;
  }

  /* * {
    overflow-x: hidden;
  } */
  .mob-none {
    display: none !important;
  }

  #mainLogo, #mainLogoBlack {
    width: 93px;
  }

  h4.section-title, h3.section-title {
    overflow-y: hidden;
  }

  .f-66 {
    font-size: 22px;
  }

  .get-in-touch {
    text-transform: uppercase;
    font-family: 'Degular Medium';
    font-size: 18px!important;
  }

  .f-24 {
    margin-top: 24px;
  }

  .bg-philosophy, .bg-services {
    background-position: top right;
    background-size: cover;
  }

  .hero-content {
    margin-left: 2vh;
  }

  .hero-h1 {
    font-size: 32px;
    font-family: "Degular Bold";
  }

  .mob-header {
    font-size: 32px;
    font-family: "Degular Regular";
  }
  .mt-sm-min-8px {
    margin-top: -8px;
  }
}

.vh-98 {
  height: 98vh!important;
}

@media only screen and (max-width: 320px) {
  .h3, h3 {
    font-size: 1.2rem;
  }

  .h1, .nav-item {
    font-size: 28px;
  }
}

@media only screen and (max-width: 375px) {
  .bg-yellow {
    min-height: 668px;
  }
}

.br {
  content: "A" !important;
  display: block !important;
  margin-top: -28px !important;
}

.mb-minus-163 {
  /* margin-bottom: -163px; */
}

@media only screen and (max-width: 1440px) {
  .mb-minus-163 {
    margin-bottom: 54px;
  }
}

@media only screen and (max-width: 768px) {
  .ml-2, .ml-5 {
    margin-left: unset !important;
  }

  h3 {
    font-size: 1.4rem;
  }

  .pl-16 {
    padding-left: 0 !important;
  }

  .mt-5 {
    margin-top: 0 !important;
  }

  .pr-16 {
    padding-right: 0 !important;
  }

  .mob-h1 {
    padding: 0 7rem;
    font-size: 16px;
    padding-bottom: 4px;
  }

  .blue-rectangle {
    padding: 12px;
    margin-top: 36px !important;
  }

  .bg-services {
    background: url("../images/services/services-bg-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .services-hero-content {
    padding-top: 278px;
    width: 100%;
    max-width: 297px;
  }

  .hero-label {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin-bottom: 12px !important;
  }

  .bg-philosophy {
    background: url("../images/philosophy/philo-mob.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-c2c {
    background: url("../images/c2c-mob.png");
    background-size: cover;
    min-height: 100vh;
    background-repeat: no-repeat;
  }

  #bg-pezouni {
    background: url("../images/pezouni-mobile.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
  }

  .sm-hide {
    display: none;
  }

  .philosophy-hero-content {
    padding-top: 264px;
    max-width: 192px;
  }

  .c2c-hero-content {
    padding-top: 264px;
    /* max-width: 192px; */
  }

  .icons {
    padding-top: 6px;
  }
  h3.section-title.mb-7 {
    margin-bottom: 6px !important;
  }
}