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

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

.hero {
  position: relative;
  z-index: 10;
  height: 100vh;
  padding: 40px 20px;
  -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;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
}

.container.right {
  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;
}

.bg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
}

.bg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(14, 14, 14, 0))), url('../images/bg2.jpg');
  background-image: linear-gradient(90deg, #000, rgba(14, 14, 14, 0)), url('../images/bg2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  opacity: 0;
}

.hero-era {
  position: absolute;
}

.content-block.about {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.content-block.influencer {
  width: 50%;
  padding: 20px 40px 40px;
  border-radius: 25px;
  background-image: linear-gradient(135deg, #f18831, #ea2670);
}

.heading-3 {
  font-weight: 700;
}

.title-textspan {
  font-weight: 200;
}

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

.main-paragraph {
  font-size: 22px;
  line-height: 34px;
  font-weight: 300;
}

.section-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  color: #fff;
}

.bg3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/bg3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bg3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 0;
}

.bg3-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  background-image: url('../images/bg3-3.png');
  background-position: 100% 50%;
  background-size: cover;
  opacity: 0;
}

.link-block {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 36px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.25;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
}

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

.link-block:active {
  opacity: 0.75;
}

.link-block.w--current {
  text-decoration: none;
}

.container-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-wrapper {
  width: 600px;
  height: 396px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.hero-gold {
  position: absolute;
  display: none;
}

.logo-play {
  position: absolute;
  z-index: 1;
}

.hero-gold2 {
  position: absolute;
}

.section-4 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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: #070a0c;
  color: #fff;
}

.bg4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: url('../images/wp-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.footer {
  position: relative;
  z-index: 10;
  padding: 20px;
  background-color: #000;
  color: #fff;
}

.footer-text {
  font-weight: 300;
  text-align: center;
}

.bg4-layer1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  background-image: url('../images/device-layer1.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.bg2-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  background-image: url('../images/bg2-2.png');
  background-position: 100% 50%;
  background-size: cover;
  opacity: 0;
}

.semi-bold {
  font-weight: 600;
}

.button-div {
  margin-top: 30px;
}

.bg4-layer2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  background-image: url('../images/device-layer2.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.bg4-layer3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  background-image: url('../images/device-layer3.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.list {
  margin-bottom: 28px;
  list-style-type: disc;
}

.image-2 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.app-link {
  margin-right: 20px;
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.app-link:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.app-link.no-0margin {
  margin-right: 0px;
}

.feature-button {
  padding: 18px 25px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #197e32;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.feature-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 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;
}

.button-div2 {
  display: none;
  height: 54px;
  margin-top: 30px;
}

.section-influencers {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, right top, from(rgba(241, 192, 91, 0.5)), to(rgba(202, 151, 70, 0))), url('../images/wp-bg7.jpg');
  background-image: linear-gradient(90deg, rgba(241, 192, 91, 0.5), rgba(202, 151, 70, 0)), url('../images/wp-bg7.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.apply-button {
  padding: 18px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #423d51;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.apply-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.terms-box {
  font-size: 16px;
  font-weight: 300;
}

.section-terms {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 100px 20px;
  -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;
  color: #fff;
}

.terms-button {
  padding: 18px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ef5e4d;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.terms-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link {
  color: #fff;
}

.section-partners {
  position: relative;
  z-index: 10;
  display: block;
  height: 200px;
  color: #fff;
}

.partner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.partner-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.partner-img {
  position: relative;
}

.logos {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logos.wesly {
  background-image: url('../images/partner-wesly.jpg');
  background-position: 50% 7%;
  background-size: cover;
}

.logos.brody {
  background-image: url('../images/partner-brd.jpg');
  background-position: 50% 54%;
  background-size: cover;
}

.logos.chowder {
  background-image: url('../images/partner-chow.jpg');
  background-position: 50% 86%;
  background-size: cover;
}

.logos.fou {
  background-image: url('../images/partner-fou2.jpg');
  background-position: 50% 56%;
  background-size: cover;
}

.logos.zorro {
  background-image: url('../images/partner-zorro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logos.novamay {
  background-image: url('../images/partner-novamay.jpg');
  background-position: 50% 48%;
  background-size: cover;
}

.logos.neville {
  background-image: url('../images/partner-dach.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

.logos.stryker {
  background-image: url('../images/partner-strykerjpg.jpg');
  background-position: 50% 53%;
  background-size: cover;
}

.logos.hobbs {
  background-image: url('../images/partner-hobbs.jpg');
  background-position: 50% 67%;
  background-size: cover;
}

.logos.ruby {
  background-image: url('../images/partner-ruby.jpg');
  background-position: 50% 47%;
  background-size: cover;
}

.logos.dutch {
  background-image: url('../images/partner-dutch.jpg');
  background-position: 50% 57%;
  background-size: cover;
}

.section-sub {
  position: relative;
  z-index: 10;
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-field {
  position: relative;
  width: 70%;
  height: 56px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 12px 20px;
  float: left;
  border-style: none;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.11);
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  text-transform: none;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-field:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-field::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.form-block {
  margin-bottom: 0px;
}

.submit-button {
  position: relative;
  padding: 18px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #17368b;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}

.submit-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.columns {
  position: static;
  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;
}

.subscribe-block {
  padding-right: 20px;
  padding-left: 20px;
}

.nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.submit-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  padding: 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 25px;
  background-image: url('../images/wp-bg.jpg');
  background-position: 0% 0%;
  background-size: cover;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.container-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.submit-img {
  border-radius: 25px;
}

.username {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

.grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.share-button {
  padding: 16px 30px 16px 0px;
  border: 3px solid transparent;
  border-radius: 10px;
  background-color: #fff;
  background-image: url('../images/icon-share_1icon-share.png');
  background-position: 77% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #ef5e4d;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.share-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.like-button {
  padding: 16px 25px 16px 0px;
  border: 3px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/icon-like_1icon-like.png');
  background-position: 69% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.like-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.like-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.likes {
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
}

.likes-heart {
  width: 110px;
  margin-bottom: 20px;
}

.submit-link {
  margin-top: 40px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
}

.image-wp {
  width: 110px;
  margin-bottom: 20px;
}

.user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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;
}

.breed {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
}

.img-block {
  position: relative;
  margin-bottom: 40px;
}

.clipboard-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  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;
}

.clipboard-text {
  font-size: 18px;
  line-height: 18px;
}

.clipboard-image {
  height: 20px;
  margin-right: 10px;
}

.block-clipboard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f28832), to(#ea2670));
  background-image: linear-gradient(90deg, #f28832, #ea2670);
  box-shadow: 0 13px 20px 7px rgba(242, 136, 50, 0.24);
}

.div-block-2 {
  display: none;
}

.section-app {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/screen---downlad.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/screen---downlad.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.scrolling-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.share-img {
  border-radius: 25px;
}

.download-button {
  width: 100%;
  padding: 16px 25px;
  border: 3px solid #fff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.download-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.section-submit {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  color: #fff;
}

.bg-submit {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/bg3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/bg3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  opacity: 0;
}

.heading-5 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

.text-field-2 {
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px none #000;
  background-color: #222;
  color: #fff;
  font-size: 12px;
}

.text-field-2::-webkit-input-placeholder {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field-2:-ms-input-placeholder {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field-2::-ms-input-placeholder {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.text-field-2::placeholder {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.checkbox {
  display: none;
  font-size: 12px;
}

.buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.buttons-div.forgot {
  display: none;
}

.button-submit {
  padding: 8px 25px;
  background-color: #13afbc;
  box-shadow: inset 0 0 0 1px #13afbc;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2a2a2a;
  font-size: 10px;
  font-weight: 700;
}

.button-submit:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #13afbc;
}

.or {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
}

.social-link {
  display: none;
  margin-right: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.social {
  height: 36px;
}

.text-buttons {
  margin-right: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.text-buttons:hover {
  color: #fff;
}

.text-field-login {
  position: relative;
  height: 42px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 12px 20px;
  border-style: none;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.11);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 200;
  text-transform: none;
}

.text-field-login::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-field-login:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-field-login::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
}

.text-field-login::placeholder {
  color: #fff;
  text-transform: uppercase;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 300;
}

.login-button {
  position: relative;
  width: 100%;
  padding: 18px 25px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f18831;
  line-height: 18px;
  text-transform: uppercase;
}

.login-button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.login-block {
  position: relative;
}

.form-block-2 {
  margin-bottom: 0px;
}

.section-login {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/screen---downlad.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/screen---downlad.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.divider {
  width: 60px;
  height: 2px;
  margin-top: 25px;
  background-color: #ff9e1e;
}

.contact-form {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: rgba(7, 10, 12, 0.5);
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-partners-2 {
  position: relative;
  z-index: 10;
  height: 100vh;
  background-color: #000;
  color: #fff;
}

.bg-service {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
}

.bg-service.dutch {
  background-image: url('../images/partner-dutch.jpg');
  background-position: 50% 57%;
  background-size: cover;
}

.bg-service.zorro {
  background-image: url('../images/partner-zorro.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-service.novamay {
  background-image: url('../images/partner-novamay.jpg');
  background-position: 50% 48%;
  background-size: cover;
}

.bg-service.ruby {
  background-image: url('../images/partner-ruby.jpg');
  background-position: 50% 47%;
  background-size: cover;
}

.bg-service.fou {
  background-image: url('../images/serv-mix.png');
  background-position: 50% 56%;
  background-size: cover;
}

.bg-service.stryker {
  background-image: url('../images/partner-strykerjpg.jpg');
  background-position: 50% 53%;
  background-size: cover;
}

.bg-service.recording {
  background-image: url('../images/serv-mic.png');
  background-position: 50% 86%;
  background-size: cover;
}

.bg-service.neville {
  background-image: url('../images/partner-dach.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

.bg-service.theory {
  background-image: url('../images/serv-theory.png');
  background-position: 50% 7%;
  background-size: cover;
}

.bg-service.hobbs {
  background-image: url('../images/partner-hobbs.jpg');
  background-position: 50% 67%;
  background-size: cover;
}

.bg-service.brody {
  background-image: url('../images/serv-writing.png');
  background-position: 50% 54%;
  background-size: cover;
}

.bg-service.mastering {
  background-image: url('../images/serv-mastering.png');
  background-position: 50% 86%;
  background-size: cover;
}

.bg-service.vocal {
  background-image: url('../images/serv-vocval.png');
  background-position: 50% 7%;
  background-size: cover;
}

.bg-service.writing {
  background-image: url('../images/serv-writing.png');
  background-position: 50% 54%;
  background-size: cover;
}

.bg-service.production {
  background-image: url('../images/maudio.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-service.engineer {
  background-image: url('../images/s-engineering.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.partner-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.service {
  position: relative;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.field {
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
}

.field::-webkit-input-placeholder {
  font-size: 22px;
  line-height: 34px;
}

.field:-ms-input-placeholder {
  font-size: 22px;
  line-height: 34px;
}

.field::-ms-input-placeholder {
  font-size: 22px;
  line-height: 34px;
}

.field::placeholder {
  font-size: 22px;
  line-height: 34px;
}

.submit-button {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.submit-button:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.success {
  border: 1px solid #fff;
  background-color: transparent;
}

.error {
  background-color: transparent;
  text-align: center;
}

.bold-red {
  color: red;
  font-weight: 700;
}

html.w-mod-js *[data-ix="era-load"] {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0px, 20px) rotateX(-80deg) rotateY(0deg) rotateZ(0deg);
  transform: translate3d(-100px, 0px, 20px) rotateX(-80deg) rotateY(0deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="gold-load"] {
  opacity: 0;
  -webkit-transform: translate3d(100px, 25px, 50px) rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  transform: translate3d(100px, 25px, 50px) rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
}

html.w-mod-js *[data-ix="gold2-load"] {
  opacity: 0;
  -webkit-transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate(0px, 60px);
  transform: rotateX(-40deg) rotateY(0deg) rotateZ(0deg) translate(0px, 60px);
}

html.w-mod-js *[data-ix="play-load"] {
  opacity: 0;
  -webkit-transform: translate3d(0px, 0px, 100px) scale(1.4, 1.4);
  transform: translate3d(0px, 0px, 100px) scale(1.4, 1.4);
}

@media screen and (max-width: 991px) {
  .content-block.about {
    width: auto;
  }
  .content-block.influencer {
    width: auto;
    background-image: none;
  }
  .section-influencers {
    background-image: linear-gradient(135deg, rgba(241, 136, 49, 0.8), rgba(234, 38, 112, 0.8)), url('../images/wp-bg7.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .section-partners {
    height: auto;
  }
  .partner-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partner-div {
    height: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .logos.wesly {
    background-position: 50% 33%;
  }
  .logos.brody {
    background-position: 50% 56%;
  }
  .logos.chowder {
    background-position: 50% 70%;
  }
  .logos.fou {
    background-position: 50% 56%;
  }
  .logos.novamay {
    background-position: 50% 64%;
  }
  .logos.neville {
    background-position: 50% 62%;
  }
  .text-field {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-app {
    background-image: linear-gradient(135deg, rgba(241, 136, 49, 0.8), rgba(234, 38, 112, 0.8)), url('../images/screen---downlad.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .text-field-login {
    width: 100%;
  }
  .section-login {
    background-image: linear-gradient(135deg, rgba(241, 136, 49, 0.8), rgba(234, 38, 112, 0.8)), url('../images/screen---downlad.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }
  .section-partners-2 {
    height: auto;
  }
  .bg-service.novamay {
    background-position: 50% 64%;
  }
  .bg-service.fou {
    background-position: 50% 56%;
  }
  .bg-service.recording {
    background-position: 50% 70%;
  }
  .bg-service.neville {
    background-position: 50% 62%;
  }
  .bg-service.theory {
    background-position: 50% 33%;
  }
  .bg-service.brody {
    background-position: 50% 56%;
  }
  .bg-service.mastering {
    background-position: 50% 70%;
  }
  .bg-service.vocal {
    background-position: 50% 33%;
  }
  .bg-service.writing {
    background-position: 50% 56%;
  }
  .partner-wrapper-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    width: 320px;
    height: 211px;
  }
  .partner-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .text-field {
    width: 70%;
    margin-bottom: 0px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .service {
    font-size: 24px;
    line-height: 26px;
  }
}

@media screen and (max-width: 479px) {
  .heading-3 {
    font-size: 32px;
    line-height: 36px;
  }
  .container-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero-wrapper {
    padding-top: 60px;
  }
  .bg4-layer1 {
    display: none;
  }
  .button-div {
    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;
    -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;
  }
  .button-div.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bg4-layer2 {
    display: none;
  }
  .bg4-layer3 {
    display: none;
  }
  .image-2 {
    display: block;
  }
  .app-link {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .button-div2 {
    -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;
  }
  .section-terms {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-field {
    width: 100%;
    margin-bottom: 20px;
  }
  .submit-box {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .share-button {
    background-position: 85% 50%;
  }
  .like-button {
    background-position: 74% 50%;
  }
  .likes {
    font-size: 36px;
    line-height: 32px;
  }
  .likes-heart {
    width: 90px;
  }
  .image-wp {
    width: 90px;
  }
  .download-button {
    background-position: 74% 50%;
  }
  .heading-5 {
    font-size: 24px;
    line-height: 26px;
  }
  .button-submit {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field-login {
    width: 100%;
  }
  .section-login {
    padding-right: 20px;
    padding-left: 20px;
  }
  .service {
    font-size: 22px;
    line-height: 24px;
  }
}

#w-node-59202007af2d-8b211d3d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-59202007af1d-8b211d3d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-59202007af21-8b211d3d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-59202007af25-8b211d3d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-59202007af29-8b211d3d {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-Bold.woff2') format('woff2'), url('../fonts/Gentona-ExtraBold.woff2') format('woff2'), url('../fonts/Gentona-Bold.woff') format('woff'), url('../fonts/Gentona-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-BoldItalic.woff2') format('woff2'), url('../fonts/Gentona-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/Gentona-BoldItalic.woff') format('woff'), url('../fonts/Gentona-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-LightItalic.woff2') format('woff2'), url('../fonts/Gentona-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-BookItalic.woff2') format('woff2'), url('../fonts/Gentona-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-Medium.woff2') format('woff2'), url('../fonts/Gentona-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona book';
  src: url('../fonts/Gentona-Book.woff2') format('woff2'), url('../fonts/Gentona-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-SemiBold.woff2') format('woff2'), url('../fonts/Gentona-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-ExtraLight.woff2') format('woff2'), url('../fonts/Gentona-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Gentona-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Gentona-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-Heavy.woff2') format('woff2'), url('../fonts/Gentona-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-HeavyItalic.woff2') format('woff2'), url('../fonts/Gentona-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-MediumItalic.woff2') format('woff2'), url('../fonts/Gentona-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-Thin.woff2') format('woff2'), url('../fonts/Gentona-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-Light.woff2') format('woff2'), url('../fonts/Gentona-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gentona';
  src: url('../fonts/Gentona-ThinItalic.woff2') format('woff2'), url('../fonts/Gentona-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}