:root {
		--main_color: #F2F2F2;
		--main_color_second: #000;
		--active_color: #ffffff;
		--active_color_second: ;
		--hover_color: ;
		--title_color: ;
		--text_color: ;
		--header_background:#000;
		--white_color: #fff;
		--black_color: #000;
		--gray_color: #eeeeee;
		--bs-gutter-x: 30px!important;
		--bs-gutter-y: 30px!important;
	}
	body {
		background: #fff;
	}
	.button_basic {
		padding: 8px 30px;
		border-radius: 10px;
		background: ;
		color: #000;
		font-size: 16px;
		border-style: solid;
	}

	.button_basic:hover {
		background: ;
	}
                header .header_nav {
        margin-inline-end: auto;
        margin-inline-start: auto!important;
    }

			.padding_small {
		padding: 100px 0 100px;;
	}
	.padding_big {
		padding: 100px 0 100px;;
	}

	
	header {
		background: #000;
	}
	header nav li a {
		color: #fff;
		font-size: 16px;
	}

	.fixing.activated {
		background: #000;
	}

@font-face {
	font-family: 'Roboto';
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-weight: 800;
	font-display: swap;
	src: url(../fonts/Poppins-ExtraBold.woff2) format('woff2');
}

img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}

.wp-block-audio :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio :where(figcaption){color:#ffffffa6}.wp-block-audio{margin:0 0 1em}.wp-block-code{border:1px solid #ccc;border-radius:4px;font-family:Menlo,Consolas,monaco,monospace;padding:.8em 1em}.wp-block-embed :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed :where(figcaption){color:#ffffffa6}.wp-block-embed{margin:0 0 1em}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:#ffffffa6}:root :where(.wp-block-image figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme :root :where(.wp-block-image figcaption){color:#ffffffa6}.wp-block-image{margin:0 0 1em}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;margin-bottom:1.75em}.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation{color:currentColor;font-size:.8125em;font-style:normal;text-transform:uppercase}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;font-style:normal;position:relative}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large,.wp-block-quote.is-style-plain{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-search__button{border:1px solid #ccc;padding:.375em .625em}:where(.wp-block-group.has-background){padding:1.25em 2.375em}.wp-block-separator.has-css-opacity{opacity:.4}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto}.wp-block-separator.has-alpha-channel-opacity{opacity:1}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table{margin:0 0 1em}.wp-block-table td,.wp-block-table th{word-break:normal}.wp-block-table :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table :where(figcaption){color:#ffffffa6}.wp-block-video :where(figcaption){color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video :where(figcaption){color:#ffffffa6}.wp-block-video{margin:0 0 1em}:root :where(.wp-block-template-part.has-background){margin-bottom:0;margin-top:0;padding:1.25em 2.375em}

.safe-svg-cover{text-align:center}.safe-svg-cover .safe-svg-inside{display:inline-block;max-width:100%}.safe-svg-cover svg{height:100%;max-height:100%;max-width:100%;width:100%}

.custom-list-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 10px;
}
.custom-list-block__item {
  padding: 12px 10px;
}
.custom-list-block__item::marker {
  -webkit-margin-end: 8px;
          margin-inline-end: 8px;
}

@media (min-width: 1024px) {
  .custom-list-block {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .custom-list-block__item {
    padding: 12px 16px;
  }
}

.bl-footer-contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 25px;
}
@media (min-width: 1200px) {
  .bl-footer-contacts {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    text-align: start;
  }
}
.bl-footer-contacts .bl-phone-number {
  display: flex;
  align-items: flex-start;
  flex: 1 0 auto;
  justify-content: center;
}
.bl-footer-contacts .bl-phone-number img {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.bl-footer-contacts .bl-phone-number a {
  text-decoration: none;
  color: var(--text_color);
}
@media (min-width: 1200px) {
  .bl-footer-contacts .bl-phone-number {
    justify-content: flex-start;
  }
}
.bl-footer-contacts .bl-address {
  display: flex;
  align-items: flex-start;
  flex: 1 1 auto;
  justify-content: center;
  overflow-wrap: break-word;
}
@media (min-width: 1200px) {
  .bl-footer-contacts .bl-address {
    flex-basis: auto;
    justify-content: flex-start;
  }
}
.bl-footer-contacts .bl-address img {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.bl-footer-contacts .bl-copyright {
  flex: 1 1 100%;
  padding-left: 30px;
  overflow-wrap: break-word;
}
@media (min-width: 1200px) {
  .bl-footer-contacts .bl-copyright {
    align-items: flex-start;
    flex-basis: auto;
    padding: 0;
  }
}
.bl-footer-contacts .bl-social-media {
  padding-left: 30px;
  flex: 0 0 auto;
}
@media (min-width: 1200px) {
  .bl-footer-contacts .bl-social-media {
    padding: 0;
  }
}

.blog_social {
  margin: 0 auto 40px;
  padding: 20px;
  border-width: 2px;
  border-style: solid;
}
.blog_social h1, .blog_social h2, .blog_social h3, .blog_social h4 {
  color: inherit;
}
.blog_social h1:last-child, .blog_social h2:last-child, .blog_social h3:last-child, .blog_social h4:last-child {
  margin-bottom: 0;
}
.blog_social .block_title {
  margin-bottom: 40px;
  text-align: center;
}
.blog_social .link_list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_social .link_list li {
  margin: 0 0 0 15px;
}
.blog_social .link_list li a {
  display: block;
}
.blog_social .link_list li img {
  width: 40px;
  height: auto;
}

@media (min-width: 768px) {
  .blog_social {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .blog_social .block_title {
    flex-basis: 50%;
    margin-bottom: 0;
    text-align: left;
  }
  .blog_social .link_list {
    flex-basis: 50%;
    justify-content: right;
  }
}

.block_authors {
  padding-top: 40px;
  margin: 0 auto 40px;
}
.block_authors .authors {
  padding: 0 20px;
  border-width: 2px;
  border-style: solid;
}
.block_authors .authors h1, .block_authors .authors h2, .block_authors .authors h3, .block_authors .authors h4 {
  color: inherit;
  margin-top: 0;
}
.block_authors .authors .author {
  padding: 40px 0;
  position: relative;
}
.block_authors .authors .author .photo {
  margin: 0 0 20px 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.block_authors .authors .author .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.block_authors .authors .author .text {
  margin-bottom: 20px;
}
.block_authors .authors .author .links {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
}
.block_authors .authors .author .links li {
  margin: 0 15px 0 0;
}
.block_authors .authors .author .links li a {
  display: block;
}
.block_authors .authors .author .links li img {
  width: 40px;
  height: auto;
}
.block_authors .authors .author + .author:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.block_authors .block_title {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .block_authors .authors .author {
    display: flex;
    align-items: start;
  }
  .block_authors .authors .author .photo {
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 20px 0 0;
  }
}

.blog_related {
  margin: 0 auto 40px;
}
.blog_related .related_post {
  border-width: 1px;
  border-style: solid;
  margin: 0 auto 40px;
  max-width: 300px;
}
.blog_related .related_post .featured_image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.blog_related .related_post .featured_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_related .related_post .description {
  padding: 20px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.blog_related .related_post .post_title {
  color: inherit;
  white-space: normal;
  margin: 10px 0;
  max-height: 90px;
  overflow: hidden;
}
.blog_related .related_post .post_link {
  margin-top: auto;
  color: inherit;
  font-weight: 700;
  opacity: 0.7;
  transition: 0.3s ease-in opacity;
  display: flex;
  justify-content: baseline;
  align-items: center;
}
.blog_related .related_post .post_link .dashicons {
  margin-left: 5px;
}
.blog_related .related_post .post_link:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .related_posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
  .related_posts .related_post {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 1.2rem; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 1.2rem; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 1.2rem;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 1.2rem;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 1.2rem;}:root :where(.is-layout-grid){gap: 1.2rem;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(--wp--preset--color--base);color: var(--wp--preset--color--contrast);font-family: var(--wp--preset--font-family--body);font-size: var(--wp--preset--font-size--medium);font-style: normal;font-weight: 400;line-height: 1.55;padding-top: 0px;padding-right: var(--wp--preset--spacing--50);padding-bottom: 0px;padding-left: var(--wp--preset--spacing--50);}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--contrast);text-decoration: underline;}:root :where(a:where(:not(.wp-element-button)):hover){text-decoration: none;}h1, h2, h3, h4, h5, h6{color: var(--wp--preset--color--contrast);font-family: var(--wp--preset--font-family--heading);font-weight: 400;line-height: 1.2;}h1{font-size: var(--wp--preset--font-size--xx-large);line-height: 1.15;}h2{font-size: var(--wp--preset--font-size--x-large);}h3{font-size: var(--wp--preset--font-size--large);}h4{font-size: clamp(1.1rem, 1.1rem + ((1vw - 0.2rem) * 0.767), 1.5rem);}h5{font-size: var(--wp--preset--font-size--medium);}h6{font-size: var(--wp--preset--font-size--small);}:root :where(.wp-element-button, .wp-block-button__link){background-color: var(--wp--preset--color--contrast);border-radius: .33rem;border-color: var(--wp--preset--color--contrast);border-width: 0;color: var(--wp--preset--color--base);font-family: inherit;font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 500;line-height: inherit;padding-top: 0.6rem;padding-right: 1rem;padding-bottom: 0.6rem;padding-left: 1rem;text-decoration: none;}:root :where(.wp-element-button:hover, .wp-block-button__link:hover){background-color: var(--wp--preset--color--contrast-2);border-color: var(--wp--preset--color--contrast-2);color: var(--wp--preset--color--base);}:root :where(.wp-element-button:focus, .wp-block-button__link:focus){background-color: var(--wp--preset--color--contrast-2);border-color: var(--wp--preset--color--contrast-2);color: var(--wp--preset--color--base);outline-color: var(--wp--preset--color--contrast);outline-offset: 2px;}:root :where(.wp-element-button:active, .wp-block-button__link:active){background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}:root :where(.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption){color: var(--wp--preset--color--contrast-2);font-family: var(--wp--preset--font-family--body);font-size: 0.8rem;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:root :where(.wp-block-pullquote){border-radius: var(--wp--preset--spacing--20);font-family: var(--wp--preset--font-family--heading);font-size: var(--wp--preset--font-size--x-large);font-style: italic;font-weight: 400;letter-spacing: 0em;line-height: 1.5;padding-top: var(--wp--preset--spacing--40);padding-bottom: var(--wp--preset--spacing--40);}
:root :where(.wp-block-pullquote cite){font-family: var(--wp--preset--font-family--body);font-size: var(--wp--preset--font-size--medium);font-style: normal;}
:root :where(.wp-block-avatar img){border-radius: 90px;}
:root :where(.wp-block-buttons-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flow) > *{margin-block-start: 0.7rem;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > *{margin-block-start: 0.7rem;margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flex){gap: 0.7rem;}:root :where(.wp-block-buttons-is-layout-grid){gap: 0.7rem;}
:root :where(.wp-block-calendar table, .wp-block-calendar th){color: var(--wp--preset--color--contrast);}:root :where(.wp-block-calendar.wp-block-calendar table:where(:not(.has-text-color)) th){background-color:var(--wp--preset--color--contrast-2);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast-2)}:root :where(.wp-block-calendar table:where(:not(.has-text-color)) td){border-color:var(--wp--preset--color--contrast-2)}
:root :where(.wp-block-categories){padding-right: 0px;padding-left: 0px;}:root :where(.wp-block-categories){list-style-type:none;}:root :where(.wp-block-categories li){margin-bottom: 0.5rem;}
:root :where(.wp-block-code){background-color: var(--wp--preset--color--base-2);border-radius: var(--wp--preset--spacing--20);border-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--contrast-2);font-size: var(--wp--preset--font-size--medium);font-style: normal;font-weight: 400;line-height: 1.6;padding-top: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-right: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-bottom: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-left: calc(var(--wp--preset--spacing--30) + 0.75rem);}
:root :where(.wp-block-comment-author-name){color: var(--wp--preset--color--contrast);font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 600;}
:root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast);text-decoration: none;}
:root :where(.wp-block-comment-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-comment-content){font-size: var(--wp--preset--font-size--small);margin-top: var(--wp--preset--spacing--20);margin-bottom: var(--wp--preset--spacing--20);}
:root :where(.wp-block-comment-date){color: var(--wp--preset--color--contrast-2);font-size: var(--wp--preset--font-size--small);margin-top: 0px;margin-bottom: 0px;}
:root :where(.wp-block-comment-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast-2);text-decoration: none;}
:root :where(.wp-block-comment-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-comment-edit-link){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-comment-edit-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast-2);text-decoration: none;}
:root :where(.wp-block-comment-edit-link a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-comment-reply-link){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-comment-reply-link a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast-2);text-decoration: none;}
:root :where(.wp-block-comment-reply-link a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-post-comments-form textarea, .wp-block-post-comments-form input){border-radius:.33rem}
:root :where(.wp-block-comments-pagination){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-comments-pagination-next){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-comments-pagination-numbers){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-comments-pagination-previous){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-footnotes){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-gallery){margin-bottom: var(--wp--preset--spacing--50);}
:root :where(.wp-block-list){padding-left: var(--wp--preset--spacing--10);}
:root :where(.wp-block-loginout input){border-radius:.33rem;padding:calc(0.667em + 2px);border:1px solid #949494;}
:root :where(.wp-block-navigation){font-weight: 500;}
:root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;}
:root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-post-author){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-post-author-name){font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-post-author-name a:where(:not(.wp-element-button))){text-decoration: none;}
:root :where(.wp-block-post-author-name a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-post-date){color: var(--wp--preset--color--contrast-2);font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-post-date a:where(:not(.wp-element-button))){color: var(--wp--preset--color--contrast-2);text-decoration: none;}
:root :where(.wp-block-post-date a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-post-excerpt){line-height: 1.6;}
:root :where(.wp-block-post-featured-image img, .wp-block-post-featured-image .block-editor-media-placeholder, .wp-block-post-featured-image .wp-block-post-featured-image__overlay){border-radius: var(--wp--preset--spacing--20);}
:root :where(.wp-block-post-terms){font-size: var(--wp--preset--font-size--small);}:root :where(.wp-block-post-terms .wp-block-post-terms__prefix){color: var(--wp--preset--color--contrast-2);}
:root :where(.wp-block-post-terms a:where(:not(.wp-element-button))){text-decoration: none;}
:root :where(.wp-block-post-terms a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-post-title a:where(:not(.wp-element-button))){text-decoration: none;}
:root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;}
:root :where(.wp-block-query-title span){font-style: italic;}
:root :where(.wp-block-query-no-results){padding-top: var(--wp--preset--spacing--30);}
:root :where(.wp-block-quote){background-color: var(--wp--preset--color--base-2);border-radius: var(--wp--preset--spacing--20);font-family: var(--wp--preset--font-family--heading);font-size: var(--wp--preset--font-size--large);font-style: italic;line-height: 1.3;padding-top: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-right: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-bottom: calc(var(--wp--preset--spacing--30) + 0.75rem);padding-left: calc(var(--wp--preset--spacing--30) + 0.75rem);}:root :where(.wp-block-quote :where(p)){margin-block-start:0;margin-block-end:calc(var(--wp--preset--spacing--10) + 0.5rem);}:root :where(.wp-block-quote :where(:last-child)){margin-block-end:0;}:root :where(.wp-block-quote.has-text-align-right.is-style-plain, .rtl .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-left)){border-width: 0 2px 0 0;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem);}:root :where(.wp-block-quote.has-text-align-left.is-style-plain, body:not(.rtl) .is-style-plain.wp-block-quote:not(.has-text-align-center):not(.has-text-align-right)){border-width: 0 0 0 2px;padding-left:calc(var(--wp--preset--spacing--20) + 0.5rem);padding-right:calc(var(--wp--preset--spacing--20) + 0.5rem)}
:root :where(.wp-block-quote cite){font-family: var(--wp--preset--font-family--body);font-size: var(--wp--preset--font-size--small);font-style: normal;}
:root :where(.wp-block-search .wp-block-search__label, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button){font-size: var(--wp--preset--font-size--small);}:root :where(.wp-block-search .wp-block-search__input){border-radius:.33rem}
:root :where(.wp-block-search .wp-element-button,.wp-block-search  .wp-block-button__link){border-radius: .33rem;}
:root :where(.wp-block-separator){border-color: currentColor;border-width: 0 0 1px 0;border-style: solid;color: var(--wp--preset--color--contrast);}:root :where(.wp-block-separator){}:root :where(.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull)){width: var(--wp--preset--spacing--60)}
:root :where(.wp-block-site-tagline){color: var(--wp--preset--color--contrast-2);font-size: var(--wp--preset--font-size--small);}
:root :where(.wp-block-site-title){font-family: var(--wp--preset--font-family--body);font-size: 1.2rem;font-style: normal;font-weight: 600;}
:root :where(.wp-block-site-title a:where(:not(.wp-element-button))){text-decoration: none;}
:root :where(.wp-block-site-title a:where(:not(.wp-element-button)):hover){text-decoration: none;}

body{
	font-family: 'Poppins';
}
h1{
	font-family: 'Poppins';
	font-size: 46px;
	font-weight: 800;
	line-height: 52px;
	color: #fff;
}
h2{
	font-family: 'Poppins';
	font-size: 32px;
	font-weight: 600;
	line-height: 34px;
	color: #3F3F3F;
	margin: 0 0 20px;
}
h3{
	font-family: 'Poppins';
	font-size: 26px;
	font-weight: 500;
	line-height: 25px;
	color: #3F3F3F;
}
h4{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	color: #3F3F3F;
}
p{
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #535353;
}
.linking{
	color: #FA6A35;
	border-bottom: 1px solid #FA6A35;
	font-weight: 600;
}
.linking:hover{
	color: #5E5E5E;
	border-bottom: 1px solid #5E5E5E;
	font-weight: 600;
}
.linking1{
	color:#5E5E5E;
	border-bottom: 1px solid #5E5E5E;
	font-weight: 600;
}
.linking1:hover{
	color: #FA6A35;
	border-bottom: 1px solid #FA6A35;
	font-weight: 600;
}
.linking2{
	color:#fff;
	border-bottom: 1px solid #fff;
	font-weight: 600;
}
.linking2:hover{
	color:#FA6A35;
	border-bottom: 1px solid #FA6A35;
	font-weight: 600;
}
.text-color{
	font-weight: 600;
}

header nav li a{
	font-weight: 600;
}
header{
	background: var(--gradient_main, linear-gradient(90deg, #F18825 0.01%, #FD5C3C 99.98%))!important;
}
.fixing.activated {
    background: var(--gradient_main, linear-gradient(90deg, #F18825 0.01%, #FD5C3C 99.98%))!important;
}
header .button_basic {
    border: 2px solid #fff;
}
header .header_btn .button_basic{
	color: #fff;
	font-weight: 600;
}
header .header_btn .button_basic:hover{
	color: #FD5C3C;
	background: #fff;
}
header .logo {
    cursor: pointer;
    position: relative;
    top: -5px;
    height: 48px;
}
header .logo a {
    height: 90px!important;
}
.header_nav #desktop-menu-container .desktop-menu .menu-item:hover > a {
    color: #fff;
    border-bottom: 2px solid #fff;
}
.hero_section.variant1 .hero_text_content {
    max-width: 750px!important;
}
.hero_section.variant1 .hero_text_content > div p{
	color: #F6F6F6;
}
.vertical_image_and_description_block_2 .item_title {
    margin-bottom: 20px!important;
}

#benefits_5_32{
	padding: 100px 0 15px;
}
@media(max-width: 991px){
#benefits_5_32{
	padding: 50px 0 15px;
}
}
#benefits_5_32 .section_text h3{
	margin: 40px 0 20px;
}
#benefits_5_32 .benefits_repeater .col-md-6 {
    flex: 0 0 33%!important;
}
@media(max-width: 991px){
#benefits_5_32 .benefits_repeater .col-md-6 {
    flex: 0 0 100%!important;
}
}
#benefits_5_32 .item_inner {
    padding: 20px!important;
    border-radius: 5px;
	height: 100%;
}
#benefits_5_32 .row {
    --bs-gutter-x: 30px!important;
    --bs-gutter-y: 30px!important;
}
#benefits_5_32 .benefits_repeater .item {
    margin-bottom: 0!important;
}
#benefits_5_32 .title_wrap {
    margin-bottom: 0!important;
}
#benefits_5_32 .items_title {
    color: #fff;
}
#benefits_5_32 .items_icon {
    width: 31px!important;
    height: 25px!important;
}
img {
    border-radius: 0!important;
}
#text_1_42{
	padding: 15px 0 25px;
}
.list_of_types_of_games_2 .item_wrap {
    border-radius: 5px;
    box-shadow: -3px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
#list_of_types_of_games_2_52 .section_text h4{
	margin: 40px 0 0;
	color: #535353;
}
#list_of_types_of_games_2_52 h3{
	margin: 0 0 16px;
}
#list_of_types_of_games_2_52{
	padding: 50px 0 15px;
}
#text_1_62{
	padding: 15px 0 25px;
}
#list_of_types_of_games_2_72{
	padding: 25px 0 15px;
}
#list_of_types_of_games_2_72 h4{
	margin: 0 0 16px;
}
#text_1_82{
	padding: 15px 0 100px;
}
@media(max-width: 991px){
	#text_1_82{
	padding: 15px 0 50px;
}
}
#text_1_92{
	padding: 100px 0 25px;
}
@media(max-width: 991px){
#text_1_92{
	padding: 50px 0 15px;
}
}
#list_of_types_of_games_6_102{
	padding: 25px 0 15px;
}
#list_of_types_of_games_6_102 .types_area {
    margin-top: 0!important;
}
#table_1_112{
	padding: 20px 0 30px;
}
#table_1_112 table {
    width: 60%!important;
	margin: 0 auto;
}
.table_1 thead th h3{
	font-size: 16px;
}
#table_1_112 tbody td {
    border: none!important;
}
.table_1 tbody {
    border-top: none;
    box-shadow: -3px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
#table_1_112 tbody td:nth-child(1){
	background: #EFEFEF;
	border-radius: 10px;
	color: #F18825;
}
#table_1_112 tbody td:before {
    display: none;
}
#list_of_types_of_games_6_122{
	padding: 30px 0 20px;
}
#table_2_132{
	padding: 20px 0;
}
#table_2_132 table {
    width: 60%!important;
	margin: 0 auto;
}
#table_2_132 tbody td {
    border: none!important;
}
#table_2_132 tbody td:nth-child(2){
	background: #EFEFEF;
	border-radius: 10px;
	color: #F18825;
}
#table_2_132 tbody td:before {
    display: none;
}
.table_2 thead th h3{
	font-size: 16px;
}
.table_2 tbody {
    border-top: none;
    box-shadow: -3px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
.table_1 tbody td, .table_1 tbody th,
.table_2 tbody td, .table_2 tbody th{
    padding: 12px 20px !important;
    text-align: center;
}
#list_of_types_of_games_6_142{
	padding: 15px 0 100px;
}
@media(max-width: 991px){
#list_of_types_of_games_6_142{
	padding: 15px 0 50px;
}
}
#how_to_register_5_152 h3{
	margin: 40px 0 16px;
}
#how_to_register_5_152 .register_item_box{
	width: 31px!important;
    height: 25px!important;
	margin: 0 0 16px;
}
.how_to_register_5 .register_item_text p {
    color: #F6F6F6;
}
#how_to_register_5_152{
	padding: 100px 0 40px;
}
@media(max-width: 991px){
#how_to_register_5_152{
	padding: 50px 0 20px;
}
}
.row {
    --bs-gutter-x: 30px!important;
    --bs-gutter-y: 20px!important;
}
.how_to_register_5 .register_item_inner{
	border-radius: 5px;
}
#countries_3_162 .item_wrap {
    width: calc(100% / 6)!important;
}
@media(max-width: 991px){
#countries_3_162 .item_wrap {
    width: 100%!important;
}
}
#countries_3_162{
	padding: 40px 0;
}
#countries_3_162 .item_image {
    margin: 0 auto 14px!important;
}
.countries_3 .item{
	border-radius: 5px;
}
#how_to_register_5_172{
	padding: 40px 0;
}
#how_to_register_5_172 .register_item_box{
	width: 31px!important;
    height: 25px!important;
	margin: 0 0 16px;
}
#benefits_5_182{
	padding: 40px 0 1px;
}
#text_1_192{
	padding: 25px 0 100px;
}
@media(max-width: 991px){
#text_1_192{
	padding: 25px 0 50px;
}
}
#text_1_202{
	padding: 100px 0 40px;
}
@media(max-width: 991px){
#text_1_202{
	padding: 50px 0 20px;
}
}
#vertical_image_2_212{
	padding: 40px 0 100px;
}
@media(max-width: 991px){
#vertical_image_2_212{
	padding: 20px 0 50px;
}
}

#list_of_types_of_games_2_222 .item_title p{
	color: #f6f6f6;
}
#list_of_types_of_games_2_222{
	padding: 100px 0 15px;
}
@media(max-width: 991px){
#list_of_types_of_games_2_222{
	padding: 50px 0 15px;
}
}
#text_1_232{
	padding: 15px 0 100px;
}
@media(max-width: 991px){
#text_1_232{
	padding: 15px 0 50px;
}
}
.benefits_5 .item_inner {
    box-shadow: -3px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
#benefits_5_242{
	padding: 100px 0 20px;
}
@media(max-width: 991px){
#benefits_5_242{
	padding: 50px 0 20px;
}
}
#text_1_252{
	padding: 10px 0 100px;
}
@media(max-width: 991px){
#text_1_252{
	padding: 10px 0 50px;
}
}
#text_1_262{
	padding: 100px 0 40px;
}
@media(max-width: 991px){
#text_1_262{
	padding: 50px 0 20px;
}
}
#vertical_image_2_272{
	padding: 40px 0 100px;
}
@media(max-width: 991px){
#vertical_image_2_272{
	padding: 20px 0 50px;
}
}
#vertical_image_2_272 .item {
    background: #fff;
    padding: 20px;
	box-shadow: -3px 4px 6px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
}
#vertical_image_2_272 .item:not(:last-child) {
    margin-bottom: 20px!important;
}
.faq_3 .accordion_list li {
    border-bottom: 1px solid #cacaca!important;
}
.faq_3 .accordion_list li:first-child {
    border-top: 1px solid #cacaca!important;
}
.faq_3 .accordion_list li .item_question {
    color: #3f3f3f!important;
}
.faq_3 .accordion_list li.active .item_question {
    color: #FA6A35!important;
}
.faq_3 .accordion_list li .plus_box svg{
	fill: #F18825;
}
.info_logo_wrap {
    display: none!important;
}
.theme_footer .footer_text p{
	text-align: center;
	color: #fff;
	font-family: 'Roboto';
	font-weight: 300;
}
.theme_footer .footer_copyright {
    border-top: none!important;
    padding: 1px 0!important;
}
.theme_footer .footer_menu ul {
    justify-content: center;
    color: #fff;
}
.theme_footer .footer_menu ul li:not(:last-child) {
    margin-block-end: 0!important;
}
.how_to_register_5 .register_item_inner {
    box-shadow: -3px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
.countries_3 .item {
    box-shadow: -3px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
@media(max-width: 991px){
#vertical_image_2_22, #vertical_image_3_91523{
	padding: 50px 0;
}
}
@media(max-width: 991px){
.benefits_5 .benefits_repeater .item {
    margin-top: 10px;
}
}
@media(max-width: 991px){
.list_of_types_of_games_2 .items {
    grid-template-columns: 1fr!important;
}
}
@media(max-width: 991px){
.list_of_types_of_games_6 .item {
    width: 100%!important;
    text-align: start!important;
}
}
@media(max-width: 991px){
#table_1_112 table {
    width: 100%!important;
    margin: 0 auto;
}
}
@media(max-width: 991px){
#countries_3_162 .item_wrap:not(:last-child) {
    width: 100%!important;
    margin: 0 0 20px;
}
}
@media(max-width: 991px){
.benefits_5 .benefits_repeater .item {
    margin-bottom: 0!important;
}
}
@media(max-width: 991px){
.benefits_5 .title_wrap {
    flex-direction: column;
}
}
@media(max-width: 991px){
.benefits_5 .items_icon {
    width: 60px!important;
    height: 60px!important;
}
}
.horizontal_table .table_item {
    border-top: none!important;
}
.horizontal_table .table_list {
    border-right: none!important;
    border-bottom: none!important;
}
.horizontal_table .table_item:not(:first-child) {
    border-top: none!important;
}
.horizontal_table .table_box:first-child .table_list {
    border-left: none!important;
}
.horizontal_table .table_list_title {
    font-size: 16px;
}
.horizontal_table .table_boxes {
    margin: 0 auto;
    width: 60%!important;
    display: flex;
}
.horizontal_table .table_box:nth-child(2) .table_item{
	background: #EFEFEF;
	border-radius: 10px;
}
.horizontal_table .table_box:nth-child(2) .table_item p{
	color: #F18825;
}
.horizontal_table .table_list_title {
    text-align: center;
}
.horizontal_table .table_item p {
    margin: 0 auto!important;
}
@media(max-width: 991px){
.horizontal_table .table_boxes {
    width: 100%!important;
}
}

@media(max-width: 991px){
.header_nav #mobile-menu-container {
    background: var(--gradient_main, linear-gradient(90deg, #F18825 0.01%, #FD5C3C 99.98%))!important;
}
}
@media(max-width: 991px){
.header_nav #mobile-menu-container .mobile-menu > .menu-item:not(:last-child) {
    border-bottom: none!important;
}
}
@media(max-width: 991px){
.header_nav #mobile-menu-container .mobile-menu .menu-item a {
    color: #3F3F3F;
}
}
@media(max-width: 991px){
.header_nav #mobile-menu-container .mobile-menu .current_page_item a {
    color: #fff;
    background: var(--gradient_main, linear-gradient(90deg, #F18825 0.01%, #FD5C3C 99.98%))!important;
	font-weight: 500;
}
}
#list_of_types_of_games_1_3942 .item_title {
    margin-bottom: 0!important;
}
#list_of_types_of_games_1_3942{
	padding: 100px 0 5px;
}
@media(max-width: 991px){
#list_of_types_of_games_1_3942{
	padding: 50px 0 5px;
}
}
#list_of_types_of_games_1_3942 .types_area {
    margin: 0 -15px 0px!important;
}
#text_1_4942{
	padding: 20px 0;
}

#table_1_5942 .container, #table_1_6942 .container, #table_1_7942 .container, #table_1_7953 .container, #table_1_8953 .container{
	display: flex;
}
#table_1_5942 .section_text, #table_1_6942 .section_text, #table_1_7942 .section_text, #table_1_7953 .section_text, #table_1_8953 .section_text{
    width: 50%;
}
#table_1_5942 .wrapper, #table_1_6942 .wrapper, #table_1_7942 .wrapper, #table_1_7953 .wrapper, #table_1_8953 .wrapper{
    width: 50%;
    margin-left: 100px;
}
#table_1_5942 thead th, #table_1_6942 thead th, #table_1_7942 thead th, #table_1_7953 thead th, #table_1_8953 thead th{
	display: none;
}
#table_1_5942 tbody td, #table_1_594 tbody th, #table_1_6942 tbody td, #table_1_6942 tbody th, #table_1_7942 tbody td, #table_1_7942 tbody th{
    border: none!important;
}

#table_1_7953 tbody td, #table_1_7953 tbody th, #table_1_8953 tbody td, #table_1_8953 tbody th{
    border: none!important;
	background: #F6F6F6;
}

#table_1_5942 tbody tr, #table_1_6942 tbody tr, #table_1_7942 tbody tr, #table_1_7953  tbody tr, #table_1_8953 tbody tr{
	background: #FFF;
	border-radius: 10px;
}
#table_1_5942 tbody tr:nth-child(1), #table_1_6942 tbody tr:nth-child(1), #table_1_7942 tbody tr:nth-child(1), #table_1_7953 tbody tr:nth-child(1), #table_1_8953 tbody tr:nth-child(1){
	margin: 0 0 5px;
}
#table_1_5942 tbody td, #table_1_5942 tbody th, #table_1_6942 tbody td, #table_1_6942 tbody th, #table_1_7942  tbody td, #table_1_7942 tbody th, #table_1_7953 tbody th, #table_1_8953 tbody th{
    padding: 12px 20px !important;
    text-align: start!important;
}
#table_1_5942 tbody td:before, #table_1_6942 tbody td:before, #table_1_7942 tbody td:before, #table_1_7953 tbody td:before, #table_1_8953 tbody td:before{
    display: none!important;
}
@media(max-width: 991px){
#table_1_5942 .container, #table_1_6942 .container, #table_1_7942 .container, #table_1_7953 .container, #table_1_8953 .container{
	display: block;
}
}
@media(max-width: 991px){
#table_1_5942 .section_text, #table_1_6942 .section_text, #table_1_7942 .section_text, #table_1_7953 .section_text, #table_1_8953 .section_text{
    width: 100%;
}
}
#table_1_5942 .section_text h3, #table_1_6942 .section_text h3, #table_1_7942 .section_text h3, #table_1_8953 .section_text h3, #table_1_7953 .section_text h3{
	margin: 0 0 20px;
}
@media(max-width: 991px){
#table_1_5942 .wrapper, #table_1_6942 .wrapper, #table_1_7942 .wrapper, #table_1_7953 .wrapper, #table_1_8953 .wrapper{
    width: 100%;
    margin-left: 0;
}
}
#table_1_5942, #table_1_6942, #table_1_7942, #table_1_8953, #table_1_7953{
	padding: 20px 0;
}
.table_1 .section_text {
    margin: 0px!important;
}
@media(max-width: 991px){
.table_1 .section_text {
    margin:0 0 40px!important;
}
}
.table_1 .section_text p:not(:last-child) {
    margin: 0 0 16px!important;
}
#vertical_image_2_8942 .item {
    background: #fff;
    padding: 20px;
}
#vertical_image_2_8942{
	padding: 20px 0 100px;
}
@media(max-width: 991px){
#vertical_image_2_8942{
	padding: 20px 0 50px;
}
}
#how_to_register_5_11942 .register_item_text p {
    color: #535353;
}
#how_to_register_5_11942{
	padding: 100px 0 20px;
}
@media(max-width: 991px){
#how_to_register_5_11942{
	padding: 50px 0 20px;
}
}
#text_1_12942{
	padding: 20px 0;
}
#vertical_image_2_13942, #vertical_image_2_31523{
	padding: 20px 0 100px;
}
@media(max-width: 991px){
#vertical_image_2_13942, #vertical_image_2_31523{
	padding: 20px 0 50px;
}
}
#vertical_image_2_13942 .item {
    background: #F6F6F6;
    padding: 20px;
}
@media(max-width: 991px){
.list_of_types_of_games_1 .item_wrap {
    width: 100%!important;
}
}
@media(max-width: 991px){
.vertical_image_and_description_block_2 .item_image {
    margin: 0!important;
}
}
@media(max-width: 991px){
.vertical_image_and_description_block_2 .item_title {
    text-align: start!important;
}
}
@media(max-width: 991px){
.text.variant2 .img_area img {
    height: 100%;
}
}
@media(max-width: 991px){
.faq_3{
	padding: 50px 0;
}
}
#benefits_5_4958{
	padding: 100px 0 5px;
}
@media(max-width: 991px){
#benefits_5_4958{
	padding: 50px 0 5px;
}
}
#text_1_5958{
	padding: 20px 0 100px
}	
@media(max-width: 991px){
#text_1_5958{
	padding: 20px 0 50px
}
}
@media(max-width: 991px){
#vertical_image_2_3958{
	padding: 50px 0;
}
}
.benefits_5 .item_inner {
    border-radius: 5px;
}
#list_of_types_of_games_1_3948 .item_image, #list_of_types_of_games_1_4948 .item_image{
    width: 40px!important;
    height: 40px!important;
    margin: 0 auto 16px!important;
}
#list_of_types_of_games_1_3948{
	padding: 100px 0 1px;
}
@media(max-width: 991px){
#list_of_types_of_games_1_3948{
	padding: 50px 0 1px;
}
}
#list_of_types_of_games_1_4948{
	padding: 10px 0 1px;
}
#text_1_5948{
	padding: 9px 0 100px;
}
@media(max-width: 991px){
#text_1_5948{
	padding: 9px 0 50px;
}
}
#list_of_types_of_games_1_3948 h3{
	margin: 40px 0 0px;
}
#list_of_types_of_games_1_4948 h3{
	margin: 0;
}

#benefits_5_6948 h3, #benefits_5_9948 h3, #benefits_5_12948 h3, #benefits_5_15948 h3, #benefits_5_18948 h3{
	margin: 40px 0 20px;
}
#benefits_5_6948 .items_icon, #benefits_5_9948 .items_icon, #benefits_5_12948 .items_icon, #benefits_5_15948 .items_icon, #benefits_5_18948 .items_icon{
    display: none;
}
#benefits_5_6948 .items_title, #benefits_5_9948 .items_title, #benefits_5_12948 .items_title, #benefits_5_15948 .items_title, #benefits_5_18948 .items_title{
    color: #fff;
}
#benefits_5_6948 .title_wrap, #benefits_5_9948 .title_wrap, #benefits_5_12948 .title_wrap, #benefits_5_15948 .title_wrap, #benefits_5_18948 .title_wrap{
	margin-bottom: 0!important;
}
#benefits_5_6948 .benefits_repeater .item, #benefits_5_9948 .benefits_repeater .item, #benefits_5_12948 .benefits_repeater .item, #benefits_5_15948 .benefits_repeater .item, #benefits_5_18948 .benefits_repeater .item{
    margin-bottom: 0!important;
}
#benefits_5_6948, #benefits_5_9948, #benefits_5_12948, #benefits_5_15948, #benefits_5_18948{
	padding: 100px 0 15px;
}
@media(max-width: 991px){
#benefits_5_6948, #benefits_5_9948, #benefits_5_12948, #benefits_5_15948, #benefits_5_18948{
	padding: 50px 0 15px;
}
}
#list_of_games_2_7948, #list_of_games_2_10948, #list_of_games_2_13948, #list_of_games_2_16948, #list_of_games_2_19948{
	padding: 15px 0;
}
.list_of_games_2 .item_img img {
    object-fit: fill!important;
}
#text_1_8948, #text_1_11948, #text_1_14948, #text_1_17948, #text_1_20948{
	padding: 15px 0 100px;
}
@media(max-width: 991px){
#text_1_8948, #text_1_11948, #text_1_14948, #text_1_17948, #text_1_20948{
	padding: 15px 0 50px;
}
}
#text_1_8948 .text_area__content h3:first-child, #text_1_11948 .text_area__content h3:first-child, #text_1_14948 .text_area__content h3:first-child, #text_1_17948 .text_area__content h3:first-child, #text_1_20948 .text_area__content h3:first-child{
	margin: 0 0 20px;
}
#text_1_8948 .text_area__content h3:not(first-child), #text_1_11948 .text_area__content h3:not(first-child), #text_1_14948 .text_area__content h3:not(first-child), #text_1_17948 .text_area__content h3:not(first-child), #text_1_20948 .text_area__content h3:not(first-child){
	margin: 40px 0 20px;
}

.list_of_games_8 .item_img {
    padding-top: 62%!important;
}
#list_of_games_8_21948{
	padding: 100px 0 20px;
}
@media(max-width: 991px){
#list_of_games_8_21948{
	padding: 50px 0 20px;
}
}
#text_1_22948{
	padding: 20px 0 100px;
}
@media(max-width: 991px){
#text_1_22948{
	padding: 20px 0 50px;
}
}
.vertical_image_and_description_block_3 .item {
    padding: 10px 20px!important;
}
#vertical_image_3_23948 .section_text h3{
	margin: 40px 0 20px;
}
#vertical_image_3_23948 .container{
	border-bottom: 1px solid #FA6A35;
	padding: 20px 0;
}
#vertical_image_3_23948, #payment_methods_5_31948{
	padding: 100px 0 20px;
}
@media(max-width: 991px){
#vertical_image_3_23948, #payment_methods_5_31948{
	padding: 50px 0 20px;
}
}
.how_to_register_1 .register_item_inner {
    border-radius: 10px;
}
#how_to_register_1_24948, #how_to_register_1_25948{
	padding: 20px 0;
}
#list_of_types_of_games_1_26948{
	padding: 20px 0 1px;
}
#list_of_types_of_games_1_27948{
	padding: 10px 0 1px;
}
#list_of_types_of_games_1_26948 h4{
	margin: 40px 0 0;
}
#list_of_types_of_games_1_27948 h4{
	margin: 0;
}
#text_1_28948{
	padding: 10px 0 100px;
}
@media(max-width: 991px){
#text_1_28948{
	padding: 10px 0 50px;
}
}
#payment_methods_5_32948{
	padding: 20px 0;
}
#payment_methods_5_31948 .section_text h3{
	margin: 40px 0 20px;
}
#payment_methods_5_31948 .section_text h4{
	margin: 40px 0 0px;
}
#payment_methods_5_32948 .section_text h4{
	margin: 0;
}
#text_1_33948, #text_1_35948{
	padding: 20px 0 100px;
}
@media(max-width: 991px){
#text_1_33948, #text_1_35948{
	padding: 20px 0 50px;
}
}
.list_of_types_of_games_1 .item_image {
    margin: 0 auto 10px!important;
}
.list_of_types_of_games_1 .section_text {
    margin: 0 0 30px!important;
}
#list_of_types_of_games_1_34948{
	padding: 100px 0 1px;
}
@media(max-width: 991px){
#list_of_types_of_games_1_34948{
	padding: 50px 0 1px;
}
}
@media(max-width: 991px){
#vertical_image_2_2948{
	padding: 50px 0;
}
}
@media(max-width: 991px){
#list_of_types_of_games_1_3948 .item_image, #list_of_types_of_games_1_4948 .item_image {
    margin: 0 0 16px!important;
}
}
@media(max-width: 991px){
.list_of_types_of_games_1 .item_title {
    text-align: start!important;
}
}
@media(max-width: 991px){
#vertical_image_3_23948 .item_image {
    margin: 0!important;
}
}
@media(max-width: 991px){
#vertical_image_3_23948 .item_area {
    margin-top: 0!important;
}
}
@media(max-width: 991px){
#list_of_types_of_games_1_26948 .item_title, #list_of_types_of_games_1_27948 .item_title, #list_of_types_of_games_1_34948 .item_title{
    text-align: center!important;
}
}
#text_7_2953{
	padding: 100px 0 10px;
}
@media(max-width: 991px){
#text_7_2953{
	padding: 50px 0 10px;
}
}
#list_of_types_of_games_1_3953 .item_wrap {
    width: 33%!important;
}
@media(max-width: 991px){
#list_of_types_of_games_1_3953 .item_wrap {
    width: 100%!important;
}
}
.list_of_types_of_games_1 .item {
    border-radius: 5px;
}
#list_of_types_of_games_1_3953{
	padding: 20px 0 15px;
}
@media(max-width: 991px){
#list_of_types_of_games_1_3953{
	padding: 20px 0 15px;
}
}
#vertical_image_2_4953 .item:not(:last-child) {
    margin-bottom: 20px!important;
}
#vertical_image_2_4953 .item {
    background: #F6F6F6;
    padding: 20px;
}
#vertical_image_2_4953{
	padding: 15px 0 100px;
}
@media(max-width: 991px){
#vertical_image_2_4953{
	padding: 15px 0 50px;
}
}
#vertical_image_6_5953 .section_text, #vertical_image_6_23953 .section_text{
	margin: 0 0 40px;
}
#text_1_9953{
	padding: 20px 0 100px;
}
@media(max-width: 991px){
#text_1_9953{
	padding: 20px 0 50px;
}
}
#vertical_image_3_10953 h3{
	margin: 40px 0 20px;
}
#vertical_image_3_10953{
	padding: 100px 0 20px;
}
@media(max-width: 991px){
#vertical_image_3_10953{
	padding: 50px 0 20px;
}
}
#list_of_types_of_games_1_11953 .item_image {
    height: 40px!important;
}
#list_of_types_of_games_1_11953 .item_image img {
    height: 40px!important;
}
#list_of_types_of_games_1_11953{
	padding: 20px 0 10px;
}
#vertical_image_3_12953{
	padding: 10px 0 20px;
}
#how_to_register_1_13953 .register_item_box {
    margin: 0 auto 20px!important;
    width: 157px!important;
    height: 70px!important;
}
#how_to_register_1_13953, #vertical_image_3_21953{
	padding: 20px 0;
}

#benefits_5_14953 .items_icon {
    display: none;
}
#benefits_5_14953 .title_wrap {
    margin-bottom: 0!important;
}
#benefits_5_14953, #text_1_22953, #text_1_51523, #vertical_image_2_71523{
	padding: 20px 0 100px;
}
@media(max-width: 991px){
#benefits_5_14953, #text_1_22953, #text_1_51523, #vertical_image_2_71523{
	padding: 20px 0 50px;
}
}
#vertical_image_3_15953{
	padding: 100px 0 20px;
}
@media(max-width: 991px){
#vertical_image_3_15953{
	padding: 50px 0 20px;
}
}
#vertical_image_3_15953 h3{
	margin: 40px 0 20px;
}
#list_of_types_of_games_1_16953, #list_of_types_of_games_1_17953, #list_of_types_of_games_1_18953{
	padding: 20px 0 1px;
}
#how_to_register_5_19953, #how_to_register_5_20953{
	padding: 20px 0 1px;
}
#how_to_register_5_19953 .register_item_text p, #how_to_register_5_20953 .register_item_text p{
	color: #272727;
}
.text.variant7 .img_area {
    margin-bottom: 20px!important;
}
.list_of_types_of_games_1 .types_area {
    margin: 0 -15px 10px!important;
}
.vertical_image_and_description_block_6 .item_title {
    color: #3f3f3f!important;
}
.vertical_image_and_description_block_6 .items_area .item {
    align-items: start!important;
}
#text_1_6953, #vertical_image_3_21523, #vertical_image_3_41523, #how_to_register_5_61523{
	padding: 100px 0 20px;
}
@media(max-width: 991px){
#text_1_6953, #vertical_image_3_21523, #vertical_image_3_41523, #how_to_register_5_61523{
	padding: 50px 0 20px;
}
}
.vertical_image_and_description_block_6 .items_area .item:last-child {
    margin-bottom: 0!important;
}
@media(max-width: 991px){
#list_of_types_of_games_1_3953 .item_image, #list_of_types_of_games_1_11953 .item_image {
    margin: 0 0 10px!important;
}
}
@media(max-width: 991px){
.vertical_image_and_description_block_6 {
	padding: 50px 0;
}
}
@media(max-width: 991px){
#vertical_image_3_10953 .item_image, #vertical_image_3_12953 .item_image, #vertical_image_3_15953 .item_image, #list_of_types_of_games_1_16953  .item_image, #list_of_types_of_games_1_17953 .item_image, #list_of_types_of_games_1_18953 .item_image, #vertical_image_3_21953 .item_image{
    margin: 0!important;
}
}
@media(max-width: 991px){
.how_to_register_5 .register_item_box {
    margin: 0 0 20px;
}
}

#vertical_image_3_21523 .section_text, #vertical_image_3_41523 .section_text, #vertical_image_3_91523 .section_text{
    margin-bottom: 0px!important;
}
#vertical_image_2_31523 .section_text{
	 margin-bottom: 20px!important;
}
#vertical_image_3_21523 .section_text p:last-child, #vertical_image_2_31523 .section_text p:last-child, #vertical_image_3_41523 .section_text p:last-child{
    margin: 40px 0 0;
	color: #3F3F3F;
	font-weight: 700;
}
#vertical_image_3_91523 .section_text h3{
	margin:40px 0 0;
}
#vertical_image_3_21523 .item_text, #vertical_image_2_31523 .item_text, #vertical_image_3_41523 .item_text, #vertical_image_3_91523 .item_text{
    margin: 0!important;
}
#vertical_image_3_21523 .item, #vertical_image_2_31523 .item, #vertical_image_3_41523 .item, #vertical_image_3_91523 .item{
    align-items: center;
}
#vertical_image_2_31523 .item:not(:last-child) {
    margin-bottom: 10px!important;
}
#vertical_image_2_31523 .item {
    background: #F6F6F6;
    padding: 20px;
}
#vertical_image_2_31523 .item_image {
    width: 21px;
    height: 21px;
}
#how_to_register_5_61523 .register_item_text p {
    color: #535353;
}
#how_to_register_5_61523 .register_item_box {
    margin: 0 auto 20px;
}
@media(max-width: 991px){
#how_to_register_5_61523 .register_item_box {
    margin: 0 0 20px;
}
}
#how_to_register_5_61523 .register_item_inner {
    box-shadow: none;
}
@media(max-width: 991px){
#vertical_image_3_21523 .item_image, #vertical_image_3_41523 .item_image, #vertical_image_3_91523 .item_image {
    margin: 0!important;
}
}
@media(max-width: 991px){
#vertical_image_3_21523 .item, #vertical_image_3_41523 .item, #vertical_image_3_91523 .item, #vertical_image_3_91523 .item  {
    align-items: start;
	padding: 10px 20px 10px 0 !important;
}
}
@media(max-width: 991px){
#vertical_image_2_31523 .item{
	 align-items: start;
}
}
@media(max-width: 991px){
#vertical_image_3_21523 .items_area, #vertical_image_2_31523 .items_area, #vertical_image_3_41523 .items_area, #vertical_image_3_91523 .items_area{
    margin: 10px auto 0;
}
}
@media(max-width: 991px){
#vertical_image_3_21523 .item_image, #vertical_image_3_41523 .item_image, #vertical_image_3_91523 .item_image{
	width: 40px!important;
    height: 40px!important;
}
}
@media(max-width: 991px){
#how_to_register_5_61523 .register_items {
    margin: 10px 0 0;
}
}
@media(max-width: 991px){
#how_to_register_5_61523 .register_items .col-md-4 {
    margin-bottom: 0!important;
}
}
@media(max-width: 991px){
#vertical_image_2_71523 .items_area {
    margin: 0!important;
}
}
@media(max-width: 1020px){
#text_2_81523 .text_block_flex{
	flex-direction: column-reverse;
}
}
@media(max-width: 1020px){
#text_2_81523 .img_area{
	text-align: center!important;
}
}
#horizontal_table_132{
	padding: 20px 0;
}
#benefits_5_6942 .items_icon, #benefits_5_8953 .items_icon{
    display: none;
}
#benefits_5_6942 .benefits_repeater .item, #benefits_5_8953 .benefits_repeater .item{
    margin-bottom: 0px;
}
#benefits_5_6942 .col-md-6, #benefits_5_8953 .col-md-6{
        width: 33%;
}
@media(max-width: 620px){
#benefits_5_6942 .col-md-6, #benefits_5_8953 .col-md-6 {
        width: 100%;
}
}
#benefits_5_6942 .row {
    --bs-gutter-x: 30px !important;
    --bs-gutter-y: 5px !important;
}
#benefits_5_6942 .title_wrap, #benefits_5_8953 .title_wrap{
    margin-bottom: 0;
}
#benefits_5_6942 .item_inner {
    border-radius: 10px;
}
#benefits_5_6942 .col-md-6:nth-child(1) .item_inner, #benefits_5_6942 .col-md-6:nth-child(2) .item_inner, #benefits_5_6942 .col-md-6:nth-child(3) .item_inner {
    background-color: #1F120F;
    color: #fff;
}
#benefits_5_6942 .item_inner{
	background-color: #fff;
}
#benefits_5_6942, #benefits_5_8953{
	padding: 20px 0;
}
#payment_methods_5_31948 .types_area {
    grid-gap: 20px;
}
#payment_methods_2_32948 .types_area {
    grid-template-columns: 1fr 1fr 1fr;
}
#payment_methods_2_32948{
	padding: 20px 0;
}
#payment_methods_2_32948 .section_text {
    margin-bottom: 20px!important;
}
#payment_methods_2_32948 .section_text h4{
    margin: 0;
}
#benefits_5_8953 .item_inner {
    padding: 12px;
}
#text_3_24953 h3{
	margin: 40px 0 18px;
}
.banner_14 .banner_text {
  width: 100%;
  justify-content: end;
}
.banner_14 .banner-text {
  width: 670px;
}
.banner_14 .banner_inner {
  background: transparent url(../images/templates-2.webp) no-repeat center;
  background-size: cover;
  justify-content: space-between!important;
  column-gap: 0 !important;
  border-radius: 10px;
}
.banner_14 .banner_btn {
  width: 0;
}
.banner_14 .banner_btn .button_basic {
  display: none;
}
.banner_14 .banner-btn,
.popup .banner-popup .banner-btn {
  text-align: center;
}
.popup .banner-popup .banner-btn .button_basic {
	  padding: 10px 30px;
  font-weight: 900;
  color: #fff !important;
	border-radius: 15px;
	box-shadow: 0px 0px 30px 0px #D30D00;
background-color: #FF6600;
	background: #FF6600;
	transition: 0.4s all;
}
.popup .banner-popup .banner-btn .btn_shortcode .button_basic:hover {
		box-shadow: none;
		transition: 0.4s all;
}

.banner_14 .banner-btn .btn_shortcode a,
.popup .banner-popup .banner-btn .btn_shortcode a {
  color: #fff;
  font: 900 18px/25px 'Poppins', sans-serif;
  letter-spacing: -0.08em;
  text-align: left;
	border: none;
}
.banner_14 .banner .button_basic  {
		background: linear-gradient(89.98deg, #F18825 0.01%, #FD5C3C 99.98%);
	padding: 10px 40px;
	box-shadow: 0px 0px 30px 0px #D30D00;
	transition: 0.4s all;
	color: #fff;
	font-weight: 900;
}
.banner_14 .banner .button_basic:hover {
	box-shadow: none;
	background: linear-gradient(89.98deg, #F18825 0.01%, #FD5C3C 99.98%);
}
.banner_14 .banner_inner .banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.banner_14 .banner_inner .banner .banner-text {
  font: 800 18px/30px 'Poppins', sans-serif;
  letter-spacing: 0.0025em;
  text-align: center;
  color: #fff;
}

.banner_14 .banner .banner-text .banner-title {
  font: 600 38px/42px 'Poppins', sans-serif;
}
.banner_14 .banner_image {
    max-width: 215px;
    width: 0;
}
.banner_14 .banner-btn .btn-undertext,
.popup .banner-popup .banner-btn .btn-undertext {
  display: inline-block;
  margin-top: 10px;
  font: 400 12px/26px 'Poppins', sans-serif;
  letter-spacing: 0.0025em;
  text-align: center;
  text-decoration: underline;
  color: #CACACA;
}
.popup .popup_inner {
  border-radius: 10px;
  padding: 0 !important;
}
.popup .popup_container {
  width: 700px !important;
}

.popup .banner-popup {
  width: 65%;
  padding: 55px 20px;
  margin: 0 0 0 auto;
}

.popup .bottom_text1,
.popup .bottom_text2 {
  margin: 0 !important;
}

.popup_text {
  margin-bottom: 0 !important;
}

.popup .popup_text,
.popup .popup_text .banner-text p {
  font: 600 20px/28px 'Poppins', sans-serif !important;
  letter-spacing: 0.0025em;
  text-align: center;
  color: #fff;
}

.popup .banner-title {
  margin-bottom: 10px;
}

.popup .banner-popup .banner-btn .btn_shortcode a {
  margin: 0;
}

.popup .banner-popup .banner-btn .btn_shortcode {
  width: max-content;
  margin: 24px auto 0;
}

.popup .banner-popup .button_basic {
  min-width: auto !important;
}

.popup .banner-popup .banner-text .banner-title {
  display: inline-block;
  margin-bottom: 10px;
  font: 600 34px/36px 'Poppins', sans-serif;
}
    .popup .close {
        top: 13px!important;
        right: 13px!important;
        width: 18px!important;
        height: 18px!important;
			  filter: invert(66%) sepia(0%) saturate(1335%) hue-rotate(164deg) brightness(94%) contrast(85%);
    }
@media(max-width: 1400px) {
  .banner_14 .banner-text {
    padding: 0 0 0 115px;
}}

@media(max-width: 1200px) {
  .banner_14 .banner_inner {
    background: transparent url(../images/templates-4.webp) no-repeat center;
    background-size: cover;
    width: 100%;

}
  .banner_14 .banner-text {
    padding: 0;
}
  .banner_14 .banner {
    grid-gap: 25px;
}
  .banner_14 .banner_btn {
    padding: 0;
    width: 0;
}
  .banner_14 .banner_text {
    width: 100%;
    justify-content: space-between;
    padding: 0px;
    margin-top: 0px !important;
}
  .banner_14 .banner_inner .banner .banner-text .banner-title {
    display: inline-block;
}
.popup .close img {
  width: 18px !important;
  height: 18px !important;
}
.popup .close {
  top: 13px !important;
  right: 13px !important;
  width: 44px !important;
  height: 44px !important;
}
}
@media(max-width: 992px) {
  .banner_14 {
    padding-top: 0;
}  .banner_14 .banner_image {
    height: auto !important;
}
  .banner_14 .banner_inner {
    max-width: 100% !important;
}
  .banner_14 .banner_text {
    margin: 0;
}
  .banner_14 .banner-text {
    width: 600px;
    padding: 0px 0px;
}
  .banner_14 .banner_btn {
    margin-top: 0px !important;
    height: 0;
}
	.banner_14 .banner .button_basic {
    padding: 10px 26px;
}
	.banner_14 .banner .banner-text .banner-title {
    font: 600 24px / 35px 'Poppins', sans-serif;
}
}

@media(max-width: 890px) {
  .popup .popup_inner {
    height: auto !important;
}
  .popup .banner-popup {
    width: 100%;
    padding: 193px 16px 20px;
    margin: 0;
}
  .popup .popup_inner {
    background: transparent url(../images/templates-1.webp) no-repeat center !important;
    background-size: cover !important;
    width: 100%;
}
  .popup .banner-popup .banner-text .banner-title {
    font: 800 28px / 34px 'Poppins', sans-serif;
}
	.popup .close {
    filter: none;
}
  .popup .popup_text .banner-text p {
    font: 600 18px / 28px 'Poppins', sans-serif !important;
}}

@media(max-width: 768px) {
  .banner_14 .banner_inner {
    background: transparent url(../images/templates-3.webp) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 18.5px 10.5px;
}
  .banner_14 .banner_inner .banner {
    flex-direction: column;
    padding: 0;
    row-gap: 14px;
}
  .banner_14 .banner-text {
    padding: 0px;
    width: 430px;
}
  .banner_14 .banner_text {

    padding: 0;
    margin: 0px !important;
}
  .banner_14 .banner-btn .btn_shortcode a {
    font: 600 16px / 25px 'Poppins', sans-serif;
    padding: 8.5px 20px;
}
  .banner_14 .banner-btn .btn-undertext {
    font: 400 12px / 14px 'Poppins', sans-serif;
}}

@media(max-width: 560px) {
  .banner_14 .banner-text {
    padding: 0px;
    width: 305px;
}
  .popup.variant_1 .popup_container {
    max-width: 90% !important;
}
  .banner_14 .banner .banner-text .banner-title {
    font: 800 20px / 24px 'Poppins', sans-serif;
}
  .banner_14 .banner_inner {
    padding: 20px 10px;
}}

.bi-5cbcb1e7 {background-color: #efefef}
.bi-148d85bd {background-color: #ffffff}
.bi-35197b08 {color:#fff; background-color:#efefef}
.bi-60a8fbcb {background-color: #303030}
.bi-729d2fa4 {color:#fff}
.bi-1e442d7b {background-color: #f6f6f6}
.bi-5bbf31c5 {color:#fff; background-color:#f6f6f6}
.bi-58a7a93d {color:}
.bi-fac5cf4f {order:-1;text-align:start}
.bi-7c8ebd94 {font-weight: 400}
.bi-99ff2f67 {text-align: left}
.bi-eb075a1a {background-color: rgba(0, 0, 0, 0.5)}
.bi-f347bf5c {background-image: url(../images/templates.webp)}
.bi-12e79179 {color: #fff}
.bi-729c8cba {background-color:#303030}
.bi-65f9d5a3 {text-align: center}
.bi-de88067e {enable-background:new 0 0 490.667 490.667}