* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  color: #000000;
  position: relative;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden !important;
}

.container {
  max-width: 1510px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h2 {
  font-size: 3.125rem;
  line-height: 60px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 1rem;
  line-height: 38px;
  letter-spacing: 0;
}

img {
  width: 100%;
  height: auto;
}

.bg-green {
  background-color: #CCF7DE;
}

.bg-red {
  background-color: #FFD9ED;
}

.bg-yellow {
  background-color: #F7F2CC;
}

.bg-orange {
  background-color: #FCDDC6;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a.button,
.nav__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 62px;
  width: 100%;
  max-width: 207px;
  min-width: 180px;
  padding: 0 1.5rem;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0;
}
a.button span,
.nav__cta span {
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
}
a.button:after,
.nav__cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCF7DE;
  z-index: 0;
  transform: translateX(-100%);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
a.button:hover:after,
.nav__cta:hover:after {
  transform: translateX(0);
}
a.button:hover span,
.nav__cta:hover span {
  color: #000000;
}
a.button:active,
.nav__cta:active {
  transform: translateY(0);
}

.hero {
  background: transparent linear-gradient(180deg, #FEF0EA 0%, #FFFDF7 54%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  height: 1079px;
  padding: 251px 0 0;
}
@media (max-width: 992px) {
  .hero {
    height: auto;
    padding-top: 170px;
  }
}
.hero .text-box {
  max-width: 460px;
}
@media (max-width: 992px) {
  .hero .text-box {
    margin: 0 auto;
    max-width: 100%;
  }
}
.hero .text-box h1 {
  font-size: 3.375rem;
  letter-spacing: 0px;
  line-height: 109px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media (max-width: 992px) {
  .hero .text-box h1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: clamp(2.5rem, 5vw, 3.375rem);
    line-height: 1.5;
  }
}
.hero .text-box h1 span {
  border-radius: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 4px;
  line-height: normal;
  font-weight: 600;
}
.hero .text-box h1 span:nth-of-type(3) {
  margin-bottom: 57px;
}
.hero .text-box p {
  margin-bottom: 52px;
  font-size: 1.375rem;
  line-height: 32px;
  max-width: 416px;
}
@media (max-width: 992px) {
  .hero .text-box p {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.hero .image-box {
  margin: -42px auto 0px 47px;
  max-width: 637px;
}
@media (max-width: 1600px) {
  .hero .image-box {
    margin: 0 auto;
  }
}
.hero .image-box img,
.hero .image-box svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .actions {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hero .actions {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.future {
  padding: 114px 0 150px;
  position: relative;
}
@media (max-width: 768px) {
  .future {
    padding: 120px 0;
  }
}
.future-header {
  margin-bottom: 91px;
  text-align: center;
}
@media (max-width: 768px) {
  .future-header {
    margin-bottom: 65px;
  }
}
.future-header h2 {
  margin-bottom: 30px;
}
.future-header h3 {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  max-width: 167px;
  padding: 2px;
  margin: 0 auto;
  margin-bottom: 49px;
  font-weight: 700;
}
.future-header p {
  font-size: 1.375rem;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .future-header p {
    text-align: center;
    margin: 0 auto 20px;
  }
}
.future-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 0 auto;
  max-width: 1634px;
}
@media (max-width: 1600px) {
  .future-items {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .future-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .future-items {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.future-item {
  text-align: left;
}
@media (max-width: 1200px) {
  .future-item {
    max-width: 300px;
    text-align: center;
    margin: 0 auto 20px;
  }
}
.future-item__image {
  margin-bottom: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 398px;
  min-width: 398px;
  aspect-ratio: 1/1;
  background: #FBFBFB;
  border-radius: 10px;
}
@media (max-width: 1600px) {
  .future-item__image {
    width: 100%;
    height: auto;
    min-width: 0;
  }
}
.future-item__image img,
.future-item__image svg {
  width: 100%;
  height: 100%;
  max-width: 230px;
}
.future-item p {
  font-size: 1rem;
  margin: 0 0 8px;
  line-height: 30px;
}
.future-item p strong {
  font-size: 1.125rem;
  margin-bottom: 19px;
}

.ease {
  padding: 81px 0;
  position: relative;
}
@media (max-width: 768px) {
  .ease {
    padding: 0 0 65px;
  }
}
.ease-header {
  margin-bottom: 63px;
  text-align: center;
}
@media (max-width: 768px) {
  .ease-header {
    margin-bottom: 65px;
  }
}
.ease-header h3 {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  max-width: 167px;
  padding: 2px;
  margin: 0 auto 50px;
  font-weight: 700;
}
.ease-header h2 {
  margin-bottom: 40px;
}
.ease-header p {
  font-size: 1.375rem;
  line-height: 36px;
  max-width: 949px;
  margin: 0 auto 20px;
}
.ease-grid {
  display: flex;
  gap: 50px 130px;
  max-width: none;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;
}
.ease-grid__item {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  min-height: 209px;
  width: 460px;
  text-align: left;
  padding: 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
}
@media (max-width: 768px) {
  .ease-grid__item {
    gap: 19px;
    max-width: none;
    margin-top: -14px;
    flex-direction: column;
  }
}
.ease-grid__item__content {
  display: flex;
  flex-direction: column;
  gap: 19px;
  max-width: 309px;
}
@media (max-width: 768px) {
  .ease-grid__item__content {
    max-width: none;
    text-align: center;
  }
}
.ease-grid__item__item__image {
  text-align: center;
}
.ease-grid__item p {
  font-size: 1rem;
  margin: 0;
}
.ease-grid__item p strong {
  font-size: 18px;
  margin-bottom: 19px;
}

.pricing {
  padding: 161px 0;
  position: relative;
}
@media (max-width: 768px) {
  .pricing {
    padding: 0 0 65px;
  }
}
.pricing-header {
  margin-bottom: 91px;
  text-align: center;
}
@media (max-width: 768px) {
  .pricing-header {
    margin-bottom: 65px;
  }
}
.pricing-header h3 {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0;
  max-width: 167px;
  padding: 2px;
  margin: 0 auto 36px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 129px;
}
.pricing-header h2 {
  margin-bottom: 45px;
}
.pricing-header__list {
  display: flex;
  gap: 75px;
  justify-content: center;
  list-style: none;
  font-size: 1.125rem;
  line-height: 30px;
}
@media (max-width: 768px) {
  .pricing-header__list {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.pricing-header__list li {
  position: relative;
  padding-left: 30px;
}
.pricing-header__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='%23000000'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.pricing-items {
  display: flex;
  align-items: stretch;
  max-width: 1640px;
  margin: 0 auto;
  gap: 15px;
}
@media (max-width: 768px) {
  .pricing-items {
    flex-direction: column;
    padding: 15px;
  }
}
.pricing-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: auto;
  width: 100%;
  background: #FBFBFB 0% 0% no-repeat padding-box;
  padding: 39px 0px 80px 56px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .pricing-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .pricing-item {
    max-width: none;
    margin: 0 auto 0;
    text-align: center;
    height: auto;
    min-height: 400px;
    padding: 40px;
  }
}
.pricing-item h3 {
  font-size: 1.125rem;
  line-height: 38px;
  margin: 0 0 11px;
}
.pricing-item__description {
  margin-bottom: 49px;
}
.pricing-item__price {
  font-size: 4.25rem;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .pricing-item__price {
    font-size: 3.125rem;
    line-height: normal;
  }
}
.pricing-item__price span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 68px;
}
.pricing-item__list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .pricing-item__list {
    max-width: 290px;
    text-align: left;
    margin: 0 auto;
  }
}
.pricing-item__list li {
  font-size: 1rem;
  line-height: normal;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}
.pricing-item__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z' fill='%23000000'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.reviews {
  padding: 43px 0;
  position: relative;
}
@media (max-width: 768px) {
  .reviews {
    padding: 0 0 65px;
  }
}
.reviews-header {
  margin-bottom: 91px;
  text-align: center;
}
@media (max-width: 768px) {
  .reviews-header {
    margin-bottom: 65px;
  }
}
.reviews-header h3 {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0;
  max-width: 167px;
  padding: 2px;
  margin: 0 auto 46px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 221px;
}
.reviews-header h2 {
  margin: 0 auto 40px;
  max-width: 1030px;
}
.reviews-header p {
  font-size: 1.375rem;
  line-height: 36px;
  max-width: 830px;
  margin: 0 auto;
}
.reviews-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1322px;
  margin: 0 auto;
  gap: 65px;
}
@media (max-width: 1600px) {
  .reviews-grid {
    padding: 0 20px;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .reviews-grid {
    flex-direction: column;
    gap: 20px;
  }
}
.reviews-grid .item {
  border-radius: 21px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-height: 307px;
  padding: 40px;
}
@media (max-width: 992px) {
  .reviews-grid .item {
    min-height: auto;
    height: auto;
  }
}
.reviews-grid .item h3,
.reviews-grid .item p {
  margin: 0;
}
.reviews-grid .item p {
  font-size: 1rem;
  line-height: 28px;
  margin: 0;
}
.reviews-grid .item-author {
  display: flex;
  gap: 16px;
  align-items: center;
}
.reviews-grid .item img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

.faq {
  padding: 43px 0 188px;
  position: relative;
}
@media (max-width: 768px) {
  .faq {
    padding: 0 0 65px;
  }
}
.faq-header {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .faq-header {
    margin-bottom: 65px;
  }
}
.faq-header h3 {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: 0;
  padding: 2px;
  margin: 0 auto 46px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 130px;
}
.faq-header h2 {
  margin: 0 auto 40px;
  max-width: 1030px;
}
.faq-header p {
  font-size: 1.375rem;
  line-height: 36px;
  max-width: 830px;
  margin: 0 auto 20px;
}
.faq .faq-list {
  max-width: 982px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: rgba(235, 235, 235, 0.23);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .faq .faq-list {
    padding: 0 20px;
    gap: 20px;
  }
}
@media (max-width: 992px) {
  .faq .faq-list {
    flex-direction: column;
    gap: 20px;
  }
}
.faq .faq-list__item {
  padding: 27px 33px 29px 51px;
}
@media (max-width: 768px) {
  .faq .faq-list__item {
    padding: 20px;
  }
}
.faq .faq-list__item p {
  margin: 0;
}
.faq .faq-list__item button {
  border: none;
  background-color: transparent;
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.faq .faq-list__item button:before, .faq .faq-list__item button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
}
.faq .faq-list__item button:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq-list__item button:after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq .faq-list__item.open button:before {
  transform: translate(-50%, -50%) rotate(225deg);
}
.faq .faq-list__item.open button:after {
  transform: translate(-50%, -50%) rotate(-225deg);
}
.faq .faq-list__item.open .faq-list__content {
  max-height: 100px;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
@media (max-width: 768px) {
  .faq .faq-list__item.open .faq-list__content {
    max-height: 200px;
  }
}
.faq .faq-list__item.open .faq-list__header {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .faq .faq-list__item.open .faq-list__header {
    flex-wrap: wrap;
  }
}
.faq .faq-list__header {
  font-size: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  line-height: 38px;
  margin-bottom: 0;
  transition: all 300ms ease-in-out;
}
.faq .faq-list__content {
  font-size: 1rem;
  line-height: 30px;
  max-width: 692px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.faq .faq-list .item {
  border-radius: 21px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  min-height: 307px;
  padding: 40px;
}
@media (max-width: 992px) {
  .faq .faq-list .item {
    min-height: auto;
    height: auto;
  }
}
.faq .faq-list .item h3,
.faq .faq-list .item p {
  margin: 0;
}
.faq .faq-list .item p {
  font-size: 1rem;
  line-height: 28px;
  margin: 0;
}
.faq .faq-list .item-author {
  display: flex;
  gap: 16px;
  align-items: center;
}
.faq .faq-list .item img {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

header {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
}

.nav {
  background-color: transparent;
  padding: 1.3rem 0 1em;
  position: relative;
  z-index: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}
.nav--mobile {
  padding: 0;
  z-index: 1000;
}
.nav__container {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .container {
  max-width: 1909px;
}
.nav .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.nav__brand {
  flex: 0 0 auto;
}
.nav__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.nav__toggle {
  display: none;
  background: none;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 0 0 auto;
  padding: 15px;
}
@media (max-width: 992px) {
  .nav__toggle {
    display: block;
  }
}
.nav__toggle:hover {
  background-color: #f8f9fa;
}
.nav__toggle:focus {
  outline: 2px solid #81d6a4;
  outline-offset: 2px;
}
.nav__toggle--active .nav__toggle-icon {
  background-color: transparent;
}
.nav__toggle--active .nav__toggle-icon::before {
  transform: rotate(45deg);
  top: 0;
}
.nav__toggle--active .nav__toggle-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
.nav__toggle-icon {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #333;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.nav__toggle-icon::before, .nav__toggle-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  left: 0;
  transition: all 0.3s ease;
}
.nav__toggle-icon::before {
  top: -6px;
}
.nav__toggle-icon::after {
  top: 6px;
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: 64px;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .nav__menu {
    gap: 10px;
  }
}
.nav__menu--mobile {
  display: none;
}
@media (max-width: 992px) {
  .nav__menu--mobile {
    display: flex;
  }
}
@media (max-width: 992px) {
  .nav__menu--desktop {
    display: none;
  }
}
.nav__menu .navbar-collapse {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.nav__menu .navbar-nav {
  display: flex;
  align-items: center;
  gap: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1200px) {
  .nav__menu .navbar-nav {
    gap: 30px;
  }
}
.nav__menu .navbar-nav .nav-item {
  position: relative;
}
.nav__menu .navbar-nav .nav-item .nav-link {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0;
  transition: color 0.3s ease;
  position: relative;
}
.nav__menu .navbar-nav .nav-item .nav-link:hover {
  color: #81d6a4;
}
.nav__menu .navbar-nav .nav-item .nav-link.active {
  color: #81d6a4;
  font-weight: 600;
}
.nav__menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "";
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  transition: transform 0.3s ease;
}
.nav__menu .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.nav__menu .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}
.nav__menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.nav__menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #81d6a4;
}
.nav__menu .navbar-nav .nav-item .dropdown-menu .dropdown-divider {
  height: 1px;
  background-color: #e9ecef;
  margin: 0.5rem 0;
}
.nav__menu .navbar-nav .nav-item .dropdown-menu .dropdown-header {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  color: #6c757d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nav__menu .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav--mobile .nav__toggle {
  display: block;
}
.nav--mobile .nav__toggle-close {
  position: absolute;
  top: 30px;
  left: 210px;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
}
.nav--mobile .nav__toggle-close::before, .nav--mobile .nav__toggle-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transition: transform 0.3s ease;
}
.nav--mobile .nav__toggle-close::before {
  transform: rotate(45deg);
}
.nav--mobile .nav__toggle-close::after {
  transform: rotate(-45deg);
}
.nav--mobile .nav__toggle-close:hover::before, .nav--mobile .nav__toggle-close:hover::after {
  background-color: #81d6a4;
}
.nav--mobile .nav__menu {
  position: absolute;
  top: 100%;
  left: unset;
  right: 0;
  background-color: #fff;
  border-top: 1px solid #e9ecef;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
  gap: 1rem;
  transition: all 0.3s ease;
  transform: translateX(100%);
}
.nav--mobile .nav__menu.open {
  display: flex;
  transform: translateX(0%);
}
.nav--mobile .nav__menu.open .nav__toggle-close {
  display: block;
}
.nav--mobile .nav__menu--mobile {
  min-height: 100vh;
  justify-content: flex-start;
}
.nav--mobile .nav__menu .navbar-collapse {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
.nav--mobile .nav__menu .navbar-nav {
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.nav--mobile .nav__menu .navbar-nav .nav-item .nav-link {
  padding: 1rem;
  border-bottom: 1px solid #f8f9fa;
  display: block;
  width: 100%;
}
.nav--mobile .nav__menu .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  float: right;
  margin-top: 0.25rem;
}
.nav--mobile .nav__menu .navbar-nav .nav-item .dropdown-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  box-shadow: none;
  border: none;
  background-color: #f8f9fa;
  margin-top: 0;
  border-radius: 0;
}
.nav--mobile .nav__menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.75rem 2rem;
  border-bottom: 1px solid #e9ecef;
}
.nav--mobile .nav__menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.nav--mobile .nav__menu .nav__cta {
  width: 100%;
  margin-top: 1rem;
}

.logo__link {
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
  text-transform: capitalize;
}
.logo__link:hover {
  color: #81d6a4;
}
.logo--small .checkbox__link link {
  font-size: 1.25rem;
}
.logo--large .logo__link {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .nav--mobile .nav__toggle {
    display: block;
  }
  .nav--mobile .nav__menu {
    position: absolute;
    top: 100%;
    left: unset;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    gap: 1rem;
    max-width: 260px;
  }
}
@media (max-width: 400px) {
  .nav--mobile .nav__menu {
    max-width: none;
  }
  .nav--mobile .nav__toggle-close {
    left: unset;
    right: 50px;
  }
  .nav--mobile .nav__menu .navbar-nav {
    text-align: center;
  }
  .actions {
    display: flex;
    justify-content: center;
  }
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.footer {
  background-color: #151515;
  color: #FFFFFF;
  padding: 174px 0 80px;
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .container {
  max-width: 1251px;
}
.footer h3 {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .footer h3 {
    text-align: center;
  }
}
.footer ul li {
  list-style: none;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .footer ul li {
    text-align: center;
  }
}
.footer a {
  color: #7C7C7C;
}
.footer .footer-text {
  text-align: center;
  color: #7C7C7C;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer .footer-text a {
  text-decoration: underline;
}
.footer p.footer-logo {
  text-align: center;
  margin-top: 151px;
  margin-bottom: 42px;
}
@media (max-width: 768px) {
  .footer p.footer-logo {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.footer p.footer-logo a {
  font-size: 1.825rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFFFFF;
  text-align: center;
}
.footer .footer-social-links {
  display: flex;
  justify-content: center;
  gap: 22px;
  align-items: center;
  margin-bottom: 74px;
}
.footer .footer-social-links li {
  margin: 0;
}
.footer .footer-social-links li a svg {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=main.css.map */
