.DS__Button__root {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  background-color: #27344b;
  border: none;
  border-radius: 8px;
  transition: background-color 0.3s ease,
    border-color 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DS__Button__root {
    transition: none
  }
}

.DS__Button__root:hover,
  .DS__Button__root:focus {
  background-color: #7a869a;
}

.DS__Button__root.DS__Button__focus-visible {
  outline: 2px auto #577edc;
  outline-offset: 2px;
}

.DS__Button__root:focus:not(:active) {
  box-shadow: 0 2px 6px -12px rgba(34, 42, 55, 0.13);
}

.DS__Button__root:active {
  background-color: #222a37;
}

.DS__Button__root.DS__Button__loading {
  background-color: #27344b;
}

.DS__Button__root.DS__Button__disabled {
  cursor: default;
  background-color: #7a869a;
}

.DS__Button__root.DS__Button__disabled,
  .DS__Button__root.DS__Button__loading {
  pointer-events: none;
}

.DS__Button__root svg {
  flex-shrink: 0;
  margin-right: 8px;
  margin-left: 8px;
}

.DS__Button__root svg:first-child {
  margin-left: 0;
}

.DS__Button__root svg:last-child {
  margin-right: 0;
}

.DS__Button__block {
  justify-content: center;
  width: 100%;
}

.DS__Button__block .DS__Button__content {
  justify-content: center;
  width: 100%;
}

.DS__Button__loading .DS__Button__content {
  opacity: 0;
}

.DS__Button__theme_b2c {
  background-color: #97ba1e;
}

.DS__Button__theme_b2c:hover,
    .DS__Button__theme_b2c:focus {
  background-color: #81a11a;
}

.DS__Button__theme_b2c:focus:not(:active) {
  background-color: #97ba1e;
  box-shadow: 0px 2px 4px #97ba1e;
}

.DS__Button__theme_b2c:active {
  background-color: #547012;
}

.DS__Button__theme_b2c.DS__Button__loading {
  background-color: #97ba1e;
}

.DS__Button__theme_b2c.DS__Button__disabled {
  background-color: #d4e3ac;
}

.DS__Button__theme_b2b {
  background-color: #00a4ba;
}

.DS__Button__theme_b2b:hover,
    .DS__Button__theme_b2b:focus {
  background-color: #0b7483;
}

.DS__Button__theme_b2b:focus:not(:active) {
  background-color: #00a4ba;
  box-shadow: 0px 2px 4px #00a4ba;
}

.DS__Button__theme_b2b:active {
  background-color: #075c68;
}

.DS__Button__theme_b2b.DS__Button__loading {
  background-color: #00a4ba;
}

.DS__Button__theme_b2b.DS__Button__disabled {
  background-color: #94dee4;
}

.DS__Button__theme_warning {
  background-color: #ff991f;
}

.DS__Button__theme_warning:hover,
    .DS__Button__theme_warning:focus {
  background-color: #c87520;
}

.DS__Button__theme_warning:focus:not(:active) {
  background-color: #ff991f;
  box-shadow: 0 3px 6px -2px #ff991f;
}

.DS__Button__theme_warning:active {
  background-color: #965817;
}

.DS__Button__theme_warning.DS__Button__loading {
  background-color: #ff991f;
}

.DS__Button__theme_warning.DS__Button__disabled {
  background-color: #fcd3a9;
}

.DS__Button__theme_destructive {
  background-color: #f14d56;
}

.DS__Button__theme_destructive:hover,
    .DS__Button__theme_destructive:focus {
  background-color: #c13e45;
}

.DS__Button__theme_destructive:focus:not(:active) {
  background-color: #f14d56;
  box-shadow: 0px 2px 4px #f14d56;
}

.DS__Button__theme_destructive:active {
  background-color: #912e34;
}

.DS__Button__theme_destructive.DS__Button__loading {
  background-color: #f14d56;
}

.DS__Button__theme_destructive.DS__Button__disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: #f7949a;
}

.DS__Button__theme_blue {
  background-color: #577edc;
}

.DS__Button__theme_blue:hover,
    .DS__Button__theme_blue:focus {
  background-color: #395cb1;
}

.DS__Button__theme_blue:focus:not(:active) {
  background-color: #577edc;
  box-shadow: 0px 2px 8px rgba(87, 126, 220, 0.5);
}

.DS__Button__theme_blue:active {
  background-color: #19468d;
}

.DS__Button__theme_blue.DS__Button__loading {
  background-color: #577edc;
}

.DS__Button__theme_blue.DS__Button__disabled {
  color: rgba(255, 255, 255, 0.5);
  background-color: #aabffc;
}

.DS__Button__theme_secondary {
  color: #222a37;
  background-color: #eceff5;
}

.DS__Button__theme_secondary:hover,
    .DS__Button__theme_secondary:focus {
  background-color: #d0d6e1;
}

.DS__Button__theme_secondary:focus:not(:active) {
  background-color: #eceff5;
  box-shadow: 0px 2px 4px rgba(80, 95, 121, 0.5);
}

.DS__Button__theme_secondary:active {
  background-color: #95a0b3;
}

.DS__Button__theme_secondary.DS__Button__loading {
  background-color: #eceff5;
}

.DS__Button__theme_secondary.DS__Button__disabled {
  color: #95a0b3;
  background-color: #eceff5;
}

.DS__Button__theme_secondaryWhite {
  color: #505f79;
  background-color: #ffffff;
}

.DS__Button__theme_secondaryWhite:hover,
    .DS__Button__theme_secondaryWhite:focus {
  color: #ffffff;
  background-color: #505f79;
}

.DS__Button__theme_secondaryWhite:focus:not(:active) {
  color: #ffffff;
  background-color: #505f79;
  box-shadow: 0px 2px 4px rgba(80, 95, 121, 0.5);
}

.DS__Button__theme_secondaryWhite:active {
  color: #ffffff;
  background-color: #505f79;
}

.DS__Button__theme_secondaryWhite.DS__Button__loading {
  background-color: #ffffff;
}

.DS__Button__theme_secondaryWhite.DS__Button__disabled {
  color: #95a0b3;
  background-color: #ffffff;
}

.DS__Button__theme_basic {
  color: #222a37;
  background: #ffffff;
  border: 1px solid #eceff5;
}

.DS__Button__theme_basic:hover,
    .DS__Button__theme_basic:focus {
  background-color: #f6f8fc;
  border-color: #95a0b3;
}

.DS__Button__theme_basic:active {
  background-color: #f1f3f8;
  border-color: #f1f3f8;
}

.DS__Button__theme_basic.DS__Button__loading {
  background: #ffffff;
  border-color: #eceff5;
}

.DS__Button__theme_basic.DS__Button__disabled {
  color: #505f79;
  background: #ffffff;
  border-color: #eceff5;
}

.DS__Button__theme_white {
  color: #222a37;
  background: #ffffff;
}

.DS__Button__theme_white:hover,
    .DS__Button__theme_white:focus {
  background-color: #f6f8fc;
}

.DS__Button__theme_white:focus:not(:active) {
  border: 1px solid #d0d6e1;
  box-shadow: 0 3px 6px -2px #d0d6e1;
}

.DS__Button__theme_white:active {
  background-color: #d0d6e1;
}

.DS__Button__theme_white.DS__Button__loading {
  background: #ffffff;
}

.DS__Button__theme_white.DS__Button__disabled {
  color: #222a37;
  background: #ffffff;
}

.DS__Button__theme_outline {
  color: #222a37;
  background-color: #ffffff;
  border: 1px solid #d0d6e1;
}

.DS__Button__theme_outline:hover,
    .DS__Button__theme_outline:focus {
  background-color: #eceff5;
  border-color: #d0d6e1;
}

.DS__Button__theme_outline:focus:not(:active) {
  background-color: #ffffff;
  border: 1px solid #95a0b3;
  box-shadow: 0 3px 6px -2px #d0d6e1;
}

.DS__Button__theme_outline:active {
  background-color: #d0d6e1;
  border-color: #95a0b3;
}

.DS__Button__theme_outline.DS__Button__loading {
  background-color: #ffffff;
  border-color: #d0d6e1;
}

.DS__Button__theme_outline.DS__Button__disabled {
  color: #95a0b3;
  background-color: #eceff5;
  border-color: #d0d6e1;
}

.DS__Button__theme_outlineWhite {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.DS__Button__theme_outlineWhite:hover,
    .DS__Button__theme_outlineWhite:focus {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.9);
}

.DS__Button__theme_outlineWhite:focus:not(:active) {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: 0 3px 6px -2px rgba(255, 255, 255, 0.6);
}

.DS__Button__theme_outlineWhite:active {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

.DS__Button__theme_outlineWhite.DS__Button__loading {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
}

.DS__Button__theme_outlineWhite.DS__Button__disabled {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.6);
}

.DS__Button__theme_b2cGradient {
  background: linear-gradient(
    84deg,
    #c4d600 0%,
    #5bb784 100%
  );
}

.DS__Button__theme_b2cGradient:focus:not(:active) {
  box-shadow: 0px 2px 8px rgba(151, 186, 30, 0.5);
}

.DS__Button__theme_b2cGradient.DS__Button__loading {
  background: linear-gradient(
    84deg,
    #c4d600 0%,
    #5bb784 100%
  );
}

.DS__Button__theme_b2cGradient.DS__Button__disabled {
  opacity: 0.5;
}

.DS__Button__theme_b2bGradient {
  background: linear-gradient(
    70.03deg,
    #00a4ba 0%,
    #89abfb 98.59%
  );
}

.DS__Button__theme_b2bGradient:focus:not(:active) {
  box-shadow: 0px 2px 8px rgba(87, 126, 220, 0.5);
}

.DS__Button__theme_b2bGradient.DS__Button__loading {
  background: linear-gradient(
    70.03deg,
    #00a4ba 0%,
    #89abfb 98.59%
  );
}

.DS__Button__theme_b2bGradient.DS__Button__disabled {
  opacity: 0.5;
}

.DS__Button__size_small {
  min-width: 48px;
  height: 32px;
  font-size: 14px;
  border-radius: 6px;
}

.DS__Button__size_medium {
  min-width: 56px;
  height: 40px;
  font-size: 14px;
}

.DS__Button__size_large {
  min-width: 72px;
  height: 48px;
  padding-right: 16px;
  padding-left: 16px;
  font-size: 16px;
}

.DS__Button__size_x-large {
  min-width: 72px;
  height: 56px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.DS__Button__color_N900 {
  color: #222a37;
}

.DS__Button__color_T600 {
  color: #00a4ba;
}

.DS__Button__color_G600 {
  color: #97ba1e;
}

.DS__Button__color_B600 {
  color: #577edc;
}

.DS__Button__color_O600 {
  color: #ff991f;
}

.DS__Button__round {
  width: 24px;
  min-width: 0;
  height: 24px;
  padding: 0;
  border-radius: 50%;
}

.DS__Button__round.DS__Button__disabled {
  color: #95a0b3;
  background-color: #f6f8fc;
}

.DS__Button__round:not(.DS__Button__primary) {
  color: #505f79;
  background-color: #eceff5;
}

.DS__Button__round:not(.DS__Button__primary):hover,
    .DS__Button__round:not(.DS__Button__primary):focus:not(:active),
    .DS__Button__round:not(.DS__Button__primary):active,
    .DS__Button__round:not(.DS__Button__primary).DS__Button__active {
  color: #ffffff;
  background-color: #505f79;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2c {
  color: #97ba1e;
  background-color: #f4f9e6;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2c:hover,
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2c:focus:not(:active),
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2c:active {
  color: #ffffff;
  background-color: #97ba1e;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2c:focus:not(:active) {
  box-shadow: 0 2px 4px rgba(151, 186, 30, 0.5);
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2b {
  color: #00a4ba;
  background-color: #e8f9fb;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2b:hover,
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2b:focus:not(:active),
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2b:active {
  color: #ffffff;
  background-color: #00a4ba;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_b2b:focus:not(:active) {
  box-shadow: 0 2px 4px rgba(0, 164, 186, 0.5);
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_warning {
  color: #ff991f;
  background-color: #fff4e9;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_warning:hover,
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_warning:focus:not(:active),
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_warning:active {
  color: #ffffff;
  background-color: #ff991f;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_warning:focus:not(:active) {
  box-shadow: 0 2px 4px rgba(255, 153, 31, 0.5);
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_destructive {
  color: #f14d56;
  background-color: #feedee;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_destructive:hover,
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_destructive:focus:not(:active),
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_destructive:active {
  color: #ffffff;
  background-color: #f14d56;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_destructive:focus:not(:active) {
  box-shadow: 0 2px 4px rgba(241, 77, 86, 0.5);
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_secondary {
  color: #505f79;
  background-color: #eceff5;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_secondary:hover,
        .DS__Button__round:not(.DS__Button__primary).DS__Button__theme_secondary:focus {
  color: #505f79;
  background-color: #d0d6e1;
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_secondary:focus:not(:active) {
  color: #505f79;
  background-color: #eceff5;
  box-shadow: 0 2px 4px rgba(34, 42, 55, 0.15);
}

.DS__Button__round:not(.DS__Button__primary).DS__Button__theme_secondary:active {
  color: #505f79;
  background-color: #95a0b3;
}

/* Elements */

.DS__Button__loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.DS__Button__content {
  display: inline-flex;
  align-items: center;
}

.DS__Loader__root {
  display: inline-flex;
}

.DS__Circle__root {
  all: unset;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: inherit;
}

.DS__Circle__size_normal {
  width: 32px;
  height: 32px;
}

.DS__Circle__size_normal .DS__Circle__content {
  top: 0;
  left: 0;
}

.DS__Circle__size_small {
  width: 24px;
  height: 24px;
}

.DS__Circle__size_small .DS__Circle__content {
  top: -4px;
  left: -4px;
  transform: scale(0.75);
}

.DS__Circle__size_x-small {
  width: 16px;
  height: 16px;
}

.DS__Circle__size_x-small .DS__Circle__content {
  top: -8px;
  left: -8px;
  transform: scale(0.5);
}

.DS__Circle__content {
  all: unset;
  position: absolute;
  display: inline-block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  pointer-events: inherit;
}

.DS__Circle__dot {
  all: unset;
  position: absolute;
  width: 5px;
  height: 5px;
  pointer-events: inherit;
  background: currentColor;
  border-radius: 50%;
  animation: DS__Circle__loader 1.2s linear infinite;
}

@media screen and (prefers-reduced-motion: reduce) {
  .DS__Circle__dot {
    animation: none
  }
}

.DS__Circle__dot:nth-child(1) {
  top: 0px;
  left: 13px;
  animation-delay: 0s;
}

.DS__Circle__dot:nth-child(2) {
  top: 5px;
  left: 22px;
  animation-delay: -0.1s;
}

.DS__Circle__dot:nth-child(3) {
  top: 15px;
  left: 27px;
  animation-delay: -0.2s;
}

.DS__Circle__dot:nth-child(4) {
  top: 25px;
  left: 22px;
  animation-delay: -var(--transition-time);
}

.DS__Circle__dot:nth-child(5) {
  top: 30px;
  left: 13px;
  animation-delay: -0.4s;
}

.DS__Circle__dot:nth-child(6) {
  top: 25px;
  left: 3px;
  animation-delay: -0.5s;
}

.DS__Circle__dot:nth-child(7) {
  top: 15px;
  left: -3px;
  animation-delay: -0.6s;
}

.DS__Circle__dot:nth-child(8) {
  top: 5px;
  left: 2px;
  animation-delay: -0.7s;
}

@keyframes DS__Circle__loader {
  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

.DS__Flow__root {
  all: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 8px;
}

.DS__Flow__dot {
  all: unset;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  animation: DS__Flow__sk-bouncedelay 1.4s infinite ease-in-out both;
}

.DS__Flow__dot:not(:last-child) {
  margin-right: 8px;
}

.DS__Flow__dot1 {
  animation-delay: -0.32s;
}

.DS__Flow__dot2 {
  animation-delay: -0.16s;
}

@keyframes DS__Flow__sk-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.notfound {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .notfound {
    padding: 0;
  }
}

.notfoundContainer {
  max-width: 1072px;
  margin: 60px auto;
  background: var(--N20);
  border-radius: 64px;
}

@media screen and (max-width: 1007px) {
  .notfoundContainer {
    margin: 24px auto;
    border-radius: 32px;
  }
}

@media screen and (max-width: 767px) {
  .notfoundContainer {
    margin: 0 auto;
    border-radius: 0;
  }
}

.notfoundContent {
  padding: 40px 32px;
  max-width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .notfoundContent {
    padding: 40px 16px;
  }
}

.notfoundContent h1 {
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .notfoundContent h1 {
    font-size: 32px;
    line-height: 2.5rem;
  }
}

.notfoundContent .textRegular {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-top: 8px;
}

.notfound404 {
  display: flex;
  margin: 64px 0;
}

@media screen and (max-width: 767px) {
  .notfound404 {
    margin: 0 0 40px 0;
    gap: 0.75rem;
  }
}

.notfound404 svg {
  filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 4px 34px);
}

.notfound404 img, .notfound404 svg {
  width: 100%;
  height: auto;
}

.notfound404 .imgContainer, .notfound404 .svgContainer {
  width: calc((100% - 64px) / 3);
}

.notfound404 .imgContainer {
  margin: 0 32px;
}

@media screen and (max-width: 767px) {
  .notfound404 .imgContainer {
    margin: 0 16px;
  }
}

.notfoundButton {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .notfoundButton {
    margin: 40px 0 0 0;
  }
}

.DS__CssUtils__color_W100 {
  color: #ffffff
}

.DS__CssUtils__color_W100-o-90 {
  color: rgba(255, 255, 255, 0.9)
}

.DS__CssUtils__color_W100-o-70 {
  color: rgba(255, 255, 255, 0.7)
}

.DS__CssUtils__color_W100-o-60 {
  color: rgba(255, 255, 255, 0.6)
}

.DS__CssUtils__color_W100-o-50 {
  color: rgba(255, 255, 255, 0.5)
}

.DS__CssUtils__color_W100-o-15 {
  color: rgba(255, 255, 255, 0.15)
}

.DS__CssUtils__color_N900 {
  color: #222a37
}

.DS__CssUtils__color_N500 {
  color: #27344b
}

.DS__CssUtils__color_N300 {
  color: #505f79
}

.DS__CssUtils__color_N100 {
  color: #7a869a
}

.DS__CssUtils__color_N80 {
  color: #95a0b3
}

.DS__CssUtils__color_N60 {
  color: #d0d6e1
}

.DS__CssUtils__color_N50 {
  color: #dde3ed
}

.DS__CssUtils__color_N40 {
  color: #eceff5
}

.DS__CssUtils__color_N30 {
  color: #f1f3f8
}

.DS__CssUtils__color_N20 {
  color: #f6f8fc
}

.DS__CssUtils__color_N900-o-4 {
  color: rgba(34, 42, 55, 0.04)
}

.DS__CssUtils__color_N900-o-15 {
  color: rgba(34, 42, 55, 0.15)
}

.DS__CssUtils__color_N900-o-13 {
  color: rgba(34, 42, 55, 0.13)
}

.DS__CssUtils__color_N900-o-40 {
  color: rgba(34, 42, 55, 0.4)
}

.DS__CssUtils__color_T900 {
  color: #075c68
}

.DS__CssUtils__color_T800 {
  color: #0b7483
}

.DS__CssUtils__color_T600 {
  color: #00a4ba
}

.DS__CssUtils__color_T600-o-50 {
  color: rgba(0, 164, 186, 0.5)
}

.DS__CssUtils__color_T250 {
  color: #8ce3ea
}

.DS__CssUtils__color_T200 {
  color: #94dee4
}

.DS__CssUtils__color_T50 {
  color: #e8f9fb
}

.DS__CssUtils__color_G900 {
  color: #547012
}

.DS__CssUtils__color_G800 {
  color: #81a11a
}

.DS__CssUtils__color_G600 {
  color: #97ba1e
}

.DS__CssUtils__color_G600-o-50 {
  color: rgba(151, 186, 30, 0.5)
}

.DS__CssUtils__color_G200 {
  color: #d4e3ac
}

.DS__CssUtils__color_G50 {
  color: #f4f9e6
}

.DS__CssUtils__color_O900 {
  color: #965817
}

.DS__CssUtils__color_O800 {
  color: #c87520
}

.DS__CssUtils__color_O600 {
  color: #ff991f
}

.DS__CssUtils__color_O600-o-50 {
  color: rgba(255, 153, 31, 0.5)
}

.DS__CssUtils__color_O200 {
  color: #fcd3a9
}

.DS__CssUtils__color_O50 {
  color: #fff4e9
}

.DS__CssUtils__color_R900 {
  color: #912e34
}

.DS__CssUtils__color_R800 {
  color: #c13e45
}

.DS__CssUtils__color_R600 {
  color: #f14d56
}

.DS__CssUtils__color_R600-o-50 {
  color: rgba(241, 77, 86, 0.5)
}

.DS__CssUtils__color_R200 {
  color: #f7949a
}

.DS__CssUtils__color_R50 {
  color: #feedee
}

.DS__CssUtils__color_B900 {
  color: #19468d
}

.DS__CssUtils__color_B800 {
  color: #395cb1
}

.DS__CssUtils__color_B600 {
  color: #577edc
}

.DS__CssUtils__color_B200 {
  color: #aabffc
}

.DS__CssUtils__color_B50 {
  color: #ebf1ff
}

.DS__CssUtils__color_E900 {
  color: #0e6a5e
}

.DS__CssUtils__color_E800 {
  color: #1b897a
}

.DS__CssUtils__color_E600 {
  color: #21a795
}

.DS__CssUtils__color_E200 {
  color: #a1e1d9
}

.DS__CssUtils__color_E50 {
  color: #e8faf7
}

.DS__CssUtils__color_V900 {
  color: #4e3479
}

.DS__CssUtils__color_V800 {
  color: #62419b
}

.DS__CssUtils__color_V600 {
  color: #7e57c2
}

.DS__CssUtils__color_V200 {
  color: #beabe0
}

.DS__CssUtils__color_V50 {
  color: #f6f0ff
}

.DS__CssUtils__color_P900 {
  color: #972f47
}

.DS__CssUtils__color_P800 {
  color: #c94c6a
}

.DS__CssUtils__color_P600 {
  color: #f85b80
}

.DS__CssUtils__color_P200 {
  color: #fbadbf
}

.DS__CssUtils__color_P50 {
  color: #ffedf3
}

.DS__CssUtils__color_Y900 {
  color: #967500
}

.DS__CssUtils__color_Y800 {
  color: #e4bc00
}

.DS__CssUtils__color_Y600 {
  color: #ffdd41
}

.DS__CssUtils__color_Y200 {
  color: #ffec94
}

.DS__CssUtils__color_Y50 {
  color: #fffae1
}

.DS__CssUtils__color_inherit {
  color: inherit
}

.DS__CssUtils__backgroundColor_W100 {
  background-color: #ffffff
}

.DS__CssUtils__backgroundColor_W100-o-90 {
  background-color: rgba(255, 255, 255, 0.9)
}

.DS__CssUtils__backgroundColor_W100-o-70 {
  background-color: rgba(255, 255, 255, 0.7)
}

.DS__CssUtils__backgroundColor_W100-o-60 {
  background-color: rgba(255, 255, 255, 0.6)
}

.DS__CssUtils__backgroundColor_W100-o-50 {
  background-color: rgba(255, 255, 255, 0.5)
}

.DS__CssUtils__backgroundColor_W100-o-15 {
  background-color: rgba(255, 255, 255, 0.15)
}

.DS__CssUtils__backgroundColor_N900 {
  background-color: #222a37
}

.DS__CssUtils__backgroundColor_N500 {
  background-color: #27344b
}

.DS__CssUtils__backgroundColor_N300 {
  background-color: #505f79
}

.DS__CssUtils__backgroundColor_N100 {
  background-color: #7a869a
}

.DS__CssUtils__backgroundColor_N80 {
  background-color: #95a0b3
}

.DS__CssUtils__backgroundColor_N60 {
  background-color: #d0d6e1
}

.DS__CssUtils__backgroundColor_N50 {
  background-color: #dde3ed
}

.DS__CssUtils__backgroundColor_N40 {
  background-color: #eceff5
}

.DS__CssUtils__backgroundColor_N30 {
  background-color: #f1f3f8
}

.DS__CssUtils__backgroundColor_N20 {
  background-color: #f6f8fc
}

.DS__CssUtils__backgroundColor_N900-o-4 {
  background-color: rgba(34, 42, 55, 0.04)
}

.DS__CssUtils__backgroundColor_N900-o-15 {
  background-color: rgba(34, 42, 55, 0.15)
}

.DS__CssUtils__backgroundColor_N900-o-13 {
  background-color: rgba(34, 42, 55, 0.13)
}

.DS__CssUtils__backgroundColor_N900-o-40 {
  background-color: rgba(34, 42, 55, 0.4)
}

.DS__CssUtils__backgroundColor_T900 {
  background-color: #075c68
}

.DS__CssUtils__backgroundColor_T800 {
  background-color: #0b7483
}

.DS__CssUtils__backgroundColor_T600 {
  background-color: #00a4ba
}

.DS__CssUtils__backgroundColor_T600-o-50 {
  background-color: rgba(0, 164, 186, 0.5)
}

.DS__CssUtils__backgroundColor_T250 {
  background-color: #8ce3ea
}

.DS__CssUtils__backgroundColor_T200 {
  background-color: #94dee4
}

.DS__CssUtils__backgroundColor_T50 {
  background-color: #e8f9fb
}

.DS__CssUtils__backgroundColor_G900 {
  background-color: #547012
}

.DS__CssUtils__backgroundColor_G800 {
  background-color: #81a11a
}

.DS__CssUtils__backgroundColor_G600 {
  background-color: #97ba1e
}

.DS__CssUtils__backgroundColor_G600-o-50 {
  background-color: rgba(151, 186, 30, 0.5)
}

.DS__CssUtils__backgroundColor_G200 {
  background-color: #d4e3ac
}

.DS__CssUtils__backgroundColor_G50 {
  background-color: #f4f9e6
}

.DS__CssUtils__backgroundColor_O900 {
  background-color: #965817
}

.DS__CssUtils__backgroundColor_O800 {
  background-color: #c87520
}

.DS__CssUtils__backgroundColor_O600 {
  background-color: #ff991f
}

.DS__CssUtils__backgroundColor_O600-o-50 {
  background-color: rgba(255, 153, 31, 0.5)
}

.DS__CssUtils__backgroundColor_O200 {
  background-color: #fcd3a9
}

.DS__CssUtils__backgroundColor_O50 {
  background-color: #fff4e9
}

.DS__CssUtils__backgroundColor_R900 {
  background-color: #912e34
}

.DS__CssUtils__backgroundColor_R800 {
  background-color: #c13e45
}

.DS__CssUtils__backgroundColor_R600 {
  background-color: #f14d56
}

.DS__CssUtils__backgroundColor_R600-o-50 {
  background-color: rgba(241, 77, 86, 0.5)
}

.DS__CssUtils__backgroundColor_R200 {
  background-color: #f7949a
}

.DS__CssUtils__backgroundColor_R50 {
  background-color: #feedee
}

.DS__CssUtils__backgroundColor_B900 {
  background-color: #19468d
}

.DS__CssUtils__backgroundColor_B800 {
  background-color: #395cb1
}

.DS__CssUtils__backgroundColor_B600 {
  background-color: #577edc
}

.DS__CssUtils__backgroundColor_B200 {
  background-color: #aabffc
}

.DS__CssUtils__backgroundColor_B50 {
  background-color: #ebf1ff
}

.DS__CssUtils__backgroundColor_E900 {
  background-color: #0e6a5e
}

.DS__CssUtils__backgroundColor_E800 {
  background-color: #1b897a
}

.DS__CssUtils__backgroundColor_E600 {
  background-color: #21a795
}

.DS__CssUtils__backgroundColor_E200 {
  background-color: #a1e1d9
}

.DS__CssUtils__backgroundColor_E50 {
  background-color: #e8faf7
}

.DS__CssUtils__backgroundColor_V900 {
  background-color: #4e3479
}

.DS__CssUtils__backgroundColor_V800 {
  background-color: #62419b
}

.DS__CssUtils__backgroundColor_V600 {
  background-color: #7e57c2
}

.DS__CssUtils__backgroundColor_V200 {
  background-color: #beabe0
}

.DS__CssUtils__backgroundColor_V50 {
  background-color: #f6f0ff
}

.DS__CssUtils__backgroundColor_P900 {
  background-color: #972f47
}

.DS__CssUtils__backgroundColor_P800 {
  background-color: #c94c6a
}

.DS__CssUtils__backgroundColor_P600 {
  background-color: #f85b80
}

.DS__CssUtils__backgroundColor_P200 {
  background-color: #fbadbf
}

.DS__CssUtils__backgroundColor_P50 {
  background-color: #ffedf3
}

.DS__CssUtils__backgroundColor_Y900 {
  background-color: #967500
}

.DS__CssUtils__backgroundColor_Y800 {
  background-color: #e4bc00
}

.DS__CssUtils__backgroundColor_Y600 {
  background-color: #ffdd41
}

.DS__CssUtils__backgroundColor_Y200 {
  background-color: #ffec94
}

.DS__CssUtils__backgroundColor_Y50 {
  background-color: #fffae1
}

.DS__CssUtils__backgroundColor_inherit {
  background-color: inherit
}

.DS__CssUtils__hidden {
  display: none
}

.DS__CssUtils__flex {
  display: flex
}

.DS__CssUtils__block {
  display: block
}

@media (max-width: 767px) {
  .DS__CssUtils__xs-hidden {
    display: none
  }

  .DS__CssUtils__xs-flex {
    display: flex
  }

  .DS__CssUtils__xs-block {
    display: block
  }
}

