@font-face {
  font-family: Butler;
  src: url('../fonts/butler.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler Free Med;
  src: url('../fonts/Butler-Free-Med.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-ExtraBold.otf') format("opentype"), url('../fonts/CreatoDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-ExtraBoldItalic.otf') format("opentype"), url('../fonts/CreatoDisplay-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creatodisplay;
  src: url('../fonts/CreatoDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-grey: #292929;
  --red: #f25b64;
  --baby-blue: #5ec6e8;
  --yellow: #ffc553;
  --white: white;
  --black: black;
  --dark-blue: #0a071b;
}

.button-arrow-right, .button-arrow-left {
  background-image: url('../images/Arrow-w_1Arrow-w.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 19px;
  width: 40px;
  height: 40px;
  position: relative;
  inset: 0%;
}

.preloader {
  z-index: 2147483647;
  text-align: center;
  background-image: linear-gradient(282deg, #d4dbe0, #eff5f8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-size: 14px;
  display: none;
  position: fixed;
  inset: 0;
}

.navigation--cm0-1 {
  flex-flow: column;
  display: flex;
}

.button-text {
  color: #0a0a0a;
  text-align: center;
  flex: 1;
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
}

.button-arrow-container {
  width: 80px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.underline-hover {
  background-color: #98a0a5;
  height: 1.5px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.buy-template-container {
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 10px;
  display: flex;
}

.button-arrow-box {
  background-color: #292929;
  border-radius: 0%;
  width: 40px;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 18px;
  display: inline-block;
  position: relative;
  right: -12px;
  overflow: hidden;
}

.nav-menu {
  display: flex;
}

.button-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-right: auto;
  display: flex;
}

.button-wrapper.inside {
  width: 100%;
  margin-top: 0;
}

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

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo {
  min-width: 100px;
  margin: auto;
}

.text-box {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.text-box.bottom-padding {
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
}

.flex {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.block-link-box {
  cursor: pointer;
  height: auto;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.underline {
  background-color: #060606;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.preview-link {
  color: #181818;
  width: 90%;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.preview-link:hover {
  color: #7f8893;
}

.preview-link.white {
  color: #fff;
  width: 100%;
  font-size: 26px;
}

.link-preview {
  color: #8e9194;
  border-radius: 2px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-image {
  background-image: url('../images/656f0429b343b4acd6c9c7ee_nubelson-fernandes-O2brMEPASGc-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hover-image.summize {
  object-fit: contain;
  background-image: url('../images/Pc.png');
  background-position: 50%;
  background-size: contain;
  width: 421.531px;
  height: 281.125px;
}

.hover-image._1 {
  background-image: url('../images/656f0429b343b4acd6c9c7f0_lasse-jensen-fSSO5U_iwzk-unsplash.jpg');
}

.hover-image.tiptoes {
  background-color: #0000;
  background-image: url('../images/Group-3062.png');
}

.hover-image.alderleyedge {
  background-image: url('../images/all.png');
}

.hover-image.argentex2 {
  background-image: url('../images/arge.png');
}

.hover-image.amexx {
  background-image: url('../images/Amex3.png');
}

.hover-image.synetex {
  background-image: url('../images/656f0429b343b4acd6c9c797_Work-3.jpg');
  background-size: contain;
}

.hover-image.nest {
  background-image: url('../images/Rocks.png');
}

.hover-image.annymous {
  background-image: url('../images/Thumbnail.jpg');
}

.hover-image.hendessa {
  background-image: url('../images/image-1.png');
  background-position: 50% 0;
}

.post-tile-box {
  margin-top: 10px;
  margin-bottom: 20px;
}

._16px-text {
  color: #6e6e6e;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.slider-link {
  transition: opacity .4s;
}

.slider-link:hover {
  opacity: .9;
}

.website-slide {
  background-color: #fff;
  background-image: linear-gradient(#ffffff12, #ffffff12);
  margin-right: 87px;
  padding: 20px;
}

.display-none {
  display: none;
}

.websites-arrow {
  background-color: var(--text-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: -40px;
  transition: background-color .2s;
  display: flex;
}

.websites-arrow:hover {
  background-color: #282c2c;
}

.websites-arrow.right {
  background-color: var(--text-grey);
  margin-right: 40px;
}

.websites-slider {
  background-color: #0000;
  height: 100%;
  margin-left: 74px;
}

.mask {
  max-width: 800px;
  overflow: visible;
}

.title-grey-500 {
  color: #5b5675;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.body-medium {
  color: #5b5675;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #5138ee;
  border: 2px solid #5138ee;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.button-3:hover {
  background-color: #6d6af8;
  border-color: #6d6af8;
}

.button-3:active {
  background-color: #3521b5;
  border-color: #3521b5;
}

.button-3:focus {
  border: 2px solid #9fa9ff;
}

.button-3.button-space {
  border-color: var(--red);
  background-color: var(--red);
  letter-spacing: .04em;
  width: auto;
  max-width: 300px;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-3.button-space.line {
  background-color: #f25b6400;
  border-width: 4px;
}

.button-3.button-space.line.small.hide {
  display: none;
}

.navigation-dark {
  background-color: #0a071b;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-menu-2 {
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.account-buttons {
  display: flex;
}

.nav-link-light {
  color: #dadada;
  letter-spacing: .05em;
  background-color: #ffffff1c;
  border-radius: 50px;
  margin-left: 0;
  margin-right: 20px;
  padding: 14px 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .35s;
}

.nav-link-light:hover {
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
  background-color: #ffffff26;
}

.nav-link-light.w--current {
  color: var(--baby-blue);
}

.nav-link-light.hide {
  display: none;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 50px;
  display: flex;
}

.title-wrap-centre-2 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-90 {
  color: #5b5675;
  text-align: left;
  letter-spacing: -.03em;
  width: 90%;
  font-size: 18px;
  line-height: 32px;
}

.p-90.max-width {
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.p-90.max-width.left {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.p-90.max-width.full-text {
  max-width: 720px;
}

.p-90.max-width.full-text.left {
  width: 90%;
}

.p-90.left {
  text-align: left;
}

.title-2 {
  color: #6b6b5c;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

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

.title-wrap-large-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-arrow {
  margin-left: 8px;
}

.button-link {
  color: #5138ee;
  letter-spacing: -.02em;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-link.margin-top-32 {
  text-transform: capitalize;
  margin-top: 0;
}

.icon-3 {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.marquee-cover-horizontal {
  z-index: 10;
  height: auto;
  position: absolute;
  inset: 0%;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 10px;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.hide {
  margin-left: 0;
}

.icon-container-alt {
  background-color: #fdfdff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  padding: 20px 10px;
  display: flex;
}

.icon-container-alt.no-bg {
  color: #cecece;
  background-color: #fafafa;
  width: 120px;
  height: 60px;
  padding: 10px;
}

.title-wrap-split {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
  display: flex;
}

.page-grid-small {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.clutch-ogo {
  margin-right: 20px;
}

.google-logo {
  height: 100%;
}

.h5-title-turquoise {
  color: #5ec6e8;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-contact-detail {
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
  margin-top: 40px;
}

.footer-logo {
  min-width: 105px;
}

.footer-link-white {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-height: 32px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-section-dark {
  background-color: #0a071b;
  padding: 72px 3% 40px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

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

.example-text {
  color: #b8b8b8;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.line {
  width: 100px;
  height: 5px;
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.hero_sg_wrap--vt1 {
  z-index: 2;
  text-align: center;
  background-color: #22222000;
  min-height: 100vh;
  display: flex;
}

.hero_sg_wrap--vt1.none {
  z-index: 1;
  align-items: center;
  width: 95%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0%;
}

.hero_sg_wrap--vt1.none.top-20 {
  margin-top: 20px;
}

.hero_sg_wrap--vt1.three-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 95%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: grid;
}

.btn_main_icon {
  flex: none;
  width: .7rem;
  height: .9rem;
  transition: transform .2s;
  display: block;
}

.btn_main_icon.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.btn_main_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title_wrap--gp1-5-mw720-ac {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  height: auto;
  display: flex;
  overflow: hidden;
}

.title_wrap--gp1-5-mw720-ac.al {
  align-items: flex-start;
}

.title_wrap--gp1-5-mw720-ac.al.horrizontal {
  flex-flow: column;
}

.btn_main_wrap--fw2-bw1 {
  background-color: var(--baby-blue);
  border: 1px solid #e95555;
  width: auto;
  max-width: 250px;
  padding: .9rem 1.6rem;
  line-height: 1;
  display: inline-block;
}

.btn_main_wrap--fw2-bw1.outline-bue {
  border-color: var(--baby-blue);
}

.footer_sg_wrap--bw1t-vt1-vb1 {
  text-align: center;
}

.menu-large-link {
  color: #68574b;
  letter-spacing: 0;
  text-transform: capitalize;
  flex: none;
  padding-left: .9em;
  padding-right: .9em;
  font-size: 1.8em;
  font-weight: 400;
  line-height: 1.1em;
  transition: letter-spacing .6s cubic-bezier(.075, .82, .165, 1), font-size .6s cubic-bezier(.075, .82, .165, 1);
}

.menu-large-link:hover {
  color: #02101d;
  letter-spacing: .15em;
}

.menu-large-link.w--current {
  color: #02101d;
}

.dropdown-link {
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: static;
}

.nav-link {
  z-index: 10;
  color: #fff;
  border-top: 3px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0 1em;
  font-weight: 600;
  transition: border-color .2s, color .2s;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #fff;
  border-top-color: #b69f8f;
}

.nav-link.w--current {
  color: #fff;
  border-top-color: #fff;
}

.nav-link.none {
  color: var(--text-grey);
  text-decoration: none;
}

.nav-link.none:hover {
  border-bottom: 3px solid var(--yellow);
  opacity: 1;
  border-top-style: none;
  border-top-width: 0;
}

.nav-link.none.w--current {
  border-bottom: 3px solid var(--baby-blue);
  border-top-style: none;
}

.brand-large {
  justify-content: center;
  align-items: center;
  margin-right: 72px;
  display: flex;
}

.banner-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.navigation-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.logo-2 {
  min-width: 100px;
}

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

.banner {
  color: #fff;
  background-color: #1f1f1f;
  justify-content: center;
  align-items: center;
  min-height: 64px;
  padding: 16px 3%;
  display: flex;
}

.banner.footer {
  margin-top: 20px;
}

.nav {
  background-color: #ffffff24;
  border: 1px #636363;
  border-bottom: 1px solid #8f8f8f47;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.heading--fs1-lh3 {
  z-index: 1;
  text-align: left;
  line-height: 1.5px;
  position: relative;
}

.heading--fs1-lh3.smaller {
  font-size: 4rem;
}

.heading--fs1-lh3.smaller._90 {
  width: 100%;
  margin-right: auto;
  font-size: 3.5rem;
}

.fs7-1 {
  color: #fff;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.fs7-1.tac {
  text-align: center;
}

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

.two_button_wrap--gd2.full-width {
  width: 100%;
  display: flex;
}

.heading--fs4 {
  font-size: 18px;
}

.avatar-large {
  object-fit: cover;
  border-radius: 1px;
  width: 100%;
  height: 100%;
  margin-right: 32px;
}

.body-quote {
  color: #0a071b;
  letter-spacing: -.03em;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
}

.avatar_block {
  width: 150px;
  height: 150px;
}

.avatar_block.s {
  width: 100px;
  max-width: 100px;
  height: 100px;
  max-height: 100px;
}

.portfolio--gd1-cd2-gp2.more {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
}

.card--pd3-em0-2 {
  background-image: url('../images/Animation---1708879889898.json');
  background-position: 0 0;
  background-size: auto;
}

.card--pd3-em0-2.light-white {
  background-color: #f1f1ef00;
  background-image: none;
  padding: 60px;
  position: relative;
}

.logo-3 {
  width: auto;
  min-width: auto;
  max-width: 120px;
  min-height: auto;
  max-height: 50px;
  margin-bottom: 0;
}

.testimonial-image-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: 0;
  left: -15px;
}

.testimonial-columns {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  outline-offset: 0px;
  background-color: #07070700;
  border: 1px #303030;
  outline: 3px #fff;
  flex-flow: column;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0;
  display: flex;
}

.testimonial-columns.none {
  padding: 0;
}

.testimonial-author-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.author-name {
  color: #546681;
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.slider-arrow-wrap {
  margin-top: 0;
  display: flex;
}

.arrow {
  width: 28px;
}

.testimonial-content-wrap {
  align-items: center;
  width: auto;
  min-height: auto;
  padding: 0;
  display: flex;
}

.slider-left {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.testimonial-content-block {
  max-width: none;
  position: relative;
}

.html-embed {
  color: var(--baby-blue);
}

.link-block {
  color: #d1cece;
}

.subheading-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #504e4e;
  flex-wrap: wrap;
  align-items: center;
  margin-top: .4em;
  font-size: 1.6em;
  line-height: 1.2;
  display: flex;
}

.job_description-list_item {
  margin-bottom: .8em;
  padding-left: 3em;
  list-style-type: disc;
}

.job_description-list_item.cc-last {
  margin-bottom: 0;
}

.job_date {
  color: #111;
  font-size: 1.2em;
  font-weight: 400;
}

.h6 {
  color: #111;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.container-5 {
  width: 90%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.job_header {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  align-items: flex-start;
  margin-bottom: .8em;
  display: flex;
}

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

.grid.col-lg-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.col-lg-3.cc-gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.job_description-list {
  padding-left: 2.6em;
}

.job_image {
  background-color: #4353ff;
  border-radius: .6em;
  width: 3.8em;
  height: 3.8em;
}

.job {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.job.cc-last {
  margin-bottom: 0;
}

.label-2 {
  color: #504e4e;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
}

.job_title {
  letter-spacing: -.04em;
  margin-top: .04em;
  margin-bottom: .1em;
  font-size: 1.6em;
}

.sidebar_grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-3 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.u-mb-4 {
  margin-bottom: 4em;
}

.div-block-3 {
  position: absolute;
  inset: -2.8em 0% auto auto;
}

.hero-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.hero-heading-2.left {
  text-align: left;
  font-size: 55px;
}

.hero-heading-2.left.smaller {
  margin-bottom: 0;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.hero-heading-2.left.smaller.sm {
  font-size: 45px;
}

.container-1201 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-1201.white {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff;
}

.container-1201.white.hide {
  display: none;
}

.container-1201.different {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #fff0;
  padding: 0;
}

.table-2 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1225px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.bttn1 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #121414;
  background-clip: border-box;
  border-radius: 0;
  align-items: center;
  min-width: 180px;
  max-width: 300px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.brand-3 {
  height: 100px;
  padding-top: 26px;
  transition: transform .2s, opacity .2s;
}

.brand-3:hover {
  transform: scale(1.04);
}

.button-flex-2 {
  background-color: #ffc553;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 300px;
  display: flex;
}

.navbar-3 {
  background-color: #0000;
  position: relative;
  inset: 0% 0% auto;
}

.navlink-2 {
  color: #181818;
  letter-spacing: -.3px;
  height: 100px;
  margin-right: 13px;
  padding-top: 38px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .2s;
  overflow: hidden;
}

.navlink-2:hover {
  color: #5d6363;
  text-decoration: none;
}

.navlink-2.w--current {
  color: #8e9194;
}

.services-container {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4em;
  display: flex;
}

.services-container.client-cont {
  padding-top: 2em;
  padding-bottom: 0;
}

.left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.title-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.title-wrap.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.title-wrap.none {
  margin-bottom: 0;
}

.image-6 {
  background-color: #fff0;
}

.absolute-image-logo {
  width: 80px;
  min-width: 80px;
  min-height: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.title-cot {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-cot.flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs7-1 {
  color: #5b5675;
}

.fs3-fw3 {
  text-align: left;
  font-weight: 700;
}

.title-wrap-small-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.text-block-3 {
  width: auto;
  display: block;
}

.post-item {
  width: 100%;
  margin-right: 1%;
}

.post-item:last-child {
  margin-right: 0%;
}

.link-block-button-2 {
  margin-top: 10px;
}

.preview-link-2 {
  color: #181818;
  margin-top: 8px;
  margin-bottom: 5px;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.preview-link-2:hover {
  color: #7f8893;
}

.post-text-box {
  padding-top: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.link-mini-arrow-2 {
  margin-left: 5px;
  transition: opacity .2s;
  position: relative;
  top: 0;
}

.block-link-2 {
  margin-right: 0;
  display: inline-block;
}

.inside-underline-2 {
  background-color: #adbcc1;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.link-preview-2 {
  color: #8e9194;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.block-link-text-2 {
  z-index: 99;
  color: #181818;
  width: auto;
  height: auto;
  padding-bottom: 8px;
  text-decoration: none;
  position: relative;
  inset: 0%;
}

.post-tile-box-2 {
  margin-top: 10px;
}

.flex-cont {
  grid-template-rows: auto;
}

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

.dropdown-omega {
  z-index: 99999;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.link-txt {
  font-size: 18px;
  font-weight: 400;
}

.comin-soon-block {
  background-color: #0f0f0f91;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs5-fw1.white {
  color: #fff;
}

.logo-carousel {
  z-index: 10;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-carousel-wrapper {
  grid-column-gap: 1%;
  flex-direction: row;
  flex: none;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-carousel-image {
  object-fit: contain;
  width: 8em;
  max-width: 25%;
  height: auto;
  max-height: 3em;
}

.logo-carousel-image.smaller {
  width: 4em;
}

.pill-link {
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #fbfbfb;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 160px;
  padding: 6px 12px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.pill-link:hover {
  background-image: linear-gradient(#cacaca80, #cacaca80);
  border-radius: 0;
  text-decoration: none;
}

.white-text-cap {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 150%;
}

.summary-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 20px;
  display: grid;
}

.title-item {
  color: #6e6e6e;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
}

.answer-item {
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.pill-cont {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  display: flex;
}

.heading-cont {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 60px;
  margin-right: auto;
  display: flex;
}

.underline-light {
  background-color: #f7f7f7;
  width: 100%;
  height: 2px;
}

.logo-portfolio {
  max-width: none;
  height: 80px;
}

.title-company {
  color: #8d8d8d;
  font-size: 24px;
  line-height: 100%;
}

.title-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.tab-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-action {
  border-top: 1px #e4e4e4;
}

.heading-small {
  text-transform: uppercase;
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-tiny {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.quote-title {
  z-index: 3;
  text-align: center;
  max-width: 75rem;
  position: relative;
}

.hero-one-top {
  padding-top: 5.5rem;
  padding-bottom: 5rem;
}

.service-intro {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 23rem;
  padding-bottom: 1rem;
  display: flex;
}

.service-top {
  cursor: pointer;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.article-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

.footer {
  color: #f5f5f5;
  background-color: #111;
  border-top: 1px #e4e4e4;
}

.spacer-extra-large {
  padding-top: 8rem;
}

.work-one-subtitle {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-small {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.footer-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 10rem;
  display: grid;
}

.hero-one-bottom {
  z-index: 10;
  color: #111;
  border-top: 1px solid #e4e4e4;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.news {
  z-index: 1;
  position: relative;
}

.service-tag {
  border: 1px solid #e4e4e4;
  border-radius: 100rem;
  padding: .15rem .5rem;
}

.hero-action-right {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.navbar-link {
  color: #111;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.clip {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-one-height {
  padding-top: 54%;
  position: relative;
  overflow: hidden;
}

.main-wrapper {
  position: relative;
}

.h_footer_link {
  color: #f5f5f5;
  text-decoration: none;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.footer-credits {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.credit-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero-trigger {
  height: 50vh;
  margin-top: -4.5rem;
  position: absolute;
  inset: 100vh 0% 0%;
}

.grid-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-one-banner {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.navbar-brand {
  color: #111;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 500;
}

.text-medium {
  font-size: 1.7rem;
}

.text-medium.h_sub_heading {
  font-family: Creatodisplay, Arial, sans-serif;
  font-weight: 500;
}

.service-item {
  border-top: 1px solid #e4e4e4;
}

.news-left {
  max-height: 100vh;
  margin-top: -4.5rem;
  padding: 4.5rem 0 1rem 1rem;
  position: sticky;
  top: 0;
}

.font-two {
  font-family: Butler Free Med, Arial, sans-serif;
  font-weight: 400;
}

.text-large {
  font-size: 2.5rem;
  line-height: 1.3;
}

.h_pre_loader {
  z-index: 1000;
  background-color: #e4e4e4;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.footer-list {
  grid-column-gap: 2rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.h_bttn {
  color: #111;
  border: 1px solid #e4e4e4;
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
}

.quote-bottom {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 27rem;
  display: flex;
}

.footer-column-2 {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex-direction: column;
  display: flex;
}

.icon-regular {
  width: .875rem;
}

.service-content {
  padding-bottom: 5rem;
}

.service-text {
  max-width: 35rem;
}

.intro-text-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 20rem;
  padding-top: .625rem;
  padding-bottom: 1rem;
  padding-right: 0;
  display: flex;
}

.spacer-huge {
  padding-top: 12rem;
}

.footer-action-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f5f5f5;
  align-items: center;
  padding-bottom: 1rem;
  text-decoration: none;
  display: flex;
}

.section-padding {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.quote-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.news-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-large {
  text-transform: uppercase;
  font-size: 7.25rem;
  font-weight: 500;
  line-height: 1;
}

.heading-large.h_s_large {
  font-size: 6rem;
}

.news-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  padding: 0;
  display: grid;
  position: relative;
  overflow: visible;
}

.services-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  display: grid;
}

.clip-content {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-arrow.bottom-left {
  position: absolute;
  inset: auto auto -100% -100%;
}

.service-price {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.text-regular {
  font-family: Satoshi, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

.footer-call-out {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4e4e41a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 4rem;
  display: grid;
}

.spacer-large {
  padding-top: 6rem;
}

.text-intro-large {
  max-width: 40rem;
}

.logo-image {
  width: 6.5rem;
  min-height: 0;
  max-height: 25px;
}

.service-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr 4rem;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.h_nav {
  z-index: 100;
  color: #111;
  background-color: #f5f5f5;
  position: relative;
}

.footer-logo-image {
  width: 9.5rem;
}

.icon-small {
  width: .625rem;
}

.service-list {
  border-bottom: 1px solid #e4e4e4;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading-extra-large {
  letter-spacing: -.05rem;
  text-transform: uppercase;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 9rem;
  font-weight: 500;
  line-height: 1;
}

.footer-text {
  max-width: 18rem;
}

.h_projects_list {
  width: 100%;
  padding-bottom: 0;
}

.news-image {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 100%;
  padding-top: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-regular {
  text-transform: uppercase;
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1;
}

.page-wrapper {
  z-index: 10000000;
  background-color: #f5f5f5;
}

.h_cover_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h_cover_img.h_img_blur {
  filter: blur(2px);
}

.hero-one-grid {
  flex-direction: column;
  display: flex;
}

.navbar-menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-left {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sticky-navbar {
  z-index: 100;
  position: sticky;
  top: 0;
}

.heading-medium {
  text-transform: uppercase;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
}

.icon-large-2 {
  width: 1.4rem;
}

.home-hero {
  position: relative;
}

.text-tiny {
  font-size: .8rem;
}

.text-tiny.all-caps {
  text-transform: uppercase;
  font-weight: 500;
}

.h_nav_cont {
  justify-content: center;
  display: flex;
}

.navbar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 4.5rem;
  display: grid;
}

.news-right {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: stretch;
  padding-top: 3rem;
  padding-bottom: 1rem;
  display: flex;
}

.navbar-links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-link-2 {
  opacity: .75;
  color: #f5f5f5;
  transition: opacity .3s linear;
}

.text-link-2:hover {
  opacity: 1;
}

.hero-one-title {
  text-align: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.lottie-animation-3 {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.navbar-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hyperlink {
  color: #f7f7f7;
  text-decoration: none;
}

.service-bottom {
  overflow: hidden;
}

.footer-brand {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.h_body {
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.heading-tiny-2 {
  text-transform: uppercase;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.news-meta {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.side-image {
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-small-2 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.page-content {
  z-index: 10000000;
  background-color: #f5f5f5;
}

.h_nav_brand {
  color: #111;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.font-two-2 {
  font-family: Butler, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.h_outline_button {
  color: #111;
  border: 1px solid #e4e4e4;
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
}

.news-body-top {
  flex-direction: column;
  display: flex;
}

.footer-column-3 {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  flex-direction: column;
  display: flex;
}

.news-side {
  height: 100vh;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: sticky;
  top: 0;
}

.articles-tag {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.news-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.red-dot {
  background-color: #e53d3d;
  border-radius: 100rem;
  width: .5rem;
  height: .5rem;
}

.text-regular-2 {
  font-size: 1.3rem;
  line-height: 1.5;
}

.text-regular-2.dual-text {
  column-count: 2;
  column-gap: 3rem;
}

.h_navbar {
  z-index: 100;
  color: #111;
  background-color: #f5f5f5;
  position: relative;
}

.news-body {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.5rem;
}

.h_nav_links_cont {
  justify-content: center;
  display: flex;
}

.h_lottie_animation {
  justify-content: center;
  align-items: center;
  width: 8rem;
  display: flex;
}

.footer-brand-2 {
  color: #f5f5f5;
  text-transform: uppercase;
  font-family: Creatodisplay, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.text-small-3 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.project-title {
  max-width: 45rem;
  padding-top: 8rem;
}

.h_button {
  color: #111;
  border: 1px solid #e4e4e4;
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
}

.h_button.button_fill {
  color: var(--white);
  background-color: #000;
  font-weight: 500;
  transition: all .2s;
}

.h_button.button_fill:hover {
  color: var(--text-grey);
  background-color: #000;
}

.project-text {
  max-width: none;
}

.project-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3.5rem;
  display: flex;
}

.h_company_logo {
  border-radius: 4px;
}

.field-2 {
  background-color: #fff0;
  border: 1px solid #e4e4e4;
  border-radius: .4rem;
  min-height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.2rem;
  font-size: 1rem;
}

.field-2:focus {
  border-style: solid;
}

.field-2.large-field {
  min-height: 12rem;
  padding: 1rem 1.2rem;
}

.contact-image {
  border-radius: .4rem;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.text-small-4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.fields-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.dual-fields {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.error-message {
  color: #f5f5f5;
  background-color: #e53d3d;
  border-radius: .4rem;
  padding: 1rem;
}

.success-message-5 {
  background-color: #ddd0;
  border: 1px solid #e4e4e4;
  border-radius: .4rem;
  padding: 2rem;
}

.font-two-3 {
  font-family: Butler, Palatino Linotype, sans-serif;
  font-weight: 400;
}

.button-9 {
  color: #111;
  border: 1px solid #e4e4e4;
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
}

.contact-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-left {
  min-height: 100vh;
  max-height: 100vh;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  position: sticky;
  top: 0;
}

.contact-right-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.form-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.submit-button-2 {
  background-color: #111;
  border-radius: 100rem;
  width: 100%;
  min-height: 3.5rem;
}

.awards-grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-left {
  aspect-ratio: 4 / 5;
  border-radius: .4rem;
  position: relative;
  overflow: hidden;
}

.about-hero-right {
  aspect-ratio: 4 / 4;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  width: 45%;
  max-width: 60vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.text-small-5 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.history-spacer {
  padding-top: 50%;
}

.about-label {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
  position: sticky;
  top: 6rem;
}

.supplement_text {
  color: var(--text-grey);
  font-family: Butler Free Med, Arial, sans-serif;
  font-weight: 400;
}

.story-gallery {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.history-bottom {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-10 {
  color: #111;
  border: 1px solid #e4e4e4;
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
}

.story-title {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  display: flex;
}

.story-block {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  display: flex;
}

.story-image {
  border-radius: .4rem;
  position: relative;
  overflow: hidden;
}

.about-hero-trigger {
  height: 50vh;
  position: absolute;
  inset: 100vh 0% 0%;
}

.about-hero {
  flex-direction: column;
  min-height: 100vh;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  display: flex;
}

.history-text {
  max-width: 20rem;
}

.heading-huge {
  font-size: 14.5vw;
  line-height: .9;
}

.about-banner {
  padding: 0 1rem;
  position: relative;
  overflow: hidden;
}

.history-card {
  border: 1px solid #e4e4e4;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.2rem;
  display: flex;
}

.about-banner-base {
  border-radius: .4rem;
  min-height: 85vh;
  position: relative;
  overflow: hidden;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-top {
  max-width: 50rem;
}

.story-text {
  max-width: 55rem;
}

.about-hero-left {
  text-align: center;
  padding-top: 2rem;
}

.about-dual-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .55fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dual-hero-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 9rem;
  padding-bottom: 2.25rem;
  display: flex;
}

.text-small-6 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.action-intro {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.font-two-4 {
  font-family: Butler Free Med, Arial, sans-serif;
  font-weight: 400;
}

.h__outline_button {
  color: #111;
  background-color: #3898ec00;
  border: 1px solid #e4e4e4;
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
  transition: all .2s;
}

.h__outline_button:hover {
  border-color: #535353;
}

.hero-paralax-trigger {
  height: 25vh;
  position: absolute;
  inset: 100vh 0% 0%;
}

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

.work-banner-height {
  border-radius: .5rem;
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
}

.work-list-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #111;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-decoration: none;
  display: grid;
}

.news-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles-left {
  height: 100%;
  max-height: 100vh;
  margin-top: -4.5rem;
  padding-top: 4.5rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  position: sticky;
  top: 0;
}

.articles-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  display: grid;
}

.articles-image {
  border-radius: .4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.articles-action {
  z-index: 10;
  background-color: #fff;
  border-radius: .4rem;
  flex-direction: column;
  width: 100%;
  max-width: none;
  padding: 0 2rem 1rem;
  display: flex;
  position: relative;
}

.line-2 {
  background-color: #e4e4e4;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.work-three-meta {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  display: flex;
}

.articles-link {
  color: #111;
  border-radius: .4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.articles-name {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.line-fill {
  background-color: #111;
  position: absolute;
  inset: 0%;
}

.work-three-height {
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.work-three-bottom {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.work-three-card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #111;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: flex;
}

.work-three-title {
  flex: 1;
  max-width: 25rem;
  padding-top: 1rem;
  padding-bottom: 1.25rem;
}

.work-three-top {
  z-index: 10;
  border-radius: .4rem;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.work-list-height {
  border-radius: .5rem;
  padding-top: 72.5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list-image {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
}

.work-list-middle {
  border-radius: .4rem;
  position: absolute;
  inset: auto 0%;
  overflow: hidden;
}

.h_industry_text {
  color: #585858;
  letter-spacing: 1px;
  font-family: Creatodisplay, Arial, sans-serif;
  font-weight: 500;
}

.h_project_list_item {
  border-top: 1px solid #e4e4e4;
}

.h_cover_image {
  object-fit: contain;
  width: 80%;
  height: 90%;
  margin: auto auto 0;
  position: absolute;
  inset: 0%;
}

.h_rich_text_block {
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .navigation--cm0-1 {
    border: 1px solid #0000;
    position: absolute;
    inset: 0% 0% auto;
  }

  .hover-image.summize {
    background-image: url('../images/Pc.png');
    background-position: 50%;
  }

  .nav-menu-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .page_code_wrap {
    display: flex;
  }

  .hero_sg_wrap--vt1.none.top-20 {
    margin-top: 20px;
  }

  .nav-link.none {
    letter-spacing: .1px;
    font-family: Satoshi, sans-serif;
    text-decoration: none;
  }

  .nav {
    background-color: #fff0;
    border-bottom: 1px solid #86868638;
  }

  .card--pd3-em0-2.light-white {
    background-color: #f1f1ef00;
    position: relative;
  }

  .testimonial-columns {
    background-color: #07070700;
    border-style: none;
  }

  .hero-heading-2.left.smaller {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 150%;
  }

  .hero-heading-2.left.smaller.sm {
    font-size: 50px;
  }

  .container-1201 {
    background-color: #fff;
    padding: 40px;
  }

  .container-1201.white {
    background-color: #fff;
  }

  .container-1201.different {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
    padding: 0;
  }

  .button-flex-2 {
    width: auto;
    max-width: 300px;
  }

  .services-container {
    margin-bottom: 0;
  }

  .logo-absolute {
    width: 80px;
    height: 80px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .absolute-image-logo {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .btn_main_wrap--fw2-bw1 {
    border: 1px #a5a5a5;
  }
}

@media screen and (max-width: 991px) {
  .navigation--cm0-1 {
    border: 1px #000;
  }

  .underline-hover {
    display: none;
  }

  .buy-template-container {
    justify-content: flex-start;
    height: auto;
    padding-top: 10px;
    padding-left: 10px;
  }

  .menu-button {
    height: 100px;
    padding-top: 42px;
  }

  .menu-button.w--open {
    color: #7f8893;
    background-color: #fff;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
    overflow: auto;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-box {
    padding-top: 15px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .preview-link {
    font-size: 26px;
    line-height: 32px;
  }

  .websites-arrow {
    margin-left: -20px;
  }

  .websites-arrow.right {
    margin-left: 0;
    margin-right: -20px;
  }

  .websites-slider {
    margin-left: 40px;
    margin-right: 40px;
  }

  .navigation-dark {
    position: fixed;
  }

  .navigation-menu-dark {
    color: #fff;
    border: 1px solid #2a263f;
    margin-left: 10px;
    padding: 12px;
  }

  .navigation-menu-dark.w--open {
    background-color: #5138ee;
    border-color: #fff;
  }

  .navigation-block-left {
    align-items: center;
    display: none;
  }

  .navigation-container {
    align-items: stretch;
    position: relative;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
    top: 70px;
  }

  .brand-2 {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-right {
    align-items: center;
    display: flex;
  }

  .page-grid-small {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-row-gap: 42px;
    grid-template-columns: 1fr 1fr;
  }

  .hero_sg_wrap--vt1.none.top-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero_sg_wrap--vt1.three-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2.75fr;
    grid-auto-flow: row;
  }

  .btn_main_wrap--fw2-bw1.outline-bue.hide {
    display: none;
  }

  .menu-large-link:hover {
    letter-spacing: 0;
  }

  .dropdown-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-link {
    color: #12042c;
    border-top-width: 0;
    min-height: 4.5em;
    margin-right: 2.5em;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    color: #12042c;
    border-top-width: 0;
    border-top-color: #0000;
  }

  .nav-link.none {
    width: 100%;
  }

  .nav-link.none:hover {
    border-top-style: none;
    border-bottom-style: none;
  }

  .nav-link.none.w--current {
    color: var(--text-grey);
    border-bottom-style: none;
  }

  .brand-large {
    margin-right: 10px;
    padding: 0;
  }

  .banner-wrap {
    font-weight: 500;
  }

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

  .navigation-menu {
    color: #5138ee;
    border: 1px solid #e1dfec;
    margin-left: 10px;
    padding: 12px;
  }

  .navigation-menu.w--open {
    background-color: var(--yellow);
    color: var(--yellow);
    -webkit-text-stroke-color: var(--white);
    border-color: #fff;
  }

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

  .nav {
    background-color: var(--black);
    border: 0 #000;
    position: relative;
  }

  .icon-4 {
    color: var(--baby-blue);
  }

  .portfolio--gd1-cd2-gp2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .content-wrapper-5 {
    max-width: 100%;
  }

  .navlink-2 {
    color: #0f0f0f;
    text-align: left;
    width: auto;
    height: 50px;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    font-size: 16px;
    transition: background-color .2s;
    display: flex;
  }

  .navlink-2:hover {
    background-color: #e0e7e9;
  }

  .navlink-2.w--current {
    color: #98a0a5;
  }

  .services-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .link-block-button-2 {
    margin-top: 15px;
  }

  .preview-link-2 {
    font-size: 26px;
    line-height: 32px;
  }

  .post-text-box {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .block-link-text-2 {
    font-size: 19px;
    line-height: 24px;
  }

  .flex-cont {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .dropdown-omega {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-carousel-image {
    width: 10em;
    height: 7em;
  }

  .heading-small {
    font-size: 1.875rem;
  }

  .hero-one-top {
    padding-bottom: 4rem;
  }

  .menu-button-2 {
    background-color: #c8c8c800;
    padding: 0;
  }

  .menu-button-2.w--open {
    color: #111;
    background-color: #c8c8c800;
  }

  .footer-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .hero-one-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar-link {
    border-bottom: 1px solid #e4e4e4;
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .grid-intro {
    grid-template-columns: 1fr;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .news-left {
    margin-top: 0;
    padding: .6rem;
    position: relative;
  }

  .spacer-huge {
    padding-top: 9rem;
  }

  .section-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .quote-wrapper {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-large, .heading-large.h_s_large {
    font-size: 4rem;
  }

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

  .spacer-large {
    padding-top: 5rem;
  }

  .heading-extra-large {
    font-size: 6rem;
  }

  .heading-regular {
    font-size: 4.5rem;
  }

  .navbar-menu-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 1rem 1.5rem 2rem;
  }

  .heading-medium {
    font-size: 4rem;
  }

  .h_nav_cont {
    background-color: #f5f5f5;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
  }

  .navbar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .news-right {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .navbar-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .lottie-animation-2 {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    display: flex;
  }

  .h_nav_brand {
    padding-left: 0;
  }

  .news-side {
    height: 80vh;
    padding-right: 1rem;
    position: relative;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .h_nav_links_cont {
    background-color: #f5f5f5;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    flex-direction: column;
  }

  .project-title {
    padding-top: 0;
  }

  .project-top {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-left {
    min-height: 80vw;
    padding-bottom: 0;
    padding-right: 1rem;
    position: relative;
  }

  .contact-right-2 {
    padding-top: 3rem;
  }

  .about-hero-right {
    width: 45%;
    max-width: 40vw;
  }

  .about-label {
    position: relative;
    top: auto;
  }

  .story-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .about-hero {
    min-height: auto;
  }

  .history-card {
    padding: 1.5rem;
  }

  .about-banner-base {
    min-height: 75vw;
  }

  .about-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-dual-hero {
    padding-bottom: 35vw;
  }

  .dual-hero-top {
    flex-direction: row;
    align-items: flex-end;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .hero-paralax-trigger {
    height: 100vh;
  }

  .work-banner-height {
    padding-top: 70%;
  }

  .work-list-item {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .articles-left {
    margin-top: 0;
    padding: 0 1.5rem 2rem;
    position: relative;
  }

  .articles-grid {
    grid-template-columns: 1fr;
  }

  .articles-link {
    min-height: 85vw;
  }

  .work-list-image {
    width: 100%;
  }

  .work-list-middle {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .underline-hover {
    display: none;
  }

  .nav-menu {
    height: 100vh;
    padding-bottom: 200px;
  }

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

  .text-box {
    padding-top: 10px;
  }

  .preview-link {
    font-size: 24px;
    line-height: 30px;
  }

  .websites-arrow {
    width: 60px;
    height: 60px;
  }

  .navigation-block-left, .navigation-right {
    width: 100%;
  }

  .marquee-cover-horizontal {
    background-image: none;
  }

  .icon-container-alt {
    background-color: #fdfdff;
  }

  .icon-container-alt.no-bg {
    background-color: #fdfdff00;
    padding-left: 0;
    padding-right: 0;
  }

  .title-wrap-split {
    flex-wrap: wrap;
  }

  .page-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link.none {
    display: none;
  }

  .navigation-button-wrapper {
    width: 100%;
  }

  .logo-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-wrapper {
    width: 100%;
  }

  .logo-3 {
    width: 130px;
    max-height: 120px;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .job_description-list_item {
    padding-left: 2.5em;
  }

  .job_description-list {
    padding-left: 2.3em;
  }

  .job_image {
    width: 3em;
    height: 3em;
  }

  .sidebar_grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .section-3 {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .div-block-3 {
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .container-1201.white, .services-container {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .link-block-button-2 {
    margin-top: 10px;
  }

  .preview-link-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .post-text-box {
    padding-top: 10px;
    padding-left: 3%;
  }

  .block-link-text-2 {
    font-size: 18px;
  }

  .logo-carousel-image {
    width: auto;
    height: 5em;
  }

  .action-text {
    display: none;
  }

  .heading-tiny {
    font-size: 1.625rem;
  }

  .hero-one-top {
    padding-top: 3.5rem;
    padding-bottom: 3.25rem;
  }

  .service-top {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }

  .article-text {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .spacer-extra-large {
    padding-top: 6rem;
  }

  .work-one-subtitle {
    padding-top: 3rem;
  }

  .footer-grid-2 {
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
  }

  .hero-one-bottom {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .hero-action-right {
    justify-content: space-between;
    width: 100%;
  }

  .hero-one-height {
    padding-top: 80%;
  }

  .footer-credits {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .grid-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-medium {
    font-size: 1.4rem;
  }

  .text-large {
    font-size: 2rem;
  }

  .quote-bottom {
    max-width: 22rem;
  }

  .service-content {
    padding-bottom: 3rem;
  }

  .intro-text-small {
    max-width: 17rem;
  }

  .spacer-huge {
    padding-top: 6rem;
  }

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

  .quote-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-large, .heading-large.h_s_large {
    font-size: 3rem;
  }

  .services-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .text-regular {
    font-size: 1.1rem;
  }

  .footer-call-out {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .spacer-large {
    padding-top: 4rem;
  }

  .service-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 4rem;
  }

  .heading-extra-large {
    font-size: 4.5rem;
  }

  .heading-regular {
    font-size: 3.5rem;
  }

  .icon-large-2 {
    width: 1.25rem;
  }

  .navbar-grid {
    min-height: 3.875rem;
  }

  .news-right {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    margin-bottom: -2.5rem;
  }

  .heading-tiny-2 {
    font-size: 1.625rem;
  }

  .news-meta {
    margin-bottom: 1rem;
  }

  .articles-tag {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .text-regular-2 {
    font-size: 1.1rem;
  }

  .text-regular-2.dual-text {
    column-count: 1;
  }

  .project-top {
    padding-top: 2rem;
  }

  .contact-left {
    min-height: 90vw;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .contact-right-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 4rem;
  }

  .awards-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-right {
    width: 75%;
    max-width: 75vw;
  }

  .history-spacer {
    padding-top: 15%;
  }

  .story-block {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .about-banner-base {
    min-height: 90vw;
  }

  .about-hero-left {
    padding-top: 4rem;
  }

  .about-dual-hero {
    padding-bottom: 80vw;
  }

  .dual-hero-top {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 6rem;
  }

  .projects-number {
    display: none;
  }

  .work-banner-height {
    padding-top: 85%;
  }

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

  .articles-action {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .work-three-meta {
    padding-bottom: .5rem;
  }

  .articles-link {
    min-height: 100vw;
    padding: 1rem;
  }

  .articles-name {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    padding-top: 38px;
  }

  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .text-box {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-box.bottom-padding {
    padding: 0;
  }

  .preview-link {
    width: 90%;
    margin-right: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 150%;
  }

  .post-tile-box {
    margin-top: 5px;
  }

  ._16px-text {
    display: none;
  }

  .website-slide {
    margin-right: 20px;
  }

  .websites-arrow {
    width: 55px;
    height: 55px;
    margin-left: -10px;
  }

  .websites-arrow.right {
    margin-right: -10px;
  }

  .websites-slider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-3.button-space {
    margin-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .button-3.button-space.line.small {
    border-width: 3px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .account-buttons {
    display: flex;
  }

  .p-90.max-width {
    width: 100%;
  }

  .title-2 {
    box-sizing: content-box;
    white-space: normal;
  }

  .icon-3 {
    width: auto;
    max-width: 100px;
  }

  .track-horizontal {
    flex-direction: column;
  }

  .marquee-cover-horizontal {
    min-height: auto;
  }

  .marquee-horizontal-large {
    height: 80px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .flex-horizontal.hide {
    display: none;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .icon-container-alt.no-bg {
    width: auto;
    height: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-grid-small {
    grid-template-columns: 1fr;
  }

  .clutch-ogo, .google-logo {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu-large-link {
    text-align: center;
    width: 100%;
    padding: .7em 0;
    font-size: 1.4em;
  }

  .nav-link {
    min-height: 4em;
    font-size: 1.1em;
  }

  .navigation-menu {
    border-style: solid;
    border-color: #e1dfec;
  }

  .banner {
    text-align: center;
    background-position: 0%;
    background-size: auto;
  }

  .heading--fs1-lh3.smaller, .heading--fs1-lh3.smaller._90 {
    font-size: 3rem;
  }

  .two_button_wrap--gd2 {
    flex-direction: column;
    display: flex;
  }

  .avatar-large {
    margin-bottom: 28px;
  }

  .portfolio--gd1-cd2-gp2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    display: flex;
  }

  .card--pd3-em0-2.light-white {
    padding: 0;
  }

  .logo-3 {
    max-width: 80px;
    max-height: 80px;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .testimonial-columns {
    width: 100%;
    padding: 0;
  }

  .testimonial-author-wrap {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
  }

  .slider-arrow-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-content-wrap {
    padding: 15px;
  }

  .subheading-3 {
    font-size: 1em;
  }

  .job_description-list_item {
    padding-left: .8em;
  }

  .job_date {
    font-size: 1em;
  }

  .container-5 {
    width: 86%;
  }

  .job_header {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .job_description-list {
    padding-left: 1em;
  }

  .job_image {
    border-radius: 1em;
    width: 3em;
    height: 3em;
  }

  .job {
    margin-bottom: 3em;
  }

  .label-2 {
    margin-bottom: 1.6em;
  }

  .job_title {
    font-size: 1.4em;
  }

  .section-3 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .u-mb-4.u-sm-2 {
    margin-bottom: 2em;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .hero-heading-2 {
    width: 100%;
    font-size: 45px;
    line-height: 60px;
  }

  .hero-heading-2.left {
    font-size: 40px;
  }

  .hero-heading-2.left.smaller.sm {
    font-size: 30px;
  }

  .container-1201 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .container-1201.white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-1201.different {
    width: 100%;
  }

  .navlink-2 {
    color: #0f0f0f;
  }

  .services-container {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .title-cot {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .25fr;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .post-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .post-item:last-child {
    margin-bottom: 0;
  }

  .preview-link-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .post-tile-box-2 {
    margin-top: 5px;
  }

  .blog-cont {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .logo-carousel {
    flex-flow: column;
  }

  .logo-carousel-wrapper.hide {
    display: none;
  }

  .logo-carousel-image {
    max-width: 50%;
    margin-right: 61px;
  }

  .summary-cont {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .heading-tiny {
    font-size: 1.625rem;
  }

  .article-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .spacer-extra-large {
    padding-top: 5rem;
  }

  .hero-one-height {
    padding-top: 100%;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .heading-large, .heading-large.h_s_large {
    font-size: 3.25rem;
  }

  .spacer-large {
    padding-top: 3rem;
  }

  .heading-extra-large {
    font-size: 3.25rem;
  }

  .heading-regular {
    font-size: 3rem;
  }

  .heading-medium {
    font-size: 2.875rem;
  }

  .heading-tiny-2 {
    font-size: 1.625rem;
  }

  .contact-left {
    min-height: 125vw;
  }

  .about-hero-right {
    width: 85%;
    max-width: 85vw;
  }

  .heading-huge {
    font-size: 16vw;
  }

  .about-hero-left {
    padding-top: 3rem;
  }

  .about-dual-hero {
    padding-bottom: 90vw;
  }

  .dual-hero-top {
    padding-top: 5.5rem;
    padding-bottom: 1.5rem;
  }

  .work-banner-height {
    padding-top: 105%;
  }

  .articles-action {
    padding: 0 1rem 1rem;
  }

  .work-three-meta {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .articles-link {
    min-height: 120vw;
    padding: .6rem;
  }

  .articles-name {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }

  .h_cover_image {
    width: 90%;
  }
}

#w-node-d1d2b74c-95fa-75bd-4b1d-d9353ed6d22f-c68612d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1d2b74c-95fa-75bd-4b1d-d9353ed6d273-c68612d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b26654e-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b266551-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-aa785298-a9f2-836c-5eb6-9448b8549380-804cc86a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aa785298-a9f2-836c-5eb6-9448b8549382-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-aa785298-a9f2-836c-5eb6-9448b854938e-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8176d84-a643-e153-ba60-4cbd9b065965-804cc86a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b8176d84-a643-e153-ba60-4cbd9b065967-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b8176d84-a643-e153-ba60-4cbd9b065970-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca132ba8-47f6-b105-c0b3-598c4c7d5667-804cc86a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca132ba8-47f6-b105-c0b3-598c4c7d5669-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca132ba8-47f6-b105-c0b3-598c4c7d566e-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f24c8cb-a880-7ac5-bf88-c23a81bd8883-804cc86a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2f24c8cb-a880-7ac5-bf88-c23a81bd8885-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2f24c8cb-a880-7ac5-bf88-c23a81bd888a-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_004f8be4-a2fe-1dee-6b61-e90481c21246-804cc86a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_004f8be4-a2fe-1dee-6b61-e90481c21248-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_004f8be4-a2fe-1dee-6b61-e90481c2124d-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_574f83a1-b9dd-5178-f2fc-ffc7a9ca0129-804cc86a {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_574f83a1-b9dd-5178-f2fc-ffc7a9ca012b-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_574f83a1-b9dd-5178-f2fc-ffc7a9ca0130-804cc86a, #w-node-c278acd6-928d-5a70-5893-adaa6b26657e-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b2665a0-804cc86a {
  place-self: end;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b2665af-804cc86a, #w-node-c278acd6-928d-5a70-5893-adaa6b2665b1-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b2665b7-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b2665bc-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b2665d5-804cc86a, #w-node-c278acd6-928d-5a70-5893-adaa6b2665d7-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b2665dd-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-c278acd6-928d-5a70-5893-adaa6b2665e2-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a01efea2-6575-d2b9-1023-684681383579-804cc86a, #w-node-a01efea2-6575-d2b9-1023-68468138357c-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01efea2-6575-d2b9-1023-684681383582-804cc86a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-a01efea2-6575-d2b9-1023-684681383587-804cc86a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d851f68a-130e-ac57-0c44-b095e2ac08d5-e2ac08d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d851f68a-130e-ac57-0c44-b095e2ac08da-e2ac08d1 {
  place-self: end;
}

#w-node-d851f68a-130e-ac57-0c44-b095e2ac08e4-e2ac08d1, #w-node-d851f68a-130e-ac57-0c44-b095e2ac08ea-e2ac08d1, #w-node-d851f68a-130e-ac57-0c44-b095e2ac08fd-e2ac08d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54810495-9300-f7d6-1f5c-1cf8ae828103-ae828100 {
  place-self: center start;
}

#w-node-_54810495-9300-f7d6-1f5c-1cf8ae828105-ae828100 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_54810495-9300-f7d6-1f5c-1cf8ae828107-ae828100 {
  justify-self: center;
}

#w-node-_54810495-9300-f7d6-1f5c-1cf8ae828108-ae828100, #w-node-_54810495-9300-f7d6-1f5c-1cf8ae828110-ae828100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54810495-9300-f7d6-1f5c-1cf8ae828120-ae828100 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead67881b-93674b6b {
  place-self: center start;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead67881d-93674b6b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead67881f-93674b6b {
  justify-self: center;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead678820-93674b6b, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678828-93674b6b, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678830-93674b6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead678838-93674b6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead678845-93674b6b, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead67888b-93674b6b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead678890-93674b6b {
  place-self: end;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead67889a-93674b6b, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead6788a0-93674b6b, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead6788b3-93674b6b, #w-node-_90cd184d-e5db-0607-7f0c-78dbe5252463-637ab246, #w-node-_90cd184d-e5db-0607-7f0c-78dbe5252466-637ab246, #w-node-_1c7257e8-e99b-4e23-55a8-efe188907396-c4bef478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c7257e8-e99b-4e23-55a8-efe18890739c-c4bef478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_1c7257e8-e99b-4e23-55a8-efe1889073bd-c4bef478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c7257e8-e99b-4e23-55a8-efe1889073c6-c4bef478 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_1c7257e8-e99b-4e23-55a8-efe1889073c8-c4bef478, #w-node-_1c7257e8-e99b-4e23-55a8-efe1889073ca-c4bef478, #w-node-_1c7257e8-e99b-4e23-55a8-efe18890740f-c4bef478, #w-node-_1c7257e8-e99b-4e23-55a8-efe188907410-c4bef478, #w-node-_1c7257e8-e99b-4e23-55a8-efe18890741e-c4bef478, #w-node-_1c7257e8-e99b-4e23-55a8-efe188907429-c4bef478, #w-node-_1c7257e8-e99b-4e23-55a8-efe188907438-c4bef478 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1058f01-6da3-808a-f8a9-7f06650703e6-88ee8ecb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c6a2fea-814e-bfb7-40d1-82eead678845-2f200618, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678845-d01324d1, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678845-77999278, #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678845-0dab63ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c278acd6-928d-5a70-5893-adaa6b266551-804cc86a {
    justify-self: start;
  }

  #w-node-aa785298-a9f2-836c-5eb6-9448b8549380-804cc86a {
    grid-row: 2 / 3;
  }

  #w-node-aa785298-a9f2-836c-5eb6-9448b8549382-804cc86a {
    grid-column-start: 1;
  }

  #w-node-aa785298-a9f2-836c-5eb6-9448b854938e-804cc86a {
    grid-column: span 2 / span 2;
  }

  #w-node-b8176d84-a643-e153-ba60-4cbd9b065965-804cc86a {
    grid-row: 2 / 3;
  }

  #w-node-b8176d84-a643-e153-ba60-4cbd9b065967-804cc86a {
    grid-column-start: 1;
  }

  #w-node-b8176d84-a643-e153-ba60-4cbd9b065970-804cc86a {
    grid-column: span 2 / span 2;
  }

  #w-node-ca132ba8-47f6-b105-c0b3-598c4c7d5667-804cc86a {
    grid-row: 2 / 3;
  }

  #w-node-ca132ba8-47f6-b105-c0b3-598c4c7d5669-804cc86a {
    grid-column-start: 1;
  }

  #w-node-ca132ba8-47f6-b105-c0b3-598c4c7d566e-804cc86a {
    grid-column: span 2 / span 2;
  }

  #w-node-_2f24c8cb-a880-7ac5-bf88-c23a81bd8883-804cc86a {
    grid-row: 2 / 3;
  }

  #w-node-_2f24c8cb-a880-7ac5-bf88-c23a81bd8885-804cc86a {
    grid-column-start: 1;
  }

  #w-node-_2f24c8cb-a880-7ac5-bf88-c23a81bd888a-804cc86a {
    grid-column: span 2 / span 2;
  }

  #w-node-_004f8be4-a2fe-1dee-6b61-e90481c21246-804cc86a {
    grid-row: 2 / 3;
  }

  #w-node-_004f8be4-a2fe-1dee-6b61-e90481c21248-804cc86a {
    grid-column-start: 1;
  }

  #w-node-_004f8be4-a2fe-1dee-6b61-e90481c2124d-804cc86a {
    grid-column: span 2 / span 2;
  }

  #w-node-_574f83a1-b9dd-5178-f2fc-ffc7a9ca0129-804cc86a {
    grid-row: 2 / 3;
  }

  #w-node-_574f83a1-b9dd-5178-f2fc-ffc7a9ca012b-804cc86a {
    grid-column-start: 1;
  }

  #w-node-_574f83a1-b9dd-5178-f2fc-ffc7a9ca0130-804cc86a {
    grid-column: span 2 / span 2;
  }

  #w-node-c278acd6-928d-5a70-5893-adaa6b2665bc-804cc86a, #w-node-c278acd6-928d-5a70-5893-adaa6b2665e2-804cc86a, #w-node-a01efea2-6575-d2b9-1023-684681383587-804cc86a {
    grid-column-start: 1;
  }

  #w-node-d851f68a-130e-ac57-0c44-b095e2ac08e4-e2ac08d1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_54810495-9300-f7d6-1f5c-1cf8ae828120-ae828100 {
    justify-self: start;
  }

  #w-node-_54810495-9300-f7d6-1f5c-1cf8ae828129-ae828100 {
    place-self: center end;
  }

  #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678838-93674b6b {
    justify-self: start;
  }

  #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678841-93674b6b {
    place-self: center end;
  }

  #w-node-_5c6a2fea-814e-bfb7-40d1-82eead67889a-93674b6b {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1d2b74c-95fa-75bd-4b1d-d9353ed6d22f-c68612d3, #w-node-d1d2b74c-95fa-75bd-4b1d-d9353ed6d273-c68612d3 {
    grid-column: span 3 / span 3;
  }

  #w-node-c278acd6-928d-5a70-5893-adaa6b2665a0-804cc86a {
    justify-self: start;
  }

  #w-node-c278acd6-928d-5a70-5893-adaa6b2665b1-804cc86a, #w-node-c278acd6-928d-5a70-5893-adaa6b2665d7-804cc86a, #w-node-a01efea2-6575-d2b9-1023-68468138357c-804cc86a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d851f68a-130e-ac57-0c44-b095e2ac08da-e2ac08d1 {
    justify-self: start;
  }

  #w-node-d851f68a-130e-ac57-0c44-b095e2ac08e4-e2ac08d1 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5c6a2fea-814e-bfb7-40d1-82eead678890-93674b6b {
    justify-self: start;
  }

  #w-node-_5c6a2fea-814e-bfb7-40d1-82eead67889a-93674b6b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1d2b74c-95fa-75bd-4b1d-d9353ed6d274-c68612d3, #w-node-d1d2b74c-95fa-75bd-4b1d-d9353ed6d283-c68612d3, #w-node-d1d2b74c-95fa-75bd-4b1d-d9353ed6d299-c68612d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/butler.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler Free Med';
  src: url('../fonts/Butler-Free-Med.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-ExtraBold.otf') format('opentype'), url('../fonts/CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-ExtraBoldItalic.otf') format('opentype'), url('../fonts/CreatoDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creatodisplay';
  src: url('../fonts/CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}