.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.reset-btn {
  outline: none;
  border: none;
  padding: 0;
  background-color: transparent;
}
.list-reset {
  list-style: none;
}
.full-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-area-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gap-8 {
  gap: 8px;
}
.flex {
  display: flex;
}
.flex-center,
.with-arr .arr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow > * + * {
  margin-top: var(--flow-space, 1em);
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-24 {
  margin-bottom: 24px;
}
.fw-300 {
  font-weight: 300;
}
.fw-600 {
  font-weight: 600;
}
.fz-32 {
  font-size: 32px;
  line-height: normal;
}
.fz-40 {
  font-size: 40px;
  line-height: normal;
}
.fz-48 {
  font-size: 48px;
  line-height: normal;
}
.bdrs-32 {
  border-radius: 32px;
}
.bdrs-16 {
  border-radius: 16px;
}
.bg-fff {
  background: #fff;
}
.h-100 {
  height: 100%;
}
.color-dark-green {
  color: #002929;
}
.main-sect.pt-80 {
  padding-top: 80px;
}
.main-sect.pt-30 {
  padding-top: 30px;
}
.main-sect.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .main-sect.tab-pt-0 {
    padding-top: 0;
  }
}
.footer {
  padding: 80px 56px 80px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px 20px;
}
.footer-logo {
  display: inline-block;
  margin-bottom: 8px;
}
.footer-logo img {
  display: block;
}
.footer .social {
  margin-top: 40px;
}
.footer .social a {
  display: inline-block;
  margin-right: 8px;
}
.footer-nav {
  display: flex;
}
.footer-nav ul {
  list-style: none;
  margin-left: auto;
  display: flex;
  gap: 24px;
  padding-left: 0;
}
.footer-nav ul a {
  color: #fff;
  text-decoration: none;
}
.footer-nav ul a:hover {
  text-decoration: underline;
}
.footer .footer-top-right p {
  margin-top: 20px;
}
.footer .footer-top-right p a {
  color: #12D473;
  text-decoration: none;
}
.footer .footer-top-right p a:hover {
  text-decoration: underline;
}
.green-sep {
  height: 4px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(18, 212, 115, 0) 0%, rgba(18, 212, 115, 0.8) 100%);
}
.green-sep-alt {
  height: 4px;
  border-radius: 100px;
  background: linear-gradient(270deg, rgba(18, 212, 115, 0) 0%, rgba(18, 212, 115, 0.8) 100%);
}
.build-portfolio {
  display: flex;
  gap: 56px;
  padding: 32px;
}
.build-portfolio__img-wrap {
  display: flex;
  flex: 0 1 510px;
  align-items: center;
  justify-content: center;
  min-height: 230px;
  border-radius: 16px;
  background: rgba(181, 203, 200, 0.2);
}
.build-portfolio__txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@keyframes animate-third {
  0% {
    left: 0;
    opacity: 0;
  }
  50% {
    left: 40px;
    opacity: 0.9;
  }
  50.1% {
    left: 38px;
    opacity: 1;
  }
  75% {
    left: 38px;
    opacity: 1;
  }
  100% {
    left: 38px;
    opacity: 0;
  }
}
@keyframes fade-toggle {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim {
  0% {
    width: 15px;
  }
  100% {
    width: 53px;
  }
}
.coming-soon {
  display: flex;
  gap: 4px;
  position: relative;
  height: 15px;
  width: 53px;
  --anim-speed: 2.2s;
  --anim-delay: 1s;
}
.coming-soon > div {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.coming-soon > div:nth-child(1) {
  background-color: rgba(181, 203, 200, 0.2);
  animation-name: fade-toggle;
  animation-duration: var(--anim-speed);
  animation-iteration-count: infinite;
  animation-delay: calc(var(--anim-delay) - 0.2s);
}
.coming-soon > div:nth-child(2) {
  left: 19px;
  background-color: #a0eec7;
  animation-name: fade-toggle;
  animation-duration: var(--anim-speed);
  animation-iteration-count: infinite;
  animation-delay: var(--anim-delay);
}
.coming-soon > div:nth-child(3) {
  left: 38px;
  background-color: #12d473;
  animation-name: animate-third;
  animation-duration: var(--anim-speed);
  animation-iteration-count: infinite;
  animation-delay: var(--anim-delay);
}
.coming-soon-with-txt {
  display: flex;
  align-items: center;
  gap: 8px;
}
.small-subtitle {
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 15.6px */
  letter-spacing: 0.39px;
  position: relative;
  padding-left: 18px;
}
.small-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #12D473;
}
.small-subtitle.white-circle::before {
  background-color: #fff;
}
.three-things {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  height: 500px;
}
.three-things .thing {
  border-radius: 32px;
  display: grid;
  padding: 40px;
}
.three-things .thing.pad-sm {
  padding: 32px;
}
.three-things .thing > div {
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.7s;
}
.three-things .thing__back {
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
}
.three-things .thing__front {
  display: flex;
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  cursor: pointer;
}
.three-things .thing:hover > div:first-child {
  opacity: 0;
  pointer-events: none;
}
.three-things .thing:hover > div:last-child {
  opacity: 1;
  pointer-events: auto;
}
.three-things .thing__icon {
  margin-top: auto;
  flex: 0 0 auto;
}
.three-things .thing:nth-child(1) {
  background: linear-gradient(0deg, rgba(18, 212, 115, 0.2) 0%, rgba(18, 212, 115, 0.2) 100%), #FFF;
  grid-column: 1;
  grid-row: 1 / 3;
}
.three-things .thing:nth-child(2) {
  background-color: #fff;
  grid-column: 2;
  grid-row: 1;
}
.three-things .thing:nth-child(3) {
  background-color: #12D473;
  grid-column: 2;
  grid-row: 2;
}
.with-arr {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
}
.with-arr .arr {
  align-items: center;
  background-color: #12D473;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.with-arr .arr img {
  transition: transform 0.3s;
  transform: rotate(-45deg);
}
.with-arr.arr-bg-white .arr {
  background-color: #fff;
}
.with-arr:hover img {
  transform: rotate(-45deg) translate(3px, 0px);
}
.slider-stile-basic .slick-track {
  display: flex;
}
.slider-stile-basic .slick-list {
  overflow: hidden;
}
.t-slider {
  margin-top: 100px;
}
.testimonial-slide {
  display: flex;
  gap: 30px;
  align-items: flex-end;
}
.testimonial-slide__quotes {
  display: block;
}
.testimonial-slide__txt {
  color: #12D473;
  max-width: 653px;
}
.position__img-wrap {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}
.t-slider-nav-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.slider-btns-wrap .slick-arrow {
  font-size: 0;
  color: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #12D473;
  cursor: pointer;
  transition: opacity 0.3s;
}
.slider-btns-wrap .slick-prev svg {
  transform: rotate(-180deg);
}
.slider-btns-wrap .slick-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}
.back-to-main-in-header {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  margin-left: auto;
}
.back-to-main-in-header svg {
  transition: transform 0.3s;
}
.back-to-main-in-header:hover svg {
  transform: translateX(-3px);
}
.error404 main {
  min-height: calc(100vh - 30px);
  display: flex;
  flex-direction: column;
}
.error404 .main-header .container {
  justify-content: initial;
}
.block-404 {
  margin: auto;
  text-align: center;
  padding-inline: 15px;
}
.block-404 h1 {
  color: var(--Malachite, #12D473);
  font-size: 100px;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 600px) {
  .block-404 h1 {
    font-size: 80px;
  }
}
.block-404 h2 {
  color: var(--Ivory, #FFF);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
@media (max-width: 600px) {
  .block-404 h2 {
    font-size: 40px;
  }
}
.block-404__txt {
  font-size: 20px;
  line-height: 1.3;
  max-width: 413px;
  margin-inline: auto;
}
@media (max-width: 600px) {
  .block-404__txt {
    font-size: 18px;
  }
}
.block-404__txt p {
  margin-bottom: 0;
}
.back-to-main {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.back-to-main .circle {
  background-color: #12D473;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  transition: transform 0.3s;
}
.back-to-main:hover .circle {
  transform: translateX(-3px);
}
@media (max-width: 767px) {
  .top-terms-sect.pb-80 {
    padding-bottom: 14px !important;
  }
}
.top-terms-sect .container {
  min-height: 340px;
  position: relative;
  display: flex;
  width: 100%;
}
@media (max-width: 1199px) {
  .top-terms-sect .container {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .top-terms-sect .container {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .top-terms-sect .container {
    min-height: 0px;
  }
}
.top-terms-sect__txt {
  margin-top: auto;
  position: relative;
  z-index: 5;
}
.top-terms-sect__txt .main_title {
  margin: 16px 0 0;
}
.top-terms-sect__bg {
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media (max-width: 991px) {
  .top-terms-sect__bg {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .top-terms-sect__bg {
    display: none;
  }
}
.breadcrumbs {
  display: flex;
  align-items: flex-end;
}
.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.breadcrumbs .sep {
  display: inline-block;
  margin: 0 8px;
  transform: translateY(3px);
}
.default-txt-wrap {
  max-width: 750px;
  margin-inline: auto;
}
.default-txt-wrap a {
  color: var(--Malachite, #12D473);
}
.default-txt-wrap p {
  font-size: 16px;
  margin-bottom: 20px;
}
.default-txt-wrap h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.has-custom-ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-block: 20px;
}
.has-custom-ul ul li {
  position: relative;
  padding-left: 24px;
}
.has-custom-ul ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  top: 12px;
  left: 8px;
}
/*# sourceMappingURL=style-sy.css.map */