/*!
Theme Name: incognified-v2
Theme URI: https://incognified.com/
Author: incognified.com
Author URI: https://incognified.com/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: incognified-v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap");
@font-face {
  font-family: Roboto;
  src: url(../assets/fonts/Roboto-Regular.ttf) format(ttf),
    url(../assets/fonts/Roboto-Regular.woff) format(woff),
    url(../assets/fonts/Roboto-Regular.woff2) format(woff2);
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url(../assets/fonts/Roboto-Bold.ttf) format(ttf),
    url(../assets/fonts/Roboto-Bold.woff) format(woff),
    url(../assets/fonts/Roboto-Bold.woff2) format(woff2);
  font-style: normal;
  font-weight: 500;
}
body {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: stretch;
	min-height: 100vh;
}
.header {
  position: fixed;
  width: 100%;
  height: 94px;
  z-index: 1;
  background: #fff;
}
.header:after {
  content: "";
  width: 0;
  height: 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 94px 0 0 70px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.header.gray {
  background-color: #f2f4f7;
}
.header .container {
  height: 94px;
  max-width: 1222px;
}
.header .container,
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.header__nav span {
  margin: 0 6px;
}
.header__nav a,
.header__nav span {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13.02326px + 0.23256vw);
  line-height: calc(18.04651px + 0.46512vw);
  text-align: right;
  color: #2963e4;
  text-transform: uppercase;
}
.header__nav a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.header__nav a:hover {
  color: rgba(226, 33, 40, 0.7);
  border-bottom: 1px solid rgba(226, 33, 40, 0.7);
}
.footer {
	padding-top: 24px;
	margin-top: auto;
}
.footer .container {
  max-width: 1222px;
  border-top: 1px solid #f2f4f7;
  padding-top: 24px;
  padding-bottom: 24px;
}
.footer .container,
.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__nav ul {
  gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer__nav a {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #475467;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.footer__nav a:hover {
  border-bottom: 1px solid #475467;
}
.footer__copy {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #475467;
  margin-bottom: 0;
  text-align: center;
}
.incognified-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 94px;
}
.incognified-hero,
.incognified-hero .container {
  min-height: 706px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.incognified-hero .container {
  max-width: 1440px;
  position: relative;
}
.incognified-hero .container img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.incognified-hero__wrapper {
  max-width: 644px;
  height: 285px;
  background: #fff;
  padding: 21px 41px 24px 124px;
  position: absolute;
  bottom: 99px;
  left: 0;
}
.incognified-hero__title {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: calc(33.11628px + 1.16279vw);
  line-height: calc(42.13953px + 1.39535vw);
  letter-spacing: -0.02em;
  color: #101828;
}
.incognified-hero__title span {
  display: block;
  color: #2963e4;
}
.privacyService {
  padding: 64px 0;
}
.privacyService .container {
  max-width: 1222px;
}
.privacyService__title {
  font-weight: 500;
  font-size: calc(15.11628px + 1.16279vw);
  line-height: calc(26.09302px + 0.93023vw);
  color: #000;
  margin-bottom: 22px;
}
.privacyService__text,
.privacyService__title {
  max-width: 760px;
  font-family: Inter;
  font-style: normal;
}
.privacyService__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  margin-bottom: 0;
}
.privacyService__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 43px 30px;
  margin-top: 62px;
}
.privacyService__block-title {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: calc(18.04651px + 0.46512vw);
  line-height: calc(29.02326px + 0.23256vw);
  color: #000;
}
.privacyService__list {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
  padding: 0 0 0 4px;
  margin-top: 16px;
  list-style-position: inside;
}
.termsAndConditions {
  padding-top: 132px;
}
.termsAndConditions .container {
  max-width: 1222px;
}
.termsAndConditions h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15.11628px + 1.16279vw);
  line-height: calc(26.09302px + 0.93023vw);
  color: #101828;
  margin-bottom: 18px;
}
.termsAndConditions p,
.termsAndConditions h2,
.termsAndConditions h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #475467;
}
.termsAndConditions h2,
.termsAndConditions h3 {
  color: #475467;
	font-weight: bold;
}
@media (max-width: 767px) {
  .header {
    height: 72px;
  }
  .header:after {
    border-width: 72px 0 0 70px;
  }
  .header .container {
    height: 72px;
  }
  .header__logo img {
    height: 23px;
  }
  .privacyService {
    padding: 0;
  }
  .termsAndConditions {
    padding-top: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .header__nav span {
    line-height: 24px;
    font-size: 16px;
  }
  .header__nav a {
    line-height: 24px;
    font-size: 16px;
  }
  .incognified-hero__title {
    line-height: 60px;
    font-size: 48px;
  }
  .privacyService__title {
    line-height: 38px;
    font-size: 30px;
  }
  .privacyService__block-title {
    line-height: 32px;
    font-size: 24px;
  }
  .termsAndConditions h1 {
    line-height: 38px;
    font-size: 30px;
  }
}
@media screen and (max-width: 420px) {
  .header__nav span {
    line-height: 20px;
    font-size: 14px;
  }
  .header__nav a {
    line-height: 20px;
    font-size: 14px;
  }
  .incognified-hero__title {
    line-height: 48px;
    font-size: 38px;
  }
  .privacyService__title {
    line-height: 30px;
    font-size: 20px;
  }
  .privacyService__block-title {
    line-height: 30px;
    font-size: 20px;
  }
  .termsAndConditions h1 {
    line-height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .footer .container,
  .footer__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__copy {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .incognified-hero {
    background-image: none !important;
    min-height: 238px !important;
  }
  .incognified-hero .container {
    padding-top: 73px;
    min-height: 238px !important;
  }
  .incognified-hero__wrapper {
    /* display: none; */
    padding: 20px 0 0 0;
    margin-bottom: 28px;
    max-width: 100%;
    height: auto;
    background: unset;
    position: static;
  }
  .incognified-hero__title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: -0.02em;
    color: #101828;
  }
  .incognified-hero__title span {
    display: inline;
  }
  .privacyService__title {
    margin-bottom: 8px;
  }
  .privacyService__grid {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .incognified-hero .container img {
    display: none;
  }
}
@media (max-width: 599px) {
  .privacyService__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 390px) {
  .header__logo img {
    height: 16px;
  }
}

::selection{
    background-color: #2963e4;
    color: white;
}