@charset "UTF-8";
.text-size-1 {
  font-size: calc(42px + 30 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-size: 72px;
  }
}
@media (min-width: 1400px) {
  .text-size-1 {
    font-weight: 700;
  }
}

.text-size-2 {
  font-size: calc(26px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .text-size-2 {
    font-weight: 700;
  }
}

.text-size-3 {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .text-size-3 {
    font-weight: 400;
  }
}

.text-size-4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .text-size-4 {
    font-weight: 500;
  }
}

.text-size-5 {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .text-size-5 {
    font-weight: 700;
  }
}

.text-size-6 {
  font-size: calc(17px + 0 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-size: 17px;
  }
}
@media (min-width: 1400px) {
  .text-size-6 {
    font-weight: 500;
  }
}

.text-size-7 {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .text-size-7 {
    font-weight: 400;
  }
}

.text-size-8 {
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .text-size-8 {
    font-weight: 400;
  }
}

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  background-color: #ffffff;
}

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

body {
  line-height: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  input,
  select,
  button,
  textarea {
    font-weight: 400;
  }
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

input[type=email],
input[type=tel] {
  text-align: right;
}

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #BFEA80;
  transition: all 0.2s ease;
}

*:hover {
  transition: all 0.2s ease;
}

.img-responsive {
  max-width: 100%;
}

.text-primary {
  color: #BFEA80 !important;
}

.bg-primary {
  background-color: #BFEA80 !important;
}

.text-secondary {
  color: #FFD8D8 !important;
}

.bg-secondary {
  background-color: #FFD8D8 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-success {
  color: #6cffc1 !important;
}

.bg-success {
  background-color: #6cffc1 !important;
}

.text-danger {
  color: #ff756c !important;
}

.bg-danger {
  background-color: #ff756c !important;
}

.text-warning {
  color: #ffb067 !important;
}

.bg-warning {
  background-color: #ffb067 !important;
}

.text-info {
  color: #27b3d2 !important;
}

.bg-info {
  background-color: #27b3d2 !important;
}

.text-gray {
  color: #667085 !important;
}

.bg-gray {
  background-color: #667085 !important;
}

.text-dark {
  color: #333333 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.text-light {
  color: rgba(255, 216, 216, 0.6) !important;
}

.bg-light {
  background-color: rgba(255, 216, 216, 0.6) !important;
}

.border {
  border: 1px solid #d1d5db !important;
}

.border-top {
  border-top: 1px solid #d1d5db !important;
}

.border-right {
  border-right: 1px solid #d1d5db !important;
}

.border-bottom {
  border-bottom: 1px solid #d1d5db !important;
}

.border-left {
  border-left: 1px solid #d1d5db !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-md {
  border-radius: 8px !important;
}

.rounded-lg {
  border-radius: 12px !important;
}

.rounded-xl {
  border-radius: 20px !important;
}

.rounded-2xl {
  border-radius: 24px !important;
}

.rounded-full {
  border-radius: 999px !important;
}

.rounded-none {
  border-radius: 0 !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.color-linear {
  background: linear-gradient(0deg, #FCF0F6 0%, #FCF0F6 100%), #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

body {
  font-family: "Tajawal", sans-serif;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  color: #333333;
  background: linear-gradient(0deg, #FCF0F6 0%, #FCF0F6 100%), #FFF;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 1400px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  body {
    font-weight: 400;
  }
}
body .main {
  flex: 1;
}

.border-radius-20 {
  border-radius: 20px;
}

.text-color-1 {
  color: #BFEA80;
}

.text-color-2 {
  color: #ffffff;
}

.bg-gradient-1 {
  background: linear-gradient(0deg, #FCF0F6 0%, #FCF0F6 100%), #FFF !important;
}

.bg-gradient-2 {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%) !important;
}

.bg-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae) !important;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 265px;
  padding-top: calc(8px + 1 * (100vw - 390px) / 1010);
  padding-right: calc(16px + 4 * (100vw - 390px) / 1010);
  padding-bottom: calc(8px + 1 * (100vw - 390px) / 1010);
  padding-left: calc(16px + 4 * (100vw - 390px) / 1010);
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  line-height: normal;
  background: #BFEA80;
  color: #000000;
  border: none;
  border-radius: 60px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
@media (min-width: 1400px) {
  .button {
    padding-top: 9px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-bottom: 9px;
  }
}
@media (min-width: 1400px) {
  .button {
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .button {
    font-weight: 400;
  }
}
.button._small {
  width: 170px;
  padding-top: calc(4px + 2 * (100vw - 390px) / 1010);
  padding-right: calc(12px + 4 * (100vw - 390px) / 1010);
  padding-bottom: calc(4px + 2 * (100vw - 390px) / 1010);
  padding-left: calc(12px + 4 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .button._small {
    padding-top: 6px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-right: 16px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-bottom: 6px;
  }
}
@media (min-width: 1400px) {
  .button._small {
    padding-left: 16px;
  }
}
.button._light {
  background: #FFD8D8;
}
.button:disabled {
  opacity: 0.5;
}
.button:disabled:hover {
  transform: none;
  color: inherit;
}
.button:hover {
  transform: scale(1.05);
  color: #ffffff;
}

.input-block input,
.input-block textarea {
  width: 100%;
  padding: 14px 10px;
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  border-radius: 20px;
  background: #FFD8D8;
  border: 1px solid #FFD8D8;
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .input-block input,
  .input-block textarea {
    font-weight: 400;
  }
}
.input-block input.error,
.input-block textarea.error {
  border-color: #ff756c;
}

.label-for-checkbox {
  display: flex;
}
.label-for-checkbox input[type=checkbox] {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-left: 10px;
}

.logo {
  display: block;
  max-width: 100%;
  width: calc(80px + 90 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .logo {
    width: 170px;
  }
}
.logo .logo__inner {
  width: 100%;
  display: flex;
}
.logo .logo__inner img {
  width: 100%;
  height: auto;
}

.header-menu-button {
  display: block;
  font-size: 26px;
  line-height: 1;
  color: #000000;
}
.header-menu-button::before {
  content: "\e905";
  font-family: "icomoon" !important;
}
.header-menu-button:focus {
  color: #000000;
}

.header-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu ul {
    gap: 20px;
  }
}
.header-menu ul li {
  padding-top: calc(15px + 8 * (100vw - 390px) / 1010);
  padding-bottom: calc(15px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .header-menu ul li {
    padding-top: 23px;
  }
}
@media (min-width: 1400px) {
  .header-menu ul li {
    padding-bottom: 23px;
  }
}
.header-menu ul li a {
  display: flex;
  align-items: center;
  padding-top: calc(4px + 3 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 5 * (100vw - 390px) / 1010);
  padding-bottom: calc(4px + 3 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 5 * (100vw - 390px) / 1010);
  font-size: calc(14px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #333333;
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    padding-top: 7px;
  }
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    padding-bottom: 7px;
  }
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    padding-left: 15px;
  }
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .header-menu ul li a {
    font-weight: 400;
  }
}
.header-menu ul li a:hover {
  color: #FFD8D8;
}
.header-menu ul li.menu-item-has-children {
  position: relative;
}
.header-menu ul li.menu-item-has-children > a {
  gap: 7px;
}
.header-menu ul li.menu-item-has-children > a::after {
  content: "\e903";
  font-family: "Icomoon";
  display: block;
  transform: rotate(90deg);
  font-size: 12px;
}
.header-menu ul ul.sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #171A1A;
  min-width: 200px;
  border-radius: 0 0 12px 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  display: block;
  padding: 10px 0;
  z-index: 1000;
}
.header-menu ul ul.sub-menu li {
  padding: 5px 15px;
}
.header-menu ul ul.sub-menu li a {
  color: #333333;
  font-size: 14px;
}
.header-menu ul ul.sub-menu li a:hover {
  color: #FFD8D8;
}
.header-menu ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .social-links {
    gap: 10px;
  }
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: #000000;
  border-radius: 100%;
  border: none;
  transition: all 0.2s ease;
}
.social-links a::before {
  color: #ffffff;
  font-size: 18px;
}
.social-links a:hover {
  background-color: #BFEA80;
}
.social-links a:hover::before {
  color: #ffffff;
}

.section-bg-element {
  position: relative;
}
.section-bg-element::before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
}
.section-bg-element._1::before {
  width: calc(200px + 100 * (100vw - 390px) / 1010);
  height: calc(200px + 100 * (100vw - 390px) / 1010);
  background-color: rgba(191, 234, 128, 0.6);
  top: calc(0px + -96 * (100vw - 390px) / 1010);
  right: 50%;
}
@media (min-width: 1400px) {
  .section-bg-element._1::before {
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._1::before {
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._1::before {
    top: -96px;
  }
}
.section-bg-element._2::before {
  width: calc(152px + 157 * (100vw - 390px) / 1010);
  height: calc(152px + 157 * (100vw - 390px) / 1010);
  background-color: rgba(191, 234, 128, 0.6);
  top: calc(-144px + 72 * (100vw - 390px) / 1010);
  right: 50%;
  transform: translateX(100%);
}
@media (min-width: 1400px) {
  .section-bg-element._2::before {
    width: 309px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._2::before {
    height: 309px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._2::before {
    top: -72px;
  }
}
.section-bg-element._3::before {
  width: calc(200px + 46 * (100vw - 390px) / 1010);
  height: calc(200px + 46 * (100vw - 390px) / 1010);
  background-color: rgba(191, 234, 128, 0.6);
  top: calc(-14px + -109 * (100vw - 390px) / 1010);
  right: 60%;
}
@media (min-width: 1400px) {
  .section-bg-element._3::before {
    width: 246px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._3::before {
    height: 246px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._3::before {
    top: -123px;
  }
}
.section-bg-element._4::before {
  width: calc(120px + 89 * (100vw - 390px) / 1010);
  height: calc(120px + 89 * (100vw - 390px) / 1010);
  background-color: #FFD8D8;
  top: calc(-80px + 8 * (100vw - 390px) / 1010);
  right: 50%;
  transform: translateX(100%);
}
@media (min-width: 1400px) {
  .section-bg-element._4::before {
    width: 209px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._4::before {
    height: 209px;
  }
}
@media (min-width: 1400px) {
  .section-bg-element._4::before {
    top: -72px;
  }
}

.stars {
  display: flex;
  gap: 2px;
}
.stars span {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-image: url(../img/icons/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.review-card {
  display: flex;
  flex-direction: column;
  padding-top: calc(12px + 18 * (100vw - 390px) / 1010);
  padding-right: calc(5px + 5 * (100vw - 390px) / 1010);
  padding-bottom: calc(12px + 18 * (100vw - 390px) / 1010);
  padding-left: calc(5px + 5 * (100vw - 390px) / 1010);
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .review-card {
    padding-top: 30px;
  }
}
@media (min-width: 1400px) {
  .review-card {
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .review-card {
    padding-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .review-card {
    padding-left: 10px;
  }
}
.review-card .review-card__top {
  display: flex;
  flex-direction: column;
  margin-bottom: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .review-card .review-card__top {
    margin-bottom: 20px;
  }
}
.review-card .review-card__top .user {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.review-card .review-card__top .user .user__image {
  width: calc(27px + 13 * (100vw - 390px) / 1010);
  min-width: calc(27px + 13 * (100vw - 390px) / 1010);
  height: calc(27px + 13 * (100vw - 390px) / 1010);
  border-radius: 50%;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .review-card .review-card__top .user .user__image {
    width: 40px;
  }
}
@media (min-width: 1400px) {
  .review-card .review-card__top .user .user__image {
    min-width: 40px;
  }
}
@media (min-width: 1400px) {
  .review-card .review-card__top .user .user__image {
    height: 40px;
  }
}
.review-card .review-card__top .user .user__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card .review-card__top .user .user__name {
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .review-card .review-card__top .user .user__name {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .review-card .review-card__top .user .user__name {
    font-weight: 700;
  }
}
.review-card .review-card__bottom p {
  font-size: calc(14px + 2 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .review-card .review-card__bottom p {
    font-size: 16px;
  }
}

.video-card {
  width: 100%;
  position: relative;
  padding-bottom: 160%;
  border-radius: 20px;
  overflow: hidden;
}
.video-card video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
.highlight-card h2 {
  font-size: calc(42px + 10 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .highlight-card h2 {
    font-size: 52px;
  }
}
.highlight-card h4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .highlight-card h4 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .highlight-card h4 {
    font-weight: 500;
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding-top: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 0 * (100vw - 390px) / 1010);
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .service-card {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .service-card {
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .service-card {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .service-card {
    padding-left: 10px;
  }
}
.service-card .icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.service-card h4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .service-card h4 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .service-card h4 {
    font-weight: 500;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.product-card .product-card__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.product-card .product-card__image img,
.product-card .product-card__image picture,
.product-card .product-card__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card .product-card__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  padding-top: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-card .product-card__body {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__body {
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__body {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__body {
    padding-left: 10px;
  }
}
.product-card .product-card__title {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .product-card .product-card__title {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .product-card .product-card__title {
    font-weight: 500;
  }
}
.product-card .product-card__description {
  width: 100%;
}

.plan-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding-top: calc(20px + 0 * (100vw - 390px) / 1010);
  padding-right: calc(20px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(20px + 0 * (100vw - 390px) / 1010);
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .plan-card {
    padding-top: 20px;
  }
}
@media (min-width: 1400px) {
  .plan-card {
    padding-right: 20px;
  }
}
@media (min-width: 1400px) {
  .plan-card {
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .plan-card {
    padding-left: 20px;
  }
}
.plan-card h4 {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
}
@media (min-width: 1400px) {
  .plan-card h4 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .plan-card h4 {
    font-weight: 500;
  }
}
.plan-card .plan-card__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: start;
}
.plan-card .plan-card__features {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.plan-card .plan-card__features li {
  display: flex;
  gap: 8px;
}
.plan-card .plan-card__features li::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-image: url(../img/icons/icon-mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.plan-card .plan-card_price {
  display: flex;
  align-items: baseline;
  font-size: 20px;
  font-weight: 700;
}
.plan-card._highlighted::before {
  content: attr(data-label);
  display: block;
  margin-top: -20px;
  margin-bottom: -5px;
  padding: 10px;
  min-width: 50%;
  max-width: 100%;
  font-size: 20px;
  font-weight: 700;
  background-color: #8FD031;
  border-radius: 0 0 20px 20px;
}

.information-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: calc(20px + 17 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 0 * (100vw - 390px) / 1010);
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1400px) {
  .information-card {
    padding-top: 37px;
  }
}
@media (min-width: 1400px) {
  .information-card {
    padding-right: 10px;
  }
}
@media (min-width: 1400px) {
  .information-card {
    padding-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .information-card {
    padding-left: 10px;
  }
}
.information-card .information-card__heading {
  display: flex;
  gap: 12px;
}
.information-card .information-card__heading .icon {
  display: block;
  width: calc(20px + 10 * (100vw - 390px) / 1010);
  min-width: calc(20px + 10 * (100vw - 390px) / 1010);
  height: calc(20px + 10 * (100vw - 390px) / 1010);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1400px) {
  .information-card .information-card__heading .icon {
    width: 30px;
  }
}
@media (min-width: 1400px) {
  .information-card .information-card__heading .icon {
    min-width: 30px;
  }
}
@media (min-width: 1400px) {
  .information-card .information-card__heading .icon {
    height: 30px;
  }
}
.information-card .information-card__heading h3 {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
  font-weight: 700 !important;
}
@media (min-width: 1400px) {
  .information-card .information-card__heading h3 {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .information-card .information-card__heading h3 {
    font-weight: 400;
  }
}
.information-card .information-card__content {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  font-weight: 500 !important;
}
@media (min-width: 1400px) {
  .information-card .information-card__content {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .information-card .information-card__content {
    font-weight: 500;
  }
}

.block-contact {
  padding-top: calc(20px + 30 * (100vw - 390px) / 1010);
  padding-right: calc(10px + 80 * (100vw - 390px) / 1010);
  padding-bottom: calc(20px + 30 * (100vw - 390px) / 1010);
  padding-left: calc(10px + 80 * (100vw - 390px) / 1010);
  background-color: #BFEA80;
}
@media (min-width: 1400px) {
  .block-contact {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .block-contact {
    padding-right: 90px;
  }
}
@media (min-width: 1400px) {
  .block-contact {
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .block-contact {
    padding-left: 90px;
  }
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: calc(20px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-info {
    gap: 40px;
  }
}
.product-info h1 {
  margin-bottom: 20px;
}
.product-info .product-info__title {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
  font-size: calc(24px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .product-info .product-info__title {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .product-info .product-info__title {
    font-size: 26px;
  }
}
.product-info .product-info__list {
  display: flex;
}
.product-info .product-info__list._horizontal {
  flex-wrap: wrap;
  gap: 15px;
}
.product-info .product-info__list._horizontal li {
  display: flex;
  gap: 4px;
}
.product-info .product-info__list._horizontal li::before {
  content: "•";
}
.product-info .product-info__list:not(._horizontal) {
  flex-direction: column;
  gap: calc(10px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .product-info .product-info__list:not(._horizontal) {
    gap: 20px;
  }
}

.banner {
  display: block;
  width: 100%;
}
.banner._banner-1 .banner__inner {
  position: relative;
  width: 100%;
  padding-top: 153.3333333333%;
  overflow: hidden;
}
.banner._banner-1 .banner__inner img,
.banner._banner-1 .banner__inner picture,
.banner._banner-1 .banner__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .banner._banner-1 .banner__inner {
    position: relative;
    width: 100%;
    padding-top: 38.3333333333%;
    overflow: hidden;
  }
  .banner._banner-1 .banner__inner img,
  .banner._banner-1 .banner__inner picture,
  .banner._banner-1 .banner__inner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.text-content .buttons-block {
  display: flex;
  margin: calc(-5px + -5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block {
    margin: -10px;
  }
}
.text-content .buttons-block .button {
  margin: calc(5px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content .buttons-block .button {
    margin: 10px;
  }
}
.text-content._type-1 h1 {
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h1 {
    margin-bottom: 30px;
  }
}
.text-content._type-1 h2 {
  margin-bottom: calc(10px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 h2 {
    margin-bottom: 15px;
  }
}
.text-content._type-1 .buttons-block {
  margin-top: calc(30px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-1 .buttons-block {
    margin-top: 30px;
  }
}
.text-content._type-2 > *:not(:last-child) {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-2 > *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-content._type-3 > *:not(h3):not(:last-child) {
  margin-bottom: calc(15px + 5 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 > *:not(h3):not(:last-child) {
    margin-bottom: 20px;
  }
}
.text-content._type-3 h3 {
  margin-bottom: calc(30px + 20 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .text-content._type-3 h3 {
    margin-bottom: 50px;
  }
}

.responsive-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.responsive-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  padding: 5px 5px 10px;
}
.swiper .swiper-slide {
  height: auto;
}
.swiper .swiper-pagination {
  bottom: 0;
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination {
    margin-top: 30px;
  }
}
.swiper .swiper-pagination-bullet {
  width: calc(15px + 10 * (100vw - 390px) / 1010);
  min-width: calc(15px + 10 * (100vw - 390px) / 1010);
  height: calc(3px + 2 * (100vw - 390px) / 1010);
  opacity: 1;
  background-color: #e4e6e8;
  border: none;
  border-radius: 0 5px;
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    width: 25px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    min-width: 25px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-pagination-bullet {
    height: 5px;
  }
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BFEA80;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  width: calc(20px + 40 * (100vw - 390px) / 1010);
  min-width: calc(20px + 40 * (100vw - 390px) / 1010);
  height: calc(20px + 40 * (100vw - 390px) / 1010);
  background-color: #BFEA80;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 60px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    min-width: 60px;
  }
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    height: 60px;
  }
}
.swiper .swiper-button-next::after,
.swiper .swiper-button-prev::after {
  font-family: "icomoon";
  font-size: calc(12px + 6 * (100vw - 390px) / 1010);
  color: #374151;
}
@media (min-width: 1400px) {
  .swiper .swiper-button-next::after,
  .swiper .swiper-button-prev::after {
    font-size: 18px;
  }
}
.swiper .swiper-button-next::after {
  content: "\e900";
}
.swiper .swiper-button-prev::after {
  content: "\e903";
}
.swiper._pagination-bottom .swiper-button-next,
.swiper._pagination-bottom .swiper-button-prev {
  position: static;
}
.swiper.blogSwiper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.blogSwiper .swiper-button-next,
.swiper.blogSwiper .swiper-button-prev {
  display: none;
}
.swiper.reviewsSwiper .swiper-slide {
  width: 100%;
}
.swiper.reviewsSwiper .swiper-button-next,
.swiper.reviewsSwiper .swiper-button-prev {
  display: none;
}
.swiper._paginated {
  padding: 5px 5px 50px;
}
.swiper .navigation {
  margin-top: calc(30px + 10 * (100vw - 390px) / 1010);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) {
  .swiper .navigation {
    margin-top: 40px;
  }
}

.accordion .accordion-item {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
.accordion .accordion-button {
  font-size: calc(18px + 2 * (100vw - 390px) / 1010);
  font-weight: 500;
  background-color: #FFD8D8;
  box-shadow: none;
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .accordion .accordion-button {
    font-weight: 500;
  }
}
.accordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion .accordion-body {
  background-color: #FFD8D8;
}

.nav-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #171A1A;
  border-radius: 0 0 12px 12px;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.nav-overlay .overlay-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}
.nav-overlay .overlay-content .overlay-content__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}
.nav-overlay .overlay-menu {
  margin: auto 0;
}
.nav-overlay .overlay-menu ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.nav-overlay .overlay-menu ul li a {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
  color: #ffffff;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-menu ul li a {
    font-weight: 400;
  }
}
.nav-overlay .overlay-categories a {
  color: #BFEA80;
}
.nav-overlay .overlay-categories h5 {
  margin-bottom: 15px;
  font-size: calc(16px + 2 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .nav-overlay .overlay-categories h5 {
    font-weight: 700;
  }
}
.nav-overlay .overlay-categories ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.nav-overlay.shown {
  max-height: 90vh;
  overflow: auto;
}
@media (min-width: 992px) {
  .nav-overlay {
    display: none;
  }
}
.nav-overlay.light {
  background-color: #fff;
}

.form-content {
  position: relative;
}
.form-content .form-content-successed {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-regular {
  visibility: hidden;
  opacity: 0;
}
.form-content.successed .form-content-successed {
  visibility: visible;
  opacity: 1;
}

.contact-succeed-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.load {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  cursor: wait;
}
.load .spinner-border {
  border-color: #6b7280;
  border-right-color: transparent;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #d1d5db !important;
}

.border-top {
  border-top: 1px solid #d1d5db !important;
}

.border-end {
  border-right: 1px solid #d1d5db !important;
}

.border-bottom {
  border-bottom: 1px solid #d1d5db !important;
}

.border-start {
  border-left: 1px solid #d1d5db !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #BFEA80 !important;
}

.border-secondary {
  border-color: #FFD8D8 !important;
}

.border-success {
  border-color: #6cffc1 !important;
}

.border-info {
  border-color: #27b3d2 !important;
}

.border-warning {
  border-color: #ffb067 !important;
}

.border-danger {
  border-color: #ff756c !important;
}

.border-light {
  border-color: rgba(255, 216, 216, 0.6) !important;
}

.border-dark {
  border-color: #333333 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.border-radius-xl {
  border-radius: 20px !important;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.font-italic {
  font-style: italic !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: normal !important;
}

.lh-lg {
  line-height: 1.7 !important;
}

.text-primary {
  color: #BFEA80 !important;
}

.text-secondary {
  color: #FFD8D8 !important;
}

.text-success {
  color: #6cffc1 !important;
}

.text-info {
  color: #27b3d2 !important;
}

.text-warning {
  color: #ffb067 !important;
}

.text-danger {
  color: #ff756c !important;
}

.text-light {
  color: rgba(255, 216, 216, 0.6) !important;
}

.text-dark {
  color: #333333 !important;
}

.text-black {
  color: #000000 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-body {
  color: #111827 !important;
}

.text-muted {
  color: #4b5563 !important;
}

.bg-primary {
  background-color: #BFEA80 !important;
}

.bg-secondary {
  background-color: #FFD8D8 !important;
}

.bg-success {
  background-color: #6cffc1 !important;
}

.bg-info {
  background-color: #27b3d2 !important;
}

.bg-warning {
  background-color: #ffb067 !important;
}

.bg-danger {
  background-color: #ff756c !important;
}

.bg-light {
  background-color: rgba(255, 216, 216, 0.6) !important;
}

.bg-dark {
  background-color: #333333 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-body {
  background-color: #fff !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.cursor-auto {
  cursor: auto !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-zoom-in {
  cursor: zoom-in !important;
}

.cursor-zoom-out {
  cursor: zoom-out !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.bg-gradient-primary {
  background: linear-gradient(0deg, #FCF0F6 0%, #FCF0F6 100%), #FFF !important;
}

.bg-gradient-secondary {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%) !important;
}

.bg-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae) !important;
}

.text-gradient-primary {
  background: linear-gradient(0deg, #FCF0F6 0%, #FCF0F6 100%), #FFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-secondary {
  background: linear-gradient(135deg, #3b82f6 0%, #9333ea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.text-gradient-3 {
  background: linear-gradient(to right, #4a008c, #8d99ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-in-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slide-in-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide-in-down {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scale-in {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate-fade-in {
  animation: fade-in 0.3s ease-out forwards;
}

.animate-slide-in-left {
  animation: slide-in-left 0.3s ease-out forwards;
}

.animate-slide-in-right {
  animation: slide-in-right 0.3s ease-out forwards;
}

.animate-slide-in-up {
  animation: slide-in-up 0.3s ease-out forwards;
}

.animate-slide-in-down {
  animation: slide-in-down 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: scale-in 0.3s ease-out forwards;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header .header-main {
  padding-top: calc(10px + 0 * (100vw - 390px) / 1010);
  padding-bottom: calc(10px + 0 * (100vw - 390px) / 1010);
  background-color: #BFEA80;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-top: 10px;
  }
}
@media (min-width: 1400px) {
  .header .header-main {
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .header .header-main {
    padding: 0;
  }
  .header .social-links,
  .header .logo {
    padding-top: calc(10px + 10 * (100vw - 390px) / 1010);
    padding-bottom: calc(10px + 10 * (100vw - 390px) / 1010);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .header .social-links,
  .header .logo {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .header .social-links,
  .header .logo {
    padding-bottom: 20px;
  }
}

.section {
  margin-bottom: calc(80px + 40 * (100vw - 390px) / 1010);
  overflow-x: clip;
}
@media (min-width: 1400px) {
  .section {
    margin-bottom: 120px;
  }
}
.section .section-heading {
  display: grid;
  gap: calc(10px + 5 * (100vw - 390px) / 1010);
  margin-bottom: calc(20px + 10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section .section-heading {
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading {
    margin-bottom: 30px;
  }
}
.section .section-heading h2 {
  font-size: calc(26px + 6 * (100vw - 390px) / 1010);
  font-weight: 700;
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h2 {
    font-weight: 700;
  }
}
.section .section-heading h3 {
  font-size: calc(20px + 6 * (100vw - 390px) / 1010);
  font-weight: 400;
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .section .section-heading h3 {
    font-weight: 400;
  }
}
.section .container {
  position: relative;
  z-index: 1;
}
.section._first {
  padding-top: calc(30px + 30 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .section._first {
    padding-top: 60px;
  }
}
.section._highlights {
  padding-top: calc(30px + 20 * (100vw - 390px) / 1010);
  padding-bottom: calc(30px + 20 * (100vw - 390px) / 1010);
  background-color: #BFEA80;
}
@media (min-width: 1400px) {
  .section._highlights {
    padding-top: 50px;
  }
}
@media (min-width: 1400px) {
  .section._highlights {
    padding-bottom: 50px;
  }
}

.footer {
  font-size: calc(16px + 0 * (100vw - 390px) / 1010);
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1400px) {
  .footer {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .footer {
    font-weight: 400;
  }
}
.footer > * {
  width: 100%;
}
.footer a:hover {
  color: #FFD8D8;
}
.footer .social-links a {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.footer .social-links a::before {
  font-size: 24px;
}
.footer .social-links a:hover {
  background-color: #ffffff;
}
.footer .social-links a:hover::before {
  color: #000000;
}
.footer .footer__main {
  padding: 105px 0;
  background-color: #BFEA80;
  position: relative;
  overflow: clip;
}
.footer .footer__main .footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: calc(20px + 0 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .footer-menu ul {
    gap: 20px;
  }
}
.footer .footer__main .footer-menu ul li a {
  padding: 7px 10px;
}
.footer .footer__main .bg-element {
  position: absolute;
  z-index: 0;
}
.footer .footer__main .bg-element .image-wrapper {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.footer .footer__main .bg-element::after {
  content: "";
  display: block;
  background-color: #FFD8D8;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
}
.footer .footer__main .bg-element._element-1 {
  width: calc(140px + 160 * (100vw - 390px) / 1010);
  height: calc(150px + 175 * (100vw - 390px) / 1010);
  bottom: 0;
  right: 0;
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-1 {
    width: 300px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-1 {
    height: 325px;
  }
}
.footer .footer__main .bg-element._element-1::after {
  width: calc(141px + 118 * (100vw - 390px) / 1010);
  height: calc(141px + 118 * (100vw - 390px) / 1010);
  right: calc(-47px + -18 * (100vw - 390px) / 1010);
  bottom: calc(-60px + -10 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-1::after {
    width: 259px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-1::after {
    height: 259px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-1::after {
    right: -65px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-1::after {
    bottom: -70px;
  }
}
.footer .footer__main .bg-element._element-1 .image-wrapper {
  background-image: url(../img/elements/bg-element-1.png);
}
.footer .footer__main .bg-element._element-2 {
  width: calc(95px + 38 * (100vw - 390px) / 1010);
  height: calc(165px + 65 * (100vw - 390px) / 1010);
  left: 0;
  top: 0;
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-2 {
    width: 133px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-2 {
    height: 230px;
  }
}
.footer .footer__main .bg-element._element-2::after {
  width: calc(186px + 73 * (100vw - 390px) / 1010);
  height: calc(186px + 73 * (100vw - 390px) / 1010);
  right: calc(-47px + -18 * (100vw - 390px) / 1010);
  bottom: calc(19px + 8 * (100vw - 390px) / 1010);
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-2::after {
    width: 259px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-2::after {
    height: 259px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-2::after {
    right: -65px;
  }
}
@media (min-width: 1400px) {
  .footer .footer__main .bg-element._element-2::after {
    bottom: 27px;
  }
}
.footer .footer__main .bg-element._element-2 .image-wrapper {
  background-image: url(../img/elements/bg-element-2.png);
}
.footer .footer__main .container {
  position: relative;
  z-index: 1;
}
.footer .footer__bottom {
  padding: 10px 0;
  background-color: #000000;
}
.footer .footer__bottom .footer-bottom__text {
  direction: ltr;
  text-align: center;
  font-size: calc(16px + 2 * (100vw - 360px) / 1010);
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #ffffff;
}
.footer .footer__bottom .footer-bottom__text a {
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer .footer__main ul {
    padding: 20px 0;
  }
}