@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body{
direction: ltr;
font-family: 'Wix Madefor Text', sans-serif !important;
font-size: 17px;
margin: 0;
padding: 0px;
}

a {
text-decoration: none;
}

.first-meet-title {
position: relative;
z-index: 3;
display: flex;
gap: 16px;
align-items: center;
justify-content: center;
padding-top: 14px;
padding-bottom: 14px;
}

.first-meet-title img {
width: 50px;
height: 50px;
object-fit: contain;
}

.first-meet-title h5 {
margin: 0;
font-size: 16px;
color: #fff;
}


.hrb-nav-bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 50;

}

.hrb-nav-bg::before {
content: "";
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 12px;
background-color: #000000;
}

.hrb-nav {
padding-top:  8px;
padding-bottom:  8px;
position: relative;
display: flex;
flex-direction:row-reverse;
gap: 16px;
justify-content: space-between;
align-items: center;
}

.hrb-nav-logo-wrap {
position: relative;
z-index: 3;
}

.hrb-nav-logo-link {
display: flex;
gap: 8px;
align-items: center;
color: #fff;
text-decoration: none;
}

.hrb-nav-logo-link img {
width: 50px;
height: 50px;
object-fit: contain;
}

.hrb-nav-logo-link h3 {
font-size:  25px;
font-weight: 400;
margin: 0;
}

.hrb-nav-navbtn {
display: none;
}

.hrb-nav-navigation {
display: flex;
flex-direction: row;
gap: 8px;
align-items: center;
position: relative;
z-index: 3;
}

.hrb-nav-nav-link {
color: #fff !important;
padding: 8px;
font-size: 13px;
font-weight: 400;
text-decoration: none;
color: inherit;
position: relative;
z-index: 0;
transition: all 0.7s ease;
}


.hrb-nav-nav-link:hover {
text-decoration: underline;
}

@media (max-width: 992px) {
.hrb-nav-navbtn {
display: block;
position: relative;
z-index: 3;
width: 30px;
height: 20px;
padding: 10px;
border: 0;
background-color: inherit;
}

.hrb-nav-navbtn::before, .hrb-nav-navbtn::after {
content: "";
position: absolute;
background-color: #fff;
height: 3px;
width: 100%;
left: 0;
transition: all 0.8s ease;
}

.hrb-nav-navbtn::before {
top: 0;
}

.hrb-nav-navbtn::after {
bottom: 0;
}

.hrb-nav-navbtn.active::before {
transform: rotate(45deg);
top: 43%;
}

.hrb-nav-navbtn.active::after {
transform: rotate(-45deg);
bottom: 43%;
}

.hrb-nav-navbtn.active span {
background-color: inherit;
}

.hrb-nav-navbtn span {
content: "";
position: absolute;
background-color: #fff;
height: 3px;
width: 100%;
left: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.8s ease;
}

.hrb-nav-navigation {
color: #fff;
flex-direction: column;
align-items: start;
position: fixed;
z-index: 0;
top: 0;
right: -100%;
width: 40%;
height: 100%;
background-color:#000000;
padding: 150px 16px 0 14px;
transition: all 0.8s ease;
}


.hrb-nav-navigation.active {
right: 0;
}

}

.hrb-hello-bg {
background-color: #000000;
position: relative;
width: 100%;
overflow: hidden;
z-index: 0;
}

.hrb-hello-img {
transform: rotate(5deg);
opacity: 0.3;
transition: 0.3s;
position: absolute;
z-index: -1;
top: 0%;
left: -10%;
width: 115%;
z-index: -1;
filter: drop-shadow(10px 10px 34px #fff);
}

.hello-title-block {
display: flex;
flex-direction: row;
gap: 35px;
align-items: center;
padding-top: 225px;
padding-bottom: 60px;
}

.hello-title-txt {
width: 50%;
}

.hello-title-txt h2 {
color: #fff;
font-size: 28px;
}

.hello-title-img {
width: 48%;
}

.hello-title-img img {
width: 100%;
max-height: 354px;
object-fit: contain;
}

.about-double-block {
padding-top: 35px;
padding-bottom: 35px;
display: flex;
flex-direction: row-reverse;
align-items: center;
gap: 35px;
}

.ab-title-half {
width: 30%;
display: flex;
flex-direction: column;
gap: 22px;
}

.ab-title {
font-size: 34px;
font-weight: 400 ;
text-transform:  inherit;
color: #fff;
text-align: center;
}

.ab-title-half img {
width: 100%;
height: 354px;
object-fit: cover;
border-radius: 20px;
}

.ab-content-half {
width: 67%;
display: flex;
flex-direction: column;
gap: 22px;
}

.ab-content-half img {
width: 100%;
height: 120px;
object-fit: cover;
border-radius: 20px;
}

.ab-content-txt {
font-size: 13px;
color: #fff;
}

.body-content-bg {
background-color: #000000;
position: relative;
width: 100%;
overflow: hidden;
z-index: 0;
}

.body-content-bgimg1 {
transform: rotate(270deg);
opacity: 0.3;
transition: 0.3s;
position: absolute;
top: 34%;
left: -55%;
width: 110%;
z-index: -1;
filter: drop-shadow(10px 10px 50px #fff);
}

.body-content-bgimg2 {
opacity: 0.4;
transform: rotate(-15deg);
position: absolute;
bottom: -2%;
left: -10%;
width: 200%;
z-index: -1;
filter: drop-shadow(10px 10px 50px #fff);
}

.body-content-bgimg3 {
opacity: 0.7;
position: absolute;
top: 24%;
right: -13%;
width: 40%;
z-index: -1;
filter: drop-shadow(10px 10px 50px #fff);
}

.start-steps-sect {
flex-direction: column;
padding-top: 35px;
padding-bottom: 35px;
display: flex;
}

.start-steps-cont {
display: flex;
flex-direction: row;
}

.start-steps-title {
font-size: 28px;
font-weight: 400;
color: #fff;
margin-bottom: 26px;
text-align: center;
text-transform: inherit;
}

.start-steps-list {
display: flex;
flex-direction: row;
gap:  22px;
align-items: center;
justify-content: center;
}

.start-step-item {
width: 23%;
}

.ssi-flip {
position: relative;
display: inline-block;
width: 100%;
}

.ssi-front, .ssi-back {
display: block;
transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
transition-duration: .5s;
transition-property: transform, opacity;
background-size: cover!important;
background-position: center!important;
padding: 22px 26px;
border-radius: 20px;
background-color: #fff;
box-shadow: rgba(0, 0, 0, 0.17) 3px -23px 20px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;}

.ssi-front {
transform: rotateY(0deg);
display: flex;
justify-content: center;
}

.ssi-back {
position: absolute;
opacity: 0;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
font-size: 0.8rem;
transform: rotateY(-180deg);
}

.ssi-front img {
position: absolute;
bottom: 22px;
right: 26px;
width: 90px;
height: 90px;
object-fit: contain;
display: flex;
}

.ssi-front span {
font-size: 90px;
font-weight: 800;
color: #999696bd;
background-clip: text;
text-shadow: 0px 2px 2px rgba(255,255,255,0.5);
}

.ssi-flip:hover .ssi-front {
transform: rotateY(180deg);
} 

.ssi-flip:hover  .ssi-back {
opacity: 1;
transform: rotateY(0deg);
}

.disclm-faq-bg {
background: url(picgallery/dir-bg/bg-all-0686fc95a68892.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}


.r-df-disblock {
width: 80%;
}

.r-df-distitle {
text-align: center;
font-size: 31px;
font-weight: 800;
color: #fff;
margin-bottom: 35px;
}

.r-df-disblock img {
width: 25%;
max-height: 75px;
object-fit: contain;
float: left;
margin: 8px;
}

.r-df-distxt {
font-size: 19px;
font-weight:800;
color: #fff;
text-transform: uppercase;
}

.disclm-faq-gr {
padding-top:  26px;
padding-bottom:  26px;
background: linear-gradient(90deg, #000000 35%, rgba(255,255,255,0.19971988) 100%);
}

.main-gamlist-sect {
padding-top: 60px;
padding-bottom: 60px;
}

.main-gamlist-title, .ctbd-title {
font-size: 34px;
color: #fff;
font-weight: 400;
text-align: center;
text-transform: inherit;
margin-bottom: 35px;
}

.mgl-list {
display: flex;
flex-direction: row;
gap: 26px;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.mgl-card {
position: relative;
width: 30%;
height: 354px;
background: #ebeaea;
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: #000;
transition: 0.2s ease-in-out;
}

.mgl-card-img {
width: 94%;
height: 94%;
object-fit: cover;
position: absolute;
transition: 0.2s ease-in-out;
border-radius: 20px;
z-index: 1;
}

.mgl-card-content {
padding: 22px;
opacity: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 16px;
transition: 0.2s ease-in-out;
z-index: 2;
}

.mgl-card-title {
font-size: 21px;
font-weight: 400;
text-align: center;
}

.mgl-card-txt {
font-size: 13px;
}

.mgl-card:hover > .mgl-card-content {
opacity: 1;
}

.mgl-card:hover > .mgl-card-img {
height: 85%;
filter: blur(2px);
animation: gamecard 5s infinite;
}

@keyframes gamecard {
0% {
transform: translateY(0);
}

50% {
transform: translateY(-20px);
}

100% {
transform: translateY(0);
}
}

.mgl-card:hover {
transform: scale(1.04) rotate(-1deg);
}

.suscr-form-sect {
padding-top: 35px;
padding-bottom: 35px;
}

.prom-rand-block {
position: relative;
width: 100%;
height: auto;
display: none;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 1;
}

.prb-tilte {
padding-top: 182px;
padding-bottom: 182px;
display: block;
}

.prb-tilte h5 {
font-size: 37px;
font-weight: 400;
letter-spacing: 0px;
text-align: center;
color: #fff;
}

.prb-bg {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}

.prb-bg-overlay {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(54, 51, 83, 0.6);
opacity: 0.5;
}

.prb-bg > video {
display: block;
height: 100%;
width: 100%;
object-fit: cover;
}

.suscr-form-body {
display: flex;
flex-direction: column;
gap: 14px;
width: 70%;
margin: auto;
padding: 16px;
border-radius: 19px;
position: relative;
background-color: #1a1a1a;
color: #fff;
border: 2px solid #334;
}

.suscr-form-title {
display: flex;
flex-direction: row;
gap: 22px;
align-items: center;
justify-content: center;
margin-bottom: 26px;
}

.suscr-form-title h4 {
font-size: 31px;
color: #fff;
font-weight: 400;
margin: 0;
}

.suscr-form-title img {
width: 120px;
height: 120px;
object-fit: contain;
}

.input-custom__block-block,  .textarea-custom__block-block {
background-color: #334;
color: #fff;
width: 100%;
padding: 21px 5px 5px 8px;
outline: 0;
border: 2px solid rgba(105, 105, 105, 0.397);
border-radius: 10px;
}

.suscr-form-body label a {
color: #fff;
}

.suscr-form-body label a:hover {
color: #fff;
text-decoration: underline;
font-weight: 400;
}

.foo-waveblock-bg {
background-color: #000000;
position: relative;
width: 100%;
overflow: hidden;
z-index: 0;
}

.foo-waveblock-bg-img {
opacity: 0.3;
transition: 0.3s;
position: absolute;
z-index: -1;
bottom: 0;
left: -10%;
width: 115%;
z-index: -1;
filter: drop-shadow(10px 10px 40px #fff);
}

.foo-waveblock {
padding-top: 60px;
padding-bottom: 35px;
display: flex;
flex-direction: row;
gap: 16px;
justify-content: space-between;
}

.fw-logocol {
width: 28%;
}

.fw-logocol a {
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
}

.fw-logocol a img {
width: 75px;
height: 75px;
object-fit: contain;
}

.fw-logocol a h3 {
color: #fff;
font-size: 31px;
font-weight: 400;
margin-bottom: 0;
text-align: center;
}

.fw-navcol {
width: 35%;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}

.fw-navcol a {
font-size: 17px;
font-weight: 400;
color: #fff;
margin-bottom: 0;
}

.fw-additcol {
width: 35%;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}

.fw-additcol p {
margin: 0;
font-size: 17px;
font-weight: 400;
color: #fff;
}

.ffw-dis-img {
width: 75px;
height: 75px;
object-fit: contain;
}

.about-benefit-bg {
padding-top: 35px;
padding-bottom: 35px;
background-image: url(picgallery/dir-bg/bg-all-1686fc95a688c6.jpg);
}

.about-benefit-block {
box-shadow: 10px 10px 34px #fff;
display: flex;
align-items: center;
flex-direction: row;
gap:  60px;
padding: 35px;
border-radius: 20px;
background-color: #000000;
}

.bnf-title, .abt-title {
font-size: 25px;
font-weight: 400;
color: #fff;
margin-bottom: 35px;
text-align: center;
}

.bnf-list {
padding: 0;
list-style: none;
display: flex;
flex-direction: row;
gap: 86px;
justify-content: space-between;
flex-wrap: wrap;
position: relative;
z-index: 0;
}

.bnf-list img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 225px;
height: 225px;
object-fit: contain;z-index: -1;
}

.bnf-item {
width: 45%;
border-radius: 20px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.bnf-txt {
border-radius: 20px;
padding: 35px;
background-color: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(2px);
color: #fff;
}

.abt-txt {
font-size: 14px;
line-height: 1.3;
color: #fff;
}

.categ-board-bg {
width: 100%;
overflow: hidden;
background-color: #000000;
position: relative;
z-index: 0;
padding-top: 60px;
padding-bottom: 60px;
}

.ctbd-bgimg1 {
opacity: 0.7;
position: absolute;
top: 5%;
left: -15%;
width:  37%;
z-index: -1;
filter: drop-shadow(10px 10px 40px #fff);
}

.ctbd-bgimg2 {
transform: rotate(25deg);
opacity: 0.7;
position: absolute;
top: 25%;
right: -8%;
width: 25%;
z-index: -1;
filter: drop-shadow(10px 10px 40px #fff);
}

.ctbd-list {
display: flex;
flex-direction: row;
gap: 22px;
justify-content: center;
flex-wrap: wrap;
}

.ctbd-item {
position: relative;
z-index: 1;
transition: .5s;
width: 32%;
padding: 16px;
display: flex;
flex-direction: row;
gap: 14px;
align-items: center;
background-color: #fff;
box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 10%);
}

.ctbd-item::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 2px;
height: 100%;
z-index: -1;
transition: .5s;
background: #03506F;
}

.ctbd-item:hover::before {
width: 100%;
height: 100%;
background: #03506F;
}

.ctbd-imglink {
display: block;
width: 49%;
height: 225px;
}

.ctbd-imglink img {
display: flex;
margin: auto;
width: 100%;
height: 100%;
object-fit: cover;
}

.ctbd-content {
width: 50%;
display: flex;
flex-direction: column;
gap: 14px;
}

.ctbd-con-title h4 {
font-size: 17px;
color: #000;
text-align: center;
margin: 0;
}

.ctbd-con-txt {
font-size: 13px;
margin: 0;
}

.ctbd-item:hover .ctbd-con-title h4, .ctbd-item:hover .ctbd-con-txt {
color: #fff;
}

.game-page-colorbg {
padding-top: 60px;
padding-bottom: 60px;
background-color: #000000;
}

.gm-pg-container {
display: flex;
flex-direction: column-reverse;
gap: 60px;
}

.gm-pg-content-faq {
    justify-content: center;
padding: 26px;
box-shadow: 10px 10px 34px #fff;
display: flex;
gap: 22px;
border-radius: 20px;
background: rgba(255,255,255,0.9); color: #222;
}

.gm-pg-content {
width: 73%;
}

.gm-pg-title {
font-size: 23px;
text-align: center;
margin-top: 26px;
}

.gm-pg-img {
width: 40%;
height: 354px;
object-fit: contain;
float:  left;
margin: 22px;
}

.gm-pg-txt {
font-size: 13px;
}



.gm-pg-faq-title {
font-size:  21px;
font-weight: 400;
letter-spacing: 0px;
margin-bottom: 22px;
text-align: center;
}

.accordion-item {
border-radius: 10px !important;
margin-bottom: 19px;
border: 0;
background-color: #ffffff;
color: #000;
}

.accordion-button:not(.collapsed) {
box-shadow: none;
background-color: #03506F;
color: #fff !important;
}

.accordion-button {
color: #fff !important;
font-size: 14px;
padding: 22px;
background: #03506F;
border-radius: 10px !important;
}

.gm-pg-game {
padding: 22px;
box-shadow: 10px 10px 40px #fff;
border-radius: 20px;
background: rgba(255,255,255,0.9); color: #222;
}

.gm-pg-game h3 {
font-size:  23px;
font-weight: 400;
margin-bottom: 35px;
text-align: center;
}

.kont-page-imgbg {
background: url(picgallery/dir-bg/bg-all-2686fc95a688f6.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.kont-page-overlay {
padding-top:  60px;
padding-bottom:  60px;
background-color: #00000091;
}

.kont-page-title {
font-size: 34px;
font-weight: 800;
letter-spacing: 1px;
text-align: center;
color: #fff;
}

.kont-page-colorbg {
padding-top: 35px;
padding-bottom: 35px;
background-color: #000000;
}

.kt-pg-datalist {
list-style: none;
padding: 0;
display: flex;
flex-direction: row-reverse;
gap: 26px;
justify-content: center;
}

.kt-pg-dataitem {
width: 30%;
padding: 26px;
background: radial-gradient(circle, #000000 5%, rgba(255,255,255,0.8) 90%);
border-radius: 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
color: #fff ;
font-size: 17px;
}

.kt-pg-dataitem p {
margin: 0;
}

.kt-pg-datapic {
width: fit-content;
padding: 16px 22px;
background-color: #ffffff93;
border-radius: 20px;
}

.kt-pg-datapic i {
font-size: 28px;
}

.kt-pg-dataitem a {
color: #fff;
}

.kt-pg-dataitem a:hover {
scale: 1.1;
color: #fff;
}

.kt-pg-form {
padding: 26px 50px;
width: 100%;
}

.kt-pg-form h4 {
font-size: 21px;
font-weight:800;
letter-spacing: 1px;
margin-bottom: 26px;
color: #fff;
text-align: center;
}

.kt-pg-formbody {
display: flex;
flex-direction: column;
gap: 22px;
}

.kt-pg-input {
position: relative;
}

.kt-pg-input label {
position: absolute;
color: #8d8d8d;
pointer-events: none;
background-color: transparent;
left: 15px;
transform: translateY(0.6rem);
transition: all 0.2s ease;
}

.kt-pg-input input {
padding: 8px 14px;
font-size: 1rem;
border-radius: 2px;
border: solid 2px #8d8d8d;
letter-spacing: 1px;
width: 100%;
}

.kt-pg-input input:focus,
.kt-pg-input input:valid {
outline: none;
border: solid 2px #000000;
}

.kt-pg-input input:focus ~ label,
.kt-pg-input input:valid ~ label {
transform: translateY(-51%) translateX(-10px) scale(0.8);
background-color: #fff;
padding: 3px 8px;
color: #000000;
font-weight: 400;
letter-spacing: 1px;
border: none;
border-radius: 75px;
}

.form-check {
color: #fff;
}

.form-check a {
color: #fff;
}

.form-check a:hover {
color: #fff;
text-decoration: underline;}


.kt-pg-form-map {
display: flex;
align-items: center;
flex-direction: row;
gap: 22px;
}

.peculiar-page {
color: #fff;
background-color: #000000;
padding: 90px 0px;
}
.title-privaciy{
margin-bottom:28px;
}
.peculiar-page li {
color: #fff;
}
.peculiar-page ul {
color: #fff;
}
.peculiar-page a {
color: #fff;
}

.disklamb {
background-color: #ff000054;
border: 5px solid;
border-radius: 20px;
padding:16px;
}
@media (max-width: 1200px) {

.ssi-front img {
width: 55px;
height:55px;
}

.ssi-front span {
font-size: 60px;
}

.suscr-form-body {
width: 100%;
}

.hrb-nav-navigation {
gap: 0;
}

.hrb-nav-nav-link {
padding: 5px;
font-size: 0.6rem;
}

.hello-title-img img {
max-height:279px;
}

.ssi-back {
font-size: 0.7rem;
}

.r-df-disblock {
width: 100%;
}

.ab-title-half img {
height: 279px;
}

.first-meet-title img {
width:  28px;
height: 28px;
}

.first-meet-title h5 {
font-size: 13px;
}

.start-steps-cont {
flex-direction: column !important;
}

.gm-pg-img {
float: none;
width: 100%;
margin: 0;
margin-bottom: 14px;
}




}

@media (max-width: 992px) {
.bnf-item {
width: 100% !important;
}

.gm-pg-content-faq {
flex-direction: column;
}

.gm-pg-content, .gm-pg-faq {
width: 100%;
}

.gm-pg-game iframe {
height: 448px;
}

.kt-pg-form-map {
flex-direction: column !important;
}

.kt-pg-datalist {
flex-direction: column;
}

.kt-pg-dataitem {
width: 100%;
}

.hello-title-txt h2 {
font-size: 19px;
}

.about-double-block {
flex-direction: column;
}

.ab-title-half, .ab-content-half {
width: 100%;
}

.ab-content-half {
flex-direction: column-reverse;
}

.ab-title-half img {
height: 175px;
}

.start-steps-list {
flex-wrap: wrap;
}

.start-step-item {
width: 48%;
}

.ssi-front span {
font-size: 60px;
}

.mgl-card {
width: 42% !important;
height: 279px !important;
}

.foo-waveblock {
flex-direction: column;
}

.fw-logocol, .fw-navcol, .fw-additcol {
width: 100%;
}

.fw-navcol, .fw-additcol {
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.fw-navcol a {
font-size: 13px;
}

.foo-waveblock, .main-gamlist-sect {
padding-top: 28px;
padding-bottom: 28px;
}

.ctbd-item {
width: 46%;
}
}

@media(max-width: 767px)  {

.gm-pg-game iframe {
height: 279px;
}

.ctbd-content button {
font-size: 10px !important;
}

.ctbd-imglink {
height: 225px !important;
}

.ctbd-item {
flex-direction: column !important;
}

.about-benefit-block {
flex-direction: column !important;
gap: 19px !important;
}

.bnf-txt {
padding:  17px;
}

.bnf-list {
gap: 25px;
}

.bnf-list img {
width: 157px;
height: 157px;
}

.bnf-txt {
font-size: 13px;
}

.hello-title-block {
padding-top: 157px;
padding-bottom: 28px;
}

.hrb-hello-img {
width: 220%;
left: -100%;
}

.body-content-bgimg1 {
transform: rotate(275deg);
left: -130%;
width: 250%;
}

.body-content-bgimg3 {
top: 10%;
right: -25%;
width: 70%;
}

.start-step-item {
width: 100%;
}

.suscr-form-title h4 {
font-size: 19px;
}

.suscr-form-title {
margin-bottom: 10px;
}

.fw-logocol a h3 {
font-size: 21px;
}

.body-content-bgimg2 {
bottom: 1%;
width: 300%;
}

.start-steps-title-wrapper, .start-steps-list{
width: 100% !important;
}


}

@media(max-width: 576px) {

.kt-pg-datapic {
padding: 10px 14px;
}

.kt-pg-form h4, .kt-pg-input input, .form-check {
font-size: 13px;
}

.kt-pg-form {
padding: 0;
}

.kt-pg-dataitem {
padding: 14px;
font-size: 13px;
}

.ctbd-item {
width: 100%;
}

.hello-title-block {
flex-direction: column;
gap: 19px;
}

.hello-title-txt, .hello-title-img {
width: 100%;
}

.hrb-nav-logo-link h3 {
font-size: 19px;
}

.mgl-card {
width: 100% !important;
}

.bnf-list {
flex-direction: column;
}

.bnf-list img {
display: none;
}

.bnf-item {
width: 100%;
}

.fw-additcol p {
font-size: 13px;
}

}
.button-1 {
display:block;
position:relative;

padding:7px;

text-decoration:none;
text-align:center;

border:1px solid rgba(0,0,0,0.4);
border-radius:0.2em;
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.5),
inset 0 19px 19px rgba(255,255,255,0.2),
1px 2px 1px rgba(0,0,0,0.2),
0 0 2px 8px rgba(50,50,50,0.1);
transition:all 0.5s ease-out;
background:orangered;

font-size: 14px;
font-weight:bold;
color:rgba(255,255,255,0.8);
text-shadow:0 -1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.2);
-webkit-font-smoothing: subpixel-antialiased;


}

.button-1:hover {
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.5),
inset 0 -19px 19px rgba(200,200,200,0.1),
1px 2px 1px rgba(0,0,0,0.2),
0 0 2px 8px rgba(100,100,100,0.1);
}

.button-1:active {
top:1px; 
}

.button-2 {
border: 5px solid #226fbe;
font-family: inherit;
font-size: 13px;
cursor: pointer;
padding: 10px 19px;
display: inline-block;
font-weight: 400;
outline: none;
position: relative;
transition: all 0.5s;
color: #fff;
background: #226fbe;
}

.button-2:after {
content: '';
position: absolute;
z-index: -1;
transition: all 0.5s;
}

.button-2:active {
top: 2px;
}

.button-2:hover {
background: #fff;
color: #226fbe;
}

.button-3 {
border: 2px dashed #13bd7c;
border-radius: 14px;	
font-family: inherit;
font-size: 12px;
cursor: pointer;
padding: 10px 19px;
display: inline-block;
text-transform: capitalize;
letter-spacing: 1px;
outline: none;
position: relative;
transition: all 0.5s;
color: #fff;
background: #13bd7c;
}

.button-3:after {
content: '';
position: absolute;
z-index: -1;
transition: all 0.5s;
}

.button-3:active {
top: 2px;
}

.button-3:hover {
background: #fff;
color: #13bd7c;
}

.button-4 {
border: 5 double #d25c1d;
border-radius:  60px;
font-size: 12px;
cursor: pointer;
padding: 10px 19px;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 800;
outline: none;
position: relative;
transition: all 0.5s;
color: #fff;
background: #d25c1d;
}

.button-4:after {
content: '';
position: absolute;
z-index: -1;
transition: all 0.5s;
}

.button-4:active {
top: 2px;
}

.button-4:hover {
background: #fff;
color: #d25c1d;
}

.button-5 {
cursor: pointer;
position: relative;
padding: 10px 12px;
font-size: 12px;
color: rgb(193, 163, 98);
border:  2px solid rgb(193, 163, 98);
border-radius: 31px;
background-color: transparent;
font-weight: 400;
transition: all 0.2s cubic-bezier(0.23, 1, 0.320, 1);
overflow: hidden;
}

.button-5::before {
content: '';
position: absolute;
inset: 0;
margin: auto;
width: 50px;
height: 50px;
border-radius: inherit;
scale: 0;
z-index: -1;
background-color: rgb(193, 163, 98);
transition: all 0.7s cubic-bezier(0.23, 1, 0.320, 1);
}

.button-5:hover::before {
scale: 7;
}

.button-5:hover {
color: #212121;
scale: 1.1;
box-shadow: 0 0px 21px rgba(193, 163, 98,0.4);
}

.button-5:active {
scale: 1;
}
 .footer-logos {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  max-height: 50px;
  width: 100%;
  display: block;
}