/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
/* By Athlon Front-End Team */
/* Tailwind style */
/* ! tailwindcss v3.2.4 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #437C8D; /* 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.
5. Use the user's configured `sans` font-feature-settings 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 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
}
/*
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 */
  font-weight: inherit; /* 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #1A3D56; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #1A3D56; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #1A3D56; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #1A3D56; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #1A3D56; /* 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;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}
::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  }
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.block {
  display: block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hidden {
  display: none;
}
.h-6 {
  height: 1.5rem;
}
.w-px {
  width: 1px;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rounded-md {
  border-radius: 0.375rem;
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 124 141 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 61 86 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 57 66 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pt-28 {
  padding-top: 7rem;
}
.text-center {
  text-align: center;
}
.font-Gilroy {
  font-family: Gilroy, sans-serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xxl {
  font-size: 26px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(49 57 66 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(67 124 141 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(152 157 160 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(244 101 110 / var(--tw-text-opacity));
}
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
/* Core variables */
/**
 * Variables
*/
/* Typography */
/* Breakpoints */
/* Paths */
/* Grid setup */
/* Colour palette */
/* Components */
/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;

}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/**
 * Fonts
*/
@font-face {
  font-family: "Gilroy";
  src: url(../images/design/Gilroy-Regular.31d54a.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url(../images/design/Gilroy-Medium.2bc7f5.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url('../images/design/Gilroy-Bold.5fb38b.woff') format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Bitstream Vera Serif Bold';
  src: url("../fonts/Akrobat-Black.otf") format("otf");
}
/* Mixins, helpers and functions */
/**
 * Helper mixins
*/
/* Vendor */
/* Components */
/* Browser specific styles */
/**
 * Dirty hacks, yes internet explorer, we are looking at you
*/
/* Demo Page styles */
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(49 57 66 / var(--tw-text-opacity));
}

.container {
  max-width: 1188px;
}

.login-btn {
  width: 106px;
  height: 40px;
  font-family: "Gilroy";
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .login-btn {
    width: 168px;
  }
}
.intro {
  background: url(../images/design/intro-bg.8f0f8a.jpg) no-repeat center center;
  background-size: cover;
}

.intro__title {
  position: relative;
  z-index: 10;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.title-wrap {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .title-wrap {
    padding-right: 3rem;
  }
}

.title-wrap {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .title-wrap {
    width: 50%;
  }
}
.title-wrap:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(11%, rgb(243, 251, 253)), color-stop(88%, rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgb(243, 251, 253) 11%, rgb(255, 255, 255) 88%);
  display: block;
  height: 100%;
  width: 221px;
  position: absolute;
  left: -54px;
  top: 0;
}

.study__img-decor {
  width: 288px;
  height: 144px;
  position: absolute;
  left: -2.5rem;
  bottom: -2.5rem;
}

.stud-list__number {
  width: 32px;
  height: 32px;
  -webkit-box-shadow: -4px 4px 5px rgba(52, 60, 61, 0.15);
          box-shadow: -4px 4px 5px rgba(52, 60, 61, 0.15);
  margin-right: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(244 101 110 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.study__content-decor {
  width: 70px;
  height: 95px;
  position: absolute;
  right: 0;
  top: 0;
}

.study__border-decor {
  position: absolute;
  left: 34px;
  top: 93px;
  width: 100%;
  max-width: 316px;
  display: none;
}

@media (min-width: 1536px) {
  .study__border-decor {
    display: block;
  }
}

.vercont-promo {
  background: url(../images/design/vercont-bg.d69a71.jpg) no-repeat center center #1A3D56;
  background-size: 1600px;
}

.text-list li {
  font-family: Gilroy, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-list li:before {
  content: "";
  width: 25px;
  height: 2px;
  margin-right: 0.75rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(244 101 110 / var(--tw-bg-opacity));
}

.girls-decor {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
}

@media (min-width: 768px) {
  .girls-decor {
    display: block;
    max-width: 288px;
  }
}
@media (min-width: 1024px) {
  .girls-decor {
    max-width: 481px;
  }
}
.steps-list__number {
  width: 32px;
  height: 32px;
  -webkit-box-shadow: -4px 4px 5px rgba(52, 60, 61, 0.15);
          box-shadow: -4px 4px 5px rgba(52, 60, 61, 0.15);
  margin-right: 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(244 101 110 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  -webkit-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));
          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));
  left: 0px;
}

@media (min-width: 768px) {
  .steps-list__number_1 {
    right: 6px;
    top: 61px;
    left: auto;
  }
  .steps-list__number_2 {
    left: 19px;
    top: 142px;
  }
  .steps-list__number_3 {
    right: 6px;
    top: 43px;
    left: auto;
  }
  .steps-list__number_4 {
    left: 19px;
    top: 126px;
  }
  .steps-list__number_5 {
    right: 6px;
    top: 12px;
    left: auto;
  }
}
.zig-zag-decor {
  display: none;
}
@media (min-width: 768px) {
  .zig-zag-decor {
    display: block;
  }
}
.zig-zag-decor {
  width: 84px;
  height: 347px;
  position: absolute;
  left: 50%;
  top: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.study-step-decor-1 {
  position: absolute;
  left: 0;
  bottom: -72px;
}

@media (min-width: 768px) {
  .study-step-decor-1 {
    bottom: 0px;
  }
}
.study-step-decor-2 {
  position: absolute;
  right: 0;
  top: 60px;
}

.study-steps {
  background: url(../images/design/study-step-bg.47dd79.jpg) no-repeat center center;
  background-size: cover;
}

.request {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 124, 141, 0)), to(rgba(67, 124, 141, 0.5)));
  background: linear-gradient(180deg, rgba(67, 124, 141, 0) 0%, rgba(67, 124, 141, 0.5) 100%);
}

.request-form__label,
.login-form__label {
  margin-bottom: 0.75rem;
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
  display: block;
}

.request-form__input,
.login-form__input {
  height: 40px;
  width: 100%;
  background: rgba(152, 157, 160, 0.1);
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(67 124 141 / var(--tw-text-opacity));
}

.request-form__input::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 157 160 / var(--tw-text-opacity));
}

.request-form__input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 157 160 / var(--tw-text-opacity));
}

.request-form__input:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 157 160 / var(--tw-text-opacity));
}

.request-form__input::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 157 160 / var(--tw-text-opacity));
}

.request-form__input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(152 157 160 / var(--tw-text-opacity));
}

.request-form-wrapper {
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.5rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
  .request-form-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .request-form-wrapper {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.request-form-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-box-shadow: 0px 25px 40px rgba(58, 79, 84, 0.1);
          box-shadow: 0px 25px 40px rgba(58, 79, 84, 0.1);
}

.agree-checkbox__icon {
  width: 20px;
  height: 20px;
  background: #F5F6F6;
  border: 1px solid #437C8D;
  border-radius: 3px;
}

.agree-checkbox {
  display: none;
}

.agree-checkbox:checked + label .agree-checkbox__icon img {
  display: block;
}

.agree-checkbox:checked + label .agree-checkbox__icon {
  background: #437C8D;
}

.request-form__btn {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: #437C8D !important;
}

.request-form__btn:hover {
  --tw-bg-opacity: 1;
  background-color: #1A3D56 !important;
  transition:all 0.4s;
}

.request-form__btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
}

.scroll-wrapper {
  overflow: auto;
  max-height: 100%;
}

.scroll-wrapper::-webkit-scrollbar {
  width: 0;
}

.open, .close {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
.open {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.close {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  opacity: 0;
  visibility: hidden;
}

.popup-content {
  border: 1px solid rgba(67, 124, 141, 0.2);
  -webkit-box-shadow: -4px 4px 5px rgba(52, 60, 61, 0.15);
          box-shadow: -4px 4px 5px rgba(52, 60, 61, 0.15);
  border-radius: 3px;
  width: 100%;
  max-width: 610px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.popup-decor-title {
  width: 523px;
  max-width: 100%;
  height: 93px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTI0IiBoZWlnaHQ9IjkyIiB2aWV3Qm94PSIwIDAgNTI0IDkyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCBvcGFjaXR5PSIwLjEiIHdpZHRoPSI5MS4xNjM4IiBoZWlnaHQ9IjQ1MCIgcng9IjEwIiB0cmFuc2Zvcm09Im1hdHJpeCgtNC4zNzExNGUtMDggMSAxIDQuMzcxMTRlLTA4IDM4IDApIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ1MSA3KSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0NTEgMTcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ2OSA3KSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0NjkgMTcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ1MSAxMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDUxIDIyKSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0NjkgMTIpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ2OSAyMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDYwIDcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ2MCAxNykiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDc4IDcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ3OCAxNykiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDYwIDEyKSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0NjAgMjIpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ3OCAxMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDc4IDIyKSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0NDIgNykiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDQyIDE3KSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0NDIgMTIpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ0MiAyMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDk1LjUgNykiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDk1LjUgMTcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDUxMy41IDcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDUxMy41IDE3KSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0OTUuNSAxMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDk1LjUgMjIpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDUxMy41IDEyKSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA1MTMuNSAyMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNTA0LjUgNykiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNTA0LjUgMTcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDUyMi41IDcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDUyMi41IDE3KSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA1MDQuNSAxMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNTA0LjUgMjIpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDUyMi41IDEyKSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA1MjIuNSAyMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDg2LjUgNykiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggNDg2LjUgMTcpIiBmaWxsPSIjNDM3QzhEIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ4Ni41IDEyKSIgZmlsbD0iIzQzN0M4RCIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCA0ODYuNSAyMikiIGZpbGw9IiM0MzdDOEQiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggMTAgNzApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDEwIDgwKSIgZmlsbD0iI0Y0NjU2RSIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCAyOCA3MCkiIGZpbGw9IiNGNDY1NkUiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggMjggODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDEwIDc1KSIgZmlsbD0iI0Y0NjU2RSIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCAxMCA4NSkiIGZpbGw9IiNGNDY1NkUiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggMjggNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDI4IDg1KSIgZmlsbD0iI0Y0NjU2RSIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCAxOSA3MCkiIGZpbGw9IiNGNDY1NkUiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggMTkgODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDM3IDcwKSIgZmlsbD0iI0Y0NjU2RSIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCAzNyA4MCkiIGZpbGw9IiNGNDY1NkUiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggMTkgNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDE5IDg1KSIgZmlsbD0iI0Y0NjU2RSIvPgo8Y2lyY2xlIHI9IjEiIHRyYW5zZm9ybT0ibWF0cml4KDQuMzcxMTRlLTA4IC0xIC0xIC00LjM3MTE0ZS0wOCAzNyA3NSkiIGZpbGw9IiNGNDY1NkUiLz4KPGNpcmNsZSByPSIxIiB0cmFuc2Zvcm09Im1hdHJpeCg0LjM3MTE0ZS0wOCAtMSAtMSAtNC4zNzExNGUtMDggMzcgODUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDEgNzApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDEgODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDEgNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDEgODUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDU0LjUgNzApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDU0LjUgODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDcyLjUgNzApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDcyLjUgODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDU0LjUgNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDU0LjUgODUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDcyLjUgNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDcyLjUgODUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDYzLjUgNzApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDYzLjUgODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDgxLjUgNzApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDgxLjUgODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDYzLjUgNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDYzLjUgODUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDgxLjUgNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDgxLjUgODUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ1LjUgNzApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ1LjUgODApIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ1LjUgNzUpIiBmaWxsPSIjRjQ2NTZFIi8+CjxjaXJjbGUgcj0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoNC4zNzExNGUtMDggLTEgLTEgLTQuMzcxMTRlLTA4IDQ1LjUgODUpIiBmaWxsPSIjRjQ2NTZFIi8+Cjwvc3ZnPgo=) no-repeat center center;
  background-size: 523px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 61 86 / var(--tw-text-opacity));
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: #437C8D !important;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 61 86 / var(--tw-bg-opacity));
}

.btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}

.login-form {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.error-label {
  position: absolute;
  bottom: -17px;
  left: 0;
  display: none;
}
.error-label.active {
  display: block;
}

.request-form .error-label {
  left: 16px;
}

input.error {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 101 110 / var(--tw-border-opacity));
}

.user-avatar {
  -webkit-clip-path: circle(100%);
          clip-path: circle(100%);
}

.logout-btn {
  width: 168px;
  height: 40px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 101 110 / var(--tw-border-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(244 101 110 / var(--tw-text-opacity));
  border-radius: 5px;
}

.user-name {
  max-width: 140px;
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 61 86 / var(--tw-bg-opacity));
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .sm\:text-3xxl {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .md\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:pt-28 {
    padding-top: 7rem;
  }
  .md\:pb-44 {
    padding-bottom: 11rem;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:pt-20 {
    padding-top: 5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}


.stud-list {
  max-width: 85%;
}

/* [type=button], [type=reset], [type=submit], button{
  background-color: #437C8D !important;
  border-radius: 5px;
} */

.pagination {
  padding-right: 16px;
}

.pagination .page-link:hover {
  background-color: #1A3D56 !important;
}