/* [project]/src/app/css/style.css [app-client] (css) */
body {
  text-align: center;
  color: silver;
  letter-spacing: .2px;
  scroll-behavior: smooth;
  background: #01020a;
  margin: 0;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.main-hero header .secondary {
  color: #f9f9f9;
  z-index: 3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00000080;
  border: 1px solid silver;
  border-radius: 4px;
  align-items: center;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.main-hero .button.primary {
  white-space: nowrap;
  color: #f9f9f9;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #2570c1;
  border: none;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.main-hero main {
  display: block;
}

.main-hero .hero, .hero .content {
  box-sizing: border-box;
}

.main-hero .hero {
  align-items: center;
  display: flex;
  position: relative;
}

.main-hero section {
  box-sizing: border-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.6vw;
  position: relative;
}

.main-hero .hero .content {
  z-index: 1;
  box-sizing: border-box;
  max-width: 640px;
}

.main-hero .hero picture {
  margin-bottom: 2vw;
}

.main-hero footer img, footer picture, section img, section picture {
  width: 100%;
  height: auto;
  display: block;
}

.main-hero img {
  aspect-ratio: auto 1045 / 569;
  width: 1045px;
  height: 569px;
}

.main-hero .compact h1, .compact h2, .compact h3, .compact h4, .compact h5, .compact h6 {
  line-height: 1.2;
}

.main-hero .h1, h1 {
  margin-bottom: 12px;
}

.main-hero .h1, .h2, h1, h2 {
  letter-spacing: normal;
  font-weight: 700;
}

.main-hero .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #f9f9f9;
}

.main-hero h1, h2, h3, h4, h5 {
  margin-top: 0;
}

.main-hero form.button-side-by-side {
  display: flex;
}

.main-hero form.button-side-by-side .form-field-container {
  flex-grow: 1;
}

.main-hero form .form-field-container:first-of-type {
  margin-top: 0;
}

.main-hero form.button-side-by-side .form-field-container .form-label {
  display: none;
}

.main-hero form input[type="email"] {
  box-sizing: border-box;
  color: silver;
  width: 100%;
  height: 50px;
  font-size: inherit;
  background-color: #31343e;
  border: 1px solid #31343e;
  border-radius: 4px 0 0 4px;
  padding: 0 12px;
}

.main-hero form input[type="email"].error {
  border-color: #ff554c;
}

.main-hero form input[type="email"].warning {
  border-color: orange;
}

.main-hero .form-error {
  color: #ff554c;
}

.main-hero .form-warning {
  color: orange;
}

.main-hero .fine, .footnote {
  font-size: 11px;
  line-height: 21px;
}

.main-hero form.button-side-by-side .form-buttons {
  margin-top: 0;
}

.main-hero form .form-buttons, form .form-field-container {
  margin-top: 25px;
}

.main-hero .small, .text-sm {
  font-size: 16px;
  line-height: 26px;
}

.main-hero button, input, optgroup, select, textarea {
  font-family: inherit;
}

#Join1 {
  display: none;
}

.main-hero div.spacer-6 {
  margin-top: 24px;
}

.main-hero div.spacer-1, div.spacer-10, div.spacer-11, div.spacer-12, div.spacer-13, div.spacer-14, div.spacer-15, div.spacer-16, div.spacer-17, div.spacer-18, div.spacer-19, div.spacer-2, div.spacer-20, div.spacer-3, div.spacer-4, div.spacer-5, div.spacer-6, div.spacer-7, div.spacer-8, div.spacer-9 {
  width: 100%;
  height: 0;
}

.main-hero .hero .content > :last-child {
  margin-bottom: 0;
}

.main-hero p {
  margin-bottom: 12px;
}

.main-hero .hero .background {
  pointer-events: none;
  z-index: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.main-hero .hero .hint {
  cursor: pointer;
  background-color: #0000;
  border: none;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  padding: 6px;
  font-size: 0;
  animation: 1.75s infinite bounce;
  position: absolute;
  bottom: 2vw;
}

.main-hero .hero .hint .down {
  fill: #f9f9f9;
  pointer-events: none;
}

.main-container {
  display: flex;
  position: relative;
}

.main-container .text-container {
  flex-direction: column;
  order: 1;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-container .pic-container {
  text-align: center;
  width: 100%;
}

.main-container .text-container .text1 {
  color: #fff;
  flex: none;
  order: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}

.main-container .text-container .list {
  color: #fff;
  text-align: left;
  flex: none;
  order: 1;
  align-self: stretch;
  margin-left: 0;
  margin-right: 40px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.main-container .text-container .text2 {
  color: #fff;
  flex: none;
  order: 1;
  align-self: stretch;
  padding-top: 24px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.FAQ {
  flex-direction: column;
  flex: none;
  order: 3;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.FAQ .title {
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
}

.FAQ .accordion {
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background: #1e1e1e;
  border: 0;
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 72px;
  padding: 18px 16px;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  display: flex;
}

.FAQ .accordion .handler {
  background: url("/img/expand.svg") 0 0 / 36px no-repeat;
  width: 36px;
  height: 36px;
  top: 16px;
  right: 18px;
}

.FAQ .accordion .handler.active {
  background: url("/img/reduce.svg") 0 0 / 36px no-repeat;
  width: 36px;
  height: 36px;
  top: 16px;
  right: 18px;
}

.FAQ .panel {
  box-sizing: border-box;
  text-align: left;
  -o-transition: max-height .2s ease-out;
  background: #1e1e1e;
  flex: 1 0 auto;
  order: 0;
  width: 100%;
  height: 100%;
  margin-top: 2px;
  padding-right: 24px;
  transition: max-height .2s ease-out;
  position: relative;
  overflow: hidden;
}

.FAQ .panel .text {
  color: #fff;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.FAQ .panel .text:first-child {
  padding-top: 24px;
}

.FAQ .panel .list {
  color: #fff;
  text-align: left;
  flex: none;
  order: 1;
  align-self: stretch;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  position: relative;
  top: -24px;
}

.footer .copyright, .footer .copyright a {
  text-align: center;
  color: #616161;
  padding-top: 12px;
  padding-bottom: 16px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.longNotificationContainer .macOSNotif_Img {
  align-items: center;
  display: flex;
}

.longTitleNotification {
  position: relative;
  top: -4px !important;
}

.longNotification {
  white-space: unset !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  height: 25px !important;
  display: -webkit-box !important;
  top: -9px !important;
  overflow: hidden !important;
}

h1 {
  letter-spacing: normal;
  color: #f9f9f9;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 700;
  line-height: 1.2;
}

form.button-side-by-side {
  display: flex;
}

form.button-side-by-side .form-field-container {
  flex-grow: 1;
}

form .form-field-container:first-of-type {
  margin-top: 0;
}

form .form-buttons, form .form-field-container {
  margin-top: 25px;
}

form.button-side-by-side .form-field-container .form-label {
  display: none;
}

form input {
  box-sizing: border-box;
  color: silver;
  width: 100%;
  height: 50px;
  font-size: inherit;
  background-color: #31343e;
  border: 1px solid #31343e;
  border-radius: 4px 0 0 4px;
  padding: 0 12px;
}

form input.error {
  border-color: #ff554c;
}

form input.warning {
  border-color: orange;
}

form.button-side-by-side .form-buttons {
  margin-top: 0;
}

.form-buttons, form .form-field-container {
  margin-top: 25px;
}

.form-error {
  color: #ff554c;
  font-size: 14px;
}

.form-warning {
  color: orange;
  font-size: 14px;
}

.button.primary {
  white-space: nowrap;
  color: #f9f9f9;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #2570c1;
  border: none;
  border-radius: 0 4px 4px 0;
  justify-content: center;
  align-items: center;
  max-width: 360px;
  height: 50px;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 44px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.bodyStep {
  background: #1b1c1e;
  height: 100vh;
}

.headerStep {
  background-color: #242528;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

.headerStep .logoStep {
  cursor: pointer;
  height: 52px;
  position: absolute;
  left: 16px;
}

.mainStep {
  text-align: left;
  max-width: 372px;
  margin: 44px auto 40px;
  padding-left: 16px;
  padding-right: 16px;
}

.mainStep input {
  background: #2c2d30;
}

.mainStep h1 {
  font-size: 24px;
}

.space16 {
  width: 100%;
  height: 16px;
}

.mainStep p {
  margin-bottom: 4px;
  font-size: 12px;
}

.mainStep .info {
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 16px;
}

.mainStep input, .mainStep button {
  width: 100%;
  max-width: unset !important;
  border-radius: 4px !important;
}

.footerStep {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#validate1 {
  display: none;
}

.termsContent {
  line-height: 16px;
  margin-bottom: 12px !important;
  font-size: 11px !important;
}

.footerStep2 {
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 0;
}

.cardholderLabel {
  color: #fff;
  margin-top: 24px;
  margin-left: 13px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  position: absolute;
}

.cardholderLabelFocus {
  color: #a9a9ae;
  margin-top: 10px;
  margin-bottom: var(--p-spacing1);
  font-size: var(--fontSizeSm);
  font-weight: var(--fontWeightNormal);
}

.cardholderError {
  box-shadow: 0px 2px 4px #00000080, 0px 1px 6px #00000040, 0 0 0 1px var(--colorDanger) !important;
  border-color: #ff554c !important;
}

.cardholderErrorMsg {
  margin-top: -12px;
  margin-bottom: 8px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  display: none;
  position: relative;
  color: var(--colorDanger) !important;
  font-weight: var(--fontWeightNormal) !important;
  font-size: 14px !important;
}

.cardholder {
  color: #fff;
  border-color: #424353;
  border-radius: 5px;
  height: 65px;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  box-shadow: 0 2px 4px #00000080, 0 1px 6px #00000040;
  background-color: #30313d !important;
}

.cardholder:focus-visible, .cardholder:focus {
  outline: var(--focusOutline);
  border-color: var(--p-colorPrimaryAlpha40);
  box-shadow: 0px 2px 4px #00000080, 0px 1px 6px #00000040, var(--focusBoxShadow);
}

.error-message {
  color: orange;
  padding-top: 4px;
  font-family: Raleway;
  font-size: 15px;
  font-style: italic;
}

.input-wrapper > .eyed > .eye2 {
  float: right;
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: relative;
  top: -32px;
  right: 12px;
}

:root {
  --colorPrimaryText: #30313d;
  --p-colorPrimaryHover: #55ca6d;
  --p-colorPrimaryActive: #3cc057;
  --p-colorPrimaryAlpha20: #86da9740;
  --p-colorPrimaryAlpha40: #86da9766;
  --p-colorPrimaryAlpha50: #86da9780;
  --p-colorPrimaryDisabled: #5d5e60;
  --p-colorPrimaryDisabledText: #aeaeb0;
  --colorBackgroundText: #fff;
  --p-colorBackgroundDivider: #4b4d5e;
  --p-colorBackgroundDisabled: #27272b;
  --p-colorBackgroundDisabledDeemphasize05: #3a3a3f;
  --p-colorBackgroundDeemphasize03: #3d3e4c;
  --p-colorBackgroundDeemphasize05: #424353;
  --p-colorBackgroundDeemphasize10: #4b4d5e;
  --p-colorBackgroundDeemphasize15: #555668;
  --p-colorBackgroundDeemphasize20: #5f6073;
  --p-colorBackgroundLightenAbsolute05: #424354;
  --p-colorBackgroundContrastAlpha05: #ffffff14;
  --p-colorBackgroundContrastAlpha08: #ffffff1f;
  --p-colorBackgroundContrastAlpha30: #fff6;
  --colorTextSecondary: #b3b3b3;
  --colorTextPlaceholder: #9e9e9e;
  --colorSuccessText: #fff;
  --colorDangerText: #fff;
  --colorWarningText: #000;
  --fontFamily: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fontSmooth: always;
  --fontVariantLigatures: normal;
  --fontVariationSettings: normal;
  --fontLineHeight: 1.45;
  --fontSizeBase: 1rem;
  --fontSizeSm: .93rem;
  --fontSizeXs: .875rem;
  --fontSize2Xs: .8125rem;
  --fontSize3Xs: .75rem;
  --fontSizeLg: 1.0625rem;
  --fontSizeXl: 1.125rem;
  --fontSize2Xl: 1.25rem;
  --fontWeightLight: 300;
  --fontWeightNormal: 400;
  --fontWeightMedium: 600;
  --fontWeightBold: bold;
  --colorPrimary: #85d996;
  --colorBackground: #30313d;
  --colorText: #fff;
  --colorSuccess: #33c27f;
  --colorDanger: #ff554c;
  --colorWarning: #f6e6b9;
  --colorIcon: var(--colorTextSecondary);
  --colorIconHover: var(--colorText);
  --colorIconCheckmark: var(--colorPrimaryText);
  --colorIconCardError: var(--colorDanger);
  --colorIconCardCvc: var(--colorIcon);
  --colorIconCardCvcError: var(--colorDanger);
  --colorIconChevronDown: var(--colorIcon);
  --colorIconChevronDownHover: var(--colorIconHover);
  --colorIconClose: var(--colorIcon);
  --colorIconCloseHover: var(--colorIconHover);
  --colorIconLoadingIndicator: var(--p-colorBackgroundContrastAlpha30);
  --colorIconMenu: var(--colorPrimary);
  --colorIconMenuHover: var(--colorIconMenu);
  --colorIconMenuOpen: var(--colorIconMenu);
  --colorIconPasscodeDevice: var(--colorIcon);
  --colorIconPasscodeDeviceHover: var(--colorIconHover);
  --colorIconPasscodeDeviceNotification: var(--colorPrimary);
  --colorIconRedirect: currentColor;
  --colorIconTab: var(--colorIcon);
  --colorIconTabHover: #fff;
  --colorIconTabSelected: var(--colorPrimaryText);
  --colorIconTabMore: var(--colorIcon);
  --colorIconTabMoreHover: var(--colorIconTabMore);
  --spacingUnit: .25rem;
  --spacingGridRow: var(--p-spacing3);
  --spacingGridColumn: var(--p-spacing3);
  --spacingTab: var(--p-spacing1);
  --spacingPickerItem: var(--p-spacing2);
  --spacingAccordionItem: var(--p-spacing2);
  --borderRadius: 5px;
  --colorLogoTabSelected: light;
  --focusBoxShadow: 0 0 0 3px var(--p-colorPrimaryAlpha20), 0 1px 1px 0 var(--p-colorBackgroundContrastAlpha08);
  --focusOutline: 0;
  --p-spacingXs: 1px;
  --p-spacingSm: 2px;
  --p-spacing1: .25rem;
  --p-spacing2: .5rem;
  --p-spacing3: .75rem;
  --p-spacing4: 1rem;
  --p-spacing5: 1.25rem;
  --p-spacing6: 1.5rem;
  --p-spacing7: 1.75rem;
  --p-spacing8: 2rem;
  --p-spacing9: 2.25rem;
  --p-spacing10: 2.5rem;
  --p-logoLightDisplay: none;
  --p-logoDarkDisplay: block;
  --p-logoTabLightDisplay: none;
  --p-logoTabDarkDisplay: block;
  --p-logoTabSelectedLightDisplay: block;
  --p-logoTabSelectedDarkDisplay: none;
  --p-logoBlockLightDisplay: none;
  --p-logoBlockDarkDisplay: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer .logo {
  width: 160px;
}

.complete {
  overflow: hidden;
}

.complete .leftPanel {
  width: 50%;
  height: calc(100% - 72px);
  position: absolute;
  overflow: hidden;
}

.complete .leftPanel .blockSuccess {
  color: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  position: relative;
  left: 0;
  overflow: hidden auto;
}

::-webkit-scrollbar {
  display: none;
}

.complete .leftPanel .success {
  width: 104px;
  height: 104px;
}

.complete .paymentSuccess {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: 16px;
}

.complete .licence {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  top: 24px;
}

.complete .Order {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: 36px;
}

.complete .details {
  color: #fff;
  text-align: center;
  background: #242528;
  border-radius: 8px;
  max-width: 400px;
  height: 78px;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: 58px;
}

.complete .details .number {
  padding-left: 20px;
  padding-right: 20px;
}

.complete .details .description {
  text-align: left;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
}

.complete .details .price {
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}

.complete .nextStep {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  top: 84px;
}

.complete .blockStep {
  max-width: 400px;
  margin: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: 96px;
}

.complete .step1 {
  position: relative;
}

.complete .step2 {
  position: relative;
  top: 10px;
}

.complete .step3 {
  position: relative;
  top: 20px;
}

.complete .bold {
  font-weight: 700;
}

.complete .formComplete {
  height: 84px;
  margin-left: 100px;
  margin-right: 100px;
  position: relative;
  top: 140px;
  left: 0;
}

.complete .btnComplete {
  border-radius: 5px;
  width: 100%;
  position: relative;
}

.complete .image {
  object-fit: cover;
  width: 50%;
  height: calc(100% - 72px);
  position: absolute;
  right: 0;
}

.complete .space28 {
  height: 28px;
}

/* [project]/src/app/css/small.css [app-client] (css) */
@media (max-width: 768px) {
  .main-hero .hero .content {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-hero .hero {
    min-height: 100vh;
    padding: 5.6vw;
  }

  .main-hero .h1, h1 {
    font-size: 26px !important;
  }

  .main-hero picture {
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-hero footer img {
    text-align: center;
  }

  .afterHero {
    margin-bottom: 12px;
  }

  .main-hero .hero .background {
    background-image: url("/img/sm.jpg");
  }

  .main-hero .hero .background video {
    display: none;
  }

  .main-container {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: auto;
    margin-bottom: 96px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 8px;
  }

  .main-hero header .secondary {
    height: 40px;
    margin-top: 12px;
    margin-right: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .main-hero form {
    flex-direction: column;
  }

  .main-hero form.button-side-by-side .form-field-container input[type="email"] {
    border-radius: 4px !important;
  }

  .main-hero .form-buttons button {
    width: 100%;
    margin-top: 10px;
    max-width: unset !important;
    border-radius: 4px !important;
  }

  .main-container .pic-container {
    justify-content: center;
    display: flex;
  }

  .main-container img {
    width: 90%;
    padding-top: 4px;
  }

  .main-container .order0 {
    order: 2;
  }

  .main-container .order1 {
    order: 2;
    margin-top: 32px;
  }

  .main-container .text-container .text1 {
    text-align: center;
    font-size: 28px;
  }

  .main-container .text-container .text2 {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .main-container .text-container .list {
    font-size: 16px;
  }

  .FAQ .title {
    font-size: 24px;
  }

  .FAQ .accordion {
    height: 60px;
    font-size: 16px;
  }

  .FAQ .panel {
    margin-bottom: 8px;
  }

  .FAQ .panel .text, .FAQ .panel .list {
    font-size: 16px;
  }

  .footer .copyright, .footer .copyright a {
    font-size: 12px;
  }

  .FAQ .accordion span {
    text-align: left;
    max-width: calc(100% - 46px);
  }

  .main-hero .hint {
    left: calc(50% - 24px);
    right: calc(50% - 24px);
  }

  .macOSNotif_Outer {
    width: 100% !important;
  }

  .longNotificationContainer {
    width: calc(100% - 25px) !important;
  }

  .macOSNotif_Text {
    width: calc(100% - 60px) !important;
    position: absolute !important;
    left: 60px !important;
  }

  .macOSNotif_Buttons {
    display: none;
  }

  .footer .logoHome {
    width: 80px;
    height: 64px;
  }

  .complete .leftPanel .blockSuccess {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .complete .leftPanel {
    width: 100%;
  }

  .complete .details {
    max-width: 400px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .complete .blockStep {
    margin-left: 12px;
    margin-right: 12px;
  }

  .complete .formComplete {
    max-width: 400px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .complete .image {
    display: none;
  }
}

/* [project]/src/app/css/medium.css [app-client] (css) */
@media (min-width: 768px) and (max-width: 1024px) {
  .main-hero .hero .content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 36vw;
  }

  .main-hero .hero {
    min-height: 70vh;
    padding: 0;
  }

  .main-hero .h1, h1 {
    font-size: 32px !important;
  }

  .main-hero picture {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-hero footer img {
    text-align: center;
  }

  .main-container {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    height: auto;
    margin-bottom: 96px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
  }

  .afterHero {
    margin-bottom: 120px;
  }

  .main-hero .form-container {
    align-items: center;
  }

  .main-hero form.button-side-by-side .form-field-container {
    display: contents;
  }

  .main-hero header .secondary {
    max-width: 260px;
    height: 48px;
    margin-top: 12px;
    margin-right: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .main-hero .form-error, .main-hero .form-warning {
    text-align: center;
    margin-top: 52px;
    position: absolute;
  }

  .main-hero form.button-side-by-side .form-field-container input[type="email"] {
    width: 440px;
    display: block;
  }

  .main-hero .hero .background {
    background-image: url("/img/md.jpg");
  }

  .main-hero .hero .background video {
    display: none;
  }

  .main-container .pic-container {
    justify-content: center;
    width: 75%;
    display: flex;
  }

  .main-container img {
    width: 70%;
  }

  .main-container .order0 {
    order: 2;
  }

  .main-container .order1 {
    order: 2;
    margin-top: 32px;
  }

  .FAQ .panel {
    margin-bottom: 12px;
  }

  .main-container .text-container .text1 {
    text-align: center;
    font-size: 32px;
  }

  .main-container .text-container .text2 {
    text-align: center;
    padding-left: 4px;
    font-size: 18px;
  }

  .main-container .text-container .list {
    font-size: 18px;
  }

  .FAQ {
    padding: 0 32px;
  }

  .FAQ .title {
    font-size: 32px;
  }

  .FAQ .accordion, .FAQ .panel .text, .FAQ .panel .list {
    font-size: 18px;
  }

  .footer .copyright, .footer .copyright a {
    font-size: 14px;
  }

  .main-hero .hint {
    margin-left: -14px;
    left: 5.6vw;
    right: 5.6vw;
    left: auto !important;
  }

  .main-hero .lg-text-left {
    max-width: 500px !important;
  }

  .footer .logoHome {
    width: 100px;
    height: 80px;
  }

  .complete .leftPanel {
    width: 100%;
  }

  .complete .details, .complete .formComplete {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .complete .image {
    display: none;
  }
}

/* [project]/src/app/css/large.css [app-client] (css) */
@media (min-width: 1440px) {
  .main-hero .hero .content {
    text-align: left;
    width: 50%;
  }

  .main-hero .hero .content h1 {
    line-height: 40px;
  }

  .main-hero .hero {
    min-height: 100vh;
    padding: 5.6vw;
  }

  .main-hero .h1, h1 {
    font-size: 36px !important;
  }

  .main-hero picture {
    max-width: 180px;
  }

  .main-container {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 1200px;
    height: auto;
    margin-bottom: 96px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
  }

  .afterHero {
    margin-bottom: 96px;
  }

  .main-hero form.button-side-by-side .form-field-container {
    display: contents;
  }

  .main-hero header a.secondary {
    max-width: 260px;
    height: 48px;
    margin-top: 12px;
    margin-right: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .main-hero .form-error, .main-hero .form-warning {
    margin-top: 52px;
    position: absolute;
  }

  .main-hero form.button-side-by-side .form-field-container input[type="email"] {
    max-width: 440px;
    display: block;
  }

  .main-hero .hero .background video {
    width: 100%;
    display: block;
  }

  .main-container .pic-container {
    justify-content: center;
    display: flex;
  }

  .main-container img {
    width: 75%;
  }

  .main-container .order0 {
    order: 0;
  }

  .main-container .order1 {
    order: 2;
  }

  .FAQ .accordion {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .FAQ .panel {
    width: 1200px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .text-container .text1 {
    text-align: left;
    margin-left: 24px;
    font-size: 36px;
  }

  .main-container .text-container .text2 {
    text-align: left;
    margin-left: 20px;
    padding-left: 4px;
    font-size: 20px;
  }

  .main-container .text-container .list {
    font-size: 20px;
  }

  .FAQ {
    padding: 0 32px;
  }

  .FAQ .title {
    font-size: 36px;
  }

  .FAQ .accordion {
    font-size: 20px;
  }

  .FAQ .panel .text, .FAQ .panel .list {
    font-size: 18px;
  }

  .footer .copyright, .footer .copyright a {
    font-size: 14px;
  }

  .footer .logoHome {
    width: 100px;
    height: 80px;
  }

  .main-hero .hint {
    margin-left: -14px;
    left: 5.6vw;
    right: 5.6vw;
    left: auto !important;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .main-hero .hero .content {
    text-align: left;
    width: 50%;
  }

  .main-hero .hero .content h1 {
    line-height: 40px;
  }

  .main-hero .hero {
    min-height: 100vh;
    padding: 5.6vw;
  }

  .main-hero .h1, h1 {
    font-size: 36px;
  }

  .main-hero picture {
    max-width: 180px;
  }

  .main-container {
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 961px;
    height: auto;
    margin-bottom: 96px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
  }

  .afterHero {
    margin-bottom: 96px;
  }

  .main-hero form.button-side-by-side .form-field-container {
    display: contents;
  }

  .main-hero header .secondary {
    max-width: 260px;
    height: 48px;
    margin-top: 12px;
    margin-right: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .main-hero .form-error, .main-hero .form-warning {
    margin-top: 52px;
    position: absolute;
  }

  .main-hero form.button-side-by-side .form-field-container input[type="email"] {
    max-width: 440px;
    display: block;
  }

  .main-hero .hero .background video {
    width: 100%;
    display: block;
  }

  .main-container .pic-container {
    justify-content: center;
    display: flex;
  }

  .main-container img {
    width: 86%;
  }

  .main-container .order0 {
    order: 0;
  }

  .main-container .order1 {
    order: 2;
  }

  .FAQ .accordion {
    width: 961px;
    margin-left: auto;
    margin-right: auto;
  }

  .FAQ .panel {
    width: 961px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  .main-container .text-container .text1 {
    text-align: left;
    margin-left: 24px;
    font-size: 36px;
  }

  .main-container .text-container .text2 {
    text-align: left;
    margin-left: 20px;
    padding-left: 4px;
    font-size: 20px;
  }

  .main-container .text-container .list {
    font-size: 20px;
  }

  .FAQ {
    padding: 0 32px;
  }

  .FAQ .title {
    font-size: 36px;
  }

  .FAQ .accordion, .FAQ .panel .text, .FAQ .panel .list {
    font-size: 18px;
  }

  .footer .copyright, .footer .copyright a {
    font-size: 14px;
  }

  .main-hero .hint {
    margin-left: -14px;
    left: 5.6vw;
    right: 5.6vw;
    left: auto !important;
  }

  .footer .logoHome {
    width: 100px;
    height: 80px;
  }
}

/* [project]/src/app/globals.css [app-client] (css) */


/*# sourceMappingURL=src_app_08dbb430._.css.map*/