body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.main_prize{}
.tp-right{
  width: 100px;
  position: absolute;
  top: -42px;
  right: 10%;
  z-index: 2;
}
.tp-left {
  width: 100px;
  position: absolute;
  top: -42px;
  left: 10%;
  z-index: 2;
}

.divider {
  height: 2px;
  margin-right: 30%;
  margin-bottom: 30px;
  margin-left: 30%;
  background-color: hsla(0, 0%, 100%, 0.05);
  color: rgba(255, 255, 255, 0);
}

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

.section.cc-cta {
  margin-top: 140px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.cc-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.container {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  background-color: transparent;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  padding-right: 0px;
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 60px;
  background-color: #00feff;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Druktextwide, sans-serif;
  color: #00feff;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 30px 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b20;
}

.navigation-item {
  position: relative;
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.5;
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 1;
  color: #fff;
}

.navigation-item:active {
  background-color: transparent;
  opacity: 1;
}

.navigation-item:focus {
  opacity: 1;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  position: relative;
  top: 2px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Druktextwide, sans-serif;
  color: transparent;
  font-size: 14px;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: url('../img/portfolio-2---wide.svg');
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
}

.intro-header.cc-subpage {
  position: static;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 150px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #0b0b20), color-stop(60%, #200d3a), color-stop(80%, #421246), color-stop(96%, #5e3f08), to(#744f0b));
  background-image: linear-gradient(180deg, #0b0b20 38%, #200d3a 60%, #421246 80%, #5e3f08 96%, #744f0b);
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.intro-content {
  width: auto;
  max-width: 1000px;
  margin-top: 0px;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1b1f;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.body {
  background-color: #0b0b20;
  line-height: 28px;
}

.body.paragraph-2 {
  margin-bottom: 0px;
  line-height: 28px;
}

.text-block {
  position: static;
  padding-top: 4px;
  font-family: Druktextwide, sans-serif;
  color: #090f1c;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.image {
  position: relative;
  display: block;
  height: 300px;
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.div-block {
  position: relative;
  display: inline-block;
  margin-top: 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #00feff;
  border-radius: 0px;
}

.paragraph {
  position: static;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 40px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 20px;
  background-color: black;
  background-image: url('../img/screenbg.svg');
  background-position: 0px 0px;
  background-size: 3px 12px;
  box-shadow: inset 0 10px 20px 20px #000;
  font-family: 'Press Start 2P', sans-serif;
  color: #00feff;
  font-size: 11px;
  line-height: 22px;
  text-align: left;
}

.div-block-2 {
  position: static;
  left: auto;
  z-index: auto;
  display: block;
  max-width: 800px;
  margin: 60px 30px 0px;
  padding: 60px 30px 20px;
  float: none;
  border-radius: 30px 30px 0px 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 254, 255, 0.1)), to(#0b0b20));
  background-image: linear-gradient(180deg, rgba(0, 254, 255, 0.1), #0b0b20);
  box-shadow: inset 0 6px 3px -2px #00feff, inset 0 8px 15px -4px #00feff;
}

.paragraph-2 {
  position: static;
  left: 0px;
  display: block;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: rgba(0, 254, 255, 0.5);
  font-size: 16px;
  line-height: 24px;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Druktextwide, sans-serif;
  color: #eb028a;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  position: relative;
  z-index: 100;
  text-shadow: 2px 0px 1px #000000;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Druktextwide, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: 'IBM Plex Sans', sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph-3.subdescription {
  display: block;
  width: auto;
  max-width: 600px;
  min-width: 0px;
  margin-bottom: 0px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  color: #eb008b;
  font-weight: 500;
  text-align: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 0px;
  border-color: #00feff;
  border-radius: 0px;
}

.div-block-6 {
  position: static;
  display: block;
  width: 47%;
  margin-right: 30px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 3px;
  border-color: #00feff;
}

.div-block-7 {
  position: static;
  display: block;
  overflow: auto;
  width: 47%;
  height: auto;
  margin-left: 0px;
  float: right;
  clear: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 3px;
  border-color: #00feff;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Druktextwide, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.heading-4 a {
  color: #00feff;
  padding: 10px;
}

.section-2 {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-8 {
  margin-top: 60px;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #000;
}

.div-block-9 {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 0px;
  border-color: rgba(255, 255, 255, 0.15);
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(255, 255, 255, 0.15)));
  background-image: linear-gradient(0deg, #000, rgba(255, 255, 255, 0.15));
  box-shadow: inset 0 6px 0 1px #fff, inset 0 10px 20px -6px #fff, inset 0 20px 20px 20px rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5);
}

.heading-5 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: 'Inknut Antiqua', sans-serif;
  color: rgba(255, 255, 255, 0.15);
  font-size: 48px;
  line-height: 60px;
  text-align: center;
}

.paragraph-4 {
  width: auto;
  margin-top: -30px;
  margin-bottom: 0px;
  padding-right: 15%;
  padding-bottom: 30px;
  padding-left: 15%;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.div-block-10 {
  position: fixed;
  bottom: auto;
  display: block;
  width: 100%;
  margin-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eb008b;
}

.text-block-3 {
  padding-top: 2.5px;
  background-color: #eb008b;
  font-family: Druktextwide, sans-serif;
  color: #0b0b20;
  text-align: center;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.paragraph-5 {
  position: static;
  display: block;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.heading-6 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Druktextwide, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 24px;
}

.container-3 {
  display: block;
  max-width: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-3 {
  float: left;
  text-align: left;
}

.div-block-15 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-16 {
  display: block;
  width: 60px;
  margin-right: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-17 {
  display: block;
  width: 308px;
  max-width: none;
  padding-left: 0px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.container-4 {
  display: block;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-18 {
  width: auto;
  min-width: 284px;
  margin-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-18.imgblockleft {
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-5 {
  max-width: 800px;
}

.container-6 {
  max-width: 800px;
}

.navbar {
  display: none;
}

.button-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 400px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #00feff;
  font-family: Druktextwide, sans-serif;
  color: #0b0b20;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-2:hover {
  color: #0b0b20;
}

.button-2:active {
  color: #0b0b20;
}

.button-2:focus {
  color: #0b0b20;
}

.link {
  color: #00feff;
}

.link:hover {
  opacity: 1;
  color: #00feff;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .divider {
    margin-right: 30%;
    margin-left: 30%;
  }
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-contact-us {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .button.cc-contact-us.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 328px;
    margin-right: 15px;
    margin-left: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .logo-link {
    text-align: left;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
  }
  .menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navigation-wrap {
    background-color: transparent;
  }
  .navigation-wrap.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: transparent;
  }
  .navigation-item:active {
    background-color: transparent;
  }
  .navigation-item.w--current:active {
    background-color: transparent;
  }
  .menu-button {
    padding: 0px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .logo-image {
    text-align: left;
  }
  .logo-image.hidden {
    display: none;
  }
  .navigation-items {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: transparent;
  }
  .cta-text {
    width: auto;
  }
  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }
  .intro-content {
    max-width: none;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .detail-header-image {
    height: 460px;
  }
  .text-block {
    position: static;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .image {
    height: auto;
    max-width: 704px;
  }
  .div-block {
    margin-top: 60px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .div-block-2 {
    max-width: 704px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .paragraph-3 {
    margin-bottom: 30px;
  }
  .paragraph-3.subdescription {
    max-width: 600px;
    margin-bottom: 0px;
  }
  .div-block-6 {
    margin-left: 30px;
  }
  .div-block-7 {
    margin-right: 30px;
  }
  .section-2 {
    margin-left: 0px;
  }
  .div-block-9 {
    margin-right: 30px;
    margin-left: 30px;
    border-style: solid;
    border-width: 0px;
    border-color: hsla(0, 0%, 100%, 0.15);
    border-radius: 400px 400px 3px 3px;
    box-shadow: inset 0 10px 20px -6px #fff, inset 0 20px 20px 20px rgba(255, 255, 255, 0.05);
  }
  .paragraph-4 {
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }
  .paragraph-5 {
    font-size: 16px;
  }
  .container-3 {
    max-width: none;
  }
  .image-3 {
    display: block;
    margin-right: 0px;
  }
  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-16 {
    width: auto;
  }
  .container-4 {
    max-width: none;
  }
  .div-block-20 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: #0e1b25;
  }
  .button-2 {
    max-width: 400px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-cta {
    padding: 15px;
  }
  .section.cc-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    text-align: center;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .button.cc-contact-us.mobile {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-right: 0px;
    margin-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    padding-left: 0px;
  }
  .menu.tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation {
    display: none;
    padding: 0px;
  }
  .navigation-item {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 12px;
  }
  .navigation-item.w--current {
    font-size: 12px;
  }
  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }
  .intro-header.cc-subpage {
    padding-top: 130px;
  }
  .intro-content {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .text-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
  }
  .div-block {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .div-block-2 {
    max-width: 704px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-5 {
    display: block;
    margin-top: 0px;
  }
  .div-block-6 {
    display: block;
    overflow: visible;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    float: none;
  }
  .div-block-7 {
    overflow: visible;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    float: none;
  }
  .div-block-9 {
    margin-right: 15px;
    margin-left: 15px;
  }
  .heading-5 {
    margin-top: 20px;
  }
  .paragraph-4 {
    padding-right: 10%;
    padding-left: 10%;
    font-size: 14px;
    line-height: 22px;
  }
  .div-block-10 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99999;
  }
  .text-block-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: auto;
    font-size: 12px;
    line-height: 28px;
  }
  .paragraph-5 {
    font-size: 16px;
    text-align: center;
  }
  .heading-6 {
    text-align: center;
  }
  .container-3 {
    max-width: none;
  }
  .image-3 {
    float: left;
  }
  .div-block-15 {
    margin-right: 15px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-16 {
    margin-right: 0px;
  }
  .div-block-17 {
    width: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-18.imgblockleft {
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .navbar {
    position: fixed;
    top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #0b0b20;
  }
  .icon {
    color: #fff;
  }
  .mobilelogo {
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .brand {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 160px;
    margin-top: 0px;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .menu-button-2 {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }
  .menu-button-2.w--open {
    background-color: #0b0b20;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #0b0b20;
    font-family: Druktextwide, sans-serif;
    color: #fff;
  }
  .nav-link {
    color: #fff;
    text-align: center;
  }
  .nav-link-2 {
    color: #fff;
    text-align: center;
  }
  .nav-link-3 {
    color: #fff;
    text-align: center;
  }
  .nav-link-4 {
    color: #fff;
    text-align: center;
  }
  .div-block-20 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
  .button-2 {
    max-width: none;
    margin-top: 60px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .button.cc-contact-us.mobile {
    display: block;
    width: auto;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .rich-text {
    width: 100%;
    max-width: none;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .heading {
    margin-bottom: 20px;
  }
  .menu {
    margin-left: 15px;
  }
  .menu.tablet {
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navigation {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navigation-item {
    font-size: 12px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
  .intro-header.cc-subpage {
    padding-top: 120px;
  }
  .intro-content {
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 0px;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block {
    margin-top: 20px;
  }
  .paragraph {
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 11px;
    background-color: #000;
    line-height: 20px;
  }
  .div-block-2 {
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #040c0f;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 254, 255, 0.1)), to(#000));
    background-image: linear-gradient(180deg, rgba(0, 254, 255, 0.1), #000);
    box-shadow: inset 0 6px 3px -2px #00feff, inset 0 8px 15px -4px #00feff;
  }
  .paragraph-3.subdescription {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-3 {
    padding-top: 40px;
  }
  .div-block-9 {
    margin-top: 40px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .paragraph-5 {
    text-align: center;
  }
  .heading-6 {
    text-align: center;
  }
  .image-3 {
    margin-bottom: 0px;
  }
  .div-block-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .div-block-18.imgblockleft {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar {
    position: fixed;
    left: 0%;
    top: 30px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #0b0b20;
  }
  .icon {
    float: right;
    font-family: Oswald, sans-serif;
    color: #fff;
  }
  .mobilelogo {
    overflow: visible;
    width: 130px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button-2 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link-2 {
    text-align: center;
  }
  .nav-link-3 {
    text-align: center;
  }
  .nav-link-4 {
    text-align: center;
  }
  .div-block-20 {
    background-color: #0e1c27;
  }
  .button-2 {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 28px;
  }
}

@font-face {
  font-family: 'Druktextwide';
  src: url('fonts/DrukTextWide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}