* {


    margin: 0;
  padding: 0;
   box-sizing: border-box;

}

body {
  font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
  line-height: 1.7;
    font-weight: 400;
  font-size: 1.1rem;
  color: #333;
  background: #fff;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Arial',sans-serif;
  font-weight: 700;
}

a {
  text-decoration: none;
    color: inherit;
    transition: color .3s;
}

img {
   max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

.bar-wrap-47 {
  max-width: 1200px;
    margin: 0 auto;
  padding: 0 20px;
    display: flex;
    justify-content: space-between;
  align-items: center;
}

.ov-main-bar {
    background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  position: sticky;
    top: 0;
    z-index: 1000;
}

.brand-area-pt a {
   display: block;
}

.logo-img-ov {
    height: 64px;
   width: auto;
}

.link-set-bar {
  display: flex;
    gap: 35px;
}

.link-set-bar li a {
   font-size: 15px;
    font-weight: 500;
    color: #2f2f2f;
  text-transform: uppercase;
    letter-spacing: .5px;
    transition: color .3s;
}

.link-set-bar li a:hover {
    color: #2563eb;
}

.burger-ctrl {
	   display: none;
  cursor: pointer;
     }

.burger-svg-ov {
  width: 28px;
    height: 28px;
}@media (max-width:768px){
    .burger-ctrl{
        display:block
    }
    .link-set-bar{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        right:0;
        background:#fff;
        flex-direction:column;
        padding:20px;
        box-shadow:0 4px 12px rgba(0,0,0,.1)
    }
    .link-set-bar.active{
        display:flex
    }
}.site-blocks-cover {
   background-size: cover;
  background-repeat: no-repeat;
   background-position: center center;
    min-height: 600px;
  height: calc(40vh);
  position: relative;
    display: flex;
    align-items: center;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
   left: 0;
    bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,.4);
}

.site-blocks-cover .row	{
   position: relative;
   z-index: 1;
}

.site-blocks-cover h1 {
    font-size: 4rem;
  font-weight: 900;
  color: #fff;
}@media (max-width:991.98px){
    .site-blocks-cover h1{
        font-size:2rem
    }
}.site-blocks-cover p {
  color: rgba(255,255,255,.5);
  font-size: 1.2rem;
   line-height: 1.5;
}

.btn {
   text-transform: uppercase;
  letter-spacing: .2em;
  border-radius: 0;
    position: relative;
  top: 0;
}

.btn:hover,.btn:active,.btn:focus {
   outline: 0;
    box-shadow: none!important;
}

.btn.btn-primary {
   background-color: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

.btn.btn-primary:hover {
    background-color: #1d4ed8;
   border-color: #1d4ed8;
}

.container {
    max-width: 1200px;
  margin: 0 auto;
    padding : 0 20px;
}

.row {
  display: flex;
    flex-wrap: wrap;
      margin: 0 -15px;
}

.col-lg-6,.col-md-4,.col-md-6,.col-md-12 {
   padding: 0 15px;
}

.col-lg-6 {
    flex: 0 0 50%;
  max-width: 50%;
}

.col-md-4 {
    flex: 0 0 33.333%;
          max-width: 33.333%;
}

.col-md-6 {
   flex: 0 0 50%;
	    max-width: 50%;
}

.col-md-12 {
   flex: 0 0 100%;
   max-width: 100%;
}@media (max-width:991px){
    .col-lg-6{
        flex:0 0 100%;
        max-width:100%
    }
}
@media (max-width:768px){
    .col-md-4,.col-md-6{
        flex:0 0 100%;
        max-width:100%
    }
}.align-items-center {
    align-items: center!important;
}

.justify-content-center {
    justify-content: center!important;
}

.text-center {
  text-align: center!important;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.mb-5 {
  margin-bottom: 3rem!important;
}

.mb-lg-0 {
   margin-bottom: 0!important;
}@media (max-width:991px){
    .mb-lg-0{
        margin-bottom:1.5rem!important
    }
}.py-2 {
   padding-top: .5rem!important;
   padding-bottom: .5rem!important;
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}

.px-5 {
    padding-left: 3rem!important;
  padding-right: 3rem!important;
}

.spad {
   padding-top: 100px;
    padding-bottom: 100px;
}

.home-about-section {
   padding-bottom: 90px;
}

.ha-pic {
  box-shadow: 0 0 30px rgba(11,12,48,.15);
   margin-right   :    30px;
}

.ha-pic img {
   min-width: 100%;
    border-radius: 2px;
}

.ha-text {
  padding-top: 74px;
}

.ha-text h2 {
  color: #2f2f2f;
  font-size: 40px;
    font-weight: 700;
  margin-bottom: 32px;
}

.ha-text p {
  font-size: 16px;
  color: #6c757d;
   line-height: 28px;
   margin-bottom: 21px;
}

.ha-text ul {
    margin-bottom: 27px;
}

.ha-text ul li {
   list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #6c757d;
}

.ha-text ul li span {
  color: #2563eb;
}

.ha-text .ha-btn {
    font-size: 16px;
  color: #2f2f2f;
   font-weight: 600;
    position: relative;
}

.ha-text .ha-btn:before {
   position: absolute;
    left: 0;
    bottom: -6px;
   height: 2px;
   width: 100%;
  background: #2563eb;
  content: "";
}@media (max-width:991px){
    .ha-text{
        padding-top:30px
    }
}.ftco-section {
   padding: 7em 0;
  position: relative;
}

.ftco-services .media.block-6 {
	display: block;
    width: 100%;
}

.ftco-services .media.block-6 .icon {
   width: 100px;
    height: 100px;
    border-radius: 50%;
   margin: 0 auto;
  background: #3b82f6;
   border: 3px solid #93c5fd;
  display: flex;
    align-items: center;
   justify-content: center;
}

.ftco-services .media.block-6 .icon span {
   color: #fff;
    font-size: 50px;
}

.icon-shield-ov,.icon-speed-ov,.icon-bonus-ov {
   width: 50px;
  height: 50px;
    display: block;
}

.ftco-services .media.block-6 .media-body {
  text-align: center;
}

.ftco-services .media.block-6 .media-body h3 {
    font-weight: 500;
    font-size: 20px;
}

.ftco-services .media.block-6 .media-body p {
  color: #828282;
}

.d-flex {
  display: flex!important;
}

.align-self-stretch {
  align-self: stretch!important;
}@media (max-width:991px){
    .col-md-4{
        margin-bottom:30px
    }
}.site-section {
   padding: 3em 0;
}@media (min-width:768px){
    .site-section{
        padding:7em 0
    }
}.img-fluid {
   max-width: 100%;
   height: auto;
}

.container-fluid {
   width: 100%;
  padding: 0 15px;
}

.platform-cards-zone {
   padding: 60px 0;
   background: #f8f9fa;
}

.col-12 {
   flex: 0 0 100%;
  max-width: 100%;
}

.col-md-6 {
  flex: 0 0 50%;
    max-width: 50%;
}

.col-xl-3 {
  flex: 0 0 25%;
    max-width: 25%;
}@media (max-width:1200px){
    .col-xl-3{
        flex:0 0 50%;
        max-width:50%
    }
}
@media (max-width:768px){
    .col-md-6{
        flex:0 0 100%;
        max-width:100%
    }
}.footer-post-wrap {
    margin-bottom: 60px;
}

.footer-post-wrap figure {
    width: 185px;
    margin: 0 30px 0 0;
}

.footer-post-wrap figure img {
   display: block;
   width: 100%;
}

.footer-post-cont


{
  width: calc(100% - 205px);
}

.footer-post-cont .posted-date {
  margin-top: 20px;
  font-size: 11px;
   letter-spacing: .08rem;
  text-transform: uppercase;
    color: #afafaf;
}

.footer-post-cont h3 {
    margin-top: 10px;
    font-size: 18px;
}

.footer-post-cont h3 a {
    color: #2f2f2f;
}

.footer-post-cont .tags-links {
    margin-top: 12px;
}

.footer-post-cont .tags-links a {
  margin-right: 5px;
    font-size: 12px;
          color: #afafaf;
}

.footer-post-cont .read-more {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  color: #2f2f2f;
  text-decoration: underline;
   text-transform: capitalize;
}

.flex {
   display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}@media screen and (min-width:1200px){
    .footer-post-wrap{
        margin-bottom:0
    }
}.colorlib-education {
    padding-top: 4em;
   padding-bottom: 9em;
  clear: both;
    width: 100%;
   display: block;
}@media screen and (max-width:768px){
    .colorlib-education{
        padding-top:5em;
        padding-bottom:8em
    }
}.colorlib-narrow-content {
  max-width: 1200px;
   margin: 0 auto;
  padding: 0 20px;
}

.heading-meta {
    display: block;
    text-transform: uppercase;
  font-size: 13px;
    letter-spacing: 2px;
   color: #999;
  margin-bottom: 10px;
    text-align: center;
}

.colorlib-heading {
  font-size: 36px;
   color: #2f2f2f;
  text-align: center;
    margin-bottom: 50px;
}

.col-md-offset-3 {
   margin-left: 25%;
}

.col-md-pull-3 {
    right: 25%;
}@media (max-width:768px){
    .col-md-offset-3,.col-md-pull-3{
        margin-left:0;
        right:0
    }
}.fancy-collapse-panel {
         max-width: 900px;
    margin: 0 auto;
}

.fancy-collapse-panel .panel-default>.panel-heading {
  padding: 0;
}

.panel {
  box-shadow: none!important;
   border: none;
    margin-bottom: 5px;
}

.panel-heading a {
   padding: 20px 25px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
   letter-spacing: 1px;
   text-transform: uppercase;
   background-color: #f2f3f7;
    border: 1px solid #e6e6e6!important;
    color: #333;
    position: relative;
    box-shadow: none!important;
}

.panel-heading a:after {
  right: 20px;
   position: absolute;
    font-weight: 400;
  content: "\e115";
  font-size: 14px;
  line-height: 1;
  font-family: "icomoon";
    top: 50%;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\e114";
}

.panel-heading a:not(.collapsed) {
    background-color: #2563eb;
   color: #fff;
  border-color: #2563eb!important;
}

.panel-collapse {
   max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.panel-collapse.in {
    max-height: 500px; 

}

.panel-body {
    padding: 1.5em;
    margin-top: 5px;
  border: 1px solid #e6e6e6!important;
}

.ftco-footer {
  font-size: 16px;
    background: #111;
   padding: 7em 0;
}

.ftco-footer .ftco-heading-2 {
   font-size: 18px;
  font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.ftco-footer p {
  color: rgba(255,255,255,.7);
}

.ftco-footer a {
  color: rgba(255,255,255,.7);
}

.ftco-footer a:hover {
    color: #fff;
}

.ftco-footer .ftco-footer-social li {
  list-style: none;
   margin-right: 10px;
}

.ftco-footer .ftco-footer-social li a {
    height: 40px;
    width: 40px;
   display: block;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
    position: relative;
}

.ftco-footer .ftco-footer-social li a span {
    position: absolute;
   font-size: 20px;
  top: 50%;
    left: 50%;
  transform: translate(-50%,-50%);
}

.ftco-footer .ftco-footer-widget ul li a {
   display: block;
}

.ftco-footer .ftco-footer-widget .block-23 ul    {
   padding: 0;
}

.ftco-footer .ftco-footer-widget .block-23 ul li {
    display: table;
    margin-bottom: 10px;
}

.ftco-footer .ftco-footer-widget .block-23 ul li span:nth-child(1) {
   width: 40px;
}

.ftco-footer .ftco-footer-widget .block-23 ul li .icon {
  display: table-cell;
    vertical-align: top;
   width: 40px;
  font-size: 18px;
    padding-top: 2px;
}

.list-unstyled {
    padding-left: 0;
  list-style: none;
}

.float-md-left
{
    float: left!important; 
	
}

.float-lft {
    float: left!important;
}

.mt-5 {
   margin-top: 3rem!important;
}

.ml-md-5 {
    margin-left: 3rem!important;
}

.mb-5 {

	  margin-bottom: 3rem!important;
     }

.d-block  {
  display: block!important;
}

.ftco-bg-dark {
   background: #111!important;
}

.col-md {
  flex: 1 0 0%;
  max-width: 100%;
}@media (max-width:991px){
    .col-md{
        flex:0 0 50%;
        max-width:50%
    }
}
@media (max-width:576px){
    .col-md{
        flex:0 0 100%;
        max-width:100%
    }
}.burger-svg-ov {
   stroke: #2f2f2f;
  fill: none;
    stroke-width: 2;
}

.icon_check {
    color: #2563eb;
   font-weight: 700;
}

.icon_check:before {
  content: "✓";
    margin-right: 8px;
}

.social-icon-ov {
   color: #fff;
}

.disclaimer-block-ov {
   background: #1e40af;
    border: 3px solid #3b82f6;
    padding: 25px 30px;
   margin-bottom: 50px;
  border-radius: 0;
}

.disclaimer-inner-wrap {


   max-width: 1000px;
  margin: 0 auto;
}

.disclaimer-title-47		{
   color: #fff;
  font-size: 22px;
    font-weight: 700;
   margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.disclaimer-text-pt {
  color: rgba(255,255,255,.95);
  font-size: 15px;
   line-height: 1.7;
    margin: 0;
}

.footer-logo-zone {
   margin-bottom: 20px;
}

.footer-brand-img {
    min-height: 86px;
    width: auto;
  filter: brightness(0) invert(1);
}

.regulators-section-ov {
  border-top: 1px solid rgba(255,255,255,.1);
   padding-top: 40px;
  margin-top: 30px;
    margin-bottom: 40px;
}

.regulators-heading-pt {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
   text-transform: uppercase;
  letter-spacing: .5px;
}

.regulators-grid-wrap {
    display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.regulator-item-box {
  background: rgba(255,255,255,.05);
   padding: 15px;
  display: flex;
   align-items: center;
    justify-content: center;
  transition: all .3s;
  border: 1px solid rgba(255,255,255,.1);
}

.regulator-item-box:hover {
  background: rgba(255,255,255,.1);
  transform: translateY(-3px);
}

.regulator-item-box img {
   max-width: 100%;
   height: auto;
   max-height: 50px;
  object-fit: contain;
}@media (max-width:991px){
    .regulators-grid-wrap{
        grid-template-columns:repeat(3,1fr)
    }
}
@media (max-width:576px){
    .regulators-grid-wrap{
        grid-template-columns:repeat(2,1fr)
    }
    .disclaimer-block-ov{
        padding:20px 15px
    }
    .disclaimer-title-47{
        font-size:18px
    }
}.age-popup-overlay {
        position: fixed;
   top: 0;
  left: 0;
  width: 100%;
       height: 100%;
  background: rgba(0,0,0,.85);
   display: flex;
  align-items: center;
   justify-content: center;
    z-index: 9999;
    opacity: 1;
   transition: opacity .3s;
}

.age-popup-overlay.hidden {
    pointer-events: none;
   opacity: 0;
}

.age-popup-content {
   background: #fff;
   padding: 40px 35px;
  max-width: 500px;
  width: 90%;
   text-align: center;
   position: relative;
}

.age-popup-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.age-popup-title {
   color   :#2f2f2f;
  font-size: 28px;
    font-weight: 700;
  margin-bottom: 15px;
}

.age-popup-text {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
    margin-bottom: 30px;
}

.age-popup-buttons {
  display: flex;
    gap: 15px;
   justify-content: center;
   margin-bottom: 20px;
}

.age-btn-confirm,.age-btn-decline {
   padding: 12px 30px;
  font-size: 16px;
   font-weight: 600;
  border: none;
    cursor: pointer;
  text-transform: uppercase;
   letter-spacing: .5px;
   transition: all .3s;
}

.age-btn-confirm {
    background: #2563eb;
  color: #fff;
}

.age-btn-confirm:hover {
  background: #1d4ed8;
}

.age-btn-decline {
    background: #6c757d;
    color: #fff;
}

.age-btn-decline:hover {
   background: #495057;
}

.age-popup-warning {
    color: #dc3545;
  font-size: 13px;
  font-weight: 600;
   margin: 0;
}@media (max-width:576px){
    .age-popup-content{
        padding:30px 20px
    }
    .age-popup-title{
        font-size:22px
    }
    .age-popup-buttons{
        flex-direction:column
    }
    .age-btn-confirm,.age-btn-decline{
        width:100%
    }
}.offers-catalog-zone-pt {
   padding: 80px 0;
   background: #f8f9fa;
}

.catalog-header-wrap {
   text-align: center;
  margin-bottom: 50px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.catalog-meta-label {
    display: block;
  text-transform: uppercase;
   font-size: 13px;
   letter-spacing: 2px;
  color: #2563eb;
    margin-bottom: 10px;
  font-weight: 600;
}

.catalog-main-heading {
  font-size: 36px;
  color: #2f2f2f;
   margin-bottom: 15px;
  font-weight: 700;
}

.catalog-desc-text {
  color: #6c757d;
   font-size: 16px;
    line-height: 1.6;
}

.site-card-row-ov {
  margin-bottom: 25px;
}

.site-card-inner-47 {
    background: #fff;
   padding: 25px 30px;
       display: flex;
    align-items: center;
  gap: 30px;
  border: 1px solid #e6e6e6;
   transition: all .3s;
  border-left: 4px solid #2563eb;
}

.site-card-inner-47:hover {
  box-shadow: 0 4px 15px rgba(37,99,235,.15);
  transform: translateX(5px);
}

.card-col-logo-zone {
   flex: 0 0 180px;
   text-align: center;
}

.logo-wrapper-pt {
    width: 140px;
    height: 70px;
    margin: 0 auto 12px;
   display: flex;
   align-items: center;
   justify-content: center;
    background: #f8f9fa;
  padding: 10px;
    border-radius: 0;
}

.logo-wrapper-pt img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.site-name-title    {
  font-size: 18px;
  font-weight: 600;
   color: #2f2f2f;
   margin: 0;
}

.card-col-rating-zone {
   flex: 0 0 120px;
   text-align: center;
}

.rating-label-ov {
   font-size: 12px;
   color: #6c757d;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: .5px;
}

.rating-score-display {
    font-size: 32px;
    font-weight: 700;
   color: #2563eb;
   line-height: 1;
   margin-bottom: 5px;
}

.rating-max-val {
  font-size: 16px;
  color: #6c757d;
    font-weight: 400;
}

.rating-stars-wrap {
  font-size: 16px;
  letter-spacing: 2px;
}

.star-filled-ov {
    color: #fbbf24;
}

.star-half-ov {
          color: #fbbf24;
   opacity: .5;
}

.star-empty-ov {
    color: #e5e7eb;
}

.card-col-bonus-zone {
   flex: 1 1 auto;
  min-width: 220px;
}

.bonus-label-pt {
   font-size: 12px;
   color: #6c757d;
   text-transform: uppercase;
  margin-bottom: 8px;
   letter-spacing: .5px;
}

.bonus-text-display {
   font-size: 16px;
  font-weight: 600;
    color: #2f2f2f;
    margin-bottom: 5px;
    line-height: 1.4;
}

.bonus-extra-info {
   font-size: 13px;
    color: #6c757d;
    font-style: italic;
}

.card-col-features-zone {
   flex: 0 0 200px;
}

.features-label-ov {
    font-size: 12px;
  color: #6c757d;
    text-transform: uppercase;
  margin-bottom: 8px;
   letter-spacing: .5px;
}

.features-list-compact {
  list-style: none;
  padding: 0;
   margin: 0;
}

.features-list-compact li {
    font-size: 13px;
    color: #2f2f2f;
   line-height: 1.8;
  padding-left: 0;
}

.card-col-action-zone {
  flex: 0 0 160px;
   text-align: center;
}

.btn-get-bonus-ov {
  display: block;
  background: #2563eb;
  color: #fff;
  padding: 12px 20px;
   font-size: 14px;
   font-weight: 700;
    text-transform: uppercase;
   letter-spacing: .5px;
    border: 2px solid #2563eb;
  cursor: pointer;
    transition: all .3s;
  text-decoration: none;
  margin-bottom: 8px;
}

.btn-get-bonus-ov:hover {
    background: #1d4ed8;
  border-color: #1d4ed8;
  transform: translateY(-2px);
}

.terms-notice-small {
  font-size: 11px;
    color: #6c757d;
    line-height: 1.3;
}@media (max-width:1200px){
    .site-card-inner-47{
        flex-wrap:wrap;
        gap:20px
    }
    .card-col-logo-zone{
        flex:0 0 140px
    }
    .card-col-rating-zone{
        flex:0 0 100px
    }
    .card-col-bonus-zone{
        flex:1 1 250px
    }
    .card-col-features-zone{
        flex:1 1 180px
    }
    .card-col-action-zone{
        flex:0 0 140px
    }
}
@media (max-width:768px){
    .site-card-inner-47{
        flex-direction:column;
        text-align:center;
        padding:20px 15px
    }
    .card-col-logo-zone,
    .card-col-rating-zone,
    .card-col-bonus-zone,
    .card-col-features-zone,
    .card-col-action-zone{
        flex:1 1 100%;
        max-width:100%
    }
    .features-list-compact{
        text-align:left;
        display:inline-block
    }
    .btn-get-bonus-ov{
        width:100%;
        max-width:250px;
        margin:8px auto
    }
    .catalog-main-heading{
        font-size:28px
    }
    .offers-catalog-zone-pt{
        padding:60px 0
    }
}

.site-section{
    padding:5em 0
}
.bg-light{
    background:#f8f8f8!important
}
.bg-white{
    background:#fff!important
}
.text-black{
    color:#000!important
}
.form-control{
    height:43px;
    border-radius:0;
    border:1px solid #ced4da;
    width:100%;
    padding:8px 12px;
    font-size:15px;
    transition:border-color .3s
}
.form-control:active,.form-control:focus{
    border-color:#2563eb;
    outline:none;
    box-shadow:none!important
}
textarea.form-control{
    height:auto!important;
    min-height:150px;
    resize:vertical
}
select.form-control{
    appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 12px center;
    padding-right:35px
}
.form-group{
    margin-bottom:20px
}
.form-group label{
    font-weight:500;
    margin-bottom:8px;
    display:block;
    font-size:14px
}
.contact-method-wrap{
    display:flex;
    gap:25px;
    margin-top:10px
}
.radio-label-ov{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:15px;
    cursor:pointer
}
.radio-label-ov input[type="radio"]{
    width:18px;
    height:18px;
    cursor:pointer
}
.error-msg-ov{
    display:block;
    color:#dc3545;
    font-size:13px;
    margin-top:5px;
    min-height:18px
}
.border{
    border:1px solid #dee2e6!important
}
.contact-info-box-ov{
    border:1px solid #e6e6e6!important
}
.info-item-wrap-47{
    display:flex;
    gap:15px;
    margin-bottom:25px;
    align-items:flex-start
}
.info-item-wrap-47:last-child{
    margin-bottom:0
}
.info-icon-pt{
    width:24px;
    height:24px;
    flex-shrink:0;
    stroke:#2563eb;
    fill:none;
    stroke-width:2
}
.info-text-zone{
    flex:1
}
.info-title-ov{
    font-weight:600;
    font-size:14px;
    margin-bottom:5px!important;
    color:#2f2f2f!important
}
.info-content-text{
    color:#6c757d;
    font-size:14px;
    line-height:1.6
}
.info-link-ov{
    color:#2563eb;
    text-decoration:none;
    transition:color .3s
}
.info-link-ov:hover{
    color:#1d4ed8
}
.success-popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    opacity:1;
    transition:opacity .3s
}
.success-popup-box{
    background:#fff;
    padding:40px 35px;
    max-width:450px;
    width:90%;
    text-align:center;
    position:relative
}
.success-icon-check{
    width:80px;
    height:80px;
    background:#22c55e;
    color:#fff;
    font-size:50px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-weight:700
}
.success-title-ov{
    color:#2f2f2f;
    font-size:28px;
    font-weight:700;
    margin-bottom:15px
}
.success-text-pt{
    color:#6c757d;
    font-size:16px;
    line-height:1.6;
    margin-bottom:25px
}
.success-close-btn{
    padding:12px 35px;
    background:#2563eb;
    color:#fff;
    border:none;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    text-transform:uppercase;
    letter-spacing:.5px;
    transition:all .3s
}
.success-close-btn:hover{
    background:#1d4ed8
}
@media (max-width:768px){
    .contact-method-wrap{
        flex-direction:column;
        gap:12px
    }
    .info-item-wrap-47{
        flex-direction:column;
        text-align:center
    }
    .info-icon-pt{
        margin:0 auto
    }
}.legal-page-wrapper-ov {
    padding: 80px 0;
  background: #f8f9fa;
}

.legal-content-zone-pt {
  max-width: 900px;
   margin: 0 auto;
   background: #fff;
  padding: 50px 40px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.legal-main-title-47 {
    font-size: 38px;
   font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 10px;
    line-height: 1.3;
}

.legal-update-date {
   color: #6c757d;
  font-size: 14px;
    margin-bottom: 40px;
   font-style: italic;
}

.legal-section-block {
    margin-bottom: 35px;
}

.legal-subtitle-ov {
    font-size: 24px;
  font-weight: 600;
  color: #2563eb;
    margin-bottom: 15px;
  margin-top: 10px;
}

.legal-section-block p {
   font-size: 16px;
    line-height: 1.8;
   color: #4a5568;
   text-align: justify;
  margin-bottom: 15px;
}@media (max-width:768px){
    .legal-content-zone-pt{
        padding:30px 20px
    }
    .legal-main-title-47{
        font-size:28px
    }
    .legal-subtitle-ov{
        font-size:20px
    }
    .legal-section-block p{
        font-size:15px;
        text-align:left
    }
    .legal-page-wrapper-ov{
        padding:60px 0
    }
}