header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  right: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-direction: column;
}
header .logo {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  header .logo p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #8D9499;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  header .logo p {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  header .logo a {
    margin-right: 20px;
  }
}
header .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 74px;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  header .header {
    border-bottom: 1px solid #E1E4E5;
  }
}
header .links {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  header .links {
    display: none;
  }
}
header .links a {
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  color: #121010;
  letter-spacing: -0.02em;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 24px;
  transition: color 250ms linear;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  header .links a {
    font-size: 13px;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  header .links a {
    font-size: 14px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  header .links a {
    font-size: 18px;
  }
}
header .links a:hover {
  color: #FD8F01;
}
header .links a:last-child:hover span {
  color: #FD8F01;
}
@media only screen and (min-width: 576px) {
  header .links a:last-child img {
    margin-right: 5px;
  }
}
header .links a:last-child span {
  color: #525659;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  transition: color 250ms linear;
}
header .links a:last-child::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C4C9CC;
}
@media only screen and (min-width: 576px) {
  header .links a:last-child::before {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 576px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu .upper-part {
  width: 100%;
  height: 74px;
  display: flex;
  align-items: center;
}
.mobile-menu .upper-part img {
  width: 32px;
  height: 32px;
}
.mobile-menu .upper-part > img {
  margin-left: 20px;
}
.mobile-menu .bottom-part {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(24, 25, 28, 0.4);
  height: 100vh;
  justify-content: flex-start;
}
.mobile-menu .bottom-part .bottom-menu {
  width: 100%;
  padding: 0 15px 32px;
  background: #FFFFFF;
}
.mobile-menu .bottom-part a {
  padding: 24px 0;
  max-height: 64px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  color: #121010;
  letter-spacing: -0.02em;
  text-decoration: none;
  font-size: 18px;
  border-bottom: 1px solid #E1E4E5;
}
.mobile-menu .not__visible {
  display: none;
}
.mobile-menu .visible {
  display: flex;
}

section.banner {
  background-color: #FAFAFA;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.banner {
    height: 386px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  section.banner {
    height: 433px;
    padding-top: 110px;
  }
}
@media only screen and (min-width: 992px) {
  section.banner {
    height: 459px;
    padding-top: 74px;
    align-items: center;
  }
}
section.banner .containerCustom {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  section.banner .containerCustom {
    justify-content: center;
  }
}
section.banner .containerCustom .image {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.banner .containerCustom .image {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 373px;
    height: 225px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  section.banner .containerCustom .image {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  section.banner .containerCustom .image {
    bottom: -220px;
    right: -20px;
    width: 528px;
    height: 320px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  section.banner .containerCustom .image {
    bottom: -220px;
    right: -20px;
    width: 648px;
    height: 390px;
  }
}
@media only screen and (min-width: 1300px) {
  section.banner .containerCustom .image {
    bottom: -220px;
    right: -150px;
    width: 758px;
    height: 457px;
  }
}
section.banner .containerCustom .image img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  section.banner .containerCustom .innerDiv {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  section.banner .containerCustom .innerDiv h1 {
    max-width: 680px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 991px) {
  section.banner .containerCustom .innerDiv h1 {
    max-width: 709px;
  }
}
section.banner .containerCustom .innerDiv p {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #8D9499;
  margin-top: 16px;
}

section.main-text {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.main-text {
    padding: 64px 0;
  }
}
@media only screen and (min-width: 576px) {
  section.main-text {
    justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  section.main-text {
    padding: 96px 0;
  }
}
@media only screen and (min-width: 992px) {
  section.main-text {
    padding: 144px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.main-text .containerCustom {
    flex-direction: column;
  }
}
section.main-text .containerCustom img {
  width: 72px;
  height: 72px;
}
section.main-text .containerCustom p {
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #525659;
}
@media only screen and (min-width: 576px) {
  section.main-text .containerCustom p {
    font-size: 18px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.main-text .containerCustom p {
    font-size: 16px;
    margin-top: 16px;
  }
}

section.inform-columns {
  display: flex;
  justify-content: center;
}
section.inform-columns .inner-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  section.inform-columns .inner-div {
    grid-template-columns: 1fr;
  }
}
section.inform-columns .inner-div .item {
  background: #F6F7F7;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media only screen and (min-width: 576px) {
  section.inform-columns .inner-div .item {
    padding: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.inform-columns .inner-div .item {
    padding: 30px 20px;
  }
}
section.inform-columns .inner-div .item:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media only screen and (min-width: 576px) {
  section.inform-columns .inner-div .item:nth-child(odd)::before {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.inform-columns .inner-div .item:nth-child(odd)::before {
    width: 20px;
    height: 20px;
  }
}
section.inform-columns .inner-div .item:nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media only screen and (min-width: 576px) and (max-width: 992px) {
  section.inform-columns .inner-div .item:nth-child(odd)::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.inform-columns .inner-div .item:nth-child(odd)::after {
    width: 20px;
    height: 20px;
  }
}
section.inform-columns .inner-div .item:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
@media only screen and (min-width: 576px) {
  section.inform-columns .inner-div .item:nth-child(2n)::before {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.inform-columns .inner-div .item:nth-child(2n)::before {
    width: 20px;
    height: 20px;
  }
}
section.inform-columns .inner-div .item:nth-child(2n)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  clip-path: polygon(100% 100%, 0 100%, 100% 0);
}
@media only screen and (min-width: 576px) {
  section.inform-columns .inner-div .item:nth-child(2n)::after {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  section.inform-columns .inner-div .item:nth-child(2n)::after {
    width: 20px;
    height: 20px;
  }
}
section.inform-columns .inner-div .item .header {
  display: flex;
  flex-direction: column;
}
section.inform-columns .inner-div .item .header img {
  width: 54px;
  height: 54px;
}
section.inform-columns .inner-div .item .header div h3 {
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #121010;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  section.inform-columns .inner-div .item .header div h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  section.inform-columns .inner-div .item .header div h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  section.inform-columns .inner-div .item .content {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  section.inform-columns .inner-div .item .content {
    margin: 16px 0;
  }
}
section.inform-columns .inner-div .item .content p {
  text-align: left;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  section.inform-columns .inner-div .item .content p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  section.inform-columns .inner-div .item .content p {
    margin-bottom: 15px;
  }
}
section.inform-columns .inner-div .item .content p:last-child {
  margin-bottom: 0;
}
section.inform-columns .inner-div .item a {
  max-width: 291px;
  min-height: 58px;
  color: #121010 !important;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: -0.02em;
}
section.inform-columns .inner-div .item a::after {
  content: url("/img/global/link-arrow.svg");
  display: flex;
  margin-left: 15px;
  align-items: center;
  padding-top: 5px;
}
section.inform-columns .inner-div .item a:hover {
  color: #FFAE12 !important;
}
section.inform-columns .inner-div .item a:active {
  color: #FD8F01 !important;
}

.bottom-text {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .bottom-text {
    padding: 144px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .bottom-text {
    padding: 96px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .bottom-text {
    padding: 64px 0;
  }
}
.bottom-text div {
  display: flex;
  flex-direction: column;
}
.bottom-text h2 {
  letter-spacing: -0.02em;
  color: #121010;
}
@media only screen and (min-width: 576px) {
  .bottom-text h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .bottom-text h2 {
    font-size: 22px;
  }
}
.bottom-text p {
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #18191C;
}
@media only screen and (min-width: 576px) {
  .bottom-text p {
    font-size: 18px;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .bottom-text p {
    font-size: 16px;
    margin-top: 16px;
  }
}

.form,
.application-form {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .form {
    padding: 40px 0 144px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .form {
    padding: 32px 0 64px;
  }
}

input.error {
  outline: 1px solid #FF4057 !important;
  border: none !important;
}

div.hbspt-form {
  -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  div.hbspt-form {
    padding: 40px 65px;
    max-width: 945px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  div.hbspt-form {
    padding: 32px 20px;
  }
}
div.hbspt-form h2,
div.hbspt-form h3 {
  letter-spacing: -0.02em;
  color: #121010 !important;
}
@media only screen and (min-width: 576px) {
  div.hbspt-form h2,
  div.hbspt-form h3 {
    font-size: 24px;
    margin-bottom: 12px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  div.hbspt-form h2,
  div.hbspt-form h3 {
    font-size: 22px;
  }
}
div.hbspt-form h2 span,
div.hbspt-form h3 span {
  color: #121010 !important;
}
div.hbspt-form form {
  max-width: 945px;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form {
    max-width: 100%;
  }
}
div.hbspt-form form > fieldset {
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset {
    margin-bottom: 15px;
  }
}
div.hbspt-form form > fieldset:nth-child(1):has(h3) {
  margin-bottom: 10px;
}
div.hbspt-form form > fieldset.form-columns-1 > div.hs-message label {
  margin-bottom: 15px;
}
div.hbspt-form form > fieldset.form-columns-0 p {
  color: #8D9499;
  letter-spacing: -0.5px;
  font-weight: 600;
}
@media only screen and (min-width: 576px) {
  div.hbspt-form form > fieldset.form-columns-0 p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  div.hbspt-form form > fieldset.form-columns-0 p {
    font-size: 14px;
  }
}
div.hbspt-form form > fieldset > div > label {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
div.hbspt-form form > fieldset > div > label > span {
  margin-bottom: 10px;
  color: #525659;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 600;
  font-family: "Archivo", sans-serif;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  div.hbspt-form form > fieldset > div > label > span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) {
  div.hbspt-form form > fieldset > div > label > span {
    font-size: 16px;
  }
}
div.hbspt-form form > fieldset > div > label > span:empty {
  display: none;
}
div.hbspt-form form > fieldset > div > label > span.hs-form-required {
  color: #FF4057;
}
div.hbspt-form form > fieldset > div > div.input {
  margin-right: 0 !important;
  display: flex;
}
div.hbspt-form form > fieldset > div > div.input textarea,
div.hbspt-form form > fieldset > div > div.input input {
  width: 100% !important;
  color: #8D9499;
  font-size: 16px;
  border: 1px solid #C6C9CC;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset > div > div.input textarea,
  div.hbspt-form form > fieldset > div > div.input input {
    font-size: 14px;
  }
}
div.hbspt-form form > fieldset > div > div.input input {
  height: 46px;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #C6C9CC;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset > div > div.input input {
    height: 41px;
  }
}
div.hbspt-form form > fieldset > div > div.input textarea {
  height: 58px;
  padding: 12px 15px;
  resize: none;
  line-height: 140%;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset > div > div.input textarea {
    height: 53px;
  }
}
div.hbspt-form form > fieldset > div > ul.hs-error-msgs {
  padding: 0 !important;
  list-style-type: none;
  color: red;
}
div.hbspt-form form > fieldset > div > ul.hs-error-msgs > li {
  padding: 0 !important;
  margin: 7px 0 0 !important;
  font-size: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset > div > ul.hs-error-msgs > li {
    margin-top: 5px !important;
  }
}
div.hbspt-form form > fieldset > div > ul.hs-error-msgs > li:before {
  content: none !important;
}
div.hbspt-form form > fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  div.hbspt-form form > fieldset.form-columns-2 {
    flex-direction: column;
  }
}
div.hbspt-form form > fieldset.form-columns-2 > div {
  float: none !important;
  width: calc(50% - 10px) !important;
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  div.hbspt-form form > fieldset.form-columns-2 > div {
    width: 100% !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 760px) {
  div.hbspt-form form > fieldset.form-columns-2 > div:first-child {
    margin-bottom: 15px;
  }
}
div.hbspt-form form > fieldset.form-columns-3 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset.form-columns-3 {
    flex-direction: column;
  }
}
div.hbspt-form form > fieldset.form-columns-3 > div {
  float: none !important;
  width: calc(33.33% - 13px) !important;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset.form-columns-3 > div {
    width: 100% !important;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) and (min-width: 576px) and (max-width: 991px) {
  div.hbspt-form form > fieldset.form-columns-3 > div:last-child {
    margin-bottom: 0;
  }
}
div.hbspt-form form > div.hs_recaptcha {
  display: none;
}
div.hbspt-form form > div.hs_error_rollup {
  display: none;
}
div.hbspt-form form > div.hs-submit > div.actions input[type=submit] {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: none;
  transition: outline 250ms linear, background-color 250ms linear;
  z-index: 2;
  background-color: #FFAE12;
  padding: 12px 18px;
}
@media only screen and (min-width: 576px) {
  div.hbspt-form form > div.hs-submit > div.actions input[type=submit] {
    font-size: 16px;
    height: 46px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
  div.hbspt-form form > div.hs-submit > div.actions input[type=submit] {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  div.hbspt-form form > div.hs-submit > div.actions input[type=submit] {
    height: 40px;
    font-size: 14px;
  }
}
div.hbspt-form form > div.hs-submit > div.actions input[type=submit]:hover {
  background-color: #FFBF12;
}
div.hbspt-form form > div.hs-submit > div.actions input[type=submit]:active {
  background-color: #FFAE12;
  outline: 3px solid rgba(255, 144, 0, 0.25);
}

.hs-error-msgs {
  display: none !important;
}

.input input.error {
  border-width: 1px !important;
}
.input textarea {
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.5px;
  color: #525659;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .input textarea {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) {
  .input textarea {
    font-size: 16px;
  }
}

.form-footer {
  border-radius: 8px;
  background-color: #525659;
}
@media only screen and (min-width: 992px) {
  .form-footer {
    padding: 34px 48px;
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer {
    margin-top: 38px;
    padding: 26px 32px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .form-footer {
    padding: 18px 24px 24px;
    margin-top: 48px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .form-footer {
    display: flex;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer .inner {
    max-width: 210px;
  }
}
.form-footer .inner h3 {
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .form-footer .inner h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .form-footer .inner h3 {
    dont-size: 20px;
  }
}
.form-footer .inner p {
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #C4C9CC;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .form-footer .inner p {
    margin-top: 4px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer .form-div {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .form-footer .form-div {
    margin-top: 16px;
  }
}
.form-footer .form-div .hs_error_rollup {
  display: none;
}
.form-footer .form-div form {
  display: grid;
}
@media only screen and (min-width: 992px) {
  .form-footer .form-div form {
    grid-template-columns: 4fr 1fr;
    grid-column-gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer .form-div form {
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .form-footer .form-div form .hs_email {
    width: 95%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer .form-div form .hs_email {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .form-footer .form-div form .input {
    margin-right: 8px;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer .form-div form .input {
    height: 100%;
    width: 95%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .form-footer .form-div form .input {
    width: 100%;
  }
}
.form-footer .form-div form .input input {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #8D9499;
  width: inherit;
  border-radius: 4px;
  border: none;
  padding-block: 0;
  padding-inline: 0;
}
@media only screen and (min-width: 992px) {
  .form-footer .form-div form .input input {
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer .form-div form .input input {
    padding: 14px 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .form-footer .form-div form .input input {
    padding: 10px 14px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .form-footer .form-div form .hs-submit {
    margin-top: 12px;
  }
}
.form-footer .form-div form .hs-submit .actions {
  width: unset;
}
.form-footer .form-div form .hs-submit .actions input {
  height: 46px;
  background-color: #FFAE12;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: none;
  transition: background-color 250ms linear;
}
@media only screen and (min-width: 576px) {
  .form-footer .form-div form .hs-submit .actions input {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .form-footer .form-div form .hs-submit .actions input {
    width: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .form-footer .form-div form .hs-submit .actions input {
    width: 100px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .form-footer .form-div form .hs-submit .actions input {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
.form-footer .form-div form .hs-submit .actions input:hover {
  background-color: #FFBF12;
}
.form-footer .form-div form .hs-submit .actions input:active {
  background-color: #FFAE12;
  outline: 3px solid rgba(255, 144, 0, 0.25);
}

footer {
  display: flex;
  justify-content: center;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 992px) {
  footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  footer {
    padding-top: 30px;
    padding-bottom: 24px;
  }
}
footer .inner {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  footer .inner .top {
    display: grid;
    grid-template-columns: auto 1fr;
  }
}
footer .inner .top .sentrium-column {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  footer .inner .top .sentrium-column {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  footer .inner .top .sentrium-column {
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  footer .inner .top .sentrium-column {
    max-width: 227px;
    margin-right: 70px;
    flex-direction: column;
  }
}
footer .inner .top .sentrium-column div {
  display: flex;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  footer .inner .top .sentrium-column div {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  footer .inner .top .sentrium-column div {
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  footer .inner .top .sentrium-column div {
    flex-direction: column;
  }
}
footer .inner .top .sentrium-column div img {
  width: 66px;
  height: 46px;
}
footer .inner .top .sentrium-column div p {
  font-family: "Archivo", sans-serif;
  color: #525659;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) {
  footer .inner .top .sentrium-column div p {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 576px) {
  footer .inner .top .sentrium-column div p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  footer .inner .top .sentrium-column div p {
    width: 100%;
    max-width: 258px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  footer .inner .top .sentrium-column div p {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  footer .inner .top .sentrium-column div p {
    font-size: 16px;
    margin-top: 14px;
  }
}
footer .inner .top .sentrium-column a {
  background-color: #121010;
  color: #FFFFFF;
  font-family: "Archivo", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 14px;
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  height: 40px;
}
@media only screen and (min-width: 992px) {
  footer .inner .top .sentrium-column a {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  footer .inner .top .sentrium-column a {
    margin-top: 16px;
  }
}
footer .inner .top .sentrium-column a:hover {
  background-color: #525659;
}
footer .inner .top .sentrium-column a:active {
  background-color: #FFFFFF;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  footer .inner .links-columns {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  footer .inner .links-columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
footer .inner .links-columns .links-column h3 {
  font-size: 16px;
  color: #121010;
  letter-spacing: -0.02em;
}
footer .inner .links-columns .links-column ul {
  padding-left: 0;
  margin-top: 24px;
  list-style: none;
}
footer .inner .links-columns .links-column ul li {
  margin-bottom: 12px;
}
footer .inner .links-columns .links-column ul li:nth-last-child(1) {
  margin-bottom: 0;
}
footer .inner .links-columns .links-column ul li a {
  font-weight: normal;
  font-size: 16px;
  color: #525659;
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  letter-spacing: -0.02em;
}
footer .inner .links-columns .links-column ul li a:hover {
  color: #FFBE12;
  text-decoration: underline;
}
footer .inner .bottom {
  display: flex;
}
@media only screen and (min-width: 992px) {
  footer .inner .bottom {
    justify-content: space-between;
    align-items: center;
    margin-top: 43px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  footer .inner .bottom {
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 576px) {
  footer .inner .bottom {
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
  }
}
footer .inner .bottom p {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #636A6D;
}
@media only screen and (min-width: 992px) {
  footer .inner .bottom p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  footer .inner .bottom p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  footer .inner .bottom p {
    font-size: 14px;
    margin-top: 24px;
  }
}
footer .inner .bottom .social-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 12px;
}
footer .inner .bottom .social-logos a {
  text-decoration: none;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  transition: outline 250ms linear;
  outline: none;
  border-radius: 2px;
  outline: none;
}
footer .inner .bottom .social-logos a svg path {
  transition: fill 250ms linear;
}
footer .inner .bottom .social-logos a:hover svg path {
  fill: #FD8F01;
}
footer .inner .bottom .social-logos a:active {
  outline: 1px solid #FD8F01;
}
footer .inner .bottom .social-logos a:active svg path {
  fill: #FFAE12;
}

.navigation {
  background: transparent;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: background-color 250ms linear, box-shadow 250ms linear;
}
.navigation.background__white {
  background-color: #FFFFFF;
}
.navigation.bottom-shadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.containerCustom {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .containerCustom {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) {
  .containerCustom {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .containerCustom {
    max-width: 738px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .containerCustom {
    max-width: calc(100% - 100px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .containerCustom {
    max-width: 1170px;
  }
}
@media only screen and (min-width: 1500px) {
  .containerCustom {
    max-width: 1370px;
  }
}
.containerCustom a {
  color: #FD8F01;
}
.containerCustom a.footnote {
  margin: 0 2px 0 0;
  text-decoration: none;
}

.background {
  position: absolute;
  z-index: 0;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .background {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .background {
    top: -516px;
    right: -280px;
  }
}
@media only screen and (min-width: 992px) {
  .background {
    top: -600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .background {
    right: -250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .background {
    right: -220px;
  }
}
@media only screen and (min-width: 1300px) {
  .background {
    right: -150px;
  }
}
@media only screen and (min-width: 576px) {
  .background canvas {
    width: 1024px !important;
    height: 840px !important;
  }
}

.get-page .banner {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .banner {
    height: 232px;
    padding-top: 106px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .get-page .banner {
    height: 248px;
    padding-top: 128px;
  }
}
@media only screen and (min-width: 992px) {
  .get-page .banner {
    height: 275px;
    padding-top: 128px;
    align-items: center;
  }
}
.get-page .banner h1 {
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .get-page .banner h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .get-page .banner h1 {
    font-size: 28px;
  }
}
.get-page .banner p {
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #525659;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .get-page .banner p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .get-page .banner p {
    font-size: 16px;
  }
}
.get-page .banner .containerCustom {
  position: unset;
}
.get-page .banner .containerCustom .banner-div {
  width: 100%;
  border-bottom: 1px solid #C4C9CC;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .banner .containerCustom .banner-div {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .get-page .banner .containerCustom .banner-div {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .get-page .banner .containerCustom .banner-div {
    padding-bottom: 74px;
  }
}
.get-page .left-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .get-page .left-shape {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .get-page .left-shape {
    top: -100px;
    left: -40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .left-shape {
    display: none;
  }
}
.get-page .left-shape img {
  width: 280px;
  height: 280px;
}
.get-page .right-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .get-page .right-shape {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .get-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
.get-page .right-shape img {
  width: 385px;
  height: 400px;
}

.get-page .containerCustom {
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  .get-page .content-section {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .get-page .content-section {
    padding-top: 54px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .content-section {
    padding-top: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .contribute-page .content-section,
  .status-page .content-section {
    padding: 40px 0 144px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contribute-page .content-section,
  .status-page .content-section {
    padding: 54px 0 64px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contribute-page .content-section,
  .status-page .content-section {
    padding: 32px 0 64px;
  }
}

.nightly-builds-page .content-section {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .nightly-builds-page .content-section {
    padding-bottom: 144px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .nightly-builds-page .content-section {
    padding-bottom: 64px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .nightly-builds-page .content-section {
    padding-bottom: 64px;
  }
}

@media only screen and (min-width: 576px) {
  .contributor-subs-page .content-section {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contributor-subs-page .content-section {
    padding-top: 32px;
  }
}

.get-page .content-section,
.contribute-page .content-section,
.nightly-builds-page .content-section,
.contributor-subs-page .content-section,
.status-page .content-section {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.get-page .content-div,
.contribute-page .content-div,
.nightly-builds-page .content-div,
.contributor-subs-page .content-div,
.status-page .content-div {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .content-div,
  .contribute-page .content-div,
  .nightly-builds-page .content-div,
  .contributor-subs-page .content-div,
  .status-page .content-div {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .get-page .content-div,
  .contribute-page .content-div,
  .nightly-builds-page .content-div,
  .contributor-subs-page .content-div,
  .status-page .content-div {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .get-page .content-div,
  .contribute-page .content-div,
  .nightly-builds-page .content-div,
  .contributor-subs-page .content-div,
  .status-page .content-div {
    max-width: 738px;
  }
}
@media only screen and (min-width: 992px) {
  .get-page .content-div,
  .contribute-page .content-div,
  .nightly-builds-page .content-div,
  .contributor-subs-page .content-div,
  .status-page .content-div {
    max-width: 810px;
  }
}
.get-page .content-div > div:first-of-type h2,
.contribute-page .content-div > div:first-of-type h2,
.nightly-builds-page .content-div > div:first-of-type h2,
.contributor-subs-page .content-div > div:first-of-type h2,
.status-page .content-div > div:first-of-type h2 {
  margin-top: 0;
}
.get-page .content-div h2,
.contribute-page .content-div h2,
.nightly-builds-page .content-div h2,
.contributor-subs-page .content-div h2,
.status-page .content-div h2 {
  font-size: 22px;
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 576px) {
  .get-page .content-div h2,
  .contribute-page .content-div h2,
  .nightly-builds-page .content-div h2,
  .contributor-subs-page .content-div h2,
  .status-page .content-div h2 {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .content-div h2,
  .contribute-page .content-div h2,
  .nightly-builds-page .content-div h2,
  .contributor-subs-page .content-div h2,
  .status-page .content-div h2 {
    margin-top: 32px;
  }
}
.get-page .content-div h3,
.contribute-page .content-div h3,
.nightly-builds-page .content-div h3,
.contributor-subs-page .content-div h3,
.status-page .content-div h3 {
  letter-spacing: -0.5px;
  color: #525659;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  margin-top: 16px;
}
@media only screen and (min-width: 576px) {
  .get-page .content-div h3,
  .contribute-page .content-div h3,
  .nightly-builds-page .content-div h3,
  .contributor-subs-page .content-div h3,
  .status-page .content-div h3 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .content-div h3,
  .contribute-page .content-div h3,
  .nightly-builds-page .content-div h3,
  .contributor-subs-page .content-div h3,
  .status-page .content-div h3 {
    font-size: 16px;
  }
}
.get-page .content-div .nightly-builds p,
.get-page .content-div .lts p,
.get-page .content-div .legacy-lts p,
.get-page .content-div .why-contribute p,
.get-page .content-div .start p,
.get-page .content-div .image-signatures p,
.get-page .content-div .guidelines p,
.contribute-page .content-div .nightly-builds p,
.contribute-page .content-div .lts p,
.contribute-page .content-div .legacy-lts p,
.contribute-page .content-div .why-contribute p,
.contribute-page .content-div .start p,
.contribute-page .content-div .image-signatures p,
.contribute-page .content-div .guidelines p,
.nightly-builds-page .content-div .nightly-builds p,
.nightly-builds-page .content-div .lts p,
.nightly-builds-page .content-div .legacy-lts p,
.nightly-builds-page .content-div .why-contribute p,
.nightly-builds-page .content-div .start p,
.nightly-builds-page .content-div .image-signatures p,
.nightly-builds-page .content-div .guidelines p,
.contributor-subs-page .content-div .nightly-builds p,
.contributor-subs-page .content-div .lts p,
.contributor-subs-page .content-div .legacy-lts p,
.contributor-subs-page .content-div .why-contribute p,
.contributor-subs-page .content-div .start p,
.contributor-subs-page .content-div .image-signatures p,
.contributor-subs-page .content-div .guidelines p,
.status-page .content-div .nightly-builds p,
.status-page .content-div .lts p,
.status-page .content-div .legacy-lts p,
.status-page .content-div .why-contribute p,
.status-page .content-div .start p,
.status-page .content-div .image-signatures p,
.status-page .content-div .guidelines p {
  line-height: 1.6;
  letter-spacing: -0.5px;
  color: #525659;
}
.get-page .content-div .nightly-builds p:nth-child(1n+2),
.get-page .content-div .lts p:nth-child(1n+2),
.get-page .content-div .legacy-lts p:nth-child(1n+2),
.get-page .content-div .why-contribute p:nth-child(1n+2),
.get-page .content-div .start p:nth-child(1n+2),
.get-page .content-div .image-signatures p:nth-child(1n+2),
.get-page .content-div .guidelines p:nth-child(1n+2),
.contribute-page .content-div .nightly-builds p:nth-child(1n+2),
.contribute-page .content-div .lts p:nth-child(1n+2),
.contribute-page .content-div .legacy-lts p:nth-child(1n+2),
.contribute-page .content-div .why-contribute p:nth-child(1n+2),
.contribute-page .content-div .start p:nth-child(1n+2),
.contribute-page .content-div .image-signatures p:nth-child(1n+2),
.contribute-page .content-div .guidelines p:nth-child(1n+2),
.nightly-builds-page .content-div .nightly-builds p:nth-child(1n+2),
.nightly-builds-page .content-div .lts p:nth-child(1n+2),
.nightly-builds-page .content-div .legacy-lts p:nth-child(1n+2),
.nightly-builds-page .content-div .why-contribute p:nth-child(1n+2),
.nightly-builds-page .content-div .start p:nth-child(1n+2),
.nightly-builds-page .content-div .image-signatures p:nth-child(1n+2),
.nightly-builds-page .content-div .guidelines p:nth-child(1n+2),
.contributor-subs-page .content-div .nightly-builds p:nth-child(1n+2),
.contributor-subs-page .content-div .lts p:nth-child(1n+2),
.contributor-subs-page .content-div .legacy-lts p:nth-child(1n+2),
.contributor-subs-page .content-div .why-contribute p:nth-child(1n+2),
.contributor-subs-page .content-div .start p:nth-child(1n+2),
.contributor-subs-page .content-div .image-signatures p:nth-child(1n+2),
.contributor-subs-page .content-div .guidelines p:nth-child(1n+2),
.status-page .content-div .nightly-builds p:nth-child(1n+2),
.status-page .content-div .lts p:nth-child(1n+2),
.status-page .content-div .legacy-lts p:nth-child(1n+2),
.status-page .content-div .why-contribute p:nth-child(1n+2),
.status-page .content-div .start p:nth-child(1n+2),
.status-page .content-div .image-signatures p:nth-child(1n+2),
.status-page .content-div .guidelines p:nth-child(1n+2) {
  margin-top: 15px;
}
.get-page .content-div .nightly-builds p:nth-of-type(1),
.get-page .content-div .lts p:nth-of-type(1),
.get-page .content-div .legacy-lts p:nth-of-type(1),
.get-page .content-div .why-contribute p:nth-of-type(1),
.get-page .content-div .start p:nth-of-type(1),
.get-page .content-div .image-signatures p:nth-of-type(1),
.get-page .content-div .guidelines p:nth-of-type(1),
.contribute-page .content-div .nightly-builds p:nth-of-type(1),
.contribute-page .content-div .lts p:nth-of-type(1),
.contribute-page .content-div .legacy-lts p:nth-of-type(1),
.contribute-page .content-div .why-contribute p:nth-of-type(1),
.contribute-page .content-div .start p:nth-of-type(1),
.contribute-page .content-div .image-signatures p:nth-of-type(1),
.contribute-page .content-div .guidelines p:nth-of-type(1),
.nightly-builds-page .content-div .nightly-builds p:nth-of-type(1),
.nightly-builds-page .content-div .lts p:nth-of-type(1),
.nightly-builds-page .content-div .legacy-lts p:nth-of-type(1),
.nightly-builds-page .content-div .why-contribute p:nth-of-type(1),
.nightly-builds-page .content-div .start p:nth-of-type(1),
.nightly-builds-page .content-div .image-signatures p:nth-of-type(1),
.nightly-builds-page .content-div .guidelines p:nth-of-type(1),
.contributor-subs-page .content-div .nightly-builds p:nth-of-type(1),
.contributor-subs-page .content-div .lts p:nth-of-type(1),
.contributor-subs-page .content-div .legacy-lts p:nth-of-type(1),
.contributor-subs-page .content-div .why-contribute p:nth-of-type(1),
.contributor-subs-page .content-div .start p:nth-of-type(1),
.contributor-subs-page .content-div .image-signatures p:nth-of-type(1),
.contributor-subs-page .content-div .guidelines p:nth-of-type(1),
.status-page .content-div .nightly-builds p:nth-of-type(1),
.status-page .content-div .lts p:nth-of-type(1),
.status-page .content-div .legacy-lts p:nth-of-type(1),
.status-page .content-div .why-contribute p:nth-of-type(1),
.status-page .content-div .start p:nth-of-type(1),
.status-page .content-div .image-signatures p:nth-of-type(1),
.status-page .content-div .guidelines p:nth-of-type(1) {
  margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .content-div .nightly-builds p,
  .get-page .content-div .lts p,
  .get-page .content-div .legacy-lts p,
  .get-page .content-div .why-contribute p,
  .get-page .content-div .start p,
  .get-page .content-div .image-signatures p,
  .get-page .content-div .guidelines p,
  .contribute-page .content-div .nightly-builds p,
  .contribute-page .content-div .lts p,
  .contribute-page .content-div .legacy-lts p,
  .contribute-page .content-div .why-contribute p,
  .contribute-page .content-div .start p,
  .contribute-page .content-div .image-signatures p,
  .contribute-page .content-div .guidelines p,
  .nightly-builds-page .content-div .nightly-builds p,
  .nightly-builds-page .content-div .lts p,
  .nightly-builds-page .content-div .legacy-lts p,
  .nightly-builds-page .content-div .why-contribute p,
  .nightly-builds-page .content-div .start p,
  .nightly-builds-page .content-div .image-signatures p,
  .nightly-builds-page .content-div .guidelines p,
  .contributor-subs-page .content-div .nightly-builds p,
  .contributor-subs-page .content-div .lts p,
  .contributor-subs-page .content-div .legacy-lts p,
  .contributor-subs-page .content-div .why-contribute p,
  .contributor-subs-page .content-div .start p,
  .contributor-subs-page .content-div .image-signatures p,
  .contributor-subs-page .content-div .guidelines p,
  .status-page .content-div .nightly-builds p,
  .status-page .content-div .lts p,
  .status-page .content-div .legacy-lts p,
  .status-page .content-div .why-contribute p,
  .status-page .content-div .start p,
  .status-page .content-div .image-signatures p,
  .status-page .content-div .guidelines p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) {
  .get-page .content-div .nightly-builds p,
  .get-page .content-div .lts p,
  .get-page .content-div .legacy-lts p,
  .get-page .content-div .why-contribute p,
  .get-page .content-div .start p,
  .get-page .content-div .image-signatures p,
  .get-page .content-div .guidelines p,
  .contribute-page .content-div .nightly-builds p,
  .contribute-page .content-div .lts p,
  .contribute-page .content-div .legacy-lts p,
  .contribute-page .content-div .why-contribute p,
  .contribute-page .content-div .start p,
  .contribute-page .content-div .image-signatures p,
  .contribute-page .content-div .guidelines p,
  .nightly-builds-page .content-div .nightly-builds p,
  .nightly-builds-page .content-div .lts p,
  .nightly-builds-page .content-div .legacy-lts p,
  .nightly-builds-page .content-div .why-contribute p,
  .nightly-builds-page .content-div .start p,
  .nightly-builds-page .content-div .image-signatures p,
  .nightly-builds-page .content-div .guidelines p,
  .contributor-subs-page .content-div .nightly-builds p,
  .contributor-subs-page .content-div .lts p,
  .contributor-subs-page .content-div .legacy-lts p,
  .contributor-subs-page .content-div .why-contribute p,
  .contributor-subs-page .content-div .start p,
  .contributor-subs-page .content-div .image-signatures p,
  .contributor-subs-page .content-div .guidelines p,
  .status-page .content-div .nightly-builds p,
  .status-page .content-div .lts p,
  .status-page .content-div .legacy-lts p,
  .status-page .content-div .why-contribute p,
  .status-page .content-div .start p,
  .status-page .content-div .image-signatures p,
  .status-page .content-div .guidelines p {
    font-size: 18px;
  }
}
.get-page .content-div .nightly-builds a,
.get-page .content-div .lts a,
.get-page .content-div .legacy-lts a,
.get-page .content-div .why-contribute a,
.get-page .content-div .start a,
.get-page .content-div .image-signatures a,
.get-page .content-div .guidelines a,
.contribute-page .content-div .nightly-builds a,
.contribute-page .content-div .lts a,
.contribute-page .content-div .legacy-lts a,
.contribute-page .content-div .why-contribute a,
.contribute-page .content-div .start a,
.contribute-page .content-div .image-signatures a,
.contribute-page .content-div .guidelines a,
.nightly-builds-page .content-div .nightly-builds a,
.nightly-builds-page .content-div .lts a,
.nightly-builds-page .content-div .legacy-lts a,
.nightly-builds-page .content-div .why-contribute a,
.nightly-builds-page .content-div .start a,
.nightly-builds-page .content-div .image-signatures a,
.nightly-builds-page .content-div .guidelines a,
.contributor-subs-page .content-div .nightly-builds a,
.contributor-subs-page .content-div .lts a,
.contributor-subs-page .content-div .legacy-lts a,
.contributor-subs-page .content-div .why-contribute a,
.contributor-subs-page .content-div .start a,
.contributor-subs-page .content-div .image-signatures a,
.contributor-subs-page .content-div .guidelines a,
.status-page .content-div .nightly-builds a,
.status-page .content-div .lts a,
.status-page .content-div .legacy-lts a,
.status-page .content-div .why-contribute a,
.status-page .content-div .start a,
.status-page .content-div .image-signatures a,
.status-page .content-div .guidelines a {
  color: #FD8F01;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .get-page .content-div .nightly-builds a,
  .get-page .content-div .lts a,
  .get-page .content-div .legacy-lts a,
  .get-page .content-div .why-contribute a,
  .get-page .content-div .start a,
  .get-page .content-div .image-signatures a,
  .get-page .content-div .guidelines a,
  .contribute-page .content-div .nightly-builds a,
  .contribute-page .content-div .lts a,
  .contribute-page .content-div .legacy-lts a,
  .contribute-page .content-div .why-contribute a,
  .contribute-page .content-div .start a,
  .contribute-page .content-div .image-signatures a,
  .contribute-page .content-div .guidelines a,
  .nightly-builds-page .content-div .nightly-builds a,
  .nightly-builds-page .content-div .lts a,
  .nightly-builds-page .content-div .legacy-lts a,
  .nightly-builds-page .content-div .why-contribute a,
  .nightly-builds-page .content-div .start a,
  .nightly-builds-page .content-div .image-signatures a,
  .nightly-builds-page .content-div .guidelines a,
  .contributor-subs-page .content-div .nightly-builds a,
  .contributor-subs-page .content-div .lts a,
  .contributor-subs-page .content-div .legacy-lts a,
  .contributor-subs-page .content-div .why-contribute a,
  .contributor-subs-page .content-div .start a,
  .contributor-subs-page .content-div .image-signatures a,
  .contributor-subs-page .content-div .guidelines a,
  .status-page .content-div .nightly-builds a,
  .status-page .content-div .lts a,
  .status-page .content-div .legacy-lts a,
  .status-page .content-div .why-contribute a,
  .status-page .content-div .start a,
  .status-page .content-div .image-signatures a,
  .status-page .content-div .guidelines a {
    text-decoration: none;
  }
}
.get-page .content-div .nightly-builds a:hover,
.get-page .content-div .lts a:hover,
.get-page .content-div .legacy-lts a:hover,
.get-page .content-div .why-contribute a:hover,
.get-page .content-div .start a:hover,
.get-page .content-div .image-signatures a:hover,
.get-page .content-div .guidelines a:hover,
.contribute-page .content-div .nightly-builds a:hover,
.contribute-page .content-div .lts a:hover,
.contribute-page .content-div .legacy-lts a:hover,
.contribute-page .content-div .why-contribute a:hover,
.contribute-page .content-div .start a:hover,
.contribute-page .content-div .image-signatures a:hover,
.contribute-page .content-div .guidelines a:hover,
.nightly-builds-page .content-div .nightly-builds a:hover,
.nightly-builds-page .content-div .lts a:hover,
.nightly-builds-page .content-div .legacy-lts a:hover,
.nightly-builds-page .content-div .why-contribute a:hover,
.nightly-builds-page .content-div .start a:hover,
.nightly-builds-page .content-div .image-signatures a:hover,
.nightly-builds-page .content-div .guidelines a:hover,
.contributor-subs-page .content-div .nightly-builds a:hover,
.contributor-subs-page .content-div .lts a:hover,
.contributor-subs-page .content-div .legacy-lts a:hover,
.contributor-subs-page .content-div .why-contribute a:hover,
.contributor-subs-page .content-div .start a:hover,
.contributor-subs-page .content-div .image-signatures a:hover,
.contributor-subs-page .content-div .guidelines a:hover,
.status-page .content-div .nightly-builds a:hover,
.status-page .content-div .lts a:hover,
.status-page .content-div .legacy-lts a:hover,
.status-page .content-div .why-contribute a:hover,
.status-page .content-div .start a:hover,
.status-page .content-div .image-signatures a:hover,
.status-page .content-div .guidelines a:hover {
  text-decoration: none;
}
.get-page .content-div .nightly-builds a.footnote,
.get-page .content-div .lts a.footnote,
.get-page .content-div .legacy-lts a.footnote,
.get-page .content-div .why-contribute a.footnote,
.get-page .content-div .start a.footnote,
.get-page .content-div .image-signatures a.footnote,
.get-page .content-div .guidelines a.footnote,
.contribute-page .content-div .nightly-builds a.footnote,
.contribute-page .content-div .lts a.footnote,
.contribute-page .content-div .legacy-lts a.footnote,
.contribute-page .content-div .why-contribute a.footnote,
.contribute-page .content-div .start a.footnote,
.contribute-page .content-div .image-signatures a.footnote,
.contribute-page .content-div .guidelines a.footnote,
.nightly-builds-page .content-div .nightly-builds a.footnote,
.nightly-builds-page .content-div .lts a.footnote,
.nightly-builds-page .content-div .legacy-lts a.footnote,
.nightly-builds-page .content-div .why-contribute a.footnote,
.nightly-builds-page .content-div .start a.footnote,
.nightly-builds-page .content-div .image-signatures a.footnote,
.nightly-builds-page .content-div .guidelines a.footnote,
.contributor-subs-page .content-div .nightly-builds a.footnote,
.contributor-subs-page .content-div .lts a.footnote,
.contributor-subs-page .content-div .legacy-lts a.footnote,
.contributor-subs-page .content-div .why-contribute a.footnote,
.contributor-subs-page .content-div .start a.footnote,
.contributor-subs-page .content-div .image-signatures a.footnote,
.contributor-subs-page .content-div .guidelines a.footnote,
.status-page .content-div .nightly-builds a.footnote,
.status-page .content-div .lts a.footnote,
.status-page .content-div .legacy-lts a.footnote,
.status-page .content-div .why-contribute a.footnote,
.status-page .content-div .start a.footnote,
.status-page .content-div .image-signatures a.footnote,
.status-page .content-div .guidelines a.footnote {
  margin: 0 0 0 2px;
  text-decoration: none;
}

@media only screen and (min-width: 576px) {
  .image-signatures h2 {
    margin-top: 40px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .image-signatures h2 {
    margin-top: 32px !important;
  }
}

@media only screen and (min-width: 992px) {
  .status-page .content-div {
    max-width: 945px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div {
    padding-bottom: 20px;
    scroll-behavior: smooth;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div::-webkit-scrollbar {
    height: 3px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div::-webkit-scrollbar-track {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div::-webkit-scrollbar-thumb {
    background-color: #99A0A5;
  }
}

.contribute-page .banner {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contribute-page .banner {
    height: 232px;
    padding-top: 106px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contribute-page .banner {
    height: 248px;
    padding-top: 128px;
  }
}
@media only screen and (min-width: 992px) {
  .contribute-page .banner {
    height: 275px;
    padding-top: 128px;
    align-items: center;
  }
}
.contribute-page .banner h1 {
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .contribute-page .banner h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contribute-page .banner h1 {
    font-size: 28px;
  }
}
.contribute-page .banner p {
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #525659;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .contribute-page .banner p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contribute-page .banner p {
    font-size: 16px;
  }
}
.contribute-page .banner .containerCustom {
  position: unset;
}
.contribute-page .banner .containerCustom .banner-div {
  width: 100%;
  border-bottom: 1px solid #C4C9CC;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contribute-page .banner .containerCustom .banner-div {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contribute-page .banner .containerCustom .banner-div {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .contribute-page .banner .containerCustom .banner-div {
    padding-bottom: 74px;
  }
}
.contribute-page .left-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .contribute-page .left-shape {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contribute-page .left-shape {
    top: -100px;
    left: -40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contribute-page .left-shape {
    display: none;
  }
}
.contribute-page .left-shape img {
  width: 280px;
  height: 280px;
}
.contribute-page .right-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .contribute-page .right-shape {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contribute-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contribute-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
.contribute-page .right-shape img {
  width: 385px;
  height: 400px;
}

.contribute-page .containerCustom {
  flex-direction: column;
}

.nightly-builds-page .banner {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .nightly-builds-page .banner {
    height: 175px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .nightly-builds-page .banner {
    height: 248px;
    padding-top: 128px;
  }
}
@media only screen and (min-width: 992px) {
  .nightly-builds-page .banner {
    height: 275px;
    padding-top: 128px;
    align-items: center;
  }
}
.nightly-builds-page .banner h1 {
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .nightly-builds-page .banner h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .nightly-builds-page .banner h1 {
    font-size: 28px;
  }
}
.nightly-builds-page .banner p {
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #525659;
  margin-top: 16px;
  max-width: 945px;
}
@media only screen and (min-width: 992px) {
  .nightly-builds-page .banner p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .nightly-builds-page .banner p {
    font-size: 16px;
  }
}
.nightly-builds-page .banner p a {
  color: #FD8F01;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .nightly-builds-page .banner p a {
    text-decoration: none;
  }
}
.nightly-builds-page .banner p a:hover {
  text-decoration: none;
}
.nightly-builds-page .banner .containerCustom {
  position: unset;
}
.nightly-builds-page .banner .containerCustom .banner-div {
  width: 100%;
  border-bottom: 1px solid #C4C9CC;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .nightly-builds-page .banner .containerCustom .banner-div {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .nightly-builds-page .banner .containerCustom .banner-div {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .nightly-builds-page .banner .containerCustom .banner-div {
    padding-bottom: 74px;
  }
}
.nightly-builds-page .left-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .nightly-builds-page .left-shape {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .nightly-builds-page .left-shape {
    top: -100px;
    left: -40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .nightly-builds-page .left-shape {
    display: none;
  }
}
.nightly-builds-page .left-shape img {
  width: 280px;
  height: 280px;
}
.nightly-builds-page .right-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .nightly-builds-page .right-shape {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .nightly-builds-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .nightly-builds-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
.nightly-builds-page .right-shape img {
  width: 385px;
  height: 400px;
}

.nightly-builds-page .containerCustom {
  flex-direction: column;
}

.contributor-subs-page .banner {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contributor-subs-page .banner {
    height: 232px;
    padding-top: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contributor-subs-page .banner {
    height: 248px;
    padding-top: 128px;
  }
}
@media only screen and (min-width: 992px) {
  .contributor-subs-page .banner {
    height: 275px;
    padding-top: 128px;
    align-items: center;
  }
}
.contributor-subs-page .banner h1 {
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .contributor-subs-page .banner h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contributor-subs-page .banner h1 {
    font-size: 28px;
  }
}
.contributor-subs-page .banner p {
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #525659;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .contributor-subs-page .banner p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .contributor-subs-page .banner p {
    font-size: 16px;
  }
}
.contributor-subs-page .banner .containerCustom {
  position: unset;
}
.contributor-subs-page .banner .containerCustom .banner-div {
  width: 100%;
  border-bottom: 1px solid #C4C9CC;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contributor-subs-page .banner .containerCustom .banner-div {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contributor-subs-page .banner .containerCustom .banner-div {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .contributor-subs-page .banner .containerCustom .banner-div {
    padding-bottom: 74px;
  }
}
.contributor-subs-page .left-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .contributor-subs-page .left-shape {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contributor-subs-page .left-shape {
    top: -100px;
    left: -40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contributor-subs-page .left-shape {
    display: none;
  }
}
.contributor-subs-page .left-shape img {
  width: 280px;
  height: 280px;
}
.contributor-subs-page .right-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .contributor-subs-page .right-shape {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .contributor-subs-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .contributor-subs-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
.contributor-subs-page .right-shape img {
  width: 385px;
  height: 400px;
}

.contributor-subs-page .containerCustom {
  flex-direction: column;
}
.contributor-subs-page .form {
  width: 100%;
  display: flex;
  justify-content: center;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-top: 16px !important;
}
ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  color: #525659;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  ul li {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) {
  ul li {
    font-size: 18px;
  }
}
ul li:not(ul li:last-child) {
  margin-bottom: 12px;
}
ul li:before {
  position: absolute;
  left: 10px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #525659;
}
ul li a {
  color: #FD8F01;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  ul li a {
    text-decoration: none;
  }
}

.legacy-lts ul li:before,
.why-contribute ul li:before,
.image-signatures ul li:before,
div#rolling-current ul li:before {
  top: 50%;
  transform: translate(-50%, -50%);
}

.nightly-builds ul li:before,
.start ul li:before,
.lts ul li:before {
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) {
  .nightly-builds ul li:before,
  .start ul li:before,
  .lts ul li:before {
    top: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .nightly-builds ul li:before,
  .start ul li:before,
  .lts ul li:before {
    top: 10px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .nightly-builds ul li:before,
  .start ul li:before,
  .lts ul li:before {
    top: 8px;
  }
}

.guidelines ul li:before {
  top: 10px;
  transform: translateX(-50%);
}

.links-columns ul li {
  padding-left: 0;
}
.links-columns ul li:before {
  content: none;
}

#footnotes p {
  letter-spacing: -0.5px;
  color: #525659;
}
@media only screen and (min-width: 576px) {
  #footnotes p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  #footnotes p {
    font-size: 13px;
  }
}

.staging {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}
.staging .containerCustom {
  text-align: center;
  border: 2px solid #FF4057;
  padding: 10px 0;
  flex-direction: column;
}
.staging .containerCustom h2 {
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #121010;
  line-height: 1.4;
}
.staging .containerCustom p {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #525659;
  line-height: 1.2;
}
.staging .containerCustom a {
  padding-right: 5px;
}

@media only screen and (min-width: 992px) {
  .staging-fix {
    padding-top: 220px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .staging-fix {
    padding-top: 240px !important;
  }
}
@media only screen and (min-width: 476px) and (max-width: 575px) {
  .staging-fix {
    padding-top: 240px !important;
  }
}
@media only screen and (min-width: 376px) and (max-width: 475px) {
  .staging-fix {
    padding-top: 260px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 375px) {
  .staging-fix {
    padding-top: 290px !important;
  }
}

.status-page .banner {
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .banner {
    height: 232px;
    padding-top: 106px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .status-page .banner {
    height: 248px;
    padding-top: 128px;
  }
}
@media only screen and (min-width: 992px) {
  .status-page .banner {
    height: 275px;
    padding-top: 128px;
    align-items: center;
  }
}
.status-page .banner h1 {
  letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) {
  .status-page .banner h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .status-page .banner h1 {
    font-size: 28px;
  }
}
.status-page .banner p {
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #525659;
  margin-top: 16px;
}
@media only screen and (min-width: 992px) {
  .status-page .banner p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  .status-page .banner p {
    font-size: 16px;
  }
}
.status-page .banner .containerCustom {
  position: unset;
}
.status-page .banner .containerCustom .banner-div {
  width: 100%;
  border-bottom: 1px solid #C4C9CC;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .banner .containerCustom .banner-div {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .status-page .banner .containerCustom .banner-div {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .status-page .banner .containerCustom .banner-div {
    padding-bottom: 74px;
  }
}
.status-page .left-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .status-page .left-shape {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .status-page .left-shape {
    top: -100px;
    left: -40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .left-shape {
    display: none;
  }
}
.status-page .left-shape img {
  width: 280px;
  height: 280px;
}
.status-page .right-shape {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .status-page .right-shape {
    top: 0;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
  .status-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .right-shape {
    top: -100px;
    right: -60px;
  }
}
.status-page .right-shape img {
  width: 385px;
  height: 400px;
}

html {
  scroll-padding-top: 74px !important;
}

@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div {
    overflow-x: auto;
  }
}
.status-page .content-div h3 {
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #121010;
  text-decoration: none;
  text-transform: capitalize;
}
.status-page .content-div p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #525659;
  margin-top: 5px;
}
.status-page .content-div a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  color: #FD8F01;
  text-decoration: none;
  margin-top: 5px;
}
.status-page .content-div table {
  margin-top: 18px;
  border-collapse: collapse;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div table {
    width: 640px;
  }
}
@media only screen and (min-width: 576px) {
  .status-page .content-div table th {
    max-height: 42px;
    padding: 12px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div table th {
    max-height: 48px;
    padding: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .status-page .content-div table td {
    max-height: 64px;
    padding: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div table td {
    max-height: 48px;
    padding: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div table td:nth-of-type(1) {
    width: 118px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div table td:nth-of-type(2) {
    width: 205px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div table td:nth-of-type(3) {
    width: 223px;
  }
}
.status-page .content-div table td:nth-of-type(4) {
  text-transform: capitalize;
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  .status-page .content-div table td:nth-of-type(4) {
    width: 57px;
  }
}
.status-page .content-div table th {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #525659;
  text-align: left;
}
.status-page .content-div table td {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #525659;
  text-align: left;
}
.status-page .content-div table tr:nth-child(even) {
  background-color: #FAFAFA;
}
.status-page .content-div table tr:nth-child(odd) {
  background-color: transparent;
}
.status-page .content-div table tr:not(.status-page .content-div table tr:nth-last-child(1)) {
  border-bottom: 1px solid #E1E4E5;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  color: #121010;
}

h1, h1, h3, h4, h5, h6 {
  font-family: "Archivo", sans-serif;
}

h1, h2, h3, h4, h5, p, ul, li {
  margin: 0;
}

h1 {
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #121010;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 575px) and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  h2 {
    font-size: 21px;
  }
}

p {
  font-weight: normal;
  line-height: 180%;
  font-size: 16px;
  color: #121010;
}
@media only screen and (min-width: 576px) {
  p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  p {
    font-size: 16px;
  }
}
@supports (hyphens: auto) {
  p {
    hyphens: auto;
  }
}

pre {
  white-space: pre-wrap;
}
pre code,
pre sample {
  hyphens: none;
  line-height: 1.7;
  word-wrap: break-word;
  padding: 4px 6px;
  background-color: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #E1E4E5;
}
@media only screen and (min-width: 576px) {
  pre code,
  pre sample {
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  pre code,
  pre sample {
    font-size: 14px;
  }
}

p code,
p sample {
  hyphens: none;
  line-height: 1.7;
  word-wrap: break-word;
  padding: 4px 6px;
  background-color: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #E1E4E5;
}
@media only screen and (min-width: 576px) {
  p code,
  p sample {
    font-size: 14px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 575px) {
  p code,
  p sample {
    font-size: 13px;
  }
}
