@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rufina:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
* body main .consult-card {
  display: none;
}
* body main {
  padding-bottom: 100px;
}
* body main .banner {
  min-height: 1044px;
  background-image: url("../images/banner-bg.svg");
  background-position: 0 -18.5823755vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
* body main .banner .text {
  padding-top: 171px;
}
* body main .banner .text h1 {
  color: #AA171B;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 87%;
  /* 87px */
  background: linear-gradient(180deg, #AA171B 53.05%, #480404 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0;
  padding-bottom: 10px;
}
* body main .banner .text p {
  color: #000;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 24px;
}
* body main .banner .text a {
  display: flex;
  margin: auto;
  width: 315px;
  height: 55.41px;
  padding: 9.962px 4.554px 9.962px 14.422px;
  justify-content: center;
  align-items: center;
  gap: -20.494px;
  flex-shrink: 0;
  border-radius: 9.962px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 50%), #AA181C;
  box-shadow: 0 3.321px 39.849px -4.981px rgba(255, 63, 47, 0.32), 0 0 0 0.83px #FF7F74;
  color: var(--Colors-white-white, #FFF);
  font-family: "Poltawski Nowy";
  font-size: 22.771px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.208px;
  /* 145.833% */
  text-decoration: none;
}
* body main .banner .text a svg {
  margin-left: 15px;
}
* body main .banner .image {
  margin-top: 34px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
}
* body main .banner .image img {
  display: block;
  margin: auto;
  max-width: 100%;
}
* body main .whatislovereport {
  margin-bottom: 40px;
}
* body main .whatislovereport .container .box {
  border-radius: 23px;
  background: #FFFDFD;
  box-shadow: 0 0 11.1px 0 rgba(0, 0, 0, 0.25);
  padding: 32px 90px 47px;
}
* body main .whatislovereport .container .box h2 {
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.552%;
  /* 49.748px */
  background: linear-gradient(180deg, #AA171B 53.05%, #B43337 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
}
* body main .whatislovereport .container .box p {
  color: #000;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  /* 29.52px */
}
* body main .video-section {
  padding: 20px 0px 80px;
  text-align: center;
  position: relative;
}
* body main .video-section .imgvideo {
  margin-bottom: 20px;
}
* body main .video-section .imgvideo img {
  width: 80px;
  height: 80px;
}
* body main .video-section h2 {
  color: #0A0A0A;
  font-family: "Poltawski Nowy";
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}
* body main .video-section p {
  color: #364153;
  font-family: "Times New Roman";
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 40px;
}
* body main .video-section .video-card {
  border-radius: 24px;
  background: linear-gradient(135deg, #FCE7F3 0%, #FFE4E6 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 100%;
}
* body main .video-section .video-card .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 12px;
}
* body main .video-section .video-card .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}
* body main .CTA {
  background: #AA181C;
  padding: 32px 0;
}
* body main .CTA .container {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
* body main .CTA .container .text {
  width: 749px;
  max-width: 100%;
}
* body main .CTA .container .text h3 {
  color: #FFF;
  font-family: "Poltawski Nowy";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
}
* body main .CTA .container .text h3 span {
  color: #FFDAC2;
}
* body main .CTA .container a {
  display: flex;
  flex-wrap: wrap;
  width: 345px;
  padding: 13.125px 6px 13.125px 0;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border-radius: 13.125px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.23) 50%, rgba(255, 255, 255, 0) 50%), #AA181C;
  box-shadow: 0 4.375px 52.5px -6.562px rgba(255, 255, 255, 0.32), 0 0 0 2px #FF7F74;
  color: #FFF;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  /* 107.143% */
}
* body main .CTA .container a span {
  color: #FFDAC2;
  display: block;
}
* body main .inside {
  padding: 85px 0 91px;
}
* body main .inside .container .heading h4 {
  color: #4E4C4C;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.552%;
}
* body main .inside .container .heading h4 span {
  color: #AA181C;
}
* body main .inside .container .heading .line {
  width: 595px;
  height: 2px;
  background: linear-gradient(90deg, rgba(194, 24, 91, 0) 0%, #C2185B 50%, rgba(194, 24, 91, 0) 100%);
  margin: 14px auto 30px;
}
* body main .inside .container .heading p {
  color: #000;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  /* 29.52px */
  margin-bottom: 50px;
}
* body main .inside .container .single {
  border-radius: 20px;
  background: linear-gradient(180deg, #FFF5F5 0%, #FFF 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 24px 60px;
  display: flex;
  gap: 70px;
  margin-bottom: 35px;
}
* body main .inside .container .single .icon {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  background: #AA181C;
  border: 10px solid #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
* body main .inside .container .single .icon span img {
  width: 62.291px;
  height: 62.291px;
  flex-shrink: 0;
  aspect-ratio: 62.29/62.29;
}
* body main .inside .container .single .text {
  width: calc(100% - 130px);
}
* body main .inside .container .single .text h5 {
  font-family: "Poltawski Nowy";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.552%;
  /* 38.693px */
  background: linear-gradient(180deg, #AA171B 53.05%, #B43337 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
* body main .inside .container .single .text p {
  color: #000;
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  /* 29.52px */
}
* body main .inside .container .single:nth-of-type(odd) .icon {
  order: 2;
}
* body main .inside .container .single:nth-last-of-type {
  margin-bottom: 0;
}
* body main .CTA2 {
  background-image: url("../images/cta2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  min-height: 392px;
  display: flex;
  vertical-align: middle;
  align-items: center;
}
* body main .CTA2 .container .text h6 {
  color: #2C2C2C;
  font-family: "Poltawski Nowy";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 42.35px;
  margin-bottom: 7px;
}
* body main .CTA2 .container .text h6 span {
  color: #AA181C;
}
* body main .CTA2 .container .text p {
  color: #000;
  font-family: "Times New Roman";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 42.35px;
  /* 141.167% */
  margin-bottom: 17px;
}
* body main .CTA2 .container .text a {
  display: flex;
  width: 315px;
  height: 55.41px;
  padding: 9.962px 4.554px 9.962px 14.422px;
  justify-content: center;
  align-items: center;
  gap: -20.494px;
  flex-shrink: 0;
  border-radius: 9.962px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 50%), #AA181C;
  box-shadow: 0 3.321px 39.849px -4.981px rgba(255, 63, 47, 0.32), 0 0 0 0.83px #FF7F74;
  color: var(--Colors-white-white, #FFF);
  font-family: "Poltawski Nowy";
  font-size: 22.771px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.208px;
  /* 145.833% */
  text-decoration: none;
}
* body main .CTA2 .container .text a svg {
  margin-left: 15px;
}
* body main .who {
  background: #FFF0F3;
  padding: 60px 0;
}
* body main .who .container .heading {
  margin-bottom: 76px;
}
* body main .who .container .heading h3 {
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.552%;
  /* 49.748px */
  background: linear-gradient(180deg, #AA171B 53.05%, #B43337 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 9px;
}
* body main .who .container .heading p {
  color: #000;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  /* 29.52px */
}
* body main .who .container .single {
  flex-shrink: 0;
  border-radius: 15.819px;
  background: linear-gradient(180deg, #FFF 0%, #FFF6F6 100%);
  padding: 80px 20px;
  padding-top: 0;
  box-shadow: 0 5.828px 11.656px rgba(0, 0, 0, 0.13);
  height: 100%;
  border: 1px solid transparent;
}
* body main .who .container .single .icon {
  width: 106px;
  height: 106px;
  background: #AA181C;
  border: 8px solid #ffffff;
  box-shadow: 0 3.33px 3.33px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: -58px auto 30px;
}
* body main .who .container .single .icon img {
  height: 60px;
}
* body main .who .container .single .text h6 {
  color: #AA181C;
  font-family: "Poltawski Nowy";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
  /* 34.16px */
  margin-bottom: 17px;
  text-align: center;
}
* body main .who .container .single .text p {
  width: 213px;
  display: block;
  margin: auto;
  color: #000;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 19.982px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  /* 24.578px */
}
* body main .testimonialbg {
  background-image: url("../images/testimonialbg.svg");
  background-position: 0 254px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 83px;
  padding-bottom: 100px;
}
* body main .howitworks {
  padding-bottom: 124px;
}
* body main .howitworks .container h4 {
  color: #000;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.552%;
  margin-bottom: 57px;
}
* body main .howitworks .container h4 span {
  color: #AA181C;
}
* body main .howitworks .container .row {
  display: flex;
  justify-content: space-between;
}
* body main .howitworks .container .row > div:last-child {
  border-radius: 15.819px;
  border: 1px solid #AA181C;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5607843137) 0%, rgba(255, 246, 246, 0.7137254902) 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(1px);
}
* body main .howitworks .container .row .single {
  width: 316.889px;
  padding: 20px 15px;
  border: 1px solid rgba(255, 255, 255, 0);
}
* body main .howitworks .container .row .single h5 {
  color: #AA181C;
  text-align: center;
  font-family: "Poltawski Nowy";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110.552%;
  /* 33.166px */
  margin-bottom: 18px;
}
* body main .howitworks .container .row .single p {
  color: #000;
  text-align: center;
  font-family: "Times New Roman";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 123%;
  /* 29.52px */
}
* body main .howitworks .container .row .arrow {
  width: 78.155px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
* body main .howitworks .container .row .arrow svg {
  display: block;
  margin: auto;
}
* body main .testimonials .container .heading {
  margin-bottom: 44px;
}
* body main .testimonials .container .heading h4 {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
* body main .testimonials .container .heading h4 span:first-child, * body main .testimonials .container .heading h4 span:last-child {
  width: 255px;
  height: 1.599px;
  display: block;
}
* body main .testimonials .container .heading h4 span:first-child {
  background: linear-gradient(90deg, rgba(170, 24, 28, 0) 0%, #AA181C 100%);
}
* body main .testimonials .container .heading h4 span:last-child {
  background: linear-gradient(90deg, rgba(170, 24, 28, 0) 0%, #AA181C 100%);
  transform: scaleX(-1);
}
* body main .testimonials .container .heading h4 span:nth-child(2) {
  color: #000;
  font-family: "Poltawski Nowy";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0 53px;
  /* 66px */
}
* body main .testimonials .container .row .single {
  position: relative;
}
* body main .testimonials .container .row .single .video video {
  height: 431px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
* body main .testimonials .container .row .single .text {
  width: 296.373px;
  height: 73.609px;
  flex-shrink: 0;
  background: #AA181C;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 18px 23px;
}
* body main .testimonials .container .row .single .text h6 {
  color: var(--base-white, #FFF);
  font-family: Poppins;
  font-size: 16.906px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.541px;
  /* 133.333% */
  letter-spacing: -0.47px;
  margin-bottom: 0;
}
* body main .testimonials .container .row .single .text p {
  color: var(--gray-300, #D4D4D8);
  font-family: Poppins;
  font-size: 13.149px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.663px;
  /* 157.143% */
}
* body main .testimonials .container .row .single .text p span {
  font-weight: 500;
}
* body main .CTA3 {
  background: #AA181C;
  padding: 31px 0;
}
* body main .CTA3 .container .row {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
}
* body main .CTA3 .container .row .text h6 {
  color: #FFF;
  font-family: "Poltawski Nowy";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 122%;
}
* body main .CTA3 .container .row .text h6 span {
  color: #FFDAC2;
}
* body main .CTA3 .container .row a {
  display: flex;
  width: 315px;
  height: 55.41px;
  padding: 9.962px 4.554px 9.962px 14.422px;
  justify-content: center;
  align-items: center;
  gap: -20.494px;
  flex-shrink: 0;
  border-radius: 9.962px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 50%), #AA181C;
  box-shadow: 0 3.321px 39.849px -4.981px rgba(255, 63, 47, 0.32), 0 0 0 0.83px #FF7F74;
  color: var(--Colors-white-white, #FFF);
  font-family: "Poltawski Nowy";
  font-size: 22.771px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.208px;
  /* 145.833% */
  text-decoration: none;
  margin-left: auto;
}
* body main .CTA3 .container .row a svg {
  margin-left: 15px;
}
* body main .FAQs {
  padding: 70px 0 90px;
}
* body main .FAQs .container .heading {
  margin-bottom: 34px;
}
* body main .FAQs .container .heading h5 {
  color: #000;
  font-family: Rufina;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
* body main .FAQs .container .heading h5 span {
  color: #AA181C;
}
* body main .FAQs .container .accordion .accordion-item {
  background: #F5F5F5;
  margin-bottom: 14px;
  border: none;
  border-radius: 0;
}
* body main .FAQs .container .accordion .accordion-item .accordion-header {
  border: none;
}
* body main .FAQs .container .accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  box-shadow: none;
  color: var(--Text-txt-primary, #000);
  font-family: "Poltawski Nowy";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
}
* body main .FAQs .container .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2392573E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}
* body main .FAQs .container .accordion .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
  padding-right: 40px;
}
* body main .FAQs .container .accordion .accordion-item .accordion-collapse .accordion-body p {
  color: var(--Text-txt-secondary, rgba(60, 60, 67, 0.85));
  font-family: "Poltawski Nowy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
* body main footer {
  background: #AA181C;
  padding: 85px 0;
}
* body main footer .container .row .company .logo {
  margin-bottom: 30px;
}
* body main footer .container .row .company .slogan {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Poltawski Nowy";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  /* 100% */
}
* body main footer .container .row .company .slogan span {
  color: #FFDAC2;
}
* body main footer .container .row .quicklinks h6 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.285px;
  /* 81.25% */
  text-transform: capitalize;
  margin-bottom: 40px;
}
* body main footer .container .row .quicklinks p {
  display: none;
}
* body main footer .container .row .quicklinks ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
* body main footer .container .row .quicklinks ul li {
  margin-bottom: 18px;
}
* body main footer .container .row .quicklinks ul li:last-child {
  margin-bottom: 0;
}
* body main footer .container .row .quicklinks ul li a {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.285px;
  /* 81.25% */
  text-transform: capitalize;
  position: relative;
  padding-left: 24px;
  text-decoration: none;
}
* body main footer .container .row .quicklinks ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/down-chevron.png");
  background-size: contain;
}
* body main footer .container .row .newsletter h6 {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.285px;
  /* 81.25% */
  text-transform: capitalize;
  margin-bottom: 40px;
}
* body main footer .container .row .newsletter form {
  width: 395.01px;
  height: 45.36px;
  flex-shrink: 0;
  border-radius: 3.78px;
  background: rgba(255, 255, 255, 0.25);
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
* body main footer .container .row .newsletter form input {
  width: 80%;
  background-color: transparent;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 15.12px;
  font-style: normal;
  font-weight: 400;
  line-height: 9.45px;
  border: none !important;
  outline: none !important;
  /* 62.5% */
}
* body main footer .container .row .newsletter form input::-moz-placeholder {
  color: #FFF;
}
* body main footer .container .row .newsletter form input::placeholder {
  color: #FFF;
}
* body main footer .container .row .newsletter form button {
  border: none;
  background-color: transparent;
}
* body main footer .container .row .newsletter p {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: Poppins;
  font-size: 13.23px;
  font-style: normal;
  font-weight: 300;
  line-height: 17px;
  /* 128.496% */
}
* body main footer .container .row hr {
  border-color: #ffffff;
}
* body main footer .container .row .copyright p {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 9.45px;
  /* 63% */
}
* body main footer .container .row .sociallinks ul {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: right;
  list-style-type: none;
}
* body main footer .container .row .sociallinks ul li {
  margin-left: 10px;
}
* body main footer .container .row .sociallinks ul li a {
  width: 33.075px;
  height: 33.075px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.37);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
* body main footer .container .row .sociallinks ul li a svg {
  color: #fff;
}
* body main .countdown {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, #AA181C 0%, #4F0D0F 100%);
  padding: 13px 0;
  z-index: 9999;
}
* body main .countdown .container .pricebutton {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
* body main .countdown .container .pricebutton a {
  width: -moz-max-content;
  width: max-content;
}
* body main .countdown .container .text {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Poltawski Nowy";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 10px;
}
* body main .countdown .container .text span {
  color: #FFDAC2;
}
* body main .countdown .container .timer {
  display: flex;
}
* body main .countdown .container .timer > div {
  width: 60.248px;
  height: 46.278px;
  min-width: 51.686px;
  padding: 3.23px 0;
  border-radius: 2.584px;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  background: #AA181C;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin-right: 8px;
}
* body main .countdown .container .timer > div .number {
  color: #FFF;
  text-align: center;
  font-family: Philosopher;
  font-size: 22.613px;
  font-style: normal;
  font-weight: 700;
  line-height: 27.361px;
  text-align: center;
  display: block;
}
* body main .countdown .container .timer > div .label {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 9.045px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.506px;
  text-align: center;
  display: block;
}
* body main .countdown .container .price {
  color: #FFF;
  font-family: "Poltawski Nowy";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.303%;
  margin-bottom: 10px;
  /* 37.591px */
}
* body main .countdown .container .price del {
  color: #FFDAC2;
}
* body main .countdown .container .right {
  display: flex;
  vertical-align: middle;
  align-items: center;
  width: 100%;
}
* body main .countdown .container #timerBox {
  background: #fff;
  display: table;
  padding: 8px 5px;
  margin: 0 auto 10px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  width: 260px;
  font-family: "Poltawski Nowy";
}
* body main .countdown .container a.getlovereport {
  display: flex;
  width: 265px;
  height: 37px;
  padding: 9.962px 4.554px 10px 14.422px;
  justify-content: center;
  align-items: center;
  gap: -20.494px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0) 50%), #AA181C;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: var(--Colors-white-white, #FFF);
  font-family: "Poltawski Nowy";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.208px;
  /* 166.039% */
  text-decoration: none;
}
* body main .countdown .container a.getlovereport svg {
  margin-left: 15px;
}
* body main .countdown .container a.whatsapp {
  width: 72px;
  margin-left: 32px;
}
* body main .countdown .container a.whatsapp img {
  max-width: 100%;
}
* body main .checkout {
  padding-top: 20px;
}
* body main .checkout .container .checkoutborder {
  border-radius: 20px;
  border: 1px solid #C42445;
  background: #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  padding: 50px;
  padding-bottom: 0px;
}
* body main .checkout .container .checkoutborder .row .addons {
  width: 438px;
}
* body main .checkout .container .checkoutborder .row .addons .heading h2 {
  font-size: 30px;
}
* body main .checkout .container .checkoutborder .row .addons .heading p {
  font-size: 16px;
}
* body main .checkout .container .checkoutborder .row .addons .carousel .carousel-indicators button {
  background-color: #aa181c;
}
* body main .checkout .container .checkoutborder .row .addons .carousel .carousel-inner {
  transition-timing-function: linear;
}
* body main .checkout .container .checkoutborder .row .addons .carousel .carousel-inner .carousel-item {
  transition-timing-function: linear;
}
* body main .checkout .container .checkoutborder .row .addons .single {
  padding: 104px 5px 80px;
}
* body main .checkout .container .checkoutborder .row .addons .single .content {
  border-radius: 272px 272px 15.819px 15.819px;
  background: linear-gradient(180deg, #FFF 0%, #FFF6F6 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .image {
  width: 306.17px;
  height: 273.147px;
  flex-shrink: 0;
  display: block;
  margin: auto;
  margin-top: -104px;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .image img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .text {
  padding: 25px;
  padding-bottom: 50px;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .text h1 {
  color: #000;
  font-family: "Poltawski Nowy";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.303%;
  /* 31.326px */
}
* body main .checkout .container .checkoutborder .row .addons .single .content .text h2 {
  color: #AA181C;
  font-family: "Poltawski Nowy";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.303%;
  /* 37.591px */
}
* body main .checkout .container .checkoutborder .row .addons .single .content .text p {
  color: #000;
  font-family: "Poltawski Nowy";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 124%;
  /* 21.08px */
}
* body main .checkout .container .checkoutborder .row .addons .single .content .text ul {
  padding-left: 15px;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .text ul li {
  color: rgba(0, 0, 0, 0.83);
  font-family: "Poltawski Nowy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 139%;
  /* 22.24px */
}
* body main .checkout .container .checkoutborder .row .addons .single .content .text ul li span {
  color: #AA181C;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .addonsbutton {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-bottom: -20px;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .addonsbutton input {
  width: 30px;
  height: 40px;
  accent-color: #AA181C;
  border-radius: 5px;
}
* body main .checkout .container .checkoutborder .row .addons .single .content .addonsbutton label {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #AA181C;
  color: var(--primary-contrast, #FFF);
  text-align: center;
  font-family: Philosopher;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
* body main .checkout .container .checkoutborder .row .form {
  width: calc(100% - 438px);
  padding-left: 77px;
}
* body main .checkout .container .checkoutborder .row .form .heading {
  margin-bottom: 70px;
}
* body main .checkout .container .checkoutborder .row .form form .inputs {
  margin-bottom: 27px;
}
* body main .checkout .container .checkoutborder .row .form form .inputs label {
  color: #1E1E1E;
  font-family: "Poltawski Nowy";
  font-size: 15.852px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-bottom: 8px;
}
* body main .checkout .container .checkoutborder .row .form form .inputs input,
* body main .checkout .container .checkoutborder .row .form form .inputs select {
  height: 55.414px;
  border-radius: 2.754px;
  border: 0.918px solid #BBBCBC;
  width: 100%;
  padding: 0 13px;
  font-family: "Poltawski Nowy";
  font-size: 12.852px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.197px;
  color: #000;
  /* 157.143% */
}
* body main .checkout .container .checkoutborder .row .form form .inputs input::-moz-placeholder, * body main .checkout .container .checkoutborder .row .form form .inputs select::-moz-placeholder {
  color: #aaaaaa;
}
* body main .checkout .container .checkoutborder .row .form form .inputs input::placeholder,
* body main .checkout .container .checkoutborder .row .form form .inputs select::placeholder {
  color: #aaaaaa;
}
* body main .checkout .container .checkoutborder .row .form form .inputs #gender {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='14' viewBox='0 0 20 20' width='14' xmlns='http://www.w3.org/2000/svg'><path d='M7 7l3 3 3-3z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 30px;
  cursor: pointer;
}
* body main .checkout .container .checkoutborder .row .form form .addonarea {
  display: none;
  width: 501.518px;
  margin: auto;
  margin-bottom: 24px;
}
* body main .checkout .container .checkoutborder .row .form form .addonarea input {
  width: 18px;
  height: 30px;
  margin-top: -7px;
  margin-right: 3px;
  accent-color: #AA181C;
}
* body main .checkout .container .checkoutborder .row .form form .addonarea label {
  text-align: center;
  color: var(--contrast-70-light, rgba(27, 43, 65, 0.72));
  text-align: center;
  /* Field label */
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
* body main .checkout .container .checkoutborder .row .form form .addonarea .info-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid rgba(27, 43, 65, 0.72);
  color: rgba(27, 43, 65, 0.72);
  text-align: center;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  cursor: pointer;
  margin-left: 5px;
}
* body main .checkout .container .checkoutborder .row .form form .addonarea .info-icon::before {
  content: "!";
}
* body main .checkout .container .checkoutborder .row .form form .checkbox-area {
  display: flex;
  justify-content: center;
  width: 501.518px;
  margin: auto;
  margin-bottom: 24px;
}
* body main .checkout .container .checkoutborder .row .form form .checkbox-area input {
  width: 30px;
  height: 30px;
  margin-top: -7px;
  margin-right: 3px;
  accent-color: #AA181C;
}
* body main .checkout .container .checkoutborder .row .form form .checkbox-area label {
  text-align: center;
  color: var(--contrast-70-light, rgba(27, 43, 65, 0.72));
  text-align: center;
  /* Field label */
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
* body main .checkout .container .checkoutborder .row .form form .checkbox-area label a {
  color: var(--contrast-70-light, rgba(27, 43, 65, 0.72));
  /* Field label */
  font-family: "Plus Jakarta Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
* body main .checkout .container .checkoutborder .row .form form #checkoutsubmit {
  display: flex;
  width: 271px;
  height: 40px;
  padding: 8px 14px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #AA181C;
  color: var(--primary-contrast, #FFF);
  text-align: center;
  /* [Button (primary)] Text */
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: none;
  margin: auto;
}
* body main .checkout .container .checkoutborder .row .form form #timerBox {
  background: #fff;
  display: table;
  padding: 8px 5px;
  margin: 0 auto 10px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  width: 260px;
  font-family: "Poltawski Nowy";
}
* body main .checkout .container .checkoutborder .row .form .paymenticons {
  margin-top: 50px;
}
* body main .checkout .container .checkoutborder .row .form .paymenticons ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
* body main .checkout .container .checkoutborder .row .form .paymenticons ul li img {
  height: 30px;
}
* body main .checkout .heading h2 {
  color: #AA181C;
  font-family: "Poltawski Nowy";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 125.303%;
  /* 56.386px */
}
* body main .checkout .heading p {
  color: var(--contrast-80-light, rgba(26, 41, 61, 0.83));
  font-family: "Poltawski Nowy";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 134%;
  /* 25.46px */
}

.pac-container {
  z-index: 9999999;
}/*# sourceMappingURL=style.css.map */