/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

html, body {
  font-family: Inter, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.container {
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .container {
    box-sizing: content-box;
  }

  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.text-h1 {
  font-family: Raleway, sans-serif;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-weight: 800;
  color: #efefef8c;
}

@media (min-width: 640px) {
  .text-h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 1024px) {
  .text-h1 {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (min-width: 1280px) {
  .text-h1 {
    font-size: 55px;
    line-height: 55px;
  }
}

.text-h2 {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

@media (min-width: 640px) {
  .text-h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .text-h2 {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .text-h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.text-h4 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .text-h4 {
    font-size: 24px;
    line-height: 28px;
  }
}

.z1 {
  display: inline-block;
  border-radius: 0.375rem;
  border-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .z1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.z2::after {
  margin-left: 1rem;
  height: 1.5rem;
  width: 1.25rem;
  flex: none;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: currentColor;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

@media (min-width: 768px) {
  .z2::after {
    content: var(--tw-content);
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.z2::after {
  -webkit-clip-path: path("M18.72 10.881a1.3 1.3 0 0 1 0 1.838l-7.8 7.8a1.3 1.3 0 0 1-1.84 0l-7.8-7.8a1.3 1.3 0 1 1 1.84-1.838l5.58 5.58V1.402a1.3 1.3 0 1 1 2.6 0v15.06l5.58-5.58a1.3 1.3 0 0 1 1.84 0Z");
          clip-path: path("M18.72 10.881a1.3 1.3 0 0 1 0 1.838l-7.8 7.8a1.3 1.3 0 0 1-1.84 0l-7.8-7.8a1.3 1.3 0 1 1 1.84-1.838l5.58 5.58V1.402a1.3 1.3 0 1 1 2.6 0v15.06l5.58-5.58a1.3 1.3 0 0 1 1.84 0Z");
}

.js-course-show-wrap-button {
  display: none;
}

@media (min-width: 1024px) {
  .hide-more-courses .js-course-list > *:nth-child(n+5) {
    display: none;
  }

  .hide-more-courses .js-course-show-wrap-button {
    display: block;
  }
}

.course-bubble {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1rem;
  background-color: rgb(255 255 255 / 0.7);
  padding: 1.5rem;
  opacity: 0;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.peer:hover ~ .course-bubble {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .course-bubble {
    left: auto;
  }

  .course-bubble {
    bottom: auto;
  }

  .course-bubble {
    right: 8rem;
  }

  .course-bubble {
    top: 50%;
  }

  .course-bubble {
    display: block;
  }

  .course-bubble {
    width: 24rem;
  }

  .course-bubble {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .course-bubble {
    border-width: 1px;
  }

  .course-bubble {
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249 / var(--tw-border-opacity));
  }

  .course-bubble {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .course-bubble {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .course-bubble {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .course-bubble {
    --tw-shadow-color: rgb(51 65 85 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .course-bubble:hover {
    pointer-events: auto;
  }

  .course-bubble:hover {
    opacity: 1;
  }
}

.course-bubble--show {
  pointer-events: auto;
  opacity: 1;
}

.course-bubble__inner {
  margin-bottom: 1rem;
}

.course-bubble__inner > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.course-bubble__inner {
  overflow-y: auto;
  text-align: left;
  font-size: 13px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .course-bubble__inner {
    margin: 0px;
  }

  .course-bubble__inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .course-bubble__inner {
    font-size: 14px;
    line-height: 22px;
  }
}

.swiper-slide {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.section-4__slide-wrap.swiper-slide-active {
  z-index: 10;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.section-1 {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  --tw-gradient-from: #0f172a;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(15 23 42 / 0));
  --tw-gradient-to: #171717;
  padding-top: 7rem;
  padding-bottom: 3.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .section-1 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .section-1 {
    padding-top: 8rem;
  }

  .section-1 {
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .section-1 {
    display: flex;
  }

  .section-1 {
    height: 100vh;
  }

  .section-1 {
    min-height: 600px;
  }

  .section-1 {
    align-items: center;
  }

  .section-1 {
    justify-content: center;
  }

  .section-1 {
    padding: 0px;
  }
}

.section-1__bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.6;
}

.section-1__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
}

@media (min-width: 1024px) {
  .section-1__inner {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  .section-1__inner {
    max-width: none;
  }

  .section-1__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.section-1__text {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 42rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .section-1__text {
    margin-top: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .section-1__text {
    max-width: 48rem;
  }

  .section-1__text {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .section-1__text {
    margin-top: 2rem;
  }
}

.section-1__btn-wrap {
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 640px) {
  .section-1__btn-wrap {
    margin-top: 2.5rem;
  }

  .section-1__btn-wrap {
    display: flex;
  }
}

.section-1__btn-1 {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .section-1__btn-1:hover {
    /*--tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));*/
  }
}

.section-1__btn-1 {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
  width: 100%;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.section-1__btn-1:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 640px) {
  .section-1__btn-1 {
    width: auto;
  }
}

.section-1__btn-2 {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .section-1__btn-2:hover {
    /*--tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));*/
  }
}

.section-1__btn-2 {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 20px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
  margin-top: 0.75rem;
  width: 100%;
}

.section-1__btn-2:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 640px) {
  .section-1__btn-2 {
    margin-left: 1rem;
  }

  .section-1__btn-2 {
    margin-top: 0px;
  }

  .section-1__btn-2 {
    width: auto;
  }
}

.section-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .section-2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .section-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-2__list {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 2.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .section-2__list {
    margin-top: 2.75rem;
  }

  .section-2__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .section-2__list {
    margin-top: 3rem;
  }

  .section-2__list {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section-2__list {
    margin-top: 4rem;
  }

  .section-2__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-2__list {
    row-gap: 4rem;
  }

  .section-2__list {
    font-size: 18px;
    line-height: 28px;
  }
}

.section-2__item {
  display: flex;
}

@media (min-width: 768px) {
  .section-2__item {
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .section-2__item {
    display: block;
  }
}

.section-2__icon-wrap {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .section-2__icon-wrap {
    height: 4rem;
  }

  .section-2__icon-wrap {
    width: 4rem;
  }
}

.section-2__icon-wrap svg {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 768px) {
  .section-2__icon-wrap svg {
    height: 2rem;
  }

  .section-2__icon-wrap svg {
    width: 2rem;
  }
}

.section-2__text {
  margin-left: 1rem;
  flex: 1 1 auto;
}

@media (min-width: 1024px) {
  .section-2__text {
    margin-left: 0px;
  }

  .section-2__text {
    margin-top: 1.25rem;
  }
}

.section-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .section-3 {
    padding-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .section-3 {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-3 {
    padding-top: 6rem;
  }

  .section-3 {
    padding-bottom: 7rem;
  }
}

@media (min-width: 768px) {
  .section-3__left-wrap {
    display: grid;
  }

  .section-3__left-wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-3__left-wrap {
    gap: 1.5rem;
  }
}

.section-3__right-wrap {
  grid-column: span 1 / span 1;
  margin-top: 2.5rem;
}

.section-3__right-wrap > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.section-3__right-wrap {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .section-3__right-wrap {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) {
  .section-3__right-wrap {
    margin-top: 0px;
  }
}

@media (min-width: 1024px) {
  .section-3__right-wrap > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .section-3__right-wrap {
    font-size: 18px;
    line-height: 28px;
  }
}

.section-3__item {
  display: flex;
}

.section-3__icon {
  margin-right: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  flex: none;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .section-3__icon {
    height: 4rem;
  }

  .section-3__icon {
    width: 4rem;
  }
}

@media (min-width: 1280px) {
  .section-3__icon {
    margin-right: 1.25rem;
  }
}

.section-3__badge-1 {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(167 243 208 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.section-3__badge-2 {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(253 230 138 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}

.section-3__badge-3 {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(199 210 254 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.section-3__badge-4 {
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(245 208 254 / 0.5);
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity));
}

.section-4 {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .section-4 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .section-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-4 {
    padding-top: 6rem;
  }

  .section-4 {
    padding-bottom: 9rem;
  }
}

.section-4__content {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .section-4__content {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .section-4__content {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) {
  .section-4__content {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .section-4__content {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-4__content {
    margin-left: 0px;
    margin-right: 0px;
  }

  .section-4__content {
    margin-top: 6rem;
  }

  .section-4__slider-inner {
    display: grid;
  }

  .section-4__slider-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .section-4__slider-inner {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.section-4__slide-wrap {
  width: auto;
}

@media (min-width: 1024px) {
  .section-4__slide-wrap {
    position: static;
  }
}

.section-4__slide {
  width: 300px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .section-4__slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-4__slide {
    padding-top: 2.25rem;
  }

  .section-4__slide {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .section-4__slide {
    width: 100%;
  }

  .section-4__slide {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-4__slide {
    padding-top: 2.5rem;
  }

  .section-4__slide {
    padding-bottom: 2.25rem;
  }
}

.section-4__slide-pupular {
  position: relative;
  width: 300px;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 640px) {
  .section-4__slide-pupular {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-4__slide-pupular {
    padding-top: 2.25rem;
  }

  .section-4__slide-pupular {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .section-4__slide-pupular {
    width: 100%;
  }

  .section-4__slide-pupular {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .section-4__slide-pupular {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-4__slide-pupular {
    padding-top: 2.5rem;
  }

  .section-4__slide-pupular {
    padding-bottom: 2.25rem;
  }
}

.section-4__badge {
  position: absolute;
  left: 50%;
  top: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.section-4__month {
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .section-4__month {
    text-align: left;
  }
}

.section-4__month-text {
  margin-top: 0.25rem;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}

@media (min-width: 640px) {
  .section-4__month-text {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .section-4__month-text {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-4__old-price {
  margin-top: 1.5rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

@media (min-width: 1024px) {
  .section-4__old-price {
    margin-top: 1.75rem;
  }
}

.section-4__price {
  margin-top: 0.25rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.section-4__price-big {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .section-4__price-big {
    font-size: 40px;
    line-height: 40px;
  }
}

.section-4__text-1 {
  margin-top: 1.5rem;
  font-size: 13px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.section-4__text-2 {
  font-size: 13px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.section-4__btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/*@media (min-width: 768px) {
  .section-4__btn:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}*/

.section-4__btn {
  margin-top: 1.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-4__btn:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .section-4__btn:hover {
    --tw-shadow-color: rgb(51 65 85 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }
}

.section-4__slide-pupular .section-4__btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/*@media (min-width: 768px) {
  .section-4__slide-pupular .section-4__btn:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}*/

.section-4__slide-pupular .section-4__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  margin-top: 1.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .section-4__slide-pupular .section-4__btn:hover {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .section-4__slide-pupular .section-4__btn:hover {
    --tw-shadow-color: rgb(29 78 216 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }
}

.section-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .section-5 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .section-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-5__inner {
    display: grid;
  }

  .section-5__inner {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .section-5__inner {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

.section-5__title {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

@media (min-width: 640px) {
  .section-5__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .section-5__title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .section-5__title {
    font-size: 40px;
    line-height: 40px;
  }

  .section-5__title {
    grid-column: span 8 / span 8;
  }

  .section-5__title {
    grid-column-start: 3;
  }

  .section-5__title {
    text-align: center;
  }
}

.section-5__list {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .section-5__list {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .section-5__list {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) {
  .section-5__list {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .section-5__list {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-5__list {
    grid-column: span 10 / span 10;
  }

  .section-5__list {
    grid-column-start: 2;
  }

  .section-5__list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .section-5__list {
    margin-top: 4rem;
  }
}

.section-5__card {
  position: relative;
  width: 300px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px) {
  .section-5__card {
    width: 100%;
  }

  .section-5__card {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .section-5__card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-5__card-inner {
  align-items: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .section-5__card-inner {
    display: flex;
	justify-content:space-between;
  }

  .section-5__card-inner {
    text-align: left;
  }
}

.section-5__card-left {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 1024px) {
  .section-5__card-left {
    flex-direction: row;
  }
}

.section-5__card-left img {
  height: 8rem;
  width: 8rem;
  flex: none;
}

@media (min-width: 1024px) {
  .section-5__card-left img {
    height: 6rem;
  }

  .section-5__card-left img {
    width: 6rem;
  }
}

.section-5__card-icon {
  display: flex;
  height: 8rem;
  width: 8rem;
  flex: none;
  align-items: center;
  justify-content: center;
  font-size: 80px;
}

@media (min-width: 1024px) {
  .section-5__card-icon {
    height: 6rem;
  }

  .section-5__card-icon {
    width: 6rem;
  }

  .section-5__card-icon {
    font-size: 60px;
    line-height: 60px;
  }
}

.section-5__card-box {
  margin-top: 1.25rem;
  flex: 1 1 auto;
}

@media (min-width: 1024px) {
  .section-5__card-box {
    margin-top: 0px;
  }

  .section-5__card-box {
    margin-left: 2rem;
  }
}

.section-5__card-title {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .section-5__card-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.section-5__card-description {
  margin-top: 0.625rem;
  font-size: 12px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .section-5__card-description {
    margin-top: 0.25rem;
  }

  .section-5__card-description {
    font-size: 14px;
    line-height: 22px;
  }
}

.section-5__card-btn-1 {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .section-5__card-btn-1:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.section-5__card-btn-1 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .section-5__card-btn-1 {
    display: none;
  }
}

.section-5__card-btn-2 {
  margin-left: auto;
  display: none;
  flex: none;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .section-5__card-btn-2 {
    display: flex;
  }
}

.section-5__card-btn-3 {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .section-5__card-btn-3:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.section-5__card-btn-3 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
  margin-top: auto;
}

@media (min-width: 1024px) {
  .section-5__card-btn-3 {
    display: none;
  }
}

.section-5__card-btn-4 {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .section-5__card-btn-4:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.section-5__card-btn-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .section-5__card-btn-4 {
    margin-top: 0px;
  }

  .section-5__card-btn-4 {
    margin-left: auto;
  }
}

.section-5__card-tarrif {
  position: relative;
  width: 300px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px) {
  .section-5__card-tarrif {
    width: 100%;
  }

  .section-5__card-tarrif {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .section-5__card-tarrif {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section-5__show-all {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #f8fafc;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(248 250 252 / 0));
  padding-top: 6rem;
  padding-bottom: 2rem;
  text-align: center;
}

.section-5__show-all-btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .section-5__show-all-btn:hover {
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.section-5__show-all-btn {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  line-height: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

.section-5__show-all-btn:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.section-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 640px) {
  .section-6 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .section-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.section-6__title {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

@media (min-width: 640px) {
  .section-6__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .section-6__title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .section-6__title {
    font-size: 40px;
    line-height: 40px;
  }

  .section-6__title {
    text-align: center;
  }
}

.section-6__content {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .section-6__content {
    margin-top: 2.75rem;
  }

  .section-6__content {
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .section-6__content {
    margin-top: 3rem;
  }

  .section-6__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-6__content {
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .section-6__content {
    margin-top: 4rem;
  }

  .section-6__content {
    font-size: 18px;
    line-height: 28px;
  }
}

.section-6__item {
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(224 231 255 / 0.6);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.section-6__item:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1024px) {
  .section-6__item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-6__item {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.section-6__count {
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .section-6__count {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .section-6__count {
    font-size: 50px;
    line-height: 50px;
  }
}

.section-6__text {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .section-6__text {
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .section-6__text {
    margin-top: 1.5rem;
  }
}

.section-6__text img {
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  display: inline-block;
  height: 2rem;
}

.section-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media (min-width: 640px) {
  .section-7 {
    padding-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .section-7 {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .section-7 {
    padding-top: 6rem;
  }

  .section-7 {
    padding-bottom: 8rem;
  }
}

.section-7__title {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}

@media (min-width: 640px) {
  .section-7__title {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .section-7__title {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .section-7__title {
    font-size: 40px;
    line-height: 40px;
  }

  .section-7__title {
    text-align: center;
  }
}

.section-7__content {
  margin-top: 2.5rem;
}

@media (min-width: 640px) {
  .section-7__content {
    margin-top: 2.75rem;
  }
}

@media (min-width: 768px) {
  .section-7__content {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-7__content {
    margin-top: 4rem;
  }

  .section-7__content {
    display: grid;
  }

  .section-7__content {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.section-7__inner > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.section-7__inner {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: #26333a;
}

@media (min-width: 640px) {
  .section-7__inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1024px) {
  .section-7__inner {
    grid-column: span 10 / span 10;
  }

  .section-7__inner {
    grid-column-start: 2;
  }

  .section-7__inner > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .section-7__inner {
    font-size: 18px;
    line-height: 28px;
  }
}

.section-8 {
  --tw-bg-opacity: 1;
  background-color: #052ca7;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .section-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.section-8__content {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .section-8__content {
    display: grid;
  }

  .section-8__content {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .section-8__content {
    gap: 1.5rem;
  }
}

.section-8__text {
  font-family: Raleway, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

@media (min-width: 640px) {
  .section-8__text {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (min-width: 768px) {
  .section-8__text {
    font-size: 32px;
    line-height: 34px;
  }
}

@media (min-width: 1024px) {
  .section-8__text {
    grid-column: span 9 / span 9;
  }

  .section-8__text {
    grid-column-start: 2;
  }

  .section-8__text {
    font-size: 40px;
    line-height: 40px;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-8 {
  top: 2rem;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-full {
  grid-column: 1 / -1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.w-auto {
  width: auto;
}

.flex-auto {
  flex: 1 1 auto;
}

.overflow-visible {
  overflow: visible;
}

.text-center {
  text-align: center;
}

.font-body {
  font-family: Inter, sans-serif;
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: transparent;
}

.header__logo {
  background-image: url(https://4brain.ru/about/firstyle/logo-horizontal-white.svg);
}

.navbar {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.navbar__link {
  -webkit-text-stroke: initial;
}

.navbar__link:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.faq {
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.faq:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.faq--active {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.faq--active .z2::after {
  transform: rotateX(.5turn);
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__answer {
  margin-top: 0.75rem;
  display: none;
  padding-right: 2rem;
}

.footer {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
  .footer {
    padding-top: 3.5rem;
  }
}

@media (min-width: 768px) {
  .footer {
    padding-top: 5rem;
  }
}

.footer__container {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  font-size: 13px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .footer__container {
    gap: 1.25rem;
  }
}

@media (min-width: 768px) {
  .footer__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer__container {
    gap: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .footer__container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:mt-4 {
    margin-top: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:overflow-visible {
    overflow: visible;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-7 {
    grid-column-start: 7;
  }
}


/*---------Подробнее и окно - начало -------------*/

.card-box__more {
	color:blue;
	cursor:pointer;	
}

.z-page-popup {
  display: none;
  position: fixed;
  z-index: 100;
  background: rgba(22, 26, 65, 0.4);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 20px;
  overflow: auto;
}

.z-page-popup_show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.z-page-popup__close {
  position: fixed;
  right: 32px;
  top: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.z-page-popup__close::before, .z-page-popup__close::after {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: 48%;
  left: 4%;
}

.z-page-popup__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.z-page-popup__close::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.z-page-popup__content {
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 800px;
  padding: 30px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .z-page-popup__close {
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(22, 26, 65, 0.6);
  }
  .z-page-popup__close::before, .z-page-popup__close::after {
    width: 60%;
    left: 18%;
  }
}

@media (max-width: 575.98px) {
  .z-page-popup {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .z-page-popup__close {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/*---------Подробнее и окно - конец -------------*/


.bluegreentext {background: linear-gradient(269deg, #10aec3 33%, #25b3ff 66%);  -webkit-background-clip: text;  -webkit-text-fill-color: transparent;  color: #0B2349;}
.whitetext {color:white;}

.pricecomment {margin-top:100px; font-size:20px; color:white; text-align:center;}

.tariffs-section .text-h2 {margin-bottom: 50px; }

.section-4__onemonth, .section-4__onemonth:hover {display:block; color:silver; font-size:12px; margin-top:10px; text-align:center; text-decoration:underline;}
.section-4__text-2, .section-4__month-text {display:none;}

