@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap");
@import url(plugins/semantic/message.css);
@import url(plugins/semantic/button.css);
@import url(plugins/semantic/icon.css);
* {
  font-family: 'Inter', Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; }

h1 {
  font-weight: 500; }

h2 {
  font-weight: 400; }

.ChartLayout {
  display: inline-block;
  overflow: hidden !important; }

@keyframes swipe {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
.chart-filter {
  animation: swipe 1.5s linear infinite forwards; }

.RedInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #fcdfe0;
  color: #d72c30;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .RedInfo.MarginLeft {
    margin-left: 5px; }

.VioletInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eeeaff;
  color: #4425c2;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .VioletInfo.MarginLeft {
    margin-left: 5px; }

.GrayInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f9f9f9;
  color: #555;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .GrayInfo.MarginLeft {
    margin-left: 5px; }

.BlueInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #dbe8ff;
  color: #143eea;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .BlueInfo.MarginLeft {
    margin-left: 5px; }

.GreenInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eaf8ea;
  color: #33b934;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .GreenInfo.MarginLeft {
    margin-left: 5px; }

.YellowInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  cursor: pointer;
  background: #FFF8E1;
  color: #FF6D00;
  font-weight: 500;
  font-size: 12px; }
  .YellowInfo.MarginLeft {
    margin-left: 5px; }

.spinner {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 6px solid rgba(0, 174, 239, 0.15);
  border-radius: 100%; }

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.spinner-sm {
  height: 16px;
  width: 16px; }

.spinner-md {
  height: 40px;
  width: 40px; }

.spinner-lr {
  height: 150px;
  width: 150px; }

.spinner-red {
  border: 6px solid rgba(216, 27, 34, 0.15); }

.spinner-red:before {
  border-top: 6px solid #d81b22; }

.spinner-green {
  border: 6px solid rgba(40, 183, 121, 0.15); }

.spinner-green:before {
  border-top: 6px solid #28b779; }

.spinner-grey {
  border: 6px solid rgba(139, 146, 154, 0.15); }

.spinner-grey:before {
  border-top: 6px solid #8b929a; }

[data-balloon] {
  position: relative; }

[data-balloon]::before {
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10; }

[data-balloon]::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  content: '';
  position: absolute;
  z-index: 10; }

[data-balloon]:hover::before, [data-balloon]:hover::after {
  opacity: 1;
  pointer-events: auto; }

[data-balloon][data-balloon-pos="up"]::before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]::after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos="up"]:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']::before {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='left']::before {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']::before {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-length='small']::before {
  white-space: normal;
  width: 80px; }

[data-balloon][data-balloon-length='medium']::before {
  white-space: normal;
  width: 150px; }

[data-balloon][data-balloon-length='large']::before {
  white-space: normal;
  width: 260px; }

[data-balloon][data-balloon-length='xlarge']::before {
  white-space: normal;
  width: 380px; }

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']::before {
    white-space: normal;
    width: 90vw; } }
[data-balloon][data-balloon-length='fit']::before {
  white-space: normal;
  width: 100%; }

.btn--block {
  display: block; }

.btn--block + .btn--block {
  margin-left: 0; }

.btn {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 10px 31px 11px;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: transparent;
  transition: background .2s,color .2s;
  text-align: center;
  text-decoration: none;
  font: 1.286em/1.1667 'Poppins',sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn.PaddingSmall {
    padding-left: 15px;
    padding-right: 15px; }

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  transition: border 0.1s ease-in-out; }

.btn + .btn {
  margin-left: 7px; }

.btn .b-link {
  border-radius: inherit; }

.btn.tooltip-no-js-wrap:hover > .tooltip {
  display: none !important; }

.btn:disabled > .tooltip, .btn.disabled > .tooltip {
  display: block; }

.btn--static .b-link {
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: -1000px; }

.btn--xsm {
  padding: 3px 15px 4px;
  border-radius: 12px;
  font-size: .929em;
  line-height: 1.308; }

.btn--xsm:before {
  border-radius: 11px; }

.btn--sm {
  padding: 7px 18px 6px;
  border-radius: 16px;
  font-size: 1em;
  line-height: 1.3572; }

.btn--sm:before {
  border-radius: 16px; }

.btn, .btn:hover {
  color: #fff; }

.btn > .icon-svg, .btn > .icon:hover, .btn > .icon-svg:hover {
  color: inherit; }

.btn--red {
  background: #f02139; }

.btn--red:hover, .btn--red:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--red:active, .btn--red.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--orange {
  background: #ff8200; }

.btn--orange:hover, .btn--orange:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--orange:active, .btn--orange.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dorange {
  background: #ef5322; }

.btn--dorange:hover, .btn--dorange:focus {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dorange:active, .btn--dorange.active {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yellow {
  background: #fec309; }

.btn--yellow:hover, .btn--yellow:focus {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yellow:active, .btn--yellow.active {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--greywhite {
  color: #000;
  background: #f9f9f9; }

.btn--greywhite:hover, .btn--greywhite:focus {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--greywhite:active, .btn--greywhite.active {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grey {
  background: #738499; }

.btn--grey:hover, .btn--grey:focus {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grey:active, .btn--grey.active {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grass {
  background: #86c313; }

.btn--grass:hover, .btn--grass:focus {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grass:active, .btn--grass.active {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lime {
  background: #29cf29; }

.btn--lime:hover, .btn--lime:focus {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lime:active, .btn--lime.active {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--green {
  background: #1ac636; }

.btn--green:hover, .btn--green:focus {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--green:active, .btn--green.active {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua {
  background: #00caa8; }

.btn--aqua:hover, .btn--aqua:focus {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--aqua:active, .btn--aqua.active {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--sky {
  background: #28c4f6; }

.btn--sky:hover, .btn--sky:focus {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--sky:active, .btn--sky.active {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dsky {
  background: #1eb2fc; }

.btn--dsky:hover, .btn--dsky:focus {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dsky:active, .btn--dsky.active {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lblue {
  background: #2b8cfc; }

.btn--lblue:hover, .btn--lblue:focus {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lblue:active, .btn--lblue.active {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--blue {
  background: #2b65f8; }

.btn--blue:hover, .btn--blue:focus {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--blue:active, .btn--blue.active, .btn--blue.loading {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dgrey {
  background: #9aa9c5; }

.btn--dgrey:hover, .btn--dgrey:focus {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dgrey:active, .btn--dgrey.active {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--pink {
  background: #f55280; }

.btn--pink:hover, .btn--pink:focus {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--pink:active, .btn--pink.active {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--laguna {
  background: #2f75c1; }

.btn--laguna:hover, .btn--laguna:focus {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--laguna:active, .btn--laguna.active {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vdgrey {
  background: #333844; }

.btn--vdgrey:hover, .btn--vdgrey:focus {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vdgrey:active, .btn--vdgrey.active {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua-blue {
  background: #08b5fd; }

.btn--aqua-blue:focus, .btn--aqua-blue:hover {
  background: #069fde; }

.btn--aqua-blue:active, .btn--aqua-blue.active {
  background: #0487bd; }

.btn--facebook {
  background: #3464d4; }

.btn--facebook:hover, .btn--facebook:focus {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--facebook:active, .btn--facebook.active {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--twitter {
  background: #1cacff; }

.btn--twitter:hover, .btn--twitter:focus {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--twitter:active, .btn--twitter.active {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--google {
  background: #dd4b39; }

.btn--google:hover, .btn--google:focus {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--google:active, .btn--google.active {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--instagram {
  background: #3674a9; }

.btn--instagram:hover, .btn--instagram:focus {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--instagram:active, .btn--instagram.active {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--linkedin {
  background: #006799; }

.btn--linkedin:hover, .btn--linkedin:focus {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--linkedin:active, .btn--linkedin.active {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vk {
  background: #2c70b4; }

.btn--vk:hover, .btn--vk:focus {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vk:active, .btn--vk.active {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--odnoklassniki {
  background: #f7882b; }

.btn--odnoklassniki:hover, .btn--odnoklassniki:focus {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--odnoklassniki:active, .btn--odnoklassniki.active {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yandex {
  background: #ee3a2e; }

.btn--yandex:hover, .btn--yandex:focus {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yandex:active, .btn--yandex.active {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--transparent {
  background: rgba(0, 0, 0, 0.5); }

.btn--transparent > .ico, .btn--transparent > .icon-svg {
  opacity: 0.8; }

.btn--transparent:hover, .btn--transparent:focus {
  background: rgba(0, 0, 0, 0.7); }

.btn--transparent:hover > .ico, .btn--transparent:focus > .ico, .btn--transparent.active > .ico, .btn--transparent:hover > .icon-svg, .btn--transparent:focus > .icon-svg, .btn--transparent.active > .icon-svg {
  opacity: 1; }

.btn--transparent:active {
  background: rgba(0, 0, 0, 0.9); }

.btn--glass:before {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3); }

.btn--glass:hover:before {
  border-color: #fff; }

.btn--glass:active:before, .btn--glass.active:before {
  border-color: rgba(255, 255, 255, 0.3); }

.btn--white {
  background: #fff;
  color: #4d4d4d; }

.btn--white:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--white:hover, .btn--white:focus {
  color: #2b65f8; }

.btn--white:hover:before, .btn--white:focus:before {
  border-width: 2px;
  border-color: #2b65f8; }

.btn--white:active, .btn--white.active, .btn--white.loading {
  color: #2058c6; }

.btn--white:active:before, .btn--white.active:before, .btn--white.loading:before {
  border-width: 2px;
  border-color: #2058c6; }

.btn--gold {
  background: #fff;
  color: #4d4d4d; }

.btn--gold:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--gold:hover:before, .btn--gold:focus:before {
  border-width: 2px;
  border-color: #fec309; }

.btn--gold:active, .btn--gold.active, .btn--gold.loading {
  background: #fec309; }

.btn--gold:active:before, .btn--gold.active:before, .btn--gold.loading:before {
  border: none; }

.btn--gold.active:hover {
  background: #e4af08; }

.btn-normal {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }
  .btn-normal:before {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important; }

select {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: 100%;
  transition: all 0.2s ease;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
  background-size: 20px; }

select:focus {
  border: 1px solid #0A84FF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select:hover {
  border: 1px solid #0A84FF;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9;
    padding: 5px\9; } }
input[type=text],
input[type=password],
input[type=email],
textarea {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8.5px 14px;
  transition: all 0.2s ease; }
  input[type=text].codeType,
  input[type=password].codeType,
  input[type=email].codeType,
  textarea.codeType {
    background: #f9f9f9; }
    input[type=text].codeType:hover, input[type=text].codeType:focus,
    input[type=password].codeType:hover,
    input[type=password].codeType:focus,
    input[type=email].codeType:hover,
    input[type=email].codeType:focus,
    textarea.codeType:hover,
    textarea.codeType:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  input[type=text].SelectorRight,
  input[type=password].SelectorRight,
  input[type=email].SelectorRight,
  textarea.SelectorRight {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
  input[type=text]:hover, input[type=text]:focus,
  input[type=password]:hover,
  input[type=password]:focus,
  input[type=email]:hover,
  input[type=email]:focus,
  textarea:hover,
  textarea:focus {
    border: 1px solid #0A84FF;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(10, 132, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

input[type=checkbox].r_checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: all 0.2s ease; }

input[type=checkbox].r_checkbox + label.label {
  padding-left: 35px;
  transition: all 0.2s ease;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=checkbox].r_checkbox:hover + label.label {
  background-position: 0 -24px; }

input[type=checkbox].r_checkbox:checked + label.label {
  background-position: 0 -48px; }

.label {
  background-position: 0 0px; }

.label-blue {
  background-image: url(../drawable/checkbox.png); }

input[type=radio].r_radio {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].r_radio + label.label {
  transition: all 0.2s ease;
  padding-left: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=radio].r_radio:hover + label.label {
  background-position: 0 -24px; }

input[type=radio].r_radio:checked + label.label {
  background-position: 0 -48px; }

.InputMultiSelector {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%; }
  .InputMultiSelector input[type=text] {
    background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
    background-size: 20px; }
  .InputMultiSelector .InputMultiSelectorList {
    position: absolute;
    left: 0;
    min-width: 250px;
    max-width: 400px;
    display: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box {
      float: left;
      width: 100%;
      padding: 10px 0;
      position: relative;
      background: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #ccc; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .option {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option label {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option:hover {
          background: #f2f2f2; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .optgroup {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-weight: 600;
        font-size: 11px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after, .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      bottom: 100%;
      left: 12%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: #ccc;
      border-width: 11px;
      margin-left: -11px; }

.ic_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.3; }
  .ic_close:hover {
    opacity: 1;
    cursor: pointer; }

.ic_close:before, .ic_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #333; }

.ic_close:before {
  transform: rotate(45deg); }

.ic_close:after {
  transform: rotate(-45deg); }

.Toast {
  position: fixed;
  right: 20px;
  z-index: 9900000000000;
  top: 20px; }
  .Toast.Error .Toast-Inner {
    border-left: 5px solid #FC6404; }
    .Toast.Error .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Error .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #FC6404; }
  .Toast.Info .Toast-Inner {
    border-left: 5px solid #1A3AF8; }
    .Toast.Info .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Info .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #1A3AF8; }
  .Toast.Success .Toast-Inner {
    border-left: 5px solid #08B62C; }
    .Toast.Success .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Success .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #08B62C; }
  .Toast .Toast-Inner {
    border-left: 5px solid #ccc;
    border-left: 5px;
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .Toast .Toast-Inner .Toast-Close {
      border-left: 1px solid #e2e2e2;
      display: inline-block;
      padding: 15px 20px;
      font-size: 16px; }
      .Toast .Toast-Inner .Toast-Close:hover {
        color: #1A3AF8;
        cursor: pointer; }
    .Toast .Toast-Inner .Toast-Icon {
      display: inline-block;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 900; }
      .Toast .Toast-Inner .Toast-Icon .Icon-Inner {
        display: inline-block;
        background: #ccc;
        width: 30px;
        height: 30px;
        max-height: 30px;
        text-align: center;
        line-height: 32px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
    .Toast .Toast-Inner .Toast-Text {
      display: inline-block;
      width: 100%;
      padding: 15px 0; }
      .Toast .Toast-Inner .Toast-Text b {
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px; }
      .Toast .Toast-Inner .Toast-Text i {
        display: inline-block;
        width: 100%;
        font-weight: 300;
        font-size: 15px;
        font-style: normal;
        color: #666;
        line-height: 24px; }

.switch input {
  display: none; }

.switch * {
  box-sizing: border-box;
  vertical-align: middle; }

.switch {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  cursor: pointer; }

.switch .span {
  display: inline-block;
  width: 48px;
  height: 30px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #cecece;
  transition: all .6s linear; }

.switch input:checked ~ .span {
  background: #4cd964;
  transition: all .2s ease; }

.switch .span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: #FFF;
  transition: all .4s ease; }

.switch .span:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 1px;
  left: 1px;
  transition: all .2s linear; }

.switch input:checked ~ .span:after {
  transform: translate3d(18px, 0, 0); }

.switch input:checked ~ .span:before {
  transform: scale3d(0, 0, 0); }

/*
## Themes #############################
*/
.switch[data-tint="red"] input:checked ~ .span {
  background: #ff3b30; }

.switch[data-tint="orange"] input:checked ~ .span {
  background: #ff9500; }

.switch[data-tint="yellow"] input:checked ~ .span {
  background: #ffcc00; }

.switch[data-tint="teal-blue"] input:checked ~ .span {
  background: #5ac8fa; }

.switch[data-tint="blue"] input:checked ~ .span {
  background: #007aff; }

.switch[data-tint="purple"] input:checked ~ .span {
  background: #5856d6; }

.switch[data-tint="pink"] input:checked ~ .span {
  background: #ff2d55; }

/*
## end Themes ###########################
*/
/*
## Stretch effect #######################
*/
.switch input:active ~ .span:after {
  width: 33px; }

.switch input:checked:active ~ .span:after {
  transform: translate3d(11px, 0, 0); }

/*
## end Stretch effect ###################
*/
/*
## Scaling ##############################
*/
.switch-sm .span {
  width: 36px;
  height: 22.5px;
  border-radius: 11.25px; }

.switch-sm .span:before {
  border-radius: 11.25px; }

.switch-sm .span:after {
  width: 19.5px;
  height: 19.5px;
  border-radius: 9.75px; }

.switch-sm input:checked ~ .span:after {
  transform: translate3d(13.5px, 0, 0); }

.switch-sm input:active ~ .span:after {
  width: 24.75px; }

.switch-sm input:checked:active ~ .span:after {
  transform: translate3d(8.25px, 0, 0); }

.switch-lg .span {
  width: 60px;
  height: 37.5px;
  border-radius: 18.75px; }

.switch-lg .span:before {
  border-radius: 18.75px; }

.switch-lg .span:after {
  width: 32.5px;
  height: 32.5px;
  border-radius: 16.25px; }

.switch-lg input:checked ~ .span:after {
  transform: translate3d(22.5px, 0, 0); }

.switch-lg input:active ~ .span:after {
  width: 41.25px; }

.switch-lg input:checked:active ~ .span:after {
  transform: translate3d(13.75px, 0, 0); }

/*
## end Scaling ##########################
*/
/*
## States ###############################
*/
.switch input[disabled] ~ .span:before {
  background: #f2f2f2; }

.switch input[disabled] ~ .span:after {
  background: #f2f2f2; }

/*
## end States ###########################
*/
:root {
  --backgroundColor: #121212;
  --backgroundTextColor: #ffffff;
  --buttonBackgroundColor: #252525;
  --buttonBackgroundColorHover: #1b1b1b;
  --buttonBackgroundRed: #ff3b5c;
  --buttonBackgroundRedHover: #ef2950; }

body {
  margin: 0; }

/**
  @functions
 */
strong {
  font-weight: 700; }

b {
  font-weight: 600; }

section.Layout {
  border: 0; }

img {
  vertical-align: middle;
  border: 0;
  outline: none; }

a {
  color: #2b65f8;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #2b65f8; }

body {
  background: #fff; }

.BewerberCode {
  display: flex;
  padding: 1.5rem;
  border-bottom: 1px solid #e2e2e2;
  flex-direction: column;
  row-gap: 1rem; }
  .BewerberCode .__PinCode {
    display: inline-block; }
  .BewerberCode .__TextView {
    display: inline-block;
    font-weight: 600; }

.JobLayout {
  display: flex;
  width: 100%;
  column-gap: 2rem; }
  .JobLayout .__Info {
    flex: 1; }
    .JobLayout .__Info .__BigText {
      padding-top: 0.5rem;
      font-size: 16px; }
    .JobLayout .__Info .__City {
      display: inline-block;
      padding-top: 0.2rem;
      font-size: 18px;
      font-weight: 300; }
    .JobLayout .__Info .__Badges {
      display: flex;
      column-gap: 1rem;
      padding: 1rem 0; }
    .JobLayout .__Info .__Title {
      display: inline-block;
      width: 100%;
      font-weight: 600;
      font-size: 24px; }
  .JobLayout .__Buttons {
    width: 300px;
    display: inline-block; }
    .JobLayout .__Buttons .__JoinButton {
      width: 100%;
      display: inline-block;
      padding: 1rem;
      background: rgba(37, 36, 209, 0.1);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .JobLayout .__Buttons .__JoinButton .btn {
        margin: 0;
        width: 100%; }

.ButtonBlue {
  cursor: pointer;
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 0.8rem 1.4rem;
  background: #2524d1;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px; }
  .ButtonBlue i {
    font-size: 16px; }

.PageLayout {
  padding: 3rem 0;
  display: flex;
  justify-content: center; }
  .PageLayout.Gray .__View {
    width: 910px; }
  .PageLayout .__View {
    display: inline-block;
    width: 980px; }
    .PageLayout .__View .JobItemsTitle {
      padding-bottom: 2rem;
      display: inline-block;
      width: 100%;
      font-weight: 600;
      font-size: 18px; }
    .PageLayout .__View .JobItems {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1rem; }
      .PageLayout .__View .JobItems .__Item {
        background: #fff;
        display: flex;
        column-gap: 2rem;
        align-items: center;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #e2e2e2;
        padding: 1rem; }
        .PageLayout .__View .JobItems .__Item:hover {
          -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05); }
        .PageLayout .__View .JobItems .__Item .__Button {
          display: inline-block;
          padding-right: 1rem; }
          .PageLayout .__View .JobItems .__Item .__Button .JoinJob {
            cursor: pointer;
            display: inline-block;
            padding: 0.8rem 1.4rem;
            background: #2524d1;
            color: #fff;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            font-weight: 600;
            font-size: 16px; }
            .PageLayout .__View .JobItems .__Item .__Button .JoinJob i {
              font-size: 16px; }
        .PageLayout .__View .JobItems .__Item .__TextView {
          flex: 1;
          display: inline-block; }
          .PageLayout .__View .JobItems .__Item .__TextView span {
            display: inline-block;
            padding-top: 0.4rem;
            color: #666;
            font-size: 16px; }
          .PageLayout .__View .JobItems .__Item .__TextView b {
            font-size: 18px; }
        .PageLayout .__View .JobItems .__Item .__ImageViewButton {
          width: 100px;
          height: 100px;
          background: #f9f9f9;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px; }
          .PageLayout .__View .JobItems .__Item .__ImageViewButton img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            -webkit-border-radius: 9px;
            -moz-border-radius: 9px;
            border-radius: 9px; }

.FooterLayout {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #fff; }
  .FooterLayout .__View {
    display: flex;
    flex-direction: column;
    width: 1020px;
    padding: 1.2rem 0;
    color: #000;
    font-weight: 600; }
    .FooterLayout .__View a {
      color: #000; }
    .FooterLayout .__View span {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      column-gap: 1rem; }
      .FooterLayout .__View span:nth-child(3) {
        font-size: 11px;
        padding-top: 1rem;
        column-gap: 0.2rem; }
        .FooterLayout .__View span:nth-child(3) a {
          font-size: 11px; }
        .FooterLayout .__View span:nth-child(3) b {
          font-size: 11px;
          color: #d72c30; }
      .FooterLayout .__View span:nth-child(2) {
        padding-top: 0.6rem;
        column-gap: 1rem; }

.RegisterOkayPin {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
  border-top: 1px solid #e2e2e2; }
  .RegisterOkayPin .__Pin {
    background: #EFEBE9;
    padding: 0.5rem 2rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 24px;
    color: #5D4037; }

.RegisterOkay {
  display: inline-block;
  width: 100%;
  padding: 1.5rem;
  font-size: 16px; }

.RegisterFields {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem;
  width: 100%;
  padding: 1.5rem; }
  .RegisterFields .__Item span {
    display: inline-block;
    width: 100%; }
    .RegisterFields .__Item span:nth-child(1) {
      font-weight: 600; }
    .RegisterFields .__Item span:nth-child(3) {
      padding-top: 0.5rem; }
    .RegisterFields .__Item span:nth-child(2) {
      padding-top: 0.5rem; }
      .RegisterFields .__Item span:nth-child(2) input {
        width: 100%; }

.__RegisterLayout {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 3rem 0;
  background: rgba(234, 128, 252, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  .__RegisterLayout.Full {
    padding: 1.5rem; }
    .__RegisterLayout.Full .__Item {
      width: 100%;
      border: 1px solid rgba(255, 128, 171, 0.4) !important;
      -webkit-border-radius: 10px !important;
      -moz-border-radius: 10px !important;
      border-radius: 10px !important; }
  .__RegisterLayout .__Item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 2px rgba(234, 128, 252, 0.2);
    -moz-box-shadow: 0 5px 10px 2px rgba(234, 128, 252, 0.2);
    box-shadow: 0 5px 10px 2px rgba(234, 128, 252, 0.2);
    border: 1px solid rgba(234, 128, 252, 0.4);
    background: #fff;
    background: #ea80fc;
    background: linear-gradient(17deg, rgba(234, 128, 252, 0.1) 0%, white 100%);
    display: inline-block;
    width: 45%;
    padding: 2rem; }
    .__RegisterLayout .__Item icon {
      margin-bottom: 0.5rem;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px; }
    .__RegisterLayout .__Item:nth-child(2) {
      -webkit-border-radius: 0 10px 10px 0;
      -moz-border-radius: 0 10px 10px 0;
      border-radius: 0 10px 10px 0; }
      .__RegisterLayout .__Item:nth-child(2) icon {
        background: #ea80fc; }
        .__RegisterLayout .__Item:nth-child(2) icon i {
          color: #fff; }
    .__RegisterLayout .__Item:nth-child(1) {
      -webkit-border-radius: 10px 0 0 10px;
      -moz-border-radius: 10px 0 0 10px;
      border-radius: 10px 0 0 10px;
      border: 1px solid rgba(255, 128, 171, 0.4);
      border-right: 0;
      background: #ff80ab;
      background: linear-gradient(17deg, rgba(255, 128, 171, 0.1) 0%, white 100%);
      -webkit-box-shadow: 0 5px 10px 2px rgba(255, 128, 171, 0.2);
      -moz-box-shadow: 0 5px 10px 2px rgba(255, 128, 171, 0.2);
      box-shadow: 0 5px 10px 2px rgba(255, 128, 171, 0.2); }
      .__RegisterLayout .__Item:nth-child(1) icon {
        background: #ff80ab; }
        .__RegisterLayout .__Item:nth-child(1) icon i {
          color: #fff; }
      .__RegisterLayout .__Item:nth-child(1) span:nth-child(2) {
        color: #FF80AB; }
    .__RegisterLayout .__Item span {
      display: inline-block;
      width: 100%; }
      .__RegisterLayout .__Item span:nth-child(3) {
        padding-top: 0.5rem;
        font-weight: 600;
        font-size: 16px; }
      .__RegisterLayout .__Item span:nth-child(2) {
        cursor: pointer;
        color: #ea80fc;
        padding-top: 0.5rem;
        font-size: 18px;
        font-weight: 700; }
        .__RegisterLayout .__Item span:nth-child(2) i {
          font-size: 18px; }
      .__RegisterLayout .__Item span:nth-child(1) {
        font-weight: 400;
        font-size: 16px;
        color: #666; }

.TextViewGridView {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem; }
  .TextViewGridView .__Item {
    display: inline-block;
    width: 100%; }
    .TextViewGridView .__Item .__ItemDescription {
      font-size: 18px;
      font-weight: 300;
      padding-left: calc(40px + 1rem); }
    .TextViewGridView .__Item .__ItemTitle {
      display: flex;
      column-gap: 1rem;
      align-items: center; }
      .TextViewGridView .__Item .__ItemTitle span:nth-child(2) {
        font-weight: 600;
        font-size: 20px; }
      .TextViewGridView .__Item .__ItemTitle span:nth-child(1) {
        font-weight: 600;
        font-size: 20px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: #0A84FF; }

.InfoLayout {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative; }
  .InfoLayout .__TeamGridView {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem; }
    .InfoLayout .__TeamGridView .__Item {
      display: inline-block;
      position: relative;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .InfoLayout .__TeamGridView .__Item:nth-child(1) .__ImageViewer {
        background: #da8cf9;
        -webkit-box-shadow: 0 10px 20px 4px rgba(218, 140, 249, 0.3);
        -moz-box-shadow: 0 10px 20px 4px rgba(218, 140, 249, 0.3);
        box-shadow: 0 10px 20px 4px rgba(218, 140, 249, 0.3); }
      .InfoLayout .__TeamGridView .__Item:nth-child(2) .__ImageViewer {
        background: #d49a6a;
        -webkit-box-shadow: 0 10px 20px 4px rgba(212, 154, 106, 0.3);
        -moz-box-shadow: 0 10px 20px 4px rgba(212, 154, 106, 0.3);
        box-shadow: 0 10px 20px 4px rgba(212, 154, 106, 0.3); }
      .InfoLayout .__TeamGridView .__Item:nth-child(3) .__ImageViewer {
        background: #c7c6ee;
        -webkit-box-shadow: 0 10px 20px 4px rgba(199, 198, 238, 0.3);
        -moz-box-shadow: 0 10px 20px 4px rgba(199, 198, 238, 0.3);
        box-shadow: 0 10px 20px 4px rgba(199, 198, 238, 0.3); }
      .InfoLayout .__TeamGridView .__Item:nth-child(4) .__ImageViewer {
        background: #42c2e7;
        -webkit-box-shadow: 0 10px 20px 4px rgba(66, 194, 231, 0.3);
        -moz-box-shadow: 0 10px 20px 4px rgba(66, 194, 231, 0.3);
        box-shadow: 0 10px 20px 4px rgba(66, 194, 231, 0.3); }
      .InfoLayout .__TeamGridView .__Item:nth-child(5) .__ImageViewer {
        background: #eca6b1;
        -webkit-box-shadow: 0 10px 20px 4px rgba(236, 166, 177, 0.3);
        -moz-box-shadow: 0 10px 20px 4px rgba(236, 166, 177, 0.3);
        box-shadow: 0 10px 20px 4px rgba(236, 166, 177, 0.3); }
      .InfoLayout .__TeamGridView .__Item:nth-child(6) .__ImageViewer {
        background: #694fda;
        -webkit-box-shadow: 0 10px 20px 4px rgba(105, 79, 218, 0.3);
        -moz-box-shadow: 0 10px 20px 4px rgba(105, 79, 218, 0.3);
        box-shadow: 0 10px 20px 4px rgba(105, 79, 218, 0.3); }
      .InfoLayout .__TeamGridView .__Item .__ImageViewer {
        margin-top: 2rem;
        position: relative;
        display: inline-block;
        width: 100%;
        height: 260px;
        background: #f9f9f9;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .InfoLayout .__TeamGridView .__Item .__ImageViewer img {
          position: absolute;
          width: 100%;
          bottom: 0;
          -webkit-border-radius: 0 0 10px 10px;
          -moz-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }
      .InfoLayout .__TeamGridView .__Item .__Description {
        display: inline-block;
        width: 100%;
        font-size: 18px;
        font-weight: 300; }
      .InfoLayout .__TeamGridView .__Item .__Name {
        display: inline-block;
        padding: 1rem 0 0.5rem 0;
        color: #000;
        font-weight: 700;
        font-size: 30px; }
  .InfoLayout .__ImageView {
    margin-left: -4rem;
    display: inline-block;
    position: relative;
    width: calc(100% + 8rem);
    height: 340px;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .InfoLayout .__ImageView img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .InfoLayout .__ImageView img.Blur {
        filter: blur(30px);
        left: 0;
        z-index: -1;
        position: absolute; }
  .InfoLayout .__TextView {
    display: inline-block; }
    .InfoLayout .__TextView h1 {
      padding-top: 1rem;
      padding-bottom: 0.5rem;
      font-size: 28px;
      font-weight: 600; }
    .InfoLayout .__TextView.Top {
      border-top: 1px solid #eee;
      padding-top: 1rem;
      margin-top: 2rem; }
    .InfoLayout .__TextView h2 {
      font-weight: 600;
      font-size: 24px !important; }
    .InfoLayout .__TextView h3 {
      font-weight: 400;
      font-size: 18px !important; }
  .InfoLayout .__Title {
    display: inline-block;
    padding-bottom: 1rem;
    font-weight: 700;
    font-size: 48px; }

.KidsCareHeaderLayout {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: url("../../res/drawable/bg.png?1") center no-repeat;
  background-size: auto 100%;
  min-height: 500px; }
  .KidsCareHeaderLayout.HideSearch {
    min-height: auto;
    height: 60px;
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 100; }
    .KidsCareHeaderLayout.HideSearch .__SearchView {
      display: none; }
    .KidsCareHeaderLayout.HideSearch::before {
      background: transparent; }
  .KidsCareHeaderLayout::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(111, 32, 200, 0.1) 0%, white 60%);
    z-index: -1; }
  .KidsCareHeaderLayout .__SearchView {
    flex: 1;
    width: 980px;
    display: flex;
    flex-direction: column; }
    .KidsCareHeaderLayout .__SearchView .__SearchBar {
      display: flex;
      background: #fff;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      border-radius: 100px;
      height: 80px;
      width: 100%; }
      .KidsCareHeaderLayout .__SearchView .__SearchBar .__Button {
        cursor: pointer;
        display: flex;
        height: calc(80px - 1rem);
        background: #2524d1;
        color: #fff;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 20px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        width: 200px; }
        .KidsCareHeaderLayout .__SearchView .__SearchBar .__Button i {
          font-size: 24px; }
      .KidsCareHeaderLayout .__SearchView .__SearchBar .__Search {
        flex: 1;
        display: flex;
        column-gap: 1rem;
        align-items: center;
        padding: 0 2rem; }
        .KidsCareHeaderLayout .__SearchView .__SearchBar .__Search input[type=text] {
          flex: 1;
          border: 0;
          font-size: 22px; }
        .KidsCareHeaderLayout .__SearchView .__SearchBar .__Search i {
          font-size: 32px; }
      .KidsCareHeaderLayout .__SearchView .__SearchBar form {
        display: flex;
        height: 80px;
        width: 100%;
        padding: 0.5rem; }
    .KidsCareHeaderLayout .__SearchView .__Slogan {
      padding: 6rem 0 4rem 0;
      display: inline-block;
      font-weight: 700 !important;
      font-size: 48px; }
  .KidsCareHeaderLayout .__View {
    display: flex;
    width: 980px;
    column-gap: 1rem; }
    .KidsCareHeaderLayout .__View .__DrawerMenu {
      display: none; }
    .KidsCareHeaderLayout .__View .__Logo {
      display: inline-block;
      padding: 1rem 0; }
    .KidsCareHeaderLayout .__View .__Links {
      flex: 1;
      display: flex;
      justify-content: center;
      column-gap: 2rem; }
      .KidsCareHeaderLayout .__View .__Links a {
        color: inherit; }
      .KidsCareHeaderLayout .__View .__Links .__Item {
        column-gap: 0.5rem;
        transition: all 0.2s ease;
        border-top: 2px solid transparent;
        display: flex;
        font-weight: 600;
        font-size: 16px;
        height: 60px;
        align-items: center;
        justify-content: center; }
        .KidsCareHeaderLayout .__View .__Links .__Item.active, .KidsCareHeaderLayout .__View .__Links .__Item:hover {
          cursor: pointer;
          border-top: 2px solid #060606; }
    .KidsCareHeaderLayout .__View .__Profile {
      cursor: pointer;
      display: flex;
      column-gap: 1rem;
      padding: 1rem 0;
      align-items: center;
      height: 62px; }
      .KidsCareHeaderLayout .__View .__Profile .__ProfileImageView {
        overflow: hidden;
        display: inline-block;
        width: 40px;
        height: 40px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        background: #fff; }
        .KidsCareHeaderLayout .__View .__Profile .__ProfileImageView img {
          width: 100%;
          height: 100%; }

.DrawerMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  backdrop-filter: blur(5px);
  display: flex; }
  .DrawerMenu.Hide {
    display: none; }
  .DrawerMenu .__Menu {
    width: 260px;
    background: #fff; }
    .DrawerMenu .__Menu .__MenuItems {
      display: flex;
      flex-direction: column;
      padding: 0 2rem 2rem 2rem;
      row-gap: 1rem; }
      .DrawerMenu .__Menu .__MenuItems a {
        color: inherit; }
      .DrawerMenu .__Menu .__MenuItems .__Item {
        display: inline-block;
        font-weight: 600;
        font-size: 18px; }
    .DrawerMenu .__Menu .__MenuLogo {
      display: inline-block;
      width: 100%;
      padding: 2rem; }
  .DrawerMenu .__Close {
    flex: 1; }

@media only screen and (max-device-width: 500px) {
  .Toast .Toast-Inner {
    width: 100%; }

  .InfoLayout .__TeamGridView .__Item .__ImageViewer {
    height: 300px; }

  .InfoLayout .__TeamGridView {
    padding: 0 2rem;
    grid-template-columns: repeat(1, 1fr); }

  .JobLayout {
    flex-direction: column;
    padding: 2rem; }

  .JobLayout .__Buttons {
    width: 100%;
    padding-top: 2rem; }

  .KidsCareHeaderLayout .__SearchView .__SearchBar form {
    height: auto;
    flex-direction: column; }

  .KidsCareHeaderLayout .__View {
    width: 100% !important; }

  .KidsCareHeaderLayout .__SearchView {
    width: 100% !important; }

  .PageLayout .__View {
    width: 100% !important; }

  .FooterLayout .__View {
    width: 100% !important; }

  .KidsCareHeaderLayout .__View {
    justify-content: center; }

  .KidsCareHeaderLayout.HideSearch {
    background: rgba(255, 255, 255, 0.6) !important; }

  .KidsCareHeaderLayout .__View .__Links {
    display: none; }

  .KidsCareHeaderLayout .__View .__Profile {
    display: none; }

  .KidsCareHeaderLayout .__SearchView .__Slogan {
    padding-top: 4rem;
    text-align: center;
    font-size: 32px; }

  .KidsCareHeaderLayout .__SearchView .__SearchBar .__Search {
    flex-direction: column;
    padding: 0;
    row-gap: 0.5rem; }
    .KidsCareHeaderLayout .__SearchView .__SearchBar .__Search i {
      display: none; }

  .PageLayout .__View .JobItems .__Item .__Time {
    padding: 1rem 0; }

  .PageLayout .__View .JobItems .__Item .__TextView {
    text-align: center;
    padding: 0 2rem; }

  .PageLayout .__View .JobItems {
    padding: 0 2rem; }

  .InfoLayout .__ImageView {
    margin-left: 0 !important;
    width: 100% !important;
    height: 240px !important; }
    .InfoLayout .__ImageView img {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px; }

  .InfoLayout .__ImageView img.Blur {
    display: none; }

  .InfoLayout .__ImageView {
    margin-top: 2rem;
    margin-bottom: 1rem; }

  .__RegisterLayout {
    padding: 2rem 2rem 2rem 2rem;
    flex-direction: column;
    row-gap: 1rem;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: linear-gradient(0deg, #fef9ff 50%, white 100%); }
    .__RegisterLayout .__Item {
      -webkit-border-radius: 10px !important;
      -moz-border-radius: 10px !important;
      border-radius: 10px !important;
      width: 100%; }

  .InfoLayout .__TextView {
    padding: 0 2rem; }

  .InfoLayout .__Title {
    text-align: center;
    padding: 0 2rem;
    font-size: 36px; }

  .TextViewGridView .__Item .__ItemTitle span:nth-child(2) {
    flex: 1; }

  .TextViewGridView .__Item .__ItemDescription {
    padding-left: 0rem !important;
    padding-top: 1rem !important; }

  .TextViewGridView {
    grid-template-columns: repeat(1, 1fr); }

  .KidsCareHeaderLayout .__View .__Logo img {
    height: 24px !important; }

  .InfoLayout .__ImageView {
    margin-top: 0; }

  .InfoLayout .__TextView h1 {
    font-size: 22px !important; }

  .InfoLayout .__TextView h2 {
    font-size: 18px !important; }

  .KidsCareHeaderLayout .__View .__DrawerMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 52px;
    width: 52px; }
    .KidsCareHeaderLayout .__View .__DrawerMenu i {
      font-size: 24px; }

  .KidsCareHeaderLayout.HideSearch .__View .__DrawerMenu {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center; }
    .KidsCareHeaderLayout.HideSearch .__View .__DrawerMenu i {
      font-size: 24px; }

  .InfoLayout .__Title {
    padding: 2rem 2rem;
    font-size: 24px; }

  .PageLayout {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important; }
    .PageLayout.__Mobile {
      padding: 2rem 0 !important; }

  .PageLayout .__View .JobItems .__Item {
    flex-direction: column;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 0 0 0 !important;
    -moz-box-shadow: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
    padding: 2rem 0; }

  .PageLayout .__View .JobItems .__Item .__ImageViewButton {
    display: none; }

  .PageLayout .__View .JobItemsTitle {
    text-align: center; }

  .KidsCareHeaderLayout {
    background-position: top 100px right -400px; }

  .KidsCareHeaderLayout .__SearchView .__SearchBar .__Button {
    width: 100%;
    margin-top: 1rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 50px !important; }

  .KidsCareHeaderLayout .__SearchView .__SearchBar {
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    flex-direction: column;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 2rem;
    width: calc(100% - 4rem); }
    .KidsCareHeaderLayout .__SearchView .__SearchBar input {
      width: 100%; } }

/*# sourceMappingURL=style.css.map */
