/*
Theme Name: ITF Theme
Theme URI: https://www.itfconsulting.co.uk
Description: ITF Consulting theme
Version: 1.0
Author: Base Media
Author URI: https://www.base-media.co.uk
*/
/* fonts */
/* variables */
/* mixins */
/* imported styles */
/* reset scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* layout scss */
section {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  position: relative; }

.imgsloaded {
  overflow: hidden;
  min-height: 100vh; }

section.-no-overflow {
  overflow: hidden; }

.content.-divider {
  border-bottom: 1px solid #333e46; }

.content.-divider.bkg-white {
  border-bottom: 1px solid #D6D8DA; }

.marquee {
  margin: -120px 0 0 0;
  padding: 0;
  color: white;
  font-weight: bold;
  font-size: 200px;
  will-change: transform;
  animation: marquee 17s .65s linear infinite;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transform-origin: center;
  text-transform: lowercase;
  mix-blend-mode: exclusion; }

.-fold .marquee {
  top: 0;
  margin: 0; }

.bkg-white .marquee {
  color: #333e46;
  mix-blend-mode: normal; }

.marquee.-blend {
  mix-blend-mode: normal; }

.marquee strong {
  color: #ff17fb;
  font-weight: bold; }

.page-template-t-cxtools .marquee strong {
  color: #00d0a4; }

.marquee span {
  display: inline-block; }

.marquee_wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden; }

.marquee_container {
  display: block;
  opacity: 0;
  padding: 0 6vmax;
  box-sizing: border-box; }

.hero_sub {
  position: absolute;
  bottom: 3vmax;
  left: 3vmax;
  width: 100%;
  max-width: 600px;
  padding: 0;
  margin: 0;
  display: block;
  color: white; }

.hero_sub p {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 300; }

.hero_sub.-intro {
  position: relative;
  left: auto;
  bottom: auto;
  box-sizing: border-box;
  padding: 6vmax 3vmax 3vmax; }

@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
.hero_container {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  position: relative; }

canvas {
  width: 100%;
  height: 100%;
  background: transparent; }

.hero {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.hero.-fold {
  padding: calc(9vmax + 120px) 0 0 0;
  height: auto;
  box-sizing: border-box; }

.scroll-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  op: calc(100vh - calc(100px + 3vmax));
  bottom: 3vmax;
  right: 3vmax;
  display: block;
  border-radius: 100%;
  border: solid 1px #ff17fb;
  box-sizing: border-box; }

.-down-arrow {
  fill: none;
  stroke: #ff17fb;
  stroke-miterlimit: 10;
  transition: .2s;
  overflow: hidden; }

.scroll-btn:hover .-down-arrow, .team_member:hover .-down-arrow {
  stroke: white; }

.scroll-btn svg {
  transition: .2s; }

.scroll-btn:hover svg {
  transform: translateY(2px); }

.content {
  padding: 12vh 6vmax;
  box-sizing: border-box;
  display: block; }

.content.-full {
  padding: 12vh 3vmax;
  display: block; }

.content_container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0;
  max-width: 1000px; }

.btn-more {
  font-weight: bold;
  color: #ff17fb;
  border: 1px solid #ff17fb;
  padding: 0 0 5px 0;
  margin: 6vh auto 0;
  width: 250px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  position: relative;
  text-transform: lowercase;
  font-size: 3rem;
  border-radius: 9999px;
  box-sizing: border-box; }

.btn-more.green {
  color: #00d0a4;
  border-color: #00d0a4; }

.btn-more:hover {
  color: white;
  text-decoration: none; }

h5.mini-title {
  text-transform: uppercase;
  letter-spacing: .5em;
  font-size: 1.5rem;
  display: block;
  margin: 0 0 3vh;
  font-weight: 700;
  width: 100%;
  text-align: center; }

.hero h5.mini-title {
  text-align: left;
  padding: 0 3vmax;
  box-sizing: border-box;
  margin: 0; }

.laptop {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 1000px; }

h2.cta {
  max-width: 1500px;
  margin: -12vh auto 6vmax;
  text-align: center; }

h2.cta.-long {
  max-width: auto;
  font-size: 6rem; }

h2.cta.-top {
  margin-top: 0; }

.sw1 {
  padding: 0 0 0 3vmax !important;
  box-sizing: border-box; }

.team {
  padding: 0 0 4.5vmax 0;
  box-sizing: border-box; }

.team_member .job-title {
  display: block;
  position: absolute;
  bottom: 1.5vmax;
  eight: 100%;
  left: 1.5vmax;
  box-sizing: border-box;
  width: 100%;
  z-index: 1;
  transform: rotate(-90deg) translateX(0%) translateY(100%);
  transform-origin: bottom left; }

.team_member .job-title h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ff17fb;
  margin: 0;
  box-sizing: border-box; }

.team_member {
  display: flex;
  flex-wrap: wrap; }

.team_member .portrait {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 1.5vmax;
  cursor: pointer; }

.team_member .portrait:before {
  content: "";
  display: block;
  width: 100%;
  padding: 100% 0 0 0;
  mix-blend-mode: lighten;
  background: #333e46; }

.team_member .portrait img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(100%);
  z-index: -1; }

.team_member .portrait span {
  width: 3vmax;
  height: 3vmax;
  position: absolute;
  bottom: 1.5vmax;
  right: 1.5vmax;
  display: block;
  border-radius: 100%;
  border: 1px solid #ff17fb;
  transition: .2s; }

.team_member.show .portrait span {
  transform: rotate(45deg); }

.team_member h2 {
  font-size: clamp(2.5rem, 3.25vw, 8rem);
  padding: 0 3vmax 0 0;
  box-sizing: border-box;
  margin: 0 0 1.5vmax;
  word-spacing: 100vw; }

.team_member .bio {
  overflow: hidden;
  height: 0;
  box-sizing: border-box;
  opacity: 0;
  padding: 0 3vmax 0 0;
  transition: .2s;
  display: block; }

.team_member.show .bio {
  height: auto;
  opacity: 1;
  margin-bottom: 0;
  padding-top: 0; }

.team_member .bio p {
  font-size: 1.5rem;
  margin: 0;
  padding-bottom: 0;
  color: #333e46; }

h1.number-title {
  color: transparent;
  -webkit-text-stroke: 1px #ff17fb;
  text-stroke: 1px #ff17fb;
  font-size: 20rem;
  margin: 0 0 1.5vmax;
  width: 100%; }

.list_container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0;
  justify-content: space-between; }

.list_container h2 {
  width: 60%;
  padding: 0 3vmax 0 0;
  font-size: clamp(3.5rem, 6vmax, 8rem);
  margin: 0;
  box-sizing: border-box; }

.list_container .description {
  width: 40%;
  display: flex;
  margin: 5px 0 0 0;
  justify-content: center;
  align-items: flex-start; }

.list_container .description p {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

.-address {
  display: block;
  margin-top: 6vmax; }

.hero_img {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
  left: 0; }

.hero_img.-gradient {
  background: #ff17fb;
  background: -webkit-linear-gradient(bottom left, #ff17fb 0%, #00d0a4 100%);
  background: -o-linear-gradient(bottom left, #ff17fb 0%, #00d0a4 100%);
  background: linear-gradient(to top right, #ff17fb 0%, #00d0a4 100%); }

.ero_img:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #12161a;
  opacity: .2; }

.-block {
  display: block; }

.services {
  padding: 1.5vmax;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center; }

.services_list {
  box-sizing: border-box;
  width: calc(50% - 3vmax);
  margin: 1.5vmax;
  position: relative;
  padding: 3vmax 3vmax 3vmax calc(6vmax + 20px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: black; }

.services_list .service-title {
  display: block;
  position: absolute;
  bottom: 3vmax;
  eight: 100%;
  left: 3vmax;
  box-sizing: border-box;
  width: calc(100% - 6vmax);
  z-index: 1;
  transform: rotate(-90deg) translateX(0%) translateY(100%);
  transform-origin: bottom left; }

.services_list .service-title h2 {
  font-size: 2rem;
  font-weight: bold;
  ext-transform: uppercase;
  etter-spacing: .5em;
  color: #ff17fb;
  margin: 0;
  box-sizing: border-box; }

.services_list h3 {
  color: #333e46;
  font-size: clamp(2.5rem, 5vmax, 6rem); }

.services_list p {
  font-size: 2rem;
  margin: 0; }

.services_list .description {
  height: auto;
  position: relative;
  display: flex; }

.benefit-title {
  color: #00d0a4;
  font-size: 2rem;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin: 0 0 3vmax;
  width: 100%;
  display: block;
  width: 100%; }

.benefit-sub-title {
  font-size: clamp(2.5rem, 6vmax, 10rem) !important;
  margin: 0 0 3vmax 0 !important; }

.benefit-icon {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 600px; }

.benefit-icon img {
  width: 100%;
  height: auto;
  display: block; }

.list_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 3vmax 0 0;
  box-sizing: border-box;
  width: 60%; }

.list_container .list_wrapper h2 {
  width: 100%;
  padding: 0; }

.sw2 {
  padding: 0 1.5vmax !important;
  box-sizing: border-box; }

.project {
  box-sizing: border-box;
  padding: 1.5vmax;
  margin: 0;
  display: flex;
  height: 100% !important; }

.project_inner {
  box-sizing: border-box;
  padding: 3vmax 3vmax;
  background: #333e46;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

.project_meta h3 {
  font-size: 1.5rem;
  letter-spacing: .5em;
  color: #ff17fb;
  text-transform: uppercase;
  margin: 0 0 .5vmax; }

.project_inner span p {
  font-size: 1.5rem;
  color: white;
  margin: 0; }

.project_meta p {
  color: #12161a;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1; }

.project_inner .description {
  display: flex;
  align-items: flex-end; }

.swiper-pagination-bullets {
  position: relative !important;
  padding: 1.5vmax !important;
  box-sizing: border-box;
  text-align: left !important;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  backface-visibility: hidden;
  height: 20px !important; }

.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  width: 10px !important;
  height: 10px !important;
  display: block !important;
  background: white !important;
  transition: .2s;
  opacity: .2s !important;
  backface-visibility: hidden; }

.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff17fb !important;
  width: 10px !important;
  height: 10px !important; }

/* Scss Document */
/* HEADER */
header {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 999;
  transition: 0s !important;
  pointer-events: auto !important; }

.open header {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1 !important;
  transform: none !important;
  transition: .2s .5s !important; }

header .itf-logo {
  z-index: 999999;
  position: absolute;
  top: 3vmax;
  left: 50%;
  width: 100px;
  height: 120px;
  display: block;
  z-index: 1;
  margin: 0 0 0 -50px; }

.logo-fill {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #333e46; }

.page-template-t-about .logo-fill, .page-template-t-contact .logo-fill {
  fill: #D6D8DA; }

.open.page-template-t-about .logo-fill, .open.page-template-t-contact .logo-fill {
  fill: #333e46; }

.logo-dot {
  fill: #ff17fb; }

header .btn-login {
  font-weight: bold;
  color: #00d0a4;
  border: 1px solid #00d0a4;
  padding: 0 0 5px 0;
  margin: 0;
  width: 100px;
  height: 50px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  text-transform: lowercase;
  top: 3vmax;
  left: 3vmax;
  font-size: 2rem;
  border-radius: 9999px;
  box-sizing: border-box;
  cursor: not-allowed; }

header .btn-login:hover {
  color: white;
  text-decoration: none; }

.page-template-t-about header .btn-login:hover, .page-template-t-contact header .btn-login:hover {
  color: #333e46; }

.btn-nav {
  z-index: 1;
  position: fixed;
  top: 3vmax;
  right: 3vmax;
  padding: 0;
  width: 50px;
  height: 50px;
  margin: 0;
  display: block;
  background: none; }

.btn-nav span {
  transition: .2s;
  display: block;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ff17fb;
  position: absolute;
  margin: 0;
  padding: 0; }

.btn-nav:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(10deg);
  transform-origin: center center; }

.open .btn-nav span {
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform-origin: center center; }

.open .btn-nav:hover span {
  transform: translateX(-50%) translateY(-50%) rotate(125deg);
  transform-origin: center center; }

.btn-nav span:before, .btn-nav span:after {
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-20px);
  width: 10px;
  height: 10px;
  margin: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ff17fb;
  transition: .2s; }

.btn-nav span:after {
  transform: translateX(20px); }

.btn-nav:hover span:before {
  ransform: translateX(-20px) translateY(-2px); }

.btn-nav:hover span:after {
  ransform: translateX(20px) translateY(2px); }

.btn-nav:hover span, .btn-nav:hover span:before, .btn-nav:hover span:after {
  ackground: white; }

nav.menu {
  position: fixed;
  transform: translateX(-100%);
  left: 0;
  width: 50%;
  top: 0;
  background: #12161a;
  padding: calc(6vmax + 120px) 3vmax 3vmax 3vmax;
  box-sizing: border-box;
  opacity: 1;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  transition: 0.5s cubic-bezier(1, 0.25, 0.25, 1);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: block;
  z-index: 99; }

nav.menu::-webkit-scrollbar {
  width: 5px;
  transition: .25s;
  opacity: 0; }

.open nav.menu::-webkit-scrollbar {
  opacity: 0;
  transition: .25s .5s; }

/* Track */
nav.menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(255, 23, 251, 0.2);
  box-shadow: none;
  border-radius: 10px; }

/* Handle */
nav.menu::-webkit-scrollbar-thumb {
  background: rgba(255, 23, 251, 0.4);
  border-radius: 10px; }

/* Handle on hover */
nav.menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 23, 251, 0.4); }

nav.menu .menu_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-end;
  width: 100%;
  min-height: 100%; }

.open nav.menu {
  transform: translateX(0%);
  opacity: 1;
  transition: 0.5s cubic-bezier(1, 0.25, 0.25, 1); }

nav.menu ul {
  transition: 0.25s cubic-bezier(1, 0.25, 0.25, 1);
  opacity: 0;
  list-style: none;
  margin: 0 0 3vmax;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  line-height: 1;
  font-size: clamp(2.5rem, 12vh, 6rem);
  font-weight: bold;
  width: 100%;
  text-transform: lowercase; }

.open nav.menu ul {
  transition: 0.5s 0.4s cubic-bezier(1, 0.25, 0.25, 1);
  opacity: 1; }

nav.menu ul li {
  margin: 0 0 6vh 0;
  padding: 0;
  font-weight: bold;
  opacity: 0;
  width: 50%;
  transition: opacity .4s 0s; }

.open nav.menu ul li {
  opacity: 1;
  transition: opacity .4s .6s; }

.open nav.menu ul li:nth-child(1) {
  transition-delay: .65s; }

.open nav.menu ul li:nth-child(2) {
  transition-delay: .7s; }

.open nav.menu ul li:nth-child(3) {
  transition-delay: .75s; }

.open nav.menu ul li:nth-child(4) {
  transition-delay: .8s; }

.open nav.menu ul li:nth-child(5) {
  transition-delay: .85s; }

.open nav.menu ul li:nth-child(6) {
  transition-delay: .9s; }

.open nav.menu ul li:nth-child(6) {
  transition-delay: 1s; }

nav.menu ul li a {
  color: #ff17fb;
  text-decoration: none; }

nav.menu ul li.current-menu-item a {
  color: rgba(51, 62, 70, 0.5);
  color: rgba(255, 23, 251, 0.5);
  olor: black;
  text-decoration: line-through; }

nav.menu ul li a:hover {
  text-decoration: none;
  color: white; }

nav.menu ul li.current-menu-item a:hover {
  color: rgba(51, 62, 70, 0.5);
  color: rgba(255, 23, 251, 0.5);
  olor: black;
  text-decoration: line-through; }

nav.menu ul li a span {
  text-transform: uppercase;
  letter-spacing: .5em;
  font-size: 1.2rem;
  color: #333e46;
  display: block;
  width: 100%;
  margin: 2vh 0 0 0; }

nav.menu ul li a:hover span {
  text-decoration: none !important;
  color: #333e46 !important; }

nav.menu .menu_contact {
  transition: 0.25s 0s cubic-bezier(1, 0.25, 0.25, 1);
  opacity: 0;
  display: flex;
  align-self: flex-end;
  color: white; }

.open nav.menu .menu_contact {
  opacity: 1;
  transition: 0.5s 1s cubic-bezier(1, 0.25, 0.25, 1); }

nav.menu .menu_contact p {
  margin: 0;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5; }

nav.menu .menu_contact p.small {
  font-size: 1.2rem;
  font-weight: normal; }

nav.menu .menu_contact p a {
  color: white;
  text-decoration: none; }

nav.menu .menu_contact p a:hover {
  color: white;
  text-decoration: underline; }

footer {
  background: white;
  display: flex;
  width: 100%;
  padding: 6vmax 3vmax calc(9vmax + 120px) 3vmax;
  box-sizing: border-box;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-start; }

footer .footer_base {
  width: 30px;
  height: 25px;
  display: block;
  position: absolute;
  bottom: 3vmax;
  right: 3vmax;
  padding: 0;
  margin: 0; }

footer .footer_base a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  margin: 0;
  background: url(vectors/SVG/base.svg) no-repeat center;
  background-size: contain;
  transition: .25s ease-in-out;
  opacity: 1; }

footer .footer_base a:hover {
  opacity: .8; }

footer .itf-logo {
  position: absolute;
  bottom: 3vmax;
  left: 50%;
  width: 100px;
  height: 120px;
  display: block;
  z-index: 1;
  margin: 0 0 0 -50px; }

footer .logo-fill {
  pacity: .1;
  fill: #D6D8DA; }

footer .menu_menu {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start; }

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: lowercase; }

footer ul li {
  margin: 0 0 1.5vmax 0;
  padding: 0;
  width: 50%;
  white-space: nowrap; }

footer ul li a {
  color: #333e46;
  text-decoration: none; }

footer ul li.current-menu-item a {
  color: rgba(51, 62, 70, 0.5);
  text-decoration: line-through; }

footer ul li a:hover {
  color: #333e46;
  text-decoration: underline; }

footer ul li.current-menu-item a:hover {
  color: rgba(51, 62, 70, 0.5);
  text-decoration: line-through; }

footer .menu_contact {
  display: block; }

footer .menu_contact p {
  margin: 0 0 1.5vmax 0;
  color: #12161a;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 400; }

footer .menu_contact p.small {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 3vmax 0 0 0; }

footer .menu_contact p.small:last-of-type {
  margin: 0; }

footer .menu_contact p a {
  color: #12161a;
  text-decoration: none; }

footer .menu_contact p a:hover {
  color: #12161a;
  text-decoration: underline; }

footer .btn-login {
  font-weight: bold;
  color: #00d0a4;
  border: 1px solid #00d0a4;
  padding: 0 0 5px 0;
  margin: 0 6vmax 0 0;
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  text-transform: lowercase;
  font-size: 2rem;
  border-radius: 9999px;
  box-sizing: border-box;
  flex-shrink: 0;
  cursor: not-allowed; }

footer .btn-login:hover {
  color: #333e46;
  text-decoration: none; }

/* general styles */
.c-scrollbar_thumb {
  background-color: #ff17fb; }

html {
  margin: 0;
  padding: 0;
  background: #12161a;
  color: white;
  width: 100%;
  display: block;
  position: relative;
  font-size: 10px;
  box-sizing: border-box;
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: white;
  background: #12161a;
  font-size: 10px;
  font-family: sofia-pro, sans-serif;
  line-height: 1.5;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.page-template-t-about, body.page-template-t-contact, body.page-template-t-privacy {
  background: white; }

body .before {
  display: block;
  visibility: hidden;
  opacity: 0;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #333e46;
  left: 0;
  transition: 0.5s 0.25s cubic-bezier(1, 0.25, 0.25, 1);
  z-index: 99; }

body.open .before {
  transition: 0.5s cubic-bezier(1, 0.25, 0.25, 1);
  visibility: visible;
  opacity: .5;
  cursor: pointer; }

body.open {
  overflow: hidden;
  position: relative; }

.centre {
  text-align: center; }

a, button {
  text-decoration: none;
  color: #ff17fb;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all .25s;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden; }

a:hover {
  color: #ff17fb;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  padding: 0;
  font-weight: bold;
  margin: 0 auto 6vmax; }

h1 {
  font-size: 10rem; }

h2 {
  font-size: 8rem; }

h3 {
  font-size: 6em; }

h4 {
  font-size: 4rem; }

h5 {
  font-size: 2.5rem; }

h6 {
  font-size: 2rem; }

strong {
  font-weight: bold; }

p {
  padding: 0;
  margin: 0 auto 3vmax auto;
  display: block;
  font-size: 2.5rem;
  line-height: 1.5; }

p.large {
  font-size: clamp(2rem, 5vw, 8rem); }

ul {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 2vmax;
  padding-top: 0;
  padding-bottom: 0; }

ul li {
  margin-top: 0;
  margin-bottom: 1vmax;
  padding-top: 0;
  padding-bottom: 0; }

.white {
  color: white; }

.black {
  color: #12161a; }

.grey {
  color: #333e46; }

.light-grey {
  color: rgba(51, 62, 70, 0.2);
  color: #D6D8DA; }

.green, .a-green a {
  color: #00d0a4; }

.pink {
  color: #ff17fb; }

.bkg-white {
  background-color: white; }

.bkg-black {
  background-color: #12161a; }

.bkg-true-black {
  background-color: black; }

.bkg-green {
  background-color: #00d0a4; }

.bkg-pink {
  background-color: #ff17fb; }

.bkg-grey {
  background-color: #333e46; }

#cookie-law-info-bar {
  font-size: 1.2rem !important;
  padding: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
  line-height: 1.5;
  color: white !important;
  background: #333e46 !important;
  position: relative;
  width: calc(100% - 12vmax) !important;
  max-width: 645px;
  bottom: 3vmax !important;
  left: 50% !important;
  border-radius: 0px !important;
  transform: translateX(-50%) !important; }

#cookie-law-info-bar span {
  display: flex;
  flex-wrap: nowrap;
  text-align: left;
  margin: 0;
  font-style: normal;
  padding: 0;
  box-sizing: border-box;
  height: auto !important;
  justify-content: space-between; }

#cookie-law-info-bar span p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0;
  font-weight: bold; }

#cookie-law-info-bar p a {
  transition: .25s ease-in-out;
  color: #ff17fb !important;
  text-decoration: underline !important;
  font-weight: bold !important; }

#cookie-law-info-bar p a:hover {
  text-decoration: none !important;
  color: #ff17fb !important; }

#cookie-law-info-bar a:hover {
  color: white !important; }

#cookie-law-info-again {
  display: none !important; }

#cookie-law-info-bar span .cookie-text {
  width: auto;
  display: block;
  padding: 20px 25px;
  margin: 0; }

#cookie-law-info-bar span .cookie-btns {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 25px;
  margin: 0;
  align-items: flex-start;
  justify-content: flex-end; }

#cookie-law-info-bar span .cookie-btns a {
  font-size: 1.5rem !important;
  white-space: nowrap;
  padding: 5px 15px 10px;
  margin: 0;
  text-decoration: none !important;
  color: #ff17fb !important;
  font-weight: bold !important;
  text-align: center;
  text-transform: lowercase;
  border: 1px solid #ff17fb;
  border-radius: 9999px;
  display: block;
  line-height: 1;
  box-sizing: border-box; }

#cookie-law-info-bar span .cookie-btns a:hover {
  color: white !important;
  text-decoration: none !important; }

.cli-btn {
  background: #ff17fb !important; }

.cli-btn:hover {
  background: #ff17fb;
  color: white !important;
  opacity: .8; }

.cli-modal-content {
  background-color: #333e46;
  border-radius: 0 !important;
  color: white !important; }

.cli-bar-popup {
  padding: 50px 0 25px 25px !important; }

.cli-tab-container p, .cli-privacy-content-text {
  font-size: 1.2rem !important;
  line-height: 1.5 !important;
  color: white !important; }

.cli-modal .cli-modal-close {
  width: 40px !important;
  height: 40px !important;
  padding: 0;
  top: 10px !important;
  right: 10px !important;
  border-radius: 100%;
  border: 1px solid #ff17fb;
  padding: 7.5px !important;
  background: none !important;
  min-width: 40px !important;
  display: flex; }

.cli-modal-close svg {
  fill: #ff17fb !important;
  transition: .2s;
  width: 25px;
  height: 25px; }

.cli-modal-close:hover svg {
  fill: white !important; }

.cli-switch input:checked + .cli-slider {
  background-color: #ff17fb !important; }

.cli-switch input:checked:hover + .cli-slider {
  background-color: #ff17fb !important; }

.cli-row {
  padding-right: 25px; }

.cli-tab-footer .wt-cli-privacy-accept-btn {
  font-size: 1.5rem !important;
  white-space: nowrap;
  padding: 5px 15px 10px;
  border-radius: 999px;
  background: none !important;
  margin: 0;
  text-decoration: none !important;
  color: #ff17fb !important;
  border: 1px solid #ff17fb;
  font-weight: bold !important;
  text-transform: lowercase !important;
  line-height: 1;
  z-index: 99;
  box-sizing: border-box;
  display: inline-block; }

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background: none;
  text-decoration: none !important;
  opacity: 1 !important;
  color: white !important; }

.cli-tab-header {
  border-radius: 0 !important;
  padding: 10px !important;
  background-color: #12161a !important; }

.cli-tab-container .cli-row {
  overflow-y: auto !important; }

.cli-modal-footer .cli-row {
  overflow-y: visible !important; }

.cli-switch .cli-slider {
  background-color: rgba(54, 69, 59, 0.4) !important;
  background-color: #333e46 !important; }

.cli-switch .cli-slider:hover {
  background-color: rgba(54, 69, 59, 0.6) !important;
  background-color: black !important; }

a.cli-privacy-readmore {
  font-size: 1.2rem !important;
  margin-top: 10px !important;
  color: #ff17fb !important;
  text-decoration: underline;
  font-weight: bold; }

a.cli-privacy-readmore:hover {
  text-decoration: none; }

.cli-privacy-overview {
  color: white; }

.cli-tab-container h4, .cli-tab-container h1 {
  font-size: 3rem !important;
  margin: 0 0 20px !important;
  font-weight: bold;
  color: white; }

span.cli-necessary-caption {
  color: white !important;
  padding-right: 5px !important; }

.cli-switch .cli-slider:after {
  color: white !important; }

.cli-tab-header a:before {
  border-right: 1px solid white !important;
  border-bottom: 1px solid white !important; }

.wt-cli-cookie-description {
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #12161a !important; }

.cli-switch .cli-slider:before {
  bottom: 3px !important;
  height: 14px !important;
  left: 3px !important;
  width: 14px !important; }

.cli-switch .cli-slider:after {
  right: 48px !important; }

.cli-tab-header a.cli-nav-link {
  font-size: 1.5rem !important;
  color: white !important;
  font-weight: bold;
  line-height: 20px !important; }

.cli-tab-container p, .cli-privacy-content-text {
  margin: 0; }

.cli-tab-section .cli-tab-content {
  padding: 10px 20px 10px 20px !important; }

table.cookielawinfo-winter thead th {
  background: #12161a !important;
  padding: 10px 10px !important; }

table.cookielawinfo-winter {
  font: 85% sofia-pro, sans-serif !important;
  padding: 0;
  margin: 10px 0 10px !important;
  border-collapse: collapse;
  color: #12161a !important;
  width: 100%;
  background: rgba(51, 62, 70, 0.05) !important; }

table.cookielawinfo-winter tbody tr {
  background: none !important;
  color: #12161a !important;
  border-top: 1px solid rgba(51, 62, 70, 0.05) !important; }

table.cookielawinfo-winter tbody tr:hover {
  background: rgba(51, 62, 70, 0.1) !important;
  color: #12161a !important; }

table.cookielawinfo-winter tbody td, table.cookielawinfo-winter tbody th {
  background: none !important; }

@media screen and (max-width: 1200px) {
  #cookie-law-info-bar {
    ottom: 50px !important; } }
@media screen and (max-width: 577px) {
  .cli-modal .cli-modal-dialog {
    margin: 40px !important; } }
@media screen and (max-width: 700px) {
  #cookie-law-info-bar {
    width: calc(100% - 50px) !important;
    bottom: 25px !important; }

  #cookie-law-info-bar span {
    display: block; }

  #cookie-law-info-bar span .cookie-text {
    margin: 0 !important; }

  #cookie-law-info-bar span .cookie-btns {
    justify-content: center;
    padding: 0 25px 25px; }

  #cookie-law-info-bar span .cookie-btns a, .cli-tab-footer .wt-cli-privacy-accept-btn {
    width: 100%; } }
::selection {
  background: #ff17fb;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #ff17fb;
  /* Gecko Browsers */
  color: white; }

/* responsive scss */
@media screen and (max-width: 1250px) {
  nav.menu ul li {
    width: 100%; }

  .project_inner {
    padding: 6vmax 3vmax; } }
@media screen and (max-width: 1000px) {
  .services_list p, .services_list .service-title h2 {
    font-size: 1.5rem; }

  .services_list {
    padding: 3vmax 3vmax 3vmax calc(6vmax + 15px); }

  nav.menu ul li {
    margin-bottom: 3vmax; }

  .content_container {
    max-width: 800px; }

  h1 {
    font-size: 8rem; }

  h2 {
    font-size: 6rem; }

  h3, h2.cta.-long {
    font-size: 5em; }

  footer .menu_contact p, footer ul {
    font-size: 2rem; }

  .team_member .job-title {
    idth: calc(100% - 5.5vmax); }

  .team_member .portrait span {
    width: 6vmax;
    height: 6vmax;
    bottom: 1.5vmax;
    right: 1.5vmax; } }
@media screen and (max-width: 700px) {
  .services_list {
    padding: 3vmax; }

  .services_list .service-title {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    transform: none; }

  .services_list .service-title h2 {
    margin: 0 0 3vmax; }

  header .itf-logo, footer .itf-logo {
    width: 83.33px;
    height: 100px;
    margin: 0 0 0 -41.66px; }

  footer {
    padding: 6vmax 3vmax calc(9vmax + 100px) 3vmax; }

  .scroll-btn {
    width: 50px;
    height: 50px;
    op: calc(100vh - calc(50px + 3vmax)); }

  .hero_sub {
    max-width: 400px; }

  .hero_sub p {
    font-size: 2rem; }

  .marquee {
    font-size: 150px;
    margin-top: -95px; }

  .marquee_wrapper {
    height: 190px; }

  h1.number-title {
    font-size: 15rem; }

  nav.menu {
    width: calc(50% + calc(6vmax + 41.66px)); }

  footer .menu_contact p.small {
    margin: 3vmax 0 0 0; }

  footer .menu_contact p.small:last-of-type {
    margin: 0; }

  p {
    font-size: 2rem; }

  h1 {
    font-size: 6rem; }

  h2 {
    font-size: 5rem; }

  h3, h2.cta.-long {
    font-size: 4em; }

  h4 {
    font-size: 3em; }

  footer {
    flex-wrap: wrap; }

  footer .menu_contact {
    width: 100%;
    text-align: center; }

  footer .menu_menu {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 4.5vmax; }

  .list_container h2, .list_wrapper {
    width: 100%;
    padding: 0;
    margin: 0 0 6vmax; }

  .list_container .list_wrapper h2 {
    margin: 0; }

  .list_container .description {
    width: 100%;
    margin: 0;
    justify-content: flex-start; }

  .list_container .description p {
    margin: 0; }

  .benefit-title {
    font-size: 1.5rem; }

  .benefit-icon {
    max-width: 300px; }

  .benefit-sub-title {
    margin: 0 0 6vmax 0 !important; }

  .project_meta h3 {
    font-size: 1.2rem; }

  .project_meta p {
    font-size: 2rem; }

  nav.menu ul {
    font-size: clamp(2.5rem, 8vh, 6rem); } }
@media screen and (max-width: 600px) {
  .services_list {
    width: calc(100% - 3vmax); }

  nav.menu {
    width: calc(100% - calc(6vmax + 50px)); } }
@media screen and (max-width: 500px) {
  .project_inner {
    padding: 6vmax; }

  .project_inner .description, .project_inner {
    align-items: flex-start; }

  header .itf-logo, footer .itf-logo {
    width: 62.5px;
    height: 75px;
    margin: 0 0 0 -31.25px; }

  footer {
    padding: 6vmax 3vmax calc(9vmax + 75px) 3vmax; }

  .hero_sub {
    max-width: calc(100% - calc(6vmax + 50px)); }

  .hero_sub p {
    font-size: 1.5rem; }

  header .btn-login, footer .btn-login {
    width: 75px;
    height: 35px;
    font-size: 1.5rem; }

  .btn-nav {
    top: calc(3vmax - 7.5px); }

  nav.menu {
    width: calc(100% - calc(6vmax + 50px)); }

  .btn-more {
    width: 150px;
    height: 50px;
    font-size: 2rem; }

  h1 {
    font-size: 5rem; }

  h2 {
    font-size: 4rem; }

  h3, h2.cta.-long {
    font-size: 3em; }

  h4 {
    font-size: 2.5em; }

  h5 {
    font-size: 2em; }

  h6 {
    font-size: 1.5em; }

  .marquee {
    font-size: 100px;
    margin-top: -70px; }

  .hero_container {
    min-height: 500px; }

  .marquee_wrapper {
    height: 140px; }

  nav.menu .menu_contact p {
    font-size: 1.2rem; }

  nav.menu ul li a span {
    font-size: 1rem; }

  .team_member .job-title h3 {
    font-size: 1.2rem; } }
@media screen and (max-width: 400px) {
  .content {
    padding: 9vh 6vmax; }

  h2.cta {
    margin-top: -9vh; }

  p {
    font-size: 1.5rem; }

  h2 {
    font-size: 3.5rem; }

  h5.mini-title {
    font-size: 1.2rem; }

  footer ul {
    font-size: 1.5rem; }

  footer .menu_contact p {
    font-size: 1.2rem; }

  footer .menu_contact p.small {
    font-size: 1rem; }

  .benefit-title {
    font-size: 1.2rem; } }
@media screen and (max-width: 350px) {
  nav.menu {
    padding-left: 3vmax; }

  footer {
    padding: 6vmax 3vmax calc(9vmax + 75px) 3vmax; }

  header .itf-logo, footer .itf-logo {
    width: 50px;
    height: 60px;
    margin: 0 0 0 -25px; }

  .team_member .portrait span {
    bottom: 3vmax;
    right: 3vmax; }

  .team_member .job-title {
    bottom: 3vmax;
    height: 100%;
    left: 3vmax; } }
