

/* BASE */
.icon {
    width: 50%;
}
@media (min-width: 765px) {
  .mobile_only {
    display: none !important;
  }
}
@media (max-width: 765px) {
  .desktop_only {
    display: none !important;
  }
}
@font-face {
  font-family: "brandon-grotesque-black";
  src: url("https://www.slots.lv/contents/newfont/brandon-grotesque-black.woff2");
}
@font-face {
  font-family: "brandon-grotesque-light";
  src: url("https://www.slots.lv/contents/newfont/brandon-grotesque-light-58a8a4b38001d.otf");
}
/* VARIABLES */
/* CLASSES */
.bold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.underlined {
  text-decoration: underline;
}

section.banner-section .banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.banner-section .banner-container a {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.banner-section .banner-container a img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

section.text-section div.cta-container,
section.features-section div.cta-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.text-section div.cta-container a.raf-cta,
section.features-section div.cta-container a.raf-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 256px;
  height: 60px;
  font-family: "brandon-grotesque-black", "lato", sans-serif;
  padding: 12px;
  border-radius: 28px/50%;
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  vertical-align: middle;
  background-color: #ce0458;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
section.text-section div.cta-container a.raf-cta:hover,
section.features-section div.cta-container a.raf-cta:hover {
  background-color: rgba(206, 4, 88, 0.8);
}

section.text-section {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1rem;
  background-color: #ffffff;
}
@media (max-width: 765px) {
  section.text-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 765px) {
  section.text-section {
    row-gap: 0.25rem;
  }
}
section.text-section h2 {
  font-family: "brandon-grotesque-black", "lato", sans-serif;
  color: #ce0458 !important;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
  line-height: 31px;
}
@media (max-width: 765px) {
  section.text-section h2 {
    font-size: 30px;
  }
}
@media (max-width: 765px) {
  section.text-section h2 {
    font-size: 20px;
    line-height: 21px;
  }
}
section.text-section p {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 765px) {
  section.text-section p {
    font-size: 15px;
    line-height: 17px;
  }
}

section.features-section {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  /* Skip column 1 for first 2 rows */
}
@media (max-width: 765px) {
  section.features-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
section.features-section .grid-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr); /* 4 equal columns */
  grid-template-rows: repeat(7, 60px); /* 8 rows with fixed height */
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media (max-width: 765px) {
  section.features-section .grid-container {
    grid-template-columns: 0.8fr repeat(3, 1fr); /* 4 equal columns */
  }
}
section.features-section .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.features-section .grid-item.logo img {
  padding: 5px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}
section.features-section .grid-item.text {
  font-size: 25px;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: center;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 765px) {
  section.features-section .grid-item.text {
    font-size: 15px;
    line-height: 17px;
  }
}
@media (max-width: 765px) {
  section.features-section .grid-item.text {
    font-size: 11px;
    line-height: 11px;
  }
}
section.features-section .grid-item.cta-container a.raf-cta {
  min-width: 0px;
  max-height: 32px;
  padding: 4px 12px;
  border-radius: 16px/50%;
  font-size: 15px;
}
@media (max-width: 765px) {
  section.features-section .grid-item.cta-container a.raf-cta {
    font-size: 11px;
    max-height: 38px;
  }
}
section.features-section .grid-container div:nth-child(1) {
  grid-column-start: 2;
}
section.features-section .grid-container div:nth-child(4) {
  grid-column-start: 2;
}
section.features-section .grid-container div:nth-child(4n),
section.features-section .grid-container div:nth-child(4n+5) {
  border-right: 2px solid #ccc;
}

.modal-overlay:not(.dark-overlay) .modal-body {
  padding: 0px;
}/*# sourceMappingURL=styles.css.map */

