:root {
  --color-primary: #202020;
  --font-primary: "Arial", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --button-primary: #c84662;
  --button-primary-hover: #b43f58;
  --button-display: none;
  --topbar-display: none;
  --topbar-height: 72px;
  --topbar-width: 1180px;
  --topbar-align: flex-start;
}

@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
  outline: none;
}

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

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

iframe {
  border: 0;
}

button,
input,
optgroup,
select,
textarea, html input[type=button],
input[type=reset],
input[type=submit], button[disabled],
html input[disabled], button::-moz-focus-inner,
input::-moz-focus-inner, input[type=checkbox],
input[type=radio], input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input[type=search], input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  border: 0;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

fieldset {
  display: none;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  line-height: 1;
  font-weight: 400;
}

h1 {
  line-height: 1.2;
  font-weight: 400;
  font-style: italic;
  color: var(--color-primary);
}
@media screen and (min-width: 320px) {
  h1 {
    font-size: 38px;
    line-height: 1.2;
    margin-bottom: calc(38px * 1.2 / 2);
    margin-top: calc(38px * 1.2 / 2);
  }
}
@media screen and (min-width: 991px) {
  h1 {
    font-size: 48px;
    margin-bottom: calc(48px * 1.2 / 2);
    margin-top: calc(48px * 1.2 / 2);
  }
}
@media screen and (min-width: 1426px) {
  h1 {
    font-size: 72px;
    margin-bottom: calc(72px * 1.2 / 2);
    margin-top: calc(72px * 1.2 / 2);
  }
}
h1::before, h1::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
h1::before {
  margin-bottom: calc(-0.25em + 2px);
}
h1::after {
  margin-top: calc(-0.25em + 0px);
}
@media screen and (min-width: 320px) {
  p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: calc(16px * 1.2 / 2);
    margin-top: calc(16px * 1.2 / 2);
  }
}
@media screen and (min-width: 991px) {
  p {
    font-size: 16px;
    margin-bottom: calc(16px * 1.2 / 2);
    margin-top: calc(16px * 1.2 / 2);
  }
}
@media screen and (min-width: 1426px) {
  p {
    font-size: 16px;
    margin-bottom: calc(16px * 1.2 / 2);
    margin-top: calc(16px * 1.2 / 2);
  }
}
p a:not(.button):not(.link):not(.readon) {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
  text-underline-offset: -1px;
  text-decoration-color: #ff6700;
}
p a:not(.button):not(.link):not(.readon):hover {
  color: #ff6700;
}
p:not(.no-crop) {
  line-height: 1.5;
}
html,
body,
* {
  font-family: var(--font-primary);
}

html {
  padding: 0 !important;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-word;
}

body {
  color: rgb(32, 33, 34);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.outer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100dvh;
}
.outer-wrapper .topbar {
  width: 100%;
  height: var(--topbar-height);
  display: var(--topbar-display);
  border-bottom: 1px solid #dedede;
  justify-content: center;
  align-items: center;
}
.outer-wrapper .topbar-inner {
  width: 100%;
  max-width: var(--topbar-width);
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  justify-content: var(--topbar-align);
  align-items: center;
}
.outer-wrapper .topbar-inner img {
  width: 110px;
  height: auto;
  display: block;
}
.outer-wrapper .inner-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.outer-wrapper .inner-wrapper .inner-wrapper-base {
  max-width: 558px;
  padding: 24px;
  width: 100%;
  align-items: center;
  align-content: center;
}
.outer-wrapper .inner-wrapper .image-wrapper {
  width: 100%;
  text-align: center;
}
.outer-wrapper .image-wrapper img {
  width: 250px;
}
.outer-wrapper .inner-wrapper h1 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  margin-top: 48px;
  margin-bottom: 8px;
}
.outer-wrapper .inner-wrapper p {
  width: 100%;
  text-align: center;
}
.outer-wrapper .inner-wrapper .buttons {
  width: 100%;
  display: var(--button-display);
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 48px;
}
.button {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  border: 0;
  margin: 0;
  min-height: 0;
  color: #000;
  font-weight: bold;
  transition: 0.2s;
  border-radius: 4px;
  font-size: 19px;
  min-height: 48px;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
}
.button.button--primary {
  color: #fff;
  background: none;
  background-color: var(--button-primary);
}
.button.button--primary:hover {
  background-color: var(--button-primary-hover);
}