/* ========================================
   Reset / Base Styles
======================================== */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
* {
  margin: 0; }

/* Improve text rendering */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }

/* Remove list styles */
ul,
ol {
  list-style: none;
  padding: 0; }

/* Remove default link styles */
a {
  text-decoration: none;
  color: inherit; }

/* Media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

/* Form elements inherit font */
input,
button,
textarea,
select {
  font: inherit; }

/* Buttons reset */
button {
  background: none;
  border: none;
  cursor: pointer; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Remove animations for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important; } }
html {
  font-size: 62.5%; }

body {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: #FFF;
  color: #0A0A0A; }
  body.admin-bar #header.fixed {
    top: 32px; }
  body.fixed .sticky {
    top: 166px; }

.sticky {
  position: sticky;
  top: 56px;
  transition: .4s all; }

a {
  transition: .4s all; }

img {
  display: block;
  width: 100%;
  height: auto; }

ul li {
  position: relative;
  padding-left: 16px; }
  ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 15px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #000; }
  h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h1 + p, h1 + div, h1 + ol, h1 + ul, h1 + blockquote, h1 + span, h1 + a, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h2 + p, h2 + div, h2 + ol, h2 + ul, h2 + blockquote, h2 + span, h2 + a, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h3 + p, h3 + div, h3 + ol, h3 + ul, h3 + blockquote, h3 + span, h3 + a, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h4 + p, h4 + div, h4 + ol, h4 + ul, h4 + blockquote, h4 + span, h4 + a, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h5 + p, h5 + div, h5 + ol, h5 + ul, h5 + blockquote, h5 + span, h5 + a, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6, h6 + p, h6 + div, h6 + ol, h6 + ul, h6 + blockquote, h6 + span, h6 + a {
    margin-top: 30px; }

h1, .h1 {
  font-size: 7.2rem;
  line-height: 7.7rem; }

h2, .h2 {
  font-size: 6.0rem;
  line-height: 6.7rem; }

h3, .h3 {
  font-size: 3.0rem;
  line-height: 3.6rem; }

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, p + p, p + div, p + ol, p + ul, p + blockquote, p + span, p + a, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ul + div, ul + ol, ul + ul, ul + blockquote, ul + span, ul + a {
  margin-top: 30px; }

/** Buttons **/
.buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  margin-top: 35px; }

.button {
  display: flex;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  color: #0A0A0A;
  padding: 16px 30px;
  gap: 8px;
  align-items: center; }
  .button.button-primary {
    background: #FFF;
    border-radius: 10px 0 10px 10px;
    border: 2px solid #FFF; }
  .button.button-secondary {
    border-radius: 10px;
    background: #FFFFFF1A;
    border: 2px solid #FFFFFF66;
    color: #FFF; }
  .button.button-tertiary {
    padding: 0;
    color: #FFF; }

/** Main Menu **/
#toggle-menu {
  display: none; }

#main-menu {
  margin-left: auto;
  font-family: "Albert Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal; }
  #main-menu li a {
    color: #FFF; }
  #main-menu ul {
    display: flex;
    gap: 30px; }
    #main-menu ul ul {
      display: none; }

.container {
  width: 100%;
  padding: 0 30px;
  max-width: 1640px;
  margin: 0 auto;
  font-size: 1.6rem; }

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 60px;
  position: relative; }

/** Header Section **/
#logo {
  display: block;
  max-width: 217px; }
  #logo img {
    display: block;
    width: 100%;
    height: auto; }

#header {
  background: #0A0A0A;
  padding: 30px 0;
  transition: .4s all;
  opacity: 1; }
  #header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
    opacity: 0; }
    #header.fixed #logo {
      max-width: 100px; }
    #header.fixed.visible {
      opacity: 1; }
    #header.fixed:not(.visible) {
      opacity: 0; }
  #header .row {
    align-items: flex-end; }

/** Hero Section **/
#hero {
  background: url(../images/hero-gradient.png) center center no-repeat;
  background-size: cover;
  padding: 70px 0 42px 0; }
  #hero.type-home {
    padding-top: 200px; }
    #hero.type-home .hero-content-wrapper {
      position: absolute;
      right: 0;
      top: -130px;
      max-width: 800px;
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
    #hero.type-home .image-wrapper {
      position: relative;
      left: -14px; }
      #hero.type-home .image-wrapper img {
        width: calc(100% - 14px); }
  #hero .buttons-wrapper {
    max-width: 525px;
    width: 100%; }
  #hero .subhero-content {
    background: #030303F2;
    border-radius: 0 0 25px 25px;
    padding: 0 25px 25px 25px;
    max-width: 525px; }
    #hero .subhero-content h1, #hero .subhero-content p, #hero .subhero-content li, #hero .subhero-content a {
      color: #FFF; }
    #hero .subhero-content p, #hero .subhero-content li {
      font-size: 2.4rem;
      line-height: 3.1rem;
      font-weight: 400; }
  #hero .hero-content {
    background: #030303F2;
    border-radius: 25px 0 25px 25px;
    padding: 25px; }
    #hero .hero-content:has(+ .subhero-content) {
      border-radius: 25px 0 0 25px; }
    #hero .hero-content h1, #hero .hero-content p, #hero .hero-content li, #hero .hero-content a {
      color: #FFF; }
    #hero .hero-content p, #hero .hero-content li {
      font-size: 2.4rem;
      line-height: 3.1rem;
      font-weight: 400; }
  #hero h1 {
    font-weight: 300; }
    #hero h1 strong {
      font-weight: 600; }

/** Widget Blocks **/
.content-five {
  width: calc(5% - 30px); }

.content-ten {
  width: calc(10% - 30px); }

.content-fifteen {
  width: calc(15% - 30px); }

.content-twenty {
  width: calc(20% - 30px); }

.content-twenty-five {
  width: calc(25% - 30px); }

.content-thirty {
  width: calc(30% - 30px); }

.content-thirty-five {
  width: calc(35% - 30px); }

.content-fourty {
  width: calc(40% - 30px); }

.content-fourty-five {
  width: calc(45% - 30px); }

.content-fifty {
  width: calc(50% - 30px); }

.content-fifty-five {
  width: calc(55% - 30px); }

.content-sixty {
  width: calc(60% - 30px); }

.content-sixty-five {
  width: calc(65% - 30px); }

.content-seventy {
  width: calc(70% - 30px); }

.content-seventy-five {
  width: calc(75% - 30px); }

.content-eighty {
  width: calc(80% - 30px); }

.content-eighty-five {
  width: calc(85% - 30px); }

.content-ninety {
  width: calc(90% - 30px); }

.content-ninety-five {
  width: calc(95% - 30px); }

.content-hundred {
  width: calc(100%); }

.widget {
  padding: 80px 0;
  position: relative;
  /** Widget Problem **/
  /** Widget Role **/
  /** Widget Services **/
  /** Widget CTA **/
  /** Widget Success Stories **/ }
  .widget.bg-light-blue:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: url(../images/gradient-light-blue.png);
    background-size: cover; }
  .widget.widget-problem small {
    font-size: 1.8rem;
    line-height: 2.4rem; }
  .widget.widget-problem ul li:nth-child(3n - 2):before {
    background: #6366DD; }
  .widget.widget-problem ul li:nth-child(3n - 1):before {
    background: #5BC5D4; }
  .widget.widget-problem ul li:nth-child(3n):before {
    background: #ED6C52; }
  .widget.widget-problem .content-inner {
    background: #0A0A0A;
    padding: 50px;
    border-radius: 75px 0 75px 75px;
    color: #FFF;
    font-size: 2.4rem;
    line-height: 3.1rem;
    max-width: 606px; }
    .widget.widget-problem .content-inner ul + h3 {
      margin-top: 60px; }
    .widget.widget-problem .content-inner h1, .widget.widget-problem .content-inner h2, .widget.widget-problem .content-inner h3, .widget.widget-problem .content-inner h4, .widget.widget-problem .content-inner h5, .widget.widget-problem .content-inner h6 {
      color: #FFF;
      font-weight: 600; }
  .widget.widget-problem .icon {
    width: 37%;
    height: auto;
    max-width: 274px;
    margin-top: 10px; }
  .widget.widget-problem .headings h2 + h2 {
    margin-top: 60px; }
  .widget.widget-problem .problem-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  .widget.widget-problem .icon-content {
    display: flex;
    gap: 42px;
    align-items: flex-start; }
  .widget.widget-role {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .widget.widget-role > div {
      position: relative;
      z-index: 2; }
    .widget.widget-role:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #0A0A0A66;
      z-index: 1; }
    .widget.widget-role .overlay {
      width: 732px;
      height: auto;
      position: absolute;
      left: 0;
      bottom: -100px; }
    .widget.widget-role .content-inner {
      max-width: 600px; }
    .widget.widget-role h2 {
      color: #FFF;
      background: url(../images/hero-gradient.png) no-repeat;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-size: 739px 327px;
      line-height: 7.5rem; }
    .widget.widget-role .subcontent {
      margin-top: 85px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      max-width: 460px;
      padding-top: 35px;
      color: #FFF; }
      .widget.widget-role .subcontent p {
        font-size: 3.0rem;
        font-weight: 700;
        line-height: 3.6rem; }
        .widget.widget-role .subcontent p + h3 {
          margin-top: 0; }
      .widget.widget-role .subcontent h3 {
        color: #D0E0FD;
        font-size: 6.0rem;
        line-height: 6.7rem; }
    .widget.widget-role .role-right {
      display: flex;
      justify-content: center; }
      .widget.widget-role .role-right img {
        max-width: 650px; }
    .widget.widget-role .points {
      margin-top: 85px; }
    .widget.widget-role .point {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      color: #FFF;
      font-size: 3.2rem;
      line-height: 3.2rem;
      font-weight: 700; }
      .widget.widget-role .point + .point {
        margin-top: 45px; }
      .widget.widget-role .point .icon {
        width: 80px;
        margin-top: 2px; }
      .widget.widget-role .point .point-text {
        width: calc(100% - 80px - 20px); }
  .widget.widget-services .content-seventy-five {
    width: calc(71% - 30px); }
  .widget.widget-services .content-twenty-five {
    width: calc(29% - 30px); }
  .widget.widget-services .service {
    padding: 30px 40px;
    border-radius: 50px 0 50px 50px;
    color: #FFF;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 4px 4px 0px #00000040;
    box-shadow: 9px 10px 7.3px 0px #0000001A;
    gap: 0 40px; }
    .widget.widget-services .service.colour-blue {
      background-color: #598ede;
      background-image: url(../images/gradient-blue.png); }
      .widget.widget-services .service.colour-blue .button svg path {
        stroke: #6366DD; }
      .widget.widget-services .service.colour-blue ul li:before {
        background: #6366DD; }
    .widget.widget-services .service.colour-green {
      background-color: #78d4e9;
      background-image: url(../images/gradient-green.png); }
      .widget.widget-services .service.colour-green .button svg path {
        stroke: #ED6C52; }
      .widget.widget-services .service.colour-green ul li:before {
        background: #ED6C52; }
    .widget.widget-services .service.colour-red {
      background-color: #ff482a;
      background-image: url(../images/gradient-red.png); }
      .widget.widget-services .service.colour-red .button svg path {
        stroke: #5BC5D4; }
      .widget.widget-services .service.colour-red ul li:before {
        background: #5BC5D4; }
    .widget.widget-services .service + .service {
      margin-top: 40px; }
    .widget.widget-services .service .main-content {
      margin-top: 16px;
      font-size: 1.8rem; }
      .widget.widget-services .service .main-content ul {
        font-size: 1.6rem; }
        .widget.widget-services .service .main-content ul li:before {
          top: 10px; }
        .widget.widget-services .service .main-content ul li + li {
          margin-top: 16px; }
    .widget.widget-services .service .button {
      margin-top: 32px; }
    .widget.widget-services .service .service-image {
      width: 164px; }
    .widget.widget-services .service .service-content {
      width: calc(100% - 164px); }
    .widget.widget-services .service .service-title-wrapper {
      display: flex;
      align-items: flex-end;
      gap: 23px; }
      .widget.widget-services .service .service-title-wrapper h3 {
        color: #FFF;
        line-height: 4.4rem; }
      .widget.widget-services .service .service-title-wrapper .counter {
        font-weight: 900;
        font-size: 7.2rem;
        line-height: 7.2rem; }
  .widget.widget-cta {
    text-align: center;
    padding: 128px 0; }
    .widget.widget-cta .row {
      justify-content: center; }
    .widget.widget-cta .footer-content {
      border-radius: 50px 0 50px 50px;
      background: url(../images/hero-gradient.png) center center no-repeat;
      background-size: cover;
      padding: 50px 80px 100px 80px;
      width: 100%;
      margin: 65px 0 0 0;
      position: relative;
      max-width: 1420px; }
    .widget.widget-cta .footer-content-button {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      right: 80px;
      bottom: -25px; }
      .widget.widget-cta .footer-content-button .button.button-primary {
        border-radius: 14px;
        box-shadow: 0px 25px 50px -12px #00000040;
        font-size: 1.8rem;
        padding: 20px 40px; }
    .widget.widget-cta .footer-content-content {
      text-align: left;
      max-width: 900px; }
      .widget.widget-cta .footer-content-content h1, .widget.widget-cta .footer-content-content h2, .widget.widget-cta .footer-content-content h3, .widget.widget-cta .footer-content-content h4, .widget.widget-cta .footer-content-content h5, .widget.widget-cta .footer-content-content h6 {
        color: #FFF; }
    .widget.widget-cta .subcontent {
      margin-top: 64px;
      font-size: 2.4rem;
      line-height: 4.0rem;
      max-width: 860px;
      color: #0A0A0ACC; }
    .widget.widget-cta .logos {
      display: flex;
      gap: 0 88px;
      margin-top: 64px; }
      .widget.widget-cta .logos .logo {
        max-height: 132px;
        background: #FFF;
        border-radius: 16px; }
        .widget.widget-cta .logos .logo img {
          width: 100%;
          max-height: 132px;
          border-radius: 16px; }
  .widget.widget-success-stories .content-thirty {
    font-size: 1.8rem; }
    .widget.widget-success-stories .content-thirty p:first-of-type {
      font-size: 2.0rem;
      line-height: 2.8rem; }
  .widget.widget-success-stories ul li:before {
    top: 10px; }
  .widget.widget-success-stories ul li + li {
    margin-top: 16px; }
  .widget.widget-success-stories ul li:nth-child(3n - 2):before {
    background: #6366DD; }
  .widget.widget-success-stories ul li:nth-child(3n - 1):before {
    background: #5BC5D4; }
  .widget.widget-success-stories ul li:nth-child(3n):before {
    background: #ED6C52; }
  .widget.widget-success-stories .grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px; }
    .widget.widget-success-stories .grid .grid-item {
      width: calc(50% - 25px);
      border-radius: 50px 0 50px 50px;
      aspect-ratio: 580/320; }
      .widget.widget-success-stories .grid .grid-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50px 0 50px 50px; }

/* Footer **/
#footer {
  padding: 64px 0;
  background: #0A0A0A;
  color: #FFF; }
  #footer h4 {
    color: #FFF; }
  #footer a:not(#footer-logo) {
    color: #FFF;
    opacity: 0.7; }
    #footer a:not(#footer-logo):hover {
      opacity: 1; }
  #footer .copyright {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 48px;
    padding-top: 32px; }
    #footer .copyright p {
      font-size: 1.4rem;
      opacity: 0.5;
      line-height: 2.0rem; }
  #footer nav {
    margin-top: 16px; }
    #footer nav ul li {
      display: block;
      padding: 0; }
      #footer nav ul li:before {
        display: none; }
      #footer nav ul li + li {
        margin-top: 5px; }
      #footer nav ul li a {
        display: block; }
  #footer .content-fifty.footer-right {
    display: flex;
    flex-wrap: wrap;
    gap: 60px; }
  #footer #footer-logo {
    display: block;
    max-width: 190px; }
  #footer .footer-strap {
    margin: 16px 0 0 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    opacity: 0.7; }

/** Smaller Desktops **/
@media screen and (max-width: 1260px) {
  .content-thirty {
    width: calc(40% - 30px); }

  .content-fifty-five {
    width: calc(50% - 30px); }

  .content-fourty-five {
    width: calc(50% - 30px); }

  .content-seventy {
    width: calc(60% - 30px); } }
@media screen and (max-width: 1180px) {
  .widget.widget-success-stories .grid .grid-item {
    width: 100%; }
  .widget.widget-problem .row {
    gap: 30px 0; }
  .widget.widget-problem .content-inner {
    max-width: unset;
    width: 100%; }
  .widget.widget-problem .problem-left,
  .widget.widget-problem .problem-right {
    width: 100%; }

  .content-thirty-five {
    width: calc(40% - 30px); }

  .content-sixty-five {
    width: calc(60% - 30px); } }
/** Tablets **/
@media screen and (max-width: 980px) {
  .row {
    gap: 30px; }

  .content-thirty {
    width: calc(100%); }

  .content-seventy {
    width: calc(100%); }

  .content-fifty {
    width: calc(100%); } }

/*# sourceMappingURL=styles.css.map */
