/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --container-width: 1340;
  --container-padding: 30;
  --html-font-size: calc(100vw / var(--container-width));
  --body-min-width: 320px;
  --header-height: 70rem;
  --font-family: "DMSans", sans-serif;
  --font-family-secondary: "Poppins", sans-serif;
  --font-size: 17rem;
  --font-weight: 400;
  --line-height: 1.53;
  --letter-spacing: -0.01em;
  --color-black: #000;
  --color-red: red;
  --color-green: green;
  --color-yellow: #FFEA00;
  --color-blue: #1E3069;
  --color-gray: #2F4457;
  --color-primary: var(--color-yellow);
  --color-primary-hover: color-mix(in srgb ,var(--color-primary), #fff 5%);
  --color-primary-active: color-mix(in srgb ,var(--color-primary), #000 10%);
  --color-bg: var(--color-blue);
  --color-text: #fff;
}

@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/DMSans/DMSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/DMSans/DMSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/DMSans/DMSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/DMSans/DMSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "DMSans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/DMSans/DMSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
}
*, *::before, *::after {
  box-sizing: border-box;
  outline: none;
}

::selection {
  color: #fff;
  background-color: var(--color-primary-active);
}

::placeholder {
  color: var(--color-gray);
}

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

li {
  list-style-type: none;
}

input, textarea {
  display: block;
  width: 100%;
  border: 1px solid var(--color-gray);
  border-radius: 0;
  background-color: transparent;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

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

svg {
  display: block;
  max-width: 100%;
}

picture {
  display: contents;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, button {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  letter-spacing: var(--letter-spacing);
}

h1 {
  font-size: 40rem;
}

h2 {
  font-size: 30rem;
  line-height: 1.16;
}

h3 {
  font-size: 26rem;
}

h4 {
  font-size: 20rem;
}

.fz12 {
  font-size: 12rem;
}

.fz14 {
  font-size: 14rem;
}

.fz15 {
  font-size: 15rem;
}

.fz16 {
  font-size: 16rem;
}

.fz18 {
  font-size: 18rem;
}

.fz20 {
  font-size: 20rem;
}

.fz22 {
  font-size: 22rem;
}

.fz24 {
  font-size: 24rem;
}

.fz26 {
  font-size: 26rem;
}

.fz30 {
  font-size: 30rem;
}

.fz48 {
  font-size: 48rem;
}

.fz70 {
  font-size: 70rem;
}

.fz50 {
  font-size: 50rem;
}

.fz34 {
  font-size: 34rem;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.ttu {
  text-transform: uppercase;
}

.ttn {
  text-transform: normal;
}

.ttl {
  text-transform: lowercase;
}

.ffp {
  font-family: var(--font-family-secondary);
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.c-primary {
  color: var(--color-primary);
}

.c-red {
  color: var(--color-red);
}

.c-green {
  color: var(--color-green);
}

.c-blue {
  color: var(--color-blue);
}

.c-yellow {
  color: var(--color-yellow);
}

.c-gray {
  color: var(--color-gray);
}

.c-black-opacity {
  color: rgba(0, 0, 0, 0.26);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.grid {
  display: grid;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.hidden {
  display: none;
}

.w100 {
  width: 100%;
}

.block-title {
  display: grid;
  gap: 33rem;
}
.block-title p.fz30 {
  line-height: 1.3;
  letter-spacing: -0.01em;
}

html {
  background-color: var(--color-bg);
  font-size: var(--html-font-size);
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: var(--body-min-width);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  color: var(--color-text);
  letter-spacing: var(--letter-spacing);
}

.page-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  min-height: calc(var(--vh, 1vh) * 100);
}
.page-container main {
  max-width: 100vw;
  overflow-x: hidden;
}

.container {
  max-width: calc(var(--container-width) * 1rem);
  padding: 0 calc(var(--container-padding) * 1rem);
  margin: 0 auto;
}
.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: inline-grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  line-height: 1.25;
  transition: 0.25s;
  width: auto;
  height: 72rem;
  padding: 0 44rem;
  color: #000;
  font-weight: 600;
  text-align: center;
  background-color: var(--color-primary);
  font-family: var(--font-family-secondary);
  letter-spacing: var(--letter-spacing);
  font-size: 21rem;
  border-radius: 14rem;
}
.btn:hover {
  filter: brightness(110%);
}
.btn--border {
  font-size: 18rem;
  font-weight: 500;
  color: var(--color-yellow);
  padding: 0 22rem;
  background-color: transparent;
  border: 1px solid rgba(255, 234, 0, 0.4);
  letter-spacing: 0.01em;
}
.btn--border:hover {
  border-color: var(--color-yellow);
}
.btn.small {
  height: 41rem;
  border-radius: 8rem;
  padding: 0 18rem;
  gap: 12rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14rem;
}
.btn img {
  width: 20rem;
  height: 20rem;
}
.btn.disabled {
  background-color: #262637;
  color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

header.header-main {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: rgba(38, 38, 55, 0.1);
  transition: 0.25s;
}
header.header-main .logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--header-height);
}
header.header-main .logo-wrap img {
  display: block;
  width: 166rem;
}
header.header-main.fixed {
  background-color: rgba(38, 38, 55, 0.5);
  backdrop-filter: blur(14rem);
}

footer.footer-main {
  background-color: #213881;
  padding: 100rem 0;
  line-height: 1.6;
}
footer.footer-main .grid {
  grid-template-columns: 425rem 235rem 1fr;
  gap: 48rem;
}
footer.footer-main .grid .col {
  display: grid;
  gap: 36rem;
  grid-template-rows: 1fr auto;
}
footer.footer-main h3 {
  margin-top: 9rem;
}
footer.footer-main .logo-wrap {
  display: flex;
}
footer.footer-main .logo-wrap img {
  display: block;
  width: 166rem;
}
footer.footer-main .copy-wrap {
  display: grid;
  gap: 10rem;
}
footer.footer-main ul {
  display: grid;
  gap: 12rem;
}
footer.footer-main ul li {
  color: var(--color-yellow);
  transition: 0.25s;
  position: relative;
  padding-left: 30rem;
}
footer.footer-main ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background-color: var(--color-yellow);
  left: 8rem;
  top: calc(50% - 4.5rem);
}
footer.footer-main ul li a {
  transition: 0.25s;
  position: relative;
}
footer.footer-main ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  left: 0;
  height: 1px;
  bottom: -3rem;
  background-color: var(--color-yellow);
  transition: 0.25s;
}

.section-main {
  padding: 140rem 0 200rem;
  position: relative;
  z-index: 1;
}
.section-main::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 782rem;
  background: linear-gradient(0deg, #1E3069 0%, #253FA7 100%);
  z-index: -1;
}
.section-main .grid {
  margin-top: 70rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60rem;
}
.section-main .form-wrapper {
  max-width: 600rem;
  margin: 78rem auto;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 16rem;
  padding: 26rem 34rem 34rem;
  display: grid;
  gap: 27rem;
  align-items: flex-start;
  align-content: flex-start;
}
.section-main .form-wrapper form {
  margin-top: 10rem;
  display: grid;
  gap: 34rem;
  position: relative;
}
.section-main .form-wrapper .thx-wrap {
  position: absolute;
  z-index: 1;
  inset: -5rem;
  background-color: rgba(30, 48, 105, 0.98);
  backdrop-filter: blur(2rem);
  border-radius: 16rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.25s;
}
.section-main .form-wrapper .thx-wrap:not(.active) {
  opacity: 0;
  pointer-events: none;
}
.section-main .form-wrapper label.input-wrap {
  display: grid;
  gap: 6rem;
  position: relative;
}
.section-main .form-wrapper label.input-wrap p {
  padding: 0 12rem;
  pointer-events: none;
}
.section-main .form-wrapper label.input-wrap p:not(.m0) {
  margin-bottom: -15rem;
}
.section-main .form-wrapper label.input-wrap p.m0 {
  margin-top: -10rem;
}
.section-main .form-wrapper label.input-wrap input {
  height: 42rem;
  background-color: transparent;
  border-radius: 0;
  padding: 0 12rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 18rem;
  color: #fff;
  transition: 0.25s;
}
.section-main .form-wrapper label.input-wrap input::placeholder {
  color: #6584FF;
}
.section-main .form-wrapper label.input-wrap input:focus {
  border-color: #fff;
}
.section-main .form-wrapper label.input-wrap .error-msg {
  position: absolute;
  top: calc(100% + 4rem);
  font-size: 12rem;
  color: red;
  padding: 0 12rem;
}
.section-main .check-wrapper {
  display: grid;
  gap: 40rem;
}
.section-main .check-wrapper .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12rem;
  grid-auto-rows: 1fr;
}
.section-main .check-wrapper .items .item {
  display: grid;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12rem;
  padding: 24rem;
  border-radius: 16rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.section-main .check-wrapper .items .item img {
  width: 25rem;
  height: 25rem;
  object-fit: contain;
  margin: 0 auto;
}
.section-main .check-wrapper .bottom-text {
  color: #6584FF;
}
@media (max-width: 768px) {
  :root {
    --html-font-size: calc(100vw / 768);
    --font-size: 14rem;
    --container-padding: 60;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz15 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 14rem;
  }
  .fz20 {
    font-size: 20rem;
  }
  .fz22 {
    font-size: 18rem;
  }
  .fz24 {
    font-size: 26rem;
  }
  .fz26 {
    font-size: 26rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .fz48 {
    font-size: 32rem;
  }
  .fz70 {
    font-size: 40rem;
  }
  .fz50 {
    font-size: 36rem;
  }
  .fz34 {
    font-size: 26rem;
  }
  .hidden-mob {
    display: none;
  }
  .block-title {
    gap: 24rem;
    text-align: center;
  }
  .btn {
    font-size: 19rem;
    height: 64rem;
  }
  .btn--border {
    font-size: 18rem;
  }
  footer.footer-main {
    text-align: center;
  }
  footer.footer-main .grid {
    grid-template-columns: 1fr;
    max-width: 480rem;
    margin: 0 auto;
  }
  footer.footer-main .grid .col {
    gap: 20rem;
  }
  footer.footer-main .logo-wrap {
    justify-content: center;
  }
  footer.footer-main .copy-wrap {
    margin-top: 14rem;
  }
  footer.footer-main ul li {
    padding-left: 0;
  }
  footer.footer-main ul li::before {
    display: none;
  }
  footer.footer-main ul li span {
    display: inline-block;
    padding: 0 29rem;
  }
  footer.footer-main ul li span::before, footer.footer-main ul li span::after {
    content: "";
    display: block;
    position: absolute;
    width: 9rem;
    height: 9rem;
    border-radius: 100%;
    background-color: var(--color-yellow);
    top: calc(50% - 4.5rem);
  }
  footer.footer-main ul li span::before {
    left: 0;
  }
  footer.footer-main ul li span::after {
    right: 0;
  }
  .section-main {
    padding: 140rem 0 120rem;
  }
  .section-main .grid {
    margin-top: 50rem;
    grid-template-columns: 1fr;
    gap: 50rem;
  }
  .section-main .form-wrapper label.input-wrap input {
    font-size: 16rem;
  }
}
@media (max-width: 480px) {
  :root {
    --html-font-size: calc(100vw / 375);
    --container-padding: 14;
  }
  h1 {
    font-size: 32rem;
  }
  h2 {
    font-size: 24rem;
  }
  h3 {
    font-size: 22rem;
  }
  h4 {
    font-size: 18rem;
  }
  .fz12 {
    font-size: 12rem;
  }
  .fz14 {
    font-size: 14rem;
  }
  .fz15 {
    font-size: 14rem;
  }
  .fz16 {
    font-size: 16rem;
  }
  .fz18 {
    font-size: 14rem;
  }
  .fz20 {
    font-size: 20rem;
  }
  .fz22 {
    font-size: 18rem;
  }
  .fz24 {
    font-size: 26rem;
  }
  .fz26 {
    font-size: 26rem;
  }
  .fz30 {
    font-size: 24rem;
  }
  .fz48 {
    font-size: 32rem;
  }
  .fz70 {
    font-size: 40rem;
  }
  .fz50 {
    font-size: 36rem;
  }
  .fz34 {
    font-size: 21rem;
  }
  .btn {
    width: 100%;
    padding: 0 10rem;
  }
  .section-main .form-wrapper {
    margin: 54rem auto;
    padding: 34rem 18rem;
  }
  .section-main .check-wrapper {
    gap: 24rem;
  }
  .section-main .check-wrapper .items .item {
    padding: 18rem;
  }
}
@media (min-width: 481px) {
  .hidden-desc {
    display: none;
  }
}
@media (min-width: 769px) {
  footer.footer-main ul li a:hover::after {
    width: 100%;
  }
}
@media (min-width: 1341px) {
  :root {
    --html-font-size: 1px;
  }
}