@font-face {
  font-family: Archivo variablefont wdth wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Archivo variablefont wdth wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --ipa-slate: #274e5a;
  --ipa-red: #fa004b;
  --ipa-highlight-text: #72b3d3;
  --ipa-orange: #ff954a;
  --ipa-yellow: #f1cb26;
  --ipa-dark-slate-large-area: #1c3943;
}

h1 {
  color: #fff;
  font-variation-settings: "wght" 700, "wdth" 95;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-size: 84px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--ipa-slate);
  font-variation-settings: "wght" 700, "wdth" 95;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 900;
  line-height: 30px;
}

h4 {
  color: var(--ipa-slate);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
}

.navbar-no-shadow {
  z-index: 99999;
  background-image: linear-gradient(#fff, #fff);
  position: fixed;
  left: 0;
  right: 0;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
}

.container-regular {
  width: 100%;
  max-width: 1680px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.nav-menu-wrapper {
  display: block;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.button-primary {
  grid-column-gap: 6px;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: black black var(--ipa-red);
  background-color: var(--ipa-red);
  color: #fff;
  font-variation-settings: "wght" 500;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  border-top-left-radius: 20px;
  flex: none;
  align-items: center;
  padding: 16px 16px 12px 25px;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-primary:hover {
  border-bottom: 6px solid var(--ipa-red);
  color: #fff;
  background-color: #274e5a;
}

.button-primary:active {
  background-color: #43464d;
}

.menu-button {
  display: none;
}

.hero {
  background-color: #f5f7fa;
  background-image: linear-gradient(#1c3943e6, #1c3943e6), linear-gradient(to top, #1c3943 11%, #1c394300), url('../images/getty-images-fEN2g2iTKqw-unsplash.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  border-bottom: 1px solid #e4ebf3;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  min-height: 900px;
  margin-top: auto;
  margin-right: auto;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.container {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.container.bottom-aligned {
  align-items: flex-end;
}

.container.cosultation {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-around;
}

.container.left-aligned {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: flex-start;
}

.container.light {
  grid-row-gap: 60px;
  color: #fff;
  flex-direction: column;
  align-items: stretch;
}

.container.footer {
  padding: 90px 66px;
}

.hero-wrapper-two {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 980px;
  margin-top: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.coloured-banner {
  width: 100%;
  height: 5px;
  display: flex;
}

.coloured-banner.with-spacing {
  margin-top: 48px;
  margin-bottom: 48px;
}

.banner-fill {
  background-color: #fa004b;
  flex: 1;
  height: 5px;
}

.banner-fill.red {
  background-color: var(--ipa-red);
}

.banner-fill.orange {
  background-color: #ff9549;
}

.banner-fill.yellow {
  background-color: #f1cb00;
}

.image {
  width: 170px;
}

.image-2 {
  width: 27px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph-large {
  color: var(--ipa-highlight-text);
  letter-spacing: 0;
  margin-bottom: 18px;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 150%;
}

.paragraph-large.dark {
  color: var(--ipa-slate);
}

.paragraph {
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-weight: 100;
  line-height: 150%;
}

.paragraph.dark {
  color: var(--ipa-slate);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.paragraph.end {
  margin-bottom: 42px;
}

.consultation-callout {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 0 0 100px 7px #274e5a40;
}

.value-icon {
  background-color: var(--ipa-red);
  border-radius: 300px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 12px;
  display: flex;
}

.value-icon.orange {
  background-color: var(--ipa-orange);
}

.value-icon.yellow {
  background-color: var(--ipa-yellow);
}

.consultation-header {
  flex: none;
  width: 180px;
  min-width: auto;
  margin-bottom: 0;
}

.consultation-header.highlight {
  color: var(--ipa-red);
}

.consultation-header.light {
  color: #fff;
  width: auto;
}

.text-span {
  color: var(--ipa-red);
}

.hero-sub-heading {
  color: var(--ipa-red);
  font-variation-settings: "wght" 600, "wdth" 95;
}

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

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

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

.about-us {
  background-image: linear-gradient(207deg, #e3eef4, #fff 50%, #f8dce5);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.floating-panel {
  grid-column-gap: 0px;
  background-color: var(--ipa-dark-slate-large-area);
  border-top-left-radius: 60px;
  height: 50vh;
  display: flex;
  overflow: hidden;
  box-shadow: 0 60px 20px -30px #0003;
}

.floating-panel.dark {
  color: #fff;
}

.floating-panel.white {
  background-color: #fff;
  width: 55%;
  height: auto;
  box-shadow: 0 9px 80px 7px #0000004d;
}

.image-3 {
  object-fit: cover;
  width: 50%;
  height: 100%;
}

.div-block-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.pull-out-card-image {
  background-image: url('../images/light_bulb.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
}

.highlight {
  color: var(--ipa-red);
}

.highlight.orange {
  color: var(--ipa-orange);
}

.highlight.yellow {
  color: var(--ipa-yellow);
}

.our-services {
  background-image: url('../images/dose-media-bU6JyhSI6zo-unsplash.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.value-added-service {
  z-index: 5;
  background-color: var(--ipa-dark-slate-large-area);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.columns {
  width: 100%;
}

.div-block-4 {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.valuer-panel {
  grid-row-gap: 30px;
  background-color: var(--ipa-slate);
  color: #fff;
  border-top-left-radius: 60px;
  flex-direction: column;
  flex: 1;
  padding: 60px 30px;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.valuer-panel:hover {
  transform: translate(0, -20px);
  box-shadow: 0 60px 60px -20px #0003;
}

.consultation-icon {
  background-color: var(--ipa-red);
  border-radius: 300px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
}

.footer {
  grid-row-gap: 60px;
  background-color: #fff;
  border-top-left-radius: 140px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 90px 70px 60px;
  display: flex;
  box-shadow: 0 -18px 210px 20px #274e5a73;
}

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

.footer-width-restrict {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-bottom: -2px;
  padding-bottom: 2px;
  display: flex;
}

.footer-meta {
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.footer-links {
  grid-column-gap: 20px;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.footer-link {
  color: var(--ipa-dark-slate-large-area);
  font-variation-settings: "wght" 700, "wdth" 95;
  letter-spacing: 0;
  height: 22px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
  display: none;
}

.footer-link:hover {
  border-bottom: 2px solid var(--ipa-red);
  color: var(--ipa-red);
}

.pixel-jam-back-link {
  color: var(--ipa-dark-slate-large-area);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-text {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 300;
}

.footer-text.backlink {
  color: var(--ipa-slate);
  letter-spacing: 0;
  padding-right: 6px;
  font-family: Archivo variablefont wdth wght, sans-serif;
  font-weight: 400;
}

.link-block {
  cursor: pointer;
  border-radius: 80px;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: all .7s;
  display: flex;
}

.link-block:hover {
  background-color: #0000;
  border-radius: 80px;
}

.pixel-jam-logo-2 {
  margin-left: 3px;
  margin-right: 6px;
  padding-left: 0;
}

.pixel-jam-text {
  color: var(--ipa-slate);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: var(--ipa-slate);
}

.div-block-5 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-6 {
  text-align: right;
  flex: 1;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    margin-top: 0;
    font-size: 36px;
  }

  h3 {
    color: var(--ipa-red);
    font-variation-settings: "wght" 500, "wdth" 95;
    margin-top: 0;
    font-size: 32px;
    font-weight: 500;
  }

  .navbar-no-shadow-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container.bottom-aligned {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.cosultation, .container.left-aligned {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container.light {
    grid-row-gap: 0px;
  }

  .hero-wrapper-two {
    flex: 0 auto;
    width: auto;
  }

  .image {
    width: 150px;
  }

  .paragraph-large {
    font-size: 21px;
  }

  .consultation-callout {
    padding-left: 30px;
    padding-right: 30px;
  }

  .consultation-header {
    color: var(--ipa-slate);
    font-variation-settings: "wght" 700, "wdth" 95;
    width: auto;
    min-width: auto;
  }

  .about-us {
    padding-left: 30px;
    padding-right: 30px;
  }

  .floating-panel {
    flex-direction: column;
    height: auto;
  }

  .floating-panel.white {
    width: 100%;
  }

  .pull-out-card-image {
    height: 400px;
  }

  .our-services {
    height: 100vh;
    padding: 0 30px;
  }

  .value-added-service {
    height: auto;
    padding: 90px 31px;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .end {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-width-restrict {
    width: 100%;
  }

  .pixel-jam-back-link {
    flex-direction: row;
    flex: none;
    align-items: center;
    width: auto;
  }

  .footer-text {
    text-align: left;
    font-size: 13px;
  }

  .link-block {
    flex-wrap: nowrap;
  }

  .pixel-jam-text {
    flex-direction: column;
    align-items: flex-end;
    width: auto;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .div-block-6 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero {
    padding: 60px 0;
  }

  .container.cosultation, .container.left-aligned {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    width: 120px;
  }

  .about-us {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-3 {
    padding: 42px;
  }

  .footer-meta {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .pixel-jam-back-link {
    flex-direction: row;
    align-items: center;
  }

  .footer-text.backlink {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  h3 {
    font-size: 28px;
  }

  .navbar-no-shadow-container {
    padding: 12px 20px;
  }

  .nav-menu-wrapper {
    padding-top: 5px;
  }

  .nav-menu {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mobile-margin-top-10 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .menu-button {
    color: var(--ipa-slate);
  }

  .menu-button.w--open {
    background-color: #fff;
    border-top-left-radius: 20px;
  }

  .hero {
    min-height: 800px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .container.cosultation, .container.left-aligned {
    grid-row-gap: 20px;
  }

  .coloured-banner.with-spacing {
    object-fit: fill;
    height: 3px;
    margin-top: 28px;
    margin-bottom: 28px;
    overflow: hidden;
  }

  .paragraph-large {
    font-size: 18px;
    line-height: 136%;
  }

  .paragraph, .paragraph.dark {
    font-variation-settings: "wght" 300, "wdth" 95;
    font-size: 16px;
  }

  .icon {
    color: var(--ipa-slate);
    font-size: 32px;
  }

  .icon:active {
    color: #fff;
  }

  .value-icon {
    width: 72px;
    height: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .consultation-header {
    width: 180px;
  }

  .div-block-3 {
    padding: 30px;
  }

  .pull-out-card-image {
    height: 180px;
  }

  .heading {
    margin-top: 0;
  }

  .consultation-icon {
    width: 72px;
    height: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    border-top-left-radius: 70px;
    padding: 42px 30px;
  }

  .footer-meta {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .footer-links {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .pixel-jam-back-link {
    grid-column-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
    font-size: 14px;
  }

  .footer-text {
    text-align: center;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 17px;
  }

  .footer-text.backlink {
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    line-height: 13px;
  }

  .link-block {
    padding: 0;
  }

  .pixel-jam-text {
    flex-direction: column;
    align-self: center;
    align-items: stretch;
    width: auto;
    font-size: 14px;
  }

  .div-block-6 {
    text-align: center;
  }
}


@font-face {
  font-family: 'Archivo variablefont wdth wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Archivo variablefont wdth wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}