:root {
  --midnight-blue: #01172e;
  --white-smoke: #f3f3f3;
  --white: #fbfbfb;
  --midnight-blue-2: #012f6c;
  --grey: #1f1f1f;
  --dark-slate-grey: #383d41;
  --red: #de0f00;
  --royal-blue: #0051ba;
  --midnight-blue-3: #012f6c69;
  --deep-sky-blue: #00aeff;
  --slate-blue: #5050ff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

body {
  color: #333;
  background-color: #fbfbfb;
  height: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 113px;
  padding-bottom: 113px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

h2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 59px;
}

h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

h5 {
  z-index: -3;
  color: #eef0f1;
  letter-spacing: 1vw;
  text-transform: uppercase;
  width: 100%;
  margin-top: -220px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 19.2em;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  overflow: hidden;
}

h6 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  display: inline;
}

p {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

.contact {
  background-color: #000;
  padding-bottom: 150px;
}

.hamburger-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hamburger-wrapper.subhero {
  padding-bottom: 15px;
}

.hero {
  background-color: #0000;
  background-image: url('../images/floor.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.hero.sub {
  background-color: var(--midnight-blue);
}

.wedo2 {
  z-index: 0;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  position: relative;
  overflow: hidden;
}

.wedo2.sub-p {
  color: var(--white-smoke);
}

.wedo2.top {
  color: #fff0;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 90px;
}

.hero-img {
  margin-top: 30px;
  margin-left: 30px;
}

.recent {
  background-image: linear-gradient(#5050ff 16%, #fbfbfb 16% 89%, #000 89%);
}

.container {
  width: 84vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.recent-wrapper {
  flex-direction: column;
  display: flex;
}

.recent-wrapper-wrapper {
  justify-content: space-between;
  display: flex;
}

.solid-big {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 34vw;
  padding-left: 98px;
  padding-right: 98px;
  text-decoration: none;
  display: flex;
}

.solid-big:hover {
  background-color: #5050ff;
}

._2nd-project {
  background-image: url('../images/bi2j1olmxua-andrew-ruiz.jpg');
  background-position: 50%;
  background-size: cover;
  width: 34vw;
  height: 34vw;
  text-decoration: none;
}

._3rd-project {
  background-image: url('../images/9wocimvaquu-artur-pokusin-1.png');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 34vw;
  text-decoration: none;
}

._1st-project {
  background-image: url('../images/0g1r-cg0zs8-vita-vilcina-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 34vw;
  height: 34vw;
  text-decoration: none;
}

.white {
  color: #fff;
}

.container-small {
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer {
  background-color: #5050ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.footer.black-footer {
  background-color: #000;
}

.social-wrapper {
  align-items: flex-start;
  display: flex;
}

.footer-social-link {
  margin-left: 25px;
  margin-right: 25px;
}

.footer-logo {
  margin-top: 19px;
  margin-bottom: 0;
}

.recent-hover-wrapper {
  opacity: 0;
  background-color: #5050ffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity .3s;
  display: flex;
}

.recent-hover-wrapper:hover {
  opacity: 1;
  background-color: #1b3b7aed;
}

.centered {
  text-align: center;
}

.form-wrapper {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 43px;
}

.form-wrapper-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 240px;
  display: flex;
}

.text-field {
  color: #505050;
  background-color: #fff;
  border: 1px #f3f3f3;
  border-bottom: 1px solid #cacaca;
  width: 100%;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 18px 18px 18px 12px;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.text-field:focus {
  border-color: #000 #000 #4035d9;
}

.textfield-2 {
  color: #000;
  background-color: #fbfbfb;
  border-style: none none solid;
  border-color: #f3f3f3 #f3f3f3 #000;
  border-bottom-width: 1px;
  width: 66vw;
  margin-bottom: 2vw;
  margin-left: 1vw;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 18px;
  font-family: Muli, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.textfield-2:focus {
  border-color: #000 #000 #3329ca;
}

.textarea {
  color: #505050;
  background-color: #fff;
  border: 1px solid #cacaca;
  width: 100%;
  min-height: 200px;
  padding-left: 12px;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.textarea:focus {
  border-style: solid;
  border-color: #4035d9;
}

.submitbutton {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/arrow-white-right.svg');
  background-position: 87%;
  background-repeat: no-repeat;
  background-size: 31px;
  margin-top: 40px;
  margin-left: 0;
  padding: 0 50px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  transition: padding .2s, margin .2s, background-position .2s;
}

.submitbutton:hover {
  background-position: 100%;
  padding-left: 20px;
  padding-right: 31px;
}

.form-flex {
  justify-content: flex-end;
  display: flex;
}

.hamburger-link {
  justify-content: center;
  align-items: center;
  margin-top: 68px;
  margin-right: 50px;
  display: flex;
}

.hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 101px;
  padding-bottom: 151px;
  display: flex;
}

.navbar {
  z-index: 6;
  background-color: var(--white);
  background-image: linear-gradient(#ffffffe8, #ffffffe8), url('../images/blueprint-bw.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.navlink {
  color: #d5d5d6;
  border-bottom: 3px #000;
  margin-top: 18px;
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 5em;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.navlink:hover {
  border-bottom-color: #fff;
}

.navlink.w--current {
  color: var(--midnight-blue);
  border-bottom-style: solid;
  border-bottom-color: #0b366e;
  font-size: 5em;
  line-height: 1em;
}

.cross-link {
  z-index: 3;
  display: flex;
  position: fixed;
  top: 68px;
  right: 50px;
}

.subhero {
  background-color: #3329ca;
}

.subhero-content-wrapper {
  justify-content: center;
  align-items: center;
  padding-bottom: 81px;
  display: flex;
}

.work {
  background-image: linear-gradient(#fbfbfb, #fbfbfb 85%, #5050ff 85%);
}

.work-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.work-wrapper-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.work-tile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 28vw;
  height: 28vw;
  text-decoration: none;
}

.work-tile._1 {
  background-image: url('../images/bmw-link.png');
  background-position: 50%;
  background-size: cover;
}

.work-tile._2 {
  background-image: url('../images/photo-1453373961529-1ab415c544c2.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-tile._3 {
  background-image: url('../images/ltdywgvkhce-lana-campher.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-tile._4 {
  background-image: url('../images/bi2j1olmxua-andrew-ruiz.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-tile._5 {
  background-image: url('../images/0g1r-cg0zs8-vita-vilcina-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.work-tile._6 {
  background-image: url('../images/9wocimvaquu-artur-pokusin-1.png');
  background-position: 50%;
  background-size: cover;
}

.clients {
  background-color: #000;
  padding-bottom: 150px;
}

.clients-wrapper {
  flex-direction: column;
  display: flex;
}

.clients-wrapper-wrapper {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.slider {
  background-color: #fbfbfb;
  height: 61vw;
}

.right-arrow, .left-arrow {
  justify-content: center;
  align-items: center;
  width: 8vw;
  display: flex;
}

.p-section {
  padding-top: 88px;
  padding-bottom: 147px;
}

.black {
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}

.black.blog {
  margin-bottom: 47px;
}

.black.heading {
  margin-bottom: 16px;
  font-weight: 500;
  line-height: 49px;
}

.external {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.suggestions {
  background-image: linear-gradient(#fbfbfb 50%, #5050ff 50%);
}

.tile-hover {
  opacity: 0;
  background-color: #012f6ccf;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.tile-hover:hover {
  opacity: 1;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.success-message {
  background-color: #fff;
}

.success-text {
  color: #000;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.error-message {
  background-color: #d94935;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.error-text {
  color: #fff;
  text-align: center;
  font-family: Muli, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.right-arrow-img, .left-img-icon {
  width: 31px;
}

.new-slider {
  width: 100vw;
  height: 100vh;
}

.white-typical {
  background-color: #fff;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.white-typical.modded {
  justify-content: center;
}

.new-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 100px;
}

.new-text.white {
  color: #fff;
}

.new-text.white.centerrr, .new-text.centerr {
  text-align: center;
}

.black-typical {
  background-color: #000;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.black-typical.moddedd {
  justify-content: center;
}

.blue-typical {
  background-color: #3329ca;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.new--link {
  color: #fff;
  border-bottom: 10px solid #000;
  text-decoration: none;
}

.new--link:hover {
  border-bottom-color: #fff;
}

.tips {
  background-image: linear-gradient(#fbfbfb 81%, #5050ff 81%);
  padding-bottom: 0;
}

.story {
  padding-bottom: 150px;
}

.blog-heading {
  text-align: left;
  padding-top: 49px;
  padding-bottom: 25px;
}

.blog-img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 81px;
}

.blog-suggestions {
  background-image: linear-gradient(#fbfbfb 50%, #4035d9 50%);
}

.blog-suggestions-wrapper {
  display: flex;
}

.solid-tile {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 42vw;
  height: 28vw;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.solid-tile:hover {
  background-color: #5050ff;
}

.solid-tile.lighter {
  background-color: #1f1f1f;
}

.solid-tile.lighter:hover {
  background-color: #4035d9;
}

.solid-tile.img {
  height: 32vw;
}

.solid-tile.img._1 {
  background-image: url('../images/abyynslagge-tanner-mardis.jpg');
  background-position: 50% -68px;
  background-size: cover;
}

.solid-tile.img._2 {
  background-image: url('../images/w33-zg-dnl4-rami-al-zayat.jpg');
  background-position: 50%;
  background-size: cover;
}

.solid-tile.img._3 {
  background-image: url('../images/yuvfevyxwxa-maite-tiscar.jpg');
  background-position: 50%;
  background-size: cover;
}

.solid-tile.img._4 {
  background-image: url('../images/t6fdn60bmwy-edho-pratama.jpg');
  background-position: 50%;
  background-size: cover;
}

.solid-tile.img._5 {
  background-image: url('../images/2l1eub4fmao-igor-ovsyannykov.jpg');
  background-position: 50% 75%;
  background-size: cover;
}

.solid-tile.img._6 {
  background-image: url('../images/xjxcpaja_sw-todd-desantis.jpg');
  background-position: 50%;
  background-size: cover;
}

.solid-tile.img._7 {
  background-image: url('../images/8p0js45657m-cristian-baron.jpg');
  background-position: 50%;
  background-size: cover;
}

.solid-tile.unresponsive {
  background-color: #fff;
  height: 32vw;
}

.solid-tile.unresponsive:hover {
  background-color: #fff;
}

.blog-p-link {
  color: #000;
  border-bottom: 2px solid #4035d9;
  text-decoration: none;
}

.blog-p-link:hover {
  border-bottom-color: #000;
}

.hero-special-word {
  font-family: Playfair Display, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.footer-link {
  width: 62px;
  height: 62px;
}

.footer-link.w--current {
  width: 130px;
  height: auto;
}

.footer-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text {
  color: #fff;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.form-section {
  background-image: linear-gradient(#fbfbfb 50%, #5050ff 50%);
}

.newsletter {
  background-image: linear-gradient(#0006, #0006), url('../images/bzspdklli2e-darius-soodmand.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.newsletter-textfield {
  color: #fff;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 5px;
  border-bottom-color: #fff;
  padding: 28px 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 59px;
}

.newsletter-textfield:focus {
  border-bottom-color: #4035d9;
}

.full-span-img {
  width: 100%;
}

.external-link {
  color: #000;
  text-align: center;
  border-bottom: 5px solid #5050ff;
  margin-top: 13px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
}

.external-link:hover {
  border-bottom-color: #000;
}

.submitbutton2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.newsletter-wrapper {
  align-items: center;
  display: flex;
}

.landingmenu {
  background-color: #000;
  background-image: linear-gradient(#01101f, #01101f);
  border-top: 1px solid #1f697b;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 21px 51px;
  display: flex;
}

.landingmenu.blue {
  background-color: #5050ff;
}

.landingmenu-link {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 150px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.landingmenu-link:hover {
  background-color: #041f39;
}

.landingmenu-link.second {
  background-color: #5050ff;
}

.landingmenu-link.second:hover {
  background-color: #000;
}

.landingmenu-text {
  font-size: 20px;
  line-height: 32px;
}

.solid {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34vw;
  height: 34vw;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: flex;
}

.solid:hover {
  background-color: #5050ff;
}

._4th-project {
  background-image: url('../images/n.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 34vw;
  text-decoration: none;
}

._5th-project {
  background-image: url('../images/photo-1453373961529-1ab415c544c2.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 50vw;
  height: 34vw;
  text-decoration: none;
}

._6th-project {
  background-image: url('../images/ltdywgvkhce-lana-campher.jpg');
  background-position: 50%;
  background-size: cover;
  width: 34vw;
  height: 34vw;
  text-decoration: none;
}

.p-heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  padding-top: 22px;
  padding-bottom: 0;
  line-height: 60px;
}

.tile-wrapper {
  flex-direction: column-reverse;
  width: 84vw;
  display: flex;
}

.tile-wrapper-wrapper {
  display: flex;
}

.tile-wrapper-wrapper.reverse {
  flex-direction: row-reverse;
}

.services {
  background-image: linear-gradient(#fbfbfb 50%, #000 50%);
}

.services-wrapper {
  display: flex;
}

.services-block {
  width: 42vw;
  height: 42vw;
  text-decoration: none;
}

.services-block._1 {
  background-image: url('../images/6d3rldynbmm-jens-kreuter.jpg');
  background-position: 50%;
  background-size: 450px;
}

.services-block._2 {
  background-image: url('../images/gapfhkgmzlq-jens-kreuter.jpg');
  background-position: 50%;
  background-size: cover;
}

.form {
  margin-bottom: 0;
}

.form-container {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.field-wrapper {
  flex-direction: column;
  margin-bottom: 7px;
  display: flex;
}

.field-wrapper-wrapper {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.submit-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #5050ff;
  width: 100%;
  margin-top: 11px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #000;
}

.div-block-143 {
  align-items: center;
  width: 110%;
  margin-left: -125px;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div-block-145 {
  z-index: 5;
  flex: 1;
  width: 40%;
  position: relative;
}

.logo-main-top {
  width: 300px;
  height: 90px;
  max-height: 5000px;
  margin-left: 50px;
  padding-top: 19px;
  font-size: 3vh;
  font-weight: 700;
  line-height: 3vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-bar {
  z-index: 5000;
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--midnight-blue) 17%, #02032400);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 250px;
  margin-top: 0;
  padding-top: 10px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar.dashboard {
  display: none;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 3.2vh;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #ff1a00;
}

.nav-link-2.login {
  font-size: 24px;
}

.full-screen-menu {
  z-index: 1;
  background-color: #ffffffe0;
  background-image: linear-gradient(#00000080, #00000080), url('../images/background-2672565_1280.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-flow: column wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.heading-102 {
  font-size: 40px;
  transform: rotate(180deg);
}

.div-block-147 {
  display: none;
}

.image-79 {
  margin-top: 12px;
  display: block;
}

.div-block-146 {
  perspective: 1000px;
  width: 60%;
}

.phone-link {
  color: #fff;
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-left: 35px;
  padding: 20px 117px 20px 41px;
  font-family: Varela, sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-decoration: none;
}

.div-block-144 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-button-2 {
  z-index: 2;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 2% auto auto;
}

.menu-button-2:focus {
  opacity: .28;
  color: #040404;
}

.contact-button {
  clear: right;
  text-align: center;
  background-color: #d30000;
  justify-content: center;
  margin-top: 0;
  margin-right: 0;
  padding: 5px 11px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: static;
}

.main-grid {
  grid-column-gap: 0px;
  transform-style: preserve-3d;
  grid-template-rows: auto;
  transform: rotateX(54deg)rotateY(0)rotateZ(-151deg);
}

.hero-wrapper {
  background-color: #0000;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.card-3 {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #ffffff1a;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  margin: 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.card-3:hover {
  transform: translate3d(0, 0, 25px);
  box-shadow: -38px -32px 20px #00000047;
}

.call-from-menu {
  background-color: #d30000;
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 26px 76px 18px;
  font-size: 3.2vw;
}

.burger-line {
  color: #fff;
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  box-shadow: 1px 1px 1px -18px #0000008a;
}

.logo-main-menu {
  width: 300px;
  height: 90px;
  max-height: 5000px;
  margin-left: 50px;
  font-size: 3vh;
  font-weight: 700;
  line-height: 3vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card_side_line {
  z-index: 5;
  background-color: #49ceff;
  width: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.heading-9 {
  color: #2a3281;
  margin-top: 13px;
  font-size: 3vw;
  line-height: 3.5vw;
}

.heading-9.page-titles {
  color: #fff;
  text-align: right;
  margin-top: 49px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 4vw;
  display: block;
}

.heading-9.page-titles.black {
  color: var(--midnight-blue-2);
}

.heading-9.page-titles.black.left {
  text-align: left;
}

.heading-9.page-titles.black.centre {
  text-align: center;
}

.heading-9.ssefd {
  color: #fff;
  text-align: right;
  margin-top: 49px;
  padding-left: 40px;
  font-size: 60px;
  line-height: 4vw;
  display: block;
}

.heading-9.ssefd.centre {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  line-height: 5vw;
}

.heading-9.ppc {
  color: #fff;
  text-align: center;
  margin-top: 49px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 5vw;
  display: block;
}

.heading-9.subt {
  color: #fff;
  text-align: left;
  width: 60%;
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 4vw;
  display: block;
}

.heading-9.subt.at {
  margin-bottom: 24px;
}

.heading-9.subt.at.centre {
  text-align: center;
  font-weight: 700;
}

.div-block-17 {
  background-color: #f60000;
  border-radius: 20px;
  width: 101px;
  height: 4px;
}

.div-block-17.sdgh {
  float: right;
  text-align: center;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 27px;
  margin-left: 0;
  display: flex;
}

.paragraph-18 {
  color: #fff;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-132 {
  flex-direction: column-reverse;
  align-items: flex-start;
  width: 80rem;
  max-width: 80rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.card {
  cursor: pointer;
  background-color: #183a5c0a;
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}

.image-76 {
  margin-bottom: 9px;
}

.button-7 {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.button-7:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.services-box {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  width: 80%;
  max-width: 1500px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-8 {
  background-image: linear-gradient(-180deg, #020c2e6e 52%, #08132e 97%), linear-gradient(#08132e, #00397261 60%, #ffffff61 88%), linear-gradient(#ffffff4f, #ffffff4f);
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  padding-bottom: 0;
  display: flex;
}

.background-video-8.services-page {
  justify-content: space-between;
  align-items: center;
  padding-top: 196px;
  padding-bottom: 196px;
}

.card_bg {
  z-index: 10;
  cursor: zoom-in;
  background-image: linear-gradient(#01021475, #01021475);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.services-link {
  width: 100%;
  height: 100%;
}

.pageblurb {
  float: right;
  color: #fff;
  text-align: right;
  max-width: 900px;
  margin-top: 26px;
  padding-left: 51px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 35px;
}

.pageblurb.rev {
  width: 50%;
  font-size: 18px;
}

.pageblurb.black {
  color: var(--grey);
  width: 60%;
}

.pageblurb.rev {
  width: 50%;
  padding-left: 0;
  font-size: 21px;
  line-height: 30px;
}

.pageblurb.rev.left {
  text-align: left;
}

.pageblurb.homepage {
  font-size: 18px;
  line-height: 25px;
}

.pageblurb.homepage.black {
  color: var(--midnight-blue-2);
  text-align: left;
  padding-left: 0;
}

.pageblurb.careers {
  font-size: 18px;
  line-height: 25px;
}

.pageblurb.careers.black {
  color: var(--dark-slate-grey);
  text-align: center;
  width: 100%;
  padding-left: 0;
}

.card_content {
  z-index: 20;
  padding: 14px;
  position: absolute;
  inset: auto 0% 0%;
}

.sols-4 {
  width: 100%;
  max-width: 1200px;
  margin: 25px auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sols-4.portfolio-section {
  max-width: 1200px;
  margin-top: 55px;
}

.image-78 {
  margin-bottom: 9px;
}

.card_line {
  background-color: #2b9bfd;
  width: 100px;
  height: 3px;
  margin-bottom: 20px;
}

.image-77 {
  margin-bottom: 10px;
}

.outlined-text-wrapper {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.outlined-text-wrapper.bottom {
  margin-bottom: 450px;
}

.outlined-text-wrapper.top {
  z-index: 2;
  margin-bottom: 450px;
  display: flex;
}

.brain-holder {
  z-index: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 800px;
  display: flex;
  position: static;
}

.wedo3 {
  z-index: 0;
  text-align: center;
  margin-top: -13px;
  margin-bottom: -13px;
  font-family: Montserrat, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  position: relative;
}

.wedo3.sub-p {
  color: #000;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.background-video-9 {
  background-image: linear-gradient(#071a36 4%, #0a0b288f 25%, #18487863);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.review-widget {
  z-index: 2000;
  background-image: url('../images/reviews.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 200px;
  width: 200px;
  height: 90px;
  margin-left: 16px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.div-block-125 {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-78 {
  background-color: #0e0e0e;
  background-image: linear-gradient(#001525e3, #001525e3), url('../images/adsf.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 122px;
  display: block;
}

.div-block-78.asdae {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #130d2e;
  background-image: linear-gradient(#08132e, #141e3591 49%, #fff), url('../images/codigo-design.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 99px;
  padding-bottom: 99px;
  display: flex;
}

.heading-centre {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.container-2 {
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.renevue-blurb {
  clear: right;
  color: var(--white);
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  width: 50%;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: static;
}

.book-holder {
  text-align: center;
  margin: 0 auto 142px;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.book-holder.mid {
  margin-top: 9px;
}

.book-holder.home-gap {
  margin-bottom: 52px;
}

.button-8 {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 17px auto;
  padding: 13px 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.button-8:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-8.left {
  clear: none;
  text-align: left;
  justify-content: flex-end;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
}

.top-section {
  background-image: linear-gradient(#08132eed, #022345a3), url('../images/content.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  height: 600px;
  padding-top: 110px;
}

.top-section.brand {
  background-image: linear-gradient(#08132eed, #022345ed), url('../images/office-3295556_1280.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-section.ar {
  background-image: linear-gradient(280deg, #08132eed, #02234569 80%), url('../images/ar-bg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.top-section.ar-copy {
  background-image: linear-gradient(#08132eed, #022345b5), url('../images/ar-everlasting-top.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.top-section.contact-page {
  background-image: linear-gradient(#08132e9c, #022345d6), url('../images/adsf.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, 100%;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 43px;
  display: flex;
}

.top-section.contact-page.london {
  background-image: linear-gradient(#08132e9c, #022345d6), url('../images/Screen-Shot-2021-06-06-at-3.52.47-pm.png');
}

.top-section.contact-page.dallas {
  background-image: linear-gradient(#08132e9c, #022345d6), url('../images/dallas.jpeg');
  background-position: 0 0, 50%;
}

.top-section.contact-page.sydney {
  background-image: linear-gradient(#08132e9c, #022345d6), url('../images/sydney.jpg');
  background-position: 0 0, 50% 0;
}

.top-section.contact-page.melbourne {
  background-image: linear-gradient(#08132e9c, #022345d6), url('../images/melbourne.jpg');
  background-position: 0 0, 50%;
}

.top-section.ppcc {
  background-image: linear-gradient(#08132eed, #022345b5 48%, #022345b3 102%), url('../images/codigo-creative-digital-marketing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  padding-top: 0;
  padding-bottom: 33px;
  display: flex;
}

.top-section.acount {
  background-image: linear-gradient(#08132eed, #022345b8), url('../images/revenue-bg_1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.top-section.privacy {
  background-image: linear-gradient(#08132e9c, #022345d6), url('../images/privacy.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 43px;
  display: flex;
}

.top-section.organic {
  background-image: linear-gradient(#08132eed, #022345a3), url('../images/web-page-1878634_1280.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-section.blog {
  background-image: linear-gradient(#08132eed, #02234500), url('../images/codigo-content-strategies.jpg');
  background-position: 0 0, 0%;
  background-size: auto, auto 200%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-section.team {
  background-image: linear-gradient(#08132e9c, #022345d6), url('../images/abstract-view-modern-architecture.jpg');
  background-position: 0 0, 50%;
  background-size: auto, 100%;
  justify-content: center;
  align-items: flex-end;
  height: 400px;
  padding-bottom: 43px;
  display: flex;
}

.top-section.ads {
  background-image: linear-gradient(#08132eed, #022345b5 48%, #022345b3 102%), url('../images/codigo-creative-digital-marketing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 33px;
  display: flex;
}

.top-section.content {
  background-image: linear-gradient(#08132eed, #022345a3), url('../images/codigo-creative-digital-marketing.jpg');
  background-size: auto, cover;
}

.top-section.linkedintop {
  background-image: linear-gradient(#08132eed, #0223457d 52%), url('../images/done-for-you-linkedin.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.top-section.smm {
  background-image: linear-gradient(#08132eed, #022345b5 48%, #022345b3 102%), url('../images/codigo-creative-digital-marketing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
  padding-top: 0;
  padding-bottom: 33px;
  display: flex;
}

.top-section.seo {
  background-image: linear-gradient(#08132eed, #092042cc 52%), url('../images/codigo-seo.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.top-section.targeting {
  background-image: linear-gradient(#08132eed, #022345d1 52%), url('../images/man-using-smartphone-global-internet-connection-digital-technology-finance-banking.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-bottom: 61px;
  display: flex;
}

.top-section.book-call {
  background-image: linear-gradient(#08132eed, #022345b5 48%, #022345b3 102%), url('../images/codigo-creative-digital-marketing.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.top-section.strategy {
  background-image: linear-gradient(#08132eed, #022345a3 57%, #02234500 101%), url('../images/strategy-top.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 200%;
}

.top-section.digital {
  background-image: linear-gradient(#08132eed, #022345a3 57%, #02234500 101%), url('../images/digital-bg.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.top-section.printing {
  background-image: linear-gradient(#08132eed, #022345c2 51%, #022345f0 101%), url('../images/printing-top.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.top-section.media {
  background-image: linear-gradient(#08132eed, #0223458c 51%, #022345d1 101%), url('../images/filming.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 35px;
  display: flex;
}

.top-section.google-ads {
  background-image: linear-gradient(#08132eed, #02366bbf 52%), url('../images/google-ads-services.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.top-section.design {
  background-image: linear-gradient(#08132eed, #022345a3 57%, #02234500 101%), url('../images/strategy-top.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, 200%;
}

.top-section.data-direct {
  background-image: linear-gradient(#08132eb8, #022345b3 57%, #02234500 101%), url('../images/target.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.top-section.hosting {
  background-image: linear-gradient(#08132eed, #022345c2 51%, #022345f0 101%), url('../images/server-room.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-149 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.section-subhead {
  color: #fff;
  text-align: center;
  width: 60%;
  margin: 16px auto 18px;
  padding-left: 64px;
  padding-right: 64px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 40px;
}

.blue-titles {
  color: #fff;
  background-image: linear-gradient(#03325a, #03325a);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.bodytexts {
  color: #383838;
  text-align: center;
  margin-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.bodytexts.centre {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  line-height: 40px;
}

.bodytexts.centre.targetpage {
  text-align: right;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.bodytexts.left {
  text-align: left;
}

.bodytexts.right {
  text-align: right;
}

.bodytexts.white {
  color: var(--white);
}

.box-text {
  color: #4b535a;
  text-align: left;
  padding-left: 13px;
  padding-right: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.consult-section {
  width: 90%;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 27px;
}

.column-69 {
  text-align: left;
  padding-left: 0;
}

.action-steps {
  background-image: linear-gradient(#03325a, #03325a);
  border-radius: 200px;
  width: 80px;
  height: 80px;
}

.action-steps._8 {
  background-image: url('../images/codigo-formulation.png'), linear-gradient(#03325a, #03325a);
  background-position: 59%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60px, auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.action-steps._1 {
  background-image: url('../images/assess.png'), linear-gradient(#03325a, #03325a);
  background-position: 47%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40px, auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.action-steps._6 {
  float: none;
  background-image: url('../images/competition_1competition.png'), linear-gradient(#03325a, #03325a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40px, auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.action-steps._3 {
  float: none;
  background-image: url('../images/manager_1manager.png'), linear-gradient(#03325a, #03325a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 44px, auto;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.action-steps._5 {
  background-image: url('../images/rank-up_1rank-up.png'), linear-gradient(#03325a, #03325a);
  background-position: 47%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 40px, auto;
}

.action-steps._4 {
  float: none;
  background-image: url('../images/tailored_1tailored.png'), linear-gradient(#03325a, #03325a);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 34px, auto;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.white-box {
  background-image: linear-gradient(#fff, #fff);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 2px;
  box-shadow: 0 0 33px 2px #0000003b;
}

.heading-101 {
  color: #fff;
  text-align: center;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 21px;
  font-family: Poppins, sans-serif;
  font-weight: 100;
}

.right-column-div {
  float: right;
  background-image: linear-gradient(#ffffff80, #ffffff80);
  width: 85%;
  margin-top: -96px;
}

.heading-94 {
  color: #383d41;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
  display: inline-block;
}

.heading-94.fact1-title {
  text-align: center;
  text-align: left;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
}

.heading-94.fact1-title.white {
  color: #fff;
  text-align: center;
  margin: 21px auto 42px;
  display: block;
}

.heading-94.white {
  color: #fff;
}

.step-point {
  padding: 12px 32px 35px;
}

.step-point.big {
  margin-top: 45px;
}

.step-point.small {
  padding-bottom: 5px;
}

.column-11 {
  background-color: #0000;
  padding: 52px 48px;
}

.heading-centre-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
}

.subheading-2 {
  color: var(--white-smoke);
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.body3 {
  background-color: #fff;
}

.body3.home {
  background-color: var(--midnight-blue);
}

.body3.web-design {
  background-image: url('../images/blueprint-bw.jpg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
  background-attachment: fixed;
}

.column-58 {
  clear: right;
  text-align: right;
  justify-content: flex-end;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: flex;
}

.contact-details-bottom-bar {
  color: #fff;
  text-align: right;
  background-image: url('../images/phone-icon_1phone-icon.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-right: 38px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
}

.contact-details-bottom-bar-email {
  color: #fff;
  background-image: url('../images/email.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 23px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 38px;
  font-family: Poppins, sans-serif;
}

.contact---bottom-links {
  float: left;
  clear: none;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact---bottom-links.locations {
  margin-bottom: 14px;
}

.bottom-bar {
  z-index: 5;
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle, #091c3d91, #01081d9c), url('../images/hitech-bg2.png');
  background-position: 0 0, 100% 30%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
  border-top: 3px red;
  align-items: flex-start;
  height: auto;
  margin-bottom: 26px;
  padding-top: 46px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.text-span-85 {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.text-span-85:hover {
  color: red;
}

.contact-details-bottom-bar-address {
  color: #fff;
  text-align: right;
  background-image: url('../images/location_1location.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  justify-content: flex-end;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 38px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.image-71 {
  clear: none;
  border: 0 solid #fff;
  border-radius: 5px;
  align-self: flex-start;
  width: 200px;
  max-width: 300px;
  height: auto;
  margin: 13px auto 16px;
  padding: 13px 0 0;
  display: block;
  position: static;
}

.link-12 {
  text-decoration: none;
}

.column-59 {
  text-align: center;
  flex-flow: column wrap;
  align-content: center;
  align-items: center;
  padding-top: 11px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.columns-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-30 {
  float: left;
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #3898ec00;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 17px 0 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  display: flex;
}

.button-30:hover {
  color: #0f9bbee8;
}

.text-span-83 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0000;
  font-size: 10px;
  text-decoration: none;
}

.text-span-83:hover {
  color: #ff0101;
  background-color: #fff;
}

.text-span-83.a {
  color: #fff;
  letter-spacing: 1px;
}

.text-span-83.a:hover {
  color: #c00;
}

.text-block-67 {
  float: left;
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  justify-content: flex-end;
  margin-top: 30px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 13px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}

.contact---bottom {
  float: left;
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 50%;
  display: flex;
}

.background-portfolio {
  background-image: linear-gradient(#01172ef7 5%, #01172e00 25%), radial-gradient(circle at 0%, #49ceff80, #08132e00 38%), url('../images/mountains2.png'), linear-gradient(#ffffff4f, #ffffff4f);
  background-position: 0 0, 0 0, 50% 100%, 0 0;
  background-repeat: repeat, repeat, no-repeat, repeat;
  background-size: auto, auto, 100%, auto;
  background-attachment: scroll, scroll, scroll, scroll;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 570px;
}

.link-block-12 {
  width: 100%;
  height: 100%;
  transition: background-color .2s;
}

.link-block-12:hover {
  background-image: linear-gradient(#165390d9, #165390d9);
  border-radius: 0;
}

.link-block-12.slot9 {
  background-image: none;
}

.link-block-12.slot9:hover {
  background-image: linear-gradient(#008383d6, #008383d6);
}

.link-block-12.slot15 {
  background-image: linear-gradient(#4b4b4b00, #000000d9), url('../images/industry-4038574.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.slot15:hover {
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#20202000, #000000e3), url('../images/industry-4038574.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.link-block-12.slot6 {
  background-image: linear-gradient(#2e2e2e00, #000000d1), url('../images/pcg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.link-block-12.slot6:hover {
  background-image: linear-gradient(129deg, #02694feb, #072e61c4), url('../images/pcg.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.link-block-12.slot16 {
  background-image: linear-gradient(#38353500, #000000c4), url('../images/hb.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.link-block-12.slot16:hover {
  background-image: linear-gradient(#2f2f2f00, #000000e8), linear-gradient(#0f0f0f7a, #0f0f0f7a), url('../images/hb.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.link-block-12.slot5 {
  background-image: linear-gradient(#27272700, #000000c7), url('../images/about-link-p-500.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.link-block-12.slot5:hover {
  background-image: linear-gradient(#0f0f0f96, #000000e8), url('../images/about-link-p-500.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.link-block-12.slot8 {
  background-image: none;
}

.link-block-12.slot8:hover {
  background-image: linear-gradient(#008204b3, #008204b3);
}

.link-block-12.lego {
  background-image: linear-gradient(#38353500, #000000c4);
}

.link-block-12.lego:hover {
  background-image: linear-gradient(#2f2f2f00, #000000e8), linear-gradient(#0f0f0f7a, #0f0f0f7a);
}

.button-31 {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button-31:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.card_bg-2 {
  z-index: 10;
  background-image: linear-gradient(#04102c9c, #04102c9c);
  position: absolute;
  inset: 0%;
}

.card_bg-2.slot12 {
  background-image: linear-gradient(#0000, #000000c7), url('../images/light-p-500.jpeg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
}

.card_bg-2.slot12:hover {
  background-image: linear-gradient(#000000b0, #000000b0), linear-gradient(#0000, #000000c7), url('../images/light-p-500.jpeg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, cover, auto;
}

.card_bg-2.slot8 {
  background-image: linear-gradient(#0000, #18651df2), url('../images/homepage-mockup.jpg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
}

.card_bg-2.slot9 {
  background-image: linear-gradient(#0000 8%, #019095db 79%), url('../images/ar-everlasting-top.jpg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 100%, 0 0;
  background-size: auto, cover, auto;
}

.card_bg-2.slot7 {
  background-image: linear-gradient(#2c2c2c00, #060606cc), url('../images/martial-arts-reservoir-p-800.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transition: all .2s;
}

.card_bg-2.slot7:hover {
  background-image: linear-gradient(#1d255391, #151944ed), url('../images/martial-arts-reservoir-p-800.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_bg-2.slot10 {
  background-image: linear-gradient(#0000, #580000ed), url('../images/La_Spaghetteria_132_Lygon_St_Carlton-0114-p-800.jpeg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
}

.card_bg-2.slot10:hover {
  background-image: linear-gradient(#6e0000c2, #6e0000c2), linear-gradient(#0000, #580000ed), url('../images/La_Spaghetteria_132_Lygon_St_Carlton-0114-p-800.jpeg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 0 0, 50%, 0 0;
  background-size: auto, auto, cover, auto;
}

.card_bg-2.slot1 {
  background-image: url('../images/bmw-link.png'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.card_bg-2.slot1:hover {
  background-image: url('../images/bmw-link.png'), linear-gradient(#0000, #0000);
  background-position: 60%, 0 0;
}

.card_bg-2.slot4 {
  background-image: linear-gradient(#18181800, #000), url('../images/architecture-5314080_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_bg-2.slot4:hover {
  background-image: linear-gradient(#012f6cc2, #012f6cc2), linear-gradient(#18181800, #000), url('../images/architecture-5314080_1280.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.card_bg-2.slot14 {
  background-image: linear-gradient(#0f0c4900, #01101ed6), url('../images/guess-link.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.card_bg-2.slot14:hover {
  background-image: linear-gradient(#2626261f, #000), linear-gradient(#0000008f, #0000008f), url('../images/guess-link.png');
  background-position: 0 0, 0 0, 100% 100%;
  background-size: auto, auto, cover;
}

.card_bg-2.slot2 {
  background-image: linear-gradient(#000000e3, #000000e3), url('../images/Screen-Shot-2020-07-31-at-4.50.34-pm.png'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
  transition: background-color .2s;
}

.card_bg-2.slot2:hover {
  background-image: linear-gradient(#1d1d1d1a, #000000d4), url('../images/Screen-Shot-2020-07-31-at-4.50.34-pm.png'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
}

.card_bg-2.slot3 {
  background-image: linear-gradient(#3f3f3f00, #000c), url('../images/Screen-Shot-2020-07-30-at-9.01.18-pm.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.card_bg-2.slot3:hover {
  background-image: linear-gradient(#09194c96, #09194c96), linear-gradient(#3f3f3f00, #000c), url('../images/Screen-Shot-2020-07-30-at-9.01.18-pm.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.card_bg-2.slot11 {
  background-image: linear-gradient(#2b7c6500, #1c690d), url('../images/main-link.jpg');
  background-size: auto, cover;
}

.card_bg-2.slot11:hover {
  background-image: linear-gradient(#0000, #285d00), url('../images/main-link.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.card_bg-2.wakenbake {
  background-image: url('../images/PONTOON-STRAIGHT-01-p-800.jpeg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0%, 0 0;
  background-size: cover, auto;
}

.card_bg-2.wakenbake:hover {
  background-image: linear-gradient(#0000 42%, #1b1b64), url('../images/PONTOON-STRAIGHT-01-p-800.jpeg'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 0 0, 0%, 0 0;
  background-size: auto, cover, auto;
}

.card_bg-2.dyson {
  background-image: url('../images/bmw-link.png'), linear-gradient(#04102c9c, #04102c9c);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.card_bg-2.dyson:hover {
  background-image: url('../images/bmw-link.png'), linear-gradient(#0000, #0000);
  background-position: 60%, 0 0;
}

.card_bg-2.thinkauto {
  background-image: linear-gradient(#18181800, #000);
}

.card_bg-2.thinkauto:hover {
  background-image: linear-gradient(#012f6cc2, #012f6cc2), linear-gradient(#18181800, #000);
}

.card-2 {
  cursor: pointer;
  background-color: #27252500;
  border-radius: 0;
  width: 352px;
  height: 352px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.card-2:hover {
  border-radius: 0;
}

.card_label {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  transition: all .2s, opacity .2s;
}

.card_side_line-2 {
  z-index: 5;
  background-color: #165390;
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1px 0 3px 5px #49ceff7d;
}

.paragraph-20 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

.heading-centre-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
}

.subheading-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 52px;
  padding-bottom: 52px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.button-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 132px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-bottom: 33px;
  display: flex;
}

.button-7-copy {
  text-align: center;
  text-transform: uppercase;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: column-reverse wrap;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 26px;
  font-size: 40px;
  transition: all .2s;
  display: block;
}

.button-7-copy:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.button-7-copy.centre {
  float: none;
  clear: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-150 {
  z-index: 50;
  color: #898888;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 90px;
  margin-bottom: 124px;
  margin-left: -155px;
  padding-left: 35px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.paragraph-24 {
  padding-top: 32px;
}

.blog-image-2 {
  background-image: linear-gradient(#fff, #fff);
  width: 50%;
  margin-bottom: 30px;
  box-shadow: 0 0 49px 7px #0707071c;
}

.slide-6 {
  background-image: url('../images/appra5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide-11 {
  background-image: url('../images/appra2.png');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: auto 79%;
}

.heading-98 {
  font-weight: 100;
}

.back-to-work {
  color: #434343;
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.icon-4 {
  color: #fff;
}

.portfolio-holder {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 1500px;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  padding: 59px 32px 53px 100px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.background-work-showcase {
  background-image: url('../images/mountains2.png'), linear-gradient(#08132ee8, #08132ee8), none, linear-gradient(#ffffff4f, #ffffff4f);
  background-position: 50% 100%, 0 0, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: 100%, auto, cover, auto;
  background-attachment: scroll, scroll, fixed, scroll;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 0;
}

.carrusel1 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.portfolio-body-text {
  color: #000;
  margin-bottom: 45px;
  padding-top: 38px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: static;
  inset: auto 0% 0%;
}

.slide-10 {
  background-image: url('../images/appra3.png');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: auto 80%;
}

.slide-7 {
  background-image: url('../images/appra6.png');
  background-position: 50% 44%;
  background-repeat: no-repeat;
  background-size: auto 79%;
}

.carrusel-holder {
  z-index: 4000;
  background-image: url('../images/phone2-copy.png'), linear-gradient(#08132ee8, #08132ee8), url('../images/blueprint-bw.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 98%, auto, cover;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  height: 600px;
  margin-top: 62px;
  margin-bottom: 62px;
  position: relative;
}

.div-block-138-copy {
  width: 100%;
  height: 500px;
}

.text-block-71 {
  color: #101010;
  letter-spacing: 6px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 21px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.slide-nav {
  margin-bottom: 16px;
}

.slide-8 {
  background-image: url('../images/appra4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 79%;
}

.brand-subtitle {
  border-left-color: #104c80;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.verticals {
  color: #2a3281;
  margin-top: 13px;
  font-size: 3vw;
  line-height: 4vw;
}

.verticals.ssefd {
  color: #fff;
  text-align: right;
  margin-top: 49px;
  padding-left: 40px;
  font-size: 80px;
  line-height: 4vw;
  display: block;
  transform: rotate(0);
}

.brand-title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28px;
}

.section-titles {
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  padding-top: 14px;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  display: flex;
}

.section-titles.dark {
  color: var(--midnight-blue-2);
}

.work-process-top {
  background-image: linear-gradient(#020f2ef5, #072d43c4);
  height: 600px;
  padding-top: 134px;
}

.div-block-151 {
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.process {
  width: 900px;
  margin: -219px auto 78px;
  padding-top: 23px;
}

.vertical-progress-bar {
  max-width: 800px;
  margin-top: -52px;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  display: block;
}

.step-details {
  color: #383838;
  margin-top: 9px;
  padding-left: 26px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.titulo-done {
  color: var(--grey);
  margin-top: 19px;
  padding-left: 26px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.titulo-done.pending {
  color: #4faa13;
  margin-top: 25px;
}

.titulo-done.first {
  margin-top: 0;
}

.column-67 {
  border-right: 5px solid #e7e9e9;
  height: 150px;
  padding-right: 10px;
}

.column-67.done {
  border-right-color: #c2e2c5;
  height: 300px;
}

.column-67.end {
  border-right-style: none;
}

.column-67.shorts {
  border-right-color: #c2e2c5;
  height: 200px;
}

.link-14 {
  color: #134d98;
}

.progress-done1 {
  background-image: linear-gradient(135deg, #298811, #9cc00b 100%, #fff);
  border-radius: 300px;
  width: 60px;
  height: 60px;
  margin-top: -1px;
  margin-left: 90px;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.vertical-progress-following-steps {
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  display: block;
}

.background-sections {
  background-image: linear-gradient(#ffffffd9, #ffffffd9), url('../images/blueprint-bw.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  height: auto;
  margin-top: 218px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-70 {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
}

.text-block-70.pending {
  color: #fff;
}

.button-32 {
  text-align: center;
  text-transform: uppercase;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 26px;
  font-size: 25px;
  transition: all .2s;
  display: inline-block;
}

.button-32:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-32 {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.heading-99 {
  color: #193b5d;
  text-align: center;
  margin-bottom: 69px;
  padding-left: 103px;
  padding-right: 103px;
  font-weight: 400;
}

.heading-centre-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 60px;
  font-weight: 400;
  line-height: 90px;
}

.heading-centre-4.dark {
  color: #165390;
  margin-bottom: 68px;
  font-size: 50px;
  font-weight: 700;
  line-height: 70px;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.new-project {
  background-image: url('../images/revenue-bg.jpg');
  background-position: 0 -2px;
  background-size: cover;
  height: auto;
  margin-top: -35px;
  padding: 120px 212px 268px;
}

.customer {
  text-align: center;
  padding-top: 0;
  overflow: hidden;
}

.div-block-91 {
  padding-top: 0;
}

.div-block-152 {
  color: #898888;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 90px;
  margin-bottom: 124px;
  margin-left: -155px;
  padding-left: 35px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.background-portfolio-2 {
  background-image: radial-gradient(circle at 0%, #49ceff80, #08132e00 38%), url('../images/mountains2.png'), linear-gradient(#08132ee8, #08132ee8), none, linear-gradient(#ffffff4f, #ffffff4f);
  background-position: 0 0, 50% 100%, 0 0, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, repeat, repeat;
  background-size: auto, 100%, auto, cover, auto;
  background-attachment: scroll, scroll, scroll, fixed, scroll;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 433px;
}

.header-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin: 0 auto 60px;
  padding: 0;
  display: flex;
}

.portfolio-holder-2 {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 46px;
  margin-left: auto;
  margin-right: auto;
  padding: 59px 32px 53px 100px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.text-block-72 {
  text-align: center;
  text-decoration: none;
}

.folio-lionsgate {
  background-image: url('../images/lionsgate-home.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 900px;
  padding: 19px;
  display: flex;
}

.visit-website-link {
  color: #fff;
  background-color: #022345;
  background-image: url('../images/fwd_1fwd.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 15px;
  padding-left: 21px;
  padding-right: 44px;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  display: flex;
}

.paragraph-23 {
  margin-bottom: 45px;
  padding-top: 38px;
  font-size: 16px;
  line-height: 24px;
  position: static;
  inset: auto 0% 0%;
}

.primeland-sample2 {
  padding-bottom: 16px;
}

.folio-lionsgate-2 {
  background-image: url('../images/lionsgate4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 900px;
  padding: 19px;
  display: flex;
}

.lionsgate-sample2 {
  z-index: 2;
  background-image: url('../images/lionsgate1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-attachment: scroll;
  width: 100%;
  height: 900px;
  margin-top: 57px;
  position: relative;
  inset: 0%;
}

.lionsgate-sample3 {
  background-image: url('../images/lionsgate3.png'), linear-gradient(#d2d2d280, #d2d2d280);
  background-position: 0 0, 0 0;
  background-size: 100%, auto;
  width: 100%;
  height: 900px;
}

.block-quote-2 {
  border-left-color: #104c80;
  margin-top: 15px;
  font-size: 21px;
}

.button-container-2 {
  text-align: center;
  margin-top: 132px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  padding-bottom: 33px;
}

.folio-abg1 {
  background-image: url('../images/top-mockup.jpg'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 600px;
}

.carrusel-holder-responsive {
  z-index: auto;
  background-image: url('../images/responsive_1.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  height: 900px;
  margin-top: 62px;
  margin-bottom: 27px;
  position: relative;
}

.laptop-holder {
  z-index: auto;
  background-image: url('../images/abg-website.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-25 {
  padding-bottom: 16px;
}

.visit-website-link-2 {
  color: #fff;
  background-color: #022345;
  background-image: url('../images/fwd_1fwd.png');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  margin-top: 15px;
  padding-left: 21px;
  padding-right: 44px;
  text-decoration: none;
  display: flex;
}

.carrusel-holder-laptop {
  z-index: auto;
  width: 100%;
  height: 800px;
  margin-top: 62px;
  margin-bottom: 62px;
  position: relative;
}

.folio-abg2 {
  background-image: url('../images/abg-webscreenshot1.png'), linear-gradient(#052e0eeb, #134e2fd1), none;
  background-position: 0 100%, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 80%, auto, cover;
  width: 100%;
  height: 700px;
}

.folio-abg-packaging {
  background-image: url('../images/packaging.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 500px;
}

.folio-abg-cards {
  background-image: url('../images/stationary.jpg'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 900px;
  margin-top: 74px;
}

.pcg-id-2 {
  background-image: url('../images/pcg-id.png'), linear-gradient(#e3e3e380, #e3e3e380);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  width: 100%;
  height: 600px;
  margin-top: 0;
}

.folio-pcg {
  background-image: url('../images/pcg-responsive.png'), linear-gradient(#d5d5d580, #d5d5d580);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 900px;
}

.pcg-laptop2 {
  z-index: auto;
  background-image: url('../images/web-pcg-1.png');
  background-position: 220%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.folio-lsr {
  background-image: url('../images/lsr-homepage.jpg'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  padding: 19px;
  display: flex;
}

.carrusel-holder-laptop-lsr {
  z-index: auto;
  width: 100%;
  height: 800px;
  margin-top: 62px;
  margin-bottom: 29px;
  position: relative;
}

.laptop-holder-lsr {
  z-index: 0;
  background-image: url('../images/laptop-lsr.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
  height: 100%;
  margin-top: -53px;
  position: absolute;
  inset: 0%;
}

.carrusel-holder-responsive-lsr {
  z-index: auto;
  background-image: url('../images/responsive.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: 100%;
  width: 100%;
  height: 900px;
  margin-top: -87px;
  margin-bottom: 2px;
  position: relative;
}

.ar-menu-lsr {
  z-index: auto;
  background-image: url('../images/play-button-png-filename-play-button-png-237.png'), linear-gradient(#00000080, #00000080), url('../images/lsr-ar-menu.png');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat-x;
  background-size: 125px, auto, 100%;
  width: 100%;
  height: 550px;
  margin-top: 62px;
  margin-bottom: 62px;
  position: relative;
}

.container-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 92px;
  display: flex;
}

.ar-sample1 {
  width: 80%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-bottom: 112px;
  display: flex;
}

.web-top-video {
  background-image: linear-gradient(200deg, transparent, transparent 70%, var(--midnight-blue) 70%, var(--midnight-blue)), linear-gradient(to bottom, #022345c2, #0223453b 42%, #022345c2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 77px;
  padding-bottom: 0;
  display: flex;
}

.titulo-webdesign {
  color: #fff;
  text-align: center;
  justify-content: center;
  width: auto;
  margin-top: 13px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  display: flex;
}

.titulo-webdesign.small {
  margin-top: 0;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 23px;
  line-height: 40px;
}

.subtitles {
  color: #fff;
  text-align: center;
  margin-top: 34px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.subtitles.pages {
  text-align: right;
  width: 40%;
  margin-top: 0;
  margin-bottom: 256px;
  padding-left: 0;
  padding-right: 39px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-pages {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 123px;
  padding-right: 39px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.website-cta {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.website-cta:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.website-cta.full {
  width: 100%;
}

.container-5 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), #01172e00 12%, #ccd1d500 86%, #022345), url('../images/blue-bottom1.png'), url('../images/webtop2.png');
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 100%, 100%;
  flex-direction: column;
  align-items: flex-start;
  padding: 72px 37px 378px 77px;
  display: flex;
}

.image-88 {
  width: 60%;
  box-shadow: 1px 1px 16px 10px #0000003b;
}

.main-title-black {
  color: #383d41;
  text-align: center;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
  display: inline-block;
}

.main-title-black.leads {
  text-align: left;
  align-items: flex-end;
  padding-right: 29px;
  display: flex;
}

.main-title-black.left {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.main-title-black.right {
  text-align: right;
}

.container-7 {
  padding-top: 84px;
  display: flex;
}

.website-cta-2 {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  padding: 27px 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.website-cta-2:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.fact1 {
  color: #4a4a4a;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 39px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.container-6 {
  max-width: 1500px;
  margin-top: 179px;
  display: flex;
}

.web-holder16 {
  cursor: pointer;
  background-image: url('../images/autofastparts.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder16:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder11 {
  cursor: pointer;
  background-image: url('../images/getactive.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder11:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.weblink {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-size: 17px;
  text-decoration: none;
}

.web-holder13 {
  cursor: pointer;
  background-image: url('../images/wakenbake.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder13:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder5 {
  cursor: pointer;
  background-image: url('../images/haibike-web.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder5:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.wrapper-1080 {
  width: 95%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.web-holder15 {
  cursor: pointer;
  background-image: url('../images/lsr-homepage.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder15:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder9 {
  cursor: pointer;
  background-image: url('../images/Screen-Shot-2020-03-03-at-11.14.43-am.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder9:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder8 {
  cursor: pointer;
  background-image: url('../images/isf-webthumb.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder8:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.webcol-b {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.web-holder20 {
  cursor: pointer;
  background-image: url('../images/morleninvestments.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder20:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder6 {
  cursor: pointer;
  background-image: url('../images/resicommercial-webshot.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder6:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder18 {
  cursor: pointer;
  background-image: url('../images/gardenexpress.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder18:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder19 {
  cursor: pointer;
  background-image: url('../images/morlenresources.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder19:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.demo-wrapper {
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin: 15px auto;
  display: flex;
  position: relative;
}

.web-folio-items {
  width: 90%;
  max-width: 1200px;
  margin: 44px auto 21px;
}

.web-holder17 {
  cursor: pointer;
  background-image: url('../images/morleninvestments.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder17:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder2 {
  cursor: pointer;
  background-image: url('../images/pcg1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder2:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder7 {
  cursor: pointer;
  background-image: url('../images/mlr-webshot.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder7:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.webcol-a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder3 {
  cursor: pointer;
  background-image: url('../images/primeland.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder3:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder4 {
  cursor: pointer;
  background-image: url('../images/sinus1.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder4:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-portfolio-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.web-portfolio-section.background-green {
  background-color: #022345;
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.web-holder12 {
  cursor: pointer;
  background-image: url('../images/techhomes.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder12:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder {
  cursor: pointer;
  background-image: url('../images/lionsgate-home.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder14 {
  cursor: pointer;
  background-image: url('../images/gs-webshot.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder14:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder10 {
  cursor: pointer;
  background-image: url('../images/tarnfoodconsulting.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder10:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.body-columns {
  background-color: #0000;
  width: 100%;
  max-width: 80rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 390px;
  padding-bottom: 52px;
}

.body-columns.following {
  margin-top: 0;
}

.image-84 {
  box-shadow: 0 0 16px 4px #0000004f;
}

.fact1-2 {
  color: #4a4a4a;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 39px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
}

.fact1-2.right {
  text-align: right;
}

.fact1-2.left {
  font-family: Poppins, sans-serif;
}

.body-columns-followed {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 52px;
  padding-bottom: 52px;
}

.main-info-left-col {
  text-align: right;
  padding-left: 34px;
  padding-right: 44px;
}

.main-col-right {
  background-color: #0000;
  padding: 52px 48px;
}

.section-title {
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 67px;
  padding-right: 0;
}

.section-subtitle {
  color: #2a5547;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.section-subtitle.color-gold {
  color: #49ceff;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.subtitulo-webdesign {
  color: #fff;
  text-align: right;
  width: 100%;
  margin-top: 13px;
  padding-top: 0;
  padding-left: 125px;
  font-size: 4vw;
  line-height: 5vw;
}

.graph1 {
  margin-left: auto;
  margin-right: auto;
}

.graph {
  background-image: url('../images/case-prospect.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  margin-top: 52px;
  margin-left: auto;
  margin-right: auto;
}

.modal5 {
  z-index: 9000;
  background-color: #071829;
  background-image: url('../images/mob-menubg.png');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-82 {
  position: absolute;
  inset: 32px 41px auto auto;
}

.video-holder {
  background-color: #fff;
  width: 900px;
  height: auto;
  padding: 9px;
}

.folio-everlast {
  cursor: pointer;
  background-image: url('../images/play-button-png-filename-play-button-png-237.png'), linear-gradient(#00000080, #00000080), url('../images/ar-everlasting-top.jpg'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50%, 0 0, 50%, 0 0;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: 125px, auto, cover, auto;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

.folio-stc {
  background-image: url('../images/ipad-sth.jpg'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  width: 100%;
  height: 600px;
}

.carrusel-holder-responsive-sth {
  z-index: auto;
  background-image: url('../images/responsive-sth.jpg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 91%;
  width: 100%;
  height: 900px;
  margin-top: 0;
  margin-bottom: 2px;
  position: relative;
}

.carrusel-holder-laptop-sth {
  z-index: auto;
  background-image: url('../images/media-kit.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 1000px;
  margin-top: 62px;
  margin-bottom: 62px;
  position: relative;
}

.folio-primeland {
  background-image: url('../images/primeland.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 700px;
  padding: 19px;
  display: flex;
}

.carrusel-holder-laptop-lsr-2 {
  z-index: 5000;
  width: 100%;
  height: 800px;
  margin-top: 62px;
  margin-bottom: 29px;
  position: relative;
}

.primeland-sampl2 {
  z-index: 4000;
  background-image: url('../images/primeland-web-sample.png'), linear-gradient(#08132ee0, #08132ee0), url('../images/blueprint-bw.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 90%, auto, 100%;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  height: 100%;
  margin-top: -53px;
  position: absolute;
  inset: 0%;
}

.web-sample-primeland {
  z-index: auto;
  background-image: url('../images/responsive-web-design.png'), linear-gradient(#aaaaaa80, #aaaaaa80);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 900px;
  margin-top: 0;
  margin-bottom: 2px;
  position: relative;
}

.folio-sinus1 {
  background-image: url('../images/sinus1.png'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 600px;
}

.laptop-holder-sinus {
  z-index: 4000;
  background-image: url('../images/haibike2.png'), linear-gradient(#022345e3, #022345e3), url('../images/blueprint-bw.jpg');
  background-position: 260%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 90%, auto, 100%;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  height: 100%;
  margin-top: -53px;
  position: absolute;
  inset: 0%;
}

.carrusel-holder-responsive-sinus {
  z-index: auto;
  background-image: url('../images/sinus-website-2.png'), linear-gradient(#aaaaaa80, #aaaaaa80);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 100%, auto;
  width: 100%;
  height: 900px;
  margin-top: 0;
  margin-bottom: 2px;
  position: relative;
}

.contact-form {
  background-color: var(--white);
  background-image: linear-gradient(#fbfbfbd4, #fbfbfbd4), url('../images/blueprint-bw.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 0;
  padding-top: 87px;
  padding-bottom: 162px;
}

.phone-bottom {
  color: #fff;
  font-family: Varela, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-15 {
  color: #fff;
  text-decoration: none;
}

.mobile-web-screen {
  background-color: var(--midnight-blue);
  display: none;
}

.section-6 {
  background-color: var(--midnight-blue);
  background-image: url('../images/responsive-web-design.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 400px;
  display: none;
}

.ar-showcase {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 93px;
}

.ppc1 {
  width: 100%;
  height: auto;
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 60px;
}

.bold-text-4 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
}

.div-block-154 {
  background-image: url('../images/revenue_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.revenue {
  background-color: #ffffffdb;
  background-image: url('../images/revenue.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 800px;
  margin-bottom: 0;
  padding-bottom: 30px;
  padding-right: 26px;
  display: flex;
}

.revenue.cont {
  height: 70vh;
}

.revenue-title {
  color: #fff;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
}

.revenue-title.black {
  color: var(--midnight-blue);
}

.revenue-blurb {
  text-align: right;
  width: 40%;
  margin-top: 23px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.top-bluebg {
  background-image: url('../images/topmask1.png');
  background-position: 0 -180px;
  background-repeat: no-repeat;
  background-size: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  padding: 30px;
  display: flex;
}

.title1 {
  color: #fff;
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
}

.web-design-blurb {
  color: #fff;
  text-align: left;
  width: 50%;
  margin-top: 54px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.web-design-blurb.pages {
  text-align: right;
  width: 40%;
  margin-top: 0;
  margin-bottom: 256px;
  padding-left: 0;
  padding-right: 39px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-web-design {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.web-tri2 {
  clear: left;
  color: #fff;
  text-align: left;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 534px;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
  display: block;
  position: relative;
}

.web-tri2.leads {
  text-align: left;
  align-items: flex-end;
  padding-right: 29px;
  display: flex;
}

.web-tri2.left {
  text-align: left;
}

.web-tri2.right {
  text-align: right;
}

.web-fact1 {
  color: var(--white-smoke);
  text-align: left;
  width: 50%;
  margin-top: 35px;
  margin-bottom: 39px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.web-fact1.dark {
  color: var(--midnight-blue);
  width: 100%;
}

.body-columns-last {
  background-color: #0000;
  width: 100%;
  max-width: 1500px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 76px;
}

.body-columns-last.following {
  margin-top: 0;
}

.c-side-navmenu {
  flex-direction: column;
  height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.c-navlink-icon {
  flex: none;
  padding: 10px;
}

.c-nav-extra-links {
  border-top: 1px solid #fff3;
  padding-top: 10px;
}

.c-navlinks {
  color: #fff;
  background-color: #5b62b400;
  border-radius: 5px;
  text-decoration: none;
  transition: all .25s;
  display: block;
  position: relative;
}

.c-navlinks:hover {
  background-color: #051e3c80;
}

.c-navlinks.w--current {
  background-color: #072444;
  border-radius: 0;
}

.divider {
  background-color: #6d76da;
  width: 20%;
  height: 5px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.c-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.ci-side-navlinks {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.hero-description {
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  position: relative;
}

.c-hero-header {
  margin-bottom: 20px;
}

.c-sidenavbar {
  position: fixed;
  inset: 0% auto 0% 0%;
}

.c-navlinks-item {
  position: relative;
  overflow: hidden;
}

.hero-header {
  color: #6d76da;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.c-hero-section {
  background-color: #0000;
  width: 100%;
  min-width: 100%;
  height: auto;
}

._w-navlinks {
  align-items: stretch;
  display: flex;
}

.cloneable-area {
  display: block;
  position: relative;
}

.side-brand-logo {
  float: none;
  display: inline-block;
}

.c-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-side-brand-logo {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-logo-img {
  width: 45px;
}

._w-hero-section {
  color: var(--midnight-blue-2);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 205px 40px 40px 27px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-body-content {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: auto;
  padding-left: 0;
  display: flex;
}

.c-hero-content {
  text-align: center;
  font-weight: 400;
}

.navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  white-space: nowrap;
  padding: 10px 20px 10px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: relative;
}

.navlink-text:hover {
  transform: translate(0);
}

._w-body-content {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navlink-icon {
  width: 30px;
}

._w-navlink-text {
  perspective-origin: 0%;
  transform-origin: 0%;
  position: relative;
}

.c-sidenavbar-container {
  background-color: #03153f;
  background-image: linear-gradient(#0d1533a8, #0d1533a8), linear-gradient(to right, #fff0, #00b2ffcf);
  flex-direction: column;
  height: 100%;
  padding: 10px 20px;
  display: flex;
}

._w-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 90px;
  display: flex;
}

.hero-subheader {
  color: #8d97ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1em;
}

.account-forms {
  min-height: 600px;
  padding-top: 63px;
  padding-bottom: 63px;
}

.container-9 {
  font-family: Poppins, sans-serif;
}

.account-text {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 27px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.account-text.terms {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 15px;
}

.link-16 {
  color: #2893ff;
  font-weight: 600;
  text-decoration: none;
}

.html-embed {
  background-color: #0000;
  width: 100%;
  max-width: 1000px;
}

.html-embed-2 {
  width: 75%;
}

.privacy-body {
  color: var(--grey);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.folio-isf {
  background-image: url('../images/ISF1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 700px;
  padding: 19px;
  display: flex;
}

.isf-online-class {
  z-index: 4000;
  background-image: url('../images/Screen-Shot-2020-12-05-at-7.02.48-pm.png'), linear-gradient(#08132ee0, #08132ee0), url('../images/blueprint-bw.jpg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 90%, auto, 100%;
  background-attachment: scroll, scroll, fixed;
  width: 100%;
  height: 100%;
  margin-top: -53px;
  position: absolute;
  inset: 0%;
}

.modal-web-design {
  z-index: 9000;
  background-color: #071829cf;
  background-image: url('../images/mob-menubg.png');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.play-button {
  width: 120px;
  margin-top: 31px;
}

.folio-mavic-ar {
  cursor: pointer;
  background-image: url('../images/play-button-png-filename-play-button-png-237.png'), linear-gradient(#00000080, #00000080), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 125px, auto, auto;
  width: 100%;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.folio-haibike {
  background-image: url('../images/sinus1.png'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 100%;
  height: 600px;
}

.carrusel-holder-responsive-haibike {
  z-index: auto;
  background-image: url('../images/haibike.png'), linear-gradient(#aaaaaa80, #aaaaaa80);
  background-position: 50%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 100%, auto;
  width: 100%;
  height: 900px;
  margin-top: 0;
  margin-bottom: 2px;
  position: relative;
}

.folio-stages {
  background-image: url('../images/Screen-Shot-2020-12-09-at-1.08.21-am.png'), url('../images/pull-up-banner.png'), linear-gradient(#fff0, #d7d7d752 99%);
  background-position: 70%, 20%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 90%, auto 100%, auto;
  width: 100%;
  height: 600px;
}

.ppc-section2 {
  background-image: url('../images/blue-bottom1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 600px;
}

.revenue-title-2 {
  color: #fff;
  text-align: right;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 35px;
  font-weight: 700;
}

.revenue-title-2.left {
  text-align: left;
}

.ppc-section-bottom {
  background-image: url('../images/blue-bottom1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 70vh;
  padding-bottom: 14px;
  padding-right: 33px;
  display: flex;
}

.section-7 {
  height: 700px;
}

.ppc-row3 {
  background-image: url('../images/webtop2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  height: 900px;
  margin-top: 141px;
  padding: 60px 40px 40px 60px;
  display: flex;
}

.campaigns-block1 {
  text-align: left;
  padding-left: 0;
}

.ar-sample {
  justify-content: center;
  display: flex;
}

._404 {
  color: var(--midnight-blue);
  text-align: center;
}

.traffic-design {
  z-index: 500;
  background-image: linear-gradient(to top, #fff, #fff0 41%), linear-gradient(to top, #ff9f9f00 48%, #ffffffe0);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.organic-blurb-left {
  color: #4b535a;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 39px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
}

.organic-blurb-left.white {
  color: #fff;
}

.section-body {
  text-align: center;
  margin-left: 150px;
  margin-right: 150px;
}

.section-body.wide {
  max-width: 1500px;
  margin-bottom: 0;
  margin-left: 68px;
  margin-right: 68px;
}

.organic-row-top {
  padding-top: 215px;
  padding-bottom: 86px;
}

.background-video-10 {
  background-image: linear-gradient(#ffffffb5, #ffffffb5);
  width: 100%;
  height: auto;
}

.column-29 {
  clear: none;
  text-align: left;
}

.column-30 {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.growth-1 {
  float: right;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/office-3295556_1280.jpg');
  background-position: 0 0, 34% 94%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200%;
  width: 85%;
  height: 300px;
  box-shadow: 0 0 30px 5px #00000038;
}

.organic-row-right {
  z-index: 5000;
  margin-top: 130px;
  position: relative;
}

.organic-blurb-right {
  color: #4b535a;
  text-align: right;
  margin-top: 35px;
  margin-bottom: 39px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.image-27 {
  opacity: .84;
  box-shadow: 0 0 29px 8px #0202022b;
}

.section-2 {
  background-image: linear-gradient(to top, #fff0 58%, #fff);
  height: auto;
  padding-top: 0;
  padding-left: 68px;
  padding-right: 68px;
}

.organic-row-bottom {
  padding-top: 86px;
  padding-bottom: 86px;
}

.growth-3 {
  float: right;
  width: 85%;
  height: auto;
  box-shadow: 0 0 30px 5px #00000038;
}

.image-26 {
  position: static;
}

.white-box-traffic {
  background-image: linear-gradient(#fff, #fff);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 45px;
  box-shadow: 0 0 33px 2px #0000003b;
}

.box-text-2 {
  color: #4b535a;
  text-align: left;
  padding-left: 13px;
  padding-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
}

.box-text-2.white {
  color: #fff;
}

.organic-row-left {
  z-index: 2000;
  background-image: linear-gradient(to top, #031728, #940a0a2b), url('../images/growth3.png'), linear-gradient(#002749de, #002749de), none;
  background-position: 0 0, 100% 100%, 0 0, 0 0;
  background-repeat: repeat, no-repeat, repeat, repeat;
  background-size: auto, 100% 60%, auto, cover;
  padding: 115px 103px 86px;
  position: relative;
}

.pageblurb-2 {
  float: right;
  color: #fff;
  text-align: right;
  max-width: 900px;
  margin-top: 26px;
  padding-left: 51px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 35px;
}

.pageblurb-2.rev {
  width: 50%;
  font-size: 18px;
}

.pageblurb-2.left {
  text-align: left;
  padding-left: 0;
}

.section-8 {
  background-image: linear-gradient(#01172e, #01172e00 12%, #ccd1d500 86%, #022345), url('../images/blue-bottom1.png'), url('../images/webtop2.png');
  background-position: 0 0, 50% 100%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 100%, auto;
  flex-direction: column;
  align-items: flex-start;
  padding: 72px 37px 378px 77px;
  display: flex;
}

.web-fact1-2 {
  color: #f3f3f3;
  text-align: left;
  width: 50%;
  margin-top: 35px;
  margin-bottom: 39px;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.main-title-black-2 {
  color: #383d41;
  text-align: center;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
  display: inline-block;
}

.main-title-black-2.leads {
  text-align: left;
  align-items: flex-end;
  padding-right: 29px;
  display: flex;
}

.main-title-black-2.left {
  text-align: left;
}

.main-title-black-2.leads {
  text-align: right;
  align-items: flex-end;
  padding-right: 29px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
}

.content-row3 {
  background-image: url('../images/webtop2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  height: 900px;
  padding: 60px 40px 40px 60px;
  display: flex;
}

.section-intro-top {
  z-index: 1;
  background-color: #0000;
  background-image: radial-gradient(circle at 13% 17%, #040929a6, #fff0), linear-gradient(#031728bf, #031728bf), none;
  background-position: 0 0, 0 0, -15% 19%;
  background-repeat: repeat, repeat, repeat;
  background-size: auto, auto, auto 300%;
  width: 100%;
  height: 400px;
  font-weight: 100;
  position: relative;
  inset: 0;
}

.section-intro-top.top-blog {
  background-image: radial-gradient(circle at 13% 17%, #040929a6, #fff0), linear-gradient(#0000, #0000), none;
  background-position: 0 0, 0 0, 526px 54%;
  background-size: auto, auto, auto 300%;
}

.titulo-pag {
  float: right;
  color: #fff;
  text-align: right;
  text-shadow: 0 8px 15px #00000080;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 37px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 100;
  position: absolute;
  bottom: 0;
  right: 0;
}

.columns-8 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-bottom: 0;
}

.column-73 {
  margin-left: auto;
  margin-right: auto;
}

.blog-post {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 15px 15px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 30px 12px #0000000f;
}

.blog-optimise {
  opacity: 1;
}

.blog-post-title {
  text-align: left;
  align-items: flex-start;
  margin-top: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  display: flex;
}

.link-8 {
  color: #515355;
  font-family: Varela Round, sans-serif;
  text-decoration: none;
}

.blog-image1 {
  background-image: url('../images/marketing-budget.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.blog-image1._2 {
  background-image: url('../images/computer-767776_1920.jpg');
}

.blog-image1._3 {
  background-image: url('../images/gps2.png');
}

.blog-image1._4 {
  background-image: url('../images/web-page-1878634_1280.jpg');
}

.blog-image1._5 {
  background-image: url('../images/burning-money.jpg');
}

.blog-image1._6 {
  background-image: url('../images/codigo-traffic-increase.jpg');
}

.blog-image1._7 {
  background-image: url('../images/graphic-design.jpg');
}

.blog-image1._8 {
  background-image: url('../images/fun-during-shopping_1098-13306.jpg');
}

.blog-image1.gd-budget {
  background-image: url('../images/Perfect-blue.jpg');
}

.blog-image1.cro {
  background-image: url('../images/making-money-with-CRO.jpg');
}

.blog-image1.ar {
  background-image: url('../images/ar.jpeg');
  background-position: 50%;
}

.blog-post-2 {
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 15px 0;
  display: flex;
  box-shadow: 0 0 30px 12px #0000000f;
}

.blog-post-2.right {
  height: auto;
  margin-top: -111px;
}

.link-17 {
  color: #515355;
  text-decoration: none;
}

.image-31 {
  opacity: .67;
  width: 100%;
}

.blog-ssl {
  opacity: 1;
}

.section-9 {
  margin-top: -139px;
  padding-top: 66px;
  padding-bottom: 66px;
}

.container-10 {
  color: var(--midnight-blue-2);
  padding-top: 34px;
  padding-bottom: 34px;
  font-family: Poppins, sans-serif;
}

.blog-holder {
  padding-top: 78px;
  padding-bottom: 78px;
}

.main-col {
  flex: 1;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 50px;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.heading-17 {
  font-weight: 100;
}

.block-quote-3 {
  border-left-color: #104c80;
  margin-top: 17px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}

.bodylinks {
  color: #104c80;
}

.heading-17-copy {
  font-weight: 100;
}

.blog-title {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 31px;
}

.paragraph-26 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.blog-content {
  color: #000;
  padding-top: 0;
  font-size: 18px;
  font-weight: 400;
}

.blog-link-text {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-title-post {
  color: #403a3a;
  text-align: left;
  padding-top: 13px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.blog-h2 {
  color: #000;
  text-align: left;
  padding-top: 42px;
  padding-bottom: 9px;
  font-size: 25px;
  line-height: 30px;
}

.image-90 {
  width: 100%;
  padding-top: 18px;
}

.blog-link {
  color: var(--midnight-blue-2);
  text-decoration: underline;
}

.traffic1 {
  margin-top: 39px;
  margin-bottom: 53px;
  box-shadow: 0 0 11px 4px #00000026;
}

.columns-9 {
  width: 100%;
}

.column-74, .column-75 {
  text-align: center;
}

.html-embed-3 {
  color: var(--midnight-blue-2);
  background-color: #0000;
  font-family: Poppins, sans-serif;
}

.contact-us-subtitle {
  text-align: right;
  padding-top: 23px;
  padding-bottom: 23px;
  line-height: 30px;
}

.paragraph-27 {
  color: #000;
}

.bodytexts-contact {
  color: #383838;
  text-align: right;
  margin-top: 9px;
  padding-left: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.dashboard-titles {
  color: #929292;
  padding-top: 0;
  padding-bottom: 0;
}

.client-area-wrapper {
  background-color: #ddd;
  margin-left: 104px;
  padding: 20px;
}

.container-11 {
  max-width: 1500px;
}

.html-embed-4 {
  margin-bottom: 0;
}

.column-76 {
  padding-right: 14px;
}

.browser-dot {
  background-color: #fc615d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.resize-text {
  display: none;
}

.browser-demo {
  z-index: auto;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  place-content: flex-end center;
  align-items: center;
  width: 800px;
  height: 400px;
  display: none;
  position: relative;
  overflow: hidden;
}

.demo-wrapper-2 {
  z-index: 8000;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

._145-open-button-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

._145-open-button-line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 1px;
  position: relative;
}

._145-line-wrapper {
  flex-direction: column;
  display: flex;
  position: absolute;
}

.browser-top {
  z-index: 1;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  height: 30px;
  padding-left: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

._145-open-button-outer {
  opacity: .5;
  background-color: #1a1a1a;
  position: absolute;
  inset: 0%;
}

._145-open-button-inner {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._145-close-button-x {
  background-color: #171717;
  width: 2px;
  height: 20px;
  position: absolute;
  transform: rotate(-45deg);
}

._145-close-button-x._2 {
  transform: rotate(45deg);
}

._145-block-5, ._145-block-10 {
  background-color: #1a1a1a;
}

._145-menu-content-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._145-block-2, ._145-block-9 {
  background-color: #1a1a1a;
}

._145-menu-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

._145-menu-item-wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 100px;
  display: flex;
}

._145-block-4, ._145-block-7 {
  background-color: #1a1a1a;
}

._145-close-button-inner {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

._145-block-6, ._145-block-11 {
  background-color: #1a1a1a;
}

._145-menu-item-underline {
  background-color: #fff;
  width: 40px;
  height: 3px;
  margin-top: 10px;
  position: relative;
  inset: auto 0% -14% auto;
}

._145-menu-item-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  line-height: 1;
  position: relative;
}

._145-close-button-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 40px;
  margin-right: 100px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

._145-block-1, ._145-block-3 {
  background-color: #1a1a1a;
}

._145-close-button-outer {
  opacity: .5;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

._145-menu-wrapper {
  z-index: 999;
  display: none;
  position: fixed;
  inset: 0%;
}

._145-block-8 {
  background-color: #1a1a1a;
}

._145-menu-item {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 25px;
  margin-bottom: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.demo-container {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.demo-wrapper-3 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

._145-open-button-inner-2 {
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.body-allocation {
  color: var(--midnight-blue);
  background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/blueprint-bw.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat-y;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  font-family: Poppins, sans-serif;
}

.brands-stripe {
  background-color: #0000;
  background-image: url('../images/codigo-data.png'), linear-gradient(#01172eb3, #01172eb3);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100% 60%, auto;
  flex-flow: column wrap;
  justify-content: center;
  margin-top: 0;
  padding-top: 37px;
  padding-bottom: 26px;
  display: flex;
}

.image-4 {
  width: 120px;
}

.container-12 {
  max-width: 1500px;
}

.brands-title {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.image-5 {
  width: 90px;
}

.column-4 {
  text-align: center;
}

.image {
  text-align: center;
  width: 120px;
}

.brands {
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin-top: 58px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.column-5 {
  text-align: center;
}

.image-6 {
  width: 130px;
}

.image-3 {
  width: 150px;
}

.column-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  width: 200px;
}

.column {
  text-align: center;
}

.contact-modal {
  z-index: 10000;
  background-color: var(--white-smoke);
  background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/blueprint-bw.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 91px;
  padding: 0 41px 186px;
  display: flex;
  position: static;
  inset: 0%;
}

.contact-top-left {
  border-right: 1px solid #434343;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-top: 56px;
  padding-bottom: 37px;
  padding-right: 58px;
  display: flex;
}

.heading-103 {
  color: #000;
  text-align: center;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
  padding-bottom: 0;
  padding-left: 34px;
  font-size: 60px;
  font-weight: 300;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.columns-10 {
  width: 100%;
  height: auto;
}

.city-address {
  width: 100%;
  margin-top: 35px;
}

.purpose-name {
  color: #000;
  text-align: left;
  margin-bottom: 14px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
}

.city-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  max-width: 28%;
  margin-top: 28px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
}

.city-wrapper.current {
  width: 100%;
  max-width: 100%;
}

.city-image {
  background-image: url('../images/melbourne.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  min-height: 220px;
  margin-right: 26px;
}

.city-image._2 {
  background-image: url('../images/sydney.jpg');
}

.city-image._3 {
  background-image: url('../images/Screen-Shot-2021-06-06-at-3.52.47-pm.png');
  background-position: 50% 100%;
}

.city-image._4 {
  background-image: url('../images/dallas.jpeg');
  background-position: 50% 0;
  background-size: cover;
}

.city-image.current {
  height: 400px;
  margin-top: -29px;
}

.paragraph-28 {
  color: #000;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.locations-wrapper {
  flex-direction: row-reverse;
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  padding-top: 0;
  display: none;
}

.close-buttonn {
  text-align: center;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 34px;
  margin-right: 11px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-91 {
  filter: invert();
}

.contact-bottom-row {
  border-top: 1px solid #434343;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  height: 35%;
  margin-top: 20px;
  margin-bottom: 46px;
  padding-top: 32px;
  display: flex;
}

.right-col-top {
  border-bottom: 1px #434343;
  flex-direction: column;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  padding-bottom: 29px;
  padding-left: 49px;
  padding-right: 129px;
  display: flex;
}

.contact-top-row {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  margin-top: 22px;
  display: flex;
}

.purpose-titlw {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.emails-wrapper {
  width: 100%;
  margin-top: 35px;
  padding-right: 0;
}

.addresses {
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.contact-link {
  color: #787777;
}

.d-21-menu-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.d-21-image {
  background-image: url('../images/office-3295556_1280.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-21-image.three {
  background-image: url('../images/ar-everlasting-top.jpg');
}

.d-21-image.four {
  background-image: url('../images/computer-767776_1920.jpg');
}

.d-21-image.two {
  background-image: url('../images/responsive.jpg');
  background-position: 30%;
}

.d-21-image-overlay {
  background-color: #ffffffd1;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-21-image-overlay.four {
  background-color: #ffaff9cc;
}

.d-21-image-overlay.two {
  background-color: #ff47f9cc;
}

.d-21-image-overlay.three {
  background-color: #4d16ddcc;
}

.d-21-image-text {
  color: #01285c;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1em;
  display: block;
  position: absolute;
  transform: rotate(-90deg);
}

.d-21-image-wrapper {
  filter: grayscale(50%);
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.d-21-image-wrapper:hover {
  flex-grow: 2;
}

.d-21-image-wrapper.down {
  bottom: -60px;
}

.d-21-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1500px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book-button-small {
  background-color: var(--red);
  margin-top: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
}

.form-title {
  color: #000;
  text-align: left;
  margin-bottom: 13px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 25px;
  display: block;
}

.div-block-155 {
  width: 100%;
  max-width: 1500px;
}

.web-design-plans {
  background-image: linear-gradient(#020f2ef5, #072d43c4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 0;
  display: flex;
}

.price-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  padding-top: 39px;
}

.button-wrap {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.feature-item {
  cursor: auto;
  border-top: 1px solid #e7e7e7;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 14px;
  padding-bottom: 0;
  display: flex;
}

.feature-item.tick {
  justify-content: center;
  width: 100%;
  padding-bottom: 0;
}

.feature-item.tick.pop {
  border-top-style: none;
}

.feature-item.link {
  cursor: pointer;
}

.feature-text {
  color: #828282;
  text-align: right;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.feature-text.max {
  font-size: 18px;
}

.pricing-column-features {
  padding: 21px 0 21px 21px;
}

.popular {
  background-color: #0057c9;
}

.pricing-column {
  padding: 21px 0;
}

.pricing-column-white {
  background-color: #fff;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 -23px 42px 20px #0505051a;
}

.button-pricing {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #bb0404;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 52px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  display: flex;
}

.price-type {
  color: #0484c4;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
  display: flex;
}

.price-type.pop {
  color: #fff;
  margin-bottom: 7px;
  font-size: 18px;
}

.pricing-section {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding: 0 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140px;
  margin-top: 0;
  display: flex;
}

.pricing-top.pops {
  margin-top: -19px;
}

.price {
  color: #2e2e2e;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}

.check {
  width: 25px;
  margin-right: 0;
}

.feature-grid {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-rows: auto .75fr auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.container-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  display: flex;
}

.mobile-plan-price {
  border-top: 1px solid #e7e7e7;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 14px;
  padding-bottom: 0;
  display: flex;
}

.mobile-plans {
  display: none;
}

.feature-list1 {
  border-top: 1px solid #e7e7e7;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-top: 14px;
  padding-bottom: 0;
  display: flex;
}

.loader {
  z-index: 10000;
  background-image: linear-gradient(#04101ce0, #04101ce0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-156 {
  background-image: url('../images/loader.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 120px;
  height: 120px;
}

.spinning-loader {
  transform-style: preserve-3d;
  background-image: url('../images/loader.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.logo-icon {
  background-image: url('../images/icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.select-currency {
  padding-top: 0;
  padding-bottom: 6px;
}

.currency-symbol {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.modal-us {
  z-index: 2000;
  background-color: #fbfbfbbd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-157 {
  min-width: 800px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.payment-form-holder {
  background-color: #fff;
  min-width: 800px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 15px 4px #00000038;
}

.html-embed-5 {
  margin-bottom: 0;
}

.div-block-158 {
  justify-content: flex-end;
  min-width: 800px;
  height: 40px;
  display: flex;
}

.paragraph-29 {
  color: #000;
}

.package-cta {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin: 17px auto;
  padding: 13px 26px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.package-cta:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.package-cta.left {
  clear: none;
  text-align: left;
  justify-content: flex-end;
  align-self: auto;
  display: flex;
  position: static;
}

.modal1 {
  z-index: 4500;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.talking-holder {
  background-color: var(--white);
  width: 600px;
  height: auto;
  padding: 13px;
  box-shadow: 1px 1px 14px 10px #0000003d;
}

.modal-closer {
  justify-content: flex-end;
  width: 600px;
  height: 45px;
  display: flex;
}

.image-92 {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
}

.talker-title {
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}

.talker-text {
  color: #4e4e4e;
  text-align: center;
  margin-top: 19px;
}

.team-section {
  padding-top: 66px;
  padding-bottom: 66px;
}

.div-block-160 {
  justify-content: center;
  max-width: 1500px;
  display: flex;
}

.d-75-card-wrapper {
  background-color: #021c2f;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.d-75-image {
  z-index: 5;
  cursor: pointer;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.d-75-text-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.heading-4 {
  color: #ffffff75;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.paragraph {
  color: #ffffffba;
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.d-75-link-block {
  color: #002744;
  background-color: #02a5b9;
  border-radius: 0;
  align-self: flex-end;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.d-75-link-text {
  color: #002744;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.team-row {
  justify-content: center;
  max-width: 1500px;
  display: flex;
}

.team-row.mid {
  margin-top: 25px;
  margin-bottom: 25px;
}

.lottie-animation-2 {
  width: 90px;
  height: 90px;
  transform: rotate(90deg);
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.third {
  background-image: url('../images/sahand-hoseini-RnCLtXEouJE-unsplash-1.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-container.second {
  background-image: url('../images/claudio-guglieri-K2RH1QZdLF4-unsplash-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/levi-stute-mFF39sOZSgM-unsplash.jpg');
  background-position: 100%;
  background-size: cover;
  position: relative;
}

.card-4 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.3%;
  position: relative;
  overflow: hidden;
}

.arrow-read-more {
  background-color: #1f1e1e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.first-article {
  z-index: 20;
  background-color: #d4d4d4;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: 1500px;
  height: 100vh;
  line-height: 30px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.button-close {
  z-index: 500;
  color: #fff;
  background-color: #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 2%;
  margin-right: 3%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.section-content {
  z-index: 600;
  background-color: #0000;
  width: 50%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.small-divider {
  background-color: #f56020;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  margin-left: 15px;
  margin-right: 15px;
}

.small-divider.black {
  background-color: #000;
  width: 8px;
  height: 8px;
}

.scroll-type-wrapper {
  display: flex;
}

.main-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 3vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.card-5 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.3%;
  position: relative;
  overflow: hidden;
}

.wrap-image-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.inner-header-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15%;
  display: flex;
}

.header-row.summary {
  color: #000;
  margin-top: 5%;
}

.header-row.summary.gray {
  color: #818181;
}

.link-read-more {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.link-read-more.white {
  color: #fff;
}

.divider-circle {
  background-color: #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-top: 15%;
  margin-bottom: 15%;
}

.divider-circle.orange {
  background-color: #f56020;
  width: 15px;
  height: 15px;
}

.divider-circle.orange.small {
  width: 8px;
  height: 8px;
  margin-left: 14px;
  margin-right: 14px;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.image-93 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.third-article {
  background-color: #141414;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.alt-description {
  z-index: 1;
  color: #ccc;
  max-width: 20ch;
  font-size: 14px;
  position: relative;
}

.card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.xlarge-paragraph {
  color: #f56020;
  letter-spacing: -4px;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 20vh;
  font-weight: 700;
  line-height: 1.2;
}

.xlarge-paragraph.is--black {
  color: #000;
}

.link-white {
  color: #fff;
}

.small-text {
  color: #ffffffb3;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.small-text.tag {
  font-family: Poppins, sans-serif;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

.inner-container {
  padding: 10% 12% 15%;
}

.wrap-scrolling-text {
  align-items: center;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.card-details-wrapper {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.header-text {
  color: #f56020;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: .9;
}

.header-text.black {
  color: #000;
  letter-spacing: 0;
}

.image-content {
  background-color: #000;
  min-height: 100vh;
  padding: 10%;
  position: sticky;
  top: 0;
}

.cap {
  float: left;
  color: #000;
  margin-right: 2%;
  font-size: 172px;
  font-weight: 900;
  line-height: 79%;
}

.cap.is--orange {
  color: #f56020;
}

.container-article {
  position: relative;
}

.section-10 {
  flex-direction: row;
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.second-article {
  background-color: #fd4415;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  display: block;
  position: relative;
  overflow: auto;
}

.alt-text-header {
  text-align: left;
  text-transform: uppercase;
  max-width: 20ch;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.2;
}

.alt-text-header.white {
  color: #818181;
  line-height: 1.4;
}

.card-1 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.rich-text {
  color: #000;
}

.rich-text.white {
  color: #8a8a8a;
}

.divider-scroll {
  background-color: #fff9;
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.heading {
  color: #000;
  letter-spacing: -.3vh;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 9.25vh;
  font-weight: 700;
  line-height: .95;
}

.heading.is--white {
  color: #fff;
}

.main-heading-2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-family: Poppins, sans-serif;
  font-size: 3vh;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.foliov2 {
  flex-direction: row;
  width: 100%;
  max-width: 2800px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-base {
  z-index: 5000;
  background-color: #6a6a6a;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.lottie-separator {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.lottie-animation-3 {
  z-index: 5000;
  width: 100%;
  position: relative;
}

.lottie-animation-4 {
  margin-top: -483px;
}

.section-11 {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 400px;
}

.cursorr {
  z-index: 9999;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: fixed;
  inset: 0%;
}

.c-dot {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.c-dot.home-page {
  opacity: 1;
  border-color: #fff;
}

.text-block-21 {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
  position: static;
}

.text-block-21._2 {
  font-size: 15px;
}

.c-nav-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-nav-menu-overlay {
  z-index: 5000;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 156px;
  padding-bottom: 156px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cloneable-area-2 {
  display: block;
  position: relative;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.heading-5 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #000;
  font-size: 18px;
}

.c-nav-logo {
  z-index: 5001;
  clear: none;
  position: relative;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.inicio-white {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  left: 0;
}

.c-nav-social-media {
  padding-top: 50px;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-col-menu-links {
  flex-direction: column;
  justify-content: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.div-hover {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.inicio-whit {
  color: #fff;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 42px;
  position: relative;
}

.inicio-whit.menu {
  color: #000;
  font-size: 18px;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 254px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 190px;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.grid-2 {
  display: none;
}

._w-nav-social-media {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-contact {
  text-decoration: none;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #fff;
  position: relative;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-block-6 {
  text-decoration: none;
}

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

.link-block-10 {
  color: #fff;
  padding-right: 21px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 254px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 190px;
}

.menu-item-text {
  letter-spacing: 1px;
  padding: 10px 29px;
  font-size: 45px;
  font-weight: 200;
  line-height: 1em;
}

.c-menu-item-text {
  position: relative;
}

._w-nav {
  background-image: linear-gradient(to bottom, var(--midnight-blue), #120f2700 87%);
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  padding: 8px .8% 64px .5%;
  display: block;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

.c-nav {
  z-index: 50;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.link-menu {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  text-decoration: none;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 10px;
  display: flex;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-col-menu-links {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #000;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.nav-social-address {
  color: #000;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
}

.nav-social-address.head.menu, .nav-social-address.head.r {
  display: none;
}

.c-nav-menu-content {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  width: 80%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.heading-104 {
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  width: 200px;
  margin-left: 25px;
  padding-top: 13px;
  position: static;
  inset: 0% auto 0% 0%;
}

.logo.scroll {
  padding-top: 0;
}

.cro-image {
  width: 100%;
  padding-top: 18px;
}

.section-3 {
  background-color: #004164;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 200vh;
  padding-top: 123px;
  display: flex;
}

.services-columns {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.service-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  padding: 13px;
  text-decoration: none;
  display: flex;
}

.service-name {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.top-container {
  flex-direction: column;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle {
  text-align: left;
  font-size: 30px;
  line-height: 35px;
}

.subtitle.centre {
  text-align: center;
}

.subtitle.light-bold.approach {
  margin-bottom: 39px;
}

.subtitle.left {
  color: #383d41;
  text-align: right;
}

.benefit-titles {
  color: #383d41;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
  display: inline-block;
}

.benefit-titles.fact1-title.left {
  justify-content: flex-end;
}

.benefit-titles.fact1-title {
  text-align: left;
  text-align: left;
  font-family: Poppins, sans-serif;
}

.benefit-titles.fact1-title.white {
  color: #fff;
  text-align: center;
  margin: 21px auto 42px;
  display: block;
}

.benefit-titles.fact1-title {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 45px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
}

.benefit-titles.fact1-title.centre {
  text-align: center;
  justify-content: center;
}

.heading-block {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.final-feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.final-features-wrapper {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  color: #4c4e4f;
  margin-top: 10px;
  font-size: 18px;
}

.feature-block {
  flex-direction: column;
  align-items: center;
  padding: 25px 5px;
  display: flex;
}

.final-solo-heading {
  color: #1d262c;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 21px;
}

.paragraph-3 {
  color: var(--grey);
  text-align: center;
  font-size: 18px;
}

.final-features-heading {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.final-feature-icon {
  width: 78px;
  margin-left: auto;
  margin-right: auto;
}

.solo-feature-para {
  color: #1d262c;
  margin-bottom: 0;
}

.small-feature-heading {
  margin-top: 0;
  font-size: 25px;
  line-height: 30px;
}

.solo-feature-block {
  background-image: url('../images/feature-dot-min.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
}

.small-feature-grid {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  max-width: 1500px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 39px;
  padding-right: 39px;
}

.small-feature-grid.small-feature-grid-2 {
  max-width: 1500px;
  margin: 111px auto 0;
  padding-left: 36px;
  padding-right: 36px;
}

.small-feature-grid.small-feature-grid-2.last {
  margin-bottom: 126px;
}

.small-feature-grid.middle {
  margin-top: 143px;
  margin-bottom: 0;
}

.small-feature-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.view-all-features-link {
  color: #004093;
  background-image: url('../images/right-arrow.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 25px;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.paragraph-2 {
  color: var(--grey);
  margin-bottom: 25px;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-2.centre {
  text-align: center;
  letter-spacing: 0;
}

.paragraph-2.left {
  text-align: right;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.small-feature-content-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.small-feature-content-block.right {
  align-items: flex-start;
}

.small-feature-content-block.centre {
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.small-feature-content-block.centre.gap {
  padding-top: 118px;
  padding-bottom: 0;
}

.small-feature-content-block.left {
  align-items: flex-start;
}

.paragraph-30 {
  color: #71828a;
  margin-bottom: 25px;
  font-size: 16px;
}

.paragraph-31 {
  color: #71828a;
  margin-top: 10px;
  font-size: 18px;
}

.feature-block-2 {
  padding: 25px 5px;
}

.final-solo-heading-2 {
  color: #1d262c;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.final-features-section {
  background-color: #0000;
  padding-top: 75px;
  padding-bottom: 29px;
}

.paragraph-32 {
  color: #71828a;
  text-align: center;
  font-size: 18px;
}

.final-feature-icon-2 {
  width: 78px;
  padding: 4px;
}

.feature-text-2 {
  color: #848199;
  font-size: 15px;
}

.feature-text-2.white-text {
  color: #fff;
}

.check-2 {
  width: 24px;
  margin-right: 16px;
}

.price-type-2 {
  color: #231d4f;
  margin-top: 0;
}

.price-type-2.white-text {
  color: #fff;
}

.price-card-base {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-features {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 22px;
  margin-bottom: 32px;
}

.text-block {
  color: #3c3c3c;
  font-family: Muli, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.button {
  color: var(--midnight-blue-2);
  background-color: #eaeaea;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button.button-white {
  background-color: var(--red);
  color: #fff;
  border-radius: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.length-text {
  color: #bebebe;
  font-size: 22px;
}

.length-text.white-text {
  color: #d4d3db;
}

.plans {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: 198px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-text {
  color: #848199;
  font-size: 15px;
}

.pricing-text.white-text {
  color: #fff;
}

.pricing {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing.white-text {
  color: #fff;
  text-align: left;
  font-size: 42px;
  font-weight: 700;
}

.price-card {
  padding: 32px 34px;
}

.pricing-card-featured {
  background-color: var(--midnight-blue-2);
  background-image: url('../images/Lines.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  width: 105%;
  height: 100%;
  padding: 32px 28px;
  position: relative;
  top: -35px;
  box-shadow: 2px 44px 42px #00000045;
}

.pricing-base {
  background-color: #fff;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 250px;
  margin-top: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.check-wrap {
  align-items: center;
  display: flex;
}

.title-wrap {
  color: #7b88a8;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: column;
  width: 80%;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
  position: relative;
}

.price-title {
  color: var(--midnight-blue-2);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.heading-106 {
  padding-top: 0;
  padding-bottom: 0;
}

.guarantee {
  background-color: #041d3d;
  background-image: url('../images/abstract-view-modern-architecture.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 76px auto 47px;
  padding: 30px;
  display: flex;
}

.guarantee.advanced {
  margin-top: 148px;
}

.guarantee-whit-text {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 19px;
  font-size: 18px;
  display: flex;
}

.satisfaction-title {
  padding-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: flex;
}

.services-bg {
  background-color: #07223d;
}

.white-header {
  color: #fff;
  text-align: center;
  padding-top: 27px;
}

.solutions-bg {
  text-align: center;
  background-image: linear-gradient(#00132bcf, #00132bcf), url('../images/codigo-creative-digital-marketing.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-top: 59px;
  padding-top: 49px;
  padding-bottom: 51px;
  display: block;
  position: relative;
  overflow: hidden;
}

.process--landingpage {
  width: 900px;
  margin: 58px auto 78px;
  padding-top: 23px;
}

.vertical-progress-bar-landing-page {
  max-width: 800px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
  display: block;
}

.titulo-done-landing-page {
  color: #4faa13;
  margin-top: 0;
  padding-left: 26px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.titulo-done-landing-page.pending {
  color: #4faa13;
  margin-top: 25px;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.c-scrolling-item {
  flex: none;
  width: 22%;
}

.timeline-header {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.scroll-details {
  color: var(--grey);
  width: 80%;
  margin-bottom: 0;
}

.c-details {
  margin-bottom: 40px;
}

.scroll-line {
  background-color: #ccc;
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

.container-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-14.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.scroll-item-header {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 76px;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4em;
}

.scroll-indicator {
  background-color: var(--royal-blue);
  border: 2px #ccc;
  border-radius: 20px;
  width: 15px;
  height: 15px;
}

.section-12 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.section-12.expand {
  height: 200vh;
}

.inline-links {
  color: var(--royal-blue);
  text-decoration: none;
}

.features-columns {
  width: 100%;
}

.list {
  list-style-type: disc;
}

.features {
  color: var(--grey);
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.pricing-button {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  transform: translate(0);
  box-shadow: 0 20px 35px -10px #506a7980;
}

.pricing-button:hover {
  background-color: #f10;
  transform: translate3d(0, 0, 5px);
}

.plan-name {
  color: #00000080;
  letter-spacing: .1em;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.pricing-plan {
  z-index: 1;
  perspective: 1000px;
  perspective-origin: 50%;
  background-color: #fff;
  border-width: 1px;
  border-color: #dddeeb;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  width: 33.3333%;
  min-height: 400px;
  padding: 35px 0 40px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 100px -25px #506a7980;
}

.pricing-plan.advanced {
  padding-left: 0;
  padding-right: 0;
}

.pricing-plan.middle-pricing-plan {
  z-index: 2;
  transform-style: preserve-3d;
  padding-left: 25px;
  padding-right: 25px;
  transform: translate3d(0, 0, 100px);
  box-shadow: 0 0 50px 5px #2948521a, 0 85px 100px -35px #5a727733;
}

.plan-price-wrapper {
  z-index: 2;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.pricing-row {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.pricing-image {
  z-index: 0;
  min-width: 220px;
  position: absolute;
  inset: -102px auto auto -19%;
}

.feature {
  color: #5f5f5f;
  background-image: url('../images/Path.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-bottom: 10px;
  padding-left: 22px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.feature.title {
  color: #1d1d1d;
  background-image: none;
  border: 1px #000;
  border-bottom-style: solid;
  padding-top: 21px;
  padding-left: 0;
  font-weight: 700;
}

.feature.title.grey {
  color: #aaa6a6;
}

.feature.less {
  color: #d4cccc;
  background-image: url('../images/CROSS_1CROSS.png');
}

.feature.dob {
  background-position: 0 17%;
}

.pricing-table-container {
  perspective: 1000px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-bottom: 59px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 52px;
  display: flex;
}

.plan-duration {
  color: #0009;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.plan-duration.terms {
  color: var(--royal-blue);
  font-size: 14px;
  font-weight: 600;
}

.plan-duration.brief {
  color: var(--royal-blue);
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 600;
}

.feature-wrap {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 80px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 24px;
}

.plan-price {
  font-family: Poppins, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 40px;
}

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

.text-block-73 {
  font-family: Poppins, sans-serif;
}

.inclusions {
  color: var(--red);
  text-align: center;
  letter-spacing: .1em;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 92px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  display: flex;
}

.text-block-74 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.cta-text {
  font-size: 18px;
}

.box-buttons {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.white-big-titles {
  color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.html-embed-6 {
  text-align: center;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  max-width: 1200px;
  margin-bottom: -31px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-104 {
  margin-top: -112px;
  margin-bottom: 9px;
}

.welcome-msg {
  padding-top: 17px;
  padding-bottom: 17px;
}

.image-105 {
  margin-left: 6px;
}

.modal2, .modal3 {
  z-index: 4500;
  background-color: #ffffffd9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal4 {
  z-index: 4500;
  background-color: #ffffffd9;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pricing-modal {
  z-index: 2;
  background-color: #ffffffd1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pricing-form {
  background-color: var(--white-smoke);
  padding: 30px;
  display: flex;
  box-shadow: 1px 1px 20px 5px #00000057;
}

.serv-row1 {
  flex-direction: row;
  margin-bottom: 25px;
  display: flex;
}

.html-embed-7 {
  justify-content: center;
  display: flex;
}

.support-holder {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  display: flex;
  box-shadow: 0 0 12px 12px #00000014;
}

.heading-107 {
  padding-top: 0;
  padding-bottom: 0;
}

.html-embed-8 {
  width: 100%;
}

.plans-tabs {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.tab-link-tab-3 {
  background-color: #0000;
  border-radius: 0;
}

.tab-link-tab-3.w--current {
  background-color: #dadada;
  border-radius: 20px;
}

.tab-link-tab-2 {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  background-color: #dadada;
  border-radius: 20px;
}

.tab-link-tab-1 {
  background-color: #0000;
  border-radius: 20px;
}

.tab-link-tab-1.w--current {
  background-color: #dadada;
}

.currency {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.proposal-button {
  margin-bottom: 106px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.html-embed-9 {
  flex-direction: row;
  justify-content: center;
  padding-top: 38px;
  display: flex;
}

.notify {
  padding-top: 79px;
  padding-bottom: 164px;
}

.lottie-animation-5 {
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.heading-108 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
}

.body-text {
  color: #383838;
  text-align: center;
  margin-top: 9px;
  padding-left: 0;
  padding-right: 76px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.body-text.centre {
  text-align: center;
  padding-left: 110px;
  padding-right: 110px;
}

.body-text.left {
  text-align: left;
  padding-right: 0;
}

.top-page-img {
  text-align: center;
  margin-top: 76px;
  margin-left: auto;
  margin-right: auto;
}

.inclusions-wrapper {
  justify-content: space-between;
  width: 90%;
  max-width: 1500px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inclusions-wrapper.targeting {
  width: 90%;
  margin-top: 72px;
  padding-top: 0;
}

.inclusion {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 16px 15px;
  padding: 24px;
  display: flex;
  box-shadow: 1px 1px 20px 12px #00000024;
}

.heading-109 {
  color: var(--midnight-blue-2);
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
}

.image-106 {
  margin-top: 16px;
  margin-bottom: 10px;
}

.inclusions-blurb {
  color: var(--grey);
  text-align: center;
  letter-spacing: 0;
  margin-top: 23px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.inclusions-blurb.centre {
  text-align: center;
}

.inclusions-blurb.left {
  text-align: right;
}

.section-13 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 800px;
  padding: 30px 30px 111px 46px;
  display: flex;
}

.main-header {
  color: var(--white-smoke);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 17px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  display: flex;
  position: sticky;
}

.background-portfolio-homepage {
  background-color: var(--midnight-blue-3);
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 61px;
  padding-bottom: 26px;
}

.background-portfolio-homepage.foliopage {
  background-color: #ffffff69;
  background-image: linear-gradient(#ffffffd1, #ffffffd1), url('../images/blueprint-bw.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 181px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-weight: 600;
}

.scroll-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 14em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-md {
  z-index: 2;
  color: #0000;
  white-space: nowrap;
  font-size: 7.2em;
  font-weight: 400;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.glider {
  opacity: .31;
  background-image: url('../images/glider-static.png');
  background-position: 0 0;
  background-size: cover;
  width: 800px;
  height: 800px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.contact-button-2 {
  clear: right;
  text-align: center;
  background-color: #d30000;
  justify-content: center;
  margin-top: 0;
  margin-right: 9px;
  padding: 5px 11px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  position: static;
}

._w-nav-2 {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%;
  padding: 0 .8% 0 .5%;
  display: block;
}

._w-nav-2.us {
  position: relative;
}

._w-nav-2.moves {
  position: static;
}

._w-nav-2.scroll {
  padding-top: 11px;
  padding-bottom: 11px;
}

.region {
  color: #fbfbfb;
  border: 1px solid #fbfbfb8f;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px 1px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.region.sel {
  color: #01172e;
  background-color: #fbfbfb8a;
}

.region-2 {
  color: #fbfbfb;
  border: 1px solid #fbfbfb8f;
  justify-content: center;
  align-items: center;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px 1px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: none;
}

.region-2.sel {
  color: #01172e;
  background-color: #fbfbfb8a;
  display: none;
}

.bold-text-17, .bold-text-18, .bold-text-19 {
  font-weight: 600;
}

.columns-11 {
  width: 90%;
  max-width: 1500px;
}

.current-address {
  color: #000;
  text-align: left;
  background-image: url('../images/icon-location.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 41px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.current-address.phone {
  background-image: url('../images/icon-phone.png');
}

.current-address.email {
  background-image: url('../images/icon-email.png');
  background-size: 25px;
}

.current-address.phonewhite {
  color: var(--white);
  background-image: url('../images/phone-icon_1phone-icon.png');
  display: flex;
}

.book-button-small-2 {
  background-color: #de0f00;
  margin-top: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
}

.link-18 {
  color: #fff;
  text-decoration: none;
}

.book-holder-2, .book-holder-3 {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.web-holderb2c {
  cursor: pointer;
  background-image: url('../images/b2c.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holderb2c:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-ta {
  cursor: pointer;
  background-image: url('../images/thinkauto.png');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-ta:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.products {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.products-section {
  background-color: #041429;
  margin-top: 42px;
  padding-top: 55px;
  padding-bottom: 55px;
}

.titles-wrapper {
  align-items: flex-start;
  display: flex;
}

.heading-110 {
  color: var(--white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 45px;
  line-height: 45px;
}

.prods {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.seo-product {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 44px;
  padding: 14px;
  display: flex;
}

.product-title {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.clear-cta {
  padding-top: 87px;
  padding-bottom: 158px;
}

.booking-form {
  padding-top: 35px;
  padding-bottom: 136px;
}

.campaigns-section {
  background-image: linear-gradient(#012f6c00, #08132e), radial-gradient(circle at 100%, #070f3169, #001d42e8 48%), url('../images/business-woman-drawing-global-structure-networking-data-exchanges-customer-connection-1.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding: 76px 0;
  display: flex;
}

.campaigns-section.target {
  background-image: linear-gradient(#012f6c00, #08132e), radial-gradient(circle at 100%, #070f3169, #001d42e8 48%), url('../images/codigo-tech.jpeg');
}

.campaign-columns {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.heading-111 {
  color: #fff;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 45px;
  font-weight: 500;
}

.interest-points {
  align-items: center;
  display: flex;
}

.heading-112 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 9px;
  font-size: 21px;
  font-weight: 400;
}

.column-79 {
  margin-top: 54px;
}

.tick {
  width: 40px;
}

.code-embed-section {
  background-image: url('../images/abstract-view-modern-architecture.jpg');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  margin-top: 40px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: none;
}

.navbar-2 {
  width: 100%;
  position: fixed;
}

.html-embed-10 {
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.feature-bar {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.feature-bar.centre {
  align-items: center;
}

.at-steps {
  width: 100%;
}

.modal-advanced-targeting {
  z-index: 9000;
  background-color: #071829cf;
  background-image: url('../images/mob-menubg.png');
  background-position: 50%;
  background-size: cover;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.html-embed-11 {
  display: flex;
}

.menu-services {
  width: 80rem;
  max-width: 70rem;
  margin: 76px auto 102px;
  padding-top: 0;
}

.menu-service-list {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.heading-113 {
  color: var(--white-smoke);
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.heading-113.black {
  color: var(--midnight-blue-2);
  text-decoration: underline;
  transition: all .5s;
}

.heading-113.black:hover {
  color: #999a9b;
  text-decoration: underline;
}

.service-item {
  padding-top: 2px;
  padding-bottom: 2px;
  list-style-type: none;
}

.text-block-75 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.list-2 {
  padding-left: 0;
}

.c-col-menu-links-2 {
  flex: 1;
}

.c-nav-menu-content-2 {
  z-index: 1000;
  width: 70%;
  max-width: 1200px;
  margin-top: 0;
  display: flex;
  position: relative;
}

.c-nav-menu-overlay-2 {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

._w-col-menu-links-2 {
  font-family: Poppins, sans-serif;
  display: inline-block;
}

.menu-item-text-2 {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 200;
  line-height: 1em;
}

.c-nav-menu-overlay-3 {
  z-index: 5000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.c-nav-v2 {
  z-index: 50;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav-v2.scrolls {
  position: static;
}

.book-button-small-3 {
  background-color: #de0f00;
  margin-top: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Poppins, sans-serif;
}

.locations-wrapper-2 {
  flex-direction: row-reverse;
  order: 0;
  justify-content: center;
  align-self: auto;
  width: 100%;
  max-width: 1900px;
  padding-top: 0;
  display: flex;
}

.city-image-2 {
  background-image: url('../images/melbourne.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 200px;
  min-height: 220px;
  margin-right: 26px;
}

.city-image-2._1 {
  background-image: url('../images/dallas.jpeg');
}

.city-image-2._2 {
  background-image: url('../images/sydney.jpg');
}

.city-image-2._3 {
  background-image: url('../images/Screen-Shot-2021-06-06-at-3.52.47-pm.png');
  background-position: 50% 100%;
}

.current-address-2 {
  color: #000;
  text-align: left;
  background-image: url('../images/icon-location.png');
  background-position: 0 11%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.current-address-2.email {
  background-image: url('../images/icon-email.png');
  background-position: 0%;
  background-size: 25px;
}

.section-14 {
  background-color: #fff;
  flex-direction: column;
  height: auto;
  display: flex;
}

.topvideo-23 {
  width: 100%;
}

.background-video-11 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
}

.hero-image {
  opacity: 1;
  background-image: linear-gradient(#02316f59, #02316f59), url('../images/bg1.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: flex;
}

.paragraph-light {
  color: #ffffff80;
  font-size: 15px;
}

.footer-grid-long {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.container-16 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.button-33 {
  color: #5e4dcd;
  background-color: #ffd2dd;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-link-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link-2:hover {
  opacity: .5;
}

.footer-title {
  color: #ffd2dd;
  margin-bottom: 22px;
  font-size: 17px;
}

.title-wrap-large {
  margin-bottom: 32px;
}

.footer-title-large {
  color: #fff;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.footer-05 {
  background-color: #1e2833;
  padding: 132px 3%;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-3.md-4 {
  justify-content: space-around;
  width: 35%;
}

.col.lg-2 {
  width: 16.66%;
}

.col.lg-2.md-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.col.lg-2.md-1.sm-1 {
  width: 33%;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-1 {
  flex: 0 auto;
  width: 8.33%;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.md-3.xs-2 {
  width: 80%;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-8 {
  width: 66.66%;
}

.no-underline {
  color: #fff;
  letter-spacing: .2vw;
  font-family: Muli, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer-logo-2 {
  margin-bottom: 40px;
}

.footer-links-container {
  flex-direction: column;
  margin-top: 52px;
  padding-top: 0;
  display: flex;
}

.negative-margin {
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  margin-left: 0;
  display: flex;
}

.features-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.features-2.wider-padding {
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.social-media-icon {
  padding: 8px;
}

.row {
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 32px;
  display: flex;
}

.footer-heading {
  letter-spacing: .1vw;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Muli, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.wrapper-1081 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.footer-link-3 {
  opacity: .9;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link-3:hover {
  opacity: 1;
}

.footer-link-3.w--current {
  opacity: 1;
  font-weight: 500;
}

.footer-v5 {
  flex-direction: column;
  justify-content: center;
  width: 80rem;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.social-wrappers {
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  margin-left: 0;
  display: flex;
}

.div-block-223 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.heading-114 {
  color: #2a3281;
  margin-top: 13px;
  font-size: 3vw;
  line-height: 4vw;
}

.heading-114.ppc {
  color: #fff;
  text-align: center;
  margin-top: 49px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 5vw;
  display: block;
}

.heading-115 {
  color: #383d41;
  border: 1px #000;
  border-bottom: 2px #e0e0e0;
  margin-top: 0;
  font-size: 38px;
  font-weight: 200;
  line-height: 44px;
  display: inline-block;
}

.heading-115.fact1-title {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 45px;
  font-weight: 900;
  line-height: 50px;
  display: flex;
}

.button-34 {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 17px auto;
  padding: 13px 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.button-34:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.bold-text-20 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-33 {
  color: #1f1f1f;
  margin-bottom: 25px;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.paragraph-33.left {
  text-align: right;
  font-family: Poppins, sans-serif;
}

.paragraph-33.centre {
  text-align: center;
  letter-spacing: 0;
}

.h3-subtitles-black {
  color: var(--dark-slate-grey);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.h3-subtitles-black.right {
  text-align: right;
}

.features-3 {
  color: #1f1f1f;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 18px;
}

.button-35 {
  text-align: center;
  text-transform: none;
  background-color: #d30000;
  border: 0 solid #fff;
  border-radius: 0;
  flex-flow: row-reverse;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin: 17px auto;
  padding: 13px 26px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 600;
  transition: all .2s;
  display: inline-block;
}

.button-35:hover {
  letter-spacing: 1px;
  padding-left: 30px;
  padding-right: 30px;
}

.image-108 {
  margin-top: -112px;
  margin-bottom: 9px;
}

.guarantee-section {
  margin-top: 84px;
  padding-bottom: 0;
}

.link-block-15, .link-block-16, .link-block-17, .link-block-18 {
  text-decoration: none;
}

.links-wrapper {
  width: 60%;
  display: flex;
}

.rich-text-block {
  color: #000;
}

.careers-section1 {
  padding-top: 69px;
  padding-bottom: 0;
}

.footer-v5-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.row-10 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.low-opacity {
  color: var(--dark-slate-grey);
}

.heading-116 {
  color: #000;
}

.margin-bottom {
  margin-bottom: 40px;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.row-11 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-11.align-centre {
  color: #1f1f1f;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.button-36 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-36:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.heading-117 {
  color: var(--grey);
  text-align: center;
  margin-bottom: 23px;
  line-height: 45px;
}

.paragraph-34 {
  color: var(--grey);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.paragraph-small {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.section-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  display: block;
}

.row-12 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.icon {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.values-titles {
  color: var(--midnight-blue-2);
  padding-top: 0;
  padding-bottom: 0;
  font-size: 25px;
}

.heading-118 {
  color: var(--grey);
  text-align: center;
}

.section-15 {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-title-group {
  margin-bottom: 62px;
}

.section-heading {
  margin-bottom: 20px;
}

.section-heading.centered {
  color: var(--grey);
  text-align: center;
  text-align: center;
}

.section-subheading.center {
  text-align: center;
  font-size: 20px;
}

.grid-image {
  margin-bottom: 20px;
}

.pageblurb-copy {
  float: right;
  color: #fff;
  text-align: right;
  max-width: 900px;
  margin-top: 26px;
  padding-left: 51px;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 100;
  line-height: 35px;
}

.pageblurb-copy.rev {
  width: 50%;
  font-size: 18px;
}

.pageblurb-copy.black {
  color: var(--grey);
  width: 60%;
}

.pageblurb-copy.rev {
  width: 50%;
  padding-left: 0;
  font-size: 21px;
  line-height: 30px;
}

.pageblurb-copy.rev.left {
  text-align: left;
}

.pageblurb-copy.homepage {
  font-size: 18px;
  line-height: 25px;
}

.pageblurb-copy.homepage.black {
  color: var(--midnight-blue-2);
  text-align: left;
  padding-left: 0;
}

.pageblurb-copy.careers {
  font-size: 18px;
  line-height: 25px;
}

.pageblurb-copy.careers.black {
  color: var(--dark-slate-grey);
  text-align: center;
  width: 100%;
  padding-left: 0;
}

.image-column {
  text-align: center;
}

.content-column {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.button-37 {
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button-37:hover {
  background-color: #1565c0;
}

.button-37.w--current {
  background-color: #2e80b6;
}

.button-37.white {
  color: #333;
  background-color: #fff;
}

.button-37.white:hover {
  background-color: #ffffffc4;
}

.heading-119 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.subheadings {
  color: var(--grey);
  text-align: left;
  letter-spacing: -1px;
  text-transform: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.subheadings.right {
  text-align: right;
  align-items: flex-end;
}

.subheadings.white {
  color: var(--white);
}

.careers-advantages {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.careers-reasons {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta-section {
  background-color: #dbdbdb;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-section.centered-accented {
  color: #fff;
  text-align: center;
  background-color: #333;
}

.cta-heading {
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: 400;
}

.cta-heading.inline-block {
  margin-top: 0;
  margin-right: 13px;
  display: inline-block;
}

.button-38 {
  color: #fff;
  text-align: center;
  background-color: #2196f3;
  border-radius: 3px;
  padding: 11px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-block;
}

.button-38:hover {
  background-color: #1565c0;
}

.button-38.w--current {
  background-color: #2e80b6;
}

.button-38.white {
  color: #333;
  background-color: #fff;
}

.button-38.white:hover {
  background-color: #ffffffc4;
}

.white-box-2 {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.section-16 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section-16.accent {
  background-color: #f3f3f3;
}

.disclaimer {
  color: #383838;
  text-align: center;
  width: 60%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.disclaimer.centre {
  text-align: center;
  padding-left: 110px;
  padding-right: 110px;
}

.disclaimer.left {
  text-align: left;
  padding-right: 0;
}

.features2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.features2.full-screen {
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.features2.full-screen.background-image-side {
  background-color: #096ad033;
  background-image: url('../images/abstract-view-modern-architecture.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  margin-top: 55px;
}

.short-paragraph {
  width: 75%;
}

.row-13 {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row-13.centre-align {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-39 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-39:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.column-80 {
  padding-top: 73px;
}

.column-81 {
  padding-top: 53px;
}

.columns-12 {
  margin-top: 96px;
}

.video-sample-placer {
  width: 100%;
}

.guess-ar-video {
  background-image: url('../images/play-button-png-filename-play-button-png-237.png'), url('../images/guess-link.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 90px, cover;
  width: 100%;
  height: 550px;
  margin-top: 44px;
}

.form-holder {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: auto;
  margin-top: -86px;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 5px #00000029;
}

.form-holder.qualify-form {
  z-index: 2;
  box-shadow: none;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-left: 18px;
  padding-right: 18px;
}

.paragraph-35 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.text-span-2 {
  text-decoration: none;
}

.image-7, .confirm2 {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-21 {
  color: #000;
  font-size: 36px;
}

.lottie-animation-6 {
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.link-19 {
  color: var(--white);
  align-self: center;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  left: 20px;
}

.subtitle-top {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
}

.plans-section-copy {
  padding-top: 0;
}

.section-17 {
  z-index: 1;
  background-image: radial-gradient(circle at 0 0, #050a2182, #1f2e4b), url('../images/stock-1863880_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-17.cars {
  background-image: radial-gradient(circle at 0 0, #050a2182, #1f2e4b), url('../images/codigo-creative-cars.jpeg');
}

.header {
  color: #fff;
  text-align: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 60px;
}

.bold-tit-e {
  font-weight: 700;
}

.video-holder-2 {
  background-color: #fff;
  width: 1000px;
  height: auto;
  margin-top: 43px;
  margin-bottom: 50px;
}

.cta {
  background-color: var(--red);
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 50px;
  padding: 26px 58px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.cta.small {
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 21px;
}

.section-18 {
  flex-direction: column;
  align-items: center;
  padding-top: 57px;
  padding-bottom: 74px;
  display: flex;
}

.list-3 {
  width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}

.list1 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-2 {
  color: #2d3553;
  margin-top: 4px;
  margin-bottom: 4px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.bold {
  font-weight: 900;
}

.news-sblock {
  background-color: #2d3553;
  background-image: linear-gradient(#142154cf, #142154cf), url('../images/money-256312_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 0;
  display: flex;
}

.heading-3 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.section-19 {
  background-image: linear-gradient(#ffffffa3, #ffffffa3);
  flex-direction: column;
  align-items: center;
  padding-top: 83px;
  padding-bottom: 83px;
  display: flex;
}

.cols1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.column-82 {
  padding-top: 73px;
}

.solution-box {
  background-color: #142154;
  background-image: linear-gradient(#012f6cc2, #012f6cc2), url('../images/car-sales-showroom.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  align-items: flex-end;
  width: 90%;
  height: 400px;
  padding: 29px;
  display: flex;
}

.heading-120 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text2 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  display: block;
}

.paragraph-36 {
  color: #000;
  text-align: right;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 28px;
}

.paragraph-36.left {
  text-align: left;
}

.cta-2 {
  background-color: var(--red);
  color: #fff;
  margin-top: 50px;
  padding: 26px 58px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.fit-text {
  color: #000;
  text-align: center;
  padding-top: 13px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 25px;
}

.heading-121 {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-div {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Poppins, sans-serif;
  display: flex;
  box-shadow: 1px 1px 20px -3px #00000052;
}

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

.bold-text3 {
  color: #142154;
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.section-20 {
  padding-top: 0;
  padding-bottom: 69px;
}

.heading-122 {
  text-align: center;
}

.bold-text-2 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.columns {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
}

.section-21 {
  padding-top: 67px;
  padding-bottom: 67px;
}

.container-18 {
  display: flex;
}

.image-109 {
  width: 60%;
  box-shadow: 1px 1px 16px 10px #0000003b;
}

.section-22 {
  background-color: #142154;
  background-image: linear-gradient(#142154cf, #142154cf), url('../images/money-256312_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 55px;
  padding-bottom: 148px;
  display: flex;
}

.heading-6 {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.cta-3 {
  color: #142154;
  background-color: #ffbf00;
  margin-top: 50px;
  padding: 26px 58px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.overlay {
  z-index: 2;
  background-color: #000000a1;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-item {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  transform-style: preserve-3d;
  background-color: #00000087;
  border-radius: 1rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  height: 30rem;
  margin-bottom: .5rem;
  padding: 2.5rem;
  transition: transform .6s;
  display: flex;
}

.card-item:hover {
  transform: rotateX(0)rotateY(20deg)rotateZ(0);
}

.splide__slide {
  flex: none;
  align-items: flex-start;
  width: 320px;
  max-width: 320px;
  margin-right: 2rem;
}

.splide__slide:first-child {
  padding-left: 0;
}

.card-icon {
  width: 4rem;
  margin-bottom: 20px;
}

.card-paragrapgh {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.6;
}

.hero-bg-image {
  z-index: 1;
  filter: blur(4px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-header-2 {
  text-indent: 0;
  text-transform: capitalize;
  column-count: 0;
  margin-top: 20px;
  margin-bottom: 9px;
  font-size: 4rem;
  font-weight: 500;
  line-height: .9;
}

.header-tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 300;
  line-height: .9;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider {
  z-index: 9;
  cursor: grab;
  background-color: #fbfbfb1a;
  border: 1px solid #ffffff38;
  border-right-style: none;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  width: 100%;
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
  padding-left: 2rem;
  overflow: hidden;
}

.main-button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Lato, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .3s, box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  transform: translate(0);
  box-shadow: 2px 2px #eee;
}

.main-button:hover {
  background-color: var(--red);
  color: var(--white-smoke);
  outline-width: 2px;
  outline-color: #0f1316;
}

.splide__list {
  justify-content: flex-start;
  align-items: flex-start;
  width: 60vw;
  display: flex;
}

.button-wrap-2 {
  display: flex;
}

.section-content-wrapper {
  z-index: 3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 6vw;
  display: flex;
  position: static;
}

.paragraph-37 {
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
}

.card-header {
  color: #fff;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}

.button-text {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.card-header-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 400px;
  margin-right: 5rem;
  line-height: 1;
  display: flex;
}

.slider-card-section {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  padding: 5rem 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-container {
  min-height: 100vh;
  display: flex;
  position: relative;
}

.static-bg-color {
  z-index: -2;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-19 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.layout {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.tab-txt-wrap {
  height: 40px;
}

.btn-txt {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1.3em;
}

.btn-txt.four {
  color: #fff;
}

.tab-content-parent {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-title-parent {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-btm {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-panel {
  z-index: 2;
  background-color: #2e36cb;
  align-items: center;
  width: 50%;
  padding: 4em 4em 3em;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cover-div {
  z-index: 10;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tab-line-top {
  background-color: #fff;
  width: 2px;
  height: 50px;
  margin-right: 8px;
}

.div-hide {
  position: relative;
  overflow: hidden;
}

.tab-btn-parent {
  color: #fff;
  flex-direction: row;
  width: 100%;
  padding-bottom: 1.5em;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.tab-slide-parent {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 180em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tab-active {
  background-color: #00a2e2;
  width: 25%;
  height: 3px;
  position: absolute;
  bottom: 0;
}

.tab-panel-btn {
  cursor: pointer;
  background-color: #2e36cb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  display: flex;
  position: absolute;
  left: -4em;
}

.tab-line-btm {
  background-color: #fff;
  width: 2px;
  height: 50px;
  margin-right: 8px;
}

.border-line-btm {
  z-index: 1;
  background-color: #292929;
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0%;
}

.border-line-btm.thin {
  background-color: #00a2e2;
  height: 1px;
}

.img-parent {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-parent.is--tab {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.tab-btn-child {
  color: #fff;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.container-m {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.tab-slide-child {
  z-index: 1;
  background-color: #292929;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-parent {
  width: 100%;
}

.card-whipe-r {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img-child {
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child.img-2 {
  background-image: url('../images/ui-design-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-3 {
  background-image: url('../images/creative-direction-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.img-child.img-4 {
  background-image: url('../images/ux-design-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.tab-panel-child {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 2.4em;
  display: flex;
  position: relative;
}

.heading-md-2 {
  z-index: 2;
  font-size: 3.5em;
}

.tab-top {
  align-items: flex-end;
  width: 100%;
  height: 12em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.tab-title {
  color: #f4f0e3;
  font-size: 40px;
  line-height: 40px;
}

.card-whipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-whipe.bg-yellow {
  background-color: var(--midnight-blue-3);
}

.scroll-section-2 {
  background-color: var(--midnight-blue-3);
  background-image: url('../images/codigo-data-driven-marketing.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-top: 14em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.super-text {
  white-space: nowrap;
  font-size: 9em;
}

.super-text.one {
  color: #ffffff3b;
  margin-top: -218px;
  margin-left: 590px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  position: static;
}

.super-text.two {
  color: #fff;
  margin-top: 113px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.tab-panels-contain {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-white {
  color: #fff;
}

.tab-btn-child-2 {
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 2.6em;
  padding-bottom: 2.5em;
  text-decoration: none;
  display: flex;
}

.tab-btn-parent-2 {
  width: 100%;
  display: flex;
  position: relative;
}

.tab-button-selector {
  background-color: var(--deep-sky-blue);
  border-radius: 0;
  align-self: auto;
  align-items: flex-start;
  width: 25%;
  height: 2px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.right-tab-slide-parent {
  background-color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-left: 50%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.container-20 {
  z-index: 1;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 7.08em;
  position: relative;
}

.container-20.is--tab {
  padding-top: 0;
  padding-bottom: 0;
}

.span-text {
  display: inline-block;
}

.tab-panel-2 {
  align-items: center;
  width: 25%;
  height: 100%;
  padding: 4em;
  display: flex;
  position: relative;
}

.tab-slide-child-2 {
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-content-parent-2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-top-2 {
  align-items: flex-end;
  width: 100%;
  height: 13em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.center-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tab-h2 {
  margin-bottom: 10px;
  font-size: 3.2em;
  font-weight: 400;
}

.card-whipe-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.img-child-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-child-2.img-3 {
  background-image: url('../images/brand-identity-sketches-and-laptop.jpg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child-2.img-4 {
  background-image: url('../images/wirframing-hand-moving-pins-web-design.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child-2.img-2 {
  background-image: url('../images/strategy-client-meeting.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-child-2.img-5 {
  background-image: url('../images/me-laptop-developing-web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-btm-2 {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.teb-text-selector {
  color: #fff;
}

.teb-text-selector.one {
  text-decoration: none;
}

.left-tab-slide-parent {
  background-color: #000;
  flex-direction: row;
  align-items: center;
  width: 200%;
  height: 100%;
  margin-right: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.tab-parent-2 {
  background-color: var(--midnight-blue-3);
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 5.08em;
}

.columns-13 {
  width: 80rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.text-span-86 {
  color: var(--red);
}

.main-h3 {
  color: #ff2b06;
  text-align: left;
  margin-top: 27px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.bold-span {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.section-25 {
  width: 100%;
  padding: 8vw 12vw;
  position: relative;
  overflow: hidden;
}

.section-25.intro {
  background-color: var(--midnight-blue-3);
  background-image: linear-gradient(94deg, #021a3a, #012f6c00), url('../images/stream.png');
  background-position: 0 0, 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

.main-subtitle {
  margin-bottom: 4vw;
  line-height: .9;
  position: relative;
}

.main-subtitle.reinvent {
  font-size: 90px;
  font-weight: 300;
}

.separator {
  clear: both;
  height: 5vw;
}

.no-padding-col {
  padding-left: 0;
}

.reinvent-block {
  position: relative;
}

.div-block-10 {
  background-image: linear-gradient(#031c3bd1, #031c3bd1), url('../images/bottom-bg.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 540px;
  height: 511px;
  margin-bottom: 43px;
  padding: 33px 44px;
  display: flex;
}

.div-block-10.s11 {
  background-image: linear-gradient(#051a35ba, #051a35ba), url('../images/codigo-tech.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.div-block-10.s12 {
  background-image: linear-gradient(#0421477d, #0421477d), url('../images/codigo-vr.jpeg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.div-block-10.s13 {
  background-image: linear-gradient(#031229b8, #031229b8), url('../images/ar-bg.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.section-26 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding: 0 0 88px;
  display: flex;
}

.text-block-9 {
  color: #000;
  margin-bottom: 75px;
  font-size: 40px;
  line-height: 150%;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.column-84 {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-9 {
  width: 80rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.column-85 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-14 {
  margin-top: 44px;
}

.paragraph-38 {
  font-size: 18px;
}

.box-blurb {
  font-family: Poppins, sans-serif;
}

.login-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block-19 {
  margin-left: 11px;
  text-decoration: none;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 275px;
  display: grid;
}

.preloader-brand {
  text-align: center;
  font-size: 36px;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: #889ea833;
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: #960000;
  width: 0%;
  height: 100%;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  color: #626d86;
  font-size: 17px;
  line-height: 1.6em;
}

.about-image {
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.full-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.solid-button {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-27 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-27.grey {
  background-color: #0000;
  background-image: linear-gradient(#ffffffdb, #ffffffdb);
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.dual-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.background {
  background-image: url('../images/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.about-background {
  background-image: url('../images/codigo-web-design.jpg');
}

.overlay-2 {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay-2.light {
  background-color: #0a101d33;
}

.heading-123 {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text-22 {
  color: #000;
}

.paragraph-39 {
  color: #1f1f1f;
  margin-bottom: 25px;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 118px;
}

.verticle-line {
  background-color: #889ea833;
  height: 100%;
  position: relative;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid #889ea833;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.half-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.step-block {
  flex-wrap: nowrap;
  place-content: center space-around;
  align-items: center;
  min-height: 80vh;
  margin-top: -1px;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.content-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.img-block {
  background-color: #fff;
  border-radius: 500px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.label {
  color: #006cd0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.scroll-base {
  transform-origin: 50% 0;
  background-color: #eeeff4;
  width: 6px;
  height: 100%;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.heading-124 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.steps {
  background-color: #ffffffdb;
  flex-direction: column;
  display: flex;
}

.steps-clone {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.scroll-animate {
  transform-origin: 50% 0;
  background-color: #006cd0;
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.scoll-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-bottom: -6px;
  position: relative;
}

.container-21 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin-bottom: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.step-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 12%;
  display: flex;
  position: relative;
}

.paragraph-40 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.section6 {
  background-color: #ffffffdb;
  background-image: url('../images/webtop2.png');
  background-position: 0 -20%;
  background-repeat: no-repeat;
  background-size: auto;
}

.features-list {
  background-color: var(--midnight-blue);
  background-image: linear-gradient(#01172e8f, #01172e8f), url('../images/codigo-data-driven-marketing.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-22 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
  font-size: 18px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-125 {
  text-align: left;
  font-weight: 400;
}

.bold-text-24, .paragraph-41 {
  font-family: Poppins, sans-serif;
}

.column-a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitles-2 {
  text-align: left;
  font-size: 35px;
  font-weight: 900;
}

.xf-text {
  font-size: 50px;
  font-weight: 900;
}

.xf-text.sub {
  flex-direction: column;
  justify-content: center;
  margin-top: 60px;
  font-size: 42px;
  font-weight: 400;
  display: flex;
}

.column-b {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 74px;
  display: flex;
}

.button-40 {
  background-color: #cb0101;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 37px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  display: flex;
}

.button-40.white {
  display: flex;
  position: static;
}

.case-title-text {
  color: #152b73;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.cols1-2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 106px;
  margin-bottom: 0;
  display: flex;
}

.titles1 {
  color: #2e4f90;
  text-align: center;
  margin-bottom: 52px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
}

.container-23 {
  max-width: 1500px;
}

.section2 {
  padding-top: 33px;
  padding-bottom: 33px;
}

.case-box {
  background-image: url('../images/case1.png');
  background-position: 0 0;
  background-size: 101%;
  width: 700px;
  height: 700px;
  box-shadow: 0 0 13px 13px #0000001a;
}

.case-box._1 {
  background-image: url('../images/case1_1.png');
  width: 500px;
  height: 500px;
}

.case-box._2 {
  background-image: url('../images/case2.png');
}

.normal-text {
  color: #545454;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.normal-text.left {
  text-align: left;
  padding-bottom: 35px;
}

.hype {
  font-weight: 900;
}

.button-41 {
  background-color: #cb0101;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 22px 37px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 900;
  display: flex;
}

.button-41.white {
  display: flex;
  position: static;
}

.img-box {
  background-image: url('../images/funnel1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 80%;
  width: 700px;
  height: 700px;
}

.normal-text-2 {
  color: #545454;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.normal-text-2.left {
  text-align: left;
  padding-bottom: 35px;
}

.normal-text-2.right {
  text-align: right;
  padding-bottom: 35px;
  font-family: Poppins, sans-serif;
}

.column-c {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.cols2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  margin-bottom: 216px;
  display: flex;
}

.first-blurb {
  color: #545454;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.first-blurb.left {
  text-align: left;
  padding-bottom: 35px;
}

.features-list-2 {
  background-color: #01172e;
  background-image: linear-gradient(#01172e8f, #01172e8f), url('../images/codigo-data-driven-marketing.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-list-2.graphic-design {
  background-image: linear-gradient(#01172ead, #01172ead), url('../images/codigo-creative-graphic-design.jpeg');
  margin-top: 92px;
}

.bold-text-25 {
  font-family: Poppins, sans-serif;
}

.container-24 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-42 {
  font-family: Poppins, sans-serif;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-26, .paragraph-43 {
  font-family: Poppins, sans-serif;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0;
  position: relative;
}

.container-26 {
  width: 80rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  color: var(--midnight-blue);
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
}

.team-grid {
  grid-column-gap: 17px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  min-width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.points {
  font-family: Poppins, sans-serif;
}

.check-features {
  width: 150px;
}

.bold-text-27 {
  color: #a5a9ad;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 40px;
  position: relative;
}

.container-27 {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80rem;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  margin-top: -77px;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-126 {
  color: #2a3281;
  margin-top: 13px;
  font-size: 3vw;
  line-height: 3.5vw;
}

.heading-126.subt {
  color: #fff;
  text-align: left;
  width: 60%;
  margin-top: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 4vw;
  display: block;
}

.heading-126.subt.at {
  width: 70%;
  margin-bottom: 24px;
  font-size: 30px;
}

.heading-127 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 9px;
  font-size: 18px;
  font-weight: 400;
}

.book-holder-nb {
  text-align: center;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.book-holder-nb.mid {
  margin-top: 9px;
}

.book-holder-nb.home-gap {
  margin-bottom: 52px;
}

.bold-text-28 {
  font-weight: 400;
  line-height: 40px;
}

.inclusions-blurb-2 {
  color: #1f1f1f;
  text-align: center;
  letter-spacing: 0;
  margin-top: 23px;
  margin-bottom: 25px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.inclusion-2 {
  background-color: #fbfbfb;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin: 16px 15px;
  padding: 24px;
  display: flex;
  box-shadow: 1px 1px 20px 12px #00000024;
}

.image-110 {
  margin-top: 16px;
  margin-bottom: 10px;
}

.heading-128 {
  color: #012f6c;
  letter-spacing: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}

.book-holder-4 {
  text-align: center;
  margin: 0 auto 142px;
  padding-top: 8px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.bold-text-29 {
  font-weight: 400;
}

.bold-text-30 {
  font-weight: 300;
}

.image-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 23px;
  display: flex;
}

.paragraph-44 {
  color: #1f1f1f;
  margin-bottom: 25px;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-44.left {
  text-align: right;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.html-embed-13 {
  width: 100%;
}

.hosting-terms {
  color: #383838;
  text-align: left;
  margin-top: 9px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.hosting-terms.centre {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
}

.hosting-terms.centre.targetpage {
  text-align: right;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.hosting-terms.left {
  text-align: left;
}

.hosting-terms.right {
  text-align: right;
}

.hosting-terms.white {
  color: var(--white);
}

.text-span-87, .text-span-88 {
  font-size: 30px;
}

.new-section1 {
  width: 100%;
  height: 600px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 80px;
  padding: 80px 30px;
  position: relative;
}

.container-28 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.heading-129 {
  padding-top: 41px;
  padding-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.features-list-3 {
  color: var(--midnight-blue);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-family: Poppins, sans-serif;
  position: relative;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  color: var(--midnight-blue);
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.paragraph-45 {
  color: var(--midnight-blue);
}

.section-28 {
  z-index: 1;
  background-image: radial-gradient(circle at 0 0, #050a2182, #1f2e4b), url('../images/target.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.header-2 {
  color: #fff;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.cta-4 {
  color: #142154;
  background-color: #ffbf00;
  margin-top: 50px;
  padding: 26px 58px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.section-29 {
  flex-direction: column;
  align-items: center;
  padding-top: 57px;
  padding-bottom: 74px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.heading-130 {
  color: #2d3553;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 1px;
  font-family: Poppins, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.news-sblock-2 {
  background-color: #2d3553;
  background-image: linear-gradient(#142154cf, #142154cf), url('../images/target.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 37px 0;
  display: flex;
}

.heading-131 {
  aspect-ratio: auto;
  text-align: center;
  padding: 27px 37px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 60px;
}

.bold-text-33 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.chatbot-trigger {
  z-index: 100;
  background-color: var(--midnight-blue-2);
  border-radius: 200px;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
  margin-right: 14px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.support-window {
  z-index: 99;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 17px 17px 121px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 0 2px 20px 13px #0003;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-29 {
  width: 70rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.why-blocks {
  width: 70rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-224 {
  width: 100%;
  height: 400px;
}

.why {
  flex-direction: column-reverse;
  align-items: flex-start;
  width: 70rem;
  max-width: 70rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 0;
  display: flex;
}

.italic-text, .italic-text-2, .italic-text-3, .italic-text-4 {
  font-style: normal;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-30 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.focus-blocks {
  width: 70rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.focus-box {
  background-color: #ededed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 12px;
  display: flex;
}

.box-title {
  color: var(--midnight-blue-2);
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: 700;
  line-height: 28px;
}

.italic-text-5 {
  font-style: normal;
}

.focus-box-text {
  color: var(--grey);
  text-align: center;
  padding-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.footer-cta {
  color: #fff;
  width: 70rem;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  width: 70rem;
  display: flex;
}

.web-folio-items-copy {
  width: 90%;
  max-width: 1200px;
  margin: 44px auto 21px;
}

.web-holder-brook {
  cursor: pointer;
  background-image: url('../images/web-bfc.png');
  background-position: 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-brook:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-rsyf {
  cursor: pointer;
  background-image: url('../images/web-ryf.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-rsyf:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-gws {
  cursor: pointer;
  background-image: url('../images/web-gws.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-gws:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-soyf {
  cursor: pointer;
  background-image: url('../images/web-soyful.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-soyf:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-tlm {
  cursor: pointer;
  background-image: url('../images/web-tlm.png');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-tlm:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-mld {
  cursor: pointer;
  background-image: url('../images/web-mld.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-mld:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-project-title {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
}

.web-holder-kona {
  cursor: pointer;
  background-image: url('../images/web-kona.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-kona:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-ara {
  cursor: pointer;
  background-image: url('../images/web-ara.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-ara:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.web-holder-mtt {
  cursor: pointer;
  background-image: url('../images/web-mtt.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.web-holder-mtt:hover {
  background-image: url('../images/fwd_1fwd.png'), linear-gradient(#0a142dc4, #0a142dc4), none;
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 45px, auto, cover;
}

.container-31 {
  padding-bottom: 51px;
}

html.w-mod-js [data-ix="placed"] {
  transform: translate(0);
}

html.w-mod-js [data-ix="navbar"] {
  display: none;
}

html.w-mod-js [data-ix="process1"], html.w-mod-js [data-ix="process-2"], html.w-mod-js [data-ix="process-3"], html.w-mod-js [data-ix="process-4"] {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .navbar {
    flex-direction: column;
    display: none;
  }

  .navlink {
    color: #d5d5d6;
    font-size: 5em;
    line-height: 1em;
  }

  .navlink.w--current {
    font-size: 5em;
    line-height: 1em;
  }

  .nav-bar {
    justify-content: flex-end;
  }

  .phone-link {
    clear: right;
    color: #fff;
    text-align: right;
    background-image: url('../images/phone-icon_1phone-icon.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 25px;
    justify-content: flex-end;
    margin-left: 8px;
    padding: 21px 123px 21px 28px;
    font-size: 24px;
    text-decoration: none;
    display: flex;
  }

  .contact-button {
    background-color: #d30000;
  }

  .div-block-17.sdgh {
    margin-top: 22px;
  }

  .div-block-132 {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 80rem;
    max-width: 80rem;
    display: flex;
  }

  .pageblurb.homepage.black, .pageblurb.careers.black {
    text-align: left;
    padding-left: 0;
  }

  .top-section.targeting {
    background-image: linear-gradient(#08132eed, #0223457d 52%), url('../images/man-using-smartphone-global-internet-connection-digital-technology-finance-banking.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .web-top-video {
    background-image: linear-gradient(200deg, transparent, transparent 70%, var(--midnight-blue) 70%, var(--midnight-blue)), linear-gradient(to bottom, #022345c2, #0223453b 42%, #022345c2);
  }

  .video-holder {
    padding: 9px;
  }

  .modal-web-design {
    display: none;
  }

  .contact-modal {
    margin-top: 216px;
  }

  .heading-103 {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .locations-wrapper {
    display: none;
  }

  .cursorr {
    opacity: 0;
  }

  .c-dot {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .heading-5.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .service-box {
    text-decoration: none;
  }

  .service-name {
    text-align: center;
    line-height: 30px;
  }

  .inclusions-wrapper {
    max-width: 1200px;
  }

  .heading-109 {
    font-weight: 300;
  }

  .main-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-button-2 {
    background-color: #d30000;
  }

  .modal-advanced-targeting {
    display: none;
  }

  .menu-services {
    width: 80rem;
  }

  .c-col-menu-links-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-content-2 {
    flex-direction: row;
    justify-content: flex-end;
    align-items: stretch;
    width: 65%;
  }

  .c-nav-menu-overlay-2, .c-nav-menu-overlay-3 {
    display: none;
  }

  .hero-image {
    background-position: 50%;
  }

  .pageblurb-copy.homepage.black, .pageblurb-copy.careers.black {
    text-align: left;
    padding-left: 0;
  }

  .half-wrapper {
    grid-column-gap: 100px;
  }

  .heading-128 {
    font-weight: 300;
  }

  .why {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 80rem;
    max-width: 80rem;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    display: none;
  }

  .navlink {
    color: #d5d5d6;
    font-size: 5em;
    line-height: 1em;
  }

  .navlink.w--current {
    font-size: 5em;
    line-height: 1em;
  }

  .nav-bar {
    justify-content: flex-end;
  }

  .phone-link {
    clear: right;
    color: #fff;
    text-align: right;
    background-image: url('../images/phone-icon_1phone-icon.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 25px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 18px 123px 18px 29px;
    font-size: 22px;
    text-decoration: none;
    display: flex;
  }

  .contact-button {
    background-color: #d30000;
    margin-right: 0;
    font-size: 20px;
  }

  .div-block-17.sdgh {
    margin-top: 22px;
  }

  .div-block-132 {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 80rem;
    max-width: 80rem;
    display: flex;
  }

  .image-76 {
    margin-bottom: 12px;
  }

  .pageblurb.homepage.black, .pageblurb.careers.black {
    text-align: left;
    padding-left: 0;
  }

  .image-78 {
    margin-bottom: 9px;
  }

  .image-77 {
    margin-bottom: 15px;
  }

  .top-section.targeting {
    background-image: linear-gradient(#08132eed, #0223457d 52%), url('../images/man-using-smartphone-global-internet-connection-digital-technology-finance-banking.jpeg');
    background-position: 0 0, 50%;
  }

  .image-71 {
    float: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
    position: static;
    left: 0;
  }

  .column-59 {
    clear: left;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .button-30:hover {
    color: #0f78bee8;
  }

  .heading-99 {
    padding-left: 0;
    padding-right: 0;
  }

  .web-top-video {
    background-image: linear-gradient(200deg, transparent, transparent 70%, var(--midnight-blue) 70%, var(--midnight-blue)), linear-gradient(to bottom, #022345c2, #0223453b 42%, #022345c2);
    padding-bottom: 111px;
  }

  .video-holder {
    padding: 13px;
    display: block;
  }

  .modal-web-design {
    display: none;
  }

  .heading-103 {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .locations-wrapper {
    display: none;
  }

  .modal1 {
    z-index: 4500;
    background-color: #fffc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .talking-holder {
    background-color: #fff;
    width: 600px;
    height: auto;
    padding: 24px;
    box-shadow: 1px 1px 20px #0000004d;
  }

  .modal-closer {
    justify-content: flex-end;
    width: 600px;
    height: 40px;
    display: flex;
  }

  .image-92 {
    width: 40px;
    height: 40px;
  }

  .talker-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .talker-text {
    color: #474747;
    text-align: center;
    margin-top: 12px;
  }

  .c-dot {
    background-color: #0000;
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .c-menu-item-number {
    display: none;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .service-box {
    text-decoration: none;
  }

  .modal2, .modal3, .modal4 {
    z-index: 4500;
    background-color: #fffc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .inclusions-wrapper {
    max-width: 1200px;
  }

  .main-header {
    width: 100%;
    max-width: 100%;
    padding-left: 51px;
    padding-right: 51px;
  }

  .contact-button-2 {
    background-color: #d30000;
    margin-right: 0;
    font-size: 20px;
  }

  .modal-advanced-targeting {
    display: none;
  }

  .menu-services {
    width: 80rem;
  }

  .c-nav-menu-content-2 {
    width: 50%;
  }

  .c-nav-menu-overlay-2, .c-nav-menu-overlay-3 {
    display: none;
  }

  .hero-image {
    background-position: 50%;
  }

  .pageblurb-copy.homepage.black, .pageblurb-copy.careers.black {
    text-align: left;
    padding-left: 0;
  }

  .section-header-2 {
    font-size: 5rem;
  }

  .header-tag {
    font-size: 1.2rem;
  }

  .slider-card-section {
    padding-top: 11rem;
  }

  .half-wrapper {
    grid-column-gap: 120px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .why {
    flex-direction: column-reverse;
    align-items: flex-start;
    width: 80rem;
    max-width: 80rem;
    display: flex;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar {
    display: none;
  }

  .navlink {
    color: #d5d5d6;
    font-size: 5em;
    line-height: 1em;
  }

  .navlink.w--current {
    color: #243e58ed;
    font-size: 5em;
    line-height: 1em;
  }

  .full-screen-menu {
    display: none;
  }

  .contact-button {
    background-color: #d30000;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .div-block-17.sdgh {
    margin-top: 17px;
    padding-top: 0;
  }

  .div-block-132 {
    flex-flow: column-reverse;
    align-items: flex-start;
    max-width: 80rem;
    display: flex;
  }

  .image-76 {
    margin-bottom: 6px;
    padding-bottom: 7px;
  }

  .services-box {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .background-video-8 {
    height: auto;
  }

  .image-83 {
    margin-bottom: 6px;
    padding-bottom: 7px;
  }

  .pageblurb.homepage.black, .pageblurb.careers.black {
    text-align: left;
    padding-left: 0;
  }

  .sols-4 {
    max-width: 1200px;
  }

  .image-77, .image70 {
    margin-bottom: 18px;
    margin-left: 0;
  }

  .div-block-78.asdae {
    background-position: 0 0, 50%;
    flex-direction: column;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 150px;
    display: flex;
  }

  .book-holder.mid {
    margin-top: 3px;
  }

  .top-section.targeting {
    background-image: linear-gradient(#08132eed, #0223457d 52%), url('../images/man-using-smartphone-global-internet-connection-digital-technology-finance-banking.jpeg');
    background-position: 0 0, 50%;
  }

  .contact-details-bottom-bar {
    color: #fff;
    text-align: right;
    background-image: url('../images/phone-icon_1phone-icon.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 32px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 54px;
    font-size: 30px;
  }

  .contact-details-bottom-bar-email {
    color: #fff;
    text-align: right;
    background-image: url('../images/email.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 40px;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 54px;
    font-size: 21px;
  }

  .contact---bottom-links {
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-bar {
    padding-bottom: 0;
  }

  .contact-details-bottom-bar-address {
    color: #fff;
    text-align: right;
    background-image: url('../images/location_1location.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 30px;
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 54px;
    font-size: 21px;
  }

  .image-71 {
    float: left;
    clear: left;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-59 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .button-30 {
    float: left;
    padding-left: 0;
    padding-right: 18px;
  }

  .text-block-67 {
    float: left;
    clear: left;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
    display: block;
  }

  .new-project {
    padding-top: 237px;
  }

  .web-top-video {
    background-image: linear-gradient(#08132ef5, #08132e00 49%, #08132e99 97%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 119px;
  }

  .titulo-webdesign {
    line-height: 70px;
  }

  .container-6 {
    margin-top: 0;
  }

  .video-holder {
    padding: 12px;
  }

  .modal-web-design {
    display: none;
  }

  .container-11 {
    height: 50vh;
  }

  .brands-stripe {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .brands-title {
    margin-top: 116px;
  }

  .heading-103 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 13px;
    position: static;
  }

  .locations-wrapper {
    display: none;
  }

  .right-col-top {
    padding-bottom: 12px;
  }

  .contact-top-row {
    margin-top: 23px;
    padding-top: 46px;
  }

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

  .modal1 {
    z-index: 4800;
    background-color: #ffffffbf;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-159 {
    background-color: var(--white);
    width: 100%;
    height: 300px;
  }

  .talking-holder {
    background-color: var(--white);
    width: 600px;
    height: auto;
    padding: 20px;
    box-shadow: 0 0 20px 1px #00000045;
  }

  .modal-closer {
    justify-content: flex-end;
    width: 600px;
    height: 45px;
    padding-bottom: 0;
    display: flex;
  }

  .image-92 {
    width: 40px;
    height: 40px;
  }

  .talker-title {
    padding-top: 0;
    padding-bottom: 0;
  }

  .talker-text {
    color: #383838;
    text-align: center;
    margin-top: 27px;
    font-family: Poppins, sans-serif;
  }

  .cursorr {
    z-index: 9999;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .c-dot {
    opacity: 1;
    background-color: #0000;
    border: 1px solid #fff;
  }

  .c-dot.home-page {
    border-color: #fff;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .div-magnetico {
    justify-content: center;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .c-nav-items {
    align-items: center;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .services-columns {
    width: 80%;
  }

  .service-box, .service-name {
    text-decoration: none;
  }

  .solutions-bg {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .modal2, .modal3, .modal4 {
    z-index: 4800;
    background-color: #ffffffbf;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .inclusions-wrapper, .inclusions-wrapper.targeting {
    max-width: 1200px;
  }

  .main-header {
    padding-left: 133px;
    padding-right: 133px;
  }

  .contact-button-2 {
    background-color: #d30000;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .products-section {
    margin-top: 38px;
  }

  .prods {
    max-width: 1200px;
  }

  .modal-advanced-targeting {
    display: none;
  }

  .c-col-menu-links-2 {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .c-nav-menu-content-2 {
    width: 90%;
  }

  .c-nav-menu-overlay-2, .c-nav-menu-overlay-3 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .hero-image {
    background-position: 50%;
    background-size: cover;
  }

  .pageblurb-copy.homepage.black, .pageblurb-copy.careers.black {
    text-align: left;
    padding-left: 0;
  }

  .section-header-2 {
    font-size: 6rem;
    line-height: 1;
  }

  .header-tag {
    font-size: 1.5rem;
  }

  .splide.slider, .section-content-wrapper {
    width: 100%;
  }

  .slider-card-section {
    height: 1080px;
  }

  .book-holder-nb.mid {
    margin-top: 3px;
  }

  .why {
    flex-flow: column-reverse;
    align-items: flex-start;
    max-width: 80rem;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 37px;
  }

  h3 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .wedo2 {
    margin-top: -1px;
    margin-bottom: -1px;
    font-size: 60px;
    line-height: 70px;
  }

  .wedo2.top {
    font-size: 60px;
    display: flex;
  }

  .solid-big {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-wrapper {
    flex-direction: column;
  }

  .form-wrapper-wrapper {
    width: 100%;
  }

  .text-field {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 16px;
    line-height: 26px;
  }

  .textfield-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .textarea {
    min-height: 200px;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar {
    display: none;
  }

  .cross-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    inset: 0% 0% auto;
  }

  .cross-img {
    clear: none;
    flex: 0 auto;
    display: block;
    position: static;
  }

  .black.heading {
    line-height: 35px;
  }

  .new-text {
    font-size: 50px;
    line-height: 80px;
  }

  .solid-tile.img, .solid-tile.unresponsive {
    height: 56vw;
  }

  .landingmenu-link {
    text-align: center;
    width: auto;
    height: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .landingmenu-text {
    text-align: center;
  }

  .logo-main-top {
    display: none;
  }

  .nav-bar {
    background-image: linear-gradient(to bottom, var(--midnight-blue), #121c4400);
    height: 90px;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 40px;
  }

  .nav-link-2.login {
    display: flex;
  }

  .full-screen-menu {
    display: none;
  }

  .image-79 {
    padding-right: 105px;
  }

  .phone-link {
    background-size: 20px;
    padding-top: 11px;
    padding-bottom: 16px;
    padding-right: 114px;
    font-size: 18px;
  }

  .menu-button-2 {
    display: flex;
  }

  .contact-button {
    display: none;
  }

  .call-from-menu {
    font-size: 40px;
  }

  .logo-main-menu {
    margin-left: 10px;
    display: block;
  }

  .heading-9.page-titles {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-9.page-titles.black {
    margin-top: 0;
  }

  .heading-9.ssefd {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 6vw;
  }

  .heading-9.ssefd.centre {
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
  }

  .heading-9.ppc, .heading-9.subt {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-17 {
    width: 79px;
  }

  .div-block-17.sdgh {
    margin-left: 0;
  }

  .paragraph-18 {
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .div-block-132 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin-top: 16px;
    margin-bottom: 3px;
    display: flex;
  }

  .card {
    top: -130px;
  }

  .button-7 {
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    text-decoration: none;
    display: block;
  }

  .services-box {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .background-video-8 {
    justify-content: flex-start;
    height: auto;
    padding-top: 36px;
    padding-bottom: 0;
    display: flex;
  }

  .background-video-8.services-page {
    height: auto;
  }

  .card_bg {
    margin-bottom: 26px;
  }

  .pageblurb {
    color: var(--midnight-blue);
    text-align: center;
    margin-bottom: 120px;
    padding-left: 69px;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .pageblurb.rev {
    color: var(--grey);
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .pageblurb.black {
    text-align: center;
    width: 90%;
    padding-left: 0;
  }

  .pageblurb.rev {
    color: #1f1f1f;
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
  }

  .pageblurb.rev.left {
    color: #fff;
  }

  .pageblurb.homepage {
    color: var(--white-smoke);
    text-align: right;
    margin-bottom: 36px;
  }

  .pageblurb.homepage.black {
    text-align: center;
    margin-top: 0;
  }

  .pageblurb.careers {
    color: var(--white-smoke);
    text-align: right;
    margin-bottom: 36px;
  }

  .pageblurb.careers.black {
    text-align: center;
    margin-top: 0;
  }

  .card_content {
    margin-bottom: 22px;
    padding-top: 0;
  }

  .sols-4 {
    float: none;
    clear: none;
    text-align: left;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding-top: 0;
    display: block;
  }

  .sols-4.portfolio-section {
    margin-top: 145px;
  }

  .sols-4.services-list {
    margin-top: 176px;
    margin-bottom: -172px;
  }

  .outlined-text-wrapper.bottom, .outlined-text-wrapper.top {
    margin-bottom: 359px;
  }

  .lottie-animation {
    width: 400px;
    margin-bottom: 0;
  }

  .background-video-9 {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 247px;
  }

  .review-widget {
    background-size: 130px;
    width: 130px;
    height: 70px;
  }

  .div-block-78.asdae {
    padding-top: 59px;
    padding-bottom: 129px;
  }

  .heading-centre {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 45px;
  }

  .container-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .renevue-blurb {
    margin-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 18px;
    line-height: 30px;
  }

  .book-holder {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 28px;
    display: flex;
  }

  .button-8 {
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
  }

  .top-section.brand {
    flex-direction: column;
    height: 400px;
    padding-top: 26px;
  }

  .top-section.contact-page {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    display: flex;
  }

  .top-section.ppcc {
    background-size: auto, cover;
    flex-direction: column;
    height: 250px;
    padding-top: 82px;
  }

  .top-section.acount {
    flex-direction: column;
    height: 100vh;
    padding-top: 0;
  }

  .top-section.privacy {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    display: flex;
  }

  .top-section.organic, .top-section.blog {
    flex-direction: column;
    height: 400px;
    padding-top: 26px;
  }

  .top-section.team {
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    height: 300px;
    display: flex;
  }

  .top-section.ads {
    background-size: auto, cover;
    flex-direction: column;
    height: 250px;
    padding-top: 82px;
  }

  .top-section.content, .top-section.linkedintop {
    height: 400px;
    padding-top: 29px;
  }

  .top-section.smm {
    background-size: auto, cover;
    flex-direction: column;
    height: 250px;
    padding-top: 82px;
  }

  .top-section.seo, .top-section.targeting {
    height: 400px;
    padding-top: 29px;
  }

  .top-section.book-call {
    background-size: auto, cover;
    flex-direction: column;
    height: 250px;
    padding-top: 82px;
  }

  .top-section.strategy {
    height: 400px;
    padding-top: 29px;
  }

  .top-section.digital {
    flex-direction: column;
    justify-content: flex-end;
    height: 400px;
    padding-top: 29px;
    display: flex;
  }

  .top-section.printing, .top-section.media {
    height: 400px;
    padding-top: 29px;
  }

  .top-section.google-ads {
    height: 450px;
    padding-top: 52px;
  }

  .top-section.design {
    height: 400px;
    padding-top: 29px;
  }

  .top-section.data-direct {
    flex-direction: column;
    justify-content: center;
    height: 400px;
    padding-top: 29px;
    display: flex;
  }

  .top-section.hosting {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 29px;
    display: flex;
  }

  .div-block-149 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .section-subhead {
    margin-top: 25px;
    margin-bottom: 44px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .bodytexts {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: -8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 332px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
  }

  .bodytexts.ar-section-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .bodytexts.centre {
    flex-direction: column;
    display: flex;
  }

  .box-text {
    float: left;
    text-align: left;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 35px;
  }

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

  .column-69 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -447px;
    display: flex;
  }

  .white-box {
    margin-left: 33px;
    margin-right: 33px;
  }

  .heading-101 {
    text-align: center;
    font-size: 25px;
  }

  .right-column-div {
    display: none;
  }

  .heading-94.fact1-title {
    float: left;
    text-align: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 1px;
    font-size: 30px;
    display: flex;
  }

  .heading-94.fact1-title.centre {
    text-align: center;
  }

  .heading-94.fact1-title {
    float: left;
    text-align: center;
    float: left;
    text-align: center;
    margin-left: 14px;
    padding-left: 0;
    padding-right: 65px;
    font-size: 30px;
  }

  .column-11 {
    clear: none;
    text-align: right;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-top: 42px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-centre-2 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 45px;
  }

  .subheading-2 {
    margin-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 21px;
    line-height: 30px;
  }

  .column-58 {
    text-align: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-details-bottom-bar-email {
    font-size: 14px;
  }

  .contact---bottom-links {
    display: flex;
  }

  .contact-details-bottom-bar-address {
    font-size: 13px;
  }

  .image-71 {
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 0;
    display: block;
  }

  .column-59 {
    text-align: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    display: flex;
  }

  .button-30 {
    align-items: center;
    display: flex;
  }

  .text-block-67 {
    float: none;
    clear: none;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .contact---bottom {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-61 {
    margin-top: 37px;
  }

  .background-portfolio {
    float: none;
    clear: none;
    text-align: left;
    background-image: linear-gradient(#01172ef7 5%, #01172e00 14%), radial-gradient(circle at 0%, #49ceff80, #08132e00 38%), url('../images/mountains2.png'), linear-gradient(#ffffff4f, #ffffff4f);
    background-position: 0 0, 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 100%, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    margin-left: auto;
    margin-right: auto;
    padding-top: 137px;
    padding-bottom: 144px;
  }

  .button-31 {
    font-size: 3vw;
  }

  .card_bg-2.slot12 {
    background-image: linear-gradient(#000000c2, #000000c2), linear-gradient(#0000, #000000c7), url('../images/light-p-500.jpeg'), linear-gradient(#0000, #0000);
    background-position: 0 0, 0 0, 50%, 0 0;
    background-size: auto, auto, cover, auto;
  }

  .card_bg-2.slot14:hover {
    background-image: linear-gradient(to bottom, #2626261f, black), linear-gradient(to bottom, null, null), url('../images/guess-link.png');
    background-position: 0 0, 0 0, 50%;
  }

  .card-2 {
    width: 100%;
    max-width: 900px;
    margin-bottom: 31px;
    top: -130px;
  }

  .paragraph-20 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
  }

  .heading-centre-3 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 45px;
  }

  .subheading-3 {
    margin-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 21px;
    line-height: 30px;
  }

  .button-7-copy {
    flex-wrap: nowrap;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
    display: block;
  }

  .button-7-copy.centre {
    font-size: 28px;
  }

  .div-block-150 {
    margin-left: -112px;
    display: none;
  }

  .heading-98 {
    width: 90%;
    font-size: 30px;
    line-height: 38px;
  }

  .portfolio-holder {
    align-items: flex-start;
    max-width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-work-showcase {
    float: none;
    clear: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 137px;
    padding-bottom: 144px;
  }

  .portfolio-body-text {
    width: 90%;
  }

  .slide-nav {
    display: none;
  }

  .brand-subtitle {
    width: 90%;
    font-size: 24px;
  }

  .verticals.ssefd {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 5vw;
  }

  .brand-title {
    font-size: 23px;
  }

  .section-titles {
    font-size: 60px;
  }

  .div-block-151 {
    margin-top: 16px;
    margin-bottom: 3px;
  }

  .process {
    width: 100%;
    margin-top: -206px;
  }

  .vertical-progress-bar {
    width: 100%;
    max-width: 100%;
    margin-top: -200px;
  }

  .step-details {
    padding-left: 31px;
    padding-right: 59px;
    font-size: 16px;
  }

  .titulo-done {
    font-size: 21px;
  }

  .column-67 {
    display: block;
  }

  .column-67.done, .column-67.shorts {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .progress-done1 {
    margin-left: 81px;
  }

  .background-sections {
    float: none;
    clear: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 137px;
    padding-bottom: 144px;
  }

  .button-32 {
    font-size: 3vw;
  }

  .heading-99 {
    padding-left: 149px;
    padding-right: 149px;
    font-size: 20px;
  }

  .heading-centre-4 {
    margin-bottom: 0;
    font-size: 4vw;
    line-height: 45px;
  }

  .heading-centre-4.dark {
    font-size: 35px;
    line-height: 50px;
  }

  .container-3 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-3.cta-bottom {
    margin-bottom: 63px;
  }

  .new-project {
    padding-top: 167px;
    padding-bottom: 167px;
  }

  .div-block-91 {
    display: block;
  }

  .background-portfolio-2 {
    float: none;
    clear: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 137px;
    padding-bottom: 144px;
  }

  .header-left {
    justify-content: flex-end;
    margin-top: 16px;
    margin-bottom: 3px;
  }

  .portfolio-holder-2 {
    align-items: flex-end;
    max-width: 90%;
    padding-right: 30px;
  }

  .folio-lionsgate {
    background-position: 50% 0;
    width: 100%;
    height: 700px;
  }

  .paragraph-23, .primeland-sample2 {
    width: 90%;
  }

  .folio-lionsgate-2 {
    background-position: 50% 0;
    width: 100%;
    height: 700px;
  }

  .lionsgate-sample2 {
    width: 100%;
    height: 500px;
    position: static;
  }

  .lionsgate-sample3 {
    background-image: url('../images/lionsgate3.png'), linear-gradient(#e6e6e6, #e6e6e6);
    background-position: 50% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    width: 100%;
    height: 500px;
  }

  .block-quote-2 {
    width: 90%;
  }

  .folio-abg1, .folio-pcg, .folio-lsr {
    height: 500px;
  }

  .carrusel-holder-laptop-lsr {
    width: 90%;
  }

  .ar-sample1 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .web-top-video {
    background-image: linear-gradient(to bottom, #01172ecc, #01172ecc), linear-gradient(200deg, transparent, transparent 70%, var(--midnight-blue) 70%, var(--midnight-blue));
    flex-flow: column wrap;
    width: 100%;
    height: auto;
    padding-bottom: 182px;
  }

  .titulo-webdesign {
    text-align: center;
    padding-left: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .titulo-webdesign.small {
    width: 80%;
  }

  .subtitles.pages {
    width: 50%;
    font-size: 18px;
  }

  .cta-pages {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 22px;
    padding-left: 39px;
  }

  .website-cta {
    clear: none;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 38px;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    position: relative;
  }

  .section-5 {
    background-position: 0 0, 50% 100%, 0 -110px;
    padding-top: 83px;
  }

  .website-cta-2 {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 38px;
    font-size: 18px;
    line-height: 30px;
  }

  .fact1 {
    float: left;
    text-align: left;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-6 {
    margin-top: 47px;
  }

  .wrapper-1080 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    width: auto;
    margin-top: 140px;
    margin-bottom: 140px;
    margin-right: 0%;
  }

  .webcol-a {
    margin-bottom: 42px;
  }

  .body-columns {
    background-position: 0 0, 0 0;
    background-size: auto, 100%;
    padding-top: 474px;
  }

  .fact1-2 {
    float: left;
    text-align: left;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .body-columns-followed {
    padding-top: 127px;
  }

  .main-info-left-col {
    text-align: center;
  }

  .main-col-right {
    clear: none;
    text-align: right;
    margin-top: 42px;
    padding-top: 0;
    padding-left: 0;
  }

  .section-title {
    margin-right: 0;
    padding-left: 31px;
    padding-right: 31px;
  }

  .subtitulo-webdesign {
    padding-left: 0;
  }

  .folio-everlast {
    clear: none;
    width: 80%;
    height: 300px;
  }

  .folio-stc {
    height: 500px;
  }

  .folio-primeland {
    width: 90%;
    height: 400px;
  }

  .carrusel-holder-laptop-lsr-2 {
    width: 90%;
  }

  .primeland-sampl2 {
    position: static;
  }

  .web-sample-primeland {
    width: 90%;
  }

  .folio-sinus1 {
    height: 500px;
  }

  .contact-form {
    padding-top: 0;
    padding-bottom: 272px;
  }

  .column-70 {
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
    position: relative;
  }

  .column-71 {
    flex-direction: column;
    display: flex;
  }

  .ppc1 {
    background-position: 210% 100%;
    background-size: 80%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .bold-text-4 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 25px;
    display: flex;
  }

  .revenue {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    height: 100vh;
    padding-top: 94px;
  }

  .revenue-title {
    color: var(--midnight-blue);
    text-align: center;
  }

  .revenue-blurb {
    color: var(--midnight-blue);
    text-align: center;
    width: 90%;
  }

  .top-bluebg {
    background-position: 0 -20%;
    background-size: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 132px;
    padding-left: 0;
    padding-right: 0;
  }

  .title1 {
    color: var(--midnight-blue);
    text-align: center;
  }

  .web-design-blurb {
    font-size: 18px;
  }

  .web-design-blurb.pages {
    width: 50%;
    font-size: 18px;
  }

  .cta-web-design {
    text-align: right;
    flex-flow: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 22px;
    padding-left: 39px;
    display: flex;
  }

  .web-tri2 {
    color: var(--midnight-blue);
    padding-top: 369px;
    padding-right: 0;
  }

  .web-fact1 {
    float: left;
    color: var(--midnight-blue);
    text-align: left;
    width: 100%;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .body-columns-last {
    padding-top: 0;
  }

  .c-menu-controls {
    width: 100%;
  }

  .c-sidenavbar {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    display: flex;
    inset: 0% auto 0% 0%;
  }

  .brand-logo-img {
    display: none;
  }

  .c-menu-btn {
    z-index: 9000;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .c-sidenavbar-container {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .privacy-body {
    padding-left: 35px;
    padding-right: 35px;
  }

  .folio-isf {
    width: 90%;
    height: 400px;
  }

  .isf-online-class {
    position: static;
  }

  .play-button {
    width: 80px;
  }

  .folio-mavic-ar {
    clear: none;
    width: 80%;
    height: 300px;
  }

  .folio-haibike {
    height: 500px;
  }

  .folio-stages {
    align-items: stretch;
    height: 900px;
    display: flex;
  }

  .revenue-title-2 {
    color: #01172e;
    text-align: center;
  }

  .revenue-title-2.left, .revenue-title-2.quality2 {
    color: var(--white-smoke);
  }

  .ppc-section-bottom {
    flex-flow: column;
    place-content: center flex-start;
    align-items: center;
    height: 600px;
    margin-top: 65px;
    padding-top: 0;
    padding-right: 0;
  }

  .ppc-row3 {
    height: 600px;
  }

  .campaigns-block1 {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 35px;
    display: flex;
  }

  .bold-text-5 {
    text-align: right;
  }

  .ar-sample {
    justify-content: center;
    margin-top: 54px;
    display: flex;
  }

  .traffic-design {
    text-align: center;
    background-image: linear-gradient(to top, #ff9f9f00 48%, #ffffffe0), linear-gradient(#0000, #0000);
    padding-bottom: 80px;
  }

  .organic-blurb-left {
    float: left;
    text-align: left;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-body {
    margin-left: 10px;
    margin-right: 10px;
  }

  .growth-1 {
    display: block;
  }

  .organic-blurb-right {
    float: left;
    text-align: left;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-27 {
    margin-bottom: 45px;
  }

  .section-2 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .organic-row-bottom {
    flex-direction: column;
    display: flex;
  }

  .growth-3 {
    display: block;
  }

  .white-box-traffic {
    margin-left: 33px;
    margin-right: 33px;
  }

  .box-text-2 {
    float: left;
    text-align: left;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 35px;
  }

  .organic-row-left {
    padding-left: 67px;
    padding-right: 67px;
  }

  .pageblurb-2 {
    color: #01172e;
    text-align: center;
    margin-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 30px;
  }

  .pageblurb-2.rev {
    color: #1f1f1f;
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .pageblurb-2.left {
    color: var(--white-smoke);
  }

  .section-8 {
    background-position: 0 0, 50% 100%, 0 -110px;
  }

  .web-fact1-2 {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-title-black-2.leads {
    font-size: 28px;
  }

  .column-72 {
    justify-content: center;
    display: flex;
  }

  .content-row3 {
    height: 600px;
    padding-top: 35px;
    padding-left: 24px;
  }

  .section-intro-top {
    background-image: radial-gradient(circle at 13% 17%, #040929a6, #fff0), url('../images/growth3.png'), linear-gradient(#031728ba, #031728ba), none;
    background-position: 0 0, 100% 96%, 0 0, -161px -93px;
    background-repeat: repeat, no-repeat, repeat, repeat;
    background-size: auto, contain, auto, auto 300%;
    height: 300px;
  }

  .section-intro-top.top-blog {
    background-image: radial-gradient(circle at 13% 17%, #040929a6, #fff0), linear-gradient(#0000, #0000), none;
    background-position: 0 0, 0 0, 172px 66%;
    background-size: auto, auto, auto 300%;
  }

  .titulo-pag {
    text-align: center;
    width: 100%;
    margin-bottom: 127px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    display: block;
  }

  .blog-post {
    height: auto;
    margin-top: 0;
    margin-bottom: 28px;
  }

  .blog-post-2 {
    height: auto;
    margin-top: 0;
  }

  .blog-post-2.right {
    text-align: center;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-col {
    max-width: 90%;
    padding-right: 30px;
  }

  .heading-17, .heading-17-copy {
    font-size: 30px;
    line-height: 38px;
  }

  .blog-title {
    font-size: 28px;
  }

  .blog-title-post {
    font-size: 18px;
  }

  .blog-h2 {
    font-size: 28px;
  }

  .contact-us-subtitle {
    text-align: center;
  }

  .bodytexts-contact {
    text-align: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    line-height: 23px;
    display: flex;
  }

  .bodytexts-contact.ar-section-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .resize-text {
    color: #ce3434;
    text-align: center;
    background-color: #0000;
    width: auto;
    max-width: 480px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
  }

  .browser-demo {
    flex-direction: column;
    justify-content: center;
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
  }

  .demo-wrapper-2 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  ._145-menu-item-wrapper, ._145-close-button-wrapper {
    margin-right: 60px;
  }

  .section {
    clear: both;
    overflow: visible;
  }

  .demo-container {
    clear: both;
    flex-direction: row;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .demo-wrapper-3 {
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .brands-stripe {
    margin-top: 0;
  }

  .image-4 {
    padding: 8px;
  }

  .image-5 {
    width: 70px;
    padding: 7px;
  }

  .image {
    padding: 22px;
  }

  .brands {
    flex-direction: row;
    max-width: 90%;
    display: flex;
  }

  .image-6 {
    width: 250px;
    padding: 0 21px;
  }

  .image-3 {
    padding: 8px;
  }

  .image-2 {
    padding: 7px;
  }

  .contact-modal {
    z-index: 10000;
    background-image: linear-gradient(#ffffffe3, #ffffffe3), url('../images/blueprint-bw.jpg');
    background-position: 0 0, 0 0;
    flex-flow: column-reverse;
    justify-content: flex-end;
    height: auto;
    margin-top: 0;
    padding: 40px 32px 48px;
    position: static;
    inset: 0%;
  }

  .contact-top-left {
    border-top: 1px solid #434343;
    border-bottom: 1px solid #434343;
    border-right-style: none;
    border-right-width: 0;
    align-items: flex-start;
    width: 100%;
    margin-top: 18px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-103 {
    justify-content: center;
    font-size: 40px;
  }

  .city-address {
    flex-direction: column;
    align-self: center;
    align-items: center;
    margin-top: 21px;
    display: flex;
  }

  .purpose-name {
    text-align: center;
  }

  .city-wrapper {
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 29px;
    padding-left: 0;
  }

  .city-image {
    width: 50%;
  }

  .city-image.current {
    width: 100%;
    height: 300px;
  }

  .paragraph-28 {
    text-align: left;
  }

  .locations-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
  }

  .close-buttonn {
    margin-top: 11px;
    position: absolute;
  }

  .contact-bottom-row {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .right-col-top {
    border-bottom-style: none;
    border-bottom-width: 0;
    width: 100%;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-top-row {
    flex-direction: column;
  }

  .purpose-titlw, .addresses {
    text-align: left;
  }

  .d-21-image-text {
    letter-spacing: .5px;
    font-size: 2rem;
    line-height: 30px;
  }

  .d-21-image-wrapper {
    min-height: 200px;
  }

  .d-21-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .book-button-small {
    margin-right: 11px;
  }

  .price-grid {
    grid-template-columns: 1fr 1fr 1fr;
    min-width: 100%;
  }

  .feature-text {
    font-size: 15px;
    font-weight: 400;
  }

  .pricing-column-features {
    padding: 15px;
    display: none;
  }

  .popular {
    width: 100%;
  }

  .pricing-column {
    width: 100%;
    padding: 15px;
  }

  .pricing-column-white {
    padding: 15px;
  }

  .price-type.pop {
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
  }

  .pricing-section {
    display: none;
  }

  .price {
    font-size: 45px;
  }

  .mob-plan-title {
    color: #0484c4;
    justify-content: center;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    display: flex;
    transform: rotate(-90deg);
  }

  .mob-plan-title.pop {
    margin-bottom: 112px;
  }

  .mobile-plan-price {
    border-top-style: none;
    justify-content: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-wrapper-nobile {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mobile-plans {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .feature-list1 {
    justify-content: space-between;
    padding: 20px 6% 20px 3%;
  }

  .tabs-menu {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .mobile-cross {
    width: 25px;
    margin-left: 11px;
  }

  .mobile-tick {
    width: 20px;
    margin-left: 11px;
  }

  .tab {
    color: #101c43;
    background-color: #fff;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #d7d4d4;
    border-left: 1px solid #dedede;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    height: 250px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tab.w--current {
    color: #fff;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    width: 25%;
    height: 250px;
    display: flex;
    box-shadow: inset 0 0 20px 4px #0000001c;
  }

  .tab.pop {
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .package-cta {
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
  }

  .modal1 {
    background-color: #ffffffd6;
  }

  .talking-holder, .modal-closer {
    width: 80%;
  }

  .d-75-card-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .card-4 {
    flex: none;
    width: auto;
  }

  .first-article {
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .button-close {
    color: #fff;
    background-color: #000000bf;
    border-radius: 8px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .section-content {
    width: 100vw;
    height: auto;
    display: none;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .main-heading {
    font-size: 3em;
    line-height: 1em;
  }

  .card-5 {
    flex: none;
    width: 100%;
  }

  .inner-header-col {
    margin-bottom: 15px;
  }

  .header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .third-article {
    height: auto;
    min-height: 100vh;
  }

  .card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: none;
  }

  .image-wrapper {
    height: 33.33vh;
  }

  .inner-container {
    padding-top: 10%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .section-10 {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-1 {
    flex: none;
    width: 100%;
  }

  .heading {
    font-size: 6vh;
  }

  .main-heading-2 {
    font-size: 3em;
    line-height: 1em;
  }

  .foliov2 {
    flex-direction: column;
    justify-content: space-around;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end;
    display: grid;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  ._w-nav {
    padding-top: 6px;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .c-nav-menu-content {
    margin-left: -43px;
  }

  .logo {
    width: 150px;
    margin-left: 10px;
  }

  .service-box {
    width: 40%;
  }

  .top-container {
    flex-direction: column;
    margin-top: 92px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    display: flex;
  }

  .subtitle {
    font-size: 21px;
  }

  .benefit-titles.fact1-title {
    float: left;
    text-align: center;
    float: left;
    text-align: center;
    float: left;
    text-align: left;
    margin-left: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .benefit-titles.fact1-title.centre {
    text-align: center;
  }

  .heading-block {
    width: 500px;
  }

  .small-feature-grid.small-feature-grid-2 {
    margin-top: 52px;
  }

  .small-feature-grid.middle {
    margin-top: 11px;
    margin-bottom: 72px;
  }

  .small-feature-image {
    padding-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .paragraph-2 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .small-feature-content-block.centre.gap {
    width: 90%;
    margin-top: 58px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-card {
    position: relative;
  }

  .pricing-card-featured {
    top: 0;
  }

  .pricing-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .guarantee {
    flex-direction: column;
    width: 90%;
  }

  .guarantee-whit-text {
    padding-left: 0;
  }

  .satisfaction-title {
    text-align: center;
    justify-content: center;
  }

  .solutions-bg {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    padding-bottom: 71px;
    display: flex;
  }

  .process--landingpage {
    width: 100%;
    margin-top: -206px;
  }

  .vertical-progress-bar-landing-page {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .titulo-done-landing-page {
    font-size: 21px;
  }

  .container-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-14.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-12.expand {
    height: auto;
    overflow: hidden;
  }

  .plan-name {
    margin-bottom: 20px;
  }

  .pricing-plan {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    min-height: auto;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 27px;
    display: flex;
  }

  .pricing-plan.middle-pricing-plan {
    transform: none;
  }

  .plan-price-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-row {
    display: flex;
  }

  .pricing-image {
    padding-bottom: 1px;
    left: -10%;
  }

  .pricing-table-container {
    flex-direction: row;
    justify-content: center;
    padding-top: 50px;
  }

  .feature-wrap {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .plans-section {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .inclusions {
    margin-bottom: 20px;
  }

  .white-big-titles {
    padding-top: 29px;
    padding-bottom: 29px;
    font-size: 35px;
  }

  .html-embed-6 {
    width: 80%;
  }

  .image-104 {
    margin-top: -127px;
    padding: 19px;
  }

  .modal2, .modal3, .modal4 {
    background-color: #ffffffd6;
  }

  .serv-row1 {
    flex-flow: row;
    flex: none;
    width: 90%;
  }

  .html-embed-8 {
    width: 100%;
  }

  .notify {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .body-text {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: -8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Muli, sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
  }

  .body-text.ar-section-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .body-text.centre {
    flex-direction: column;
    display: flex;
  }

  .container-15 {
    padding-top: 19px;
  }

  .top-page-img {
    padding-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .inclusions-wrapper {
    flex-direction: column;
    height: auto;
  }

  .inclusion {
    width: 100%;
  }

  .heading-109 {
    font-size: 24px;
    line-height: 25px;
  }

  .inclusions-blurb {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .section-13 {
    padding-bottom: 178px;
  }

  .main-header {
    padding-left: 48px;
    padding-right: 48px;
    font-size: 40px;
    line-height: 45px;
  }

  .background-portfolio-homepage {
    float: none;
    clear: none;
    text-align: left;
    background-image: linear-gradient(#01172ef7 5%, #01172e00 14%), radial-gradient(circle at 0%, #49ceff80, #08132e00 38%), url('../images/mountains2.png'), linear-gradient(#ffffff4f, #ffffff4f);
    background-position: 0 0, 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 100%, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 144px;
  }

  .heading-md {
    font-size: 4vw;
    font-weight: 400;
  }

  .glider {
    width: 600px;
    height: 100vh;
  }

  .contact-button-2 {
    display: none;
  }

  ._w-nav-2 {
    padding-top: 6px;
  }

  .columns-11 {
    width: 100%;
  }

  .current-address {
    text-align: left;
  }

  .book-button-small-2 {
    margin-right: 11px;
  }

  .book-holder-2, .book-holder-3 {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 28px;
    display: flex;
  }

  .booking-form {
    padding-top: 20px;
  }

  .interest-points {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 13px;
  }

  .tick {
    min-width: 40px;
  }

  .menu-services {
    align-self: center;
    width: 80%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .menu-service-list {
    margin-top: 43px;
  }

  .heading-113.black, .text-block-75 {
    text-align: center;
  }

  .c-nav-menu-content-2 {
    margin-left: -43px;
  }

  .menu-item-text-2 {
    font-size: 3.5em;
  }

  .book-button-small-3 {
    margin-right: 11px;
  }

  .locations-wrapper-2 {
    flex-direction: column-reverse;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
  }

  .city-image-2 {
    width: 50%;
  }

  .current-address-2 {
    text-align: left;
  }

  .html-embed-12 {
    justify-content: center;
    display: flex;
  }

  .background-video-11 {
    height: 100vh;
  }

  .hero-image {
    background-position: 0 100%;
    background-size: cover;
  }

  .footer-column {
    padding-right: 20px;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3.md-1 {
    width: 25%;
  }

  .col.lg-3.md-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .col.lg-2.md-4 {
    width: 100%;
  }

  .col.lg-2.md-1 {
    width: 25%;
  }

  .col.lg-2.md-1.sm-1.xs-1 {
    width: 33%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-8.md-4 {
    width: 100%;
  }

  .footer-logo-2 {
    margin-bottom: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .negative-margin {
    margin-left: 0;
  }

  .features-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .features-2.wider-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .row {
    flex-flow: wrap-reverse;
    justify-content: center;
  }

  .wrapper-1081 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-link-3.centre {
    text-align: center;
  }

  .footer-v5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-wrappers {
    margin-left: -19px;
  }

  .div-block-223 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .heading-114.ppc {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .heading-115.fact1-title {
    float: left;
    text-align: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 1px;
    font-size: 30px;
    display: flex;
  }

  .button-34 {
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
  }

  .bold-text-20 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 25px;
    display: flex;
  }

  .paragraph-33 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .h3-subtitles-black {
    font-size: 21px;
  }

  .button-35 {
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
  }

  .image-108 {
    margin-top: -127px;
    padding: 19px;
  }

  .links-wrapper {
    width: 100%;
  }

  .footer-v5-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row-10 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

  .row-11 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row-11.align-centre {
    justify-content: center;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .row-12 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .pageblurb-copy {
    color: var(--midnight-blue);
    text-align: center;
    margin-bottom: 120px;
    padding-left: 69px;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .pageblurb-copy.rev {
    color: var(--grey);
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .pageblurb-copy.black {
    text-align: center;
    width: 90%;
    padding-left: 0;
  }

  .pageblurb-copy.rev {
    color: #1f1f1f;
    text-align: center;
    width: 90%;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
  }

  .pageblurb-copy.rev.left {
    color: #fff;
  }

  .pageblurb-copy.homepage {
    color: var(--white-smoke);
    text-align: right;
    margin-bottom: 36px;
  }

  .pageblurb-copy.homepage.black {
    text-align: center;
    margin-top: 0;
  }

  .pageblurb-copy.careers {
    color: var(--white-smoke);
    text-align: right;
    margin-bottom: 36px;
  }

  .pageblurb-copy.careers.black {
    text-align: center;
    margin-top: 0;
  }

  .content-column {
    padding-top: 0;
  }

  .subheadings {
    margin-bottom: 0;
    padding-left: 26px;
    padding-right: 26px;
    font-size: 21px;
    line-height: 30px;
  }

  .disclaimer {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: -8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Muli, sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
  }

  .disclaimer.ar-section-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .disclaimer.centre {
    flex-direction: column;
    display: flex;
  }

  .features2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .features2.full-screen {
    min-height: 800px;
  }

  .row-13 {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .guess-ar-video {
    margin-top: 0;
  }

  .form-holder {
    width: 98%;
    margin-top: 0;
  }

  .form-holder.qualify-form {
    width: 90%;
    margin-top: -42px;
  }

  .paragraph-35 {
    font-size: 21px;
  }

  .bold-text-21 {
    font-size: 24px;
  }

  .subtitle-top {
    text-align: center;
    line-height: 25px;
  }

  .plans-section-copy {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .section-17 {
    padding-top: 57px;
  }

  .header {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 30px;
  }

  .video-holder-2 {
    width: 98%;
  }

  .cta {
    font-size: 28px;
  }

  .section-18 {
    padding-bottom: 58px;
  }

  .list-3 {
    width: 100%;
    padding-left: 58px;
    padding-right: 58px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .news-sblock {
    width: 100%;
  }

  .bold-text {
    font-size: 30px;
    font-style: normal;
  }

  .section-19 {
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/calculator-1680905_1920.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-top: 0;
  }

  .column-82 {
    justify-content: center;
    display: flex;
  }

  .solution-box {
    height: auto;
  }

  .bold-text2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    display: flex;
  }

  .paragraph-36 {
    text-align: center;
    padding-top: 69px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .cta-2 {
    font-size: 28px;
  }

  .heading-7 {
    text-align: center;
  }

  .icon-div {
    margin-bottom: 37px;
  }

  .section-20 {
    padding-top: 15px;
    padding-bottom: 48px;
  }

  .columns {
    width: 80%;
  }

  .heading-6, .cta-3 {
    font-size: 28px;
  }

  .card-item {
    height: 23rem;
    padding: 2rem;
  }

  .section-header-2 {
    font-size: 4.5rem;
  }

  .section-content-wrapper {
    flex-direction: column;
    padding-left: 0;
  }

  .card-header {
    font-size: 1.5rem;
  }

  .card-header-wrap {
    margin-bottom: 2rem;
    margin-left: 5vw;
    margin-right: 0;
  }

  .slider-card-section {
    padding-right: 0;
  }

  .btn-txt {
    font-size: 16px;
  }

  .tab-panel {
    padding: 40px;
  }

  .container-m.t-m {
    width: 90%;
  }

  .heading-md-2 {
    font-size: 4vw;
  }

  .scroll-section-2 {
    padding-top: 140px;
  }

  .super-text {
    font-size: 12vw;
  }

  .tab-h2 {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.15;
  }

  .columns-13 {
    width: 100%;
    max-width: 100%;
  }

  .text-span-86, .bold-span {
    font-size: 40px;
  }

  .section-25 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-25.intro {
    background-position: 0 0, -20%;
    margin-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-subtitle.reinvent {
    margin-bottom: 2vw;
  }

  .no-padding-col {
    flex-direction: column;
    display: flex;
  }

  .div-block-10 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-84 {
    padding-right: 0;
  }

  .div-block-9 {
    width: 100%;
    max-width: 100%;
  }

  .column-85 {
    padding-right: 0;
  }

  .columns-14 {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-27 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .paragraph-39 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .verticle-line {
    width: 100%;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .container-22 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-paragraph {
    text-align: center;
  }

  .features-right {
    max-width: 100%;
  }

  .subtitles-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
  }

  .xf-text {
    font-size: 30px;
  }

  .xf-text.sub {
    flex-direction: column;
    font-size: 35px;
    line-height: 40px;
  }

  .column-b {
    align-items: center;
    padding-right: 0;
  }

  .button-40.white {
    font-size: 30px;
  }

  .case-title-text {
    font-size: 21px;
  }

  .cols1-2 {
    flex-direction: column;
  }

  .titles1 {
    font-size: 30px;
    line-height: 40px;
  }

  .case-box._1 {
    text-align: center;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-box._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .normal-text {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 18px;
  }

  .normal-text.left {
    text-align: center;
  }

  .button-41.white {
    font-size: 30px;
  }

  .img-box {
    background-size: 60%;
    width: 100%;
    height: 500px;
  }

  .normal-text-2 {
    padding-left: 38px;
    padding-right: 38px;
    font-size: 18px;
  }

  .normal-text-2.left, .normal-text-2.right {
    text-align: center;
  }

  .column-c {
    align-items: center;
  }

  .cols2 {
    flex-direction: column;
  }

  .first-blurb {
    width: 100%;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 18px;
  }

  .first-blurb.left {
    text-align: center;
  }

  .features-list-2 {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .container-24, .container-25, .container-26 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-27 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-bottom: -40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    margin-top: 0;
  }

  .heading-126.subt {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .book-holder-nb {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 28px;
    display: flex;
  }

  .inclusions-blurb-2 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .inclusion-2 {
    width: 100%;
  }

  .heading-128 {
    font-size: 24px;
    line-height: 25px;
  }

  .book-holder-4 {
    flex-direction: column;
    padding-top: 25px;
    padding-bottom: 28px;
    display: flex;
  }

  .image-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .paragraph-44 {
    font-family: Poppins, sans-serif;
    font-size: 18px;
  }

  .hosting-terms {
    text-align: center;
    flex-flow: column;
    align-items: center;
    margin-bottom: -8px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 332px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: block;
  }

  .hosting-terms.ar-section-text {
    padding-bottom: 0;
    padding-right: 0;
  }

  .hosting-terms.centre {
    flex-direction: column;
    display: flex;
  }

  .container-28 {
    max-width: 728px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .section-28 {
    padding-top: 57px;
  }

  .header-2 {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 30px;
  }

  .cta-4 {
    font-size: 28px;
  }

  .section-29 {
    padding-bottom: 58px;
  }

  .heading-130 {
    font-size: 18px;
  }

  .news-sblock-2 {
    width: 100%;
  }

  .bold-text-33 {
    font-size: 30px;
    font-style: normal;
  }

  .container-29 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .why {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin-top: 16px;
    margin-bottom: 3px;
    display: flex;
  }

  .container-30 {
    max-width: 728px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .footer-cta {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  h2 {
    width: auto;
    font-size: 19px;
    line-height: 28px;
  }

  .contact {
    padding-top: 0;
    padding-bottom: 135px;
  }

  .hamburger-wrapper {
    padding-bottom: 0;
  }

  .wedo2 {
    font-size: 40px;
    line-height: 40px;
  }

  .wedo2.top {
    font-size: 40px;
    line-height: 40px;
    display: none;
  }

  .container-small {
    width: 90vw;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 61px;
  }

  .footer-logo {
    margin-bottom: 26px;
  }

  .text-field {
    margin-left: 0;
    margin-right: 0;
  }

  .textfield-2, .textarea {
    width: 100%;
  }

  .hero-content-wrapper {
    padding-bottom: 100px;
  }

  .navlink, .navlink.w--current {
    font-size: 3em;
  }

  .clients, .p-section, .external {
    padding-bottom: 160px;
  }

  .tile-hover {
    opacity: 1;
  }

  .right-arrow-img, .left-img-icon {
    width: 15px;
  }

  .new-text {
    font-size: 30px;
    line-height: 50px;
  }

  .new--link {
    border-bottom-width: 6px;
  }

  .tips {
    padding-bottom: 0;
  }

  .story {
    padding-bottom: 100px;
  }

  .solid-tile {
    width: 84vw;
  }

  .solid-tile.unresponsive {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .landingmenu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 17px;
  }

  .landingmenu-link {
    flex-direction: row;
    height: auto;
    margin-top: 9px;
    margin-bottom: 9px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .landingmenu-text {
    font-size: 16px;
  }

  .tile-wrapper-wrapper, .tile-wrapper-wrapper.reverse {
    flex-direction: column;
  }

  .form-container {
    width: 90vw;
  }

  .field-wrapper-wrapper {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-143 {
    flex-direction: column;
    margin-left: 0;
    padding-left: 2vw;
    padding-right: 2vw;
    transform: rotate(180deg);
  }

  .div-block-145 {
    width: 100%;
    margin-bottom: 60px;
  }

  .logo-main-top {
    padding-right: 77px;
  }

  .nav-bar {
    z-index: 9000;
    height: 60px;
  }

  .nav-link-2, .nav-link-2.w--current {
    font-size: 30px;
  }

  .full-screen-menu {
    display: none;
  }

  .image-79 {
    margin-top: 0;
    padding-right: 0;
  }

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

  .phone-link {
    background-size: 25px;
    margin-top: -7px;
    font-family: Montserrat, sans-serif;
  }

  .menu-button-2 {
    width: 60px;
    height: 60px;
  }

  .main-grid {
    transform: none;
  }

  .hero-wrapper {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-3:hover {
    box-shadow: 15px 10px 20px #00000047;
  }

  .call-from-menu {
    font-size: 30px;
  }

  .burger-line {
    width: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .logo-main-menu {
    height: auto;
    max-height: 9000px;
    margin-left: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 80px;
    display: flex;
    position: fixed;
  }

  .heading-9 {
    text-align: center;
    letter-spacing: -1px;
    margin-top: 25px;
    font-size: 5.5vw;
  }

  .heading-9.page-titles {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 25px;
  }

  .heading-9.ssefd {
    font-size: 4vw;
  }

  .heading-9.ssefd.centre {
    letter-spacing: 0;
  }

  .heading-9.ppc {
    letter-spacing: 0;
    margin-top: 31px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-9.subt {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }

  .div-block-17.sdgh {
    display: none;
  }

  .paragraph-18 {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-132 {
    margin-bottom: 0;
  }

  .image-76 {
    width: 90px;
    padding: 7px;
  }

  .image-74 {
    width: 90px;
    padding: 10px;
  }

  .button-7 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 3vw;
  }

  .services-box {
    flex-wrap: wrap;
    align-content: center;
    align-self: auto;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .background-video-8 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .image-83 {
    width: 90px;
    padding: 6px;
  }

  .pageblurb {
    margin-bottom: 41px;
    font-size: 13px;
    line-height: 24px;
  }

  .pageblurb.rev {
    margin-top: 6px;
    margin-bottom: 19px;
    padding-left: 0;
    font-size: 14px;
  }

  .pageblurb.homepage {
    margin-bottom: 126px;
  }

  .pageblurb.homepage.black {
    margin-bottom: 0;
  }

  .pageblurb.careers {
    margin-bottom: 126px;
  }

  .pageblurb.careers.black {
    margin-bottom: 0;
  }

  .sols-4 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sols-4.row2 {
    margin-top: -4px;
  }

  .sols-4.portfolio-section {
    margin-top: 109px;
  }

  .sols-4.services-page {
    padding-top: 134px;
  }

  .image-75 {
    width: 90px;
    padding: 9px;
  }

  .image-78 {
    width: 90px;
    padding: 8px;
  }

  .image-73 {
    width: 90px;
    padding: 11px;
  }

  .image-77 {
    width: 90px;
    padding: 13px;
  }

  .image70 {
    width: 90px;
    padding: 10px;
  }

  .outlined-text-wrapper.bottom {
    margin-bottom: 237px;
  }

  .outlined-text-wrapper.top {
    justify-content: flex-end;
    margin-bottom: 237px;
  }

  .lottie-animation {
    width: 180%;
    margin-bottom: 0;
  }

  .background-video-9 {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 243px;
  }

  .div-block-78 {
    padding-bottom: 74px;
  }

  .div-block-78.asdae {
    background-image: linear-gradient(#08132e, #141e3591 49%, #fff), url('../images/codigo-design.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    padding-bottom: 202px;
  }

  .heading-centre {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 30px;
  }

  .renevue-blurb {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 18px;
    line-height: 30px;
  }

  .book-holder {
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .button-8 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 3vw;
  }

  .top-section.brand {
    height: 250px;
    padding-top: 67px;
  }

  .top-section.ar {
    background-position: 0 0, 50%;
    height: 100vh;
  }

  .top-section.contact-page {
    height: 200px;
    padding-bottom: 15px;
  }

  .top-section.ppcc {
    background-size: auto, cover;
    height: 180px;
    padding-top: 67px;
  }

  .top-section.acount {
    padding-top: 26px;
  }

  .top-section.privacy {
    height: 200px;
    padding-bottom: 15px;
  }

  .top-section.organic, .top-section.blog {
    padding-top: 67px;
  }

  .top-section.team {
    height: 200px;
    padding-bottom: 15px;
  }

  .top-section.ads {
    background-size: auto, cover;
    height: 180px;
    padding-top: 67px;
  }

  .top-section.content, .top-section.linkedintop {
    height: 300px;
    padding-top: 63px;
  }

  .top-section.smm {
    background-size: auto, cover;
    height: 180px;
    padding-top: 67px;
  }

  .top-section.seo {
    height: 300px;
    padding-top: 63px;
  }

  .top-section.targeting {
    height: auto;
    padding-top: 63px;
  }

  .top-section.book-call {
    background-size: auto, cover;
    height: 180px;
    padding-top: 67px;
  }

  .top-section.strategy, .top-section.digital, .top-section.printing, .top-section.media {
    height: 300px;
    padding-top: 63px;
  }

  .top-section.google-ads {
    flex-direction: column;
    justify-content: center;
    height: 300px;
    padding-top: 35px;
    display: flex;
  }

  .top-section.design, .top-section.data-direct {
    height: 300px;
    padding-top: 63px;
  }

  .top-section.hosting {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    padding-top: 63px;
    display: flex;
  }

  .div-block-149 {
    margin-bottom: 0;
  }

  .section-subhead {
    width: 100%;
    margin-top: 0;
    margin-bottom: 37px;
    padding-left: 33px;
    padding-right: 33px;
    font-size: 15px;
    line-height: 20px;
  }

  .bodytexts {
    padding-bottom: 0;
    padding-left: 36px;
    padding-right: 45px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .bodytexts.ar-section-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytexts.centre {
    padding-left: 26px;
    padding-right: 26px;
  }

  .box-text {
    text-align: center;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0%;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

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

  .column-69 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .action-steps._1, .action-steps._6, .action-steps._3, .action-steps._5, .action-steps._4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-101 {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    font-size: 20px;
  }

  .right-column-div {
    width: 100%;
    display: none;
  }

  .heading-94.fact1-title {
    float: none;
    text-align: center;
    float: none;
    text-align: left;
    float: none;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .column-11 {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-centre-2 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .subheading-2 {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 21px;
    line-height: 30px;
  }

  .column-58 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .contact-details-bottom-bar {
    background-size: 18px;
    font-size: 18px;
  }

  .contact-details-bottom-bar-email {
    font-size: 14px;
  }

  .contact---bottom-links {
    display: flex;
  }

  .bottom-bar {
    padding-top: 62px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .contact-details-bottom-bar-address {
    font-size: 12px;
  }

  .image-71 {
    text-align: center;
    width: 175px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .column-59 {
    text-align: center;
    padding-left: 0;
  }

  .button-30 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-67 {
    font-size: 12px;
  }

  .button-31 {
    margin-right: 0;
    font-size: 3vw;
  }

  .card_bg-2.slot1, .card_bg-2.dyson {
    justify-content: flex-start;
    display: flex;
  }

  .card-2 {
    text-align: left;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .paragraph-20 {
    font-size: 20px;
  }

  .heading-centre-3 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .subheading-3 {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 21px;
    line-height: 30px;
  }

  .button-7-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 4vw;
  }

  .div-block-150 {
    height: 60px;
    margin-left: -165px;
    padding-left: 42px;
  }

  .heading-98 {
    font-size: 24px;
    line-height: 30px;
  }

  .portfolio-holder {
    max-width: 100%;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-body-text {
    width: 100%;
  }

  .brand-subtitle {
    font-size: 25px;
  }

  .verticals {
    letter-spacing: -1px;
    margin-top: 25px;
    font-size: 5.5vw;
  }

  .brand-title {
    font-size: 21px;
  }

  .section-titles {
    padding-top: 10px;
    font-size: 40px;
  }

  .work-process-top {
    height: auto;
    padding-top: 87px;
  }

  .div-block-151 {
    margin-bottom: 0;
  }

  .process {
    margin-top: 16px;
  }

  .column-68 {
    padding-left: 0;
  }

  .step-details {
    padding-left: 36px;
    padding-right: 45px;
    font-size: 12px;
    line-height: 20px;
  }

  .titulo-done {
    padding-left: 37px;
    font-size: 25px;
  }

  .titulo-done.pending {
    padding-right: 183px;
  }

  .column-67 {
    padding-left: 28px;
  }

  .column-67.done, .column-67.shorts {
    flex-direction: column;
    align-items: flex-start;
    height: 200px;
    padding-left: 28px;
    padding-right: 1px;
    display: block;
  }

  .progress-done1 {
    margin-left: 34px;
  }

  .background-sections {
    margin-top: 0;
  }

  .button-32 {
    margin-right: 0;
    font-size: 3vw;
  }

  .heading-99 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 20px;
  }

  .heading-centre-4 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .container-3.cta-bottom {
    margin-bottom: 47px;
  }

  .new-project {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-152 {
    height: 60px;
    margin-left: -165px;
    padding-left: 42px;
  }

  .header-left {
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .portfolio-holder-2 {
    max-width: 100%;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-72 {
    font-size: 13px;
  }

  .folio-lionsgate {
    background-size: cover;
    height: 300px;
  }

  .visit-website-link {
    background-size: auto 18px;
    width: 200px;
    height: 50px;
  }

  .folio-lionsgate-2 {
    height: 300px;
  }

  .carrusel-holder-responsive {
    height: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .visit-website-link-2 {
    background-size: auto 18px;
    width: 200px;
    height: 50px;
  }

  .carrusel-holder-laptop {
    height: 500px;
  }

  .folio-abg2 {
    height: 400px;
  }

  .folio-abg-cards, .pcg-id-2 {
    height: 500px;
  }

  .carrusel-holder-laptop-lsr {
    height: 400px;
  }

  .carrusel-holder-responsive-lsr, .ar-menu-lsr {
    height: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .ar-sample1 {
    flex-direction: column;
  }

  .web-top-video {
    background-image: linear-gradient(to bottom, #01172ecc, #01172ecc), linear-gradient(195deg, transparent, transparent 70%, var(--midnight-blue) 70%);
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-bottom: 0;
    display: flex;
  }

  .titulo-webdesign {
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    margin-top: 25px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 45px;
    line-height: 45px;
  }

  .subtitles {
    margin-top: 2px;
    font-size: 25px;
  }

  .subtitles.pages {
    text-align: center;
    width: 100%;
    margin-bottom: 143px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .website-cta {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
  }

  .container-5 {
    margin-top: 0;
  }

  .section-5 {
    background-color: #ffffffdb;
    background-image: linear-gradient(#0000, #01172e00 12%, #ccd1d500 86%, #022345), url('../images/blue-bottom1.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 100%;
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .main-title-black {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 24px;
    line-height: 30px;
  }

  .main-title-black.leads {
    text-align: center;
    margin-bottom: 28px;
    font-size: 21px;
  }

  .main-title-black.left {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
  }

  .website-cta-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
  }

  .fact1 {
    text-align: center;
    margin-bottom: 22px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    line-height: 22px;
  }

  .container-6 {
    flex-direction: column;
    align-items: center;
  }

  .web-holder16, .web-holder11, .web-holder13, .web-holder5, .web-holder15, .web-holder9, .web-holder8, .web-holder20, .web-holder6, .web-holder18, .web-holder19 {
    width: 95%;
  }

  .demo-wrapper {
    margin-top: 140px;
    padding-left: 110px;
    padding-right: 110px;
  }

  .web-holder17, .web-holder2, .web-holder7, .web-holder3, .web-holder4, .web-holder12, .web-holder, .web-holder14, .web-holder10 {
    width: 95%;
  }

  .body-columns {
    padding-top: 216px;
  }

  .image-84 {
    width: 80%;
  }

  .bold-text-3 {
    text-align: center;
  }

  .fact1-2 {
    text-align: center;
    margin-bottom: 22px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    line-height: 22px;
  }

  .fact1-2.right {
    text-align: center;
  }

  .body-columns-followed {
    padding-top: 0;
  }

  .main-col-right {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-87 {
    width: 90%;
  }

  .image-86 {
    width: 85%;
  }

  .image-85 {
    width: 80%;
  }

  .section-title {
    align-self: auto;
  }

  .section-subtitle.color-gold {
    text-align: center;
  }

  .subtitulo-webdesign {
    text-align: center;
    letter-spacing: -1px;
    margin-top: 25px;
    padding-bottom: 21px;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .graph {
    background-size: 90%;
    width: 100%;
    max-width: 100%;
    height: 300px;
  }

  .carrusel-holder-responsive-sth {
    height: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .carrusel-holder-laptop-sth {
    height: 500px;
  }

  .folio-primeland {
    height: 300px;
  }

  .carrusel-holder-laptop-lsr-2 {
    height: 400px;
  }

  .web-sample-primeland, .carrusel-holder-responsive-sinus {
    height: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contact-form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-web-screen {
    height: 400px;
    display: flex;
  }

  .image-89 {
    width: auto;
    height: auto;
    display: block;
  }

  .section-6 {
    display: flex;
  }

  .ppc1 {
    background-position: -80% 100%;
    background-size: 120%;
    padding-top: 0;
  }

  .bold-text-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .revenue {
    background-position: 0 100%;
    background-size: 150%;
    height: 100vh;
    padding-top: 110px;
  }

  .revenue-title, .revenue-title.black {
    font-size: 18px;
    line-height: 25px;
  }

  .top-bluebg {
    background-position: 0 -70px;
    height: 100vh;
    padding-top: 73px;
  }

  .title1 {
    font-size: 25px;
  }

  .web-design-blurb {
    margin-top: 2px;
    font-size: 25px;
  }

  .web-design-blurb.pages {
    text-align: center;
    width: 100%;
    margin-bottom: 143px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .cta-web-design {
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .web-tri2 {
    text-align: center;
    padding-top: 137px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 21px;
    line-height: 30px;
  }

  .web-tri2.leads {
    text-align: center;
    margin-bottom: 28px;
  }

  .web-tri2.left {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .web-fact1 {
    text-align: center;
    margin-bottom: 22px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
    line-height: 22px;
  }

  .body-columns-last {
    padding-top: 0;
  }

  .c-side-navmenu {
    background-color: #03153f;
    background-image: linear-gradient(#03153fc7, #03153fc7), linear-gradient(to right, #298cef, #fff0);
    height: auto;
    padding: 10px;
    display: block;
  }

  .c-nav-extra-links {
    border-top-style: none;
    padding-top: 0;
  }

  .c-menu-controls {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .c-sidenavbar {
    position: fixed;
    inset: 0% 0% auto;
  }

  .c-side-brand-logo {
    flex: 1;
    margin-bottom: 0;
  }

  ._w-hero-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .c-body-content {
    padding-left: 0;
  }

  .c-menu-btn {
    float: none;
    color: #fff;
    border: 2px solid #fff0;
    border-radius: 10px;
    transition: all .35s;
  }

  .c-menu-btn.w--open {
    background-color: #0000;
    border-style: none;
    border-color: #ffffffbf;
  }

  .c-sidenavbar-container {
    display: block;
  }

  .account-text {
    font-size: 15px;
  }

  .account-text.terms {
    font-size: 13px;
  }

  .logo-dashboard {
    z-index: 6000;
    background-image: url('../images/webclip.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    margin-left: 22px;
    position: relative;
  }

  .folio-isf {
    height: 300px;
  }

  .play-button {
    width: 60px;
  }

  .carrusel-holder-responsive-haibike {
    height: 500px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .revenue-title-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .ppc-section-bottom {
    background-position: 0 100%;
    background-size: 150%;
    padding-top: 0;
  }

  .campaigns-block1 {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .traffic-design {
    margin-bottom: 26px;
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .organic-blurb-left {
    text-align: center;
    margin-bottom: 22px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .organic-blurb-left.white {
    font-size: 16px;
  }

  .organic-row-top {
    padding-top: 103px;
  }

  .column-30 {
    text-align: center;
    margin-top: 22px;
    padding-top: 0;
  }

  .growth-1 {
    width: 100%;
    display: block;
  }

  .organic-row-right {
    margin-top: -3px;
  }

  .organic-blurb-right {
    margin-bottom: 22px;
    padding-right: 12px;
    font-size: 14px;
    line-height: 18px;
  }

  .image-27 {
    padding-top: 0;
    display: none;
  }

  .organic-row-bottom {
    padding-top: 103px;
  }

  .growth-3 {
    z-index: 5000;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
  }

  .box-text-2 {
    text-align: center;
    margin-bottom: 22px;
    padding-left: 0;
    padding-right: 0%;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 18px;
  }

  .box-text-2.white {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .organic-row-left {
    padding-top: 103px;
    padding-left: 0;
    padding-right: 0;
  }

  .pageblurb-2 {
    margin-bottom: 41px;
    font-size: 13px;
    line-height: 24px;
  }

  .pageblurb-2.rev {
    margin-top: 6px;
    margin-bottom: 19px;
    padding-left: 0;
    font-size: 14px;
  }

  .section-8 {
    background-position: 0 0, 50% 100%, 0 -240px;
    padding-top: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .web-fact1-2 {
    text-align: center;
    margin-bottom: 22px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 15px;
    line-height: 22px;
  }

  .main-title-black-2 {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 24px;
    line-height: 30px;
  }

  .main-title-black-2.left {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .main-title-black-2.leads {
    text-align: center;
    margin-bottom: 28px;
    font-size: 24px;
  }

  .section-intro-top {
    background-image: radial-gradient(circle at 13% 17%, #040929a6, #fff0), url('../images/growth3.png'), linear-gradient(#031728bd, #031728bd), none;
    background-position: 0 0, 100% 96%, 0 0, -396px -64px;
    height: 250px;
  }

  .titulo-pag {
    margin-bottom: 86px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: block;
  }

  .blog-post, .blog-post-2 {
    height: auto;
  }

  .container-10 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .main-col {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17, .heading-17-copy, .blog-title {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-title-post {
    padding-top: 6px;
    font-size: 18px;
    line-height: 24px;
  }

  .blog-h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .column-75 {
    padding-left: 29px;
    padding-right: 29px;
  }

  .bodytexts-contact {
    padding-bottom: 13px;
    padding-left: 36px;
    padding-right: 45px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .bodytexts-contact.ar-section-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .resize-text {
    color: #333;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    display: none;
  }

  .browser-demo {
    flex-flow: column;
    justify-content: center;
    width: 400px;
    height: 500px;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .demo-wrapper-2 {
    min-height: 100vh;
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._145-open-button-wrapper {
    display: flex;
  }

  ._145-menu-item-wrapper, ._145-close-button-wrapper {
    margin-right: 40px;
  }

  .demo-container {
    background-image: linear-gradient(#0000, #0000);
    background-attachment: scroll;
    align-items: center;
    min-height: 100vh;
    display: flex;
  }

  .demo-wrapper-3 {
    min-height: 100vh;
    margin-top: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .brands-stripe {
    padding-top: 6px;
    padding-bottom: 36px;
  }

  .column-7 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 31px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .column-4 {
    padding: 0 29px 17px;
  }

  .brands {
    display: block;
  }

  .column-5 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .image-3 {
    width: 120px;
  }

  .column-2 {
    padding: 18px 31px;
  }

  .image-2 {
    width: 100px;
  }

  .column {
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 0;
    display: flex;
  }

  .contact-modal {
    object-fit: contain;
    flex-flow: column-reverse;
    justify-content: flex-end;
    height: auto;
    margin-top: -15px;
    position: static;
  }

  .contact-top-left {
    align-items: flex-start;
    padding-bottom: 23px;
  }

  .heading-103 {
    margin-top: 0;
    padding-left: 0;
    font-size: 30px;
  }

  .city-wrapper {
    flex-direction: column;
    margin-top: 15px;
  }

  .city-wrapper.current {
    margin-top: 40px;
  }

  .city-image, .city-image._2, .city-image._4 {
    height: 150px;
    min-height: 150px;
  }

  .city-image.current {
    margin-right: 0;
  }

  .paragraph-28 {
    text-align: left;
    font-size: 12px;
  }

  .close-buttonn {
    position: absolute;
  }

  .contact-bottom-row {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 0;
  }

  .purpose-titlw {
    text-align: left;
    font-size: 18px;
  }

  .addresses {
    line-height: 18px;
  }

  .d-21-image-text {
    transform: none;
  }

  .d-21-image-wrapper.down {
    margin-top: 17px;
    margin-bottom: 17px;
    bottom: 0;
  }

  .d-21-wrapper {
    flex-direction: column;
  }

  .form-title {
    text-align: left;
    margin-top: 25px;
  }

  .web-design-plans {
    height: auto;
    padding-top: 87px;
  }

  .price-grid {
    grid-template-columns: 1fr;
    max-width: 460px;
  }

  .pricing-column {
    background-color: #fff;
    border-radius: 20px;
  }

  .price {
    font-size: 30px;
    font-weight: 600;
  }

  .feature-grid {
    grid-row-gap: 14px;
  }

  .mob-plan-title {
    font-size: 18px;
  }

  .feature-list1 {
    justify-content: space-between;
    padding-left: 3%;
    padding-right: 3%;
  }

  .package-cta {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 3vw;
  }

  .modal-closer {
    width: 80%;
  }

  .button-close {
    width: auto;
  }

  .divider-circle {
    width: 12px;
    height: 12px;
  }

  .third-article {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .xlarge-paragraph {
    font-size: 10vh;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .wrap-scrolling-text {
    min-height: 250px;
  }

  .cap {
    font-size: 90px;
  }

  .section-10 {
    flex-direction: column;
  }

  .second-article {
    z-index: 21;
    position: relative;
  }

  .heading {
    font-size: 65px;
  }

  .foliov2 {
    flex-direction: column;
  }

  .c-nav-content {
    align-items: flex-start;
  }

  .menu-item-text {
    font-size: 3em;
  }

  ._w-nav {
    padding-top: 8px;
  }

  .c-nav-menu-btn {
    width: 35px;
    height: 35px;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .logo {
    margin-left: 10px;
  }

  .service-box {
    align-items: center;
    height: 180px;
  }

  .service-name {
    font-size: 17px;
  }

  .image-94 {
    padding: 12px;
  }

  .image-95 {
    padding: 11px;
  }

  .image-96 {
    padding: 14px 0;
  }

  .image-97 {
    padding: 15px;
  }

  .image-98 {
    padding: 14px 0;
  }

  .image-99 {
    padding: 16px 0;
  }

  .image-100, .image-101 {
    padding: 13px;
  }

  .image-102 {
    padding: 11px;
  }

  .top-container {
    margin-top: 10px;
  }

  .subtitle {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subtitle.centre {
    padding-left: 19px;
    padding-right: 19px;
  }

  .subtitle.left {
    text-align: center;
  }

  .benefit-titles.fact1-title {
    float: none;
    text-align: center;
    float: none;
    text-align: left;
    float: none;
    text-align: left;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .heading-block {
    width: auto;
  }

  .final-feature-grid {
    text-align: center;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .feature-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .small-feature-image-block {
    display: block;
  }

  .small-feature-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .small-feature-grid.small-feature-grid-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .small-feature-grid.middle {
    margin-top: 86px;
  }

  .small-feature-image {
    width: 350px;
    margin-top: 0;
    padding: 0 88px 88px;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-2.left {
    text-align: center;
  }

  .small-feature-content-block, .small-feature-content-block.right {
    align-items: center;
  }

  .feature-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .price-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-h1 {
    font-size: 55px;
  }

  .guarantee {
    margin-top: 0;
  }

  .guarantee-whit-text {
    padding-left: 0;
    font-size: 15px;
  }

  .solutions-bg {
    flex-wrap: wrap;
    align-content: center;
    align-self: auto;
    margin-top: 34px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .process--landingpage {
    margin-top: 16px;
  }

  .titulo-done-landing-page {
    padding-left: 37px;
    font-size: 25px;
  }

  .titulo-done-landing-page.pending {
    padding-right: 183px;
  }

  .pricing-button {
    z-index: 2;
    position: relative;
  }

  .pricing-plan {
    width: 95%;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .pricing-plan.advanced {
    width: 95%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .plan-price-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .pricing-row {
    padding-left: 0%;
  }

  .pricing-image {
    width: 160px;
    min-width: 0;
    top: -13%;
    right: -80px;
  }

  .box-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .white-big-titles {
    font-size: 25px;
  }

  .image-104 {
    margin-top: -131px;
    padding: 25px;
  }

  .html-embed-9 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  .lottie-animation-5 {
    width: 50px;
    height: 50px;
  }

  .body-text {
    padding-bottom: 0;
    padding-left: 36px;
    padding-right: 45px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .body-text.ar-section-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body-text.centre {
    padding-left: 26px;
    padding-right: 26px;
  }

  .container-15 {
    padding-top: 10px;
  }

  .top-page-img {
    width: 350px;
    margin-top: 0;
    padding: 0 88px 88px;
  }

  .heading-109 {
    font-size: 20px;
  }

  .inclusions-blurb {
    font-size: 15px;
    line-height: 20px;
  }

  .section-13 {
    padding-bottom: 163px;
    padding-left: 26px;
  }

  .main-header {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 30px;
    line-height: 30px;
  }

  .background-portfolio-homepage {
    padding-top: 12px;
  }

  .heading-md {
    font-size: 6vw;
    font-weight: 400;
  }

  .glider {
    width: 400px;
    height: 80vh;
  }

  ._w-nav-2 {
    padding-top: 8px;
  }

  .current-address {
    line-height: 18px;
  }

  .book-holder-2, .book-holder-3 {
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .column-78 {
    padding-left: 0;
    padding-right: 0;
  }

  .web-holderb2c, .web-holder-ta {
    width: 95%;
  }

  .booking-form {
    padding-top: 20px;
  }

  .interest-points {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .heading-112 {
    font-size: 18px;
  }

  .tick {
    min-width: 40px;
  }

  .heading-113, .text-block-75 {
    text-align: center;
  }

  .c-col-menu-links-2 {
    margin-bottom: 40px;
  }

  .c-nav-menu-content-2 {
    width: 80%;
    display: block;
  }

  .menu-item-text-2 {
    font-size: 3em;
  }

  .city-image-2, .city-image-2._2 {
    height: 150px;
    min-height: 150px;
  }

  .current-address-2 {
    line-height: 18px;
  }

  .background-video-11 {
    align-items: flex-end;
    height: 100vh;
  }

  .hero-image {
    align-items: center;
    padding-bottom: 34px;
  }

  .footer-grid-long {
    grid-template-rows: auto auto;
    grid-template-columns: 4fr;
  }

  .footer-column {
    padding-right: 0;
  }

  .col.lg-3.md-4 {
    align-items: center;
    margin-top: 0;
  }

  .col.lg-2.md-4 {
    align-items: center;
  }

  .col.lg-2.md-1.sm-1, .col.lg-2.md-1.sm-1.xs-1 {
    align-items: center;
    width: 100%;
  }

  .col.lg-5, .col.lg-6 {
    width: 100%;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .negative-margin {
    text-align: center;
    margin-bottom: 34px;
    margin-left: 0;
  }

  .row {
    flex-wrap: wrap-reverse;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .footer-heading {
    text-align: center;
  }

  .footer-link-3 {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }

  .footer-link-3.centre {
    text-align: center;
  }

  .footer-v5 {
    width: 100%;
    max-width: 100%;
    padding-left: 11px;
    padding-right: 11px;
  }

  .social-wrappers {
    margin-left: 0;
  }

  .div-block-223 {
    margin-bottom: 0;
  }

  .heading-114 {
    letter-spacing: -1px;
    margin-top: 25px;
    font-size: 5.5vw;
  }

  .heading-114.ppc {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 25px;
  }

  .heading-115.fact1-title {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .button-34 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 3vw;
  }

  .bold-text-20 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-33 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-33.left {
    text-align: left;
  }

  .button-35 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 3vw;
  }

  .image-108 {
    margin-top: -131px;
    padding: 25px;
  }

  .links-wrapper {
    flex-direction: column;
  }

  .row-10, .row-11 {
    flex-wrap: wrap;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row-12 {
    flex-wrap: wrap;
  }

  .section-15 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pageblurb-copy {
    margin-bottom: 41px;
    font-size: 13px;
    line-height: 24px;
  }

  .pageblurb-copy.rev {
    margin-top: 6px;
    margin-bottom: 19px;
    padding-left: 0;
    font-size: 14px;
  }

  .pageblurb-copy.homepage {
    margin-bottom: 126px;
  }

  .pageblurb-copy.homepage.black {
    margin-bottom: 0;
  }

  .pageblurb-copy.careers {
    margin-bottom: 126px;
  }

  .pageblurb-copy.careers.black {
    margin-bottom: 0;
  }

  .image-column {
    margin-bottom: 10px;
  }

  .content-column {
    text-align: center;
    margin-bottom: 13px;
  }

  .subheadings {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 21px;
    line-height: 30px;
  }

  .cta-section {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-heading {
    margin-bottom: 10px;
  }

  .section-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer {
    padding-bottom: 0;
    padding-left: 36px;
    padding-right: 45px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .disclaimer.ar-section-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .disclaimer.centre {
    padding-left: 26px;
    padding-right: 26px;
  }

  .features2.full-screen {
    min-height: 600px;
  }

  .row-13 {
    flex-wrap: wrap;
  }

  .paragraph-35 {
    font-size: 18px;
  }

  .bold-text-21 {
    font-size: 20px;
  }

  .container-17 {
    padding-left: 23px;
    padding-right: 23px;
  }

  .subtitle-top {
    font-size: 15px;
    line-height: 20px;
  }

  .section-17 {
    padding-bottom: 66px;
  }

  .header {
    font-size: 21px;
    line-height: 35px;
  }

  .cta {
    margin-top: -1px;
    font-size: 21px;
  }

  .heading-2 {
    font-size: 18px;
  }

  .heading-3 {
    font-size: 28px;
  }

  .bold-text {
    font-size: 24px;
  }

  .heading-120 {
    font-size: 28px;
  }

  .bold-text2 {
    font-size: 24px;
  }

  .paragraph-36 {
    font-size: 18px;
  }

  .cta-2 {
    margin-top: -1px;
    font-size: 21px;
  }

  .fit-text {
    font-size: 18px;
  }

  .heading-121 {
    font-size: 28px;
  }

  .icon-div {
    height: 400px;
  }

  .bold-text3 {
    font-size: 24px;
  }

  .bold-text-2 {
    font-size: 21px;
  }

  .columns {
    width: 100%;
  }

  .container-18 {
    flex-direction: column;
    align-items: center;
  }

  .heading-6 {
    font-size: 24px;
  }

  .cta-3 {
    margin-top: -1px;
    font-size: 21px;
  }

  .card-item {
    width: 100%;
    height: auto;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .splide__slide {
    width: 260px;
    max-width: 260px;
  }

  .card-icon {
    width: 2rem;
  }

  .card-paragrapgh {
    margin-bottom: .6rem;
  }

  .section-header-2 {
    font-size: 4rem;
  }

  .header-tag {
    font-size: 1rem;
  }

  .splide.slider {
    border-style: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider-card-section {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .tab-panel {
    width: 90%;
  }

  .tab-line-top {
    height: 30px;
  }

  .tab-btn-parent {
    overflow: auto;
  }

  .tab-active {
    width: 200px;
  }

  .tab-line-btm {
    height: 30px;
  }

  .border-line-btm.thin {
    width: 800px;
  }

  .tab-btn-child {
    min-width: 200px;
  }

  .heading-md-2, .tab-title {
    font-size: 6vw;
  }

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

  .super-text {
    font-size: 14vw;
  }

  .super-text.one {
    margin-top: -111px;
  }

  .super-text.two {
    margin-top: 79px;
  }

  .tab-h2 {
    font-size: 3.2vw;
    font-weight: 400;
  }

  .text-span-86 {
    font-size: 21px;
  }

  .main-h3 {
    text-align: center;
    font-size: 4vw;
  }

  .section-25.intro {
    background-position: 0 0, -20%;
    margin-top: 0;
  }

  .div-block-10 {
    margin-bottom: 14px;
  }

  .column-85 {
    padding-left: 0;
  }

  .paragraph-38 {
    text-align: center;
  }

  .about-image {
    min-height: 350px;
  }

  .section-27 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-39 {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 110vh;
  }

  .img-block {
    z-index: 3;
    order: 3;
    width: 70%;
    height: auto;
    min-height: 50vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    position: relative;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 50vh;
    padding-bottom: 20px;
  }

  .steps {
    background-color: var(--white);
    padding-left: 28px;
    padding-right: 28px;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scoll-wrap {
    z-index: 1;
    height: 100%;
    bottom: 50%;
  }

  .dot {
    z-index: 99;
    order: 2;
    align-self: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 50%;
  }

  .step-2 {
    justify-content: center;
    padding: 8%;
  }

  .bold-text-23 {
    text-align: center;
    line-height: 6vw;
  }

  .features-list {
    padding: 60px 15px;
  }

  .xf-text {
    font-size: 24px;
  }

  .xf-text.sub {
    font-size: 25px;
  }

  .button-40.white {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 24px;
  }

  .titles1 {
    font-size: 21px;
  }

  .case-box._2 {
    width: 500px;
    height: 500px;
  }

  .button-41.white {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 24px;
  }

  .features-list-2, .team-circles {
    padding: 60px 15px;
  }

  .container-26 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .heading-126 {
    text-align: center;
    letter-spacing: -1px;
    margin-top: 25px;
    font-size: 5.5vw;
  }

  .heading-126.subt {
    letter-spacing: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 25px;
  }

  .heading-126.subt.at {
    line-height: 40px;
  }

  .heading-127 {
    font-size: 18px;
  }

  .book-holder-nb {
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .inclusions-blurb-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-128 {
    font-size: 20px;
  }

  .book-holder-4 {
    flex-direction: row-reverse;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-44 {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-44.left {
    text-align: center;
  }

  .hosting-terms {
    padding-bottom: 0;
    padding-left: 36px;
    padding-right: 45px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 20px;
  }

  .hosting-terms.ar-section-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hosting-terms.centre {
    padding-left: 26px;
    padding-right: 26px;
  }

  .hero-stack, .features-list-3 {
    padding: 60px 15px;
  }

  .section-28 {
    padding-bottom: 66px;
  }

  .header-2 {
    font-size: 21px;
    line-height: 35px;
  }

  .cta-4 {
    margin-top: -1px;
    font-size: 21px;
  }

  .heading-130 {
    font-size: 18px;
  }

  .heading-131 {
    font-size: 28px;
  }

  .bold-text-33 {
    font-size: 24px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .why {
    margin-bottom: 0;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .footer-cta {
    font-size: 24px;
  }

  .web-holder-brook, .web-holder-rsyf, .web-holder-gws, .web-holder-soyf, .web-holder-tlm, .web-holder-mld, .web-holder-kona, .web-holder-ara, .web-holder-mtt {
    width: 95%;
  }

  .html-embed-14 {
    margin-left: 14px;
    margin-right: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: auto;
    line-height: 39px;
  }

  p {
    width: auto;
    font-size: 15px;
  }

  .contact {
    flex-direction: column;
  }

  .hamburger-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero {
    background-size: 200%;
  }

  .wedo2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wedo2.top {
    display: none;
  }

  .recent-wrapper-wrapper {
    flex-direction: column-reverse;
  }

  .solid-big, ._2nd-project, ._3rd-project, ._1st-project {
    width: 100vw;
    height: 50vw;
  }

  .container-small {
    width: 90vw;
  }

  .footer.black-footer {
    padding-top: 33px;
    padding-bottom: 10px;
  }

  .form-wrapper {
    padding: 17px;
  }

  .form-wrapper-wrapper {
    flex-direction: column;
  }

  .text-field {
    margin-left: 0;
    margin-right: 0;
  }

  .textfield-2 {
    width: 100%;
    margin-left: 0;
  }

  .textarea {
    width: 100%;
    min-height: 60vw;
    margin-left: 0;
  }

  .hero-content-wrapper {
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .navbar {
    display: none;
  }

  .navlink, .navlink.w--current {
    font-size: 3em;
  }

  .cross-link {
    margin-top: 24px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .work-wrapper-wrapper {
    flex-direction: column;
  }

  .work-tile {
    width: 100%;
    height: 50vw;
  }

  .p-section {
    padding-bottom: 56px;
  }

  .black.heading {
    line-height: 26px;
  }

  .external {
    padding-bottom: 67px;
  }

  .white-typical, .black-typical {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-suggestions-wrapper {
    flex-direction: column;
  }

  .solid-tile {
    width: 100%;
    height: 50vw;
  }

  .footer-container {
    align-items: flex-start;
  }

  .footer-text {
    font-size: 11px;
    font-weight: 300;
  }

  .newsletter-textfield {
    border-bottom-width: 3px;
    margin-top: 10px;
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 25px;
  }

  .external-link {
    border-bottom-width: 3px;
    font-size: 22px;
    line-height: 36px;
  }

  .landingmenu {
    flex-direction: column;
    padding: 20px 15px;
  }

  .landingmenu.blue {
    flex-direction: column;
  }

  .landingmenu-link {
    width: 80%;
    height: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .landingmenu-text {
    font-size: 16px;
  }

  .solid, ._4th-project, ._5th-project, ._6th-project {
    width: 84vw;
    height: 50vw;
  }

  .tile-wrapper-wrapper, .services-wrapper {
    flex-direction: column;
  }

  .services-block {
    width: 84vw;
    height: 84vw;
  }

  .field-wrapper-wrapper {
    flex-direction: column;
  }

  .logo-main-top {
    margin-left: 7px;
    padding-top: 10px;
    padding-right: 108px;
  }

  .nav-bar {
    z-index: 9000;
    background-image: linear-gradient(to bottom, var(--midnight-blue), #0d1a3d6e 69%, #121c4400);
    height: 90px;
    position: fixed;
  }

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

  .image-79 {
    width: 200px;
    margin-top: 0;
    padding-right: 45px;
    display: block;
  }

  .phone-link {
    display: none;
  }

  .menu-button-2 {
    width: 60px;
    position: absolute;
  }

  .hero-wrapper {
    display: none;
  }

  .call-from-menu {
    font-size: 23px;
  }

  .burger-line {
    width: 30px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .logo-main-menu {
    align-items: flex-start;
    width: 200px;
    max-height: 90px;
    margin-left: 7px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 18px;
    display: flex;
    position: absolute;
  }

  .heading-9 {
    letter-spacing: -2px;
    margin-top: 22px;
    font-size: 6.7vw;
  }

  .heading-9.page-titles {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
  }

  .heading-9.ssefd {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 53px;
    font-size: 6.7vw;
  }

  .heading-9.ssefd.centre {
    letter-spacing: 0;
    margin-bottom: 11px;
    line-height: 8vw;
  }

  .heading-9.ppc {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-9.subt {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
  }

  .div-block-17 {
    width: 61px;
  }

  .div-block-17.sdgh {
    float: none;
    clear: none;
    margin-top: 81px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: absolute;
  }

  .paragraph-18 {
    margin-bottom: 3px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-132 {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 18px;
    display: flex;
  }

  .card {
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .image-76 {
    width: 50px;
    height: 50px;
  }

  .image-74 {
    width: 65px;
    height: auto;
  }

  .button-7 {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 18px;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }

  .services-box {
    margin-top: -24px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .background-video-8 {
    justify-content: flex-start;
    height: auto;
    padding: 49px 4px;
  }

  .background-video-8.services-page {
    justify-content: flex-start;
    height: auto;
    padding-top: 156px;
    padding-bottom: 263px;
  }

  .card_bg {
    align-items: center;
    min-width: 90vw;
    margin-bottom: 0;
    display: flex;
  }

  .image-83 {
    width: 70px;
  }

  .pageblurb {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .pageblurb.rev {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .pageblurb.black {
    margin-bottom: 7px;
  }

  .pageblurb.rev {
    margin-bottom: 16px;
  }

  .pageblurb.rev.left {
    color: var(--midnight-blue);
    text-align: center;
  }

  .pageblurb.homepage {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .pageblurb.homepage.black {
    width: 100%;
  }

  .pageblurb.careers {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .pageblurb.careers.black {
    width: 100%;
  }

  .card_content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 8px;
    display: flex;
  }

  .sols-4 {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-top: 3px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sols-4.portfolio-section {
    margin-top: 0;
    padding-top: 109px;
  }

  .sols-4.services-page {
    padding-top: 147px;
  }

  .image-75 {
    width: 70px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-78 {
    width: 65px;
    height: 65px;
  }

  .image-73 {
    width: 60px;
    height: auto;
    padding: 0;
    display: block;
  }

  .card_line {
    margin-bottom: 9px;
  }

  .image-77 {
    width: 60px;
    height: auto;
    margin-bottom: 0;
  }

  .image70 {
    width: 70px;
  }

  .outlined-text-wrapper.bottom {
    margin-bottom: 200px;
  }

  .outlined-text-wrapper.top {
    justify-content: space-between;
    margin-bottom: 115px;
  }

  .brain-holder {
    flex-direction: row;
    width: 150%;
    margin-bottom: -26px;
    margin-left: auto;
    margin-right: auto;
  }

  .wedo3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lottie-animation {
    width: 180%;
    margin-bottom: 21px;
  }

  .background-video-9 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 97px;
  }

  .review-widget {
    background-position: 50% 90%;
    background-size: 100%;
    width: 120px;
    margin-left: 6px;
  }

  .div-block-78 {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .div-block-78.asdae {
    background-image: linear-gradient(#08132e, #08132e00 53%, #fff), url('../images/codigo-design.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    width: 100%;
    max-width: 100%;
    padding-top: 1px;
    padding-bottom: 144px;
  }

  .heading-centre {
    letter-spacing: 0;
    margin-top: 13px;
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 25px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .renevue-blurb {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 25px;
  }

  .book-holder {
    width: 100%;
    padding-bottom: 10px;
  }

  .button-8 {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 19px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    bottom: 0;
  }

  .button-8.left {
    justify-content: center;
  }

  .top-section.brand {
    height: 100vh;
    padding-top: 84px;
  }

  .top-section.ar {
    height: 100vh;
  }

  .top-section.contact-page {
    background-position: 0 0, 50% 0;
    height: 150px;
  }

  .top-section.ppcc {
    height: 400px;
    padding-top: 84px;
    padding-bottom: 5px;
  }

  .top-section.acount {
    height: 100vh;
    padding-top: 59px;
  }

  .top-section.privacy {
    background-position: 0 0, 50% 0;
    height: 150px;
  }

  .top-section.organic, .top-section.blog {
    padding-top: 84px;
  }

  .top-section.team {
    background-position: 0 0, 50% 0;
    height: 150px;
  }

  .top-section.ads, .top-section.smm {
    padding-top: 84px;
    padding-bottom: 5px;
  }

  .top-section.targeting {
    padding-top: 87px;
  }

  .top-section.book-call {
    padding-top: 84px;
    padding-bottom: 5px;
  }

  .top-section.strategy {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 17px;
    display: flex;
  }

  .top-section.digital {
    background-image: linear-gradient(#08132eed, #022345a3 55%, #022345b8 101%), url('../images/digital-bg.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 21px;
  }

  .top-section.media {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
    display: flex;
  }

  .top-section.google-ads {
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    display: flex;
  }

  .top-section.design {
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 17px;
    display: flex;
  }

  .top-section.data-direct {
    background-image: linear-gradient(#08132eed, #022345a3 55%, #022345b8 101%), url('../images/target.jpeg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    padding-bottom: 21px;
  }

  .top-section.hosting {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-149 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
    display: flex;
  }

  .section-subhead {
    margin-top: -1px;
    margin-bottom: 19px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 14px;
    line-height: 20px;
  }

  .bodytexts {
    padding-bottom: 68px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .bodytexts.ar-section-text {
    clear: none;
    font-size: 13px;
    line-height: 20px;
  }

  .bodytexts.centre {
    padding-bottom: 33px;
    padding-left: 0;
    padding-right: 0;
  }

  .bodytexts.centre.targetpage {
    text-align: center;
  }

  .box-text {
    text-align: center;
    margin-top: 18px;
    padding-left: 0;
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }

  .consult-section {
    margin-top: 0;
  }

  .column-69 {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 41px;
    padding-right: 0;
    position: static;
  }

  .action-steps._1, .action-steps._6, .action-steps._3, .action-steps._5, .action-steps._4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .white-box {
    margin-left: -7px;
    margin-right: -7px;
  }

  .heading-101 {
    font-size: 15px;
  }

  .heading-94.fact1-title {
    clear: none;
    text-align: left;
    clear: none;
    text-align: left;
    clear: none;
    text-align: left;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .column-28 {
    position: relative;
  }

  .column-11 {
    clear: right;
    margin-top: 3px;
    margin-bottom: 14px;
    padding-bottom: 0;
  }

  .heading-centre-2 {
    letter-spacing: 0;
    margin-top: 13px;
    margin-bottom: 30px;
    font-size: 8vw;
    line-height: 12vw;
  }

  .subheading-2 {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 4vw;
    line-height: 7vw;
  }

  .column-58 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contact-details-bottom-bar {
    font-size: 21px;
  }

  .contact---bottom-links {
    flex-direction: column;
  }

  .bottom-bar {
    background-position: 0 0, 100% 30%;
    background-size: auto, auto;
    padding: 17px 0 41px;
  }

  .contact-details-bottom-bar-address {
    background-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;
  }

  .image-71 {
    text-align: center;
    width: 121px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .column-59 {
    text-align: center;
    margin-bottom: -22px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .button-30 {
    align-self: auto;
    align-items: stretch;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    display: flex;
  }

  .text-block-67 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 9px;
  }

  .background-portfolio {
    background-image: linear-gradient(#01172ef7 5%, #01172e00 14%), radial-gradient(circle at 0%, #ffffffdb, #08132e00 38%), url('../images/mountains2.png'), linear-gradient(#ffffff4f, #ffffff4f);
    background-position: 0 0, 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 100%, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    padding: 81px 26px 0;
  }

  .button-31 {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 19px;
    font-size: 24px;
    font-weight: 500;
    display: block;
  }

  .paragraph-20 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-centre-3 {
    letter-spacing: 0;
    margin-top: 13px;
    margin-bottom: 30px;
    font-size: 8vw;
    line-height: 12vw;
  }

  .subheading-3 {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 4vw;
    line-height: 7vw;
  }

  .button-7-copy {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 19px;
    font-size: 5vw;
    font-weight: 500;
    display: block;
  }

  .button-7-copy.centre {
    font-size: 18px;
  }

  .div-block-150 {
    height: 50px;
    margin-left: -175px;
  }

  .blog-image-2 {
    width: 100%;
  }

  .heading-98 {
    text-align: left;
    font-size: 21px;
    line-height: 25px;
  }

  .back-to-work {
    font-size: 15px;
  }

  .portfolio-holder {
    margin-top: 63px;
    margin-left: 0;
    padding: 22px 12px 0;
  }

  .background-work-showcase {
    padding: 81px 0 0;
  }

  .portfolio-body-text {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .carrusel-holder {
    height: 500px;
  }

  .div-block-138-copy {
    height: 400px;
  }

  .brand-subtitle {
    margin-top: 29px;
    font-size: 22px;
  }

  .verticals {
    letter-spacing: -2px;
    margin-top: 22px;
    font-size: 6.7vw;
  }

  .verticals.ssefd {
    text-align: right;
    margin-top: 31px;
    font-size: 6.7vw;
  }

  .brand-title {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
  }

  .section-titles {
    margin-top: 13px;
    font-size: 25px;
  }

  .work-process-top {
    height: auto;
    padding-top: 74px;
  }

  .div-block-151 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

  .process {
    margin-top: 0;
  }

  .vertical-progress-bar {
    margin-top: -37px;
  }

  .step-details {
    justify-content: center;
    align-items: center;
    line-height: 18px;
    display: flex;
  }

  .titulo-done {
    margin-top: 13px;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .titulo-done.pending {
    padding-right: 21px;
  }

  .column-67 {
    height: auto;
    min-height: 200px;
    padding-left: 26px;
  }

  .column-67.done, .column-67.shorts {
    height: 280px;
    padding-left: 26px;
  }

  .progress-done1 {
    margin-left: -6px;
    padding-left: 0;
    padding-right: 1px;
  }

  .background-sections {
    margin-top: 0;
    padding-top: 81px;
    padding-bottom: 0;
  }

  .button-32 {
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 19px;
    font-size: 24px;
    font-weight: 500;
    display: block;
  }

  .div-block-32 {
    width: 100%;
    padding-left: 19px;
    padding-right: 14px;
  }

  .heading-99 {
    font-size: 18px;
  }

  .heading-centre-4 {
    letter-spacing: 0;
    margin-top: 13px;
    margin-bottom: 30px;
    font-size: 8vw;
    line-height: 12vw;
  }

  .heading-centre-4.dark {
    padding-left: 32px;
    padding-right: 32px;
    line-height: 40px;
  }

  .container-3 {
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 0% 0% auto;
  }

  .new-project {
    padding-bottom: 0;
    display: block;
  }

  .div-block-91 {
    padding-top: 0;
    display: block;
  }

  .div-block-152 {
    height: 50px;
    margin-left: -175px;
  }

  .background-portfolio-2 {
    padding-top: 81px;
    padding-bottom: 0;
  }

  .header-left {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 30px 25px;
    display: flex;
  }

  .portfolio-holder-2 {
    margin-top: 63px;
    margin-left: -6px;
    padding: 7px 21px 98px;
  }

  .folio-lionsgate {
    height: 200px;
  }

  .visit-website-link {
    margin-left: auto;
    margin-right: auto;
  }

  .folio-lionsgate-2 {
    height: 200px;
  }

  .lionsgate-sample2, .lionsgate-sample3 {
    height: 300px;
  }

  .block-quote-2 {
    margin-top: 29px;
  }

  .folio-abg1 {
    height: 400px;
  }

  .carrusel-holder-responsive, .carrusel-holder-laptop, .folio-abg2, .folio-abg-packaging {
    height: 300px;
  }

  .folio-pcg, .folio-lsr {
    height: 400px;
  }

  .carrusel-holder-laptop-lsr, .carrusel-holder-responsive-lsr, .ar-menu-lsr {
    height: 300px;
  }

  .container-8 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .ar-sample1 {
    flex-direction: column;
  }

  .web-top-video {
    background-image: linear-gradient(to bottom, #01172ecc, #01172ecc), linear-gradient(204deg, transparent 70%, var(--midnight-blue) 70%);
    flex-direction: column;
    height: 100vh;
    padding-top: 297px;
  }

  .titulo-webdesign {
    text-align: center;
    letter-spacing: 0;
    margin-top: 22px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
  }

  .titulo-webdesign.small {
    width: 100%;
    font-size: 18px;
  }

  .subtitles {
    font-size: 20px;
  }

  .subtitles.pages {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 33px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 20px;
    position: static;
  }

  .cta-pages {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .website-cta {
    letter-spacing: 0;
    text-transform: none;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: block;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-88 {
    width: 90%;
  }

  .main-title-black {
    padding-left: 29px;
    padding-right: 29px;
    font-size: 24px;
    line-height: 30px;
  }

  .main-title-black.right {
    text-align: center;
  }

  .website-cta-2 {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 6px;
    font-size: 18px;
    font-weight: 500;
    display: block;
  }

  .fact1 {
    float: left;
    margin: 43px 0 46px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .container-6 {
    margin-top: 39px;
  }

  .web-holder16, .web-holder11 {
    height: 250px;
  }

  .web-holder13 {
    background-position: 50%;
    height: 250px;
  }

  .web-holder5 {
    height: 250px;
  }

  .wrapper-1080 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .web-holder15 {
    height: 250px;
  }

  .web-holder9, .web-holder8 {
    background-position: 50%;
    height: 250px;
  }

  .web-holder20, .web-holder6, .web-holder18, .web-holder19 {
    height: 250px;
  }

  .demo-wrapper {
    align-items: center;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .web-holder17, .web-holder2, .web-holder7, .web-holder3, .web-holder4 {
    height: 250px;
  }

  .web-portfolio-section.background-green {
    padding-top: 59px;
  }

  .web-holder12 {
    height: 250px;
  }

  .web-holder {
    height: 200px;
  }

  .web-holder14 {
    height: 250px;
  }

  .web-holder10 {
    background-position: 50%;
    height: 250px;
  }

  .body-columns {
    margin-top: auto;
    padding-bottom: 0;
  }

  .fact1-2 {
    float: left;
    margin: 43px 0 46px;
    padding-left: 7%;
    padding-right: 7%;
    font-size: 15px;
  }

  .fact1-2.left {
    font-size: 14px;
  }

  .body-columns-followed {
    padding-bottom: 0;
  }

  .main-info-left-col {
    text-align: center;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .main-col-right {
    clear: right;
    margin-top: 3px;
    margin-bottom: 90px;
    padding-bottom: 0;
  }

  .section-title {
    text-align: center;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-subtitle.color-gold {
    text-align: center;
  }

  .subtitulo-webdesign {
    text-align: center;
    letter-spacing: 0;
    margin-top: 22px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .folio-everlast {
    width: 95%;
    height: 400px;
  }

  .folio-stc {
    height: 400px;
  }

  .carrusel-holder-responsive-sth, .carrusel-holder-laptop-sth {
    height: 300px;
  }

  .folio-primeland {
    height: 200px;
  }

  .carrusel-holder-laptop-lsr-2, .web-sample-primeland {
    height: 300px;
  }

  .folio-sinus1 {
    height: 400px;
  }

  .carrusel-holder-responsive-sinus {
    height: 300px;
  }

  .section-6 {
    background-position: 100%;
    height: 300px;
  }

  .ppc1 {
    background-position: 400% 100%;
    background-size: 90%;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-4 {
    float: left;
    text-align: center;
    margin-left: 0;
    display: flex;
  }

  .revenue {
    height: 50vh;
    padding-top: 36px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .revenue.cont {
    height: 70vh;
  }

  .revenue-title {
    font-size: 18px;
    line-height: 25px;
  }

  .top-bluebg {
    background-position: 50% 0;
    background-size: 100%;
    height: 100vh;
    padding-top: 134px;
    padding-bottom: 59px;
  }

  .title1 {
    font-size: 18px;
    line-height: 25px;
  }

  .web-design-blurb {
    font-size: 20px;
  }

  .web-design-blurb.pages {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 33px;
    padding-left: 27px;
    font-size: 15px;
    line-height: 20px;
    position: static;
  }

  .cta-web-design {
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .web-tri2 {
    padding-top: 80px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
  }

  .web-tri2.right {
    text-align: center;
  }

  .web-fact1 {
    float: left;
    margin: 43px 0 46px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .body-columns-last {
    margin-top: auto;
  }

  .c-side-navmenu {
    padding-top: 55px;
  }

  .c-sidenavbar {
    height: 60px;
  }

  .hero-header {
    font-size: 2.5em;
    line-height: 1.2em;
  }

  .c-side-brand-logo {
    padding-top: 0;
    padding-bottom: 0;
  }

  .c-sidenavbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-subheader {
    font-size: 1.5em;
  }

  .account-text {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }

  .logo-dashboard {
    width: 90px;
    height: 90px;
    margin-left: 13px;
  }

  .privacy-body {
    padding: 40px 17px 17px;
  }

  .folio-isf {
    height: 200px;
  }

  .folio-mavic-ar {
    width: 95%;
    height: 400px;
  }

  .folio-haibike {
    height: 400px;
  }

  .carrusel-holder-responsive-haibike {
    height: 300px;
  }

  .folio-stages {
    height: 400px;
  }

  .revenue-title-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .revenue-title-2.left, .revenue-title-2.quality2 {
    color: var(--midnight-blue);
  }

  .ppc-section-bottom {
    height: auto;
    padding-bottom: 288px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ppc-row3 {
    justify-content: center;
    align-items: center;
    padding-top: 228px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .campaigns-block1 {
    text-align: left;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 41px;
    padding-right: 0;
    position: static;
  }

  .traffic-design {
    background-image: linear-gradient(to top, #ff9f9f00 48%, #ffffffe0), linear-gradient(#0000, #0000);
    height: 1000px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .organic-blurb-left {
    float: left;
    margin: -11px -3px 46px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .section-body.wide {
    margin-left: 41px;
    margin-right: 41px;
  }

  .organic-row-top {
    margin-left: -44px;
    margin-right: -44px;
    padding-top: 193px;
  }

  .background-video-10 {
    height: 1000px;
  }

  .column-30 {
    margin-top: -104px;
  }

  .growth-1 {
    height: 200px;
  }

  .organic-row-right {
    margin-top: 47px;
    margin-left: -46px;
    margin-right: -46px;
  }

  .organic-blurb-right {
    float: left;
    margin: -11px 14px 46px;
    padding-left: 0;
    padding-right: 0%;
    font-size: 14px;
  }

  .organic-row-bottom {
    margin-left: -44px;
    margin-right: -44px;
    padding-top: 48px;
  }

  .growth-3 {
    height: 200px;
  }

  .white-box-traffic {
    margin-left: -7px;
    margin-right: -7px;
  }

  .box-text-2 {
    text-align: center;
    margin-top: 18px;
    padding-left: 0;
    font-size: 14px;
  }

  .box-text-2.white {
    font-size: 14px;
  }

  .organic-row-left {
    padding-top: 27px;
  }

  .row-9 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pageblurb-2 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .pageblurb-2.rev {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .pageblurb-2.left {
    color: var(--midnight-blue);
  }

  .web-fact1-2 {
    float: left;
    margin: 43px 0 46px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .main-title-black-2 {
    padding-left: 29px;
    padding-right: 29px;
    font-size: 24px;
    line-height: 30px;
  }

  .main-title-black-2.leads {
    font-size: 21px;
  }

  .content-row3 {
    justify-content: center;
    align-items: center;
    padding-top: 119px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-intro-top {
    height: 200px;
    position: relative;
  }

  .section-intro-top.top-blog {
    background-image: radial-gradient(circle at 13% 17%, #040929a6, #fff0), linear-gradient(#0000, #0000), none;
    background-position: 0 0, 0 0, 14% 58%;
  }

  .titulo-pag {
    text-align: center;
    margin-bottom: 51px;
    margin-right: auto;
    font-size: 18px;
    line-height: 25px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .blog-post {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
  }

  .blog-post-title {
    font-size: 17px;
  }

  .blog-post-2 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 9px;
    padding-right: 9px;
  }

  .blog-post-2.right {
    margin-left: auto;
    margin-right: auto;
  }

  .container-10 {
    padding-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .blog-holder {
    padding-top: 30px;
  }

  .main-col {
    margin-left: -6px;
    padding-bottom: 98px;
    padding-left: 17px;
    padding-right: 11px;
  }

  .heading-17, .heading-17-copy {
    font-size: 21px;
    line-height: 25px;
  }

  .blog-title-post {
    font-size: 16px;
  }

  .column-75 {
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .bodytexts-contact {
    padding-bottom: 22px;
    padding-left: 0;
    padding-right: 0;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .bodytexts-contact.ar-section-text {
    clear: none;
    font-size: 13px;
    line-height: 20px;
  }

  .resize-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper-2 {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  ._145-menu-item-wrapper {
    margin-right: 20px;
  }

  ._145-menu-item-text {
    font-size: 30px;
  }

  ._145-close-button-wrapper {
    width: 75px;
    height: 75px;
    margin-top: 40px;
    margin-right: 20px;
  }

  .demo-wrapper-3 {
    align-items: center;
    margin-top: 0;
    margin-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .brands-stripe {
    margin-top: 0;
  }

  .image-4 {
    width: 90px;
  }

  .column-7 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .brands-title {
    padding-left: 33px;
    padding-right: 33px;
    font-size: 15px;
    line-height: 20px;
  }

  .image-5 {
    width: 70px;
    padding: 3px 11px 11px;
  }

  .column-4 {
    padding: 1px 10px;
  }

  .image {
    width: 90px;
    padding: 6px 11px 11px;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    width: 70px;
    margin-top: -5px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .image-3 {
    width: 100px;
  }

  .column-2 {
    padding: 11px 6px;
  }

  .image-2 {
    width: 130px;
  }

  .column {
    padding: 0 6px;
  }

  .contact-modal {
    z-index: 100000;
    justify-content: flex-end;
    height: auto;
    padding-bottom: 61px;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    position: static;
  }

  .contact-top-left {
    text-align: center;
    border-bottom-style: solid;
    align-items: center;
    margin-bottom: 19px;
    padding-bottom: 26px;
    padding-right: 0;
  }

  .heading-103 {
    text-align: left;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-top: 87px;
    padding-left: 0;
    font-size: 30px;
  }

  .purpose-name {
    font-size: 20px;
  }

  .city-wrapper {
    align-self: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .city-image {
    background-position: 50%;
    width: 100%;
    max-width: 80%;
    height: 130px;
    min-height: 150px;
  }

  .city-image._2 {
    max-width: 100%;
    height: 130px;
  }

  .city-image._3 {
    max-width: 100%;
  }

  .city-image._4 {
    max-width: 100%;
    height: 130px;
  }

  .city-image.current {
    max-width: 100%;
  }

  .paragraph-28 {
    text-align: center;
  }

  .close-buttonn {
    position: absolute;
  }

  .contact-bottom-row {
    width: 98%;
  }

  .contact-top-row {
    margin-top: 0;
  }

  .purpose-titlw {
    text-align: center;
    font-size: 20px;
  }

  .addresses {
    font-size: 12px;
    line-height: 18px;
  }

  .column-77 {
    align-items: center;
    display: flex;
  }

  .d-21-image-text {
    font-size: 1rem;
    line-height: 21px;
  }

  .d-21-wrapper {
    flex-direction: column;
    margin-top: 76px;
    margin-bottom: 29px;
    display: flex;
  }

  .form-title {
    text-align: left;
    font-size: 20px;
  }

  .web-design-plans {
    justify-content: flex-end;
    height: auto;
    padding-top: 20%;
  }

  .feature-text {
    text-align: left;
    padding-left: 15px;
    padding-right: 28px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
  }

  .feature-text.number {
    padding-right: 0;
    font-size: 18px;
  }

  .price-type.pop {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 18px;
  }

  .mob-plan-title {
    font-family: Poppins, sans-serif;
    font-size: 15px;
  }

  .mob-plan-title.pop {
    margin-bottom: 85px;
  }

  .mobile-plan-price {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .feature-list1 {
    justify-content: space-between;
    height: auto;
    padding: 15px 19px;
  }

  .tab {
    width: 20%;
    height: 200px;
  }

  .tab.w--current {
    height: 200px;
  }

  .tab.pop.w--current {
    width: 20%;
  }

  .package-cta {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 19px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    bottom: 0;
  }

  .modal-closer {
    height: 35px;
  }

  .image-92 {
    width: 30px;
    height: 30px;
  }

  .talker-title {
    font-size: 18px;
    line-height: 25px;
  }

  .d-75-card-wrapper {
    width: 300px;
  }

  .d-75-image {
    display: block;
  }

  .d-75-text-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph, .d-75-link-text {
    font-size: 12px;
  }

  .image-container.second {
    background-position: 50% 0;
  }

  .card-4 {
    flex: 1;
    width: 100%;
  }

  .arrow-read-more {
    flex: none;
    width: 45px;
    height: 45px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .first-article {
    height: 100vh;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .button-close {
    max-width: 35%;
    inset: 0% 0% auto auto;
  }

  .section-content {
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .main-heading {
    font-size: 2em;
  }

  .card-5 {
    flex: 1;
    align-self: stretch;
    width: 100%;
  }

  .link-read-more {
    font-size: 24px;
  }

  .third-article {
    height: 100vh;
    min-height: auto;
    display: block;
  }

  .card-inner {
    padding-right: 10%;
    display: block;
  }

  .small-text {
    font-size: 9px;
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .cap {
    font-size: 80px;
  }

  .section-10 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .second-article {
    display: block;
  }

  .card-1 {
    flex: 1;
  }

  .heading {
    font-size: 50px;
  }

  .main-heading-2 {
    font-size: 2em;
  }

  .foliov2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .cursorr {
    display: none;
  }

  .c-nav-content {
    align-items: flex-start;
    padding-top: 4px;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #000;
    margin-bottom: 0;
    line-height: 20px;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-social-media {
    display: none;
  }

  .image-9 {
    font-size: 20px;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  ._w-nav-social-media {
    display: none;
  }

  .b-nav-menu-btn.default {
    background-color: #fff;
  }

  .link-block-6, .link-block-10 {
    display: none;
  }

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    line-height: .3em;
  }

  ._w-nav {
    padding-top: 5px;
  }

  .c-nav-menu-btn-icon {
    padding-left: 0;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    margin-left: 0;
    padding-left: 27px;
    display: block;
  }

  .logo {
    margin-left: 7px;
  }

  .service-box {
    width: 100%;
  }

  .service-name {
    font-size: 16px;
    line-height: 16px;
  }

  .top-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    padding-left: 17px;
    padding-right: 17px;
    display: flex;
  }

  .subtitle {
    float: left;
    text-align: center;
    margin-left: 0;
    display: block;
  }

  .subtitle.left {
    line-height: 25px;
  }

  .benefit-titles.fact1-title {
    clear: none;
    text-align: left;
    clear: none;
    text-align: left;
    clear: none;
    text-align: left;
    clear: none;
    text-align: left;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .final-feature-grid {
    margin-top: 25px;
  }

  .final-features-wrapper {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .small-feature-heading {
    font-size: 20px;
    line-height: 25px;
  }

  .small-feature-grid.middle {
    padding-left: 0;
    padding-right: 0;
  }

  .small-feature-image {
    padding-bottom: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .view-all-features-link {
    margin-left: auto;
    margin-right: auto;
  }

  .small-feature-content-block.right {
    padding-left: 21px;
    padding-right: 21px;
  }

  .small-feature-content-block.right.approach {
    margin-bottom: 99px;
  }

  .small-feature-content-block.centre {
    width: 90%;
  }

  .final-features-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-card-featured {
    width: 100%;
  }

  .pricing-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .guarantee {
    margin-top: 0;
    padding-top: 0;
    padding-left: 17px;
    padding-right: 17px;
  }

  .guarantee-whit-text {
    padding-left: 0;
    font-size: 15px;
  }

  .satisfaction-title {
    font-size: 18px;
  }

  .white-header {
    float: left;
    text-align: center;
    margin-left: 0;
    line-height: 26px;
    display: block;
  }

  .image-103 {
    align-self: center;
  }

  .solutions-bg {
    margin-top: -24px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .process--landingpage {
    margin-top: 0;
  }

  .vertical-progress-bar-landing-page {
    margin-top: -37px;
  }

  .titulo-done-landing-page {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 15px;
  }

  .titulo-done-landing-page.pending {
    padding-right: 21px;
  }

  .timeline-header {
    font-size: 2em;
  }

  .scroll-details {
    line-height: 20px;
  }

  .pricing-button {
    margin-right: 5%;
  }

  .pricing-plan {
    padding: 6%;
  }

  .plan-price-wrapper {
    margin-left: 0%;
  }

  .pricing-row {
    flex-direction: column;
  }

  .pricing-image {
    width: 52%;
    top: 0;
    left: auto;
    right: -10%;
  }

  .pricing-image.starter-image {
    top: -51px;
  }

  .box-buttons {
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-6 {
    width: 100%;
  }

  .image-104 {
    margin-top: -90px;
  }

  .serv-row1 {
    flex-direction: column;
  }

  .lottie-animation-5 {
    width: 45px;
    height: 45px;
  }

  .body-text {
    padding-bottom: 68px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .body-text.ar-section-text {
    clear: none;
    font-size: 13px;
    line-height: 20px;
  }

  .body-text.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .container-15 {
    padding-top: 20px;
  }

  .top-page-img {
    padding-left: 44px;
    padding-right: 44px;
  }

  .inclusions-wrapper {
    width: 100%;
  }

  .inclusions-wrapper.targeting {
    margin-top: 0;
  }

  .inclusion {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
  }

  .image-106 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-13 {
    height: 600px;
    padding-bottom: 40px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .main-header {
    align-items: flex-end;
    width: 100%;
    padding-bottom: 41px;
    padding-right: 24px;
    font-size: 25px;
    line-height: 30px;
  }

  .image-107 {
    padding-left: 66px;
    padding-right: 66px;
  }

  .background-portfolio-homepage {
    background-image: linear-gradient(#01172ef7 5%, #01172e00 14%), radial-gradient(circle at 0%, #ffffffdb, #08132e00 38%), url('../images/mountains2.png'), linear-gradient(#ffffff4f, #ffffff4f);
    background-position: 0 0, 0 0, 50% 100%, 0 0;
    background-repeat: repeat, repeat, no-repeat, repeat;
    background-size: auto, auto, 100%, auto;
    background-attachment: scroll, scroll, scroll, scroll;
    padding: 0 26px;
  }

  .scroll-section {
    padding-bottom: 10em;
  }

  .heading-md {
    font-size: 13em;
    font-weight: 400;
  }

  .glider {
    justify-content: flex-start;
    height: 30vh;
  }

  ._w-nav-2 {
    padding-top: 5px;
  }

  .region {
    font-size: 8px;
  }

  .current-address {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .current-address.phonewhite {
    background-size: auto 18px;
    padding-left: 24px;
  }

  .book-holder-2 {
    padding-bottom: 10px;
  }

  .book-holder-3 {
    width: 100%;
    padding-bottom: 10px;
  }

  .column-78 {
    padding-left: 0;
    padding-right: 0;
  }

  .web-holderb2c {
    height: 200px;
  }

  .web-holder-ta {
    height: 250px;
  }

  .booking-form {
    padding-top: 20px;
  }

  .campaigns-section.target {
    padding-top: 47px;
    padding-bottom: 47px;
  }

  .campaign-columns {
    align-items: center;
  }

  .heading-112 {
    font-size: 17px;
  }

  .column-79 {
    margin-top: 0;
  }

  .tick {
    min-width: 40px;
    max-width: 100%;
  }

  .feature-bar {
    align-items: flex-start;
  }

  .c-col-menu-links-2 {
    margin-bottom: 50px;
  }

  .c-nav-menu-content-2 {
    width: 85%;
    margin-top: -35px;
    margin-left: 0;
    padding-left: 27px;
    display: block;
  }

  .c-nav-menu-overlay-2 {
    display: none;
  }

  .menu-item-text-2 {
    font-size: 1.8em;
    font-weight: 300;
  }

  .c-nav-menu-overlay-3 {
    display: none;
  }

  .city-image-2 {
    background-position: 50%;
    width: 100%;
    max-width: 100%;
    height: 130px;
    min-height: 150px;
  }

  .city-image-2._2 {
    max-width: 100%;
    height: 130px;
  }

  .current-address-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .background-video-11 {
    height: 100vh;
  }

  .hero-image {
    padding-bottom: 0;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-3, .col.lg-5 {
    width: 100%;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.md-3.xs-2, .col.lg-4 {
    width: 100%;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .social-media-icon {
    padding: 0;
  }

  .footer-v5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .social-wrappers {
    margin-left: -10px;
  }

  .div-block-223 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 0;
    display: flex;
  }

  .heading-114 {
    letter-spacing: -2px;
    margin-top: 22px;
    font-size: 6.7vw;
  }

  .heading-114.ppc {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-115.fact1-title {
    clear: none;
    text-align: left;
    margin-bottom: 38px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1px;
    padding-right: 1px;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .button-34 {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 19px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    bottom: 0;
  }

  .bold-text-20 {
    float: left;
    text-align: center;
    margin-left: 0;
    display: flex;
  }

  .h3-subtitles-black {
    text-align: center;
  }

  .button-35 {
    letter-spacing: 1px;
    text-transform: none;
    background-color: #ec0000;
    border-color: #ec0000;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 19px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    bottom: 0;
  }

  .image-108 {
    margin-top: -90px;
  }

  .pageblurb-copy {
    text-align: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .pageblurb-copy.rev {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .pageblurb-copy.black {
    margin-bottom: 7px;
  }

  .pageblurb-copy.rev {
    margin-bottom: 16px;
  }

  .pageblurb-copy.rev.left {
    color: var(--midnight-blue);
    text-align: center;
  }

  .pageblurb-copy.homepage {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .pageblurb-copy.homepage.black {
    width: 100%;
  }

  .pageblurb-copy.careers {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .pageblurb-copy.careers.black {
    width: 100%;
  }

  .subheadings {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 4vw;
    line-height: 7vw;
  }

  .disclaimer {
    padding-bottom: 68px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .disclaimer.ar-section-text {
    clear: none;
    font-size: 13px;
    line-height: 20px;
  }

  .disclaimer.centre {
    padding-left: 0;
    padding-right: 0;
  }

  .short-paragraph {
    width: 100%;
  }

  .form-holder.qualify-form {
    margin-top: -33px;
    padding-top: 13px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .paragraph-35 {
    font-size: 15px;
    line-height: 20px;
  }

  .lottie-animation-6 {
    width: 60px;
  }

  .container-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-19 {
    padding-right: 29px;
  }

  .subtitle-top {
    font-size: 15px;
  }

  .section-17 {
    padding-top: 32px;
    padding-bottom: 35px;
  }

  .header {
    line-height: 30px;
  }

  .cta {
    text-align: center;
    margin-top: 51px;
  }

  .list-3 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-19 {
    padding-top: 39px;
  }

  .solution-box {
    height: auto;
  }

  .paragraph-36 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .cta-2 {
    text-align: center;
    margin-top: 51px;
  }

  .fit-text {
    font-size: 15px;
  }

  .heading-7 {
    text-align: center;
  }

  .icon-div {
    width: 95%;
    height: auto;
  }

  .bold-text3 {
    font-size: 21px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .section-21 {
    padding-top: 4px;
  }

  .image-109 {
    width: 90%;
  }

  .heading-6 {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-3 {
    text-align: center;
    margin-top: 51px;
  }

  .card-item {
    margin-bottom: 0;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }

  .splide__slide {
    margin-right: 1.1rem;
  }

  .card-paragrapgh {
    margin-bottom: 0;
    font-size: .85rem;
  }

  .section-header-2 {
    font-size: 3rem;
  }

  .header-tag {
    font-size: .8rem;
    line-height: 1;
  }

  .splide.slider {
    width: 95vw;
    padding-left: 0;
  }

  .button-wrap-2 {
    flex-direction: column;
  }

  .section-content-wrapper {
    width: 90%;
  }

  .card-header-wrap {
    width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .tab-panel {
    padding: 30px;
  }

  .img-parent.is--tab {
    inset: 0% 0% auto;
  }

  .container-m {
    width: 90%;
  }

  .heading-md-2, .tab-title {
    font-size: 7vw;
  }

  .super-text {
    font-size: 16vw;
  }

  .tab-btn-parent-2 {
    width: 255%;
    padding-top: .2em;
    padding-bottom: 5px;
  }

  .tab-button-selector {
    border-radius: 3em;
  }

  .right-tab-slide-parent {
    width: 400vw;
    height: 58%;
    margin-top: 50%;
    margin-left: 0;
    inset: auto auto 0% 0%;
  }

  .container-20 {
    padding: 20em 4.58em;
  }

  .container-20.is--tab {
    padding-top: 15em;
    padding-bottom: 9em;
    overflow: scroll;
  }

  .tab-content-parent-2 {
    justify-content: flex-start;
  }

  .tab-top-2 {
    height: auto;
    padding-bottom: 0;
  }

  .center-text._40-percent-width.div-hide {
    width: 100%;
  }

  .tab-h2 {
    margin-bottom: 0;
    font-size: 8.1vw;
    font-weight: 400;
  }

  .tab-btm-2 {
    flex-direction: column;
    height: 135em;
  }

  .teb-text-selector {
    margin-top: .5em;
    font-size: 19px;
  }

  .left-tab-slide-parent {
    width: 400vw;
    height: 42%;
    margin-bottom: 50%;
    margin-right: 0;
  }

  .tab-parent-2 {
    padding-top: 4em;
  }

  .main-h3 {
    font-size: 4.4vw;
  }

  .section-25.intro {
    background-position: 0 0, 0%;
    margin-top: 0;
  }

  .main-subtitle {
    margin-bottom: 8vw;
    font-size: 12vw;
  }

  .main-subtitle.reinvent {
    text-align: center;
  }

  .no-padding-col {
    padding-right: 0;
  }

  .about-image {
    min-height: 250px;
  }

  .section-27 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-27.grey {
    padding-left: 16px;
    padding-right: 16px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .img-block {
    background-color: #fff;
    border-radius: 0;
    width: 250px;
    height: auto;
    min-height: 50vh;
  }

  .steps {
    background-color: #fff;
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-clone {
    display: block;
    position: static;
  }

  .content {
    font-size: 20px;
  }

  .bold-text-23 {
    line-height: 7vw;
  }

  .features-list {
    padding-left: 35px;
    padding-right: 35px;
  }

  .container-22 {
    max-width: none;
  }

  .features-paragraph {
    text-align: center;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .paragraph-41 {
    text-align: center;
  }

  .xf-text {
    line-height: 40px;
  }

  .xf-text.sub {
    font-size: 21px;
  }

  .button-40 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 21px;
  }

  .titles1 {
    font-size: 18px;
    line-height: 25px;
  }

  .case-box._1 {
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
  }

  .case-box._2 {
    width: 400px;
    height: 400px;
  }

  .button-41 {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 21px;
  }

  .img-box {
    background-size: 100%;
    width: 100%;
    height: 400px;
  }

  .features-list-2 {
    margin-bottom: 132px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .container-24 {
    max-width: none;
  }

  .paragraph-42 {
    text-align: center;
  }

  .container-25 {
    max-width: none;
  }

  .paragraph-43 {
    text-align: center;
  }

  .team-circles {
    padding-top: 30px;
  }

  .container-26 {
    width: 100%;
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .hero-heading-left {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-27 {
    max-width: none;
  }

  .hero-wrapper-2 {
    width: 100%;
  }

  .heading-126 {
    letter-spacing: -2px;
    margin-top: 22px;
    font-size: 6.7vw;
  }

  .heading-126.subt {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
  }

  .heading-126.subt.at {
    width: 100%;
  }

  .heading-127 {
    text-align: center;
    font-size: 17px;
  }

  .book-holder-nb {
    width: 100%;
    padding-bottom: 10px;
  }

  .inclusion-2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
  }

  .image-110 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .book-holder-4 {
    width: 100%;
    padding-bottom: 10px;
  }

  .image-split {
    width: 100%;
    padding-left: 0;
  }

  .bold-text-31 {
    font-size: 40px;
  }

  .hosting-terms {
    text-align: left;
    padding-bottom: 68px;
    padding-left: 13px;
    padding-right: 13px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    line-height: 18px;
  }

  .hosting-terms.ar-section-text {
    clear: none;
    font-size: 13px;
    line-height: 20px;
  }

  .hosting-terms.centre {
    padding-bottom: 33px;
    padding-left: 0;
    padding-right: 0;
  }

  .hosting-terms.centre.targetpage {
    text-align: center;
  }

  .text-span-87, .bold-text-32 {
    font-size: 24px;
    line-height: 30px;
  }

  .left-justify {
    text-align: left;
  }

  .container-28 {
    max-width: none;
  }

  .heading-129 {
    font-size: 30px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .section-28 {
    padding-top: 32px;
    padding-bottom: 35px;
  }

  .header-2 {
    line-height: 30px;
  }

  .cta-4 {
    text-align: center;
    margin-top: 51px;
  }

  .heading-130 {
    margin-bottom: 42px;
  }

  .heading-131 {
    line-height: 40px;
  }

  .bold-text-33 {
    line-height: 20px;
  }

  .container-29 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .why {
    text-align: center;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 95%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 18px;
    display: flex;
  }

  .container-30 {
    max-width: none;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .web-holder-brook {
    height: 200px;
  }

  .web-holder-rsyf {
    height: 250px;
  }

  .web-holder-gws {
    height: 200px;
  }

  .web-holder-soyf, .web-holder-tlm {
    height: 250px;
  }

  .web-holder-mld, .web-holder-kona {
    height: 200px;
  }

  .web-holder-ara, .web-holder-mtt {
    background-position: 50%;
    height: 250px;
  }

  .html-embed-14 {
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-ec4e0abc-62ee-31a0-3c42-ba4284027a8b-f3aecc9c {
  place-self: center;
}

#w-node-_9aa46d5f-c8fa-d5d5-1fba-dfc932a9bf00-f3aecc9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec4e0abc-62ee-31a0-3c42-ba4284027a8b-f3aecd5a, #w-node-ec4e0abc-62ee-31a0-3c42-ba4284027a9c-f3aecd5a, #w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e3-f3aecd5a, #w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e5-f3aecd5a, #w-node-_5b84573f-4ffa-98d2-d9cd-336ba2d60404-f3aecd5a, #w-node-_5b84573f-4ffa-98d2-d9cd-336ba2d60418-f3aecd5a, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4e0-f3aecd6f, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4ee-f3aecd6f, #w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc2-f3aecd6f, #w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc4-f3aecd6f, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ea-f3aecd6f, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ef-f3aecd6f, #w-node-_01f1b1ad-6109-e437-0abb-6462d7e80252-f3aecd6f, #w-node-_01f1b1ad-6109-e437-0abb-6462d7e80254-f3aecd6f, #w-node-_7f0258ee-a088-0e4d-e1ac-b9af29146597-f3aecd6f, #w-node-_7f0258ee-a088-0e4d-e1ac-b9af2914659c-f3aecd6f, #w-node-b45d943b-3de8-852b-5ca9-160419822556-f3aecd6f, #w-node-b45d943b-3de8-852b-5ca9-160419822558-f3aecd6f, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4e0-f3aecd73, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4ee-f3aecd73 {
  place-self: center;
}

#w-node-_6752bb39-af6e-5c61-b411-aa9c3a5326ce-f3aecd73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc2-f3aecd73 {
  place-self: center;
}

#w-node-d6b6f0cf-17c0-2b90-7c6d-f4bd39386c61-f3aecd73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc4-f3aecd73, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ea-f3aecd73, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ef-f3aecd73, #w-node-_01f1b1ad-6109-e437-0abb-6462d7e80252-f3aecd73, #w-node-_01f1b1ad-6109-e437-0abb-6462d7e80254-f3aecd73, #w-node-_7f0258ee-a088-0e4d-e1ac-b9af29146597-f3aecd73, #w-node-_7f0258ee-a088-0e4d-e1ac-b9af2914659c-f3aecd73 {
  place-self: center;
}

#w-node-_13958fde-c278-38c9-cef7-ab5a83750bf7-f3aecd73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b84573f-4ffa-98d2-d9cd-336ba2d60404-f3aecd76, #w-node-_5b84573f-4ffa-98d2-d9cd-336ba2d60418-f3aecd76, #w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e3-f3aecd76, #w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e5-f3aecd76, #w-node-_3c144beb-4450-598a-bd94-a35865a306e9-f3aecd76 {
  place-self: center;
}

#w-node-_3c144beb-4450-598a-bd94-a35865a306ef-f3aecd76, #w-node-_3c144beb-4450-598a-bd94-a35865a306f5-f3aecd76, #w-node-_8f46182b-0457-5d8a-11c9-7438b7299c27-f3aecd76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4e0-f3aecdbf, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4ee-f3aecdbf {
  place-self: center;
}

#w-node-_6752bb39-af6e-5c61-b411-aa9c3a5326ce-f3aecdbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc2-f3aecdbf {
  place-self: center;
}

#w-node-d6b6f0cf-17c0-2b90-7c6d-f4bd39386c61-f3aecdbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc4-f3aecdbf, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ea-f3aecdbf, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ef-f3aecdbf, #w-node-_05a4d4dc-bc19-1a61-56bb-415c5de8da7f-f3aecdbf {
  place-self: center;
}

#w-node-_05a4d4dc-bc19-1a61-56bb-415c5de8da80-f3aecdbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05a4d4dc-bc19-1a61-56bb-415c5de8da81-f3aecdbf, #w-node-_72dc977e-1064-d1f2-1cc6-87fe65f8817a-f3aecdbf, #w-node-_72dc977e-1064-d1f2-1cc6-87fe65f8817f-f3aecdbf, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4e0-f3aece05, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4ee-f3aece05 {
  place-self: center;
}

#w-node-_6752bb39-af6e-5c61-b411-aa9c3a5326ce-f3aece05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc2-f3aece05 {
  place-self: center;
}

#w-node-d6b6f0cf-17c0-2b90-7c6d-f4bd39386c61-f3aece05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc4-f3aece05, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ea-f3aece05, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ef-f3aece05 {
  place-self: center;
}

#w-node-_7904a1a6-86fe-1c25-8047-1ee154d33673-f3aece26 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7904a1a6-86fe-1c25-8047-1ee154d33674-f3aece26 {
  place-self: center start;
}

#w-node-_7904a1a6-86fe-1c25-8047-1ee154d33677-f3aece26, #w-node-_7904a1a6-86fe-1c25-8047-1ee154d33678-f3aece26 {
  align-self: start;
}

#w-node-_7654e921-1ea3-3e0a-74d7-a58f31b7ef9f-f3aece26, #w-node-_7654e921-1ea3-3e0a-74d7-a58f31b7efa1-f3aece26, #w-node-ec4e0abc-62ee-31a0-3c42-ba4284027a8b-ea27fce9 {
  place-self: center;
}

#w-node-_9aa46d5f-c8fa-d5d5-1fba-dfc932a9bf00-ea27fce9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec4e0abc-62ee-31a0-3c42-ba4284027a8b-0d641ee5 {
  place-self: center;
}

#w-node-_9aa46d5f-c8fa-d5d5-1fba-dfc932a9bf00-0d641ee5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40cc496e-a112-cb3b-1e2c-7d9ac723b6c4-0d641ee5, #w-node-_40cc496e-a112-cb3b-1e2c-7d9ac723b6c6-0d641ee5, #w-node-b8f0fea4-24be-1467-e51b-18e34e2e6ff4-0d641ee5 {
  place-self: center;
}

#w-node-b8f0fea4-24be-1467-e51b-18e34e2e6ffd-0d641ee5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e3-0d641ee5, #w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e5-0d641ee5, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4e0-50977f5d, #w-node-b3decd18-1b15-35dd-c3d7-d28bc65ee4ee-50977f5d, #w-node-_01f1b1ad-6109-e437-0abb-6462d7e80252-50977f5d, #w-node-_01f1b1ad-6109-e437-0abb-6462d7e80254-50977f5d, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ea-50977f5d, #w-node-dad63b00-ec15-8b9a-72c0-2594465157ef-50977f5d, #w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc2-50977f5d, #w-node-_1b9372a4-8a0e-688e-e8eb-ebb9d4ddbcc4-50977f5d, #w-node-_7f0258ee-a088-0e4d-e1ac-b9af29146597-50977f5d, #w-node-_7f0258ee-a088-0e4d-e1ac-b9af2914659c-50977f5d, #w-node-b45d943b-3de8-852b-5ca9-160419822556-50977f5d, #w-node-b45d943b-3de8-852b-5ca9-160419822558-50977f5d, #w-node-ec4e0abc-62ee-31a0-3c42-ba4284027a8b-577b95bb {
  place-self: center;
}

#w-node-_9aa46d5f-c8fa-d5d5-1fba-dfc932a9bf00-577b95bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e3-577b95bb, #w-node-_934ab32f-4b37-06d2-e038-2a04c1b833e5-577b95bb, #w-node-e06a36b2-b869-c946-eaee-0006200ffce8-3da452f5 {
  place-self: center;
}

#w-node-e06a36b2-b869-c946-eaee-0006200ffd08-3da452f5, #w-node-b00f2606-5b98-bf99-67b5-2b8c7dabc716-899b3be0, #w-node-b00f2606-5b98-bf99-67b5-2b8c7dabc720-899b3be0, #w-node-b00f2606-5b98-bf99-67b5-2b8c7dabc70b-899b3be0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06a36b2-b869-c946-eaee-0006200ffce8-899b3be0 {
  place-self: center;
}

#w-node-e06a36b2-b869-c946-eaee-0006200ffd08-899b3be0, #w-node-cdc8f2fe-f727-867a-a9b6-3cc6a627dcbe-ccfdd9b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-cdc8f2fe-f727-867a-a9b6-3cc6a627dcb1-ccfdd9b7 {
    justify-self: auto;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-b00f2606-5b98-bf99-67b5-2b8c7dabc716-899b3be0, #w-node-b00f2606-5b98-bf99-67b5-2b8c7dabc720-899b3be0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7904a1a6-86fe-1c25-8047-1ee154d33680-f3aece26 {
    order: -9999;
  }
}


