@charset "UTF-8";
.content_9_index_first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 120px 0 60px;
  background-color: #060d15;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  font-family: Arial, serif;
}
.content_9_index_first > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_9_index_first .inner {
  width: calc(80% - 10px);
  margin: 0 auto;
  text-align: center;
}
.content_9_index_first h3 {
  padding: 0 0 0;
  font-size: 46px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}
.content_9_index_first h2 {
  padding: 0 0 24px;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}
.content_9_index_first .link a {
  display: inline-block;
  position: relative;
}
.content_9_index_first .link a:hover::before {
  right: -2px;
  bottom: -2px;
}
.content_9_index_first .link a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #cdf7ff transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_index_first .link span {
  display: inline-block;
  padding: 18px 64px 18px 32px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  --sin45: .70;
  border: 1px solid rgb(205, 247, 255);
  background-image: linear-gradient(-45deg, rgb(205, 247, 255) var(--gradient-size), transparent var(--gradient-size));
  --gradient-size: calc(25px* var(--sin45) - 1px* 0) !important;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_index_first .link span::after {
  content: "→";
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translate(0, -50%);
}
.content_9_index_first .link span:hover {
  color: #060d15;
  background-color: #cdf7ff;
}

.content_9_subscribe_wrapper {
  padding: 90px 0 120px;
  background-color: #3e79c2;
  background-repeat: no-repeat;
  background-position: 50% 40px;
  background-size: cover;
}
.content_9_subscribe_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_9_subscribe_block {
  display: grid;
  grid-template-columns: calc(40% - 24px) 60%;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.content_9_subscribe_block h2 {
  padding: 0 0 20px;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}
.content_9_subscribe_block p {
  padding: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.content_9_subscribe_block .link a {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  border-radius: 12px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_subscribe_block .link a:hover {
  transform: translate(0, -2px);
}

.content_9_age_18 {
  padding: 0 0 24px;
}
.content_9_age_18 span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 10px solid #f00;
  font-size: 32px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
}
.content_9_age_18 em {
  color: #f00;
}

.content_9_reviews_wrapper {
  padding: 90px 0;
  background-color: #060d15;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.content_9_reviews_wrapper::before {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 8% 0);
  position: absolute;
  left: calc(50% - 200px);
  bottom: calc(100% + 1px);
}
.content_9_reviews_wrapper::after {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: #060d15;
  clip-path: polygon(0 100%, 100% 100%, 92% 0, 8% 0);
  position: absolute;
  left: calc(50% - 200px);
  bottom: 100%;
}
.content_9_reviews_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_9_review_block {
  text-align: center;
}
.content_9_review_block h3 {
  padding: 0 0 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #29aae3;
}
.content_9_review_block h3 span {
  display: inline-block;
}
.content_9_review_block h3 span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.content_9_review_block h2 {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 36px;
  line-height: 1.33;
  color: #cdf7ff;
  letter-spacing: 1px;
}
.content_9_review_block .user {
  padding: 24px 0 0;
  position: relative;
}
.content_9_review_block .user::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #29aae3;
  position: absolute;
  left: calc(50% - 24px);
  top: 0;
}
.content_9_review_block p {
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 1.33;
  color: #cdf7ff;
}
.content_9_review_block h5 {
  font-size: 14px;
  line-height: 1.33;
  color: #29aae3;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content_9_uni_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 100px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}
.content_9_uni_head::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
.content_9_uni_head > div {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  position: relative;
}
.content_9_uni_head h1 {
  padding: 0 0 10px;
  font-size: 48px;
  line-height: 1.33;
  color: #cdf7ff;
  font-weight: 600;
  letter-spacing: 1px;
}
.content_9_uni_head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
.content_9_uni_head a {
  padding: 0 30px 0 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_uni_head a:hover {
  color: #cdf7ff;
}
.content_9_uni_head a::before {
  content: "-";
  color: #fff;
  position: absolute;
  right: 10px;
  top: -3px;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.content_9_about_second {
  padding: 90px 0 120px;
  background-color: #060d15;
  background-repeat: no-repeat;
  background-position: 50% 40px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.content_9_about_second::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 300px 300px;
  background: radial-gradient(circle at 50% 50%, rgba(41, 170, 227, 0.8), transparent 70%) no-repeat 100% 0;
  filter: blur(150px);
}
.content_9_about_second > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_9_about_articles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 32px;
}
.content_9_about_articles article {
  padding: 32px;
  position: relative;
}
.content_9_about_articles article::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(41% 0, 55% 8%, 100% 8%, 100% 100%, 13% 100%, 0 88%, 0 0);
  transform: scale(1.01);
}
.content_9_about_articles article::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #101a23;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(41% 0, 55% 8%, 100% 8%, 100% 100%, 13% 100%, 0 88%, 0 0);
}
.content_9_about_articles article > * {
  position: relative;
  z-index: 1;
}
.content_9_about_articles header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 24px;
  margin: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.content_9_about_articles h3 {
  font-size: 32px;
  line-height: 1.33;
  color: #cdf7ff;
}
.content_9_about_articles img {
  width: 48px;
}
.content_9_about_articles p {
  padding: 0 0 24px;
  font-size: 18px;
  line-height: 1.5;
  color: #cdf7ff;
}

.content_9_about_last {
  padding: 120px 0 90px;
  background-color: #ffffff;
  position: relative;
}
.content_9_about_last::after {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 9% 100%);
  position: absolute;
  left: calc(50% - 200px);
  top: -1px;
}
.content_9_about_last > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.content_9_about_content {
  display: grid;
  grid-template-columns: calc(40% - 24px) 60%;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px;
}
.content_9_about_content h3 {
  padding: 0 0 24px;
  font-size: 36px;
  font-weight: 600;
  color: #000000;
}
.content_9_about_content h3 span {
  display: inline-block;
}
.content_9_about_content h3 span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.content_9_about_content h2 {
  padding: 0 0 20px;
  font-size: 48px;
  line-height: 1.33;
  color: #060d15;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}
.content_9_about_content .text {
  font-size: 18px;
  line-height: 1.5;
  color: #060d15;
}
.content_9_about_content .text p {
  padding: 0 0 20px;
}

.content_9_contacts_wrapper {
  padding: 90px 0 90px;
  background-color: #ffffff;
  position: relative;
}
.content_9_contacts_wrapper::after {
  content: "";
  display: block;
  width: 400px;
  height: 32px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 9% 100%);
  position: absolute;
  left: calc(50% - 200px);
  top: -1px;
}
.content_9_contacts_wrapper > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 40px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_9_contacts_wrapper .text {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
}
.content_9_contacts_wrapper .text p {
  padding: 0 0 20px;
}
.content_9_contacts_wrapper .text ul {
  padding: 0 0 20px;
}
.content_9_contacts_wrapper .text ul li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.content_9_contacts_wrapper .text ul li::before {
  content: "";
  display: block;
  background-color: #29aae3;
  height: 6px;
  width: 6px;
  position: absolute;
  left: 4px;
  top: 9px;
  border-radius: 50%;
}
.content_9_contacts_wrapper h3 {
  padding: 0 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.content_9_contacts_wrapper h3 span {
  display: inline-block;
}
.content_9_contacts_wrapper h3 span::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  vertical-align: middle;
  margin: -2px 8px 0 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.content_9_contacts_wrapper h2 {
  padding: 0 0 48px;
  font-size: 36px;
  line-height: 1.33;
  color: #000000;
  letter-spacing: 1px;
}

.content_9_input_item {
  margin: 0 0 24px;
}
.content_9_input_item p {
  padding: 0 0 4px;
  font-size: 16px;
  line-height: 1.33;
  color: #000000;
}
.content_9_input_item p::after {
  content: "*";
  margin: 0 0 0 3px;
  color: #000000;
}
.content_9_input_item input {
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_input_item input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.content_9_input_item input:focus {
  border-color: #29aae3;
}
.content_9_input_item textarea {
  display: block;
  width: 100%;
  height: 100px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #000;
  background-color: #ffffff;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_input_item textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.content_9_input_item textarea:focus {
  border-color: #29aae3;
}

.content_9_form_button {
  text-align: center;
}
.content_9_form_button a, .content_9_form_button button {
  display: inline-block;
  position: relative;
}
.content_9_form_button a:hover::before, .content_9_form_button button:hover::before {
  right: -2px;
  bottom: -2px;
}
.content_9_form_button a::before, .content_9_form_button button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #000000;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_form_button span {
  display: inline-block;
  padding: 18px 64px 18px 32px;
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  --sin45: .70;
  border: 1px solid rgb(0, 0, 0, 0.8);
  background-image: linear-gradient(-45deg, rgb(205, 247, 255) var(--gradient-size), transparent var(--gradient-size));
  --gradient-size: calc(25px* var(--sin45) - 1px* 0) !important;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_form_button span::after {
  content: "→";
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translate(0, -50%);
}
.content_9_form_button span:hover {
  color: #060d15;
  background-color: #cdf7ff;
}

.content_9_checkbox {
  padding: 0 0 24px;
}
.content_9_checkbox label {
  display: block;
  padding: 0 0 0 32px;
  font-size: 14px;
  color: #cdf7ff;
  line-height: 1.33;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.content_9_checkbox em {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.content_9_checkbox em::before {
  content: "";
  display: block;
  width: 50%;
  height: 25%;
  border-left: 2px solid #cdf7ff;
  border-bottom: 2px solid #cdf7ff;
  position: absolute;
  left: 20%;
  top: 25%;
  opacity: 0;
  transform: scale(0.5) rotate(-45deg);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_checkbox input:checked + em::before {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
}

.content_9_games_wrapper {
  padding: 60px 0 90px;
  background-color: #060d15;
}
.content_9_games_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.content_9_games_wrapper h2 {
  padding: 0 0 32px;
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 1px #fff;
  color: #cdf7ff;
}

.content_9_games_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 32px;
}
.content_9_games_grid article {
  padding: 12px;
  background-color: #101a23;
  clip-path: polygon(60px 0, 100% 0, 100% calc(100% - 125px), calc(100% - 25px) calc(100% - 100px), calc(100% - 27px) calc(100% - 1px), 0 100%, 0 70px);
}
.content_9_games_grid .image {
  clip-path: polygon(55px 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 65px);
}
.content_9_games_grid img {
  width: 100%;
}
.content_9_games_grid .inner {
  padding: 24px 32px 32px;
  text-align: center;
}
.content_9_games_grid h3 {
  padding: 0 0 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #cdf7ff;
  letter-spacing: 1px;
}
.content_9_games_grid p {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.content_9_games_grid .link a {
  display: inline-block;
  position: relative;
}
.content_9_games_grid .link a:hover::before {
  right: -2px;
  bottom: -2px;
}
.content_9_games_grid .link a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #cdf7ff transparent;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_games_grid .link span {
  display: inline-block;
  padding: 18px 64px 18px 32px;
  color: #cdf7ff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  --sin45: .70;
  border: 1px solid rgb(205, 247, 255);
  background-image: linear-gradient(-45deg, rgb(205, 247, 255) var(--gradient-size), transparent var(--gradient-size));
  --gradient-size: calc(25px* var(--sin45) - 1px* 0) !important;
  background-repeat: no-repeat;
  clip-path: polygon(100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 0);
  position: relative;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.content_9_games_grid .link span::after {
  content: "→";
  font-size: 24px;
  position: absolute;
  right: 24px;
  top: 45%;
  transform: translate(0, -50%);
}
.content_9_games_grid .link span:hover {
  color: #060d15;
  background-color: #cdf7ff;
}

.content_9_game_wrapper {
  padding: 40px 0;
  background-color: #060d15;
}
.content_9_game_wrapper > div {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.content_9_game_wrapper h2 {
  padding: 20px 0 20px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
  color: #cdf7ff;
  letter-spacing: 1px;
}
.content_9_game_wrapper p {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}
.content_9_game_wrapper p:first-letter {
  font-size: 24px;
  color: #29aae3;
  font-weight: 600;
}

.content_9_uni_wrapper {
  padding: 60px 0;
  background: #ffffff;
}
.content_9_uni_wrapper > div {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}

.content_9_uni_text {
  padding: 0 0;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.75);
}
.content_9_uni_text p {
  padding: 0 0 20px;
}
.content_9_uni_text h3 {
  padding: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.content_9_uni_text strong {
  font-weight: 600;
}
.content_9_uni_text hr {
  height: 1px;
  margin: 0 0 20px;
  border: none;
  border-bottom: 1px dashed #29aae3;
}
.content_9_uni_text ul {
  padding: 0 0 20px;
}
.content_9_uni_text ul li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
}
.content_9_uni_text ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 12px;
  width: 6px;
  border-bottom: 3px solid #29aae3;
  border-right: 3px solid #29aae3;
  position: absolute;
  left: 0;
  top: 2px;
}
.content_9_uni_text ol {
  padding: 0 0 20px;
  counter-reset: my-awesome-counter;
}
.content_9_uni_text ol li {
  margin: 0 0 12px;
  padding: 0 0 0 20px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.content_9_uni_text ol li::before {
  content: counter(my-awesome-counter) ".";
  color: #29aae3;
  position: absolute;
  left: 0;
  top: 0;
}
.content_9_uni_text a {
  color: #000;
}

@media (min-width: 240px) and (max-width: 1023px) {
  .content_9_index_first {
    min-height: 1px;
    padding: 160px 0 60px;
  }
  .content_9_index_first h3 {
    font-size: 48px;
  }
  .content_9_index_first h2 {
    font-size: 48px;
  }
  .content_9_subscribe_wrapper {
    padding: 30px 0;
  }
  .content_9_subscribe_block {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .content_9_subscribe_block h2 {
    font-size: 32px;
  }
  .content_9_subscribe_block p {
    font-size: 16px;
  }
  .content_9_subscribe_block .link {
    text-align: center;
  }
  .content_9_age_18 span {
    margin: 0 auto;
  }
  .content_9_reviews_wrapper {
    padding: 40px 0;
  }
  .content_9_reviews_wrapper::before {
    width: 300px;
    left: calc(50% - 150px);
  }
  .content_9_reviews_wrapper::after {
    width: 300px;
    left: calc(50% - 150px);
  }
  .content_9_review_block h3 {
    padding: 0 0 20px;
  }
  .content_9_review_block h2 {
    font-size: 24px;
  }
  .content_9_uni_head {
    min-height: 1px;
    padding: 160px 0 40px;
  }
  .content_9_uni_head h1 {
    font-size: 36px;
  }
  .content_9_about_second {
    padding: 40px 0;
  }
  .content_9_about_articles {
    grid-template-columns: 1fr;
  }
  .content_9_about_articles h3 {
    font-size: 24px;
  }
  .content_9_about_articles p {
    font-size: 16px;
  }
  .content_9_about_last {
    padding: 90px 0 40px;
  }
  .content_9_about_content {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .content_9_about_content h2 {
    font-size: 36px;
  }
  .content_9_about_content .text {
    font-size: 16px;
  }
  .content_9_contacts_wrapper {
    padding: 40px 0;
  }
  .content_9_contacts_wrapper > div {
    grid-template-columns: 1fr;
  }
  .content_9_contacts_wrapper .text {
    font-size: 16px;
  }
  .content_9_contacts_wrapper h3 {
    padding: 0 0 8px;
  }
  .content_9_contacts_wrapper h2 {
    font-size: 32px;
  }
  .content_9_games_wrapper {
    padding: 40px 0;
  }
  .content_9_games_wrapper h2 {
    font-size: 32px;
  }
  .content_9_games_grid {
    grid-template-columns: 1fr;
  }
  .content_9_games_grid h3 {
    font-size: 21px;
  }
}

<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
  <title>Latest Lotto Results</title>
  <style>
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f4f4f4;
      padding: 20px;
    }
    .lotto-wrapper {
      max-width: 700px;
      margin: auto;
      background: #fff;
      padding: 24px;
      border-radius: 12px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    }
    .lotto-header {
      text-align: center;
      margin-bottom: 20px;
    }
    .draw-block {
      border-top: 1px solid #ddd;
      padding: 20px 0;
    }
    .draw-block:first-child {
      border-top: none;
    }
    .draw-date {
      font-size: 1.1rem;
      color: #333;
      font-weight: bold;
    }
    .jackpot {
      color: #d9534f;
      font-size: 0.95rem;
      margin-top: 4px;
    }
    .number-balls {
      margin-top: 12px;
    }
    .ball {
      display: inline-block;
      background-color: #007bff;
      color: #fff;
      font-weight: bold;
      font-size: 1rem;
      width: 38px;
      height: 38px;
      line-height: 38px;
      text-align: center;
      border-radius: 50%;
      margin: 5px;
    }
    .bonus-ball {
      background-color: #f0ad4e;
    }

    <html lang="en">
    <head>
      <meta charset="UTF-8" />
      <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
      <title>FAQ – AusGameLottox</title>
      <style>
        body {
          font-family: Arial, sans-serif;
          background: #f8f8f8;
          padding: 20px;
        }

        .faq-section {
          max-width: 800px;
          margin: auto;
          background: #ffffff;
          border-radius: 10px;
          padding: 30px;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        }

        .faq-title {
          text-align: center;
          font-size: 28px;
          color: #333;
          margin-bottom: 30px;
        }

        details {
          border-bottom: 1px solid #e0e0e0;
          padding: 15px 0;
        }

        summary {
          font-weight: bold;
          font-size: 18px;
          cursor: pointer;
          outline: none;
        }

        summary::-webkit-details-marker {
          display: none;
        }

        summary::after {
          content: '➕';
          float: right;
          font-size: 16px;
          color: #007BFF;
        }

        details[open] summary::after {
          content: '➖';
        }

        .faq-answer {
          margin-top: 10px;
          font-size: 16px;
          color: #555;
          line-height: 1.6;
        }

        <html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Why AusGameLottox?</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      background: #fff;
      padding: 20px;
      max-width: 900px;
      margin: auto;
    }
    h2 {
      text-align: center;
      color: #222;
      margin-bottom: 40px;
      font-size: 2em;
    }
    .why-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
    }
    .why-item {
      flex: 1 1 280px;
      background: #f7f7f7;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
      text-align: center;
    }
    .why-item img {
      width: 60px;
      height: 60px;
      margin-bottom: 20px;
      object-fit: contain;
    }
    .why-item h3 {
      font-size: 1.3em;
      margin-bottom: 15px;
      color: #007BFF;
    }
    .why-item p {
      font-size: 1em;
      color: #444;
      line-height: 1.5;
    }

    /* Responsive */
    @media (max-width: 650px) {
      .why-section {
        flex-direction: column;
        gap: 20px;
      }
      .why-item {
        flex: 1 1 100%;
      }
    }
