@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Thin.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Black.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY Outline";
  src: url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMYOutline-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MADE TOMMY";
  src: url("../fonts/MadeTommy/MADETOMMY-Light.woff2") format("woff2"), url("../fonts/MadeTommy/MADETOMMY-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
.hidden {
  display: none !important;
}

.rotating-center {
  animation: rotate360 30s linear infinite;
  transform-origin: top left;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
body {
  font-family: "MADE TOMMY";
  font-weight: 400;
  font-style: normal;
  background-color: #cac7c5;
  color: #000000;
  overflow-x: hidden !important;
}
body a {
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  body > section {
    overflow: hidden;
  }
}

.container {
  position: relative;
}

nav.main {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 10000;
}
@media (max-width: 991.98px) {
  nav.main {
    display: none;
  }
}
nav.main .container {
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.main .nav-logo {
  max-width: 300px;
}
nav.main .nav-links > ul {
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  min-width: 600px;
  margin-bottom: 0px;
}
nav.main .nav-links > ul > li {
  transition: 0.4s ease-in-out;
  position: relative;
}
nav.main .nav-links > ul > li:after {
  content: "";
  width: 0%;
  left: -5px;
  height: 2px;
  background-color: #EE4305;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.4s ease-in-out;
}
nav.main .nav-links > ul > li:hover:after {
  width: 100%;
}
nav.main .nav-links > ul a {
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
}
nav.main .nav-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
nav.main .nav-contact .stripe-bg {
  position: absolute;
  top: -50px;
  right: 35px;
  max-width: 100px;
  z-index: 0;
  pointer-events: none;
}
nav.main .nav-contact a {
  position: relative;
  z-index: 1;
}
nav.main .nav-contact .btn-outline-white {
  font-weight: 600;
  vertical-align: middle;
}
nav.main .nav-contact .stack-center {
  position: absolute;
  top: 130px;
  left: 0px;
}
nav.main a.active {
  border-bottom: 2px solid #EE4305;
}

.navbar-v2 li {
  position: relative;
  display: inline-block;
}
.navbar-v2 li:hover .dropdown-content {
  opacity: 1;
  pointer-events: all;
}
.navbar-v2 .dropdown-content {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  background-color: #d0d1d2;
  min-width: 160px;
  z-index: 1;
  border-radius: 10px;
  padding-left: 0px;
  transition: 0.4s ease-in-out;
}
.navbar-v2 .dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 10px;
}
.navbar-v2 .dropdown-content a:hover {
  color: #EE4305;
}
.navbar-v2 .dropdown-content a.active-link {
  color: #EE4305;
}

div.mobile-nav {
  display: none;
  padding: 10px;
  z-index: 10000;
  width: 100vw;
}
div.mobile-nav img {
  width: 150px;
}
@media (max-width: 991.98px) {
  div.mobile-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    z-index: 1000000;
    background-color: transparent;
    transition: 0.4s ease-in-out;
  }
}
div.mobile-nav .menu-trigger {
  width: 30px;
  height: 30px;
  background-image: url("../img/icons/icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
body.mobile-menu-open div.mobile-nav {
  background: rgb(201, 197, 193);
}

nav.mobile-nav-menu {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  right: -30vw;
  position: fixed;
  top: 46px;
  height: calc(100vh - 46px);
  width: 100%;
  z-index: 1000000;
  overflow-y: auto;
  background: rgb(201, 197, 193);
  background: linear-gradient(189deg, rgb(201, 197, 193) 10%, rgb(219, 219, 218) 100%);
}
nav.mobile-nav-menu * {
  pointer-events: none !important;
}
nav.mobile-nav-menu > .links {
  padding: 10px;
}
nav.mobile-nav-menu > .links a {
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.9;
}
nav.mobile-nav-menu .active {
  border-bottom: 3px solid #EE4305;
}
nav.mobile-nav-menu .sub-links {
  display: block;
}
nav.mobile-nav-menu .sub-links .l-row {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
nav.mobile-nav-menu > .ad {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 1rem;
}
nav.mobile-nav-menu > .ad .btn-inland {
  max-width: 100%;
  width: 100%;
}
body.mobile-menu-open nav.mobile-nav-menu {
  opacity: 1;
  pointer-events: all;
  right: 0vw;
}
body.mobile-menu-open nav.mobile-nav-menu * {
  pointer-events: all !important;
}

.btn-outline-white {
  font-size: 1rem;
  color: #000;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 5px 15px;
  background: #d3d5d9;
  min-width: 180px;
}
.btn-outline-white img {
  width: 0.8rem;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.btn-dark {
  color: #fff;
  background: #000;
  border-radius: 8px;
  padding: 5px 15px;
  min-width: 180px;
  text-align: center;
}

.btn-fancy {
  position: relative;
}

.btn-fancy.btn-vertical {
  width: 100px;
  height: 110px;
  border-radius: 15px;
  border: 2px solid #FFF;
}
.btn-fancy.btn-vertical > img {
  position: absolute;
  width: 80px;
  left: 7px;
  top: -7px;
  pointer-events: none;
  z-index: 1;
}
.btn-fancy.btn-vertical a {
  background: #cac7c5;
  padding: 3px;
  z-index: 2;
  position: absolute;
  width: 150px;
  text-align: center;
  color: #000000;
  left: -20px;
  top: 30px;
  font-weight: 400;
}

.btn-fancy.btn-rounded {
  position: absolute;
  bottom: 25px;
  right: 0px;
  min-width: 240px;
  height: 65px;
}
.btn-fancy.btn-rounded > img {
  position: absolute;
  width: 180px;
  border-radius: 15px;
  left: -50px;
  pointer-events: none;
}
.btn-fancy.btn-rounded a {
  border-radius: 55px;
  background: #FFF;
  padding: 15px 7px;
  position: absolute;
  top: -20px;
  min-width: 200px;
  text-align: center !important;
  vertical-align: middle;
  color: #000000;
}
.btn-fancy.btn-rounded a span {
  font-weight: 400;
}
.btn-fancy.btn-rounded a img {
  width: 10px;
  top: -2px;
  position: relative;
  margin-right: 5px;
}
.btn-fancy.btn-rounded.static {
  position: relative;
  min-width: unset;
  right: 190px;
  margin-top: 50px;
}
.btn-fancy.btn-rounded.static a {
  top: -10px;
}
@media (max-width: 991.98px) {
  .btn-fancy.btn-rounded.static {
    right: -50px;
  }
}
.btn-fancy.btn-rounded.right-leaning {
  right: 140px;
}
@media (max-width: 991.98px) {
  .btn-fancy.btn-rounded.right-leaning {
    right: -50px;
  }
}
.btn-fancy.btn-rounded.left-leaning {
  right: -30px;
}
@media (max-width: 991.98px) {
  .btn-fancy.btn-rounded.left-leaning {
    right: -50px;
  }
}

.btn-fancy.btn-inland {
  position: relative;
  width: 200px;
  height: 65px;
}
.btn-fancy.btn-inland > img {
  position: absolute;
  width: 180px;
  border-radius: 15px;
  left: 0;
  pointer-events: none;
}
.btn-fancy.btn-inland a, .btn-fancy.btn-inland button {
  border-radius: 7px;
  background: #cac7c5;
  padding: 5px 20px;
  position: absolute;
  border-color: #cac7c5;
  top: 15px;
  left: 50px;
  min-width: 150px;
  text-align: left !important;
  vertical-align: middle;
  color: #000000;
}
.btn-fancy.btn-inland a span, .btn-fancy.btn-inland button span {
  font-weight: 400;
}
.btn-fancy.btn-inland a img, .btn-fancy.btn-inland button img {
  width: 10px;
  top: -2px;
  position: relative;
  margin-right: 5px;
}

h1 {
  font-size: 4.5em;
  line-height: 0.993;
  text-align: left;
  font-weight: 100;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 3.5em;
  }
}

h2 {
  font-size: 3em;
  line-height: 1;
  text-align: left;
  font-weight: 100;
}
h2.larger {
  font-size: 3.5em;
}

h3 {
  font-size: 2.2em;
  line-height: 1.2;
  text-align: left;
  font-weight: 100;
}

h4 {
  font-size: 1.6em;
  line-height: 1.1;
  text-align: left;
  font-weight: 100;
}

h5 {
  font-size: 1.2em;
  line-height: 1.1;
  text-align: left;
  font-weight: 100;
}

h6 {
  font-size: 0.9em;
  line-height: 1.1;
  text-align: left;
  font-weight: 100;
}

span {
  font-size: 1em;
  font-weight: 300;
}

.strong {
  font-weight: 600;
}

p.light {
  font-weight: 100;
}

.narrow {
  max-width: 450px;
}

.copy-content {
  position: relative;
  padding-left: 1rem;
}
.copy-content h2 {
  font-weight: 100;
  font-size: 4rem;
  line-height: 1;
}
.copy-content h2 span:not(.large) {
  font-size: 5.5rem;
  font-weight: 100;
}
.copy-content h2 span.large {
  font-size: 7rem;
  font-weight: 100;
}
.copy-content h3 {
  color: #FFF;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1;
}
.copy-content p {
  font-size: 2rem;
  font-weight: 200;
}
.copy-content .stack-center {
  position: absolute;
  bottom: -40px;
  left: 2rem;
}

.text-drip {
  text-shadow: 15px 0px 0px rgba(255, 255, 255, 0.6);
}

.text-brand {
  color: #EE4305;
}

.stack-header {
  position: relative;
}
.stack-header h2:first-child {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 5px;
  font-weight: 600;
  color: #FFF;
  z-index: 1;
}
.stack-header h2:last-child {
  z-index: 2;
  position: relative;
}

.pretty-card {
  border: 2px solid #FFF;
  border-radius: 55px;
  width: 100%;
  border-radius: 55px;
  min-height: 310px;
  border: 2px solid #FFF;
  max-width: 300px;
  position: relative;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pretty-card .card-backdrop {
  height: 254px;
  width: calc(100% + 4px);
  position: relative;
  left: -2px;
  top: -2px;
  border-radius: 55px;
  border: 2px solid #fff;
  background-size: 180%;
  background-position: center;
}
.pretty-card .card-media {
  display: flex;
  justify-content: center;
  min-height: 50px;
}

.footer-divider {
  min-height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.footer-divider img {
  max-width: 300px;
}

footer {
  margin-top: 50px;
  background-color: #13111e;
  color: #B9B9B9;
  font-weight: 400;
}
footer strong {
  font-weight: 500;
}
@media (max-width: 991.98px) {
  footer .footer-wrap:first-child {
    display: none;
  }
  footer .footer-wrap:nth-child(2) {
    border-top: #9e9e9e;
  }
}
footer .footer-wrap:not(:last-child) {
  border-bottom: #9e9e9e;
}
footer .footer-wrap:not(.socials-row) {
  padding: 1.5rem;
}
footer .footer-row {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .footer-row.align-vertical {
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  footer .footer-row {
    flex-direction: column;
  }
}
footer .footer-row > div {
  width: 25%;
}
@media (max-width: 991.98px) {
  footer .footer-row > div {
    width: 50%;
    padding-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  footer .footer-row > div {
    min-width: 100%;
  }
}
footer .footer-row > div:first-child {
  min-width: 25%;
}
@media (max-width: 767.98px) {
  footer .footer-row > div:first-child {
    min-width: 100%;
  }
}
footer .footer-row > div:first-child img {
  max-width: 200px;
}
footer .socials-row .footer-row {
  align-items: center;
}
@media (max-width: 991.98px) {
  footer .socials-row .footer-row > div:nth-child(1),
  footer .socials-row .footer-row > div:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  footer .socials-row .footer-row > div:nth-child(3) {
    display: none;
  }
}
footer .socials {
  display: flex;
  justify-content: space-between;
  max-width: 230px;
}
footer .socials img {
  width: 30px;
}
footer .socials a {
  width: 26.6666666667%;
  border-left: #9e9e9e;
  border-right: #9e9e9e;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  footer .socials a {
    border: none;
  }
}
footer a {
  text-decoration: none;
  color: #B9B9B9;
}
footer a:hover {
  color: #EE4305;
}
footer .links-list {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
footer .justify-content-end {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  footer .justify-content-end {
    justify-content: center !important;
  }
}

.footer-circle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.2);
  transform-origin: bottom center;
  overflow: hidden;
}

.border-top.light, .border-bottom.light {
  border-color: #616161 !important;
}

.contact-row {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 25px;
}
.contact-row img {
  max-width: 30px;
}
.contact-row .details {
  display: flex;
  flex-direction: column;
}

.footer-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .footer-mobile {
    display: block;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  .copyright-row {
    text-align: center;
  }
}

.stack * {
  position: absolute;
}
.stack.stack-center * {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.stack-vertical-text {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  transform: rotate(90deg);
  position: absolute;
  min-width: 200px;
  left: 30px;
  transform-origin: left;
}

.stack-phone-mockup {
  max-width: 300px;
  height: 600px;
  position: relative;
}
.stack-phone-mockup img:nth-child(3) {
  max-width: 300px;
}
.stack-phone-mockup img:nth-child(2) {
  bottom: 20px;
  right: -30px;
  max-width: 100px;
  pointer-events: none;
}
.stack-phone-mockup img:nth-child(1) {
  max-width: 60px;
  bottom: 20px;
}

.stack-static-circle-icon {
  width: 40px;
  height: 40px;
  position: relative;
}

.stack-container {
  position: relative;
  width: 100%;
  min-height: 400px;
}
.stack-container > * {
  position: absolute;
}
@media (max-width: 575.98px) {
  .stack-container.horizontal {
    min-height: 225px;
  }
}

@media (max-width: 575.98px) {
  .stack-services .graphic {
    width: 80% !important;
    right: 15% !important;
  }
  .stack-services .stripes {
    right: 25px !important;
    bottom: unset !important;
    top: 15px;
    width: 60px !important;
  }
  .stack-services .stack-arrow {
    top: 170px;
    bottom: unset !important;
    right: 23% !important;
  }
}

.header {
  min-height: 760px;
}
.header > .container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 760px;
}
.header .atom-text {
  z-index: 10;
  margin-bottom: 200px;
  max-width: 680px;
}
.home .header {
  background-image: url("../img/bg/header-bg-linear-light.png");
  background-size: auto 760px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.home .header:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 360px;
  background-image: url("../img/bg/header-bg-linear-light-fg.png");
  background-size: 100% 360px;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}
.home .header:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 360px;
  background-image: url("../img/bg/header-foreground-v2.png");
  background-size: 100% 160px;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}
.home .header .mouse {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  max-width: 900px;
  right: 6%;
  bottom: 60px;
}
@media (max-width: 991.98px) {
  .home .header .mouse {
    right: 0%;
    bottom: 110px;
    max-width: 110%;
  }
}
.header-service {
  padding-top: 200px;
}

.services {
  padding: 5% 0%;
  padding-top: 0;
}
.services .stack-phone-mockup {
  left: 40px;
}
.services .col-md-8 {
  position: relative;
}
@media (max-width: 991.98px) {
  .services .col-md-8 {
    margin-bottom: 200px;
  }
  .services .col-md-8 br {
    display: block;
  }
}
.services .stack-brand-circle {
  position: absolute;
  right: 220px;
}
@media (max-width: 991.98px) {
  .services .stack-brand-circle {
    right: 50%;
    bottom: -100px;
  }
}
.services .service-row {
  padding-top: 3rem;
}
.services .service-row .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.service-card {
  width: 100%;
  border-radius: 55px;
  min-height: 400px;
  border: 2px solid #FFF;
  max-width: 300px;
  position: relative;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.service-card .stack-arrow {
  position: absolute;
  right: 35px;
  top: 40px;
  transition: 0.3s ease-in-out;
}
.service-card:hover {
  transform: translateY(-10px);
  border-color: #000000;
  box-shadow: 0 2px 18px 5px rgba(30, 32, 36, 0.15) !important;
}
.service-card:hover .stack-arrow {
  transform: rotate(180deg);
  top: -3px;
  right: -3px;
  box-shadow: 0 2px 18px 5px rgba(30, 32, 36, 0.15) !important;
}
.service-card:hover .service-backdrop {
  border-color: #000000;
  box-shadow: 0 2px 18px 5px rgba(30, 32, 36, 0.15) !important;
}
.service-card h3 {
  padding: 20px 30px;
  padding-bottom: 0px;
}
.service-card .platforms {
  padding: 0px 30px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.service-backdrop {
  height: 254px;
  width: calc(100% + 4px);
  position: relative;
  left: -2px;
  bottom: -2px;
  background: #000000;
  border-radius: 55px;
  border: 2px solid #fff;
  background-size: 180%;
  background-position: center;
  transition: 0.3s ease-in-out;
}
.service-backdrop.a {
  background-size: 190%;
  background-image: url("../img/bg/service-1.png");
}
.service-backdrop.b {
  background-size: 150%;
  background-image: url("../img/bg/service-2.png");
}
.service-backdrop.c {
  background-size: 140%;
  background-image: url("../img/bg/service-3.png");
}
.service-backdrop.d {
  background-size: 100%;
  background-image: url("../img/bg/service-4a.png");
}
.service-backdrop.e {
  background-size: 100%;
  background-image: url("../img/bg/service-5a.png");
}
.service-backdrop.f {
  background-size: 100%;
  background-image: url("../img/bg/service-6a.png");
}

.appointment {
  padding: 4% 0%;
}
.appointment .container, .appointment .col-md-8 {
  position: relative;
}
@media (max-width: 991.98px) {
  .appointment .col-md-8 .btn-fancy {
    position: relative;
    bottom: -40px;
    right: 0px;
    min-width: 100%;
    height: 65px;
    margin-bottom: 60px;
  }
  .appointment .col-md-8 .btn-fancy a {
    right: 0px;
  }
  .appointment .col-md-8 .btn-fancy > img {
    right: 50px;
    left: unset;
  }
}
.appointment .stack-brand-circle {
  position: absolute;
  left: 150px;
  bottom: 50px;
}
@media (max-width: 991.98px) {
  .appointment .stack-brand-circle {
    position: absolute;
    left: 67px;
    bottom: 93px;
  }
}
.appointment .copy-content {
  min-height: 280px;
}
.appointment .copy-content h2 {
  font-size: 3rem;
}
.appointment .copy-content * {
  text-align: right;
}
.appointment .col-md-4 {
  display: flex;
  justify-content: center;
}
.appointment .card-backdrop {
  background-size: 130%;
  background-image: url("../img/bg/service-4.png");
}

.platforms {
  padding: 5% 0%;
}
.platforms .container,
.platforms .col-md-8 {
  position: relative;
}
.platforms .platform-title > div {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 991.98px) {
  .platforms .platform-title .align-right {
    text-align: right;
    padding-left: 4rem;
  }
}
.platforms .platform-title.marquee {
  position: relative;
  max-width: 100%;
  height: 25px;
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .platforms .platform-title.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
  }
}
.platforms .platform-container {
  position: relative;
}
.platforms .platform-container .stripe-1,
.platforms .platform-container .stripe-2 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.platforms .platform-container .stripe-1 {
  right: 80px;
  bottom: -50px;
  max-width: 200px;
}
.platforms .platform-container .stripe-2 {
  left: 30px;
  top: -60px;
  max-width: 100px;
}
.platforms .copy-content {
  min-height: 300px;
}
.platforms .copy-content h2 {
  font-size: 3rem;
}
.platforms .copy-content * {
  text-align: right;
}
.platforms .col-md-4 {
  display: flex;
  justify-content: center;
}
.platforms .card-backdrop {
  background-size: 130%;
  background-image: url("../img/bg/service-4.png");
}

.platform-list {
  position: relative;
  width: 100%;
  padding: 2.5rem 5rem;
  border-radius: 45px;
  background: #edecea;
  margin: 1rem 0;
}
@media (max-width: 767.98px) {
  .platform-list {
    margin: 0;
    padding: 25px;
  }
}
.platforms-business .platform-list {
  background: #cac7c5;
  margin: 2rem 0;
  border: 2px solid #fff;
  box-shadow: inset -5px 0px 20px 0px rgba(0, 0, 0, 0.19);
}
.platform-list .icons {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991.98px) {
  .platform-list .icons {
    flex-wrap: wrap;
    row-gap: 15px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    justify-content: center;
  }
}
.platform-list .icons > img {
  max-height: 80px;
}
@media (max-width: 767.98px) {
  .platform-list .icons > img {
    max-width: 45%;
  }
}
.platforms-business .platform-list .icons > img {
  max-height: 60px;
}
@media (max-width: 767.98px) {
  .platforms-business .platform-list .icons > img {
    max-width: 45%;
  }
}
.platform-list .stack-arrow {
  position: absolute;
  top: 35px;
  right: 35px;
}
.platform-list .stripe-1 {
  z-index: -1;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.process {
  padding: 2% 0%;
}
@media (max-width: 991.98px) {
  .process {
    padding-top: 35px;
  }
}

.process-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 3rem 0;
}
.process-container > img {
  position: relative;
  top: 30px;
  width: 20px;
}
@media (max-width: 991.98px) {
  .process-container > img {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .process-container {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}

.process-card {
  max-width: 250px;
  width: 100%;
  background: transparent;
  border: 2px solid #FFF;
  border-radius: 55px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.service-plus .process-card {
  min-height: 200px;
}
@media (max-width: 991.98px) {
  .process-card {
    max-width: calc(50% - 5px);
    border-radius: 30px;
    min-height: 200px;
  }
}
.process-card .card-title {
  text-align: center;
  color: #FFF;
  position: relative;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 50px;
}
.process-card .card-title span {
  display: block;
  width: 100%;
  font-weight: 400;
}
.service-plus .process-card .card-title {
  color: #000;
  line-height: 1;
  text-align: left;
  padding: 5px 15px;
  padding-left: 80px;
}
@media (max-width: 991.98px) {
  .service-plus .process-card .card-title {
    padding-left: 50px;
  }
}
.process-card .card-backdrop {
  display: flex;
  height: 250px;
  width: 250px;
  bottom: -2px;
  left: -2px;
  border-radius: 55px;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #FFF;
  background-size: 125%;
  background-repeat: no-repeat;
  background-position: center;
}
.service-plus .process-card .card-backdrop {
  height: 230px;
}
@media (max-width: 991.98px) {
  .service-plus .process-card .card-backdrop {
    max-width: calc(100% + 2px);
    height: 200px;
    border-radius: 30px;
  }
}
@media (max-width: 991.98px) {
  .process-card .card-backdrop {
    max-width: calc(100% + 2px);
    height: 200px;
    border-radius: 30px;
  }
}
.process-card .card-backdrop span {
  font-weight: 300;
  color: #000;
  font-size: 1.6em;
}
.process-card .card-backdrop.a {
  background-image: url("../img/bg/process-1.png");
}
.process-card .card-backdrop.b {
  background-image: url("../img/bg/process-2.png");
}
.process-card .card-backdrop.c {
  background-image: url("../img/bg/process-3.png");
}
.process-card .card-backdrop.d {
  background-image: url("../img/bg/process-4.png");
}
.process-card .card-backdrop.e {
  background-image: url("../img/bg/service-e.png");
}
.process-card .card-backdrop.f {
  background-image: url("../img/bg/service-f.png");
}
.process-card .card-backdrop.g {
  background-image: url("../img/bg/service-g.png");
}
.process-card .card-backdrop.h {
  background-image: url("../img/bg/service-h.png");
}
.process-card .stack-arrow {
  position: absolute;
  right: 50px;
  top: 30px;
}
.service-plus .process-card .stack-arrow {
  right: unset;
  left: 50px;
  top: 25px;
}
@media (max-width: 991.98px) {
  .service-plus .process-card .stack-arrow {
    left: 25px;
  }
}

.commit {
  padding: 4% 0;
}
@media (max-width: 991.98px) {
  .commit {
    margin-bottom: 45px;
  }
}
.commit .commit-left > img {
  max-width: 400px;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .commit .commit-left > img {
    max-width: 200px;
  }
}
.commit .commit-left .content {
  position: relative;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.commit .commit-left .content > img:first-child {
  max-width: 80px;
}
@media (max-width: 991.98px) {
  .commit .commit-left .content > img:first-child {
    display: none;
  }
}
.commit .commit-left .content h2 {
  font-size: 3.5rem;
}
.commit .commit-left .content h2 > img {
  max-width: 60px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.commit .commit-left .content .stack-arrow {
  position: absolute;
  bottom: 20px;
  left: 120px;
}
@media (max-width: 991.98px) {
  .commit .commit-left .content .stack-arrow {
    display: none;
  }
}
.commit .commit-right {
  margin-top: 1rem;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-end;
  position: relative;
  top: -30px;
}
@media (max-width: 991.98px) {
  .commit .commit-right {
    top: 0px;
    flex-wrap: wrap;
  }
}
.commit .commit-right h3 {
  text-align: right;
  color: #FFF;
  z-index: 200;
  font-weight: 600;
}
.commit .commit-right .btn-fancy {
  position: relative;
  top: 20px;
}

.discover {
  padding: 4% 0;
}
.discover .container {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 991.98px) {
  .discover .container {
    flex-wrap: wrap;
  }
  .discover .container.mb-column-reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.discover.align-right .container {
  justify-content: flex-end;
}
.discover .discover-card {
  width: 100%;
  max-width: 270px;
}
.discover .pretty-card .card-backdrop {
  min-height: 300px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.discover .pretty-card .card-backdrop.a {
  background-image: url("../img/bg/discover-1.png");
}
.discover .pretty-card .card-backdrop.b {
  background-image: url("../img/bg/discover-2.png");
}
.discover .pretty-card .card-title {
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .discover .pretty-card {
    margin-top: 50px;
  }
}
.discover .discover-content {
  position: relative;
  max-width: 850px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .discover .discover-content {
    max-width: 100%;
  }
}
.discover .discover-content p {
  margin-bottom: 10px;
}
.discover .discover-content > img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.discover .discover-content .icon {
  max-width: 80px;
}
.discover .discover-content .btn-fancy {
  margin-top: 1rem;
}
.discover .discover-content .copy-content * {
  text-align: right !important;
}
.discover .discover-content .copy-content h2 {
  font-size: 5rem;
}
.discover .discover-content .copy-content h3 {
  font-size: 2.6rem;
}
.discover .discover-content .copy-content .stack-center {
  position: absolute;
  bottom: -30px;
  right: 1rem;
  left: unset;
}
.discover .stack-brand-circle {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
@media (max-width: 991.98px) {
  .discover .stack-brand-circle {
    left: 50px;
    bottom: -15px;
  }
}

.contact .copy-content {
  position: relative;
  padding-right: 3rem;
}
.contact .copy-content > img {
  max-width: 200px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  right: calc(50px + 3rem);
  top: 80px;
}
@media (max-width: 767.98px) {
  .contact .copy-content {
    padding: 0px;
    margin-bottom: 20px;
  }
}
.contact .copy-content > *:not(img) {
  position: relative;
  z-index: 1;
  text-align: right;
  line-height: 1;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .contact .copy-content > *:not(img) {
    text-align: left;
  }
}
.contact .copy-content h3 {
  font-size: 2.5rem;
}
.contact .copy-content h3 a {
  color: #EE4305;
}

form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #a84c33 !important;
  font-weight: 200;
  font-size: 1rem;
}

form input::placeholder,
form textarea::placeholder {
  color: #a84c33 !important;
  font-weight: 200;
  font-size: 1rem;
}
form input, form textarea {
  border-radius: 5px !important;
  background: #edeceb !important;
}
form .form-control:focus {
  color: #000000;
  background-color: #FFF;
  border-color: #a84c33;
  outline: 0;
  box-shadow: 0 2px 18px 5px rgba(30, 32, 36, 0.15) !important;
  outline: 0 !important;
}

.iti {
  display: block;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

@media (min-width: 992px) {
  .desktop-form-padding {
    padding-top: 100px;
  }
}

.faq {
  padding: 4% 0;
  padding-bottom: 0;
}

.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  row-gap: 1rem;
  margin: 2rem 0;
}
@media (max-width: 767.98px) {
  .accordion {
    padding: 1rem;
  }
}

.accordion-item {
  width: 90%;
  border-radius: 15px !important;
  background-color: #edeceb;
}

.accordion-header {
  border-radius: 15px;
}
.accordion-header button {
  color: #EE4305;
}
.accordion-header button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #EE4305;
  background-color: #FFF;
}

.accordion-collapse {
  border-radius: 15px;
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 15px;
}

.accordion-flush .accordion-collapse {
  background-color: #edeceb;
}

.accordion-button::after {
  background-image: url("../img/icons/faq-arrow.png");
  left: -50px;
  right: unset;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  transform: rotate(0deg);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/icons/faq-arrow.png");
  left: -50px;
  right: unset;
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: contain;
  transform: rotate(90deg);
}

.header-internal {
  padding-top: 100px;
  background-image: none !important;
  min-height: unset;
}
.header-internal > .container {
  z-index: 2 !important;
  height: auto !important;
  margin-top: 50px;
}
@media (max-width: 991.98px) {
  .header-internal {
    padding-top: 50px;
  }
}
.header-internal:before, .header-internal:after {
  z-index: 1;
  pointer-events: none !important;
}
.header-internal .header-linear-bg {
  position: absolute;
  background-image: url("../img/bg/BG-Linear-2.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  width: 100%;
  height: 370px;
  background-size: auto 760px;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .header-internal .header-linear-bg {
    display: none;
  }
}

.showcase-row {
  margin-bottom: 5rem;
}

.align-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.align-right > * {
  text-align: right;
}
@media (max-width: 991.98px) {
  .align-right {
    align-items: flex-start;
  }
  .align-right > * {
    text-align: left;
  }
}

.linear-divider img {
  width: 100%;
}
.linear-divider > img:first-child {
  display: block;
}
@media (max-width: 991.98px) {
  .linear-divider > img:first-child {
    display: none;
  }
}
.linear-divider > img:last-child {
  display: none;
}
@media (max-width: 991.98px) {
  .linear-divider > img:last-child {
    display: block;
    height: 50px;
  }
}

.info-row.pulled-up {
  margin-top: -100px;
}
@media (max-width: 991.98px) {
  .info-row.pulled-up {
    margin-top: 0px;
  }
}

.bullet {
  width: 10px;
  top: 5px;
  position: relative;
}/*# sourceMappingURL=inkuve-v2.css.map */