body {
	background: #fff!important;
    font-family: 'Montserrat', sans-serif!important;
}

main h1, main h2, main h3, main h4, main h5, main h6, main span, main p, main a, main li, main td {
    color: #141c4a !important;
}

	.updated-date {
		background: #11173b;
		margin: 30px auto;
		border-radius: 10px;
		border-left: 5px solid #ff2c87;
		font-weight: 700;
		font-size: 20px;
		text-transform: uppercase;
		padding: 18px 30px;
		
	}
    
    .updated-date span {
    	color: #fff!important;
    }

.table-style1 {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.table-style1 th,
.table-style1 td {
  border: 1px solid #ddd!important;
  padding: 12px;
  text-align: left;
}

.table-style1 th {
  background-color: #f5f5f5;
  font-weight: bold;
}

.table-style1 tr:nth-child(even) {
  background-color: #fafafa;
}

      .faq-item .question p {
        font-weight: 400!important;
        font-size: 16px!important;
        line-height: 25px!important;
        margin: 5px 0!important;
      }

      .faq__items {
        margin: 30px auto;
      }
      
      .faq__items p:empty {
      	display: none;
      }

      .faq-item {
        background: #ffffff;
        margin-bottom: 10px;
        overflow: hidden;
        border: 1px solid #D4D4D4;
      }

      .question {
        display: flex;
        align-items: center;
        padding: 10px 5px;
        font-weight: bold;
        color: #4c455f;
        gap: 10px;
        cursor: pointer;
      }

      .collapse-block__caret {
        width: 22px;
        height: 22px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        transition: transform 0.1s ease;
        background-image: url(/wp-content/uploads/2026/05/arrow.svg);
        border-radius: 20px;
      }

      .faq-item.open .collapse-block__caret {
        transform: rotate(-90deg);
      }

      .answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.8s ease, padding 0.8s ease;
        padding: 0 1%;
        font-size: 15px;
        color: #4c455f;
        background: #ffffff;
      }
      
      .faq-item.open .answer {
  padding: 13px 1%;
}

      .faq-item.open .answer p {
        margin: 0;
        font-size: 16px;
      }

      @media (max-width: 768px) {
        .question {
          padding: 5px 15px;
        }

        .faq-item .question p {
          font-size: 16px;
        }

        .collapse-block__caret {
          width: 20px;
          height: 20px;
        }

        .faq-item.open .answer {
          padding: 5px 15px;
        }
      }

body p:empty {
	display: none!important;
}

main .gratogana-be .btn {
	background: #ff2c87;
}

main .gratogana-be .btn:hover {
	background: #ff4e92;
}

.header_banner__text {
    font-family: 'Inter', sans-serif;
}

.header-bg-title {
    text-transform: uppercase;
    font-size: 30px !important;
    font-weight: 900;
    text-shadow: 2px 2px 4px #000000, 0 0 15px #000;
    color: #fff !important;
}

.header_banner__text_top {
    font-size: 115px !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-style: italic;
    background: linear-gradient(180deg, #FFEC60 0%, #FFE100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    color: #fff0;
    filter: drop-shadow(0 2px 2.7px #000000) drop-shadow(2px 2px 2.9px #000000);
}

.header_banner__text_main p {
    color: #fff !important;
    font-size: 30px;
    text-shadow: 2px 2px 4px #000000, 0 0 15px #000;
    font-weight: 900 !important;
    text-transform: uppercase;
}

.header_banner__text .btn {
    animation: banner-button-pulse 1.9s infinite;
    background: linear-gradient(180deg, #FF575A 0%, #9D0092 100%) !important;
    padding: 12px 42px !important;
    font-size: 22px !important;
    border-radius: 20px !important;
    display: flex !important;
    flex-direction: column;
    max-width: fit-content;
    color: #000 !important;
}

.button-main-text {
    font-size: 24px;
    font-weight: 900;
    line-height: 160%;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .2), 0 0 15px rgb(0 0 0 / .1);
    color: #fff !important;
}

.button-descr-text {
    color: #fff !important;
    opacity: .8;
    text-transform: none;
    line-height: 160%;
    font-weight: 500;
    font-size: 14px;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .2), 0 0 15px rgb(0 0 0 / .1);
}

@media (min-width: 1110px) {
    .header_banner__text {
        padding-left: 100px;
    }
}

@media (max-width: 767px) {
    .header-bg-title {
        font-size: 18px !important;
    }
    .header_banner__text_top {
        font-size: 40px !important;
    }
    .header_banner__text_main p {
        font-size: 18px !important;
    }
    main .header_banner__text_button .btn {
        margin: 0 auto !important;
        padding: 12px 42px !important;
    }
}

  header nav a:hover {
    color: #fff!important;
  }

  .gratogana-be .header__top .mobile_menu_icon span {
    background-color: #fff!important;
  }

  .gratogana-be .lang-block-wrapper {
    width: 46px;
  }

  .gratogana-be .lang-toggle-block {
    background-color: #ffffff1a!important;
  }

  .gratogana-be .lang-toggle-block__item {
    margin: 15px;
  }

  .gratogana-be .header {
    background: #11173b!important;
    box-shadow: 0px 4px 30px 0px #00000040;
  }

  .gratogana-be .header__top nav {
    background: #11173b!important;
  }

  .header-anm {
    background: #3C297B!important;
    color: #fff!important;
  }

  .header-anm:hover {
    background: #4a3397!important;
    color: #fff!important;
  }

  .header-reg {
    background: #FFC221!important;
    color: #000!important;
  }

  .header-reg:hover {
    background: #f8c849!important;
    color: #000!important;
  }

  .lang-toggle-block a:hover {
    color: #fff!important;
    text-decoration: unset!important;
  }

  .gratogana-be .header__top .logo img {
    max-height: 45px;
  }

  .gratogana-be .header__top .mobile_menu_icon {
    background: none;
  }

.gratogana-be .lang-toggle-block__item.current-lang {
	justify-content: center!important;
    width: auto!important;
}

.gratogana-be .lang-block-wrapper {
	width: 46px!important;
}

.gratogana-be .lang-toggle-block {
	width: 100%!important;
    left: auto!important;
}

.category-container > p {
	display: none!important;
}

body br {
	display: none!important;
}

.gratogana-be .lang-button {
	display: none!important;
}

footer {
	background: #0B072F!important;
}

.gratogana-be .header__top .mobile_menu_icon {
	background-color: unset!important;
}

.gratogana-be .header__top .logo {
    max-width: 200px!important;
    min-width: 80px!important;
}

@media (max-width: 1100px) {
.header__left {
	display: none!important;
}
}

.gratogana-be .header__top nav {
        background-color: #11173b!important;
}

.gratogana-be #toc_container ul li {
	background-color: #170f62!important;
}

.faq-list .faq-list__item {
	background: #170f62!important;
    border-color: #170f62!important;
}

.slots-list-block {
	background: #0B072F!important;
}

.gratogana-be .header {
	background: #11173b!important;
}

@keyframes banner-button-pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 87, 90, 0.7);
	}
	50% {
		transform: scale(1.05);
		box-shadow: 0 0 15px 10px rgba(255, 87, 90, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(255, 87, 90, 0);
	}
}

.gratogana-be .slots_list .demo-name a {
	font-size: 12px!important;
}

.header-anm {
	background: none!important;
	color: #fff!important;
    border: 1px solid #fff;
}

.header-anm:hover {
	background: #4f389e!important;
}

.header-reg {
	background: #ff2c87!important;
	color: #fff!important;
}

.header-reg:hover {
	background: #ff4e92!important;
    color: #fff!important;
}

.lang-block-wrapper {
	margin-left: 20px!important;
}

.lang-toggle-block {
	border: none!important;
}

.gratogana-be .header_banner__text .btn {
	animation: banner-button-pulse 1.9s infinite;
    background: linear-gradient(180.5deg, #2BD800 0.43%, #177100 99.57%);
    padding: 22px 64px;
    font-size: 22px!important;
}

.reviews-container {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

.review-item {
	display: flex;
	gap: 20px;
}

.author-image {
	width: 50px;
	height: 50px!important;
	border-radius: 50px;
}

.review-verify-image {
	width: 22px;
    filter: invert(92%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(96%) contrast(88%);
}

.review-author {
	display: flex;
	align-items: center;
	gap: 7px;
}

.review-author span {
	font-weight: 600;
}

.review-info {
	color: #e0e0e0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.review-message {
	font-weight: 500;
}

.single-review {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 800px;
	padding: 24px;
}

.app-container {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}

.app-container img {
	width: 150px;
}

.category-container {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-gap: 15px;
    max-width: 1440px;
    margin: 30px auto;
    margin-inline: auto;
}

.single-category {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 15px 10px;
	border-radius: 10px;
	text-align: center;
	height: 100px;
	color: #fff;
	box-shadow: 0 0 1px 1px #dee0eb;
	-webkit-box-shadow: 0 0 1px 1px #dee0eb;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.category-container a:hover {
	text-decoration: unset!important;
}

a:hover .single-category {
	box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 4px 4px 40px 0px rgba(255, 255, 255, 0.2);
}



.single-category img {
	filter: invert(37%) sepia(92%) saturate(3100%) hue-rotate(310deg) brightness(100%) contrast(101%);
	transition: filter 0.3s ease;
}

.text_container .btn,
.header_banner .btn {
	color: #fff!important;
}

.gratogana-be .header-menu-left .header__top_buttons {
    display: none!important;
}

.gratogana-be .slots_list .slot-card {
	height: auto!important;
}

@media (max-width: 1024px) {
	.gratogana-be .header__top.with-switcher .header__right {
        max-width: 100%!important;
    }
}


@media (max-width: 767px) {
	.gratogana-be .header__top.with-switcher .header__right {
        max-width: 268px!important;
    }

	.gratogana-be .header__top_buttons .btn {
    	margin-left: 12px!important;
    }

	.gratogana-be .btn {
        padding: 13px!important;
    }

	.gratogana-be .header__top .logo {
    	max-width: 70px!important;
        min-width: 70px!important;
    }

	.gratogana-be .header__top {
    }

	.slots_list {
	    overflow-x: auto; 
	    gap: 10px;
	    -ms-overflow-style: none;
	    scrollbar-width: none;
	}

	.slots_list::-webkit-scrollbar {
	    display: none;
	}
	.header-anm {
		font-size: 13px!important;
	}
	.header-reg {
		font-size: 13px!important;
	}
}