.navigationLink___24Ye2 {
  display: block;
  text-decoration: none;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  white-space: nowrap;
  cursor: pointer;
  color: #A1A1B5;
  transition: all .2s;
}
.navigationLink___24Ye2.disabled___jVNcZ {
  color: #727290;
}
@media all and (min-width: 992px) and (max-width: 1599px) {
  .navigationLink___24Ye2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .navigationLink___24Ye2 {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .navigationLink___24Ye2 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .navigationLink___24Ye2 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }
}
.navigationLink___24Ye2:focus,
.navigationLink___24Ye2:hover {
  text-decoration: none;
  color: #141446;
}
.navigationLink___24Ye2.collapsible___3RdSi::after {
  content: ' ';
  height: 8px;
  width: 12px;
  display: inline-block;
  margin-left: 5px;
  transition: background-image 0.2s;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.2 6.93333L1.2 1.6C0.705573 0.940764 1.17595 0 2 0H6H10C10.824 0 11.2944 0.940764 10.8 1.6L6.8 6.93333C6.4 7.46667 5.6 7.46667 5.2 6.93333Z' fill='%23EDEDFF'/%3E%3C/svg%3E");
}
.navigationLink___24Ye2.collapsible___3RdSi.opened___2oMZU,
.navigationLink___24Ye2.collapsible___3RdSi:hover {
  color: #141446;
}
.navigationLink___24Ye2.collapsible___3RdSi.opened___2oMZU::after,
.navigationLink___24Ye2.collapsible___3RdSi:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.2 6.93333L1.2 1.6C0.705573 0.940764 1.17595 0 2 0H6H10C10.824 0 11.2944 0.940764 10.8 1.6L6.8 6.93333C6.4 7.46667 5.6 7.46667 5.2 6.93333Z' fill='%23CAC9FF'/%3E%3C/svg%3E");
}
.list___3vk9H {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  padding-top: 20px;
}
.list___3vk9H .listItem___3W9NF {
  background-color: #FAFAFF;
  min-width: 270px;
  max-height: 40px;
  display: flex;
  align-items: center;
  line-height: 39px;
  font-size: 16px;
  color: #A1A1B5;
  padding: 0 15px;
  text-decoration: none;
}
.list___3vk9H .listItem___3W9NF:hover {
  background-color: #E4E4FF;
  color: black;
}

.button___21zwn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.button___21zwn.disabled___25UEt {
  opacity: .4;
}

.bodyNoscroll___1MD1v {
  overflow: hidden;
}
.overlay___3OOMi {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(114, 114, 144, 0.6);
  z-index: 200;
  display: flex;
  align-items: center;
}
.modal___2XN4q {
  overflow: auto;
  outline: none;
  padding: 20px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  bottom: 10px;
  margin: auto;
  max-width: 900px;
  max-height: 630px;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .modal___2XN4q {
    max-width: 720px;
    max-height: 545px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .modal___2XN4q {
    max-width: 540px;
    max-height: 430px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .modal___2XN4q {
    max-width: 430px;
    max-height: 480px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .modal___2XN4q {
    max-width: 430px;
    max-height: 480px;
  }
}
.modal___2XN4q .close___1C-Pi {
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='%23F3F3FB'/%3E%3Cpath d='M13.4844 13.4844L31.5156 31.5156' stroke='%2343436B'/%3E%3Cpath d='M13.4844 31.5156L31.5156 13.4844' stroke='%2343436B'/%3E%3C/svg%3E");
  background-size: cover;
  cursor: pointer;
  margin-left: auto;
  transition: background-image 0.2s;
}
.modal___2XN4q .close___1C-Pi:hover,
.modal___2XN4q .close___1C-Pi:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='#9592FF' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22.5' cy='22.5' r='22.5' fill='#9592FF'/%3E%3Cpath d='M13.4844 13.4844L31.5156 31.5156' stroke='white'/%3E%3Cpath d='M13.4844 31.5156L31.5156 13.4844' stroke='white'/%3E%3C/svg%3E");
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .modal___2XN4q .close___1C-Pi {
    width: 30px;
    height: 30px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .modal___2XN4q .close___1C-Pi {
    width: 30px;
    height: 30px;
  }
}
.modal___2XN4q .block___3IvAm {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.modal___2XN4q .block___3IvAm .form___2vWjG .formItem___biUja input {
  height: 50px;
  width: 320px;
  font-size: 16px;
}
.modal___2XN4q .block___3IvAm .form___2vWjG .formItem___biUja input:hover,
.modal___2XN4q .block___3IvAm .form___2vWjG .formItem___biUja input:active,
.modal___2XN4q .block___3IvAm .form___2vWjG .formItem___biUja input:focus {
  border: 1px solid #d9d9d9;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .modal___2XN4q .block___3IvAm .form___2vWjG .formItem___biUja input {
    width: 220px;
    height: 40px;
    font-size: 14px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .modal___2XN4q .block___3IvAm .form___2vWjG .formItem___biUja input {
    width: 220px;
    height: 40px;
    font-size: 14px;
  }
}
.modal___2XN4q .block___3IvAm .form___2vWjG .button___34pFX {
  border-radius: 2px;
  width: 320px;
  height: 60px;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal___2XN4q .block___3IvAm .form___2vWjG .button___34pFX .loader___3FsYM {
  background: url('/static/images/loader.png') no-repeat;
  height: 30px;
  width: 30px;
  animation: spin___1kNPT 2s linear infinite;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .modal___2XN4q .block___3IvAm .form___2vWjG .button___34pFX .loader___3FsYM {
    background: url('/static/images/loader-xs.png') no-repeat;
    height: 25px;
    width: 25px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .modal___2XN4q .block___3IvAm .form___2vWjG .button___34pFX .loader___3FsYM {
    background: url('/static/images/loader-xs.png') no-repeat;
    height: 25px;
    width: 25px;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .modal___2XN4q .block___3IvAm .form___2vWjG .button___34pFX {
    width: 220px;
    height: 40px;
    margin-top: 14px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .modal___2XN4q .block___3IvAm .form___2vWjG .button___34pFX {
    width: 220px;
    height: 40px;
    margin-top: 14px;
  }
}
.modal___2XN4q .block___3IvAm .image___3KCnB {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='218' height='127' viewBox='0 0 218 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M217.964 63.4478C218.063 28.5986 169.342 0.209423 109.143 0.0387372C48.9443 -0.131949 0.0632589 27.9805 -0.0355511 62.8297C-0.134361 97.6789 48.5865 126.068 108.786 126.239C168.985 126.409 217.866 98.297 217.964 63.4478Z' fill='%23F3F3FB'/%3E%3Cpath d='M172.6 31.8L172.5 60C172.5 61.1 171.8 62.2001 170.3 63L170.4 34.7001C171.9 34.0001 172.6 32.9 172.6 31.8Z' fill='%23C0C0EA'/%3E%3Cpath d='M172.6 31.8L172.5 60C172.5 60 172.5 60 172.5 60.1L172.6 31.8Z' fill='%23C0C0EA'/%3E%3Cpath d='M172.6 31.8L172.5 60.1C172.5 60.2 172.5 60.4 172.5 60.5L172.6 32.2001C172.6 32.1001 172.6 32 172.6 31.8Z' fill='%23C0C0EA'/%3E%3Cpath d='M172.5 32.2001L172.4 60.5001C172.4 60.6001 172.3 60.8001 172.3 60.9001L172.4 32.6001C172.5 32.5001 172.5 32.4001 172.5 32.2001Z' fill='%23C0C0EA'/%3E%3Cpath d='M172.4 32.7001L172.3 61.0001C172.2 61.1001 172.2 61.3001 172.1 61.4001L172.2 33.1001C172.3 32.9001 172.4 32.8001 172.4 32.7001Z' fill='%23C0C0EA'/%3E%3Cpath d='M172.2 33.1001L172.1 61.4001C172 61.5001 171.9 61.7001 171.8 61.8001L171.9 33.5001C172 33.4001 172.1 33.2001 172.2 33.1001Z' fill='%23C0C0EA'/%3E%3Cpath d='M171.9 33.5L171.8 61.8C171.7 62 171.5 62.1 171.3 62.3L171.4 34C171.7 33.8 171.8 33.7 171.9 33.5Z' fill='%23C0C0EA'/%3E%3Cpath d='M171.5 34L171.4 62.3C171.1 62.5 170.8 62.8 170.5 63L170.6 34.7C170.9 34.5 171.2 34.3 171.5 34Z' fill='%23C0C0EA'/%3E%3Cpath d='M170.5 34.7001V63.0001L170.4 63.1001L170.5 34.8001C170.4 34.8001 170.5 34.7001 170.5 34.7001Z' fill='%23C0C0EA'/%3E%3Cpath d='M45.4 72.9L45.5 44.6C45.5 45.7 46.2 46.8 47.7 47.6L47.6 75.9C46.1 75.1 45.4 74 45.4 72.9Z' fill='%23E5E5F6'/%3E%3Cpath d='M47.7 47.7L47.6 76C46.1 75.2 45.4 74.1 45.4 73L45.5 44.7C45.5 45.7 46.2 46.8 47.7 47.7Z' fill='%23E5E5F6'/%3E%3Cpath d='M170.4 34.8L170.3 63.1L102.2 101.5L102.3 73.2L170.4 34.8Z' fill='%23C0C0EA'/%3E%3Cpath d='M91.9 73.2001L91.8 101.5L47.6 75.9001L47.7 47.7001L91.9 73.2001Z' fill='%23E5E5F6'/%3E%3Cpath d='M170.4 28.7C173.3 30.4 173.3 33.1 170.4 34.8L102.3 73.2C99.4 74.8 94.8 74.8 91.9 73.2L47.7 47.7C44.8 46 44.8 43.3 47.7 41.6L62.4 33C65.3 31.3 70 31.3 72.9 33L96.9 47L145.2 20.1C148.1 18.5 152.7 18.5 155.6 20.1L170.4 28.7Z' fill='white'/%3E%3Cpath d='M102.3 73.2001L102.2 101.5C99.3 103.1 94.7 103.1 91.8 101.5L91.9 73.2001C94.8 74.9001 99.4 74.9001 102.3 73.2001Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M102.3 73.2001L102.2 101.5C101.7 101.8 101.2 102 100.6 102.2L100.7 73.9001C101.3 73.7001 101.8 73.5001 102.3 73.2001Z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M100.7 73.9L100.6 102.2C100.2 102.3 99.7 102.5 99.2 102.5L99.3 74.2C99.8 74.2 100.3 74.1 100.7 73.9Z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M99.3 74.3L99.2 102.6C98.9 102.7 98.6 102.7 98.3 102.7L98.4 74.4C98.7 74.4 99 74.3 99.3 74.3Z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M98.4 74.4L98.3 102.7C98 102.7 97.8 102.7 97.5 102.8L97.6 74.5C97.8 74.4 98.1 74.4 98.4 74.4Z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M97.6 74.4L97.5 102.7C97.2 102.7 97 102.7 96.7 102.7L96.8 74.4C97.1 74.5 97.3 74.5 97.6 74.4Z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M96.8 74.4L96.7 102.7C96.5 102.7 96.2 102.7 96 102.7L96.1 74.4C96.3 74.4 96.6 74.4 96.8 74.4Z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M96.1 74.4L96 102.7C95.8 102.7 95.5 102.7 95.3 102.6L95.4 74.3C95.6 74.4 95.8 74.4 96.1 74.4Z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M95.4 74.3001L95.3 102.6C95.1 102.6 94.8 102.5 94.6 102.5L94.7 74.2001C94.9 74.2001 95.1 74.3001 95.4 74.3001Z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M94.6 74.2001L94.5 102.5C94.2 102.4 94 102.4 93.7 102.3L93.9 74.0001C94.1 74.1001 94.4 74.1001 94.6 74.2001Z' fill='url(%23paint9_linear)'/%3E%3Cpath d='M93.9 74.0001L93.8 102.3C93.5 102.2 93.2 102.1 92.9 102L93 73.7001C93.2 73.8001 93.5 73.9001 93.9 74.0001Z' fill='url(%23paint10_linear)'/%3E%3Cpath d='M93 73.7001L92.9 102C92.5 101.9 92.2 101.7 91.8 101.5L91.9 73.2001C92.2 73.4001 92.6 73.6001 93 73.7001Z' fill='url(%23paint11_linear)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='91.9492' y1='87.9603' x2='102.455' y2='87.9603' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='91.9492' y1='87.7037' x2='102.455' y2='87.7037' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='91.9492' y1='88.2195' x2='102.455' y2='88.2195' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='91.9492' y1='88.4587' x2='102.455' y2='88.4587' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='91.9492' y1='88.5515' x2='102.455' y2='88.5515' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='91.9492' y1='88.5826' x2='102.455' y2='88.5826' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='91.9492' y1='88.5629' x2='102.455' y2='88.5629' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='91.9492' y1='88.5032' x2='102.455' y2='88.5032' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='91.9492' y1='88.3994' x2='102.455' y2='88.3994' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='91.9492' y1='88.2411' x2='102.455' y2='88.2411' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear' x1='91.9492' y1='87.9953' x2='102.455' y2='87.9953' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear' x1='91.9492' y1='87.5891' x2='102.455' y2='87.5891' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E5E5F6'/%3E%3Cstop offset='1' stop-color='%23C0C0EA'/%3E%3C/linearGradient%3E%3CclipPath id='clip0'%3E%3Crect width='218' height='126.3' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 218px;
  height: 127px;
  margin-bottom: 38px;
}
.modal___2XN4q .block___3IvAm .label___i_toW {
  font-family: 'CeraPro-Medium';
  line-height: 44px;
  font-size: 32px;
  color: #141446;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .modal___2XN4q .block___3IvAm .label___i_toW {
    line-height: normal;
    font-size: 24px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .modal___2XN4q .block___3IvAm .label___i_toW {
    line-height: normal;
    font-size: 24px;
  }
}
.modal___2XN4q .block___3IvAm .info___134SN {
  line-height: 26px;
  font-size: 16px;
  color: #A1A1B5;
  padding: 10px 0 37px 0;
  text-align: center;
  max-width: 450px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .modal___2XN4q .block___3IvAm .info___134SN {
    line-height: 21px;
    font-size: 14px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .modal___2XN4q .block___3IvAm .info___134SN {
    line-height: 21px;
    font-size: 14px;
  }
}
.modal___2XN4q .block___3IvAm .back___1-SsM {
  width: 320px;
  height: 60px;
  background: #EDEDFF;
  color: #141446;
}
.modal___2XN4q .block___3IvAm .back___1-SsM:hover,
.modal___2XN4q .block___3IvAm .back___1-SsM:focus {
  color: white;
  background: #9592FF;
}
@-moz-keyframes spin___1kNPT {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin___1kNPT {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin___1kNPT {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  -webkit-font-smoothing: antialiased;
}
.ant-layout___3aMad {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: white;
  min-height: 0;
  min-width: 320px;
}
.ant-layout-header___1spW7 {
  height: 92px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .ant-layout-header___1spW7 {
    padding: 0 24px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .ant-layout-header___1spW7 {
    padding: 0 24px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .ant-layout-header___1spW7 {
    padding: 0 30px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .ant-layout-header___1spW7 {
    padding: 0;
    height: 60px;
  }
}
.ant-layout-header___1spW7.blue___3pscr {
  background: #F3F3FB;
}
.ant-btn___9Al1E {
  border-radius: 2px;
  background-color: #FF6492;
  color: white;
  border: #FF6492;
  font-size: 20px;
  font-family: 'CeraPro-Medium';
  transition: background-color 0.2s linear;
  outline: 0;
}
.ant-btn___9Al1E:hover,
.ant-btn___9Al1E:focus {
  color: white;
  background-color: #FB3972;
  outline: 0;
}
.ant-form___1B-B5 label {
  font-size: 16px;
  right: 2px;
}
.ant-form-item-required___1wkbx:before {
  content: '';
}
[ant-click-animating-without-extra-node]:after,
.ant-click-animating-node___ieYAA {
  animation: 0s !important;
}
.ant-btn-primary___2bwjI {
  color: #fff;
  background-color: #7A77FF;
  border-color: #7A77FF;
}
.ant-input___166MK {
  border-radius: 2px;
}
.ant-input___166MK:focus {
  border-color: #FF6492;
  outline: 0;
  box-shadow: none;
}
.ant-select___3AdOl,
.ant-select-arrow___3C82c {
  color: #fff;
}
.ant-select-selection___2RWT9 {
  background-color: #7A77FF;
  border-radius: 4px;
  border: none;
}
.ant-select-selection--single___3uGRK {
  height: 30px;
}
.ant-select-selection__rendered___jK_KN {
  margin: 0 15px;
}
.ant-select-selection___2RWT9:focus {
  box-shadow: none;
  border: none;
}
.ant-select-dropdown___1hscr,
.ant-select-dropdown-menu-root___gVYv0 {
  border-radius: 4px;
}
.ant-select-dropdown-menu-item___GBsCo {
  color: #43436B;
  padding: 0px 12px;
  line-height: 40px;
}
.ant-select-dropdown-menu-item-active___EFHmq,
.ant-select-dropdown-menu-item-selected___11Q6U {
  color: #43436B;
  font-weight: 500;
  background-color: #F3F3FB;
}
.ant-select-dropdown-menu-item-selected___11Q6U:hover {
  font-weight: 500;
  color: #43436B;
}
.ant-form-item-children___35z5a {
  outline: none;
}
.ant-form-vertical___3CACc .ant-form-item___2dcmC {
  margin-bottom: 4px;
}
.ant-form-vertical___3CACc .ant-form-item-label___1GNB_ {
  text-align: left;
  vertical-align: middle;
  line-height: normal;
  font-size: 16px;
  font-family: 'CeraPro-Medium';
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 7px;
}
.ant-form-item-with-help___1q7U0 {
  margin-bottom: 0;
}
.has-error___3H9Z0 .ant-form-explain___2X3mm,
.has-success___3gin7 .ant-form-explain___2X3mm {
  text-align: center;
  background: #43436B;
  border-radius: 4px;
  color: white;
  position: absolute !important;
  bottom: 45px;
  right: -50px;
  padding: 0 15px;
  font-size: 12px;
  margin: auto;
  min-width: 150px;
}
.ant-form-item-control-wrapper___1fvwU:focus {
  outline: none;
}
.ant-input___166MK:focus,
.ant-input___166MK:hover {
  border: 1px solid #C0C0D4;
}
.has-error___3H9Z0 .ant-input___166MK {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___3H9Z0 .ant-input___166MK:hover {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___3H9Z0 .ant-input___166MK:focus {
  box-shadow: none;
}
.has-error___3H9Z0::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0L24.2583 6.5V19.5L13 26L1.74167 19.5V6.5L13 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M12.2946 14.4H13.6866L13.9906 7.44H11.9746L12.2946 14.4ZM12.9986 18.176C13.6866 18.176 14.2306 17.664 14.2306 16.944C14.2306 16.224 13.6866 15.696 12.9986 15.696C12.2946 15.696 11.7506 16.224 11.7506 16.944C11.7506 17.664 12.2946 18.176 12.9986 18.176Z' fill='white'/%3E%3C/svg%3E");
  width: 26px;
  height: 26px;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .has-error___3H9Z0::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .has-error___3H9Z0::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
.ant-card___1vzU6.ant-card-hoverable___36K1y {
  border: 1px solid #ECECF0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 16px;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y svg path {
  transition: stroke 0.25s ease;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y button {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.ant-card___1vzU6.ant-card-hoverable___36K1y:hover {
  box-shadow: 0px 15px 20px rgba(67, 67, 107, 0.1);
}
.ant-card___1vzU6.ant-card-hoverable___36K1y:hover button {
  display: block;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y:hover svg path {
  stroke: #7A77FF;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y:hover .ant-card-cover___VaQ_e:after {
  opacity: 1;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y.ownCard___1kz4k:hover .ant-card-cover___VaQ_e:after {
  opacity: 0;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y .ant-card-cover___VaQ_e {
  height: 168px;
  border-radius: 4px;
  background: #EEEEF5;
  display: flex;
  align-items: center;
  position: relative;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y .ant-card-cover___VaQ_e:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(81, 87, 125, 0.3);
  opacity: 0;
  transition: all 0.25s;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y .ant-card-body___2tw1w {
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y .ant-card-meta___1SWyD {
  text-align: center;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y .ant-card-meta-title___1_zua {
  white-space: unset;
  color: #43436B;
}
.ant-card___1vzU6.ant-card-hoverable___36K1y .ant-card-meta-description___1BBHK {
  color: #A1A1B5;
  font-size: 13px;
  line-height: 20px;
}
.navigationWrapper___12WF0 {
  display: flex;
  align-items: center;
  padding: 0 35px;
  height: 100%;
}
@media all and (min-width: 1px) and (max-width: 1599px) {
  .navigationWrapper___12WF0 {
    padding: 0;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .navigationWrapper___12WF0 {
    align-items: flex-start;
  }
  .navigationWrapper___12WF0 i {
    left: 20px;
    top: 10px;
  }
}
.navigationWrapper___12WF0 .navigationMenu___HYkJI {
  display: flex;
  list-style: none;
  margin: 0;
  align-items: baseline;
  justify-content: flex-end;
}
.navigationWrapper___12WF0 .navigationMenu___HYkJI .scrollLink___4wxEo {
  color: #A1A1B5;
}
.navigationWrapper___12WF0 .navigationMenu___HYkJI .headerButton___2Tunv {
  color: #FF6492;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #FF6492;
  padding: 14px 31px 13px 31px;
  margin-left: 20px;
  font-family: 'CeraPro-Medium';
  transition: background-color 0.2s linear;
}
@media all and (min-width: 992px) and (max-width: 1599px) {
  .navigationWrapper___12WF0 .navigationMenu___HYkJI .headerButton___2Tunv {
    padding: 14px 38px 14px 35px;
    margin-left: 25px;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .navigationWrapper___12WF0 .navigationMenu___HYkJI .headerButton___2Tunv {
    margin-left: 14px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .navigationWrapper___12WF0 .navigationMenu___HYkJI .headerButton___2Tunv {
    margin-left: 14px;
  }
}
.navigationWrapper___12WF0 .navigationMenu___HYkJI .headerButton___2Tunv:hover {
  background: linear-gradient(0deg, #FB3972, #FB3972), #FF6492;
  color: white;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 {
  display: flex;
  justify-content: flex-end;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g {
  padding: 15px 15px;
  background: #EDEDFF;
  cursor: pointer;
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g {
    padding: 15px 15px;
  }
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g.opened___16VuK {
  padding: 15px 15px;
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g.opened___16VuK {
    padding: 15px 15px;
  }
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .icon___14mzx {
  width: 20px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .icon___14mzx span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #43436B;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .icon___14mzx span:nth-child(1) {
  top: 2px;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .icon___14mzx span:nth-child(2) {
  top: 8px;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .icon___14mzx span:nth-child(3) {
  top: 14px;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .opened___16VuK span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .opened___16VuK span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.navigationWrapper___12WF0 .hamburger___3ibf3 .wrapper___2bd9g .opened___16VuK span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn {
  display: flex;
  justify-content: flex-end;
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  padding-top: 10px;
  max-height: 0;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 1, 0, 1), opacity 0.2s ease;
  overflow: hidden;
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo.menuOpened___12BFD {
  max-height: 100%;
  opacity: 1;
  transition: all 0.5s ease-in-out, opacity 0.2s ease;
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo {
    padding-top: 1px;
    background: white;
    width: 100%;
  }
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .menuItem___1m0Ov {
  background-color: #FAFAFF;
  min-width: 300px;
  max-height: 40px;
  display: flex;
  align-items: center;
  line-height: 39px;
  font-size: 16px;
  color: #A1A1B5;
  padding: 0 15px;
  text-decoration: none;
  cursor: pointer;
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .menuItem___1m0Ov {
    width: 100%;
    margin-bottom: 1px;
    padding: 25px 15px;
  }
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .menuItem___1m0Ov.modalCaller___1Onkj {
  background-color: #FFE6EC;
  color: #FF6492;
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .menuItem___1m0Ov.collapsible___3_Pnc {
  justify-content: space-between;
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .menuItem___1m0Ov.collapsible___3_Pnc .icon___14mzx {
  height: 8px;
  width: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.2 6.93333L1.2 1.6C0.705573 0.940764 1.17595 0 2 0H6H10C10.824 0 11.2944 0.940764 10.8 1.6L6.8 6.93333C6.4 7.46667 5.6 7.46667 5.2 6.93333Z' fill='%23CAC9FF'/%3E%3C/svg%3E");
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .menuItem___1m0Ov.collapsible___3_Pnc.menuItemOpened___3s_VC {
  background-color: #EDEDFF;
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .menuItem___1m0Ov.collapsible___3_Pnc.menuItemOpened___3s_VC .icon___14mzx {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.8 1.06667L10.8 6.4C11.2944 7.05924 10.824 8 10 8L6 8H2C1.17595 8 0.705573 7.05924 1.2 6.4L5.2 1.06667C5.6 0.533333 6.4 0.533333 6.8 1.06667Z' fill='%2343436B'/%3E%3C/svg%3E");
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuBlock___3y8yo .subitemsBlock___3odsx .subItem___2FyZS {
  padding-left: 40px;
  background-color: #EDEDFF;
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuOverlay___1WjLq {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 0;
  background-color: #43436B;
  opacity: 0;
  z-index: 99;
  transition: opacity 0.2s ease-in-out;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .navigationWrapper___12WF0 .menuWrapper___1HSOn .menuOverlay___1WjLq {
    margin-left: 24px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .navigationWrapper___12WF0 .menuWrapper___1HSOn .menuOverlay___1WjLq {
    margin-left: 24px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .navigationWrapper___12WF0 .menuWrapper___1HSOn .menuOverlay___1WjLq {
    margin-left: 0px;
  }
}
.navigationWrapper___12WF0 .menuWrapper___1HSOn .menuOverlay___1WjLq.visible___1SZq8 {
  max-height: 100%;
  opacity: 1;
}

body {
  -webkit-font-smoothing: antialiased;
}
.ant-layout___qygi4 {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: white;
  min-height: 0;
  min-width: 320px;
}
.ant-layout-header___2IGnz {
  height: 92px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .ant-layout-header___2IGnz {
    padding: 0 24px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .ant-layout-header___2IGnz {
    padding: 0 24px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .ant-layout-header___2IGnz {
    padding: 0 30px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .ant-layout-header___2IGnz {
    padding: 0;
    height: 60px;
  }
}
.ant-layout-header___2IGnz.blue___1YaMc {
  background: #F3F3FB;
}
.ant-btn___1hTlq {
  border-radius: 2px;
  background-color: #FF6492;
  color: white;
  border: #FF6492;
  font-size: 20px;
  font-family: 'CeraPro-Medium';
  transition: background-color 0.2s linear;
  outline: 0;
}
.ant-btn___1hTlq:hover,
.ant-btn___1hTlq:focus {
  color: white;
  background-color: #FB3972;
  outline: 0;
}
.ant-form___2mRuF label {
  font-size: 16px;
  right: 2px;
}
.ant-form-item-required___29LN4:before {
  content: '';
}
[ant-click-animating-without-extra-node]:after,
.ant-click-animating-node___VOkEi {
  animation: 0s !important;
}
.ant-btn-primary___1GxE7 {
  color: #fff;
  background-color: #7A77FF;
  border-color: #7A77FF;
}
.ant-input___2vwjb {
  border-radius: 2px;
}
.ant-input___2vwjb:focus {
  border-color: #FF6492;
  outline: 0;
  box-shadow: none;
}
.ant-select___fVYfg,
.ant-select-arrow___3DH-8 {
  color: #fff;
}
.ant-select-selection___QZD2f {
  background-color: #7A77FF;
  border-radius: 4px;
  border: none;
}
.ant-select-selection--single___1v9uU {
  height: 30px;
}
.ant-select-selection__rendered___2BuJX {
  margin: 0 15px;
}
.ant-select-selection___QZD2f:focus {
  box-shadow: none;
  border: none;
}
.ant-select-dropdown___im8TZ,
.ant-select-dropdown-menu-root___26-w0 {
  border-radius: 4px;
}
.ant-select-dropdown-menu-item___1XX6y {
  color: #43436B;
  padding: 0px 12px;
  line-height: 40px;
}
.ant-select-dropdown-menu-item-active___rOtpc,
.ant-select-dropdown-menu-item-selected___3XRWN {
  color: #43436B;
  font-weight: 500;
  background-color: #F3F3FB;
}
.ant-select-dropdown-menu-item-selected___3XRWN:hover {
  font-weight: 500;
  color: #43436B;
}
.ant-form-item-children___3SMiS {
  outline: none;
}
.ant-form-vertical___2U3-2 .ant-form-item___22EW8 {
  margin-bottom: 4px;
}
.ant-form-vertical___2U3-2 .ant-form-item-label___21844 {
  text-align: left;
  vertical-align: middle;
  line-height: normal;
  font-size: 16px;
  font-family: 'CeraPro-Medium';
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 7px;
}
.ant-form-item-with-help___2G789 {
  margin-bottom: 0;
}
.has-error___2PzXb .ant-form-explain___3YyxL,
.has-success___Bj8Pu .ant-form-explain___3YyxL {
  text-align: center;
  background: #43436B;
  border-radius: 4px;
  color: white;
  position: absolute !important;
  bottom: 45px;
  right: -50px;
  padding: 0 15px;
  font-size: 12px;
  margin: auto;
  min-width: 150px;
}
.ant-form-item-control-wrapper___1XPfn:focus {
  outline: none;
}
.ant-input___2vwjb:focus,
.ant-input___2vwjb:hover {
  border: 1px solid #C0C0D4;
}
.has-error___2PzXb .ant-input___2vwjb {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___2PzXb .ant-input___2vwjb:hover {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___2PzXb .ant-input___2vwjb:focus {
  box-shadow: none;
}
.has-error___2PzXb::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0L24.2583 6.5V19.5L13 26L1.74167 19.5V6.5L13 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M12.2946 14.4H13.6866L13.9906 7.44H11.9746L12.2946 14.4ZM12.9986 18.176C13.6866 18.176 14.2306 17.664 14.2306 16.944C14.2306 16.224 13.6866 15.696 12.9986 15.696C12.2946 15.696 11.7506 16.224 11.7506 16.944C11.7506 17.664 12.2946 18.176 12.9986 18.176Z' fill='white'/%3E%3C/svg%3E");
  width: 26px;
  height: 26px;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .has-error___2PzXb::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .has-error___2PzXb::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
.ant-card___31TbE.ant-card-hoverable___p3aCi {
  border: 1px solid #ECECF0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 16px;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi svg path {
  transition: stroke 0.25s ease;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi button {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.ant-card___31TbE.ant-card-hoverable___p3aCi:hover {
  box-shadow: 0px 15px 20px rgba(67, 67, 107, 0.1);
}
.ant-card___31TbE.ant-card-hoverable___p3aCi:hover button {
  display: block;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi:hover svg path {
  stroke: #7A77FF;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi:hover .ant-card-cover___2jBOH:after {
  opacity: 1;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi.ownCard___2c7xG:hover .ant-card-cover___2jBOH:after {
  opacity: 0;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi .ant-card-cover___2jBOH {
  height: 168px;
  border-radius: 4px;
  background: #EEEEF5;
  display: flex;
  align-items: center;
  position: relative;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi .ant-card-cover___2jBOH:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(81, 87, 125, 0.3);
  opacity: 0;
  transition: all 0.25s;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi .ant-card-body___2YpAr {
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi .ant-card-meta___1Dpth {
  text-align: center;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi .ant-card-meta-title___1CjNd {
  white-space: unset;
  color: #43436B;
}
.ant-card___31TbE.ant-card-hoverable___p3aCi .ant-card-meta-description___7SYCh {
  color: #A1A1B5;
  font-size: 13px;
  line-height: 20px;
}
.divider___24WYG {
  border: .6px;
  border-style: solid;
  border-color: #727290;
}

body {
  -webkit-font-smoothing: antialiased;
}
.ant-layout___13BYj {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: white;
  min-height: 0;
  min-width: 320px;
}
.ant-layout-header___3twhw {
  height: 92px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .ant-layout-header___3twhw {
    padding: 0 24px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .ant-layout-header___3twhw {
    padding: 0 24px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .ant-layout-header___3twhw {
    padding: 0 30px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .ant-layout-header___3twhw {
    padding: 0;
    height: 60px;
  }
}
.ant-layout-header___3twhw.blue___uf8Ra {
  background: #F3F3FB;
}
.ant-btn___cHCMh {
  border-radius: 2px;
  background-color: #FF6492;
  color: white;
  border: #FF6492;
  font-size: 20px;
  font-family: 'CeraPro-Medium';
  transition: background-color 0.2s linear;
  outline: 0;
}
.ant-btn___cHCMh:hover,
.ant-btn___cHCMh:focus {
  color: white;
  background-color: #FB3972;
  outline: 0;
}
.ant-form___2NfxI label {
  font-size: 16px;
  right: 2px;
}
.ant-form-item-required___1RUf-:before {
  content: '';
}
[ant-click-animating-without-extra-node]:after,
.ant-click-animating-node___pK8dD {
  animation: 0s !important;
}
.ant-btn-primary___2Uo2s {
  color: #fff;
  background-color: #7A77FF;
  border-color: #7A77FF;
}
.ant-input___mpkCa {
  border-radius: 2px;
}
.ant-input___mpkCa:focus {
  border-color: #FF6492;
  outline: 0;
  box-shadow: none;
}
.ant-select___XoiwT,
.ant-select-arrow___1dPeX {
  color: #fff;
}
.ant-select-selection___On7Ax {
  background-color: #7A77FF;
  border-radius: 4px;
  border: none;
}
.ant-select-selection--single___2lrW3 {
  height: 30px;
}
.ant-select-selection__rendered___3WiK_ {
  margin: 0 15px;
}
.ant-select-selection___On7Ax:focus {
  box-shadow: none;
  border: none;
}
.ant-select-dropdown___cSPDU,
.ant-select-dropdown-menu-root___39_8Z {
  border-radius: 4px;
}
.ant-select-dropdown-menu-item___3EzOt {
  color: #43436B;
  padding: 0px 12px;
  line-height: 40px;
}
.ant-select-dropdown-menu-item-active___k0orn,
.ant-select-dropdown-menu-item-selected___1L72g {
  color: #43436B;
  font-weight: 500;
  background-color: #F3F3FB;
}
.ant-select-dropdown-menu-item-selected___1L72g:hover {
  font-weight: 500;
  color: #43436B;
}
.ant-form-item-children___2ehda {
  outline: none;
}
.ant-form-vertical___2OgzC .ant-form-item___1K8JQ {
  margin-bottom: 4px;
}
.ant-form-vertical___2OgzC .ant-form-item-label___nlAmw {
  text-align: left;
  vertical-align: middle;
  line-height: normal;
  font-size: 16px;
  font-family: 'CeraPro-Medium';
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 7px;
}
.ant-form-item-with-help___2MElr {
  margin-bottom: 0;
}
.has-error___3ZEEY .ant-form-explain___2k-8q,
.has-success___20YrV .ant-form-explain___2k-8q {
  text-align: center;
  background: #43436B;
  border-radius: 4px;
  color: white;
  position: absolute !important;
  bottom: 45px;
  right: -50px;
  padding: 0 15px;
  font-size: 12px;
  margin: auto;
  min-width: 150px;
}
.ant-form-item-control-wrapper___2caUS:focus {
  outline: none;
}
.ant-input___mpkCa:focus,
.ant-input___mpkCa:hover {
  border: 1px solid #C0C0D4;
}
.has-error___3ZEEY .ant-input___mpkCa {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___3ZEEY .ant-input___mpkCa:hover {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___3ZEEY .ant-input___mpkCa:focus {
  box-shadow: none;
}
.has-error___3ZEEY::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0L24.2583 6.5V19.5L13 26L1.74167 19.5V6.5L13 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M12.2946 14.4H13.6866L13.9906 7.44H11.9746L12.2946 14.4ZM12.9986 18.176C13.6866 18.176 14.2306 17.664 14.2306 16.944C14.2306 16.224 13.6866 15.696 12.9986 15.696C12.2946 15.696 11.7506 16.224 11.7506 16.944C11.7506 17.664 12.2946 18.176 12.9986 18.176Z' fill='white'/%3E%3C/svg%3E");
  width: 26px;
  height: 26px;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .has-error___3ZEEY::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .has-error___3ZEEY::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa {
  border: 1px solid #ECECF0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 16px;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa svg path {
  transition: stroke 0.25s ease;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa button {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa:hover {
  box-shadow: 0px 15px 20px rgba(67, 67, 107, 0.1);
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa:hover button {
  display: block;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa:hover svg path {
  stroke: #7A77FF;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa:hover .ant-card-cover___ZcWEW:after {
  opacity: 1;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa.ownCard___3sdi4:hover .ant-card-cover___ZcWEW:after {
  opacity: 0;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa .ant-card-cover___ZcWEW {
  height: 168px;
  border-radius: 4px;
  background: #EEEEF5;
  display: flex;
  align-items: center;
  position: relative;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa .ant-card-cover___ZcWEW:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(81, 87, 125, 0.3);
  opacity: 0;
  transition: all 0.25s;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa .ant-card-body___B_UzV {
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa .ant-card-meta___218H1 {
  text-align: center;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa .ant-card-meta-title___1Ma9V {
  white-space: unset;
  color: #43436B;
}
.ant-card___1q_5K.ant-card-hoverable___3w8Qa .ant-card-meta-description___3k3qU {
  color: #A1A1B5;
  font-size: 13px;
  line-height: 20px;
}
.subscriber___1Q7we {
  display: flex;
  background-color: #43436B;
  flex-direction: column;
  align-items: center;
}
.subscriber___1Q7we .block___1_SrA {
  padding: 100px 0 80px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.subscriber___1Q7we .block___1_SrA.horizontal___s6nJt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 120px;
  padding-right: 120px;
}
@media all and (min-width: 1px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt {
    flex-direction: column;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt {
    display: block;
    width: auto;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt {
    display: block;
    width: auto;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.subscriber___1Q7we .block___1_SrA.horizontal___s6nJt > div:first-child {
  max-width: 424px;
}
.subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .formItem___3tdWL {
  width: 300px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .formItem___3tdWL {
    width: 250px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .formItem___3tdWL {
    width: 250px;
  }
}
.subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .title___3uIZ2,
.subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .description___TbxaI {
  text-align: left;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .title___3uIZ2,
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .description___TbxaI {
    text-align: center;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .title___3uIZ2,
  .subscriber___1Q7we .block___1_SrA.horizontal___s6nJt .description___TbxaI {
    text-align: center;
  }
}
@media all and (min-width: 992px) and (max-width: 1599px) {
  .subscriber___1Q7we .block___1_SrA {
    padding: 85px 0 80px;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.subscriber___1Q7we .block___1_SrA .title___3uIZ2 {
  color: white;
  line-height: 41px;
  font-size: 32px;
  text-align: center;
  font-family: 'CeraPro-Medium';
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA .title___3uIZ2 {
    font-size: 21px;
    line-height: 29px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA .title___3uIZ2 {
    font-size: 21px;
    line-height: 29px;
  }
}
.subscriber___1Q7we .block___1_SrA .description___TbxaI {
  color: white;
  opacity: 0.6;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  margin: 5px 0 30px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA .description___TbxaI {
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA .description___TbxaI {
    font-size: 12px;
    line-height: 18px;
  }
}
.subscriber___1Q7we .block___1_SrA .input___14jSa {
  min-width: 720px;
  height: 50px;
  margin-top: 30px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA .input___14jSa {
    min-width: 360px;
    margin-top: 20px;
    height: 40px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA .input___14jSa {
    min-width: 360px;
    margin-top: 20px;
    height: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA .input___14jSa {
    min-width: 540px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA .input___14jSa {
    min-width: 100%;
  }
}
.subscriber___1Q7we .block___1_SrA .input___14jSa input:hover,
.subscriber___1Q7we .block___1_SrA .input___14jSa input:active,
.subscriber___1Q7we .block___1_SrA .input___14jSa input:focus {
  box-shadow: none;
  border-color: #D9D9D9;
}
.subscriber___1Q7we .block___1_SrA .input___14jSa span {
  width: 245px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .subscriber___1Q7we .block___1_SrA .input___14jSa span {
    width: 160px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___1Q7we .block___1_SrA .input___14jSa span {
    width: 160px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .subscriber___1Q7we .block___1_SrA .input___14jSa span {
    width: 180px;
  }
}
.form___1BPaW {
  display: flex;
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .form___1BPaW {
    flex-direction: column;
    align-items: center;
  }
}
.form___1BPaW .formItem___3tdWL {
  margin: 0;
}
.form___1BPaW .formItem___3tdWL input {
  height: 50px;
  width: 475px;
  font-size: 16px;
  border-radius: 0;
}
.form___1BPaW .formItem___3tdWL input:hover,
.form___1BPaW .formItem___3tdWL input:active,
.form___1BPaW .formItem___3tdWL input:focus {
  border: 1px solid #d9d9d9;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .form___1BPaW .formItem___3tdWL input {
    width: 360px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .form___1BPaW .formItem___3tdWL input {
    width: 200px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .form___1BPaW .formItem___3tdWL input {
    width: 200px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .form___1BPaW .formItem___3tdWL input {
    width: 210px;
  }
}
@media all and (min-width: 1px) and (max-width: 991px) {
  .form___1BPaW .formItem___3tdWL input {
    height: 40px;
    font-size: 12px;
  }
}
.button___3H2qS {
  height: 50px !important;
  width: 245px;
  font-size: 16px;
  transition: background-color 0.2s !important;
  background: #7A77FF !important;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  font-size: 16px !important;
}
.button___3H2qS .loader___9KhmE {
  background: url('/static/images/loader.png') no-repeat;
  height: 30px;
  width: 30px;
  animation: spin___Gx1ly 2s linear infinite;
  display: block;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .button___3H2qS .loader___9KhmE {
    background: url('/static/images/loader-xs.png') no-repeat;
    height: 25px;
    width: 25px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .button___3H2qS .loader___9KhmE {
    background: url('/static/images/loader-xs.png') no-repeat;
    height: 25px;
    width: 25px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .button___3H2qS {
    width: 180px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .button___3H2qS {
    width: 200px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .button___3H2qS {
    width: 200px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .button___3H2qS {
    width: 210px;
    margin-top: 15px;
  }
}
@media all and (min-width: 1px) and (max-width: 991px) {
  .button___3H2qS {
    height: 40px !important;
    font-size: 12px !important;
  }
}
.button___3H2qS:hover,
.button___3H2qS:active,
.button___3H2qS:focus {
  box-shadow: none !important;
  border-color: #644AFF !important;
  background-color: #644AFF !important;
}
@-moz-keyframes spin___Gx1ly {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin___Gx1ly {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin___Gx1ly {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

body {
  -webkit-font-smoothing: antialiased;
}
.ant-layout___2pGdL {
  display: flex;
  flex-direction: column;
  flex: auto;
  background: white;
  min-height: 0;
  min-width: 320px;
}
.ant-layout-header___3w97e {
  height: 92px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .ant-layout-header___3w97e {
    padding: 0 24px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .ant-layout-header___3w97e {
    padding: 0 24px;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .ant-layout-header___3w97e {
    padding: 0 30px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .ant-layout-header___3w97e {
    padding: 0;
    height: 60px;
  }
}
.ant-layout-header___3w97e.blue___1zjvR {
  background: #F3F3FB;
}
.ant-btn___2y4eX {
  border-radius: 2px;
  background-color: #FF6492;
  color: white;
  border: #FF6492;
  font-size: 20px;
  font-family: 'CeraPro-Medium';
  transition: background-color 0.2s linear;
  outline: 0;
}
.ant-btn___2y4eX:hover,
.ant-btn___2y4eX:focus {
  color: white;
  background-color: #FB3972;
  outline: 0;
}
.ant-form___1k8-g label {
  font-size: 16px;
  right: 2px;
}
.ant-form-item-required___1eixw:before {
  content: '';
}
[ant-click-animating-without-extra-node]:after,
.ant-click-animating-node___3io15 {
  animation: 0s !important;
}
.ant-btn-primary___12DAA {
  color: #fff;
  background-color: #7A77FF;
  border-color: #7A77FF;
}
.ant-input___J1A7j {
  border-radius: 2px;
}
.ant-input___J1A7j:focus {
  border-color: #FF6492;
  outline: 0;
  box-shadow: none;
}
.ant-select___CrDao,
.ant-select-arrow___2Ohy5 {
  color: #fff;
}
.ant-select-selection___2v_2_ {
  background-color: #7A77FF;
  border-radius: 4px;
  border: none;
}
.ant-select-selection--single___1VXsY {
  height: 30px;
}
.ant-select-selection__rendered___3xEwy {
  margin: 0 15px;
}
.ant-select-selection___2v_2_:focus {
  box-shadow: none;
  border: none;
}
.ant-select-dropdown___3xVA6,
.ant-select-dropdown-menu-root___30Dro {
  border-radius: 4px;
}
.ant-select-dropdown-menu-item___Ftqx4 {
  color: #43436B;
  padding: 0px 12px;
  line-height: 40px;
}
.ant-select-dropdown-menu-item-active___2jlPs,
.ant-select-dropdown-menu-item-selected___20IQS {
  color: #43436B;
  font-weight: 500;
  background-color: #F3F3FB;
}
.ant-select-dropdown-menu-item-selected___20IQS:hover {
  font-weight: 500;
  color: #43436B;
}
.ant-form-item-children___cbLHu {
  outline: none;
}
.ant-form-vertical___1kUGu .ant-form-item___2N5vc {
  margin-bottom: 4px;
}
.ant-form-vertical___1kUGu .ant-form-item-label___3BEch {
  text-align: left;
  vertical-align: middle;
  line-height: normal;
  font-size: 16px;
  font-family: 'CeraPro-Medium';
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 7px;
}
.ant-form-item-with-help___p8Jpg {
  margin-bottom: 0;
}
.has-error___HuO8P .ant-form-explain___2vkmK,
.has-success___17aT6 .ant-form-explain___2vkmK {
  text-align: center;
  background: #43436B;
  border-radius: 4px;
  color: white;
  position: absolute !important;
  bottom: 45px;
  right: -50px;
  padding: 0 15px;
  font-size: 12px;
  margin: auto;
  min-width: 150px;
}
.ant-form-item-control-wrapper___3WsYT:focus {
  outline: none;
}
.ant-input___J1A7j:focus,
.ant-input___J1A7j:hover {
  border: 1px solid #C0C0D4;
}
.has-error___HuO8P .ant-input___J1A7j {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___HuO8P .ant-input___J1A7j:hover {
  border: 1px solid rgba(255, 0, 46, 0.4) !important;
}
.has-error___HuO8P .ant-input___J1A7j:focus {
  box-shadow: none;
}
.has-error___HuO8P::after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0L24.2583 6.5V19.5L13 26L1.74167 19.5V6.5L13 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M12.2946 14.4H13.6866L13.9906 7.44H11.9746L12.2946 14.4ZM12.9986 18.176C13.6866 18.176 14.2306 17.664 14.2306 16.944C14.2306 16.224 13.6866 15.696 12.9986 15.696C12.2946 15.696 11.7506 16.224 11.7506 16.944C11.7506 17.664 12.2946 18.176 12.9986 18.176Z' fill='white'/%3E%3C/svg%3E");
  width: 26px;
  height: 26px;
  position: absolute;
  right: 12px;
  top: 12px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .has-error___HuO8P::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .has-error___HuO8P::after {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 0L22.3923 6V18L12 24L1.6077 18L1.6077 6L12 0Z' fill='%23FF002E' fill-opacity='0.4'/%3E%3Cpath d='M11.3828 13.85H12.6008L12.8668 7.76H11.1028L11.3828 13.85ZM11.9988 17.154C12.6008 17.154 13.0768 16.706 13.0768 16.076C13.0768 15.446 12.6008 14.984 11.9988 14.984C11.3828 14.984 10.9068 15.446 10.9068 16.076C10.9068 16.706 11.3828 17.154 11.9988 17.154Z' fill='white'/%3E%3C/svg%3E");
    right: 8px;
    top: 8px;
  }
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ {
  border: 1px solid #ECECF0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 16px;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ svg path {
  transition: stroke 0.25s ease;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ button {
  display: none;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ:hover {
  box-shadow: 0px 15px 20px rgba(67, 67, 107, 0.1);
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ:hover button {
  display: block;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ:hover svg path {
  stroke: #7A77FF;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ:hover .ant-card-cover___a9xn9:after {
  opacity: 1;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ.ownCard___3iZnn:hover .ant-card-cover___a9xn9:after {
  opacity: 0;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ .ant-card-cover___a9xn9 {
  height: 168px;
  border-radius: 4px;
  background: #EEEEF5;
  display: flex;
  align-items: center;
  position: relative;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ .ant-card-cover___a9xn9:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(81, 87, 125, 0.3);
  opacity: 0;
  transition: all 0.25s;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ .ant-card-body___gt3ej {
  min-height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ .ant-card-meta___3mfnw {
  text-align: center;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ .ant-card-meta-title___2FW7E {
  white-space: unset;
  color: #43436B;
}
.ant-card___2KBk6.ant-card-hoverable___3P-SZ .ant-card-meta-description___3efBV {
  color: #A1A1B5;
  font-size: 13px;
  line-height: 20px;
}
.subscriber___OA9N1 {
  display: flex;
  background-color: #43436B;
  flex-direction: column;
  align-items: center;
}
.subscriber___OA9N1 .block___3N6x4 {
  padding: 100px 0 80px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 120px;
  padding-right: 120px;
}
@media all and (min-width: 1px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- {
    flex-direction: column;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- {
    display: block;
    width: auto;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- {
    display: block;
    width: auto;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- > div:first-child {
  max-width: 424px;
}
.subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .formItem___26M4x {
  width: 300px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .formItem___26M4x {
    width: 250px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .formItem___26M4x {
    width: 250px;
  }
}
.subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .title___1Vxcv,
.subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .description___3ivAQ {
  text-align: left;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .title___1Vxcv,
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .description___3ivAQ {
    text-align: center;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .title___1Vxcv,
  .subscriber___OA9N1 .block___3N6x4.horizontal___25Gg- .description___3ivAQ {
    text-align: center;
  }
}
@media all and (min-width: 992px) and (max-width: 1599px) {
  .subscriber___OA9N1 .block___3N6x4 {
    padding: 85px 0 80px;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.subscriber___OA9N1 .block___3N6x4 .title___1Vxcv {
  color: white;
  line-height: 41px;
  font-size: 32px;
  text-align: center;
  font-family: 'CeraPro-Medium';
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4 .title___1Vxcv {
    font-size: 21px;
    line-height: 29px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4 .title___1Vxcv {
    font-size: 21px;
    line-height: 29px;
  }
}
.subscriber___OA9N1 .block___3N6x4 .description___3ivAQ {
  color: white;
  opacity: 0.6;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  margin: 5px 0 30px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4 .description___3ivAQ {
    font-size: 12px;
    line-height: 18px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4 .description___3ivAQ {
    font-size: 12px;
    line-height: 18px;
  }
}
.subscriber___OA9N1 .block___3N6x4 .input___Gk_XF {
  min-width: 720px;
  height: 50px;
  margin-top: 30px;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4 .input___Gk_XF {
    min-width: 360px;
    margin-top: 20px;
    height: 40px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4 .input___Gk_XF {
    min-width: 360px;
    margin-top: 20px;
    height: 40px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4 .input___Gk_XF {
    min-width: 540px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4 .input___Gk_XF {
    min-width: 100%;
  }
}
.subscriber___OA9N1 .block___3N6x4 .input___Gk_XF input:hover,
.subscriber___OA9N1 .block___3N6x4 .input___Gk_XF input:active,
.subscriber___OA9N1 .block___3N6x4 .input___Gk_XF input:focus {
  box-shadow: none;
  border-color: #D9D9D9;
}
.subscriber___OA9N1 .block___3N6x4 .input___Gk_XF span {
  width: 245px;
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .subscriber___OA9N1 .block___3N6x4 .input___Gk_XF span {
    width: 160px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .subscriber___OA9N1 .block___3N6x4 .input___Gk_XF span {
    width: 160px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .subscriber___OA9N1 .block___3N6x4 .input___Gk_XF span {
    width: 180px;
  }
}
.form___2mAgI {
  display: flex;
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .form___2mAgI {
    flex-direction: column;
    align-items: center;
  }
}
.form___2mAgI .formItem___26M4x {
  margin: 0;
}
.form___2mAgI .formItem___26M4x input {
  height: 50px;
  width: 475px;
  font-size: 16px;
  border-radius: 0;
}
.form___2mAgI .formItem___26M4x input:hover,
.form___2mAgI .formItem___26M4x input:active,
.form___2mAgI .formItem___26M4x input:focus {
  border: 1px solid #d9d9d9;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .form___2mAgI .formItem___26M4x input {
    width: 360px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .form___2mAgI .formItem___26M4x input {
    width: 200px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .form___2mAgI .formItem___26M4x input {
    width: 200px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .form___2mAgI .formItem___26M4x input {
    width: 210px;
  }
}
@media all and (min-width: 1px) and (max-width: 991px) {
  .form___2mAgI .formItem___26M4x input {
    height: 40px;
    font-size: 12px;
  }
}
.button___2w6q8 {
  height: 50px !important;
  width: 245px;
  font-size: 16px;
  transition: background-color 0.2s !important;
  background: #7A77FF !important;
  border-radius: 0 !important;
  display: flex !important;
  justify-content: center;
  font-size: 16px !important;
}
.button___2w6q8 .loader___28hvT {
  background: url('/static/images/loader.png') no-repeat;
  height: 30px;
  width: 30px;
  animation: spin___15HIm 2s linear infinite;
  display: block;
}
@media all and (min-width: 480px) and (max-width: 991px) {
  .button___2w6q8 .loader___28hvT {
    background: url('/static/images/loader-xs.png') no-repeat;
    height: 25px;
    width: 25px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .button___2w6q8 .loader___28hvT {
    background: url('/static/images/loader-xs.png') no-repeat;
    height: 25px;
    width: 25px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .button___2w6q8 {
    width: 180px;
  }
}
@media all and (min-width: 480px) and (max-width: 767px) {
  .button___2w6q8 {
    width: 200px;
  }
}
@media all and (min-width: 0) and (max-width: 479px) {
  .button___2w6q8 {
    width: 200px;
  }
}
@media all and (min-width: 1px) and (max-width: 479px) {
  .button___2w6q8 {
    width: 210px;
    margin-top: 15px;
  }
}
@media all and (min-width: 1px) and (max-width: 991px) {
  .button___2w6q8 {
    height: 40px !important;
    font-size: 12px !important;
  }
}
.button___2w6q8:hover,
.button___2w6q8:active,
.button___2w6q8:focus {
  box-shadow: none !important;
  border-color: #644AFF !important;
  background-color: #644AFF !important;
}
@-moz-keyframes spin___15HIm {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin___15HIm {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin___15HIm {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

