:root {
  --black: black;
  --white: white;
  --graphictank-purple: #6d01ff;
  --yellow: #ffea00;
  --grey: #7c7c7c;
  --red: #ff3a1b;
  --white-2: #fff3;
  --dim-grey: #494949;
  --blue-violet: #5f22eb;
  --silver: #b9bbc8;
  --dark-green: #00663f;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Tt norms pro, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33333;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--white);
  margin-bottom: 0;
}

a {
  color: var(--graphictank-purple);
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  color: var(--graphictank-purple);
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
}

li {
  color: var(--white);
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--white);
  color: var(--white);
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #9c9c9c;
  text-align: center;
  margin-top: 5px;
  font-size: 15px;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .section._100vh {
    padding-left: 5%;
  }

  .button.buy {
    background-color: #43019c;
  }

  .button.buy:hover {
    background-color: var(--graphictank-purple);
    color: var(--white);
    text-decoration: none;
  }

  .hero-title-flex {
    max-width: 100%;
  }

  .social-icon {
    transition: all .4s;
  }

  .social-icon.down {
    z-index: 1;
    border: 1px none var(--white);
    z-index: 1;
    border: 1px none var(--white);
    background-color: #bdbdbd;
    border-radius: 100%;
  }

  .footer {
    padding-left: 5%;
  }

  .team-heading {
    align-items: center;
  }

  .card_pricing {
    margin-right: -5px;
    padding-right: 0;
  }

  .add-to-card_wrapper {
    width: 100%;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-left: 5%;
  }

  .display-2.cta {
    font-size: 6vw;
  }

  .menu {
    padding-left: 0;
  }

  .footer {
    padding-left: 5%;
  }

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

  .section-package {
    padding-left: 5%;
  }
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

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

  .brand {
    margin-right: 10px;
  }

  .section {
    padding-left: 5%;
  }

  .section._100vh {
    padding-top: 60px;
  }

  .section.take-off {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.inner {
    min-height: 0;
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column;
  }

  .display-1 {
    text-align: center;
    font-size: 64px;
  }

  .margin-30px.hide-tablet {
    display: none;
  }

  .margin-30px.hide-desktop {
    display: block;
  }

  .display-2 {
    font-size: 47px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .margin-80px {
    margin-top: 40px;
  }

  .hero.new {
    padding-top: 0;
  }

  .navigation-wrapper {
    min-height: auto;
  }

  .hamburger-menu {
    height: 60px;
  }

  .menu {
    padding-left: 0;
    display: none;
  }

  .menu-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .nav-paragraph {
    margin-bottom: 0;
  }

  .menu-overlay {
    cursor: auto;
  }

  .brun-logo {
    width: auto;
    height: 40px;
  }

  .logo-link.w--current {
    height: 40px;
  }

  .we-are-grid {
    max-width: 80%;
  }

  .max-w-width, .max-w-width.full, .max-w-width.full {
    max-width: 100%;
  }

  .lottie-animation.right {
    width: 26px;
  }

  .lottie-animation.right._2 {
    width: 24px;
  }

  .blog-text {
    font-size: 30px;
    line-height: 32px;
  }

  .blog-image {
    width: 200px;
    bottom: 12px;
    right: -95px;
  }

  .track {
    height: auto;
  }

  .sticky {
    width: auto;
    height: auto;
    padding: 50px 5%;
    position: relative;
    overflow: visible;
  }

  .collection-list {
    flex-wrap: wrap;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

  .wrapper1 {
    width: auto;
  }

  .project-overlay {
    background-image: linear-gradient(#fff0, #0000004d);
  }

  .project-content {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .project-ttitle {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .project-circle, .project-circle.black, .project-circle.black {
    width: 80px;
    height: 80px;
  }

  .margin-100px {
    margin-top: 60px;
  }

  .fun-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fun-facts-wrapper {
    justify-content: center;
  }

  .footer {
    padding-left: 5%;
  }

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

  .copyright-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
  }

  .copyright {
    margin-bottom: 0;
  }

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

  .legal-wrapper {
    width: 100%;
  }

  .form-grid {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-page-content {
    max-width: 100%;
  }

  .remove-circe-mobile {
    background-color: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .portfolio-wrapper {
    max-width: 100%;
  }

  .project-details li {
    font-size: 17px;
  }

  .navigation-wrapper {
    min-height: 85px;
    padding-left: 2%;
    padding-right: 2%;
    inset: 0% 0% auto;
  }

  .left-part {
    display: none;
  }

  .menu-flex {
    justify-content: center;
  }

  .big-text {
    font-size: 10vw;
  }

  .menu-wrapper {
    text-align: center;
    align-items: center;
  }

  .navigation-link {
    font-size: 40px;
  }

  .sticky-wrapper {
    height: auto;
    position: relative;
  }

  .sticky-wrapper.home {
    height: 100vh;
    position: sticky;
  }

  .hero-outlined-text-wrapper {
    width: 50vw;
  }

  .part-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scroll-down-wrapper {
    max-width: 90%;
  }

  .scroll-down-wrapper.main {
    display: none;
  }

  .other-font.italic.pupple, .other-font.italic.is-hero {
    font-size: 64px;
  }

  .other-font.italic {
    font-size: 47px;
  }

  .other-font.italic.pupple, .other-font.italic.is-hero, .other-font.italic.pupple, .other-font.italic.is-hero {
    font-size: 64px;
  }

  .max-width-page {
    text-align: center;
    max-width: 100%;
  }

  .max-width-page._2 {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .process-wrapper {
    max-width: 100%;
  }

  .flex-child {
    justify-content: center;
    max-width: 100%;
  }

  .client-grid {
    grid-row-gap: 32px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    justify-content: center;
    display: flex;
  }

  .testimonial-content-text {
    font-size: 14px;
  }

  .container-2 {
    padding-left: 4em;
    padding-right: 4em;
  }

  .carousel-mask {
    margin-top: 6em;
    margin-bottom: 7em;
  }

  .main-button {
    border: 1px #141414;
    min-height: 7em;
    font-size: .9em;
  }

  .section-2 {
    padding-left: 0;
  }

  .padding-inner {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .carousel-button {
    opacity: 1;
    background-size: 1.2em;
  }

  .testimonial-uppercase-title {
    font-size: 16px;
  }

  .form-block {
    max-width: none;
  }

  .padding-global.home {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .menu-component {
    padding-top: 100px;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog4-header_featured-image-wrapper {
    padding-top: 75%;
  }

  .faq3_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .section_layout1 {
    padding-left: 0;
  }

  .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h1-2 {
    font-size: 3.25rem;
  }

  .trustpilot-wrapper.is-desktop {
    display: none;
  }

  .trustpilot-wrapper.is-mobile {
    margin-top: 2rem;
    display: block;
  }

  .section-package {
    padding-left: 5%;
  }

  .client-logo-wrapper {
    margin-left: 1em;
    margin-right: 1em;
  }

  .client-logo-border {
    border-right: 1px solid #fff;
    width: auto;
    height: 3.5rem;
  }

  .wrapper {
    width: auto;
  }

  .horizontal-item {
    width: 52%;
  }

  .horizontal-sticky {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-team {
    padding-left: 5%;
  }

  .team-heading {
    align-items: center;
    font-size: 10rem;
  }

  .team-heading-sticky {
    justify-content: center;
    align-items: center;
  }

  .shop-listing_card {
    justify-content: space-between;
    min-height: 14rem;
  }

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

  .categories-filter_list {
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .categories-filter_form {
    flex-direction: column;
    align-items: center;
  }

  .category-filter_button-text {
    white-space: nowrap;
  }

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

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: .25fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .big-text-2 {
    font-size: 5rem;
  }

  .capabilities_heading {
    font-size: 4rem;
  }

  .capabilities_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .case-studies-grid_list {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .case-studies_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .case-study_header-logo {
    width: 12rem;
    margin-top: 10px;
  }

  .hero_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .hero-bg_wrapper {
    display: none;
  }

  .projects-cms_list {
    grid-template-columns: 1fr;
  }

  .projects-cms_item {
    position: sticky;
    top: 8rem;
  }

  .project-card_icon {
    width: 80px;
    height: 80px;
  }

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

@media screen and (max-width: 767px) {
  .container._60 {
    max-width: 90%;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 50px;
  }

  .subhead {
    font-size: 23px;
    line-height: 26px;
  }

  .display-2 {
    font-size: 38px;
    line-height: 38px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-text {
    font-size: 40px;
  }

  .photo-animation {
    max-width: 100%;
  }

  .hero {
    padding-bottom: 140px;
  }

  .menu {
    display: block;
  }

  .menu-grid {
    grid-row-gap: 20px;
    padding-top: 5rem;
  }

  .nav-wrapper {
    padding-bottom: 20px;
  }

  .nav-paragraph {
    display: none;
  }

  .remove-circle {
    top: 15px;
    right: 15px;
  }

  .max-w-width {
    max-width: 100%;
  }

  .blog-image {
    width: 150px;
    right: -42px;
  }

  .social-wrapper {
    display: none;
  }

  .social-wrapper.left {
    padding-left: 2%;
    padding-right: 0;
  }

  .social-wrapper.footer-socila {
    display: flex;
  }

  .social-icon.with-margin {
    justify-content: center;
  }

  .social-icon.with-margin:hover {
    color: var(--white);
    background-color: #0000;
    justify-content: flex-start;
  }

  .project-circle {
    display: none;
  }

  .testimonials-name {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .fun-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

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

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

  .copyright {
    margin-bottom: 5px;
  }

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

  .blog-page-content {
    max-width: 100%;
  }

  .sticky-nav {
    display: none;
  }

  .big-text {
    font-size: 70px;
  }

  .hero-outlined-text-wrapper {
    height: 40vh;
    display: block;
  }

  .other-font.italic.pupple, .other-font.italic.is-hero {
    font-size: 50px;
  }

  .other-font.italic {
    font-size: 38px;
  }

  .other-font.italic.pupple, .other-font.italic.is-hero, .other-font.italic.pupple, .other-font.italic.is-hero {
    font-size: 50px;
  }

  .process-part-1 {
    align-items: center;
  }

  .client-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
    place-items: center;
    display: grid;
  }

  .testimonial-content-text {
    font-size: 14px;
  }

  .carousel-mask {
    margin-top: 6em;
    margin-bottom: 7em;
  }

  .main-button {
    font-size: .8em;
  }

  .carousel-block {
    padding-left: 4em;
    padding-right: 4em;
  }

  .form-block {
    margin-top: 2rem;
  }

  .testimonial_client {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .testimonial_client.hide-dektop-tablet {
    text-align: center;
    display: flex;
  }

  .testimonial_client.show-desktop-tablet {
    display: none;
  }

  .testimonial_client.is-case {
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial_client-info {
    text-align: center;
    padding-right: 0;
  }

  .testimonial_rating-icon {
    margin-right: 0;
  }

  .testimonial_content {
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial_rating-wrapper.show-desktop-tablet {
    display: none;
  }

  .testimonial_rating-wrapper.hide-dektop-tablet {
    grid-column-gap: .25rem;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .testimonial_content-right {
    align-items: center;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.is-mob-centerd {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small.is-centerd {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .testimonial-text {
    text-align: center;
  }

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

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .text-size-medium.is-centerd {
    text-align: center;
    text-align: center;
  }

  .pricing13_feature-list, .pricing13_component {
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blog4-header_featured-image-wrapper {
    padding-top: 66%;
  }

  .blog4-header_featured-item-content {
    padding: 0;
  }

  .blog4-header_featured-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

  .faq3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .client-logo.is-case {
    height: 60px;
    margin-left: 20px;
  }

  .gradient-wrapper {
    width: 100%;
    height: 100%;
    display: none;
  }

  .circle._1 {
    opacity: .5;
    inset: 0% auto auto 0%;
  }

  .circle.cc-2 {
    inset: 0% 0% auto auto;
  }

  .circle._3 {
    opacity: .5;
    inset: auto auto 0% 0%;
  }

  .circle._4 {
    inset: auto 0% 0% auto;
  }

  .client-logo-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8rem;
    display: flex;
  }

  .client-logo-border {
    border-left-style: none;
    border-left-width: 0;
    border-right-style: none;
    border-right-width: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .client-logo-border.has-right-border {
    border-right-style: none;
    border-right-width: 0;
  }

  .moibile-gradient-wrapper {
    width: 100%;
    height: 100%;
    display: block;
  }

  .horizontal-item {
    width: 100%;
    padding-right: 4vw;
  }

  .team-image-wrapper.image-02, .team-image-wrapper.image-05 {
    width: 15rem;
    top: 2%;
  }

  .team-image-wrapper.image-01 {
    width: 15rem;
  }

  .team-image-wrapper.image-02, .team-image-wrapper.image-05 {
    width: 15rem;
    top: 2%;
  }

  .team-image-wrapper.image-06 {
    width: 15rem;
    top: 4%;
  }

  .team-image-wrapper.image-04 {
    width: 15rem;
    top: 4%;
    left: 52%;
  }

  .section-team {
    height: 330vh;
  }

  .team-heading {
    font-size: 5rem;
  }

  .shop-listing_list {
    grid-template-columns: 1fr;
  }

  .div-block-56, .paragraph-2 {
    text-align: center;
  }

  .categories-filter_list {
    justify-content: center;
  }

  .categories-filter_form {
    flex-wrap: wrap;
    align-items: center;
  }

  .category-filter_button-text {
    white-space: normal;
    overflow-wrap: normal;
  }

  .outline-text-mobile {
    width: 50vh;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial_component {
    grid-row-gap: 1rem;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial_tank-logo {
    width: 10rem;
  }

  .testimonial_tank-logo.hide-dektop-tablet {
    object-fit: contain;
    object-fit: contain;
    width: 10rem;
    height: 5rem;
    margin-bottom: 2rem;
    display: block;
  }

  .big-text-2 {
    font-size: 3.5rem;
  }

  .capabilities_item-list {
    grid-row-gap: 2rem;
  }

  .capabilities_heading {
    font-size: 3.5rem;
  }

  .capabilities_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .case-studies-grid_list {
    grid-row-gap: .2rem;
    grid-template-columns: 1fr;
  }

  .case-studies_slider_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .case-studies_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .case-study-gallery_component, .case-study-gallery_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .heading-56 {
    font-size: 2.5rem;
  }

  .hero_heading {
    max-width: 34ch;
  }

  .heading-48 {
    font-size: 2.5rem;
  }

  .project-card_icon {
    display: none;
  }

  .testimonial-card_logo {
    display: block;
  }

  .testimonial-card_footer {
    display: none;
  }

  .process-card_wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .process-card_lottie {
    width: 3.75rem;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 1rem;
  }

  .container.is--sticky {
    justify-content: center;
  }

  .brand {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.take-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.checkout {
    padding-top: 100px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .display-1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .display-1.center {
    font-size: 10vw;
  }

  .display-1.hero-text {
    font-size: 2.5rem;
  }

  .subhead.gray {
    font-size: 20px;
    line-height: 24px;
  }

  .display-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .display-2.normal {
    font-size: 8vw;
    line-height: 29.4px;
  }

  .display-3 {
    font-size: 29px;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .nav-text {
    font-size: 30px;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 108px;
  }

  .hero.sub {
    padding-bottom: 75px;
  }

  .navigation-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

  .menu {
    display: none;
  }

  .menu-grid {
    padding-top: 4rem;
  }

  .remove {
    width: 14px;
  }

  .brun-logo {
    width: 60px;
  }

  .hero-title-flex, .we-are-grid {
    max-width: 100%;
  }

  .flex-lottie {
    z-index: 2;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-text {
    font-size: 27px;
    line-height: 30px;
  }

  .blog-image, .social-wrapper.left {
    display: none;
  }

  .social-wrapper.left {
    display: none;
  }

  .social-wrapper.footer-socila {
    display: flex;
  }

  .social-icon.with-margin:hover {
    color: var(--white);
    background-color: #0000;
  }

  .collection-item {
    width: 100%;
  }

  .margin-100px {
    margin-top: 40px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.left {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 6px;
  }

  .horizontal-divider {
    height: 20px;
  }

  .horizontal-divider._15px {
    height: 0;
  }

  .fun-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .fun-facts-wrapper {
    border-right-style: none;
  }

  .counterup {
    font-size: 40px;
    line-height: 40px;
  }

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

  .copyright-flex {
    flex-direction: column;
  }

  .team-grid, .work-grid {
    grid-template-columns: 1fr;
  }

  .form-grid {
    max-width: 100%;
  }

  .remove-circe-mobile {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .project-details li {
    font-size: 14px;
  }

  .sticky-nav {
    display: block;
  }

  .navigation-link {
    font-size: 40px;
  }

  .sticky-wrapper-main {
    overflow: hidden;
  }

  .hero-outlined-text-wrapper {
    width: 75vw;
    height: auto;
    display: none;
  }

  .other-font.italic.pupple, .other-font.italic.is-hero {
    font-size: 36px;
  }

  .other-font.italic {
    font-size: 34px;
  }

  .other-font.italic.pupple, .other-font.italic.is-hero, .other-font.italic.pupple, .other-font.italic.is-hero {
    font-size: 36px;
  }

  .process-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .process-part-1 {
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 0;
  }

  .process-image {
    width: 100px;
    height: 100px;
  }

  .process-part-2 {
    padding: 0 0 0 10px;
  }

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

  .container-2 {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .carousel {
    padding-bottom: 50px;
  }

  .carousel-max-width {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .carousel-mask {
    margin-top: 4em;
  }

  .carousel-slide {
    width: 100%;
  }

  .main-button {
    min-height: 7em;
  }

  .carousel-button {
    height: 50px;
    font-size: 10px;
  }

  .carousel-block {
    padding: 20px 4em;
  }

  .testimonial_client-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .buy-now-btn {
    flex-direction: column;
    align-items: stretch;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-4 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .faq3_component, .layout1_component {
    grid-template-columns: 1fr;
  }

  .section-package {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-image-wrapper.image-06 {
    width: 10rem;
    top: 3%;
    left: 35%;
  }

  .team-image-wrapper.image-01 {
    width: 11rem;
  }

  .team-image-wrapper.image-02 {
    width: 10rem;
    top: 1%;
    left: 40%;
  }

  .team-image-wrapper.image-05 {
    width: 10rem;
    margin-bottom: 2rem;
    top: 3%;
  }

  .team-image-wrapper.image-06 {
    width: 10rem;
    top: 3%;
    left: 35%;
  }

  .team-image-wrapper.image-04 {
    width: 10rem;
    margin-bottom: 2rem;
    top: 3%;
    left: 46%;
  }

  .section-team {
    flex-direction: column;
    justify-content: flex-start;
    height: 275vh;
    display: flex;
  }

  .team-heading {
    font-size: 5rem;
  }

  .outlined-image.show-mobile {
    display: block;
  }

  .outline-text-mobile {
    background-image: url("https://cdn.prod.website-files.com/63f478d2bf84a86fb30f3f17/64ca3b85f810b86e30fe441f_graphictank-hero-image.svg");
    background-position: 50% 100%;
    background-repeat: repeat-y;
    background-size: contain;
    background-attachment: scroll;
    width: 55%;
    height: 30%;
    display: block;
    position: static;
    inset: 0% auto;
  }

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

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

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

  .testimonial_tank-logo {
    width: 7rem;
  }

  .testimonial_tank-logo.hide-dektop-tablet {
    width: 8rem;
    height: 5rem;
  }

  .add-to-card_wrapper {
    margin-top: 2rem;
  }

  .big-text-2 {
    font-size: 2.8rem;
  }

  .big-text-2.is-one {
    font-size: 2.6rem;
  }

  .big-text-2.is-two {
    font-size: 2rem;
  }

  .capabilities_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .capabilities_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .case-studies-grid_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .case-studies_component {
    grid-template-columns: 1fr;
  }

  .case-study_header-logo {
    width: 8rem;
  }
}
