body {
  font-family: 'Work Sans', sans-serif;
  color: #111;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 29px;
  line-height: 41px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}

a {
  text-decoration: underline;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 95vh;
  -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;
}

.intro {
  position: fixed;
  width: 50%;
}

.submit-button {
  display: inline-block;
  height: 48px;
  margin-left: 16px;
  padding-right: 32px;
  padding-left: 48px;
  float: left;
  border-radius: 24px;
  background-color: #111;
  background-image: url('../images/icoEnvelope.svg');
  background-position: 24px 50%;
  background-repeat: no-repeat;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

.text-field {
  display: inline-block;
  height: 48px;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f9faf8;
  color: #111;
  font-size: 13px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  max-width: 460px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.imgcontainer {
  position: absolute;
  top: 75vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 600px;
  padding-top: 0px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image01 {
  width: 200vw;
  max-width: 200%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 65vh;
  margin-top: 200px;
  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: 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: #111;
}

.app-image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 940px;
  height: 580px;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.navcontainer {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 160px;
  -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: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
}

.nav {
  display: none;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-item {
  display: inline-block;
}

.nav-link {
  display: block;
  padding: 4px 8px;
  color: #111;
  text-decoration: none;
}

.nav-link:hover {
  padding-top: 7px;
  border-bottom: 3px solid #00e4c3;
}

.app-image-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -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;
}

.app-image-heading {
  width: 620px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.app-image {
  position: relative;
  width: 940px;
  -webkit-transform: translate(0px, -280px);
  -ms-transform: translate(0px, -280px);
  transform: translate(0px, -280px);
}

.app-image-link {
  display: block;
  margin-left: 12px;
  border-bottom: 3px solid #00e4c3;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.app-image-link:hover {
  color: #00e4c3;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
}

.app-image-icon {
  width: 24px;
}

.section2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  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;
}

.iphone-image-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  margin-right: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-heading {
  margin-top: -12px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.iphone-image-paragraph {
  max-width: 300px;
  margin-top: 16px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.iphone-image-frame {
  position: relative;
  width: 630px;
  height: 630px;
  -webkit-transform: translate(160px, 0px);
  -ms-transform: translate(160px, 0px);
  transform: translate(160px, 0px);
}

.iphone-image-01 {
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.iphone-image-02 {
  position: absolute;
  z-index: 1;
}

.content-wrapper {
  position: relative;
  background-color: #111;
}

.section-modes {
  position: relative;
  display: block;
  width: 940px;
  margin-top: 128px;
  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;
  background-color: #111;
}

.column-paragraph {
  margin-top: 16px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.icon-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-image {
  position: absolute;
}

.column-image-offset-blue {
  position: absolute;
  -webkit-transform: translate(-2px, 0px);
  -ms-transform: translate(-2px, 0px);
  transform: translate(-2px, 0px);
}

.column-image-offset-red {
  position: absolute;
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.col-group {
  padding-bottom: 64px;
  border-bottom: 2px solid #fff;
}

.article-intro {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  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;
}

.article-list {
  list-style-type: none;
}

.article-source {
  display: inline-block;
  margin-top: 10px;
  font-family: 'Work Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-weight: 400;
}

.article-link {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.article-link:hover {
  border-bottom: 2px solid #00e4c3;
}

.article-list-item {
  margin-bottom: 64px;
}

.columns {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-science {
  margin-top: 128px;
  padding-top: 128px;
}

.exercise-heading {
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 500;
}

.iphone-app-screen-01 {
  position: absolute;
  left: 109px;
  top: 45px;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.iphone-app-screen-02 {
  position: absolute;
  left: 109px;
  top: 45px;
  right: auto;
  bottom: auto;
  z-index: 3;
}

.section-elements {
  position: relative;
  height: 80vh;
  margin-top: 256px;
}

.iso-laptop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.iso-ipad {
  position: absolute;
  left: 740px;
  top: 300px;
  right: auto;
  bottom: auto;
}

.iso-phone {
  position: absolute;
  left: 650px;
  top: 190px;
  right: auto;
  bottom: auto;
}

.iso-container {
  height: 100vh;
}

.column-elements {
  position: relative;
  z-index: 3;
}

.imgfooter {
  position: static;
  top: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 400px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.image01-footer {
  width: 200vw;
  max-width: 200%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.iphone-app-video-frame {
  position: absolute;
  left: 290px;
  top: 30px;
  z-index: 4;
  overflow: hidden;
  width: 232px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-video {
  left: -5px;
  overflow: visible;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.modes-heading {
  margin-bottom: 64px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.section-footer {
  position: relative;
}

.column-footer {
  padding-bottom: 128px;
}

.footer-copy {
  margin-top: 64px;
  color: rgba(17, 17, 17, 0.6);
}

.heading-5 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}

.article-heading-mobile {
  display: none;
  margin-top: -12px;
  margin-bottom: 0px;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.science-link {
  border-bottom: 2px solid #00e4c3;
  color: #fff;
  text-decoration: none;
}

.iso-ipad-mobonly {
  position: absolute;
  left: 740px;
  top: 300px;
  right: auto;
  bottom: auto;
  display: none;
}

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

.success-message {
  background-color: #00e4c3;
}

.iso-phone-mobonly {
  display: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 991px) {
  .section1 {
    width: 90%;
  }
  .app-image-frame {
    width: 100%;
    height: auto;
  }
  .app-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .app-image {
    width: 100%;
  }
  .div-block {
    margin-left: 0px;
  }
  .section2 {
    overflow: hidden;
    width: 100%;
    height: 630px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .iphone-image {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .iphone-image-frame {
    position: absolute;
    left: auto;
    top: 0%;
    right: -160px;
    bottom: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .iphone-image-01 {
    width: 388px;
    height: 626px;
  }
  .iphone-image-02 {
    width: 388px;
    height: 626px;
  }
  .section-modes {
    width: 90%;
  }
  .col-group {
    height: 280px;
  }
  .article-intro {
    top: 64px;
  }
  .columns {
    position: relative;
    display: block;
  }
  .section-science {
    margin-top: 128px;
  }
  .section-elements {
    height: auto;
    margin-top: 128px;
    margin-bottom: 128px;
  }
  .iso-container {
    display: none;
  }
  .imgfooter {
    height: 200px;
  }
  .article-heading-mobile {
    display: none;
  }
  .column-5 {
    display: none;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 23px;
    line-height: 34px;
  }
  .header {
    height: 100vh;
    -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;
  }
  .intro {
    position: relative;
    width: 90%;
  }
  .form-block {
    position: relative;
    z-index: 2;
  }
  .imgcontainer {
    margin-top: 60px;
  }
  .section1 {
    width: 90%;
    height: 500px;
    margin-top: 240px;
    margin-bottom: -120px;
  }
  .app-image-frame {
    width: 100%;
    height: auto;
  }
  .navcontainer {
    position: relative;
    width: 100%;
    height: 40px;
  }
  .app-image-text {
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .app-image-heading {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .app-image {
    width: 100%;
  }
  .div-block {
    margin-left: 0px;
  }
  .section2 {
    width: auto;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .iphone-image-text {
    width: auto;
  }
  .article-heading {
    display: none;
    margin-top: 0px;
  }
  .iphone-image {
    margin-right: auto;
    margin-left: auto;
  }
  .iphone-image-paragraph {
    max-width: 100%;
  }
  .iphone-image-frame {
    display: none;
  }
  .section-modes {
    width: 90%;
    margin-top: 0px;
  }
  .column-paragraph {
    margin-right: auto;
    margin-left: auto;
  }
  .icon-container {
    margin-top: 32px;
  }
  .col-group {
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .article-intro {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }
  .article-list {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .section-science {
    width: 90%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: auto;
  }
  .exercise-heading {
    margin-right: auto;
    margin-left: auto;
  }
  .section-elements {
    width: 90%;
    margin: 0px auto;
  }
  .iso-container {
    display: none;
  }
  .imgfooter {
    height: 200px;
  }
  .modes-heading {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-align: left;
  }
  .section-footer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .article-heading-mobile {
    display: block;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }
  .column {
    display: none;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .iso-ipad-mobonly {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
  }
  .container {
    padding-top: 280px;
  }
  .focus-column {
    position: static;
    padding-right: 0px;
    padding-left: 0px;
  }
  .iso-phone-mobonly {
    position: relative;
    left: -50px;
    display: block;
  }
}

@media (max-width: 479px) {
  h1 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    text-align: left;
  }
  h2 {
    font-family: 'Work Sans', sans-serif;
    text-align: left;
  }
  .header {
    height: 82vh;
  }
  .intro {
    position: static;
    width: 90%;
  }
  .submit-button {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .form-block {
    position: relative;
    z-index: 2;
  }
  .imgcontainer {
    position: absolute;
    top: 62vh;
    z-index: 0;
  }
  .section1 {
    position: static;
    width: 90%;
    height: auto;
    margin: 30px auto 0px;
    background-color: #111;
  }
  .app-image-frame {
    position: static;
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .navcontainer {
    width: 90%;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  .app-image-text {
    display: block;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .app-image-heading {
    width: 100%;
  }
  .app-image {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .div-block {
    margin-left: 0px;
  }
  .section2 {
    display: none;
    width: 100%;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .iphone-image-text {
    margin-right: 0px;
  }
  .article-heading {
    display: none;
  }
  .iphone-image-frame {
    display: none;
  }
  .content-wrapper {
    position: static;
  }
  .section-modes {
    width: 90%;
    margin-top: 80px;
  }
  .icon-container {
    margin-top: 32px;
  }
  .col-group {
    height: auto;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .article-intro {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-science {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .exercise-heading {
    font-size: 15px;
    line-height: 21px;
  }
  .section-elements {
    width: 90%;
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .iso-container {
    display: none;
    overflow: hidden;
  }
  .imgfooter {
    height: 100px;
  }
  .modes-heading {
    margin-bottom: 0px;
  }
  .section-footer {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .column-footer {
    padding-bottom: 32px;
  }
  .article-heading-mobile {
    display: block;
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .column {
    display: none;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
    padding-top: 160px;
  }
  .focus-column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-6 {
    text-align: center;
  }
  .heading-7 {
    text-align: center;
  }
  .iso-phone-mobonly {
    left: -25px;
  }
}

@font-face {
  font-family: 'Regolaprotrial Medium';
  src: url('../fonts/RegolaProTrial-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Regolaprotrial book';
  src: url('../fonts/RegolaProTrial-Book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}