:root {
  --linear-1: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(67deg, rgba(7, 202, 96, 0.80) -3.76%, rgba(0, 162, 205, 0.80) 98.65%);
  --linear-2: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), radial-gradient(178.73% 114.65% at 109.97% 70.44%, rgba(0, 233, 106, 0.90) 0%, rgba(1, 200, 140, 0.90) 20.63%, rgba(3, 183, 160, 0.90) 37.57%, rgba(3, 152, 192, 0.90) 55.66%, rgba(4, 133, 212, 0.90) 67.38%, rgba(69, 143, 255, 0.90) 100%);
  --linear-3: #00E96A;
  --linear-4: #00E96A;
  --headline-color: #111318;
  --text-color: #474747;
}

@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../webfonts/sf-pro-display/SF-Pro-Display-Regular.otf) format("otf"), url(../webfonts/sf-pro-display/SF-Pro-Display-Regular.otf) format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url(../webfonts/sf-pro-display/SF-Pro-Display-Medium.otf) format("otf"), url(../webfonts/sf-pro-display/SF-Pro-Display-Medium.otf) format("opentype");
}
@font-face {
  font-family: "SF Pro Display";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url(../webfonts/sf-pro-display/SF-Pro-Display-Semibold.otf) format("otf"), url(../webfonts/sf-pro-display/SF-Pro-Display-Semibold.otf) format("opentype");
}
body {
  font-family: "SF Pro Display", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

.flex-row {
  gap: 2rem 0;
}
.flex-row > .col {
  padding-bottom: 0 !important;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.p-3 {
  padding: 0.75rem !important;
}

.px-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

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

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

.backdrop-blur-05 {
  backdrop-filter: blur(0.5px);
}

.rounded-2xl {
  border-radius: 1rem !important;
}

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

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.4;
}

.list-plain {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-plain > li {
  margin: 0 !important;
}
.list-plain > li:not(:last-child) {
  margin-bottom: 1.5rem !important;
}
.list-plain.footer-list > li a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  color: #414141;
}
.list-plain.footer-list > li:not(:last-child) {
  margin-bottom: 0.75rem !important;
}
.list-plain.social-list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.list-plain.social-list > li {
  margin: 0 !important;
}
.list-plain:not(:last-child) {
  margin-bottom: 1.5rem;
}

.package {
  position: relative;
  padding: 36px 26px;
  display: flex;
  flex-direction: column;
}
.package .linear-badge {
  margin-bottom: 1.5rem;
  align-self: flex-start;
}
.package .desc {
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.package .price {
  margin-bottom: 1.5rem;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--headline-color);
}
.package .price .suffix {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.package .btn {
  text-align: center;
  width: 100%;
}
.package .content {
  flex: 1;
  margin-bottom: 3.25rem;
}
.package .content .features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.package .content .features li {
  padding: 0;
  margin: 0;
}
.package .content .features li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 1rem;
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
}
.package .content .features li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.package.highlight {
  color: #FFF;
}
.package.highlight .price {
  color: inherit;
}
.package.highlight .content .features li:before {
  -webkit-text-fill-color: #FFF;
}
.package.highlight:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(67deg, rgba(7, 202, 96, 0.8) -3.76%, rgba(0, 162, 205, 0.8) 98.65%);
}
.package:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--linear-2);
  border-radius: 24px;
}
.package:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 24px;
}

.package-swiper .swiper-wrapper {
  align-items: stretch;
}
.package-swiper .package {
  height: 100%;
}

.box-image.gwtask-box-image {
  text-align: center;
  overflow: unset;
}
.box-image.gwtask-box-image .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-image.gwtask-box-image .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.box-image.gwtask-box-image img {
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
}

.box-icon.gwtask-box-icon {
  padding: 24px 18px;
  background: #FFFFFF;
  border-radius: 26px;
  box-shadow: 0 0 145px 0 rgba(23, 135, 153, 0.02) inset, 0 0 16px 0 rgba(41, 41, 41, 0.05);
}
.box-icon.gwtask-box-icon .icon-wrapper {
  margin-bottom: 1rem;
  display: inline-block;
  padding: 4px;
  border: 1px solid rgba(41, 41, 41, 0.1);
  border-radius: 10px;
}
.box-icon.gwtask-box-icon .icon-wrapper .icon {
  padding: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border: 1px solid rgba(41, 41, 41, 0.1);
  border-radius: 10px;
  box-shadow: 0 7px 7px 0 rgba(41, 41, 41, 0.1);
}
.box-icon.gwtask-box-icon .title {
  margin-bottom: 0.75rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
.box-icon.gwtask-box-icon .desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.box-icon.gwtask-box-contact {
  text-align: center;
}
.box-icon.gwtask-box-contact .icon {
  margin: 0 auto 0.75rem;
  width: 109px;
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(infinity * 1px);
  background: radial-gradient(178.73% 114.65% at 109.97% 70.44%, rgba(0, 233, 106, 0.1) 0%, rgba(1, 200, 140, 0.1) 20.63%, rgba(3, 183, 160, 0.1) 37.57%, rgba(3, 152, 192, 0.1) 55.66%, rgba(4, 133, 212, 0.1) 67.38%, rgba(248, 249, 253, 0.1) 100%);
}
.box-icon.gwtask-box-contact .title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
}
.box-icon.gwtask-box-contact .desc {
  margin-bottom: 0.875rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
.box-icon.gwtask-box-contact .link {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.linear-badge {
  display: inline-block;
  padding: 0.45rem 1.5rem;
  border-radius: calc(infinity * 1px);
  position: relative;
}
.linear-badge .text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #FFF;
}
.linear-badge:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: var(--linear-2);
  border-radius: calc(infinity * 1px);
}
.linear-badge.white .text {
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.linear-badge.white:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 24px;
}

.btn {
  display: inline-block;
  padding: 0.45rem 1.5rem;
  border-radius: calc(infinity * 1px);
  position: relative;
}
.btn .text {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #FFF;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(178.73% 114.65% at 109.97% 70.44%, rgba(3, 183, 160, 0.8) 17.79%, rgba(3, 152, 192, 0.8) 52.41%, rgba(4, 133, 212, 0.8) 79.33%, rgba(69, 143, 255, 0.8) 100%);
  border-radius: calc(infinity * 1px);
}
.btn.is-outline .text {
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.is-outline:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 24px;
}
.btn.white .text {
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.white:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 1px solid transparent;
  background-clip: padding-box;
  border-radius: 24px;
}
.btn.btn-try {
  padding: 0.25rem;
  padding-left: 0.75rem;
  background-color: #FFFFFF;
  box-shadow: 0 1px 12px 4px rgba(120, 120, 120, 0.06);
  gap: 0.5rem;
}
.btn.btn-try .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  color: #414141;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn.btn-try i {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C8F3FF;
  border-radius: calc(infinity * 1px);
}
.btn.btn-try:before, .btn.btn-try:after {
  display: none;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.feedback {
  padding: 1.75rem 2.75rem 1.75rem 0.75rem;
  border-radius: 24px;
  border: 1px solid rgba(34, 34, 34, 0.1);
  border-left-color: transparent;
}
.feedback .icons {
  color: #141414;
}
.feedback .icons i {
  font-size: 1.125rem;
}
.feedback .content {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  color: #636363;
}
.feedback .author-box .author {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  color: #000000;
}
.feedback .author-box .position {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #636363;
}
.feedback > :not(:last-child) {
  margin-bottom: 2rem;
}

.feedback-wrapper {
  position: relative;
}
.feedback-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 4;
}
.feedback-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12.5%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  z-index: 4;
}

.count .number {
  font-size: 2.875rem;
  font-weight: 500;
  line-height: 1.25;
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.count .text {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.faq {
  position: relative;
}
.faq .faq-inner {
  padding: 2rem 3.5rem;
  position: relative;
  z-index: 1;
}
.faq .faq-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}
.faq .faq-content {
  margin-top: 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}
.faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: var(--linear-2);
  border-radius: 1rem;
}
.faq:after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border: 2px solid transparent;
  background-clip: padding-box;
  border-radius: 1rem;
}
.faq:not(:last-child) {
  margin-bottom: 2.75rem;
}

.fluentform .frm-fluent-form#fluentform_1 fieldset > .ff-el-group:last-child {
  margin-bottom: 0;
}
.fluentform .frm-fluent-form#fluentform_1 fieldset > .ff-el-group .ff-btn {
  width: 100%;
  color: #FFF;
  background: var(--linear-1);
  border: 0;
  border-radius: calc(infinity * 1px);
}
.fluentform .frm-fluent-form#fluentform_1 fieldset > .ff-el-group .ff-btn.ff-btn-lg {
  padding: 1.125rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.fluentform .frm-fluent-form#fluentform_2 fieldset .ff-el-input--label label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #FFF;
}
.fluentform .frm-fluent-form#fluentform_2 fieldset textarea {
  height: auto !important;
}
.fluentform .frm-fluent-form#fluentform_2 fieldset > .ff-el-group {
  background-color: #FFF;
  border-radius: calc(infinity * 1px);
}
.fluentform .frm-fluent-form#fluentform_2 fieldset > .ff-el-group .ff-btn {
  margin: 0;
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 0;
  border-radius: calc(infinity * 1px);
}
.fluentform .frm-fluent-form#fluentform_2 fieldset > .ff-el-group .ff-btn.ff-btn-lg {
  padding: 1.125rem 0;
  font-size: 1.125rem;
  font-weight: 700;
}
.fluentform .frm-fluent-form#fluentform_2 fieldset > .ff-el-group:last-child {
  margin-bottom: 0;
}

.heading .title {
  margin-bottom: 0;
}
.heading .title.text-xl {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25;
}
.heading .title.text-4xl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}
.heading .title.text-5xl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 4rem;
}
.heading .title.text-6xl {
  font-size: 3.375rem;
  font-weight: 600;
  line-height: 5rem;
}
.heading .title.widget-title {
  padding-left: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: #666666;
  border-left: 4px solid currentColor;
}

#header .header-wrapper .header-bg-color {
  background-color: #FFF;
}
#header .header-wrapper:not(.stuck) .header-bg-color {
  background: transparent !important;
}
#header .header-wrapper:not(.stuck) #masthead {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-wrapper:not(.stuck) #masthead .header-inner {
  height: auto;
  padding: 1rem 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0.483px 1.062px -1.375px rgba(0, 0, 0, 0.13), 0 4px 8.8px -2.75px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4px);
}

.header-nav {
  justify-content: center !important;
  gap: 4.25rem;
}
.header-nav .menu-item {
  margin: 0 !important;
}
.header-nav .menu-item .nav-top-link {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #414141;
}

@media screen and (max-width: 991.98px) {
  .header-main {
    height: auto !important;
  }
  .header-main .header-inner {
    border-radius: 0 !important;
  }
}
.blog .blog-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.single-post #header .header-bg-color {
  background: linear-gradient(180deg, rgba(222, 251, 251, 0.8) 22.36%, rgba(221, 255, 247, 0.8) 54.21%, rgba(255, 255, 255, 0.8) 100%) !important;
}

.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.posts .post {
  padding: 0.75rem 1rem;
  background: #FFF;
  border-radius: 0.75rem;
  box-shadow: 0 4px 4px 0 #FAFAFA;
}
.posts .post .post-thumbnail {
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
  border-radius: 0.75rem;
}
.posts .post .post-thumbnail img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.posts .post .entry-title {
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.posts .post .readmore {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--headline-color);
}
@media screen and (max-width: 991.98px) {
  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.filter-wrapper {
  display: flex;
  justify-content: center;
}
.filter-wrapper .nav {
  width: auto;
}
.filter-wrapper .nav .nav-item .nav-link {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}

.blog-single .post.post-details .entry-meta {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-single .post.post-details .entry-meta .author-box .avatar {
  border-radius: calc(infinity * 1px);
}
.blog-single .post.post-details .entry-title {
  margin-bottom: 2.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}
.blog-single .post.post-details .entry-body {
  margin-top: 3.5rem;
}

.share-buttons {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.share-buttons .buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories .cat-item {
  padding: 0;
  margin: 0;
}
.categories .cat-item a {
  display: block;
  padding: 0.625rem 0;
  border-bottom: 1px solid #BABABA;
}

.related-posts .post {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.related-posts .post .post-thumbnail {
  flex: 0 0 115px;
  max-width: 115px;
  padding-bottom: 75px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.related-posts .post .post-thumbnail img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.related-posts .post .entry-meta {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.related-posts .post .entry-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.related-posts .post .entry-content {
  padding-top: 0;
  padding-bottom: 0;
}
.related-posts .post:not(:last-child) {
  margin-bottom: 1.5rem;
}

.entry-meta {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #3B3B3B;
}
.entry-meta .post-category {
  display: inline-block;
  padding: 0.375rem 1.25rem;
  margin-left: 0.5rem;
  border-radius: calc(infinity * 1px);
  position: relative;
}
.entry-meta .post-category .text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.entry-meta .post-category:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: var(--linear-2);
  border-radius: calc(infinity * 1px);
}
.entry-meta .post-category:after {
  content: "";
  background: #F5FFF9;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 0;
  border-radius: calc(infinity * 1px);
}

.absolute-footer {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  background-color: #f6f6f6 !important;
}
.absolute-footer p {
  margin-bottom: 0.5rem !important;
  color: #414141 !important;
}
.absolute-footer a {
  color: #414141 !important;
}

.text-gradient {
  background: var(--linear-2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.guide-steps .step {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.guide-steps .step .icon {
  flex: 0 0 var(--image-width, 32px);
  max-width: var(--image-width, 32px);
}
.guide-steps .step .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}
.guide-steps .step .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
.guide-steps .step:not(:last-child) {
  padding-bottom: 2.75rem;
  position: relative;
}
.guide-steps .step:not(:last-child) .icon:after {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% - var(--image-width, 32px));
  left: calc(var(--image-width, 32px) / 2);
  top: var(--image-width, 32px);
  transform: translateX(-50%);
  border-right: 1px dashed #636363;
}

.section .ellipse {
  width: 530px;
  height: 530px;
  position: absolute;
  top: -172px;
  left: -38px;
  background: linear-gradient(134deg, rgba(60, 146, 183, 0.2) 5.66%, rgba(54, 162, 109, 0.2) 104.49%);
  border-radius: calc(infinity * 1px);
  filter: blur(300px);
}
.section.has-divider:before {
  content: "";
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.homepage-hero {
  padding-top: 232px !important;
  margin-top: -213px !important;
}
.homepage-hero .section-bg {
  background: radial-gradient(178.73% 114.65% at 109.97% 70.44%, rgba(0, 233, 106, 0.18) 0%, rgba(1, 200, 140, 0.18) 20.63%, rgba(3, 183, 160, 0.18) 37.57%, rgba(3, 152, 192, 0.18) 55.66%, rgba(4, 133, 212, 0.18) 67.38%, rgba(248, 249, 253, 0.18) 100%);
}

.blog-hero,
.price-hero,
.contact-hero {
  padding-top: 232px !important;
  margin-top: -213px !important;
}
.blog-hero .section-bg,
.price-hero .section-bg,
.contact-hero .section-bg {
  background: linear-gradient(180deg, rgba(224, 247, 255, 0.02) 0%, rgba(221, 255, 247, 0.02) 100%);
}

.map-banner .section-bg {
  background: linear-gradient(180deg, rgba(224, 247, 255, 0.1) 0%, rgba(221, 255, 247, 0.1) 100%);
}

.partner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.partner .avatars {
  display: flex;
  align-items: center;
}
.partner .avatars .avatar {
  border: 2px solid rgb(255, 255, 255);
  border-radius: calc(infinity * 1px);
  box-shadow: 0 0.602px 0.602px -1.25px rgba(0, 0, 0, 0.18), 0 2.289px 2.289px -2.5px rgba(0, 0, 0, 0.16), 0 10px 10px -3.75px rgba(0, 0, 0, 0.06), 0 2px 8px 0 rgba(0, 0, 0, 0.07);
}
.partner .avatars .avatar:not(:first-child) {
  margin-left: -0.75rem;
}
.partner .icons {
  font-size: 0.5rem;
  color: #FDB022;
}
.partner .text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
}

.widget-banner {
  padding: 2rem 0.825rem;
  border: 1px solid #BABABA;
  border-radius: 0.5rem;
}

.contact-block {
  padding: 3rem 3.5rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(67deg, rgba(7, 202, 96, 0.8) -3.76%, rgba(0, 162, 205, 0.8) 98.65%);
  border-radius: 0.75rem;
}

.contact-details .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  color: #FFFFFF;
}
.contact-details .list li {
  color: #FFFFFF;
}
.contact-details .list li a {
  color: inherit;
}