/* reset */
/* main variables */

@font-face {
  font-family: "garetbook";
  src: url("./garet-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "garetheavy";
  src: url("./garet-heavy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.animation-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4rem;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 7px 6px;
}

.fancybox-content {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--video .fancybox-close-small {
  color: #fff;
  position: fixed;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 1.6rem;
  line-height: 2rem;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button--zoom {
  display: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 0.1rem dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 2rem;
  overflow: visible;
  position: relative;
  margin: 0 auto;
  width: 2rem;
}

.fancybox-button:hover svg {
  fill: #fb5472;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  border: 0;
  text-align: center;
  font-size: 1.7rem;
  color: #8e9fb4;
  cursor: pointer;
  display: block !important;
  width: 5.8rem;
  height: 5.3rem;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401;
  font-size: 1.2rem;
  opacity: 1;
  padding: 0.2rem;
}

.fancybox-close-small i {
  padding: 0.9rem 0 0 0.2rem;
  width: 2.8rem;
  height: 2.8rem;
  background: #fff;
  font-size: 1rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #1b2b7c;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.web .fancybox-close-small:hover i {
  color: #fb5472;
}

.fancybox-slide--html .fancybox-content {
  padding: 0;
  margin-bottom: 0 !important;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  -webkit-background-clip: content-box;
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.9rem 0.7rem 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-slide {
  opacity: 0;
  -webkit-transition: all 0.01s ease;
  -o-transition: all 0.01s ease;
  transition: all 0.01s ease;
}

.fancybox-slide.fancybox-slide--complete {
  opacity: 1 !important;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fancybox-caption--separate {
  margin-top: -5rem;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }

  .fancybox-slide--image {
    padding: 0.6rem 0;
  }

  .fancybox-caption {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

/* Thumbs */
.fancybox-thumbs {
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 8rem;
  z-index: 99995;
  text-align: center;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  bottom: 8.5rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #fb5472;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.fancybox-slide--html {
  min-width: 320px;
}

.fancybox-slide--video {
  -webkit-transition: -webkit-transform 2s ease-in;
  transition: -webkit-transform 2s ease-in;
  -o-transition: transform 2s ease-in;
  transition: transform 2s ease-in;
  transition: transform 2s ease-in, -webkit-transform 2s ease-in;
  display: block;
}

.fancybox-slide--video .fancybox-content {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.fancybox-slide--video.fancybox-slide--complete .fancybox-content {
  -webkit-transition: -webkit-transform 0.5s ease-in !important;
  transition: -webkit-transform 0.5s ease-in !important;
  -o-transition: transform 0.5s ease-in !important;
  transition: transform 0.5s ease-in !important;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in !important;
}

.fancybox-slide--image .fancybox-close-small {
  right: -45px;
  top: -45px;
}

@media screen and (max-width: 479px) {
  .fancybox-close-small {
    width: 4rem;
    top: 0.8rem;
  }

  .pricingCont {
    flex-direction: column;
  }
}

.icon-check:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-next:before {
  content: "\e902";
}

.icon-phone:before {
  content: "\e903";
}

.icon-play:before {
  content: "\e904";
}

.icon-prev:before {
  content: "\e905";
}

.icon-quote:before,
.testimonials-card:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

/** Swiper 5.2.1 Most modern mobile touch slider and framework with hardware accelerated transitions http://swiperjs.com Copyright 2014-2019 Vladimir Kharlampidi Released under the MIT License Released on: November 16, 2019 */
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 45px;
  height: 39px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  color: #bec0c4;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.swiper-button-prev i,
.swiper-button-next i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -3px;
  font-size: 16px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  height: 100%;
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.swiper-button-prev div {
  float: right;
}

.swiper-button-prev i {
  margin-left: -10px;
}

.web .swiper-button-prev:not(.swiper-button-disabled):hover,
.web .swiper-button-next:not(.swiper-button-disabled):hover {
  color: #c4a2fc;
}

.web .swiper-button-prev:not(.swiper-button-disabled):hover svg,
.web .swiper-button-next:not(.swiper-button-disabled):hover svg {
  opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /* --swiper-pagination-color: var(--swiper-theme-color); */
}

.swiper-pagination {
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /* --swiper-preloader-color: var(--swiper-theme-color); */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-arrow {
  width: 7rem;
  height: 7rem;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1),
    0px 4px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.section-about {
  margin-top: 15rem;
  position: relative;
  z-index: 1;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about__img {
  width: calc(100% - 45.5rem);
  padding-right: 4.5rem;
  padding-left: 2%;
}

.about__content {
  width: 45.5rem;
  padding-bottom: 0.5rem;
}

.about__btn {
  margin-top: 2rem;
}

.content-block__text {
  font-size: 1.6rem;
  line-height: 170%;
}

.play-icon {
  color: #fff;
  padding: 0 0 0 0.5rem;
  width: 6.6rem;
  height: 6.6rem;
  font-size: 2.6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-shadow: 0px 1.5rem 2.5rem rgba(230, 51, 94, 0.25);
  box-shadow: 0px 1.5rem 2.5rem rgba(230, 51, 94, 0.25);
}

.play-icon i {
  position: relative;
  z-index: 2;
}

.play-icon:before {
  content: "";
  display: block;
  width: 136.36%;
  height: 136.36%;
  background: -webkit-linear-gradient(
    186.56deg,
    rgba(226, 94, 102, 0.991703) 0%,
    rgba(230, 51, 94, 0.991703) 100%
  );
  background: -o-linear-gradient(
    186.56deg,
    rgba(226, 94, 102, 0.991703) 0%,
    rgba(230, 51, 94, 0.991703) 100%
  );
  background: linear-gradient(
    263.44deg,
    rgba(226, 94, 102, 0.991703) 0%,
    rgba(230, 51, 94, 0.991703) 100%
  );
  opacity: 0.15;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.play-icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    186.56deg,
    rgba(255, 154, 160, 0.991703) 0%,
    rgba(249, 73, 115, 0.991703) 100%
  );
  background: -o-linear-gradient(
    186.56deg,
    rgba(255, 154, 160, 0.991703) 0%,
    rgba(249, 73, 115, 0.991703) 100%
  );
  background: linear-gradient(
    263.44deg,
    rgba(255, 154, 160, 0.991703) 0%,
    rgba(249, 73, 115, 0.991703) 100%
  );
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-video {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-video__text {
  padding-left: 2.3rem;
}

.play-video__title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
  color: #fb5472;
}

.play-video__link {
  font-size: 1.6rem;
  line-height: 170%;
  color: #646a89;
}

.play-video:hover .play-icon:before {
  -webkit-transform: scale(1.15) translate(-50%, -50%);
  -ms-transform: scale(1.15) translate(-50%, -50%);
  transform: scale(1.15) translate(-50%, -50%);
}

.section-subtitle {
  font-size: 2.2rem;
  line-height: 150%;
}

.about-details {
  margin: 8.6rem -1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-details__item {
  text-align: center;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
  width: 25%;
  min-height: 15rem;
  position: relative;
}

.about-details__item__text {
  margin-top: 0.4rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.about-details__val {
  font-size: 5.4rem;
  line-height: 110%;
  font-weight: 700;
  position: relative;
  z-index: 1;
  color: #1b2b7c;
}

.about-details__val_plus {
  color: #fb5472;
  font-size: 3rem;
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 0 0.6rem;
}

.about-details__text {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.about-details__decor {
  width: 15rem;
  height: 15rem;
  border: 4rem solid rgba(219, 223, 243, 0.3);
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 31%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}

.section-get {
  margin-top: 12.4rem;
  position: relative;
  z-index: 1;
}

.get-list {
  margin: 5rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 80%;
}

.get-list__item {
  padding: 3.6rem 2.6rem 3.5rem;
  margin: 0 1.5rem 3rem;
  width: calc(50% - 3rem);
  background: #fff;
  -webkit-box-shadow: 0px 1rem 2.6rem rgba(92, 213, 221, 0.12);
  box-shadow: 0px 4px 4px 0px rgba(92, 213, 221, 0.12);
  overflow: hidden;
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  position: relative;
}

.get-list__item:before {
  content: "";
  width: 20.5rem;
  height: 20.5rem;
  border: 5rem solid rgba(74, 188, 195, 0.12);
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-36%, -36%);
  -ms-transform: translate(-36%, -36%);
  transform: translate(-36%, -36%);
  z-index: 0;
}

/*.get-list__item:nth-child(3n-1) { -webkit-transform: translateY(4.1rem); -ms-transform: translateY(4.1rem); transform: translateY(4.1rem); }*/

.get-list__heading {
  padding-left: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.get-list__icon {
  width: 7.2rem;
  padding-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.get-list__icon img {
  vertical-align: top;
}

.get-list__title {
  font-family: "garetbook", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 120%;
  color: #760b2a;
  text-transform: capitalize;
}

.get-list__text {
  padding-left: 0.3rem;
  margin-top: 1.9rem;
  font-size: 1.6rem;
  line-height: 170%;
  position: relative;
  z-index: 1;
}

.section-consultation {
  margin-top: -11rem;
  padding-top: 18.7rem;
  position: relative;
  z-index: 0;
}

.section-consultation__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.section-consultation .wrapper {
  z-index: 1;
}

.consultation-form {
  padding: 6.2% 0 17.2rem;
  max-width: 48.1rem;
}

.consultation-form__form {
  margin-top: 2.1rem;
}

.consultation-form .btn {
  min-width: 13.2rem;
}

.consultation-form .content-block__text p:first-child {
  padding-top: 0;
}

.consultation-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.consultation-img {
  margin: 0 -15% 0 1.4%;
  width: calc(114% - 48.1rem);
}

.section-logos {
  margin-top: -8.5rem;
  position: relative;
  z-index: 1;
}

.logos {
  margin: 0 -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos__item {
  margin: 0 1.5rem 3rem;
  width: calc(20% - 3rem);
  background: #fff;
  -webkit-box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
  box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
}

.logos__item:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.logos__item img {
  max-height: 82%;
  max-width: 82%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-steps {
  margin-top: 15.2rem;
}

.steps {
  margin: 7.1rem -1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.steps__item {
  padding: 0 1.5rem 3rem;
  width: 25%;
  max-width: 25rem;
  position: relative;
  display: grid;
  place-items: center;
}

.steps__icon {
  height: 7rem;
  position: relative;
  z-index: 1;
  width: 10rem;
}

.steps__title {
  margin-top: 3.1rem;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "garetbook", "Open Sans", sans-serif;
  font-size: 2.4rem;
  line-height: 120%;
  position: relative;
  z-index: 1;
  color: #760b2a;
}

.steps__count {
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  z-index: 0;
  font-weight: 900;
  font-size: 15rem;
  line-height: 100%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  color: rgba(27, 43, 124, 0.05);
}

.steps-text {
  margin: 4.7rem auto 0;
  max-width: 77rem;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.section-prices {
  margin-top: 18.2rem;
  position: relative;
  z-index: 1;
}

.prices {
  margin: 5.2rem -1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prices__item {
  position: relative;
  margin: 0 1.5rem 3rem;
  width: 20%;
  background: #fff;
  -webkit-box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
  box-shadow: 0px 1rem 2.6rem rgba(36, 73, 168, 0.15);
  -webkit-border-radius: 1rem;
  border-radius: 1rem;
  color: #646a89;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  overflow: hidden;
  padding-inline: 20px;
  padding-block: 30px 0.5rem;
}

/* .prices__item::before {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  top: -12px;
  left: 25px;
  border: 0.8rem solid rgba(27, 43, 124, 0.2);
}
.prices__item::after {
  content: "";
  position: absolute;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  top: 10rem;
  right: -1.3rem;
  border: 0.7rem solid rgba(251, 84, 114, 0.3);
}

.card__header__wrapper::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  top: 20rem;
  left: -0.6rem;
  border: 0.8rem solid rgba(27, 43, 124, 0.2);
} */

.prices__item:hover {
  color: #646a89;
}

.prices__item:hover .btn_buy {
  color: #fff;
  background: #f35588;
}

.prices__item:hover .prices__decor:before {
  background-position: 100% 0;
}

.prices__item:hover .prices__cost-val {
  color: #fb5472;
}

.prices__item-recomendation .prices__head {
  padding-top: 4.9rem;
  padding-bottom: 4rem;
}

.prices__category {
  color: #fb5472;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 150%;
  text-transform: uppercase;
}

.prices__title {
  margin-top: 0.9rem;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 140%;
  font-family: "garetbook", "Open Sans", sans-serif;
  color: #737373;
}

.prices__period {
  margin-top: 0.2rem;
  font-size: 1.6rem;
  line-height: 150%;
  text-transform: capitalize;
}

.prices__cost {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 1.5rem;
  line-height: 2;
}

.prices__cost-val {
  font-weight: bold;
  font-size: 3.5rem;
  margin: 0 1rem;
  line-height: 1;
  color: #737373;
  vertical-align: top;
  -webkit-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

.prices__list {
  list-style: none;
  font-size: 1.6rem;
  line-height: 170%;
}

.prices__list li {
  margin-bottom: 0.7rem;
  text-align: left;
}

.prices__inner {
  position: relative;
  z-index: 1;
}

.prices__head {
  padding: 5rem 2.3rem 0rem;
  position: relative;
}

.prices__decor {
  z-index: 0;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.prices__decor:before {
  content: "";
  display: block;
  /* background: -webkit-linear-gradient(
    166.68deg,
    #dbdff3 0%,
    rgba(241, 249, 255, 0) 33.89%,
    rgba(27, 43, 124, 0.03) 66.66%,
    rgba(27, 43, 124, 0.03) 99.52%
  ); */
  /* background: -o-linear-gradient(
    166.68deg,
    #dbdff3 0%,
    rgba(241, 249, 255, 0) 33.89%,
    rgba(27, 43, 124, 0.03) 66.66%,
    rgba(27, 43, 124, 0.03) 99.52%
  ); */
  /* background: linear-gradient(
    283.32deg,
    #dbdff3 0%,
    rgba(241, 249, 255, 0) 33.89%,
    rgba(27, 43, 124, 0.03) 66.66%,
    rgba(27, 43, 124, 0.03) 99.52%
  ); */
  background-position: 0 0;
  -webkit-background-size: 300% 100%;
  background-size: 300% 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% + 4rem);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-top: 100%;
  -webkit-transition: background-position 0.4s ease;
  -o-transition: background-position 0.4s ease;
  transition: background-position 0.4s ease;
}

.prices__decor:after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: -0.9rem;
  left: -0.3rem;
  border: 0.4rem solid rgba(27, 43, 124, 0.3);
}

.prices__decor span {
  display: block;
}

.prices__decor span:before,
.prices__decor span:after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  border: 0.5rem solid rgba(251, 84, 114, 0.3);
}

.prices__decor span:before {
  width: 3.1rem;
  height: 3.1rem;
  left: 1.9rem;
  top: -1.3rem;
  border: 0.8rem solid rgba(27, 43, 124, 0.2);
}

.prices__decor span:after {
  bottom: 54.5%;
  right: -0.5rem;
}

.prices__btn {
  margin-top: 4.1rem;
}

.prices__content {
  padding: 0rem 2.3rem 5rem;
}

.prices__rec {
  margin-top: 3.1rem;
}

.prices .checkbox-text:after {
  opacity: 1;
}

.section-newsletter {
  margin-top: -2.6rem;
  padding-bottom: 6.7rem;
  position: relative;
  z-index: 0;
}

.section-newsletter__bg {
  position: absolute;
  left: 0;
  top: -16.5rem;
  right: 0;
  bottom: 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.section-newsletter .wrapper {
  z-index: 1;
}

.newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter__img {
  width: 41.2%;
}

.newsletter__content {
  padding: 0 2rem 3.3rem 0;
  width: 58.8%;
}

.newsletter__text {
  font-size: 1.6rem;
  line-height: 170%;
  max-width: 84%;
}

.newsletter__text p:first-child {
  padding-top: 0;
}

.newsletter__picture {
  margin-left: -2%;
  margin-right: -6%;
}

.box-fileds-newsletter {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-filed_1 {
  width: calc(100% - 15.2rem);
  padding-right: 2rem;
}

.box-filed_submit {
  width: 15.2rem;
}

.box-filed_submit .btn {
  width: 100%;
}

.section-testimonials {
  margin-top: 18.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonials__img {
  width: calc(100% - 45.6rem);
  padding-right: 3rem;
}

.testimonials__content {
  width: 45.6rem;
  padding-bottom: 1.1rem;
}

.testimonials__text {
  font-size: 1.6rem;
  line-height: 170%;
}

.testimonials__picture {
  margin-left: -4%;
}

.testimonials-card:before {
  font-family: icomoon;
  font-size: 3.5rem;
  margin-bottom: 0.3rem;
  display: inline-block;
}

.testimonials-card__text {
  font-size: 2.2rem;
  line-height: 150%;
}

.testimonials-card .author {
  margin-top: 0.7rem;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author__details {
  padding-top: 0.3rem;
  padding-left: 2rem;
  width: calc(100% - 9rem);
}

.author__img {
  width: 7rem;
  height: 7rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.author__title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1b2b7c;
}

.author__position {
  font-size: 1.6rem;
  line-height: 170%;
}

.reviews-slider {
  margin-top: 3.5rem;
}

.reviews-slider .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.reviews-slider .swiper-slide-active {
  opacity: 1 !important;
}

.section-main-blog {
  margin-top: 17.4rem;
}

.blog-more {
  margin-top: 3.1rem;
  text-align: center;
}

.blog-more .btn {
  min-width: 14rem;
}

.news {
  margin: 4.9rem -1.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.customModal {
  z-index: 10;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  display: grid;
  place-items: center;
}

.innerBox {
  width: 40%;
  padding: 2rem 3rem;
  border-radius: 1rem;
}

.cusInputStyle {
  width: 100%;
  padding: 1.5rem;
  border: 1px soild #f0f0f0;
  margin-bottom: 1rem;
  display: block;
}

@media screen and (max-width: 1366px) {
  .section-about {
    margin-top: 11rem;
  }

  .section-get {
    margin-top: 6.4rem;
  }

  .section-testimonials {
    margin-top: 13.1rem;
  }

  .testimonials__picture {
    max-width: 82%;
  }

  .section-main-blog {
    margin-top: 12.4rem;
  }

  .section-prices {
    margin-top: 13.9rem;
  }

  .steps__title {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1280px) {
  .testimonials__picture {
    max-width: 95%;
  }

  .section-newsletter__bg {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1100px) {
  .prices__head {
    padding: 4rem 2rem 3rem;
    position: relative;
  }

  .prices__item-recomendation .prices__head {
    padding-top: 3.9rem;
    padding-bottom: 3.1rem;
  }

  .prices__list li {
    margin-bottom: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  .testimonials-card__text {
    font-size: 1.9rem;
  }

  .about-details__val {
    font-size: 5rem;
  }

  .about-details__text {
    font-size: 1.3rem;
  }

  .section-subtitle {
    font-size: 2rem;
  }

  .prices__list {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .prices__btn {
    margin-top: 3.1rem;
  }

  .prices__content {
    padding: 0rem 2rem 4rem;
  }

  .prices__decor:before {
    width: 46rem;
  }

  .prices__category {
    font-size: 1.4rem;
  }

  .prices__title {
    font-size: 2.2rem;
  }

  .prices__cost {
    margin-top: 1rem;
  }

  .prices__period {
    font-size: 1.5rem;
  }

  .prices__cost-val {
    font-size: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .section-about {
    margin-top: 5rem;
  }

  .about-details__item {
    width: 50%;
  }

  .about-details__val {
    font-size: 4.3rem;
  }

  .about-details__val_plus {
    font-size: 2.5rem;
  }

  .get-list__item {
    padding: 3.6rem 1.6rem 3.5rem;
    margin: 0 1rem 3rem;
    width: calc(50% - 2rem);
  }

  .get-list {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .get-list__item:nth-child(3n-1) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-consultation {
    padding-top: 12rem;
  }

  .logos__item {
    margin: 0 1.5rem 3rem;
    width: calc(33.33% - 3rem);
  }

  .section-steps {
    margin-top: 6.2rem;
  }

  .steps-text {
    font-size: 1.3rem;
  }

  .steps__item {
    width: 50%;
    margin-bottom: 4rem;
  }

  .steps__count {
    font-size: 12rem;
  }

  .section-prices {
    margin-top: 6.9rem;
  }

  .steps {
    margin-top: 5rem;
  }

  .consultation-img {
    display: none;
  }

  .section-consultation__bg {
    background: -webkit-linear-gradient(
      144.68deg,
      rgba(219, 223, 243, 0.45) 0.03%,
      rgba(241, 249, 255, 0.03) 99.52%
    ) !important;
    background: -o-linear-gradient(
      144.68deg,
      rgba(219, 223, 243, 0.45) 0.03%,
      rgba(241, 249, 255, 0.03) 99.52%
    ) !important;
    background: linear-gradient(
      305.32deg,
      rgba(219, 223, 243, 0.45) 0.03%,
      rgba(241, 249, 255, 0.03) 99.52%
    ) !important;
  }

  .consultation-form {
    max-width: 100%;
  }

  .prices {
    margin-left: 0;
    margin-right: 0;
  }

  .section-newsletter {
    margin-top: 0;
  }

  .newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .newsletter__content {
    padding: 2rem 0 0;
    width: 100%;
  }

  .section-testimonials {
    margin-top: 5.1rem;
  }

  .section-newsletter + .section-testimonials {
    margin-top: 2.1rem;
  }

  .testimonials__content {
    width: 100%;
  }

  .testimonials-card:before {
    font-size: 2.8rem;
  }

  .section-main-blog {
    margin-top: 5.4rem;
  }

  .prices__item {
    width: calc(50% - 3rem);
  }

  .testimonials__img {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 30rem;
    text-align: center;
  }

  .testimonials__picture {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .get-list__heading {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  .prices__item {
    margin: 0 auto 3rem;
    width: 70%;
    max-width: 36rem;
  }

  .news {
    display: block;
    max-width: 45rem;
    margin: 4rem auto 0;
  }
}

@media screen and (max-width: 479px) {
  .get-list {
    margin-left: 0;
    margin-right: 0;
  }

  .get-list__item {
    padding: 2.6rem 1.5rem 2.5rem;
    margin: 0 0 3rem;
    width: 100%;
  }

  .logos__item {
    margin: 0 1rem 3rem;
    width: calc(50% - 3rem);
  }

  .box-fileds-newsletter {
    display: block;
    margin: 0 auto;
    max-width: 35rem;
  }

  .box-filed_1 {
    width: 100%;
    padding: 0 0 2rem;
  }

  .box-filed_submit {
    width: 100%;
    text-align: center;
  }

  .box-filed_submit .btn {
    width: 100%;
  }

  .box-fileds {
    display: block;
    margin: 0;
  }

  .box-fileds .box-filed {
    margin: 0 0 2rem;
    width: 100%;
  }

  .consultation-form .btn {
    width: 100%;
  }

  .box-fileds .box-field__accept {
    width: 100%;
  }

  .box-fileds .box-filed {
    width: 100%;
  }

  .section-get {
    margin-top: 2.4rem;
  }

  .get-list {
    margin-top: 3rem;
  }

  .newsletter__text {
    max-width: 100%;
  }

  .prices__list {
    line-height: 1.5;
  }

  .prices__btn {
    margin-top: 3.5rem;
  }

  .prices__head {
    padding: 3rem 1.5rem 2rem;
  }

  .prices__item-recomendation .prices__head {
    padding-top: 2.9rem;
    padding-bottom: 2.1rem;
  }

  .prices__content {
    padding: 0rem 1.5rem 3.8rem;
  }
}

@media screen and (min-width: 768px) {
  .logos__item:nth-child(5n + 2),
  .logos__item:nth-child(5n + 4) {
    -webkit-transform: translateY(-6.9rem);
    -ms-transform: translateY(-6.9rem);
    transform: translateY(-6.9rem);
  }

  .prices {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.popup {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fcfdfe),
    to(#e0e3f5)
  );
  background: -webkit-linear-gradient(left, #fcfdfe 0%, #e0e3f5 100%);
  background: -o-linear-gradient(left, #fcfdfe 0%, #e0e3f5 100%);
  background: linear-gradient(90deg, #fcfdfe 0%, #e0e3f5 100%);
  width: 60rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
}

.popup-title {
  font-weight: bold;
  font-size: 5.4rem;
  line-height: 100%;
  margin-bottom: 2.4rem;
  font-family: Aleo, arial, sans-serif;
  color: #1b2b7c;
  line-height: 100%;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}

.popup-text {
  font-size: 1.6rem;
  line-height: 170%;
  max-width: 46rem;
}

.block-popup {
  padding: 8rem 7rem 9rem;
  position: relative;
  z-index: 1;
}

.popup-succsess {
  width: 45rem;
  text-align: center;
}

.popup-succsess .popup-content {
  padding: 50px 25px;
}

.popup-button_succsees {
  margin-top: 39px;
}

.box-fileds_2 .box-filed_btn {
  width: 13rem;
}

.box-fileds_2 .box-fileds .box-field__accept {
  width: calc(100% - 19rem);
}

.popup-decor {
  left: 50%;
  bottom: 0;
  width: 35rem;
  height: 12rem;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
}

.popup-decor:before {
  content: "";
  display: block;
  height: 35rem;
  border: 80px solid rgba(219, 223, 243, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.popup-title-wrap {
  position: relative;
}

.popup-decor-top {
  position: absolute;
  left: -5.2rem;
  top: -5rem;
  width: 100%;
  height: 13.7rem;
  z-index: 0;
}

.popup-form {
  margin-top: 4rem;
}

.popup-form .box-field {
  margin-bottom: 2rem;
}

.popup-form textarea {
  height: 15rem;
}

body:not(.loaded) .popup-decor-top {
  background: url(../img/bg/popup_decor-top.svg) 0 0 no-repeat;
}

.btn-popup {
  min-width: 13rem;
}

@media screen and (max-width: 767px) {
  .block-popup {
    padding: 5rem 2em 3.5rem;
  }

  .popup-title {
    font-size: 3.4rem;
  }

  .popup-decor-top {
    display: none;
  }
}

@media screen and (max-width: 559px) {
  .popup-form .box-fileds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .popup-form .box-fileds .box-field__accept {
    padding-top: 0;
    width: 100%;
  }

  .box-fileds_2 .box-filed_btn {
    text-align: center;
    width: 100%;
  }

  .box-fileds_2 .box-filed_btn .btn {
    width: 100%;
    max-width: 35rem;
  }
}

/*# sourceMappingURL=style.css.map */

/* Your Style Here */
.button-hover {
  background-color: #720d43;
}

.button-hover:hover {
  background-color: #ff5588;
}

.rainbow_image {
  max-width: 140%;
  transition: all ease-in 0.5s;
}

.opacityHide {
  opacity: 0;
}

.opacityShow {
  opacity: 1;
}

#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9992;
  background: rgba(0, 0, 0, 0.95);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
}

#loading-wrapper .spinner-border {
  width: 5rem;
  height: 5rem;
  color: #7868d8;
  border-width: 0.7em;
  margin-bottom: 10px;
}

.btnn-hover {
  text-transform: capitalize;
  height: 6rem;
  padding: 0 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

.btnn-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Montserrat", sans-serif;
}

.section-prices {
  position: relative;
}

.btnn-hover:focus {
  outline: none;
}

.btnn-hover.color-9 {
  background-image: linear-gradient(
    90deg,
    #7868d8 58.93%,
    rgba(120, 104, 216, 0) 205.76%
  );
  box-shadow: 0px 4px 4px 0px rgba(120, 104, 216, 0.35);
}

.dot::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  left: 0;
  top: 0.45rem;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ff5588 !important;
}

.dot2::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  left: 0;
  top: 0.45rem;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #5cd5dd !important;
}

.toggle-button {
  background: transparent;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  height: 5rem;
  padding: 0 4.5rem;
  text-transform: capitalize;
  transition: background 0.4s ease, color 0.4s ease;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.toggle-button.active {
  background: white;
  color: #7868d8 !important;
  border: 2px solid #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.list-p {
  color: #292d34;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.btn1 {
  padding: 5% 30%;
  border-radius: 5px;
  background: #5cd5dd;
  box-shadow: 0px 4px 4px 0px rgba(92, 213, 221, 0.25);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.btn2 {
  padding: 5% 30%;
  border-radius: 5px;
  background: #7868d8;
  box-shadow: 0px 4px 4px 0px rgba(120, 104, 216, 0.3);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.btn3 {
  padding: 5% 30%;
  border-radius: 5px;
  background: #f35588;
  box-shadow: 0px 4px 4px 0px rgba(243, 85, 136, 0.3);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.btn4 {
  padding: 5% 30%;
  border-radius: 5px;
  background: #00b884;
  box-shadow: 0px 4px 4px 0px rgba(27, 105, 0, 0.3);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.text1 {
  color: #5cd5dd;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 193.75% */
}

.text2 {
  color: #7868d8;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 193.75% */
}

.text3 {
  color: #f35588;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 193.75% */
}

.text4 {
  color: #00b884;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 193.75% */
}

a.btnnn3-google {
  color: #fff;
}

.btnnn3 {
  padding: 10px 16px;
  margin: 5px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.btnnn3:active:focus,
.btnnn3:focus {
  outline: 0;
}

.btnnn3:focus,
.btnnn3:hover {
  color: #333;
  text-decoration: none;
  outline: 0;
}

.btnnn3:active {
  outline: 0;
}

.btnnn3-google {
  color: #fff;
  border-radius: 3px;
  /* background: rgba(255, 255, 255, 0.30); */
  background-color: #000;
  padding: 15px 16px 5px 40px;
  position: relative;
  font-family: fontfutura;
  font-weight: 600;
}

.btnnn3-google:focus {
  color: #fff;
  background-color: #555;
  border-color: #000;
}

.btnnn3-google:active,
.btnnn3-google:hover {
  color: #fff;
  background-color: #555;
  border-color: #000;
}

.btnnn3-google:before {
  content: "";
  background-image: url(https://4.bp.blogspot.com/-52U3eP2JDM4/WSkIT1vbUxI/AAAAAAAArQA/iF1BeARv2To-2FGQU7V6UbNPivuv_lccACLcB/s30/nexus2cee_ic_launcher_play_store_new-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -15px;
}

.btnnn3-google:after {
  content: "GET IT ON";
  position: absolute;
  top: 5px;
  left: 40px;
  font-size: 10px;
  font-weight: 400;
}

.steps__title {
  color: #7868d8 !important;
  font-family: Montserrat !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.wrapper {
  max-width: 90% !important;
}

.wrapper {
  justify-content: end !important;
}

.top-padded-container {
  padding-top: 19rem;
}

span#header_mid {
  color: #ffc800;
}

@media screen and (max-width: 900px) {
  div#toggle-btn-container {
    border: 2px solid #00b884 !important;
  }

  .toggle-button {
    /* background: linear-gradient(90deg, rgba(249, 73, 115, 0.991703) 0%, rgba(255, 154, 160, 0.991703) 50%, rgba(249, 73, 115, 0.991703) 100%); */
    /* background-color: black; */
    color: #00b884;
  }

  /* color: rgb(120, 104, 216); */
  .toggle-button:hover {
    border: 2px solid #00b884;
    color: black;
  }

  .toggle-button.active {
    background: linear-gradient(90deg, #5cd5dd 0%, #00b884 112.09%) !important;
    color: #ffffff !important;
  }
}

@media screen and (max-width: 767px) {
  .top-padded-container {
    padding-top: 6rem;
  }

  .get-list {
    margin: 0 auto !important;
  }

  .nonne {
    display: none;
  }

  footer#footer {
    margin-top: 60px;
    background: linear-gradient(
      286.98deg,
      #007d63 0.84%,
      #00b884 99.16%
    ) !important;
  }

  .wrapper {
    justify-content: center !important;
  }

  span#header_mid {
    color: #f35588;
  }
}

@media screen and (max-width: 1280px) {
  .rede {
    font-size: 13px !important;
  }

  .wrapper {
    max-width: 93% !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .rainbow_image {
    width: 135% !important;
  }

  .wrapper {
    max-width: 93% !important;
  }
}

.card__offerings {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 15%;
}

@media screen and (max-width: 1200px) {
  .card__offerings {
    justify-content: space-between;
    gap: 2%;
  }
}

.card__title {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #4a4646;
}

.card__title__more {
  padding: 0px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #4b4a4a;
}

.card__title__two {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  color: #4a4646;
}
.card__desc {
  padding: 0px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #8f8f8f;
}

.card__desc__val {
  color: #4a4646;
  /* font-weight: 600; */
}

.card__price__yearly {
  color: #4a4646;
  font-weight: 700;
}

.card__header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.card__price__container {
  display: flex;
  gap: 2px;
}

.card__price__currency {
  padding: 0px;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  /* color: #8f8f8f; */
  color: #707070;
  align-self: flex-start;
  line-height: 2rem;
}
.card__price {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.3rem;
  color: #4a4646;
}
.card__price__duration {
  padding: 0px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #8f8f8f;
  align-self: flex-end;
  line-height: 2rem;
}

.package__wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-block: 10px;
}

.check__icon__wrapper {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #e8e5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.package__txt {
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  /* font-size: 1.4rem;
  font-weight: 500;
  color: #585858; */
  line-height: 16px;
}

.card__wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.card__btn {
  width: 94%;
  padding-block: 10px;
  /* background-color: #3d3c3b; */
  border-radius: 0.65rem;
  box-shadow: 0px 4px 4px 0px rgb(0, 0, 0, 0.2);
}

.card__btn__txt {
  padding: 0px;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.popup-wrapper-dnone {
  display: none;
}

.popup__wrapper {
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100001;
  display: flex;
  /* padding-top: 0.5rem; */
  align-items: center;
  justify-content: center;
}

.popup-container {
  width: 100%;
  /* height: 98%; */
  max-width: 950px;
  position: relative;
  background-color: #00000000;
  overflow: auto;
}

@media screen and (max-width: 767px) {
  .popup-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
    overflow: auto;
  }
}

/* pop-up modal styles */

.form-input {
  display: block !important;
  width: 100% !important;
  padding: 0.5rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #212529 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0.4rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.containerBox {
  height: 100vh;
  /* background-color: red; */
}

.title {
  font-weight: bold;
}

.formContainer {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  /* height: 90vh; */
  z-index: 1000;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.package {
  width: 30%;
  color: #fff;
  background: #7868d81a;
}

.packageDetail {
  width: 70%;
  position: relative;
}

.close-icon-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.line {
  width: 80%;
  height: 2px;
  background-color: pink;
}

.logoTitle {
  font-size: 24px;
  font-weight: bold;
}

#featureList li {
  font-size: 12px;
}

#duration {
  border-color: rgba(0, 0, 0, 0.12);
}

#date {
  font-size: 13px;
  color: black;
  font-weight: 500;
}

#pay {
  background-color: #5cd5dd;
  font-size: 12px;
}

.website {
  border-color: #7868d8;
  font-size: 1.3rem;
  border-radius: 0.4rem;
}

.active {
  background-color: #fff;
  color: #f35588 !important;
}

.price {
  font-weight: 500;
}

.point {
  cursor: pointer;
}

.point div {
  pointer-events: none;
}

.packageName {
  color: #f35588;
  font-weight: 500;
  font-size: 1.5rem;
}

.menu {
  display: none;
}

.burger {
  display: none;
}

.image1 {
  position: absolute;
  top: 0;
  right: 0;
}

.image2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.image3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

input:focus,
button:focus {
  outline: none !important;
  border-color: #f35588 !important;
  box-shadow: none !important;
}

.laptopList {
  display: block;
}

.mobileList {
  display: none;
}

@media screen and (max-width: 992px) {
  .package {
    display: none !important;
  }

  .laptopList {
    display: none;
  }

  .mobileList {
    display: block;
  }

  .packageDetail {
    padding: 5% !important;
    width: 100%;
    position: relative;
  }

  .formContainer {
    width: 100%;
    box-shadow: none;
    border: none;
    height: auto;
  }

  .containerBox {
    align-items: stretch !important;
    height: auto;
  }

  /* .packageDetail:first-child {
				justify-content: stretch !important;
			} */
  .burger {
    display: block;
  }

  .logoTitle {
    margin-right: 40% !important;
    text-align: center;
  }

  #date {
    display: none;
  }

  #featureList li {
    font-size: 14px;
  }

  .container {
    flex-direction: column !important;
  }

  .menu {
    width: 58%;
    /* height: 55vh; */
    position: absolute;
    background-color: #fff;
    display: block;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 0% 1%;
    transform: translateX(-120%);
    /* flex-direction: column; */
  }

  .point {
    padding: 4% 0%;
    color: #f35588;
  }

  .active {
    background-color: #f35588;
    color: #fff !important;
  }

  .image1,
  .image2,
  .image3 {
    display: none;
  }

  .open {
    animation: slideOpen 1s ease-in forwards;
  }

  .close {
    animation: slideClose 0.5s ease-in forwards;
  }

  @keyframes slideOpen {
    0% {
      transform: translateX(-120%);
    }

    75% {
      transform: translateX(8%);
    }

    100% {
      transform: translateX(0%);
    }
  }

  @keyframes slideClose {
    from {
      transform: translateX(0%);
    }

    to {
      transform: translateX(-120%);
    }
  }
}

@media screen and (max-width: 1441px) {
  .formContainer {
    overflow: auto;
  }
}

.form-button {
  padding: 1rem 4rem !important;
  margin-top: 52px;
  font-size: 1.3rem;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  background-color: #7868d8 !important;
}

.popup-check-icon-wrapper {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #bfb4ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-check-txt {
  padding: 0px;
  line-height: 16px;
  font-size: 1.6rem;
  /* color: #ffffff; */
}

/* wizard popup */
.wizard-wrapper {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1.5rem 3rem;
  box-shadow: 0 0 0rem 0.1rem rgba(240, 240, 240, 1);
}

.wizard-back-btn {
  color: #737373;
  background: transparent;
  padding: 0.5rem 3rem;
  border-radius: 5px;
  border: 1px solid #737373;
}
.wizard-forward-btn {
  padding: 0.5rem 3rem;
  border-radius: 5px;
  background: #7868d8;
  box-shadow: 0px 4px 4px 0px rgba(120, 104, 216, 0.3);
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

.wizard-form-input {
  display: block;
  padding: 0.5rem;
  border-radius: 0.3rem !important;
  border: 1px solid rgba(223, 223, 223, 1);
}

.wizard-small-btn {
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  padding: 1rem 4rem;
  font-family: Lato, arial, sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-shadow: 0px 20px 20px rgba(120, 104, 216, 0.35);
  box-shadow: 0px 4px 4px 0px rgba(120, 104, 216, 0.35);
  border-radius: 30px;
  background: linear-gradient(
    90deg,
    #7868d8 58.93%,
    rgba(120, 104, 216, 0) 205.76%
  );
  box-shadow: 0px 4px 4px 0px rgba(120, 104, 216, 0.35);
  background: -webkit-gradient(
    linear-gradient(90deg, #7868d8 58.93%, rgba(120, 104, 216, 0) 205.76%)
  );
  background: -webkit-linear-gradient(
    left,
    rgba(249, 73, 115, 0.991703) 0%,
    rgba(255, 154, 160, 0.991703) 50%,
    rgba(249, 73, 115, 0.991703) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(249, 73, 115, 0.991703) 0%,
    rgba(255, 154, 160, 0.991703) 50%,
    rgba(249, 73, 115, 0.991703) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(249, 73, 115, 0.991703) 0%,
    rgba(255, 154, 160, 0.991703) 50%,
    rgba(249, 73, 115, 0.991703) 100%
  );
  text-transform: uppercase;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  background-position: 0% 0;
  color: #fff;
  border: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 900;
  text-transform: capitalize;
  -webkit-border-radius: 3rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0px 1.5rem 2.5rem rgba(230, 51, 94, 0.25);
  box-shadow: 0px 1.5rem 2.5rem rgba(230, 51, 94, 0.25);
}

.btnfree {
  background-color: aquamarine;
  width: 30%;
  padding: 2rem;
}

.hide {
  left: 100%;
}
.hiddenFrom {
  display: none !important;
}
.steplocation {
  position: absolute;
  padding: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.l-font {
  font-size: 1.1rem;
}

.m-font {
  font-size: 1rem;
  line-height: 1rem;
}
.s-font {
  font-size: 0.8rem;
  line-height: 1rem;
}

@keyframes show {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}

@keyframes remove {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

.step_container {
  height: 40vh;
}

.showStep {
  animation: show 0.5s linear forwards;
}

.hideStep {
  animation: remove 0.5s linear forwards;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media screen and (max-width: 500px) {
  .l-font {
    font-size: 1rem;
  }

  .m-font {
    font-size: 0.8rem;
    line-height: 0.6rem;
  }
  .s-font {
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
}

.option-wrapper-standalone {
  width: 100%;
}

.option-wrapper {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .option-wrapper {
    width: 100%;
  }
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visibility-wrapper {
  position: absolute;
  top: 3.4rem;
  right: 1rem;
  cursor: pointer;
}


.input-required {
  color: #d90429;
}

.form-input::placeholder {
  color: #d4d7db !important;
  opacity: 1;
  font-weight: 200 !important;
}

.sign-up-header-txt {
  color: #c3c3c3 !important;
  font-size: min(2.5vh, 2rem) !important;
  font-weight: 600;
}

.input-wrapper {
  position: relative;
  border-radius: 5px !important;
  border: 1.3px solid #5c636d8a !important;
  overflow: hidden;
  display: flex;
  align-items: center;
}


.f-input-field {
  padding: 1vh 0.75rem !important;
  border-radius: 4px !important;
  border: 1.3px solid #5c636d8a !important;
}

.custom-input {
  padding: 1vh 0.75rem !important;
  border: 0px !important;
  border-radius: 0px !important;
  line-height: 0px !important;
  width: 100% !important;
  font-size: 1rem !important;
}

.custom-input::placeholder {
  color: #d4d7db !important;
  opacity: 1;
  font-weight: 200 !important;
}

.domain-wrapper {
  position: absolute;
  background-color: #f0f0f9;
  top: 0;
  right: 0;
  width: max-content;
  height: 100%;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-inline: 1rem;
}

.custom-input-focus {
  border: 1.3px solid #f35588 !important;
}

.custom-input-blur {
  border: 1.3px solid #5c636d8a !important;
}



.phoneinput-wrapper {
  width: 100%;
  position: relative;
  padding: 1vh 0.75rem !important;
  border-radius: 5px !important;
  border: 1.3px solid #5c636d8a;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.phonecode-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.custom-input-number {
  flex: 1;
  padding: 0px !important;
  border: 0px !important;
  border-radius: 0px !important;
  line-height: 0px !important;
  margin-left: 1px;
  font-size: 1rem !important;
  color: #0d0d0d !important;
}


.custom-input-number::placeholder {
  color: #d4d7db !important;
  opacity: 1;
  font-weight: 200 !important;
}

.phonecode-txt {
  width: max-content;
  font-size: 15px;
  padding: 0px !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: var(--shadow);
  z-index: 10;
  display: none;
  margin-top: 4px;
}

.custom-dropdown-search {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  background-color: white;
}

.custom-dropdown-search input {
  width: 100%;
  padding: 0.4rem 0.7rem !important;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
}


.custom-dropdown-search input::placeholder {
  color: #d4d7db !important;
  opacity: 1;
  font-size: 14px !important;
  font-weight: 200 !important;
}

.custom-dropdown-search input:focus {
  outline: none;
  border-color: #4CAF50;
}

.custom-dropdown-options {
  list-style: none;
}

.custom-dropdown-option {
  padding: 10px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-dropdown-option:hover {
  background-color: #f5f5f5;
}

.custom-dropdown-option.selected {
  background-color: #eaf7ea;
  font-weight: 500;
}

.flag {
  width: 24px;
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
}

.custom-number-cd-txt {
  font-size: 12px;
  padding: 0px !important;
  margin: 0px !important;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-weight: 600;
  color: #5c636d;
  font-style: normal;
}

.g-recaptcha-container {
  transform: scale(0.75); /* adjust this value */
  transform-origin: 0 0;
  position: relative;
}

body {
  line-height: 1.5 !important;
}


.error-text {
  font-size: 0.7rem;
  font-weight: 600;
  opacity: 0;
}

.error-textr {
  font-size: 1.4vh;
  font-weight: 600;
  display: block !important;
  opacity: 0;
}

.submit-button {
  position: absolute;
  top: 100%;
  left: 0;
}

.submit-button:hover {
  background-color: #a598ed !important;
  transform: scale(1.05) !important;
  transition: all 0.3s ease-in-out !important;
  box-shadow: 0px 4px 4px 0px rgba(120, 104, 216, 0.35) !important;
}


.custom-container {
  margin-left: 0 !important;
}



@media (min-width: 993px) {
  .custom-col-5-8-xl {
    flex: 0 0 48.3333%; /* 5.8 / 12 = 45.83% */
    max-width: 48.3333%;
  }
}


@media (min-width: 768px) {
  .custom-container {
    max-width: 100% !important;
  }
}


@media (min-width: 576px) {
  .custom-container {
    max-width: 100% !important;
  }
}

.skeleton-wrapper {
      width: 100%;
      height: 4px;
      background-color: #a193f1;
      overflow: hidden;
      position: relative;
      border-radius: 4px;
      display: none;
    }

    .shimmer {
      width: 100%;
      height: 100%;
      background-image: linear-gradient(90deg,
          rgba(224, 224, 224, 0) 0%,
          rgba(255, 255, 255, 0.6) 50%,
          rgba(224, 224, 224, 0) 100%);
      position: absolute;
      top: 0;
      left: -100%;
      animation: shimmer 1.5s infinite;
    }

    @keyframes shimmer {
      100% {
        left: 100%;
      }
    }