@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/gothamrounded-bold.woff2) format('woff2'),
    url(..//fonts/gothamrounded-bold.woff) format('woff');

}
@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/gothamrounded-book.woff2) format('woff2'),
    url(..//fonts/gothamrounded-book.woff) format('woff');
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  background: #fff;
}
.main-wrapper-relative {
  position: relative;
}
.bcgg {
  position: relative;
  bottom: 0px;
  z-index: 0;
  background: #FCFCFC;
  background: -webkit-linear-gradient(182deg, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: -moz-linear-gradient(182deg, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 100%);
  background: linear-gradient(182deg, rgba(252, 252, 252, 1) 0%, rgba(242, 242, 242, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FCFCFC", endColorstr="#F2F2F2", GradientType=0);
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-4px);
}
p {
  margin: 0;
  padding: 0;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
footer {
  width: 100%;
  background: linear-gradient(0deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  color: #ffffff;
  overflow: hidden;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  padding: 50px 0;
  position: absolute;
  bottom: 0;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
footer .footer-content > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
footer .logo-content img {
  height: 50px;
  margin-right: 10px;
  display: block;
}
footer .social-content {
  justify-content: center;
}
footer .social-content img {
  width: 30px;
  display: inline-block;
  position: relative;
  margin: 0 6px;
  transition: transform .2s ease-in;
}
footer .notice-content img {
  width: 40px;
  margin-right: 10px;
}
.hero-section {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 38vw;
  position: relative;
  background-position-x: center;
}
.spin {
  position: absolute;
  top: 15vh;
  z-index: 2;
  right: 64vw;
  max-width: 18vw;
  animation: 2s ease 0s 1 normal both running buttonMainAnim;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  70% {transform: scale(1.15);}
  100% {transform: scale(1);}
}
.spin2 {
  position: absolute;
  top: 12vh;
  z-index: 2;
  right: 11vw;
  max-width: 22vw;
  animation: 2s ease 0s 1 normal both running buttonMainAnim;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  70% {transform: scale(1.15);}
  100% {transform: scale(1);}
}
@keyframes slotAnim {
  0% {opacity:0;transform: scale(.5);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
  70% {opacity:1;transform: scale(1.1);filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {opacity:1;transform: scale(1);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
}
@keyframes slotPulse {
  0% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
  50% {filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
}
@keyframes coins1 {
  0% {transform: scale(.3);opacity: 0}
  8% {transform: scale(.9);opacity: 1}
  100% {transform: scale(1);opacity: 1}
}
.hero-content {
  width: auto;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  left: 12vw;
}
.hero-content .eye-text {
  animation: 1.5s ease 0s infinite normal both running buttonMainAnimInfinite !important;
  text-align: left;
  white-space: nowrap;
}
.hero-content h1 {
  font-family: 'Gotham Rounded Bold';
  color: white;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 58px;
}
.hero-content p {
  font-family: 'Gotham Rounded Book';
  font-size: 38px;
}
.how-to-play-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.how-to-play-block {
  background: #F4F4F6;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}
.how-to-play-block h2 {
  font-family: 'Gotham Rounded Bold';
  font-size: 28px;
  text-align: center;
  color: #2A2071;
  margin-bottom: 20px;
  margin-top: 0;
}
.how-to-play-block ul {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  font-size: 18px;
  padding-left: 20px;
}
.how-to-play-block ul li {
  margin-bottom: 5px;
}
.how-to-play-block ul li:last-child {
  margin-bottom: 0;
}
.more-info-wrapper {
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.more-info-wrapper:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background: #EBEBEC;
  z-index: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@keyframes buttonPulse {
  0% {transform: scale(1);}
  70% {transform: scale(1.05);}
  100% {transform: scale(1);}
}
.more-info {
  animation: 1s ease 0s infinite normal both running buttonPulse;
  text-align: center;
  font-family: 'Gotham Rounded Bold';
  display: inline-flex;
  background: white;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
  color: #2A2071;
  padding: 20px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.09);
}
.more-info img {
  max-width: 222px;
}
.stadions-wrapper {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  gap: 20px;
  align-items: start;
  position: relative;
}

.aside {
  background: white;
  padding: 15px;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.31);
  border-radius: 10px;
  max-width: 305px;
  gap: 8px;
  display: flex;
  flex-direction: column;
}
.aside-item {
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  border: 1px solid #CFCFCF;
  padding: 10px;
}
.aside-item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aside-item .title > div {
  display: flex;
  gap: 10px;
  font-family: 'Gotham Rounded Book';
  align-items: start;
  font-size: 18px;
  color: #2A2071;
}
.aside-item .title > div img {
  width: 22px;
}
.min-max {
  width: 100%;
  margin-top: 10px;
}
.numbers {
  width: 68px;
}
.badges-block {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.badge {
  display: flex;
  gap: 7px;
  font-family: 'Gotham Rounded Bold';
  padding: 4px 12px;
  align-items: center;
  background: #EBEBEC;
  border-radius: 30px;
}
.badge span {
  color: #C1C1C1;
  font-size: 14px;
}
.badge img {
  width: 7px;
}
.stadions {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex: 1 1 0;
}
.stadion-item {
  display: flex;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
}
.stadions .stadion-item:last-child {
  -webkit-mask-image: linear-gradient(to top,
  rgba(0,0,0,0) 0%,
  rgba(0,0,0,0.7) 100%);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to top,
  rgba(0,0,0,0) 0%,
  rgba(0,0,0,0.8) 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.stadion-item img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
}
.stadion-desc {
  padding: 20px 15px 20px 20px;
  color: #2A2071;
  flex: 1 1 0;
}
.stadion-desc h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Gotham Rounded Bold';
  font-size: 22px;
}
.stadion-desc h4 {
  font-family: 'Gotham Rounded Book';
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
.stadion-desc p {
  font-family: 'Gotham Rounded Book';
  margin-bottom: 0;
  font-size: 16px;
}
@keyframes buttonMainEye {
  0% {transform: scale(.4);}
  70% {transform: scale(1.08);}
  100% {transform: scale(1);}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1);}
  50% {transform: scale(1.08);}
  100% {transform: scale(1);}
}
.countdown-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
  bottom: 80px;
}
.countdown-bcg {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 160px;
}
.countdown-title {
  color: #E30613;
  font-size: 24px;
  padding: 20px 60px 0;
}

.mt-button {
  margin-top: 20px;
}
.button-custom {
  color: white !important;
  font-family: 'Gotham Rounded Bold';
  padding: 6px 12px;
  text-align: center;
  font-size: 24px;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  letter-spacing: 1px;
  z-index: 2;
}
.button-custom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: skewX(-13deg);
  border-radius: 4px;
  top: -1px;
  left: 0px;
  background: #E20413;
}

.loto-red-color {
  color: #E30613;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.steps-content {
  width: 100%;
  max-width: 1200px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  color: #26247B;
  padding-top: 40px;
  margin-bottom: 30px;
}
.trip-img {
  width: 100%;
  max-width: 210px;
}
.steps-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
}
.conditions {
  text-align: center;
  padding-top: 8px;
  line-height: 1;
  margin-bottom: 7px;
}
.conditions a {
  font-size: 14px;
  color: #2A2071;
  text-decoration: underline;
  font-family: 'Gotham Rounded Book';
}
.strong {
  font-family: "Gotham Rounded Bold";
}


.center-block {
  margin: 0 auto;
  text-align: center;
}
.red-button {
  color: #fff;
  padding: 8px 20px;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}
.red-button:before {
  content: '';
  background: #E30613;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: skewX(-13deg) translate(-50%, -50%);
  border-radius: 6px;
  top: 47%;
  left: 47%;
  transition: .3s all;
}
.red-button span {
  font-size: 32px;
  position: relative;
  z-index: 2;
  font-family: "Gotham Rounded Bold";
}
.inline-block {
  display: inline-block;
}
.faq-wrapper {
  background: #F3F3F3;
  padding-top: 50px;
}
.plane {
  position: absolute;
  width: 27vw;
  left: 55vw;
  top: 1vw;
  animation: 4s ease 0s 1 normal both running animPlane;
}

@keyframes animPlane {
  0% {top: 1vw;}
  100% {top: -10vw;transform: scale(1.4)}
}
.faq-content {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
  padding-bottom: 220px;
  color: #fff;
  font-family: 'Gotham Rounded Book';
  position: relative;
}
.faq-content h2 {
  font-family: "Gotham Rounded Bold";
  font-size: 40px;
  color: #26247B;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0;
}
.collapse-item {
  background: white;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  color: #26247B;
  overflow: hidden;
}
.collapse-item button {
  background: transparent;
  border: none;
  color: #26247B;
  font-family: 'Gotham Rounded Bold';
  width: 100%;
  text-align: left;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 0;
}
.collapse-active {
  background: #EBEBEC;
}
.collapse-item > div {
  max-height: 0;
  opacity: 0;
  font-family: 'Gotham Rounded Book';
  font-size: 16px;
  padding-left: 10px;
}
.collapse-anim {
  max-height: 500px !important;
  opacity: 1 !important;
  padding-top: 16px !important;
  transition: padding-top, max-height, opacity 0.3s ease-in !important;
}
.collapse-item > div a {
  font-family: 'Gotham Rounded Bold';
  text-decoration: underline;
  color: #26247B;
}
.collapse-item button:after {
  content: url(../images/arrow.svg);
  position: absolute;
  right: 0;
  top: 0;
  transition: .3s all;
}
.collapse-item.collapse-active button:after {
  transform: rotate(-180deg);
  transition: .2s all;
}
.collapse-item > div p {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.collapse-item > div p:last-child {
  margin-bottom: 0;
}

.anim-button {
  animation: 1s ease 0s infinite normal both running buttonPulse;
}



@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1400px) {
  .hero-content {
    left: 7vw;
  }
  .hero-content h1 {
    font-size: 46px;
  }
  .hero-content p {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .stadion-item img {
    max-width: 310px;
  }
  .stadion-desc p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1050px) {
  .stadion-item img {
    max-width: 240px;
    object-fit: cover;
  }
  .stadion-desc p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) {
  .stadion-desc p {
    font-size: 13px;
  }
  .aside-item .title > div {
    font-size: 14px;
  }
  .how-to-play-block {
    padding: 20px;
  }
  .how-to-play-block ul {
    font-size: 16px;
  }
  .hero-content {
    left: 3vw;
  }
  .aside-item .title > div {
    font-size: 16px;
  }
  .aside {
    max-width: 260px;
  }
  .badge span {
    font-size: 12px;
  }
  .stadion-desc h3 {
    font-size: 18px;
  }
  .stadion-desc h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 950px) {
}
@media only screen and (max-width: 900px) {
  .more-info {
    font-size: 22px;
  }
  .more-info img {
    max-width: 170px;
  }
  .stadion-item img {
    max-width: 190px;
  }
  .red-button span {
    font-size: 24px;
  }
  .steps-content h2 {
    font-size: 24px;
  }
  .hero-content h1 {
    font-size: 34px;
  }
  .hero-content p {
    font-size: 22px;
  }
  @keyframes coins1mobile {
    0% {transform: scale(.3);opacity: 0}
    8% {transform: scale(.9);opacity: 0.5}
    100% {transform: scale(1);opacity: 0.5}
  }
  .spin {
    max-width: 31vw;
    right: 68vw;
    top: 13vh;
  }
  .spin2 {
    top: 15vh;
    z-index: 2;
    right: 4vw;
    max-width: 29vw;
  }
}
@media only screen and (max-width: 868px) {
  .numbers {
    width: 54px;
  }
  .aside-item .title > div {
    font-size: 13px;
  }
  .badge span {
    font-size: 9px;
  }
  .aside {
    max-width: 225px;
  }
  .stadions {
    gap: 15px;
  }
  .stadion-item img {
    max-width: 160px;
  }
  .stadion-desc p {
    font-size: 12px;
  }

}


@media only screen and (max-width: 769px) {
  .stadion-item img {
    max-width: 130px;
  }
  .stadions-wrapper {
    gap: 15px;
  }
  .stadion-desc {
    padding: 10px 10px 10px 15px;
  }

}
@media only screen and (max-width: 767px) {
  .collapse-item button {
    font-size: 22px;
  }
  .collapse-item > div p {
    font-size: 18px;
  }
  .aside {
    max-width: 200px;
    padding: 8px;
  }
  .badges-block {
    gap: 6px;
  }
  .stadion-desc p {
    font-size: 11px;
  }
  .aside-item .title > div {
    font-size: 12px;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 19px;
  }
}

.only-mobile {
  display: none !important;
}
.only-pc {
  display: block !important;
}
.mobile-icon {
  display: none !important;
}
@media only screen and (max-width: 599px) {
  .collapse-item > div p {
    font-size: 16px;
  }
  .collapse-item {
    padding: 16px;
  }
  .collapse-item button {
    font-size: 18px;
  }
  .more-info {
    flex-direction: column;
  }
  .more-info {
    font-size: 28px;
    border-radius: 10px;
  }
  .more-info-wrapper {
    margin-bottom: 0;
    bottom: 60px;
  }
  .aside {
    max-width: 100%;
    padding: 20px;
  }
  .more-info img {
    max-width: 260px;
  }
  .aside-item .title > div {
    font-size: 28px;
  }
  .aside-item .title > div img {
    width: 30px;
  }
  .faq-wrapper {
    padding-top: 20px;
  }
  .numbers {
    width: 77px;
  }
  .badge span {
    font-size: 16px;
  }
  .badges-block {
    gap: 12px;
  }
  .stadion-item img {
    max-width: 100%;
    height: 250px;
  }
  .stadion-desc p {
    font-size: 16px;
  }
  .stadion-desc h3 {
    font-size: 30px;
  }
  .stadion-desc h4 {
    font-size: 24px;
  }
  .stadion-desc {
    padding: 20px 15px 20px 15px;
  }
  .stadions {
    width: 100%;
  }
  .stadion-item {
    flex-direction: column;
  }
  .stadions-wrapper {
    flex-direction: column;
  }
  .how-to-play-block {
    padding: 20px 10px;
  }
  .steps-content h2 {
    font-size: 22px;
  }
  .mobile-icon {
    display: block !important;
    position: absolute;
    z-index: 0;
  }
  .mobile-icon1 {
    top: -46px;
    left: 20px;
    width: 100px;
  }
  .mobile-icon2 {
    right: 0;
    top: -60px;
    width: 56px;
  }
  .mobile-icon3 {
    left: 0;
    bottom: 0;
    width: 70px;
  }

  .two-blocks {
    gap: 25px;
  }
  .only-mobile {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
  .collapse-item > div {
    padding-left: 0;
  }

  .hero-section {
    height: 93vw;
    background-image: url("../images/hero-mobile.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
  }
  .hero-content {
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
    top: 7%;
    width: auto;
  }
  .hero-content h1 {
    font-size: 42px;
  }
  .hero-content p {
    font-size: 28px;
  }
  .faq-content h2 {
    font-size: 35px;
  }

}
@media only screen and (max-width: 550px) {
  .spin2 {
    display: none;
  }
  .spin {
    right: 23vw;
    top: 24vh;
    max-width: 52vw;
  }
}
@media only screen and (max-width: 463px) {
  .more-info {
    font-size: 21px;
  }
  .more-info img {
    max-width: 180px;
  }
  .faq-content h2 {
    font-size: 28px;
  }
  .stadion-item img {
    height: 210px;
  }
  .aside-item .title > div {
    font-size: 22px;
  }
  .badge span {
    font-size: 14px;
  }
  .stadion-desc p {
    font-size: 15px;
  }
  .trip-img {
    max-width: 160[px];
  }
  .steps-content h2 {
    font-size: 18px;
  }
  .hero-content h1 {
    font-size: 35px;
  }
  .hero-content p {
    font-size: 23px;
  }
  .button-custom {
    font-size: 20px;
  }
  .spin {
    right: 15vw;
    top: 31vh;
    max-width: 68vw;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  h2 {
    font-size: 34px;
  }
  .countdown-content {
    width: 375px;
  }
}
@media only screen and (max-width: 424px) {
  .collapse-item {
    padding: 16px 8px;
  }
  .collapse-item button {
    font-size: 15px;
  }
  .collapse-item > div p {
    font-size: 14px;
  }
  .badge {
    padding: 5px 10px;
  }
  .badges-block {
    gap: 7px;
  }
  .badge span {
    font-size: 12px;
  }
  .stadion-desc h3 {
    font-size: 26px;
  }
  .stadion-desc h4 {
    font-size: 19px;
  }
  .stadion-desc p {
    font-size: 14px;
  }
  .spin {
    right: 17vw;
    top: 39vh;
    max-width: 64vw;
  }
}
@media only screen and (max-width: 391px) {
  .stadion-desc p {
    font-size: 13px;
  }
  .steps-content h2 {
    font-size: 17px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  .spin {
    right: 15vw;
    top: 46vh;
    max-width: 68vw;
  }
}
/*IPHONE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {

}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {

}

@media only screen and (min-width: 1919px) {
  .hero-content h1 {
    font-size: 70px;
  }
  .hero-content p {
    font-size: 46px;
  }
}
@media only screen and (min-width: 2259px) {
  .hero-content h1 {
    font-size: 80px;
  }
  .hero-content p {
    font-size: 53px;
  }
}
@media only screen and (min-width: 3839px) {

}
.mt-0 {
  margin-top: 0 !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
