/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Landing.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.Landing {
  font-family: Montserrat, Arial, sans-serif;
}
.Landing__button {
  padding: 0 !important;
}
.Landing__button.Button_backgroundWhite:hover {
  box-shadow: 0 0 0 1.1px #fff;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__button.Button_backgroundWhite:hover {
    box-shadow: 0 0 0 0.0572916667vw #fff;
  }
}
.Landing__button.Button_transparent:hover {
  background-color: #07093d;
}
.Landing__button.Button_hasBorder {
  background-color: rgba(0, 0, 0, 0);
}
.Landing__button.Button_hasBorder:hover {
  color: #07093d;
  background: #ffffff;
}
.Landing__button .Button__content-wrapper {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__button .Button__content-wrapper {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__button .Button__content-wrapper {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__button .Button__content-wrapper {
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
  }
}
.Landing__button .link_image {
  width: 24px;
  height: 22px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__button .link_image {
    width: 1.25vw;
    height: 1.1458333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__button .link_image {
    width: 7.5vw;
    height: 6.875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__button .link_image {
    width: 4.2253521127vh;
    height: 3.8732394366vh;
  }
}
.Landing .Landing__custom-tag {
  border-radius: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 14px;
  line-height: 22px;
  border-width: 1px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing .Landing__custom-tag {
    border-radius: 2.6041666667vw;
    padding-top: 0.5729166667vw;
    padding-bottom: 0.5729166667vw;
    padding-left: 1.6666666667vw;
    padding-right: 1.6666666667vw;
    font-size: 0.7291666667vw;
    line-height: 1.1458333333vw;
    border-width: 0.0520833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing .Landing__custom-tag {
    border-radius: 20.3125vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 2.8125vw;
    padding-right: 2.8125vw;
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing .Landing__custom-tag {
    border-radius: 11.4436619718vh;
    padding-top: 1.4084507042vh;
    padding-bottom: 1.4084507042vh;
    padding-left: 1.5845070423vh;
    padding-right: 1.5845070423vh;
    font-size: 1.7605633803vh;
    line-height: 2.1126760563vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__info-steps {
    margin-bottom: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__info-steps {
    margin-bottom: 0vh;
  }
}
@media (max-width:600px) {
  .Landing__info-steps {
    max-width: 90vw;
  }
}
.Landing_isTablet {
  overflow-x: hidden;
}
.Landing__text_hidden {
  display: none;
}
.Landing__taskText_hidden {
  display: none;
}
@media (min-width:601px) {
  .Landing__section_first .LandingHeader {
    display: none;
  }
}
@media (max-width:600px) {
  .Landing__section_first {
    background-color: #07093d;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: start !important;
  }
}
.Landing__section_discuss {
  background: #eaebeb;
}
.Landing__section_second {
  background: #eaebeb;
}
.Landing__section_second .Landing__wrapper {
  max-height: 100vh;
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing__section_second .Landing__wrapper {
    padding-top: 4.1666666667vw;
  }
}
.Landing__section_second .Landing__title {
  font-weight: 300;
  color: #07093d;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_second .Landing__title {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_second .Landing__title {
    font-size: 6.875vw;
    margin-bottom: 9.6875vw;
    max-width: 187.5vw;
    line-height: 8.4375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_second .Landing__title {
    font-size: 3.8732394366vh;
    margin-bottom: 5.4577464789vh;
    max-width: 105.6338028169vh;
    line-height: 4.7535211268vh;
  }
}
.Landing__section_third, .Landing__section_fourth, .Landing__section_fifth {
  margin-left: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_third, .Landing__section_fourth, .Landing__section_fifth {
    margin-left: 1.0416666667vw;
  }
}
.Landing__section_third .Landing__wrapper, .Landing__section_fourth .Landing__wrapper, .Landing__section_fifth .Landing__wrapper {
  max-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 2fr;
  background: #fff;
  margin: 0 auto;
  grid-row-gap: 80px;
  row-gap: 80px;
  grid-column-gap: 90px;
  column-gap: 90px;
  max-width: 1400px;
  padding-top: 0px;
  padding-bottom: 160px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .Landing__section_third .Landing__wrapper, .Landing__section_fourth .Landing__wrapper, .Landing__section_fifth .Landing__wrapper {
        padding: 0 5.2083333333vw 5.9895833333vw;
      }
    }
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_third .Landing__wrapper, .Landing__section_fourth .Landing__wrapper, .Landing__section_fifth .Landing__wrapper {
    row-gap: 4.1666666667vw;
    column-gap: 4.6875vw;
    max-width: 72.9166666667vw;
    padding-top: 0vw;
    padding-bottom: 8.3333333333vw;
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing__section_third .Landing__wrapper, .Landing__section_fourth .Landing__wrapper, .Landing__section_fifth .Landing__wrapper {
    padding: 2.0833333333vw 5.2083333333vw;
  }
}
@media (max-width:600px) {
  .Landing__section_third .Landing__wrapper, .Landing__section_fourth .Landing__wrapper, .Landing__section_fifth .Landing__wrapper {
    max-height: 100vh;
    grid-template-columns: 1fr;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_third .Landing__wrapper, .Landing__section_fourth .Landing__wrapper, .Landing__section_fifth .Landing__wrapper {
    gap: 9.375vw;
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    max-width: 117.1875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_third .Landing__wrapper, .Landing__section_fourth .Landing__wrapper, .Landing__section_fifth .Landing__wrapper {
    gap: 5.2816901408vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
    max-width: 66.0211267606vh;
  }
}
@media (max-width:600px) {
  .Landing__section_third, .Landing__section_fourth, .Landing__section_fifth {
    margin-left: 0px;
  }
}
.Landing__section_third .SelectTeamMember__image-wrapper, .Landing__section_fourth .SelectTeamMember__image-wrapper, .Landing__section_fifth .SelectTeamMember__image-wrapper {
  padding: 0;
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing__section_third .Landing__quality, .Landing__section_fourth .Landing__quality, .Landing__section_fifth .Landing__quality {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0.5208333333vw;
    gap: 0.5208333333vw;
  }
}
.Landing__section_third .Landing__qualities, .Landing__section_fourth .Landing__qualities, .Landing__section_fifth .Landing__qualities {
  display: flex;
  flex-direction: row;
}
@supports not (translate: 100px) {
  .Landing__section_third .Landing__qualities > *, .Landing__section_fourth .Landing__qualities > *, .Landing__section_fifth .Landing__qualities > * {
    margin-left: 20px;
    margin-right: 20px;
  }
  .Landing__section_third .Landing__qualities > *:first-child, .Landing__section_fourth .Landing__qualities > *:first-child, .Landing__section_fifth .Landing__qualities > *:first-child {
    margin-left: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__section_third .Landing__qualities > *:first-child, .Landing__section_fourth .Landing__qualities > *:first-child, .Landing__section_fifth .Landing__qualities > *:first-child {
      margin-left: 0vw;
    }
  }
  .Landing__section_third .Landing__qualities > *:last-child, .Landing__section_fourth .Landing__qualities > *:last-child, .Landing__section_fifth .Landing__qualities > *:last-child {
    margin-right: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__section_third .Landing__qualities > *:last-child, .Landing__section_fourth .Landing__qualities > *:last-child, .Landing__section_fifth .Landing__qualities > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__section_third .Landing__qualities > *, .Landing__section_fourth .Landing__qualities > *, .Landing__section_fifth .Landing__qualities > * {
      margin-left: 1.0416666667vw;
      margin-right: 1.0416666667vw;
    }
  }
}
@supports (translate: 100px) {
  .Landing__section_third .Landing__qualities, .Landing__section_fourth .Landing__qualities, .Landing__section_fifth .Landing__qualities {
    gap: 40px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__section_third .Landing__qualities, .Landing__section_fourth .Landing__qualities, .Landing__section_fifth .Landing__qualities {
      gap: 2.0833333333vw;
    }
  }
}
@supports not (translate: 100px) {
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__section_third .Landing__qualities > *:first-child, .Landing__section_fourth .Landing__qualities > *:first-child, .Landing__section_fifth .Landing__qualities > *:first-child {
      margin-left: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__section_third .Landing__qualities > *:first-child, .Landing__section_fourth .Landing__qualities > *:first-child, .Landing__section_fifth .Landing__qualities > *:first-child {
      margin-left: 0vh;
    }
  }
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__section_third .Landing__qualities > *:last-child, .Landing__section_fourth .Landing__qualities > *:last-child, .Landing__section_fifth .Landing__qualities > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__section_third .Landing__qualities > *:last-child, .Landing__section_fourth .Landing__qualities > *:last-child, .Landing__section_fifth .Landing__qualities > *:last-child {
      margin-right: 0vh;
    }
  }
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__section_third .Landing__qualities > *, .Landing__section_fourth .Landing__qualities > *, .Landing__section_fifth .Landing__qualities > * {
      margin-left: 0vw;
      margin-right: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__section_third .Landing__qualities > *, .Landing__section_fourth .Landing__qualities > *, .Landing__section_fifth .Landing__qualities > * {
      margin-left: 0vh;
      margin-right: 0vh;
    }
  }
}
@supports (translate: 100px) {
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__section_third .Landing__qualities, .Landing__section_fourth .Landing__qualities, .Landing__section_fifth .Landing__qualities {
      gap: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__section_third .Landing__qualities, .Landing__section_fourth .Landing__qualities, .Landing__section_fifth .Landing__qualities {
      gap: 0vh;
    }
  }
}
.Landing__section_third .Landing__quality-image, .Landing__section_fourth .Landing__quality-image, .Landing__section_fifth .Landing__quality-image {
  width: 24px;
  height: 24px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_third .Landing__quality-image, .Landing__section_fourth .Landing__quality-image, .Landing__section_fifth .Landing__quality-image {
    width: 1.25vw;
    height: 1.25vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_third .Landing__quality-image, .Landing__section_fourth .Landing__quality-image, .Landing__section_fifth .Landing__quality-image {
    width: 7.5vw;
    height: 7.5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_third .Landing__quality-image, .Landing__section_fourth .Landing__quality-image, .Landing__section_fifth .Landing__quality-image {
    width: 4.2253521127vh;
    height: 4.2253521127vh;
  }
}
.Landing__section_third .Landing__subtitle, .Landing__section_fourth .Landing__subtitle, .Landing__section_fifth .Landing__subtitle {
  font-weight: 300;
  color: #07093d;
  text-align: left;
  margin-top: 20px;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_third .Landing__subtitle, .Landing__section_fourth .Landing__subtitle, .Landing__section_fifth .Landing__subtitle {
    margin-top: 1.0416666667vw;
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_third .Landing__subtitle, .Landing__section_fourth .Landing__subtitle, .Landing__section_fifth .Landing__subtitle {
    margin-top: 0vw;
    margin-bottom: 4.6875vw;
    font-size: 6.875vw;
    line-height: 8.4375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_third .Landing__subtitle, .Landing__section_fourth .Landing__subtitle, .Landing__section_fifth .Landing__subtitle {
    margin-top: 0vh;
    margin-bottom: 2.6408450704vh;
    font-size: 3.8732394366vh;
    line-height: 4.7535211268vh;
  }
}
.Landing__section_third .Landing__text, .Landing__section_fourth .Landing__text, .Landing__section_fifth .Landing__text {
  font-weight: 300;
  color: #07093d;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_third .Landing__text, .Landing__section_fourth .Landing__text, .Landing__section_fifth .Landing__text {
    margin-top: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_third .Landing__text, .Landing__section_fourth .Landing__text, .Landing__section_fifth .Landing__text {
    margin: 0vw;
    font-size: 4.0625vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_third .Landing__text, .Landing__section_fourth .Landing__text, .Landing__section_fifth .Landing__text {
    margin: 0vh;
    font-size: 2.2887323944vh;
    line-height: 2.9929577465vh;
  }
}
@media (max-width:600px) {
  .Landing__section_third .Landing__text:not(:last-child), .Landing__section_fourth .Landing__text:not(:last-child), .Landing__section_fifth .Landing__text:not(:last-child) {
    margin: 0;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_third .Landing__text:not(:last-child), .Landing__section_fourth .Landing__text:not(:last-child), .Landing__section_fifth .Landing__text:not(:last-child) {
    margin-bottom: 7.1875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_third .Landing__text:not(:last-child), .Landing__section_fourth .Landing__text:not(:last-child), .Landing__section_fifth .Landing__text:not(:last-child) {
    margin-bottom: 4.0492957746vh;
  }
}
.Landing__section_third .Landing__qualityWrapper, .Landing__section_fourth .Landing__qualityWrapper, .Landing__section_fifth .Landing__qualityWrapper {
  font-weight: 300;
  color: #07093d;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_third .Landing__qualityWrapper, .Landing__section_fourth .Landing__qualityWrapper, .Landing__section_fifth .Landing__qualityWrapper {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing__section_third {
    padding-top: 2.0833333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio: 320/568) {
  .Landing__section_third .Landing__wrapper {
    gap: 9.375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__section_third .Landing__wrapper {
    gap: 1.7605633803vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio: 320/568) {
  .Landing__section_third .Landing__text:not(:last-child) {
    margin-bottom: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__section_third .Landing__text:not(:last-child) {
    margin-bottom: 1.7605633803vh;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__section_fourth .Landing__wrapper {
    gap: 0px;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__subtitle {
    margin-top: 0vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__subtitle {
    margin-top: 0vh;
    margin-bottom: 1.7605633803vh;
  }
}
@media (max-width:600px) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__oursSpecialists {
    font-weight: 500;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__oursSpecialists {
    font-size: 4.375vw;
    margin-top: -4.6875vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__oursSpecialists {
    font-size: 2.4647887324vh;
    margin-top: -2.6408450704vh;
    margin-bottom: 1.7605633803vh;
  }
}
@media (max-width:600px) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__qualities {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width:600px) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__quality {
    display: flex;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__quality {
    margin-bottom: 3.4375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__quality {
    margin-bottom: 1.9366197183vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__quality-image {
    width: 6.25vw;
    margin-right: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__quality-image {
    width: 3.5211267606vh;
    margin-right: 1.7605633803vh;
  }
}
@media (max-width:600px) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__qualityWrapper {
    max-width: 100%;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__qualityWrapper {
    font-size: 4.0625vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__qualityWrapper {
    font-size: 2.2887323944vh;
    line-height: 2.9929577465vh;
  }
}
.Landing__section_fourth .Landing__chooseDevs .Landing__qualityText_hidden {
  display: none;
}
@media (max-width: 320px) {
  .Landing__section_fourth .Landing__chooseDevs .Landing__subtitle {
    margin-top: 0px;
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .Landing__section_fifth .Landing__wrapper {
        padding-top: 0px;
        padding-bottom: 160px;
        padding-left: 100px;
        padding-right: 100px;
      }
      @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
        .Landing__section_fifth .Landing__wrapper {
          padding-top: 0vw;
          padding-bottom: 8.3333333333vw;
          padding-left: 5.2083333333vw;
          padding-right: 5.2083333333vw;
        }
      }
    }
  }
}
@media (max-width:600px) {
  .Landing__section_fifth .Landing__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .Landing__section_fifth .Landing__visualization {
    flex-direction: column;
    align-items: center;
    border-color: #07093d;
    border-style: dashed;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_fifth .Landing__visualization {
    padding-top: 27.8125vw;
    padding-bottom: 3.75vw;
    padding-left: 3.75vw;
    padding-right: 3.75vw;
    border-width: 0.3125vw;
    border-radius: 3.125vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_fifth .Landing__visualization {
    padding-top: 15.6690140845vh;
    padding-bottom: 2.1126760563vh;
    padding-left: 2.1126760563vh;
    padding-right: 2.1126760563vh;
    border-width: 0.176056338vh;
    border-radius: 1.7605633803vh;
  }
}
@media (max-width:600px) {
  @supports not (translate: 100px) {
    @media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
      .Landing__section_fifth .Landing__visualization > *:first-child {
        margin-left: 0vw;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
      .Landing__section_fifth .Landing__visualization > *:first-child {
        margin-left: 0vh;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
      .Landing__section_fifth .Landing__visualization > *:last-child {
        margin-right: 0vw;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
      .Landing__section_fifth .Landing__visualization > *:last-child {
        margin-right: 0vh;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
      .Landing__section_fifth .Landing__visualization > * {
        margin-left: 2.96875vw;
        margin-right: 2.96875vw;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
      .Landing__section_fifth .Landing__visualization > * {
        margin-left: 1.6725352113vh;
        margin-right: 1.6725352113vh;
      }
    }
  }
  @supports (translate: 100px) {
    @media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
      .Landing__section_fifth .Landing__visualization {
        gap: 5.9375vw;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
      .Landing__section_fifth .Landing__visualization {
        gap: 3.3450704225vh;
      }
    }
  }
}
.Landing__section_sixth .Landing__wrapper {
  max-height: 100vh;
  display: flex;
  justify-content: center;
  padding-bottom: 160px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_sixth .Landing__wrapper {
    padding-bottom: 8.3333333333vw;
  }
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing__section_sixth .Landing__wrapper {
    padding-bottom: 4.1666666667vw;
  }
}
@media (max-width:600px) {
  .Landing__section_sixth .Landing__wrapper {
    padding: 0;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_sixth .Landing__wrapper .Avatar__image_size-landing_medium {
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_sixth .Landing__wrapper .Avatar__image_size-landing_medium {
    width: 9.6830985915vh;
    height: 9.6830985915vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_sixth .Landing__wrapper {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_sixth .Landing__wrapper {
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
  }
}
.Landing__section_seventh {
  background: #0e003e;
}
.Landing__section_seventh .Landing__avatars {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0;
  margin-left: auto;
  margin-top: 13px;
  margin-right: 11px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_seventh .Landing__avatars {
    margin-top: 0.6770833333vw;
    margin-right: 0.5729166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_seventh .Landing__avatars {
    margin-top: 6.25vw;
    margin-right: 0vw;
    margin-left: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_seventh .Landing__avatars {
    margin-top: 3.5211267606vh;
    margin-right: 0vh;
    margin-left: 0vh;
  }
}
.Landing__section_seventh .Landing__title {
  font-weight: 300;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__section_seventh .Landing__title {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__section_seventh .Landing__title {
    font-size: 6.875vw;
    line-height: 8.4375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__section_seventh .Landing__title {
    font-size: 3.8732394366vh;
    line-height: 4.7535211268vh;
  }
}
.Landing__section_eighth {
  background: #eaebeb;
}
.Landing__manager-avatars {
  position: relative;
}
.Landing__tags-rating {
  transition: opacity 0.15s ease-in;
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing__tags-rating {
    padding-top: 1.5625vw;
  }
}
.Landing__avatars-section {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 1170px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__avatars-section {
    max-width: 60.9375vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__avatars-section {
    max-width: 117.1875vw;
    margin-bottom: 21.875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__avatars-section {
    max-width: 66.0211267606vh;
    margin-bottom: 12.323943662vh;
  }
}
@media (max-width:600px) {
  .Landing__avatars-section {
    top: 120.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__avatars-section {
    top: 51.9366197183vh;
  }
}
.Landing__avatars-wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 150px;
  margin-right: 15px;
}
@media (max-width:600px) {
  .Landing__avatars-wrapper {
    margin: auto auto 0 auto;
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__avatars-wrapper {
    margin-top: 7.8125vw;
    margin-right: 0.78125vw;
  }
}
.Landing__tags-wrapper {
  display: grid;
  grid-template-columns: 7fr 5fr;
  margin-bottom: 42px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__tags-wrapper {
    margin-bottom: 2.1875vw;
  }
}
@supports not (translate: 100px) {
  .Landing__tags-wrapper > * {
    margin-left: 85px;
    margin-right: 85px;
  }
  .Landing__tags-wrapper > *:first-child {
    margin-left: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__tags-wrapper > *:first-child {
      margin-left: 0vw;
    }
  }
  .Landing__tags-wrapper > *:last-child {
    margin-right: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__tags-wrapper > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__tags-wrapper > * {
      margin-left: 4.4270833333vw;
      margin-right: 4.4270833333vw;
    }
  }
}
@supports (translate: 100px) {
  .Landing__tags-wrapper {
    gap: 170px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__tags-wrapper {
      gap: 8.8541666667vw;
    }
  }
}
@supports not (translate: 100px) {
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__tags-wrapper > *:first-child {
      margin-left: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__tags-wrapper > *:first-child {
      margin-left: 0vh;
    }
  }
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__tags-wrapper > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__tags-wrapper > *:last-child {
      margin-right: 0vh;
    }
  }
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__tags-wrapper > * {
      margin-left: 0vw;
      margin-right: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__tags-wrapper > * {
      margin-left: 0vh;
      margin-right: 0vh;
    }
  }
}
@supports (translate: 100px) {
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .Landing__tags-wrapper {
      gap: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .Landing__tags-wrapper {
      gap: 0vh;
    }
  }
}
@media (max-width: 1000px) {
  .Landing__tags-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__tags-wrapper {
    margin-bottom: 9.375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__tags-wrapper {
    margin-bottom: 5.2816901408vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__tags-1 {
    margin-bottom: 9.375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__tags-1 {
    margin-bottom: 5.2816901408vh;
  }
}
.Landing__tags-title {
  font-weight: 300;
  color: #ffffff;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 28px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__tags-title {
    font-size: 1.5625vw;
    line-height: 1.9270833333vw;
    margin-bottom: 1.4583333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__tags-title {
    font-size: 5.625vw;
    line-height: 6.875vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__tags-title {
    font-size: 3.1690140845vh;
    line-height: 3.8732394366vh;
    margin-bottom: 3.5211267606vh;
  }
}
.Landing__manager-avatar {
  position: absolute;
}
.Landing__manager-avatar_number_1 {
  left: 366px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__manager-avatar_number_1 {
    left: 19.0625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__manager-avatar_number_1 {
    top: 61.25vw;
    left: 57.5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__manager-avatar_number_1 {
    top: 34.5070422535vh;
    left: 32.3943661972vh;
  }
}
.Landing__manager-avatar_number_2 {
  top: 32px;
  left: 211px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__manager-avatar_number_2 {
    top: 1.6666666667vw;
    left: 10.9895833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__manager-avatar_number_2 {
    top: 23.75vw;
    left: 68.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__manager-avatar_number_2 {
    top: 13.3802816901vh;
    left: 38.3802816901vh;
  }
}
.Landing__manager-avatar_number_3 {
  top: 124px;
  left: 79px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__manager-avatar_number_3 {
    top: 6.4583333333vw;
    left: 4.1145833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__manager-avatar_number_3 {
    top: 50.9375vw;
    left: 15vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__manager-avatar_number_3 {
    top: 28.6971830986vh;
    left: 8.4507042254vh;
  }
}
.Landing__manager-avatar_number_4 {
  top: 135px;
  left: 406px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__manager-avatar_number_4 {
    top: 7.03125vw;
    left: 21.1458333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__manager-avatar_number_4 {
    top: 0vw;
    left: 58.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__manager-avatar_number_4 {
    top: 0vh;
    left: 33.0985915493vh;
  }
}
.Landing__manager-avatar_number_5 {
  top: 170px;
  left: 270px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__manager-avatar_number_5 {
    top: 8.8541666667vw;
    left: 14.0625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__manager-avatar_number_5 {
    top: 36.25vw;
    left: 39.0625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__manager-avatar_number_5 {
    top: 20.4225352113vh;
    left: 22.0070422535vh;
  }
}
.Landing__manager-avatar_number_6 {
  top: 244px;
  left: 166px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__manager-avatar_number_6 {
    top: 12.7083333333vw;
    left: 8.6458333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__manager-avatar_number_6 {
    top: 2.8125vw;
    left: 26.5625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__manager-avatar_number_6 {
    top: 1.5845070423vh;
    left: 14.9647887324vh;
  }
}
.Landing__manager-avatar_number_7 {
  top: 277px;
  left: 341px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__manager-avatar_number_7 {
    top: 14.4270833333vw;
    left: 17.7604166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__manager-avatar_number_7 {
    top: 20vw;
    left: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__manager-avatar_number_7 {
    top: 11.2676056338vh;
    left: 2.6408450704vh;
  }
}
@media (max-width:600px) {
  .Landing__manager-avatar {
    display: none;
  }
}
.Landing__underlined {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.Landing__underlined .Landing__text {
  position: inherit;
  z-index: 2;
}
.Landing__line {
  position: absolute;
  z-index: 1;
  background-color: #00ff8e;
  top: 31px;
  left: 5.4px;
  right: 13px;
  bottom: 11.3px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__line {
    top: 1.6145833333vw;
    left: 0.28125vw;
    right: 0.6770833333vw;
    bottom: 0.5885416667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__line {
    top: 4.375vw;
    left: 1.6875vw;
    right: 4.0625vw;
    bottom: 1.96875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__line {
    top: 2.4647887324vh;
    left: 0.9507042254vh;
    right: 2.2887323944vh;
    bottom: 1.1091549296vh;
  }
}
.Landing__steps {
  margin-top: 62px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__steps {
    margin-top: 3.2291666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__steps {
    max-width: 187.5vw;
    margin-top: 10.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__steps {
    max-width: 105.6338028169vh;
    margin-top: 5.8098591549vh;
  }
}
.Landing__top {
  background-color: #07093d;
  margin: 0 auto;
  max-height: calc(100vh - 79px);
  max-width: 1200px;
  min-height: 670px;
  padding-bottom: 166px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__top {
    max-height: calc(100vh - 4.1145833333vw);
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__top {
    max-width: 62.5vw;
    min-height: 34.8958333333vw;
    padding-bottom: 8.6458333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__top {
    max-width: 117.1875vw;
    padding-bottom: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__top {
    max-width: 66.0211267606vh;
    padding-bottom: 0vh;
  }
}
@media (max-width:600px) {
  .Landing__top {
    min-height: unset;
  }
}
.Landing__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 0;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__container {
    padding-top: 6.7708333333vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__container {
    padding-top: 0vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__container {
    padding-top: 0vh;
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__container {
    padding-top: 0.088028169vh;
  }
  .Landing__container_isBig {
    padding-top: 2.1875vw;
  }
}
@media (max-width:600px) {
  .Landing__container {
    flex-direction: column;
  }
}
.Landing__button-choice {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  margin-bottom: 18px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__button-choice {
    margin-bottom: 0.9375vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__button-choice {
    margin-bottom: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__button-choice {
    margin-bottom: 3.5211267606vh;
  }
}
@media (max-width:600px) {
  .Landing__button-choice {
    max-width: 90vw;
  }
}
.Landing__link-chat {
  color: #ffffff;
  transition: text-shadow 0.3s;
  font-size: 16px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__link-chat {
    font-size: 0.8333333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__link-chat {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__link-chat {
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
  }
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing__link-chat {
    display: inline-flex;
  }
}
.Landing__link-chat:hover {
  text-shadow: 0 0 0.65px rgb(255, 255, 255), 0 0 0.65px rgb(255, 255, 255);
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__link-chat:hover {
    text-shadow: 0 0 0.0338541667vw rgb(255, 255, 255), 0 0 0.0338541667vw rgb(255, 255, 255);
  }
}
@media (max-width:600px) and (max-aspect-ratio: 320/568) {
  .Landing__link-chat:hover {
    text-shadow: 0 0 0.203125vw rgb(255, 255, 255), 0 0 0.203125vw rgb(255, 255, 255);
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__link-chat:hover {
    text-shadow: 0 0 0.1144366197vh rgb(255, 255, 255), 0 0 0.1144366197vh rgb(255, 255, 255);
  }
}
.Landing__content {
  max-width: 808px;
}
@media (max-width:600px) {
  .Landing__content {
    order: 2;
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__content {
    max-width: 42.0833333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__content {
    margin-top: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__content {
    margin-top: 1.7605633803vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio: 320/568) {
  .Landing__content_isBig {
    margin-top: 7.8125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__content_isBig {
    margin-top: 4.5774647887vh;
  }
}
.Landing__wrapper-rating {
  margin-bottom: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__wrapper-rating {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__wrapper-rating {
    margin-bottom: 4.6875vw;
    margin-top: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__wrapper-rating {
    margin-bottom: 2.6408450704vh;
    margin-top: 0vh;
  }
}
.Landing__avatars {
  margin-bottom: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__avatars {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__avatars {
    margin-bottom: 5.46875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__avatars {
    margin-bottom: 3.0809859155vh;
  }
}
@media (max-width:600px) {
  .Landing__avatars {
    display: flex;
    justify-content: center;
  }
}
.Landing__devList {
  display: flex;
  flex-direction: column;
  max-width: 305px;
  margin-top: 15px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__devList {
    max-width: 15.8854166667vw;
    margin-top: 0.78125vw;
  }
}
@media (max-width:600px) {
  .Landing__devList {
    order: 1;
    max-width: none;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__devList {
    margin-top: 4.6875vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__devList {
    margin-top: 2.6408450704vh;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__devList {
    display: none;
    margin-top: 0px;
  }
}
.Landing__percent {
  display: flex;
  align-items: center;
}
@supports not (translate: 100px) {
  .Landing__percent > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .Landing__percent > *:first-child {
    margin-left: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__percent > *:first-child {
      margin-left: 0vw;
    }
  }
  .Landing__percent > *:last-child {
    margin-right: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__percent > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__percent > * {
      margin-left: 0.2604166667vw;
      margin-right: 0.2604166667vw;
    }
  }
}
@supports (translate: 100px) {
  .Landing__percent {
    gap: 10px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__percent {
      gap: 0.5208333333vw;
    }
  }
}
.Landing__position {
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  margin-top: 9px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__position {
    font-size: 0.625vw;
    line-height: 0.78125vw;
    margin-top: 0.46875vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__position {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    margin-top: 2.8125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__position {
    font-size: 2.1126760563vh;
    line-height: 2.6408450704vh;
    margin-top: 1.5845070423vh;
  }
}
.Landing__count {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__count {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
.Landing__buttons {
  display: flex;
  line-height: 20px;
}
@media (max-width:600px) {
  .Landing__buttons {
    flex-direction: column;
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__buttons {
    line-height: 1.0416666667vw;
  }
}
@supports not (translate: 100px) {
  .Landing__buttons > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .Landing__buttons > *:first-child {
    margin-left: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__buttons > *:first-child {
      margin-left: 0vw;
    }
  }
  .Landing__buttons > *:last-child {
    margin-right: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__buttons > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__buttons > * {
      margin-left: 0.5208333333vw;
      margin-right: 0.5208333333vw;
    }
  }
}
@supports (translate: 100px) {
  .Landing__buttons {
    gap: 20px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__buttons {
      gap: 1.0416666667vw;
    }
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__buttons {
    line-height: 6.25vw;
    margin-left: 0vw;
    gap: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__buttons {
    line-height: 3.5211267606vh;
    margin-left: 0vh;
    gap: 0vh;
  }
}
@media (max-width:600px) {
  .Landing__buttons > * {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width:600px) {
  .Landing__buttons_backgroundWhite {
    display: grid;
    grid-template-columns: 5fr 1fr;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__buttons_backgroundWhite {
    margin-bottom: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__buttons_backgroundWhite {
    margin-bottom: 2.6408450704vh;
  }
}
@media (max-width:600px) {
  .Landing__buttons_backgroundWhite {
    gap: 2%;
  }
}
@media (max-width:600px) {
  .Landing__social-network:first-of-type {
    margin-left: auto;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__social-network:first-of-type {
    padding-right: 1.5625vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__social-network:first-of-type {
    padding-right: 0.8802816901vh;
  }
}
.Landing__social-network {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.Landing__social-network .Whatsapp {
  height: 40px;
  width: 40px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__social-network .Whatsapp {
    height: 2.0833333333vw;
    width: 2.0833333333vw;
  }
}
.Landing__social-network path {
  transition: 0.2s ease-out;
  fill: #ffffff;
}
.Landing__social-network:hover path {
  fill: transparent;
  stroke: white;
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__social-network .Whatsapp {
    height: 10.625vw;
    width: 10.625vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__social-network .Whatsapp {
    height: 5.985915493vh;
    width: 5.985915493vh;
  }
}
.Landing__buttonTelegram {
  background: #ffffff;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  border: none;
  display: flex;
  align-items: center;
  color: #07093d;
  font-size: 16px;
  line-height: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__buttonTelegram {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    padding-top: 0.7291666667vw;
    padding-bottom: 0.7291666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    border-radius: 5.2083333333vw;
  }
}
.Landing__icon {
  width: 22px;
  height: 22px;
  margin-right: 14px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__icon {
    width: 1.1458333333vw;
    height: 1.1458333333vw;
    margin-right: 0.7291666667vw;
  }
}
.Landing__buttonSpec {
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 100px;
  border-width: 1px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__buttonSpec {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    padding-top: 0.7291666667vw;
    padding-bottom: 0.7291666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
    border-radius: 5.2083333333vw;
    border-width: 0.0520833333vw;
  }
}
.Landing__title {
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 55px;
  line-height: 67px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__title {
    font-size: 2.8645833333vw;
    line-height: 3.4895833333vw;
  }
}
.Landing__subtitle {
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 389px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__subtitle {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
    max-width: 20.2604166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__subtitle {
    font-size: 6.875vw;
    line-height: 8.4375vw;
    margin: 0vw;
    margin-bottom: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__subtitle {
    font-size: 3.8732394366vh;
    line-height: 4.7535211268vh;
    margin: 0vh;
    margin-bottom: 2.6408450704vh;
  }
}
.Landing__title-first {
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 55px;
  line-height: 67px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__title-first {
    font-size: 2.8645833333vw;
    line-height: 3.4895833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__title-first {
    font-size: 9.375vw;
    line-height: 10.9375vw;
    max-width: 87.5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__title-first {
    font-size: 5.2816901408vh;
    line-height: 6.161971831vh;
    max-width: 49.2957746479vh;
  }
}
.Landing__title-first_isBig {
  font-size: 83px;
  line-height: 101px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__title-first_isBig {
    font-size: 4.3229166667vw;
    line-height: 5.2604166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__title-first_isBig {
    font-size: 9.84375vw;
    line-height: 14.0625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__title-first_isBig {
    font-size: 5.5457746479vh;
    line-height: 7.9225352113vh;
  }
}
.Landing__subtitle-first {
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 389px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__subtitle-first {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    margin-bottom: 1.5625vw;
    margin-top: 1.5625vw;
    max-width: 20.2604166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__subtitle-first {
    max-width: 87.5vw;
    line-height: 5.3125vw;
    font-size: 4.375vw;
    margin-top: 4.6875vw;
    margin-bottom: 5.46875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__subtitle-first {
    max-width: 49.2957746479vh;
    line-height: 2.9929577465vh;
    font-size: 2.4647887324vh;
    margin-top: 2.6408450704vh;
    margin-bottom: 3.0809859155vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__subtitle-first_isBig {
    margin-bottom: 5.46875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__subtitle-first_isBig {
    margin-bottom: 3.0809859155vh;
  }
}
.Landing__supportBlock {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__supportBlock {
    margin-top: 1.5625vw;
  }
}
@supports not (translate: 100px) {
  .Landing__supportBlock > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .Landing__supportBlock > *:first-child {
    margin-left: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__supportBlock > *:first-child {
      margin-left: 0vw;
    }
  }
  .Landing__supportBlock > *:last-child {
    margin-right: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__supportBlock > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__supportBlock > * {
      margin-left: 0.2604166667vw;
      margin-right: 0.2604166667vw;
    }
  }
}
@supports (translate: 100px) {
  .Landing__supportBlock {
    gap: 10px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .Landing__supportBlock {
      gap: 0.5208333333vw;
    }
  }
}
.Landing__support {
  font-style: normal;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 17px;
  color: #9999aa;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__support {
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
  }
}
.Landing__wrapperContainer {
  background-color: #07093d;
}
.Landing__stacks-avatars {
  margin-left: auto;
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__stacks-avatars {
    margin-top: 6.25vw;
    margin-left: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__stacks-avatars {
    margin-top: 3.5211267606vh;
    margin-left: 0vh;
  }
}
.Landing__info-avatars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 57px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__info-avatars {
    margin-bottom: 2.96875vw;
  }
}
@media (max-width:600px) {
  .Landing__info-avatars {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__info-avatars {
    margin-bottom: 9.375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__info-avatars {
    margin-bottom: 5.2816901408vh;
  }
}
.Landing__wrapper {
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__wrapper {
    max-width: 62.5vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__wrapper {
    max-width: 117.1875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__wrapper {
    max-width: 66.0211267606vh;
  }
}
.Landing__wrapper_second {
  padding-top: 0;
  display: grid;
  grid-template-columns: 7fr 5fr;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__wrapper_second {
    padding-bottom: 4.1666666667vw;
    padding-left: 0.78125vw;
    padding-right: 0.78125vw;
  }
}
@media (max-width:600px) {
  .Landing__wrapper_second {
    grid-template-columns: none;
    grid-template-rows: 7fr 5fr;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__wrapper_second {
    padding-bottom: 0vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__wrapper_second {
    padding-bottom: 0vh;
    padding-left: 3.5211267606vh;
    padding-right: 3.5211267606vh;
  }
}
@media (max-width:600px) {
  .Landing__wrapper_second {
    gap: 43.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__wrapper_second {
    gap: 22.0070422535vh;
  }
}
.Landing__wrapper_seventh, .Landing__wrapper_discuss {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__wrapper_seventh, .Landing__wrapper_discuss {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__wrapper_seventh, .Landing__wrapper_discuss {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__wrapper_seventh, .Landing__wrapper_discuss {
    padding-top: 7.0422535211vh;
    padding-bottom: 7.0422535211vh;
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
  }
}
.Landing__wrapper_ninth {
  padding-top: 80px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__wrapper_ninth {
    padding-top: 4.1666666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__wrapper_ninth {
    padding-top: 12.5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__wrapper_ninth {
    padding-top: 7.0422535211vh;
  }
}
.Landing__wrapperEighth {
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__wrapperEighth {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    max-width: 62.5vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__wrapperEighth {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
    max-width: 117.1875vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__wrapperEighth {
    padding-top: 7.0422535211vh;
    padding-bottom: 7.0422535211vh;
    max-width: 66.0211267606vh;
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
  }
}
.Landing__header_eighth {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: "Montserrat";
}
.Landing__title_eighth {
  font-style: normal;
  font-weight: 300;
  color: #07093d;
  max-width: 529px;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__title_eighth {
    max-width: 27.5520833333vw;
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__title_eighth {
    max-width: 87.5vw;
    font-size: 6.875vw;
    line-height: 8.4375vw;
    margin-bottom: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__title_eighth {
    max-width: 49.2957746479vh;
    font-size: 3.8732394366vh;
    line-height: 4.7535211268vh;
    margin-bottom: 2.6408450704vh;
  }
}
.Landing__desc_eighth {
  font-style: normal;
  font-weight: 300;
  color: #07093d;
  max-width: 470px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 50px;
  padding-top: 0px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__desc_eighth {
    max-width: 24.4791666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    margin-bottom: 2.6041666667vw;
    padding-top: 0vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__desc_eighth {
    max-width: 87.5vw;
    font-size: 4.375vw;
    line-height: 5.3125vw;
    margin-bottom: 9.375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__desc_eighth {
    max-width: 49.2957746479vh;
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
    margin-bottom: 5.2816901408vh;
  }
}
.Landing__stars {
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__stars {
    margin-bottom: 0.3645833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__stars {
    margin-bottom: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__stars {
    margin-bottom: 1.7605633803vh;
  }
}
.Landing__info-link {
  text-align: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width:600px) {
  .Landing__info-link {
    max-width: 90vw;
  }
}
.Landing__info-text {
  color: #ffffff;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 26px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__info-text {
    font-size: 1.25vw;
    line-height: 1.5104166667vw;
    margin-bottom: 1.3541666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__info-text {
    font-size: 5vw;
    line-height: 6.25vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__info-text {
    font-size: 2.8169014085vh;
    line-height: 3.5211267606vh;
    margin-bottom: 3.5211267606vh;
  }
}
@media (max-width:600px) {
  .Landing__info-line {
    display: inline;
  }
}
.Landing__rating {
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #07093d;
  font-size: 80px;
  line-height: 98px;
  margin-bottom: 19px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__rating {
    font-size: 4.1666666667vw;
    line-height: 5.1041666667vw;
    margin-bottom: 0.9895833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__rating {
    font-size: 18.75vw;
    line-height: 22.8125vw;
    margin-bottom: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__rating {
    font-size: 10.5633802817vh;
    line-height: 12.8521126761vh;
    margin-bottom: 2.6408450704vh;
  }
}
.Landing__description {
  margin: 0 auto;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
  max-width: 611px;
  font-size: 24px;
  line-height: 29px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__description {
    margin-bottom: 1.5625vw;
    max-width: 31.8229166667vw;
    font-size: 1.25vw;
    line-height: 1.5104166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__description {
    font-size: 5.625vw;
    line-height: 6.875vw;
    max-width: 90.625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__description {
    font-size: 3.1690140845vh;
    line-height: 3.8732394366vh;
    max-width: 51.0563380282vh;
  }
}
.Landing__slider {
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 959px;
  margin-bottom: 65px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__slider {
    max-width: 49.9479166667vw;
    margin-bottom: 3.3854166667vw;
    padding-left: 0.5208333333vw;
    padding-right: 0.5208333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__slider {
    max-width: 117.1875vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__slider {
    max-width: 66.0211267606vh;
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
  }
}
.Landing__accordion {
  background-color: #eaebeb;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 82px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__accordion {
    margin-bottom: 4.1666666667vw;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.2708333333vw;
    padding-left: 0.5208333333vw;
    padding-right: 0.5208333333vw;
  }
}
@media (max-width:600px) {
  .Landing__objective {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.Landing__visualization {
  display: flex;
  align-items: end;
  align-self: flex-end;
}
@media (max-width:600px) {
  .Landing__visualization {
    display: block;
    max-width: 90vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__estimate {
    margin-top: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__estimate {
    margin-top: 0vh;
  }
}
@media (max-width:600px) {
  .Landing__estimate {
    margin-bottom: 31.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .Landing__estimate {
    margin-bottom: 9.6830985915vh;
  }
}
.Landing__estimate_avatars {
  margin-top: 14px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__estimate_avatars {
    margin-top: 0.7291666667vw;
  }
}
.Landing__question {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Landing__question {
    margin-bottom: 6.25vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__question {
    margin-bottom: 25vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    max-width: 117.1875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__question {
    margin-bottom: 14.0845070423vh;
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
    max-width: 66.0211267606vh;
  }
}
@media (max-width:600px) {
  .Landing__question {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__question .Avatar__image_size-landing_medium {
    width: 17.1875vw;
    height: 17.1875vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__question .Avatar__image_size-landing_medium {
    width: 9.6830985915vh;
    height: 9.6830985915vh;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .Landing__question .Button__link .Button__content-wrapper {
    padding-left: 9.375vw;
    padding-right: 9.375vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .Landing__question .Button__link .Button__content-wrapper {
    padding-left: 5.2816901408vh;
    padding-right: 5.2816901408vh;
  }
}
.Landing__paragraph {
  white-space: break-spaces;
}
@media only screen and (min-device-width:601px) and (max-device-width:1024px) {
  .Landing h2,
  .Landing h3,
  .Landing h4,
  .Landing h5 {
    display: inline-block;
  }
  .Landing__description {
    display: flex;
  }
  .Landing__paragraph {
    display: inline-flex;
  }
}
.Landing__link {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.Landing__link_reviews {
  margin: 0 auto;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/shared/ui/Avatar/Avatar.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.Avatar {
  position: relative;
  display: flex;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}
.Avatar__transparent-block {
  position: absolute;
  top: -10px;
  left: 0px;
  height: 10px;
  width: 48px;
  overflow: hidden;
}
.Avatar_isIndex {
  z-index: 998;
}
.Avatar_frame {
  transition: transform 0.25s ease-in-out;
}
.Avatar_isLastFrame {
  transition: transform 0.6s ease-in-out;
}
.Avatar_size_extraSmall::after {
  width: 4.5879654138px;
  height: 4.5879654138px;
}
.Avatar_size_small::after {
  width: 5.9996470796px;
  height: 5.9996470796px;
}
.Avatar_size_xlsmall::after {
  width: 7.7642491618px;
  height: 7.7642491618px;
}
.Avatar_size_normal::after {
  width: 8.4700899947px;
  height: 8.4700899947px;
}
.Avatar_size_medium::after {
  width: 10.472913358px;
  height: 10.472913358px;
}
.Avatar_size-landing_extraSmall::after {
  width: 4.5879654138px;
  height: 4.5879654138px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar_size-landing_extraSmall::after {
    width: 0.238956532vw;
    height: 0.238956532vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar_size-landing_extraSmall::after {
    width: 1.4337391918vw;
    height: 1.4337391918vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar_size-landing_extraSmall::after {
    width: 0.8077403898vh;
    height: 0.8077403898vh;
  }
}
.Avatar_size-landing_small::after {
  width: 5.9996470796px;
  height: 5.9996470796px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar_size-landing_small::after {
    width: 0.3124816187vw;
    height: 0.3124816187vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar_size-landing_small::after {
    width: 1.8748897124vw;
    height: 1.8748897124vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar_size-landing_small::after {
    width: 1.0562758943vh;
    height: 1.0562758943vh;
  }
}
.Avatar_size-landing_xlsmall::after {
  width: 7.7642491618px;
  height: 7.7642491618px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar_size-landing_xlsmall::after {
    width: 0.4043879772vw;
    height: 0.4043879772vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar_size-landing_xlsmall::after {
    width: 2.4263278631vw;
    height: 2.4263278631vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar_size-landing_xlsmall::after {
    width: 1.366945275vh;
    height: 1.366945275vh;
  }
}
.Avatar_size-landing_normal::after {
  width: 8.4700899947px;
  height: 8.4700899947px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar_size-landing_normal::after {
    width: 0.4411505206vw;
    height: 0.4411505206vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar_size-landing_normal::after {
    width: 2.6469031233vw;
    height: 2.6469031233vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar_size-landing_normal::after {
    width: 1.4912130272vh;
    height: 1.4912130272vh;
  }
}
.Avatar_size-landing_medium::after {
  width: 10.472913358px;
  height: 10.472913358px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar_size-landing_medium::after {
    width: 0.5454642374vw;
    height: 0.5454642374vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar_size-landing_medium::after {
    width: 3.2727854244vw;
    height: 3.2727854244vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar_size-landing_medium::after {
    width: 1.8438227743vh;
    height: 1.8438227743vh;
  }
}
.Avatar_isOnline::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 50%;
  background-color: #6ff98d;
}
.Avatar_isOnline-landing::after {
  top: 0.1041666667vw;
  right: 0.1041666667vw;
}
.Avatar__skeleton {
  position: absolute;
}
@media (max-width: 1024px) {
  .Avatar__skeleton-img_isPopup {
    margin: 20.5px 16px 0;
  }
}
.Avatar__image {
  position: relative;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out, transform 0.3s ease-in;
  cursor: pointer;
  border-radius: 50%;
}
.Avatar__image_isHover:hover {
  transform: scale(1.04);
}
.Avatar__image_size_extraSmall {
  width: 26px;
  height: 26px;
}
.Avatar__image_size_small {
  width: 34px;
  height: 34px;
}
.Avatar__image_size_xlsmall {
  width: 44px;
  height: 44px;
}
.Avatar__image_size_normal {
  width: 48px;
  height: 48px;
}
.Avatar__image_size_medium {
  width: 59.35px;
  height: 59.35px;
}
.Avatar__image_size-landing_extraSmall::after {
  width: 4.5879654138px;
  height: 4.5879654138px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar__image_size-landing_extraSmall::after {
    width: 0.238956532vw;
    height: 0.238956532vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar__image_size-landing_extraSmall::after {
    width: 1.4337391918vw;
    height: 1.4337391918vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar__image_size-landing_extraSmall::after {
    width: 0.8077403898vh;
    height: 0.8077403898vh;
  }
}
.Avatar__image_size-landing_small {
  width: 34px;
  height: 34px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar__image_size-landing_small {
    width: 1.7708333333vw;
    height: 1.7708333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar__image_size-landing_small {
    width: 10.625vw;
    height: 10.625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar__image_size-landing_small {
    width: 5.985915493vh;
    height: 5.985915493vh;
  }
}
.Avatar__image_size-landing_xlsmall {
  width: 44px;
  height: 44px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar__image_size-landing_xlsmall {
    width: 2.2916666667vw;
    height: 2.2916666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar__image_size-landing_xlsmall {
    width: 13.75vw;
    height: 13.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar__image_size-landing_xlsmall {
    width: 7.7464788732vh;
    height: 7.7464788732vh;
  }
}
.Avatar__image_size-landing_normal {
  width: 48px;
  height: 48px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar__image_size-landing_normal {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar__image_size-landing_normal {
    width: 15vw;
    height: 15vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar__image_size-landing_normal {
    width: 8.4507042254vh;
    height: 8.4507042254vh;
  }
}
.Avatar__image_size-landing_medium {
  width: 59.35px;
  height: 59.35px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Avatar__image_size-landing_medium {
    width: 3.0911458333vw;
    height: 3.0911458333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Avatar__image_size-landing_medium {
    width: 18.546875vw;
    height: 18.546875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Avatar__image_size-landing_medium {
    width: 10.448943662vh;
    height: 10.448943662vh;
  }
}
@media (max-width: 1024px) {
  .Avatar__image {
    margin: auto 16px;
  }
  .Avatar__image-wrapper {
    display: flex;
  }
}
.Avatar__image_isFill {
  width: 100%;
  height: 100%;
}
.Avatar__social-buttons {
  display: flex;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .Avatar__social-buttons {
    padding-right: 22px;
  }
}
@supports not (translate: 100px) {
  .Avatar__social-buttons > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .Avatar__social-buttons > *:first-child {
    margin-left: 0;
  }
  .Avatar__social-buttons > *:last-child {
    margin-right: 0;
  }
}
@supports (translate: 100px) {
  .Avatar__social-buttons {
    gap: 20px;
  }
}
@media (max-width: 359px) {
  .Avatar__social-buttons {
    padding-right: 0px;
  }
  @supports not (translate: 100px) {
    .Avatar__social-buttons > * {
      margin-left: 6.25px;
      margin-right: 6.25px;
    }
    .Avatar__social-buttons > *:first-child {
      margin-left: 0;
    }
    .Avatar__social-buttons > *:last-child {
      margin-right: 0;
    }
  }
  @supports (translate: 100px) {
    .Avatar__social-buttons {
      gap: 12.5px;
    }
  }
}
.Avatar__wrapper {
  position: absolute;
  top: 54px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  pointer-events: none;
  cursor: default;
  background-color: #f8f8f8;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(37, 41, 66, 0.25);
  opacity: 0;
  transition: 0.3s opacity ease;
}
@media (max-width: 1024px) {
  .Avatar__wrapper {
    position: relative;
    top: unset;
    z-index: 1;
    width: 100%;
    padding: unset;
    margin: 16px 0;
    pointer-events: all;
    background-color: unset;
    border-radius: unset;
    box-shadow: none;
    opacity: 1;
  }
}
.Avatar__wrapper_show {
  pointer-events: all;
  opacity: 1;
}
.Avatar__manager-name {
  font-size: 14px;
  font-weight: 500;
  color: #252942;
}
@media (max-width: 1024px) {
  .Avatar__manager-name {
    padding-right: 22px;
  }
}
.Avatar_hidden {
  visibility: hidden;
}
@media (max-width: 1024px) {
  .Avatar {
    display: flex;
    grid-template-columns: auto 11fr;
    cursor: default;
  }
}
.Avatar_disablePopup .Avatar__image {
  margin: 0;
}
@media screen {
  .Avatar_disablePopup {
    grid-template-columns: unset;
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0) scale(1.05);
  }
  100% {
    transform: rotate(360deg) scale(1.05);
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/processes/socialAuth/ui/SocialButton/SocialButton.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SocialButton {
  display: flex;
  text-decoration: none;
  transition: all 0.2s ease;
  will-change: transform;
}
.SocialButton .userNetwork__fisrst {
  transition: all 0.3s ease-out;
}
.SocialButton .userNetwork__second {
  transition: all 0.3s ease-out;
}
.SocialButton .social * {
  transition: all 0.3s ease-out;
}
.SocialButton__note {
  color: #252942;
  font-size: 12px;
  font-weight: 15px;
}
.SocialButton:not(.SocialButton_isDisabled):hover .SocialButton__title {
  color: #252942;
}
.SocialButton:not(.SocialButton_isDisabled):hover .userNetwork__first {
  fill: #252942;
  stroke: #252942;
}
.SocialButton:not(.SocialButton_isDisabled):hover .userNetwork__second {
  fill: white;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__first {
  fill: transparent;
  stroke: transparent;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__first_withoutFill {
  fill: transparent;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__first_withoutStroke {
  stroke: transparent;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__first_withSecondStroke {
  stroke: #252942;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__second {
  fill: #252942;
  stroke: #252942;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__second_withoutFill {
  fill: transparent;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__second_withoutStroke {
  stroke: transparent;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__third {
  fill: white;
  stroke: #252942;
}
.SocialButton:not(.SocialButton_isDisabled):hover .social__third_withoutStroke {
  stroke: transparent;
}
.SocialButton_isDisabled {
  cursor: default;
  pointer-events: none;
}
.SocialButton_isDisabled svg {
  fill: #f5f4f4;
  fill-opacity: 0.5;
}
.SocialButton__animation .SocialButton__icon {
  transition: all 0.2s ease;
}
.SocialButton__animation .SocialButton__icon:hover {
  transform: scale(1.1);
}
.SocialButton__title {
  margin: auto 0 auto 10px;
  font-size: 14px;
  font-weight: 400;
  color: #606f89;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/shared/ui/Button/Button.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.Button {
  display: block;
  padding: 10px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  background: #252942;
  border: none;
  border-radius: 100px;
  transition: all 0.2s ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Button:hover {
  background: #373c59;
}
.Button__link {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.Button__link_image {
  padding-left: 13px;
  margin-bottom: -3px;
}
.Button__link_onlytext {
  font-weight: 400;
  color: black;
  cursor: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  background: none;
  transition: all 300ms ease;
}
.Button__link_onlytext:hover {
  background: transparent !important;
}
.Button__link_tg {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 30px;
}
.Button__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.Button__content-wrapper_textSize_small {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_textSize_small {
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_textSize_small {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_textSize_small {
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
  }
}
.Button__content-wrapper_textSize_medium {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_textSize_medium {
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_textSize_medium {
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_textSize_medium {
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
  }
}
.Button__content-wrapper_size_medium {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_size_medium {
    padding-top: 0.7291666667vw;
    padding-bottom: 0.7291666667vw;
    padding-left: 1.5625vw;
    padding-right: 1.5625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_size_medium {
    padding-top: 4.0625vw;
    padding-bottom: 4.0625vw;
    padding-left: 18.75vw;
    padding-right: 18.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_size_medium {
    padding-top: 2.2887323944vh;
    padding-bottom: 2.2887323944vh;
    padding-left: 10.5633802817vh;
    padding-right: 10.5633802817vh;
  }
}
.Button__content-wrapper_size_small {
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_size_small {
    padding-top: 0.5729166667vw;
    padding-bottom: 0.5729166667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_size_small {
    padding-top: 3.4375vw;
    padding-bottom: 3.4375vw;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_size_small {
    padding-top: 1.9366197183vh;
    padding-bottom: 1.9366197183vh;
    padding-left: 3.5211267606vh;
    padding-right: 3.5211267606vh;
  }
}
.Button__content-wrapper_size_xlsmall {
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 33px;
  padding-right: 33px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button__content-wrapper_size_xlsmall {
    padding-top: 0.5729166667vw;
    padding-bottom: 0.6770833333vw;
    padding-left: 1.71875vw;
    padding-right: 1.71875vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Button__content-wrapper_size_xlsmall {
    padding-top: 3.4375vw;
    padding-bottom: 4.0625vw;
    padding-left: 10.3125vw;
    padding-right: 10.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Button__content-wrapper_size_xlsmall {
    padding-top: 1.9366197183vh;
    padding-bottom: 2.2887323944vh;
    padding-left: 5.8098591549vh;
    padding-right: 5.8098591549vh;
  }
}
.Button .link_image {
  margin-right: 14px;
  margin-left: -12px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Button .link_image {
    margin-left: -0.625vw !important;
    margin-right: 0.7291666667vw !important;
  }
}
.Button .link_image path {
  fill: #fff;
}
.Button_backgroundWhite {
  color: #07093d;
  background: #fff;
}
.Button_backgroundWhite .link_image {
  margin-right: 14px;
  margin-left: -12px;
}
.Button_backgroundWhite .link_image path {
  fill: #07093d;
}
.Button_backgroundWhite:hover {
  color: #fff;
}
.Button_backgroundWhite:hover .link_image {
  transition: all 0.2s ease-out;
  filter: invert(96%) sepia(4%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(105%);
}
.Button_whiteButton {
  color: #252942;
  background: #fff;
}
.Button_whiteButton:hover {
  color: #fff;
  background: transparent;
  transition: all 0.2s ease-out;
}
.Button__text {
  display: flex;
  align-items: center;
}
.Button_transparent {
  font-weight: 600;
  color: #252942;
  background: transparent;
  border: 1px solid #252942;
}
.Button_transparent:hover {
  color: #fff;
  background: #373c59;
  transition: all 0.2s ease-out;
}
.Button_transparent:hover .link_image {
  transition: all 0.2s ease-out;
  filter: invert(96%) sepia(4%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(105%);
}
.Button_transparent:hover .Button__link {
  color: #fff;
  transition: all 0.1s ease-out;
}
.Button_transparent:hover .Button__link_image path {
  fill: #fff;
}
.Button_transparent_revert {
  color: #fff;
  background-color: #252942;
}
.Button_transparent_revert:hover {
  background-color: #373c59;
}
.Button_width100 {
  width: 100%;
}
.Button_height100 {
  height: 100%;
}
.Button_padding0 {
  padding: 0;
}
.Button_paddingLR0 {
  padding-right: 0;
  padding-left: 0;
}
.Button_paddingTB0 {
  padding-top: 0;
  padding-bottom: 0;
}
.Button_hasBorder {
  border: 1px solid #fff;
  border-radius: 100px;
}
.Button_file {
  padding: 0;
}
.Button__file-upload-input {
  width: 1px;
  height: 1px;
  visibility: hidden;
}
.Button__file-upload-label {
  display: inline-block;
  width: 100%;
  padding: 10px 30px;
  cursor: pointer;
}
.Button_disabled {
  cursor: not-allowed;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/AboutUs/AboutUs.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.aboutUs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  grid-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .aboutUs {
    column-gap: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width:600px) {
  .aboutUs {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs {
    margin-bottom: 12.5vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs {
    margin-bottom: 7.0422535211vh;
  }
}
.aboutUs__item-wrapper {
  display: flex;
  background-color: var(--color);
  border-radius: 15px;
  max-width: 368px;
  padding-top: 19px;
  padding-bottom: 22px;
  padding-left: 27px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .aboutUs__item-wrapper {
    border-radius: 0.78125vw;
    max-width: 19.1666666667vw;
    padding-top: 0.9895833333vw;
    padding-bottom: 1.1458333333vw;
    padding-left: 1.40625vw;
  }
}
@media (max-width:600px) {
  .aboutUs__item-wrapper {
    max-width: 100%;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs__item-wrapper {
    border-radius: 4.6875vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-left: 6.25vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs__item-wrapper {
    border-radius: 2.6408450704vh;
    padding-top: 2.8169014085vh;
    padding-bottom: 2.8169014085vh;
    padding-left: 3.5211267606vh;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs__item-wrapper:not(:last-child) {
    margin-bottom: 5vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs__item-wrapper:not(:last-child) {
    margin-bottom: 2.8169014085vh;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs__item-wrapper:last-child .aboutUs__content {
    margin-left: 5.625vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs__item-wrapper:last-child .aboutUs__content {
    margin-left: 3.1690140845vh;
  }
}
.aboutUs__check {
  border-radius: 50%;
  margin-top: 5px;
  margin-left: 1px;
  width: 48px;
  height: 48px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .aboutUs__check {
    margin-top: 0.2604166667vw;
    margin-left: 0.0520833333vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (max-width:600px) {
  .aboutUs__check path {
    stroke-width: 3px;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs__check {
    margin-top: 0vw;
    margin-left: 0vw;
    width: 10vw;
    height: 10vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs__check {
    margin-top: 0vh;
    margin-left: 0vh;
    width: 5.6338028169vh;
    height: 5.6338028169vh;
  }
}
.aboutUs__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
  margin-left: 27px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .aboutUs__content {
    margin-bottom: 0.1041666667vw;
    margin-left: 1.40625vw;
  }
}
@media (max-width:600px) {
  .aboutUs__content {
    flex-direction: row;
    align-items: center;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs__content {
    margin-left: 5vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs__content {
    margin-left: 2.8169014085vh;
  }
}
.aboutUs__title, .aboutUs__subtitle {
  font-family: Montserrat, sans-serif;
  color: #07093d;
}
.aboutUs__title {
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .aboutUs__title {
    font-size: 1.5625vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs__title {
    font-size: 5.625vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs__title {
    font-size: 3.1690140845vh;
  }
}
.aboutUs__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 19px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .aboutUs__subtitle {
    font-size: 1.0416666667vw;
    line-height: 0.9895833333vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .aboutUs__subtitle {
    margin-left: 1.5625vw;
    font-size: 5.625vw;
    line-height: 5.9375vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .aboutUs__subtitle {
    margin-left: 0.8802816901vh;
    font-size: 3.1690140845vh;
    line-height: 3.3450704225vh;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/AvatarsPlus/AvatarsPlus.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.AvatarsPlus {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.AvatarsPlus__avatars-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.AvatarsPlus__avatar {
  display: flex;
  align-items: center;
  list-style: none;
  border-radius: 50%;
  z-index: 2;
  margin-right: -12px;
}
.AvatarsPlus__avatar:hover {
  z-index: 3;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .AvatarsPlus__avatar {
    margin-right: -0.625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .AvatarsPlus__avatar {
    margin-right: -3.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .AvatarsPlus__avatar {
    margin-right: -2.1126760563vh;
  }
}
.AvatarsPlus__plus {
  position: relative;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: opacity 0.4s ease-in-out;
  z-index: 999;
  width: 23px;
  height: 23px;
  margin-left: 28px;
}
.AvatarsPlus__plus::before, .AvatarsPlus__plus::after {
  position: absolute;
  content: " ";
  right: 50%;
  width: 1px;
  height: 23px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .AvatarsPlus__plus::before, .AvatarsPlus__plus::after {
    width: 0.0520833333vw;
    height: 1.1979166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .AvatarsPlus__plus::before, .AvatarsPlus__plus::after {
    width: 0.3125vw;
    height: 5.40625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .AvatarsPlus__plus::before, .AvatarsPlus__plus::after {
    width: 0.176056338vh;
    height: 3.0457746479vh;
  }
}
.AvatarsPlus__plus:after {
  transform: rotate(-90deg);
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .AvatarsPlus__plus {
    width: 1.1979166667vw;
    height: 1.1979166667vw;
    margin-left: 1.4583333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .AvatarsPlus__plus {
    width: 5.40625vw;
    height: 5.40625vw;
    margin-left: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .AvatarsPlus__plus {
    width: 3.0457746479vh;
    height: 3.0457746479vh;
    margin-left: 3.5211267606vh;
  }
}
@media (max-width:600px) {
  .AvatarsPlus__plus {
    transition: opacity 0.1s ease;
  }
}
.AvatarsPlus__plus_mode_dark::before, .AvatarsPlus__plus_mode_dark::after {
  background-color: #07093d;
}
.AvatarsPlus__plus_mode_light::before, .AvatarsPlus__plus_mode_light::after {
  background-color: #ffffff;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/Clients/Clients.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.Clients__title {
  font-weight: 300;
  color: #07093d;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Clients__title {
    font-size: 1.5625vw;
    line-height: 1.9270833333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Clients__title {
    font-size: 5.625vw;
    line-height: 6.875vw;
    margin-bottom: 4.6875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Clients__title {
    font-size: 3.1690140845vh;
    line-height: 3.8732394366vh;
    margin-bottom: 2.6408450704vh;
  }
}
.Clients__line {
  overflow-y: hidden !important;
}
.Clients__logos {
  display: flex;
}
.Clients__text {
  font-weight: 300;
  color: #07093d;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 3px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .Clients__text {
    font-size: 1.3020833333vw;
    line-height: 1.5625vw;
    padding-left: 1.0416666667vw;
    padding-right: 0.15625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .Clients__text {
    font-size: 5vw;
    line-height: 6.25vw;
    padding-left: 0.9375vw;
    padding-right: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .Clients__text {
    font-size: 2.8169014085vh;
    line-height: 3.5211267606vh;
    padding-left: 0.5281690141vh;
    padding-right: 0vh;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/Clients/components/ClientLogo/ClientLogo.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.ClientLogo {
  height: 91px;
  border-radius: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .ClientLogo {
    height: 4.7395833333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .ClientLogo {
    height: 13.4375vw;
    border-radius: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .ClientLogo {
    height: 7.5704225352vh;
    border-radius: 1.7605633803vh;
  }
}
.ClientLogo__image {
  width: auto;
  height: 91px;
  border-radius: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .ClientLogo__image {
    height: 4.7395833333vw;
    border-radius: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .ClientLogo__image {
    height: 13.4375vw;
    border-radius: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .ClientLogo__image {
    height: 7.5704225352vh;
    border-radius: 1.7605633803vh;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/Clients/components/ClientsLogos/ClientsLogos.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.ClientsLogos {
  display: flex;
  flex-direction: row;
}
@supports not (translate: 100px) {
  .ClientsLogos > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .ClientsLogos > *:first-child {
    margin-left: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .ClientsLogos > *:first-child {
      margin-left: 0vw;
    }
  }
  .ClientsLogos > *:last-child {
    margin-right: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .ClientsLogos > *:last-child {
      margin-right: 0vw;
    }
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .ClientsLogos > * {
      margin-left: 0.5208333333vw;
      margin-right: 0.5208333333vw;
    }
  }
}
@supports (translate: 100px) {
  .ClientsLogos {
    gap: 20px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .ClientsLogos {
      gap: 1.0416666667vw;
    }
  }
}
.ClientsLogos .ClientLogo:last-child {
  margin-right: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .ClientsLogos .ClientLogo:last-child {
    margin-right: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .ClientsLogos .ClientLogo:last-child {
    margin-right: 0vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .ClientsLogos .ClientLogo:last-child {
    margin-right: 0vh;
  }
}
@media (max-width:600px) {
  .ClientsLogos {
    flex-direction: inherit;
    flex-wrap: wrap;
  }
  @supports (translate: 100px) {
    @media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
      .ClientsLogos {
        gap: 3.125vw;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
      .ClientsLogos {
        gap: 1.7605633803vh;
      }
    }
  }
  @supports not (translate: 100px) {
    .ClientsLogos {
      gap: 0;
    }
    @media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
      .ClientsLogos {
        margin-left: -3.125vw;
        margin-top: -3.125vw;
        margin-bottom: -3.125vw;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
      .ClientsLogos {
        margin-left: -1.7605633803vh;
        margin-top: -1.7605633803vh;
        margin-bottom: -1.7605633803vh;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
      .ClientsLogos .ClientLogo {
        margin-top: 0vw;
        margin-bottom: 3.125vw;
        margin-left: 3.125vw;
        margin-right: 0vw;
      }
    }
    @media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
      .ClientsLogos .ClientLogo {
        margin-top: 0vh;
        margin-bottom: 1.7605633803vh;
        margin-left: 1.7605633803vh;
        margin-right: 0vh;
      }
    }
  }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/StarRating/StarRating.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.StarRating {
  display: flex;
  align-items: center;
  margin-top: -2.5px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .StarRating {
    margin-top: -0.1302083333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .StarRating {
    margin-top: -0.78125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .StarRating {
    margin-top: -0.4401408451vh;
  }
}
.StarRating__star {
  width: 18px;
  height: 17px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .StarRating__star {
    width: 0.9375vw;
    height: 0.8854166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .StarRating__star {
    width: 5.625vw;
    height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .StarRating__star {
    width: 3.1690140845vh;
    height: 2.9929577465vh;
  }
}
.StarRating__star_isBig {
  width: 29px;
  height: 32px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .StarRating__star_isBig {
    width: 1.5104166667vw;
    height: 1.6666666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .StarRating__star_isBig {
    width: 6.25vw;
    height: 7.1875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .StarRating__star_isBig {
    width: 3.5211267606vh;
    height: 4.0492957746vh;
  }
}
.StarRating__icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.StarRating__icon:not(:last-child) {
  margin-right: 11.1px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .StarRating__icon:not(:last-child) {
    margin-right: 0.578125vw;
  }
}
.StarRating__icon_small:not(:last-child) {
  margin-right: 11.1px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .StarRating__icon_small:not(:last-child) {
    margin-right: 0.578125vw;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/forms/DiscussForm/DiscussForm.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.DiscussForm {
  background: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 270px;
  padding-left: 60px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DiscussForm {
    border-radius: 1.0416666667vw;
    padding-top: 3.125vw;
    padding-bottom: 3.125vw;
    padding-right: 14.0625vw;
    padding-left: 3.125vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .DiscussForm {
    border-radius: 6.25vw;
    padding-top: 9.375vw;
    padding-bottom: 9.375vw;
    padding-right: 6.25vw;
    padding-left: 6.25vw;
    margin-bottom: 8.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .DiscussForm {
    border-radius: 3.5211267606vh;
    padding-top: 5.2816901408vh;
    padding-bottom: 5.2816901408vh;
    padding-right: 3.5211267606vh;
    padding-left: 3.5211267606vh;
    margin-bottom: 4.5774647887vh;
  }
}
.DiscussForm__title {
  font-weight: 300;
  color: #252942;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 40px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DiscussForm__title {
    font-size: 2.34375vw;
    line-height: 2.8645833333vw;
    margin-bottom: 2.0833333333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .DiscussForm__title {
    font-size: 6.875vw;
    line-height: 8.4375vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .DiscussForm__title {
    font-size: 3.8732394366vh;
    line-height: 4.7535211268vh;
    margin-bottom: 3.5211267606vh;
  }
}
.DiscussForm__fields {
  margin-bottom: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DiscussForm__fields {
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .DiscussForm__fields {
    margin-bottom: 3.75vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .DiscussForm__fields {
    margin-bottom: 2.1126760563vh;
  }
}
.DiscussForm__inputs {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DiscussForm__inputs {
    margin-bottom: 1.5625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .DiscussForm__inputs {
    margin-bottom: 6.5625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .DiscussForm__inputs {
    margin-bottom: 3.6971830986vh;
  }
}
.DiscussForm__inputs .LandingField:first-child {
  margin-right: 30px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DiscussForm__inputs .LandingField:first-child {
    margin-right: 1.5625vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .DiscussForm__inputs .LandingField:first-child {
    margin-right: 0vw;
    margin-bottom: 6.5625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .DiscussForm__inputs .LandingField:first-child {
    margin-right: 0vh;
    margin-bottom: 3.6971830986vh;
  }
}
@media (max-width:600px) {
  .DiscussForm__inputs {
    flex-direction: column;
  }
}
.DiscussForm__note {
  color: #606f89;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DiscussForm__note {
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .DiscussForm__note {
    font-size: 3.4375vw;
    line-height: 5vw;
    margin-bottom: 5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .DiscussForm__note {
    font-size: 1.9366197183vh;
    line-height: 2.8169014085vh;
    margin-bottom: 2.8169014085vh;
  }
}
.DiscussForm__button {
  background: #07093d;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 69px;
  padding-right: 69px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DiscussForm__button {
    padding-top: 0.7291666667vw;
    padding-bottom: 0.7291666667vw;
    padding-left: 3.59375vw;
    padding-right: 3.59375vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .DiscussForm__button {
    padding-top: 4.375vw;
    padding-bottom: 4.375vw;
    padding-left: 0vw;
    padding-right: 0vw;
    max-width: 112.5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .DiscussForm__button {
    padding-top: 2.4647887324vh;
    padding-bottom: 2.4647887324vh;
    padding-left: 0vh;
    padding-right: 0vh;
    max-width: 63.3802816901vh;
  }
}
@media (max-width:600px) {
  .DiscussForm__button {
    width: 100%;
  }
}
.DiscussForm__button:hover, .DiscussForm__button:active {
  background: transparent;
  box-shadow: 0 0 0 0.0572916667vw #07093d;
  color: #07093d;
}
@media (max-width:600px) {
  .DiscussForm__button:hover, .DiscussForm__button:active {
    box-shadow: 0 0 0 0.34375vw #07093d;
  }
}
.DiscussForm__link {
  color: #606f89;
  transition: color 0.3s;
}
.DiscussForm__link:hover {
  color: #252942;
}
.DiscussForm__link:active {
  color: #606f89;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/features/user/Currency/Currency.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.clear,
.clear::before,
.clear::after {
  display: block;
  clear: both;
  content: "";
}

.Currency {
  position: relative;
}
.Currency .DropDown__button {
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.Currency__list {
  list-style: none;
}
.Currency__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Currency__item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width:600px) {
  .Currency__item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/shared/ui/CustomRadioInput/CustomRadioInput.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.CustomRadioInput__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  align-items: center;
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  transform: translate(50%, 50%);
}
.CustomRadioInput input:checked + .CustomRadioInput__checkmark {
  background: #252942;
}
.CustomRadioInput input:checked:hover + .CustomRadioInput__checkmark {
  background: #cbcbcb;
}
.CustomRadioInput input:not(:disabled):not(:checked):hover + .CustomRadioInput__checkmark {
  background: #cbcbcb;
}
.CustomRadioInput__label {
  position: relative;
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.CustomRadioInput__label::before {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  content: "";
  border-color: #252942;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}
.CustomRadioInput__label:not(:disabled):not(:checked):hover::before {
  border-color: #252942;
}
.CustomRadioInput__label:hover {
  color: #606f89;
}
.CustomRadioInput__radio {
  width: 0;
  height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.CustomRadioInput_isLanding .CustomRadioInput__label::before {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .CustomRadioInput_isLanding .CustomRadioInput__label::before {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
    margin-right: 0.8333333333vw;
  }
}
.CustomRadioInput_isLanding .CustomRadioInput__label:not(:disabled):active::before {
  border-width: 2px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .CustomRadioInput_isLanding .CustomRadioInput__label:not(:disabled):active::before {
    border-width: 0.1041666667vw;
  }
}
.CustomRadioInput_isLanding .CustomRadioInput__checkmark {
  width: 10px;
  height: 10px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .CustomRadioInput_isLanding .CustomRadioInput__checkmark {
    width: 0.5208333333vw;
    height: 0.5208333333vw;
  }
}
.CustomRadioInput_isLanding .CustomRadioInput__text {
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .CustomRadioInput_isLanding .CustomRadioInput__text {
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
  }
}
.CustomRadioInput_isLight .CustomRadioInput__label input:checked + .CustomRadioInput__checkmark {
  background: #ffffff;
}
.CustomRadioInput_isLight .CustomRadioInput__label input:checked:hover + .CustomRadioInput__checkmark {
  background: #8892a5;
}
.CustomRadioInput_isLight .CustomRadioInput__label input:not(:disabled):not(:checked):hover + .CustomRadioInput__checkmark {
  background: #8892a5;
}
.CustomRadioInput_isLight .CustomRadioInput__label::before {
  border-color: #ffffff;
}
.CustomRadioInput_isLight .CustomRadioInput__label:not(:disabled):active::before {
  border-color: #ffffff;
  border-style: solid;
}
.CustomRadioInput_isLight .CustomRadioInput__label:not(:disabled):not(:checked):hover::before {
  border-color: #ffffff;
}
.CustomRadioInput_isLight .CustomRadioInput__label:hover {
  color: #8892a5;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/shared/ui/DropDown/DropDown.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.DropDown {
  position: relative;
}
.DropDown__button {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  transition: all 0.175s ease-in-out;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DropDown__button_isLanding {
    padding: 0.2604166667vw;
    font-size: 0.625vw;
    line-height: 0.625vw;
    border: 0.0520833333vw solid #cbcbcb;
    border-radius: 0.2604166667vw;
  }
}
.DropDown__button:hover {
  background-color: #444967;
}
.DropDown__selector {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  z-index: 999;
  padding: 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 4px 0 lightgrey;
  transform-origin: top right;
  animation: appear-desk 0.3s ease;
}
.DropDown__selector_will-hide {
  animation: hide-desk 0.3s ease;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DropDown__selector_isLanding {
    top: calc(100% + 0.78125vw);
    padding: 1.5625vw;
    border-radius: 0.2604166667vw;
    box-shadow: 0.0520833333vw 0.0520833333vw 0.2083333333vw 0 lightgrey;
  }
}
@media (max-width: 1024px) {
  .DropDown__selector {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 80px 24px;
    animation: appear-mobile 0.3s ease;
  }
  .DropDown__selector_will-hide {
    animation: hide-mobile 0.3s ease;
  }
}
.DropDown__title {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #252942;
}
@media (max-width: 1024px) {
  .DropDown__title {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DropDown__title_isLanding {
    margin-bottom: 1.3020833333vw;
    font-size: 0.7291666667vw;
    line-height: 0.8854166667vw;
  }
}
.DropDown__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  width: 20px;
  height: 20px;
  background: url(/_next/static/media/close-button.673acd4a.svg) no-repeat 50% 50%;
  background-size: cover;
  cursor: pointer;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .DropDown__close {
    top: 0.78125vw;
    right: 0.78125vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media (max-width: 1024px) {
  .DropDown__close {
    display: block;
  }
}
@keyframes appear-mobile {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide-mobile {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes appear-desk {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hide-desk {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/pages/Landing/Components/forms/DiscussForm/components/LandingField.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.LandingField {
  position: relative;
  display: block;
  width: 100%;
}
.LandingField * {
  font-family: "Montserrat";
}
.LandingField__currency {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.LandingField__currency .DropDown__button {
  z-index: 99998;
  border-color: #252942;
  color: #252942;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  border-width: 1px;
  width: 26px;
  height: 26px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__currency .DropDown__button {
    font-size: 0.7291666667vw;
    line-height: 1.0416666667vw;
    padding: 0vw;
    border-width: 0.0520833333vw;
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__currency .DropDown__button {
    font-size: 3.75vw;
    line-height: 4.6875vw;
    padding: 0vw;
    border-width: 0.3125vw;
    width: 6.5625vw;
    height: 6.5625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__currency .DropDown__button {
    font-size: 2.1126760563vh;
    line-height: 2.6408450704vh;
    padding: 0vh;
    border-width: 0.176056338vh;
    width: 3.6971830986vh;
    height: 3.6971830986vh;
  }
}
.LandingField__currency .DropDown__button:hover {
  background-color: rgba(235, 235, 235, 0.9);
}
.LandingField__currency .DropDown__selector {
  z-index: 99999;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__currency {
    right: 0.78125vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__currency {
    right: 4.375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__currency {
    right: 2.4647887324vh;
  }
}
.LandingField__placeholder {
  color: #606f89;
  position: absolute;
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  padding-top: 25px;
  padding-bottom: 24px;
  padding-right: 16px;
  padding-left: 20.5px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__placeholder {
    padding-top: 1.3020833333vw;
    padding-bottom: 1.25vw;
    padding-right: 0.8333333333vw;
    padding-left: 1.0677083333vw;
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__placeholder {
    padding-top: 5.3125vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
    padding-left: 5.15625vw;
    font-size: 4.375vw;
    line-height: 5.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__placeholder {
    padding-top: 2.9929577465vh;
    padding-bottom: 2.8169014085vh;
    padding-right: 2.8169014085vh;
    padding-left: 2.9049295775vh;
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
  }
}
.LandingField__placeholder_isCurrency {
  padding-right: 42px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__placeholder_isCurrency {
    padding-right: 2.1875vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__placeholder_isCurrency {
    padding-right: 11.875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__placeholder_isCurrency {
    padding-right: 6.6901408451vh;
  }
}
.LandingField__placeholder_isColor {
  padding-left: 56.5px;
  padding-bottom: 24px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__placeholder_isColor {
    padding-left: 2.9427083333vw;
    padding-bottom: 1.25vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__placeholder_isColor {
    padding-left: 10.15625vw;
    padding-bottom: 7.5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__placeholder_isColor {
    padding-left: 5.7218309859vh;
    padding-bottom: 4.2253521127vh;
  }
}
.LandingField__oval {
  height: calc(100% - 32px);
  pointer-events: none;
  top: 16px;
  left: 17px;
  z-index: 2;
  position: absolute;
  border-radius: 20px;
  width: 20px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__oval {
    top: 0.8333333333vw;
    left: 0.8854166667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__oval {
    top: 3.125vw;
    left: 3.125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__oval {
    top: 1.7605633803vh;
    left: 1.7605633803vh;
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__oval {
    height: calc(100% - 1.6666666667vw);
  }
}
@media (max-width:600px) and (max-aspect-ratio: 320/568) {
  .LandingField__oval {
    height: calc(100% - 6.25vw);
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .LandingField__oval {
    height: calc(100% - 3.5211267606vh);
  }
}
.LandingField__oval_isTextarea {
  height: calc(100% - 34px);
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__oval_isTextarea {
    height: calc(100% - 1.7708333333vw);
  }
}
@media (max-width:600px) and (max-aspect-ratio: 320/568) {
  .LandingField__oval_isTextarea {
    height: calc(100% - 7.5vw);
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .LandingField__oval_isTextarea {
    height: calc(100% - 4.2253521127vh);
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__oval {
    border-radius: 1.0416666667vw;
    width: 1.0416666667vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__oval {
    border-radius: 6.25vw;
    width: 3.4375vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__oval {
    border-radius: 3.5211267606vh;
    width: 1.9366197183vh;
  }
}
.LandingField__field {
  width: 100%;
  color: #07093d;
  font-weight: 400;
  border-style: dashed;
  outline: none;
  border-color: #000000;
  transition: all 0.2s ease-in-out;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 16px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
  border-width: 1px;
  border-radius: 15px !important;
  resize: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.LandingField__field::placeholder {
  color: #606f89;
}
.LandingField__field:not(:placeholder-shown) + .LandingField__placeholder, .LandingField__field:-webkit-autofill + .LandingField__placeholder {
  visibility: hidden;
}
.LandingField__field:hover {
  background-color: #f3f3f3;
}
.LandingField__field:active, .LandingField__field:focus {
  background-color: transparent;
}
.LandingField__field_isError {
  border-color: #ff0000;
}
.LandingField__field_isBackgroundError {
  background: #fff1f1;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__field {
    padding-top: 1.25vw;
    padding-bottom: 1.25vw;
    padding-right: 0.8333333333vw;
    padding-left: 1.0416666667vw;
    font-size: 0.8333333333vw;
    line-height: 1.0416666667vw;
    border-width: 0.0520833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__field {
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
    padding-left: 5vw;
    font-size: 4.375vw;
    line-height: 5.3125vw;
    border-width: 0.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__field {
    padding-top: 2.8169014085vh;
    padding-bottom: 2.8169014085vh;
    padding-right: 2.8169014085vh;
    padding-left: 2.8169014085vh;
    font-size: 2.4647887324vh;
    line-height: 2.9929577465vh;
    border-width: 0.176056338vh;
  }
}
.LandingField__field_isColor {
  padding-left: 56px;
  padding-bottom: 24px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__field_isColor {
    padding-left: 2.9166666667vw;
    padding-bottom: 1.25vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__field_isColor {
    padding-left: 10vw;
    padding-bottom: 7.5vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__field_isColor {
    padding-left: 5.6338028169vh;
    padding-bottom: 4.2253521127vh;
  }
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__field {
    border-radius: 0.78125vw !important;
  }
}
@media (max-width:600px) and (max-aspect-ratio: 320/568) {
  .LandingField__field {
    border-radius: 4.6875vw !important;
  }
}
@media (max-width:600px) and (min-aspect-ratio: 375/665) {
  .LandingField__field {
    border-radius: 2.6408450704vh !important;
  }
}
@media (max-width:600px) and (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__textarea {
    min-height: 36.5625vw;
  }
}
@media (max-width:600px) and (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__textarea {
    min-height: 20.5985915493vh;
  }
}
.LandingField__input_isCurrency {
  padding-right: 42px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__input_isCurrency {
    padding-right: 2.1875vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__input_isCurrency {
    padding-right: 11.875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__input_isCurrency {
    padding-right: 6.6901408451vh;
  }
}
.LandingField__withoutBottom {
  padding-bottom: inherit;
}
@media (max-width:600px) {
  .LandingField__withoutBottom {
    padding-bottom: inherit;
  }
}
.LandingField__withoutBottom_isColor {
  padding-bottom: inherit;
}
@media (max-width:600px) {
  .LandingField__withoutBottom_isColor {
    padding-bottom: inherit;
  }
}
.LandingField__placeholderBack {
  visibility: hidden;
}
.LandingField__placeholderBack_isCurrency {
  padding-right: 42px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .LandingField__placeholderBack_isCurrency {
    padding-right: 2.1875vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .LandingField__placeholderBack_isCurrency {
    padding-right: 11.875vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .LandingField__placeholderBack_isCurrency {
    padding-right: 6.6901408451vh;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/features/specialist/MegaTagList/MegaTagList.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.MegaTagList {
  display: flex;
  overflow: hidden;
  list-style: none;
}
@supports (translate: 100px) {
  .MegaTagList_colored {
    gap: 24px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .MegaTagList_colored {
      gap: 1.25vw;
    }
  }
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .MegaTagList_colored {
      gap: 6.25vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .MegaTagList_colored {
      gap: 3.5211267606vh;
    }
  }
}
@supports not (translate: 100px) {
  .MegaTagList_colored_default > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .MegaTagList_colored_default > *:first-child {
    margin-left: 0;
  }
  .MegaTagList_colored_default > *:last-child {
    margin-right: 0;
  }
}
@supports (translate: 100px) {
  .MegaTagList_colored_default {
    gap: 20px;
  }
}
@supports not (translate: 100px) {
  .MegaTagList_colored {
    margin-left: -20px;
    margin-top: -10px;
    margin-bottom: -10px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .MegaTagList_colored {
      margin-left: -1.0416666667vw;
      margin-top: -0.5208333333vw;
      margin-bottom: -0.5208333333vw;
    }
  }
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .MegaTagList_colored {
      margin-left: 0vw;
      margin-top: 0vw;
      margin-bottom: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .MegaTagList_colored {
      margin-left: 0vh;
      margin-top: 0vh;
      margin-bottom: 0vh;
    }
  }
  .MegaTagList_colored .MegaTag {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 0px;
  }
  @media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
    .MegaTagList_colored .MegaTag {
      margin-top: 0.5208333333vw;
      margin-bottom: 0.5208333333vw;
      margin-left: 1.0416666667vw;
      margin-right: 0vw;
    }
  }
  @media (max-width:600px) and (max-aspect-ratio:320/568) {
    .MegaTagList_colored .MegaTag {
      margin-top: 0vw;
      margin-bottom: 0vw;
      margin-left: 6.25vw;
      margin-right: 0vw;
    }
  }
  @media (max-width:600px) and (min-aspect-ratio:375/665) {
    .MegaTagList_colored .MegaTag {
      margin-top: 0vh;
      margin-bottom: 0vh;
      margin-left: 3.5211267606vh;
      margin-right: 0vh;
    }
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .MegaTagList_colored {
    margin-right: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .MegaTagList_colored {
    margin-right: 3.5211267606vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .MegaTagList_hover {
    gap: 0vw;
    margin-left: -1.5625vw;
    margin-top: -1.5625vw;
    margin-bottom: -1.5625vw;
    margin-right: 6.25vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .MegaTagList_hover {
    gap: 0vh;
    margin-left: -0.8802816901vh;
    margin-top: -0.8802816901vh;
    margin-bottom: -0.8802816901vh;
    margin-right: 3.5211267606vh;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .MegaTagList_hover .MegaTag {
    margin-right: 1.5625vw;
    margin-left: 1.5625vw;
    margin-top: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .MegaTagList_hover .MegaTag {
    margin-right: 0.8802816901vh;
    margin-left: 0.8802816901vh;
    margin-top: 0.8802816901vh;
    margin-bottom: 0.8802816901vh;
  }
}
@media all and (max-width: 600px) {
  .MegaTagList {
    max-width: 100%;
  }
}
.MegaTagList_wrap {
  flex-wrap: wrap;
}

.MegaTagList::-webkit-scrollbar {
  display: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./src/src/shared/ui/MegaTag/MegaTag.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:export {
  ma: ma;
}

.MegaTag {
  padding: 8px 20px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  color: #636363;
  cursor: pointer;
  border: 1px solid #cbcbcb;
  border-radius: 50px;
  transition: 0.175s ease-in-out;
  transition-property: background-color, border-color;
}
.MegaTag:hover {
  background-color: #f8f8f8;
  border-color: #636363;
}
.MegaTag_colored {
  white-space: nowrap;
  font-weight: normal;
  position: relative;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
  transition: all 0.175s ease-in-out;
  border-radius: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 10px;
  line-height: 12px;
  border-width: 1px;
}
@media (max-width: 1366px) and (min-width: 1025px), (min-width:1921px) {
  .MegaTag_colored {
    border-radius: 2.6041666667vw;
    padding-top: 0.4166666667vw;
    padding-bottom: 0.4166666667vw;
    padding-left: 1.0416666667vw;
    padding-right: 1.0416666667vw;
    font-size: 0.5208333333vw;
    line-height: 0.625vw;
    border-width: 0.0520833333vw;
  }
}
@media (max-width:600px) and (max-aspect-ratio:320/568) {
  .MegaTag_colored {
    border-radius: 15.625vw;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    font-size: 3.125vw;
    line-height: 3.75vw;
    border-width: 0.3125vw;
  }
}
@media (max-width:600px) and (min-aspect-ratio:375/665) {
  .MegaTag_colored {
    border-radius: 8.8028169014vh;
    padding-top: 1.4084507042vh;
    padding-bottom: 1.4084507042vh;
    padding-left: 2.6408450704vh;
    padding-right: 2.6408450704vh;
    font-size: 1.7605633803vh;
    line-height: 2.1126760563vh;
    border-width: 0.176056338vh;
  }
}
.MegaTag_colored:hover {
  opacity: 0.9 !important;
}
.MegaTag_color {
  border: none;
  color: #07093d;
}
.MegaTag_hover {
  border-color: #ffffff;
  color: #ffffff;
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  height: -moz-fit-content;
  height: fit-content;
}
.MegaTag_hover:hover {
  border-color: transparent;
}
.MegaTag_active {
  background-color: #caf2d5;
  border-color: transparent;
}
.MegaTag_active:hover {
  background-color: #caf2d5;
}
