/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
}

@font-face {
  font-family: "Livvic";
  src: url(../fonts/Livvic-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Livvic";
  src: url(../fonts/Livvic-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Figtree";
  src: url(../fonts/Figtree-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Figtree";
  src: url(../fonts/Figtree-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Figtree-Bold";
  src: url(../fonts/Figtree.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "PlusJakartaSans-Italic";
  src: url(../fonts/PlusJakartaSans-Italic.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url(../fonts/PlusJakartaSans-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "PlusJakartaSans";
  src: url(../fonts/PlusJakartaSans-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Funnel";
  src: url(../fonts/Funnel.ttf);
  font-weight: 500;
}
html.open {
  overflow: hidden;
}

.container {
  max-width: 1312px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(16, 10, 41, 0.75);
  overflow-x: hidden;
}

.btn {
  color: #fff;
  display: flex;
  padding: 11px 31px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  flex-shrink: 0;
  transition: 0.3s linear;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: #00598C;
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid transparent;
}
.btn svg path {
  transition: 0.3s linear;
}
.btn:hover {
  background-color: #006AA6;
  border-color: #006AA6;
  color: #fff;
}
.btn:active,
.btn:focus {
  background-color: #004166;
  border-color: #004166;
  color: #fff;
}
.btn:hover svg path {
  fill: #fff;
}
.btn:disabled {
  border: none;
  border-radius: 4px;
  text-decoration: underline;
}
.btn.btn-secondary {
  background-color: #fff;
  color: #100A29;
  border-color: rgba(16, 10, 41, 0.15);
}

.secondary-btn {
  background-color: rgba(255, 255, 255, 0.5);
  color: #100A29;
  border-color: rgba(16, 10, 41, 0.25);
  padding: 8px 23px;
}
.secondary-btn:hover {
  background-color: #fff;
  border-color: rgba(16, 10, 41, 0.58);
  color: #100A29;
}

.promo-btn {
  border: 1px solid rgba(16, 10, 41, 0.5);
  background: rgba(255, 255, 255, 0.5);
  color: #100A29;
}

.promo-btn:hover {
  background-color: #fff;
  border-color: rgba(16, 10, 41, 0.58);
  color: #100A29;
}
.promo-btn:focus {
  background-color: #fff;
  border-color: rgba(16, 10, 41, 0.58);
}
@media screen and (max-width:767.9px) {
	.promo__btns .btn{
		padding: 11px 22.5px;
	}
	.promo-btn.btn {
	padding: 11px 15px;
	}
	
}
/* .accent-btn {
  color: #fff;
  border-color: transparent;
  padding: 11px 31px;
  border-radius: 4px;
  font-weight: 400;
}
.accent-btn:hover {
  background-color: #100A29;
  border-color: transparent;
  color: #fff;
} */

.logo {
  display: block;
}
.logo img {
  max-width: 100%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.pb-l {
  padding: 40px 0;
}
.pb-m {
  padding: 40px 0;
}
.pb-s {
  padding: 40px 0;
}
.pb-xs {
  padding: 60px 0;
}
@media screen and (min-width:1024px) {
	.pb-l {
  padding: 140px 0;
}
	.pb-m {
  padding: 100px 0;
}
.pb-s {
  padding: 80px 0;
}
.pb-xs {
  padding: 40px 0;
}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.pb-l,
	.pb-m,
	.pb-s,
	.pb-xs  {
  padding: 64px 48px;
	}
}

@media screen and (max-width:768px) {
  .pb-xs {
    padding: 0;
  }
}

.center-title {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
}

.simple {
  display: flex;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid rgba(16, 10, 41, 0.15);
  background: #fff;
  color: #DC3815;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.justify-title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
	flex-direction: column;
}
.story__container-title {
  text-wrap-mode: nowrap;
}
.story__container-text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .story__container-title,
  .story__container-text {
    width: 100%;
  }
}
.story__container-text p {
  width: 100%;
}
.justify-title p span.blue {
    color: #006AA6;
    font-style: italic;
  }
  .justify-title p span.red {
    color: #FF532F;
    font-style: italic;
  }
@media screen and (min-width:1023.9px) {
  .real-estate-pricing {
    justify-content: space-between!important;
  }
	.justify-title {
    flex-direction: row;
  }
  .justify-title h2 {
    width: 50%;
  }
  .about-title h2 {
    width: 100%;
  }
  .justify-title p {
    width: 100%;
  }
}
.justify-title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
}
.justify-title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
}

.page__title {
  padding: 40px 0;
}
@media screen and (min-width:768px) and (max-width: 1023px) {
	.page__title {
    padding: 64px 48px;
  }
}
.page__title h1 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: capitalize;
  letter-spacing: -0.48px;
  color: #100A29;
}

blockquote {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  max-width: 608px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 600px) and (max-width: 1023.9px) {
  .why__items .grey {
    width: 110px;
    height: 110px;
  }
}

.grey {
  display: flex;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  padding: 30px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: rgba(16, 10, 41, 0.04);
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 125% */
  letter-spacing: -0.32px;
  text-transform: capitalize;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 8px;
}

.dropdown-list {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 4px 8px 3px #000 26px;
  border-radius: 4px;
  gap: 0;
  padding: 8px;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 240px;
  visibility: hidden;
  margin-top: 0px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  will-change: opacity, max-height;
  transition: opacity 300ms linear, max-height 300ms linear, margin-top 300ms linear;
  align-items: flex-start;
}

.dropdown-list ul, .dropdown-list ul a {
  width: 100%;
}

.dropdown-list li a {
  width: -moz-max-content;
  width: max-content;
  min-width: 320px;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 12px;
  width: 100%;
  border-radius: 4px;
  display: flex;
  color: #100a29;
}

.dropdown-list li:hover a {
  color: #100a29;
  background: rgba(16, 10, 41, 0.04);
}

.dropdown:hover .dropdown-list {
  z-index: 10;
  max-height: 5000px;
  transition: all 300ms linear;
  will-change: opacity, max-height, margin-top;
  opacity: 1;
  visibility: visible;
  border-radius: 8px;
  min-width: 200px;
}

.dropdown svg {
  transition: all 0.5s;
}

.dropdown:hover svg {
  transform: rotate(180deg);
}

.grid {
  display: flex;
 flex-direction: column;
  gap:40px;
  margin-bottom: 64px;
	padding: 0 24px;
}
@media screen and (min-width:1024px) {
	.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 40px;
  margin-bottom: 64px;
}
}
@media screen and (min-width:1024px) {
	.grid{
		padding: 0;
	}
}
@media screen and (min-width:768px)  and (max-width:1023.9px){
	.grid{
		padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
	}
  .property-price-heading {
    align-items: flex-start!important;
  }
  .property-pricing {
    display: grid!important;
    grid-template-columns: 1fr 1fr!important;
  }
  .security-grid {
    grid-template-columns: 1fr!important;
  }
  .grid-features {
    grid-template-columns: 1fr 1fr 1fr!important;
    align-items: flex-start;
  }
  .explore-grid {
    grid-template-columns: 1fr 1fr 1fr!important;
  }
  .explore__container .simple,
  .explore__title {
    margin-left: 48px;
  }
}
@media screen and (max-width:599px) {
  .explore__container .simple {
    margin-top: 30px;
  }
  .explore__title {
    margin-bottom: 20px!important;
  }
  .explore-grid {
    padding: 0
  }
  .grid-features {
    padding: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .explore__items {
    padding: 0;
  }
  .explore__title {
    margin-bottom: 30px!important;
  }
  .real-estate-pricing h2 {
    margin-bottom: 20px;
  }
  .real-estate-pricing p {
    margin-bottom: 20px;
  }
}
.grid-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-right: 24px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.grid-item div {
  margin-bottom: 24px;
}
.grid-item h3 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 8px;
}

.simple-block {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding-right: 24px;
}
.simple-block div {
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  margin-bottom: 24px;
  width: -moz-fit-content;
  width: fit-content;
}
.simple-block h3 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 8px;
}

.explore {
  padding: 120px 0 60px 0;
}
@media screen and (max-width: 600px) {
  .explore {
    padding: 0 0 60px 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023.9px) {
  .explore {
    padding: 60px 0;
  }
}
.explore__title {
  margin-bottom: 64px;
}
.explore__title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
}

.why__title {
  margin-bottom: 56px;
}
.why__title h2 {
  margin-bottom: 12px;
}
.why__title p {
  font-weight: 500;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .why__title,
  .why__items {
    max-width: 640px;
  }
  .why__items {
    margin: 0px auto;
    padding: 0
  }
  .why__title p {
    max-width: 85%;
  }
}
.why__items {
  margin-bottom: 0;
}
.why__items .grid-item {
  padding: 0;
}

.faq__search__wrap form {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .faq__search__wrap form {
    max-width: 100%;
  }
}
.faq__search__wrap form div {
  position: relative;
}
.faq__search__wrap form div input {
  padding: 12px 48px 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  background-color: #fff;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(16, 10, 41, 0.5);
}
.faq__search__wrap form div input::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(16, 10, 41, 0.5);
  opacity: 1;
}
.faq__search__wrap form div input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(16, 10, 41, 0.5);
  opacity: 1;
}
.faq__search__wrap form div input:active, .faq__search__wrap form div input:focus {
  border-color: #100A29;
}
.faq__search__wrap form div:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  right: 16px;
  transform: translateY(50%);
  background: url("../images/search).svg") center center/cover no-repeat;
}

.faq__search__wrap form {
    margin-bottom: 0;
}
.faq__search__wrap {
    align-items: center;
}

.news__search {
  max-width: 400px;
  width: 100%;
}
.news__search form {
  width: 100%;
}
.news__search form div {
  position: relative;
}
.news__search form div input {
  padding: 12px 12px 12px 48px;
  border-radius: 4px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  background-color: #fff;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(16, 10, 41, 0.5);
}
.news__search form div input::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(16, 10, 41, 0.5);
  opacity: 1;
}
.news__search form div input::placeholder {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(16, 10, 41, 0.5);
  opacity: 1;
}
.news__search form div input:active, .news__search form div input:focus {
  border-color: #100A29;
}
.news__search form div:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 16px;
  transform: translateY(50%);
  background: url("../images/search).svg") center center/cover no-repeat;
}

.accord {
  display: flex;
  flex-direction: column;
}

.accord-item {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.accord-item-top {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: 0.3s linear;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 367px) {
  .accord-item-top {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
  }
}
.accord-item-bottom {
  margin-top: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  will-change: opacity, max-height;
  transition: opacity 300ms linear, max-height 300ms linear, margin-top 300ms linear;
}

.icon-wrapper {
  position: relative;
  margin-left: auto;
}

.accord-item.active .accord-item-bottom {
  max-height: 5000px;
  margin-top: 24px;
  transition: all 200ms linear;
  will-change: opacity, max-height, margin-top;
  opacity: 1;
}

.header {
  z-index: 50;
  position: relative;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(16, 10, 41, 0.15);
}
.header__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
	padding: 16px 0;
}
@media screen and (min-width:1024px) {
	.header__wrap {
padding: 0;
}
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
	
}
.header__menu nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.header__container{
	display: flex;
	flex-direction: column;
	gap: 40px;
	transition: .3s linear;
}


.active .header__container{
left: 0;
}
@media screen and (max-width:1023.9px) {
	.header__container{
	position: fixed;
	left: -100%;
	top: 72px;
	bottom: 0;
	overflow: hidden;
	overflow-y: auto;
	background:  #FFF;
	padding: 0 12px 32px 12px;
	width: 100%;
	height: calc(100% - 72px);
	}
	.header__container:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color:  rgba(16, 10, 41, 0.15);
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 1;
}
.header__menu nav ul {
  gap: 0px;
}
}
@media screen and (min-width:1024px) {
	.header__container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	flex-direction: row;
	border-bottom: none;
	width: 100%;
	}
}
.menu-btn {
	width: 18px;
	height: 18px;
	position: relative;
	z-index:2;
	overflow: hidden;
  cursor:pointer;
	margin-left: auto;
	margin-right: 8px;
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.menu-btn {
	margin-right: 8px;
}
}
@media screen and (min-width: 1024px) {
  .menu-btn{
    display: none;  
  }
  header {
    padding:0px 0;
  }
  .header__wrap {
    justify-content: space-between;
  }
    
}
.menu-btn span {
	width: 18px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #222222;
	transition: all 0.5s;
}
.menu-btn span:nth-of-type(2) {
	top: calc(50% - 5px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 5px);
}

.active .menu-btn span:nth-of-type(1) {
  display: none;
}
.active .menu-btn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);  
}
.active .menu-btn span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg); 
}

.header__menu nav ul:not(.sub-menu) {
  flex-direction: column;
}
@media screen and (min-width:1024px) {
	.header__menu nav ul:not(.sub-menu) {
  flex-direction: row;
}
}
.header__menu nav ul li {
  position: relative;
}
.header__menu nav ul li:not(.sub-menu li) {
  padding: 24px 0;
}
.header__menu nav ul li a {
  position: relative;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.header__menu nav ul li a:hover {
  color: #006AA6;
}
.header__menu nav ul li:has(ul) {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 4px;
  align-items: center;
  flex-direction: row;
}
.header__menu nav ul li:has(ul):after {
  content: "";
  width: 24px;
  height: 24px;
  transition: 0.3s ease-in-out;
  background: url(../images/arrow-down.svg) center center/8px no-repeat;
  border-radius: 4px;
}
.header__menu nav ul li:has(ul):hover:after {
  transform: rotate(180deg);
}
.header__menu nav ul li:has(ul):hover .sub-menu {
  z-index: 10;
  max-height: 5000px;
  margin-top: -20px;
  transition: all 300ms linear;
  will-change: opacity, max-height, margin-top;
  opacity: 1;
  visibility: visible;
  border-radius: 8px;
}
.header__menu nav ul.sub-menu {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(16, 10, 41, 0.12);
  gap: 0;
  padding: 8px;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 320px;
  max-width: 320px;
  visibility: hidden;
  margin-top: 0px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  will-change: opacity, max-height;
  transition: opacity 300ms linear, max-height 300ms linear, margin-top 300ms linear;
}
.header__menu nav ul.sub-menu li {
  display: flex;
  gap: 10px;
  align-items: center;
  white-space: nowrap;
}
.header__menu nav ul.sub-menu li a {
  width: -moz-max-content;
  width: max-content;
  transition: 0.3s ease-in-out;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  padding: 10px 12px;
  width: 100%;
  border-radius: 4px;
}
.header__menu nav ul.sub-menu li a:hover {
  color: #100A29;
  background: rgba(16, 10, 41, 0.04);
}
.header__btns {
  display: flex;
  align-items: center;
  
  gap: 12px;
}
@media screen and (min-width:1024px) {
	.header__btns {
  margin-left: auto;
justify-content: center;
}
}
.header__btns .btn {
  padding: 7px 15px 7px 31px;
  font-size: 14px;
  line-height: 20px;
}
.header__btns .btn.secondary-btn {
  padding: 9px 23px;
}

.hero {
  background: #FFFBFA;
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
	flex-direction: column-reverse;
}
@media screen and (min-width:1024px) {
	.hero__container {
	flex-direction: row;
		gap: 64px;
	}
}

.hero__content {
  position: relative;
}
@media screen and (min-width:1024px) {
	.hero__content {
  	width: calc(50% - 40px);
	}
}
.hero__content h1 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: capitalize;
  letter-spacing: -0.48px;
  color: #100A29;
  margin-bottom: 24px;
  color: #100A29;
  z-index: 1;
  position: relative;
  text-wrap-style: balance;
}
.hero__content h1:after {
  content: "";
  max-width: 168px;
  max-height: 53px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 3px;
  top: 5px;
  background: url("../images/hero-svg.svg") center center/contain no-repeat;
  z-index: -1;
}
.hero__content p {
  color: rgba(16, 10, 41, 0.75);
  font-family: "PlusJakartaSans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.hero__content p:nth-last-of-type(1) {
  margin-bottom: 40px;
}
@media screen and (min-width:768px) {
	.hero__content p:nth-last-of-type(1) {
  margin-bottom: 64px;
}
}
.hero__content .btn {
  font-weight: 500;
}
.hero__btns {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width:767.9px) {
	.hero__btns .btn.accent-btn {
 padding: 12px;
}
}
.hero__btns .secondary-btn {
  background-color: rgba(255, 255, 255, 0.5);
  color: #100A29;
  border-color: rgba(16, 10, 41, 0.25);
  padding: 8px 23px;
  padding: 12px 32px;
}
.hero__btns .secondary-btn:hover {
  background-color: #fff;
  border-color: rgba(16, 10, 41, 0.58);
  color: #100A29;
}
.hero__img {
	width: 100%;
  border-radius: 32px 20px 20px 20px;
	aspect-ratio: 1 / 0.75;
}

@media screen and (min-width:1024px) {
	.hero__img {
		width: calc(50% - 32px);
		max-width: 608px;
		max-height: 460px;
	}
}

.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
	max-height: inherit;
	max-width: inherit;
	aspect-ratio: inherit;
}

.about {
  padding-bottom: 0;
  padding-top: 80px;
}
@media screen and (max-width: 478px) {
  .about {
    padding-top: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1023.9px) {
  .about__title {
    padding: 40px 48px;
  }
}
.about__container {
  display: flex;
  gap: 40px;
	flex-direction: column;
}
@media screen and (min-width: 1024px) {
 	.about__container {
  flex-direction: row;
  gap: 80px;
}
	.about__content {
    width: calc(50% - 40px);
  }

}
@media screen and (min-width: 768px) and (max-width:1023.9px) {
 	.about__container {
  gap: 64px;
}

}
.about__content h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 16px;
  letter-spacing: 0px;
}
.about__content p:not(:nth-last-of-type(1)) {
  margin-bottom: 29px;
}
.about__list {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .about__list {
    width: calc(50% - 40px);
  }
}
.about__list__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about__list__item span {
  color: #DC3815;
  font-family: "Livvic", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.571%;
  letter-spacing: -1.68px;
}
@media screen and (max-width: 767px) {
  .about__list__item span {
    letter-spacing: -3px;
  }
}
@media screen and (max-width: 350px) {
  .about__list__item span {
    word-wrap: break-word;
  }
}
.timeline {
  position: relative;
  margin-left: 40px;
  padding-left: 20px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 63%;
  background: #004166;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
}

.timeline-icon {
  position: absolute;
  left: -25px;
  background: white;
  border: 2px solid #4a90e2;
  color: #4a90e2;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 1;
}

.timeline-content {
  padding-left: 20px;
}
@media screen and (max-width: 1023px) {
  .timeline {
    margin-left: 0;
    width: 100%;
  }
  .team__container {
    max-width: 640px;
    margin: 0px auto;
  }
}

.guard__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
	text-align: center;
}
@media screen and (max-width: 600px) {
  .guard__title {
    margin-top: 40px;
  }
}
.guard__title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}
.guard__title p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
}
.guard__items {
  display: flex;
	flex-direction: column;
  gap: 40px;
}

.guard__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.guard__item:nth-child(3n+1)::after, .guard__item:nth-child(3n+2)::after {
  right: -100px;
}
}
@media screen and (min-width:768px) {
	.guard__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	}
.guard__item:nth-child(3n+1)::after, .guard__item:nth-child(3n+2)::after {
  content: "";
  position: absolute;
  max-width: 164px;
  width: 40%;
	min-width: 110px;
  height: 27px;
  right: -70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.guard__item:nth-child(3n+1):after {
  top: 25px;
  background-image: url(../images/Arrow.svg);
}
.guard__item:nth-child(3n+2)::after {
  top: 56px;
  background-image: url(../images/Arrow2.svg);
}
}

.guard__item__icon {
  margin-bottom: 24px;
}
.guard__item h3 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  letter-spacing: 1px;
  color: #100A29;
  margin-bottom: 8px;
}

.risk {
	/* background: -webkit-linear-gradient(left, #005687 0%, #005687 50%, #100A2908 50%, #100A2908 100%);
  background: -moz-linear-gradient(left, #005687 0%, #005687 50%, #100A2908 50%, #100A2908 100%);
  background: linear-gradient(to right, #005687 0%, #005687 50%, rgba(16, 10, 41, 0.031372549) 50%, rgba(16, 10, 41, 0.031372549) 100%); */
  color: #fff;
	padding: 0;
}


.risk__container {
  display: flex;
  justify-content: space-between;
	flex-direction: column;
}
@media screen and (min-width:1024px) {
	.risk__container {
 flex-direction: row;
}
}
.risk__container .simple {
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1490196078);
  color: #fff;
}
.risk__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	padding: 40px 0;	
	position: relative;
}
	.risk__content::after {
		content: "";
    height: 100%;
   background-color: #005687;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
		margin-left: -16px;
		left: 0;
	}
@media screen and (min-width:1024px) {
	.risk__content {
  width: 50%;
	padding: 80px;
	}
	.risk__content::after {
    width: 50vw;
		margin-left: 0;
		left: initial;
	}
}

@media screen and (min-width:768px) and (max-width:1023.9px) {
	.risk__content {
		padding: 64px 48px;
	}
}
@media screen and (min-width:1024px) {
	.risk__content {
background: transparent;
}
}
.risk__content img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 367.46px;
  max-height: 341.891px;
  width: 100%;
  height: 100%;
}
.risk__content div {
  margin-top: auto;
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 10px;
}
.risk__content div strong {
  color: #FF8368;
  font-weight: inherit;
}
.risk__form {
  padding: 40px 0;
  border-radius: 4px;
	position: relative;
}
	.risk__form::after {
		content: "";
    height: 100%;
   background-color: #F7F7F8;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    z-index: -1;
		margin-left: -16px;
		right: 0;
	}
@media screen and (min-width:1024px) {
	.risk__form {
  width: 50%;
  padding: 80px;
}
	.risk__form::after {
    width: 50vw;
		margin-left: 0;
		right: initial;
	}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.risk__form {
  
  padding: 64px 48px;
}
}
.risk__form p {
  color: rgba(16, 10, 41, 0.75);
}
.risk__form p strong {
  color: #DC3815;
}
.risk__form form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.risk__form form .form__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.risk__form form .form__wrap:nth-last-of-type(1) {
  margin-bottom: 11px;
}
.risk__form form label {
  color: #100A29;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.risk__form form input {
  border-radius: 4px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  background: #fff;
  min-height: 48px;
  padding: 0 15px;
}
@media screen and (max-width:1023.9px) and (min-width: 600px) {
  .risk__form form input {
    width: 70%;
  }
}
.risk__form form .btn {
  padding: 11px 29px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.solutions{
		overflow: hidden;
	}
@media screen and (max-width:767.9px) {
	.solutions{
		padding: 60px 0;
	}
}
.solutions__title {
  margin-bottom: 46px;
}
.solutions__title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
}
.solutions__items {
  display: flex;
  gap: 16px;
	flex-direction: column;
}
@media screen and (min-width:768px) {
.solutions__items {
 flex-direction: row;
	overflow: hidden;
	overflow-x: auto;
  padding-top: 16px;
}
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
    .solutions__items {
        min-width: calc(100vw - 16px);
        /* margin-left: -16px; */
        padding-right: 10%;
    }
}
.solutions__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1.016/1.001;
  width: 100%;
  padding: 22px 22px 31px 22px;
  border-radius: 4px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  transition: 0.3s linear;
  gap: 144px;
  position: relative;
}
@media screen and (min-width:768px) {
.solutions__item {
  width: calc(33.3333333333% - 11px);
	min-width: 416px;
}
}
.solutions__item:hover {
  background-color: #FFEEE5;
  transform: translateY(-16px);
  border: transparent;
}
.solutions__item svg {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
}
.solutions__item__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  margin-bottom: auto;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  height: 100%;
}
.solutions__item__img svg {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
}
.solutions__item__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.solutions__item__content h3 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  font-style: normal;
}

.reviews {
	overflow: hidden;
  background-color: rgba(16, 10, 41, 0.04);
}
.reviews__title {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 18px;
}
@media screen and (min-width:768px) {
	.reviews__title {
  margin-bottom: 24px;
}
}
.reviews__title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 12px;
}
.reviews__items {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width:767px) {
	.reviews__title {
    align-items: flex-start;
    text-align: left;
  }
}
.reviews__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
  position: relative;
	width: 100%;
}
@media screen and (min-width:768px) {
	.reviews__items{
		  flex-direction: row;
		  flex-wrap: nowrap;
		  padding-top: 32px;
  }
	.reviews__item {
    width: calc(33.3333333333% - 27px);
	  min-width: 272px;
  }
}
@media screen and (min-width:768px) and (max-width:1023.9px){
	.reviews__items{
		/* margin-left: -50px;
		width: calc(100vw - 16px); */
    overflow: scroll;
		}

}
.reviews__item__img {
  max-width: 40px;
  max-height: 40px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -20px;
  right: -10px;
}
.reviews__item__content {
  padding: 16px 24px;
  background: rgba(16, 10, 41, 0.0392156863);
}
.reviews__item__content span {
  margin-bottom: 8px;
  display: inline-block;
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
  color: #100A29;
}
.reviews__item__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: auto;
}
.reviews__item__rating svg {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
}
.reviews__item__info span {
  font-family: "PlusJakartaSans", sans-serif;
  color: #100A29;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
  display: inline-block;
  margin-bottom: 4px;
}
.reviews__item__info div {
  color: rgba(16, 10, 41, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.14px;
}

.promo {
  background-color: #F0F9FF;
  overflow: hidden;
}
.promo__container {
  display: flex;
  position: relative;
  padding: 30px 0;
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.promo__container {
  padding: 64px 48px;
}
}
@media screen and (max-width:767.9px) {
	.promo__container {
  padding: 40px 8px;
}
}
@media screen and (min-width:1024px) {
	.promo__img {
  width: 50%;
	position: relative;
	display: block;
}
}
@media screen and (min-width:1024px) {
	.promo__img img {
    width: 100%;
    height: 100%;
    max-width: 561px;
    max-height: 340px;
    margin-left: auto;
    display: block;
  }
}
@media  screen and (max-width: 1023px ) {
  .promo__img img{
    width: 100%;
    transform: scale(1.2,1);
  }
  .promo__img {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    left: 30px;
  }

}
@media screen and (max-width: 610px) {
    .promo__img {
        transform: translateX(-43%);
        width: 150%;
        left: -25px;
    }
}
.promo__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
      z-index: 2;
  
}
@media screen and (min-width:1024px) {
	.promo__content {
  width: 50%;
	padding: 50px 0;
}
}
.promo__content div:not([class]) {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 12px;
  letter-spacing: -0.4px;
}
.promo__content p {
  color: rgba(16, 10, 41, 0.75);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.18px;
}
.promo__content p:nth-last-of-type(1) {
  margin-bottom: 40px;
}
/* @media screen and (min-width:1440px) {
	.promo__content p:nth-last-of-type(1) {
  margin-bottom: auto;
}
} */
@media screen and (min-width:768px) and (max-width:1439.9px) {
	.promo__content p:nth-last-of-type(1) {
  margin-bottom: 64px;
  max-width: 80%;
}
}
.promo__btns {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer {
  border-top: 1px solid #100A290A;
  color: #100A29;
}
@media screen and (min-width:768px) and (max-width: 1023px) {
  .footer .container {
    padding: 0 25px;
  }
}
.footer__wrapper {
  display: flex;
  gap: 40px;
  padding: 24px 0;
	flex-wrap: wrap;
}
@media screen and (max-width: 478px) {
  .footer__wrapper {
    gap: 20px;
  }
}
@media screen and (min-width:1024px) {
	.footer__wrapper {
  gap: 40px 80px;
  padding: 64px 0;
	display: grid;
	grid-template-columns: 1fr 2fr;

}
}


.footer .logo {
  width: 100%;
  height: 100%;
  max-width: 82px;
  max-height: -moz-fit-content;
  max-height: fit-content;
	order: 1;
}

.footer__form {
  width: 100%;
	max-width: 400px;
	order: 3;
}
.footer__form p {
  width: 100%;
	margin-bottom: 24px;
}
@media screen and (min-width:1024px) {
	.footer__form,
	.footer__socials{
  grid-column: 1;
}
}

.footer__form form {
  width: 100%;
}
.footer__form form input:not([type=submit]) {
  width: 100%;
  padding: 12px 48px 12px 16px;
  border-radius: 4px;
  border: 1px solid rgba(16, 10, 41, 0.5);
  outline: none;
  color: rgba(16, 10, 41, 0.75);
}
.footer__form form input:not([type=submit]) ::-moz-placeholder {
  color: rgba(16, 10, 41, 0.75);
  opacity: 1;
}
.footer__form form input:not([type=submit]) ::placeholder {
  color: rgba(16, 10, 41, 0.75);
  opacity: 1;
}
.footer__form form input:not([type=submit]):active, .footer__form form input:not([type=submit]):focus {
  border-color: #100A29;
}
.footer__form form .form__wrap {
  position: relative;
  width: 100%;
}
.footer__form form .form__wrap input[type=submit] {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.footer__form form .form__wrap:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  display: block;
  transform: translateY(-50%);
  z-index: 0;
  background: url(../images/chevron-down.svg) center center/cover no-repeat;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
	width: fit-content;
	max-width: 400px;
	height: fit-content;
	order:4;
}
@media screen and (min-width:768px)  and (max-width:1023.9px) {
	.footer__socials {
margin-top: auto;
margin-left: auto;
}
}
.footer__socials a {
  max-width: 32px;
  max-height: 32px;
  width: 100%;
  height: 100%;
}
.footer__socials a svg {
  max-width: inherit;
  width: inherit;
}
.footer__socials a svg path {
  fill: #004166;
}
.footer__container {
  display: flex;
  gap: 24px;
	order: 2;
	width: 100%;
	flex-direction: column;
}
@media screen and (min-width:1024px) {
	.footer__container {
	grid-column: 2;
	grid-row: 1 /4;
  justify-content: space-between;
}
}
@media screen  and (min-width:768px){
	.footer__container {
flex-direction: row;
}
}

@media screen  and (min-width:1024px){
	.footer__container nav {
  width: 68%;
}
}
.footer__container nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
	flex-direction: column;
}
@media screen and (min-width:1024px) {
	.footer__container nav ul {
  gap: 40px;
}
}
@media screen and (min-width:768px) {
	.footer__container nav ul {
  flex-wrap: wrap;
	flex-direction: row;
}
}
.footer__container nav ul li:not(.sub-menu li) {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: rgba(16, 10, 41, 0.5);
}

@media screen  and (min-width:1024px){
.footer__container nav ul li:not(.sub-menu li) {
  width: calc(50% - 20px);
	min-width: 142px;
	gap: 24px;
}
}
@media screen  and (min-width:768px) and (max-width:1023.9px){
.footer__container nav ul li:not(.sub-menu li) {
  width: fit-content;
	min-width: 142px;
}
}
.footer__container nav ul .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__container nav ul .sub-menu li {
  color: #100A29;
}
.footer__container nav ul .sub-menu li a {
  transition: 0.3s linear;
  font-weight: 400;
}
.footer__container nav ul .sub-menu li a:hover {
  color: #006AA6;
}
.footer__block {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width:1024px) {
	.footer__block {
  gap: 16px;
}
}
.footer__block__title {
  color: rgba(16, 10, 41, 0.5);
}
.footer .footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 240px;
  /* margin-left: auto; */
}
.footer .footer__contacts a {
  transition: 0.3s linear;
}
.footer .footer__contacts a:hover {
  color: #006AA6;
}
.footer__copy {
  border-top: 1px solid #100A290A;
  background: #F0F9FF;
}
.footer__copy__container {
  max-width: 1320px;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  position: relative;
  z-index: 0;
	flex-wrap: wrap;
}
.footer__copy__container p {
  color: #100A29BF;
}
.footer__copy__container a:hover {
  color: #006AA6;
}
.footer__copy__container p span, .footer__copy__container p strong {
  color: #100a29;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .footer__copy__container nav {
    width: 21%;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footer__copy__container ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.footer__copy__container ul li {
  width: -moz-max-content;
  width: max-content;
  color: #100A29;

  text-decoration: underline;
  transition: 0.3s linear;
}
.footer__copy__container ul li:hover {
  color: #006AA6;
}

.vision {
  padding-bottom: 60px;
}
@media screen and (max-width: 1023.9px) {
  .vision {
    padding-bottom: 0;
  }
  .story__container-title {
    margin: 30px 0 10px;
  }
}
@media screen and (max-width: 478px) {
  .story__container-title {
    margin: 50px 0 20px;
  }
}
.vision__title {
  margin-bottom: 40px;
}
@media screen and (min-width:600px) and (max-width: 1023.9px) {
	.vision__title {
    margin: 0 50px 64px;
  }
}
@media screen and (min-width:1024px) {
	.vision__title {
    margin-bottom: 64px;
  }
}
.vision__content {
  padding: 16px 0;
  margin-bottom: 64px;
}
.vision__content .simple {
  margin: 0 auto 24px auto;
}
.vision__img {
  max-width: 100%;
  width: 100%;
  max-height: 404px;
  height: 100%;
	min-height: 404px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .vision__img {
    max-width: 640px;
    margin: 0px auto;
  }
}
.vision__img img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
		 min-height: inherit;
}
.vision__img-mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .vision__img-desk {
    display: none;
  }
  .vision__img-mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  section.team {
    padding: 64px 48px 0;
  }
}
.team__title {
  /* margin-bottom: 64px; */
}
.team__items {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.team__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width:768px) {
	.team__item {

  width: calc(33.3333333333% - 16px);
}
}
.team__item:hover img {
  transform: scale(1.1);
}
.team__item__img {
  aspect-ratio: 197/202;
  width: 100%;
  max-height: 202px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
	.team__item__img {
  aspect-ratio: 410/302;
  width: 100%;
  max-height: 302px;
  overflow: hidden;
}
}
.team__item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s linear;
}
.team__item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.team__item__info span {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
  color: #100A29;
}

.partners {
  padding: 60px 0 120px 0;
}
.partners__title {
  text-align: center;
  margin-bottom: 64px;
}
.partners__title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.partners__title p {
  max-width: 616px;
  margin: 0 auto;
}
.partners__items {
  max-width: 938px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto;
}
.partners__item {
  width: 100%;
  max-height: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1024px) {
	.partners__item {
  width: calc(33.3333333333% - 16px);
}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.partners__item {
  width: calc(50% - 16px);
}
}
.partners__item img {
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}

.contact {
  padding-bottom: 40px;
}
@media screen and (min-width:768px) {
	.contact {
  padding-bottom: 64px;
}
}
.contact__container {
  display: flex;
  gap: 20px;
	flex-direction: column;
}
@media screen and (min-width:1024px) {
	.contact__container {
 flex-direction: row;
 gap: 80px;
}
.contact__form {
  width: 68%;
}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.contact__container {
   gap: 64px;
   padding: 0 48px;
  }
}

.contact__form h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 16px;
}
.contact__form p {
  margin-bottom: 27px;
}
.contact__form label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #100A29;
  display: inline-block;
  margin-bottom: 8px;
}
.contact__form input[type=text],
.contact__form input[type=email],
.contact__form select,
.contact__form textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  background: #fff;
  padding: 11px 15px;
  color: rgba(16, 10, 41, 0.5);
  outline: none;
}
.contact__form input[type=text]::-moz-placeholder, .contact__form input[type=email]::-moz-placeholder, .contact__form select::-moz-placeholder, .contact__form textarea::-moz-placeholder {
  color: rgba(16, 10, 41, 0.5);
  opacity: 1;
}
.contact__form input[type=text]::placeholder,
.contact__form input[type=email]::placeholder,
.contact__form select::placeholder,
.contact__form textarea::placeholder {
  color: rgba(16, 10, 41, 0.5);
  opacity: 1;
}
.contact__form input[type=text]:active, .contact__form input[type=text]:focus,
.contact__form input[type=email]:active,
.contact__form input[type=email]:focus,
.contact__form select:active,
.contact__form select:focus,
.contact__form textarea:active,
.contact__form textarea:focus {
  border: 1.5px solid #100A29;
}
.contact__form .form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
	flex-direction: column;
}
@media screen and (min-width:768px) {
	.contact__form .form-row {
flex-direction: row;
}
}
.contact__form .textarea-input {
  margin: 24px 0;
}
.contact__form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__form .select__wrap {
  position: relative;
}
.contact__form .select__wrap:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0%;
  right: 16px;
  transform: translateY(50%);
  background: url("../images/chevron-down2.svg") center center/cover no-repeat;
}
.contact__form .form-row > div {
  flex: 1;
}
.contact__form textarea {
  resize: none;
  height: 200px;
}
.contact__details {
  display: flex;
	flex-direction: column;
}
@media screen and (min-width:1024px) {
	.contact__details {
  width: 34%;
}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.contact__details {
 flex-direction: row;
 gap: 64px;
}
}
.contact__details .grey {
  margin-bottom: 28px;
}
.contact__details__title {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 16px;
}
.contact__details__call {
  margin-bottom: 64px;
}
.contact__details__call p {
  margin-bottom: 32px;
}
.contact__details__address a, .contact__details__address div:not([class]) {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
}
.contact__details__address a {
  transition: 0.3s linear;
}
.contact__details__address a:hover {
  color: #006AA6;
}
.contact__details__address a:active {
  color: #006AA6;
}

.faq {
  padding: 60px 0 120px;
}
@media screen and (max-width: 478px) {
  .faq {
    padding: 20px 0 40px;
  }
}
.faq__container {
  max-width: 848px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .faq {
    padding: 0 0 120px;
  }
  .faq__container {
    padding: 0 48px;
  }
}
.faq__title h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  letter-spacing: 1px;
  margin-bottom: 64px;
  text-align: center;
}
@media screen and (max-width: 478px) {
  .faq__title h2 {
    margin-bottom: 30px;
  }
}
.faq__search__wrap {
  margin-bottom: 24px;
	flex-wrap: nowrap;
	flex-direction: row;
}
.faq__search__wrap a {
  display: flex;
  gap: 8px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
  color: #100A29;
  transition: 0.3s linear;
	white-space: nowrap;
}
.faq__search__wrap a:hover {
  color: #006AA6;
}
.faq__search__wrap a:hover svg path {
  fill: #006AA6;
}
.faq__search__wrap a svg {
  min-width: 24px;
  height: 24px;
}
.faq__search__wrap a svg path {
  transition: 0.3s linear;
}
.faq__item {
  padding: 23px;
  border-bottom: 1px solid rgba(16, 10, 41, 0.15);
  border-right: 1px solid rgba(16, 10, 41, 0.15);
  border-left: 1px solid rgba(16, 10, 41, 0.15);
}
.faq__item:nth-of-type(1) {
  border: 1px solid rgba(16, 10, 41, 0.15);
}
.faq__item:hover {
  background-color: rgba(16, 10, 41, 0.04);
}
.faq__item.active {
  background-color: rgba(16, 10, 41, 0.04);
}
.faq__item.active .faq-icon-wrapper svg {
  transform: rotate(180deg);
}
.faq__item__top {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s linear;
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
  color: #100A29;
}
.faq__item-bottom {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
  color: #100A29;
}
.faq__item-bottom-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.faq__item-bottom-wrap a {
  text-decoration: underline;
  transition: 0.3s linear;
}
.faq__item-bottom-wrap a:hover {
  color: #006AA6;
}
.faq__item-bottom-wrap a:active {
  color: #006AA6;
}
.faq-icon-wrapper {
  border-radius: 500px;
  background-color: transparent;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  position: relative;
  transition: 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-icon-wrapper svg {
  width: 12px;
  height: 8px;
  transition: 0.3s linear;
}

.tooltip{
width: fit-content;
}
.tooltip__wrap {
  display: flex;
  gap: 12px;
  transition: .3s linear;
  color: #fff;
  border-radius: 4px;
}
.tooltip__content,
.tooltip__close {
	display: none;
}

.tooltip.active .tooltip__content,
.tooltip.active .tooltip__close {
	display: block;
}

.active.tooltip svg path{
 fill: #fff;
}
.tooltip__icon{
	max-height: 24px;
	max-width: 24px;
}
.tooltip svg {
  max-width: 24px;
  max-height: 24px;
  width: 100%;
  height: 100%;
  min-width: 24px;
  min-height: 24px;
}
.tooltip svg path{
 fill: #100A29;
 transition: .3s linear;
}
.tooltip__wrap p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.tooltip__wrap div {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Figtree", sans-serif;
  color: inherit;
}

.tooltip__wrap {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: #100A29;
  padding: 12px 16px;
  border-radius: 4px;
  max-width: 50%;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transform: translate(70%, -22px);
  transition: opacity 0.3s linear, transform 0.3s linear;
  pointer-events: none;
}
@media screen and (min-width:1024px) {
	.tooltip__wrap {
  max-width: 560px;
}
 .tooltip__wrap {

	 transform: translate(26%, -22px);
}
}

.tooltip.active .tooltip__wrap {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1023px ) {
  .check__form form label {
    width: fit-content;
  }
  .tooltip__wrap {
    transform: translate(0);
    min-width: 300px;
    top: 0;
    left: calc(100% - 24px);
}
}
@media screen and (max-width: 550px ) { 
  .tooltip__wrap {
    min-width: 200px;
  }
}
@media screen and (max-width: 374px ) { 
  .tooltip__wrap {
    min-width: 150px;
  }
}
@media screen and (max-width: 319px ) { 
  .tooltip__wrap,
  .tooltip__icon {
    display: none;
  }
}
.tooltip__close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.security__title {
  margin-bottom: 64px;
}
.security__title h2 {
  margin-bottom: 12px;
}

.presentation {
  padding: 24px 8px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (min-width:1024px) {
	.presentation{
		padding: 78px;
	}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.presentation{
		padding: 24px;
	}
}
.presentation h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  text-align: center;
}
.presentation__item {
  display: flex!important;
  gap: 48px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  overflow: hidden;
  justify-content: space-between;
  height: auto;
	padding: 24px 16px;
	flex-direction: column;
}
@media screen and (min-width:768px) {
	.presentation__item {
  padding: 40px 48px 40px 48px;
	flex-direction: row;
	  max-height: 374px;
}
}

@media screen and (min-width:768px) {
	.presentation__item__content {
  width: calc(50% - 30px);
  overflow-y: auto;
}
.presentation__item__img {
  width: calc(50% - 23px);
  border-radius: 4px;
  height: calc(100% + 40px);
}
}
.presentation__item__content div {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.presentation__item__content p {
  color: rgba(16, 10, 41, 0.75);
}
.presentation__item__content p:not(:nth-last-of-type(1)) {
  margin-bottom: 26px;
}

.presentation__item__img img {
  width: 100%;
  min-height: 294px;
  box-shadow: 0 4px 48px 0 rgba(16, 10, 41, 0.08);
}
.presentation__wrapper {
  margin-bottom: 16px;
}
.presentation-pagination.swiper-pagination-bullets {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  bottom: initial;
  top: initial;
  left: initial;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.presentation-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(16, 10, 41, 0.04); /* fill */
  border: 1px solid rgba(16, 10, 41, 0.77);
}
.presentation-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF532F;
  border-color: #FF532F;
}
.presentation__slider {
  position: relative;
}

.presentation-button-next,
.presentation-button-prev,
.news-button-next,
.news-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  max-width: 48px;
  max-height: 48px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}
.presentation-button-next.swiper-button-disabled,
.presentation-button-prev.swiper-button-disabled,
.news-button-next.swiper-button-disabled,
.news-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: none;
}

.presentation-button-next,
.presentation-button-prev {
  background-color: #00598C;
}

.news-button-next,
.news-button-prev {
  background-color: #00598C;
}

.presentation-button-next,
.news-button-next {
  right: 0;
  transform: translate(50%, -50%);
}

.presentation-button-prev,
.news-button-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:767.9px) {
	.news-button-next{
		right: 12%;
		transform: translate(50%, 13%);
	}
	.news-button-prev{
			transform: translate(50%, 13%);
	}
}
.news__slider {
  position: relative;
}

.price {
  background-color: #fff;
}
.price__title {
  /* margin-bottom: 56px; */
  align-items: flex-start;
}
.property-price-heading {
  display: flex;
  align-items: center;
  margin: 40px 0 60px;
}
.property-price-heading p, .property-price-heading h2 {
  flex: 50%;
  text-align: left;
}
.property-price-heading p {
  margin-left: 15px;
}
.property-price-heading h2 {
  font-family: 'PlusJakartaSans';
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #100A29;
}
@media screen and (max-width: 768px) {
  .property-price-heading {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 30px;
  }
  .property-price-heading p {
    margin-left: 0;
  }
  .property-price-heading h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width:768px) {
	.price__title p {
  /* margin-top: 22px;
  width: calc(50% - 10px); */
  margin-bottom: 30px;
}
.price__title h2 {
  width: calc(50% - 10px);
  text-wrap-mode: nowrap;
  margin-bottom: 20px;
}
}

.price__items {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (min-width:600px) {
	.price__item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width:1024px) {
	.price__item {
    width: 100%;
  }
  .price__item__title h3 {
    margin-bottom: 20px!important;
  }
}
.price__item {
  display: flex;
  flex-direction: column;
  background-color: rgba(16, 10, 41, 0.04);
  border-radius: 4px;
  gap: 64px;
	/* width: 100%; */
  padding: 32px 24px;
  height: -moz-fit-content;
  height: fit-content;
}
.price__item h3 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 8px;
}
.price__item__amount {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 2px;
  text-transform: capitalize;
  letter-spacing: -0.48px;
  color: #100A29;
  letter-spacing: -0.48px;
}
.price__item--monitoring .secondary-btn {
  padding: 12px 32px;
}
.price__wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.price__list {
  display: flex;
  gap: 3px;
  background-color: rgba(1, 35, 64, 0.05);
  border-radius: 6px;
  padding: 3px;
  max-width: 200px;
  width: 100%;
  justify-content: space-between;
}
.price__list__item {
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(16, 10, 41, 0.75);
  font-family: "Figtree";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  border-radius: 4px;
  transition: 0.3s linear;
  max-width: 95.5px;
  width: 100%;
  cursor: pointer;
}
.price__list__item.active {
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(1, 35, 64, 0.15);
}
.price__list__item.active:hover {
  background-color: #fff;
  color: rgba(16, 10, 41, 0.75);
}
.price__list__item:hover {
  background-color: #00598C;
  color: #fff;
}
.price__content__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.price__value {
  display: flex;
  gap: 8px;
  align-items: center;
}
.price__value__actual, .price__value__old {
  font-family: "Livvic";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
}
.price__value__old {
  text-decoration-line: line-through;
  text-transform: capitalize;
  color: rgba(16, 10, 41, 0.5);
}
.price__value__badge {
  border-radius: 4px;
  background: #D1FAE4;
  padding: 6px 12px;
  align-items: center;
  gap: 4px;
  color: #0E7D42;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  text-transform: capitalize;
}

.recent {
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (min-width:1024px)  {
	.recent {
  padding-bottom: 60px;
}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.recent {
  padding:0 48px 64px 48px;
}
}
.recent__title {
  margin-bottom: 40px;
}
.recent__title h2 {
  color: #100A29;
  font-family: "PlusJakartaSans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.recent__wrap {
 display: flex;
 flex-direction: column;
 gap: 80px;
}
@media screen and (min-width:1024px) {
	.recent__wrap {
  display: grid;
  gap: 24px 80px;
  grid-template-columns: 54.8% 37.1%;
}
}
@media screen and (max-width:1023.9px) {
	.recent__wrap  .news__item{
		width: 100%;
	}
}
.recent__wrap .news__item:nth-of-type(1) {
  grid-row: 1/span 3;
}
.recent__wrap .news__item:nth-of-type(1) .news__item__img {
  max-height: 400px;
}
.recent__wrap .news__item:nth-of-type(1) .news__title {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 136.364% */
  text-transform: capitalize;
  color: #100A29;
}
.recent__wrap .news__item:not(:nth-of-type(1)) {
  flex-direction: row-reverse;
  align-items: center;
}
.recent__wrap .news__item:not(:nth-of-type(1)) .news__item__img {
  width: 32%;
  max-width: 160px;
  aspect-ratio: 1;
  min-height: 160px;
}
.recent__wrap .news__item:not(:nth-of-type(1)) .news__item__info {
  width: 74%;
}
@media screen and (min-width: 768px) and (max-width: 1023.9px) {
  .recent__wrap .news__item:not(:nth-of-type(1)) {
      flex-direction: row-reverse;
      align-items: flex-start;
      justify-content: flex-end;
  }
  .recent__wrap .news__item:not(:nth-of-type(1)) .news__item__img {
    width: 30%;
  }
  .recent__wrap .news__item:not(:nth-of-type(1)) .news__item__info {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .recent__wrap .news__item:not(:nth-of-type(1)) {
      align-items: flex-start;
  }
}
@media screen and (max-width:478px) {
  .recent__wrap .news__item:not(:nth-of-type(1)) .news__item__img,
  .recent__wrap .news__item:not(:nth-of-type(1)) .news__item__info {
    width: 50%;
  }
  .recent__wrap .news__item:not(:nth-of-type(1)) .news__item__img {
    margin-left: auto;
  }
  .recent__wrap .news__item:not(:nth-of-type(1)) {
    align-items: flex-start;
  }
}
@media screen and (min-width:1024px) {
	.recent__wrap .news__item:not(:nth-of-type(1)) .news__item__info {
    width: 63%;
  }
  
}
@media screen and (max-width:1023px) {
  .news__item__info {
    margin-top: 0!important;
  }
}
.news {
  padding: 40px 0 ;
}
@media screen and (min-width:1024px) {
	.news {
  padding: 60px 0 120px 0;
}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.news {
  padding: 64px 48px;
}
}
.news__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: auto;
}
.news__item__img {
  display: flex;
  /* border: 1px solid rgba(16, 10, 41, 0.15); */
  overflow: hidden;
  transition: 0.3s linear;
  width: 100%;
  max-height: 240px;
  height: 100%;
  min-height: 240px;
  flex-grow: 1;
}
.news__item__img:hover img {
  transform: scale(1.2);
}
.news__item__img img {
  transition: 0.3s linear;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__item__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.news__cat {
  color: #100A29;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}
.news__title {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
  color: #100A29;
  text-wrap-style: pretty;
  color: #100A29;
}
.news__container__title {
  margin-bottom: 40px;
}
.news__container__title h2 {
  color: #100A29;
  font-family: "PlusJakartaSans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.news__tabs {
  margin-bottom: 40px;
}
@media screen and (max-width:1023.9px) {
	.news__tabs {
  flex-direction: column;
	gap: 24px;
	align-items: flex-start;
	}
	.news{
		overflow: hidden;
	}
	.news__search {
	max-width: 100%;
	}
}
.news__tabs__list {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (min-width:1024px) and (max-width:1240px) {
		.news__tabs {
		overflow: hidden;
	}
		.news__tabs__list {
 width: calc(100vw - 64px);
 margin-right: 64px;
}
}
@media screen and (max-width:1240px) {
	.news__tabs__list {
 overflow: hidden;
 overflow-x: auto;
}
.news__tabs__item {
	min-width: fit-content;
}
}
@media screen and (max-width:767.9px) {
	.news__tabs__list {
 width: calc(100vw - 16px);
 /* margin-left: 16px; */
}
}
.news__tabs__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  border-radius: 100px;
  border: 1px solid rgba(16, 10, 41, 0.25);
  background: #FFF;
  color: #100A29;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
  gap: 8px;
  transition: 0.3s linear;
}

.news__tabs__item.active {
  padding: 11px 23px 11px 14px;
  border: 1.5px solid #00598C;
}
.news__tabs__item.active:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/checkmark.svg) center center/cover no-repeat;
}
.news__tabs__item:not(.active) {
  cursor: pointer;
}
.news__tabs__item:not(.active):hover {
  background-color: #100A29;
  color: #fff;
}
.news__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  margin-bottom: 40px;
}
@media screen and (max-width:767.9px) {
	.news__wrap{
		grid-template-columns: repeat(2, 1fr);
		gap: 16px;
	}
}
.news__pagination {
  display: flex;
  gap: 32px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 12px 0;
}
.news__pagination .dropdown-list {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.news__pagination .dropdown-list ul li a {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.news__pagination .dropdown-toggle span {
  text-decoration: underline;
}
.news__pagination .dropdown:hover .dropdown-list {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.news__pagination__count, .news__pagination__info {
  display: flex;
  gap: 16px;
}
.news__pagination__arrows {
  display: flex;
  gap: 8px;
}
.news__pagination__arrows span {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.news__pagination__arrows span:disabled svg path {
  fill: #100A29;
  fill-opacity: 0.5;
}
.news__pagination__arrows span svg {
  width: 100%;
  height: 100%;
}
.news__pagination__arrows span svg path {
  fill: #100A29;
  fill-opacity: 1;
}

@media screen and (max-width: 600px) {
  .news__pagination {
    gap: 30px;
    margin-left: 0;
    width: 100%;
  }
  .news__pagination__info {
    margin-left: auto;
  }
  .news__pagination__count, .news__pagination__info {
    gap: 3px;
  }
  .news__pagination span.title-pagination {
    margin-right: 20px;
  }
}

.article {
  max-width: 1240px;
  margin: 0 auto;
}
.article__title__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1023.9px) {
  .article .pb-xs {
    padding: 20px 0;
  }
  .article__title__wrap {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding: 0 48px;
  }
  .article__img img {
    padding: 0 48px;
  }
}
.article__title__wrap .article-back {
  max-height: 24px;
}
@media screen and (max-width: 768px) {
  .article__title__wrap .article-back {
    margin-top: 30px;
  }
}
.article__title__wrap h1 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px; /* 120% */
  letter-spacing: -0.4px;
  text-transform: capitalize;
  color: #100A29;
  letter-spacing: -0.4px;
}
.article__title__info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article__socials {
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
.article__socials a {
  min-height: 32px;
  min-width: 32px;
  width: 100%;
  height: 100%;
  max-height: 32px;
  max-width: 32px;
  aspect-ratio: 1/1;
}
.article__wrap .article__socials {
  flex-direction: column;
  position: sticky;
  left: 0;
  top: 80px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width:1024px){
	.article__wrap .article__socials {
  position: absolute;
  left: 0;
  top: 40px;
 
}
}
.article__img {
  max-height: 300px;
  height: 100%;
}
.article__img img {
  width: 100%;
  height: 100%;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__wrap {
  display: flex;
  padding: 40px 0;
  position: relative;
	gap: 8px;
}
@media screen and (min-width:1024px) {
	.article__wrap {
  padding: 40px 0 60px 0;
}
}
@media screen and (min-width:600px) and (max-width:1023.9px) {
	.article__wrap { 
  padding: 40px 48px 64px 48px;
}
}
.article__content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  color: #100A29;
}
@media screen and (max-width:600px) {
  .article__content {
    max-width: 560px;
  }
}
@media screen and (min-width:1023.9px) {
  .article__content {
    max-width: 560px;
  }
}
.article__content p:not(:nth-last-of-type(1)) {
  margin-bottom: 22px;
}
.article__content p:has(+ h2, h3, h4, h5) {
  margin-bottom: 40px;
}
.article__content ul {
  margin-bottom: 40px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 23px;
}
.article__content ul li {
  position: relative;
}
.article__content h2 {
  font-family: "PlusJakartaSans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  text-transform: capitalize;
  color: #100A29;
  margin-bottom: 24px;
}
.related {
  padding: 40px 0;
}
@media screen and (min-width:1024px) {
	.related {
  padding: 60px 0 120px 0;
	}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.related {
 	 padding: 64px 48px;
	}
}
.related__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.related__title h2 {
  color: #100A29;
  font-family: "PlusJakartaSans";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  letter-spacing: -0.32px;
}
/* .related__slider{
width: calc(100vw - 16px);
margin-left: 16px;	
} */
@media screen and (max-width:767.9px) {
	.related__slider{
	width: calc(100vw - 16px);
	margin-left: 16px;	
	}
	.swiper-slide.news__item{
		min-width: 193px;
	}
}

/*# sourceMappingURL=style.css.map */
.spinner {
 --size: 30px;
 --first-block-clr: #00598C;
 --second-block-clr: #DC3815;
 --clr: #111;
 width: 100px;
 height: 100px;
 position: relative;
}

.spinner::after,.spinner::before {
 box-sizing: border-box;
 position: absolute;
 content: "";
 width: var(--size);
 height: var(--size);
 top: 50%;
 animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
 left: 50%;
 background: var(--first-block-clr);
}

.spinner::after {
 background: var(--second-block-clr);
 top: calc(50% - var(--size));
 left: calc(50% - var(--size));
 animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes down {
 0%, 100% {
  transform: none;
 }

 25% {
  transform: translateX(100%);
 }

 50% {
  transform: translateX(100%) translateY(100%);
 }

 75% {
  transform: translateY(100%);
 }
}

@keyframes up {
 0%, 100% {
  transform: none;
 }

 25% {
  transform: translateX(-100%);
 }

 50% {
  transform: translateX(-100%) translateY(-100%);
 }

 75% {
  transform: translateY(-100%);
 }
}
.breadcrumbs__wrap{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 4px 0;
}
.breadcrumbs__wrap span{
display: flex;
align-items: center;
max-width: 24px;
max-height: 24px;
}
.breadcrumbs__wrap a{
		text-decoration: underline;
		color:  #100A29;
			font-family: "Figtree-Bold";
			font-size: 16px;
			font-style: normal;
			font-weight: 600;
			line-height: 24px;
      letter-spacing: 1px;
}
.check{
	padding: 40px 0 120px;
}
.check__container{
	padding: 40px 0px;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width:478px) {
  .check {
    padding: 40px 0 60px;
  }
  .check__container {
    padding: 0;
  }
}
/* @media screen and (min-width:1024px) {
	.check__container{
	padding: 32px 40px;
	
}
}
@media screen and (min-width:768px) and (max-width:1023.9px) {
	.check__container{
	max-width: 560px;
}
} */
@media screen and (min-width:768px) and (max-width: 1023px) {
	.check__container{
    padding: 32px 70px;
    width: 100%;
  }
}
@media screen and (min-width:1024px) {
	.check__container{
    padding: 32px 40px;
    max-width: 640px;
  }
}
.check__title{
	margin-bottom: 32px;
}
.check__title h1{
	color:  #100A29;
	font-family: "PlusJakartaSans";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.28px;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.check__title p{
	color:  rgba(16, 10, 41, 0.75);
}
.check__form{
	margin-bottom: 32px;
}

.check__form form .form__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
	margin-bottom: 24px;
}
.check__form form .form__wrap:nth-last-of-type(1) {
  margin-bottom: 32px;
}
.check__form form label {
  color: #100A29;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
	display: flex;
	align-items: center;
	position: relative;
}

.check__form form input {
  border-radius: 4px;
  border: 1px solid rgba(16, 10, 41, 0.15);
  background: #fff;
  min-height: 48px;
  padding: 0 15px;
	outline: none;
}
.check__form form input:active,
.check__form form input:focus-within{
	border:1.5px solid #00598C;
}
.check__form form .btn {
  padding: 11px 29px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 100%;
  width: 100%;
}
.check__form form .btn.disabled {
  pointer-events: none;
  background: #100A2908!important;
  color: #100A29;
}
.check__form form .btn:hover {
  border-color: rgba(16, 10, 41, 0.15);
}

.check__form form .success-check-score {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .check__container hr {
    width: 100%;
    height: 4px;
    border: none;
    background-color: rgba(16, 10, 41, 0.03);
    display: block;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) {
  .check__container hr {
    width: 640px;
    margin-left: -40px;
    height: 4px;
    border: none;
    background-color: rgba(16, 10, 41, 0.03);
    display: block;
    margin-bottom: 32px;
  }
}
.check__results{
	margin-bottom: 48px;
}
.check__results h2{
color: #100A29;
font-family: "PlusJakartaSans";
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 34px; /* 121.429% */
letter-spacing: -0.28px;
text-transform: capitalize;
margin-bottom: 24px;
}
 .gauge {
  position: relative;
  max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 0;
	margin-bottom: 32px;
}
.gauge__wrapper{
	max-width: 250px;
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 8px;
}
.gauge svg {
  display: block;
  padding: 2px;
}
.gauge-dot {
  transition: transform 0.6s ease;
}
.gauge__center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-57%, -49%);
  text-align: center;

}
.gauge__value {
	color: #100A29;
		text-align: center;
		font-family: "Funnel";
		font-size: 48px;
		font-style: normal;
		font-weight: 600;
		line-height: 64px; /* 133.333% */
		letter-spacing: -1.44px;
		text-transform: capitalize;
}
.gauge__label {
  color:  #D01D1C;
	text-align: center;
	font-family: "Figtree";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	text-transform: capitalize;
}
.gauge__info{
	display: flex;
	align-items: center;
	justify-content: space-between;
width: 100%;
}
.gauge__min,
.gauge__max {
	color: rgba(16, 10, 41, 0.75);
	text-align: center;
	font-family: "Figtree";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}

.check__list{
	margin-bottom: 32px;
	
}
.check__list ul{
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
.check__list ul li{
		position: relative;
		padding-left: 30px;
		color: #100A29;
	}
.check__list ul li::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -2px;
		width: 24px;
		height: 24px;
		background: url('../images/error.svg') center center / cover no-repeat;
	}
	.check__info{
		display: flex;
		flex-direction: column;
		gap: 24px;
	}
	.check__info h3{
		color:  #100A29;
		font-family: "PlusJakartaSans";
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 30px; 
		text-transform: capitalize;
	}
	.check__info__details{
		border-radius: 4px;
		border: 1px solid rgba(16, 10, 41, 0.15);
		display: flex;
		padding-left: 24px;
		flex-direction: column;
		align-items: flex-start;
		align-self: stretch;
	}
	.check__info__details__item{
		display: flex;
		padding: 15px 24px 15px 0;
		align-items: flex-start;
		align-content: flex-start;
		gap: 16px;
		align-self: stretch;
		border-bottom: 1px solid  rgba(16, 10, 41, 0.15);
	}
	.check__info__details__item:not(:nth-last-of-type(1)){
		border-bottom: 1px solid  rgba(16, 10, 41, 0.15);
	}

	.check__info__details__item span{
width: calc(50% - 8px);
	}
	.check__info__details__item span svg{
max-width: 24px;
max-height: 24px;
vertical-align: middle;
	}
	.check__info__details__item span:nth-of-type(2){
	color:  #100A29;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
    font-family: "Figtree-Bold";
	}

.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 15px auto;
  position: relative;
  color: #6ebeff;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 0;
  background-color: rgb(0, 106, 166);;
  border-radius: 50%;
  animation: scale50 1s infinite ease-in-out;
}
.loader::before {
  top: auto;
  bottom: 0;
  background-color: #00598C;
  animation-delay: 0.5s;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale50 {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.page-nexdeed {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-nexdeed h1 {
    font-family: "PlusJakartaSans", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: capitalize;
    letter-spacing: -0.48px;
    color: #100A29;
    margin-bottom: 50px;
}

.page-nexdeed h2 {
  color: #100A29;
  margin: 20px 0;
}

.page-nexdeed p {
  font-size: 16px;
  margin: 10px 0;
  color: #100A29;
}

.page-nexdeed ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 23px;
    color: #100A29;
}

.page-nexdeed ul li {
    position: relative;
}

.error-input {
    border: 1px solid red !important;
}

.error-message {
    color: red;
    font-size: 14px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-loader {
    width: 20px;
    transform-origin: center;
    animation: rotate4 2s linear infinite;
}

.button-loader circle {
 fill: none;
 stroke: hsl(0, 0%, 100%);
 stroke-width: 2;
 stroke-dasharray: 1, 200;
 stroke-dashoffset: 0;
 stroke-linecap: round;
 animation: dash4 1.5s ease-in-out infinite;
}

@keyframes rotate4 {
 100% {
  transform: rotate(360deg);
 }
}

@keyframes dash4 {
 0% {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
 }

 50% {
  stroke-dasharray: 90, 200;
  stroke-dashoffset: -35px;
 }

 100% {
  stroke-dashoffset: -125px;
 }
}

#contact-success-popup {
  display: flex; /* для центрування */
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

#contact-success-popup.show {
  opacity: 1;
  visibility: visible;
  overflow-y: hidden;
}

#contact-success-popup .popup-content {
  background: #fff;
  padding: 40px 24px;
  border-radius: 10px;
  text-align: left;
  max-width: 400px;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  position: relative;
}

#contact-success-popup.show .popup-content {
  transform: translateY(0);
}

#contact-success-popup .popup-content h3 {
  font-family: 'PlusJakartaSans';
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 8px;
  color: #061524;
}

#contact-success-popup .popup-content .popup-description {
  font-family: 'Figtree';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #100A29BF;
}

#contact-success-popup .popup-content button {
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: -10px;
  right: 0;
}