.honeypot {
	display:none!important;
}


.big-wrap {
	margin-top:100px;
	background:rgba(0,0,100,0.2)
}
.page-template-getstarted .action-wrap .consult { display: none; }
.page-template-getstarted header nav { display:none }

#multiStepForm {
	margin:5% 5%;
	font-size:1em;
}

#multiStepForm label {
	font-size:2.5em;
	display:block;
	font-weight:700;
}

#multiStepForm p {
	display:block;
	clear:both;
	margin-bottom:35px!important;
	margin-top:12px;
}

.form-step {
    display: none;
	text-align:center;
	margin-top:15px;
}

.form-step.active {
    display: block;
}

.progress-bar {
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    height: 8px;
    overflow: hidden;
}

.progress {
    height: 100%;
	background: #7a9f35;
    width: 0%;
}

.radio-group {
background-color:#FFF;
	font-size:0.5em;
    margin-top: 15px;
    transition: background-color 0.3s, border 0.3s;
	border-radius:15px;
	border:4px solid #DDD;
}

.radio-group label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 25px 20px;
    cursor: pointer;
	text-align:left;
}

input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #DDD;
	  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    outline: none;
    transition: background-color 0.3s, border-width 0.3s, border-color 0.3s;
}


input[type="radio"]:checked {
	background-color: #7a9f35;
	border: 3px solid rgba(255,255,255,0.5);
}

#multiStepForm input::placeholder {
	    color:#555
}



/* Previous Button Style */
.prev-btn {
	display:inline-block;
	padding: 35px 45px;
	background: rgba(0,0,0,0.25);
    color: #fff;
    text-align: center;
    border-radius: 10px;
	border:none;
    font-weight: 700;
	font-size:1.2em;
	position:relative;
	cursor:pointer;
	z-index:2;
		line-height:0;
			transition:ease 0.3s;
	margin-top:25px;
	margin-right:10px;
}

.prev-btn:hover {
opacity:0.7;
transition:ease 0.3s;
}



.next-btn, .submit-btn {
    opacity: 0.5;
    pointer-events: none;
    display: inline-block;
    padding: 35px 45px;
    background: #7a9f35;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border: none;
    font-weight: 700;
    font-size: 1.2em;
    position: relative;
    cursor: pointer;
    z-index: 2;
    line-height: 0;
    transition: ease 0.3s;
    margin-top:25px;
	margin-left:10px;
}

.next-btn:hover, .submit-btn:hover {
    background: rgba(122, 159, 53, 0.8);
    transition: ease 0.3s;
}

/* Active state for Next and Submit buttons */
.next-btn.active, .submit-btn.active {
    opacity: 1;
    pointer-events: auto;
}



/* Active state for Next and Submit buttons */
.next-btn.active, .submit-btn.active {
    opacity: 1;
    pointer-events: auto;
}

/* Let's Go Button - Initially Active */
#formStep1 .next-btn {
    opacity: 1;
    pointer-events: auto;
}


/* Base styling for all input fields */
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea {
  width: 70%; /* Full width */
  padding: 25px 20px; /* Padding inside the input */
  margin: 8px auto; /* Margin for spacing */
  display: inline-block; /* Ensures proper alignment */
		border-radius:15px;
	border:4px solid rgba(0,0,0,0);
  box-sizing: border-box; /* Includes padding and border in the element's width */
	font-size:1.2em;
	transition:ease 0.3s;
}

/* Specific styling for the last step's input fields, if different */
.last-step input[type="text"],
.last-step input[type="email"],
.last-step input[type="number"],
.last-step input[type="tel"],
.last-step textarea {
  border-color: #7a9f35; /* Different border color */
  background-color: #f8f8f8!important; /* Light grey background */
	transition:ease 0.3s;
}

/* Enhancing focus state for better user experience */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #7a9f35; /* Highlight with a green border on focus */
  outline: none; /* Remove default focus outline */
	transition:ease 0.3s;
}







.section-dark {
        height: 100%;
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        padding-top: 100px;
        padding-bottom: 50px;
        background-color: rgba(0,0,0,1);
      }
      @media screen and (min-width: 1920px) {
        .section-dark {
          position: static;
        }
      }
      @media screen and (max-width: 991px) {
        .section-dark {
          padding-top: 40px;
          padding-bottom: 60px;
        }
      }
      .base-container {
        max-width: 1200px;
        padding-right: 15px;
        padding-left: 15px;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
      }
      .slider {
        opacity: 1;
        position: relative;
        overflow: hidden;
        height: 300px;
        text-align: center;
        clear: both;
        background-color: #5b8017;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      }
      .slider-reponsive {
        min-height: 535px;
      }
      @media screen and (min-width: 1440px) {
        .slider-reponsive {
          min-height: 540px;
        }
      }
      @media screen and (min-width: 1280px) {
        .slider-reponsive {
          min-height: 540px;
          margin-top: 20px;
        }
      }
      @media screen and (max-width: 991px) {
        .slider-reponsive {
          min-height: 600px;
        }
      }
      @media screen and (max-width: 767px) {
        .slider-reponsive {
          min-height: 770px;
          margin-top: 0px;
        }
      }
      @media screen and (max-width: 479px) {
        .slider-reponsive {
          min-height: 850px;
        }
      }

      .slide_group {
        display: block;
        z-index: 1;
        left: 0;
        right: 0;
        height: 100%;
        white-space: nowrap;
        position: relative;
      }

      .slide {
        display: none;
        position: absolute;
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
      }

      .slide:first-child {
        display: block;
      }

      .customers {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 16px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
      }

      @media screen and (max-width: 767px) {
        .customers {
          display: -ms-grid;
          display: grid;
          flex-direction: column;
          grid-auto-columns: 1fr;
          grid-column-gap: 0px;
          grid-row-gap: 25px;
          -ms-grid-columns: 2fr;
          grid-template-columns: 2fr;
          -ms-grid-rows: auto auto;
          grid-template-rows: auto auto;
        }
      }

      #photo-area-1 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-grid-column-align: end;
        justify-self: end;
      }
      #content-area-1 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
      }
      @media screen and (min-width: 1280px) {
        #photo-area-1 {
          -ms-grid-column-align: center;
          justify-self: center;
        }
      }
      @media screen and (max-width: 767px) {
        #photo-area-1 {
          -ms-grid-column-span: 1;
          grid-column-end: 2;
          -ms-grid-column: 1;
          grid-column-start: 1;
          -ms-grid-row-span: 1;
          grid-row-end: 3;
          -ms-grid-row: 2;
          grid-row-start: 2;
          -ms-grid-row-align: start;
          align-self: start;
          -ms-grid-column-align: center;
          justify-self: center;
        }
      }

      @media screen and (max-width: 991px) {
        .photo-customers {
          display: flex;
          padding-right: 0px;
          flex-direction: row;
          justify-content: center;
        }
      }
      @media screen and (max-width: 767px) {
        .photo-customers {
          display: flex;
          justify-content: center;
          align-items: center;
        }
      }
      .photo-customers {
        position: relative;
        padding-right: 5px;
      }

      .photo {
        max-width: 82%;
      }
      @media screen and (min-width: 1280px) {
        .photo {
          max-width: 100%;
        }
      }
      @media screen and (min-width: 1440px) {
        .photo {
          width: 450px;
          min-height: 455px;
          border-radius: 20px;
        }
      }
      @media screen and (max-width: 991px) {
        .photo {
          max-width: 75%;
        }
      }
      @media screen and (max-width: 767px) {
        .photo {
          max-width: 45%;
        }
      }

      .decoration {
        position: absolute;
        left: -14%;
        top: auto;
        right: auto;
        bottom: -16%;
        max-width: 45%;
      }
      @media screen and (min-width: 1280px) {
        .decoration {
          left: -17%;
          max-width: 60%;
        }
      }
      @media screen and (min-width: 1440px) {
        .decoration {
          left: -14%;
          bottom: -14%;
        }
      }
      @media screen and (max-width: 991px) {
        .decoration {
          left: 0%;
          max-width: 35%;
        }
      }
      @media screen and (max-width: 767px) {
        .decoration {
          left: 21%;
          bottom: -14%;
          max-width: 22%;
        }
      }

      .content-block {
        display: flex;
        flex-direction: column;
      }
      @media screen and (max-width: 767px) {
        .content-block {
          justify-content: center;
          align-items: center;
        }
      }
      @media screen and (min-width: 1440px) {
        .content-block {
          margin-top: -10px;
        }
      }

      h5.head {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #c9fa49;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
      }
      .align-center {
        position: relative;
      }
      @media screen and (max-width: 767px) {
        .align-center {
          text-align: center;
        }
      }
      h2.head2 {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 44px;
        line-height: 1.2em;
        font-weight: 600;
      }

      .block-response {
        margin-top: 20px;
      }
      @media screen and (min-width: 1440px) {
        .block-response {
          min-height: 150px;
        }
      }
      @media screen and (max-width: 767px) {
        .block-response {
          margin-top: 10px;
          text-align: center;
        }
      }
      .paragraph-large {
        color: #fff;
        font-size: 18px;
        line-height: 1.6em;
      }
      .name-position.start {
        align-items: flex-start;
      }
      @media screen and (max-width: 767px) {
        .name-position.start {
          align-items: center;
        }
      }
      .name-position {
        display: flex;
        margin-top: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      .name {
        margin-bottom: 0px;
        color: #fff;
      }
      .position {
        margin-top: 5px;
      }
      h6.head3 {
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 600;
      }

      .previous_btn {
        left: auto;
        top: auto;
        right: 7%;
        bottom: 4%;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-style: solid;
        border-width: 1px;
        border-color: #c9fa49;
        border-radius: 100px;
        position: absolute;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: #fff;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
        z-index: 100;
      }
      @media screen and (min-width: 1280px) {
        .previous_btn {
          bottom: 10%;
          width: 56px;
          height: 56px;
        }
      }
      @media screen and (min-width: 1440px) {
        .previous_btn {
          bottom: 13%;
        }
      }
      @media screen and (max-width: 991px) {
        .previous_btn {
          right: 10%;
          bottom: 0%;
        }
      }
      @media screen and (max-width: 767px) {
        .previous_btn {
          left: -26%;
          top: auto;
          right: 0%;
          bottom: 0%;
        }
      }
      @media screen and (max-width: 497px) {
        .previous_btn {
          left: -30%;
          bottom: 0%;
        }
      }
      .next_btn {
        left: auto;
        top: auto;
        right: 0%;
        bottom: 4%;
        display: flex;
        width: 50px;
        height: 50px;
        justify-content: center;
        align-items: center;
        border-style: solid;
        border-width: 1px;
        border-color: #c9fa49;
        border-radius: 100px;
        position: absolute;
        margin: auto;
        cursor: pointer;
        overflow: hidden;
        color: #fff;
        font-size: 40px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        user-select: none;
        z-index: 100;
      }
      @media screen and (min-width: 1280px) {
        .next_btn {
          bottom: 10%;
          width: 56px;
          height: 56px;
        }
      }
      @media screen and (min-width: 1440px) {
        .next_btn {
          bottom: 13%;
        }
      }
      @media screen and (max-width: 991px) {
        .next_btn {
          bottom: 0%;
        }
      }
      @media screen and (max-width: 767px) {
        .next_btn {
          left: 0%;
          top: auto;
          right: -26%;
          bottom: 0%;
        }
      }
      @media screen and (max-width: 497px) {
        .next_btn {
          right: -30%;
          bottom: 0%;
        }
      }


























/* Base Component Block */
.float-feature {
    width: 100%;
	position:relative;
	overflow:hidden;
	z-index:1;
	padding-top:100px;
	background: rgba(0,0,180,1);
	min-height:100vh;
	 display: flex;
    align-items: center;    /* vertical centering */
    justify-content: center; /* optional: horizontal centering */
}

/* Inner container for layout control */
.float-feature__inner {
    display: flex;
    align-items: center;      /* vertically center on desktop */
    width: 85%;               /* controls content width */
    margin: 0 auto;           /* centers the inner container */
    gap: 50px;                  /* spacing between image & text */
    padding: 0px 0;
	opacity:1;
	position:relative;
	z-index:2;
}

/* Flex Items (Image & Content) */
.float-feature__item {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1;                  /* share space equally */
    min-width: 0;             /* prevent overflow */
}

/* Identify image vs. content blocks */
.float-feature__image {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
	background:red;
}
.float-feature__content { /* nothing extra */ }

/* Layout Modifier: Image Left (HTML order: image then content) */
.float-feature--image-left .float-feature__image   { order: 1; }
.float-feature--image-left .float-feature__content { order: 2; }

/* Layout Modifier: Image Right (HTML order: image then content) */
.float-feature--image-right .float-feature__image   { order: 2; }
.float-feature--image-right .float-feature__content { order: 1; }

/* Layout Modifier: Text Top (stacked) */

/* Layout Modifier: Text Top (stacked & centered) */
.float-feature--text-top .float-feature__inner {
    display: flex;              /* ensure flex layout */
    flex-direction: column;     /* stack vertically */
    align-items: center;        /* center each flex item horizontally */
    justify-content: center;    /* (optional) center them vertically in the container */
    gap: 2em;
    text-align: center;         /* center inline content inside children */
}

/* If you need the blocks themselves to shrink-wrap and sit centered, you can also: */
.float-feature--text-top .float-feature__content,
.float-feature--text-top .float-feature__image {
    margin: 0 auto;             /* centers block-level elements */
}


/* Typography */
.float-feature h2 {
    margin: 0 0 0.35em;
    font-size: clamp(2.5em, 3.5vw, 4.5em);
	letter-spacing:2px;
	color:#fff;
	font-weight:bold;
}

.float-feature p {
    margin: 0 0 1.5em;
    font-size: clamp(1rem, 2vw, 1.15rem);
    line-height: 1.6;
	color:#FFF;
}

/* Images */
.float-feature img {	
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    display: block;
}

/* Action Button & Phone Container */
.float-feature .action {
    display: flex;
    flex-direction: row;      /* button + phone side by side on desktop */
    align-items: center;
    gap: 1em;
    margin-top: 1em;
}

/* Button Styling */
.float-feature .consult {
    display: inline-block;
    background: #0055b8;
    color: #fff;
    text-decoration: none;
    padding: 0.75em 1.25em;
    border-radius: 4px;
    font-weight: bold;
}

/* Phone Styling */
.float-feature .phone {
    font-size: 0.9em;
    color: #333;
}

.float-feature::after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
                url('https://www.trialviking.com/wp-content/uploads/2023/10/19165922448_d0da0b497e_k.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0.5;
    z-index: 0; /* Places the pseudo-element below other content in .topper */
}


/* Desktop-only margin between image & text (reinforces gap) */
@media screen and (min-width: 1151px) {
    .float-feature--image-left  .float-feature__image { margin-right: 50px; }
    .float-feature--image-right .float-feature__image { margin-left:  50px; }
}

/* Responsive (Mobile) */
@media screen and (max-width: 1150px) {
    .float-feature__inner {
        flex-direction: column; /* always stack */
        width: 90%;             /* slightly wider on mobile */
        text-align: center;
        align-items: center;
        gap: 2.5em;
    }

    .float-feature__item {
        width: 100%;
        flex-basis: auto;
        align-items: center;
        text-align: center;
    }

    /* Force content first, then image */
    .float-feature--image-left .float-feature__image,
    .float-feature--image-right .float-feature__image,
    .float-feature--text-top .float-feature__image {
        order: 2;
    }
    .float-feature--image-left .float-feature__content,
    .float-feature--image-right .float-feature__content,
    .float-feature--text-top .float-feature__content {
        order: 1;
    }

    /* Stack action items on mobile */
    .float-feature .action {
        flex-direction: column;
        gap: 0.5em;
    }

    /* Smaller heading on mobile if desired */
    .float-feature h2 {
        font-size: clamp(1.8em, 5vw, 2.5em);
    }
}








.wrapper button.dummy {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

.wrapper a {
  color: inherit;
  text-decoration: none;
}
.wrapper ul li {
  list-style: none;
}

.wrapper img.main {
  vertical-align: top;
}

.wrapper {
 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
	
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}


[class*=__container] {
  max-width: 84.375rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
	
	
}


.review {
  background: rgba(236,231,224,1);
}

.review__container {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.review__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
  row-gap: 0.625rem;
}

.review__heading:not(:last-child) {
  margin-bottom: 4.375rem;
}

.review__title {
  font-size: 2.875rem;
  line-height: 0.6666666667;
  font-weight: 700;
  letter-spacing: -0.03rem;
  color: white;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.review__slider.swiper {
  overflow: visible;
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.arrow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.arrow__item svg {
  color: white;
}

.arrow__item:nth-child(2) {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.arrow__item.swiper-button-disabled {
  cursor: default;
  opacity: 0.3;
}

.content-slide {
  border-radius: 20px;
  background-color: white;
  padding: 60px 50px 45px 45px;
  color: #20225b;
  font-size: 1.375rem;
  line-height: 1.9090909091;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  height: 100%;
}

.content-slide__quote p:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.content-slide__bottom {
  margin-top: auto;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.rating__stars {
  width: 109px;
  height: 17px;
  position: relative;
}

.rating__stars img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.rating__number {
  padding: 4px 10px 5px;
  border-radius: 100px;
  background-color: rgba(255, 86, 85, 0.2);
  color: #101133;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}

.reviewer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviewer-details__avatar {
  width: 40px;
  height: 40px;
  position: relative;
}

.reviewer-details__avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.reviewer-details__name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.reviewer-details__profession {
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (max-width: 61.99875em) {
  .review__container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .review__heading {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 47.99875em) {
  .review__title {
    font-size: 2.375rem;
  }

  .review__arrows {
    position: absolute;
    bottom: 7%;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .review__slide {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 29.99875em) {
  .review__heading {
    margin-bottom: 2.8125rem;
  }
}

@media (any-hover: hover) {
  .arrow__item:hover {
    background-color: white;
  }

  .arrow__item:hover svg {
    color: #20225b;
  }

  .arrow__item.swiper-button-disabled:hover {
    opacity: 0.3;
    background-color: inherit;
  }

  .arrow__item.swiper-button-disabled:hover svg {
    color: white;
  }
}






.menu-button {
    display: inline-block;
    cursor: pointer;
    padding: 10px;
  z-index:999;
  position:absolute;
	right:0;
	top:0;
	display:none;
}

.bar {
    width: 35px;
    height: 5px;
    background-color: rgba(255,255,255,0.6);
    margin: 5px 0;
    transition: 0.4s;
}

/* Additional styles for the menu button */
.menu-button.open .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-8px, 6px);
}

.menu-button.open .bar:nth-child(2) {
    opacity: 0;
}

.menu-button.open .bar:nth-child(3) {
    transform: rotate(45deg) translate(-8px, -6px);
}

.menu-button.open .bar {
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/* Styles for the menu */
#menu {
    display: none;
  background:green;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
    z-index:500;
    padding-left:0px;
  padding-top:35px
}

#menu.active {
    display: block;
}

#menu ul {
    list-style-type: none;
    padding: 0;
}

#menu ul li {
    display: inline-block;
    width:25%;
  background:red;
}

#menu ul li a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}





.or-separator {
            display: flex;
            align-items: center;
            width: 100%;
			margin:0 0 5%;
			font-weight:bold;
			text-align:center;
        }



.flexy-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5% 0;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
	left:0;
    background: rgba(0,0,200,1);
}
.box {
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5%
}
.box-header {
    margin: 0;
    font-size: 1.6em;
    font-weight: 700;
    color: #fff
}
.box p {
    margin: 0;
    font-size: 1em;
    color: rgba(255, 255, 255, .6)
}
.box+.box {
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.author-info {
    display: flex;
    align-items: center;
    padding: 2.5% 0;
    margin: 0 0 2.5%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
	border-top: 1px solid rgba(0, 0, 0, .2);
}
.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}
.author-name-wrapper {
    display: flex;
    flex-direction: column
}
.curated-by {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 4px
}
.author-name {
    font-weight: 700
}
.header-form label {
    display: none
}
.header-form input {
    padding: 20px;
    font-size: 1em;
    border: none
}
.menu-resize {
	display: flex;
    align-items: center;
    width: 100%;
    padding: 0 2.5%;
	    justify-content: space-between; /* keep space between left and right content */
}
.header-right-group {
	display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto
}
header {
    flex-direction: row;
	flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Change from 'center' to 'stretch' */
    clear: both;
    width: 100%;
    z-index: 500;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 0;
	font-size:0.9em;
	position:absolute;
	background:#002959;

}

.header-changer {
    background-color: #00008b !important
}
header img.logo {
    height: 35px;
    display: block;
    width: auto;
    padding: 0;
}
header .logo {
    cursor: pointer;
    position: relative;
	color:rgba(255,255,255,1);
    display: flex;
    align-items: center;
    height: 100px;
    width: auto;
    padding: 0 0
}
header .logo .logo-text {
    margin-left: 10px;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.25em;
	display:none;
}
.action-wrap {
	position: relative;
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    flex: 0 0 auto;
}
header .consult, header .phone {
    overflow: hidden;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    right: 0;
    line-height: 1em;
    z-index: 500;
    float: right;
	cursor:pointer;
	z-index:10;
}
header a.consult {
    color: rgba(60, 45, 137, 1);
    padding: 15px 20px;
	border-radius:10px;
    color: #FFF;
	background: #7a9f35;
}
header .phone {
	color: rgba(255,255,255, 1);
    padding: 15px 20px;
    color: #fff;
}
header nav {
    position: relative;
    height: 100px;
    margin-left: 50px;
}
.navbar {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Align contents to the left */
}
.navbar ul {
    display: flex;
    justify-content: flex-start; /* Aligns items to the left */
    align-items: center; /* Aligns items to the left */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
	border-radius:25px;
    box-sizing: border-box; /* Ensures padding and borders are included in the width */
}

.navbar ul li {
    position: relative;
    height: 100px;
    padding: 0 15px;
	margin-bottom:0
	width:25%;
}
.navbar ul li a {
	color:rgba(255,255,255,0.6);
    padding: 0 15px;
    display: flex;
	height: 100px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.navbar ul li a:hover {
    color: rgba(255, 255, 255, 1)
}
.navbar ul ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
    width: 100%
}
.navbar ul li:hover>ul {
    display: block
}
.navbar ul ul li {
    width: 100%;
    text-align: left
}
.navbar ul ul li a {
    color: #00703c;
    padding: 10px 15px;
    display: block
}
.navbar ul ul li a:hover {
    background: #f5f5f5
}
.rank-math-breadcrumb {
    font-size: .8em;
    text-transform: uppercase
}
#faq {
	position:relative;
	overflow:hidden;
}
.accordion {
    list-style-type: none
}
ul.accordion li+li {
	border-top:1px solid #000;
}
.accordion-item {
    margin-bottom: 0;
}
.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}
.answer-inner {
    padding: 25px 0;
}
.question {
    cursor: pointer;
    position: relative;
    font-size: 1.2em;
    padding: 25px 0;
    margin: 0;
    border-radius: 15px;
    font-weight: 700;
}
.question::after {
    content: "❯";
    width: 1em;
    height: 1em;
    position: absolute;
    right: 25px;
    top: 40%;
    transform: rotate(90deg);
    transition: transform .3s;
    text-align: center
}
.question[data-arrow=down]::after {
    transform: rotate(90deg)
}
.question[data-arrow=up]::after {
    transform: rotate(270deg)
}
* {
    margin: 0
}
::selection {
    text-shadow: none
}
html {
    scroll-behavior: smooth;
    max-width: 1800px;
    margin: 0 auto;
    color: rgba(0,0,0, 1)
}
body {
    text-rendering: optimizeLegibility;
    margin: 0 auto;
    font-size: clamp(16px, 1.2vw, 18px); /* Dynamic font size */
	color:#000;
font-family: Helvetica, sans-serif;
  font-optical-sizing: auto;
    font-weight:normal;
    -webkit-font-smoothing: antialiased;
}


/* Paragraph styling */
p {
	font-size: clamp(1rem, 2vw, 1.125rem); /* Dynamic font size */
    line-height: 1.8em;
    position: relative;
    margin-bottom: 1.5em;
	color:rgba(90,90,90,1);
}

/* Unordered list styling */
ul {
  margin-bottom: 1em; /* Add space below the list */
  padding-left: 40px; /* Indentation for the list items */
	color:rgba(120,120,120,1);
}

/* List item styling */
li {
  margin-bottom: 0.5em; /* Space between list items */
  line-height: 1.6; /* Slightly tighter than paragraphs for compact lists */
}


a {
    text-decoration: none
}


::selection {
    background: #1eb0e9;
    color: #fff
}
::-moz-selection {
    background: #1eb0e9;
    color: #fff
}
.clear {
    clear: both
}
h1, h2, h3 {
    position: relative;
    margin-bottom: 1.75rem;
    font-style: normal;
	color:#000;
font-family: Helvetica Black, sans-serif;
  font-optical-sizing: auto;
}
}

.article-wrapper h1,
.article-wrapper h2,
.article-wrapper h3 {
  line-height: 1.3;
  margin-top: 2.5rem;             /* space above */
  margin-bottom: 1rem;         /* space below */
}

.article-wrapper h1 { 
  font-size: clamp(2rem, 5vw, 3rem); 
}
.article-wrapper h2 { 
  font-size: clamp(1.75rem, 4.75vw, 2.25rem);
	padding:0 0 0 1.6rem;
	border-left:6px solid red;
}
.article-wrapper h3 { 
  font-size: clamp(1.5rem, 3vw, 1.75rem); 
}

.article-wrapper p {
  margin: 0 0 1.5rem;             /* only bottom margin */
}

.article-wrapper ul,
.article-wrapper ol {
  margin: 0 0 1.5rem 1.5rem;      /* indent + bottom gutter */
}

.article-wrapper li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}


.wp-block-quote {
      font-style: italic;
      background: rgba(255,255,255,0.04);
      border-left: 6px solid red;
	  border-right: 1px solid rgba(255,0,0,0.6);
      padding: 1rem 1.6rem;
      position: relative;
      box-shadow: 0 0 8px rgba(255,0,0,0.6);
}
.wp-block-quote p {
      margin: 2rem;
}


.article-wrapper pre,
.article-wrapper code {
  background: #f5f5f5;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  font-family: Consolas, monospace;
  font-size: 0.95em;
  overflow-x: auto;
}

#the-article-wrapper {
    display: flex;
    flex-direction: row;
    z-index: 2;
    flex: 1;
    clear: both;
    position: relative;
	margin:0 auto;
	width:100%;
background:#fff;
}

.article-wrapper {
	flex: 1 0 50%;
    max-width: 100%;
    padding: 5% 0% 5% 0;
    order: 2;
	overflow:hidden;
}
.article-sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 0;
    margin: 5% 0% 5% 5%;
	top:5%;
    height: auto;
    position: -webkit-sticky;
    position: sticky;
    height: fit-content;
    order: 2;
	width:40%;
	padding:25px;
}
.article-sidebar img {
    width: auto;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 0;
    padding: 0;
}

.sider-form {
    width: 100%;
	margin:0 0 15px;
	padding:25px;
	background:black;
}
.sider-form label {
	display:none;
}
.sider-form input {
    padding: 20px;
    font-size: 1em;
    width: 100%;
}
.sider-form input.submit {
	width: 100%;
}

.sider-form input::placeholder {
    color:#555;
}
.article-wrapper-inner {
}


.wp-block-rank-math-toc-block nav {
    background: rgba(255, 255, 255, .5);
    border-radius: 8px;
    padding: 10px 20px;
    margin: 0 auto 1.5em
}
.wp-block-rank-math-toc-block nav ul {
    list-style: none;
    padding: 0
}
.wp-block-rank-math-toc-block nav li {
    margin: 10px 0
}
.wp-block-rank-math-toc-block nav a {
    text-decoration: none;
    color: rgba(0, 0, 0, .8);
    font-weight: 400;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background-color .3s, color .3s;
    line-height: 1.25em;
    font-size: .9em
}
.wp-block-rank-math-toc-block nav a:hover {
    background: rgba(0, 112, 60, 1);
    color: rgba(255, 255, 255, .8)
}
.wp-block-rank-math-toc-block nav ul ul {
    padding-left: 15px;
    border-left: 2px solid rgba(0, 0, 0, .5)
}
.block {
    width: 100%;
    display: block;
    clear: both;
    height: 350px;
    background: #ddd
}


.container {
    display: flex;
    margin: 0 auto
}

@media screen and (max-width:1150px) {
	.big-wrap {
		margin-top:0px;
	}
	#multiStepForm {
	margin:7.5% 5%;
}
	header {
    }
	.action-wrap {
		font-size:1em;
	}
	.action-wrap, header .logo {
		height:90px;
	}
	
	header img.logo {
		height:30px;
	}

	header a.phone {
    padding: 25px;
    color: #fff;
	background:rgb(122, 159, 53);
		border-radius:8px;
		padding:14px 16px;
	}
    .container {
        flex-direction: column
    }
    .article-sidebar {
        position: relative;
        padding: 5%;
        margin: 0;
		top: 0;
		order:2;
    }
    .article-wrapper h1 {
        text-align: center
    }
    .action-wrap .consult {
        display: none
    }
	.article-wrapper {
		position:relative;
	}
	.article-wrapper-inner {
		max-height:reset;
	}
	    .flexy-container {
        flex-direction: column;
        padding: 0 5%;
        background: 0 0;
			display:none;
    }
    .box+.box {
        margin-top: 5%;
        border: 3px solid #7a9f35
    }
    .box {
        width: 100%;
        padding: 5% 2.5%;
        border-radius: 15px;
        overflow: hidden;
        border: 3px solid #7a9f35;
        background: #7a9f35
    }
}











.resize {
	margin:0 auto;
	width:85%;
	position:relative;
	height:auto;
	display:block;
}

footer {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    font-size: .6em;
    text-transform: uppercase;
    background: rgba(0,0,0,0.2);
	margin-top:2.5%;
    clear: both;
    color: rgba(255, 255, 255, .5);
}
.footer ul li a {
    color: rgba(255, 255, 255, .5);
	 padding: 25px 0 25px;
}
.footer a:hover {
    text-decoration: none;
    color: #fff
}
.footer ul {
    list-style: none
}
.footer ul li {
    list-style: none;
    display: inline-block;
	margin:0;
	padding: 25px 0 25px;
}
.footer ul li+li {
    margin-left: 1.75em
}
.footer ul li:first-child {
    border-left: none;
    padding-left: 0
}
.footer .left {
    float: left
}
.footer .right {
    float: right
}
* {
    -webkit-border-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
.clear {
    clear: both
}