.home-page .container {
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
}
.home-page .header-holder {
  padding-top: 98px;
  background: #2665bf;
}
.home-page .underline {
  text-decoration: underline;
}
.home-page .hero {
  position: relative;
  padding-top: 113px;
  padding-bottom: 114px;
  background: #2665bf;
}
.home-page .hero .container {
  position: relative;
  z-index: 1;
}
.home-page .hero > picture {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 100%;
  width: auto;
  object-fit: cover;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1080px) {
  .home-page .hero > picture {
    width: 40%;
  }
}
@media (min-width: 1080px) and (max-width: 1400px) {
  .home-page .hero > picture {
    width: 50%;
  }
}
.home-page .hero .subtitle {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
  padding: 0;
}
.home-page .hero .subtitle:after {
  content: none;
}
.home-page .hero h1 {
  width: 650px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
}
.home-page .hero h1 {
  width: 650px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 28px;
}
.home-page .hero h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 492px;
  width: 100%;
  height: 3px;
  background: #4ca9e1;
}
.home-page .hero .list {
  display: flex;
  align-items: center;
  grid-gap: 30px;
  max-width: 570px;
}
.home-page .hero .item span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
}
.home-page .hero .item p {
  margin: 0;
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}
.home-page .help-co {
  padding: 60px 0 84.5px;
  font-family: "Open Sans", sans-serif;
}
.home-page .help-co h2 {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.36;
  text-align: center;
  color: #1a1a1a;
}
.home-page .help-co h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.36;
  text-align: center;
  color: #454545;
}
.home-page .help-co h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.36;
  text-align: center;
}
.home-page .help-co p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.36;
  color: #000000;
}
.home-page .help-co .btn-orange {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  gap: 13px;
  width: fit-content;
  height: 58px;
  background: #007bff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 17.75px;
  line-height: 1.36;
  color: #ffffff;
}
.home-page .help-co .btn-orange img {
  width: 27px;
  height: 27px;
}
.home-page .help-co .container {
  max-width: 1577px;
}
.home-page .help-co .hco-list {
  display: flex;
  flex-direction: row;
  gap: 42px;
  margin-top: 40px;
}
.home-page .help-co .hco-item {
  --card-border-radius: 22.2px;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: var(--card-border-radius);
  box-shadow: 4.44px 4.44px 22.19px 0 #2665bf26;
}
.home-page .help-co .hco-item-head {
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
.home-page .help-co .hco-item-header img {
  width: 100%;
  height: auto;
  aspect-ratio: 488 / 310;
}
.home-page .help-co .hco-item-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  padding: 28px 20px;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
.home-page .help-co .hco-item-body h3,
.home-page .help-co .hco-item-body h4 {
  font-weight: 600;
  color: #2665bf;
}
.home-page .help-co .hco-item-body h3 {
  margin-bottom: 4px;
}
.home-page .help-co .hco-item-body h4 {
  margin-bottom: 0;
}
.home-page .help-co .hco-item-body p {
  margin: 18px 0 28px;
  text-align: center;
}
.home-page .help-co .hco-item-body .btn-orange {
  margin-top: auto;
}
.home-page .trusted {
  padding: 40px 0;
  background: #f5f5f5;
}
.home-page .trusted h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #454545;
  margin-bottom: 20px;
}
.home-page .trusted .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .trusted img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.home-page .why {
  padding: 60px 0 74px;
  background: #f8faff;
}
.home-page .why h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.home-page .why .subtext {
  max-width: 867px;
  margin: 0 auto 50px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #454545;
}
.home-page .why .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 24px;
}
.home-page .why h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 24px;
}
.home-page .why h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 357px;
  width: 100%;
  height: 3px;
  background: #4ca9e1;
}
.home-page .why img {
  display: block;
  margin: 0 auto;
  width: 550px;
  height: auto;
  border-radius: 24px;
}
.home-page .why .text {
  max-width: 634px;
}
.home-page .why .text p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #454545;
  margin: 0;
}
.home-page .reviews {
  margin-top: 60px;
}
.home-page .reviews h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.home-page .reviews .subtext {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #454545;
  margin-bottom: 50px;
}
.home-page .reviews .slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 16px;
  margin-top: 24px;
  height: 40px;
}
.home-page .reviews .slider-nav .button {
  margin: 0;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #2665bf;
}
.home-page .reviews .slider-nav .button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background-image: url("https://www.equicad.com/img/icon/active-arrow-icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-page .reviews .slider-nav .button.swiper-button-disabled {
  background: #f8faff;
  border: 1px solid #e1e4ed;
}
.home-page .reviews .slider-nav .button.swiper-button-disabled:after {
  background-image: url("https://www.equicad.com/img/icon/disebled-arrow-icon.svg");
}
.home-page
  .reviews
  .slider-nav
  .button.swiper-button-prev:not(.swiper-button-disabled) {
  transform: rotate(180deg);
}
.home-page
  .reviews
  .slider-nav
  .button.swiper-button-next.swiper-button-disabled {
  transform: rotate(180deg);
}
.home-page .reviews .item {
  padding: 55px 24px;
  width: 416px;
  background: #ffffff;
  border: 1px solid #e1e4ed;
  box-shadow: 0 1px 4px rgba(25, 33, 61, 0.08);
  border-radius: 24px;
}
@media (min-width: 992px) {
  .home-page .reviews .item {
    min-height: 203px;
  }
}
.home-page .reviews .review {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #454545;
  margin-bottom: 16px;
}
.home-page .reviews .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-page .reviews .user-info {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
.home-page .reviews .user-info img {
  width: 48px;
  height: 48px;
}
.home-page .reviews .user-info span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #454545;
}
.home-page .reviews .stars {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.home-page .reviews .star {
  width: 24px;
  height: 24px;
}
.home-page .explore {
  margin-top: 60px;
}
.home-page .explore .container {
  max-width: 1168px;
}
.home-page .explore h2 {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
  color: #1a1a1a;
  margin-bottom: 50px;
}
.home-page .explore .list {
  display: flex;
  justify-content: space-between;
  grid-gap: 24px;
}
.home-page .explore .item {
  width: 100%;
  padding: 32px 24px;
  background: #2665bf;
  border-radius: 24px;
}
.home-page .explore .icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.home-page .explore h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 16px;
}
.home-page .explore p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 16px;
}
.home-page .explore a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1300px) {
  .home-page .hero {
    padding: 100px 0;
  }
  .home-page .help-co h3 {
    font-size: 16px;
    line-height: 2;
  }
  .home-page .help-co h4,
  .home-page .help-co p,
  .home-page .help-co .btn-orange {
    font-size: 14px;
  }
}
@media (max-width: 1160px) {
  .home-page .hero {
    padding: 70px 0;
  }
}
@media (max-width: 1090px) {
  .home-page .hero {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .home-page .hero {
    padding-top: 60px;
  }
  .home-page .hero picture.hero-image {
    display: block;
    margin-top: 64px;
    width: 100%;
    height: auto;
    position: static;
    clip-path: none;
  }
  .home-page .hero .subtitle {
    font-size: 16px;
    line-height: 120%;
  }
  .home-page .hero h1 {
    max-width: 600px;
    font-size: 32px;
    line-height: 120%;
  }
  .home-page .hero .item span {
    font-size: 18px;
    line-height: 120%;
  }
  .home-page .hero .item p {
    font-size: 14px;
    line-height: 130%;
  }
  .home-page .help-co h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .home-page .help-co h3 {
    font-size: 24px;
  }
  .home-page .help-co h4 {
    font-size: 20px;
  }
  .home-page .help-co p {
    font-size: 18px;
  }
  .home-page .help-co .btn-orange {
    font-size: 17.75px;
  }
  .home-page .help-co .hco-list {
    flex-direction: column;
  }
  .home-page .help-co .hco-item-body {
    padding: 42px 32px;
  }
  .home-page .trusted .list {
    padding: 0 2px;
  }
  .home-page .trusted .list img:nth-child(5),
  .home-page .trusted .list img:nth-child(6) {
    display: none;
  }
  .home-page .trusted h2 {
    font-size: 14px;
    line-height: 130%;
  }
  .home-page .why {
    padding: 56px 0;
  }
  .home-page .why h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .home-page .why .content {
    flex-direction: column;
  }
  .home-page .why img {
    width: 100%;
    height: auto;
  }
  .home-page .why .subtext {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .home-page .why h3 {
    font-size: 18px;
    line-height: 120%;
    padding-bottom: 19px;
    margin-bottom: 16px;
  }
  .home-page .why .text {
    max-width: 100%;
  }
  .home-page .why .text p {
    font-size: 16px;
    line-height: 130%;
  }
  .home-page .reviews {
    margin-top: 80px;
  }
  .home-page .reviews h2 {
    font-size: 32px;
    line-height: 120%;
  }
  .home-page .reviews .subtext {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .home-page .reviews .item {
    padding: 51px 24px;
  }
  .home-page .reviews .review {
    font-size: 16px;
    line-height: 130%;
  }
  .home-page .reviews .user-info span {
    font-size: 16px;
    line-height: 120%;
  }
  .home-page .explore {
    margin-top: 80px;
  }
  .home-page .explore h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 40px;
  }
  .home-page .explore .list {
    flex-direction: column;
  }
  .home-page .explore h3 {
    font-size: 18px;
    line-height: 120%;
  }
  .home-page .explore p {
    font-size: 16px;
    line-height: 130%;
  }
  .home-page .explore a {
    font-size: 16px;
    line-height: 120%;
  }
  .home-page .explore a img {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 690px) {
  .home-page .trusted .list img:nth-child(4) {
    display: none;
  }
}
@media (max-width: 640px) {
  .home-page .hero {
    padding-top: 42px;
  }
  .home-page .hero picture.hero-image {
    display: block;
    margin-top: 40px;
    width: 100%;
    height: auto;
    position: static;
    clip-path: none;
  }
  .home-page .hero .subtitle {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .home-page .hero h1 {
    max-width: 100%;
    font-size: 24px;
    line-height: 120%;
    padding-bottom: 19px;
    margin-bottom: 32px;
  }
  .home-page .hero .list {
    grid-gap: 16px;
  }
  .home-page .hero .item span {
    font-size: 16px;
    line-height: 120%;
  }
  .home-page .hero .item p {
    font-size: 14px;
    line-height: 130%;
  }
  .home-page .trusted {
    overflow: hidden;
    padding: 24px 0;
  }
  .home-page .trusted h2 {
    margin-bottom: 16px;
  }
  .home-page .trusted .list {
    justify-content: center;
  }
  .home-page .trusted img {
    max-width: 120px;
  }
  .home-page .trusted img:nth-child(2) {
    margin: 0 -4px;
  }
  .home-page .why {
    padding: 40px 0;
  }
  .home-page .why h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .home-page .why .subtext {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .home-page .why h3 {
    font-size: 16px;
    line-height: 120%;
  }
  .home-page .why .text p {
    font-size: 16px;
    line-height: 130%;
  }
  .home-page .reviews {
    margin-top: 64px;
  }
  .home-page .reviews h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .home-page .reviews .subtext {
    font-size: 16px;
    line-height: 130%;
  }
  .home-page .reviews .item {
    max-width: 351px;
    width: 100%;
    padding: 48px 24px;
  }
  .home-page .reviews .review {
    font-size: 16px;
    line-height: 130%;
  }
  .home-page .reviews .user-info img {
    width: 32px;
    height: 32px;
  }
  .home-page .reviews .user-info span {
    font-size: 14px;
    line-height: 120%;
  }
  .home-page .explore {
    margin-top: 64px;
  }
  .home-page .explore h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .home-page .explore a {
    font-size: 14px;
    line-height: 120%;
  }
}
.hero-img {
  width: 100%;
  height: auto;
  display: block;
}
/*# sourceMappingURL=home-page.css.map */
