/* line 1, contacts.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 1, contacts.scss */
  .use_cookie {
    padding: 20px 0;
  }
}
/* line 12, contacts.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 12, contacts.scss */
  .use_cookie .use_cookie_inner {
    max-width: 90%;
    flex-wrap: wrap;
  }
}
/* line 23, contacts.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 23, contacts.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 39, contacts.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 52, contacts.scss */
.use_cookie .use_cookie_inner .approve_use_cookie:hover {
  background-color: #fff;
  color: #0379d3;
}
/* line 58, contacts.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 69, contacts.scss */
.no_scroll {
  overflow: hidden;
}

/* line 73, contacts.scss */
.hear_you {
  background-image: url("../img/hear_you_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ff7bb8;
  background-size: 1920px 761px;
  height: 761px;
  position: relative;
}

/* line 82, contacts.scss */
.hear_you_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1140px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  /* line 82, contacts.scss */
  .hear_you_inner {
    width: 90%;
  }
}
/* line 91, contacts.scss */
.hear_you_inner h5 {
  font-family: SFProDisplay-Bold;
  font-size: 60px;
  color: #fff;
  margin-bottom: 20px;
}
/* line 97, contacts.scss */
.hear_you_inner span {
  display: block;
  font-family: SFProDisplay-Regular;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
/* line 104, contacts.scss */
.hear_you_inner .get_started {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SFProDisplay-Semibold;
  border-width: 2px;
  border-style: solid;
  width: 120px;
  height: 44px;
  font-size: 16px;
  padding: 2px 10px 0 10px;
  border-radius: 10px;
  cursor: pointer;
  text-transform: capitalize;
  color: #fff;
  border-color: #fff;
  transition-duration: .2s;
}
/* line 121, contacts.scss */
.hear_you_inner .get_started:hover {
  background-color: #fff;
  color: #0379ee;
}

/* line 129, contacts.scss */
.contact {
  padding: 70px 0 100px;
}

/* line 132, contacts.scss */
.contact_inner {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 132, contacts.scss */
  .contact_inner {
    width: 90%;
  }
}
/* line 138, contacts.scss */
.contact_inner h5 {
  font-family: SFProDisplay-Bold;
  font-size: 28px;
  color: #42425a;
  margin-bottom: 10px;
  text-align: center;
}
/* line 145, contacts.scss */
.contact_inner .notsupport {
  margin-bottom: 50px;
  text-align: center;
  font-family: SFProDisplay-Bold;
  font-size: 17px;
  color: #cf0d0d;
}

/* line 153, contacts.scss */
.form_n_logos {
  display: flex;
}

/* line 156, contacts.scss */
.form_wr {
  flex: 1;
  /*
  flex: 0 0 50%;
  padding-right: 20px;
  @media (max-width: 1199px) {
    flex: 0 0 370px;
  }
  @media (max-width: 768px) {
    flex: 1;
  }
   */
}

/* line 169, contacts.scss */
.congr_inner {
  display: none;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 28px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: SFProDisplay-Bold;
  font-size: 28px;
  color: #19223b;
  text-align: center;
  height: 560px;
}
/* line 184, contacts.scss */
.congr_inner.active {
  display: flex;
}
/* line 187, contacts.scss */
.congr_inner span {
  font-family: SFProDisplay-Medium;
  font-size: 20px;
  color: #19223b;
  margin-top: 20px;
}

/* line 194, contacts.scss */
.form_wr_inner {
  display: flex;
  flex-wrap: wrap;
}
/* line 197, contacts.scss */
.form_wr_inner input[type="tel"],
.form_wr_inner input[type="text"] {
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #42425a;
}
/* line 209, contacts.scss */
.form_wr_inner input[type="text"] {
  padding: 0 20px;
}
/* line 210, contacts.scss */
.form_wr_inner input[type="tel"] {
  padding: 0 30px 0 126px;
}
/* line 213, contacts.scss */
.form_wr_inner input::-webkit-input-placeholder {
  color: #42425a;
}
/* line 214, contacts.scss */
.form_wr_inner input::-moz-placeholder {
  color: #42425a;
}
/* line 215, contacts.scss */
.form_wr_inner input:-ms-input-placeholder {
  color: #42425a;
}
/* line 216, contacts.scss */
.form_wr_inner input:-moz-placeholder {
  color: #42425a;
}
/* line 217, contacts.scss */
.form_wr_inner .input_wr {
  margin-bottom: 25px;
  flex: 0 0 100%;
}
/* line 220, contacts.scss */
.form_wr_inner .input_wr.first_name {
  flex: 0 0 calc(50% - 6px);
  margin-right: 6px;
}
@media (max-width: 500px) {
  /* line 220, contacts.scss */
  .form_wr_inner .input_wr.first_name {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
/* line 228, contacts.scss */
.form_wr_inner .input_wr.last_name {
  flex: 0 0 calc(50% - 6px);
  margin-left: 6px;
}
@media (max-width: 500px) {
  /* line 228, contacts.scss */
  .form_wr_inner .input_wr.last_name {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
/* line 236, contacts.scss */
.form_wr_inner .input_wr.company_name {
  flex: 0 0 calc(60% - 6px);
  margin-right: 6px;
}
@media (max-width: 500px) {
  /* line 236, contacts.scss */
  .form_wr_inner .input_wr.company_name {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
/* line 244, contacts.scss */
.form_wr_inner .input_wr.company_size {
  flex: 0 0 calc(40% - 6px);
  margin-left: 6px;
}
@media (max-width: 500px) {
  /* line 244, contacts.scss */
  .form_wr_inner .input_wr.company_size {
    flex: 0 0 100%;
    height: 56px;
    margin-left: 0;
  }
}
/* line 252, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #42425a;
  z-index: 2;
  cursor: pointer;
}
/* line 265, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation:hover {
  background-color: #eeeff2;
}
/* line 268, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > span {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px 0 20px;
}
/* line 274, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > span:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 28px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #19223b;
  border-bottom: 1px solid #19223b;
  border-right: none;
  border-top: none;
  transform: translateY(-2px) rotate(-45deg);
}
/* line 289, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > span.active:after {
  transform: translateY(2px) rotate(135deg);
}
/* line 294, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  max-height: 182px;
  overflow: hidden;
}
/* line 305, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div ul {
  max-height: 180px;
  overflow-y: scroll;
}
/* line 309, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div ul:hover::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.015);
}
/* line 312, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div ul:hover::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.4);
}
/* line 315, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div ul::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  width: 4px;
  height: 4px;
}
/* line 320, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div ul::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0);
  border-radius: 1.5px;
  border: none;
}
/* line 325, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div li {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  min-height: 36px;
  cursor: pointer;
}
/* line 331, contacts.scss */
.form_wr_inner .input_wr.company_size .select_imitation > div li.active, .form_wr_inner .input_wr.company_size .select_imitation > div li:hover {
  background-color: #eeeff2;
}
/* line 340, contacts.scss */
.form_wr_inner .input_wr.tel .iti {
  display: block;
}
/* line 341, contacts.scss */
.form_wr_inner .input_wr.tel .iti__selected-flag {
  justify-content: center;
  width: 106px;
  background-color: #eeeff2;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 768px) {
  /* line 341, contacts.scss */
  .form_wr_inner .input_wr.tel .iti__selected-flag {
    width: 80px;
  }
}
/* line 351, contacts.scss */
.form_wr_inner .input_wr.tel .iti__arrow {
  margin-left: 8px;
  width: 8px;
  height: 8px;
  border-left: 1px solid #19223b;
  border-bottom: 1px solid #19223b;
  border-right: none;
  border-top: none;
  transform: translateY(-2px) rotate(-45deg);
}
/* line 361, contacts.scss */
.form_wr_inner .input_wr.tel .iti__country-name {
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #19223b;
}
/* line 366, contacts.scss */
.form_wr_inner .input_wr.tel .iti__country {
  padding: 7px 12px;
}
/* line 370, contacts.scss */
.form_wr_inner .input_wr.tel .iti__country-list:hover::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.015);
}
/* line 373, contacts.scss */
.form_wr_inner .input_wr.tel .iti__country-list:hover::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0.4);
}
/* line 376, contacts.scss */
.form_wr_inner .input_wr.tel .iti__country-list::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  width: 4px;
  height: 4px;
}
/* line 381, contacts.scss */
.form_wr_inner .input_wr.tel .iti__country-list::-webkit-scrollbar-thumb {
  background-color: rgba(204, 204, 204, 0);
  border-radius: 1.5px;
  border: none;
}
/* line 387, contacts.scss */
.form_wr_inner .input_wr .mistake {
  margin-top: 4px;
  font-size: 11px;
  color: #ff0000;
  font-family: SFProDisplay-Regular;
  padding: 0 15px;
}
/* line 395, contacts.scss */
.form_wr_inner textarea {
  display: block;
  width: 100%;
  height: 56px;
  border: 1px solid #e0e1e3;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 20px;
  height: 158px;
  resize: none;
  margin-bottom: 25px;
  font-family: SFProDisplay-Medium;
  font-size: 16px;
  color: #42425a;
}
/* line 410, contacts.scss */
.form_wr_inner textarea::-webkit-input-placeholder {
  color: #42425a;
}
/* line 411, contacts.scss */
.form_wr_inner textarea::-moz-placeholder {
  color: #42425a;
}
/* line 412, contacts.scss */
.form_wr_inner textarea:-ms-input-placeholder {
  color: #42425a;
}
/* line 413, contacts.scss */
.form_wr_inner textarea:-moz-placeholder {
  color: #42425a;
}
/* line 414, contacts.scss */
.form_wr_inner .send {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 8px;
  background-color: #0379d3;
  font-family: SFProDisplay-Bold;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

/* line 428, contacts.scss */
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  font-family: SFProDisplay-Regular;
  color: #42425a;
}

/* line 434, contacts.scss */
.logos_wr {
  flex: 0 0 50%;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  /* line 434, contacts.scss */
  .logos_wr {
    flex: 1;
  }
}
@media (max-width: 768px) {
  /* line 434, contacts.scss */
  .logos_wr {
    display: none;
  }
}
/* line 443, contacts.scss */
.logos_wr img {
  display: block;
  width: 100%;
}

/* line 450, contacts.scss */
.try_free {
  background-color: #ffd04d;
  padding: 64px 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 450, contacts.scss */
  .try_free {
    flex-direction: column;
    padding: 50px 15px;
  }
}
/* line 460, contacts.scss */
.try_free div {
  padding-right: 44px;
}
@media (max-width: 768px) {
  /* line 460, contacts.scss */
  .try_free div {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 467, contacts.scss */
.try_free div span {
  font-family: SFProDisplay-Bold;
  font-size: 13px;
  color: #42425a;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 475, contacts.scss */
.try_free div h5 {
  font-family: SFProDisplay-Bold;
  font-size: 34px;
  color: #42425a;
}
/* line 481, contacts.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 496, contacts.scss */
.footer {
  background-color: #19223b;
}
/* line 498, contacts.scss */
.footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 502, contacts.scss */
.footer .ft_top {
  display: flex;
  padding: 66px 50px 70px 74px;
}
@media (max-width: 768px) {
  /* line 502, contacts.scss */
  .footer .ft_top {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
}
/* line 510, contacts.scss */
.footer .logo {
  flex: 1;
}
@media (max-width: 768px) {
  /* line 510, contacts.scss */
  .footer .logo {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
/* line 516, contacts.scss */
.footer .logo img {
  max-width: 134px;
}
/* line 520, contacts.scss */
.footer .ft_col {
  flex: 0 0 134px;
  padding-right: 10px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  /* line 520, contacts.scss */
  .footer .ft_col {
    flex: 0 0 33.3333%;
    padding-right: 0;
    padding-top: 0;
  }
}
/* line 529, contacts.scss */
.footer .ft_col h6 {
  font-family: SFProDisplay-Bold;
  font-size: 15px;
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  /* line 529, contacts.scss */
  .footer .ft_col h6 {
    margin-bottom: 12px;
  }
}
/* line 538, contacts.scss */
.footer .ft_col > a {
  display: block;
  padding: 10px 0 10px 4px;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b5b5ce;
}
/* line 545, contacts.scss */
.footer .ft_col ul {
  display: flex;
  align-items: center;
  position: relative;
  left: -8px;
}
@media (max-width: 768px) {
  /* line 545, contacts.scss */
  .footer .ft_col ul {
    left: -10px;
    flex-wrap: wrap;
  }
}
/* line 554, contacts.scss */
.footer .ft_col ul li {
  margin-right: 22px;
}
/* line 556, contacts.scss */
.footer .ft_col ul li a {
  display: flex;
  width: 23px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 556, contacts.scss */
  .footer .ft_col ul li a {
    width: 34px;
    height: 34px;
  }
}
/* line 566, contacts.scss */
.footer .ft_col ul li a img {
  height: 20px;
}
/* line 573, contacts.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 573, contacts.scss */
  .footer .ft_btm {
    flex-wrap: wrap;
    align-content: center;
  }
}
/* line 584, contacts.scss */
.footer .ft_btm .copy {
  flex: 1;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b5b5ce;
}
@media (max-width: 768px) {
  /* line 584, contacts.scss */
  .footer .ft_btm .copy {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
/* line 594, contacts.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 594, contacts.scss */
  .footer .ft_btm a {
    margin: 0px 15px 0 0;
    padding: 0;
    display: block;
  }
}
/* line 606, contacts.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 606, contacts.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 636, contacts.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 647, contacts.scss */
.get_started_pop_closer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

/* line 656, contacts.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 668, contacts.scss */
.get_started_pop_inner .get_started_pop_close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* line 675, contacts.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 687, contacts.scss */
.get_started_pop_inner .get_started_pop_close:before {
  transform: rotate(45deg);
}
/* line 690, contacts.scss */
.get_started_pop_inner .get_started_pop_close:after {
  transform: rotate(-45deg);
}
/* line 694, contacts.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 703, contacts.scss */
.get_started_pop_inner .form_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 708, contacts.scss */
.get_started_pop_inner .form_wr.with_mistake {
  animation-name: shake;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
/* line 715, contacts.scss */
.get_started_pop_inner .input_wr {
  margin-bottom: 14px;
}
/* line 717, contacts.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 728, contacts.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 742, contacts.scss */
.get_started_pop_inner .send_btn:hover {
  background-color: #095dc1;
}
/* line 746, contacts.scss */
.get_started_pop_inner .mistake {
  margin-top: 10px;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #ff405c;
  text-align: center;
}
/* line 753, contacts.scss */
.get_started_pop_inner .info {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #42425a;
  text-align: center;
  margin-top: 40px;
}
/* line 759, contacts.scss */
.get_started_pop_inner .info em {
  display: block;
  color: #0379d3;
  margin-top: 6px;
}
/* line 765, contacts.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 777, contacts.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 787, contacts.scss */
.get_started_pop_inner.congr .congratulations {
  display: flex;
}
