.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.firms__table {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .9fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    display: grid;
}
.firms__grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.firms__item {
    border-radius: 8px;
    align-items: flex-end;
    width: 100%;
    height: 262px;
    padding: 20px 12px;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
}



.firms__item-back {
    z-index: 0;
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.firms__item-text {
    color: var(--white);
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    transition: all .3s;
    position: relative;
}
.firms__item.firms__item_bottom {
    z-index: 6;
    top: 68px;
}
.firms__info {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align:center;
}

@media screen and (min-width: 1280px) {
    .firms__item {
        padding-left: 20px;
        padding-right: 20px;
    }
        .firms__item-text {
        padding-left: 30px;
    }
    .firms__info {
        grid-row-gap: 20px;
    }
}


   .process-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; /* Align items to the top */
            position: relative;
/*            margin: 50px 0;*/
            flex-wrap: wrap; /* Allow wrapping on small screens */
        }

        .process-step {
            text-align: center;
            padding: 20px;
            flex: 1; /* Allow the columns to grow equally */
            position: relative;
            min-width: 180px; /* Ensures proper width on smaller screens */
            margin: 0 15px; /* Adds horizontal margin between steps */
        }

        .circle-icon {
            width: 80px;
            height: 80px;
            line-height: 80px;
            border-radius: 50%;
            background-color: #4056a5;
            color: white;
            font-size: 36px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .step-title {
            font-size: 17px;
            font-weight: bold;
        }

        .step-description {
            color: #666;
            margin: 0 auto;
            max-width: 200px;
        }

        .wavy-arrow {
            position: absolute;
            top: 40px;
            left: 100%;
            margin-left: -15px;
            width: 60px;
            height: 30px;
        }

        .wavy-arrow svg {
/*            fill: none;*/
            width: 100%; /* Make the SVG fill the container */
            height: auto; /* Maintain aspect ratio */
        }

        /* Hide arrow for last step */
        .process-step:last-child .wavy-arrow {
            display: none;
        }

        .custom-shape-divider-bottom-1727784769 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }

        .custom-shape-divider-bottom-1727784769 svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 150px;
            transform: rotateY(180deg);
        }

        .custom-shape-divider-bottom-1727784769 .shape-fill {
            fill: #FFFFFF;
        }
        .custom-shape-divider-top-1727834784 {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            margin-top:-14px;
        }

        .custom-shape-divider-top-1727834784 svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 100px;
            transform: rotateY(180deg);
        }

        .custom-shape-divider-top-1727834784 .shape-fill {
            fill: #FFFFFF;
        }
        .custom-shape-divider-bottom-1727835241 {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
        }

        .custom-shape-divider-bottom-1727835241 svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 100px;
            transform: rotateY(180deg);
        }

        .custom-shape-divider-bottom-1727835241 .shape-fill {
            fill: #FFFFFF;
        }
        .offer-box {
            border-radius: 10px;
            padding: 30px 30px 20px 30px; 
            transition: transform .2s ease, box-shadow .2s ease;
            border:0;
            background:#fff;
            min-height:345px;
        }
        .offer-box h4{font-size:24px;line-height:1.3;}
        .offer-box:hover {
          transform: translateY(-4px);
          box-shadow: 0 10px 22px rgba(0,0,0,.2);
        }
        .offer-box img{
            width:25%;
            margin-bottom: 30px;
        }
        .banner-svg{
            background: white;
            padding: 5px;
        }
        .lg-1-width{
            width:12.33%;
        }
        #services .card-box{
            min-height:285px;
        }
        .accordion .card{
            border-radius: 0 !important;
            border-top:0;
            border-left:0;
            border-right:0;
            border-bottom: 2px solid #ebebeb;
            padding:10px 0;
        }
        .accordion  .card-header-p{
            background: transparent;
            border-radius: 0 !important;
            font-size:18px;
            line-height: 30px;
            text-align: left;
        }
        .toggle-title {
            
            width: 90%;
            display: block;
        }
        .accordion  .card-header-p i{
         font-size: 28px;
            color:#4056a5;
        }
        #faqs{
            padding:60px 0 80px;
        }
        .img-2-1{
            max-height: 450px;
            object-fit: contain;
            width: 100%;
        }
        @keyframes zoomOut {
          from {
            background-size: 120% 120%; /* Start zoomed in */
            background-position: bottom center;
          }
          to {
            background-size: 100% 100%; /* Zoom out to normal size */
            background-position: center center;
          }
        }

        /* Responsive behavior for mobile */
        @media (max-width: 768px) {
            .process-container {
                flex-direction: column; /* Stack vertically */
                align-items: center; /* Center align */
            }
            .step-description {
                margin-bottom:30px;
            }
            .process-step {
                margin: 20px 0 0; /* Increased space between steps on mobile */
                margin-right: 0; /* Remove right margin on last step */
            }

            .wavy-arrow {
                
                position: relative;
                top: 0;
                margin: 20px 0;
                width: 40px;
                height: 60px;
                display: contents;
            }

            .wavy-arrow svg {
                width: 60px; /* Width for mobile SVG */
                height: 60px; /* Height for mobile SVG */
                        transform: rotate(90deg);
            }
            .process-step {
              
              padding: 20px 20px 0;
            }
        }

        @media (min-width: 1400px) {
            #services .card-box{
                min-height:252px;
            }
        }
    
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow when sticky */
  width:100%;
  z-index:999;
}    

.picture-item.picture-item_contain {
    object-fit: cover;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .15);
    border-radius: 20px;
    border: 1px solid #4056a5;
}

 
    .lg-1-width { 
    -ms-flex: 0 0 12.33%;
        flex: 0 0 12.33%;
        max-width: 12.33%;
}


.red-title {
    background: linear-gradient(274.68deg, #E23C3C -15.58%, #9F1515 111.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline;
  }
  /* Buttons */
  .button {
    
    align-items: center;
    display: flex;    
  }
  img.button__arr {
  width: 9px;
  height: 9px;
  }
  .button:not(.menu-btn) {
  min-height: 45px;
  }
  .button div {
    position: relative;
    z-index: 3;
  }
  .button.blue {
    background: linear-gradient(273.13deg, #1F276F -3.05%, #38548F 96.43%);
  }
  .button.button_trans {
    background: #fff;
    border: 1px solid #38548F;
  }
  .button.button_trans.button_border {
  border: 1px solid transparent;
  }
  
  .button.red {
    background: linear-gradient(295.09deg, #D23333 -3.83%, #980A0A 95.82%);
  }

  /*.button.red::after,*/
  /*.button.blue:after,*/
  /*.button.button_trans:after {*/
  /*  position: absolute;*/
  /*  content: '';*/
  /*  top: 0;*/
  /*  left: 0;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  border-radius: 24px;*/
  /*  transition: opacity 0.35s ease-in-out;*/
  /*  z-index: 2;*/
  /*  opacity: 0;*/
  /*}*/
  /*.button.blue:after,*/
  /*.button.button_trans:after {  */
  /*  background: linear-gradient(274.68deg, #E23C3C -15.58%, #9F1515 111.53%);*/
  /*}*/
  /*.button.red::after {*/
  /*  background: linear-gradient(273.13deg, #1F276F -3.05%, #38548F 96.43%);*/
  /*}*/
 
  @media (min-width: 992px) {
    .button.button_trans:hover {
      border: 1px solid rgba(0, 0, 0, 0);
    }
    .menu-btn.:hover div {
      color: #fff;
    }
    .button:hover:after,
    .button.blue:hover:after,
    .button.button_trans:hover:after {
      opacity: 1;
    }
    .button.button_trans:hover path {
      fill: #fff;
    }
  }

  /*link block*/
  .link-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: linear-gradient(273.13deg, #1F276F -3.05%, #38548F 96.43%);
    transition: all 350ms ease-in-out;
  }
  .link-icon.white {
    background: linear-gradient(151.43deg, #FFFFFF -4.77%, rgba(255, 255, 255, 0.6) 119.91%);
  }
  .link-icon::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(274.68deg, #E23C3C -15.58%, #9F1515 111.53%);
    transition: opacity 0.35s ease-in-out;
    z-index: 2;
    opacity: 0;
  }
  .link-icon svg {
    width: 12px;
    height: 12px;
    position: relative;
    z-index: 3;
  }
  .link-block:active .link-icon::after,
  .link-block:active .link-text {    
    opacity: 0.8;
  }
  .link-block .link-text {
    text-decoration: underline;
  }
  @media (max-width: 767px) {
    .link-icon {    
      width: 28px;
      height: 28px;
    }
    .link-icon svg {
      width: 10px;
      height: 10px;
    }
  }

  @media (min-width: 992px) {
    .link-block:hover .link-icon::after {
      opacity: 1;
    }
    .link-block:hover .link-icon.white::after,
    .link-icon.white:hover::after {
      opacity: 1;
    }
    .link-block:hover .link-icon.white path,
    .link-icon.white:hover path {
      fill: #fff;
    }
  }
</style></div><main class="main"><div class="style w-embed"><style>
.button.red.play-btn{
  padding: 17px 30px;
}
.video-btn-hp .button.blue{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size:16px;
}
.video-btn-hp .button.blue div{
    line-height: 140%;
    position: relative;
    z-index: 3;
}
.w-inline-block.w-lightbox{
text-decoration: none;
}
.video__btn-text{
	margin: 0 30px 0 0;	
  line-height: 1;
}

.hero__content .image-block {
box-shadow: 0px 4px 4px 0px #00000040;
}
.hero__block {
box-shadow: 0px 4px 12px 0px #7D7D7D1F;
width: calc(100% + 36px);
}

.hero__get {
box-shadow: 0px 4px 12px 0px #7D7D7D1F;
}

.hero__get::after {
content: url('');
display: flex;
width: 45px;
height: 45px;
border-radius: 50%;
justify-content: center;
align-items: center;
position: absolute;
top: 50%;
background: #fff;
transform: translateY(-50%);
right: -23px;
}
.hero__get_left::after {
right: -23px;
}

.hero__get_right::after {
left: -23px;
}

.video-block__play-icon_square .button.red.play-btn {
border-radius: 1.5px;
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
}
.video-block__play-icon_square .button.red.play-btn::after {
border-radius: 1.5px;
}
.video-block__play-icon_square .button.red.play-btn svg {
flex-shrink: 0;
}
@media screen and (min-width: 992px) {

.hero__content .button:hover path {
fill: #fff;
}
.hero__content .image-block_hero:hover .button.red::after {
    opacity: 1;
}
h1.hero__title span {
display: block;
}
}
@media screen and (max-width: 991px) {
.hero__get::after {
content: url('https://assets-global.website-files.com/624abd88da309f3cd6e94395/65c4bc427db3c4643c54c21b_Vector.svg');
width: 32px;
height: 32px;
}
.hero__get_left::after {
right: -17px;
}

.hero__get_right::after {
left: -17px;
}
.compare-button.compare-button_overflow {
margin-bottom: 70px;
}
}
@media (min-width:992px) and (max-width:1024px){
.hero__get.hero__get_right.hero__get_top,
  .hero__get.hero__get_right.hero__get_bottom {
width: calc(100% + 50px); 
max-width: none;
}
}

@media (max-width:840px) {
.hero__get.hero__get_right.hero__get_top,
  .hero__get.hero__get_right.hero__get_bottom {
width: calc(100% + 50px); 
}
}
@media(max-width:767px){
  .video-btn-hp .button.blue{
  font-size:14px;
  }
}
@media(max-width:439px){
	.video-block.m-btm.video-hp{
  	height: 336px;
  }
}
@media(max-width:360PX){
	.video-block.m-btm.video-hp{
  	height: 270px;
  }
}
@media(max-width:374PX){
.hero__block {
min-width: 112px;
}
.hero__get.hero__get_left {
min-width: 100px;
max-width: 100px;
right: -90px;
}
.hero__get.hero__get_right.hero__get_top {
min-width: 100px;
max-width: 100px;
left: -100px;
}
.hero__get.hero__get_right.hero__get_bottom {
min-width: 100px;
max-width: 100px;
left: -100px;
}
}
@media(max-width:374PX){
.hero__video {
width: 100%;
height: 400px;
}

.hero__get.hero__get_right.hero__get_bottom {
bottom: 90px;
}
}
.cbgcol img {
  background: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
}

.wave-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
    .form-wizard {
  color: #888888;
   
}
.wizard-fieldset h4{
    font-size: 23px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #ffffff;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #fb1647;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.widget-form .widget-title{font-size:30px;}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
        font-size: 16px;
      background-color:#4056a5;
    color:#ffffff;
  display: inline-block;
  min-width: 100px;
  min-width: 160px;
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #fff;
      padding: 14px 36px;
          font-weight: 600;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  background-color:#af2e2e;
          /*border: 1px solid currentColor;*/
  /*opacity: 0.6;*/
  text-decoration: none;
      border-radius: 10px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
        padding: 14px 36px;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: red;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #a5a2a3;
    color: #fff;
    line-height:1.3;
}
.form-wizard .form-control {
    height: auto !important;
    padding: 12px 15px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid transparent;
    font-size: 15px;
}

.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 9px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #000000;
  top: -22px;
  transition: 0.2s linear all;
  font-size: 14px;
}
.form-wizard .form-wizard-steps {
  margin: 20px 0;
}
.form-wizard .form-wizard-steps li {
  width: 50%;
  float: left;
  position: relative;
}
.form-wizard .form-wizard-steps li::after {
  background-color: #a4a1a2;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  border-bottom: 1px solid #a4a1a2;
  border-top: 1px solid #a4a1a2;
}
.form-wizard .form-wizard-steps li span {
  background-color: #a4a1a2;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  z-index: 1;
  color:#ffffff;
}
.form-wizard .form-wizard-steps li:last-child::after {
  width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
  background-color: #b1976b;
  color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
  background-color: #b1976b;
  left: 50%;
  width: 50%;
  border-color: #b1976b;
}
.form-wizard .form-wizard-steps li.activated::after {
  width: 100%;
  border-color: #b1976b;
}
.form-wizard .form-wizard-steps li:last-child::after {
  left: 0;
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media (max-width: 767px){
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit{
    min-width: 140px !important;
}
.nectar-video-wrap, .arow-bg-overlay {display:none !important;}
}

.card-box{
  border-radius: 10px;
  padding: 30px 20px 30px 20px;
  /*margin: 0 10px;*/
  box-shadow: 0 5px 12px 0 rgba(0,0,0,.15);
  transition: transform .2s ease,box-shadow .2s ease;
/*  box-shadow: 0 17px 25px rgba(0,0,0,.13);*/
}

.card-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0,0,0,.2);
}

.firms .button.button_trans {
background: #4056a5;
color:white;
border-radius:5px;
}

.firms .button_mob {
display: none;
} 

.playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    margin: -37px 0 0 -37px;
    z-index: 10;
    /* opacity: .6; */
}
.ytvideo:hover svg #play, svg #play:hover {
    fill: red;
}
.ytvideo{cursor: pointer;}