/* line 3, pricing.scss */
.use_cookie {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 0 20px 0;
  z-index: 3;
  background: linear-gradient(45deg, #095dc1 0%, #0379d3 100%);
}
@media (max-width: 768px) {
  /* line 3, pricing.scss */
  .use_cookie {
    padding: 20px 0;
  }
}
/* line 14, pricing.scss */
.use_cookie .use_cookie_inner {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  /* line 14, pricing.scss */
  .use_cookie .use_cookie_inner {
    max-width: 90%;
    flex-wrap: wrap;
  }
}
/* line 25, pricing.scss */
.use_cookie .use_cookie_inner p {
  flex: 1;
  padding-right: 40px;
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 768px) {
  /* line 25, pricing.scss */
  .use_cookie .use_cookie_inner p {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
  }
}
/* line 41, pricing.scss */
.use_cookie .use_cookie_inner .approve_use_cookie {
  display: flex;
  flex: 0 0 140px;
  width: 140px;
  height: 44px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  font-family: SFProDisplay-Medium;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
}
/* line 54, pricing.scss */
.use_cookie .use_cookie_inner .approve_use_cookie:hover {
  background-color: #fff;
  color: #0379d3;
}
/* line 60, pricing.scss */
.use_cookie .use_cookie_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../img/close_cross_i.svg") no-repeat center;
  background-size: 20px;
  cursor: pointer;
}

/* line 71, pricing.scss */
.no_scroll {
  overflow: hidden;
}

/* line 76, pricing.scss */
.upgrade_plan {
  height: 403px;
  background: url("../img/upgrade_plan.png") no-repeat bottom right #fff;
  position: relative;
}
@media (max-width: 768px) {
  /* line 76, pricing.scss */
  .upgrade_plan {
    height: 470px;
    background-size: cover;
  }
}

@keyframes balloon_1 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(20px, -20px) rotate(10deg);
  }
  20% {
    transform: translate(-10px, -40px) rotate(-5deg);
  }
  30% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  40% {
    transform: translate(-20px, 10px) rotate(10deg);
  }
  50% {
    transform: translate(-30px, -20px) rotate(15deg);
  }
  60% {
    transform: translate(-35px, -40px) rotate(5deg);
  }
  70% {
    transform: translate(-5px, -50px) rotate(0deg);
  }
  80% {
    transform: translate(15px, -25px) rotate(5deg);
  }
  90% {
    transform: translate(5px, -10px) rotate(10deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes balloon_2 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  10% {
    transform: translate(-20px, 20px) rotate(-10deg);
  }
  20% {
    transform: translate(10px, 40px) rotate(5deg);
  }
  30% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  40% {
    transform: translate(20px, -10px) rotate(-10deg);
  }
  50% {
    transform: translate(30px, 20px) rotate(-15deg);
  }
  60% {
    transform: translate(35px, 40px) rotate(-5deg);
  }
  70% {
    transform: translate(5px, 50px) rotate(0deg);
  }
  80% {
    transform: translate(-15px, 25px) rotate(-5deg);
  }
  90% {
    transform: translate(-5px, 10px) rotate(-10deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes balloon_3 {
  0% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
  10% {
    transform: translate(-10px, 10px) rotate(7deg) scale(0.9);
  }
  20% {
    transform: translate(5px, 20px) rotate(-4deg) scale(0.8);
  }
  30% {
    transform: translate(-10px, 6px) rotate(1deg) scale(0.75);
  }
  40% {
    transform: translate(-15px, -10px) rotate(-12deg) scale(0.7);
  }
  50% {
    transform: translate(-25px, -20px) rotate(-15deg) scale(0.6);
  }
  60% {
    transform: translate(-10px, -10px) rotate(-8deg) scale(0.65);
  }
  70% {
    transform: translate(2px, 5px) rotate(0deg) scale(0.7);
  }
  80% {
    transform: translate(8px, -9px) rotate(6deg) scale(0.8);
  }
  90% {
    transform: translate(7px, -4px) rotate(2deg) scale(0.9);
  }
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
  }
}
/* line 124, pricing.scss */
.upgrade_plan_inner {
  width: 1100px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 38px;
}
@media (max-width: 1199px) {
  /* line 124, pricing.scss */
  .upgrade_plan_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  /* line 124, pricing.scss */
  .upgrade_plan_inner {
    justify-content: flex-start;
    padding-top: 90px;
  }
}
/* line 143, pricing.scss */
.upgrade_plan_inner h5 {
  font-family: SFProDisplay-Bold;
  font-size: 60px;
  color: #fff;
  margin-bottom: 22px;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  /* line 143, pricing.scss */
  .upgrade_plan_inner h5 {
    z-index: 2;
    font-size: 40px;
  }
}
/* line 155, pricing.scss */
.upgrade_plan_inner .br {
  display: none;
}
@media (max-width: 1199px) {
  /* line 155, pricing.scss */
  .upgrade_plan_inner .br {
    display: inline;
  }
}
/* line 161, pricing.scss */
.upgrade_plan_inner p {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  /* line 161, pricing.scss */
  .upgrade_plan_inner p {
    z-index: 2;
  }
}
/* line 171, pricing.scss */
.upgrade_plan_inner .balloon_1 {
  position: absolute;
  bottom: -48px;
  left: -140px;
  width: 200px;
  animation-name: balloon_1;
  animation-timing-function: linear;
  animation-duration: 140s;
  animation-iteration-count: infinite;
}
@media (max-width: 1199px) {
  /* line 171, pricing.scss */
  .upgrade_plan_inner .balloon_1 {
    left: -40px;
  }
}
@media (max-width: 991px) {
  /* line 171, pricing.scss */
  .upgrade_plan_inner .balloon_1 {
    left: -100px;
  }
}
@media (max-width: 768px) {
  /* line 171, pricing.scss */
  .upgrade_plan_inner .balloon_1 {
    bottom: -74px;
  }
}
/* line 190, pricing.scss */
.upgrade_plan_inner .balloon_2 {
  position: absolute;
  right: 71px;
  width: 86px;
  bottom: 164px;
  animation-name: balloon_2;
  animation-timing-function: linear;
  animation-duration: 140s;
  animation-iteration-count: infinite;
}
@media (max-width: 991px) {
  /* line 190, pricing.scss */
  .upgrade_plan_inner .balloon_2 {
    right: 30px;
  }
}
@media (max-width: 768px) {
  /* line 190, pricing.scss */
  .upgrade_plan_inner .balloon_2 {
    bottom: 100px;
  }
}
/* line 206, pricing.scss */
.upgrade_plan_inner .balloon_3 {
  position: absolute;
  top: 58px;
  right: 234px;
  width: 52px;
  animation-name: balloon_3;
  animation-timing-function: linear;
  animation-duration: 100s;
  animation-iteration-count: infinite;
}

/* line 218, pricing.scss */
.we_launching {
  background-color: #f5f6f8;
  padding: 50px 0 0 0;
}

/* line 222, pricing.scss */
.we_launching_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  /* line 222, pricing.scss */
  .we_launching_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  /* line 222, pricing.scss */
  .we_launching_inner {
    flex-wrap: wrap;
  }
}
/* line 234, pricing.scss */
.we_launching_inner div {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* line 238, pricing.scss */
.we_launching_inner div img {
  width: 100%;
}
/* line 242, pricing.scss */
.we_launching_inner div:first-child {
  align-items: flex-end;
  padding-left: 35px;
}
@media (max-width: 768px) {
  /* line 242, pricing.scss */
  .we_launching_inner div:first-child {
    padding-left: 0;
    order: 2;
    flex: 0 0 100%;
  }
}
/* line 251, pricing.scss */
.we_launching_inner div:last-child {
  padding-left: 50px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  /* line 251, pricing.scss */
  .we_launching_inner div:last-child {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 251, pricing.scss */
  .we_launching_inner div:last-child {
    order: 1;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
/* line 263, pricing.scss */
.we_launching_inner h5 {
  font-family: SFProDisplay-Bold;
  font-size: 46px;
  color: #42425a;
  margin-bottom: 18px;
}
/* line 269, pricing.scss */
.we_launching_inner p {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #42425a;
  margin-bottom: 32px;
  line-height: 30px;
}
/* line 276, pricing.scss */
.we_launching_inner .get_started {
  width: 150px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SFProDisplay-Semibold;
  font-size: 16px;
  color: #fff;
  background-color: #0379ee;
  border-radius: 10px;
  cursor: pointer;
}
/* line 288, pricing.scss */
.we_launching_inner .get_started:hover {
  background-color: #095dd6;
  color: #fff;
}

/* line 296, pricing.scss */
.business {
  padding: 2px 0 114px 0;
}

/* line 299, pricing.scss */
.business_inner {
  width: 928px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  border-radius: 16px;
  padding: 36px 35px 35px 40px;
  background: url("../img/business.png") no-repeat top right;
}
@media (max-width: 768px) {
  /* line 299, pricing.scss */
  .business_inner {
    width: calc(100% - 30px);
    background-image: none;
    background-color: #f5f6f8;
  }
}
/* line 311, pricing.scss */
.business_inner h5 {
  font-family: SFProDisplay-Semibold;
  font-size: 30px;
  color: #42425a;
  margin-bottom: 20px;
}
/* line 317, pricing.scss */
.business_inner span {
  font-family: SFProDisplay-Regular;
  font-size: 20px;
  color: #42425a;
  display: block;
  margin-bottom: 28px;
}
/* line 324, pricing.scss */
.business_inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 42px;
  border-radius: 10px;
  background-color: #0379ee;
  font-family: SFProDisplay-Semibold;
  font-size: 16px;
  color: #fff;
  margin-bottom: 65px;
}
/* line 336, pricing.scss */
.business_inner a:hover {
  background-color: #095dd6;
  color: #fff;
}
/* line 341, pricing.scss */
.business_inner .heavy {
  font-family: SFProDisplay-Semibold;
  font-size: 14px;
  color: #42425a;
  margin-bottom: 12px;
  line-height: 22px;
  max-width: 700px;
}
/* line 349, pricing.scss */
.business_inner ul {
  max-width: 700px;
}
/* line 351, pricing.scss */
.business_inner ul li {
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #42425a;
  line-height: 22px;
  display: inline-block;
  margin-right: 8px;
}
/* line 358, pricing.scss */
.business_inner ul li i {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  background: url(../img/tip.svg) no-repeat center;
  cursor: pointer;
  top: 3px;
  margin-left: 2px;
}
/* line 368, pricing.scss */
.business_inner ul li i:hover .tip {
  display: block;
}
/* line 372, pricing.scss */
.business_inner ul li i .tip {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: none;
  pointer-events: none;
  font-family: SFProDisplay-Regular;
  font-size: 12px;
  color: #42425a;
  width: 240px;
  z-index: 2;
}

/* line 393, pricing.scss */
.get_involved {
  background-color: #f5f6f8;
  padding: 102px 0 144px 0;
  position: relative;
}

@media (max-width: 991px) {
  /* line 398, pricing.scss */
  .star_path_2_wr {
    transform: translateX(12px);
  }
}

/* line 403, pricing.scss */
.star_path_1_wr,
.star_path_2_wr {
  position: absolute;
  pointer-events: none;
}
@media (max-width: 768px) {
  /* line 403, pricing.scss */
  .star_path_1_wr,
  .star_path_2_wr {
    display: none;
  }
}
/* line 410, pricing.scss */
.star_path_1_wr svg,
.star_path_2_wr svg {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
/* line 415, pricing.scss */
.star_path_1_wr path,
.star_path_2_wr path {
  fill: #e5e5ec;
}

/* line 419, pricing.scss */
.move_star {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  /* line 419, pricing.scss */
  .move_star {
    display: none;
  }
}

/* line 428, pricing.scss */
.get_involved_inner {
  width: 1154px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  /* line 428, pricing.scss */
  .get_involved_inner {
    width: 90%;
  }
}
/* line 436, pricing.scss */
.get_involved_inner h5 {
  font-family: SFProDisplay-Bold;
  font-size: 46px;
  color: #42425a;
  margin-bottom: 80px;
  text-align: center;
}
/* line 443, pricing.scss */
.get_involved_inner > div {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  /* line 443, pricing.scss */
  .get_involved_inner > div {
    flex-wrap: wrap;
  }
}
/* line 450, pricing.scss */
.get_involved_inner div div {
  padding: 20px 40px;
  flex: 0 0 50%;
  overflow: hidden;
}
@media (max-width: 768px) {
  /* line 450, pricing.scss */
  .get_involved_inner div div {
    padding: 20px 15px;
    flex: 0 0 100%;
  }
}
/* line 458, pricing.scss */
.get_involved_inner div div img {
  display: block;
  width: 100%;
}
/* line 464, pricing.scss */
.get_involved_inner div div span {
  font-family: SFProDisplay-Bold;
  font-size: 14px;
  color: #42425a;
  margin-bottom: 24px;
  display: block;
  padding-left: 4px;
}
@media (max-width: 768px) {
  /* line 464, pricing.scss */
  .get_involved_inner div div span {
    padding-left: 0 !important;
  }
}
/* line 475, pricing.scss */
.get_involved_inner div div h6 {
  font-family: SFProDisplay-Medium;
  font-size: 25px;
  line-height: 35px;
  color: #42425a;
  margin-bottom: 16px;
}
/* line 482, pricing.scss */
.get_involved_inner div div p {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  line-height: 28px;
  color: #42425a;
}
@media (min-width: 769px) {
  /* line 492, pricing.scss */
  .get_involved_inner .involved_right div:first-child {
    order: 2;
  }
  /* line 495, pricing.scss */
  .get_involved_inner .involved_right div:last-child {
    order: 1;
  }
}

/* line 502, pricing.scss */
.try_free {
  background-color: #ffd04d;
  padding: 64px 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 502, pricing.scss */
  .try_free {
    flex-direction: column;
    padding: 50px 15px;
  }
}
/* line 512, pricing.scss */
.try_free div {
  padding-right: 44px;
}
@media (max-width: 768px) {
  /* line 512, pricing.scss */
  .try_free div {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 519, pricing.scss */
.try_free div span {
  font-family: SFProDisplay-Bold;
  font-size: 13px;
  color: #42425a;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 527, pricing.scss */
.try_free div h5 {
  font-family: SFProDisplay-Bold;
  font-size: 34px;
  color: #42425a;
}
/* line 533, pricing.scss */
.try_free .get_free {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 44px;
  border-radius: 8px;
  background-color: #fff;
  font-family: SFProDisplay-Semibold;
  font-size: 16px;
  color: #42425a;
  cursor: pointer;
}

/* line 548, pricing.scss */
.footer {
  background-color: #19223b;
}
/* line 550, pricing.scss */
.footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 554, pricing.scss */
.footer .ft_top {
  display: flex;
  padding: 66px 50px 70px 74px;
}
@media (max-width: 768px) {
  /* line 554, pricing.scss */
  .footer .ft_top {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
}
/* line 562, pricing.scss */
.footer .logo {
  flex: 1;
}
@media (max-width: 768px) {
  /* line 562, pricing.scss */
  .footer .logo {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
/* line 568, pricing.scss */
.footer .logo img {
  max-width: 134px;
}
/* line 572, pricing.scss */
.footer .ft_col {
  flex: 0 0 134px;
  padding-right: 10px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  /* line 572, pricing.scss */
  .footer .ft_col {
    flex: 0 0 33.3333%;
    padding-right: 0;
    padding-top: 0;
  }
}
/* line 581, pricing.scss */
.footer .ft_col h6 {
  font-family: SFProDisplay-Bold;
  font-size: 15px;
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  /* line 581, pricing.scss */
  .footer .ft_col h6 {
    margin-bottom: 12px;
  }
}
/* line 590, pricing.scss */
.footer .ft_col > a {
  display: block;
  padding: 10px 0 10px 4px;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b5b5ce;
}
/* line 597, pricing.scss */
.footer .ft_col ul {
  display: flex;
  align-items: center;
  position: relative;
  left: -8px;
}
@media (max-width: 768px) {
  /* line 597, pricing.scss */
  .footer .ft_col ul {
    left: -10px;
    flex-wrap: wrap;
  }
}
/* line 606, pricing.scss */
.footer .ft_col ul li {
  margin-right: 22px;
}
/* line 608, pricing.scss */
.footer .ft_col ul li a {
  display: flex;
  width: 23px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 608, pricing.scss */
  .footer .ft_col ul li a {
    width: 34px;
    height: 34px;
  }
}
/* line 618, pricing.scss */
.footer .ft_col ul li a img {
  height: 20px;
}
/* line 625, pricing.scss */
.footer .ft_btm {
  border-top: 1px solid #42425a;
  height: 114px;
  display: flex;
  align-items: center;
  padding: 0 15px 10px;
}
@media (max-width: 768px) {
  /* line 625, pricing.scss */
  .footer .ft_btm {
    flex-wrap: wrap;
    align-content: center;
  }
}
/* line 636, pricing.scss */
.footer .ft_btm .copy {
  flex: 1;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b5b5ce;
}
@media (max-width: 768px) {
  /* line 636, pricing.scss */
  .footer .ft_btm .copy {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
/* line 646, pricing.scss */
.footer .ft_btm a {
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b5b5ce;
  margin-left: 48px;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 768px) {
  /* line 646, pricing.scss */
  .footer .ft_btm a {
    margin: 0px 15px 0 0;
    padding: 0;
    display: block;
  }
}
/* line 658, pricing.scss */
.footer .ft_btm a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b5b5ce;
}
@media (max-width: 768px) {
  /* line 658, pricing.scss */
  .footer .ft_btm a:after {
    bottom: -2px;
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* line 689, pricing.scss */
.get_started_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  z-index: 5;
  display: none;
}

/* line 700, pricing.scss */
.get_started_pop_closer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

/* line 709, pricing.scss */
.get_started_pop_inner {
  width: 540px;
  max-width: 90%;
  background-color: #f5f6f8;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
/* line 721, pricing.scss */
.get_started_pop_inner .get_started_pop_close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* line 728, pricing.scss */
.get_started_pop_inner .get_started_pop_close:before, .get_started_pop_inner .get_started_pop_close:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 15px);
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #19223b;
}
/* line 740, pricing.scss */
.get_started_pop_inner .get_started_pop_close:before {
  transform: rotate(45deg);
}
/* line 743, pricing.scss */
.get_started_pop_inner .get_started_pop_close:after {
  transform: rotate(-45deg);
}
/* line 747, pricing.scss */
.get_started_pop_inner h6 {
  font-family: SFProDisplay-Bold;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #19223b;
  text-align: center;
  margin-bottom: 30px;
}
/* line 756, pricing.scss */
.get_started_pop_inner .form_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 761, pricing.scss */
.get_started_pop_inner .form_wr.with_mistake {
  animation-name: shake;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
/* line 768, pricing.scss */
.get_started_pop_inner .input_wr {
  margin-bottom: 14px;
}
/* line 770, pricing.scss */
.get_started_pop_inner .input_wr input {
  height: 44px;
  width: 280px;
  border: 2px solid #0379d3;
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #42425a;
  padding: 0 20px;
  border-radius: 8px;
}
/* line 781, pricing.scss */
.get_started_pop_inner .send_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 25px;
  font-family: SFProDisplay-Semibold;
  font-size: 16px;
  color: #fff;
  background-color: #0379d3;
  border-radius: 8px;
  margin-left: 14px;
  cursor: pointer;
  margin-bottom: 14px;
}
/* line 795, pricing.scss */
.get_started_pop_inner .send_btn:hover {
  background-color: #095dc1;
}
/* line 799, pricing.scss */
.get_started_pop_inner .mistake {
  margin-top: 10px;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #ff405c;
  text-align: center;
}
/* line 806, pricing.scss */
.get_started_pop_inner .info {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #42425a;
  text-align: center;
  margin-top: 40px;
}
/* line 812, pricing.scss */
.get_started_pop_inner .info em {
  display: block;
  color: #0379d3;
  margin-top: 6px;
}
/* line 818, pricing.scss */
.get_started_pop_inner .congratulations {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f6f8;
  z-index: 1;
}
/* line 830, pricing.scss */
.get_started_pop_inner .congratulations h5 {
  font-family: SFProDisplay-Medium;
  font-size: 24px;
  line-height: 32px;
  color: #19223b;
  text-align: center;
  margin-bottom: 30px;
}
/* line 840, pricing.scss */
.get_started_pop_inner.congr .congratulations {
  display: flex;
}
