:root {
  --primary: #292c30;
  --secondary: rgb(247, 56, 89);
  --tertiary: #313338;
  --primary-invert: #f5f5f5;
  --secondary-invert: #f5f5f5;
  --gradient-primary: linear-gradient(
    230deg,
    rgb(247, 56, 89),
    rgb(247, 56, 89)
  );
  --gradient-secondary: linear-gradient(230deg, #232635, #232635);
  --featured_client__logo: #394555;
  --dark-background: darkslategrey;
  --text-primary: rgb(21, 21, 34);
  --elements-roundness: 10rem;
  --elements-roundness: 10px;
  --space-between-blocks: 5.3rem;
  --space-between-blocks-small-screens: 3rem;
  --it-services: linear-gradient(230deg, #0a1f44, #020024);
  --cyber-security: linear-gradient(230deg, #4b4b4b, #1e1e1e);
  --connectivity: linear-gradient(230deg, #2e8b57, #004d00);
  --cloud-services: linear-gradient(230deg, #87ceeb, #00bfff);
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-primary);
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

html,
body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.container__ext {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 1600px;
  padding-right: 150px;
  padding-left: 150px;
  margin-right: auto;
  margin-left: auto;
}

.space-between-blocks {
  padding-top: var(--space-between-blocks-small-screens);
  padding-bottom: var(--space-between-blocks-small-screens);
}

@media (min-width: 992px) {
  .space-between-blocks {
    padding-top: var(--space-between-blocks);
    padding-bottom: var(--space-between-blocks);
  }
}
.top-space-between-blocks {
  padding-top: var(--space-between-blocks-small-screens);
  padding-bottom: var(--space-between-blocks-small-screens);
}

@media (min-width: 992px) {
  .top-space-between-blocks {
    padding-top: var(--space-between-blocks);
    padding-bottom: var(--space-between-blocks);
  }
}
/* Buttons */
button {
  color: inherit;
  padding: 0;
  background: none;
  border: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  font-size: 0.87rem;
  padding: 0.8rem 1.6rem;
  border: none;
  border-radius: var(--elements-roundness);
  transition: 0.2s all;
}

@media (min-width: 992px) {
  .btn {
    padding: 0.8rem 2rem;
  }
}
.btn,
.btn:hover,
.btn:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.btn:hover,
.btn:focus {
  transform: scale(1.01);
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  background: var(--gradient-primary, --primary);
  color: var(--primary-invert);
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  background: var(--primary-invert, --secondary);
  color: var(--text-primary);
}

.btn-primary--empty,
.btn-primary--empty:hover,
.btn-primary--empty:focus {
  color: var(--primary);
}

.btn-sm {
  padding: 0.8rem;
}

.highlight {
  color: var(--secondary);
}

/* block header */
.block__header {
  margin-bottom: 4rem;
}

.block__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .block__title {
    font-size: 2.5rem;
  }
  .block__title--big {
    font-size: 3rem;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .block__title--big {
    font-size: 3.5rem;
    line-height: 1.2;
  }
}
.block__paragraph {
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0.9;
}

@media (min-width: 992px) {
  .block__paragraph--big {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
/* Icons */
.fr-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5rem;
  transition: 0.5s;
}

.fr-icon--medium {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
}

.fr-icon--large {
  font-size: 1.2rem;
  height: 3.25rem;
  width: 3.25rem;
}

@media (min-width: 992px) {
  .fr-icon--large {
    height: 3.8rem;
    width: 3.8rem;
    font-size: 1.9rem;
  }
}
/* Put your blocks here */
.module-dark {
  margin-top: 15px;
  padding: 50px 0;
  background: var(--gradient-secondary);
  border-radius: 10px;
  margin-top: 15px;
  color: var(--primary-invert);
}

.module-light {
  margin-top: 15px;
  padding: 50px 0;
  border-radius: 10px;
  margin-top: 15px;
}

.h2__smaller {
  font-size: 3rem;
  font-weight: 900;
  color: var(--primary-invert);
}

.hero__sub_title {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary);
}

.hero3__sub_title {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--primary);
}

.hero4__sub_title {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary);
}

.hero4__sub_title_s {
  font-size: 1.1rem;
  font-weight: 900;
  color: var(--primary);
  width: 95% !important;
}

.sub__label {
  font-size: small;
  font-weight: bold;
  margin: 0 0 5px 2px;
}

.hero-nav {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: var(--hero-nav-height);
  display: flex;
  align-items: center;
  z-index: 2;
}

.hero-header {
  --hero-nav-height: 65px;
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.hero-nav__item_l {
  margin-right: auto;
  font-size: 1.1rem;
}

.hero-nav__item_r {
  margin-left: auto;
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .hero-nav__item_l,
  .hero-nav__item_r {
    margin: 0 1rem;
  }
  .hero-nav__item {
    margin: 0 1rem;
  }
}
.hero-nav__logo {
  height: 50px;
}

.hero-nav__link {
  color: inherit;
  opacity: 0.9;
  text-decoration: none;
}

.hero-nav__link:focus,
.hero-nav__link:hover {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

.ft-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2000;
  animation-name: fadeOut;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

.ft-menu .hero-nav__item {
  width: 100%;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .ft-menu .hero-nav__item {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.ft-menu--js-show {
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

.ft-menu::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: var(--primary);
  opacity: 0.9;
  z-index: -1;
}

@media (min-width: 992px) {
  .ft-menu {
    animation-name: none;
    position: static;
    z-index: auto;
  }
  .ft-menu::before {
    content: none;
  }
}
.ft-menu__slider {
  --block-background: white;
  --block-text-color: var(--text-primary);
  color: var(--block-text-color);
  background: var(--block-background);
  width: 80%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-100%);
  transition: 0.5s transform;
}

@media (min-width: 992px) {
  .ft-menu__slider {
    --block-background: transparent;
    --block-text-color: var(--block-text-color);
    width: auto;
    height: auto;
    background: 0 0;
    transform: none;
    display: flex;
    align-items: center;
  }
}
.ft-menu--js-show .ft-menu__slider {
  transform: translateX(0);
}

.ft-menu__close-btn {
  color: var(--primary-invert);
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  margin: 1rem;
  transform: translateX(100%);
  transition: 0.5s transform;
}

@media (min-width: 992px) {
  .ft-menu__close-btn {
    display: none;
  }
}
.ft-menu--js-show .ft-menu__close-btn {
  transform: translateX(0);
}

.ft-menu__close-btn:focus,
.ft-menu__close-btn:hover {
  color: var(--primary-invert);
}

.fixed-nav-container {
  height: var(--hero-nav-height);
}

.hero-nav__item--with-dropdown {
  position: relative;
  cursor: pointer;
}

.hero-nav__dropdown {
  position: static;
  width: 100%;
  height: auto;
  font-size: 0.9rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all;
  color: var(--text-primary);
  text-align: initial;
  cursor: auto;
}

@media (min-width: 992px) {
  .hero-nav__dropdown {
    position: absolute;
    top: 176%;
    left: 0;
    margin-top: 0;
    border-radius: 10px;
    border-top: none;
    box-shadow: 0 14px 50px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 2;
    max-height: 0;
    padding: 2.3rem 3rem 2rem 2rem;
    overflow: visible;
    transition: 0.3s all;
  }
}
.dropdown--important {
  position: absolute;
  width: auto !important;
  top: 176%;
  left: 0;
  margin-top: 0;
  border-radius: 10px;
  border-top: none;
  box-shadow: 0 14px 50px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 2;
  max-height: 0;
  padding: 2rem;
  padding-right: 3rem;
  overflow: visible;
  transition: 0.3s all;
}

@media (min-width: 992px) {
  .dropdown--of-1-columns {
    width: 400px;
  }
  .dropdown--of-2-columns {
    width: 700px;
  }
  .dropdown--of-3-columns {
    width: 1000px;
  }
  .dropdown--of-4-columns {
    width: 1200px;
  }
  .dropdown--language-selector {
    width: 250px;
  }
}
.hero-nav__item--show-dropdown .hero-nav__dropdown {
  margin-top: 1rem;
  visibility: visible;
  opacity: 1;
  max-height: 9999px;
  padding-top: 1rem;
}

@media (min-width: 992px) {
  .hero-nav__item--show-dropdown .hero-nav__dropdown {
    margin-top: 0;
    padding: 2.3rem 3rem 2rem 2rem;
  }
}
.hero-nav__item-chevron {
  transition: 0.3s all;
}

.hero-nav__item--show-dropdown .hero-nav__item-chevron {
  transform: rotate(180deg);
}

.hero-nav__item--dropdown-left .hero-nav__dropdown {
  transform: translateX(-15px) !important;
}

.hero-nav__item--dropdown-left .hero-nav__dropdown::before {
  left: 15%;
  right: auto;
}

.hero-nav__item--dropdown-right .hero-nav__dropdown {
  transform: translateX(15px) !important;
  left: auto;
  right: 0;
}

.hero-nav__item--dropdown-right .hero-nav__dropdown::before {
  left: auto;
  right: 15%;
}

@media (min-width: 992px) {
  .hero-nav__item--lg-dropdown-left .hero-nav__dropdown {
    transform: translateX(-15px) !important;
    left: 0;
    right: auto;
  }
  .hero-nav__item--lg-dropdown-left .hero-nav__dropdown::before {
    left: 15%;
    right: auto;
  }
  .hero-nav__item--lg-dropdown-right .hero-nav__dropdown {
    transform: translateX(15px) !important;
    left: auto;
    right: 0;
  }
  .hero-nav__item--lg-dropdown-right .hero-nav__dropdown::before {
    left: auto;
    right: 15%;
  }
}
.dropdown--important::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6.85px 8.1px 6.85px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .hero-nav__dropdown::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.85px 8.1px 6.85px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.dropdown__title {
  color: var(--text-primary);
  opacity: 0.7;
  font-weight: 600;
  font-size: 0.9rem;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 1.18rem;
}

.dropdown__link {
  display: flex;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  margin-bottom: 1.3rem;
  color: inherit;
  text-decoration: none;
}

.dropdown__link:focus,
.dropdown__link:hover {
  color: inherit;
  text-decoration: none;
}

[javascript-language-selector] .dropdown__link {
  border-radius: 0.5rem;
  padding: 0.7rem;
  margin-bottom: 3px;
}

.dropdown__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dropdown__link:last-child {
  margin: 0;
}

[javascript-language-selector] .dropdown__link--selected,
[javascript-language-selector] .dropdown__link:focus,
[javascript-language-selector] .dropdown__link:hover {
  background: rgba(0, 0, 0, 0.06);
}

.dropdown__icon {
  width: 35px;
  height: 35px;
  background: var(--gradient-primary, var(--primary));
  color: var(--primary-invert);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  font-size: 13px;
}

@media (min-width: 992px) {
  .dropdown__icon {
    width: 40px;
    height: 40px;
  }
}
.dropdown__item {
  max-width: 250px;
}

.dropdown__item-title {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: -1;
}

@media (min-width: 992px) {
  .dropdown__item-title {
    white-space: nowrap;
  }
}
.dropdown__item-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 20%;
  width: 100%;
  background: var(--secondary);
  transform: translateY(2px);
  opacity: 0;
  transition: 0.2s;
}

[javascript-language-selector] .dropdown__item-title {
  white-space: nowrap;
}

[javascript-language-selector] .dropdown__item-title::before {
  display: none;
}

.dropdown__link:focus .dropdown__item-title::before,
.dropdown__link:hover .dropdown__item-title::before {
  height: 30%;
  transform: translateY(0);
  opacity: 0.4;
}

.dropdown__item-description {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-top: 0.3rem;
  margin-bottom: 0;
}

.dropdown__item-description,
.dropdown__item-title {
  width: 95%;
}

.hero-nav--is-sticky .ft-menu__slider {
  color: var(--text-primary);
}

.hero-nav--is-sticky .btn {
  background: var(--gradient-primary, var(--primary));
  color: var(--primary-invert);
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.ft-menu__slider .hero-nav__item {
  font-size: 1.1rem;
  padding: 0 1rem;
}

@media (min-width: 992px) {
  .ft-menu__slider .hero-nav__item {
    padding: 0;
  }
}
.hero-nav__link {
  display: flex;
  align-items: center;
  outline: 0 !important;
}

.ft-menu__slider {
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .ft-menu__slider {
    overflow: visible;
  }
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
.hero-nav__item--dropdown-left .hero-nav__dropdown::before {
  left: 15%;
  right: auto;
}

.hero-nav__item--dropdown-right .hero-nav__dropdown::before {
  left: auto;
  right: 15%;
}

@media (min-width: 992px) {
  .menu-nav {
    display: flex;
    list-style: none;
    flex-grow: 100;
    justify-content: center;
    padding-left: 0;
  }
  .hero-nav__item--lg-dropdown-left .hero-nav__dropdown::before {
    left: 15%;
    right: auto;
  }
  .hero-nav__item--lg-dropdown-right .hero-nav__dropdown::before {
    left: auto;
    right: 15%;
  }
  .dropdown--of-1-columns {
    width: 250px !important;
  }
}
.hero {
  --hero-nav-height: 100px;
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

.hero__row {
  height: 300px;
  position: static;
}

@media (min-width: 992px) {
  .hero__row {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
  }
}
.hero_empty-column {
  height: 100%;
}

.hero__image-column {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.hero__content {
  text-align: initial;
}

.hero__body {
  padding-top: 2rem;
  padding-bottom: 3rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .hero__body {
    padding-top: 4rem;
    padding-bottom: 9rem;
  }
}
@media (max-width: 992px) {
  .hero__title {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--primary-invert);
  }
}
.hero__title {
  font-size: 2rem;
  font-weight: 900;
  color: var(--primary-invert);
}

.hero__paragraph {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7;
  opacity: 0.98;
  color: var(--primary-invert);
}

@media (min-width: 576px) {
  .hero__title {
    font-size: 2.5rem;
    line-height: 1.17;
  }
  .hero__paragraph {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 4.1rem;
    line-height: 1.17;
  }
  .hero__paragraph {
    font-size: 1.4rem;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 4.1rem;
    line-height: 1.25;
  }
}
.hero__btns-container {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.mackbook-mockup-container {
  margin-bottom: 5rem;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .mackbook-mockup-container {
    margin-bottom: 8rem;
    margin-top: 0;
  }
}
.mackbook-mockup {
  width: 100%;
  position: relative;
  transform: scale(1.15);
  z-index: 1;
}

@media (min-width: 992px) {
  .mackbook-mockup {
    transform: scale(1.3);
    transform-origin: top;
  }
}
.mackbook-mockup__img {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.mackbook-mockup__screenshot {
  position: absolute;
  width: 72%;
  height: 79.3%;
  top: 0;
  left: 0;
  right: 0;
  margin: 14%;
  margin-top: 4.5%;
  z-index: 0;
}

.hero-8-blob-svg {
  color: var(--primary);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 155%;
  transform: translate(0, -3rem);
  z-index: 1;
}

@media (min-width: 768px) {
  .hero-8-blob-svg {
    height: 132%;
  }
}
@media (min-width: 992px) {
  .hero-8-blob-svg {
    height: auto;
    transform: translate(2rem, -3rem);
  }
}
@media (min-width: 1400px) {
  .hero__content {
    max-width: 100%;
  }
}
.hero-bg {
  background: var(--gradient-secondary);
}

.search-bg-tp {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0px solid rgba(255, 255, 255, 0.3);
  color: white;
}

.hero-video {
  text-align: center;
  position: relative;
  z-index: 2;
}
.hero-video .video-container {
  position: absolute;
  height: 640px;
  border-radius: 25px;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.hero-video video {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-video .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/2.png.webp") no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.hero-video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 100px;
}

.mackbook-mockup-container {
  position: relative;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loading-content {
  text-align: center;
}

#loadingMessage {
  font-size: 1.2rem;
  color: #333;
  margin-top: 20px;
}

.block-24 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.block-24__logo {
  max-width: 250px;
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-2 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.card-2 {
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
}

@media (min-width: 992px) {
  .card-2 {
    padding: 2.5rem;
  }
}
.card-2__title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.46;
}

@media (min-width: 992px) {
  .card-2__title {
    font-size: 1.5rem;
  }
}
.card-2__paragraph {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0;
}

.block-2__dots-svg--left {
  color: var(--primary);
  top: 0;
  width: 250px;
  height: 100px;
  position: absolute;
  transform: translate(-15rem, 2rem) rotate(90deg);
  z-index: 2;
}

.block-2__dots-svg--right {
  color: var(--primary);
  bottom: 0;
  right: 0;
  width: 250px;
  height: 100px;
  position: absolute;
  transform: translate(14.5rem, -8rem) rotate(90deg);
  z-index: 2;
}

@media (min-width: 1400px) {
  .block-2__dots-svg--left {
    transform: translate(-13rem, 2rem) rotate(90deg);
  }
  .block-2__dots-svg--right {
    transform: translate(10rem, -8rem) rotate(90deg);
  }
}
.block-29 {
  --space-between-blocks: 4rem;
}

.block-29__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}

.block-29__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
}

.block-29__paragraph,
.block-29__title {
  text-align: center;
}

@media (min-width: 992px) {
  .block-29__title {
    font-size: 2.5rem;
  }
  .block-29__paragraph,
  .block-29__title {
    text-align: initial;
  }
  .block-29__paragraph {
    width: 90%;
  }
}
.cta-input {
  display: inline-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 0.87rem;
  padding: 0.4rem;
  --elements-roundness: 3px;
  border-radius: var(--elements-roundness);
  background: rgba(187, 187, 187, 0.22);
}

@media (min-width: 768px) {
  .cta-input {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cta-input {
    --elements-roundness: 10rem;
  }
}
.cta-input__input {
  border: none;
  background: 0 0;
  padding: 0.8rem 1.5rem;
}

@media (min-width: 992px) {
  .cta-input__input {
    max-width: 60%;
  }
}
.cta-input__input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}

.cta-input__btn {
  width: 100%;
  font-size: 0.87rem;
  padding: 0.8rem 2.5rem;
  color: var(--primary-invert);
  background: var(--gradient-primary, --secondary);
  border-radius: var(--elements-roundness);
}

@media (min-width: 768px) {
  .cta-input__btn {
    width: auto;
  }
}
.cta-p {
  text-align: center;
  font-size: 0.92rem;
  font-weight: 300;
  margin-top: 10px;
}

@media (min-width: 992px) {
  .cta-p {
    text-align: initial;
  }
}
.btn--loading {
  opacity: 1;
  cursor: progress;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn--loading::after,
.btn--loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.btn--loading::before {
  background: var(--primary);
  width: 100%;
  height: 100%;
  z-index: 1;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn--loading::after {
  margin: auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top: 2px solid var(--primary-invert);
  width: 1.5rem;
  height: 1.5rem;
  animation: spin 0.5s linear infinite;
  z-index: 2;
}

/*------------------------------*/
/*--Section Name----------------*/
/*------------------------------*/
.block-32 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.block__header {
  margin-bottom: 4rem;
}

.block__pre-title {
  color: var(--primary);
  font-size: 1rem;
  font-weight: 600;
}

.block-19 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.testimonial-card-1 {
  padding: 3rem 2.2rem 2.2rem 2.2rem;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: var(--primary-invert);
  color: var(--text-primary);
}

.testimonial-card-1__paragraph {
  flex-grow: 1;
  font-size: 0.95rem;
  opacity: 0.9;
  line-height: 1.7;
  padding-bottom: 1.5rem;
}

.testimonial-card-1__quote-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--gradient-primary, --primary);
  color: var(--primary-invert);
  font-size: 1.3rem;
  border-radius: 10rem;
  position: absolute;
  top: -25px;
  left: 30px;
}

.block-19-person {
  display: flex;
  align-items: center;
  margin-top: -1rem;
}

.block-19-person__avatar {
  width: 56px;
  height: 56px;
  border-radius: 10rem;
}

.block-19-person__rating {
  font-size: 0.75rem;
  color: #ffe200;
}

.block-19-person__name {
  font-size: 0.87rem;
  font-weight: 600;
}

.block-19-person__info {
  font-size: 0.87rem;
  opacity: 0.9;
}

@media (min-width: 1400px) {
  #block__container {
    max-width: 87%;
  }
}
.block-22 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.testimonial-card-3 {
  background: var(--gradient-secondary);
  color: var(--secondary-invert);
  border-radius: 1rem;
}

@media (min-width: 992px) {
  .testimonial-card-3 {
    padding: 3rem;
  }
}
.testimonial-card-3__paragraph {
  font-size: 1.1rem;
  opacity: 0.95;
  line-height: 1.7;
}

@media (min-width: 992px) {
  .testimonial-card-3__paragraph {
    width: 80%;
    margin: auto;
  }
}
.testimonial-card-3__quote-svg {
  color: inherit;
  transform: scale(1.2);
}

.block-22-person__link {
  color: inherit;
  opacity: 0.7;
  text-decoration: underline;
}

.block-22-person__link:focus,
.block-22-person__link:hover {
  color: inherit;
  text-decoration: underline;
  opacity: 1;
}

.block-22-person__avatar {
  width: 40px;
  height: 40px;
  border-radius: 10rem;
  border: 2px solid #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.block-29 {
  background: var(--gradient-primary, var(--primary));
  color: var(--primary-invert);
  position: relative;
}

@media (min-width: 992px) {
  .block-29 {
    border-radius: 10px;
  }
}
.block-29__title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3;
}

.block-29__paragraph {
  font-size: 1rem;
  line-height: 1.7;
  opacity: 0.9;
}

.block-29__paragraph,
.block-29__title {
  text-align: center;
}

@media (min-width: 992px) {
  .block-29__title {
    font-size: 2.5rem;
  }
  .block-29__paragraph,
  .block-29__title {
    text-align: initial;
  }
  .block-29__paragraph {
    width: 90%;
  }
}
.faq-accordion-block {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
}

.faq-accordion__list {
  padding-left: 0;
  list-style: none;
}

.faq-accordion {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0.9;
  border-top: 1px solid #e5e6ed;
  padding: 1.1rem 0;
  cursor: pointer;
  position: relative;
}

.faq-accordion__title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0.9;
  margin: 0;
  padding-right: 40px;
}

.faq-accordion__paragraph {
  font-size: 1.1rem;
  line-height: 1.5;
  opacity: 0.9;
  padding: 0 40px 1.1rem 0;
  margin: 0;
  border-bottom: 1px solid #e5e6ed;
}

.faq-accordion__section--open .faq-accordion__paragraph {
  border-bottom: none;
}

@media (min-width: 992px) {
  .faq-accordion {
    font-size: 1.5rem;
  }
}
.faq-accordion-block-accordion .faq-accordion__section--open .faq-accordion .faq-accordion__icon {
  transform: rotate(180deg);
}

.faq-accordion .faq-accordion__icon {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  transition: 0.3s all;
}

.faq-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s all;
}

.steps-block {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.the-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
}

.the-step__content {
  padding: 0 1.4rem;
  text-align: center;
}

@media (min-width: 992px) {
  .the-step__symbol-container {
    margin-bottom: 1.2rem;
  }
}
.the-step__symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.25rem;
  width: 4.25rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}

.the-step__title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .the-step__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.the-step__paragraph {
  font-size: 1rem;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0;
}

.the-step__arrow {
  display: none;
}

@media (min-width: 992px) {
  .the-step__arrow {
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    left: auto;
    bottom: 0;
    font-size: 2rem;
    transform: translateX(32px);
    width: 50px;
  }
  .the-step:last-of-type .the-step__arrow {
    display: none;
  }
}
.feature-block-video {
  --space-between-blocks: 2rem;
  --space-between-blocks-small-screens: 2rem;
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.feature-block-video__video {
  width: 100%;
  min-height: 200px;
  border-radius: 15px;
  background: 0 0;
  border-top: none;
}

.block-1 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.card-1 {
  height: 100%;
}

.card-1__title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.card-1__paragraph {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
}

.block-1-testimonial {
  background: #c3f0f7;
  padding: 2.5rem;
  border-radius: 4px;
}

.block-1-testimonial__paragraph {
  font-size: 1rem;
  opacity: 0.95;
  line-height: 1.6;
}

.block-1-testimonial__quote-svg {
  color: currentColor;
  transform: scale(0.8);
}

.block-1-person {
  font-size: 0.9rem;
}

.block-1-person__link {
  color: var(--text-primary);
  text-decoration: none;
}

.block-1-person__link:focus,
.block-1-person__link:hover {
  color: var(--primary);
  text-decoration: underline;
  opacity: 0.9;
}

.block-1-person__avatar {
  width: 40px;
  height: 40px;
  border-radius: 10rem;
  border: 2px solid #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.mb-2-1rem {
  margin-bottom: 2.1rem;
}

.block-23 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background-color: var(--block-background);
  color: var(--block-text-color);
}

.testimonial-card-2 {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .testimonial-card-2 {
    height: 100%;
  }
}
.testimonial-card-2__avatar {
  width: 100%;
}

.testimonial-card-2__paragraph {
  font-size: 0.95rem;
  opacity: 0.95;
  line-height: 1.7;
  padding: 0 2.2rem 1rem 2.2rem;
}

.block-23-person {
  text-align: center;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  margin: auto;
}

.block-23-person__details {
  padding: 0 2.2rem 2.2rem 2.2rem;
}

.block-23-person__rating {
  font-size: 0.75rem;
  color: #ffe200;
}

.block-23-person__name {
  font-size: 0.87rem;
  font-weight: 600;
}

.block-23-person__info {
  font-size: 0.87rem;
  opacity: 0.9;
  text-decoration: underline;
}

.img-full-width {
  border-radius: 10px;
  margin: 50px;
}

.img-br {
  border-radius: 10px;
}

.block-31 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.block-31__row {
  height: 300px;
}

@media (min-width: 992px) {
  .block-31__row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
  }
}
.block-31__image-column {
  height: 100%;
  background-position: center;
  background-size: cover;
}

@media (min-width: 992px) {
  .block-31__image-column {
    margin: 0 !important;
  }
}
.block-31__li {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.block-31__li:last-child {
  margin-bottom: 0;
}

.block-31__li-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.04);
  margin-bottom: 1.5rem;
}

.block-31__li-paragraph {
  font-weight: 300;
}

.block-3 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
}

.card-3 {
  text-align: center;
}

.card-3__title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}

.card-3__paragraph {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.95;
}

.frontendor-slider-block {
  background: #fff;
  position: relative;
  z-index: 0;
}

.video-js {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: 0 0;
}

@media (min-width: 768px) {
  .video-js {
    height: 390px;
  }
}
@media (min-width: 992px) {
  .video-js {
    height: auto;
  }
}
.video-js .vjs-tech {
  height: auto !important;
  position: relative !important;
}

.vjs-poster {
  background-size: cover;
}

.slider-menu {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 60px 0 70px 0;
  padding: 0 20px;
}

.slider-menu__item {
  font-size: 14px;
  margin: 0 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #151637;
  cursor: pointer;
  position: relative;
}

@media (min-width: 700px) {
  .slider-menu__item {
    font-size: 16px;
    margin: 0 24px;
  }
}
.slider-menu__item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -8px;
  height: 2px;
  width: 0%;
  background: var(--gradient-primary, var(--primary));
  border-radius: 5px;
}

.slider-menu__item--active::before {
  width: 100%;
  transition: var(--slider-menu-item-transition) linear;
}

.frontendor-slider-container {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  overflow: hidden;
}

@media (main-width: 700px) {
  .frontendor-slider-container {
    padding: 0;
  }
}
.frontendor-slider {
  --image-space: 20;
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 0;
}

@media (min-width: 500px) {
  .frontendor-slider {
    --image-space: 30;
  }
}
@media (min-width: 700px) {
  .frontendor-slider {
    --image-space: 40;
  }
}
@media (min-width: 900px) {
  .frontendor-slider {
    --image-space: 50;
  }
}
@media (min-width: 1200px) {
  .frontendor-slider {
    --image-space: 70;
  }
}
@media (min-width: 1300px) {
  .frontendor-slider {
    --image-space: 100;
  }
}
.frontendor-slider__slide {
  position: absolute;
  inset: 0;
  bottom: auto;
  transform: var(--transform);
  opacity: var(--opacity);
  filter: var(--filter);
  z-index: var(--z-index);
  transition: 0.3s all;
  cursor: pointer;
}

.frontendor-slider__slide--active {
  position: relative;
  transition: 0.5s all;
  transform-origin: left;
}

.frontendor-slider__slide--not-active {
  animation: frontendor-slider__slide-not-active 0.3s;
}

@keyframes frontendor-slider__slide-not-active {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.frontendor-slider__slide-img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

@media (min-width: 700px) {
  .frontendor-slider__slide-img {
    display: none;
  }
}
.frontendor-slider__slide-video {
  width: 100%;
  border-radius: 10px;
  display: none;
}

@media (min-width: 700px) {
  .frontendor-slider__slide-video {
    display: block;
  }
}
.block-12 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
  position: relative;
  z-index: 1;
}

.block-12__shape-for-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 75%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.05) 0, transparent 70%);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.block-12-card-1 {
  height: 100%;
  padding: 3rem 2.3rem;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .block-12-card-1half {
    padding: 3rem 2.8rem 2rem 2.8rem !important;
    text-align: center;
  }
}
.block-12-card-2 {
  height: 100%;
  padding: 3rem 2.3rem;
  border-radius: 5px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 1;
  transition: transform 0.5s;
  background: var(--gradient-secondary);
  color: var(--primary-invert);
  overflow: hidden;
}

@media (min-width: 992px) {
  .block-12-card-1 {
    padding: 3rem 2.8rem;
  }
}
.block-12-card-1::after,
.block-12-card-1::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 10rem;
  box-shadow: 0 0 115px 52px rgba(255, 255, 255, 0.6);
  z-index: -1;
  opacity: 0;
  transition: opacity 1s;
}

.block-12-card-1::before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.block-12-card-1::after {
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}

.block-12-card-1__icon img {
  width: 75px;
  margin-bottom: 1.5rem;
}

.block-12-card-1__title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.93rem;
}

.block-12-card-1__paragraph {
  font-size: 14.4px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  margin-bottom: 0;
}

.block-12-card-1__content {
  position: relative;
  padding-bottom: 1rem;
  height: 100%;
  z-index: 2;
}

.mb-2-1rem {
  margin-bottom: 2.1rem;
}

.close-height {
  height: auto !important;
}

.p-0 {
  padding: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pe-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.ps-0 {
  padding-left: 0px;
}

.p-1 {
  padding: 1px;
}

.pt-1 {
  padding-top: 1px;
}

.pe-1 {
  padding-right: 1px;
}

.pb-1 {
  padding-bottom: 1px;
}

.ps-1 {
  padding-left: 1px;
}

.p-2 {
  padding: 2px;
}

.pt-2 {
  padding-top: 2px;
}

.pe-2 {
  padding-right: 2px;
}

.pb-2 {
  padding-bottom: 2px;
}

.ps-2 {
  padding-left: 2px;
}

.p-3 {
  padding: 3px;
}

.pt-3 {
  padding-top: 3px;
}

.pe-3 {
  padding-right: 3px;
}

.pb-3 {
  padding-bottom: 3px;
}

.ps-3 {
  padding-left: 3px;
}

.p-4 {
  padding: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pe-4 {
  padding-right: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.ps-4 {
  padding-left: 4px;
}

.p-5 {
  padding: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pe-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.ps-5 {
  padding-left: 5px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pe-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ps-10 {
  padding-left: 10px;
}

.p-11 {
  padding: 11px;
}

.pt-11 {
  padding-top: 11px;
}

.pe-11 {
  padding-right: 11px;
}

.pb-11 {
  padding-bottom: 11px;
}

.ps-11 {
  padding-left: 11px;
}

.p-12 {
  padding: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pe-12 {
  padding-right: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.ps-12 {
  padding-left: 12px;
}

.p-13 {
  padding: 13px;
}

.pt-13 {
  padding-top: 13px;
}

.pe-13 {
  padding-right: 13px;
}

.pb-13 {
  padding-bottom: 13px;
}

.ps-13 {
  padding-left: 13px;
}

.p-14 {
  padding: 14px;
}

.pt-14 {
  padding-top: 14px;
}

.pe-14 {
  padding-right: 14px;
}

.pb-14 {
  padding-bottom: 14px;
}

.ps-14 {
  padding-left: 14px;
}

.p-15 {
  padding: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pe-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.ps-15 {
  padding-left: 15px;
}

.p-16 {
  padding: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pe-16 {
  padding-right: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.ps-16 {
  padding-left: 16px;
}

.p-17 {
  padding: 17px;
}

.pt-17 {
  padding-top: 17px;
}

.pe-17 {
  padding-right: 17px;
}

.pb-17 {
  padding-bottom: 17px;
}

.ps-17 {
  padding-left: 17px;
}

.p-18 {
  padding: 18px;
}

.pt-18 {
  padding-top: 18px;
}

.pe-18 {
  padding-right: 18px;
}

.pb-18 {
  padding-bottom: 18px;
}

.ps-18 {
  padding-left: 18px;
}

.p-19 {
  padding: 19px;
}

.pt-19 {
  padding-top: 19px;
}

.pe-19 {
  padding-right: 19px;
}

.pb-19 {
  padding-bottom: 19px;
}

.ps-19 {
  padding-left: 19px;
}

.p-20 {
  padding: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pe-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ps-20 {
  padding-left: 20px;
}

.p-30 {
  padding: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pe-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ps-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pe-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ps-40 {
  padding-left: 40px;
}

.p-50 {
  padding: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pe-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ps-50 {
  padding-left: 50px;
}

.p-100 {
  padding: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pe-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ps-100 {
  padding-left: 100px;
}

.m-0 {
  margin: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.me-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ms-0 {
  margin-left: 0px;
}

.m-1 {
  margin: 1px;
}

.mt-1 {
  margin-top: 1px;
}

.me-1 {
  margin-right: 1px;
}

.mb-1 {
  margin-bottom: 1px;
}

.ms-1 {
  margin-left: 1px;
}

.m-2 {
  margin: 2px;
}

.mt-2 {
  margin-top: 2px;
}

.me-2 {
  margin-right: 2px;
}

.mb-2 {
  margin-bottom: 2px;
}

.ms-2 {
  margin-left: 2px;
}

.m-3 {
  margin: 3px;
}

.mt-3 {
  margin-top: 3px;
}

.me-3 {
  margin-right: 3px;
}

.mb-3 {
  margin-bottom: 3px;
}

.ms-3 {
  margin-left: 3px;
}

.m-4 {
  margin: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.me-4 {
  margin-right: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.ms-4 {
  margin-left: 4px;
}

.m-5 {
  margin: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.me-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ms-5 {
  margin-left: 5px;
}

.m-10 {
  margin: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.me-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ms-10 {
  margin-left: 10px;
}

.m-11 {
  margin: 11px;
}

.mt-11 {
  margin-top: 11px;
}

.me-11 {
  margin-right: 11px;
}

.mb-11 {
  margin-bottom: 11px;
}

.ms-11 {
  margin-left: 11px;
}

.m-12 {
  margin: 12px;
}

.mt-12 {
  margin-top: 12px;
}

.me-12 {
  margin-right: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.ms-12 {
  margin-left: 12px;
}

.m-13 {
  margin: 13px;
}

.mt-13 {
  margin-top: 13px;
}

.me-13 {
  margin-right: 13px;
}

.mb-13 {
  margin-bottom: 13px;
}

.ms-13 {
  margin-left: 13px;
}

.m-14 {
  margin: 14px;
}

.mt-14 {
  margin-top: 14px;
}

.me-14 {
  margin-right: 14px;
}

.mb-14 {
  margin-bottom: 14px;
}

.ms-14 {
  margin-left: 14px;
}

.m-15 {
  margin: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.me-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ms-15 {
  margin-left: 15px;
}

.m-16 {
  margin: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.me-16 {
  margin-right: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.ms-16 {
  margin-left: 16px;
}

.m-17 {
  margin: 17px;
}

.mt-17 {
  margin-top: 17px;
}

.me-17 {
  margin-right: 17px;
}

.mb-17 {
  margin-bottom: 17px;
}

.ms-17 {
  margin-left: 17px;
}

.m-18 {
  margin: 18px;
}

.mt-18 {
  margin-top: 18px;
}

.me-18 {
  margin-right: 18px;
}

.mb-18 {
  margin-bottom: 18px;
}

.ms-18 {
  margin-left: 18px;
}

.m-19 {
  margin: 19px;
}

.mt-19 {
  margin-top: 19px;
}

.me-19 {
  margin-right: 19px;
}

.mb-19 {
  margin-bottom: 19px;
}

.ms-19 {
  margin-left: 19px;
}

.m-20 {
  margin: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.me-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ms-20 {
  margin-left: 20px;
}

.m-30 {
  margin: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.me-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ms-30 {
  margin-left: 30px;
}

.m-40 {
  margin: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.me-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ms-40 {
  margin-left: 40px;
}

.m-50 {
  margin: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.me-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ms-50 {
  margin-left: 50px;
}

.m-100 {
  margin: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.me-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ms-100 {
  margin-left: 100px;
}

.main-ad-content {
  background-color: var(--primary);
  color: var(--primary-invert);
  border-radius: 10px;
}

.filters {
  background-color: #f9f9f9;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .filters {
    position: static !important;
    margin-top: 0 !important;
  }
}
.results {
  background-color: #f9f9f9;
  border-radius: 10px;
}

.search-again {
  background-color: rgb(244, 245, 246);
}

.centered-button {
  display: block;
  margin: 20px auto 0;
  border: 2px solid;
  border-radius: 25px;
  padding: 10px 20px;
  background-color: white;
  font-weight: bold;
}
.centered-button svg {
  margin-right: 8px;
}

.offcanvas.offcanvas-end {
  width: 100vw !important;
}

.range-labels {
  margin-top: 5px;
}

.range-labels span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgb(244, 245, 246);
  font-weight: bold;
  font-size: 0.8rem;
}

#scrollFilterButton {
  margin: 0 auto;
  background-color: rgb(46, 103, 209);
  border: none;
  border-radius: 50px;
  padding: 16px 30px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
}

#scrollFilterButton:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

#backToTopButton {
  background-color: rgb(218, 218, 218);
  color: #fff;
  border: none;
  padding: 10px;
  height: 55px;
  width: 55px;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
}

#backToTopButton:hover {
  background-color: rgb(218, 218, 218);
}

.using-current {
  color: blue;
  font-weight: bold;
  font-size: 0.9rem;
}

#getLocation {
  position: relative;
  height: 3.1rem;
  width: 3.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#getLocation::before,
#getLocation::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 123, 255, 0.4); /* Hollow circle */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  opacity: 0;
}

#getLocation::before {
  animation: ripple 2s infinite;
  animation-delay: 0s;
}

#getLocation::after {
  animation: ripple 2s infinite;
  animation-delay: 0.5s; /* Slight delay between the two pulses */
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
#getLocationsr {
  position: relative;
  height: 2.3rem;
  width: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#getLocationsr::before,
#getLocationsr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(0, 123, 255, 0.4); /* Hollow circle */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1;
  opacity: 0;
}

.block-41 {
  --block-background: white;
  --block-text-color: var(--text-primary);
  background: var(--block-background);
  color: var(--block-text-color);
  font-size: 0.87rem;
}

.block-41__logo {
  height: 36px;
}

.block-41__brand-story {
  font-size: 0.87rem;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .block-41__brand-story {
    width: 90%;
  }
}
.block-41__li-heading {
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.block-41__li {
  margin-bottom: 0.7rem;
  font-size: 1rem;
}

.block-41__extra-link,
.block-41__li-link {
  color: var(--block-text-color);
  text-decoration: none;
}

.block-41__extra-link:focus,
.block-41__extra-link:hover,
.block-41__li-link:focus,
.block-41__li-link:hover {
  color: inherit;
  text-decoration: underline;
}

.block-41__divider {
  margin: 2.4rem 0;
  color: #88909b;
}

.block-41__extra-links {
  justify-content: center;
}

@media (min-width: 768px) {
  .block-41__extra-links {
    justify-content: flex-start;
  }
}
.block-41__copyrights {
  width: 90%;
  margin: auto;
  text-align: center;
}

@media (min-width: 768px) {
  .block-41__copyrights {
    width: auto;
    text-align: initial;
  }
}