body,
html,
.main {
  height: 100%;
}
@font-face {
  font-family: 'gothamblack';
  src: url("../fonts/gotham-black-webfont.eot");
  src: url("../fonts/gotham-black-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-black-webfont.html") format("woff2"), url("../fonts/gotham-black-webfont.woff") format("woff"), url("../fonts/gotham-black-webfont.ttf") format("truetype"), url("../fonts/gotham-black-webfont.svg#gothamblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothambold';
  src: url("../fonts/gothambold-webfont.eot");
  src: url("../fonts/gothambold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambold-webfont.html") format("woff2"), url("../fonts/gothambold-webfont.woff") format("woff"), url("../fonts/gothambold-webfont.ttf") format("truetype"), url("../fonts/gothambold-webfont.svg#gothambold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothambook';
  src: url("../fonts/gothambook-webfont.eot");
  src: url("../fonts/gothambook-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gothambook-webfont.html") format("woff2"), url("../fonts/gothambook-webfont.woff") format("woff"), url("../fonts/gothambook-webfont.ttf") format("truetype"), url("../fonts/gothambook-webfont.svg#gothambook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothamlight';
  src: url("../fonts/gotham-light-webfont.eot");
  src: url("../fonts/gotham-light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-light-webfont.html") format("woff2"), url("../fonts/gotham-light-webfont.woff") format("woff"), url("../fonts/gotham-light-webfont.ttf") format("truetype"), url("../fonts/gotham-light-webfont.svg#gothamlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothamthin';
  src: url("../fonts/gotham-thin-webfont.eot");
  src: url("../fonts/gotham-thin-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-thin-webfont.html") format("woff2"), url("../fonts/gotham-thin-webfont.woff") format("woff"), url("../fonts/gotham-thin-webfont.ttf") format("truetype"), url("../fonts/gotham-thin-webfont.svg#gothamthin") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gothamxlight';
  src: url("../fonts/gotham-xlight-webfont.eot");
  src: url("../fonts/gotham-xlight-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/gotham-xlight-webfont.html") format("woff2"), url("../fonts/gotham-xlight-webfont.woff") format("woff"), url("../fonts/gotham-xlight-webfont.ttf") format("truetype"), url("../fonts/gotham-xlight-webfont.svg#gothamxlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #151515;
  font-family: 'gothamlight';
  color: #fff;
}


.p-relative {
  position: relative;
}
.terms-page .how-to-learn {
  min-width: 550px !important;
  max-width: 500px;
  margin: auto;
  position: absolute;
  top: 90px !important;
  left: 50%;
  transform: translate(-50%, 0) !important;
}

.terms-page .how-to-learn p {
  font-size: 12px;
}

.terms-page .how-to-learn p::before {
  display: none !important;
}

.terms-page .how-to-learn p span {
  text-indent: 0;
  font-size: 12px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 93%;
  line-height: 20px;
  margin: 10px 0 0 25px;
}

.terms-page .how-to-learn p span::before {
  content: '-';
  position: absolute;
  left: -15px;
  top: 4px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toast-msg .toast:not(.showing):not(.show) {
  opacity: 1 !important;
}

.toast-msg .toast-container {
  z-index: 1000;
}

.toast-msg .toast {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
}

.toast-msg .toast .toast-header {
  background: transparent;
}

.toast-msg .toast .toast-header h2 {
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
}

.toast-msg .toast .toast-body {
  padding-top: 0;
}

.toast-msg .toast .toast-body p {
  font-size: 12px;
  line-height: 15px;
}

.toast-msg .toast .toast-body .toast-button button {
  border-radius: 30px;
  padding: 5px 20px;
}

.toast-msg .toast .toast-body .toast-button button.yellow-btn {
  border: 1px solid #fcb614;
  color: #fcb614;
}

.toast-msg .toast .toast-body .toast-button button.yellow-btn:hover {
  background-color: #fcb614;
  color: #34435E;
}

.toast-msg .toast .toast-body .toast-button button.grey-btn {
  border: 1px solid #f6f6f6;
  color: #f6f6f6;
}

.toast-msg .toast .toast-body .toast-button button.grey-btn:hover {
  background-color: #f6f6f6;
  color: #34435E;
}

.terms-privacy-cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.terms-privacy-cookies .info-link-text a {
  color: #898989;
  font-size: 13px;
  text-decoration: none;
}

.terms-privacy-cookies .info-link-text a:hover {
  color: #fcb614;
  border-bottom: 1px solid #fcb614;
}

.terms-privacy-cookies .info-link-text span {
  color: #898989;
  font-size: 13px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.1) !important;
  padding: 5px 0;
}

.navbar .container {
  width: 500px;
  height: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.navbar .container .navbar-brand {
  width: 65px;
}

.navbar .container .back-btn {
  padding: 1rem 0;
  position: absolute;
  left: 0;
}

.navbar .container .back-btn a.btn-link {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  margin-left: -5px;
  padding: 0;
}

.navbar .container .back-btn a.btn-link i {
  font-size: 25px;
}

.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1024px;
}

.container.under-const {
  align-items: flex-start;
}

.container.under-const img {
  width: 85%;
}

.container.install-app-info {
  max-width: 500px;
  justify-content: flex-start;
  align-items: flex-start;
}

.logo {
  padding: 0 0 40px 0;
}

.logo img {
  width: 120px;
}

.logo.dspunt-logo img {
  width: 85px;
}


.right-section {
  text-align: right;
}

.left-section {
  text-align: left;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.left-section .mob-image {
  display: none;
}

.mob-image img {
  width: 100%;
}

.text-heading p {
  font-size: 30px;
  color: #fff;
  font-family: 'gothamlight';
  line-height: normal;
  margin-bottom: 25px;
}

.text-heading span {
  font-size: 54px;
  font-family: 'gothambold';
  text-transform: uppercase;
}

.hashtag p {
  color: #fff;
  padding-top: 0;
  font-size: 12px;
  text-align: left;
  margin-bottom: 0;
}

.body-text p {
  text-align: left;
  font-size: 14px;
}

.yellow-color {
  color: #3bc6f3;
  border-bottom: 1px solid #3bc6f3;
  text-decoration: none;
}

.yellow-color:hover, .yellow-color:focus, .yellow-color:active {
  color: #3bc6f3;
}

.text-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
  padding-bottom: 2px;
  position: relative;
  margin-left: 38px;
  margin-bottom: 40px;
  display: inline-block;
}

.text-link::before {
  content: '';
  position: absolute;
  width: 30px;
  background-image: url(../../img/responsive-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: block;
  height: 30px;
  top: 0;
  left: -40px;
}

.text-link:hover {
  color: #ffffff;
}

p.support-devices {
  font-size: 11px;
  margin: 0px;
  margin-bottom: 5px;
}

p.support-devices span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 4px;
  margin-right: 5px;
}

.action-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.action-btn a.download-link {
  width: 100%;
  font-family: 'gothambook';
  font-size: 18px;
  margin-top: 5px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 10px 15px;
  display: flex;
  text-align: center;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  min-height: 55px;
}

.action-btn a.download-link p.link-text::before {
  content: '';
  position: absolute;
  width: 45px;
  background-image: url(../../img/android-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 32px;
  display: block;
  height: 36px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.action-btn a.download-link p.link-text {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-left: 40px;
}

.action-btn a.download-link p.link-text span {
  font-size: 10px;
}

.action-btn a.download-link p.link-text span.android-icon {
  position: absolute;
  left: 0;
}

.action-btn a.download-link.install-link {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}

.action-btn a.download-link.install-link p {
  padding-left: 40px;
}

.action-btn a.download-link.install-link p::before {
  content: '';
  position: absolute;
  width: 30px;
  background-image: url(../../img/responsive-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: block;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translate(0px, -50%);
}

.action-btn a.download-link:last-child {
  margin-right: 0;
}

.action-btn a.download-link .android-icon {
  background-image: url(../../img/android-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 35px;
  height: 35px;
  background-size: 100%;
  display: block;
  margin-right: 5px;
}

.action-btn a.download-link .ios-icon {
  background-image: url(../../img/apple-icon.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 35px;
  height: 35px;
  background-size: 100%;
  display: block;
  margin-right: 5px;
}

body {
  font-family: 'gothambook';
  margin: 0;
}


.p-relative {
  position: relative;
}

.container.install-app-info.policy-page {
  flex-direction: column;
  max-width: 768px;
}

.text-cont {
  width: 100%;
}

.text-cont p.small-text {
  font-size: 13px;

}

.install-app-info .text-cont h1 {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 15px 0 15px;
  align-items: center;

}
.install-app-info .text-cont h2 {
  font-size: 16px;
  padding: 0;
  align-items: center;
  color: #8f8f8f;
  margin: 10px 0 5px;

}
.install-app-info .text-cont h3 {
  font-size: 14px;
  padding: 0;
  margin: 10px 0 5px;
  color: #8f8f8f;
  align-items: center;

}
.install-app-info .text-cont h1::before {
  content: '';
    position: absolute;
    bottom: -5px;
    width: 30px;
    display: flex;
    border-bottom: 1px solid #fff;
}

.text-cont p {
  font-size: 12px;
  margin-bottom: 6px;
}

.text-cont ul li {
  font-size: 12px;
  padding-bottom: 4px;
}

.text-cont ul li p {
  margin-bottom: 0;
}

.text-cont a {
  color: #3bc6f3;
  font-size: 12px;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid #3bc6f3;
  
}

.terms-page .how-to-learn {
  min-width: 550px !important;
  max-width: 500px;
  margin: auto;
  position: absolute;
  top: 90px !important;
  left: 50%;
  transform: translate(-50%, 0) !important;
}

.terms-page .how-to-learn p {
  font-size: 12px;
}

.terms-page .how-to-learn p::before {
  display: none !important;
}

.terms-page .how-to-learn p span {
  text-indent: 0;
  font-size: 12px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 93%;
  line-height: 20px;
  margin: 10px 0 0 25px;
}

.terms-page .how-to-learn p span::before {
  content: '-';
  position: absolute;
  left: -15px;
  top: 4px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toast-msg .toast:not(.showing):not(.show) {
  opacity: 1 !important;
}

.toast-msg .toast-container {
  z-index: 1000;
}

.toast-msg .toast {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
}

.toast-msg .toast .toast-header {
  background: transparent;
}

.toast-msg .toast .toast-header h2 {
  font-size: 15px;
  margin-bottom: 0;
  color: #fff;
}

.toast-msg .toast .toast-body {
  padding-top: 0;
}

.toast-msg .toast .toast-body p {
  font-size: 12px;
  line-height: 15px;
}

.toast-msg .toast .toast-body .toast-button button {
  border-radius: 30px;
  padding: 5px 20px;
}

.toast-msg .toast .toast-body .toast-button button.yellow-btn {
  border: 1px solid #fcb614;
  color: #fcb614;
}

.toast-msg .toast .toast-body .toast-button button.yellow-btn:hover {
  background-color: #fcb614;
  color: #34435E;
}

.toast-msg .toast .toast-body .toast-button button.grey-btn {
  border: 1px solid #f6f6f6;
  color: #f6f6f6;
}

.toast-msg .toast .toast-body .toast-button button.grey-btn:hover {
  background-color: #f6f6f6;
  color: #34435E;
}

.terms-privacy-cookies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.terms-privacy-cookies .info-link-text a {
  color: #898989;
  font-size: 13px;
  text-decoration: none;
}

.terms-privacy-cookies .info-link-text a:hover {
  color: #3bc6f3;
  border-bottom: 1px solid #3bc6f3;
}

.terms-privacy-cookies .info-link-text span {
  color: #898989;
  font-size: 13px;
}

.install-app-info h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  font-size: 25px;
  position: relative;
  font-family: 'gothambook';
}

.install-app-info h1::before {
  content: '';
  position: absolute;
  bottom: 24px;
  width: 17%;
  display: flex;
  border-bottom: 1px solid #fff;
}

.install-app-info div.how-to-learn {
  min-width: 300px;
  max-width: 500px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -18%);
}

.install-app-info div.how-to-learn p {
  font-size: 14px;
  line-height: 1.75em;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #ffffff;
}

.install-app-info div.how-to-learn p a {
  color: #3bc6f3;
  border-bottom: 1px solid #3bc6f3;
  text-decoration: none;
}

.install-app-info div.how-to-learn p img {
  display: block;
  margin: auto;
}

.install-app-info div.how-to-learn p:before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  background-color: #34435E;
  text-align: center;
  line-height: 1.25em;
  color: #ffffff;
  font-size: 1em;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.install-app-info div.how-to-learn p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
  border-left: 0;
}

.install-app-info div.how-to-learn p:nth-child(odd):before {
  left: 100%;
  margin-left: -14px;
}

.install-app-info div.how-to-learn p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
  border-right: 0;
}

.install-app-info div.how-to-learn p:nth-child(even):before {
  right: 100%;
  margin-right: -14px;
}

.install-app-info div.how-to-learn p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.install-app-info div.how-to-learn p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media all and (max-width: 1024px) {
  .terms-page .how-to-learn {
    min-width: 90% !important;
  }
  .text-link {
    margin-bottom: 0;
  }
  .action-btn {
    flex-direction: column;
    position: relative;
    width: 100%;
  }
  .action-btn a.download-link {
    margin-right: 0;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
  }
  .left-section {
    text-align: center;
  }
  .left-section .mob-image {
    display: block;
    margin-top: 70px;
  }
  .right-section {
    display: none;
  }
  .hashtag {
    text-align: left;
    width: 100%;
  }
  .hashtag p {
    padding-top: 2rem;
    padding-bottom: 10px;
    text-align: center;
  }
  .left-section {
    align-items: center;
  }
  .container {
    position: relative;
  }
  .mob-image img {
    width: 80%;
  }
  .body-text button {
    margin-top: 10px;
  }
  .logo {
    padding: 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: RGBA(21, 21, 21, 0.95);
  }
  .logo img {
    width: 100px;
  }
  .logo.dspunt-logo img {
    width: 85px;
  }
  .body-text p {
    text-align: center;
  }
  .text-heading p {
    display: none;
  }
  .text-heading span {
    font-size: 30px;
    font-family: 'gothambold';
    text-transform: uppercase;
  }
}

@media all and (max-width: 1024px) and (min-width: 992px) {
  .left-section {
    width: 100%;
  }
}

@media all and (max-width: 1024px) and (min-width: 767px) {
  .mob-image img {
    width: 100%;
  }
}

@media all and (max-width: 360px) {
  .mob-image img {
    width: 60%;
  }
  .action-btn a.download-link {
    padding-top: 0;
    padding-bottom: 0px;
  }
}

@media all and (max-width: 767px) {
  .action-btn {
    flex-direction: column-reverse;
  }
  .container {
    height: auto;
  }
  .body-text p.support-devices {
    position: fixed;
    bottom: 65px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .body-text p.support-devices span {
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 0;
  }
  .left-section {
    align-items: center;
    justify-content: flex-start;
  }
  .mob-height-100 {
    height: 100%;
  }
  .left-section .mob-wrapper {
    margin-top: 110px;
  }
  .action-btn a.download-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 15px;
  }
  .action-btn a.download-link .link-text::before {
    content: '';
    position: absolute;
    width: 25px;
    background-image: url(../../img/android-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    display: block;
    height: 25px;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
  }
  .action-btn a.download-link.install-link {
    position: relative;
    padding-left: 0;
  }
  .action-btn a.download-link .android-icon {
    position: absolute;
    left: 12px;
    width: 26px;
    height: 26px;
  }
  .action-btn a.download-link.download-link.install-link p {
    margin: 0;
    padding-left: 45px !important;
  }
  .action-btn a.download-link.download-link.install-link p span {
    font-size: 10px;
  }
  .action-btn a.download-link.install-link p::before {
    content: '';
    position: absolute;
    width: 25px;
    background-image: url(../../img/responsive-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    display: block;
    height: 25px;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
  }
}

@media all and (max-width: 400px) {
  .action-btn a.download-link p.link-text::before {
    left: -10px;
  }
  .action-btn a.download-link .android-icon {
    position: absolute;
    left: -28px;
    width: 22px;
    height: 22px;
  }
  .action-btn a.download-link p {
    font-size: 16px;
    padding-left: 30px !important;
  }
  .action-btn a.download-link p span {
    font-size: 9px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (width: 667px) and (height: 375px) and (orientation: landscape) and (color: 8) and (device-aspect-ratio: 375 / 667) and (aspect-ratio: 667 / 375) and (device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2) {
  .left-section .mob-wrapper {
    height: calc(100% - 300px) !important;
  }
}

@media all and (max-width: 1024px) {
  div.how-to-learn {
    min-width: 300px;
    max-width: 500px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .install-app-info div.how-to-learn p img {
    width: 100%;
  }
  .install-app-info div.how-to-learn {
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    padding-bottom: 40px;
  }
  .navbar .container .back-btn a.btn-link {
    margin-left: 0;
  }
}

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  @media (max-width: 1024px) {
    .hashtag p {
      padding-top: 0.5rem;
    }
  }
}
