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

/* line 74, press.scss */
.upgrade_plan {
  height: 403px;
  background: url("../img/upgrade_plan.png") no-repeat bottom right #f5f6f8;
  position: relative;
}

@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 118, press.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: 70px;
}
@media (max-width: 1199px) {
  /* line 118, press.scss */
  .upgrade_plan_inner {
    width: 90%;
  }
}
@media (max-width: 768px) {
  /* line 118, press.scss */
  .upgrade_plan_inner {
    justify-content: flex-start;
  }
}
/* line 136, press.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 136, press.scss */
  .upgrade_plan_inner h5 {
    z-index: 2;
    font-size: 40px;
  }
}
/* line 148, press.scss */
.upgrade_plan_inner .br {
  display: none;
}
@media (max-width: 1199px) {
  /* line 148, press.scss */
  .upgrade_plan_inner .br {
    display: inline;
  }
}
/* line 154, press.scss */
.upgrade_plan_inner p {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  /* line 154, press.scss */
  .upgrade_plan_inner p {
    z-index: 2;
  }
}
/* line 164, press.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 164, press.scss */
  .upgrade_plan_inner .balloon_1 {
    left: -40px;
  }
}
@media (max-width: 991px) {
  /* line 164, press.scss */
  .upgrade_plan_inner .balloon_1 {
    left: -100px;
  }
}
@media (max-width: 768px) {
  /* line 164, press.scss */
  .upgrade_plan_inner .balloon_1 {
    bottom: -74px;
  }
}
/* line 183, press.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 183, press.scss */
  .upgrade_plan_inner .balloon_2 {
    right: 30px;
  }
}
@media (max-width: 768px) {
  /* line 183, press.scss */
  .upgrade_plan_inner .balloon_2 {
    bottom: 100px;
  }
}
/* line 199, press.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 212, press.scss */
.news {
  padding: 50px 0 50px;
  background-color: #f5f6f8;
}
/* line 216, press.scss */
.news .news_inner {
  width: 940px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  /* line 216, press.scss */
  .news .news_inner {
    width: 740px;
  }
}
@media (max-width: 768px) {
  /* line 216, press.scss */
  .news .news_inner {
    width: auto;
    margin: 0 15px;
  }
}
/* line 228, press.scss */
.news .news_item {
  display: flex;
  padding: 24px;
  min-height: 200px;
  border: 2px solid #bccae4;
  border-radius: 16px;
  transition-duration: .25s;
}
@media (max-width: 768px) {
  /* line 228, press.scss */
  .news .news_item {
    padding: 14px;
    min-height: 160px;
  }
}
@media (max-width: 481px) {
  /* line 228, press.scss */
  .news .news_item {
    flex-direction: column;
    padding-top: 20px;
  }
}
/* line 243, press.scss */
.news .news_item:hover {
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.05);
}
/* line 247, press.scss */
.news .news_item:hover .info .read_more:after {
  opacity: 1;
  transform: translateX(5px) rotate(45deg) scale(1);
}
/* line 254, press.scss */
.news .news_item + .news_item {
  margin-top: 30px;
}
/* line 257, press.scss */
.news .news_item .info {
  flex: 1;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
@media (max-width: 768px) {
  /* line 257, press.scss */
  .news .news_item .info {
    padding-right: 20px;
  }
}
@media (max-width: 481px) {
  /* line 257, press.scss */
  .news .news_item .info {
    flex: none;
    padding-right: 0;
    order: 2;
  }
}
/* line 271, press.scss */
.news .news_item .info .date {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #7f7f86;
  display: block;
  margin-bottom: 10px;
}
/* line 279, press.scss */
.news .news_item .info h5 {
  font-family: SFProDisplay-Semibold;
  font-size: 32px;
  color: #42425a;
  margin-bottom: 30px;
  flex: 1;
}
@media (max-width: 768px) {
  /* line 279, press.scss */
  .news .news_item .info h5 {
    font-size: 24px;
  }
}
/* line 290, press.scss */
.news .news_item .info .read_more {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #7f7f86;
  display: block;
  position: relative;
  width: 74px;
}
/* line 297, press.scss */
.news .news_item .info .read_more:after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 100%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #7f7f86;
  border-right: 1px solid #7f7f86;
  transform: translateX(15px) rotate(45deg) scale(1.4);
  box-sizing: border-box;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: .25s;
  transition-timing-function: ease-in;
}
@media (max-width: 481px) {
  /* line 297, press.scss */
  .news .news_item .info .read_more:after {
    transform: translateX(5px) rotate(45deg) scale(1);
  }
}
/* line 320, press.scss */
.news .news_item .img_wr {
  flex: 0 0 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 320, press.scss */
  .news .news_item .img_wr {
    flex: 0 0 140px;
  }
}
@media (max-width: 481px) {
  /* line 320, press.scss */
  .news .news_item .img_wr {
    flex: none;
    margin-bottom: 20px;
    order: 1;
  }
}
/* line 333, press.scss */
.news .news_item .img_wr img {
  display: block;
  max-width: 100%;
}

/* line 342, press.scss */
.try_free {
  background-color: #ffd04d;
  padding: 64px 0 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 342, press.scss */
  .try_free {
    flex-direction: column;
    padding: 50px 15px;
  }
}
/* line 352, press.scss */
.try_free div {
  padding-right: 44px;
}
@media (max-width: 768px) {
  /* line 352, press.scss */
  .try_free div {
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 359, press.scss */
.try_free div span {
  font-family: SFProDisplay-Bold;
  font-size: 13px;
  color: #42425a;
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
}
/* line 367, press.scss */
.try_free div h5 {
  font-family: SFProDisplay-Bold;
  font-size: 34px;
  color: #42425a;
}
/* line 373, press.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 388, press.scss */
.footer {
  background-color: #19223b;
}
/* line 390, press.scss */
.footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 394, press.scss */
.footer .ft_top {
  display: flex;
  padding: 66px 50px 70px 74px;
}
@media (max-width: 768px) {
  /* line 394, press.scss */
  .footer .ft_top {
    padding: 30px 15px;
    flex-wrap: wrap;
  }
}
/* line 402, press.scss */
.footer .logo {
  flex: 1;
}
@media (max-width: 768px) {
  /* line 402, press.scss */
  .footer .logo {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
/* line 408, press.scss */
.footer .logo img {
  max-width: 134px;
}
/* line 412, press.scss */
.footer .ft_col {
  flex: 0 0 134px;
  padding-right: 10px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  /* line 412, press.scss */
  .footer .ft_col {
    flex: 0 0 33.3333%;
    padding-right: 0;
    padding-top: 0;
  }
}
/* line 421, press.scss */
.footer .ft_col h6 {
  font-family: SFProDisplay-Bold;
  font-size: 15px;
  color: #fff;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  /* line 421, press.scss */
  .footer .ft_col h6 {
    margin-bottom: 12px;
  }
}
/* line 430, press.scss */
.footer .ft_col > a {
  display: block;
  padding: 10px 0 10px 4px;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b5b5ce;
}
/* line 437, press.scss */
.footer .ft_col ul {
  display: flex;
  align-items: center;
  position: relative;
  left: -8px;
}
@media (max-width: 768px) {
  /* line 437, press.scss */
  .footer .ft_col ul {
    left: -10px;
    flex-wrap: wrap;
  }
}
/* line 446, press.scss */
.footer .ft_col ul li {
  margin-right: 22px;
}
/* line 448, press.scss */
.footer .ft_col ul li a {
  display: flex;
  width: 23px;
  height: 28px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  /* line 448, press.scss */
  .footer .ft_col ul li a {
    width: 34px;
    height: 34px;
  }
}
/* line 458, press.scss */
.footer .ft_col ul li a img {
  height: 20px;
}
/* line 465, press.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 465, press.scss */
  .footer .ft_btm {
    flex-wrap: wrap;
    align-content: center;
  }
}
/* line 476, press.scss */
.footer .ft_btm .copy {
  flex: 1;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #b5b5ce;
}
@media (max-width: 768px) {
  /* line 476, press.scss */
  .footer .ft_btm .copy {
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
/* line 486, press.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 486, press.scss */
  .footer .ft_btm a {
    margin: 0px 15px 0 0;
    padding: 0;
    display: block;
  }
}
/* line 498, press.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 498, press.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 529, press.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 540, press.scss */
.get_started_pop_closer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

/* line 549, press.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 561, press.scss */
.get_started_pop_inner .get_started_pop_close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* line 568, press.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 580, press.scss */
.get_started_pop_inner .get_started_pop_close:before {
  transform: rotate(45deg);
}
/* line 583, press.scss */
.get_started_pop_inner .get_started_pop_close:after {
  transform: rotate(-45deg);
}
/* line 587, press.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 596, press.scss */
.get_started_pop_inner .form_wr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 601, press.scss */
.get_started_pop_inner .form_wr.with_mistake {
  animation-name: shake;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
/* line 608, press.scss */
.get_started_pop_inner .input_wr {
  margin-bottom: 14px;
}
/* line 610, press.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 621, press.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 635, press.scss */
.get_started_pop_inner .send_btn:hover {
  background-color: #095dc1;
}
/* line 639, press.scss */
.get_started_pop_inner .mistake {
  margin-top: 10px;
  font-family: SFProDisplay-Regular;
  font-size: 14px;
  color: #ff405c;
  text-align: center;
}
/* line 646, press.scss */
.get_started_pop_inner .info {
  font-family: SFProDisplay-Regular;
  font-size: 16px;
  color: #42425a;
  text-align: center;
  margin-top: 40px;
}
/* line 652, press.scss */
.get_started_pop_inner .info em {
  display: block;
  color: #0379d3;
  margin-top: 6px;
}
/* line 658, press.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 670, press.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 680, press.scss */
.get_started_pop_inner.congr .congratulations {
  display: flex;
}
