:root {
  --black: black;
  --white: white;
  --pink: #ff51aa;
  --blue: #008fff;
  --yellow: yellow;
  --green: #00ff6c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-color: #0000;
  background-image: url('../images/pink-bg.png');
  background-position: 100%;
  background-size: 101vw;
  background-attachment: fixed;
}

.body.employees {
  background-image: url('../images/bg-blue.png');
}

.body.intro {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.page {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.side-menu-block {
  object-fit: fill;
  border-right: 2px solid #fff;
  width: 20%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: scroll;
}

.content-block {
  width: 80%;
  height: 100%;
}

.side-menu-cta-1 {
  color: var(--white);
  border-bottom: 2px solid #fff;
  align-items: center;
  height: 70px;
  padding-top: 4px;
  padding-left: 20px;
  font-family: Favoritpro, sans-serif;
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .1s, color .1s;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
}

.side-menu-cta-1:hover {
  background-color: var(--white);
  color: var(--black);
}

.side-menu-cta-1.w--current {
  border-left: 6px none var(--white);
  background-color: var(--black);
  color: var(--white);
  padding-left: 20px;
  transition: color .1s, background-color .1s;
}

.side-menu-cta-text {
  color: #fff;
  font-family: Favoritpro, sans-serif;
  font-size: 21px;
  line-height: 24px;
  text-decoration: none;
}

.side-menu-cta-2 {
  color: var(--white);
  border-bottom: 2px solid #fff;
  align-items: center;
  height: 48px;
  padding-top: 4px;
  padding-left: 52px;
  font-family: Favoritpro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .1s, color .1s;
  display: flex;
}

.side-menu-cta-2:hover {
  background-color: var(--white);
  color: var(--black);
}

.side-menu-cta-2.w--current {
  background-color: var(--white);
  color: var(--black);
  border-left: 6px #fff;
  padding-left: 52px;
  transition: color .1s, background-color .1s;
}

.side-menu-cta-2-text {
  color: #fff;
  font-family: Favoritpro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.content {
  border: 1px #000;
  height: 100%;
  padding: 40px 0 0;
}

.h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 30px;
  padding-top: 40px;
  font-family: Favoritpro, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.section {
  max-width: 1800px;
  margin-bottom: 220px;
  margin-left: 40px;
  margin-right: 40px;
}

.section._100 {
  margin-bottom: 40px;
}

.p0 {
  color: #fff;
  max-width: 850px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.p0.intro {
  max-width: 650px;
  font-size: 28px;
  line-height: 34px;
}

.p0.intro.narrow {
  max-width: 360px;
  font-size: 18px;
  line-height: 24px;
}

.p0.intro.wider {
  font-size: 18px;
  line-height: 24px;
}

.container, .nav-menu {
  flex-direction: column;
  display: flex;
}

.h3 {
  color: #fff;
  max-width: 690px;
  margin-bottom: 20px;
  font-family: Favoritpro, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.h3._10 {
  margin-bottom: 10px;
}

.h3.black.narrow.no-space {
  color: var(--black);
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.column {
  padding-left: 0;
}

.p3 {
  color: #fff;
  max-width: 450px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.p3.space {
  line-height: 32px;
}

.p3._20 {
  margin-bottom: 20px;
}

.p3._10 {
  margin-bottom: 10px;
}

.p3.narrow {
  max-width: 410px;
}

.p3.wide {
  max-width: 520px;
}

.columns {
  margin-bottom: 40px;
}

.columns._20 {
  margin-bottom: 20px;
}

.columns._10 {
  margin-bottom: 10px;
}

.section-block-smaller {
  margin-bottom: 0;
}

.section-block-smaller._160 {
  margin-bottom: 160px;
  display: block;
}

.section-block-smaller._160.hide {
  display: none;
}

.section-block-smaller._30 {
  margin-bottom: 30px;
}

.section-block-smaller._80 {
  margin-bottom: 110px;
}

.section-block-smaller._60 {
  margin-bottom: 60px;
}

.section-block-smaller._120 {
  margin-bottom: 120px;
}

.section-block-smaller.intro {
  height: auto;
  margin-bottom: 0;
}

.h2 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 30px;
  padding-top: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.h2.narrow {
  max-width: 590px;
}

.column-2 {
  padding-left: 0;
  padding-right: 30px;
}

.column-2.full {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: static;
}

.column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.column-4 {
  padding-left: 0;
  padding-right: 30px;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Favoritpro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.columns-style {
  max-width: none;
  margin-top: 60px;
  display: block;
}

.columns-style._10 {
  margin-top: 10px;
}

.columns-style.up {
  margin-top: 80px;
}

.columns-style.internal-team {
  display: none;
}

.columns-style.full {
  border-bottom: 1px solid var(--white);
  flex-direction: row;
  align-items: flex-end;
  max-width: 1060px;
  padding-bottom: 6px;
  display: flex;
}

.columns-style.full._30 {
  margin-top: 30px;
}

.image {
  background-color: var(--white);
  width: 100%;
  height: auto;
  margin-bottom: 14px;
}

.image.short {
  height: auto;
}

.image.outline {
  border: 1px solid var(--white);
}

.image._237 {
  height: 237px;
}

.p4 {
  color: #fff;
  max-width: 380px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

.p4.wide, .p4.wide.narrow {
  max-width: 600px;
}

.p4.intro {
  margin-top: 40px;
}

.p4.intro.wider {
  max-width: none;
}

.p4._5 {
  margin-bottom: 5px;
}

.p4.black.no-space {
  color: var(--black);
  margin-top: 10px;
  font-weight: 400;
}

.section-block {
  margin-bottom: 0;
}

.section-block._100 {
  margin-bottom: 100px;
}

.link-text {
  border-bottom: 2px solid var(--pink);
  color: var(--white);
  text-decoration: none;
  transition: color .1s;
}

.link-text:hover {
  color: var(--pink);
}

.link-text.intro {
  border-bottom-color: var(--blue);
  font-size: 26px;
  line-height: 32px;
}

.link-text.intro:hover {
  color: var(--blue);
}

.p2 {
  color: #fff;
  max-width: 710px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.p2.narrow {
  max-width: 530px;
}

.p2._10 {
  margin-bottom: 10px;
  line-height: 26px;
}

.p2._10.narrow {
  max-width: 500px;
}

.p2.narrower {
  max-width: 430px;
}

.color-block {
  background-color: var(--white);
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}

.color-block.black {
  border: 1px solid var(--white);
  background-color: var(--black);
}

.color-block.pink {
  background-color: var(--pink);
}

.color-block.blue {
  background-color: var(--blue);
}

.color-block.green {
  background-color: var(--green);
}

.color-block.yellow {
  background-color: var(--yellow);
}

.color-block.gradient-blue {
  background-image: linear-gradient(270deg, var(--blue), white 14%);
  padding: 20px;
}

.color-block.gradient-pink {
  background-image: linear-gradient(270deg, var(--pink), white 14%);
}

.color-block.gradient-pink.black {
  background-image: linear-gradient(270deg, var(--pink), var(--black) 14%);
}

.div-block {
  background-color: var(--yellow);
  height: 300px;
}

.colors-table {
  border-style: solid none none;
  border-width: 2px 1px;
  border-color: var(--white);
  margin-top: 40px;
}

.column-5 {
  border: 1px none var(--white);
  height: 60px;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 0;
}

.columns-3 {
  border-style: solid none solid solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white);
  height: 100%;
}

.column-6, .column-7, .column-8 {
  border: 1px none var(--white);
  height: 60px;
  padding-top: 18px;
  padding-bottom: 10px;
  padding-left: 0;
}

.text-inside {
  color: var(--black);
  max-width: 600px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 29px;
}

.text-inside.space {
  line-height: 32px;
}

.text-inside._20 {
  margin-bottom: 20px;
}

.column-9 {
  padding-left: 0;
  padding-right: 30px;
}

.column-9._0 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.list {
  color: var(--white);
  padding-left: 22px;
  font-family: Favoritpro, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

._2-columns {
  margin-top: 30px;
}

._2-columns._30 {
  margin-bottom: 60px;
}

._2-columns._30._0 {
  margin-top: 40px;
}

._2-columns._10 {
  margin-top: 10px;
}

.h2-block {
  margin-bottom: 60px;
}

.h2-block.top {
  margin-top: 60px;
}

.h3-block {
  margin-bottom: 40px;
}

.h3-block.top {
  margin-top: 80px;
}

.h3-block._100 {
  margin-bottom: 100px;
}

.h3-block._30 {
  margin-bottom: 30px;
}

.h3-block._160 {
  margin-bottom: 160px;
}

._4-columns {
  margin-top: 30px;
}

.column-10, .column-11, .column-12, .column-13 {
  padding-left: 0;
  padding-right: 30px;
}

.gradient-image {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}

.div-block-2 {
  justify-content: space-between;
  display: flex;
}

.div-block-3 {
  width: 100%;
  margin-top: 30px;
  padding-right: 30px;
}

.div-block-4, .div-block-5, .div-block-6, .div-block-7 {
  width: 100%;
}

.column-14 {
  padding-left: 0;
  padding-right: 30px;
}

.body-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
  display: flex;
}

.h0 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-family: Favoritpro, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 90px;
}

.h0.left {
  margin-left: -8px;
  padding-left: 0;
}

.h0.left.intro {
  margin-bottom: 20px;
  font-size: 68px;
  line-height: 58px;
}

.p1 {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 31px;
}

.p1._20 {
  margin-bottom: 20px;
}

.p1._20.narrow {
  max-width: 510px;
}

.divider {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--white);
  margin-bottom: 0;
}

.intro-menu {
  margin-top: 100px;
  display: none;
}

.sub-menu {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  background-color: var(--pink);
  border-radius: 20px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  right: 10px;
}

.logo-box {
  border-bottom: 2px solid var(--white);
  width: 100%;
  height: 140px;
  padding-top: 20px;
  padding-left: 20px;
}

.logo-box.intro {
  border-bottom-style: solid;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 30px;
  display: flex;
}

.logo-box.intro.password {
  border-bottom-style: none;
  justify-content: flex-start;
  align-items: flex-start;
}

.celtra-logo {
  width: 120px;
}

.celtra-logo.intro {
  width: 108px;
  max-width: none;
  height: auto;
  min-height: 0;
  display: block;
}

.button {
  border: 2px none var(--pink);
  background-color: var(--pink);
  box-shadow: 0 0 12px 16px var(--pink);
  color: var(--white);
  letter-spacing: -.2px;
  border-radius: 10px;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 40px;
  padding: 6px 0;
  font-family: Favoritpro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
  transition: transform .1s ease-out, border-color .2s, background-color .2s, color .2s;
  display: block;
  transform: translate(0);
}

.button:hover {
  background-color: var(--pink);
  color: var(--white);
  border-color: #0000;
  padding: 6px 0;
  font-size: 18px;
  transform: scale(1.2);
}

.button.big {
  font-size: 20px;
  line-height: 20px;
}

.button.left {
  margin-left: 60px;
}

.button.left:hover {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  transform: scale(1.4);
}

.button.employees {
  background-color: var(--blue);
  box-shadow: 0 0 12px 16px var(--blue);
}

.button.no-space.submit {
  width: 330px;
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
}

.logo-box-mobile {
  border-bottom: 2px none var(--white);
  width: 100%;
  height: 140px;
  padding-top: 0;
  padding-left: 0;
  display: none;
}

.h0-mobile {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 30px;
  font-family: Favoritpro, sans-serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 100px;
  display: none;
}

.navbar {
  display: none;
}

.intro-sub-menu {
  margin-top: 100px;
  display: none;
}

.ilustrators {
  display: none;
}

.background-gradient-image {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}

.background-gradient-image.black {
  border: 1px solid var(--white);
}

.background-video {
  width: 100%;
  height: 0%;
}

.video {
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  max-height: 237px;
  margin-bottom: 14px;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.background-video-2 {
  width: 100%;
  height: auto;
}

.video-block {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: content-box;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 237px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.video-block.big, .video-block.big-copy {
  height: 310px;
}

.video-block-2 {
  width: 100%;
  margin-bottom: 14px;
}

.background-video-3 {
  width: 100%;
  height: 237px;
}

.video-embed {
  margin-bottom: 14px;
  position: static;
}

.div-block-10 {
  object-fit: fill;
  object-position: 0% 50%;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  overflow: visible;
}

.youtube {
  border-right: 1px #000;
  margin-bottom: 14px;
}

.bg-video {
  width: auto;
  height: auto;
  padding-top: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.bg-video.outline {
  border: 1px solid var(--white);
}

.bg-video.big {
  height: 360px;
  position: static;
}

.div-block-11 {
  width: 100%;
  margin-bottom: 14px;
}

.html-embed {
  width: 100%;
  margin-bottom: 14px;
  display: block;
  position: relative;
}

.cta-block {
  display: flex;
}

.cta-block.space {
  margin-bottom: 100px;
}

.header-video-block {
  margin-top: 80px;
}

.header-video-block.no-space {
  margin-top: 0;
}

.video-2 {
  border: 2px solid var(--white);
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.video-2.intro {
  border-style: none;
}

.applications-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.image-3 {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
  overflow: visible;
}

.image-3.outline {
  border: 1px solid var(--white);
  width: 100%;
  max-height: none;
}

.image-3.full {
  width: 100%;
  max-height: none;
}

.applications-block-wide {
  width: 100%;
  padding-right: 0;
}

.applications-block-wide.left {
  align-self: auto;
  width: 62%;
  height: 100%;
  padding-right: 0;
}

.applications-block-wide.right {
  width: 62%;
  padding-left: 0;
}

.applications-block-square {
  width: auto;
  padding-left: 0;
}

.applications-block-square.right {
  width: 35%;
  padding-left: 0;
}

.applications-block-square.left {
  width: 35%;
  padding-right: 0;
}

.image-4 {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
}

.intro-section {
  border-bottom: 2px none var(--white);
  flex-direction: column;
  justify-content: flex-start;
  height: 72vh;
  min-height: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.column-34 {
  border-style: none;
  border-width: 2px;
  border-color: black var(--white) black black;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px 0;
  display: flex;
}

.column-34.intro {
  border-right-style: none;
  height: auto;
  padding: 30px;
}

.column-35 {
  border-left: 2px solid var(--white);
  background-image: url('../images/colors_gradients-17.jpg');
  background-position: 50% 100%;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  height: 530px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.columns-4 {
  height: auto;
  margin-top: 0;
}

.section-intro-sub {
  border-top: 2px solid var(--white);
  border-bottom: 2px none var(--white);
  width: 100%;
  height: 28vh;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
  bottom: 0;
}

.column-36 {
  border-right: 2px none var(--white);
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 30px 30px 30px 0;
  display: flex;
}

.column-37 {
  border-right: 1px #000;
  border-left: 2px solid var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0 30px 30px;
  display: flex;
}

.cta-intro {
  background-color: var(--pink);
  box-shadow: 0 0 22px 26px var(--pink);
  color: var(--white);
  letter-spacing: -.2px;
  border-radius: 90px;
  margin-left: 20px;
  font-family: Favoritpro, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 6px;
}

.cta-intro.blue {
  background-color: var(--blue);
  box-shadow: 0 0 22px 26px var(--blue);
  margin-left: 18px;
  font-size: 26px;
}

.link-block {
  color: #0000;
  margin-top: 0;
  padding: 36px 10px;
  text-decoration: none;
}

.link-block.designers {
  margin-top: 0;
  padding-top: 36px;
  padding-bottom: 36px;
}

.columns-5 {
  flex-direction: row;
  height: 100%;
  min-height: 20vh;
  display: flex;
}

.intro-section-logo {
  border-bottom: 2px solid var(--white);
  height: 15vh;
  padding: 40px;
}

.intro-section-logo.password {
  border-bottom-style: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px 20px 0;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.columns-6 {
  width: 100%;
}

.column-38 {
  border-right: 2px solid var(--white);
  height: 100%;
  padding: 40px 40px 50px;
  display: flex;
}

.p5 {
  color: #fff;
  max-width: 380px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.p5.wide, .p5.wide.narrow {
  max-width: 600px;
}

.p5.intro {
  margin-top: 40px;
}

.p5.intro.wider {
  max-width: none;
}

.p5._5 {
  margin-bottom: 5px;
}

.title-big {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

.title-big._20 {
  margin-bottom: 20px;
}

.title-big._20.narrow {
  max-width: 510px;
}

.title {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
}

.title._20 {
  margin-bottom: 20px;
}

.title._20.narrow {
  max-width: 510px;
}

.heading-big {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 46px;
}

.heading-big._20 {
  margin-bottom: 20px;
}

.heading-big._20.narrow {
  max-width: 510px;
}

.heading {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.heading._20 {
  margin-bottom: 20px;
}

.heading._20.narrow {
  max-width: 510px;
}

.heading-small {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.heading-small._20 {
  margin-bottom: 20px;
}

.heading-small._20.narrow {
  max-width: 510px;
}

.text-big {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.text-big._20 {
  margin-bottom: 20px;
}

.text-big._20.narrow {
  max-width: 510px;
}

.text {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text._20 {
  margin-bottom: 20px;
}

.text._20.narrow {
  max-width: 510px;
}

.text-small {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-small._20 {
  margin-bottom: 20px;
}

.text-small._20.narrow {
  max-width: 510px;
}

.text-micro {
  color: #fff;
  max-width: 800px;
  margin-bottom: 0;
  font-family: Favoritpro, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-micro._20 {
  margin-bottom: 20px;
}

.text-micro._20.narrow {
  max-width: 510px;
}

.preloader {
  display: none;
}

.div-block-12 {
  margin-bottom: 20px;
}

.utility-page-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  box-shadow: 0 0 40px 4px var(--blue);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  height: auto;
  padding: 50px 40px 60px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-field {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  border: 1px #000;
  margin-bottom: 10px;
  padding-top: 26px;
  padding-bottom: 22px;
  font-family: Favoritpro, sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.link, .link-2 {
  color: var(--pink);
  text-decoration: none;
}

.video-block-big {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: content-box;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 237px;
  margin-bottom: 14px;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
}

.video-block-big.big, .video-block-big.big-copy {
  height: 310px;
}

@media screen and (min-width: 1280px) {
  .body {
    background-image: url('../images/bg-pink.png');
    background-position: 100%;
    background-size: 101vw;
    background-attachment: fixed;
  }

  .body.employees {
    background-image: url('../images/bg-blue.png');
    background-position: 100%;
    background-size: cover;
    background-attachment: fixed;
  }

  .body.intro {
    overflow: hidden;
  }

  .side-menu-block {
    border-left: 1px solid var(--black);
  }

  .p0.narrow {
    max-width: 700px;
    text-decoration: none;
  }

  .p0.intro {
    font-size: 32px;
    line-height: 38px;
  }

  .p0.intro.narrow {
    max-width: 370px;
    font-size: 22px;
    line-height: 28px;
  }

  .p0.intro.wider {
    font-size: 22px;
    line-height: 28px;
  }

  .h3.black {
    color: var(--black);
    text-align: center;
    margin-top: 0;
    font-weight: 500;
  }

  .h3.black.narrow {
    max-width: 370px;
  }

  .h3.black.narrow.no-space {
    max-width: 360px;
    margin-bottom: 0;
  }

  .p3.black {
    color: var(--black);
    font-weight: 400;
  }

  .section-block-smaller._160 {
    margin-bottom: 130px;
  }

  .h2 {
    padding-top: 40px;
  }

  .columns-style._30 {
    margin-top: 30px;
  }

  .image.short._0.outlines {
    border: 1px solid var(--white);
  }

  .image._0 {
    margin-bottom: 0;
  }

  .p4.black {
    color: var(--black);
    font-weight: 400;
  }

  .p4.black.no-space {
    margin-top: 10px;
  }

  .h0.left.intro {
    font-size: 90px;
    line-height: 80px;
  }

  .logo-box.intro {
    border-bottom-style: solid;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 30px;
    display: flex;
  }

  .logo-box.intro.password {
    padding: 0;
  }

  .celtra-logo.intro {
    width: 135px;
    max-width: none;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .logo-link.w--current {
    min-width: 0;
    height: 100%;
  }

  .button.employees {
    background-color: var(--blue);
    box-shadow: 0 0 12px 16px var(--blue);
  }

  .button.no-space {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.no-space.submit {
    width: 330px;
  }

  .header-video-block {
    padding-right: 30px;
  }

  .header-video-block.no-space._0 {
    padding-right: 0;
  }

  .video-2 {
    border-style: none;
  }

  .video-2.intro {
    border-bottom-style: none;
    border-left-style: none;
    justify-content: flex-start;
    height: auto;
  }

  .intro-section {
    justify-content: flex-start;
    height: 72vh;
  }

  .column-34.intro {
    border-bottom-style: none;
    border-right-style: none;
    min-height: 0;
    padding: 30px;
  }

  .column-35 {
    background-image: url('../images/colors_gradients-17.jpg');
    background-position: 50% 100%;
    background-size: cover;
    border-left-style: solid;
    height: 680px;
    margin-bottom: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .columns-4 {
    border-bottom: 2px none var(--white);
    overflow: hidden;
  }

  .section-intro-sub {
    border-bottom: 2px none var(--white);
    height: 28vh;
    padding-left: 30px;
    padding-right: 30px;
    position: static;
  }

  .column-36 {
    border-right-style: none;
    justify-content: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
  }

  .column-37 {
    border-left-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .cta-intro {
    box-shadow: 0 0 22px 30px var(--pink);
    font-size: 34px;
  }

  .cta-intro.blue {
    box-shadow: 0 0 22px 30px var(--blue);
    font-size: 34px;
    line-height: 6px;
  }

  .link-block {
    margin-top: 0;
    transition: transform .2s;
    transform: scale(1);
  }

  .link-block:hover {
    transform: scale(1.2);
  }

  .intro-section-logo {
    height: 15vh;
  }

  .intro-section-logo.password {
    border-bottom-style: none;
    padding-top: 30px;
    padding-left: 30px;
    position: fixed;
    top: 0;
  }

  .title-big {
    line-height: 60px;
  }

  .title {
    line-height: 54px;
  }

  .preloader {
    z-index: 9999999;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .div-block-12 {
    margin-bottom: 30px;
  }

  .utility-page-wrap {
    background-color: var(--black);
  }

  .utility-page-content {
    background-color: var(--white);
    box-shadow: 0 0 40px 4px var(--blue);
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding: 50px 40px 60px;
  }

  .utility-page-form {
    align-items: center;
  }

  .text-field {
    background-color: var(--yellow);
    color: var(--black);
    text-align: center;
    border: 1px #000;
    margin-bottom: 10px;
    padding-top: 26px;
    padding-bottom: 22px;
    font-family: Favoritpro, sans-serif;
    font-size: 18px;
    line-height: 21px;
  }

  .link {
    color: var(--pink);
    text-decoration: none;
  }

  .image-wide {
    margin-top: 20px;
  }

  .link-2 {
    color: var(--pink);
    text-decoration: none;
  }

  .grid {
    grid-column-gap: 29px;
    grid-row-gap: 16px;
    grid-template-columns: .25fr 1fr;
    grid-template-areas: ". Area";
    justify-items: start;
    padding: 40px;
  }

  .text-block, .text-block-2 {
    line-height: 20px;
  }

  .tips-block {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .body.intro {
    background-image: url('../images/pink-bg.png');
    background-size: 170vw;
  }

  .side-menu-block {
    width: 26%;
  }

  .content-block {
    width: 70%;
  }

  .side-menu-cta-1 {
    height: 60px;
    padding-top: 3px;
    padding-left: 12px;
    font-size: 17px;
    line-height: 20px;
  }

  .side-menu-cta-text {
    font-size: 18px;
  }

  .side-menu-cta-2 {
    height: 40px;
    padding-left: 24px;
    font-size: 12px;
  }

  .side-menu-cta-2.w--current {
    padding-left: 24px;
  }

  .side-menu-cta-2-text, .side-menu-cta-2-text.current {
    font-size: 14px;
  }

  .content {
    width: 105%;
    padding-top: 30px;
  }

  .h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .section {
    margin-bottom: 120px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .p0 {
    font-size: 28px;
    line-height: 31px;
  }

  .p0.intro {
    max-width: 590px;
    line-height: 31px;
  }

  .p0.intro.wider {
    max-width: 640px;
  }

  .h3 {
    font-size: 30px;
    line-height: 30px;
  }

  .p3 {
    font-size: 16px;
    line-height: 19px;
  }

  .section-block-smaller._160 {
    margin-bottom: 100px;
  }

  .h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 10px;
  }

  .column-3, .column-4 {
    padding-right: 10px;
  }

  .h4 {
    font-size: 20px;
    line-height: 20px;
  }

  .columns-style.up {
    margin-top: 50px;
  }

  .p4 {
    font-size: 12px;
    line-height: 15px;
  }

  .section-block._100 {
    margin-bottom: 80px;
  }

  .link-text.intro {
    font-size: 24px;
    line-height: 30px;
  }

  .p2 {
    max-width: 550px;
    font-size: 20px;
    line-height: 24px;
  }

  .p2._10 {
    line-height: 23px;
  }

  .color-block.gradient-blue, .color-block.gradient-pink {
    height: 100px;
  }

  .h2-block {
    margin-bottom: 50px;
  }

  .column-10, .column-11, .column-12, .column-13, .div-block-3 {
    padding-right: 10px;
  }

  .body-2 {
    height: auto;
  }

  .h0 {
    margin-bottom: 0;
    font-size: 61px;
    line-height: 58px;
  }

  .h0.left {
    margin-left: 0;
  }

  .h0.left.intro {
    margin-bottom: 30px;
  }

  .p1 {
    font-size: 24px;
    line-height: 28px;
  }

  .divider {
    margin-bottom: 30px;
  }

  .logo-box.intro {
    padding: 30px;
  }

  .celtra-logo.intro {
    width: 120px;
  }

  .button {
    padding-bottom: 12px;
    display: block;
  }

  .button.no-space.submit {
    width: 300px;
  }

  .logo-box-mobile {
    margin-bottom: 20px;
  }

  .h0-mobile {
    margin-top: 0;
    font-size: 61px;
    line-height: 70px;
    display: none;
  }

  .navbar {
    display: none;
  }

  .container-2 {
    margin-bottom: 40px;
  }

  .intro-section {
    height: auto;
  }

  .column-34 {
    flex-direction: column;
    padding: 30px;
  }

  .column-34.intro {
    border-bottom-style: solid;
    border-right-style: none;
    border-bottom-color: var(--white);
  }

  .column-35 {
    border-left-style: none;
    height: auto;
    padding-bottom: 0;
  }

  .section-intro-sub {
    border-top-style: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .column-36 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    height: auto;
    padding: 30px 30px 40px;
  }

  .column-37 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 30px 40px;
  }

  .cta-intro, .cta-intro.blue {
    margin-left: 0;
    font-size: 24px;
  }

  .link-block {
    margin-top: 10px;
    margin-left: 40px;
    padding: 36px 0;
  }

  .link-block.designers {
    margin-left: 20px;
  }

  .columns-5 {
    min-height: auto;
  }

  .intro-section-logo {
    height: auto;
    padding: 30px;
  }

  .column-38 {
    text-align: left;
    border-right-style: none;
    height: auto;
    padding: 30px 0 40px 30px;
  }

  .column-39 {
    display: none;
  }

  .p5 {
    font-size: 12px;
    line-height: 15px;
  }

  .title-big {
    font-size: 64px;
    line-height: 60px;
  }

  .title {
    font-size: 56px;
    line-height: 56px;
  }

  .heading-big {
    font-size: 48px;
    line-height: 46px;
  }

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-small {
    font-size: 32px;
    line-height: 32px;
  }

  .text-big {
    font-size: 24px;
    line-height: 28px;
  }

  .text {
    font-size: 20px;
    line-height: 24px;
  }

  .text-small {
    font-size: 16px;
    line-height: 20px;
  }

  .text-micro {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-12 {
    margin-bottom: 30px;
    position: static;
  }

  .utility-page-content {
    margin-bottom: 0;
  }

  .text-field {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .side-menu-block {
    display: none;
  }

  .content-block {
    width: 100%;
  }

  .side-menu-cta-1.mobile, .side-menu-cta-2.mobile {
    border-bottom-color: var(--black);
    background-color: var(--white);
    color: var(--black);
  }

  .content {
    width: auto;
  }

  .h3 {
    margin-bottom: 10px;
  }

  .section-block-smaller._160 {
    margin-bottom: 80px;
    display: block;
  }

  .section-block-smaller._60 {
    margin-bottom: 30px;
  }

  .h2 {
    margin-bottom: 20px;
  }

  .column-2 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2.full {
    justify-content: flex-end;
  }

  .column-3 {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .column-3.mobile {
    margin-bottom: 0;
  }

  .column-4 {
    padding-right: 0;
  }

  .columns-style {
    margin-top: 30px;
  }

  .columns-style.mobile, .columns-style._0 {
    margin-top: 0;
  }

  .columns-style.full {
    flex-direction: row;
    align-items: stretch;
  }

  .p4.wide {
    max-width: 360px;
  }

  .link-text.intro {
    font-size: 22px;
    line-height: 28px;
  }

  .p2.narrow {
    max-width: 460px;
  }

  .p2._10 {
    max-width: 410px;
    margin-bottom: 6px;
  }

  .p2.narrower {
    max-width: 460px;
  }

  .color-block.gradient-blue, .color-block.gradient-pink {
    margin-bottom: 0;
  }

  .column-5 {
    align-items: center;
    height: 80px;
    padding-top: 11px;
    padding-bottom: 8px;
    display: flex;
  }

  .columns-3 {
    height: 100%;
    display: flex;
  }

  .columns-3.narrow {
    height: 100%;
  }

  .column-6, .column-7, .column-8 {
    align-items: center;
    height: 80px;
    padding-top: 11px;
    padding-bottom: 8px;
    display: flex;
  }

  .column-9 {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .column-9._0 {
    margin-bottom: 0;
  }

  ._2-columns._30.mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._4-columns {
    margin-top: 20px;
  }

  .column-10 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .column-11 {
    padding-right: 0;
  }

  .column-12, .column-13 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .div-block-3, .div-block-3._20 {
    width: 100%;
    padding-right: 0;
  }

  .column-14 {
    padding-right: 0;
  }

  .h0 {
    display: none;
  }

  .divider {
    margin-bottom: 30px;
  }

  .celtra-logo {
    width: 140px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .button.no-space.submit {
    border-radius: 30px;
    width: 300px;
  }

  .column-15 {
    padding-left: 0;
  }

  .column-16, .column-17, .column-18 {
    margin-top: 10px;
    padding-left: 0;
  }

  .column-19, .column-20, .column-21, .column-22, .column-23, .column-24, .column-25, .column-26, .column-27, .column-28 {
    padding-left: 0;
  }

  .logo-box-mobile {
    height: auto;
    margin-bottom: 0;
    display: block;
  }

  .h0-mobile {
    margin-top: 6px;
    margin-left: -4px;
    font-size: 70px;
    line-height: 60px;
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    background-color: var(--black);
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--black);
    padding: 0 0 26px 26px;
  }

  .image-2 {
    width: 20px;
    max-width: none;
  }

  .nav-menu-2 {
    background-color: var(--white);
  }

  .container-2 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .cta-intro {
    box-shadow: 0 0 22px 30px var(--pink);
    font-size: 20px;
  }

  .cta-intro.blue {
    box-shadow: 0 0 22px 30px var(--blue);
    font-size: 20px;
  }

  .link-block {
    margin-left: 30px;
  }

  .p5.wide {
    max-width: 360px;
  }

  .text-field {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-image: linear-gradient(#000, #000);
  }

  .body.employees {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    background-size: auto;
    background-attachment: scroll;
  }

  .body.intro {
    background-image: url('../images/pink-bg.png');
    background-size: 250vw;
    background-attachment: fixed;
  }

  .side-menu-cta-1.mobile {
    border-bottom-color: var(--black);
    color: var(--black);
    height: 50px;
  }

  .side-menu-cta-2.mobile {
    border-bottom-color: var(--black);
    color: var(--black);
    height: 30px;
  }

  .content {
    padding-top: 20px;
  }

  .h1 {
    padding-top: 0;
    font-size: 46px;
    line-height: 46px;
  }

  .section {
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .p0, .p0.intro {
    font-size: 24px;
    line-height: 28px;
  }

  .p0.intro.narrow, .p0.intro.wider {
    font-size: 20px;
    line-height: 26px;
  }

  .h3 {
    font-size: 20px;
    line-height: 20px;
  }

  .column {
    margin-bottom: 10px;
  }

  .p3 {
    max-width: 250px;
    font-size: 15px;
    line-height: 17px;
  }

  .section-block-smaller._160 {
    margin-bottom: 60px;
  }

  .h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .column-2._0 {
    margin-bottom: 5px;
  }

  .column-2.full {
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .column-4 {
    margin-bottom: 30px;
  }

  .column-4.mobile {
    margin-bottom: 0;
  }

  .h4 {
    font-size: 17px;
  }

  .h4._4 {
    margin-bottom: 4px;
  }

  .columns-style {
    margin-top: 0;
  }

  .columns-style.top {
    margin-top: 30px;
  }

  .columns-style.full {
    align-items: flex-end;
    margin-top: 40px;
  }

  .columns-style.full._30 {
    align-items: flex-start;
  }

  .image {
    max-width: none;
  }

  .p4 {
    max-width: 250px;
    font-size: 12px;
    line-height: 15px;
  }

  .p4.wide {
    max-width: 340px;
  }

  .p4.intro {
    margin-top: 20px;
  }

  .section-block._100 {
    margin-bottom: 60px;
  }

  .link-text.intro {
    font-size: 22px;
    line-height: 30px;
  }

  .link-text.intro.sub {
    border-bottom-color: var(--yellow);
    font-size: 20px;
  }

  .p2 {
    font-size: 17px;
    line-height: 20px;
  }

  .p2.narrow {
    margin-bottom: 4px;
  }

  .p2._10 {
    max-width: 340px;
    line-height: 19px;
  }

  .p2.narrower, .column-9 {
    margin-bottom: 4px;
  }

  ._2-columns._30._0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2-columns._30._4 {
    margin-top: 4px;
    margin-bottom: 20px;
  }

  .h2-block._40 {
    margin-bottom: 40px;
  }

  .h3-block {
    align-self: auto;
  }

  .h3-block.top {
    margin-top: 60px;
  }

  .h3-block._100, .h3-block._60 {
    margin-bottom: 60px;
  }

  .h3-block.password {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .gradient-image {
    height: 60px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .div-block-3 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-3._20 {
    margin-top: 20px;
  }

  .column-14 {
    padding-right: 0;
  }

  .h0 {
    font-size: 53px;
    line-height: 52px;
    display: none;
  }

  .p1 {
    font-size: 20px;
    line-height: 24px;
  }

  .divider {
    margin-bottom: 20px;
  }

  .intro-menu {
    margin-top: 80px;
    display: block;
  }

  .logo-box.intro {
    padding: 20px;
  }

  .celtra-logo {
    width: 140px;
  }

  .celtra-logo.intro {
    width: 100px;
  }

  .button {
    display: none;
  }

  .button:hover {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .button.no-space.submit {
    border-radius: 40px;
    width: 210px;
    display: block;
  }

  .logo-box-mobile {
    height: auto;
    margin-bottom: 0;
  }

  .h0-mobile {
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -4px;
    padding-left: 0;
    font-size: 46px;
    font-weight: 400;
    line-height: 46px;
    display: block;
  }

  .h0-mobile.intro {
    margin-top: 0;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    background-color: #0000;
  }

  .menu-button {
    background-color: var(--black);
    padding: 0 0 10px 10px;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }

  .image-2 {
    width: 20px;
    max-width: none;
  }

  .nav-menu-2 {
    background-color: var(--white);
    width: auto;
    box-shadow: 0 10px 60px 40px #000;
  }

  .column-29, .column-30 {
    padding-left: 0;
  }

  .container-2 {
    margin-bottom: 0;
  }

  .intro-sub-menu {
    margin-top: 40px;
    margin-bottom: 0;
    display: block;
  }

  .column-31, .column-32, .column-33 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    margin-top: 26px;
  }

  .background-gradient-image {
    height: 60px;
  }

  .column-34.intro {
    flex-direction: column-reverse;
    padding: 20px;
  }

  .section-intro-sub {
    flex-direction: column;
    padding: 0;
    display: flex;
  }

  .column-36 {
    border-bottom: 2px solid var(--white);
    border-right-style: none;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 20px 20px 40px;
  }

  .column-37 {
    border-left-style: none;
    align-items: flex-start;
    padding: 20px 20px 40px;
  }

  .cta-intro {
    box-shadow: 0 0 22px 30px var(--pink);
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }

  .cta-intro.blue {
    box-shadow: 0 0 22px 30px var(--blue);
    margin-left: 0;
    font-size: 20px;
  }

  .link-block {
    margin-left: 20px;
    padding: 36px 6px;
  }

  .link-block.designers {
    margin-left: 20px;
  }

  .columns-5 {
    flex-direction: column;
  }

  .intro-section-logo {
    padding: 20px;
  }

  .column-38 {
    border-left: 1px #000;
    justify-content: center;
    padding-top: 50px;
  }

  .p5 {
    max-width: 250px;
    font-size: 12px;
    line-height: 15px;
  }

  .p5.wide {
    max-width: 340px;
  }

  .p5.intro {
    margin-top: 20px;
  }

  .title-big, .title, .heading-big, .heading, .heading-small, .text-big, .text, .text-small, .text-micro {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-12 {
    margin-bottom: 10px;
  }

  .utility-page-content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px 20px 50px;
  }

  .utility-page-form {
    align-items: center;
  }

  .text-field {
    margin-bottom: 10px;
  }
}


@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-Italic.otf') format('opentype'), url('../fonts/FavoritPro-BookItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro book';
  src: url('../fonts/FavoritPro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Favoritpro';
  src: url('../fonts/FavoritPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}