html, body {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #FCFCFC;
  overflow-x: hidden;
  overflow-y: auto !important;
  word-wrap: break-word;
  padding-top: 183px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

@font-face {
  font-family: "ProductSansRegular";
  src: url("../fonts/ProductSansRegular.ttf") format("truetype");
}
@font-face {
  font-family: "ProductSansBold";
  src: url("../fonts/ProductSansBold.ttf") format("truetype");
}
h1 {
  font-size: 94px;
  font-family: "ProductSansRegular", sans-serif;
  font-weight: 400 !important;
}

h2 {
  font-size: 48px;
  font-family: "ProductSansBold", sans-serif;
}

h3 {
  font-size: 32px;
  font-family: "ProductSansBold", sans-serif;
}

h4 {
  font-size: 24px;
  font-family: "ProductSansBold", sans-serif;
}

.h4-regular {
  font-size: 24px;
  font-family: "ProductSansRegular", sans-serif;
  font-weight: 400 !important;
}

h5, ul li a {
  font-size: 20px;
  font-family: "ProductSansBold", sans-serif;
}

h6 {
  font-size: 14px;
  font-family: "ProductSansBold", sans-serif;
}
.h6-regular{
  font-size: 14px;
  font-family: "ProductSansRegular", sans-serif;
  font-weight: 400 !important;
}

p, li {
  font-size: 18px;
  line-height: 28px;
  font-family: "ProductSansRegular";
  font-weight: 400 !important;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
  display: block;
}

.c-color-primary {
  color: #000;
}

.c-color-secondary {
  color: #AEAEAE;
}

.c-color-text {
  color: #6D6D6D;
}

.c-color-subtitle {
  color: #BCBCBC;
}

.c-mt-48 {
  margin-top: 48px;
}

.c-mt-16 {
  margin-top: 16px;
}

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

.c-fluid-container{
  width: 100%;
  max-width: 1920px;
  margin-left:auto;
  margin-right:auto;
}
.c-container {
  width: 1316px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-container .c-row {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.c-row {
  display: flex;
  align-items: space-between;
  justify-items: start;
}

.c-col4-fluid {
  width: calc(50% - 200px);
  display: inline-block;
}

.c-col4-middle {
  width: 400px;
  display: inline-block;
  position: relative;
}

.c-col12 {
  width: 100%;
}
.c-col6{
  width: 50%;
}

.c-button-icon-left {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 27.5px 15px;
}
.c-button-icon-left span {
  font-size: 24px;
  font-family: "ProductSansRegular", sans-serif;
  font-weight: 400 !important;
}
.c-button-icon-left .circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}
.c-button-icon-left svg{
  transition: 0.2s all;
}
.c-button-icon-left:hover svg{
  transform: scale(1.5);
}

.c-button-icon-right {
  background-color: rgba(255,255,255,0.8);
  border: 1px solid #fff;
  border-radius: 18px;
  padding: 27.5px 15px;
}
.c-button-icon-right span {
  font-size: 24px;
  font-family: "ProductSansRegular", sans-serif;
  font-weight: 400 !important;
}
.c-button-icon-right .circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 2px;
}
.c-button-icon-right svg{
  transition: 0.2s all;
}
.c-button-icon-right:hover svg{
  transform: scale(1.5);
}

.navbar-nonbtn .navbar-left {
  visibility: hidden !important;
}
.navbar-nonbtn .navbar-right {
  visibility: hidden !important;
}

.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 36px;
  z-index: 9999;
}
.navbar .navbar-left {
  width: calc(50% - 658px);
  height: 50px;
  padding-left: 124px;
}
.navbar .navbar-center {
  width: 1296px;
  max-width: 100%;
  background-color: rgba(255,255,255,0.8);
  backdrop-filter: blur(30px);
  border: 1px solid #EAEAEA;
  border-radius: 64px;
  height: auto;
  padding-top: 27px;
  padding-bottom: 27px;
}
.navbar .navbar-center .c-col12 {
  width: 100%;
  display: flex;
  align-items: center;
}
.navbar .navbar-center .c-col12 .navbar-center-col1 {
  width: calc(50% - 54px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.navbar .navbar-center .c-col12 .navbar-center-col1 ul li {
  margin-left: 54px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.navbar .navbar-center .c-col12 .navbar-center-col1 ul li a {
  margin-top: 16px;
}
.navbar .navbar-center .c-col12 .navbar-center-col1 ul li .bar {
  width: 30px;
  height: 4px;
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  border-radius: 50px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
  opacity: 0;
}
.navbar .navbar-center .c-col12 .navbar-center-col1 ul li:hover .bar {
  opacity: 1;
}
.navbar .navbar-center .c-col12 .navbar-center-col1 ul li .bar-active {
  opacity: 1;
}
.navbar .navbar-center .c-col12 .navbar-center-col1 ul li:first-child {
  margin-left: 64px;
}
.navbar .navbar-center .c-col12 .navbar-center-col2 {
  width: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-center .c-col12 .navbar-center-col3 {
  width: calc(50% - 54px);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.navbar .navbar-center .c-col12 .navbar-center-col3 ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 54px;
}
.navbar .navbar-center .c-col12 .navbar-center-col3 ul li:last-child {
  margin-right: 64px;
}
.navbar .navbar-center .c-col12 .navbar-center-col4 {
  padding-left: 32px;
  display: none;
}
.navbar .navbar-center .c-col12 .navbar-center-col4 .bar {
  width: 1px;
  height: 122px;
  background-color: #EAEAEA;
  position: fixed;
  top: 0;
  right: 96px;
}
.navbar .navbar-center .c-col12 .navbar-center-col4 .close {
  display: none;
}
.navbar .navbar-center .c-col12 .navbar-sm {
  width: 100%;
  height: auto;
  background-color: #fff;
  position: fixed;
  top: 121px;
  left: 0;
  border-top: 1px solid #EAEAEA;
  z-index: 998;
  display: none;
}
.navbar .navbar-center .c-col12 .navbar-sm ul li {
  border-bottom: 1px solid #EAEAEA;
  padding-top: 32px;
  padding-bottom: 32px;
}
.navbar .navbar-center .c-col12 .navbar-sm ul li a {
  padding-left: 32px;
  padding-right: 32px;
}
.navbar .navbar-center .c-col12 .navbar-sm ul li:first-child {
  margin-top: 0px;
}
.navbar .navbar-center .c-col12 .navbar-sm ul li:last-child a {
  padding-left: 32px;
  padding-right: 0px;
}
.navbar .navbar-right {
  width: calc(50% - 658px);
  height: 50px;
  padding-right: 124px;
  display: inline-flex;
  justify-content: flex-end;
}

.c-homepage-content {
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-homepage-content .c-row .c-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background-color: #EEEEEE;
  height: 100%;
}
.c-homepage-content .c-row .c-col4-fluid, .c-homepage-content .c-row .c-col4-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-homepage-content .c-row .c-col4-fluid-left {
  text-align: left;
}
.c-homepage-content .c-row .c-col4-fluid-left .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-homepage-content .c-row .c-col4-fluid-left .biography-p {
  width: 180px;
  max-width: 100%;
}
.c-homepage-content .c-row .c-col4-fluid-left .contact-p {
  width: 235px;
  max-width: 100%;
}
.c-homepage-content .c-row .c-col4-fluid-right {
  text-align: right;
}
.c-homepage-content .c-row .c-col4-middle {
  text-align: center;
  position: relative;
}
.c-homepage-content .c-row .c-col4-middle .bar-sm {
  width: 1px;
  height: 100%;
  background-color: #EAEAEA;
  display: none;
}
.c-homepage-content .c-row .c-col4-middle .c-img-container {
  width: 400px;
  height: 100%;
  padding: 32px;
  border: 1px solid #EAEAEA;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 282px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-homepage-content .c-row .c-col4-middle .c-img-container .c-img-container-inner {
  width: 328px;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 282px;
  transition: 0.6s all;
}
.c-homepage-content .c-row .c-col4-middle .c-img-container .c-img-container-inner img {
  transition: 0.6s all;
}
.c-homepage-content .c-row .c-col4-middle .c-img-container .c-img-container-inner img:hover {
  transform: scale(1.05);
}

.c-works {
  padding-top: 140px;
  padding-bottom: 140px;
}
.c-works .c-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-works .c-row .c-col6 {
  width: 50%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-works .c-row .c-col6 a .c-img-container {
  height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-works .c-row .c-col6 a .c-img-container img {
  transition: 0.2s all;
}
.c-works .c-row .c-col6 a .c-img-container img:hover {
  transform: scale(1.05);
}

.c-404 {
  text-align: center;
  height: auto;
  min-height: calc(100vh - 300px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 148px;
  padding-top: 64px;
}
.c-404 .c-row .c-col12 h3 {
  margin-bottom: 16px;
}
.c-404 .c-row .c-col12 .h4-regular {
  width: 640px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-404 .c-row .c-col12 .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-404 .c-row .c-col12 .buttons a.left {
  width: calc(50% - 8px);
  text-align: center;
  margin-top: 64px;
}
.c-404 .c-row .c-col12 .buttons a.left span {
  width: 100%;
  height: 144px;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-size: 18px;
  line-height: 24px;
  font-family: "ProductSansBold";
  color: #000;
  transition: 0.2s all;
}
.c-404 .c-row .c-col12 .buttons a.left:hover span {
  border: 1px solid #C2C2C2;
}
.c-404 .c-row .c-col12 .buttons a.right {
  width: calc(50% - 8px);
  text-align: center;
  margin-top: 64px;
}
.c-404 .c-row .c-col12 .buttons a.right span {
  width: 100%;
  height: 144px;
  background-color: #fff;
  border: 1px solid #EAEAEA;
  margin-left: 8px;
  margin-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  font-size: 18px;
  line-height: 24px;
  font-family: "ProductSansBold";
  color: #000;
  transition: 0.2s all;
}
.c-404 .c-row .c-col12 .buttons a.right:hover span {
  border: 1px solid #C2C2C2;
}

.c-design {
  padding-bottom: 64px;
}
.c-design .c-row .c-col6 {
  width: 50%;
  height: auto;
  text-align: center;
  margin-top: 64px;
}
.c-design .c-row .c-col6-first{
  padding-right:8px;
}
.c-design .c-row .c-col6-second{
  padding-left:8px;
}
.c-design .c-row .c-col6 .c-img-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 64px;
}
.c-design .c-row .c-col6 .c-img-container img {
  max-width: 100%;
  transition: 0.4s all;
}
.c-design .c-row .c-col6 .c-img-container:hover img {
  transform: scale(1.25);
}
.c-design .c-row .c-col6 img {
  max-width: 100%;
}
.c-design .c-row .c-col6 .tags {
  margin-top: 36px;
  margin-bottom: 12px;
}
.tags span {
  padding: 12px 11px;
  font-size: 14px;
  line-height: 14px;
  font-family: "ProductSansRegular";
  font-weight: 400 !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  color: #747474;
  margin-top: 12px;
}
.c-design .c-row .c-col6 .tags span:last-child {
  margin-right: 0px;
}
.c-design .c-row .c-col6 .logo {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:12px;
  margin-bottom: 16px;
}
.c-design .c-row .c-col6 .logo2 img{
  position: relative;
  top:-2px;
}
.c-design .c-row .c-col6 a.learnmore {
  font-size: 20px;
  line-height: 20px;
  font-family: "ProductSansBold";
  font-style: italic;
  color: #000000;
  text-decoration: underline;
}

.c-experience {
  padding-bottom: 64px;
  position: relative;
}
.c-experience .middle-bar {
  width: 1px;
  height: 100%;
  background-color: #EAEAEA;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-experience .c-row {
  justify-content: space-between;
}
.c-experience .c-row .c-col6 {
  width: calc(50% - 40px);
  height: auto;
  text-align: center;
  margin-top: 64px;
}
.c-experience .c-row .c-col6 a {
  font-size: 16px;
  font-family: "ProductSansBold";
  font-style: italic;
  text-decoration: underline;
  color: #707070;
}
.c-experience .c-row .c-col6 .title {
  margin-bottom: -20px;
}
.c-experience .c-row .c-col6 .date {
  margin-top: 46px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.c-experience .c-row .c-col6 .text {
  margin-bottom: 12px;
}
.c-experience .c-row .c-col6 .subtitle {
  margin-bottom: 12px;
}
.c-experience .c-row .c-col6 img {
  position: relative;
  left: -22px;
  margin-top: 28px;
}
.c-experience .c-row .c-col6 .img2 {
  margin-top: -32px;
}
.c-experience .c-row .c-col6 .bar {
  width: calc(100% + 40px);
  position: relative;
  left: -40px;
  height: 2px;
  position: relative;
  top: 12px;
  background-color: #EAEAEA;
}
.c-experience .c-row .c-col6 .title-projects {
  margin-top: 36px;
}
.c-experience .c-row .first {
  text-align: right;
}
.c-experience .c-row .second {
  margin-left: 40px;
  margin-right: 0px;
  text-align: left;
}

.c-footer {
  padding-top: 40px;
  padding-bottom: 48px;
  border-top: 1px solid #EAEAEA;
  text-align: center;
}
.c-footer .c-row {
  align-items: center !important;
  justify-content: center !important;
}
.c-footer .c-row .svg {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 4px;
}
.c-footer .c-row .text {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.design-header-bg{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
}
.wingedbean-header-bg{
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  position: absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index: -1;
}
.togodisposables-header-bg{
  width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  z-index: -1;
}


.c-work-header .c-row-logo{
  width: 100%;
  height: auto;
  min-height: calc(100vh - 540px);
  max-height: 100%;
  padding-top:64px;
  display:flex;
  align-items:center;
  justify-content: center;
  text-align: center;
}
.c-work-header .c-row img{
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:64px;
}
.c-work-header-tags{
  text-align: center;
}
.c-work-header-tags .quote{
  margin-top:28px;
  margin-bottom:28px;
}
.c-work-header-tags a{
  color:#6D6D6D;
  font-size:14px;
  font-family: "ProductSansRegular", sans-serif;
  text-decoration: underline !important;
  font-weight: 400 !important;
}
.c-work-header-tags .year{
  margin-top:14px;
  margin-bottom:164px;
}
.caraer-img1 .c-row{
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  background: url("../img/caraer/img1.jpg") no-repeat;
  background-position: center;
  background-size:cover;
  position: relative;
  z-index: 2;
}
.caraer-img-container{
  width: 100%;
  height: auto;
  min-height: 100vh;
  display:flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.caraer-img-container .c-row{
  display:flex;
  align-items: center;
  justify-content: center;
}
.caraer-img-container1{
  background-color: #17181A;
}
.caraer-img-container1 .c-row .quote{
  width: 90%;
  margin-left:auto;
  margin-right:auto;
  position: absolute;
  top:100px;
  left:50%;
  transform: translateX(-50%);
  text-align: center;
  color:#fff;
}
.caraer-img-container1 .c-row .category{
  position: absolute;
  bottom:100px;
  left:10%;
  color:#fff;
}
.caraer-img-container1 img, .caraer-img-container3 img, .caraer-img-container4 img, .caraer-img-container5 img{
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
}
.caraer-img-container2{
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.caraer-img-container2 .c-row{
  width: 100%;
  height: auto;
  min-height: 100vh;
}
.caraer-img-container2 .c-row .c-col6{
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.caraer-img-container2 .c-row .c-col6 img{
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
}
.caraer-img-container2 .c-row .left{
  background-color: #E74363;
}
.caraer-img-container2 .c-row .right{
  background-color: #FFFFFF;
}
.caraer-img-container3{
  background-color: #E74363;
}
.caraer-img-container3 .quote{
  position: absolute;
  top:100px;
  left:10%;
  color:#fff;
}
.caraer-img-container4 .quote{
  position: absolute;
  top:100px;
  left:10%;
  color:#17181A;
}
.caraer-img-container3 .center-div-outer{
  width: 775px;
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
  height: 450px;
  max-height: 35vh;
  position: relative;
}
.caraer-img-container3 .center-div{
  width: 100%;
  height: 100%;
  background-color: #E74363;
  position: relative;
  display: flex;
  align-items: center;
  justify-content:center;
  text-align: center;
  margin-left:auto;
  margin-right:auto;
  color:#fff;
  border-radius:78px;
  box-shadow: 0px 32px 90px rgba(0, 0, 0, 0.16);
}
.caraer-img-container3 .left-div{
  width: 220px;
  max-width: 100%;
  height: 220px;
  background-color: #17181A;
  position: absolute;
  top:50%;
  left:-110px;
  transform:translateY(-50%);
  color:#fff;
  display: flex;
  align-items: center;
  justify-content:center;
  border-radius:32px;
}
.caraer-img-container3 .right-div{
  width: 220px;
  max-width: 100%;
  height: 220px;
  background-color: #FDEDF0;
  position: absolute;
  bottom:50%;
  right:-110px;
  transform:translateY(50%);
  color:#17181A;
  display: flex;
  align-items: center;
  justify-content:center;
  border-radius:32px;
}
.caraer-img-container5{
  background: url("../img/caraer/container6-bg.jpg") no-repeat;
  background-position: center;
  background-size:cover;
}
.caraer-img-container5 .quote{
  position: absolute;
  top:100px;
  left:10%;
  color:#fff;
}
.caraer-watch-container{
  text-align: center;
  position: relative;
  top:-84px;
  margin-bottom:-84px;
  z-index: 2;
}
.caraer-watch-container .quote{
  position: absolute;
  top:40%;
  left:10%;
  color:#17181A;
}
.caraer-watch-container img{
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
}
.caraer-phones-container{
  width: 100%;
  position: relative;
  top:-540px;
  margin-bottom:-540px;
  text-align: center;
}
.caraer-phones-container img{
  max-width: 100%;
}
.caraer-laptop-container{
  width: 100%;
  position: relative;
  top:-1040px;
  margin-bottom:-1040px;
  text-align: center;
  padding-bottom:84px;
}
.caraer-laptop-container .laptop{
  max-width: 90%;
  margin-left:auto;
  margin-right:auto;
  position: relative;
  z-index: 2;
}
.caraer-laptop-container .footer{
  width: 100%;
  position: absolute;
  bottom:0px;
  left:0;
  z-index: -22;
}
.depooter-img img, .wingedbean-img img{
  max-width: 100%;
  margin-left:auto;
  margin-right:auto;
}
.depooter-img-mt, .wingedbean-img-mt{
  margin-top:64px;
}
.depooter-img-mt, .wingedbean-img-mb{
  margin-bottom:64px;
}

@media (max-width: 568px) {
  .caraer-phones-container{
    position: relative;
    top:-100px !important;
    margin-bottom:-100px !important;
  }
}
@media (max-width: 992px) {
  body {
    padding-top: 136px;
  }
  .navbar {
    top: 0px;
  }
  .navbar .navbar-center {
    padding-top: 24px;
    padding-bottom: 20px;
    border-radius: 0px;
  }
  .navbar .navbar-center img {
    width: 80px;
  }
  .navbar .navbar-center .c-col12 {
    padding-left: 16px;
    justify-content: space-between;
  }
  .navbar .navbar-center .c-col12 .navbar-center-col1 {
    display: none;
  }
  .navbar .navbar-center .c-col12 .navbar-center-col3 {
    display: none;
  }
  .navbar .navbar-center .c-col12 .navbar-center-col4 {
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
  }
  .c-homepage-content {
    height: auto;
    text-align: center;
  }
  .c-homepage-content .c-row {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-homepage-content .c-row .c-line {
    display: none;
  }
  .c-homepage-content .c-row .c-col4-fluid {
    width: 100% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .c-homepage-content .c-row .c-col4-fluid .inner div {
    margin-top: 32px !important;
    padding-bottom: 32px !important;
    border-bottom: 1px solid #EAEAEA;
  }
  .c-homepage-content .c-row .c-col4-fluid .inner div p {
    margin-top: 6px !important;
  }
  .c-homepage-content .c-row .c-col4-fluid .inner div:first-child {
    margin-top: 40px;
  }
  .c-homepage-content .c-row .c-col4-fluid .biography-p {
    width: 100%;
    text-align: center;
  }
  .c-homepage-content .c-row .c-col4-fluid .contact-p {
    width: 100%;
    text-align: center;
  }
  .c-homepage-content .c-row .c-col4-fluid-right {
    width: 100%;
  }
  .c-homepage-content .c-row .c-col4-fluid-right .inner {
    width: 100%;
  }
  .c-homepage-content .c-row .c-col4-fluid-right .inner div {
    margin-top: 32px !important;
    padding-bottom: 12px !important;
  }
  .c-homepage-content .c-row .c-col4-fluid-right .inner div:first-child {
    padding-top: 32px;
    margin-top: 0px !important;
    border-top: 1px solid #EAEAEA;
  }
  .c-homepage-content .c-row .c-col4-fluid-right .inner h1 {
    margin-top: 0px !important;
  }
  .c-homepage-content .c-row .c-col4-middle {
    width: 100% !important;
    display: block !important;
    padding-top: 48px !important;
    padding-bottom: 48px;
  }
  .c-homepage-content .c-row .c-col4-middle .bar-sm {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .c-homepage-content .c-row .c-col4-middle .c-img-container {
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 32px 24px;
    border: 1px solid #EAEAEA;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 282px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .c-homepage-content .c-row .c-col4-middle .c-img-container img {
    width: 100%;
  }
  .c-works {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .c-works .c-row {
    display: block !important;
  }
  .c-works .c-row .c-col6 {
    width: 100% !important;
  }
  .c-works .c-row .c-col6 a .c-img-container {
    height: auto;
  }
  .c-works .c-row .c-col6 a .c-img-container img {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    transition: 0.2s all;
  }
  .c-works .c-row .c-col6 a .c-img-container img:hover {
    transform: scale(1);
  }
  .c-works .c-row .first h4 {
    position: relative;
    top: -24px;
  }  
  .c-works .c-row .second h4 {
    margin-top: 8px;
  }
  .c-works .c-row .second {
    margin-top: 32px;
  }

  .c-404 .c-row .c-col12 .buttons {
    display: block !important;
    margin-top: 64px;
  }
  .c-404 .c-row .c-col12 .buttons a.left {
    width: 100% !important;
  }
  .c-404 .c-row .c-col12 .buttons a.right {
    width: 100% !important;
  }
  .c-404 .c-row .c-col12 .buttons a.right span {
    margin-top: 12px;
  }
  .c-design {
    margin-top: -32px;
    padding-bottom: 64px;
  }
  .c-design .c-row {
    display: block !important;
  }
  .c-design .c-row .c-col6 {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 64px;
    display: block !important;
  }
  .c-design .c-row .c-col6 .tags {
    margin-top: 12px;
  }
  .c-experience .middle-bar {
    display: none;
  }
  .c-experience .c-row {
    display: block !important;
    padding-left: 24px;
    padding-right: 24px;
  }
  .c-experience .c-row .c-col6 {
    width: 100% !important;
    display: block;
  }
  .c-experience .c-row .first {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
  .c-experience .c-row .second {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left !important;
  }
  .c-experience .c-row .second img {
    max-width: 100%;
  }
  .c-footer .svg {
    transform: scale(0.8);
    position: relative;
    top: 1px !important;
  }
  h5 {
    font-size: 16px;
  }
  .c-design .c-row .c-col6-first{
    padding-right:0px;
  }
  .c-design .c-row .c-col6-second{
    padding-left:0px;
  }
  .caraer-phones-container{
    position: relative;
    top:-240px;
    margin-bottom:-240px;
  }
  .caraer-laptop-container{
    position: relative;
    top:-200px !important;
    margin-bottom:-200px !important;
  }
  .caraer-laptop-container .laptop{
    max-width: 90%;
    margin-left:auto;
    margin-right:auto;
  }
  .caraer-laptop-container .footer{
    position: absolute;
    bottom:0;
  }
}
@media (min-width: 992px) {
  .bar-sm {
    display: none !important;
  }
  .navbar-sm {
    display: none !important;
  }
  .navbar-center-col4 {
    display: none !important;
  }
  .c-homepage-content .c-row .c-col4-middle .c-img-container .c-img-container-inner{
    height: 641px;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-center .c-col12 .navbar-center-col1 ul li {
    margin-left: 24px;
  }
  .navbar .navbar-center .c-col12 .navbar-center-col1 ul li:first-child {
    margin-left: 32px;
  }
  .navbar .navbar-center .c-col12 .navbar-center-col3 ul li {
    margin-right: 24px;
  }
  .navbar .navbar-center .c-col12 .navbar-center-col3 ul li:last-child {
    margin-right: 24px;
  }
  .c-homepage-content .c-row {
    padding-left: 48px;
    padding-right: 48px;
  }
  .c-homepage-content .inner {
    width: 100%;
  }
  .c-work-header-tags .year{
    margin-bottom:64px;
  }
  .caraer-img-container3 .left-div{
    width: 164px;
    height: 164px;
    position: absolute;
    left:50%;
    top:-110px;
    transform:translate(-50%, 0);
  }
  .caraer-img-container3 .right-div{
    width: 164px;
    height: 164px;
    position: absolute;
    left:50%;
    bottom:-110px;
    transform:translate(-50%, 0);
  }
  .caraer-img-container2 .c-row{
    display: block;
  }
  .caraer-img-container2 .c-row .left{
    width: 100% !important;
  }
  .caraer-img-container2 .c-row .right{
    width: 100% !important;
  }
}
@media (max-width: 1600px) {
  .navbar .navbar-left {
    display: none;
  }
  .navbar .navbar-right {
    display: none;
  }
  .caraer-watch-container .quote{
    position: absolute;
    top:-10%;
  }
  .caraer-laptop-container{
    position: relative;
    top:-540px;
    margin-bottom:-540px;
  }
}
@media (max-width: 2100px) {
  .navbar .navbar-left {
    padding-left: 15px;
  }
  .navbar .navbar-right {
    padding-right: 15px;
  }
}/*# sourceMappingURL=style.css.map */