body {
  min-height: 50vh;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.bil-navbar {
  position: absolute;
  display: block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
}

.bil-navbar.navbar-items-main {
  display: block;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: 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;
}

.navbar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 0px;
  float: left;
  -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-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  font-family: Gotham-Medium, sans-serif;
  color: #798e93;
  font-size: 13px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-item.w--current {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-item.navbar-button-item {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 100px;
  background-color: #00b5f7;
  color: #fff;
}

.navbar-item.navbar-clickable-items {
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.navbar-item.navbar-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 146px;
  height: 40px;
  margin-top: 10px;
  padding-top: 2px;
  padding-bottom: 0px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: #00b5f7;
  color: #fff;
}

.navbar-item.hidden {
  display: none;
}

.navbar-item.navbar-phone {
  margin-top: 17px;
  font-family: Gotham-Medium, sans-serif;
  color: #42515e;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.navbar-logo {
  display: inline-block;
}

.navbar-container {
  position: absolute;
  z-index: 2000;
  width: 100%;
  background-color: transparent;
}

.hero-section {
  position: static;
  height: 95vh;
  min-height: 575px;
  background-color: #fff;
}

.hero-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.heroinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.hero-title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Gotham-Black, sans-serif;
  color: #42515e;
  font-size: 50px;
  line-height: 65px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.hero-subtitle {
  display: block;
  width: 450px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: HelveticaNeue-Medium, sans-serif;
  color: #798e93;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.1px;
}

.hero-main-entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -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;
}

.saber-main-link {
  display: block;
  margin-top: 30px;
  margin-bottom: 80px;
  font-family: Lato, sans-serif;
  color: #00b5f7;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-spin-location-label {
  margin-top: 8px;
  font-family: Gotham-Bold, sans-serif;
  color: #a4bec4;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-municipio-image {
  max-height: 100px;
  text-align: center;
}

.hero-image-container {
  padding-top: 9px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
}

.main-description-section {
  background-color: #f1f3f3;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

.description-card {
  position: relative;
  top: -75px;
  z-index: 1000;
  min-height: 450px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(23, 27, 32, .2), 0 0 8px 2px rgba(23, 27, 32, .2);
  line-height: 20px;
}

.description-card.second-card {
  box-shadow: 2px 0 8px 0 rgba(23, 27, 32, .2), 0 0 8px 2px rgba(23, 27, 32, .2);
}

.description-section-values {
  position: relative;
  left: 20px;
  top: -65px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 127px;
  height: 127px;
  -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-style: solid;
  border-color: #19477c;
  border-radius: 100px;
  background-color: #19477c;
  box-shadow: 0 0 25px 0 rgba(37, 51, 59, .2);
  font-family: Lato, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.description-section-values.description-section-value-saves {
  right: -20px;
  bottom: 43px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.description-section-values.description-section-circle-container {
  left: -20px;
  right: -155px;
  bottom: -65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 127px;
  box-shadow: 0 0 25px 0 rgba(37, 51, 59, .2);
  opacity: 1;
}

.description-circle-first-line {
  padding-top: 6px;
  font-family: Gotham-Bold, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.description-circle-third-line {
  font-family: Gotham-Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
}

.description-circle-second-line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.description-circle-second-line-1st {
  font-family: Gotham-Book, sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: none;
}

.description-circle-second-line-2nd {
  padding-top: 2px;
  padding-left: 2px;
  font-family: Gotham-Medium, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.card-wining-title {
  padding-left: 55px;
  font-family: Lato, sans-serif;
  color: #55626e;
  letter-spacing: 1.02px;
}

.card-div-info {
  position: relative;
  top: -40px;
  padding-right: 40px;
  padding-left: 40px;
}

.card-div-info-title {
  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;
  font-family: Gotham-Bold, sans-serif;
  color: #55626e;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.card-div-info-description {
  padding-top: 20px;
  font-family: Gotham-Book, sans-serif;
  color: #506486;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
}

.card-div-info-button {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  height: 46px;
  margin-top: 30px;
  margin-bottom: 30px;
  -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-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 100px;
  background-color: #00b5f7;
  font-family: Lato, sans-serif;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.card-div-info-button-container {
  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;
}

.navbar-items-container {
  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: 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;
  text-align: left;
}

.circle-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cards-container {
  height: 100%;
  padding-bottom: 80px;
}

.description-section-label-title {
  margin-bottom: 30px;
  font-family: Gotham-Bold, sans-serif;
  color: #55626e;
  font-size: 38px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
}

.description-section-label-subtitle {
  margin-bottom: 50px;
  padding: 0px 40px;
  font-family: Gotham-Book, sans-serif;
  color: #506486;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.description-section-button-container {
  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;
}

.description-section-button-container.step-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

.description-section-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-style: none;
  background-color: transparent;
  font-family: Gotham-Bold, sans-serif;
  color: #5cb6f2;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.description-section-button.hero-saber-mais-link {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  -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: 2px solid #5cb6f2;
  border-radius: 100px;
  font-family: Gotham-Bold, sans-serif;
  color: #00b5f7;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.description-section-button.howitworks-button {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description-step-container {
  display: inline-block;
  width: 100%;
  height: 100vh;
  min-height: 480px;
  margin-top: 0px;
  -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: transparent;
  background-image: -webkit-linear-gradient(90deg, #f1f3f3, #fff), url('../images/example-bg.png');
  background-image: linear-gradient(0deg, #f1f3f3, #fff), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.step-image-container {
  display: block;
  -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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.step-card-n-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.step-card-n-step-1st {
  padding-right: 5px;
  border-right: 2px solid #00b5f7;
  font-family: Gotham-Medium, sans-serif;
  color: #7d8fab;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.step-card-n-step-2nd {
  padding-right: 6px;
}

.step-card-n-step-3rd {
  padding-left: 5px;
  font-family: Gotham-Medium, sans-serif;
  color: #7d8fab;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.step-description-container {
  display: block;
  height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.step-description-container-text {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.step-description-container-text-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #54626d;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

.step-description-container-text-description {
  clear: none;
  font-family: Gotham-Book, sans-serif;
  color: #506486;
  font-size: 20px;
  line-height: 34px;
  font-style: normal;
  font-weight: 300;
}

.step-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-background-container {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-image: url('../images/spin_header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-background-container.hero-mobile {
  display: none;
}

.hero-background-xs6 {
  position: static;
  height: 80%;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-items-containere {
  position: relative;
  left: 0px;
  top: 0px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  display: block;
  -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;
  direction: ltr;
  text-align: center;
}

.hero-images {
  position: absolute;
  display: inline-block;
  height: 100%;
}

.hero-images.hero-first-column {
  position: relative;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  min-height: 575px;
}

.hero-images.hero-second-column {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  min-height: 575px;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.about-text-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 75px;
  padding-bottom: 75px;
  -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;
}

.about-text-title {
  font-family: Gotham-Bold, sans-serif;
  color: #55626e;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2px;
}

.about-text-description {
  overflow: hidden;
  max-height: 345px;
  margin-top: 50px;
  font-family: Gotham-Book, sans-serif;
  color: #506486;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.about-text-link {
  display: inline-block;
  margin-top: 25px;
  padding-top: 0px;
  -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;
  font-family: Lato, sans-serif;
  color: #00b5f7;
  line-height: 36px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pre-registration-form-container {
  padding-top: 50px;
  padding-bottom: 30px;
  background-image: -webkit-linear-gradient(315deg, rgba(87, 138, 201, .5), rgba(96, 158, 205, .5) 46%, rgba(102, 171, 207, .5) 76%, rgba(102, 172, 208, .5) 78%, rgba(59, 182, 235, .5)), -webkit-linear-gradient(270deg, #00648a, #00648a);
  background-image: linear-gradient(135deg, rgba(87, 138, 201, .5), rgba(96, 158, 205, .5) 46%, rgba(102, 171, 207, .5) 76%, rgba(102, 172, 208, .5) 78%, rgba(59, 182, 235, .5)), linear-gradient(180deg, #00648a, #00648a);
}

.pre-registration-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.pre-registration-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.pre-registration-form-title {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.4px;
}

.form-container {
  height: 100%;
}

.form-description {
  padding-top: 40px;
  font-family: AvenirNext-Regular, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.registration-form-container {
  margin-top: 30px;
}

.main-registration-form {
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.form-title {
  font-family: Gotham-Medium, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-input {
  border-style: none;
  border-radius: 4px;
  background-color: #06698e;
  font-family: Lato, sans-serif;
  color: #fff;
}

.form-input-label {
  width: 283px;
  font-family: Lato, sans-serif;
  color: #00b5f7;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
}

.form-button {
  display: inline-block;
  width: 200px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 100px;
  background-color: #00b5f7;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-form-div-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.step-main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.sabermaiscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.partners-section-container {
  padding-bottom: 50px;
  background-color: #e5e6e7;
}

.partners-title {
  margin-top: 50px;
  font-family: Gotham-Bold, sans-serif;
  color: #798e93;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}

.partners-cards-container {
  margin-top: 20px;
}

.partners-card-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 20px;
  -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;
}

.partner-card-image {
  max-height: 60px;
}

.partners-card-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  max-width: auto;
  -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;
}

.footer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 190px;
  background-color: #e5e6e7;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  border-width: 1px;
  border-color: #c9cacc;
  border-top-style: solid;
}

.footer-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0px;
  -ms-flex: 0 0 0px;
  flex: 0 0 0px;
  font-family: Gotham-Bold, sans-serif;
  color: #55626e;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.conditionbody {
  display: inline-block;
  width: 100%;
  min-height: 100px;
  margin-top: 100px;
  padding-top: 0px;
}

.navbar-logo-image {
  display: block;
  background-color: transparent;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.navbar-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.about-text-row {
  margin-top: 100px;
  margin-bottom: 100px;
}

.step-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 525px;
  margin-right: auto;
  margin-left: auto;
  -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-linear-gradient(90deg, #f1f3f3, #fff 30%);
  background-image: linear-gradient(0deg, #f1f3f3, #fff 30%);
}

.about-link-main-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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;
}

.brand-ico.w--current {
  height: 60px;
  max-height: 60px;
}

.faq-container {
  position: relative;
  display: block;
  overflow: visible;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 100px;
}

.main-section {
  height: 200px;
}

.faq-section {
  display: inline-block;
  width: 100%;
  min-height: 100vh;
}

.header-section-title {
  padding-bottom: 50px;
  font-family: Gotham-Bold, sans-serif;
  color: #55626e;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2px;
}

.header-section-splitter {
  width: 85px;
  height: 1px;
  background-color: #00b5f7;
}

.faq-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -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;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-question {
  display: block;
  padding-right: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  font-family: Gotham-Medium, sans-serif;
  color: #55626e;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: none;
}

.faq-answer {
  overflow: hidden;
  height: 0px;
  margin-top: 20px;
  font-family: AvenirNext-Regular, sans-serif;
  color: #506486;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.faq-answer.hidden-text {
  display: block;
}

.faq-answer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #4e4646;
  border-right: 10px solid #a86d6d;
  border-left: 10px solid #c52a2a;
}

.question-container {
  width: 100%;
  margin-bottom: 40px;
}

.arrow-down {
  display: block;
  width: 0px;
  height: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid solid none;
  border-top-width: 10px;
  border-top-color: #00b5f7;
  border-right-width: 10px;
  border-right-color: transparent;
  border-left-width: 10px;
  border-left-color: transparent;
  background-color: transparent;
}

.question {
  position: static;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -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;
}

.question-link-container {
  display: inline;
  width: 100%;
  text-decoration: none;
}

.partner-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 420px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.partner-logo {
  width: auto;
  height: 80px;
}

.partner-description {
  margin-top: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.partner-description-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Gotham-Medium, sans-serif;
  color: #55626e;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.partner-description-subtitle {
  margin-top: 12px;
  font-family: AvenirNext-Regular, sans-serif;
  color: #506486;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.footer-links {
  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;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-spin-identifier {
  padding-bottom: 20px;
  font-family: Gotham-Book, sans-serif;
  color: #798e93;
  font-weight: 400;
}

.description-subsection-title {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Gotham-Medium, sans-serif;
  color: #55626e;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.4px;
}

.description-subsection-description {
  padding-bottom: 20px;
  font-family: AvenirNext-Regular, sans-serif;
  color: #506486;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: inline-block;
  overflow: scroll;
  width: 100%;
  height: 0vh;
  background-color: #fff;
}

.contact-navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-navbar-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: AvenirNext-Regular, sans-serif;
  font-size: 36px;
}

.contact-navbar-brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact-modal-title {
  display: block;
  padding-bottom: 50px;
  font-family: Gotham-Bold, sans-serif;
  text-align: center;
  letter-spacing: 0.2px;
  text-transform: none;
}

.contact-modal-header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -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;
}

.contact-form {
  display: block;
  width: 100%;
  margin-top: 30px;
  font-family: Gotham-Book, sans-serif;
  font-size: 16px;
}

.contact-form-button {
  width: 200px;
  height: 50px;
  border-radius: 100px;
  background-color: #00b5f7;
  font-family: Gotham-Bold, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: auto;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form-label {
  font-family: Gotham-Medium, sans-serif;
  color: #798e93;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-form-input {
  margin-bottom: 25px;
  border-style: none;
  border-radius: 4px;
  background-color: #e5e6e7;
  font-family: Gotham-Medium, sans-serif;
}

.contact-form-input.contact-form-input-tel {
  margin-bottom: 2px;
  font-family: Gotham-Medium, sans-serif;
}

.contact-form-input.contactform-selcect {
  background-color: transparent;
}

.contact-modal-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 5px;
  float: 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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-modal-checkbox-text {
  position: static;
  display: block;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-left: 10px;
  float: left;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px none #000;
  background-color: transparent;
  font-family: Gotham-Medium, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}

.contact-modal-checkbox-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  min-height: auto;
  min-width: auto;
  margin-top: 0px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.contact-navbar-close-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-modal-container {
  position: relative;
  display: block;
  min-height: 500px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.contact-container {
  display: block;
  width: 100%;
  height: 100vh;
}

.condition-header {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.terms-content {
  width: 100%;
  height: 100%;
  margin-top: 110px;
}

.termos-content-title {
  margin-bottom: 30px;
  font-family: Gotham-Medium, sans-serif;
  color: #55626e;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.terms-content-description {
  font-family: AvenirNext-Regular, sans-serif;
  color: #506486;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.terms-row {
  margin-bottom: 50px;
}

.term-entry {
  margin-bottom: 50px;
}

.condition-body {
  position: static;
  padding-top: 100px;
}

.loading {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100vh;
  -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: #fff;
}

.loading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -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;
}

.aboutpageinfo {
  width: 100%;
  margin-bottom: 50px;
}

.about-text {
  font-family: AvenirNext-Regular, sans-serif;
  color: #506486;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.home-body {
  overflow: visible;
}

.contato-header {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-navbar-close-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heromotocontainer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nextstepcontainer {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.steplinkcontainer {
  width: 100%;
  margin-top: 35px;
  text-decoration: none;
}

.next-step {
  margin-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Gotham-Bold, sans-serif;
  color: #7d8fac;
  font-weight: 400;
  letter-spacing: 1.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.form-success-message {
  height: 20px;
  font-family: Gotham-Book, sans-serif;
  color: #00b5f7;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.navbar-fixed {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: transparent;
}

.navbar-fixed-container {
  height: 100px;
}

.navbar-icon {
  height: 100%;
}

.container-navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu-mobile {
  position: static;
  margin-top: 7px;
  background-color: transparent;
}

.partners-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.about-link {
  text-align: center;
}

.headertext {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.step-container-ie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  min-height: 525px;
  -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;
}

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

.contact-logo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contactformerrorfield {
  min-height: 5px;
  padding-top: 0px;
  background-color: transparent;
  font-family: Gotham-Medium, sans-serif;
  color: red;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.contact-form-success-message {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Gotham-Medium, sans-serif;
  color: #00b5f7;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.contactformsuccessmessage {
  min-height: 5px;
  font-family: Gotham-Medium, sans-serif;
  color: #00b5f7;
  font-size: 12px;
  text-align: center;
}

.contact-form-selector {
  margin-bottom: 25px;
  font-family: Gotham-Medium, sans-serif;
}

.app-links-container {
  display: block;
  background-color: #fff;
}

.column {
  text-align: right;
}

.column-2 {
  padding-top: 0px;
  text-align: left;
}

.android-badge {
  width: 20vw;
  margin-right: 20px;
  margin-left: 20px;
}

.ios-badge {
  width: 20vw;
  margin-right: 20px;
  margin-left: 20px;
}

.apps-link-title {
  padding-top: 50px;
  font-family: Gotham-Bold, sans-serif;
  color: #00648a;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.apps-links-images-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.apps-link-description {
  font-family: AvenirNext-Regular, sans-serif;
  color: #55626e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.app-badge {
  display: block;
}

.row {
  display: none;
}

.simulator-modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: visible;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 1;
  text-align: center;
}

.simulator-wrapper {
  position: relative;
  z-index: 9999;
  display: block;
  overflow: visible;
  width: 800px;
  max-height: 98vh;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 30px;
  background-color: #fff;
}

.simulator-heading {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Gotham-Bold, sans-serif;
  color: #54626d;
}

.simulator-form-label {
  min-height: 30px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Gotham-Book, sans-serif;
  color: #54626d;
  font-size: 15px;
  text-align: left;
}

.row-2 {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.submit-button {
  display: block;
  min-width: 220px;
  margin: 15px auto 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 100px;
  background-color: #3898ec;
  font-family: Gotham-Medium, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.simulator-form-text {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.column-6 {
  padding-top: 55px;
}

.simulator-add-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin: 0px auto;
  padding: 9px 20px;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #00648a;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

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

.simulator-form-input {
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #00648a;
  font-family: Lato, sans-serif;
  color: #54626d;
  font-size: 16px;
  text-align: left;
}

.image-3 {
  display: block;
  max-width: 20px;
  margin: 10px;
}

.column-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.simulator-form-column {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
}

.simulator-form-column.icon-column {
  padding-right: 5px;
  padding-left: 5px;
}

.simulator-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.simulator-form-row.hidden-row {
  display: none;
  height: 0px;
}

.form {
  display: block;
  -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;
}

.success-message {
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px solid #000;
  background-color: transparent;
}

.text-block-2 {
  font-family: Gotham-Bold, sans-serif;
  color: #00648a;
  font-size: 20px;
}

.row-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  -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;
}

.text-block-3 {
  font-family: Gotham-Medium, sans-serif;
  color: #54626d;
  font-size: 18px;
  text-align: left;
}

.text-block-4 {
  font-family: Gotham-Medium, sans-serif;
  color: #00648a;
  font-size: 20px;
  text-align: left;
}

.simulator-total {
  font-family: Gotham-Black, sans-serif;
  color: #00648a;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
}

.simulator-total-label {
  font-family: Gotham-Black, sans-serif;
  color: #54626d;
  font-size: 18px;
  text-align: left;
}

.button-2 {
  min-width: 200px;
  padding: 15px 10px;
  border-radius: 100px;
  background-color: #3b5998;
  font-family: Gotham-Medium, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-3 {
  font-family: Gotham-Medium, sans-serif;
}

.button-4 {
  min-width: 200px;
  padding: 15px 20px;
  border-radius: 100px;
  font-family: Gotham-Medium, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.row-4 {
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 0px;
}

.text-block-5 {
  font-family: Gotham-Bold, sans-serif;
  font-size: 16px;
}

.simulator-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.simulator-outside-modal {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9000;
  overflow: visible;
  width: 100%;
}

.form-wrapper {
  display: block;
  border: 0px solid #000;
}

.success-message-2 {
  background-color: transparent;
}

.form-wrapper-2 {
  display: inline-block;
}

.simulator-remove-button {
  display: inline-block;
  margin: 0px auto;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 100px;
  background-color: transparent;
  font-family: 'PT Sans', sans-serif;
  color: #54626d;
  font-size: 22px;
  line-height: 20px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
}

.column-8 {
  text-align: left;
}

.column-9 {
  text-align: right;
}

.simulator-screen-two {
  display: block;
}

.simulator-screen-three {
  display: none;
}

.heading {
  min-height: 70px;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Gotham-Bold, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.button-5 {
  min-width: 170px;
  padding: 15px 20px;
  border-radius: 100px;
  background-color: #00648a;
  font-family: Lato, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.column-11 {
  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;
  border-left: 2px solid #54626d;
}

.field-label {
  display: block;
}

.text-field-2 {
  position: static;
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #00648a;
  border-radius: 0px;
  font-family: Gotham-Medium, sans-serif;
}

.submit-button-2 {
  height: 50px;
  min-width: 170px;
  margin-top: 10px;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #00648a;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.form-wrapper-3 {
  display: block;
}

.success-message-3 {
  background-color: transparent;
  font-family: Gotham-Medium, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.text-block-6 {
  font-family: Gotham-Medium, sans-serif;
  color: #54626d;
  font-size: 18px;
  text-align: left;
}

.simulator-success-text {
  font-family: Gotham-Medium, sans-serif;
  color: #54626d;
  font-size: 18px;
  text-align: left;
  text-transform: none;
}

.simulator-sell-value {
  font-family: Gotham-Medium, sans-serif;
  color: #00648a;
  font-size: 20px;
  text-align: left;
}

.simulator-buy-value {
  font-family: Gotham-Medium, sans-serif;
  color: #00648a;
  font-size: 20px;
  text-align: left;
}

.div-block {
  display: block;
}

.column-12 {
  position: static;
  display: block;
  padding-left: 10px;
}

.column-13 {
  text-align: center;
}

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

.div-block-2 {
  min-width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-calltoaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #19477c;
  text-align: center;
}

.heading-2 {
  margin-top: 0px;
  font-family: Gotham-Medium, sans-serif;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-transform: none;
}

.login-button {
  width: 220px;
  height: 50px;
  margin-top: 10px;
  padding: 2px 20px 0px;
  border-radius: 100px;
  background-color: #00b5f7;
  font-family: Gotham-Bold, sans-serif;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.login-button.login-button-cta-footer {
  width: 146px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
}

.login-button.login-button-cta-footer:hover {
  color: #fff;
}

.login-button.login-button-cta-footer:focus {
  color: #fff;
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, -35px);
  -ms-transform: translate(0px, -35px);
  transform: translate(0px, -35px);
}

html.w-mod-js *[data-ix="fade-down-5"] {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .navbar-item.navbar-button {
    padding-top: 0px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar-logo {
    display: inline-block;
  }
  .description-card {
    min-height: 620px;
  }
  .hero-background-container.hero-mobile {
    display: none;
  }
  .about-text-container {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }
  .partners-card-column {
    height: 60px;
  }
  .footer-link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .faq-container {
    height: 100%;
    min-height: auto;
  }
  .faq-column-empty {
    height: 0px;
  }
  .faq-column-em {
    display: block;
    overflow: visible;
    height: 0px;
  }
  .partner-description-subtitle {
    margin-top: 12px;
  }
  .nav-menu-mobile {
    -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: transparent;
  }
  .android-badge {
    width: 20vw;
  }
  .ios-badge {
    width: 20vw;
  }
}

@media (max-width: 767px) {
  .bil-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-item {
    margin-top: 8px;
    -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;
  }
  .navbar-item.navbar-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    margin-right: 2px;
    -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-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .navbar-item.navbar-phone {
    margin-top: 8px;
    float: left;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 15px;
  }
  .hero-section {
    min-height: 620px;
  }
  .hero-title {
    font-size: 36px;
    letter-spacing: 0.8px;
  }
  .hero-subtitle {
    font-family: Gotham-Book, sans-serif;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .hero-spin-location-label {
    padding-top: 0px;
  }
  .description-card {
    min-height: 100%;
    margin-bottom: 10px;
  }
  .card-div-info-title {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.1px;
  }
  .card-div-info-description {
    color: #506486;
    line-height: 36px;
  }
  .description-section-label-title {
    font-size: 28px;
    text-align: left;
    letter-spacing: 0.1px;
  }
  .description-section-label-subtitle {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Gotham-Book, sans-serif;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }
  .description-section-button {
    display: none;
  }
  .description-section-button.howitworks-button {
    display: none;
  }
  .step-container {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .step-image-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .step-description-container-text {
    display: block;
  }
  .step-description-container-text-title {
    font-size: 28px;
    line-height: 36px;
  }
  .step-description-container-text-description {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-background-container {
    display: inline-block;
    min-height: 650px;
    background-image: url('../images/spin_header_mobile.jpg');
    background-position: 50% 50%;
  }
  .hero-background-container.hero-mobile {
    display: inline-block;
  }
  .hero-background-xs6 {
    display: none;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hero-images.hero-first-column {
    display: inline-block;
  }
  .about-text-title {
    font-family: Gotham-Bold, sans-serif;
    font-size: 28px;
    text-align: center;
    letter-spacing: 0.1px;
  }
  .about-text-description {
    margin-top: 10px;
    margin-right: 4px;
    margin-left: 4px;
    font-family: AvenirNext-Regular, sans-serif;
    text-align: left;
  }
  .pre-registration-row {
    display: block;
  }
  .sabermaiscontainer {
    display: none;
  }
  .partners-card-row {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .partners-card-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -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;
  }
  .footer-container {
    height: auto;
    -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;
  }
  .footer-link {
    padding: 5px 0px;
  }
  .footer-link.w--current {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .conditionbody {
    height: 80vh;
  }
  .navbar-logo-image {
    display: inline-block;
    float: left;
  }
  .stem-image-container {
    height: 100%;
  }
  .stem-image {
    display: block;
    height: 100px;
  }
  .about-text-row {
    margin-bottom: 60px;
  }
  .step-row-container {
    min-height: 760px;
    background-image: -webkit-linear-gradient(90deg, #f1f3f3, #fff 30%);
    background-image: linear-gradient(0deg, #f1f3f3, #fff 30%);
  }
  .navbar-menu-button {
    display: block;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar-menu-button.w--open {
    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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }
  .brand-ico {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .brand-ico.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .header-section-title {
    font-size: 34px;
  }
  .faq-header {
    margin-bottom: 50px;
  }
  .nav-menu {
    position: static;
    top: 100px;
    right: 0px;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
  }
  .faq-question {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
  }
  .faq-answer {
    font-family: Gotham-Book, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }
  .question-container {
    margin-bottom: 20px;
  }
  .faq-column-empty {
    display: none;
    overflow: visible;
  }
  .partner-card {
    height: auto;
    padding-bottom: 60px;
  }
  .partner-description-title {
    font-size: 20px;
    line-height: 28px;
  }
  .partner-description-subtitle {
    margin-top: 6px;
    font-family: AvenirNext-Regular, sans-serif;
    font-size: 16px;
    line-height: 28px;
  }
  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-spin-identifier {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -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;
  }
  .modal-wrapper {
    height: 0vh;
  }
  .contact-navbar-close {
    width: 28px;
    height: 28px;
  }
  .contact-modal-title {
    padding-bottom: 30px;
  }
  .about-text {
    font-family: Gotham-Book, sans-serif;
    font-size: 17px;
    line-height: 28px;
  }
  .contact-navbar-close-container {
    height: 60px;
  }
  .heromotocontainer {
    height: 55%;
  }
  .steplinkcontainer {
    display: none;
  }
  .navbaricon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    -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-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    color: #5e5e5e;
  }
  .navbar-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container-navbar {
    display: inline-block;
    width: 100%;
  }
  .brand {
    position: relative;
    display: block;
    float: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .nav-menu-mobile {
    margin-top: 0px;
  }
  .partners-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-image {
    height: 60px;
  }
  .contact-navbar-image {
    height: 60px;
  }
  .column {
    text-align: center;
  }
  .column-2 {
    text-align: center;
  }
  .android-badge {
    width: 49vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .android-badge.app-top-banner-image {
    width: 70%;
  }
  .ios-badge {
    width: 49vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ios-badge.app-top-banner-image {
    width: 70%;
  }
  .app-badge {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: none;
    width: 100vw;
    background-color: #fff;
    opacity: 0;
  }
  .text-block {
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Gotham-Bold, sans-serif;
    color: #54626d;
    font-size: 16px;
    text-align: right;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    text-align: center;
  }
  .row {
    display: block;
  }
  .image-2 {
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .simulator-modal-wrapper {
    display: none;
  }
  .simulator-add-button {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 11px;
    line-height: 17px;
    text-decoration: none;
  }
  .ios-link {
    opacity: 1;
  }
  .div-block-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 479px) {
  .navbar-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 0px;
    -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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .navbar-item.navbar-button {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 10px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar-item.navbar-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 17px;
  }
  .navbar-item.contactbutton {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navbar-container {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    background-color: transparent;
  }
  .hero-section {
    min-height: 750px;
  }
  .hero-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-title {
    margin-top: 10px;
    padding-top: 5px;
    line-height: 40px;
  }
  .hero-subtitle {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Gotham-Book, sans-serif;
    line-height: 32px;
    font-weight: 400;
  }
  .hero-spin-location-label {
    padding-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
    color: #a4bec4;
  }
  .description-card {
    min-height: 100%;
  }
  .description-card.second-card {
    margin-top: 80px;
  }
  .description-section-values.description-section-circle-container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .card-div-info {
    padding-right: 20px;
    padding-left: 20px;
  }
  .card-div-info-description {
    padding-top: 15px;
    font-size: 17px;
    line-height: 28px;
  }
  .circle-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cards-container {
    padding-bottom: 20px;
  }
  .description-section-label-title {
    margin-bottom: 10px;
    font-size: 28px;
    text-align: left;
  }
  .description-section-label-subtitle {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }
  .description-section-button {
    display: none;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .description-section-button.w--current {
    padding-top: 15px;
  }
  .step-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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: transparent;
    background-image: -webkit-linear-gradient(270deg, #f1f3f3, #f1f3f3);
    background-image: linear-gradient(180deg, #f1f3f3, #f1f3f3);
  }
  .step-image-container {
    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;
  }
  .step-card-n-step {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .step-description-container {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .step-description-container-text {
    display: block;
    padding-bottom: 0px;
  }
  .step-description-container-text-title {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #55626e;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1px;
  }
  .step-description-container-text-description {
    font-size: 17px;
  }
  .hero-background-container {
    min-height: 750px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-background-container.hero-mobile {
    display: inline-block;
  }
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 80px;
  }
  .hero-images.hero-first-column {
    position: static;
    display: none;
    overflow: hidden;
  }
  .about-container {
    display: inline-block;
    height: auto;
    min-height: 544px;
  }
  .about-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-text-title {
    line-height: 36px;
  }
  .about-text-description {
    display: block;
    margin-top: 30px;
    font-size: 17px;
    line-height: 28px;
  }
  .pre-registration-form-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.3px;
  }
  .form-description {
    padding-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
  .main-registration-form {
    padding-right: 5px;
    padding-left: 5px;
  }
  .step-main-container {
    height: auto;
  }
  .partners-card-row {
    display: block;
    -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;
  }
  .partner-card-image {
    display: block;
  }
  .partners-card-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0px;
    -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-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;
  }
  .footer-link {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .footer-link.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-logo-image {
    float: left;
    clear: none;
  }
  .about-text-row {
    display: inline-block;
  }
  .step-row-container {
    display: inline;
    height: 100%;
  }
  .navmenucontainer {
    position: absolute;
  }
  .navbar-menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navbar-menu-button.w--open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: 18px;
    -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;
  }
  .brand-ico {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-section-title {
    padding-bottom: 40px;
  }
  .nav-menu {
    position: fixed;
    top: 100px;
    right: 0px;
    display: block;
    height: auto;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }
  .faq-question {
    line-height: 100%;
  }
  .footer-links {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-spin-identifier {
    padding-top: 20px;
  }
  .modal-wrapper {
    height: 0vh;
  }
  .home-about-container {
    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;
  }
  .heromotocontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navbaricon {
    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;
  }
  .navbar-fixed {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav-menu-mobile {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }
  .headertext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar-image {
    display: inline-block;
  }
  .mobile-icon {
    display: block;
    -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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .mobile-icon.w--open {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff;
  }
  .navbar-icon-mobile {
    background-color: transparent;
    color: rgba(0, 0, 0, .46);
  }
  .navbar-mobile {
    width: 100%;
  }
  ._123 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-second-layer {
    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-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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: rgba(0, 0, 0, .1);
  }
  .android-badge {
    width: 59vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .android-badge.app-top-banner-image {
    width: 100%;
  }
  .ios-badge {
    width: 59vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .ios-badge.app-top-banner-image {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .app-badge {
    position: fixed;
    z-index: 9999;
    display: none;
    width: 100vw;
    background-color: #fff;
    opacity: 1;
  }
  .text-block {
    padding: 10px 0px 10px 10px;
    font-family: Lato, sans-serif;
    color: #54626d;
    font-size: 17px;
    line-height: 19px;
    font-weight: 400;
    text-transform: none;
  }
  .column-3 {
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
    text-align: center;
  }
  .image {
    display: block;
    padding: 0px 5px;
    font-size: 20px;
    text-align: left;
    text-transform: none;
  }
  .row {
    display: block;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }
  .column-5 {
    padding: 5px;
  }
  .image-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .simulator-modal-wrapper {
    display: none;
  }
  .simulator-form-column {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@font-face {
  font-family: 'HelveticaNeue-Medium';
  src: url('../fonts/HelveticaNeue-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('../fonts/ufonts.com_gotham-black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('../fonts/ufonts.com_gotham-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Medium';
  src: url('../fonts/ufonts.com_gotham-medium.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/ufonts.com_gotham-book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNext-Regular';
  src: url('../fonts/avenir-next-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}