:root {
  --body: #0a0a0a;
  --body-font: #959595;
  --white: white;
  --primary: #eb502c;
  --body-font-in-white: #686868;
  --geadient-color-one: #eb502c66;
  --transperant: #fff0;
  --gradient-color-two: #ffb13166;
  --h2-pc: 2.5rem;
  --title-in-white: #262626;
  --h2-mobil: 34px;
  --h2-gros-pc: 3.2rem;
  --h2-mobil-gros: 41px;
  --dark-grey: #151515;
  --background-color-two: #0e0e0e;
  --border-radius: 20px;
  --h3-pc: 0px;
}

body {
  background-color: var(--body);
  color: var(--body-font);
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 600;
  line-height: 110px;
}

h2 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

h3 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

h4 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

h5 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

h6 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #d8d3d3;
  margin-bottom: 10px;
}

a {
  color: var(--primary);
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: #d8d3d3;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.menu-icon {
  margin-left: auto;
}

.menu-line {
  background-color: #fff;
  width: 50px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 8px;
}

.menu-line.half {
  width: 25px;
  margin-left: auto;
}

.button-one {
  clear: none;
  border: 1px solid var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-one.price-button {
  padding-left: 13px;
  padding-right: 13px;
}

.button-one._8 {
  margin-top: 20px;
}

.button-one._1236 {
  margin-top: 40px;
}

.button-text-main {
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  z-index: 1;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.button-arrow-wrap.white {
  background-color: var(--white);
  background-color: #fff;
}

.button-arrow-wrap {
  z-index: 1;
  background-color: #eb502c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow-wrap.white {
  background-color: var(--white);
  background-color: #fff;
}

.button-arrow-active-icon {
  height: auto;
}

.button-arrow-inctive-icon {
  height: auto;
  display: block;
  position: absolute;
  inset: auto 92% -77% auto;
}

.button-overlay-layer {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

.button-overlay-layer.white {
  background-color: var(--white);
}

.container {
  width: 100%;
  max-width: 1100px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container.sticky-container {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--geadient-color-one), var(--transperant) 34%);
  position: sticky;
  top: 190px;
}

.container._2 {
  flex-flow: column;
  display: flex;
}

.container._1 {
  display: flex;
}

.container._456 {
  background-color: var(--body);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  top: -38px;
}

.container._456._841 {
  margin-top: 80px;
  top: 0;
}

.container._15184 {
  margin-bottom: 100px;
}

.container._2365 {
  padding-top: 120px;
}

.text-white {
  color: #fff;
}

.border-radius-hundred {
  border-radius: 100px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.sub-menu-arrow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 13px;
  height: 9px;
  margin-top: 4px;
  display: flex;
}

.footer-content-list {
  flex: 0 auto;
  max-width: 536px;
}

.footer-content-list.footer-two-list-two {
  flex-basis: 19%;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 0;
}

.footer-content-list.footer-two-list-two.secound-column {
  flex-basis: 30%;
  padding-top: 12px;
  padding-left: 40px;
}

.footer-content-list.two-style {
  flex: 0 30%;
  max-width: 600px;
}

.footer-call-div {
  margin-bottom: 25px;
}

.footer-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.footer-text-wrap {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: -10px;
}

.footer-text-wrap.second-row-footer {
  padding-left: 60px;
}

.copyright-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-small-text.footer-title:hover, .footer-small-text.contact-email-title:hover, .footer-small-text.no-hover-color:hover {
  color: var(--white);
}

.footer-small-text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 6px;
  transition: color .2s cubic-bezier(.421, .188, .246, .825);
}

.footer-small-text:hover {
  color: var(--primary);
}

.footer-small-text.w--current {
  color: var(--white);
  text-decoration: none;
}

.footer-small-text.footer-title:hover, .footer-small-text.contact-email-title:hover, .footer-small-text.no-hover-color:hover {
  color: var(--white);
}

.footer-small-text.footer-title {
  padding-bottom: 20px;
}

.footer-small-text.footer-title:hover, .footer-small-text.contact-email-title:hover {
  color: var(--white);
}

.footer-small-text._2 {
  font-size: 12px;
}

.copyright-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 562px;
  font-size: 17px;
}

.line-inner-button {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0%;
}

.line-inner-button.orrange-line {
  background-color: var(--primary);
}

.footer-social-icon {
  filter: invert();
}

.footer-social-icon._258 {
  filter: none;
  width: 17px;
}

.button-line {
  background-color: var(--transperant);
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.full-container {
  max-width: 100%;
}

.full-container.margue-footer {
  border-bottom: 1px #2c2c30;
  max-width: 1170px;
  overflow: hidden;
}

.footer-copyright-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.footer-two-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 77px;
  padding-bottom: 82px;
}

.footer-social {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  display: flex;
}

.fotter-sub-text {
  color: var(--white);
  transition: color .2s cubic-bezier(.339, .2, .386, .849);
}

.fotter-sub-text:hover {
  color: var(--primary);
}

.navlink._0, .navlink._01, .navlink._02, .navlink._03, .navlink._04, .navlink._0, .navlink._01, .navlink._02, .navlink._03, .navlink._04, .navlink._0, .navlink._01, .navlink._02, .navlink._03, .navlink._04 {
  display: flex;
  overflow: hidden;
}

.navbar-wraper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-link-wrap {
  z-index: 99;
  background-color: var(--body);
  background-image: linear-gradient(to bottom, #0a0a0a99, #0a0a0a99), radial-gradient(circle farthest-corner at 100% 100%, var(--geadient-color-one), var(--transperant) 37%), radial-gradient(circle farthest-corner at 0% 0%, var(--geadient-color-one), var(--transperant) 44%);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, -100vh);
}

.navbar-div {
  z-index: 9999;
  width: 100%;
  height: 94px;
  position: fixed;
  inset: 1px 0% auto;
}

.nav-trigger {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-end;
  align-items: flex-start;
  width: 120px;
  display: flex;
}

.sticky-nav-background {
  z-index: 1;
  background-color: var(--transperant);
  position: absolute;
  inset: 0%;
}

.navbar-logo-menu-wrap {
  z-index: 999;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1516px;
  padding-top: 10px;
  position: relative;
}

.nav-overlay {
  z-index: -1;
  background-color: var(--body);
  border-radius: 100%;
  width: 4000px;
  height: 4000px;
  margin-top: -2000px;
  margin-right: -2000px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: scale(0);
}

.navlinktext {
  color: #eb502c;
}

.logo-link {
  display: block;
}

.navbar-three-menu-items {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}

.navbar-dropdown-toggle {
  background-color: #ddd0;
  width: 100%;
  position: static;
  overflow: hidden;
}

.navbar-dropdown {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 15px;
}

.navbar-three-toggle {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.navbar-three-toggle.w--open {
  color: var(--primary);
}

.navbar-three-boxes {
  z-index: 99;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-three-dropdown {
  text-align: center;
  text-align: center;
  width: 100%;
}

.submenu-text {
  text-transform: none;
  font-weight: 600;
}

.home-three-small-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: color .35s;
  display: flex;
}

.home-three-small-menu:hover {
  color: var(--primary);
}

.footer-style-three {
  background-image: linear-gradient(188deg, var(--body) 15%, #f9f9f905 71%, var(--transperant)), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad439_Portfolio-bg.webp"), linear-gradient(164deg, black 51%, #eb2005d6 85%, #9e2810 100%, var(--gradient-color-two));
  background-position: 0 0, 50% 0, 0 0;
  background-size: auto, cover, auto;
  padding-top: 100px;
  padding-bottom: 20px;
}

.footer-content {
  margin-top: 31px;
  margin-bottom: 31px;
  padding-right: 30px;
}

.footer-content.text-white {
  padding-right: 0;
  font-size: 17px;
}

.menu-title {
  color: var(--white);
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}

.menu-title.one:hover {
  text-decoration: none;
}

.nav-large-text-wrap {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

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

.nav-overflow-hidden.nav-link-margin {
  opacity: .4;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-right: 60%;
  padding-left: 3rem;
  padding-right: 0;
  overflow: visible;
}

.nav-overflow-hidden.nav-link-margin:hover {
  opacity: 1;
}

.text-blcok-menu-one {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.nav-text-two-one {
  color: #fff3;
  letter-spacing: -.24px;
  text-transform: uppercase;
  flex: 1;
  min-height: auto;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.nav-link.nav-six, .nav-link.nav-five, .nav-link.nav-two, .nav-link.nav-three {
  transition: opacity .2s;
}

.nav-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link.nav-six, .nav-link.nav-five, .nav-link.nav-two, .nav-link.nav-three {
  transition: opacity .2s;
}

.nav-link.nav-six, .nav-link.nav-five, .nav-link.nav-two, .nav-link.nav-three {
  transition: opacity .2s;
}

.nav-link.nav-one {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
}

.item-menu-wrapper-one {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
}

.link-block-9 {
  color: var(--white);
  text-decoration: none;
  transition: all .3s;
}

.link-block-9:hover {
  color: var(--primary);
  text-decoration: underline;
}

.blank-line {
  width: 0;
  height: 0;
}

.zxa-a-decor-1 {
  margin-right: 1em;
}

.author-image {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.sticky-sidebar-block {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  position: sticky;
  top: 101px;
}

.text-block-81 {
  color: var(--white);
  margin-left: 5px;
}

.text-block-135 {
  color: #f2f6ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.card-left-line {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 1px;
  display: flex;
  position: absolute;
  inset: -1px auto -1px -1px;
}

.div-block-448 {
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #fff;
  border-radius: 17px;
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-346 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  display: inline-flex;
}

.text-block-137 {
  color: #fff;
  margin-bottom: 11px;
  font-weight: 600;
}

.link-8 {
  color: var(--primary);
  background-color: #0000;
  background-image: linear-gradient(#000000ab, #000000ab);
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 600;
  text-decoration: none;
}

.link-8.w--current {
  color: var(--primary);
  background-color: #000000ba;
  border-radius: 9px;
}

.zxa-a-icon-1 {
  object-fit: cover;
  object-fit: cover;
  height: 1.5em;
}

.div-block-434 {
  display: flex;
}

.text-block-58 {
  color: #fff;
  margin-top: -25px;
}

.text-block-58._2587._247 {
  margin-top: 0;
}

.image-80 {
  filter: grayscale() invert();
}

.works-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67faec5092acf6bde60812e5_media_elem.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
}

.sidebar {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  position: relative;
}

.sidebar.bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.background-wrapper {
  z-index: 2;
  justify-content: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.author-background {
  background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67faf5dff233a60a038877d0_genspark-image%20(1).jpg");
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.post-body {
  border-right: 1px #8e93a526;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 900px;
  padding: 0;
  display: flex;
}

.journal-author {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  border-left: 1px solid #bfc5d5;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 20px;
  display: block;
}

.rich-text-wrapper {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-445 {
  margin-top: 34px;
}

.div-block-347 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.zxa-a-wrap-1 {
  align-items: center;
  display: flex;
}

.div-block-345 {
  background-color: #00000075;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 17px;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 9px -2px #fff;
}

.div-block-433 {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.xxl-heading {
  text-shadow: 0 2px 5px #000;
  margin-left: 117px;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2em;
}

.xxl-heading._151544 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 37px;
  margin-left: 0;
  padding: 20px 150px;
  font-family: Urbanist, sans-serif;
  font-size: 40px;
  line-height: 57px;
  display: flex;
}

.author-top-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  place-items: center start;
  width: 40%;
  padding-left: 18px;
  display: flex;
}

.div-block-443 {
  border-left: 1px solid #cbdce966;
  width: 200%;
  height: 590px;
  margin-top: 30px;
  padding-top: 28px;
  padding-left: 20px;
  position: sticky;
  top: 30px;
}

.div-block-443._87 {
  width: 40%;
  height: 590px;
  padding-top: 30px;
  padding-right: 20px;
}

.link-4 {
  color: #fff;
  text-transform: uppercase;
  width: 40%;
  margin-top: 0;
  margin-left: 21px;
  padding-right: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline;
}

.link-4:hover {
  color: #000;
  background-color: #fff0;
  width: 31%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-344 {
  background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad439_Portfolio-bg.webp");
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.rich-text-block {
  width: 100%;
  margin-top: 40px;
  padding-right: 20px;
}

.rich-text-block h1 {
  font-size: 50px;
  line-height: 60px;
}

.rich-text-block h2 {
  font-size: 36px;
  line-height: 50px;
}

.rich-text-block h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.div-block-489 {
  width: 100%;
  display: flex;
}

.collection-item-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  height: 60%;
  margin-bottom: 20px;
  padding: 0;
  transition: all .3s;
  display: block;
}

.collection-item-2:hover {
  transform: scale(.98);
}

.div-block-490 {
  border: 1px solid var(--body-font-in-white);
  transform-style: preserve-3d;
  background-image: linear-gradient(#0000006b, #0000006b);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.div-block-490:hover {
  transform: scale3d(1none, 1none, 1none);
}

.text-block-160 {
  color: var(--white);
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
}

.text-block-161 {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  background-color: #fff3;
  border: 1px solid #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.text-block-161:hover {
  background-color: var(--gradient-color-two);
}

.link-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  transform-style: preserve-3d;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 100%;
  text-decoration: none;
  display: block;
}

.link-block-10:hover {
  transform: scale3d(1none, 1none, 1none);
}

.nav-link-flex-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: none;
  position: relative;
  overflow: hidden;
}

.container-85 {
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.collection-list-11 {
  height: 100%;
}

.collection-list-wrapper-14 {
  height: 60%;
}

.button-27 {
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #3898ec00;
  font-size: 16px;
  transition: all .3s;
}

.button-27:hover {
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .marque-overlay-block {
    background-image: linear-gradient(#020202, #06060600 53%, #0a0a0a), linear-gradient(90deg, #0c0b0b, #fff0 50%, #0c0b0b 103%);
  }

  .home-one-video-section {
    padding-bottom: 142px;
  }

  .container {
    max-width: 1200px;
  }

  .container._456 {
    background-color: #0e0e0ed1;
    top: -158px;
  }

  .container._456._841 {
    top: -305px;
  }

  .home-one-our-work-section {
    padding-bottom: 150px;
  }

  .marque-one-flex.home-two._2._8585 {
    margin-top: -130px;
  }

  .marque-one-flex.about-marque-wrap {
    margin-top: 140px;
  }

  .marque-one-flex.about-two-marque-flex {
    padding-top: 145px;
  }

  .home-one-hero-button-content-wrap.width-full {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .homr-one-counter-div {
    padding-top: 146px;
    padding-bottom: 150px;
  }

  .homr-one-counter-div.border-radius-twenty.about-three-counter {
    padding-bottom: 206px;
  }

  .homr-one-counter-div.border-radius-twenty._14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .homr-one-counter-div.border-radius-twenty._14._20147 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .homr-one-counter-div.border-radius-twenty._1280 {
    width: 100%;
    padding: 4rem 2rem;
  }

  .heading-six.home-one-innovation-icon-title._2 {
    max-width: 369px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .heading-six.home-one-innovation-icon-title._2._4 {
    font-size: 23px;
  }

  .heading-six._2 {
    height: 60px;
  }

  .two-service-content-wraper {
    justify-content: flex-start;
    align-items: center;
  }

  .home-one-design-title._1 {
    max-width: 100%;
  }

  .home-one-design-title._87 {
    max-width: 1100px;
  }

  .home-one-design-title.home {
    max-width: 770px;
  }

  .homr-one-counter {
    padding-bottom: 144px;
  }

  .homr-one-counter.service-three-price, .home-one-sticky-section-two {
    padding-bottom: 150px;
  }

  .home-one-manage-content.two-campaign-content {
    min-width: 50%;
  }

  .home-one-manage-content._87 {
    padding-right: 80px;
  }

  .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4 {
    height: 340px;
  }

  .our-serive-box-one.border-radius-twenty {
    height: 190px;
  }

  .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4 {
    height: 340px;
  }

  .our-serive-box-one.border-radius-twenty._1._2 {
    transition: transform .3s;
  }

  .our-serive-box-one.border-radius-twenty._1._2:hover {
    transform: scale(.95);
    box-shadow: 0 2px 5px #fff3;
  }

  .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4, .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4, .our-serive-box-one.border-radius-twenty._2._5._4 {
    height: 340px;
  }

  .marque-text {
    font-size: 80px;
  }

  .home-one-innovation-box.border-radius-twenty.overflow-hidden.hover {
    transition: all .4s;
  }

  .home-one-innovation-box.border-radius-twenty.overflow-hidden.hover:hover {
    transform: scale(.98);
  }

  .home-one-testimonial {
    padding-bottom: 150px;
  }

  .home-one-testimonial.home-two-testimonial {
    padding-top: 144px;
  }

  .home-one-testimonial.home-two-testimonial._1 {
    margin-bottom: 150px;
    padding-top: 0;
  }

  .home-one-innovation {
    padding-top: 142px;
    padding-bottom: 142px;
  }

  .home-one-innovation.home-two-innovation {
    padding-bottom: 70px;
  }

  .home-one-innovation.home-two-innovation._2 {
    padding-top: 100px;
  }

  .home-one-innovation._0._7 {
    padding-bottom: 0;
  }

  .no-margin {
    color: var(--white);
  }

  .home-one-manage-image-wrap {
    flex: 0 43%;
  }

  .home-one-shine-wrap {
    width: 10%;
  }

  .light-text._987, .light-text.heroos {
    font-size: 50px;
  }

  .light-text._45 {
    font-size: 50px;
  }

  .light-text._40 {
    font-size: 40px;
  }

  .light-text._40._147 {
    text-transform: none;
    text-transform: none;
  }

  .light-text._987, .light-text.heroos {
    font-size: 50px;
  }

  .light-text._96 {
    font-size: 45px;
  }

  .home-one-manage-text._1._2._155115514 {
    color: #d8d3d3;
  }

  .contact-icon-box {
    padding-left: 102px;
  }

  .contact-icon-box.contact-two-card {
    padding-left: 0;
  }

  .contact-icon-box._1._0 {
    padding-left: 40px;
  }

  .counter-heading.contact-icon-box-light-text {
    display: block;
  }

  .counter-heading.contact-icon-box-light-text.no-margin {
    color: #ffffff1f;
    right: 54%;
  }

  .contact-iconbox-grid.contact-two {
    height: auto;
  }

  .contact-iconbox-grid.about-counterbox-wrap {
    padding-top: 40px;
  }

  .footer-content-list.footer-two-list-two.secound-column {
    padding-left: 60px;
  }

  .full-container.margue-footer {
    max-width: 1220px;
  }

  .footer-two-wrap {
    padding-top: 137px;
  }

  .sticky-nav-background {
    background-image: radial-gradient(circle at 0%, #000, #fff0);
  }

  .navbar-logo-menu-wrap {
    padding-left: 0%;
  }

  .two-analysis-iconbox-content {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .two-analysis-iconbox-content.top {
    margin-top: -260px;
  }

  .two-campaign-box-grid {
    flex-basis: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: 250px;
  }

  .two-analysis-wrap.design-wrap.home {
    justify-content: flex-start;
    align-items: stretch;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen {
    width: 90%;
    padding-right: 0%;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._12._847 {
    max-width: 670px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._1 {
    line-height: 65px;
  }

  .two-campaign-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .two-blog-section {
    padding-top: 142px;
    padding-bottom: 150px;
  }

  .home-two-hero {
    height: 100vh;
  }

  .two-design-section {
    padding-top: 140px;
    padding-bottom: 150px;
  }

  .two-campaign-section {
    margin-bottom: 150px;
  }

  .two-campaign-section._158._847 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .two-campaign-box {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: 100%;
    display: block;
  }

  .two-analysis-border-wrap._151148 {
    height: 379px;
  }

  .two-analysis-border-wrap._151148._4 {
    height: 453px;
  }

  .two-analysis-border-wrap._151148._2 {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .two-analysis-border-wrap._151148._2._3 {
    height: 330px;
  }

  .two-analysis-title._2._1._24 {
    background-position: 37% 94%;
  }

  .two-analysis-title._2._1._24._741 {
    background-position: 95% 90%;
  }

  .two-hero-title._2 {
    font-size: 50px;
    line-height: 60px;
  }

  .two-hero-title._2._897._841._36._12214 {
    line-height: 76px;
  }

  .two-hero-title._2._14 {
    padding-left: 0;
    font-size: 50px;
  }

  .two-hero-title._2._789 {
    font-size: 55px;
    line-height: 75px;
  }

  .two-hero-title._2._789._001 {
    font-size: 50px;
    line-height: 60px;
  }

  .two-hero-title._2._99987 {
    font-size: 50px;
    line-height: 65px;
  }

  .two-campaign-box-image.border-radius-twenty.active {
    width: 100%;
    height: 400px;
    min-height: 100%;
    margin-top: -96px;
  }

  .two-hero-content-wrap._1247 {
    padding-top: 69px;
  }

  .two-analysis-image-wrap {
    flex-basis: 50%;
  }

  .two-collaboration-section {
    padding-top: 142px;
    padding-bottom: 150px;
  }

  .heading-four.two-collaboration-title {
    color: var(--white);
  }

  .footer-style-two {
    padding-top: 136px;
  }

  .three-identity-section {
    padding-top: 142px;
    padding-bottom: 142px;
  }

  .three-identity-section._74 {
    padding-top: 0;
  }

  .three-interactive-section {
    padding-top: 142px;
    padding-bottom: 150px;
  }

  .three-projects-section {
    padding-top: 115px;
    padding-bottom: 120px;
  }

  .three-analysis-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .three-product-list.service-three-product-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .banner-gradient-title {
    font-size: 150px;
    line-height: 160px;
  }

  .banner-gradient-title.no-margin._284 {
    font-size: 140px;
  }

  .footer-style-three {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad439_Portfolio-bg.webp"), linear-gradient(59deg, var(--dark-grey) 24%, var(--transperant)), linear-gradient(164deg, black 51%, #eb2005d6 85%, #9e2810 100%, var(--gradient-color-two));
    background-position: 0 0, 0 0, 0 0;
    background-size: cover, auto, auto;
  }

  .about-one-video {
    background-image: linear-gradient(#17171780, #17171780), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad3bd_about-video-overlay-image.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-one-hero-flex {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-one-development {
    padding-bottom: 150px;
  }

  .about-one-hero {
    padding-bottom: 131px;
  }

  .about-one-testimonial {
    padding-top: 142px;
    padding-bottom: 150px;
  }

  .about-two-dev-image-wrap.about-three-dev-image-wrap.home {
    flex-flow: column;
    display: block;
  }

  .about-two-dev-image-wrap.contact-two-box-wrap {
    flex: none;
  }

  .about-two-hero-flex.service-one-hero-flex {
    margin-top: -47px;
  }

  .about-two-hero-flex.price-two-hero-flex-wrap {
    margin-top: -32px;
  }

  .sticky-one-iconbox.top-bottom-padding._87 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .sticky-one-iconbox._1._87 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-two-hero {
    padding-bottom: 140px;
  }

  .sticky-iconbox-icon.border-radius-hundred._1 {
    width: 66px;
    height: 66px;
  }

  .about-two-development {
    margin-top: 137px;
    padding-bottom: 132px;
  }

  .about-two-portfolio {
    padding-bottom: 150px;
  }

  .about-two-development-title._151554 {
    background-position: 94% 90%;
    background-size: 8%;
    font-size: 54px;
    line-height: 65px;
  }

  .about-two-development-content._21 {
    width: 80%;
  }

  .about-two-development-content._21._1478._99687._74 {
    width: 100%;
  }

  .about-three-marketing {
    padding-top: 150px;
    padding-bottom: 144px;
  }

  .about-three-marketing._2._1._8 {
    margin-top: 80px;
    padding-top: 80px;
  }

  .about-three-marketing._2.test {
    background-image: none;
  }

  .about-three-marketing._147 {
    padding-bottom: 80px;
  }

  .about-three-projects {
    margin-bottom: 150px;
  }

  .about-three-portfolio {
    margin-bottom: 144px;
  }

  .about-two-testimonial-section {
    padding-top: 136px;
    padding-bottom: 150px;
  }

  .service-one-hero {
    padding-bottom: 200px;
  }

  .service-one-innovation {
    padding-top: 144px;
  }

  .service-one-marketing {
    background-image: linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 100% 35%, var(--gradient-color-two), var(--geadient-color-one) 11%, var(--transperant) 19%);
  }

  .service-one-marketing-flex {
    margin-top: 144px;
    padding-bottom: 150px;
  }

  .service-one-creative-flex._2 {
    padding-top: 50px;
  }

  .service-campaign-section {
    padding-top: 144px;
  }

  .servicetwo-feature-section {
    padding-top: 138px;
  }

  .about-one-slider {
    padding-top: 144px;
    padding-bottom: 150px;
  }

  .card-slder-content-wrap {
    padding-left: 10%;
    padding-right: 15px;
  }

  .service-three-price-table-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-three-hero-text {
    font-size: 180px;
  }

  .service-three-strategy {
    padding-top: 143px;
  }

  .service-three-box-flex._789._333321 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-three-box-flex._104 {
    grid-template-rows: auto;
  }

  .service-three-image-box.border-radius-twenty._2._97._8._963._14 {
    height: auto;
  }

  .service-three-management {
    padding-top: 144px;
    padding-bottom: 150px;
  }

  .service-marque-image-flex.contact-image-content-flex {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    padding-left: 44px;
  }

  .service-marque-image-block.contact-two-box-wrap-two {
    flex-basis: 40%;
  }

  .contact-one-hero {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .contact-two-hero, .contact-three-hero {
    padding-bottom: 150px;
  }

  .contact-three-getin-touch {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-one-price-section {
    padding-bottom: 150px;
  }

  .price-two-section {
    padding-top: 193px;
    padding-bottom: 150px;
  }

  .portfolio-one-content-wrap {
    padding-top: 145px;
    padding-bottom: 150px;
  }

  .portfolio-details-hero {
    padding-bottom: 131px;
  }

  .portfolio-details-portfolio-wrap {
    padding-bottom: 150px;
  }

  .max-width-four-nightynine._2 {
    max-width: 96%;
  }

  .max-width-four-nightynine._2._87 {
    padding-left: 40px;
  }

  .heading-two.landing-home-page-title {
    max-width: 982px;
    margin-top: -55px;
  }

  .paragraph-2._0marge {
    color: #fff;
  }

  .text-span-108 {
    color: #ffa84b;
    text-align: center;
    font-weight: 600;
  }

  .paragraph-3 {
    padding-left: 15px;
  }

  .core-value._154._3, .core-value._1, .core-value._2, .core-value._154._3, .core-value._154._3, .core-value._1, .core-value._2 {
    border-top-width: 5px;
    border-top-color: var(--primary);
  }

  .columns-3._974 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-474 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .three-interactive-section-2 {
    padding-top: 142px;
    padding-bottom: 150px;
  }

  .heading-95._1 {
    margin-top: 0;
  }

  .about-two-portfolio-2 {
    padding-bottom: 150px;
  }

  .home-one-manage-content-2.two-campaign-content.about-two-portfolio-content-wrap._1 {
    height: auto;
  }

  .step-block {
    background-image: none;
  }

  .section-45 {
    background-image: radial-gradient(circle farthest-corner at 100% 38%, var(--primary), #fff0 39%);
  }

  ._78954 {
    line-height: 65px;
  }

  .paragraph-7._789 {
    font-family: Urbanist, sans-serif;
  }

  .image-156 {
    padding-top: 247px;
  }

  .heading-100 {
    font-size: 60px;
    line-height: 80px;
  }

  .sticky-sidebar-block {
    justify-content: flex-start;
    margin-top: 17px;
    margin-left: 0;
    padding-left: 0;
  }

  .text-block-81 {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .text-block-135 {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 38px;
  }

  .div-block-448 {
    width: 100%;
  }

  .div-block-346 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-8 {
    color: #000;
    background-image: linear-gradient(#fff, #fff);
    padding: 10px 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .image-80 {
    filter: hue-rotate(40deg) invert();
  }

  .works-grid {
    background-image: none;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }

  .sidebar.bottom {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .post-body {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .journal-author {
    margin-left: 0;
  }

  .rich-text-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .div-block-347 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-345 {
    background-image: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .xxl-heading {
    font-size: 68px;
  }

  .xxl-heading._151544 {
    text-shadow: 0 1px 1px #000;
    height: auto;
    margin-left: 0;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 44px;
  }

  .div-block-443 {
    background-color: red;
    width: 20%;
    height: 75px;
    margin-top: 30px;
    padding-bottom: 150px;
    padding-right: 0;
    position: sticky;
    top: 30px;
    bottom: 250px;
  }

  .div-block-443._87 {
    background-color: #f000;
    width: 30%;
    height: 75vh;
    padding-top: 10px;
  }

  .link-4 {
    width: 30%;
    padding-left: 10px;
  }

  .div-block-344 {
    background-image: none;
    height: 430px;
  }

  .rich-text-block {
    width: 80%;
  }

  .rich-text-block li {
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-color: #fff;
    line-height: 22px;
  }

  .collection-item-2 {
    height: 200px;
  }

  .div-block-490 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .text-block-160, .text-block-161 {
    text-transform: uppercase;
  }

  .link-block-10 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  ._789 {
    width: auto;
  }

  .image-158 {
    border-radius: 50px;
  }

  .image-159 {
    border-radius: 90px;
  }

  .text-span-152 {
    font-family: Italiana, sans-serif;
    font-weight: 400;
  }

  .text-span-153 {
    font-family: Italiana, sans-serif;
  }

  .text-span-154, .text-span-155, .text-span-156 {
    font-family: Italiana, sans-serif;
    font-weight: 400;
  }

  .collection-list-8 {
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1.75fr));
  }

  .section-84 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67faec5092acf6bde60812e5_media_elem.png");
    background-position: 100% 10%;
    background-repeat: no-repeat;
    background-size: 10%;
    margin-bottom: 0;
  }

  .home-hero-images {
    margin-left: 260px;
  }

  .section-86._1551 {
    margin-bottom: 79px;
  }

  .section-86._1551._80 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67fd1bbfd296363b2cf44f4c_hero_elem-circle1.svg");
    background-position: 95% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 80px;
  }

  .section-86._1551._80._888774._15154457 {
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-full {
    margin-left: 0;
  }

  .hero-image-strip-2 {
    width: 295%;
  }

  .hero-image-3 {
    width: auto;
    min-width: 45vh;
    height: 45vh;
  }

  .page-padding-4 {
    padding-left: 0;
  }

  .checkbox-label-3.open {
    width: 60%;
    font-size: 10px;
  }

  .checkbox {
    width: 12px;
    height: 12px;
  }

  .contact-text {
    margin-left: 10px;
  }

  .div-block-432 {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-431._87878745.grrgrgrtggtrgtr {
    background-color: #0a0f1aab;
    width: 320px;
  }

  .div-block-496 {
    width: 350px;
  }

  .heading-191._17 {
    font-size: 85px;
    line-height: 100px;
  }

  .div-block-497 {
    position: absolute;
  }

  .div-block-500 {
    width: 100%;
    padding-right: 25%;
  }

  .paragraph-55, .paragraph-56, .paragraph-58 {
    font-family: Urbanist, sans-serif;
  }

  ._5547 {
    font-family: Urbanist, sans-serif;
    font-size: 18px;
  }

  .right-floating-cookie {
    background-color: #232121d6;
  }

  .white-text {
    color: #fffefe;
  }

  .three-projects-image-overlay-2.three-hero {
    background-image: radial-gradient(circle at 75% 30%, #eb502c66, #fff0 20%), radial-gradient(circle, #0a0a0a, #fff0);
  }

  .three-hero-section-2 {
    padding-top: 20px;
  }

  .three-hero-section-2._2 {
    padding-top: 142px;
  }

  .paragraph-65 {
    font-weight: 700;
  }

  .list-item-36, .list-item-37, .list-item-38, .list-item-39 {
    color: #d8d3d3;
  }

  .collection-list-11, .collection-list-wrapper-14 {
    height: auto;
  }

  .button-27 {
    color: var(--primary);
    letter-spacing: .5px;
    text-transform: uppercase;
    background-color: #fff0;
    font-weight: 600;
  }

  .faq-p-2 {
    text-align: justify;
    font-family: Urbanist, sans-serif;
    font-size: 1rem;
    line-height: 28px;
  }

  .paragraph-66 {
    text-align: justify;
    width: 100%;
    margin-top: 20px;
  }

  .parallax-image._2 {
    width: 100%;
  }

  .paragraph-68 {
    font-size: 1rem;
  }

  .paragraph-70._2 {
    width: 325.333px;
    height: 100px;
  }

  .logo-slide_section-2 {
    margin-top: 42px;
  }

  .div-block-516 {
    margin-top: 70px;
  }

  .div-block-520 {
    margin-bottom: 20px;
  }

  .heading-214 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .div-block-521 {
    margin-top: 50px;
  }

  .background-video-2 {
    background-image: linear-gradient(#0000 74%, #0a0a0a), linear-gradient(#0a0a0a, #fff0);
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  ul {
    padding-left: 20px;
  }

  .marque-overlay-block, .marque-overlay-block._24, .marque-overlay-block._24 {
    margin-top: 0;
  }

  .container._456 {
    border: 1px solid #555353a3;
    border-radius: 20px;
  }

  .container._456._841 {
    top: -262px;
  }

  .container._2365._8547 {
    max-width: 1540px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .marque-one-flex.home-two._2._8585 {
    background-color: #010101;
    margin-top: -50px;
    margin-bottom: 80px;
  }

  .homr-one-counter-div.border-radius-twenty._14 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .homr-one-counter-div.border-radius-twenty._14._20147 {
    width: 90%;
    margin-left: 60px;
    margin-right: 60px;
  }

  .heading-six._2 {
    max-width: 510px;
  }

  .home-one-design-title._1 {
    max-width: 100%;
  }

  .home-one-sticky-section-two._2._7._887 {
    padding-top: 100px;
  }

  .our-serive-box-one.border-radius-twenty._1._2._741 {
    height: 290px;
  }

  .our-work-one._2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .light-text {
    line-height: 50px;
  }

  .light-text._45 {
    font-size: 60px;
    line-height: 80px;
  }

  .light-text._40 {
    font-size: 50px;
  }

  .light-text._40._25.zas {
    font-size: 60px;
  }

  .contact-iconbox-grid.about-counterbox-wrap._15 {
    margin-top: 54px;
  }

  .footer-social-icon._258 {
    filter: none;
  }

  .full-container.margue-footer {
    border-bottom-style: none;
    max-width: 1350px;
  }

  .footer-copyright-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-logo-menu-wrap {
    padding-left: 2%;
  }

  .two-analysis-section {
    margin-bottom: 80px;
  }

  .two-analysis-iconbox-paragraph.no-margin {
    color: var(--body-font);
    padding-top: 0;
  }

  .two-analysis-iconbox-paragraph.no-margin._78 {
    color: var(--body-font);
  }

  .two-campaign-title.about-two-portfolio-title {
    font-size: 50px;
    line-height: 60px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen {
    width: 90%;
    padding-right: 0%;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._12 {
    font-size: 60px;
    line-height: 70px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._12._847 {
    max-width: 990px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._2 {
    font-size: var(--h2-gros-pc);
    line-height: 70px;
  }

  .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._8795 {
    padding-right: 0%;
  }

  .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2 {
    font-size: 50px;
    line-height: 70px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._2._98 {
    font-size: 50px;
    line-height: 60px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._2._98._98745 {
    font-size: 50px;
    line-height: 57px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87 {
    font-size: 50px;
    line-height: 60px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._6 {
    padding-right: 0%;
  }

  .two-analysis-content-block._158 {
    max-width: 100%;
  }

  .two-analysis-border-wrap._151148 {
    height: 380px;
  }

  .two-analysis-title._2._1 {
    line-height: 70px;
  }

  .two-analysis-title._2._1._789 {
    background-image: none;
  }

  .two-analysis-title._47 {
    line-height: 70px;
  }

  .two-analysis-title._47._2104 {
    flex-flow: column;
    line-height: 50px;
    display: flex;
  }

  .two-analysis-title._47._2104.heading-178 {
    display: block;
  }

  .two-hero-title._2 {
    font-size: 60px;
    line-height: 80px;
  }

  .two-hero-title._2._789, .two-hero-title._2._789._001 {
    font-size: 60px;
    line-height: 70px;
  }

  .two-hero-title._2._99987, .two-hero-title._2 {
    font-size: 60px;
    line-height: 80px;
  }

  .two-hero-title._2._789, .two-hero-title._2._789._001 {
    font-size: 60px;
    line-height: 70px;
  }

  .two-hero-title._2._897 {
    line-height: 75px;
  }

  .two-hero-title._2._897._841 {
    font-size: 60px;
    line-height: 70px;
  }

  .two-hero-title._2._14 {
    line-height: 70px;
  }

  .two-hero-title._2._789, .two-hero-title._2._789._001, .two-hero-title._2._789._001 {
    font-size: 60px;
    line-height: 70px;
  }

  .two-hero-title._2._99987 {
    font-size: 60px;
    line-height: 80px;
  }

  .two-collaboration-image {
    width: 100%;
  }

  .two-collaboration-content-wrap {
    margin: 20px;
  }

  .two-collaboration-box-overlay {
    width: 100%;
  }

  .two-collaboration-box {
    width: 100%;
    height: auto;
  }

  .two-hero-flex {
    padding-top: 60px;
  }

  .two-hero-flex._1 {
    background-image: linear-gradient(#00000080, #00000080);
  }

  .two-collaboration-image-wrap {
    width: 100%;
    height: 80%;
  }

  .heading-four._1478 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-three.home-three-experience-title {
    font-size: 50px;
    line-height: 60px;
  }

  .three-identity-section._74, .three-identity-section._871, .three-identity-section._74, .three-identity-section._871 {
    padding-top: 0;
  }

  .three-analysis-sticky-inner {
    justify-content: center;
    align-items: flex-start;
  }

  .three-projects-block-wrap {
    border-radius: 20px;
  }

  .hero-icon-title {
    margin-right: 5px;
  }

  .hero-icon-title._154 {
    margin-right: 10px;
    padding-right: 51px;
  }

  .three-projects-image-overlay {
    border-radius: 20px;
  }

  .three-hero-button-wrap.rrrg {
    margin-bottom: 0;
  }

  .heading-with-icon-flex {
    margin-bottom: 82px;
  }

  .three-analysis-title-main._2._147 {
    font-size: 50px;
    line-height: 60px;
  }

  .testimonial-author-images-wrapper {
    padding-bottom: 65px;
  }

  .banner-gradient-title {
    font-size: 200px;
    line-height: 210px;
  }

  .about-one-hero-image-one.service-page-image {
    display: inline-block;
  }

  .about-two-dev-image-wrap._147 {
    width: auto;
    display: block;
  }

  .sticky-paragraph {
    padding-right: 73px;
  }

  .about-two-hero-flex.service-one-hero-flex {
    margin-top: -54px;
  }

  .sticky-one-iconbox.top-padding._2 {
    height: 81px;
  }

  .sticky-one-iconbox._1._87._88888 {
    flex-flow: row;
  }

  .sticky-iconbox-icon.border-radius-hundred._1 {
    width: 48px;
    height: 48px;
  }

  .about-two-development._1 {
    margin-top: 0;
  }

  .about-two-portfolio-content._741._547 {
    width: 100%;
    margin-top: 0;
  }

  .about-two-development-title._151554 {
    background-position: 90% 80%;
    background-size: 6%;
  }

  .about-two-development-title._874 {
    width: 80%;
  }

  .about-two-development-content._21._1478, .about-two-development-content._2, .about-two-development-content._21._1478, .about-two-development-content._21._1478, .about-two-development-content._2 {
    margin-bottom: 20px;
  }

  .about-three-marketing._2._1._8 {
    background-image: radial-gradient(circle farthest-corner at 100% 70%, var(--primary), #fff0 17%), linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 50% 0%, #ffb13166, #eb502c66 10%, var(--transperant) 24%);
    background-image: radial-gradient(circle farthest-corner at 100% 70%, var(--primary), #fff0 17%), linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 50% 0%, #ffb13166, #eb502c66 10%, var(--transperant) 24%);
    background-image: radial-gradient(circle farthest-corner at 100% 70%, var(--primary), #fff0 17%), linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 50% 0%, #ffb13166, #eb502c66 10%, var(--transperant) 24%);
  }

  .about-three-marketing._74._8154 {
    padding-top: 150px;
  }

  .about-three-projects-block {
    padding-left: 110px;
    padding-right: 128px;
  }

  .about-three-projects-content {
    margin-right: 63px;
  }

  .service-one-marketing {
    background-image: radial-gradient(circle farthest-corner at 0% 70%, #eb502c5e, #fff0 33%), linear-gradient(to bottom, #00000080, #00000080), radial-gradient(circle farthest-corner at 100% 35%, var(--gradient-color-two), var(--geadient-color-one) 11%, var(--transperant) 19%);
  }

  .service-one-marketing-content.service-one-creative-content {
    padding-left: 4%;
    padding-right: 0%;
  }

  .service-one-creative-flex {
    background-color: #0000;
    background-image: none;
  }

  .service-three-image-box.border-radius-twenty {
    height: 467.6px;
  }

  .service-three-image-box.border-radius-twenty._2._97._8 {
    height: auto;
  }

  .service-three-image-box.border-radius-twenty._2._89._147 {
    height: 280px;
  }

  .service-three-image-box.border-radius-twenty._24._97._8 {
    background-position: 98% 90%;
    height: auto;
  }

  .service-marque-image-flex.reverse-align._123._9547, .service-marque-image-flex.two._10-2, .service-marque-image-flex._1547 {
    display: flex;
  }

  .service-marque-image-flex.reverse-align._123 {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
  }

  .service-marque-image-flex.reverse-align._123._9547, .service-marque-image-flex.two._10-2, .service-marque-image-flex.two._10-2, .service-marque-image-flex._1547 {
    display: flex;
  }

  .contact-one-hero {
    padding-top: 120px;
  }

  .contact-three-getin-touch {
    padding-top: 0;
  }

  .max-width-four-nightynine._2._87._81 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .max-width-four-nightynine._1 {
    margin-bottom: 60px;
  }

  .changelog-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .style-guide-for-color {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .style-guide-for-typography {
    padding-top: 110px;
    padding-bottom: 120px;
  }

  .paragraph-2 {
    padding-left: 15px;
  }

  .text-span-131, .text-span-108 {
    color: var(--primary);
  }

  .section-title-container {
    padding-right: 0;
  }

  .bold-text-27 {
    color: var(--primary);
  }

  .grid.web {
    margin-top: 40px;
  }

  .heading, .heading-2 {
    color: #ffffff1a;
    padding-left: 15px;
  }

  .heading-2._2._1 {
    font-size: 1.9rem;
  }

  .heading-93 {
    font-size: 85px;
  }

  .columns-3._974 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad38b_home-two-stack-image-03.webp");
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 12%;
  }

  .div-block-474 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-45 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad38a_home-two-stack-image-02.webp"), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad389_home-two-stack-image-01.webp"), radial-gradient(circle farthest-corner at 100% 38%, var(--primary), #fff0 39%);
    background-position: 100% 81%, 0%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 13%, 15%, auto;
  }

  .section-47 {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--geadient-color-one), #fce3dd0f 20%, #fff0);
  }

  .container-83._147 {
    border-radius: 20px;
  }

  .div-block-477 {
    padding-top: 61px;
  }

  .div-block-478 {
    width: 80%;
  }

  .image-75 {
    border-radius: 4px;
  }

  .project_wrapper {
    height: 100%;
  }

  .image-79.ferfref {
    min-height: 100%;
  }

  .project_image-wrapper.ezfzefzfz.rfrrfrfzerf.frfrefer {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .project_image-wrapper.stvincents {
    background-color: #4a3aff;
    background-image: linear-gradient(82deg, #4a3aff, #6052ff 38%, #fff);
  }

  .project_image-wrapper.torontogaa {
    background-image: linear-gradient(to right, #b5c0b3 57%, #fff);
  }

  .section_home_projects._878598 {
    margin-top: 32px;
    padding-top: 0;
  }

  .project_grid {
    grid-template-areas: ". ."
                         ". ."
                         ". Area";
  }

  .image-74 {
    border-radius: 4px;
  }

  .image-156 {
    padding-top: 361px;
  }

  .sticky-sidebar-block {
    border-left: 1px solid #bfc5d5;
    justify-content: flex-start;
    align-items: center;
    margin-top: 56px;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 20px;
    display: flex;
    position: static;
  }

  .div-block-448 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-137 {
    font-size: 17px;
  }

  .works-grid {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .sidebar.bottom {
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .background-wrapper {
    height: auto;
    min-height: auto;
    margin-top: 0;
  }

  .post-body {
    justify-content: flex-start;
    width: 100%;
    padding-top: 10px;
    padding-right: 0;
  }

  .journal-author {
    border-left-style: none;
    width: 70%;
    margin-top: 0;
    padding-left: 0;
  }

  .rich-text-wrapper {
    justify-content: space-around;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-345 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: auto;
  }

  .xxl-heading {
    margin-left: 159px;
    font-size: 90px;
  }

  .xxl-heading._151544 {
    width: 90%;
    margin-left: 0;
    font-size: 48px;
  }

  .author-top-info {
    flex-direction: column;
    align-items: center;
    width: 50%;
    display: block;
  }

  .div-block-443._87 {
    width: 40%;
    height: 93vh;
    margin-top: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .link-4 {
    font-weight: 700;
  }

  .rich-text-block {
    width: 100%;
  }

  .rich-text-block h1 {
    font-size: 50px;
    line-height: 70px;
  }

  .rich-text-block h2 {
    font-size: 40px;
    line-height: 53px;
  }

  .rich-text-block h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .collection-item-2 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-size: cover;
    height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-490 {
    border-radius: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .text-block-160 {
    -webkit-text-stroke-width: .2px;
    -webkit-text-stroke-color: var(--body);
    text-transform: uppercase;
    text-overflow: ellipsis;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-161 {
    letter-spacing: .5px;
    border: 3px solid #fff;
    border-radius: 8px;
    padding: 10px 15px;
    text-decoration: none;
  }

  .link-block-10 {
    border-radius: 10px;
    height: 100%;
  }

  .collection-item-11 {
    width: 92%;
    height: 210px;
  }

  .section-84 {
    padding-top: 0;
  }

  .section-86._1551 {
    margin-top: 176px;
    display: none;
  }

  .section-86._1551._80 {
    display: block;
  }

  .section-86._1551._80._888774 {
    background-image: radial-gradient(circle at 0%, #ffa84b, #000 18%), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67fd1bbfd296363b2cf44f4c_hero_elem-circle1.svg");
    background-position: 0 0, 95% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .section-86._1551._80._888774._15154457 {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-hero-home-2 {
    background-size: 180%, auto;
    margin-left: 0;
    padding-left: 20px;
  }

  .hero-image-3 {
    width: auto;
    min-width: 45vh;
    height: 45vh;
  }

  .page-padding-4 {
    padding-left: 0;
  }

  .text-block-134 {
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .div-block-442 {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph-54 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    line-height: 23px;
  }

  .form-section-03-2 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-147 {
    margin-top: -198px;
    position: relative;
    top: 93px;
  }

  .heading-190._1478 {
    margin-bottom: -20px;
    padding-bottom: 0;
  }

  .heading-191._17 {
    font-size: 80px;
    line-height: 120px;
  }

  .link-block-31 {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-88 {
    padding-bottom: 0;
    top: -3px;
    bottom: 0;
  }

  .image-161 {
    border-radius: 20px;
  }

  .cookie-button-blue {
    font-size: 13px;
  }

  .three-hero-flex-content-wrap-2 {
    padding-top: 6px;
  }

  .three-hero-flex-content-wrap-2.rr7 {
    justify-content: flex-end;
    align-items: center;
  }

  .three-hero-section-2 {
    padding-top: 80px;
  }

  .three-hero-section-2._2 {
    padding-top: 200px;
    padding-bottom: 142px;
  }

  .text-block-162 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
  }

  .text-span-165 {
    font-family: Italiana, sans-serif;
    font-weight: 400;
  }

  .div-block-506 {
    width: 100%;
  }

  .div-block-510 {
    margin-top: 32px;
  }

  .paragraph-66 {
    padding-right: 120px;
  }

  .div-block-514 {
    width: 100%;
  }

  .logo-slider-img-2 {
    filter: brightness(200%) brightness(200%) grayscale();
    width: 200px;
  }

  .section-logo {
    width: 100%;
  }

  .logo_component-slider-2 {
    margin-top: 0;
  }

  .logo-slide_section-2 {
    width: 100%;
    margin-top: 22px;
    padding-top: 0;
  }

  .page-padding-8.s0 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-516 {
    margin-top: 78px;
  }

  .column-118 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }

  .marque-overlay-block {
    background-image: none;
    margin-top: 0;
  }

  .container {
    max-width: 1500px;
  }

  .container._2365._8547 {
    max-width: 1750px;
  }

  .marque-one-flex.home-two._2._8585 {
    background-color: #05050500;
    margin-top: 0;
  }

  .homr-one-counter-div.border-radius-twenty {
    max-width: 100%;
  }

  .homr-one-counter-div.border-radius-twenty._14 {
    width: 100%;
  }

  .homr-one-counter-div.border-radius-twenty._1280 {
    max-width: 1500px;
  }

  .heading-six._15478 {
    text-align: right;
    text-align: right;
  }

  .our-work-one-image {
    right: 25%;
  }

  .home-one-manage-title.e-e-ed {
    width: 100%;
  }

  .subheading-text._89 {
    padding-left: 15px;
  }

  .homr-one-counter.service-three-price._879 {
    margin-bottom: 140px;
    padding-bottom: 0;
  }

  .home-one-sticky-section-two._2 {
    background-image: linear-gradient(to bottom, #0a0a0a33, #0a0a0a33), radial-gradient(circle farthest-corner at 100% 50%, var(--geadient-color-one), var(--transperant) 17%);
  }

  .home-one-sticky-section-two._2._7 {
    padding-bottom: 0;
  }

  .home-one-sticky-section-two._2._7._789 {
    margin-bottom: 80px;
    display: block;
  }

  .home-one-sticky-section-two.nnfgh {
    padding-top: 150px;
  }

  .home-one-manage-content._14 {
    flex-basis: 46%;
  }

  .our-serive-box-one {
    padding-right: 50px;
  }

  .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4, .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4, .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4, .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._5._4, .our-serive-box-one.border-radius-twenty._2._5._4 {
    height: 380px;
  }

  .light-text._45 {
    font-size: 45px;
    line-height: 61px;
  }

  .light-text._7 {
    display: block;
  }

  .border-radius-twenty {
    width: 100%;
  }

  .contact-icon-box {
    justify-content: center;
    align-items: flex-end;
  }

  .contact-icon-box._1 {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    display: flex;
  }

  .contact-icon-box._1._0 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 120px;
  }

  .counter-heading.contact-icon-box-light-text.no-margin {
    margin-top: 0;
    padding-right: 0;
  }

  .full-container.margue-footer._12154 {
    max-width: 100%;
  }

  .one-hero-heading {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-div {
    height: 130px;
  }

  .navbar-logo-menu-wrap {
    flex: 1;
  }

  .home-two-hero-lightbox-wrap {
    cursor: default;
  }

  .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2 {
    padding-right: 0%;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2 {
    padding-right: 0%;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._2._98 {
    padding-left: 15px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87 {
    padding-right: 0%;
  }

  .two-campaign-section._158 {
    margin-bottom: 50px;
  }

  .two-campaign-section._158._847 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .two-analysis-border-wrap._151148 {
    height: 360px;
  }

  .two-analysis-title._2._1._24 {
    background-position: 97% 90%;
    flex-flow: row;
    max-width: 1230px;
    display: block;
  }

  .two-analysis-title._2._1._24._741._102._15147 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .two-analysis-title._2._1._3 {
    background-position: 95% 5%;
  }

  .two-analysis-title._2._1.ded {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .two-analysis-title._2._1.szsx {
    background-position: 74% 94%;
  }

  .two-analysis-title._47._2104 {
    display: block;
  }

  .two-hero-title._2._897._841._36._12214 {
    width: 80%;
  }

  .two-hero-title._2._14 {
    padding-left: 0;
    font-size: 60px;
  }

  .two-collaboration-content-wrap {
    padding-left: 40px;
    padding-right: 30px;
  }

  .footer-two-title-wrap {
    max-width: 100%;
  }

  .three-hero-review-wrap {
    display: block;
    right: -10%;
  }

  .three-identity-section._74 {
    padding-top: 0;
  }

  .three-identity-section.sxs {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad2f9_Glow-Bg.svg"), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad2f9_Glow-Bg.svg");
    background-position: 0 0, 60% 60%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .three-hero-flex-content-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-icon-title._154 {
    padding-right: 50px;
  }

  .three-hero-slider-block {
    padding-top: 0;
  }

  .three-analysis-title-main._2._147._8741._121147 {
    font-size: 50px;
  }

  .three-analysis-sticky-item {
    width: 30vw;
  }

  .testimonial-author-images-wrapper {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .home-three-testimonial-title.heading-178._887 {
    width: 70%;
  }

  .banner-gradient-title.no-margin._284 {
    font-size: 140px;
  }

  .footer-style-three {
    background-image: linear-gradient(#000, #fff0), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad3c3_about-two-banner-02.webp");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .about-one-hero-image-one {
    width: 100%;
    height: 100%;
  }

  .about-one-hero-image-wrap.wrap-one {
    flex: 0 50%;
  }

  .about-one-innovation-grid {
    flex-basis: 50%;
  }

  .about-two-projects-content._1._3 {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .sticky-paragraph._30, .sticky-paragraph.po, .sticky-paragraph._30, .sticky-paragraph.po {
    padding-right: 0;
  }

  .sticky-one-iconbox.top-bottom-padding._87 {
    flex-flow: column;
  }

  .sticky-one-iconbox._1 {
    margin-bottom: 24px;
  }

  .about-two-development-title._151554 {
    background-size: 9%;
  }

  .about-two-development-title._874._9874 {
    width: 100%;
  }

  .about-two-development-content._21 {
    width: 90%;
  }

  .about-two-development-content._21._1478._99687 {
    width: 100%;
  }

  .about-three-marketing._2 {
    padding-top: 144px;
  }

  .about-three-proj-content-block {
    padding-right: 0;
  }

  .about-three-creative-box {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-one-innovation {
    background-color: #050505;
    padding-bottom: 140px;
  }

  .service-one-marketing-content {
    flex-basis: 49%;
  }

  .service-one-marketing-content.service-one-creative-content._21 {
    justify-content: center;
    align-items: center;
  }

  .service-one-marketing-content.service-one-creative-content._21._2 {
    padding-right: 0%;
  }

  .service-marketing-content-wrap {
    max-width: 100%;
  }

  .service-one-creative-flex {
    background-image: linear-gradient(to bottom, #0f0f0f66, #0f0f0f66), radial-gradient(circle farthest-corner at 0% 50%, var(--gradient-color-two), var(--geadient-color-one) 2%, var(--transperant) 12%);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-one-creative-flex._2 {
    background-image: linear-gradient(to bottom, #0f0f0f66, #0f0f0f66), radial-gradient(circle farthest-corner at 100% 50%, var(--gradient-color-two), var(--geadient-color-one) 2%, var(--transperant) 12%);
  }

  .service-one-creative-flex.aqws {
    background-image: none;
  }

  .service-creative-content-wrap._2 {
    padding-left: 40px;
  }

  .about-one-slider-imagewrap, .about-one-slider-block {
    width: 100%;
  }

  .service-three-hero-text {
    font-size: 250px;
  }

  .service-three-image-box.border-radius-twenty._2._97, .service-three-image-box.border-radius-twenty._24, .service-three-image-box.border-radius-twenty._2._97, .service-three-image-box.border-radius-twenty._24, .service-three-image-box.border-radius-twenty._2._97, .service-three-image-box.border-radius-twenty._2._97, .service-three-image-box.border-radius-twenty._24 {
    height: auto;
  }

  .service-three-management {
    background-image: linear-gradient(to bottom, #0a0a0a4d, #0a0a0a4d), radial-gradient(circle farthest-corner at 0% 70%, var(--geadient-color-one), var(--transperant) 22%), radial-gradient(circle farthest-corner at 90% 60%, var(--geadient-color-one), var(--transperant) 26%), radial-gradient(circle farthest-corner at 30% 30%, var(--geadient-color-one), var(--transperant) 27%);
  }

  .service-marque-image-block {
    flex: 0 auto;
    width: 100%;
    min-width: auto;
  }

  .max-width-four-nightynine._2._87 {
    max-width: 100%;
  }

  .max-width-four-nightynine._2._87._81 {
    justify-content: center;
    align-items: flex-start;
  }

  .nav-text-two-one {
    font-size: 11.25rem;
  }

  .nav-text-two-one:hover {
    color: #fff;
  }

  .item-menu-wrapper-one {
    flex: 1;
  }

  .paragraph-2._0marge {
    padding-left: 0;
  }

  ._28 {
    padding-left: 15px;
  }

  .section-container.faqs {
    max-width: 1350px;
  }

  .section-title-container {
    max-width: 690px;
  }

  .tapes-titre.heading-five {
    font-size: 24px;
  }

  .container-7, .container-78 {
    max-width: 1500px;
    display: flex;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading._2, .heading-2._2, .heading-2._2 {
    color: var(--primary);
  }

  .text-block-156 {
    color: var(--white);
    font-size: 65px;
    font-weight: 700;
    line-height: 75px;
  }

  .text-span-132 {
    color: var(--primary);
  }

  .core-value._154._3, .core-value._1, .core-value._2, .core-value._154._3, .core-value._154._3, .core-value._1, .core-value._2 {
    width: 40%;
  }

  .div-block-304 {
    max-width: 100%;
    margin-bottom: 140px;
  }

  .section-42 {
    padding-bottom: 140px;
  }

  .toggle-text, .faq-toggle {
    font-size: 20px;
  }

  .faq-wrapper {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .text-block-154 {
    font-size: 20px;
  }

  .section-43 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block {
    width: 554px;
  }

  .link-block-7 {
    width: 100%;
  }

  .site-vitrine-1 {
    background-image: radial-gradient(circle farthest-corner at 0% 50%, var(--primary), #fff0 15%);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .heading-95._1 {
    color: var(--white);
  }

  .home-one-manage-content-2.two-campaign-content.about-two-portfolio-content-wrap._1 {
    height: auto;
  }

  .section-46 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad389_home-two-stack-image-01.webp");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 26%;
    padding-top: 200px;
  }

  .section-47 {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--geadient-color-one), #fce3dd0f 27%, #fff0);
  }

  .section-48 {
    margin-bottom: 80px;
  }

  .home-two-hero-2 {
    height: 90vh;
  }

  .two-hero-flex-2._147 {
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-478._0-47 {
    width: 100%;
  }

  .text-block-81 {
    margin-top: 0;
    font-size: 19px;
  }

  .div-block-346 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .link-8 {
    margin-top: 25px;
    font-size: 22px;
  }

  .text-block-58 {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }

  .author-background {
    width: auto;
  }

  .rich-text-wrapper {
    max-width: none;
  }

  .xxl-heading {
    width: 820px;
    margin-left: 55px;
    font-size: 130px;
  }

  .xxl-heading._151544 {
    width: auto;
    padding-left: 250px;
    padding-right: 250px;
    font-size: 48px;
    line-height: 57px;
  }

  .author-top-info {
    width: 590px;
  }

  .div-block-443._87 {
    width: 30%;
    height: 70vh;
  }

  .link-4 {
    font-size: 21px;
  }

  .div-block-344 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: cover;
    height: 500px;
    padding-bottom: 0;
  }

  .rich-text-block {
    width: 100%;
  }

  .collection-item-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 250px;
  }

  .div-block-490 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-160 {
    font-size: 23px;
  }

  .text-block-161 {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 16px;
    font-weight: 700;
  }

  .link-block-10 {
    height: 100%;
    margin-bottom: 0;
  }

  .body {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--geadient-color-one), #fff0 41%);
  }

  .body._2147 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .collection-list-8 {
    grid-row-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(27.5rem, 1.75fr)) 418px;
  }

  .collection-item-11, .div-block-440 {
    width: 100%;
  }

  .section-84 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-86._1551._80._888774 {
    background-image: radial-gradient(circle at 0%, #ffa84b, #000 19%), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67fd1bbfd296363b2cf44f4c_hero_elem-circle1.svg");
    background-position: 0 0, 95% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .cookie-button-blue {
    padding: 10px 50px;
    font-size: .7rem;
  }

  .three-projects-image-overlay-2.three-hero {
    background-image: radial-gradient(circle at 80% 40%, #eb502c66, #fff0 26%), radial-gradient(circle, #0a0a0a, #fff0);
  }

  .three-hero-section-2 {
    top: auto;
  }

  .three-hero-section-2._2 {
    padding-top: 250px;
  }

  .collection-list-11 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    margin-top: 59px;
    display: flex;
  }

  .div-block-511 {
    height: 20px;
  }

  .text-block-97 {
    font-size: 1.2rem;
  }

  .faq-p-2 {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .paragraph-66 {
    margin-top: -50px;
  }

  .parallax-image {
    width: 100%;
  }

  .paragraph-67 {
    font-size: 1.3rem;
    line-height: 26px;
  }

  .paragraph-68 {
    font-size: 1.3em;
    line-height: 28px;
  }

  .paragraph-69, .paragraph-70 {
    font-size: 1.3rem;
    line-height: 28px;
  }

  .paragraph-70._2 {
    height: auto;
  }

  .lottie-animation {
    width: 230px;
  }

  .columns-7 {
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .div-block-514 {
    width: 100%;
  }

  .background-video-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 80px;
  }

  h2 {
    font-size: 36px;
    line-height: 55px;
  }

  h3 {
    font-size: 27px;
    line-height: 45px;
  }

  .home-one-video-section {
    padding-bottom: 60px;
  }

  .container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .container._1 {
    flex-flow: column;
  }

  .container._456._841 {
    background-color: #0a0a0a9c;
    max-width: 90%;
    padding-top: 30px;
    top: -172px;
  }

  .home-one-stack-card-image.position-relative {
    width: 100%;
    max-width: 400px;
    height: 50%;
  }

  .home-one-our-work-section {
    background-position: 0 0;
    padding-bottom: 70px;
  }

  .marque-one-flex {
    padding-bottom: 20px;
  }

  .marque-one-flex.home-two {
    padding-top: 0;
  }

  .marque-one-flex.home-two._2 {
    margin-top: -49px;
    margin-bottom: 37px;
  }

  .marque-one-flex.about-marque-wrap {
    margin-top: 61px;
  }

  .marque-one-flex.about-two-marque-flex {
    padding-top: 60px;
  }

  .home-one-counter-title {
    width: 75%;
    max-width: none;
    margin-top: 22px;
  }

  .home-one-counter-title.one-testimonial-title {
    margin-bottom: 10px;
  }

  .image-reveal-overlay {
    display: none;
  }

  .home-one-hero-button-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .homr-one-counter-div {
    padding-top: 63px;
    padding-bottom: 60px;
  }

  .home-one-design-title-wrap.home-two-box-title-wrap {
    margin-bottom: 20px;
  }

  .heading-six.home-one-innovation-icon-title {
    padding-right: 20%;
  }

  .heading-six.home-one-innovation-icon-title._2 {
    text-align: left;
    text-align: left;
  }

  .two-service-content-wraper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .home-one-hero {
    height: auto;
    padding-top: 207px;
    padding-bottom: 90px;
  }

  .home-one-design-title {
    max-width: none;
  }

  .our-work-one-image {
    width: 190px;
    top: -15px;
    right: 10%;
  }

  .home-one-hero-content-block {
    max-width: none;
    margin-left: 0%;
  }

  .home-one-testimonial-flex.overflow-hidden {
    margin-bottom: 100px;
  }

  .homr-one-counter {
    padding-bottom: 62px;
  }

  .homr-one-counter.service-three-price {
    padding-bottom: 70px;
  }

  .home-one-sticky-section-two {
    background-position: 0%;
    padding-bottom: 70px;
    position: static;
  }

  .our-work-one-content-wrap {
    flex-basis: 60%;
    padding-right: 15px;
  }

  .image-marque-block {
    max-width: none;
  }

  .home-one-manage-content {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .home-one-manage-content._14._841, .home-one-manage-content._14._147 {
    margin-top: 40px;
  }

  .home-one-manage-content.two-campaign-content {
    margin-bottom: 50px;
  }

  .home-one-manage-content.two-campaign-content.about-two-portfolio-content-wrap {
    position: relative;
    top: 0;
  }

  .home-one-manage-content._2 {
    padding-left: 15px;
  }

  .home-one-manage-content._14._841, .home-one-manage-content._14._147, .home-one-manage-content._14._841, .home-one-manage-content._14._147 {
    margin-top: 40px;
  }

  .our-work-one-title-icon {
    opacity: 1;
  }

  .our-serive-box-one {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    padding: 50px 30px 30px;
  }

  .our-serive-box-one.border-radius-twenty {
    height: auto;
  }

  .our-serive-box-one.border-radius-twenty._1._2._852 {
    height: 370px;
  }

  .our-serive-box-one.border-radius-twenty._2 {
    justify-content: center;
    align-items: flex-start;
  }

  .marque-text {
    font-size: 70px;
    line-height: 70px;
  }

  .home-one-innovation-grid {
    margin-bottom: 50px;
  }

  .home-one-innovation-box.border-radius-twenty.overflow-hidden._85 {
    height: 373.333px;
  }

  .home-one-manage-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-manage-wrap.sxw {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .our-work-one {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-testimonial {
    padding-bottom: 70px;
  }

  .home-one-testimonial.home-two-testimonial {
    padding-top: 64px;
  }

  .home-one-innovation {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .home-one-innovation.home-two-innovation {
    padding-top: 35px;
  }

  .home-one-hero-content-wrap {
    padding-right: 15px;
  }

  .home-one-manage-image-wrap {
    width: 100%;
    margin-top: 50px;
  }

  .home-one-manage-image-wrap._8 {
    max-width: 100%;
  }

  .home-one-manage-image-wrap._8.red {
    width: 50%;
  }

  .light-text {
    font-size: var(--h2-pc);
  }

  .light-text._45 {
    font-size: 35px;
    line-height: 45px;
  }

  .light-text.gros {
    font-size: var(--h2-mobil-gros);
  }

  .contact-icon-box {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 0;
  }

  .contact-icon-box.contact-two-card {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-icon-box._1 {
    margin-bottom: 20px;
  }

  .counter-heading.contact-icon-box-light-text.no-margin, .counter-heading.contact-icon-box-light-text.no-margin._1, .counter-heading.contact-icon-box-light-text.no-margin, .counter-heading.contact-icon-box-light-text.no-margin._1, .counter-heading.contact-icon-box-light-text.no-margin, .counter-heading.contact-icon-box-light-text.no-margin._1, .counter-heading.contact-icon-box-light-text.no-margin._1 {
    display: none;
  }

  .full-width-flex.service-portfolio-stack-card {
    position: static;
  }

  .contact-iconbox-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .contact-iconbox-grid.contact-one {
    margin-top: 60px;
  }

  .contact-iconbox-grid.about-counterbox-wrap._15 {
    margin-top: 40px;
  }

  .counter-number-box {
    height: 55px;
  }

  .footer-content-list {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }

  .footer-content-list.footer-two-list-two.secound-column {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .footer-two {
    padding-top: 61px;
    padding-bottom: 34px;
  }

  .copyright-links {
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 44px;
  }

  .footer-two-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    padding-top: 50px;
    padding-bottom: 46px;
    display: grid;
  }

  .footer-content-title._87 {
    text-align: center;
    text-align: center;
  }

  .two-design-image-block.overflow-hidden.border-radius-twenty {
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-design-image-block.overflow-hidden.border-radius-twenty._2 {
    display: none;
  }

  .home-two-blog-title {
    padding-right: 0;
  }

  .two-design-image {
    width: 300px;
    bottom: 50px;
    right: 35px;
  }

  .two-campaign-box-grid {
    align-self: stretch;
  }

  .home-two-blog-marque-wrap {
    max-width: 400px;
  }

  .two-design-image-apear-block {
    padding-right: 15px;
  }

  .two-analysis-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: stretch;
  }

  .two-analysis-wrap.design-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-flow: column;
  }

  .two-design-title-icon-wrap {
    opacity: 1;
  }

  .home-blog-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen {
    padding-right: 0%;
  }

  .two-campaign-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .two-analysis-content-block {
    max-width: none;
  }

  .two-blog-section {
    padding-top: 62px;
    padding-bottom: 52px;
  }

  .two-collaboration-box-grid {
    grid-template-columns: 1fr 1fr;
  }

  .two-analysis-iconbox-icon-wrap {
    flex: none;
    width: 60px;
    height: 60px;
    display: flex;
  }

  .two-design-image-apear-wrap {
    max-width: none;
  }

  .two-design-section {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .two-design-main-image {
    width: 100%;
  }

  .two-campaign-section {
    margin-bottom: 62px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .two-campaign-section._80 {
    margin-top: 80px;
  }

  .two-analysis-border-wrap {
    height: auto;
  }

  .two-analysis-border-wrap._151148 {
    height: 350px;
  }

  .two-analysis-border-wrap._151148._4 {
    height: 265px;
  }

  .two-analysis-border-wrap._151148._2._3 {
    height: 190px;
  }

  .two-design-content {
    align-self: stretch;
  }

  .heding-three {
    font-size: 32px;
    line-height: 42px;
  }

  .heding-three.two-design-title {
    padding-right: 35%;
  }

  .heding-three.two-design-title.no-margin {
    padding-right: 0%;
  }

  .two-analysis-title._2 {
    background-size: 6%;
  }

  .two-analysis-title._2._1 {
    background-position: 100% 100%;
  }

  .two-design-content-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .two-analysis-content-wrap {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0%;
  }

  .two-hero-title._2 {
    font-size: 35px;
    line-height: 45px;
  }

  .two-hero-title._2._897 {
    font-size: 35px;
  }

  .two-hero-title._2._789._001._8741, .two-hero-title._2._897 {
    font-size: 35px;
  }

  .two-hero-title._2._14 {
    font-size: 35px;
    line-height: 45px;
  }

  .two-hero-title._2._789 {
    font-size: 42px;
    line-height: 55px;
  }

  .two-hero-title._2._789._001._8741 {
    font-size: 35px;
  }

  .two-collaboration-image {
    width: 100%;
  }

  .home-two-blog-marque-flex {
    flex-flow: column;
    max-width: 500px;
  }

  .two-analysis-iconbox-title-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-right: 0;
  }

  .two-analysis-iconbox {
    max-width: none;
  }

  .two-hero-content-wrap._1247._15154 {
    padding-top: 120px;
  }

  .image-right-reveal-overlay {
    display: none;
  }

  .two-hero-content-flex.res {
    height: 100%;
  }

  .two-collaboration-section {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .hero-progress-flex, .hero-progress-flex._147, .hero-progress-flex._147 {
    display: none;
  }

  .two-collaboration-image-wrap {
    align-self: stretch;
  }

  .heading-three {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-three.upprcase.rotate-text {
    writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    font-size: 24px;
    line-height: 30px;
    transform: none;
  }

  .footer-style-two {
    padding-top: 59px;
  }

  .footer-two-title-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .footer-two-title-wrap._897 {
    text-align: center;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .three-hero-review-wrap {
    align-self: stretch;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 50%;
    display: none;
    position: relative;
  }

  .three-identity-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .three-interactive-section {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .three-analysis-sticky-inner {
    align-items: center;
  }

  .three-projects-section {
    padding-top: 62px;
    padding-bottom: 40px;
  }

  .three-identity-flex {
    flex-flow: column;
  }

  .vertical-border {
    display: none;
  }

  .three-projects-block-wrap {
    min-height: 450px;
    margin-bottom: 30px;
  }

  .three-performance-box {
    padding: 35px 20px 30px;
  }

  .three-analysis-section {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .three-identity-content-wrap {
    margin-top: 0;
  }

  .three-hero-button-wrap {
    margin-bottom: 0;
  }

  .three-identity-counter-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .three-identity-counter-block._214 {
    display: none;
  }

  .three-projects-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .three-hero-flex {
    flex-flow: column;
  }

  .three-identity-content-block {
    max-width: none;
  }

  .heading-with-icon-flex {
    flex-basis: 100%;
  }

  .three-projects-image-wrap {
    min-height: 450px;
  }

  .three-projects-grid.project-list-two {
    padding-top: 50px;
  }

  .three-analysis-content-wraper {
    flex-basis: 50%;
  }

  .three-analysis-sticky-item {
    top: 10%;
  }

  .three-identity-title {
    margin-top: 20px;
    margin-bottom: 33px;
  }

  .three-identity-title.heading-178 {
    font-size: var(--h2-mobil-gros);
    font-size: var(--h2-mobil-gros);
  }

  .service-three-product-block {
    max-width: none;
  }

  .three-prodict-list-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .product-lists-wrap.service-one-product-listwrap {
    flex-basis: 49%;
    margin-right: 0;
    padding-left: 0;
  }

  .three-product-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-one-design-image-wrap.overflow-hidden {
    flex-basis: 46%;
  }

  .testimonial-slider {
    margin-top: 24px;
  }

  .slider-icon-arrow {
    width: 15px;
    height: auto;
  }

  .left-arrow {
    width: 45px;
    height: 45px;
    bottom: 30%;
  }

  .testimonial-author-images-wrapper {
    padding-bottom: 55px;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    bottom: 30%;
  }

  .banner-gradient-title {
    line-height: 70px;
  }

  .banner-gradient-title.no-margin {
    margin-bottom: 10px;
  }

  .banner-gradient-title.no-margin._284 {
    font-size: 78px;
  }

  .footer-style-three {
    padding-top: 70px;
  }

  .about-one-video-pause-icon, .about-one-video-play-icon {
    width: 70px;
    height: 70px;
  }

  .about-one-video {
    height: 400px;
  }

  .about-one-hero-image-one {
    width: 100%;
    height: auto;
  }

  .about-one-hero-image-one.service-page-image {
    height: 100%;
  }

  .about-one-hero-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: flex-end;
  }

  .about-one-development {
    padding-bottom: 70px;
  }

  .about-one-hero {
    padding-bottom: 52px;
  }

  .about-one-iconbox-flex.border-radius-twenty {
    padding: 30px;
  }

  .about-one-hero-image-wrap {
    width: 100%;
  }

  .about-one-hero-image-wrap.wrap-one {
    margin-top: 0;
  }

  .about-one-innovation-grid {
    margin-top: 50px;
    padding-left: 0;
  }

  .about-one-testimonial {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .about-two-hero-image-wrap {
    max-width: none;
    height: 60%;
    max-height: 400px;
  }

  .about-two-hero-image-wrap.one {
    margin-top: 50px;
  }

  .about-two-projects-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-two-hero-image-block {
    max-width: none;
  }

  .about-two-dev-image-wrap {
    flex: 0 50%;
  }

  .about-two-dev-image-wrap.about-three-dev-image-wrap {
    width: 100%;
    margin-top: 50px;
  }

  .about-two-dev-image-wrap.contact-two-box-wrap {
    flex: 0 50%;
  }

  .sticky-one-iconbox.top-bottom-padding {
    margin-top: 40px;
  }

  .about-two-dev-image.border-radius-twenty.about-three-dev-image, .about-two-dev-image.border-radius-twenty._2-3, .about-two-dev-image.border-radius-twenty.about-three-dev-image, .about-two-dev-image.border-radius-twenty._2-3, .about-two-dev-image.border-radius-twenty.about-three-dev-image, .about-two-dev-image.border-radius-twenty._2-3 {
    width: 100%;
  }

  .about-two-hero {
    padding-bottom: 52px;
  }

  .about-two-development {
    background-image: linear-gradient(to bottom, #0a0a0a33, #0a0a0a33), radial-gradient(circle farthest-side at 80% 25%, var(--gradient-color-two), var(--geadient-color-one) 12%, var(--transperant) 26%);
    margin-top: 62px;
    padding-bottom: 52px;
  }

  .about-two-development-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .about-two-portfolio {
    padding-bottom: 64px;
  }

  .about-two-design-grid, .about-two-design-block {
    width: 100%;
  }

  .about-two-development-content._2._879 {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .about-three-marketing {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .about-three-projects-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-three-projects-content {
    max-width: none;
    margin-bottom: 0;
  }

  .about-three-projects {
    margin-bottom: 70px;
  }

  .about-three-projects-icon {
    flex: none;
  }

  .about-three-projects-image {
    width: 100%;
    height: 440px;
    margin-left: 0;
  }

  .about-three-proj-content-block {
    padding-top: 26px;
    padding-bottom: 40px;
  }

  .about-three-portfolio {
    margin-bottom: 64px;
  }

  .collection-item {
    width: 100%;
  }

  .about-three-creative-container {
    grid-template-columns: 1fr 1fr;
  }

  .about-two-testimonial {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 700px;
    padding: 20px 30px;
  }

  .about-testimonial-image {
    width: 250px;
    height: 250px;
  }

  .about-two-testimonial-section {
    padding-top: 53px;
    padding-bottom: 70px;
  }

  .service-one-hero {
    padding-bottom: 90px;
  }

  .card-image-left {
    display: none;
  }

  .card-image-left-two {
    right: -30%;
  }

  .card-image-right-two {
    left: -30%;
  }

  .card-image-right {
    display: none;
  }

  .about-stack-card-list.service-two-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-one-innovation {
    padding-top: 64px;
  }

  .service-one-marketing-flex {
    margin-top: 64px;
    padding-bottom: 70px;
  }

  .service-one-creative-flex {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .service-creative-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-campaign-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .servicetwo-hero {
    padding-bottom: 90px;
  }

  .homethree-about-icon-wrap {
    flex: none;
  }

  .servicetwo-feature-section {
    padding-top: 62px;
  }

  .homethree-about-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .about-one-slider-imagewrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-one-slider-img {
    position: relative;
  }

  .about-one-slider-card {
    border-right-style: none;
    justify-content: center;
    align-items: center;
  }

  .about-one-slider {
    background-image: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 80% 60%, var(--gradient-color-two), var(--geadient-color-one) 0%, var(--transperant) 33%);
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .about-one-slider-contentwrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    inset: 0%;
  }

  .service_slider_iconwidth {
    display: none;
  }

  .card-slder-content-wrap {
    flex-flow: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-right: 0;
    padding-bottom: 30px;
    position: relative;
    bottom: 0%;
    right: 0;
  }

  .about-one-slider-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-three-price-table-wrap {
    grid-template-columns: 1fr;
  }

  .service-three-price-table-wrap.full-width-flex.monthly {
    width: 60%;
  }

  .price-item-list.full-width-flex {
    margin-top: 30px;
  }

  .pricing-box-price-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .pricing-box-price-wrap.full-width-flex {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-box {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 30px;
  }

  .price-title-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .servicethree-hero-content-wrap {
    padding-bottom: 40px;
  }

  .servicethree-hero-content-wrap.contact-one-hero-content {
    margin-bottom: 0;
  }

  .service-three-hero-text {
    font-size: 100px;
  }

  .service-three-hero-flex {
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
  }

  .service-three-strategy {
    padding-top: 63px;
  }

  .service-three-box-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .service-three-image-box.border-radius-twenty {
    background-position: 94% 2%;
    background-size: 10%;
    align-self: stretch;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-three-image-box.border-radius-twenty._2._97._8._963 {
    height: 351.6px;
  }

  .service-three-management {
    padding-top: 53px;
    padding-bottom: 70px;
  }

  .service-marque-image-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-marque-image-flex.contact-image-content-flex {
    padding-left: 0;
  }

  .service-marque-image-block {
    flex-basis: 50%;
  }

  .service-price-table-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .price-card {
    grid-template-columns: 1fr;
    max-width: none;
    padding: 40px 20px 30px;
  }

  .price-plan-wrap {
    max-width: none;
  }

  .price-plan-pricing-wrap {
    border-bottom: 2px solid var(--title-in-white);
    padding-bottom: 30px;
  }

  .contact-one-hero {
    padding-bottom: 70px;
  }

  .text-field-box {
    width: 100%;
  }

  .contact-form-one {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block, .contact-icon-box-content {
    max-width: none;
  }

  .contact-two-hero {
    padding-bottom: 70px;
  }

  .contact-two-card-wrap {
    padding-right: 0%;
  }

  .contact-three-hero {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .contact-three-getin-touch {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .contact-three-form-wrap {
    justify-content: center;
    align-items: center;
    margin-top: -618px;
  }

  .pricing-one-price-section {
    padding-bottom: 70px;
  }

  .accordion-answer {
    padding-bottom: 24px;
  }

  .accordion-toggle {
    padding-bottom: 25px;
  }

  .accordion-dropdown {
    display: none;
  }

  .faq-blocks {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .faq-blocks.accordian-wrap {
    margin-top: 32px;
  }

  .price-two-section {
    padding-bottom: 70px;
  }

  .blog-one-image-block {
    flex-basis: 45%;
  }

  .blog-one-content-block {
    flex-basis: 50%;
  }

  .blog-three-flex-one, .blog-three-flex-two {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .portfolio-one-hero {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .portfolio-one-content-wrap {
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .portfolio-one-portfolio-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .portfolio-one-portfolio-grid.portfolio-details-lightbox-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    padding-top: 32px;
  }

  .portfolio-one-portfolio-first {
    height: 350px;
  }

  .portfolio-one-portfolio-first.third-portfolio {
    height: 100%;
  }

  .portfolio-reveal-text {
    padding: 20px 30px;
  }

  .portfolio-reveal-text.for-small-box {
    padding-bottom: 20px;
  }

  .portfolio-one-portfolio-grid-two {
    align-items: stretch;
  }

  .portfolio-details-hero {
    padding-top: 112px;
    padding-bottom: 51px;
  }

  .vertical-top-center-flex {
    padding-bottom: 40px;
  }

  .portfolio-details-content-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .portfolio-details-wrap {
    max-width: none;
  }

  .portfolio-details-list-wrap {
    flex: 0 auto;
  }

  .portfolio-details-item-list.border-none {
    border-bottom: 0px none var(--transperant);
    border-bottom: 0px none var(--transperant);
  }

  .portfolio-details-lightbox {
    width: 100%;
  }

  .portfolio-details-portfolio-wrap {
    padding-bottom: 70px;
  }

  .service-rotate-image-block {
    height: auto;
    padding-top: 37px;
    position: relative;
  }

  .service-rotate-image-text-block {
    position: absolute;
    inset: auto 0% 50%;
  }

  .service-rotate-image-text {
    font-size: 110px;
    line-height: 110px;
  }

  .service-animation-div {
    height: auto;
    position: relative;
  }

  .max-width-four-nightynine {
    max-width: none;
  }

  .menu-title {
    font-size: 45px;
    line-height: 55px;
  }

  .nav-overflow-hidden.nav-link-margin {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .text-blcok-menu-one.desktop {
    display: none;
  }

  .nav-text-two-one {
    font-size: 3.75rem;
  }

  .landing-hero {
    padding-bottom: 180px;
  }

  .heading-two {
    font-size: 40px;
    line-height: 50px;
  }

  .checkout-hero-section {
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .changelog-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-guide-color-name-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .color {
    font-size: 150px;
    line-height: 140px;
  }

  .style-guide-color-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .style-guide-color-box {
    width: 8rem;
    height: 8rem;
  }

  .style-guide-for-color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-block-six {
    margin-bottom: 3.7rem;
  }

  .heading-block-five {
    margin-bottom: 3.5rem;
  }

  .heading-block-three {
    margin-bottom: 3.3rem;
  }

  .list-block, .heading-block-two, .heading-block-four, .heading-block-one {
    margin-bottom: 3.6rem;
  }

  .style-guide-buttons {
    flex-flow: wrap;
  }

  .style-guide-for-typography {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .box-center {
    inset: auto 0% 41% 25%;
  }

  .box-top-right {
    inset: 0% 0% 0% auto;
  }

  .box-bottom-right {
    inset: auto 0% 0% auto;
  }

  .box-top-left {
    inset: 0% auto auto 0%;
  }

  .round-right-center {
    inset: 50% 0% 0% auto;
  }

  .round-left-top {
    inset: auto auto 50% 0%;
  }

  .home-three-large-text {
    font-size: 120px;
  }

  .section-container.faqs {
    padding-top: 100px;
  }

  .process-content-container {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .section-title-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    max-width: none;
    padding-right: 0;
    font-size: 15px;
  }

  .etapes-grids {
    align-items: flex-start;
  }

  .paragraph-3 {
    padding-left: 15px;
  }

  .text-block-156 {
    line-height: 55px;
  }

  .div-block {
    width: 100%;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .core-value._154._3, .core-value._1, .core-value._2, .core-value._154._3, .core-value._154._3, .core-value._1, .core-value._2 {
    width: 100%;
    margin-top: 60px;
  }

  .div-block-304 {
    justify-content: center;
    align-items: center;
    margin-top: 71px;
    display: flex;
  }

  .section-42 {
    padding-bottom: 139px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-wrapper.frfref {
    margin-top: 50px;
  }

  .link-block {
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    display: flex;
  }

  .link-block-2, .link-block-3, .link-block-6, .link-block-8 {
    text-decoration: none;
  }

  .three-interactive-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about-two-portfolio-2 {
    padding-bottom: 64px;
  }

  .two-campaign-wrap-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-one-manage-content-2 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .home-one-manage-content-2.two-campaign-content {
    margin-bottom: 50px;
  }

  .home-one-manage-content-2.two-campaign-content.about-two-portfolio-content-wrap {
    position: relative;
    top: 0;
  }

  .home-one-manage-content-2.two-campaign-content.about-two-portfolio-content-wrap._1 {
    width: 80%;
  }

  .container-83.eefc {
    height: 100%;
  }

  ._147 {
    flex-flow: row;
    display: block;
  }

  .project_content-wrapper {
    grid-row-gap: 2rem;
    border-radius: 0 0 10px 10px;
    height: auto;
    text-decoration: none;
    position: static;
  }

  .project_wrapper {
    grid-template-rows: auto auto 100%;
    place-content: stretch;
    align-items: stretch;
  }

  .project_description {
    text-decoration: none;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .project_image-wrapper {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .project_image-wrapper.drivereach {
    background-color: #59b38e;
  }

  .project_image-wrapper.stvincents {
    background-color: #feb847;
  }

  .project_image-wrapper.torontogaa {
    background-color: #e3e8ef;
  }

  .padding-section-medium {
    padding-top: .6rem;
    padding-bottom: 2rem;
  }

  .project_grid {
    grid-template-columns: 1fr;
    align-content: stretch;
    place-items: stretch stretch;
  }

  .project_link, .project_link.stvincents, .project_link.stvincents {
    text-decoration: none;
  }

  .div-block-481 {
    flex-flow: column;
  }

  .steps-section {
    padding-top: 0;
    padding-left: 6%;
    padding-right: 6%;
  }

  .step-number {
    font-size: 4rem;
  }

  .step-item-bottom {
    width: 100%;
  }

  .steps-paragraph {
    font-size: 1.1rem;
  }

  .step-number-wrap {
    width: 30%;
  }

  .step-action-text {
    width: 70%;
    font-size: 2rem;
  }

  .step-text {
    width: 70%;
    font-size: 1.1rem;
  }

  .step-item {
    margin-bottom: 20px;
  }

  .div-block-482 {
    width: 70%;
  }

  .paragraph-9 {
    display: block;
  }

  .column-3, .column-4 {
    margin-top: 20px;
  }

  .column-8 {
    display: none;
  }

  .blank-line {
    padding: 0;
  }

  .works-grid {
    background-size: 5%, 4%;
    grid-template-columns: 1fr;
  }

  .sidebar.bottom {
    padding-bottom: 48px;
  }

  .post-body {
    border-right-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rich-text-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .zxa-a-wrap-1._847 {
    justify-content: center;
  }

  .xxl-heading {
    margin-left: 28px;
    padding-right: 30px;
    font-size: 48px;
  }

  .xxl-heading._151544 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-443._87 {
    display: none;
  }

  ._789 {
    width: auto;
  }

  .home-hero-images {
    max-width: 100vw;
  }

  .hero-image-3 {
    width: 60vh;
    min-width: 60vh;
    height: 60vh;
  }

  .page-padding-4 {
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .content-wrap-left-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-03-outer-div {
    grid-template-columns: 1fr;
  }

  .heading-2-2 {
    text-align: center;
  }

  .div-block-442 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-03 {
    margin-top: 20px;
  }

  .form-section-03-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-177.heading-178 {
    font-size: var(--h2-mobil-gros);
    line-height: 50px;
    font-size: var(--h2-mobil-gros);
    line-height: 50px;
  }

  .heading-191._17 {
    font-size: 60px;
    line-height: 80px;
  }

  .section-88 {
    position: relative;
    top: -53px;
  }

  .image-161 {
    border-radius: 13px;
  }

  .right-floating-cookie, .three-projects-image-overlay-2.three-hero, .three-projects-image-overlay-2.three-hero {
    display: block;
  }

  .three-hero-section-2 {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .accordion-wrap-2._2 {
    align-items: center;
    height: auto;
  }

  .parallax-image {
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
  }

  .parallax-image._2 {
    width: 100%;
    height: 490px;
  }

  .mask-frame {
    z-index: 4;
  }

  .parallax-image-2 {
    width: 18rem;
    max-width: none;
    height: 22rem;
    max-height: none;
  }

  .logo-slider-img-2 {
    width: 174px;
  }

  .section-logo {
    overflow: hidden;
  }

  .logo_component-slider-2 {
    grid-column-gap: 3rem;
    margin-top: 56px;
  }

  .logo-slide_section-2 {
    margin-top: -205px;
  }

  .page-padding-8.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-516 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .div-block-517 {
    height: 260px;
  }

  .div-block-518 {
    height: 280px;
  }

  .column-120 {
    margin-bottom: 60px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_item {
    width: 55vw;
    height: 36vw;
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .portfolio_wrapper {
    padding-bottom: 2rem;
  }

  .portfolio_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 27px;
    line-height: 37px;
  }

  h5 {
    font-size: 22px;
    line-height: 32px;
  }

  .menu-icon {
    margin-right: 0;
  }

  .marque-one-flex.home-two {
    margin-top: 0;
  }

  .home-one-counter-title.price-table-title {
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .heading-six.home-one-innovation-icon-title._2._4 {
    max-width: none;
  }

  .home-one-design-title {
    width: 100%;
    max-width: none;
  }

  .our-work-one-image {
    display: none;
  }

  .home-one-testimonial-box {
    max-width: 350px;
  }

  .our-work-one-icon-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .subheading-text._89 {
    padding-left: 0;
  }

  .our-work-one-content-wrap {
    flex-basis: 70%;
    padding-right: 0;
  }

  .home-one-manage-content._2 {
    width: 100%;
    padding-left: 15px;
  }

  .home-one-manage-content._14 {
    margin-top: 80px;
  }

  .our-work-one-title-icon.active {
    display: none;
  }

  .our-serive-box-one {
    border-right-width: 0;
    padding-top: 30px;
  }

  .our-serive-box-one.border-radius-twenty._1._2._852, .our-serive-box-one.border-radius-twenty._1._2._741 {
    height: auto;
    margin-bottom: 20px;
  }

  .our-serive-box-one.border-radius-twenty {
    border-width: 1px;
    border-color: #262626;
    border-color: var(--title-in-white);
  }

  .our-serive-box-one.border-radius-twenty._1._2._852, .our-serive-box-one.border-radius-twenty._1._2._741, .our-serive-box-one.border-radius-twenty._1._2._852, .our-serive-box-one.border-radius-twenty._1._2._741, .our-serive-box-one.border-radius-twenty._1._2._852, .our-serive-box-one.border-radius-twenty._1._2._741, .our-serive-box-one.border-radius-twenty._1._2._852, .our-serive-box-one.border-radius-twenty._1._2._741 {
    height: auto;
    margin-bottom: 20px;
  }

  .our-serive-box-one.border-radius-twenty {
    border-width: 1px;
    border-color: #262626;
  }

  .marque-text {
    font-size: 60px;
    line-height: 60px;
  }

  .home-one-innovation-grid {
    grid-template-columns: 1fr;
  }

  .home-one-innovation-box.border-radius-twenty.overflow-hidden._85 {
    height: auto;
  }

  .our-work-one.bottom-border {
    padding-top: 30px;
  }

  .home-one-shine-wrap {
    display: none;
  }

  .light-text._9638, .light-text.gros, .light-text._9638, .light-text.gros {
    font-size: var(--h2-mobil);
  }

  .home-one-manage-text._1._2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .home-one-manage-text._1._2._3 {
    text-align: left;
    text-align: left;
  }

  .border-radius-twenty {
    width: 100%;
    height: 100%;
  }

  .contact-icon-box {
    justify-content: space-between;
    align-items: center;
  }

  .contact-icon-box._1._0 {
    aspect-ratio: auto;
    object-fit: fill;
    aspect-ratio: auto;
    object-fit: fill;
    aspect-ratio: auto;
    object-fit: fill;
    display: flex;
  }

  .counter-heading.contact-icon-box-light-text.no-margin {
    right: 65%;
  }

  .full-width-flex.contact-icon-box-line {
    width: 50%;
  }

  .counter-number-box {
    height: 50px;
  }

  .footer-content-list {
    padding-bottom: 30px;
  }

  .footer-text-wrap {
    margin-top: -13px;
  }

  .footer-text-wrap.second-row-footer {
    padding-left: 0;
  }

  .copyright-left {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-apear-title-wrap.width-full {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-trigger {
    justify-content: flex-end;
    align-items: stretch;
  }

  .two-analysis-iconbox-content {
    flex: 0 auto;
  }

  .home-two-hero-lightbox-wrap {
    display: none;
  }

  .two-hero-video-icon-wrap {
    flex-flow: column;
    margin-top: 0;
  }

  .two-design-image {
    display: none;
  }

  .two-analysis-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-campaign-box-grid {
    grid-template-columns: 1fr;
  }

  .home-two-blog-marque-wrap {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .two-analysis-wrap {
    flex-flow: column;
  }

  .two-design-title-icon-wrap {
    width: 90px;
    position: relative;
  }

  .two-analysis-inside-border.deactive {
    height: 100%;
  }

  .two-campaign-title.about-two-portfolio-title, .two-campaign-title.about-two-portfolio-title.padding-right-fifteen {
    width: 100%;
  }

  .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._8795, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2 {
    width: 100%;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87, .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._6, .two-campaign-title._1, .two-campaign-title.about-two-portfolio-title, .two-campaign-title.about-two-portfolio-title.padding-right-fifteen {
    width: 100%;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen {
    width: 100%;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._12 {
    background-position: 79% 91%;
    background-size: 6%;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._2._874 {
    font-size: 35px;
    line-height: 45px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._2.heading-178 {
    font-size: var(--h2-mobil);
    line-height: 50px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._1._78 {
    font-size: 45px;
  }

  .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._8795, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._8795, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._8795, .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2 {
    width: 100%;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87, .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._6 {
    width: 100%;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87, .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._6 {
    width: 100%;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._2._98 {
    width: 100%;
    padding-left: 0;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87, .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._6, .two-campaign-title._1, .two-campaign-wrap {
    width: 100%;
  }

  .two-campaign-wrap.about-two-portfolio-wrap {
    align-items: flex-start;
  }

  .two-analysis-content-block._158 {
    width: 100%;
  }

  .two-collaboration-box-grid {
    grid-template-columns: 1fr;
  }

  .home-two-hero-progress-wrap {
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .home-two-hero {
    height: auto;
    padding-top: 110px;
    padding-bottom: 64px;
  }

  .two-hero-slider-wrap {
    height: auto;
  }

  .two-analysis-iconbox-icon.deactive.two {
    display: none;
  }

  .two-design-main-image {
    height: auto;
  }

  .two-campaign-box {
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .two-analysis-border-wrap._151148._4 {
    height: 370px;
  }

  .two-analysis-border-wrap._151148._2 {
    border-style: none;
  }

  .two-design-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heding-three {
    font-size: 30px;
    line-height: 40px;
  }

  .heding-three.two-design-title.no-margin.active {
    transform: translate(0);
  }

  .two-analysis-title._2 {
    background-position: 68% 93%;
    max-width: 100%;
  }

  .heading-five {
    font-size: 22px;
    line-height: 32px;
  }

  .two-analysis-content-wrap {
    margin-top: 20px;
    padding-right: 0;
  }

  .two-analysis-content-wrap._247, .two-collaboration-image {
    width: 100%;
  }

  .home-two-blog-marque-flex {
    max-width: 100%;
  }

  .home-blog-image-wrap {
    flex: none;
    height: 500px;
  }

  .two-analysis-iconbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-right-reveal-overlay {
    display: none;
  }

  .two-hero-small-image-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .two-hero-content-flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-progress-flex._147 {
    display: flex;
  }

  .two-collaboration-image-wrap {
    width: 100%;
  }

  .heading-four.servicetwo_feature-smalltitle {
    padding-left: 0;
  }

  .heading-three {
    font-size: 30px;
    line-height: 40px;
  }

  .three-hero-review-wrap {
    padding-right: 15%;
  }

  .three-analysis-scroll-wraper {
    flex-flow: column;
    height: 100%;
    position: relative;
  }

  .three-interactive-section {
    padding-top: 23px;
  }

  .three-analysis-sticky-inner {
    width: 100%;
    margin-top: 50px;
    position: relative;
  }

  .vertical-border {
    display: none;
  }

  .three-identity-scale-image {
    margin-top: 50px;
  }

  .three-analysis-section {
    padding-bottom: 70px;
  }

  .three-identity-counter-content-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .three-identity-counter-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .three-projects-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .three-identity-content-block {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-with-icon-flex {
    padding-top: 40px;
  }

  .heading-with-icon-flex._21 {
    margin-bottom: 40px;
  }

  .three-projects-grid {
    grid-template-rows: auto;
    align-self: stretch;
  }

  .three-projects-grid.project-list-two {
    padding-top: 0;
  }

  .three-analysis-title-main {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .three-analysis-content-wraper {
    width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 30px;
    padding-right: 0%;
  }

  .three-analysis-sticky-item {
    top: 0%;
  }

  .three-analysis-sticky-item.two {
    inset: 0% 0% 0% auto;
    inset: 0% 0% 0% auto;
  }

  .about-two-design-flex.home-three-project-title-wrap.border-none {
    border-bottom-style: solid;
    border-bottom-color: var(--dark-grey);
    border-bottom-style: solid;
    border-bottom-color: var(--dark-grey);
    border-bottom-style: solid;
    border-bottom-color: var(--dark-grey);
  }

  .three-prodict-list-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .product-lists-wrap {
    width: 100%;
    margin-right: 0;
  }

  .product-lists-wrap.service-one-product-listwrap {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 50px;
  }

  .three-product-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .three-product-list.service-three-product-list.one {
    text-decoration: none;
  }

  .service-one-design-image-wrap.overflow-hidden {
    flex-basis: 100%;
    width: 100%;
  }

  .testimonial-slider {
    padding-left: 65px;
    padding-right: 65px;
  }

  .testimonials-author-box-mid {
    width: 104px;
    height: 104px;
  }

  .testimonials-author-box-mid.testimonials-author-box-left, .testimonials-author-box-mid.testimonials-author-box-right, .testimonials-author-box-mid.testimonials-author-box-left, .testimonials-author-box-mid.testimonials-author-box-right {
    width: 80px;
    height: 80px;
  }

  .left-arrow, .right-arrow {
    display: none;
    bottom: 25%;
  }

  .home-three-testimonial-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-gradient-title {
    line-height: 50px;
  }

  .banner-gradient-title.no-margin._284 {
    font-size: 55px;
  }

  .footer-content.text-white {
    padding-right: 0;
  }

  .about-one-video-overlay {
    display: none;
  }

  .about-one-iconbox-grid {
    grid-template-columns: 1fr;
  }

  .about-one-hero-flex {
    flex-flow: column;
  }

  .about-one-iconbox-flex.about-solution-iconbox {
    padding-bottom: 0;
  }

  .about-one-innovation-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .border-vertical, .border-horizental {
    display: none;
  }

  .about-two-projects-content._1._3 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-two-dev-image-wrap {
    width: 100%;
  }

  .about-two-dev-image-wrap.about-three-dev-image-wrap.home {
    border-left-style: none;
  }

  .about-two-dev-image-wrap.contact-two-box-wrap {
    flex: none;
  }

  .about-two-development-flex.two {
    padding-top: 0;
  }

  .sticky-iconbox-content {
    flex-basis: 90%;
  }

  .sticky-one-iconbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-two-dev-image {
    width: 100%;
  }

  .about-two-development {
    padding-bottom: 70px;
  }

  .about-two-development-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .about-two-design-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-two-portfolio-content._741, .about-two-portfolio-content._741._547._120, .about-two-portfolio-content._741, .about-two-portfolio-content._741._547._120, .about-two-portfolio-content._741._547._120, .about-two-portfolio-content._741._547._120 {
    width: 100%;
  }

  .about-two-development-title._151554 {
    width: 100%;
    padding-right: 0;
  }

  .about-two-development-title._151554._1818 {
    background-image: none;
    font-size: 45px;
    line-height: 60px;
  }

  .about-two-development-title._874._9874 {
    font-size: 35px;
  }

  .about-two-development-content {
    margin-bottom: 40px;
  }

  .about-three-projects-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-three-proj-content-block {
    padding-bottom: 30px;
  }

  .about-three-creative-container {
    grid-template-columns: 1fr;
  }

  .about-two-testimonial {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
  }

  .about-testimonial-image-block {
    width: 90%;
    height: 34%;
  }

  .about-testimonial-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-basis: 50%;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .about-testimonial-image {
    width: 100%;
    height: 100%;
  }

  .service-one-hero {
    padding-bottom: 70px;
  }

  .card-image-left-two {
    display: none;
  }

  .card-image-center {
    max-width: none;
  }

  .card-image-right-two {
    display: none;
  }

  .about-stack-card-list.service-two-card {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    height: auto;
    padding: 10px 20px 40px;
  }

  .service-one-stack-card-image {
    width: 100%;
  }

  .service-one-marketing-flex {
    flex-flow: column;
    padding-bottom: 53px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-one-marketing-image._23 {
    display: none;
  }

  .service-one-marketing-content {
    margin-top: 45px;
    padding-left: 0%;
  }

  .service-one-marketing-content.service-one-creative-content {
    margin-top: 0;
    margin-bottom: 50px;
    padding-right: 0%;
  }

  .service-one-creative-flex {
    flex-flow: column;
    padding-top: 64px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-creative-content-wrap {
    max-width: 100%;
  }

  .service-creative-content-grid._258._1 {
    display: block;
  }

  .service-campaign-section {
    padding-bottom: 61px;
  }

  .service-two-hero-image {
    margin-top: 0;
  }

  .servicetwo-hero {
    padding-bottom: 70px;
  }

  .homethree-about-border {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .homethree-about-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .homethree-about-arrow {
    margin-left: 0;
  }

  .servicetwo_feature-paragraph {
    margin-left: 0%;
  }

  .servicetwo_feature_bgblock {
    display: none;
  }

  .about-one-slider-imagewrap {
    grid-template-columns: 1fr;
    height: auto;
  }

  .about-one-slider-img.image-three {
    transition: transform .3s;
  }

  .about-one-slider-img.image-three:active {
    transform: scale(.95);
  }

  .about-one-slider-img.image-two {
    transition: transform .3s;
  }

  .about-one-slider-img.image-two:active {
    transform: scale(.95);
  }

  .about-one-slider-img.image-one {
    transition: transform .3s;
  }

  .about-one-slider-img.image-one:active {
    transform: scale(.95);
  }

  .about-one-slider-img.image-four {
    transition: transform .3s;
  }

  .about-one-slider-img.image-four:active {
    transform: scale(.95);
  }

  .about-one-slider-card {
    justify-content: flex-end;
    align-items: center;
  }

  .about-one-slider-contentwrap {
    grid-template-columns: 1fr;
    display: none;
  }

  .about-one-slide-img {
    display: none;
  }

  .pricing-box-price-slash-text {
    margin-top: 0;
  }

  .service-three-hero.overflow-hidden {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .servicethree-hero-image-wraper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .service-three-hero-text {
    font-size: 75px;
  }

  .service-three-hero-block {
    max-width: none;
  }

  .service-three-strategy {
    padding-top: 64px;
    padding-bottom: 0;
  }

  .service-three-box-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .service-three-image-box.border-radius-twenty._2._97._8._963 {
    height: auto;
    padding-bottom: 62px;
  }

  .service-three-image-box.border-radius-twenty._2._97._8._963._14._9 {
    padding-bottom: 20px;
  }

  .service-marque-image-flex {
    flex-flow: column;
  }

  .service-marque-image-flex.reverse-align {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column-reverse;
  }

  .service-marque-image-flex.contact-image-content-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .service-marque-image-flex.two {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
  }

  .service-marque-image-block {
    align-self: stretch;
  }

  .service-marque-image-block.contact-two-box-wrap-two {
    flex: none;
  }

  .service-price-table-grid {
    grid-template-columns: 1fr;
  }

  .servicethree-hero-image {
    width: 50%;
    height: 50%;
  }

  .accordion.accordian-item {
    padding-right: 20px;
  }

  .blog-one-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-one-image-block {
    cursor: auto;
    width: 100%;
  }

  .blog-one-content-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-scale-image {
    width: 100%;
  }

  .blog-three-flex-one {
    flex-flow: column;
  }

  .blog-three-flex-two {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
  }

  .portfolio-one-portfolio-grid.portfolio-details-lightbox-wrap {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .portfolio-one-portfolio-first, .portfolio-one-portfolio-first.third-portfolio, .portfolio-one-portfolio-first.third-portfolio {
    height: 351px;
  }

  .portfolio-reveal-text {
    bottom: -1%;
  }

  .portfolio-one-portfolio-grid-three {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .service-rotate-image-text {
    font-size: 70px;
    line-height: 80px;
  }

  .about-two-testimonial-mask {
    max-width: none;
  }

  .max-width-four-nightynine._1._8745._1548 {
    margin-top: 80px;
  }

  .menu-title {
    font-size: 35px;
    line-height: 45px;
  }

  .home-three-small-active-image-two {
    display: none;
  }

  .nav-overflow-hidden.nav-link-margin {
    margin-bottom: 2.5vw;
  }

  .nav-text-two-one {
    font-size: 3rem;
  }

  .heading-two {
    font-size: 30px;
    line-height: 40px;
  }

  .style-guide-color-name-block {
    margin-top: -30px;
  }

  .color {
    font-size: 100px;
    line-height: 90px;
  }

  .style-guide-color-block {
    display: block;
  }

  .portfolio-grid-three {
    grid-template-columns: 1fr;
  }

  .div-five-twenty-four {
    max-width: none;
  }

  .flex-center-space-between {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-center {
    left: 13%;
  }

  .round-left-top {
    display: none;
  }

  .home-three-large-text {
    font-size: 90px;
  }

  .paragraph-2 {
    padding-left: 0;
  }

  .paragraph-2._0marge {
    text-align: justify;
    text-align: justify;
  }

  ._28 {
    padding-left: 0;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.faqs {
    padding-top: 75px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .etapes-grids {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .container-7 {
    max-width: 100%;
    display: block;
  }

  .paragraph-3 {
    padding-left: 0;
  }

  .container-78 {
    width: 100%;
    display: block;
  }

  .grid.web {
    display: block;
  }

  .heading-2._1 {
    padding-left: 0;
  }

  .div-block-2 {
    margin-top: 60px;
  }

  .core-value._154._3, .core-value._1 {
    padding-left: 10px;
  }

  .core-value._154._3, .core-value._1 {
    padding-left: 10px;
  }

  .core-value._2 {
    margin-left: 0;
  }

  .faq-wrapper {
    width: 100%;
  }

  .link-block-4 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad437_Service%20Marque%20Image%20Flex.webp");
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 250px;
    text-decoration: none;
    display: flex;
  }

  .link-block-5 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad436_portfolio-light-box.webp");
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 250px;
    text-decoration: none;
    display: flex;
  }

  .link-block-6 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad42c_banner%20img.webp");
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 250px;
    display: flex;
  }

  .link-block-7 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad429_portfolio-one-hero.webp");
    background-position: 0 0;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 250px;
    text-decoration: none;
    display: flex;
  }

  .site-vitrine-1 {
    margin-bottom: 80px;
  }

  .columns-2 {
    padding-bottom: 0;
  }

  .image-152 {
    border-radius: 11px;
  }

  .three-interactive-section-2 {
    padding-top: 23px;
  }

  .heading-95._1 {
    color: var(--white);
  }

  .two-campaign-wrap-2.about-two-portfolio-wrap {
    align-items: flex-start;
  }

  .two-campaign-title-2.about-two-portfolio-title._2 {
    font-size: 45px;
    line-height: 60px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    min-height: 50vh;
    padding-top: 20px;
    position: relative;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  ._78954 {
    text-align: left;
    line-height: 60px;
  }

  .two-hero-video-icon-wrap-2 {
    flex-flow: column;
  }

  .home-two-hero-2 {
    height: auto;
    padding-top: 110px;
    padding-bottom: 64px;
  }

  .home-two-hero-progress-wrap-2 {
    margin-top: 50px;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .text-span-135 {
    font-size: 90px;
    line-height: 80px;
  }

  .div-block-479 {
    width: 100%;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project_grid {
    display: block;
  }

  .project_link {
    margin-bottom: 50px;
    text-decoration: none;
  }

  .grid-2._0 {
    flex-flow: column;
    display: flex;
  }

  .step-action-text {
    font-size: 1.7rem;
    line-height: 1.2;
  }

  .step-text {
    font-size: 1rem;
  }

  .step-header-section {
    flex-direction: column;
    padding-bottom: .3rem;
  }

  .step-item-top {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .steps-header-wrap {
    width: 100%;
    margin-bottom: 2rem;
  }

  .steps-header-wrap.right {
    width: 80%;
  }

  .div-block-483 {
    height: auto;
  }

  .column-5 {
    margin-top: 20px;
  }

  .columns-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-sidebar-block {
    grid-row-gap: 36px;
    margin-top: 2px;
  }

  .works-grid {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .rich-text-wrapper {
    padding-right: 0;
  }

  .zxa-a-wrap-1 {
    margin-bottom: 1em;
  }

  .xxl-heading {
    padding-right: 27px;
    font-size: 38px;
  }

  .author-top-info {
    width: 70%;
  }

  ._789 {
    width: auto;
  }

  .section-86 {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .section-hero-home-2 {
    background-position: 0 0, 0 70%;
  }

  .page-padding-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .content-wrap-left-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-177.heading-178 {
    font-size: var(--h2-pc);
    line-height: 50px;
    font-size: var(--h2-pc);
    line-height: 50px;
  }

  .heading-178 {
    font-size: var(--h2-mobil-gros);
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
  }

  .heading-178.animation-h2 {
    font-size: var(--h2-mobil);
    line-height: 50px;
  }

  .heading-178._58 {
    padding-left: 0;
  }

  .heading-191._17 {
    font-size: 45px;
  }

  .heading-196 {
    font-size: 16px;
  }

  .div-block-501, .image-162 {
    width: 100%;
  }

  .right-cookie-image {
    width: 20px;
    height: auto;
    margin-right: 5px;
  }

  .right-floating-cookie {
    max-width: 90vw;
    display: block;
    bottom: 10px;
    right: 10px;
  }

  .white-text {
    width: 87%;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 9px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .cookie-content.mobile-vertical {
    margin-bottom: 0;
  }

  .grid-3 {
    padding-left: 0;
  }

  .plus-3, .minus-2 {
    background-color: var(--primary);
  }

  .accordion-wrap-2._2.home {
    padding-left: 0;
  }

  .paragraph-66 {
    padding-right: 0;
  }

  .parallax-image {
    width: 100%;
  }

  .parallax-image._2 {
    height: 430px;
  }

  .parallax-image-2 {
    width: 100%;
  }

  .paragraph-70._2 {
    text-align: left;
    text-align: left;
  }

  .logo-slider-img-2 {
    width: 125px;
  }

  .logo_component-slider-2 {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slide_section-2 {
    width: 100%;
    margin-top: -35px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-516 {
    display: flex;
  }

  .column-119 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .column-121 {
    padding-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-portfolio {
    inset: auto auto 0% 0%;
    transform: translate(10%, -10%);
  }

  .button.is-portfolio.is-right {
    inset: auto 0% 0% auto;
    inset: auto 0% 0% auto;
    transform: translate(-10%, -10%);
  }

  .portfolio_list-wrapper.is-bottom {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .portfolio_wrapper {
    padding-bottom: 1.5rem;
  }

  .portfolio_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .div-block-521 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-521.pc {
    display: none;
  }

  .div-block-521.mobil, .columns-8 {
    display: block;
  }

  .column-123, .column-124, .column-125, .column-126 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 33px;
    line-height: 55px;
  }

  h2 {
    font-size: 25px;
  }

  .button-one.price-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-one._9875 {
    margin-top: 30px;
  }

  .button-one._1547 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-text-main.one {
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container._456._841 {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .home-one-stack-card-image {
    display: none;
  }

  .home-one-stack-card-image.position-relative.service-image-animation {
    display: block;
  }

  .marque-one-flex.home-two._2 {
    display: none;
  }

  .home-one-counter-title {
    width: 100%;
  }

  .home-one-counter-title._2 {
    font-size: 40px;
    line-height: 50px;
  }

  .homr-one-counter-div.border-radius-twenty.about-three-counter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-six {
    color: #fff;
    text-align: left;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading-six.home-one-innovation-icon-title {
    font-size: 19px;
  }

  .heading-six.home-one-innovation-icon-title._2 {
    padding-right: 0%;
  }

  .heading-six.home-one-innovation-icon-title._2._4 {
    text-align: left;
    text-align: left;
  }

  .heading-six.testimonial-name-title {
    text-align: center;
  }

  .heading-six._1 {
    color: var(--white);
    text-align: left;
  }

  .heading-six._2 {
    text-align: left;
  }

  .heading-six._852 {
    text-align: center;
  }

  .heading-six._847 {
    text-align: center;
    line-height: 19px;
  }

  .heading-six._847._1204 {
    padding-left: 0;
  }

  .heading-six._15478 {
    text-align: center;
  }

  .home-one-testimonial-box {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-one-manage-title {
    font-size: 35px;
  }

  .home-one-manage-title._789 {
    color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 35px;
    line-height: 45px;
  }

  .subheading-text._147 {
    text-align: left;
  }

  .subheading-text._147._1220 {
    text-align: left;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }

  .homr-one-counter {
    padding-left: 0;
    padding-right: 0;
  }

  .homr-one-counter.home-three-testimonial {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .homr-one-counter.service-three-price._879 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-one-sticky-section-two._2._7._789 {
    background-image: none;
  }

  .our-work-one-content-wrap {
    flex: 1;
  }

  .image-marque-block {
    height: 500px;
  }

  .home-one-manage-content._2 {
    padding-left: 0;
  }

  .home-one-manage-content._87 {
    width: 100%;
  }

  .our-work-one-title-icon.overflow-hidden {
    margin-left: 0;
  }

  .our-serive-box-one.border-radius-twenty._2._4, .our-serive-box-one.border-radius-twenty._2._4._96 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-serive-box-one.border-radius-twenty._2._4, .our-serive-box-one.border-radius-twenty._2._4._96 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-serive-box-one.border-radius-twenty._1._2 {
    margin-bottom: 20px;
  }

  .our-serive-box-one.border-radius-twenty._2._4, .our-serive-box-one.border-radius-twenty._2._4._96 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-serive-box-one.border-radius-twenty._2._4, .our-serive-box-one.border-radius-twenty._2._4._96, .our-serive-box-one.border-radius-twenty._2._4._96 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-serive-box-one.border-radius-twenty._2._5 {
    background-image: linear-gradient(#0000 55%, #000), linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/6810e2ba1122ab7a5e0146d5_site%20vitrine%20toulouse%20webance%20(5).webp");
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    padding-left: 20px;
  }

  .our-serive-box-one.border-radius-twenty._2._5._4 {
    padding-top: 30px;
    padding-right: 20px;
  }

  .home-one-manage-wrap {
    width: 100%;
  }

  .home-one-manage-wrap.sxw {
    flex-flow: column;
  }

  .home-one-innovation.home-two-innovation._2 {
    background-color: #030303;
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .no-margin {
    font-size: 27px;
  }

  .no-margin._2 {
    font-size: 18px;
  }

  .no-margin._114 {
    font-size: 1rem;
  }

  .home-one-manage-image-wrap {
    padding: 15px;
  }

  .home-one-manage-image-wrap._8.red {
    width: 100%;
  }

  .light-text {
    font-size: var(--h2-mobil);
    line-height: 41px;
  }

  .light-text.image {
    background-size: 18%;
    width: 100%;
  }

  .light-text.image._115 {
    background-image: none;
    padding-right: 0;
  }

  .light-text._45 {
    font-size: 30px;
    line-height: 35px;
  }

  .light-text.aqz {
    font-size: 40px;
    line-height: 28px;
  }

  .light-text._40._147 {
    font-size: var(--h2-mobil);
    text-transform: uppercase;
  }

  .light-text._40._25 {
    font-size: 34px;
  }

  .light-text._789 {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-size: 27px;
  }

  .light-text._9638 {
    font-size: 34px;
  }

  .light-text._25 {
    font-size: 25px;
    line-height: 30px;
  }

  .light-text.h2 {
    font-size: var(--h2-mobil);
    line-height: 35px;
  }

  .home-one-manage-text._2 {
    margin-right: 0%;
  }

  .home-one-manage-text._1._2 {
    text-align: left;
    text-align: left;
    margin-left: 0%;
    margin-right: 0%;
  }

  .home-one-manage-text._24 {
    background-color: var(--body-font);
    text-align: justify;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-right: 0%;
  }

  .contact-icon-box.contact-card {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-icon-box._2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .contact-icon-box._2._9 {
    margin-top: 33px;
  }

  .contact-iconbox-grid._247 {
    display: block;
  }

  .counter-train-wrap, .counter-train {
    font-size: 18px;
  }

  .footer-content-list {
    flex-basis: 100%;
    padding-bottom: 10px;
  }

  .footer-content-list.footer-two-list-two {
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content-list.two-style {
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-text-wrap {
    margin-top: 30px;
  }

  .copyright-left {
    font-size: 16px;
  }

  .footer-small-text, .footer-small-text.w--current, .footer-small-text.contact-email-title, .footer-small-text.contact-email-title {
    font-size: 12px;
  }

  .copyright-links {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
  }

  .full-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .full-container.margue-footer._151547, .full-container.margue-footer._147, .full-container._14874, .full-container.margue-footer._151547, .full-container.margue-footer._147, .full-container.margue-footer._151547, .full-container.margue-footer._147, .full-container._14874 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-two-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-top: 13px;
    padding-bottom: 50px;
  }

  .footer-content-title {
    text-align: center;
    font-size: 29px;
    line-height: 35px;
  }

  .image-apear-title-wrap {
    flex-flow: column;
  }

  .image-apear-title-wrap.width-full {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .one-hero-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .navbar-div {
    height: 90px;
  }

  .nav-link-flex {
    display: none;
  }

  .home-two-blog-category-wrap {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .two-analysis-iconbox-content {
    flex-basis: 90%;
  }

  .two-analysis-iconbox-content._147, .two-analysis-iconbox-content._147.rggr {
    top: 0;
  }

  .two-analysis-iconbox-content.top {
    margin-top: 0;
  }

  .two-analysis-iconbox-content._147, .two-analysis-iconbox-content._147.rggr, .two-analysis-iconbox-content._147.rggr {
    top: 0;
  }

  .two-hero-video-icon-wrap {
    align-self: auto;
  }

  .two-analysis-section._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .two-analysis-section.homr {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .two-campaign-box-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .two-analysis-iconbox-paragraph {
    padding-right: 0;
  }

  .two-analysis-iconbox-paragraph.no-margin {
    font-size: 18px;
  }

  .two-analysis-iconbox-paragraph.no-margin._789 {
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    background-image: none;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    background-image: none;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Urbanist, sans-serif;
    font-weight: 700;
  }

  .home-two-blog-marque-wrap {
    grid-template-columns: 1fr;
    display: flex;
  }

  .two-campaign-title {
    width: auto;
  }

  .two-campaign-title.about-two-portfolio-title {
    font-size: 34px;
    line-height: 50px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._12 {
    background-image: none;
    font-size: 35px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._2 {
    font-size: var(--h2-mobil);
    line-height: 50px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._2._897 {
    font-size: 35px;
    line-height: 45px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._2._874 {
    font-size: 30px;
    line-height: 45px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._2.heading-178 {
    padding-left: 0;
    line-height: 40px;
  }

  .two-campaign-title.about-two-portfolio-title.padding-right-fifteen._1._78 {
    font-size: 34px;
    line-height: 46px;
  }

  .two-campaign-title.about-two-portfolio-title._147 {
    font-size: 22px;
    line-height: 35px;
  }

  .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix {
    padding-right: 0%;
  }

  .two-campaign-title.bottom-padding-for-fifty.padding-right-twentysix._2 {
    font-size: 34px;
    line-height: 44px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six {
    padding-right: 0%;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._2._98 {
    font-size: 40px;
    line-height: 50px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._2._98._98745 {
    font-size: 34px;
  }

  .two-campaign-title.bottom-padding-twentytwo.padding-right-twenty-six._87 {
    font-size: 34px;
    line-height: 40px;
  }

  .two-campaign-title._1 {
    font-size: 35px;
  }

  .home-two-hero-progress-wrap {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .home-two-hero-progress-wrap._874 {
    margin-top: 20px;
  }

  .home-two-hero {
    padding-bottom: 46px;
  }

  .two-design-section {
    width: 100%;
  }

  .two-analysis-border-wrap._151148 {
    display: none;
  }

  .two-analysis-border-wrap._151148._2 {
    border-style: none;
    width: 4px;
    display: none;
  }

  .two-design-content {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .two-analysis-title {
    font-size: 35px;
    line-height: 45px;
  }

  .two-analysis-title._2._1 {
    background-size: 15%;
    font-size: 35px;
    line-height: 45px;
  }

  .two-analysis-title._2._1._24._741._102._15147 {
    background-image: none;
    font-size: 35px;
  }

  .two-analysis-title._2._1._789 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .two-analysis-title._2._1._3 {
    background-size: 9%;
  }

  .two-analysis-title._2._1.szsx {
    font-size: 34px;
  }

  .two-analysis-title._47 {
    font-size: 34px;
    line-height: 50px;
  }

  .two-analysis-title._47._2104.heading-178 {
    font-size: var(--h2-mobil);
    line-height: 38px;
    font-size: var(--h2-mobil);
    line-height: 38px;
    font-size: var(--h2-mobil);
    padding-left: 0;
    padding-right: 0;
    line-height: 38px;
  }

  .heading-five {
    font-size: 18px;
  }

  .two-analysis-content-wrap._247 {
    width: 100%;
  }

  .two-hero-title._2, .two-hero-title._2._897 {
    font-size: 30px;
    line-height: 45px;
  }

  .two-hero-title._2, .two-hero-title._2._897 {
    font-size: 30px;
    line-height: 45px;
  }

  .two-hero-title._2._897 {
    font-size: 30px;
    line-height: 45px;
  }

  .two-hero-title._2._897._841._36._12214 {
    width: 100%;
    font-size: 30px;
    line-height: 45px;
  }

  .two-hero-title._2._14 {
    font-size: 30px;
    line-height: 35px;
  }

  .two-hero-title._2._789 {
    font-size: 35px;
    line-height: 45px;
  }

  .two-hero-title._2._789._001._8741 {
    background-image: linear-gradient(90deg, #fff, #fff);
  }

  .two-hero-title._2._99987 {
    font-size: 35px;
    line-height: 45px;
  }

  .home-two-blog-marque-flex {
    flex: none;
    width: 100%;
  }

  .two-hero-content-wrap._1247._15154 {
    padding-top: 0;
  }

  .two-hero-small-image-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .two-hero-flex._1 {
    background-image: none;
    margin-top: 0;
    padding-top: 90px;
    padding-bottom: 0;
  }

  .heading-four {
    width: 100%;
    font-size: 25px;
  }

  .heading-four._1478 {
    font-size: 24px;
    line-height: 35px;
  }

  .navbar-dropdown {
    flex-flow: column;
  }

  .heading-three.home-three-experience-title {
    font-size: var(--h2-mobil);
    font-size: var(--h2-mobil);
  }

  .three-projects-image.one {
    background-image: none;
  }

  .three-hero-review-wrap {
    padding-right: 0%;
  }

  .three-identity-section {
    width: 100%;
    padding-bottom: 0;
  }

  .three-analysis-sticky-inner {
    flex-flow: column;
    min-height: 480px;
  }

  .three-projects-section._15154 {
    padding-bottom: 0;
  }

  .three-identity-flex {
    width: 100%;
  }

  .three-projects-block-wrap {
    border-radius: 20px;
    height: 0;
    min-height: 450px;
  }

  .three-performance-box {
    flex-flow: column;
  }

  .hero-icon-title {
    background-size: 0;
    padding-right: 0;
    font-family: Italiana, sans-serif;
  }

  .hero-icon-title._154 {
    background-position: 98% 46%;
    background-size: contain;
    margin-right: 0;
    padding-right: 40px;
  }

  .three-identity-content-wrap {
    width: 100%;
  }

  .home-three {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .three-hero-button-wrap {
    flex-flow: column;
  }

  .three-projects-flex {
    width: 100%;
  }

  .three-hero-flex {
    flex-flow: column;
  }

  .three-analysis-title-main._2 {
    flex-flow: column;
    font-size: 35px;
    line-height: 45px;
    display: block;
  }

  .three-analysis-title-main._2._147 {
    font-size: 30px;
  }

  .three-analysis-title-main._2._147._8741._121147 {
    font-size: 34px;
  }

  .three-analysis-sticky-item {
    top: 0%;
  }

  .three-identity-title {
    font-size: var(--h2-mobil);
    line-height: 50px;
  }

  .three-identity-title.heading-178 {
    font-size: var(--h2-mobil);
    line-height: 40px;
    font-size: var(--h2-mobil);
    padding-left: 0;
    line-height: 40px;
  }

  .about-two-design-flex.design-gap-about {
    padding-left: 15px;
    padding-right: 15px;
  }

  .three-product-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-slider {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

  .testimonial-author-images-wrapper {
    margin-bottom: 0;
    padding-bottom: 15px;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .banner-gradient-title {
    font-size: 40px;
  }

  .banner-gradient-title.no-margin._15114 {
    background-image: linear-gradient(90deg, #100f14, #484849 27%, #2b2a2d 77%, #151419 100%, #18171c);
    font-family: Urbanist, sans-serif;
  }

  .footer-style-three {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-one-hero-flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-one-iconbox-flex.about-solution-iconbox {
    padding-bottom: 0;
  }

  .about-two-projects-content.portfolio-one-hero-title-wrap, .about-two-projects-content._1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-two-projects-content.portfolio-one-hero-title-wrap, .about-two-projects-content._1 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-two-projects-content._1._3 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-two-dev-image-wrap._123, .about-two-dev-image-wrap._21 {
    width: 100%;
  }

  .about-two-dev-image-wrap.about-three-dev-image-wrap {
    border-radius: 0;
  }

  .about-two-dev-image-wrap.about-three-dev-image-wrap._1 {
    margin-top: 20px;
  }

  .about-two-dev-image-wrap._123, .about-two-dev-image-wrap._21 {
    width: 100%;
  }

  .about-two-development-flex.two {
    margin-top: 0;
  }

  .icon-box-icon {
    width: 10px;
  }

  .sticky-paragraph {
    color: #fff;
    -webkit-text-stroke-color: #fff;
    text-overflow: clip;
    overflow-wrap: normal;
    padding-right: 0;
    font-size: 18px;
  }

  .about-two-hero-flex.service-one-hero-flex, .about-two-hero-flex.bottom-padding-fifty, .about-two-hero-flex.service-one-hero-flex, .about-two-hero-flex.bottom-padding-fifty {
    padding-bottom: 0;
  }

  .sticky-iconbox-content {
    background-color: var(--body-font);
    color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    flex-basis: 90%;
    display: flex;
  }

  .sticky-one-iconbox {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sticky-one-iconbox.top-bottom-padding._87 {
    flex-flow: column;
  }

  .sticky-one-iconbox._1._87, .sticky-one-iconbox.top-bottom-padding._87, .sticky-one-iconbox.top-bottom-padding._87 {
    flex-flow: column;
  }

  .sticky-one-iconbox.top-padding._2 {
    height: auto;
  }

  .sticky-one-iconbox._1 {
    color: var(--white);
    margin-bottom: 20px;
  }

  .sticky-one-iconbox._1._87 {
    flex-flow: column;
  }

  .about-two-dev-image.border-radius-twenty._1247._99994 {
    display: none;
  }

  .sticky-iconbox-icon {
    flex-basis: 10%;
  }

  .sticky-iconbox-icon.border-radius-hundred {
    flex: none;
  }

  .sticky-iconbox-icon.border-radius-hundred._1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-two-development-grid._2._789844 {
    width: 100%;
  }

  .about-two-portfolio-content {
    font-size: 1rem;
  }

  .about-two-portfolio-content._89 {
    margin-bottom: 0;
  }

  .about-two-portfolio-content._741 {
    width: 100%;
  }

  .about-two-portfolio-content._741._547 {
    text-align: left;
    text-align: left;
  }

  .about-two-development-title._151554 {
    width: 100%;
    padding-right: 74px;
  }

  .about-two-development-title._151554._1818 {
    padding-right: 0;
    font-size: 35px;
    line-height: 50px;
    display: block;
  }

  .about-two-development-content._21._1478, .about-two-development-content._21._147, .about-two-development-content._21._1478, .about-two-development-content._21._147, .about-two-development-content._21._1478, .about-two-development-content._21._147 {
    font-size: 18px;
  }

  .about-three-projects-content {
    margin-bottom: 10px;
  }

  .about-three-projects-image {
    height: 270px;
  }

  .about-three-proj-content-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 21px;
  }

  .about-two-testimonial {
    max-width: 300px;
    display: block;
  }

  .about-testimonial-image-block {
    height: 20%;
  }

  .about-testimonial-image-block._1 {
    flex: 0 auto;
    height: 20%;
  }

  .about-testimonial-content {
    align-self: stretch;
    display: block;
  }

  .about-testimonial-title {
    align-self: auto;
  }

  .about-testimonial-image {
    height: 100%;
  }

  .service-two-stack-card-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .about-stack-card-list.service-two-card.one, .about-stack-card-list.service-two-card.three, .about-stack-card-list.service-two-card.one, .about-stack-card-list.service-two-card.three, .about-stack-card-list.service-two-card.one, .about-stack-card-list.service-two-card.three {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-one-marketing-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .service-one-marketing-flex._85 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-marketing-content-wrap {
    display: block;
  }

  .service-one-creative-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .service-campaign-section {
    padding-bottom: 0;
  }

  .servicetwo-feature-title-wrap._1515 {
    max-width: 100%;
  }

  .servicetwo-feature-title-wrap._20-34, .servicetwo-feature-title-wrap._1515 {
    max-width: 100%;
  }

  .servicetwo-feature-title-wrap._1515._125478._15447 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .servicetwo-feature-title-wrap._20-34 {
    max-width: 100%;
  }

  .about-one-slider-card {
    height: 25%;
  }

  .about-one-slider-contentwrap, .about-one-slide-img {
    display: none;
  }

  .card-slder-content-wrap {
    bottom: -26%;
  }

  .service-price-tab-wrap {
    margin-bottom: 26px;
  }

  .service-three-price-table-wrap.full-width-flex.monthly {
    width: 100%;
  }

  .pricing-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-title-flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .servicethree-hero-title {
    width: 100%;
    font-size: 35px;
    line-height: 50px;
  }

  .service-three-hero-text {
    font-size: 40px;
  }

  .service-three-box-flex._789 {
    display: block;
  }

  .service-three-box-flex._789._333321 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    display: block;
  }

  .service-three-box-flex._789._28247 {
    display: block;
  }

  .service-three-box-flex._104 {
    display: flex;
  }

  .service-three-image-box.border-radius-twenty {
    background-image: none;
  }

  .service-three-image-box.border-radius-twenty._2._97 {
    margin-bottom: 20px;
  }

  .service-three-image-box.border-radius-twenty._2._97._8._963._14 {
    text-align: left;
    background-color: #0e0e0e82;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .service-three-image-box.border-radius-twenty._2._97._8._963._14._9 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-three-image-box.border-radius-twenty._2._89 {
    background-color: #0e0e0e85;
    flex: 0 auto;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .service-three-image-box.border-radius-twenty._24 {
    background-position: 95% 95%;
  }

  .service-image-box-content {
    color: var(--white);
  }

  .service-marque-image-block._236 {
    min-width: auto;
    margin-bottom: 40px;
  }

  .service-marque-image-block._236._151547 {
    margin-bottom: 40px;
  }

  .form-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .form-element-wrapper {
    width: 100%;
  }

  .contact-form-one {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-textarea-wrap {
    flex-flow: column;
  }

  .contact-three-form-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .accordian-title-bar {
    height: 100%;
    inset: 0% auto 0% 0%;
  }

  .accordion.accordian-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-one-image-block {
    min-height: auto;
  }

  .blog-scale-image.border-radius-twenty {
    border-radius: 10px;
  }

  .blog-one-subtitle {
    font-size: 12px;
  }

  .blog-border {
    margin-bottom: 20px;
  }

  .blog-auther-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-auther-image {
    border-radius: 13px;
  }

  .portfolio-one-hero {
    padding-bottom: 50px;
  }

  .portfolio-one-portfolio-flex {
    width: 100%;
  }

  .about-testimonial-marque {
    height: 100%;
  }

  .service-rotate-image-block._12147 {
    justify-content: flex-start;
    align-items: center;
    height: 50vh;
  }

  .service-rotate-image-text {
    font-size: 45px;
    line-height: 55px;
  }

  .service-animation-div._87 {
    display: none;
  }

  .max-width-four-nightynine._2._87._81._2017 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .four-zero-four-title {
    margin-top: 40px;
  }

  .background-video {
    display: block;
  }

  .nav-text-two-one {
    font-size: 2.5rem;
  }

  .box-top-right, .round-left-bottom {
    display: none;
  }

  .home-three-large-text {
    font-size: 60px;
  }

  .paragraph-2 {
    text-align: justify;
    padding-left: 0;
    font-size: 1rem;
    line-height: 28px;
  }

  .paragraph-2._147 {
    text-align: left;
    text-align: left;
  }

  .section-container.faqs {
    padding-top: 60px;
  }

  .etapes-grids {
    padding-right: 0;
  }

  .container-78 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading._2 {
    color: var(--primary);
    -webkit-text-stroke-color: var(--white);
    word-break: normal;
    -webkit-text-stroke-color: var(--white);
    word-break: normal;
    padding-left: 0;
  }

  .heading-2._2 {
    color: var(--primary);
    -webkit-text-stroke-color: #fffffff7;
    -webkit-text-stroke-color: #fffffff7;
    padding-left: 0;
  }

  .service-icon {
    width: 48px;
    height: 48px;
    top: -24px;
  }

  .core-value {
    margin-top: 78px;
    display: none;
  }

  .core-value._154._3 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .core-value._2, .core-value._154._3, .core-value._154._3 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .core-value._1 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .core-value._2 {
    width: 100%;
    margin-top: 0;
    padding-bottom: 65px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .grain.in-element {
    background-image: none;
  }

  .faq-answer-container {
    padding: 20px;
  }

  .link-block-4 {
    border: 1px solid var(--body-font-in-white);
    text-align: center;
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad437_Service%20Marque%20Image%20Flex.webp");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 200px;
    text-decoration: none;
    display: flex;
  }

  .link-block-5 {
    border: 1px solid var(--body-font-in-white);
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad436_portfolio-light-box.webp");
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    display: flex;
  }

  .link-block-6 {
    border: 1px solid var(--body-font-in-white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-block-7 {
    border: 1px solid var(--body-font-in-white);
    border-radius: 10px;
  }

  .heading-93 {
    font-size: 36px;
    line-height: 46px;
  }

  .heading-94._87 {
    text-align: left;
    text-align: left;
  }

  .div-block-473 {
    padding-left: 0%;
  }

  ._87 {
    font-size: 35px;
  }

  .heading-95, .heading-95._1, .heading-95._1 {
    font-size: 22px;
  }

  .home-one-manage-content-2.two-campaign-content.about-two-portfolio-content-wrap._1 {
    width: 100%;
  }

  .two-campaign-title-2.about-two-portfolio-title._2 {
    font-size: 35px;
    line-height: 50px;
  }

  .img-block {
    width: 90%;
    display: none;
  }

  .dot {
    bottom: 10%;
  }

  .step._25 {
    background-color: #0a0a0a;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .step-block {
    width: 100%;
    height: 70vh;
    min-height: auto;
  }

  .content {
    font-size: 20px;
  }

  .section-45 {
    padding-left: 0;
    padding-right: 0;
  }

  ._78954 {
    font-size: 35px;
    line-height: 48px;
  }

  .column, .column-2 {
    margin-bottom: 20px;
  }

  .columns-5 {
    margin-top: -20px;
  }

  .image-153, .image-154 {
    display: none;
  }

  .section-47 {
    margin-bottom: 80px;
  }

  .paragraph-7._789 {
    -webkit-text-fill-color: inherit;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-family: Urbanist, sans-serif;
    font-size: 18px;
  }

  .two-hero-video-icon-wrap-2 {
    margin-top: 0;
    display: block;
  }

  .home-two-hero-2 {
    padding-bottom: 46px;
  }

  .home-two-hero-progress-wrap-2 {
    margin-bottom: 0;
  }

  .home-two-hero-lightbox-wrap-2 {
    display: none;
  }

  ._1485 {
    text-align: left;
    font-size: 35px;
  }

  .div-block-475 {
    height: auto;
  }

  ._12369 {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-476 {
    flex-flow: column;
  }

  .div-block-477._124._8741 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-477._124._8741.ddezd {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-478._0-47._774 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-98 {
    width: 100%;
  }

  .heading-98._9632874 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-98._9632874._151487 {
    text-align: left;
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-480 {
    width: 100%;
    margin-top: 0;
  }

  .project_date-and-link {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .project_content-wrapper {
    text-decoration: none;
  }

  .project_wrapper {
    width: 100%;
  }

  .project_description {
    max-width: 100%;
    font-size: .875rem;
    text-decoration: none;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-79 {
    width: 99.9999%;
  }

  .project_heading {
    font-size: 1.5rem;
  }

  .project_tag-group {
    grid-row-gap: .625rem;
    flex-direction: row;
    align-items: flex-start;
    display: none;
  }

  .project_image-wrapper {
    width: 100%;
  }

  .project_image-wrapper.stvincents {
    background-image: linear-gradient(to right, #4a3aff, #fff);
  }

  .padding-global {
    margin-top: -54px;
  }

  .padding-section-medium {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .section_home_projects._878598 {
    padding-top: 51px;
  }

  .project_grid {
    display: block;
  }

  .project_link-button {
    background-color: #fff;
  }

  .project_link {
    width: 100%;
    margin-top: 25px;
    text-decoration: none;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  ._148 {
    color: var(--body-font);
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

  .step-number {
    font-size: 3rem;
    font-weight: 700;
  }

  .steps-paragraph {
    width: 100%;
  }

  .step-number-wrap {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 10px;
  }

  .step-action-text {
    width: 100%;
    font-size: 1.7rem;
  }

  .step-text {
    width: 100%;
    font-size: .9rem;
    line-height: 2;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-item {
    margin-bottom: 10px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .step-item-top {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .steps-header-wrap.right, .div-block-482 {
    width: 100%;
  }

  .column-3, .column-4, .column-5, .columns-6, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10 {
    text-align: justify;
  }

  .paragraph-11 {
    text-align: left;
  }

  .column-7 {
    padding-left: 0;
  }

  .text-span-147, .text-span-148 {
    font-family: Italiana, sans-serif;
    font-weight: 400;
  }

  .section-50 {
    background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, transparent, transparent), linear-gradient(180deg, #0000 88%, var(--body)), url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad3bc_about-hero-one-02.webp");
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    background-attachment: scroll, scroll, scroll, fixed;
  }

  .heading-100 {
    font-size: 45px;
  }

  .heading-101 {
    font-size: 30px;
    line-height: 46px;
  }

  .div-block-488 {
    margin-bottom: 20px;
  }

  .sticky-sidebar-block {
    padding-bottom: 0;
    padding-left: 0;
    position: static;
  }

  .card-left-line {
    background-color: #0000;
  }

  .div-block-346 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .link-8 {
    border: 2px solid #c1c1c1;
    margin-top: 28px;
    transition: all .3s;
  }

  .link-8:hover {
    text-decoration: underline;
  }

  .text-block-58 {
    font-size: 14px;
  }

  .text-block-58._2587 {
    margin-top: 0;
  }

  .works-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.bottom {
    padding-bottom: 0;
  }

  .author-background {
    width: 100%;
  }

  .post-body {
    padding-top: 5px;
  }

  .journal-author {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .rich-text-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-345 {
    background-image: linear-gradient(#0000004f, #0000004f), linear-gradient(#0000004a, #0000004a);
    border-radius: 20px;
  }

  .xxl-heading {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
    padding-right: 0;
    font-size: 34px;
  }

  .xxl-heading._151544 {
    text-align: center;
    text-shadow: 0 1px 3px #000;
    text-align: center;
    padding: 0 10px;
    font-size: 25px;
    line-height: 35px;
  }

  .author-top-info {
    color: #fff;
  }

  .link-4 {
    text-align: left;
    margin-left: 0;
  }

  .link-4:hover {
    color: #bcbcbc;
  }

  .div-block-344 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67eabc14a347f433602ad439_Portfolio-bg.webp");
    background-position: 50%;
    background-size: cover;
    border: 1px solid #ffffff45;
  }

  .rich-text-block {
    padding-right: 0;
  }

  .rich-text-block h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .rich-text-block h3 {
    font-size: 22px;
    line-height: 32px;
  }

  ._789 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ffb23f, #ff5e71);
    -webkit-background-clip: text;
    background-clip: text;
    width: auto;
    display: inline-block;
  }

  .image-158 {
    border-radius: 13px;
  }

  .collection-list-8 {
    display: block;
  }

  .collection-item-11 {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .section-84 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-84.text-span-147 {
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--geadient-color-one), #fff0 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: radial-gradient(circle farthest-corner at 100% 50%, var(--geadient-color-one), #fff0 56%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .heading-175 {
    font-family: Urbanist, sans-serif;
  }

  .home-hero-images {
    margin-top: -25px;
    margin-left: 0;
  }

  .section-86 {
    margin-top: 78px;
  }

  .section-86._1551._80 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67fafa4e3af51c4fe95f6dc1_hero_elem-08.svg");
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: -93px;
    padding-top: 97px;
  }

  .section-86._1551._80._888774._15154457 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .section-86._1551._80._888774._15154457._87874 {
    padding-top: 0;
  }

  .section-hero-home-2 {
    background-image: none;
  }

  .div-block-384 {
    background-image: url("https://cdn.prod.website-files.com/67eabc14a347f433602ad231/67fafa4e3af51c4fe95f6dc1_hero_elem-08.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 110px;
  }

  .hero-trigger-2 {
    margin-top: 0;
  }

  .hero-image-3 {
    width: 80vw;
    min-width: 80vw;
    height: 80vw;
  }

  .div-block-383 {
    width: 110px;
    height: 55px;
    display: block;
    position: absolute;
    top: 85px;
    left: 226px;
    overflow: hidden;
  }

  .section-87 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
  }

  .div-block-494 {
    background-image: linear-gradient(#000000ad, #000000ad);
  }

  .checkbox-label-3 {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label-3.open, .content-wrap-left-2 {
    width: 100%;
    display: block;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .form-03-outer-div {
    display: block;
  }

  .contact-text {
    margin-left: 5px;
    font-size: 14px;
  }

  .contact-text._51147._884 {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .div-block-432 {
    align-items: center;
    display: block;
  }

  .contact-method-wrap {
    flex-direction: column;
  }

  .contact-method-wrap._44848 {
    width: 90%;
  }

  .form-block-03 {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-54 {
    text-align: center;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .text-span-79 {
    border-bottom-width: .5px;
  }

  .image-141 {
    width: 40px;
  }

  .checkbox-field-2 {
    bottom: -15%;
  }

  .div-block-431 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-431._87878745.grrgrgrtggtrgtr {
    width: 100%;
  }

  .div-block-431._15148 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .text-field-inform-2 {
    height: 40px;
    font-size: 13px;
  }

  .div-block-496 {
    width: auto;
  }

  .heading-177 {
    font-size: 34px;
    line-height: 50px;
  }

  .heading-177.heading-178 {
    font-size: var(--h2-mobil);
    line-height: 40px;
    font-size: var(--h2-mobil);
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
  }

  .heading-178 {
    font-size: var(--h2-mobil);
    margin-bottom: 20px;
    line-height: 35px;
  }

  .heading-178.animation-h2 {
    font-size: var(--h2-mobil);
    padding-left: 0;
    padding-right: 0;
    line-height: 40px;
  }

  .heading-178._58 {
    font-size: var(--h2-mobil);
    flex-flow: wrap;
    line-height: 40px;
    display: block;
  }

  .heading-179, .heading-180 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-181 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-182 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-183 {
    text-align: center;
    text-decoration: none;
  }

  .heading-184 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-185 {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-185._2014 {
    text-align: left;
    text-align: left;
  }

  .heading-186 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-187 {
    text-align: left;
    font-size: 35px;
    line-height: 50px;
  }

  .heading-188 {
    font-size: 35px;
  }

  .column-114 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-10 {
    font-size: 18px;
  }

  .column-115, .column-116 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-189 {
    font-size: 35px;
  }

  .heading-190._1478 {
    font-size: 16px;
  }

  .heading-191._17 {
    font-size: 33px;
    line-height: 41px;
  }

  .heading-192, ._9551.dds, ._9551.dds {
    font-size: 35px;
    line-height: 45px;
  }

  .div-block-498 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .collection-list-wrapper-12 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .collection-list-9 {
    flex-flow: column;
  }

  .link-block-29, .link-block-30 {
    width: 100%;
  }

  .heading-194 {
    font-size: 35px;
  }

  .heading-196 {
    letter-spacing: .8px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
  }

  .paragraph-55, .paragraph-56, .paragraph-58, ._5547 {
    background-color: var(--body-font);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bold-text-37, .paragraph-59 {
    font-size: 18px;
  }

  .heading-197 {
    font-size: 35px;
  }

  .paragraph-60 {
    background-color: var(--body-font);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .bold-text-38 {
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Urbanist, sans-serif;
  }

  .bold-text-39 {
    color: var(--white);
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Urbanist, sans-serif;
  }

  ._515147 {
    text-align: left;
    font-size: 35px;
  }

  .heading-198, .heading-199 {
    font-size: 35px;
  }

  .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43 {
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: Urbanist, sans-serif;
  }

  .heading-200 {
    font-size: 35px;
  }

  .ededez {
    display: none;
  }

  .heading-201 {
    font-size: 35px;
  }

  .heading-202 {
    text-align: left;
    font-size: 35px;
  }

  .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
    font-size: 18px;
  }

  .paragraph-61, .paragraph-62 {
    background-color: var(--body-font);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .paragraph-63 {
    background-color: var(--body-font-in-white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .heading-203 {
    text-align: left;
    font-size: 35px;
  }

  .div-block-502 {
    width: 100%;
  }

  .bold-text-44, .list-item-11, .bold-text-45, .list-item-12, .bold-text-46, .list-item-13, .bold-text-47, .list-item-14, .bold-text-48, .list-item-15, .bold-text-49, .list-item-16, .bold-text-50, .list-item-17, .list-item-18, .bold-text-51, .list-item-19, .bold-text-52, .list-item-20, .bold-text-53, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28, .list-item-29, .list-item-30, .list-item-31, .list-item-32, .list-item-33, .list-item-34, .list-item-35 {
    font-size: 18px;
  }

  .heading-204 {
    font-size: 35px;
  }

  .right-cookie-image {
    align-self: center;
    width: 21px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    display: block;
  }

  .right-floating-cookie {
    width: 90%;
    max-width: none;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    display: block;
    bottom: 24px;
    left: 20px;
    right: 0;
  }

  .text-block-139 {
    font-size: 11px;
    font-weight: 600;
  }

  .div-block-450 {
    flex-flow: column;
    display: flex;
  }

  .button-wrapper-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    display: flex;
  }

  .white-text {
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-right: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 14px;
    display: block;
  }

  .white-text.eded {
    text-align: center;
    text-align: center;
    padding-left: 5px;
  }

  .cookie-button-blue {
    text-align: center;
    width: auto;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 35px;
    font-size: 11px;
    position: static;
  }

  .cookie-button-blue._11 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-block-451 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .cookie-content.mobile-vertical {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-503 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-504 {
    margin-bottom: 0;
  }

  .three-hero-section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .three-hero-section-2._2 {
    justify-content: center;
    align-items: center;
    height: 80vh;
    display: flex;
  }

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

  .div-block-506 {
    text-align: center;
    font-size: 13px;
  }

  .collection-item-14._154 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center start;
    place-items: end stretch;
    padding-left: 0;
    display: grid;
  }

  .div-block-513 {
    width: 100%;
  }

  .faq-answer-3 {
    object-fit: fill;
  }

  .faq-item-4 {
    height: 258%;
  }

  .faq-p-2 {
    text-align: justify;
    height: 100%;
  }

  .accordion-wrap-2._2 {
    height: auto;
  }

  .paragraph-66 {
    padding-right: 0;
  }

  .parallax-image {
    height: 260px;
  }

  .parallax-image._2 {
    width: 100%;
    height: 100%;
  }

  .image-height {
    height: 100%;
  }

  .mask-frame {
    z-index: 4;
  }

  .paragraph-68 {
    font-size: 1rem;
  }

  .paragraph-70._2 {
    text-align: justify;
    text-align: justify;
  }

  .lottie-animation {
    width: 131px;
  }

  .logo-slider-img-2 {
    width: 100px;
  }

  .logo_component-slider-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 0;
    overflow: hidden;
  }

  .logo-slide_section-2 {
    width: 100%;
    margin-top: -67px;
    padding-top: 0;
  }

  .page-padding-8.s0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-516 {
    flex-flow: column;
    display: flex;
  }

  .div-block-517 {
    width: 100%;
  }

  .div-block-518 {
    width: 100%;
    height: 100%;
  }

  .column-117 {
    margin-top: 60px;
  }

  .column-118 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-119 {
    margin-top: 40px;
  }

  .column-122 {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_portfolio {
    width: 100%;
  }

  .text-size-medium {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-section-large {
    padding-top: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.is-portfolio {
    padding: .68rem;
    display: none;
  }

  .button.is-portfolio.is-right {
    display: none;
  }

  .padding-global-portfolio {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large {
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio_wrapper {
    border-radius: 0;
  }

  .portfolio_list._2 {
    display: none;
  }

  .div-block-520 {
    background-color: #ffffff47;
    border-radius: 9px;
    padding: 5px;
  }

  .heading-214 {
    line-height: 1.4rem;
  }

  .background-video-3 {
    padding-top: 0;
  }
}

#w-node-_28089cd7-8a7f-9a07-f2ab-62ea19df13c8-602ad2b1 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: stretch;
}

#w-node-_28089cd7-8a7f-9a07-f2ab-62ea19df13d4-602ad2b1 {
  align-self: center;
}

#w-node-_28089cd7-8a7f-9a07-f2ab-62ea19df13d7-602ad2b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_28089cd7-8a7f-9a07-f2ab-62ea19df13c8-602ad2b1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
