@import url(https://fonts.googleapis.com/css?family=Kaushan+Script:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #c8f9a4 !important;
}
.bg-info {
  background-color: #350370 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #820000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #350370 !important;
  border-color: #350370 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #120125 !important;
  border-color: #120125 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #120125 !important;
  border-color: #120125 !important;
}
.btn-success,
.btn-success:active {
  background-color: #c8f9a4 !important;
  border-color: #c8f9a4 !important;
  color: #44940a !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #44940a !important;
  background-color: #9df45c !important;
  border-color: #9df45c !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #44940a !important;
  background-color: #9df45c !important;
  border-color: #9df45c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #820000 !important;
  border-color: #820000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #350000 !important;
  border-color: #350000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #350000 !important;
  border-color: #350000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #06000d;
  color: #06000d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #350370;
  border-color: #350370;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #350370 !important;
  border-color: #350370 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #8ef344;
  color: #8ef344;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #44940a;
  background-color: #c8f9a4;
  border-color: #c8f9a4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #44940a !important;
  background-color: #c8f9a4 !important;
  border-color: #c8f9a4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #1c0000;
  color: #1c0000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #820000;
  border-color: #820000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #820000 !important;
  border-color: #820000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #c8f9a4 !important;
}
.text-info {
  color: #350370 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #820000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8ef344 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #06000d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1c0000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #350370;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #820000;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7006ec;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff0202;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ffffff;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ffffff;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qZPeB2twtB {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPeB2twtB .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPeB2twtB .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPeB2twtB .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPeB2twtB .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPeB2twtB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPoj5KkxK {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPoj5KkxK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPoj5KkxK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPoj5KkxK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPoj5KkxK .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPoj5KkxK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPoQw5wzy {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPoQw5wzy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPoQw5wzy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPoQw5wzy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPoQw5wzy .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPoQw5wzy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPq3bWGRX {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPq3bWGRX .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPq3bWGRX .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPq3bWGRX .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPq3bWGRX .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPq3bWGRX .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPt7qMqbD {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPt7qMqbD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPt7qMqbD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPt7qMqbD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPt7qMqbD .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPt7qMqbD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPtfCMASc {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPtfCMASc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPtfCMASc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPtfCMASc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPtfCMASc .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPtfCMASc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPtkq3Kji {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPtkq3Kji .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPtkq3Kji .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPtkq3Kji .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPtkq3Kji .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPtkq3Kji .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPtnnzv4o {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPtnnzv4o .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPtnnzv4o .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPtnnzv4o .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPtnnzv4o .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPtnnzv4o .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPIQAz9wG {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPIQAz9wG .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPIQAz9wG .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPIQAz9wG .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPIQAz9wG .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPIQAz9wG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPIURX3rj {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPIURX3rj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPIURX3rj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPIURX3rj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPIURX3rj .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPIURX3rj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPIYXJsAf {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPIYXJsAf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPIYXJsAf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPIYXJsAf .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPIYXJsAf .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPIYXJsAf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPJ3KkCIH {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPJ3KkCIH .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPJ3KkCIH .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPJ3KkCIH .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPJ3KkCIH .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPJ3KkCIH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPJIRSlB1 {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPJIRSlB1 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPJIRSlB1 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPJIRSlB1 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPJIRSlB1 .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPJIRSlB1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPJR4mVgG {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPJR4mVgG .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPJR4mVgG .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPJR4mVgG .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPJR4mVgG .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPJR4mVgG .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPMVnGr5r {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPMVnGr5r .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPMVnGr5r .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPMVnGr5r .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPMVnGr5r .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPMVnGr5r .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qZPN5RGk2i {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-qZPN5RGk2i .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-qZPN5RGk2i .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-qZPN5RGk2i .mbr-figure img {
    width: 100% !important;
  }
}
.cid-qZPN5RGk2i .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-qZPN5RGk2i .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r009UYn5cL {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r009UYn5cL .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r009UYn5cL .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r009UYn5cL .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r009UYn5cL .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r009UYn5cL .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00afW6voy {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00afW6voy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00afW6voy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00afW6voy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00afW6voy .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00afW6voy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00aY3Q1UF {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00aY3Q1UF .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00aY3Q1UF .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00aY3Q1UF .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00aY3Q1UF .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00aY3Q1UF .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00b2M9qBj {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00b2M9qBj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00b2M9qBj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00b2M9qBj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00b2M9qBj .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00b2M9qBj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00fkrdDgp {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00fkrdDgp .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00fkrdDgp .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00fkrdDgp .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00fkrdDgp .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00fkrdDgp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00fNAEKpe {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00fNAEKpe .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00fNAEKpe .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00fNAEKpe .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00fNAEKpe .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00fNAEKpe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00graNqln {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00graNqln .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00graNqln .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00graNqln .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00graNqln .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00graNqln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00h05F3m1 {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00h05F3m1 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00h05F3m1 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00h05F3m1 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00h05F3m1 .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00h05F3m1 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00JKJqH6t {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00JKJqH6t .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00JKJqH6t .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00JKJqH6t .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00JKJqH6t .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00JKJqH6t .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00KSki9Fy {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00KSki9Fy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00KSki9Fy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00KSki9Fy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00KSki9Fy .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00KSki9Fy .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00LsFy0Sc {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00LsFy0Sc .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00LsFy0Sc .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00LsFy0Sc .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00LsFy0Sc .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00LsFy0Sc .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r00LXT7VKK {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r00LXT7VKK .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r00LXT7VKK .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r00LXT7VKK .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r00LXT7VKK .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r00LXT7VKK .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r064BsYf2f {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r064BsYf2f .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r064BsYf2f .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r064BsYf2f .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r064BsYf2f .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r064BsYf2f .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06593OaKi {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06593OaKi .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06593OaKi .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06593OaKi .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06593OaKi .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06593OaKi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r065ErhWEj {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r065ErhWEj .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r065ErhWEj .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r065ErhWEj .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r065ErhWEj .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r065ErhWEj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r0668pWDGl {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r0668pWDGl .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r0668pWDGl .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r0668pWDGl .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r0668pWDGl .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r0668pWDGl .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r067oErYi7 {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r067oErYi7 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r067oErYi7 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r067oErYi7 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r067oErYi7 .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r067oErYi7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r067VF5b36 {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r067VF5b36 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r067VF5b36 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r067VF5b36 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r067VF5b36 .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r067VF5b36 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r068qutzJa {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r068qutzJa .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r068qutzJa .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r068qutzJa .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r068qutzJa .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r068qutzJa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r0691OdDIC {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r0691OdDIC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r0691OdDIC .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r0691OdDIC .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r0691OdDIC .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r0691OdDIC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06a2up9R9 {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06a2up9R9 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06a2up9R9 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06a2up9R9 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06a2up9R9 .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06a2up9R9 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06az2wuZf {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06az2wuZf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06az2wuZf .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06az2wuZf .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06az2wuZf .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06az2wuZf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06b9Py4Lb {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06b9Py4Lb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06b9Py4Lb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06b9Py4Lb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06b9Py4Lb .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06b9Py4Lb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06bRz8hOZ {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06bRz8hOZ .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06bRz8hOZ .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06bRz8hOZ .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06bRz8hOZ .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06bRz8hOZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06dgd4feD {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06dgd4feD .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06dgd4feD .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06dgd4feD .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06dgd4feD .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06dgd4feD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06dKizKYd {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06dKizKYd .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06dKizKYd .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06dKizKYd .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06dKizKYd .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06dKizKYd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06eiiy7cb {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06eiiy7cb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06eiiy7cb .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06eiiy7cb .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06eiiy7cb .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06eiiy7cb .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06eMSiBYz {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06eMSiBYz .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06eMSiBYz .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06eMSiBYz .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06eMSiBYz .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06eMSiBYz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06gF3Y01G {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06gF3Y01G .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06gF3Y01G .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06gF3Y01G .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06gF3Y01G .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06gF3Y01G .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06h3lnOSH {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06h3lnOSH .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06h3lnOSH .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06h3lnOSH .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06h3lnOSH .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06h3lnOSH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06hMZmm4E {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06hMZmm4E .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06hMZmm4E .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06hMZmm4E .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06hMZmm4E .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06hMZmm4E .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06lwsVyri {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06lwsVyri .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06lwsVyri .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06lwsVyri .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06lwsVyri .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06lwsVyri .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06mk9uD7d {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06mk9uD7d .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06mk9uD7d .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06mk9uD7d .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06mk9uD7d .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06mk9uD7d .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06seaW4Rp {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06seaW4Rp .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06seaW4Rp .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06seaW4Rp .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06seaW4Rp .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06seaW4Rp .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06sJmi8X7 {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06sJmi8X7 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06sJmi8X7 .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06sJmi8X7 .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06sJmi8X7 .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06sJmi8X7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-r06hpOyAYe {
  background-image: url("../../../assets/images/gaming-background-4-1920x1080.jpg");
  text-shadow: 2px 2px 5px #000000;
}
.cid-r06hpOyAYe .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-r06hpOyAYe .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-r06hpOyAYe .mbr-figure img {
    width: 100% !important;
  }
}
.cid-r06hpOyAYe .btn {
  padding: 0.4rem 1.5rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.7);
  border-radius: 10px 10px 10px 10px;
  display: inline-flex;
  align-items: center;
}
.cid-r06hpOyAYe .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-spNIADwfYI {
  padding-top: 135px;
  padding-bottom: 135px;
}
.cid-spNIADwfYI .mbr-text {
  color: #767676;
}
.cid-spNIADwfYI .card-subtitle {
  margin: 0;
}
.cid-spNIADwfYI .link {
  margin: 0;
}
.cid-spNIADwfYI .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-spNIADwfYI .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-spNIADwfYI img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-spNIADwfYI .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-spNIADwfYI .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-spNIADwfYI .card-img:hover:before {
  opacity: 0.4;
}
.cid-spNIADwfYI .card-img:hover img {
  transform: scale(1.05);
}
.cid-spNIADwfYI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-spNIADwfYI .card {
    margin-bottom: 3rem;
  }
}
