* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.ttf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.ttf');
	font-style: normal;
	font-weight: 600;
}

body {
	background: linear-gradient(218deg, #091E0C 0%, #0D250F 8.22%, #041105 29.66%, #031004 33.55%, #0F2811 67.93%, #031104 89.18%, #021404 100%);
	font-size: 1em;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	
}

.wrapper {
	width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 980px;
}

ul,
ol {
	list-style-position: inside;
}
 .content table th{
   padding-bottom: 10px;
 }
a {
	text-decoration: none;
}

header {
	background: #0c1f12;
	position: sticky;
	top: 0;
	width: 100%;
	max-width:100%;
	padding: 15px 0px;
	
}

.top {
	padding:0 15px;
	margin:0 auto;
	max-width: 1210px;
	text-align:center;
}

header .top img {
	width: 150px;
	height: auto;
}
.top ul {
	list-style: none;
	display: block;
	width: 100%;
	max-width:1230px;
	margin: 15px auto 0;
}

.top ul li {
	display: inline-block;
	width: calc(50% - 10px);
	box-sizing: border-box;
}

.top ul li:nth-child(2) {
	margin-left: 15px;
}

.slt-btn {
	border-radius: 10px;
	color: #fff;
	font-weight:700;
	display:block;
	text-align: center;
	font-size: 16px;
	padding:15px;
}

.slt-btn-grey {
	background: #3ba745;

}



.slt-btn-purple {
	background: #354539;
}

main {
	
	margin-top: 20px;
}

.banner .wrap {
	
	max-width: 1140px;
	padding: 80px 40px 0;
	border-radius: 20px;
	color: #fff;
	background: rgba(14, 33, 22, 0.7);
	background-image: url(/riosept.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 400px;
	margin:30px auto;
	font-weight: 700;
	text-transform: uppercase;
	height: 270px;

}
.banner-subtitle {color:#00fff0;}
.banner-title {
	font-size: 24px;
	padding: 15px 0;
	max-width:400px;
}

.banner .wrap a {
	background: #3ba745;
	border-radius: 10px;
	color: #fff;
	text-align:center;
	margin-top: 30px;
	width: 200px;
	display:block;
padding:15px;
	
}

@media (max-width:1260px) {
.banner .wrap {max-width:100%;margin:0 0 30px;border-radius:0;}

}
@media (max-width:870px) {
.banner-title {font-size: 20px;}
}
@media (max-width:767px) {
.banner .wrap {background-position: center top;padding:290px 0 0;height:auto;text-align:center;}
.bgwrap {background:#102918;padding:30px 15px;}
.banner .wrap a {margin:30px auto 0;}
.banner-title {max-width:100%;}
}
.content {
	background: rgba(14, 33, 22, 0.7);
	border-radius: 20px;
	margin:0 auto;
	padding: 20px;
	max-width: 1180px;
}

.content h1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.content h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.content p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.content table {
	font-size: 14px;
	line-height: 18px;
	border-collapse: collapse;
	margin: 0 auto 20px auto;
	width: 100%;
}

.content img {
	width: 100%;
	max-width: 600px;
	display: block;
	margin: auto;
}

.content table td {
	border: 1px solid rgba(255,255,255, 0.1);
	padding: 10px 5px;
}

.content table thead td {
	font-weight: 600;
	text-align: center;
}

.content ol {
	list-style-position: inside;
	margin-bottom: 20px;
}

.content ul {
	list-style-position: inside;
	margin-bottom: 20px;
}

.content ol li {
	font-size: 14px;
	line-height: 18px;
}

.content ul li {
	font-size: 14px;
	line-height: 18px;
}

.content blockquote {
	font-size: 14px;
	line-height: 18px;
	color: #5600f5;
	font-style: italic;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	margin-bottom: 20px;
}

.content figcaption {
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
	font-style: italic;
	margin-top: 5px;
}

footer {
	background: #0c1f12;

	
	padding: 20px;

	margin: 30px 0 0;
}

footer ul {
	list-style: none;
	display: block;
	width: 100%;
	max-width:1230px;
	
	margin:15px auto 0;
	display: flex;
	justify-content: space-between;
}

footer ul li {
	width: 49.7%;
}

.brands {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid rgba(255,255,255,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	margin: 20px auto;
	padding: 20px 0;
}

.brands img {
	margin: 0 24px;filter: opacity(50%) invert(100%);
}

.footer-logo {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	font-size:13px;
}

.footer-logo img {
	width: 150px;
  height: auto;
	margin-bottom: 10px;
}

@media (max-width:1260px) {
.banner .wrap {max-width:100%;margin:0 0 30px;border-radius:0;}

}
@media (max-width:870px) {
.banner-title {font-size: 20px;}
}
@media (max-width:767px) {
.banner .wrap {background-position: center top;padding:290px 0 0;height:auto;text-align:center;}
.bgwrap {background:#102918;padding:30px 15px;}
.banner .wrap a {margin:30px auto 0;}
}
@media (max-width:380px) {
.top ul li {display: block;
  width: 100%;}
  .top ul li:nth-child(2) {
	margin-left: 0;margin-top:15px;
}
}


.wpshop-event {
  --wpshop-event-color-bg: #111;
  --wpshop-event-color-text: #fff;
  --wpshop-event-border-radius: 8px;
  --wpshop-event-width: 200px;
  --wpshop-event-height: 100px;
  --wpshop-event-cta-bg: #ffcc00;
  --wpshop-event-cta-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: var(--wpshop-event-width);
  height: var(--wpshop-event-height);
  bottom: 20px;
  right: 30px;
  color: var(--wpshop-event-color-text);
  background: var(--wpshop-event-color-bg);
  border-radius: var(--wpshop-event-border-radius);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  word-break: break-word;
  overflow-wrap: break-word;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 999999;
  transition: all 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.wpshop-event *, .wpshop-event *:before, .wpshop-event *:after {
  box-sizing: border-box;
}

.wpshop-event:hover {
  transform: scale(1.05);
}
.wpshop-event:hover .wpshop-event__cta {
  background-color: #27ae60;
  color: #fff;
}

.wpshop-event.hide {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

.wpshop-event__close {
  position: absolute;
  top: -32px;
  right: 0;
  color: #000;
  font-size: 24px;
  opacity: 0.3;
  cursor: pointer;
}

/* .wpshop-event__close:hover {
	opacity: .5;
} */
.wpshop-event__header {
  font-weight: 800;
  font-size: 1.1em;
}

.wpshop-event__text p {
  margin: 5px 0;
}

.wpshop-event__cta {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 10px 15px;
  text-align: center;
  font-weight: 600;
  background: var(--wpshop-event-cta-bg);
  color: var(--wpshop-event-cta-color);
  border-radius: 4px;
  transition: all 0.2s;
}

.wpshop-event--expert-review-april {
  width: 180px;
  height: 310px;
  padding: 20px 10px;
  background-image: linear-gradient(#41b23b, #0a1f0c);
  box-shadow: 0 0 30px 2px rgba(2, 26, 37, 0.3);
  right: 40px;
}

.wpshop-event--expert-review-april .wpshop-event__decor {
  z-index: -3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wpshop-event--expert-review-april .wpshop-event__header {
  overflow: hidden;
  width: 136px;
  height: 136px;
  color: #3c3744;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-indent: 1000px;
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #115417 url(/riobet.svg) 50% 50% no-repeat;
  background-size: 68% auto;
  border-radius: 50%;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpshop-event--expert-review-april .wpshop-event__header-svg {
  position: absolute;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: wpshop-event-text-rotate 14s linear infinite;
  animation: wpshop-event-text-rotate 14s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
  display: inline-block;
  fill: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #333;
}

.wpshop-event--expert-review-april .wpshop-event__text {
  margin-top: 40px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wpshop-event--expert-review-april .wpshop-event__text p {
  margin: 0;
}

.wpshop-event--expert-review-april .wpshop-event__text span {
  font-size: 48px;
  font-weight: 800;
  line-height: 0.9;
}

.wpshop-event--expert-review-april .wpshop-event__text strong {
  font-size: 24px;
  font-weight: 800;
}

.wpshop-event--expert-review-april .wpshop-event__cta {
  background: #02a2f0 url(/tg3.png) no-repeat 94% center;
  background-size:33px;
  color: #fff;
  padding: 16px 10px 16px 15px;
  box-shadow: 1px 2px 16px 1px rgba(0, 0, 0, 0.3);
  width: 125%;
  text-shadow:2px 2px 2px rgba(0,0,0,0.5);
  text-align:left;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
}
.wpshop-event__cta span {color:#ffc96c;}
.wpshop-event--expert-review-april .wpshop-event__cta:before {
  position: absolute;
  inset: 0;
  content: "";
}

.wpshop-event--expert-review-april .wpshop-event__cta::after {
  content: "";
  width: 40px;
  height: 100%;
  transform: skewX(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(244, 196, 66, 0.1), rgba(255, 255, 255, 0.2));
  animation: wpshop-event-btn-blick 2s linear infinite;
}

.wpshop-event--expert-review-april .wpshop-event__cta:hover::after {
  animation: none;
}

.wpshop-event--expert-review-april .wpshop-event__link {
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 767px) {
.wpshop-event--expert-review-april .wpshop-event__cta {

  bottom: 10px;

}
  .wpshop-event--expert-review-april {
    width: 180px;
    height: 266px;
    padding: 20px 10px;
    right: 40px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    width: 116px;
    height: 116px;
    top: -48px;
  }
  .wpshop-event--expert-review-april .wpshop-event__svg-circle-text {
    font-size: 10px;
  }
  .wpshop-event--expert-review-april #wpshop-event-expert-review-april-svg-circle {
    transform: scale(0.85);
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 40px;
  }

}
@media screen and (max-width: 575px) {
  .wpshop-event--expert-review-april {
    width: 270px;
    height: 170px;
    right: 22px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.12;
    height: 100%;
    overflow: hidden;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -14px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    margin-top: -60px;
    width: 100%;
    font-size: 14px;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    gap: 3px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    flex-shrink: 0;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 60%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {
    width: 93%;
    bottom: 10px;
	padding: 16px 10px 16px 25px;
   
  }
}
@media screen and (max-width: 400px) {
  .wpshop-event--expert-review-april {
    width: 240px;
    height: 150px;
    padding: 4px 8px;
  }
  .wpshop-event--expert-review-april .wpshop-event__decor {
    opacity: 0.08;
    height: 115%;
    top: -20px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header {
    left: 65px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__header-svg {
    left: 8px;
    top: -36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text {
    font-size: 12px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text span {
    font-size: 36px;
  }
  .wpshop-event--expert-review-april .wpshop-event__text p {
    max-width: 53%;
    width: 100%;
  }
  .wpshop-event--expert-review-april .wpshop-event__cta {

	padding: 16px 10px 16px 13px;
   
  }
}
@-webkit-keyframes wpshop-event-text-rotate {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-text-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes wpshop-event-btn-blick {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@media (max-width:575px) {
.scrolling .wpshop-event--expert-review-april .wpshop-event__decor, .scrolling .wpshop-event--expert-review-april .wpshop-event__header, .scrolling .wpshop-event__header-svg,
.scrolling .wpshop-event__text {display:none;}
.scrolling .wpshop-event--expert-review-april {background:#02a2f0 ;box-shadow: none;height:auto;width:100%;right:auto;left:0;border-radius:0;padding:15px 15px 1px;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta {position:static;width:230px;padding: 10px;box-shadow:none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__link {display:block;}
.scrolling .wpshop-event {bottom:0;padding: 10px 15px 10px;display: flex;}
.scrolling .wpshop-event:hover {transform: none;}
.scrolling .wpshop-event--expert-review-april .wpshop-event__cta::after {display:none;}
.scrolling .wpshop-event.hide {transform: none;}
.wpshop-event:hover .wpshop-event__cta {background-color: #02a2f0;}
.wpshop-event {display:none;}
}