.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
}

.prova-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  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-color: #fff;
}

.heading-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

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

.div-block-2 {
  position: static;
  width: 10%;
  height: 200px;
}

.navbar {
  background-color: transparent;
}

.section {
  background-image: url('../images/Path-885.svg');
  background-position: 50% 150%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  font-family: 'Material design iconic font', sans-serif;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .61)), to(rgba(0, 0, 0, .61))), url('../images/bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .61), rgba(0, 0, 0, .61)), url('../images/bg.png');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  font-family: Rubik, sans-serif;
}

.video {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  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;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Rubik, sans-serif;
  color: #fff;
}

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

.nav-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.nav-link:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #72cfe9;
  text-decoration: underline;
}

.nav-link-2 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.nav-link-2:hover {
  color: #72cfe9;
  text-decoration: underline;
}

.nav-link-3 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.nav-link-3:hover {
  color: #72cfe9;
  text-decoration: underline;
}

.heading-3 {
  font-family: Rubik, sans-serif;
  color: #2bdec2;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.div-block-3 {
  margin-right: 14px;
  margin-left: 14px;
}

.next-class {
  position: static;
  z-index: 100;
  display: block;
  margin-top: -75px;
  margin-right: 14px;
  margin-left: 14px;
  float: none;
  clear: none;
  border-radius: 50%;
  background-color: #000;
}

.logo-web {
  width: 20%;
  margin-right: 15px;
  margin-left: 15px;
}

.image-arrow {
  position: absolute;
  left: 37px;
  top: -48px;
  right: -12px;
  bottom: 0px;
  z-index: 200;
  display: block;
  float: left;
}

.arrow-content {
  position: relative;
  display: block;
  clear: none;
  -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: 1px solid red;
}

.arrow-content.left {
  border-style: none;
}

.arrow-content.right {
  border-style: none;
}

.div-block-4 {
  width: 90%;
}

.redes-sociais {
  position: relative;
  top: -280px;
  z-index: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  -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: transparent;
}

.div-block-5 {
  margin-top: 0px;
  margin-bottom: 6px;
}

.midia-mobile {
  display: none;
}

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

.columns {
  margin-top: 0px;
}

.div-block-9 {
  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;
}

.text-span {
  padding: 8px 9px;
  background-color: #000;
}

.social-media-icon {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.social-media-icon:hover {
  position: static;
  z-index: 1000;
  display: block;
  opacity: 1;
  -webkit-perspective: 1072px;
  perspective: 1072px;
  -webkit-transform: scale(0.57);
  -ms-transform: scale(0.57);
  transform: scale(0.57);
}

.image-midia {
  width: 10%;
  margin-right: 13px;
  margin-left: 13px;
}

.image-midia.icon {
  width: 20%;
  margin-right: 0px;
  margin-left: 0px;
}

.slide-nav {
  display: none;
}

.slider {
  position: relative;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  position: absolute;
  left: 52px;
  top: 350px;
  bottom: 0px;
  display: none;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -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;
  background-color: transparent;
}

.icon-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  color: #fff;
}

.icon-3 {
  position: absolute;
  z-index: 1000;
  display: none;
  border: 1px none #000;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  color: #fff;
}

.slide {
  background-color: transparent;
}

.right-arrow {
  position: absolute;
  top: 350px;
  right: 55px;
  bottom: 0px;
  display: none;
  overflow: visible;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -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;
  background-color: transparent;
}

.text-block {
  position: absolute;
  display: none;
  overflow: visible;
  float: none;
  color: #fff;
}

.div-block-10 {
  width: 50%;
  margin-right: 248px;
  margin-left: 248px;
  float: none;
}

.link-block-2 {
  position: static;
  right: 0px;
  bottom: 0px;
}

.link-block-4 {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-4:hover {
  -webkit-transform: scale(0.72);
  -ms-transform: scale(0.72);
  transform: scale(0.72);
}

.link-block-5 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block-5:hover {
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
}

.next-text {
  position: relative;
  left: 66px;
  bottom: 0px;
  display: inline-block;
  overflow: visible;
  float: none;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.text-block-3 {
  display: inline-block;
}

.text-block-4 {
  position: relative;
  left: -68px;
  display: inline-block;
  font-size: 18px;
}

.button {
  position: relative;
  left: -76px;
  top: -55px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 16px 27px;
  float: right;
  -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: #ecdd36;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

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

.button.next {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-top: 90px;
  border-style: none none solid;
  border-bottom-width: 6px;
  border-bottom-color: hsla(223.72881355932205, 37.58%, 30.78%, 0.71);
  border-radius: 10px;
  background-color: #16f8a1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: 'Material design iconic font', sans-serif;
  color: #31416c;
  text-align: center;
}

.button.next:hover {
  background-color: hsla(172.23529411764707, 100.00%, 50.00%, 1.00);
  box-shadow: -1px 2px 50px 0 rgba(0, 0, 0, .35);
}

.button.preview {
  position: relative;
  left: 75px;
  display: none;
  width: 35%;
  float: left;
  clear: none;
  border-style: none;
  border-radius: 0px;
  background-color: #00fedd;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #31416c;
  font-style: normal;
  text-align: center;
}

.button.preview:hover {
  border: 2px none #00ffde;
}

.text-span-2 {
  margin-right: 0px;
  margin-left: 10px;
  font-size: 18px;
}

.italic-text {
  margin-right: 8px;
  font-style: normal;
}

.div-block-11 {
  display: block;
  height: 45px;
  margin-top: 0px;
  -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;
}

.html-embed {
  margin-top: 34px;
  margin-bottom: 34px;
}

.heading-6 {
  margin-top: 45px;
  font-family: Rubik, sans-serif;
}

.text-block-5 {
  font-family: Rubik, sans-serif;
}

@media (max-width: 991px) {
  .div-block-2 {
    position: relative;
    left: 0px;
    top: -233px;
    bottom: 0px;
    margin-top: 0px;
    margin-left: -10px;
    clear: none;
    background-color: transparent;
  }
  .section {
    background-position: 50% -349px;
  }
  .body {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg.png');
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .nav-link {
    text-align: center;
  }
  .nav-link-2 {
    text-align: center;
  }
  .nav-link-3 {
    text-align: center;
  }
  .heading-3 {
    display: none;
  }
  .logo-web {
    width: 20%;
  }
  .icon {
    display: block;
    float: left;
    color: #fff;
  }
  .div-block-5 {
    display: none;
  }
  .heading-4 {
    color: #2bdec2;
    font-size: 24px;
    text-align: center;
  }
  .div-block-6 {
    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;
  }
  .div-block-7 {
    display: block;
  }
  .nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    overflow: visible;
    margin-top: 0px;
    background-color: #000;
  }
  .menu-button {
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    padding: 6px 13px;
    -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;
    border-style: none;
    border-color: #000;
    background-color: #000;
  }
  .menu-button.w--open {
    border: 2px solid #fff;
    background-color: #000;
  }
  .div-block-8 {
    margin-top: 45px;
  }
  .columns {
    margin-top: 0px;
  }
  .branding-midia {
    margin-right: 16px;
    margin-left: 16px;
  }
  .left-arrow {
    top: 270px;
  }
  .icon-3 {
    border: 1px none red;
  }
  .right-arrow {
    top: 270px;
    z-index: 1000;
  }
  .link-block {
    border: 1px none red;
  }
  .heading-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 2px 5px;
    float: left;
    border: 1px none #fff;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  .button {
    left: -57px;
  }
  .button.next {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .button.preview {
    left: 58px;
  }
}

@media (max-width: 767px) {
  .heading {
    font-size: 32px;
  }
  .prova-social {
    position: relative;
  }
  .div-block-2 {
    top: -200px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .section {
    background-position: 0px -990px;
  }
  .paragraph {
    padding-right: 32px;
    padding-left: 32px;
  }
  .next-class {
    display: block;
  }
  .logo-web {
    width: 20%;
  }
  .arrow-content.left {
    position: absolute;
    left: 0px;
    top: 180px;
    bottom: 0px;
    z-index: 150;
  }
  .arrow-content.right {
    position: absolute;
    top: 180px;
    right: 0px;
    bottom: 0px;
  }
  .midia-mobile {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-6 {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 25px;
    margin-left: auto;
  }
  .menu-button {
    margin-right: 25px;
  }
  .column-2 {
    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;
  }
  .image {
    margin-top: 24px;
  }
  .branding-midia {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .left-arrow {
    left: 24px;
    top: 230px;
    overflow: visible;
  }
  .right-arrow {
    top: 230px;
    right: 25px;
    overflow: visible;
  }
  .button.next {
    left: -45px;
    width: 80%;
    float: right;
    border-bottom-width: 3px;
    font-size: 12px;
  }
  .button.preview {
    left: 45px;
    right: 10px;
    width: 30%;
    float: left;
    font-size: 12px;
    text-align: left;
  }
  .text-span-2 {
    margin-left: 3px;
  }
  .italic-text {
    font-size: 18px;
  }
  .heading-6 {
    font-size: 25px;
  }
}

@media (max-width: 479px) {
  .heading {
    font-size: 24px;
  }
  .prova-social {
    position: relative;
    display: block;
    width: 90%;
    margin-top: 102px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-2 {
    font-size: 10px;
  }
  .div-block-2 {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    margin-top: 50px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section {
    background-position: 0px -1366px;
  }
  .body {
    height: auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/bg.png');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/bg.png');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, cover;
  }
  .video {
    display: block;
    width: 95%;
  }
  .paragraph {
    color: #fff;
  }
  .column {
    display: block;
  }
  .nav-link {
    text-align: left;
  }
  .nav-link-2 {
    text-align: left;
  }
  .nav-link-3 {
    text-align: left;
  }
  .next-class {
    position: static;
    display: none;
    float: none;
  }
  .logo-web {
    width: 30%;
    margin-bottom: 15px;
  }
  .image-arrow {
    position: static;
    left: 37px;
    top: -48px;
    right: auto;
    bottom: 0px;
    float: none;
  }
  .image-arrow.left {
    margin-left: 17px;
    float: none;
  }
  .image-arrow.right {
    margin-right: 17px;
    float: right;
  }
  .arrow-content.left {
    position: absolute;
    left: 0px;
    top: 70px;
    bottom: 0px;
    z-index: 100;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-style: none;
  }
  .arrow-content.right {
    position: absolute;
    top: 70px;
    right: 0px;
    bottom: 0px;
    display: block;
    border-style: none;
  }
  .div-block-4 {
    display: block;
    margin-right: auto;
    margin-left: 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;
  }
  .heading-4 {
    font-size: 20px;
  }
  .div-block-6 {
    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;
  }
  .menu-button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    margin-top: 40px;
    margin-right: 18px;
  }
  .image {
    width: 60%;
  }
  .branding-midia {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .section-2 {
    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;
  }
  .div-block-9 {
    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;
  }
  .social-media-icon {
    margin: 10px 30px;
  }
  .image-2 {
    margin-top: 123px;
  }
  .left-arrow {
    left: -12px;
    top: 180px;
  }
  .slide {
    position: static;
  }
  .right-arrow {
    top: 180px;
    right: -12px;
  }
  .image-3 {
    display: block;
  }
  .container-2 {
    position: relative;
  }
  .link-block-3 {
    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;
  }
  .link-block-4 {
    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;
  }
  .link-block-5 {
    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;
  }
  .button.next {
    position: static;
    left: -8px;
    right: -1px;
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
    border-bottom-width: 3px;
  }
  .button.preview {
    position: static;
    left: 9px;
    width: 40%;
    margin-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
  }
  .italic-text {
    margin-right: 18px;
  }
  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    -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;
  }
  .heading-6 {
    padding-top: 20px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
  .text-block-5 {
    text-align: center;
  }
}

@font-face {
  font-family: 'Material design iconic font';
  src: url('../fonts/Material-Design-Iconic-Font.woff2') format('woff2'), url('../fonts/Material-Design-Iconic-Font.eot') format('embedded-opentype'), url('../fonts/Material-Design-Iconic-Font.woff') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}