/*
Theme Name: Victor
Theme URI: 
Author: Prystech
Description: 'Wordpress Theme'
Version: 1.0.0
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
.debug {
  position: fixed;
  top: 0px;
  left: 0px;
  color: crimson;
  margin: 0;
  padding: 3px;
  font-size: 12px;
  line-height: 12px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 99999; }
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - Unlimited"; }

@media (max-width: 0px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MAX"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1500px - 0px"; } }

@media (max-width: 1499px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XL"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 1250px - 1499px"; } }

@media (max-width: 1249px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: LG"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 992px - 1249px"; } }

@media (max-width: 991px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: MD"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 768px - 991px"; } }

@media (max-width: 767px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: SM"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 576px - 767px"; } }

@media (max-width: 575px) {
  .debug .debug-currentBreakpoint::after {
    content: "Breakpoint: XS"; }
  .debug .debug-breakpointRange::after {
    content: "Range: 0px - 575px"; } }

.adminbar .debug {
  top: 32px; }
  @media (max-width: 991px) {
    .adminbar .debug {
      top: 0px;
      left: 120px; } }

@media (max-width: 991px) {
  #wpadminbar {
    display: none; }
  html#no {
    margin-top: 0 !important; } }

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

html, body {
  margin: 0;
  padding: 0; }

body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff; }
  body.overflow {
    overflow: hidden; }

.global-button {
  background-color: #CF3342;
  border-radius: 12px;
  font-size: 16px;
  line-height: 100%;
  font-family: "Gotham";
  color: #fff;
  padding: 12px 24px;
  text-decoration: none;
  gap: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CF3342;
  width: fit-content;
  font-weight: 400;
  transition: 0.3s ease background-color, 0.3s ease color;
  cursor: pointer; }
  .global-button:hover {
    background-color: transparent;
    color: #000; }
  .global-button.blue {
    background-color: #17232D;
    border-color: #17232D; }
    .global-button.blue:hover {
      background-color: transparent;
      color: #17232D; }
  .global-button.hover-white:hover {
    color: #fff; }
  .global-button.transparent {
    background-color: transparent;
    color: #000; }
    .global-button.transparent:hover {
      background-color: #CF3342;
      color: #fff; }
  @media (max-width: 991px) {
    .global-button {
      font-size: 14px;
      padding: 10px 20px; } }

.all section:last-of-type {
  padding-bottom: 80px; }
  @media (max-width: 767px) {
    .all section:last-of-type {
      padding-bottom: 50px; } }

footer.site-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 40px 20px;
  background-color: #EEEEEE; }
  @media (max-width: 991px) {
    footer.site-footer {
      padding: 30px 20px 20px; } }
  footer.site-footer .inner {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%; }
    footer.site-footer .inner .top {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #CF3342;
      gap: 40px;
      padding-bottom: 35px; }
      @media (max-width: 991px) {
        footer.site-footer .inner .top {
          gap: 30px;
          flex-wrap: wrap; } }
      @media (max-width: 767px) {
        footer.site-footer .inner .top {
          align-items: center;
          padding-bottom: 25px; } }
      footer.site-footer .inner .top .logo-wrap {
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center; }
        @media (max-width: 991px) {
          footer.site-footer .inner .top .logo-wrap {
            align-items: flex-start;
            width: 100%; } }
        @media (max-width: 767px) {
          footer.site-footer .inner .top .logo-wrap {
            width: fit-content; } }
        footer.site-footer .inner .top .logo-wrap .logo-anchor {
          width: fit-content;
          height: fit-content;
          display: flex; }
          footer.site-footer .inner .top .logo-wrap .logo-anchor img {
            width: 200px;
            aspect-ratio: 1;
            object-fit: contain;
            object-position: center; }
            @media (max-width: 1249px) {
              footer.site-footer .inner .top .logo-wrap .logo-anchor img {
                width: 150px; } }
            @media (max-width: 767px) {
              footer.site-footer .inner .top .logo-wrap .logo-anchor img {
                width: 120px; } }
        footer.site-footer .inner .top .logo-wrap .socials {
          display: flex;
          gap: 20px; }
          @media (max-width: 1249px) {
            footer.site-footer .inner .top .logo-wrap .socials {
              gap: 15px; } }
          footer.site-footer .inner .top .logo-wrap .socials a {
            width: fit-content;
            height: fit-content;
            display: flex; }
            footer.site-footer .inner .top .logo-wrap .socials a .icon {
              width: 30px;
              height: 30px; }
              @media (max-width: 991px) {
                footer.site-footer .inner .top .logo-wrap .socials a .icon {
                  width: 20px;
                  height: 20px; } }
      footer.site-footer .inner .top .middle {
        display: flex;
        justify-content: space-between;
        gap: 60px;
        max-width: 45.7%;
        width: 100%; }
        @media (max-width: 1499px) {
          footer.site-footer .inner .top .middle {
            gap: 40px; } }
        @media (max-width: 1249px) {
          footer.site-footer .inner .top .middle {
            gap: 20px;
            max-width: fit-content;
            width: fit-content; } }
        @media (max-width: 767px) {
          footer.site-footer .inner .top .middle {
            flex-wrap: wrap;
            justify-content: flex-start; } }
        footer.site-footer .inner .top .middle .quick-links {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          @media (max-width: 1249px) {
            footer.site-footer .inner .top .middle .quick-links {
              gap: 15px; } }
          footer.site-footer .inner .top .middle .quick-links .heading {
            font-size: 18px;
            font-family: "Gotham";
            color: #000;
            line-height: 100%;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: capitalize;
            white-space: nowrap;
            width: fit-content; }
            @media (max-width: 1249px) {
              footer.site-footer .inner .top .middle .quick-links .heading {
                font-size: 16px; } }
          footer.site-footer .inner .top .middle .quick-links .links-wrap {
            display: flex;
            flex-direction: column;
            gap: 20px; }
            @media (max-width: 1249px) {
              footer.site-footer .inner .top .middle .quick-links .links-wrap {
                gap: 15px; } }
            footer.site-footer .inner .top .middle .quick-links .links-wrap .link {
              font-size: 14px;
              font-family: "Gotham";
              color: #000;
              line-height: 100%;
              font-weight: 500;
              letter-spacing: 0;
              text-transform: uppercase;
              text-decoration: none;
              white-space: nowrap;
              width: fit-content;
              transition: 0.3s ease color; }
              footer.site-footer .inner .top .middle .quick-links .links-wrap .link:hover {
                color: #CF3342; }
              @media (max-width: 991px) {
                footer.site-footer .inner .top .middle .quick-links .links-wrap .link {
                  font-size: 12px; } }
      footer.site-footer .inner .top .right {
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 40px; }
        @media (max-width: 1249px) {
          footer.site-footer .inner .top .right {
            gap: 30px; } }
        @media (max-width: 767px) {
          footer.site-footer .inner .top .right {
            gap: 20px; } }
        footer.site-footer .inner .top .right .contact-details {
          display: flex;
          flex-direction: column;
          gap: 20px; }
          @media (max-width: 1249px) {
            footer.site-footer .inner .top .right .contact-details {
              gap: 15px; } }
          footer.site-footer .inner .top .right .contact-details .contact-wrap {
            display: flex;
            gap: 12px; }
            footer.site-footer .inner .top .right .contact-details .contact-wrap .icon {
              width: 20px; }
            footer.site-footer .inner .top .right .contact-details .contact-wrap .link {
              font-size: 16px;
              font-family: "Lato", sans-serif;
              color: #000;
              line-height: 100%;
              font-weight: 500;
              letter-spacing: 0;
              text-decoration: none;
              max-width: 215px;
              transition: 0.3s ease color; }
              footer.site-footer .inner .top .right .contact-details .contact-wrap .link:hover {
                color: #CF3342; }
              @media (max-width: 1249px) {
                footer.site-footer .inner .top .right .contact-details .contact-wrap .link {
                  font-size: 14px; } }
    footer.site-footer .inner .bottom {
      padding: 20px 0 0 0;
      display: flex;
      justify-content: center; }
      footer.site-footer .inner .bottom .copyright {
        font-size: 16px;
        font-family: "Lato", sans-serif;
        color: #000;
        line-height: 100%;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: capitalize; }
        @media (max-width: 1249px) {
          footer.site-footer .inner .bottom .copyright {
            font-size: 14px; } }

@font-face {
  font-family: "Gotham";
  font-weight: 700;
  src: url(./fonts/Gotham-Bold.otf); }

@font-face {
  font-family: "Gotham";
  font-weight: 400;
  src: url(./fonts/Gotham-Book.otf); }

@font-face {
  font-family: "Gotham";
  font-weight: 500 600;
  src: url(./fonts/Gotham-Medium.otf); }

@font-face {
  font-family: "Gotham";
  font-weight: 800;
  src: url(./fonts/GOTHAM-BLACK.woff2); }

header.site-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow-x: clip; }
  header.site-header .top {
    background-color: #CF3342;
    width: 100%;
    padding: 15px 0px; }
    @media (max-width: 767px) {
      header.site-header .top {
        padding: 15px 0px; } }
    header.site-header .top .marquee {
      display: flex;
      width: max-content;
      animation: marquee 15s linear infinite; }
    header.site-header .top .inner {
      width: 100%;
      margin: 0 auto;
      display: flex;
      overflow: hidden; }
      header.site-header .top .inner .text-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex: 0 0 auto;
        padding: 0 200px 0 0;
        white-space: nowrap;
        min-width: 50vw; }
        @media (max-width: 991px) {
          header.site-header .top .inner .text-wrap {
            padding: 0 40px; } }
        header.site-header .top .inner .text-wrap .icon {
          width: auto;
          max-width: 32px; }
        header.site-header .top .inner .text-wrap p {
          color: #fff;
          font-family: "Lato", sans-serif;
          font-size: 16px;
          line-height: 100%;
          white-space: nowrap; }
          @media (max-width: 767px) {
            header.site-header .top .inner .text-wrap p {
              font-size: 14px; } }
  header.site-header .bottom {
    width: 100%;
    background-color: #EEEEEE;
    padding: 30px 40px; }
    @media (max-width: 767px) {
      header.site-header .bottom {
        padding: 30px 20px; } }
    header.site-header .bottom .inner {
      max-width: 1280px;
      border-radius: 12px;
      margin: 0 auto;
      width: 100%;
      background-color: #FAFAF9;
      padding: 15px 30px;
      display: flex;
      justify-content: space-between;
      position: relative;
      box-shadow: 0 4px 20px 0 #00000040;
      align-items: center; }
      @media (max-width: 1499px) {
        header.site-header .bottom .inner {
          padding: 10px 15px; } }
      @media (max-width: 991px) {
        header.site-header .bottom .inner {
          flex-direction: row-reverse; } }
      header.site-header .bottom .inner .links-wrap {
        display: flex;
        gap: 25px;
        width: fit-content;
        align-items: center;
        transition: 0.4s ease transform, 0.4s ease opacity, 0.4s ease pointer-events; }
        @media (max-width: 1499px) {
          header.site-header .bottom .inner .links-wrap {
            gap: 15px; } }
        @media (max-width: 1249px) {
          header.site-header .bottom .inner .links-wrap {
            gap: 10px; } }
        @media (max-width: 991px) {
          header.site-header .bottom .inner .links-wrap {
            position: absolute;
            flex-direction: column;
            width: calc(100% + 80px);
            height: fit-content;
            min-height: calc(100vh - 52px);
            background-color: #EEEEEE;
            top: -30px;
            left: -40px;
            padding: 150px 40px 50px;
            gap: 20px;
            z-index: 10;
            transform: translateX(100%);
            opacity: 0;
            pointer-events: none; } }
        @media (max-width: 767px) {
          header.site-header .bottom .inner .links-wrap {
            width: calc(100% + 40px);
            left: -20px; } }
        header.site-header .bottom .inner .links-wrap.active {
          opacity: 1;
          pointer-events: all;
          transform: translateX(0); }
        header.site-header .bottom .inner .links-wrap .right-wrap {
          display: none; }
          @media (max-width: 767px) {
            header.site-header .bottom .inner .links-wrap .right-wrap {
              display: flex;
              flex-direction: column;
              gap: 20px; } }
          header.site-header .bottom .inner .links-wrap .right-wrap .right-links-wrap .link-wrap {
            flex-direction: row; }
        header.site-header .bottom .inner .links-wrap .link-wrap {
          display: flex;
          align-items: center;
          position: relative;
          flex-direction: column;
          padding: 5px 0; }
          @media (max-width: 991px) {
            header.site-header .bottom .inner .links-wrap .link-wrap {
              padding: 0;
              gap: 10px; } }
          header.site-header .bottom .inner .links-wrap .link-wrap .link {
            font-size: 14px;
            text-transform: uppercase; }
            @media (max-width: 1249px) {
              header.site-header .bottom .inner .links-wrap .link-wrap .link {
                font-size: 12px; } }
            @media (max-width: 991px) {
              header.site-header .bottom .inner .links-wrap .link-wrap .link {
                font-size: 14px; } }
          header.site-header .bottom .inner .links-wrap .link-wrap.has-sublinks .link:hover {
            color: #000; }
          header.site-header .bottom .inner .links-wrap .link-wrap.has-sublinks .wrap {
            cursor: pointer; }
          header.site-header .bottom .inner .links-wrap .link-wrap.has-sublinks .sublink-wrap .wrap {
            gap: 15px; }
          header.site-header .bottom .inner .links-wrap .link-wrap.has-sublinks .sublink-wrap .link {
            text-transform: capitalize; }
            header.site-header .bottom .inner .links-wrap .link-wrap.has-sublinks .sublink-wrap .link:hover {
              color: #fff; }
          header.site-header .bottom .inner .links-wrap .link-wrap .wrap {
            display: flex;
            align-items: center;
            gap: 8px; }
          header.site-header .bottom .inner .links-wrap .link-wrap .sublink-wrap {
            position: absolute;
            top: 100%;
            right: auto;
            left: auto;
            display: none;
            flex-direction: column;
            width: fit-content; }
            @media (max-width: 991px) {
              header.site-header .bottom .inner .links-wrap .link-wrap .sublink-wrap {
                position: static; } }
            header.site-header .bottom .inner .links-wrap .link-wrap .sublink-wrap .wrap {
              background-color: #17232D;
              border-radius: 12px;
              gap: 10px;
              display: flex;
              flex-direction: column;
              width: fit-content;
              padding: 12px;
              align-items: flex-start; }
            header.site-header .bottom .inner .links-wrap .link-wrap .sublink-wrap .link {
              color: #fff;
              font-size: 14px;
              white-space: nowrap;
              text-transform: none;
              font-weight: 400; }
        header.site-header .bottom .inner .links-wrap .link {
          font-family: "Gotham";
          color: #000;
          text-decoration: none;
          font-size: 16px;
          text-transform: capitalize;
          transition: 0.3s ease color;
          font-weight: 500; }
          header.site-header .bottom .inner .links-wrap .link:hover {
            color: #CF3342; }
          @media (max-width: 1499px) {
            header.site-header .bottom .inner .links-wrap .link {
              font-size: 14px; } }
          @media (max-width: 991px) {
            header.site-header .bottom .inner .links-wrap .link {
              font-size: 16px; } }
      header.site-header .bottom .inner .logo-wrap {
        width: 120px;
        height: auto;
        position: absolute;
        margin: auto;
        inset: 0;
        z-index: 11; }
        @media (max-width: 1499px) {
          header.site-header .bottom .inner .logo-wrap {
            width: 100px; } }
        @media (max-width: 991px) {
          header.site-header .bottom .inner .logo-wrap {
            width: 90px; } }
        header.site-header .bottom .inner .logo-wrap a {
          position: absolute;
          width: 100%;
          height: 120px;
          inset: 0;
          margin: auto 0; }
          @media (max-width: 1499px) {
            header.site-header .bottom .inner .logo-wrap a {
              width: 100px;
              height: 100px; } }
          @media (max-width: 991px) {
            header.site-header .bottom .inner .logo-wrap a {
              width: 90px;
              height: 90px; } }
          header.site-header .bottom .inner .logo-wrap a img {
            width: 100%; }
      header.site-header .bottom .inner .right-wrap {
        width: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px; }
        @media (max-width: 1499px) {
          header.site-header .bottom .inner .right-wrap {
            gap: 30px; } }
        @media (max-width: 1249px) {
          header.site-header .bottom .inner .right-wrap {
            gap: 15px; } }
        @media (max-width: 767px) {
          header.site-header .bottom .inner .right-wrap {
            display: none; } }
        header.site-header .bottom .inner .right-wrap .right-links-wrap {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          @media (max-width: 767px) {
            header.site-header .bottom .inner .right-wrap .right-links-wrap {
              gap: 20px; } }
          header.site-header .bottom .inner .right-wrap .right-links-wrap .link-wrap {
            display: flex;
            width: fit-content;
            align-items: center;
            gap: 10px; }
            @media (max-width: 1249px) {
              header.site-header .bottom .inner .right-wrap .right-links-wrap .link-wrap {
                gap: 5px; } }
          header.site-header .bottom .inner .right-wrap .right-links-wrap .status {
            width: 10px;
            height: 10px;
            background-color: #000;
            border-radius: 50%; }
            header.site-header .bottom .inner .right-wrap .right-links-wrap .status.offline {
              background-color: #CF3342; }
            header.site-header .bottom .inner .right-wrap .right-links-wrap .status.online {
              background-color: #00FF1E; }
          header.site-header .bottom .inner .right-wrap .right-links-wrap .link {
            font-family: "Gotham";
            color: #000;
            text-decoration: none;
            font-size: 16px;
            transition: 0.3s ease color; }
            header.site-header .bottom .inner .right-wrap .right-links-wrap .link:hover {
              color: #CF3342; }
            @media (max-width: 1499px) {
              header.site-header .bottom .inner .right-wrap .right-links-wrap .link {
                font-size: 14px; } }
            @media (max-width: 1249px) {
              header.site-header .bottom .inner .right-wrap .right-links-wrap .link {
                font-size: 12px; } }
            @media (max-width: 767px) {
              header.site-header .bottom .inner .right-wrap .right-links-wrap .link {
                font-size: 14px; } }
        header.site-header .bottom .inner .right-wrap .global-button {
          font-size: 16px; }
          @media (max-width: 1249px) {
            header.site-header .bottom .inner .right-wrap .global-button {
              padding: 10px 22px; } }
          @media (max-width: 991px) {
            header.site-header .bottom .inner .right-wrap .global-button {
              font-size: 14px;
              padding: 8px 16px; } }
      header.site-header .bottom .inner .hamburger-wrap {
        width: fit-content;
        display: flex;
        height: fit-content;
        display: none;
        position: relative;
        z-index: 11; }
        @media (max-width: 991px) {
          header.site-header .bottom .inner .hamburger-wrap {
            display: flex; } }
        header.site-header .bottom .inner .hamburger-wrap .hamburger, header.site-header .bottom .inner .hamburger-wrap .cross {
          width: 35px;
          height: 25px; }
        header.site-header .bottom .inner .hamburger-wrap .cross {
          display: none; }

@keyframes marquee {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-50%); } }

section.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EEEEEE;
  padding: 80px 40px 100px; }
  @media (max-width: 991px) {
    section.banner {
      padding: 50px 20px; } }
  section.banner.large .inner {
    justify-content: space-between; }
    section.banner.large .inner .left {
      width: 62.5%; }
      @media (max-width: 991px) {
        section.banner.large .inner .left {
          width: 55%; } }
      @media (max-width: 767px) {
        section.banner.large .inner .left {
          width: 100%; } }
    section.banner.large .inner .right {
      width: 31.5%; }
      @media (max-width: 991px) {
        section.banner.large .inner .right {
          width: 45%; } }
      @media (max-width: 767px) {
        section.banner.large .inner .right {
          width: 100%; } }
      section.banner.large .inner .right .testimonial-slider .testimonial-slides .testimonial-slide img {
        aspect-ratio: 0.7920;
        border-radius: 12px;
        display: flex;
        align-self: center;
        margin: 0 auto;
        object-fit: cover; }
  section.banner.small .inner {
    justify-content: space-between; }
    section.banner.small .inner .left {
      width: 45.5%; }
      @media (max-width: 991px) {
        section.banner.small .inner .left {
          width: 55%; } }
      @media (max-width: 767px) {
        section.banner.small .inner .left {
          width: 100%; } }
    section.banner.small .inner .right {
      width: 45.5%; }
      @media (max-width: 767px) {
        section.banner.small .inner .right {
          width: 100%; } }
  section.banner .inner {
    max-width: 1280px;
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center; }
    @media (max-width: 767px) {
      section.banner .inner {
        flex-direction: column; } }
    section.banner .inner .left {
      width: 58%; }
      @media (max-width: 767px) {
        section.banner .inner .left {
          width: 100%; } }
      section.banner .inner .left .tagline {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
        font-family: "Gotham";
        line-height: 100%;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          section.banner .inner .left .tagline {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.banner .inner .left .tagline {
            font-size: 14px;
            margin-bottom: 15px; } }
      section.banner .inner .left .heading-wrap {
        margin-bottom: 30px; }
        @media (max-width: 767px) {
          section.banner .inner .left .heading-wrap {
            margin-bottom: 20px; } }
        section.banner .inner .left .heading-wrap h1 {
          font-size: 56px;
          line-height: 100%;
          font-family: "Gotham";
          color: #000;
          font-weight: 800;
          letter-spacing: -1.12px;
          text-transform: uppercase; }
          @media (max-width: 991px) {
            section.banner .inner .left .heading-wrap h1 {
              font-size: 40px; } }
          @media (max-width: 767px) {
            section.banner .inner .left .heading-wrap h1 {
              font-size: 32px; } }
          section.banner .inner .left .heading-wrap h1 .red {
            color: #CF3342; }
      section.banner .inner .left .description {
        font-size: 16px;
        font-family: "Lato", sans-serif;
        color: #000;
        font-weight: 400;
        margin-bottom: 30px; }
        @media (max-width: 991px) {
          section.banner .inner .left .description {
            margin-bottom: 20px;
            font-size: 14px; } }
      section.banner .inner .left .global-button {
        font-size: 16px; }
        @media (max-width: 991px) {
          section.banner .inner .left .global-button {
            font-size: 14px; } }
    section.banner .inner .right {
      width: 42%; }
      @media (max-width: 767px) {
        section.banner .inner .right {
          width: 100%; } }
      section.banner .inner .right .testimonial-slider {
        width: 100%; }
        section.banner .inner .right .testimonial-slider .testimonial-slides {
          width: 100%; }
          section.banner .inner .right .testimonial-slider .testimonial-slides .slick-track {
            display: flex;
            align-items: center; }
          section.banner .inner .right .testimonial-slider .testimonial-slides .testimonial-slide img {
            width: 100%; }
          section.banner .inner .right .testimonial-slider .testimonial-slides .slick-dots {
            bottom: -35px; }
            section.banner .inner .right .testimonial-slider .testimonial-slides .slick-dots li.slick-active button:before {
              color: #CF3342; }
            section.banner .inner .right .testimonial-slider .testimonial-slides .slick-dots li button:before {
              color: #cf334263;
              font-size: 12px; }
              @media (max-width: 767px) {
                section.banner .inner .right .testimonial-slider .testimonial-slides .slick-dots li button:before {
                  font-size: 8px; } }

section.icon-text-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  background-color: #fff;
  border-top: 1px solid #CF3342;
  border-bottom: 1px solid #CF3342;
  background-color: #EEEEEE; }
  @media (max-width: 767px) {
    section.icon-text-divider {
      padding: 30px 20px; } }
  section.icon-text-divider .inner {
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; }
    @media (max-width: 575px) {
      section.icon-text-divider .inner {
        flex-direction: column;
        width: fit-content; } }
    section.icon-text-divider .inner .icon-text-wrap {
      align-items: center;
      display: flex;
      gap: 20px;
      width: fit-content;
      margin: 0; }
      section.icon-text-divider .inner .icon-text-wrap .icon-wrap {
        background-color: #fff;
        border-radius: 6px;
        padding: 5px;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.icon-text-divider .inner .icon-text-wrap .icon-wrap img {
          width: 20px;
          height: 20px;
          object-fit: contain; }
      section.icon-text-divider .inner .icon-text-wrap .text {
        font-size: 16px;
        line-height: 100%;
        color: #000;
        line-height: 110%;
        font-family: "Inter", sans-serif;
        font-weight: 500; }
        @media (max-width: 991px) {
          section.icon-text-divider .inner .icon-text-wrap .text {
            font-size: 14px; } }

section.divider-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px; }
  @media (max-width: 767px) {
    section.divider-section {
      padding: 25px 20px; } }
  section.divider-section .inner {
    max-width: 1280px;
    width: 100%; }
    section.divider-section .inner .card-wrap {
      display: flex;
      width: 100%;
      flex-direction: column;
      border-radius: 24px;
      padding: 60px;
      justify-content: center;
      align-items: center;
      position: relative;
      overflow: hidden;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 991px) {
        section.divider-section .inner .card-wrap {
          padding: 40px; } }
      @media (max-width: 767px) {
        section.divider-section .inner .card-wrap {
          padding: 30px 20px; } }
      section.divider-section .inner .card-wrap::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: #000c;
        z-index: 1;
        pointer-events: none; }
      section.divider-section .inner .card-wrap .tagline, section.divider-section .inner .card-wrap .heading, section.divider-section .inner .card-wrap .description, section.divider-section .inner .card-wrap .button-wrap {
        position: relative;
        z-index: 2; }
      section.divider-section .inner .card-wrap .tagline {
        font-family: "Gotham";
        color: #fff;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 20px;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 991px) {
          section.divider-section .inner .card-wrap .tagline {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.divider-section .inner .card-wrap .tagline {
            font-size: 14px;
            margin-bottom: 15px; } }
      section.divider-section .inner .card-wrap .heading {
        font-size: 48px;
        line-height: 100%;
        font-family: "Gotham";
        color: #fff;
        font-weight: 800;
        margin-bottom: 30px;
        text-align: center;
        letter-spacing: -0.96px;
        text-transform: uppercase; }
        @media (max-width: 991px) {
          section.divider-section .inner .card-wrap .heading {
            font-size: 36px;
            font-weight: 700; } }
        @media (max-width: 767px) {
          section.divider-section .inner .card-wrap .heading {
            font-size: 28px;
            margin-bottom: 20px; } }
      section.divider-section .inner .card-wrap .description {
        font-size: 16px;
        font-family: "Lato", sans-serif;
        color: #fff;
        line-height: 120%;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
        max-width: 1000px; }
        @media (max-width: 767px) {
          section.divider-section .inner .card-wrap .description {
            font-size: 14px;
            margin-bottom: 20px; } }

section.process-cards-with-arrows {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px; }
  @media (max-width: 767px) {
    section.process-cards-with-arrows {
      padding: 25px 20px; } }
  section.process-cards-with-arrows .inner {
    max-width: 1280px;
    width: 100%;
    background-color: #EEEEEE;
    padding: 60px 80px;
    border-radius: 24px; }
    @media (max-width: 1499px) {
      section.process-cards-with-arrows .inner {
        padding: 50px 40px; } }
    @media (max-width: 767px) {
      section.process-cards-with-arrows .inner {
        padding: 40px 20px; } }
    section.process-cards-with-arrows .inner .tagline {
      font-family: "Gotham";
      color: #000;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: uppercase;
      text-align: center; }
      @media (max-width: 991px) {
        section.process-cards-with-arrows .inner .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.process-cards-with-arrows .inner .tagline {
          font-size: 14px;
          margin-bottom: 15px; } }
    section.process-cards-with-arrows .inner .heading {
      font-size: 48px;
      line-height: 100%;
      font-family: "Inter", sans-serif;
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        section.process-cards-with-arrows .inner .heading {
          font-size: 36px;
          font-weight: 700; } }
      @media (max-width: 767px) {
        section.process-cards-with-arrows .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.process-cards-with-arrows .inner .cards-wrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      row-gap: 60px;
      column-gap: 2.5%; }
      @media (max-width: 1249px) {
        section.process-cards-with-arrows .inner .cards-wrap {
          row-gap: 50px; } }
      @media (max-width: 767px) {
        section.process-cards-with-arrows .inner .cards-wrap {
          flex-direction: column;
          row-gap: 20px; } }
      section.process-cards-with-arrows .inner .cards-wrap .card {
        width: 27%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 40px 20px;
        border-radius: 12px;
        background-color: #fff;
        position: relative; }
        @media (max-width: 1249px) {
          section.process-cards-with-arrows .inner .cards-wrap .card {
            padding: 30px 15px; } }
        @media (max-width: 767px) {
          section.process-cards-with-arrows .inner .cards-wrap .card {
            width: 100%; } }
        section.process-cards-with-arrows .inner .cards-wrap .card .tag-wrap {
          position: absolute;
          width: fit-content;
          height: fit-content;
          background-color: #17232D;
          padding: 12px;
          top: -10px;
          left: -10px;
          border-radius: 6px; }
          @media (max-width: 991px) {
            section.process-cards-with-arrows .inner .cards-wrap .card .tag-wrap {
              padding: 10px; } }
          section.process-cards-with-arrows .inner .cards-wrap .card .tag-wrap .tag-text {
            font-size: 20px;
            font-family: "Inter", sans-serif;
            color: #fff;
            line-height: 100%; }
            @media (max-width: 991px) {
              section.process-cards-with-arrows .inner .cards-wrap .card .tag-wrap .tag-text {
                font-size: 16px; } }
            @media (max-width: 767px) {
              section.process-cards-with-arrows .inner .cards-wrap .card .tag-wrap .tag-text {
                font-size: 14px; } }
        section.process-cards-with-arrows .inner .cards-wrap .card .icon {
          max-width: 80px;
          width: 100%;
          margin-bottom: 30px; }
          @media (max-width: 991px) {
            section.process-cards-with-arrows .inner .cards-wrap .card .icon {
              max-width: 50px;
              margin-bottom: 20px; } }
        section.process-cards-with-arrows .inner .cards-wrap .card .heading {
          font-size: 20px;
          font-weight: 500;
          margin-bottom: 25px; }
          @media (max-width: 991px) {
            section.process-cards-with-arrows .inner .cards-wrap .card .heading {
              font-size: 18px;
              margin-bottom: 15px; } }
          @media (max-width: 767px) {
            section.process-cards-with-arrows .inner .cards-wrap .card .heading {
              font-size: 16px; } }
        section.process-cards-with-arrows .inner .cards-wrap .card .description {
          font-size: 16px;
          font-family: "Lato", sans-serif;
          color: #000;
          line-height: 120%;
          font-weight: 400;
          text-align: center;
          max-width: 1000px; }
          @media (max-width: 767px) {
            section.process-cards-with-arrows .inner .cards-wrap .card .description {
              font-size: 14px; } }
      section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap {
        display: flex;
        align-items: center; }
        section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap:nth-child(3n) {
          display: none; }
        @media (max-width: 767px) {
          section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap {
            justify-content: center; } }
  @media (max-width: 767px) and (max-width: 767px) {
    section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap {
      display: flex; } }
        section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap svg {
          width: 50px;
          height: 50px; }
          @media (max-width: 1499px) {
            section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap svg {
              width: 35px;
              height: 35px; } }
          @media (max-width: 991px) {
            section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap svg {
              width: 25px;
              height: 25px; } }
          @media (max-width: 767px) {
            section.process-cards-with-arrows .inner .cards-wrap .arrow-wrap svg {
              transform: rotate(90deg);
              width: 30px;
              height: 30px; } }

section.accordian-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 40px; }
  @media (max-width: 767px) {
    section.accordian-section {
      padding: 25px 20px; } }
  section.accordian-section .inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    flex-direction: column; }
    section.accordian-section .inner .tagline {
      font-family: "Gotham";
      color: #000;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: capitalize;
      text-align: center; }
      @media (max-width: 991px) {
        section.accordian-section .inner .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.accordian-section .inner .tagline {
          font-size: 14px;
          margin-bottom: 15px; } }
    section.accordian-section .inner .heading {
      font-size: 48px;
      line-height: 100%;
      font-family: "Gotham";
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      text-align: center;
      letter-spacing: -0.96px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        section.accordian-section .inner .heading {
          font-weight: 700;
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.accordian-section .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.accordian-section .inner .accordian-wrap .accordion {
      list-style: none; }
      section.accordian-section .inner .accordian-wrap .accordion .accordion-item {
        border-left: 8px solid #CF3342;
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 10px; }
        section.accordian-section .inner .accordian-wrap .accordion .accordion-item:last-of-type {
          margin-bottom: 0; }
        section.accordian-section .inner .accordian-wrap .accordion .accordion-item:first-of-type {
          padding-top: 0; }
        section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb {
          cursor: pointer;
          display: flex;
          justify-content: space-between;
          gap: 30px;
          padding: 20px 40px; }
          @media (max-width: 767px) {
            section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb {
              padding: 20px; } }
          section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb .title {
            font-size: 16px;
            font-family: "Lato", sans-serif;
            color: #000;
            line-height: 100%;
            font-weight: 500; }
            @media (max-width: 767px) {
              section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb .title {
                font-size: 14px; } }
          section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb .icon {
            width: fit-content;
            height: fit-content;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            width: 15px;
            height: 15px; }
            @media (max-width: 767px) {
              section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb .icon {
                width: 12px;
                height: 12px; } }
            section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb .icon svg {
              visibility: visible;
              pointer-events: all;
              opacity: 1;
              transition: visibility 0.3s ease, opacity 0.3s ease;
              position: absolute;
              inset: 0;
              margin: auto; }
              section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-thumb .icon svg.hide {
                visibility: hidden;
                pointer-events: none;
                opacity: 0; }
        section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-panel {
          margin: 0;
          display: none;
          padding: 20px 40px;
          background-color: #FBE5E7; }
          @media (max-width: 767px) {
            section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-panel {
              padding: 20px; } }
          section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-panel .description {
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: 400;
            line-height: 100%;
            font-family: "Lato", sans-serif; }
            @media (max-width: 767px) {
              section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-panel .description {
                font-size: 14px; } }
            section.accordian-section .inner .accordian-wrap .accordion .accordion-item .accordion-panel .description:last-of-type {
              margin-bottom: 0; }

section.slider-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 80px; }
  @media (max-width: 767px) {
    section.slider-section {
      padding: 25px 20px 50px; } }
  section.slider-section .inner {
    max-width: 1310px;
    width: 100%; }
    section.slider-section .inner .tagline {
      font-family: "Gotham";
      color: #000;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: capitalize;
      text-align: center; }
      @media (max-width: 991px) {
        section.slider-section .inner .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.slider-section .inner .tagline {
          font-size: 14px;
          margin-bottom: 15px; } }
    section.slider-section .inner .heading {
      font-size: 48px;
      line-height: 100%;
      font-family: "Gotham";
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 991px) {
        section.slider-section .inner .heading {
          font-weight: 700;
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.slider-section .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.slider-section .inner .testimonial-slider .testimonial-slide {
      margin: 0 15px; }
      section.slider-section .inner .testimonial-slider .testimonial-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        aspect-ratio: 1;
        max-width: 232px;
        margin: 0 auto;
        background-color: #DBDBDE; }
        @media (max-width: 575px) {
          section.slider-section .inner .testimonial-slider .testimonial-slide img {
            max-width: unset; } }
    section.slider-section .inner .testimonial-slider .slick-arrow {
      background-color: #17232D;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      z-index: 10; }
      @media (max-width: 991px) {
        section.slider-section .inner .testimonial-slider .slick-arrow {
          width: 40px;
          height: 40px; } }
      @media (max-width: 767px) {
        section.slider-section .inner .testimonial-slider .slick-arrow {
          width: 35px;
          height: 35px; } }
      @media (max-width: 767px) {
        section.slider-section .inner .testimonial-slider .slick-arrow.slick-next {
          right: -15px; } }
      @media (max-width: 767px) {
        section.slider-section .inner .testimonial-slider .slick-arrow.slick-prev {
          left: -15px; } }
      section.slider-section .inner .testimonial-slider .slick-arrow:before {
        content: unset; }
      section.slider-section .inner .testimonial-slider .slick-arrow svg {
        width: 12px; }
        @media (max-width: 991px) {
          section.slider-section .inner .testimonial-slider .slick-arrow svg {
            width: 10px; } }
    section.slider-section .inner .button-wrap {
      margin-top: 30px;
      display: flex;
      justify-content: end;
      margin-right: 15px; }
      @media (max-width: 575px) {
        section.slider-section .inner .button-wrap {
          margin-right: 0; } }

section.two-column {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px; }
  @media (max-width: 767px) {
    section.two-column {
      padding: 25px 20px; } }
  section.two-column.bottom {
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      section.two-column.bottom {
        padding-bottom: 50px; } }
  section.two-column.top {
    padding-top: 80px; }
    @media (max-width: 767px) {
      section.two-column.top {
        padding-top: 50px; } }
  section.two-column .inner {
    max-width: 1280px;
    width: 100%;
    display: flex;
    border-radius: 24px;
    justify-content: space-between;
    gap: 40px;
    align-items: center; }
    @media (max-width: 767px) {
      section.two-column .inner {
        flex-direction: column;
        gap: 30px; } }
    section.two-column .inner.add-background-color {
      background-color: #EEEEEE;
      border: 1px solid #CF3342;
      padding: 80px; }
      @media (max-width: 1249px) {
        section.two-column .inner.add-background-color {
          padding: 40px; } }
      @media (max-width: 991px) {
        section.two-column .inner.add-background-color {
          padding: 30px; } }
      @media (max-width: 767px) {
        section.two-column .inner.add-background-color {
          padding: 20px; } }
    section.two-column .inner.no-image-corners .image-wrap {
      width: 44.5%; }
      section.two-column .inner.no-image-corners .image-wrap img {
        aspect-ratio: unset;
        max-width: 520px; }
      @media (max-width: 767px) {
        section.two-column .inner.no-image-corners .image-wrap {
          width: 100%; } }
    section.two-column .inner.no-image-corners .content {
      width: 48.5%; }
      @media (max-width: 767px) {
        section.two-column .inner.no-image-corners .content {
          width: 100%; } }
    section.two-column .inner .image-wrap {
      width: 46%; }
      @media (max-width: 991px) {
        section.two-column .inner .image-wrap {
          width: 45.5%; } }
      @media (max-width: 767px) {
        section.two-column .inner .image-wrap {
          width: 100%;
          display: flex;
          justify-content: center; } }
      section.two-column .inner .image-wrap img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        max-width: 585px;
        aspect-ratio: 1.396;
        border-radius: 12px;
        display: block; }
    section.two-column .inner .content {
      width: 50%; }
      @media (max-width: 767px) {
        section.two-column .inner .content {
          width: 100%; } }
      section.two-column .inner .content .tagline {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
        font-weight: 500;
        font-family: "Gotham";
        line-height: 100%;
        margin-bottom: 20px; }
        @media (max-width: 991px) {
          section.two-column .inner .content .tagline {
            font-size: 16px; } }
        @media (max-width: 767px) {
          section.two-column .inner .content .tagline {
            margin-bottom: 15px;
            font-size: 14px; } }
      section.two-column .inner .content .heading {
        font-size: 48px;
        line-height: 120%;
        font-family: "Gotham";
        color: #000;
        font-weight: 800;
        margin-bottom: 30px;
        letter-spacing: -0.96px; }
        @media (max-width: 991px) {
          section.two-column .inner .content .heading {
            font-weight: 800;
            font-size: 36px; } }
        @media (max-width: 767px) {
          section.two-column .inner .content .heading {
            font-size: 28px;
            margin-bottom: 20px; } }
      section.two-column .inner .content .description {
        font-family: "Lato", sans-serif;
        color: #000;
        font-weight: 400;
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 120%; }
        section.two-column .inner .content .description:last-child {
          margin-bottom: 0; }
        @media (max-width: 991px) {
          section.two-column .inner .content .description {
            font-size: 14px; } }
        @media (max-width: 767px) {
          section.two-column .inner .content .description {
            margin-bottom: 20px;
            font-size: 12px; } }
    section.two-column .inner .comparison-wrap {
      display: grid;
      place-items: center;
      width: 46%; }
      @media (max-width: 991px) {
        section.two-column .inner .comparison-wrap {
          width: 45.5%; } }
      @media (max-width: 767px) {
        section.two-column .inner .comparison-wrap {
          width: 100%;
          display: flex;
          justify-content: center; } }
      section.two-column .inner .comparison-wrap .comparison-container {
        display: grid;
        place-content: center;
        position: relative;
        overflow: hidden;
        --position: 50%;
        border: none; }
        section.two-column .inner .comparison-wrap .comparison-container .image-container {
          max-width: 515px; }
          section.two-column .inner .comparison-wrap .comparison-container .image-container .slider-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left;
            background-color: #EEEEEE; }
          section.two-column .inner .comparison-wrap .comparison-container .image-container .image-before {
            position: absolute;
            inset: 0;
            width: var(--position); }
        section.two-column .inner .comparison-wrap .comparison-container .slider {
          position: absolute;
          inset: 0;
          cursor: pointer;
          opacity: 0;
          /* for Firefox */
          width: 100%;
          height: 100%; }
        section.two-column .inner .comparison-wrap .comparison-container .slider:focus-visible ~ .slider-button {
          outline: 5px solid black;
          outline-offset: 3px; }
        section.two-column .inner .comparison-wrap .comparison-container .slider-line {
          position: absolute;
          inset: 0;
          width: .2rem;
          height: 100%;
          background-color: #fff;
          /* z-index: 10; */
          left: var(--position);
          transform: translateX(-50%);
          pointer-events: none; }
        section.two-column .inner .comparison-wrap .comparison-container .slider-button {
          position: absolute;
          background-color: #fff;
          color: black;
          padding: .5rem;
          border-radius: 100vw;
          display: grid;
          place-items: center;
          top: 50%;
          left: var(--position);
          transform: translate(-50%, -50%);
          pointer-events: none;
          /* z-index: 100; */
          box-shadow: 1px 1px 1px rgba(241, 213, 213, 0.5); }

section.patches-type-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  background-color: #fff; }
  @media (max-width: 991px) {
    section.patches-type-section {
      padding: 25px 20px; } }
  section.patches-type-section .inner {
    display: flex;
    flex-direction: column;
    max-width: 1280px;
    width: 100%; }
    section.patches-type-section .inner .heading {
      font-size: 48px;
      line-height: 100%;
      font-family: "Gotham";
      font-weight: 800;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 40px;
      text-align: center;
      letter-spacing: -0.96px; }
      @media (max-width: 991px) {
        section.patches-type-section .inner .heading {
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.patches-type-section .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.patches-type-section .inner .cards-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      margin-bottom: 30px; }
      @media (max-width: 1249px) {
        section.patches-type-section .inner .cards-wrap {
          gap: 30px; } }
      @media (max-width: 767px) {
        section.patches-type-section .inner .cards-wrap {
          gap: 20px; } }
      section.patches-type-section .inner .cards-wrap a {
        width: calc(25% - 30px);
        text-decoration: none; }
        @media (max-width: 1249px) {
          section.patches-type-section .inner .cards-wrap a {
            width: calc(25% - 22.5px); } }
        @media (max-width: 991px) {
          section.patches-type-section .inner .cards-wrap a {
            width: calc(33.33% - 22.5px); } }
        @media (max-width: 767px) {
          section.patches-type-section .inner .cards-wrap a {
            width: calc(50% - 10px); } }
        @media (max-width: 575px) {
          section.patches-type-section .inner .cards-wrap a {
            width: 100%; } }
        section.patches-type-section .inner .cards-wrap a .card {
          background-color: #EEEEEE;
          padding: 30px 20px;
          border-radius: 12px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          transition: 0.3s ease box-shadow;
          cursor: pointer;
          width: 100%;
          height: 100%; }
          section.patches-type-section .inner .cards-wrap a .card:hover {
            box-shadow: 0 0 10px 0 #00000080; }
          @media (max-width: 1249px) {
            section.patches-type-section .inner .cards-wrap a .card {
              padding: 20px 15px; } }
          section.patches-type-section .inner .cards-wrap a .card img {
            max-width: 230px;
            width: 100%;
            aspect-ratio: 1;
            margin-bottom: 30px; }
            @media (max-width: 1249px) {
              section.patches-type-section .inner .cards-wrap a .card img {
                max-width: 200px;
                margin-bottom: 20px; } }
            @media (max-width: 767px) {
              section.patches-type-section .inner .cards-wrap a .card img {
                max-width: 150px; } }
          section.patches-type-section .inner .cards-wrap a .card .heading {
            font-family: "Inter", sans-serif;
            color: #000;
            font-weight: 500;
            font-size: 18px;
            margin-bottom: 20px;
            text-transform: uppercase;
            text-align: center;
            margin-bottom: 13px;
            letter-spacing: unset; }
            @media (max-width: 991px) {
              section.patches-type-section .inner .cards-wrap a .card .heading {
                font-size: 16px; } }
            @media (max-width: 767px) {
              section.patches-type-section .inner .cards-wrap a .card .heading {
                font-size: 14px; } }
          section.patches-type-section .inner .cards-wrap a .card .description-wrap p {
            font-family: "Lato", sans-serif;
            color: #000;
            font-weight: 400;
            line-height: 100%;
            font-size: 14px;
            text-align: center; }
            @media (max-width: 991px) {
              section.patches-type-section .inner .cards-wrap a .card .description-wrap p {
                font-size: 12px; } }
    section.patches-type-section .inner .button-wrap {
      display: flex;
      justify-content: center; }

section.multiple-logos-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 40px 40px; }
  @media (max-width: 767px) {
    section.multiple-logos-section {
      padding: 50px 20px 25px; } }
  section.multiple-logos-section .inner {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      section.multiple-logos-section .inner {
        gap: 30px; } }
    @media (max-width: 767px) {
      section.multiple-logos-section .inner {
        gap: 25px; } }
    section.multiple-logos-section .inner .image {
      max-width: 200px;
      width: auto;
      cursor: pointer;
      filter: grayscale(200);
      transition: 0.5s ease filter; }
      section.multiple-logos-section .inner .image:hover {
        filter: grayscale(0); }
      @media (max-width: 991px) {
        section.multiple-logos-section .inner .image {
          max-width: 150px; } }
      @media (max-width: 767px) {
        section.multiple-logos-section .inner .image {
          max-width: 120px; } }

section.review-slider-section {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 40px 40px 160px !important; }
  @media (max-width: 767px) {
    section.review-slider-section {
      padding: 25px 20px 100px !important; } }
  section.review-slider-section .inner {
    max-width: 1320px;
    width: 100%; }
    section.review-slider-section .inner .testimonial-slider .slick-list {
      overflow-y: visible;
      overflow-x: clip; }
    section.review-slider-section .inner .testimonial-slider .slick-track {
      display: flex;
      align-items: stretch; }
      section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide {
        position: relative;
        background-color: #fff;
        border: 1px solid #CF3342;
        border-radius: 24px;
        padding: 55px 30px 30px;
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 0 20px; }
        @media (max-width: 1249px) {
          section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide {
            padding: 55px 30px; } }
        @media (max-width: 1249px) {
          section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide {
            padding: 45px 20px; } }
        section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .description {
          font-size: 16px;
          font-family: "Lato", sans-serif;
          line-height: 100%;
          color: #000;
          margin-bottom: 40px; }
          @media (max-width: 991px) {
            section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .description {
              font-size: 14px;
              margin-bottom: 30px; } }
          @media (max-width: 767px) {
            section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .description {
              font-size: 12px;
              margin-bottom: 20px; } }
        section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom {
          display: flex;
          justify-content: space-between;
          margin: auto 0 0 0; }
          section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .details {
            width: fit-content;
            display: flex;
            flex-direction: column; }
            section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .details .name {
              font-size: 16px;
              font-family: "Gotham";
              line-height: 100%;
              color: #000;
              font-weight: 500;
              margin-bottom: 5px; }
              @media (max-width: 991px) {
                section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .details .name {
                  font-size: 14px; } }
              @media (max-width: 767px) {
                section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .details .name {
                  font-size: 12px; } }
            section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .details .company-name {
              font-size: 16px;
              font-family: "Gotham";
              line-height: 100%;
              color: #000;
              font-weight: 400; }
              @media (max-width: 991px) {
                section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .details .company-name {
                  font-size: 14px; } }
              @media (max-width: 767px) {
                section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .details .company-name {
                  font-size: 12px; } }
          section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .rating-wrap svg {
            fill: transparent; }
            section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .bottom .rating-wrap svg.active {
              fill: #FFCD29; }
        section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .absolute-icon {
          position: absolute;
          width: fit-content;
          height: fit-content;
          top: -30px;
          left: 30px; }
          @media (max-width: 767px) {
            section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .absolute-icon {
              left: 20px; } }
          section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .absolute-icon .icon {
            width: 60px; }
            @media (max-width: 991px) {
              section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .absolute-icon .icon {
                width: 50px; } }
            @media (max-width: 767px) {
              section.review-slider-section .inner .testimonial-slider .slick-track .testimonial-slide .absolute-icon .icon {
                width: 40px; } }
    section.review-slider-section .inner .testimonial-slider .slick-arrow {
      background-color: #CF3342;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      z-index: 10;
      bottom: -102px;
      top: auto;
      right: 0;
      margin-right: 20px;
      left: auto; }
      @media (max-width: 991px) {
        section.review-slider-section .inner .testimonial-slider .slick-arrow {
          width: 40px;
          height: 40px;
          bottom: -90px; } }
      @media (max-width: 767px) {
        section.review-slider-section .inner .testimonial-slider .slick-arrow {
          width: 35px;
          height: 35px;
          bottom: -82px; } }
      section.review-slider-section .inner .testimonial-slider .slick-arrow.slick-next {
        right: 70px; }
        @media (max-width: 991px) {
          section.review-slider-section .inner .testimonial-slider .slick-arrow.slick-next {
            right: 60px; } }
        @media (max-width: 767px) {
          section.review-slider-section .inner .testimonial-slider .slick-arrow.slick-next {
            right: 50px; } }
      section.review-slider-section .inner .testimonial-slider .slick-arrow:before {
        content: unset; }
      section.review-slider-section .inner .testimonial-slider .slick-arrow svg {
        width: 25px; }
        @media (max-width: 991px) {
          section.review-slider-section .inner .testimonial-slider .slick-arrow svg {
            width: 20px; } }

section.gallery-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 40px; }
  @media (max-width: 767px) {
    section.gallery-section {
      padding: 25px 20px; } }
  section.gallery-section.bottom {
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      section.gallery-section.bottom {
        padding-bottom: 50px; } }
  section.gallery-section.top {
    padding-top: 80px; }
    @media (max-width: 767px) {
      section.gallery-section.top {
        padding-top: 50px; } }
  section.gallery-section .inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    flex-direction: column; }
    section.gallery-section .inner .tagline {
      font-family: "Gotham";
      color: #000;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: capitalize;
      text-align: center; }
      @media (max-width: 991px) {
        section.gallery-section .inner .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.gallery-section .inner .tagline {
          font-size: 14px;
          margin-bottom: 15px; } }
    section.gallery-section .inner .heading {
      font-size: 48px;
      line-height: 100%;
      font-family: "Gotham";
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        section.gallery-section .inner .heading {
          font-weight: 700;
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.gallery-section .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.gallery-section .inner .gallery-wrap {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 575px) {
        section.gallery-section .inner .gallery-wrap {
          gap: 20px; } }
      section.gallery-section .inner .gallery-wrap.five-image-row .gallery-image {
        width: calc(20% - 16px); }
        @media (max-width: 767px) {
          section.gallery-section .inner .gallery-wrap.five-image-row .gallery-image {
            width: calc(25% - 15px); } }
        @media (max-width: 575px) {
          section.gallery-section .inner .gallery-wrap.five-image-row .gallery-image {
            width: calc(50% - 10px); } }
      section.gallery-section .inner .gallery-wrap .gallery-image {
        aspect-ratio: 1;
        max-width: 305px;
        width: calc(25% - 15px);
        border-radius: 24px;
        object-fit: cover;
        object-position: center;
        background-color: #DBDBDE; }
        @media (max-width: 767px) {
          section.gallery-section .inner .gallery-wrap .gallery-image {
            width: calc(33.33% - 13.33px); } }
        @media (max-width: 575px) {
          section.gallery-section .inner .gallery-wrap .gallery-image {
            width: calc(50% - 10px); } }
    section.gallery-section .inner .button-wrap {
      margin-top: 40px;
      display: flex;
      justify-content: center; }
      @media (max-width: 767px) {
        section.gallery-section .inner .button-wrap {
          margin-top: 30px; } }

section.categories-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 80px 40px 40px;
  overflow-x: clip; }
  @media (max-width: 767px) {
    section.categories-section {
      padding: 50px 25px 20px; } }
  section.categories-section .inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    flex-direction: column;
    align-items: center; }
    section.categories-section .inner .tagline {
      font-family: "Gotham";
      color: #000;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: capitalize;
      text-align: center; }
      @media (max-width: 991px) {
        section.categories-section .inner .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.categories-section .inner .tagline {
          font-size: 14px;
          margin-bottom: 15px; } }
    section.categories-section .inner .heading {
      font-size: 48px;
      line-height: 100%;
      font-family: "Gotham";
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      text-align: center;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        section.categories-section .inner .heading {
          font-weight: 700;
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.categories-section .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.categories-section .inner .options-wrap {
      display: flex;
      background-color: #EEEEEE;
      border-radius: 12px;
      padding: 10px 8px;
      width: fit-content;
      align-self: center;
      margin-bottom: 40px;
      gap: 2px;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 767px) {
        section.categories-section .inner .options-wrap {
          margin-bottom: 30px; } }
      section.categories-section .inner .options-wrap .option-wrap {
        padding: 8px 24px;
        border-radius: 6px;
        transition: 0.3s ease background-color;
        cursor: pointer; }
        section.categories-section .inner .options-wrap .option-wrap:hover {
          background-color: #ffffff73; }
        section.categories-section .inner .options-wrap .option-wrap.active {
          background-color: #fff; }
        section.categories-section .inner .options-wrap .option-wrap .option {
          font-family: "Lato", sans-serif;
          font-size: 16px;
          line-height: 100%;
          color: #000; }
          @media (max-width: 991px) {
            section.categories-section .inner .options-wrap .option-wrap .option {
              font-size: 14px; } }
          @media (max-width: 767px) {
            section.categories-section .inner .options-wrap .option-wrap .option {
              font-size: 12px; } }
    section.categories-section .inner .cards-wrap {
      width: 100%;
      position: relative;
      overflow: hidden;
      min-height: 400px; }
      section.categories-section .inner .cards-wrap .cards {
        width: 100%;
        display: none;
        position: absolute;
        inset: 0;
        height: fit-content; }
        section.categories-section .inner .cards-wrap .cards:first-child {
          display: block; }
        section.categories-section .inner .cards-wrap .cards .wrap {
          display: flex;
          gap: 40px;
          width: 100%;
          justify-content: center;
          flex-wrap: wrap; }
          @media (max-width: 991px) {
            section.categories-section .inner .cards-wrap .cards .wrap {
              gap: 30px; } }
          @media (max-width: 767px) {
            section.categories-section .inner .cards-wrap .cards .wrap {
              gap: 20px; } }
        section.categories-section .inner .cards-wrap .cards .card {
          width: calc(25% - 30px);
          padding: 20px;
          border-radius: 12px;
          border: 1px solid #CF3342;
          background-color: #EEEEEE;
          display: flex;
          flex-direction: column;
          align-items: center; }
          @media (max-width: 991px) {
            section.categories-section .inner .cards-wrap .cards .card {
              width: calc(33.33% - 20px); } }
          @media (max-width: 767px) {
            section.categories-section .inner .cards-wrap .cards .card {
              width: calc(50% - 15px); } }
          @media (max-width: 575px) {
            section.categories-section .inner .cards-wrap .cards .card {
              width: 100%; } }
          section.categories-section .inner .cards-wrap .cards .card .image {
            width: 100%;
            max-width: 250px;
            margin-bottom: 20px; }
            @media (max-width: 991px) {
              section.categories-section .inner .cards-wrap .cards .card .image {
                margin-bottom: 10px; } }
            @media (max-width: 767px) {
              section.categories-section .inner .cards-wrap .cards .card .image {
                max-width: 200px; } }
          section.categories-section .inner .cards-wrap .cards .card .name {
            font-family: "Gotham";
            color: #000;
            font-weight: 500;
            font-size: 20px;
            margin-bottom: 10px;
            text-align: center; }
            @media (max-width: 991px) {
              section.categories-section .inner .cards-wrap .cards .card .name {
                font-size: 16px; } }
            @media (max-width: 767px) {
              section.categories-section .inner .cards-wrap .cards .card .name {
                font-size: 14px; } }
          section.categories-section .inner .cards-wrap .cards .card .description {
            font-family: "Lato", sans-serif;
            color: #000;
            font-weight: 400;
            font-size: 16px;
            text-align: center; }
            @media (max-width: 991px) {
              section.categories-section .inner .cards-wrap .cards .card .description {
                font-size: 14px; } }
            @media (max-width: 767px) {
              section.categories-section .inner .cards-wrap .cards .card .description {
                font-size: 12px; } }
    section.categories-section .inner .button-wrap {
      margin-top: 30px; }

section.patch-options-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 80px 40px 40px;
  overflow-x: clip; }
  @media (max-width: 767px) {
    section.patch-options-section {
      padding: 50px 25px 20px; } }
  section.patch-options-section .inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    flex-direction: column;
    align-items: center; }
    section.patch-options-section .inner .tagline {
      font-family: "Gotham";
      color: #000;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 20px;
      text-transform: uppercase;
      letter-spacing: -0.96px;
      text-align: center; }
      @media (max-width: 991px) {
        section.patch-options-section .inner .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.patch-options-section .inner .tagline {
          font-size: 14px;
          margin-bottom: 15px; } }
    section.patch-options-section .inner .heading {
      font-size: 48px;
      line-height: 100%;
      font-family: "Gotham";
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: -0.96px; }
      @media (max-width: 991px) {
        section.patch-options-section .inner .heading {
          font-weight: 700;
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.patch-options-section .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.patch-options-section .inner .cards-wrap {
      width: 100%;
      position: relative;
      overflow: hidden;
      gap: 40px;
      flex-wrap: wrap;
      display: flex;
      justify-content: center; }
      @media (max-width: 991px) {
        section.patch-options-section .inner .cards-wrap {
          gap: 30px; } }
      @media (max-width: 767px) {
        section.patch-options-section .inner .cards-wrap {
          gap: 20px; } }
      section.patch-options-section .inner .cards-wrap .card {
        width: calc(50% - 20px);
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #CF3342;
        background-color: #EEEEEE;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative; }
        @media (max-width: 991px) {
          section.patch-options-section .inner .cards-wrap .card {
            width: calc(50% - 15px); } }
        @media (max-width: 767px) {
          section.patch-options-section .inner .cards-wrap .card {
            width: 100%; } }
        section.patch-options-section .inner .cards-wrap .card .image {
          width: 100%;
          max-width: 250px;
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            section.patch-options-section .inner .cards-wrap .card .image {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            section.patch-options-section .inner .cards-wrap .card .image {
              max-width: 200px; } }
        section.patch-options-section .inner .cards-wrap .card .heading {
          color: #000;
          font-weight: 500;
          font-size: 20px;
          margin-bottom: 10px;
          text-align: center; }
          @media (max-width: 991px) {
            section.patch-options-section .inner .cards-wrap .card .heading {
              font-size: 16px; } }
          @media (max-width: 767px) {
            section.patch-options-section .inner .cards-wrap .card .heading {
              font-size: 14px; } }
        section.patch-options-section .inner .cards-wrap .card .description {
          font-family: "Lato", sans-serif;
          color: #000;
          font-weight: 400;
          font-size: 16px;
          text-align: center;
          margin-bottom: 25px; }
          @media (max-width: 991px) {
            section.patch-options-section .inner .cards-wrap .card .description {
              font-size: 14px; } }
          @media (max-width: 767px) {
            section.patch-options-section .inner .cards-wrap .card .description {
              margin-bottom: 15px;
              font-size: 12px; } }
        section.patch-options-section .inner .cards-wrap .card .gallery-popup {
          position: fixed;
          z-index: 999;
          inset: 0;
          padding: 20px;
          display: none;
          background-color: #0000008f;
          backdrop-filter: blur(2px); }
          @media (max-width: 767px) {
            section.patch-options-section .inner .cards-wrap .card .gallery-popup {
              padding: 20px; } }
          section.patch-options-section .inner .cards-wrap .card .gallery-popup .popup {
            padding: 40px 60px;
            border-radius: 24px;
            background-color: #fff;
            max-width: 1080px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-self: center;
            margin: 0 auto;
            max-height: 100%;
            overflow-y: auto; }
            @media (max-width: 1499px) {
              section.patch-options-section .inner .cards-wrap .card .gallery-popup .popup {
                padding: 30px; } }
            @media (max-width: 767px) {
              section.patch-options-section .inner .cards-wrap .card .gallery-popup .popup {
                padding: 20px; } }
          section.patch-options-section .inner .cards-wrap .card .gallery-popup .cross {
            width: fit-content;
            padding: 12px;
            border-radius: 50%;
            background-color: #DBDBDE;
            aspect-ratio: 1;
            display: flex;
            height: fit-content;
            position: absolute;
            top: 40px;
            right: 14%;
            cursor: pointer;
            z-index: 70; }
            @media (max-width: 1499px) {
              section.patch-options-section .inner .cards-wrap .card .gallery-popup .cross {
                right: 70px;
                top: 30px; } }
            @media (max-width: 1249px) {
              section.patch-options-section .inner .cards-wrap .card .gallery-popup .cross {
                right: 20px;
                top: 20px; } }
            @media (max-width: 767px) {
              section.patch-options-section .inner .cards-wrap .card .gallery-popup .cross {
                right: 10px;
                top: 10px; } }
            section.patch-options-section .inner .cards-wrap .card .gallery-popup .cross svg {
              width: 15px;
              height: 15px; }
          section.patch-options-section .inner .cards-wrap .card .gallery-popup .heading {
            font-family: "Gotham";
            font-size: 48px;
            margin-bottom: 30px;
            text-transform: capitalize;
            font-weight: 700; }
            @media (max-width: 991px) {
              section.patch-options-section .inner .cards-wrap .card .gallery-popup .heading {
                font-size: 36px; } }
            @media (max-width: 767px) {
              section.patch-options-section .inner .cards-wrap .card .gallery-popup .heading {
                font-size: 28px; } }
          section.patch-options-section .inner .cards-wrap .card .gallery-popup .gallery {
            width: 100%;
            gap: 30px;
            justify-content: center;
            display: flex;
            flex-wrap: wrap; }
            section.patch-options-section .inner .cards-wrap .card .gallery-popup .gallery .gallery-image {
              aspect-ratio: 1;
              width: calc(33.33% - 20px);
              border-radius: 12px;
              object-fit: cover;
              object-position: center center;
              background-color: #DBDBDE; }
              @media (max-width: 767px) {
                section.patch-options-section .inner .cards-wrap .card .gallery-popup .gallery .gallery-image {
                  width: calc(50% - 15px); } }
              @media (max-width: 575px) {
                section.patch-options-section .inner .cards-wrap .card .gallery-popup .gallery .gallery-image {
                  width: 100%; } }
    section.patch-options-section .inner .button-wrap {
      margin-top: 30px; }

.contact-popup {
  width: 100%;
  background-color: #0000001a;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  overflow-y: auto; }
  .contact-popup .popup-content {
    background-color: #fff;
    padding: 40px;
    max-width: 660px;
    max-height: fit-content;
    position: relative;
    left: -100%;
    overflow-y: auto;
    max-height: 100%; }
    @media (max-width: 767px) {
      .contact-popup .popup-content {
        padding: 20px; } }
    .contact-popup .popup-content::-webkit-scrollbar {
      width: 4px;
      /* scrollbar width */ }
    .contact-popup .popup-content::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.1);
      /* track color */
      border-radius: 4px; }
    .contact-popup .popup-content::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.3);
      /* scrollbar color */
      border-radius: 4px; }
    .contact-popup .popup-content::-webkit-scrollbar-thumb:hover {
      background: rgba(0, 0, 0, 0.5);
      /* darker on hover */ }
    .contact-popup .popup-content .cross {
      width: fit-content;
      height: fit-content;
      padding: 10px;
      border-radius: 50%;
      background-color: #CF3342;
      display: flex;
      aspect-ratio: 1;
      position: absolute;
      right: 40px;
      top: 40px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .contact-popup .popup-content .cross {
          top: 20px;
          right: 20px; } }
      .contact-popup .popup-content .cross svg {
        width: 15px;
        height: 15px; }
    .contact-popup .popup-content .tagline {
      font-size: 16px;
      text-transform: uppercase;
      color: #000;
      font-weight: 500;
      font-family: "Gotham";
      line-height: 100%;
      margin-bottom: 20px;
      text-align: center; }
      @media (max-width: 991px) {
        .contact-popup .popup-content .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .contact-popup .popup-content .tagline {
          margin-bottom: 15px;
          font-size: 14px; } }
    .contact-popup .popup-content .heading {
      font-size: 32px;
      line-height: 120%;
      font-family: "Gotham";
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      letter-spacing: -0.96px;
      text-align: center; }
      @media (max-width: 991px) {
        .contact-popup .popup-content .heading {
          font-weight: 800;
          font-size: 24px; } }
      @media (max-width: 767px) {
        .contact-popup .popup-content .heading {
          font-size: 20px;
          margin-bottom: 30px; } }
    .contact-popup .popup-content form {
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 30px; }
      @media (max-width: 767px) {
        .contact-popup .popup-content form {
          gap: 10px; } }
      .contact-popup .popup-content form p {
        width: calc(50% - 15px); }
        @media (max-width: 767px) {
          .contact-popup .popup-content form p {
            width: calc(50% - 5px); } }
        @media (max-width: 575px) {
          .contact-popup .popup-content form p {
            width: 100%; } }
        .contact-popup .popup-content form p:has(input[type="file"]) {
          width: 100%; }
      .contact-popup .popup-content form label {
        display: flex;
        flex-direction: column;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        line-height: 100%;
        color: #000;
        font-weight: 400; }
        .contact-popup .popup-content form label span {
          display: contents;
          font-size: 12px; }
      .contact-popup .popup-content form input, .contact-popup .popup-content form select {
        padding: 12px 20px;
        background-color: #EEEEEE;
        border-radius: 8px;
        border: 1px solid #000;
        margin-top: 15px;
        width: 100%;
        font-size: 14px;
        color: #000;
        font-family: "Lato", sans-serif; }
      .contact-popup .popup-content form br {
        display: none; }
      .contact-popup .popup-content form .wpcf7-submit {
        background-color: #CF3342;
        border-radius: 12px;
        font-size: 16px;
        line-height: 100%;
        font-family: "Gotham";
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        gap: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #CF3342;
        width: fit-content;
        font-weight: 400;
        transition: 0.3s ease background-color, 0.3s ease color;
        margin: 0;
        cursor: pointer; }
        .contact-popup .popup-content form .wpcf7-submit:hover {
          background-color: transparent;
          color: #000; }
        @media (max-width: 991px) {
          .contact-popup .popup-content form .wpcf7-submit {
            font-size: 14px;
            padding: 10px 20px; } }
      .contact-popup .popup-content form .form-selector {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; }
        .contact-popup .popup-content form .form-selector p {
          width: 100%; }
        .contact-popup .popup-content form .form-selector .selector-option {
          cursor: pointer;
          display: flex; }
          .contact-popup .popup-content form .form-selector .selector-option.selected p {
            border-color: #000; }
          .contact-popup .popup-content form .form-selector .selector-option p {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background-color: #EEEEEE;
            padding: 8px 20px;
            border: 1px solid #00000033;
            border-radius: 8px;
            gap: 8px;
            transition: 0.3s ease border-color; }
            .contact-popup .popup-content form .form-selector .selector-option p span {
              font-size: 12px;
              font-family: "Lato", sans-serif;
              color: #000; }
            .contact-popup .popup-content form .form-selector .selector-option p img {
              max-width: 70px; }
        .contact-popup .popup-content form .form-selector #shape-error, .contact-popup .popup-content form .form-selector #border-error {
          font-size: 12px;
          font-family: "Lato", sans-serif;
          width: 100%; }

section.embed-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
  background-color: #EEEEEE; }
  @media (max-width: 767px) {
    section.embed-section {
      padding: 50px 20px; } }
  section.embed-section .inner {
    max-width: 780px;
    width: 100%;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #CF3342;
    border-radius: 24px; }
    @media (max-width: 767px) {
      section.embed-section .inner {
        padding: 30px 20px; } }
    section.embed-section .inner .tagline {
      font-size: 20px;
      text-transform: uppercase;
      color: #000;
      font-weight: 500;
      font-family: "Gotham";
      line-height: 100%;
      margin-bottom: 20px;
      text-align: center; }
      @media (max-width: 991px) {
        section.embed-section .inner .tagline {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.embed-section .inner .tagline {
          margin-bottom: 15px;
          font-size: 14px; } }
    section.embed-section .inner .heading {
      font-size: 48px;
      line-height: 120%;
      font-family: "Gotham";
      color: #000;
      font-weight: 800;
      margin-bottom: 40px;
      letter-spacing: -0.96px;
      text-align: center; }
      @media (max-width: 991px) {
        section.embed-section .inner .heading {
          font-weight: 800;
          font-size: 36px; } }
      @media (max-width: 767px) {
        section.embed-section .inner .heading {
          font-size: 28px;
          margin-bottom: 30px; } }
    section.embed-section .inner .description {
      font-family: "Lato", sans-serif;
      color: #000;
      font-weight: 400;
      font-size: 20px;
      text-align: center;
      margin-bottom: 40px; }
      @media (max-width: 991px) {
        section.embed-section .inner .description {
          font-size: 16px; } }
      @media (max-width: 767px) {
        section.embed-section .inner .description {
          margin-bottom: 30px;
          font-size: 14px; } }
    section.embed-section .inner .embed-content {
      display: flex;
      justify-content: center; }
      section.embed-section .inner .embed-content form {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 30px;
        max-width: 700px; }
        @media (max-width: 767px) {
          section.embed-section .inner .embed-content form {
            gap: 10px; } }
        section.embed-section .inner .embed-content form p {
          width: calc(50% - 15px); }
          @media (max-width: 767px) {
            section.embed-section .inner .embed-content form p {
              width: calc(50% - 5px); } }
          @media (max-width: 575px) {
            section.embed-section .inner .embed-content form p {
              width: 100%; } }
          section.embed-section .inner .embed-content form p:has(input[type="file"]) {
            width: 100%; }
        section.embed-section .inner .embed-content form label {
          display: flex;
          flex-direction: column;
          font-family: "Lato", sans-serif;
          font-size: 16px;
          line-height: 100%;
          color: #000;
          font-weight: 400; }
          section.embed-section .inner .embed-content form label span {
            display: contents;
            font-size: 12px; }
        section.embed-section .inner .embed-content form input, section.embed-section .inner .embed-content form select {
          padding: 12px 20px;
          background-color: #EEEEEE;
          border-radius: 8px;
          border: 1px solid #000;
          margin-top: 15px;
          width: 100%;
          font-size: 14px;
          color: #000;
          font-family: "Lato", sans-serif; }
        section.embed-section .inner .embed-content form br {
          display: none; }
        section.embed-section .inner .embed-content form .wpcf7-submit {
          background-color: #CF3342;
          border-radius: 12px;
          font-size: 16px;
          line-height: 100%;
          font-family: "Gotham";
          color: #fff;
          padding: 12px 24px;
          text-decoration: none;
          gap: 12px;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid #CF3342;
          width: fit-content;
          font-weight: 400;
          transition: 0.3s ease background-color, 0.3s ease color;
          margin: 0;
          cursor: pointer; }
          section.embed-section .inner .embed-content form .wpcf7-submit:hover {
            background-color: transparent;
            color: #000; }
          @media (max-width: 991px) {
            section.embed-section .inner .embed-content form .wpcf7-submit {
              font-size: 14px;
              padding: 10px 20px; } }
        section.embed-section .inner .embed-content form .form-selector {
          display: flex;
          flex-wrap: wrap;
          gap: 20px; }
          section.embed-section .inner .embed-content form .form-selector p {
            width: 100%; }
          section.embed-section .inner .embed-content form .form-selector .selector-option {
            cursor: pointer;
            display: flex; }
            section.embed-section .inner .embed-content form .form-selector .selector-option.selected p {
              border-color: #000; }
            section.embed-section .inner .embed-content form .form-selector .selector-option p {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              background-color: #EEEEEE;
              padding: 8px 20px;
              border: 1px solid #00000033;
              border-radius: 8px;
              gap: 8px;
              transition: 0.3s ease border-color; }
              section.embed-section .inner .embed-content form .form-selector .selector-option p span {
                font-size: 12px;
                font-family: "Lato", sans-serif;
                color: #000; }
              section.embed-section .inner .embed-content form .form-selector .selector-option p img {
                max-width: 70px; }
          section.embed-section .inner .embed-content form .form-selector #shape-error, section.embed-section .inner .embed-content form .form-selector #border-error {
            font-size: 12px;
            font-family: "Lato", sans-serif;
            width: 100%; }

table.xdebug-error.xe-warning {
  display: none; }

/*# sourceMappingURL=style.css.map */