html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  background: #f7f7f7;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 600;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.button {
  color: #fff;
  border: none;
  background-color: transparent;
  text-decoration: none;
}
.button:hover {
  cursor: pointer;
}
.button:focus,
.button:hover {
  font-weight: 600;
}
.button--primary {
  padding: 15px 15px;
  width: 160px;
  background-color: #ff3465;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.header__nav {
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin: 0 auto;
  padding: 20px 20px 0;
}
@media (min-width: 1024px) {
  .header__nav {
    padding: 50px 50px 0;
  }
}
.header__logo {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 700px) {
  .header__logo {
    display: block;
  }
}
.main {
  margin: 5.875rem auto;
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  color: #1f386f;
}
article {
  box-sizing: border-box;
  min-height: calc(100vh - 72px);
  text-align: justify;
}
@media (min-width: 360px) {
  article {
    padding: 4px 6px;
  }
}
@media (min-width: 768px) {
  article {
    padding: 28px 40px;
  }
}
@media (min-width: 1024px) {
  article {
    padding: 60px 80px;
  }
}

li {
  padding: 6px 0;
}

.main__header {
  color: #1d3569;
  font-size: 26px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 23px;
  position: relative;
  font-weight: 300;
  width: 570px;
  max-width: 100%;
}
@media (min-width: 360px) {
  .main__header {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .main__header {
    font-size: 34px;
  }
}
h2 {
  text-align: left;
}
.main__paragraph {
  padding-top: 20px;
  font-size: 16px;
  margin: 0;
  display: block;
  text-align: center;
  font-weight: 400;
}
.paragraph__center {
  text-align: center;
}
.footer {
  background: linear-gradient(90deg, #0575e6, #021b79);
  color: #fff;
  position: relative;
}
.footer__container {
  display: -ms-flexbox;
  display: flex;
  max-width: 1110px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  text-align: center;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 1rem 0;
}
.footer__privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.footer__privacy a {
  color: #fff;
}
* {
  font-family: Poppins, sans-serif;
  font-display: fallback;
}
body,
html {
  overflow-x: hidden;
  overflow-y: visible;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}
.otnotice-section-content {
  padding: 10px 0;
}
.otnotice-section-content p,
.otnotice-section-content span,
.otnotice-section-content div {
  background-color: inherit !important;
  color: inherit !important;
  font-size: inherit !important;
}

.otnotice-section-content a {
  background-color: inherit !important;
  font-size: inherit !important;
}
