@charset "UTF-8";
/*
 * Author: 卓文理
 * Email: zhuowenligg@gmail.com
 * Date: 2021-07-11 15:24:00
 */
/*
 * Author: 卓文理
 * Email: zhuowenligg@gmail.com
 * Date: 2021-07-11 16:00:40
 */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500,700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(27, 27, 28, 0);
  -ms-overflow-style: scrollbar;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  color: #e6006c;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: underline;
  color: #9a0048;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  text-decoration: none;
  color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  caption-side: bottom;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 0;
}

legend {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.button,
.contact-form input[type=button],
.lever-job-apply {
  display: inline-flex;
  border-radius: 6px;
  padding: 0 30px;
  min-width: 240px;
  height: 56px;
  font-weight: bold;
  color: #e6006c;
  background: white;
  transition: color 0.3s 0s linear, border 0.3s 0s linear, background 0.3s 0s linear, opacity 0.3s 0s linear;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.button:hover,
.contact-form input:hover[type=button],
.lever-job-apply:hover {
  color: #e6006c;
  opacity: 0.8;
}

.button:focus,
.contact-form input:focus[type=button],
.lever-job-apply:focus,
.button:active,
.contact-form input:active[type=button],
.lever-job-apply:active {
  outline: none;
}

.button.is--small,
.contact-form input.is--small[type=button],
.contact-form input.lever-job-apply[type=button],
.lever-job-apply {
  min-width: 120px;
  height: 40px;
}

.button.is--primary,
.contact-form input[type=button],
.is--primary.lever-job-apply {
  border-color: white;
  color: #e6006c;
  background: white;
}

.button.is--primary:hover,
.contact-form input:hover[type=button],
.is--primary.lever-job-apply:hover {
  color: #e6006c;
}

.button.is--primary.is--inverted,
.contact-form input[type=button],
.is--primary.is--inverted.lever-job-apply {
  border-color: #e6006c;
  color: white;
  background: #e6006c;
}

.button.is--primary.is--inverted:hover,
.contact-form input:hover[type=button],
.is--primary.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--primary.is--border-inverted,
.contact-form input.is--border-inverted[type=button],
.is--primary.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #e6006c;
}

.button.is--primary.is--border-inverted:hover,
.contact-form input.is--border-inverted:hover[type=button],
.is--primary.is--border-inverted.lever-job-apply:hover,
.button.is--primary.is--border-inverted.active,
.contact-form input.is--border-inverted.active[type=button],
.is--primary.is--border-inverted.active.lever-job-apply {
  color: #e6006c;
  background: white;
}

.button.is--secondary,
.contact-form input.is--secondary[type=button],
.is--secondary.lever-job-apply {
  border-color: white;
  color: #2da1f8;
  background: white;
}

.button.is--secondary:hover,
.contact-form input.is--secondary:hover[type=button],
.is--secondary.lever-job-apply:hover {
  color: #2da1f8;
}

.button.is--secondary.is--inverted,
.contact-form input.is--secondary[type=button],
.is--secondary.is--inverted.lever-job-apply {
  border-color: #2da1f8;
  color: white;
  background: #2da1f8;
}

.button.is--secondary.is--inverted:hover,
.contact-form input.is--secondary:hover[type=button],
.is--secondary.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--secondary.is--border-inverted,
.contact-form input.is--secondary.is--border-inverted[type=button],
.is--secondary.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #2da1f8;
}

.button.is--secondary.is--border-inverted:hover,
.contact-form input.is--secondary.is--border-inverted:hover[type=button],
.is--secondary.is--border-inverted.lever-job-apply:hover,
.button.is--secondary.is--border-inverted.active,
.contact-form input.is--secondary.is--border-inverted.active[type=button],
.is--secondary.is--border-inverted.active.lever-job-apply {
  color: #2da1f8;
  background: white;
}

.button.is--success,
.contact-form input.is--success[type=button],
.is--success.lever-job-apply {
  border-color: white;
  color: #003a21;
  background: white;
}

.button.is--success:hover,
.contact-form input.is--success:hover[type=button],
.is--success.lever-job-apply:hover {
  color: #003a21;
}

.button.is--success.is--inverted,
.contact-form input.is--success[type=button],
.is--success.is--inverted.lever-job-apply {
  border-color: #003a21;
  color: white;
  background: #003a21;
}

.button.is--success.is--inverted:hover,
.contact-form input.is--success:hover[type=button],
.is--success.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--success.is--border-inverted,
.contact-form input.is--success.is--border-inverted[type=button],
.is--success.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #003a21;
}

.button.is--success.is--border-inverted:hover,
.contact-form input.is--success.is--border-inverted:hover[type=button],
.is--success.is--border-inverted.lever-job-apply:hover,
.button.is--success.is--border-inverted.active,
.contact-form input.is--success.is--border-inverted.active[type=button],
.is--success.is--border-inverted.active.lever-job-apply {
  color: #003a21;
  background: white;
}

.button.is--info,
.contact-form input.is--info[type=button],
.is--info.lever-job-apply {
  border-color: white;
  color: #17a2b8;
  background: white;
}

.button.is--info:hover,
.contact-form input.is--info:hover[type=button],
.is--info.lever-job-apply:hover {
  color: #17a2b8;
}

.button.is--info.is--inverted,
.contact-form input.is--info[type=button],
.is--info.is--inverted.lever-job-apply {
  border-color: #17a2b8;
  color: white;
  background: #17a2b8;
}

.button.is--info.is--inverted:hover,
.contact-form input.is--info:hover[type=button],
.is--info.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--info.is--border-inverted,
.contact-form input.is--info.is--border-inverted[type=button],
.is--info.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #17a2b8;
}

.button.is--info.is--border-inverted:hover,
.contact-form input.is--info.is--border-inverted:hover[type=button],
.is--info.is--border-inverted.lever-job-apply:hover,
.button.is--info.is--border-inverted.active,
.contact-form input.is--info.is--border-inverted.active[type=button],
.is--info.is--border-inverted.active.lever-job-apply {
  color: #17a2b8;
  background: white;
}

.button.is--warning,
.contact-form input.is--warning[type=button],
.is--warning.lever-job-apply {
  border-color: white;
  color: #ffc107;
  background: white;
}

.button.is--warning:hover,
.contact-form input.is--warning:hover[type=button],
.is--warning.lever-job-apply:hover {
  color: #ffc107;
}

.button.is--warning.is--inverted,
.contact-form input.is--warning[type=button],
.is--warning.is--inverted.lever-job-apply {
  border-color: #ffc107;
  color: white;
  background: #ffc107;
}

.button.is--warning.is--inverted:hover,
.contact-form input.is--warning:hover[type=button],
.is--warning.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--warning.is--border-inverted,
.contact-form input.is--warning.is--border-inverted[type=button],
.is--warning.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #ffc107;
}

.button.is--warning.is--border-inverted:hover,
.contact-form input.is--warning.is--border-inverted:hover[type=button],
.is--warning.is--border-inverted.lever-job-apply:hover,
.button.is--warning.is--border-inverted.active,
.contact-form input.is--warning.is--border-inverted.active[type=button],
.is--warning.is--border-inverted.active.lever-job-apply {
  color: #ffc107;
  background: white;
}

.button.is--danger,
.contact-form input.is--danger[type=button],
.is--danger.lever-job-apply {
  border-color: white;
  color: #ff5454;
  background: white;
}

.button.is--danger:hover,
.contact-form input.is--danger:hover[type=button],
.is--danger.lever-job-apply:hover {
  color: #ff5454;
}

.button.is--danger.is--inverted,
.contact-form input.is--danger[type=button],
.is--danger.is--inverted.lever-job-apply {
  border-color: #ff5454;
  color: white;
  background: #ff5454;
}

.button.is--danger.is--inverted:hover,
.contact-form input.is--danger:hover[type=button],
.is--danger.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--danger.is--border-inverted,
.contact-form input.is--danger.is--border-inverted[type=button],
.is--danger.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #ff5454;
}

.button.is--danger.is--border-inverted:hover,
.contact-form input.is--danger.is--border-inverted:hover[type=button],
.is--danger.is--border-inverted.lever-job-apply:hover,
.button.is--danger.is--border-inverted.active,
.contact-form input.is--danger.is--border-inverted.active[type=button],
.is--danger.is--border-inverted.active.lever-job-apply {
  color: #ff5454;
  background: white;
}

.button.is--light,
.contact-form input.is--light[type=button],
.is--light.lever-job-apply {
  border-color: white;
  color: #f8f9fa;
  background: white;
}

.button.is--light:hover,
.contact-form input.is--light:hover[type=button],
.is--light.lever-job-apply:hover {
  color: #f8f9fa;
}

.button.is--light.is--inverted,
.contact-form input.is--light[type=button],
.is--light.is--inverted.lever-job-apply {
  border-color: #f8f9fa;
  color: white;
  background: #f8f9fa;
}

.button.is--light.is--inverted:hover,
.contact-form input.is--light:hover[type=button],
.is--light.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--light.is--border-inverted,
.contact-form input.is--light.is--border-inverted[type=button],
.is--light.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #f8f9fa;
}

.button.is--light.is--border-inverted:hover,
.contact-form input.is--light.is--border-inverted:hover[type=button],
.is--light.is--border-inverted.lever-job-apply:hover,
.button.is--light.is--border-inverted.active,
.contact-form input.is--light.is--border-inverted.active[type=button],
.is--light.is--border-inverted.active.lever-job-apply {
  color: #f8f9fa;
  background: white;
}

.button.is--dark,
.contact-form input.is--dark[type=button],
.is--dark.lever-job-apply {
  border-color: white;
  color: #343a40;
  background: white;
}

.button.is--dark:hover,
.contact-form input.is--dark:hover[type=button],
.is--dark.lever-job-apply:hover {
  color: #343a40;
}

.button.is--dark.is--inverted,
.contact-form input.is--dark[type=button],
.is--dark.is--inverted.lever-job-apply {
  border-color: #343a40;
  color: white;
  background: #343a40;
}

.button.is--dark.is--inverted:hover,
.contact-form input.is--dark:hover[type=button],
.is--dark.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--dark.is--border-inverted,
.contact-form input.is--dark.is--border-inverted[type=button],
.is--dark.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #343a40;
}

.button.is--dark.is--border-inverted:hover,
.contact-form input.is--dark.is--border-inverted:hover[type=button],
.is--dark.is--border-inverted.lever-job-apply:hover,
.button.is--dark.is--border-inverted.active,
.contact-form input.is--dark.is--border-inverted.active[type=button],
.is--dark.is--border-inverted.active.lever-job-apply {
  color: #343a40;
  background: white;
}

.button.is--tertiary,
.contact-form input.is--tertiary[type=button],
.is--tertiary.lever-job-apply {
  border-color: white;
  color: #929abc;
  background: white;
}

.button.is--tertiary:hover,
.contact-form input.is--tertiary:hover[type=button],
.is--tertiary.lever-job-apply:hover {
  color: #929abc;
}

.button.is--tertiary.is--inverted,
.contact-form input.is--tertiary[type=button],
.is--tertiary.is--inverted.lever-job-apply {
  border-color: #929abc;
  color: white;
  background: #929abc;
}

.button.is--tertiary.is--inverted:hover,
.contact-form input.is--tertiary:hover[type=button],
.is--tertiary.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--tertiary.is--border-inverted,
.contact-form input.is--tertiary.is--border-inverted[type=button],
.is--tertiary.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #929abc;
}

.button.is--tertiary.is--border-inverted:hover,
.contact-form input.is--tertiary.is--border-inverted:hover[type=button],
.is--tertiary.is--border-inverted.lever-job-apply:hover,
.button.is--tertiary.is--border-inverted.active,
.contact-form input.is--tertiary.is--border-inverted.active[type=button],
.is--tertiary.is--border-inverted.active.lever-job-apply {
  color: #929abc;
  background: white;
}

.button.is--fourth,
.contact-form input.is--fourth[type=button],
.is--fourth.lever-job-apply {
  border-color: white;
  color: #8144fc;
  background: white;
}

.button.is--fourth:hover,
.contact-form input.is--fourth:hover[type=button],
.is--fourth.lever-job-apply:hover {
  color: #8144fc;
}

.button.is--fourth.is--inverted,
.contact-form input.is--fourth[type=button],
.is--fourth.is--inverted.lever-job-apply {
  border-color: #8144fc;
  color: white;
  background: #8144fc;
}

.button.is--fourth.is--inverted:hover,
.contact-form input.is--fourth:hover[type=button],
.is--fourth.is--inverted.lever-job-apply:hover {
  color: white;
}

.button.is--fourth.is--border-inverted,
.contact-form input.is--fourth.is--border-inverted[type=button],
.is--fourth.is--border-inverted.lever-job-apply {
  border: 2px solid white;
  color: white;
  background: #8144fc;
}

.button.is--fourth.is--border-inverted:hover,
.contact-form input.is--fourth.is--border-inverted:hover[type=button],
.is--fourth.is--border-inverted.lever-job-apply:hover,
.button.is--fourth.is--border-inverted.active,
.contact-form input.is--fourth.is--border-inverted.active[type=button],
.is--fourth.is--border-inverted.active.lever-job-apply {
  color: #8144fc;
  background: white;
}

.button.is--inverted,
.contact-form input[type=button],
.is--inverted.lever-job-apply {
  border-color: #e6006c;
  color: white;
  background: #e6006c;
}

.button.is--inverted:hover,
.contact-form input:hover[type=button],
.is--inverted.lever-job-apply:hover {
  color: white;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.header {
  position: relative;
  padding: 10px 0;
  height: auto;
  min-height: 360px;
  color: white;
  background-image: linear-gradient(268deg, #ffc23f 23%, #ffc74d 48%, #ffb21f 81%);
  background-attachment: fixed;
}
.header .logo {
  display: block;
  margin-bottom: 30px;
  width: 90px;
  height: 125px;
  background: url("/logo.e9a9c890.png") 0 0 no-repeat;
  background-size: 100%;
}
.header .teaser__title {
  margin-bottom: 30px;
  font-size: 42px;
}
.header .teaser__content {
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 34px;
}
.header .video {
  position: relative;
  width: 340px;
  height: 381.72px;
}
.header .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("/teaser-video-bg.e642d023.png") no-repeat;
  background-position: center;
  background-size: cover;
}
.header .video video {
  position: absolute;
  top: 11.13%;
  left: 28.9%;
  z-index: 0;
  width: 43.78%;
}

.title {
  margin: 0;
  padding: 150px 0 20px;
  font-size: 34px;
  line-height: 46px;
  text-align: center;
  color: #e6006c;
}

.image-text {
  padding: 80px 0;
}
.image-text__row {
  display: flex;
  flex-direction: row-reverse;
}
.image-text.is--mirrored .image-text__row {
  flex-direction: row;
}
.image-text.is--mirrored .image-text__image {
  margin-left: 0;
}
.image-text__image {
  display: flex;
  margin-left: 8.33333%;
  max-width: 50%;
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
}
.image-text__content {
  display: flex;
  margin-left: 8.33333%;
  max-width: 41.66667%;
  flex: 0 0 41.66667%;
  flex-direction: column;
  justify-content: center;
}
.image-text h2 {
  margin-bottom: 40px;
  font-size: 42px;
  line-height: 56px;
}
.image-text p {
  font-size: 22px;
  line-height: 34px;
}

.footer {
  overflow: hidden;
  position: relative;
  z-index: 20;
  padding: 40px 0;
  width: 100%;
  background: #f2f2f3;
}
.footer__logo {
  display: block;
  margin-left: -12px;
  width: 280px;
  height: 100px;
  background-size: 100%;
}
.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__legal {
  display: flex;
  flex-direction: column;
}
.footer__legal div {
  display: flex;
  margin-top: 5px;
  justify-content: flex-end;
}
.footer__link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-weight: bold;
  line-height: 28px;
}
.footer__link + .footer__link {
  margin-left: 40px;
}

.privacy {
  padding-bottom: 50px;
}
.privacy .container {
  display: flex;
}
.privacy__content {
  padding: 0 10px;
  width: 100%;
  flex: 1;
}

@media (min-width: 768px) {
  .header {
    padding: 28px 0;
  }
  .header__content {
    display: flex;
    justify-content: space-between;
  }
  .header .teaser {
    max-width: 50%;
  }
  .header .video {
    margin-top: -40px;
    width: 440px;
    height: 494px;
  }
  .footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .header .video {
    margin: 40px auto 0;
  }
  .image-text__row {
    flex-direction: column;
  }
  .image-text.is--mirrored .image-text__row {
    flex-direction: column;
  }
  .image-text__image {
    margin-bottom: 40px;
  }
  .image-text__image, .image-text__content {
    max-width: 100%;
  }
  .privacy .container {
    flex-direction: column;
  }
  .footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__legal {
    margin-top: 10px;
  }
  .footer__legal div {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

/*# sourceMappingURL=/styles.434540e1.css.map */