/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \****************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap);
/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./assets/scss/main.scss (1) ***!
  \********************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.7;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Manrope", sans-serif;
  color: #070e2b;
  background: #fff;
  margin: 0;
}

.wys-reset * {
  margin: 0;
  padding: 0;
}
.wys-reset h1, .wys-reset h2, .wys-reset h3, .wys-reset h4, .wys-reset h5, .wys-reset h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.wys-reset p:not(:last-child) {
  margin-bottom: 0;
}
.wys-reset ul, .wys-reset ol {
  list-style: none;
}
.wys-reset a {
  color: inherit;
  text-decoration: none;
}
.wys-reset img {
  max-width: 100%;
  height: auto;
  display: block;
}
.wys-reset .aligncenter,
.wys-reset .alignleft,
.wys-reset .alignright {
  float: none;
  margin: 0;
}
.wys-reset table {
  border-collapse: collapse;
  width: 100%;
}
.wys-reset blockquote {
  border: none;
  font-style: normal;
}
.wys-reset strong, .wys-reset b {
  font-weight: bold;
}
.wys-reset em, .wys-reset i {
  font-style: italic;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
  margin: 0 0 1.25rem 0;
}

p {
  margin: 0 0 2.1875rem 0;
}

a {
  text-decoration: none;
  transition: 0.6s ease-in-out all;
  color: #070e2b;
}
a:visited, a:hover, a:active {
  color: rgba(7, 14, 43, 0.5);
}

ul {
  padding: 0;
  margin: 0 0 0 1.25rem;
}
.container {
  width: 100%;
  margin-inline: auto;
  padding-inline: 0.9375rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.background-primary-colour {
  background: #070e2b;
  color: #fff;
}
.background-secondary-colour {
  background: #13DCF2;
  color: #fff;
}
.background-white {
  background: #fff;
  color: #000;
}
.background-green {
  background: #00bd79;
  color: #fff;
}
.background-red {
  background: #fe5e76;
  color: #000;
}
.background-off-white {
  background: #f7f9fb;
  color: #000;
}
.button {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  border-radius: 0.625rem;
  padding: 0.75rem 1.0625rem;
  transition: 0.6s ease-in-out all;
}
.button-primary-colour {
  background: #070e2b;
}
.button-primary-colour:hover {
  background: rgba(7, 14, 43, 0.8);
}
.button-secondary-colour {
  background: #13DCF2;
}
.button-secondary-colour:hover {
  background: rgba(19, 220, 242, 0.8);
}
.button-white {
  background: #fff;
}
.button-white:hover {
  background: rgba(255, 255, 255, 0.8);
}
.button-green {
  background: #00bd79;
}
.button-green:hover {
  background: rgba(0, 189, 121, 0.8);
}
.button-red {
  background: #fe5e76;
}
.button-red:hover {
  background: rgba(254, 94, 118, 0.8);
}
.button-off-white {
  background: #f7f9fb;
}
.button-off-white:hover {
  background: rgba(247, 249, 251, 0.8);
}

.pagination {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1.375rem;
  list-style: none;
  margin: 0;
}
.pagination__item--link {
  padding: 0.5rem 0.75rem;
}
.pagination__item--link.current {
  background-color: #070e2b;
  display: flex;
  justify-content: center;
  flex-direction: row;
  color: #fff;
  align-items: center;
  border-radius: 0.25rem;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.pagination__item--link.current:hover {
  background-color: #13DCF2;
}
.pagination__item--link.next, .pagination__item--link.prev {
  padding: 0;
}

.site-header {
  background-color: #f7f9fb;
  color: #070e2b;
  padding: 2.8125rem 0;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.875rem;
}
.site-header__logo a img {
  width: min(100%, 12.5rem);
  transition: 0.6s ease-in-out all;
}
.site-header__logo a img:hover {
  opacity: 0.65;
}
.site-header__navigation {
  display: flex;
  align-items: center;
  position: relative;
}
.site-header__navigation .nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1.625rem;
  height: 1.125rem;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  z-index: 60;
}
.site-header__navigation .nav-toggle__bar {
  display: block;
  height: 0.125rem;
  width: 100%;
  background: #070e2b;
  transition: all 0.35s ease-in-out;
}
.site-header__navigation .nav-toggle--active .nav-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header__navigation .nav-toggle--active .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}
.site-header__navigation .nav-toggle--active .nav-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header__navigation .nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 18.75rem;
  max-width: 85vw;
  height: 100vh;
  padding: 8.4375rem 2.1875rem 1.5625rem;
  background: #f7f9fb;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
  z-index: 55;
}
.site-header__navigation .nav--active {
  transform: translateX(0);
}
.site-header__navigation .nav--active .nav__item {
  opacity: 1;
  transform: translateY(0);
}
.site-header__navigation .nav__list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.375rem;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__navigation .nav__item {
  position: relative;
  margin-right: 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
.site-header__navigation .nav__item--open i {
  transform: rotate(180deg);
}
.site-header__navigation .nav__item--open > .nav__submenu {
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
  margin-top: 0.6875rem;
  padding-left: 0.6875rem;
}
.site-header__navigation .nav__item--current > .nav__link {
  color: #13DCF2;
}
.site-header__navigation .nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #070e2b;
  text-decoration: none;
  transition: color 0.35s ease-in-out;
}
.site-header__navigation .nav__link:hover, .site-header__navigation .nav__link:focus {
  color: #13DCF2;
}
.site-header__navigation .nav__submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__navigation .nav__toggle {
  cursor: pointer;
}
.site-header__navigation .nav__toggle i {
  transition: 0.6s ease-in-out all;
}
.site-header__navigation .nav__toggle[aria-expanded=true] .nav__toggle-icon {
  transform: translate(-50%, -35%) rotate(-135deg);
}
.site-header__navigation .nav__toggle-icon i {
  color: #070e2b;
}

.nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7, 14, 43, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  z-index: 54;
}
.nav-overlay--active {
  opacity: 1;
  visibility: visible;
}

body.nav-open {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .site-header__navigation .nav-toggle {
    display: none;
  }
  .site-header__navigation .nav {
    position: static;
    width: 100%;
    max-width: none;
    height: auto;
    padding-top: 0;
    background: none;
    overflow: visible;
    transform: none;
    transition: none;
    z-index: auto;
    padding: 0;
  }
  .site-header__navigation .nav__list {
    flex-direction: row;
    align-items: center;
  }
  .site-header__navigation .nav__item {
    border-bottom: 0;
    opacity: 1;
    transform: none;
    transition: none;
    transition-delay: 0s !important;
  }
  .site-header__navigation .nav__item:not(:last-child) {
    margin-right: 1.75rem;
  }
  .site-header__navigation .nav__item--has-children > .nav__link {
    padding-right: 0;
  }
  .site-header__navigation .nav__item--has-children > .nav__link::after {
    content: "";
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    margin-left: 0.375rem;
    border-right: 0.125rem solid currentColor;
    border-bottom: 0.125rem solid currentColor;
    transform: rotate(45deg);
  }
  .site-header__navigation .nav__link {
    padding: 0.5rem 0;
    color: #070e2b;
  }
  .site-header__navigation .nav__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 13.75rem;
    background: #fff;
    box-shadow: 0 0.625rem 1.875rem rgba(7, 14, 43, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.375rem);
    transition: all 0.35s ease-in-out;
    z-index: 50;
  }
  .site-header__navigation .nav__submenu .nav__submenu {
    top: 0;
    left: 100%;
  }
  .site-header__navigation .nav__submenu .nav__link {
    padding: 0.65rem 1rem;
    white-space: nowrap;
  }
  .site-header__navigation .nav__item:hover > .nav__submenu, .site-header__navigation .nav__item--open > .nav__submenu, .site-header__navigation .nav__item:focus-within > .nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .site-header__navigation .nav__toggle {
    display: none;
  }
  .nav-overlay {
    display: none;
  }
}
.hero {
  min-height: 34.375rem;
  display: flex;
  align-items: center;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 43, 0.25);
  z-index: 1;
}
.hero__content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.hero__content--title {
  color: #fff;
}
.hero__content--copy p {
  color: #fff;
}
.hero__content--copy p:last-of-type {
  margin-bottom: 0;
}
.hero-blog {
  display: flex;
  align-items: center;
  position: relative;
}
.hero-blog__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.hero-blog__inner--content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .hero-blog__inner--content {
    flex: 1 1 34.375rem;
    max-width: 34.375rem;
  }
}
@media (min-width: 1366px) {
  .hero-blog__inner--content {
    flex: 1 1 37.5rem;
    max-width: 37.5rem;
  }
}
@media (min-width: 1440px) {
  .hero-blog__inner--content {
    flex: 1 1 44.0625rem;
    max-width: 44.0625rem;
  }
}
.hero-blog__inner--title {
  color: #070e2b;
}
.hero-blog__inner--excerpt {
  color: #070e2b;
}
.hero-blog__inner--image {
  align-self: stretch;
  min-height: 23.4375rem;
}
@media (min-width: 992px) {
  .hero-blog__inner--image {
    min-height: 28.125rem;
    flex: 1;
  }
}
.hero-blog__inner--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-team-members {
  min-height: 34.375rem;
  display: flex;
  align-items: center;
  position: relative;
}
.hero-team-members:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 43, 0.25);
  z-index: 1;
}
.hero-team-members__content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.25rem;
  color: #fff;
  position: relative;
  z-index: 2;
}
.hero-team-members__content--title {
  color: #fff;
}
.hero-team-members__content--copy p {
  color: #fff;
}
.hero-team-members__content--copy p:last-of-type {
  margin-bottom: 0;
}
.site-footer {
  background-color: #f7f9fb;
  color: #070e2b;
  padding: 2.8125rem 0;
}
.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.875rem;
}
.site-footer__inner--legal {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 992px) {
  .site-footer__inner--legal {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
    gap: 2.5rem;
  }
}
.site-footer__inner--logo img {
  transition: 0.6s ease-in-out all;
  opacity: 1;
  width: min(100%, 12.5rem);
}
.site-footer__inner--logo img:hover {
  opacity: 0.6;
}
.site-footer__inner--copyright p {
  margin-bottom: 0;
}
.site-footer__inner--links {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 992px) {
  .site-footer__inner--links {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    gap: 2.5rem;
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
  }
}
.site-footer__inner--link-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6875rem;
}
.site-footer__inner--link-item {
  list-style: none;
}
.site-footer__inner--link-item a {
  color: #070e2b;
}
.site-footer__inner--social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 0.75rem;
}
.site-footer__inner--social-item a:hover i {
  color: #13DCF2;
}
.site-footer__inner--social-item a i {
  color: #070e2b;
  transition: 0.6s ease-in-out all;
}

.text-image {
  padding: 3.4375rem 0;
}
@media (min-width: 768px) {
  .text-image {
    padding: 4.0625rem 0;
  }
}
@media (min-width: 992px) {
  .text-image {
    padding: 4.6875rem 0;
  }
}
@media (min-width: 1200px) {
  .text-image {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1440px) {
  .text-image {
    padding: 7.5rem 0;
  }
}
.text-image__inner.orientation-right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .text-image__inner.orientation-right {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}
.text-image__inner.orientation-left {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
}
@media (min-width: 992px) {
  .text-image__inner.orientation-left {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.text-image__inner--content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.text-image__inner--title {
  margin-bottom: 0rem;
}
.text-image__inner--copy {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.blog__search {
  background-color: #f7f9fb;
  color: #070e2b;
  padding: 1.5625rem 0;
}
@media (min-width: 1200px) {
  .blog__search {
    padding: 2.5rem 0;
  }
}
.blog__archive {
  padding: 3.4375rem 0;
}
@media (min-width: 768px) {
  .blog__archive {
    padding: 4.0625rem 0;
  }
}
@media (min-width: 992px) {
  .blog__archive {
    padding: 4.6875rem 0;
  }
}
@media (min-width: 1200px) {
  .blog__archive {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1440px) {
  .blog__archive {
    padding: 7.5rem 0;
  }
}
.blog__archive--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.blog__archive--inner .blog__preview {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .blog__archive--inner .blog__preview {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1200px) {
  .blog__archive--inner .blog__preview {
    flex: 1 1 calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
.blog__archive--navigation {
  width: 100%;
}
.blog__preview {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.9375rem;
}
.blog__preview--image {
  width: 100%;
  height: 21.875rem;
  border-radius: 0.5rem;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog__preview--meta {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.75rem;
}
.blog__preview--categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog__preview--category {
  border-radius: 3.125rem;
  border: 0.0625rem solid rgba(7, 14, 43, 0.35);
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  color: #130668;
}
.blog__preview--title {
  margin: 0;
}
.blog__preview--date {
  margin: 0;
}
.blog__preview--excerpt p {
  margin-bottom: 0;
}
.blog__preview--content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  height: 100%;
}
.blog__single {
  padding: 3.4375rem 0;
}
@media (min-width: 768px) {
  .blog__single {
    padding: 4.0625rem 0;
  }
}
@media (min-width: 992px) {
  .blog__single {
    padding: 4.6875rem 0;
  }
}
@media (min-width: 1200px) {
  .blog__single {
    padding: 5.625rem 0;
  }
}
@media (min-width: 1440px) {
  .blog__single {
    padding: 7.5rem 0;
  }
}
.blog__single--inner {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1.875rem;
}
.blog__related-posts {
  background-color: #f7f9fb;
  color: #070e2b;
  padding: 1.5625rem 0;
}
@media (min-width: 1200px) {
  .blog__related-posts {
    padding: 2.5rem 0;
  }
}
.blog__related-posts--intro {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.9375rem;
}
.blog__related-posts--title {
  margin-bottom: 0;
}
.blog__related-posts--posts {
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .blog__related-posts--posts {
    margin-top: 3.125rem;
  }
}
.blog__related-posts--slider .slick-list {
  margin-left: -1.6875rem;
}
.blog__related-posts--slider .slick-track {
  display: flex !important;
}
.blog__related-posts--slide {
  padding: 0 0.625rem;
  height: 100%;
  box-sizing: border-box;
  height: inherit !important;
  margin-left: 1.25rem;
}
.blog__related-posts--controlls {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5625rem;
}
@media (min-width: 1200px) {
  .blog__related-posts--controlls {
    margin-top: 2.1875rem;
  }
}
.blog__related-posts--arrow {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  background: none;
  border: 0.0625rem solid #070e2b;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  cursor: pointer;
  transition: 0.6s ease-in-out all;
  color: #070e2b;
  padding: 0rem;
}
.blog__related-posts--arrow i {
  pointer-events: none;
}
.blog__related-posts--arrow:hover {
  background: #070e2b;
  color: #f7f9fb;
}
.blog__related-posts--arrow.slick-disabled {
  opacity: 0.3;
  cursor: none;
  pointer-events: none;
}

.team-members__archive {
  background-color: #fff;
  color: #070e2b;
  padding: 2.8125rem 0;
}
.team-members__archive--inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.team-members__archive--inner .team-members__preview {
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .team-members__archive--inner .team-members__preview {
    flex: 1 1 calc(50% - 0.9375rem);
    max-width: calc(50% - 0.9375rem);
  }
}
@media (min-width: 1200px) {
  .team-members__archive--inner .team-members__preview {
    flex: 1 1 calc(33.333% - 1.25rem);
    max-width: calc(33.333% - 1.25rem);
  }
}
.team-members__archive--navigation {
  width: 100%;
}
.team-members__preview {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.9375rem;
}
.team-members__preview--image {
  width: 100%;
  height: 21.875rem;
  border-radius: 0.5rem;
}
.team-members__preview--meta {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0.75rem;
}
.team-members__preview--title {
  margin: 0;
}
.team-members__preview--date {
  margin: 0;
}
.team-members__preview--excerpt p {
  margin-bottom: 0;
}
.team-members__preview--content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.875rem;
  width: 100%;
}

/*# sourceMappingURL=styles.css.map*/