/*===========================
  Global
===========================*/
:root {
  --primary-color: #c30010;
  --primary-color-rgb: 0, 0, 0;
  --secondary-color: #ffdd00;
  --white-color: #ffffff;
  --offwhite-color: #f9f9f4;

  --border-radius: 12px;

  --animation-primary: 0.6s cubic-bezier(0.2, 1.33, 0.25, 1);
  --animation-primary-ease-in: 0.6s cubic-bezier(0.25, 1, 0.1, 1);
  --font-inter: "inter", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  color: black;
  background-color: var(--white-color);
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "Space Grotesk", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

.spacing {
  padding-top: 60px;
}

.e-book-btn {
  background-color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 0 16px;
  position: fixed;
  left: 0;
  top: 85px;
  bottom: 0;
  margin: auto;
  z-index: 100;
  height: max-content;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

.e-book-btn svg {
  rotate: 270deg;
  color: #fff;
}

.call-to-action {
  background-color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  position: fixed;
  right: 0;
  top: -255px;
  bottom: 0;
  margin: auto;
  z-index: 100;
  height: max-content;
}

.call-to-action a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  writing-mode: vertical-rl;
  rotate: 180deg;
  display: inline-flex;
}

.call-to-action svg {
  rotate: 90deg;
}

.primary-button_btn {
  background-color: var(--primary-color);
  box-shadow: none;
  padding: 10px 25px;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 1px solid var(--primary-color);
}

.primary-button_btn:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.primary-button_btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.Button_disable__5n1Kn {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.Button_blackBtn__epJNl {
  background-color: #000;
  border-color: #000;
}

.Button_blackBtn__epJNl:hover {
  background-color: transparent;
  color: #000;
}

.button_ebookBtn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 0;
  text-align: center;
  writing-mode: vertical-rl;
  rotate: 180deg;
  display: inline-flex;
  margin: 0 10px;
  padding: 10px;
  background-color: var(--primary-color);
  border: unset;
}

.button_ebookBtn:hover {
  background-color: var(--primary-color);
  color: #fff;
}

/*------Header CSS Start-----------*/

.MobileMenu_mobile-nav__zMbqa {
  display: none;
  transition: all 0.3s ease-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.039);
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_main-header__1AaXL {
  padding: 14px 0;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_main-header__1AaXL .MobileMenu_header-top__0QUl3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_main-header__1AaXL .MobileMenu_header-top__0QUl3 .MobileMenu_hamburg__FgnCU {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_main-header__1AaXL .MobileMenu_header-top__0QUl3 .MobileMenu_hamburg__FgnCU svg {
  font-size: 24px;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v {
  background-color: #fff;
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  padding-top: 20px;
  transition: 0.5s;
  height: 100vh;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v .MobileMenu_hamburg__FgnCU {
  text-align: end;
  color: var(--primary-color);
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 10px;
  margin-bottom: 10px;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v .MobileMenu_hamburg__FgnCU svg {
  font-size: 24px;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v .MobileMenu_main-ul__OoTVb {
  position: relative;
  overflow: auto;
  height: calc(100vh - 60px);
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul {
  list-style: none;
  padding: 0;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li svg {
  float: right;
  position: relative;
  top: 6px;
  transition: 0.5s;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li .MobileMenu_active__9PE_5 {
  color: var(--primary-color);
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li:last-child {
  border-bottom: 0;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li .MobileMenu_open-submenu__cqzde {
  rotate: 180deg;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li .MobileMenu_sub-menu__TLSn_ {
  display: none;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul li .MobileMenu_sub-menu__TLSn_.MobileMenu_open__Q6z7e {
  display: block;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul .MobileMenu_btn__FUbio,
.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v ul button {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--primary-color);
  display: block;
  color: var(--primary-color);
  padding: 5px 14px;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--primary-color);
  transition: 0.5s;
  color: #fff;
  margin-left: 12px;
}

.MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v.MobileMenu_open__Q6z7e {
  right: 0;
}

@media (max-width: 1024px) {
  .MobileMenu_mobile-nav__zMbqa {
    display: block;
  }
}

@media (max-width: 320px) {
  .MobileMenu_mobile-nav__zMbqa .MobileMenu_header-menu__egD3v {
    width: 100%;
  }
}

.header_main-header {
  background-color: #fff;
  color: #000;
  padding: 16px 50px;
  border-bottom: 1px solid #c1ccd7;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header_main-header .Header_call-to-action__lTVVm {
  background-color: var(--primary-color);
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  position: absolute;
  right: 64px;
  top: 85px;
  z-index: 100;
  height: max-content;
  transition-duration: 0.5s;
  transform-origin: 214px 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotate(-90deg);
}

.header_main-header .Header_call-to-action__lTVVm a {
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

.header_main-header .Header_active-rotate__rYiVM {
  right: 24px;
  transform: rotate(0deg);
}

.header_main-header .header_grid-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #313030;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.5s;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul li:hover a {
  color: var(--primary-color);
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_active__rWiBf {
  color: var(--primary-color) !important;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_li-hover__KNXtM .Header_sub-menu__HkhFb {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #fff;
  gap: 0;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 5px;
  align-items: flex-start;
  border-radius: 0;
  z-index: 1;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_li-hover__KNXtM .Header_sub-menu__HkhFb li {
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_li-hover__KNXtM .Header_sub-menu__HkhFb li a {
  padding: 0 !important;
  color: #000;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_li-hover__KNXtM .Header_sub-menu__HkhFb li:hover a {
  color: var(--primary-color);
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_li-hover__KNXtM:hover .Header_sub-menu__HkhFb {
  opacity: 1;
  visibility: visible;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.278);
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul button {
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  display: block;
  color: var(--primary-color);
  padding: 5px 14px;
  border: 1px solid var(--primary-color);
  transition: 0.5s;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul button:hover {
  background-color: var(--primary-color);
  color: #fff;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_btn__tZt3Z {
  font-size: 15px;
  font-weight: 500;
  background-color: #fff;
  display: block;
  color: var(--primary-color);
  padding: 5px 14px;
  border: 1px solid var(--primary-color);
  transition: 0.5s;
}

.header_main-header .header_grid-info .header_right-info .header_header-menu ul .Header_btn__tZt3Z:hover {
  background-color: var(--primary-color);
  color: #fff;
}

@media (max-width: 1200px) {
  .header_main-header {
    padding: 16px 30px;
  }

  .header_main-header .header_grid-info .header_right-info .header_header-menu ul {
    gap: 18px;
  }
}

@media (max-width: 1100px) {
  .header_main-header .header_grid-info .header_right-info .header_header-menu ul {
    gap: 15px;
  }

  .header_main-header .header_grid-info .header_right-info .header_header-menu ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .header_main-header {
    display: none;
  }
}

/*------Header CSS End-----------*/

/*------PopUp Modal CSS start-----------*/

[data-modal] {
  display: none;
}
[data-modal].active {
  display: block;
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG {
    display: grid;
    grid-template-columns: 1fr 1.3fr
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA {
    padding: 40px;
    background-image: url(../../assets/images/texture-bg.webp);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position: top;
    background-size: cover
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA img {
    margin-right: auto
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_first-box__AlZpS h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 55.01px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    color: #fff
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_second-box__JMwNg h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_second-box__JMwNg .PopupForm_client-grid__caH5O {
    display: flex;
    justify-content: space-between;
    gap: 25px
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_second-box__JMwNg .PopupForm_client-grid__caH5O img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(2%) hue-rotate(294deg) brightness(115%) contrast(100%)
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_second-box__JMwNg .PopupForm_client-grid__caH5O img:nth-child(3) {
    width: 40%
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_second-box__JMwNg .PopupForm_client-grid__caH5O img:nth-child(2) {
    width: 50%
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY {
    text-align: center
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY h3 {
    color: #fff;
    margin: 0
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY p {
    color: #fff;
    font-size: 18px
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY .PopupForm_info-box__2VhAA {
    display: flex;
    justify-content: space-between;
    column-gap: 30px
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY .PopupForm_info-box__2VhAA .PopupForm_boxOne__fnD5X h3 {
    color: #fff
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY .PopupForm_info-box__2VhAA .PopupForm_boxOne__fnD5X p {
    color: #fff;
    font-size: 18px
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp {
    padding: 30px
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h2 {
    font-size: 47px;
    font-weight: 400;
    line-height: 55.01px;
    letter-spacing: -.02em;
    text-align: left;
    color: #1d1d1d
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 {
    font-size: 23px;
    font-weight: 400;
    line-height: 55.01px;
    text-align: left;
    color: gray
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 span {
    font-size: 36px;
    color: #000;
    font-weight: 600
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.42px;
    text-align: left;
    color: #7b7a7a
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk button {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR {
    position: relative
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 {
    margin-bottom: 15px
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23:before {
    content: "";
    background-image: url(../images/contact-us/vector.png);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 6px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: 50%
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 input {
    border: 0;
    border-bottom: 1px solid #c1ccd7;
    font-family: var(--font-inter);
    color: #000;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    padding: 12px 12px 12px 40px;
    background-image: unset;
    width: 100%
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 textarea {
    border: 0;
    border-bottom: 1px solid #c1ccd7;
    font-family: var(--font-inter);
    color: #000;
    border-radius: 0;
    resize: none;
    box-shadow: none;
    padding: 12px 12px 12px 40px;
    width: 100%
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #7b7a7a
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_email__DbL35:before {
    background-image: url(../images/contact-us/email.png)
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_message__UCI8V:before {
    background-image: url(../images/contact-us/message.png);
    top: 15px
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_call__go4Gw {
    padding-left: 8px;
    border-bottom: 1px solid #c1ccd7
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_call__go4Gw input {
    outline: none;
    padding: 12px 12px 12px 10px;
    border: none
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_call__go4Gw:before {
    content: unset;
    background-image: url(../images/contact-us/call.png);
    background-size: contain
}

.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_budget__D5oUs:before {
    background-image: url(../images/contact-us/dollar.png)
}

@media(max-width: 1400px) {
    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA {
        padding:30px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW {
        gap: 10px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW h2 {
        font-size: 40px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW p {
        font-size: 15px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h2 {
        font-size: 45px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 {
        font-size: 28px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 span {
        font-size: 32px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp p {
        font-size: 15px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 input,.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 textarea {
        font-size: 16px
    }
}

@media(max-width: 1200px) {
    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA {
        padding:40px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW {
        gap: 10px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW h2 {
        font-size: 40px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW p {
        font-size: 15px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h2 {
        font-size: 40px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 {
        font-size: 26px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 span {
        font-size: 30px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 input,.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 textarea,.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp p {
        font-size: 15px
    }
}

@media(max-width: 991px) {
    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA {
        padding:20px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW {
        gap: 10px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW h2 {
        font-size: 35px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_box-grid__IPfAW p {
        font-size: 14px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_first-box__AlZpS h2 {
        font-size: 28px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_first-box__AlZpS img {
        width: 100%;
        height: auto
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY .PopupForm_info-box__2VhAA .PopupForm_boxOne__fnD5X p,.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA .PopupForm_third-box__3zbPY p {
        font-size: 14px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h2 {
        font-size: 35px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 {
        font-size: 24px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 span {
        font-size: 28px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 input,.PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp p {
        font-size: 14px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 input::placeholder {
        font-size: 14px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 textarea {
        font-size: 14px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp .PopupForm_popupForm__Ew0Vk .PopupForm_inputField__Y_4nR .PopupForm_input-flex__HUi23 textarea::placeholder {
        font-size: 14px
    }
}

@media(max-width: 767px) {
    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG {
        grid-template-columns:1fr
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_left-info__tbKOA {
        display: none
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h2 {
        font-size: 30px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 {
        font-size: 22px;
        line-height: normal
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 span {
        font-size: 24px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp p {
        font-size: 14px
    }
}

@media(max-width: 400px) {
    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp {
        padding:20px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h2 {
        font-size: 28px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 {
        font-size: 20px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp h4 span {
        font-size: 22px
    }

    .PopupForm_main-popup-from__hX6v7 .PopupForm_main-grid__aqvQG .PopupForm_right-info__34Thp p {
        font-size: 14px
    }
}


.Popup_modal-bg__Lz_fl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111
}

.Popup_modal-bg__Lz_fl .Popup_modal-overlay__iwl79 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    opacity: 1;
    transition: opacity .3s ease-out
}

.Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh
}

.Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN {
    width: 1000px;
    background: #fff;
    padding: 0;
    max-height: calc(100% - 50px);
    overflow-y: scroll;
    box-shadow: 0 100px 80px hsla(0,0%,72%,.07),0 25.8162px 19px 4px hsla(0,0%,70%,.046),0 7.779px 7.30492px rgba(0,0,0,.035),0 1.48838px 2.0843px rgba(0,0,0,.024);
    color: #000;
    margin: 0 4rem;
    height: auto;
    background-size: cover!important;
    position: relative
}

.Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN::-webkit-scrollbar {
    display: none
}

.Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_close-btn__lN5gL {
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    width: 26px;
    height: 26px;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,.161);
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 111111
}

.Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_close-btn__lN5gL a {
    display: contents
}

.Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_close-btn__lN5gL svg {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    border-radius: 10px;
    width: 24px;
    height: 24px
}

.Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content-align___la4t {
    position: relative;
    border-radius: 10px
}

@media screen and (max-width: 1440px) {
    .Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN {
        max-width:70%;
        width: 100%
    }
}

@media screen and (max-width: 1200px) {
    .Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN {
        max-width:100%
    }
}

@media screen and (max-width: 1025px) {
    .Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN {
        max-width:100%;
        margin: 1rem 4rem
    }
}

@media screen and (max-width: 800px) {
    .Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN {
        margin:1rem;
        width: 100%;
        min-height: auto
    }
}

@media screen and (max-width: 767px) {
    .Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN .Popup_modal-right-img__u4nAx {
        display:none
    }
}

@media screen and (max-width: 499px) {
    .Popup_modal-bg__Lz_fl .Popup_modal-align__74iCk .Popup_modal-content__KbIKN {
        height:auto
    }
}

/*------PopUp Modal CSS End-----------*/

/*------Banner CSS Start-----------*/
.banner_main-banner {
  background-color: #fff;
  color: #000;
  position: relative;
}

.banner_main-banner .banner_main-grid {
  height: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

.banner_main-banner .banner_main-grid .banner_left-info {
  padding: 30px 30px 30px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.banner_main-banner .banner_main-grid .banner_left-info h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: left;
  color: #1d1d1d;
}

.banner_main-banner .banner_main-grid .banner_left-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.banner_main-banner .banner_main-grid .banner_left-info .banner_extracontent ul {
  list-style: none;
  padding: 0;
}

.banner_main-banner .banner_main-grid .banner_left-info .banner_extracontent ul li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #7b7a7a;
}

.banner_main-banner .banner_main-grid .banner_left-info .banner_extracontent ul li svg {
  color: #be1e2d;
}

.banner_main-banner .banner_main-grid .banner_left-info .banner_extracontent h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: #1d1d1d;
  margin-top: 10px;
  margin-bottom: 20px;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r {
  display: flex;
  align-items: end;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_banner__dpmGm {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs {
  width: 65%;
  position: relative;
  background-color: #fff;
  left: -30px;
  bottom: 17px;
  transition: 0.5s;
  cursor: pointer;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_icon__0LxuE {
  position: relative;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_icon__0LxuE:before {
  content: "";
  position: absolute;
  background-color: #be1e2d;
  width: 0;
  height: 0;
  opacity: 0;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_icon__0LxuE svg {
  color: #000;
  position: absolute;
  font-size: 35px;
  z-index: 12;
  right: 20px;
  top: 20px;
  transition: 0.5s;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_img__1_A7K {
  background-color: #fff;
  padding: 30px 40px 0;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd {
  color: #be1e2d;
  background-color: #fff;
  padding: 20px 40px;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
  text-align: left;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs:hover {
  scale: 1.05;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs:hover .Banner_icon__0LxuE:before {
  width: 40px;
  height: 40px;
  opacity: 1;
}

.banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs:hover .Banner_icon__0LxuE svg {
  transform: translate(10px, -10px);
  color: #fff;
}

@media (max-width: 1620px) {
  .banner_main-banner .banner_main-grid {
    height: calc(100vh - 85px);
  }

  .banner_main-banner .banner_main-grid .banner_left-info h1 {
    font-size: 48px;
  }

  .banner_main-banner .banner_main-grid .banner_left-info p {
    font-size: 16px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_banner__dpmGm {
    height: 100%;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs {
    width: 50%;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs svg {
    font-size: 40px;
    right: 20px;
    top: 20px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_img__1_A7K {
    padding: 30px 40px 0;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd {
    margin-bottom: 15px;
    padding: 20px 30px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd h2 {
    font-size: 35px;
  }
}

@media (max-width: 1440px) {
  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs {
    left: 0;
  }
}

@media (max-width: 1400px) {
  .banner_main-banner .banner_main-grid .banner_left-info h1 {
    font-size: 38px;
  }

  .banner_main-banner .banner_main-grid .banner_left-info p {
    font-size: 16px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs {
    left: -20px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs svg {
    font-size: 40px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd h2 {
    font-size: 30px;
  }
}

@media (max-width: 1366px) {
  .banner_main-banner .banner_main-grid {
    height: auto;
  }
}

@media (max-width: 1300px) {
  .banner_main-banner .banner_main-grid {
    height: auto;
  }

  .banner_main-banner .banner_main-grid .banner_left-info h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .banner_main-banner .banner_main-grid .banner_left-info p {
    font-size: 14px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs svg {
    font-size: 40px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd h2 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .banner_main-banner .banner_main-grid {
    height: auto;
  }

  .banner_main-banner .banner_main-grid .banner_left-info h1 {
    font-size: 30px;
    line-height: 1.2;
  }

  .banner_main-banner .banner_main-grid .banner_left-info p {
    font-size: 14px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs svg {
    font-size: 40px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .banner_main-banner .banner_main-grid {
    height: auto;
    grid-template-columns: 1fr 1fr;
  }

  .banner_main-banner .banner_main-grid .banner_left-info {
    height: auto;
  }

  .banner_main-banner .banner_main-grid .banner_left-info h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .banner_main-banner .banner_main-grid .banner_left-info p {
    font-size: 15px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_banner__dpmGm {
    width: 50%;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs {
    left: 0;
    width: 100%;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs svg {
    font-size: 35px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_img__1_A7K {
    padding: 20px 20px 0;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_img__1_A7K img {
    width: 80px;
    height: auto;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd {
    margin-top: -2px;
    padding: 20px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd h2 {
    font-size: 35px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs:hover {
    scale: 1;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs:hover svg {
    transform: translate(0);
  }
}

@media (max-width: 767px) {
  .banner_main-banner .banner_main-grid {
    height: auto;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .banner_main-banner .banner_main-grid .banner_left-info {
    height: auto;
    background-color: transparent;
    padding: 50px 0;
  }

  .banner_main-banner .banner_main-grid .banner_left-info h1 {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }

  .banner_main-banner .banner_main-grid .banner_left-info p {
    font-size: 15px;
    text-align: center;
    color: #fff;
  }

  .banner_main-banner .banner_main-grid .banner_left-info .banner_extracontent ul li,
  .banner_main-banner .banner_main-grid .banner_left-info .banner_extracontent ul li svg {
    color: #fff;
  }

  .banner_main-banner .banner_main-grid .banner_left-info .banner_extracontent h4 {
    font-size: 22px;
    color: #fff;
  }

  .banner_main-banner .banner_main-grid .banner_left-info button {
    margin: auto;
    display: block;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_banner__dpmGm {
    width: 100%;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_banner__dpmGm:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.588);
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs {
    left: 0;
    width: 100%;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs svg {
    font-size: 35px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_img__1_A7K {
    padding: 20px 20px 0;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_img__1_A7K img {
    width: 80px;
    height: auto;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd {
    margin-top: -2px;
    padding: 20px;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_box-text__LGjgs .Banner_text__Moktd h2 {
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_banner__dpmGm {
    width: 100%;
    background-image: unset !important;
  }

  .banner_main-banner .banner_main-grid .Banner_right-info__ikW5r .Banner_banner__dpmGm:before {
    background: #560406;
    background: linear-gradient(314deg, #270405, #c50b1a);
  }
}
/*------Banner CSS End-----------*/

/*------Awards Section CSS start-----------*/

.awards_main-award {
  background-color: #f4f6f8;
  padding: 30px 0;
}

.awards_main-award .awards_award-slider img {
  margin: auto;
  display: block;
  transition: 0.5s;
}

.awards_main-award .awards_award-slider img:hover {
  filter: brightness(1);
}

.awards_main-award .swiper-wrapper {
  align-items: center;
}

@media (max-width: 1200px) {
  .awards_main-award .Awards_grid-info__xoWJM img {
    width: auto;
    scale: 0.8;
  }
}

@media (max-width: 991px) {
  .awards_main-award .Awards_grid-info__xoWJM {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}

@media (max-width: 767px) {
  .awards_main-award .Awards_grid-info__xoWJM {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}

@media (max-width: 400px) {
  .awards_main-award .Awards_grid-info__xoWJM {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px 0;
  }
}

/*------Awards Section CSS End-----------*/

/*------Portfolio Section CSS Start-----------*/

.portfolioslider_main {
  padding: 60px 0;
  overflow: hidden;
}

.portfolioslider_main .portfolioslider_main-info h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #7b7a7a;
}

.portfolioslider_main .portfolioslider_main-info h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  color: #1d1d1d;
  margin: 30px 0;
}

.portfolioslider_main .portfolioslider_main-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.portfolioslider_main .portfolioslider_portfolio-slider {
  margin-top: 40px;
}

.portfolioslider_main .portfolioslider_portfolio-slider a {
  display: block;
  position: relative;
}

.portfolioslider_main .portfolioslider_portfolio-slider a h4 {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.portfolioslider_main .portfolioslider_portfolio-slider a p {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  color: #f4f6f8;
}

.portfolioslider_main .portfolioslider_portfolio-slider a svg {
  position: absolute;
  color: #fff;
  font-size: 20px;
  rotate: -45deg;
  right: 0;
  transform: translate(-30px);
  opacity: 0;
  transition: 0.5s;
}

.portfolioslider_main .portfolioslider_portfolio-slider a:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.portfolioslider_main .portfolioslider_portfolio-slider a:hover:before {
  opacity: 1;
}

.portfolioslider_main .portfolioslider_portfolio-slider a:hover h4 {
  opacity: 1;
  bottom: 55px;
}

.portfolioslider_main .portfolioslider_portfolio-slider a:hover p {
  opacity: 1;
  bottom: 30px;
}

.portfolioslider_main .portfolioslider_portfolio-slider a:hover svg {
  transform: translate(-15px);
  opacity: 1;
}

.portfolioslider_main .portfolioslider_portfolio-slider .portfolioslider_slider-info img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.cus--slider,
.cus-services-slider {
  overflow: visible !important;
}
.challenge-slider {
  height: 100%;
  max-height: 650px !important;
}

.challenge-slider-reverse {
  max-height: 710px !important;
}

.challenge-slider .swiper-button-next {
  top: 38%;
  z-index: 22;
}

.challenge-slider .swiper-button-prev {
  top: -38%;
  z-index: 22;
}

.ecom-slider .swiper-button-prev {
  top: -45%;
  z-index: 22;
}

.ecom-slider .swiper-button-next {
  top: 45%;
  z-index: 22;
}

.challenge-slider-reverse .swiper-button-prev {
  top: -62%;
  z-index: 22;
}

.challenge-slider-reverse .swiper-button-next {
  top: 62%;
  z-index: 22;
}
@media (max-width: 1200px) {
  .challenge-slider {
    height: 100%;
    max-height: 500px !important;
  }

  .challenge-slider .swiper-button-next {
    top: 45%;
  }

  .challenge-slider .swiper-button-prev {
    top: -45%;
  }

  .ecom-slider .swiper-button-prev {
    top: -58%;
  }

  .ecom-slider .swiper-button-next {
    top: 58%;
  }
}

@media (max-width: 991px) {
  .logoProgressBar .progress {
    top: 30% !important;
  }

  .call-to-action,
  .e-book-btn {
    display: none;
  }

  .challenge-slider-reverse {
    max-height: 500px !important;
  }

  .challenge-slider-reverse .swiper-pagination {
    right: 30px !important;
    left: unset !important;
  }

  .challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet {
    font-size: 0 !important;
    height: 10px;
    margin: 10px 0 !important;
  }

  .challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:before {
    border-radius: 50px;
    width: 10px;
    height: 10px !important;
    background-color: #fff;
    border-right: 3px solid #fff;
  }

  .cus-v-slider {
    max-height: 600px !important;
  }

  .challenge-slider {
    max-height: 450px !important;
  }

  .challenge-slider .swiper-pagination .swiper-pagination-bullet {
    font-size: 0 !important;
    height: 10px;
    margin: 10px 0 !important;
  }

  .challenge-slider .swiper-pagination .swiper-pagination-bullet:before {
    border-radius: 50px;
    width: 10px;
    height: 10px !important;
    background-color: #000;
  }

  .challenge-slider .swiper-pagination {
    right: 35px !important;
  }

  .challenge-slider .swiper-button-next,
  .challenge-slider .swiper-button-prev,
  .ecom-slider .swiper-button-next,
  .ecom-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 768px) {
  .challenge-slider .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #fff;
    border: 0;
  }

  .challenge-slider {
    max-height: 450px !important;
  }

  .cus-services-slider .swiper-pagination {
    display: block;
    bottom: -40px !important;
  }

  .cus-services-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
  }

  .challenge-mobile-slider {
    display: block !important;
    overflow: unset !important;
  }

  .challenge-web-slider {
    display: none !important;
  }

  .challenge-mobile-slider .swiper-pagination {
    position: relative !important;
    bottom: -30px !important;
  }

  .challenge-mobile-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
  }
}

@media (max-width: 600px) {
  .howItWorkSpace {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .challenge-slider-reverse {
    max-height: 100% !important;
  }

  .challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #fff;
    border-right: 3px solid #fff;
  }
}

@media (max-width: 500px) {
  .challenge-slider {
    max-height: 600px !important;
  }

  .challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #fff;
  }

  .challenge-slider .swiper-pagination .swiper-pagination-bullet:before {
    background-color: #fff;
    border: 0;
  }
}

@media (max-width: 1400px) {
  .portfolioslider_main .portfolioslider_main-info h5 {
    font-size: 14px;
  }

  .portfolioslider_main .portfolioslider_main-info h2 {
    font-size: 45px;
  }

  .portfolioslider_main .portfolioslider_main-info p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .portfolioslider_main .portfolioslider_main-info h5 {
    font-size: 14px;
  }

  .portfolioslider_main .portfolioslider_main-info h2 {
    font-size: 40px;
    margin: 20px 0;
  }

  .portfolioslider_main .portfolioslider_main-info p {
    font-size: 15px;
    width: 100%;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .portfolioslider_main .portfolioslider_main-info h5 {
    font-size: 14px;
  }

  .portfolioslider_main .portfolioslider_main-info h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .portfolioslider_main .portfolioslider_main-info p {
    font-size: 14px;
  }
}

/*------Portfolio Section CSS End-----------*/

/*------Marquee CSS Start-----------*/

.rfm-marquee-container {
  overflow-x: hidden;
  display: flex;
  flex-direction: row;
  position: relative;
  width: var(--width);
  transform: var(--transform);
}

.rfm-marquee {
  flex: 0 0 auto;
  min-width: var(--min-width);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}

.rfm-initial-child-container {
  flex: 0 0 auto;
  display: flex;
  min-width: auto;
  flex-direction: row;
  align-items: center;
}

.rfm-child {
  transform: var(--transform);
}

.marqueetext_main .marqueetext_marquee span {
  font-size: 100px;
  font-weight: 500;
}

.marqueetext_main .marqueetext_marquee span span {
  color: #fff;
  -webkit-text-stroke: 0.1vw #232323;
}

.marqueetext_main .marqueetext_marquee span {
  font-size: 100px;
  font-weight: 500;
}

/*------Marquee CSS End-----------*/

/*------CTA Section CSS Start-----------*/

.cta_main-cta {
  background-color: #fff;
  padding: 60px 0;
}

.cta_main-cta .cta_main-info h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -3px;
  text-align: center;
  color: #000;
  text-transform: capitalize;
}

.cta_main-cta .cta_main-info hr {
  height: 4px;
  border-top: 3px solid #000;
  opacity: 1;
  width: 40px;
  margin: 20px auto;
}

.cta_main-cta .cta_main-info .cta_form {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.cta_main-cta .cta_main-info .cta_form .cta_inputfield input {
  width: 350px;
  border: 1px solid #c1ccd7;
  border-radius: 4px;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #000;
  box-shadow: none;
  padding: 10px 20px;
  height: 50px;
}

.cta_main-cta .cta_main-info .cta_form .cta_inputfield input::placeholder {
  color: #000;
}

@media (max-width: 1400px) {
  .cta_main-cta .cta_main-info h2 {
    font-size: 45px;
  }

  .cta_main-cta .cta_main-info .cta_form .cta_inputfield input {
    width: 300px;
  }
}

@media (max-width: 1200px) {
  .cta_main-cta .cta_main-info h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .cta_main-cta .cta_main-info .cta_form .cta_inputfield input {
    width: 300px;
  }
}

@media (max-width: 991px) {
  .cta_main-cta .cta_main-info h2 {
    font-size: 35px;
  }

  .cta_main-cta .cta_main-info .cta_form .cta_inputfield input {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .cta_main-cta .cta_main-info h2 {
    font-size: 30px;
  }

  .cta_main-cta .cta_main-info .cta_form {
    flex-direction: column;
  }

  .cta_main-cta .cta_main-info .cta_form .cta_inputfield input {
    width: 100%;
  }
}

/*------CTA Section CSS End-----------*/

/*------Services Section CSS Start-----------*/

.ourservices_main {
  padding: 60px 0;
  background-color: #f4f6f8;
  overflow: hidden;
}

.ourservices_main .ourservices_main-info h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: left;
  color: #7b7a7a;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ourservices_main .ourservices_main-info h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -3px;
  text-align: left;
  color: #1d1d1d;
  margin: 25px 0;
}

.ourservices_main .ourservices_main-info hr {
  border-top: 3px solid #000;
  opacity: 1;
  width: 30px;
}

.ourservices_main .ourservices_main-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.ourservices_main .ourservices_service-slider {
  margin-top: 40px;
}

.ourservices_main .ourservices_service-slider .ourservices_slider-info {
  height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ourservices_main .ourservices_service-slider .ourservices_slider-info img {
  width: 100%;
  height: auto;
  position: absolute;
}

.ourservices_main .ourservices_service-slider .ourservices_slider-info h4 {
  position: relative;
  z-index: 1;
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  text-align: center;
  color: #fff;
}

.ourservices_main .ourservices_service-slider .ourservices_slider-info p {
  padding: 0 12px;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  opacity: 0;
  height: 0;
  transition: 0.5s;
}

.ourservices_main .ourservices_service-slider .ourservices_slider-info:hover p {
  opacity: 1;
  height: 40%;
}

.ourservices_main .ourservices_service-slider .OurServices_auto-height__5kxXP p {
  padding: 0 12px;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  opacity: 0;
  height: 0;
  transition: 0.5s;
}

.ourservices_main .ourservices_service-slider .OurServices_auto-height__5kxXP:hover p {
  opacity: 1;
  height: 20%;
}

@media (max-width: 1400px) {
  .ourservices_main .ourservices_main-info h5 {
    font-size: 14px;
  }

  .ourservices_main .ourservices_main-info h2 {
    font-size: 45px;
  }

  .ourservices_main .ourservices_main-info p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .ourservices_main .ourservices_main-info h5 {
    font-size: 14px;
  }

  .ourservices_main .ourservices_main-info h2 {
    font-size: 40px;
  }

  .ourservices_main .ourservices_main-info p {
    font-size: 15px;
    line-height: 1.6;
  }

  .ourservices_main .ourservices_service-slider .ourservices_slider-info h4 {
    font-size: 35px;
  }

  .ourservices_main .ourservices_service-slider .OurServices_auto-height__5kxXP p,
  .ourservices_main .ourservices_service-slider .ourservices_slider-info p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .ourservices_main .ourservices_main-info h5 {
    font-size: 14px;
    text-align: center;
  }

  .ourservices_main .ourservices_main-info h2 {
    text-align: center;
    font-size: 35px;
  }

  .ourservices_main .ourservices_main-info p {
    font-size: 15px;
    text-align: center;
  }

  .ourservices_main .ourservices_main-info hr {
    margin: 15px auto;
  }

  .ourservices_main .ourservices_service-slider .ourservices_slider-info {
    height: 400px;
  }

  .ourservices_main .ourservices_service-slider .ourservices_slider-info h4 {
    font-size: 30px;
    line-height: 1.2;
  }

  .ourservices_main .ourservices_service-slider .OurServices_auto-height__5kxXP p,
  .ourservices_main .ourservices_service-slider .ourservices_slider-info p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ourservices_main .ourservices_main-info h5 {
    font-size: 14px;
  }

  .ourservices_main .ourservices_main-info h2 {
    font-size: 30px;
  }

  .ourservices_main .ourservices_main-info p {
    font-size: 15px;
  }

  .ourservices_main .ourservices_service-slider .ourservices_slider-info {
    height: 480px;
  }

  .ourservices_main .ourservices_service-slider .ourservices_slider-info img {
    width: 100%;
    height: auto;
    position: absolute;
  }

  .ourservices_main .ourservices_service-slider .ourservices_slider-info h4 {
    font-size: 26px;
    line-height: 1.2;
  }
}

@media (max-width: 479px) {
  .ourservices_main .ourservices_main-info h5 {
    font-size: 14px;
  }

  .ourservices_main .ourservices_main-info h2 {
    font-size: 30px;
  }

  .ourservices_main .ourservices_main-info p {
    font-size: 15px;
  }

  .ourservices_main .ourservices_service-slider .ourservices_slider-info {
    height: 380px;
  }
}

/*------Services Section CSS End-----------*/

/*------Experience Section CSS Start-----------*/

.bevisible_main {
  padding: 60px 0;
}

.bevisible_main .bevisible_main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.bevisible_main .bevisible_main-grid .bevisible_left-info h5 {
  text-transform: uppercase;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  color: #7b7a7a;
}

.bevisible_main .bevisible_main-grid .bevisible_left-info h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: left;
}

.bevisible_main .bevisible_main-grid .bevisible_left-info h2 span {
  position: relative;
}

.bevisible_main .bevisible_main-grid .bevisible_left-info h2 span:before {
  content: "";
  background-image: url(../../assets/images/home/heading-vector.png);
  width: 100px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bevisible_main .bevisible_main-grid .bevisible_left-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.bevisible_main .bevisible_main-grid .bevisible_center-info {
  height: 100%;
  background-image: url(../../assets/images/home/Ellipse.png);
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bevisible_main .bevisible_main-grid .bevisible_center-info:before {
  content: "";
  background-image: url(../../assets/images/home/circle-border.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 312px;
  height: 312px;
}

.bevisible_main .bevisible_main-grid .bevisible_center-info h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}

.bevisible_main .bevisible_main-grid .bevisible_center-info h2:before {
  content: "+";
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 75px;
  right: 0;
  display: block;
  bottom: -20px;
  margin-left: -20px;
}

.bevisible_main .bevisible_main-grid .bevisible_right-info h5 {
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-align: left;
}

.bevisible_main .bevisible_main-grid .bevisible_right-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.bevisible_main .bevisible_grid-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  grid-gap: 40px;
}

.bevisible_main .bevisible_grid-list .bevisible_list-info img {
  margin: auto;
  display: block;
}

.bevisible_main .bevisible_grid-list .bevisible_list-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #313030;
}

@media (max-width: 1400px) {
  .bevisible_main .bevisible_main-grid .bevisible_left-info h5 {
    font-size: 14px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info p {
    font-size: 16px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info {
    background-size: 65%;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info h2 {
    font-size: 100px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info h5 {
    font-size: 18px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info p {
    font-size: 16px;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info img {
    margin: auto;
    display: block;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .bevisible_main .bevisible_main-grid .bevisible_left-info h5 {
    font-size: 14px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info p {
    font-size: 15px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info {
    background-size: 70%;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info:before {
    width: 260px;
    height: 260px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info h2 {
    font-size: 80px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info h5 {
    font-size: 16px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info p {
    font-size: 15px;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info img {
    margin: auto;
    display: block;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  .bevisible_main .bevisible_main-grid {
    grid-template-columns: 1fr;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info h5 {
    font-size: 14px;
    text-align: center;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info h2 {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info h2 span:before {
    width: 100%;
    height: 20px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info p {
    font-size: 14px;
    text-align: center;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info {
    background-size: 30%;
    height: 300px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info:before {
    width: 260px;
    height: 260px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info h2 {
    font-size: 60px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info h2:before {
    bottom: -10px;
    font-size: 45px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info h5 {
    font-size: 16px;
    text-align: center;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info p {
    font-size: 14px;
    text-align: center;
  }

  .bevisible_main .bevisible_grid-list {
    display: flex;
    flex-wrap: wrap;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info img {
    width: 60px;
    height: auto;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .bevisible_main .bevisible_main-grid .bevisible_left-info h5 {
    font-size: 14px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info h2 {
    font-size: 26px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info p {
    font-size: 14px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info {
    background-size: 40%;
    height: 300px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info:before {
    width: 260px;
    height: 260px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info h2 {
    font-size: 60px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info h5 {
    font-size: 15px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_right-info p {
    font-size: 14px;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info {
    width: 45%;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info img {
    width: 60px;
    height: auto;
  }

  .bevisible_main .bevisible_grid-list .bevisible_list-info p {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .bevisible_main .bevisible_main-grid .bevisible_left-info h5 {
    font-size: 14px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info h2 {
    font-size: 26px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_left-info p {
    font-size: 14px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info {
    background-size: 220px;
  }

  .bevisible_main .bevisible_main-grid .bevisible_center-info h2 {
    font-size: 60px;
  }
}

.BrandIdentity_main__Q5xnD {
  padding: 80px 0;
  background-color: #f4f6f8;
}

/*------Experience Section CSS End-----------*/

/*------Pricing Section CSS Start-----------*/

.pricing_main {
  padding: 60px 0;
}

.pricing_main .pricing_main-info h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #7b7a7a;
}

.pricing_main .pricing_main-info h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 30px;
}

.pricing_main .pricing_main-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #7b7a7a;
}

.pricing_main .pricing_price-tabs {
  margin-top: 50px;
}

.pricing_main .pricing_price-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.pricing_main .pricing_price-tabs ul li {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  line-height: 20.25px;
  text-align: center;
  color: #313030;
  padding: 8px 20px;
  cursor: pointer;
}

.pricing_main .pricing_price-tabs ul .pricing_active {
  color: var(--primary-color);
  border-bottom: 1px solid;
}

.pricing_main .pricing_tab-content {
  margin-top: 50px;
}

.pricing_main .pricing_tab-content .pricing_price-grid {
  display: none;
  grid-gap: 40px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  transform: scale(1);
  background-color: #f4f6f8;
  padding: 30px 0;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box:nth-child(2) {
  transform: scale(1.1);
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p {
  right: 0;
  position: absolute;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
  width: 120px;
  line-height: 35px;
  text-align: center;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p span {
  font-size: 14px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p:before {
  content: "";
  background-image: url(../../assets/images/dis.png);
  position: absolute;
  width: 130px;
  height: 35px;
  background-size: cover;
  z-index: -1;
  right: 0;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 27.08px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #313030;
  margin-bottom: 0;
  padding: 0 30px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  text-align: left;
  padding: 0 30px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  text-align: left;
  color: #313030;
  margin-bottom: 0;
  padding: 0 30px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h6 {
  font-family: var(--font-inter);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-decoration: line-through;
  padding: 0 30px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul {
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0 15px 0 30px;
  height: 260px;
  overflow: auto;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  margin-right: -10px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
  margin-right: -10px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul::-webkit-scrollbar-thumb {
  background-color: #000;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul li {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.88px;
  text-align: left;
  color: #7b7a7a;
  margin-bottom: 10px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25.2px;
  letter-spacing: 0.7500000596px;
  text-align: left;
  margin-bottom: 10px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box ul li {
  margin-bottom: 5px;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid {
  display: grid;
  grid-gap: 100px;
  gap: 100px;
  grid-template-columns: 0.5fr 1.5fr 2fr;
  align-items: center;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h2 {
  text-align: center;
  margin-bottom: 0;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h6 {
  text-align: center;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid p {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 16.88px;
  text-align: center;
  margin: 0;
  color: #7b7a7a;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side img {
  margin: auto;
  display: block;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side:before {
  content: "";
  background-image: url(../../assets/images/combo-vector.png);
  width: 105px;
  height: 200px;
  position: absolute;
  right: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.3;
  bottom: 0;
}

.pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 0 30px;
}

.pricing_main .pricing_tab-content .pricing_combo-card {
  grid-template-columns: 1fr !important;
}

.pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box {
  height: 100% !important;
  padding: 30px;
}

.pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box ul {
  height: auto;
  padding: 0;
}

.pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h2,
.pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h4,
.pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h5,
.pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h6 {
  padding: 0;
}

.pricing_main .pricing_tab-content .pricing_active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1400px) {
  .pricing_main {
    padding: 60px 0;
  }

  .pricing_main .pricing_main-info h2 {
    font-size: 45px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info a,
  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info button {
    padding: 6px 14px;
  }
}

@media (max-width: 1199px) {
  .pricing_main {
    padding: 60px 0;
  }

  .pricing_main .pricing_main-info h5 {
    font-size: 14px;
  }

  .pricing_main .pricing_main-info h2 {
    font-size: 40px;
  }

  .pricing_main .pricing_main-info p,
  .pricing_main .pricing_price-tabs ul li {
    font-size: 14px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box {
    padding: 25px 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p {
    font-size: 15px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p:before {
    width: 120px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h4 {
    font-size: 18px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h2 {
    font-size: 40px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h6 {
    font-size: 16px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul {
    height: 250px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul li {
    font-size: 12px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info a,
  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info button {
    font-size: 12px;
    padding: 5px 10px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
    grid-gap: 20px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box ul li {
    margin-bottom: 5px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid {
    grid-template-columns: 0.5fr 1fr 1fr;
    gap: 50px;
    align-items: center;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h2 {
    text-align: center;
    margin-bottom: 0;
    line-height: 1;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h6 {
    text-align: center;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid p {
    font-family: var(--font-inter);
    font-size: 12px;
    font-weight: 400;
    line-height: 16.88px;
    text-align: center;
    margin: 0;
    color: #7b7a7a;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side img {
    width: 50%;
    height: auto;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side:before {
    width: 80px;
    height: 150px;
  }

  .pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box {
    padding: 30px;
  }

  .pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box ul {
    height: auto;
    padding: 0;
  }

  .pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h2,
  .pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h4,
  .pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h5,
  .pricing_main .pricing_tab-content .pricing_combo-card .pricing_price-box h6 {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .pricing_main {
    padding: 60px 0;
  }

  .pricing_main .pricing_main-info h5 {
    font-size: 14px;
  }

  .pricing_main .pricing_main-info h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .pricing_main .pricing_main-info p {
    font-size: 14px;
  }

  .pricing_main .pricing_price-tabs ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  .pricing_main .pricing_price-tabs ul li {
    font-size: 14px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid {
    grid-template-columns: 1fr;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box {
    height: auto;
    padding: 25px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p {
    font-size: 14px;
    width: 105px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p:before {
    width: 120px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h4 {
    font-size: 16px;
    padding: 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h2 {
    font-size: 35px;
    line-height: 1;
    padding: 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h6 {
    font-size: 15px;
    padding: 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul {
    height: auto;
    padding: 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul li {
    font-size: 14px;
    line-height: 1.5;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box ul li {
    margin-bottom: 5px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid {
    grid-template-columns: 0.5fr 1.5fr 1fr;
    grid-gap: 30px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h2 {
    line-height: 1;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h6 {
    text-align: center;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid p {
    font-size: 12px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side img {
    width: 50%;
    height: auto;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side:before {
    width: 80px;
    height: 150px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info {
    padding: 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info a,
  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info button {
    font-size: 14px;
    padding: 6px 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box:nth-child(2) {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
  .pricing_main {
    padding: 60px 0;
  }

  .pricing_main .pricing_main-info h5 {
    font-size: 14px;
  }

  .pricing_main .pricing_main-info h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .pricing_main .pricing_main-info p {
    font-size: 14px;
  }

  .pricing_main .pricing_price-tabs ul {
    flex-wrap: wrap;
    gap: 5px;
  }

  .pricing_main .pricing_price-tabs ul li {
    font-size: 14px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid {
    grid-template-columns: 1fr;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box {
    padding: 25px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p {
    font-size: 14px;
    width: 105px;
    top: 10px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p:before {
    width: 120px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h4 {
    font-size: 16px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h2 {
    font-size: 35px;
    line-height: 1;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h6 {
    font-size: 15px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul li {
    font-size: 12px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box ul li {
    margin-bottom: 5px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_btn-info {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 2;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side {
    display: none;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h2 {
    line-height: 1;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h6 {
    text-align: center;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid p {
    font-size: 12px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side:before {
    width: 100px;
    height: 190px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info button {
    font-size: 14px;
    padding: 5px 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box:nth-child(2) {
    transform: scale(1);
  }
}

@media (max-width: 479px) {
  .pricing_main {
    padding: 60px 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid {
    grid-template-columns: 1fr;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box {
    height: 100%;
    padding: 25px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p {
    font-size: 15px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_discount p:before {
    width: 120px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h4 {
    font-size: 16px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h2 {
    font-size: 35px;
    line-height: 1;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box h6 {
    font-size: 15px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box ul li {
    font-size: 12px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box h4 {
    font-size: 18px;
    font-weight: 600;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_ul-grid .pricing_ul-box ul li {
    margin-bottom: 5px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_btn-info {
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
    z-index: 2;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h2 {
    line-height: 1;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid h6 {
    text-align: center;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid p {
    font-size: 12px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_price-btn-grid .pricing_right-side:before {
    width: 80px;
    height: 150px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info button {
    font-size: 12px;
    padding: 5px 0;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box .pricing_btn-info a {
    font-size: 12px;
  }

  .pricing_main .pricing_tab-content .pricing_price-grid .pricing_price-box:nth-child(2) {
    transform: scale(1);
  }
}

/*------Pricing Section CSS End-----------*/

/*------Logo Services Section CSS Start-----------*/

.growthmodel_main {
  padding: 60px 0;
}

.growthmodel_main .growthmodel_main-info h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #7b7a7a;
}

.growthmodel_main .growthmodel_main-info h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.growthmodel_main .growthmodel_main-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #7b7a7a;
  text-align: center;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info {
  width: 45%;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  margin: 0;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info ul li {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .growthmodel_custom-hide-more {
  overflow: hidden;
  transition: 0.5s;
  margin: 20px 0;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG {
  height: 210px;
  overflow-y: auto;
  transition: 0.5s;
  margin: 20px 0;
  padding-right: 10px;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG::-webkit-scrollbar {
  width: 5px;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info {
  width: 45%;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info img {
  width: 90%;
  height: auto;
}

.growthmodel_main .growthmodel_list-info .growthmodel_grid-info:nth-child(2n) {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 1400px) {
  .growthmodel_main .growthmodel_main-info h5 {
    font-size: 14px;
  }

  .growthmodel_main .growthmodel_main-info h2 {
    font-size: 45px;
  }

  .growthmodel_main .growthmodel_main-info p {
    font-size: 16px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info {
    width: 45%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info h4 {
    font-size: 22px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info p {
    font-size: 16px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .growthmodel_custom-hide-more {
    height: 175px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG {
    height: 210px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info {
    width: 45%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info img {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 1200px) {
  .growthmodel_main .growthmodel_main-info h5 {
    font-size: 14px;
  }

  .growthmodel_main .growthmodel_main-info h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .growthmodel_main .growthmodel_main-info p {
    font-size: 15px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info {
    width: 45%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info h4 {
    font-size: 22px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info p,
  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info ul li {
    font-size: 15px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .growthmodel_custom-hide-more {
    height: 175px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG {
    height: 210px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info {
    width: 45%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info img {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .growthmodel_main .growthmodel_main-info h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .growthmodel_main .growthmodel_main-info h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }

  .growthmodel_main .growthmodel_main-info p {
    font-size: 14px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info {
    margin-top: 70px;
    gap: 70px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info {
    width: 45%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info h4 {
    font-size: 20px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info p,
  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info ul li {
    font-size: 14px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .growthmodel_custom-hide-more {
    height: 175px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG {
    height: 210px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info {
    width: 45%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info img {
    width: 90%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .growthmodel_main .growthmodel_main-info h5 {
    font-size: 14px;
  }

  .growthmodel_main .growthmodel_main-info h2 {
    font-size: 30px;
  }

  .growthmodel_main .growthmodel_main-info h2 br {
    display: none;
  }

  .growthmodel_main .growthmodel_main-info p {
    font-size: 14px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info {
    flex-direction: column;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info {
    width: 100%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info h4 {
    font-size: 20px;
    text-align: center;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info p {
    font-size: 14px;
    text-align: center;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info ul {
    list-style: none;
    padding: 0;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info ul li {
    text-align: center;
    font-size: 15px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .growthmodel_custom-hide-more {
    height: 175px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info .GrowthModel_custom-show-more__6vZVG {
    height: 210px;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_left-info button {
    margin: auto;
    display: block;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info {
    width: 100%;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info .growthmodel_right-info img {
    width: 100%;
    height: auto;
  }

  .growthmodel_main .growthmodel_list-info .growthmodel_grid-info:nth-child(2n) {
    display: flex;
    flex-direction: column;
  }
}

/*------Logo Services Section CSS End-----------*/

/*------Reviews Section CSS Start-----------*/

.testimonials_main {
  padding: 60px 0;
  background-color: #f4f6f8;
}

.testimonials_main .testimonials_main-info h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
  color: #7b7a7a;
  text-transform: uppercase;
  margin: 0;
}

.testimonials_main .testimonials_main-info h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -3px;
  text-align: center;
  color: #1d1d1d;
  margin: 25px 0;
}

.testimonials_main .testimonials_main-info p {
  color: #7b7a7a;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

.testimonials_main .testimonials_main-slider {
  position: relative;
}

.testimonials_main .testimonials_main-slider:before {
  content: "";
  background-image: url(../../assets/images/home/left.png);
  width: 133px;
  height: 118px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
}

.testimonials_main .testimonials_main-slider:after {
  content: "";
  background-image: url(../../assets/images/home/right.png);
  width: 133px;
  height: 118px;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  right: 50px;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 80px 0;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_left-info {
  position: relative;
  height: 100%;
  display: flex;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_left-info img {
  margin: auto;
  display: block;
  z-index: 1;
  position: relative;
  height: auto;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info {
  position: relative;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
  position: relative;
  z-index: 1;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
  position: relative;
  z-index: 1;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info a {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  color: #5392bf;
  position: relative;
  z-index: 1;
}

.testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info .Testimonials_social-icon__q7Kay {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}

.testimonials_main.Testimonials_white-bg__qomA0 {
  background-color: #fff;
}

.testimo-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #be1e2d;
  width: 30px;
  border-radius: 8px !important;
}

@media (max-width: 1400px) {
  .testimonials_main .testimonials_main-info h5 {
    font-size: 14px;
  }

  .testimonials_main .testimonials_main-info h2 {
    font-size: 45px;
  }

  .testimonials_main .testimonials_main-info p {
    font-size: 16px;
  }

  .testimonials_main .testimonials_grid-info .testimonials_left-info img {
    margin-left: 60px;
    width: 60%;
  }

  .testimonials_main .testimonials_grid-info .testimonials_right-info h4 {
    font-size: 22px;
  }

  .testimonials_main .testimonials_grid-info .testimonials_right-info p {
    font-size: 16px;
  }

  .testimonials_main .testimonials_grid-info .testimonials_right-info h5 {
    font-size: 22px;
  }

  .testimonials_main .testimonials_grid-info .testimonials_right-info a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .testimonials_main .testimonials_main-info h5 {
    font-size: 14px;
  }

  .testimonials_main .testimonials_main-info h2 {
    font-size: 40px;
    margin: 15px 0;
  }

  .testimonials_main .testimonials_main-info p {
    font-size: 16px;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info {
    grid-template-columns: 1fr 1fr;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_left-info img {
    margin-left: 60px;
    width: 60%;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h4 {
    font-size: 20px;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info p {
    font-size: 16px;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h5 {
    font-size: 20px;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .testimonials_main .testimonials_main-info h5 {
    font-size: 14px;
    text-align: center;
  }

  .testimonials_main .testimonials_main-info h2 {
    font-size: 35px;
    text-align: center;
  }

  .testimonials_main .testimonials_main-info p {
    text-align: center;
    font-size: 15px;
  }

  .testimonials_main .testimonials_main-slider:before {
    width: 100px;
    height: 100%;
  }

  .testimonials_main .testimonials_main-slider:after {
    width: 100px;
    height: 100%;
    background-position: bottom;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info {
    grid-template-columns: 1fr;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_left-info img {
    margin: auto;
    width: 50%;
    display: block;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info {
    text-align: center;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h4 {
    font-size: 18px;
    margin-top: 20px;
    text-align: center;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info p {
    text-align: center;
    font-size: 15px;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info p br {
    display: none;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h5 {
    font-size: 18px;
    text-align: center;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info a {
    font-size: 14px;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info .Testimonials_social-icon__q7Kay {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .testimonials_main .testimonials_main-info h5 {
    font-size: 14px;
  }

  .testimonials_main .testimonials_main-info h2 {
    font-size: 30px;
  }

  .testimonials_main .testimonials_main-info p {
    font-size: 15px;
  }

  .testimonials_main .testimonials_main-slider:before {
    width: 80px;
  }

  .testimonials_main .testimonials_main-slider:after {
    right: 0;
    width: 80px;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info {
    grid-template-columns: 1fr;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_left-info img {
    margin: auto;
    display: block;
    width: 60%;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info {
    text-align: center;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h4 {
    font-size: 18px;
    text-align: center;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info p {
    font-size: 15px;
    text-align: center;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info h5 {
    font-size: 18px;
    text-align: center;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info .testimonials_right-info a {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .testimonials_main .testimonials_main-slider:after,
  .testimonials_main .testimonials_main-slider:before {
    content: unset;
  }

  .testimonials_main .testimonials_main-slider .testimonials_grid-info {
    padding-top: 30px;
  }
}

/*------Reviews Section CSS End-----------*/

/*------Why Choose Section CSS Start-----------*/

.WhyChooseUs_gray-bg__b6_y0 {
  background-color: #f4f6f8;
}

.WhyChooseUs_main__b4WzJ {
  padding: 60px 0;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h5 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #7b7a7a;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 30px;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  width: 70%;
  color: #7b7a7a;
  margin: auto;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY {
  padding: 35px 20px 25px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-last-child(-n + 3) {
  border-bottom: none;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(3),
.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(6),
.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-last-child(-n + 3):last-child {
  border-right: 0;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY {
  padding: 20px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-last-child(-n + 2) {
  border-bottom: none;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-child(2n),
.WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-last-child(-n + 2):last-child {
  border-right: 0;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}

@media (max-width: 1400px) {
  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h5 {
    font-size: 14px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h2 {
    font-size: 45px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb p {
    font-size: 16px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY {
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY h4 {
    font-size: 22px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY p {
    font-size: 16px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY {
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY h4 {
    font-size: 22px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h5 {
    font-size: 14px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h2 {
    font-size: 35px;
    line-height: 1.5;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb p {
    font-size: 15px;
    width: 100%;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY {
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY h4 {
    font-size: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY p {
    font-size: 15px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY {
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY h4 {
    font-size: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h5 {
    font-size: 14px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h2 br {
    display: none;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb p {
    font-size: 15px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp {
    grid-template-columns: 1fr 1fr;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY {
    border-right: 1px solid #d9d9d9;
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY h4 {
    font-size: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY p {
    font-size: 15px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(3) {
    border-right: 1px solid #d9d9d9;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(n + 4) {
    border-bottom: 1px solid #d9d9d9;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(2n) {
    border-right: none;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh {
    grid-template-columns: 1fr 1fr;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY {
    border-right: 1px solid #d9d9d9;
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY h4 {
    font-size: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY p {
    font-size: 15px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-child(3) {
    border-right: 1px solid #d9d9d9;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .WhyChooseUs_main__b4WzJ {
    padding: 40px 0;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h5 {
    font-size: 14px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb h2 {
    font-size: 26px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-info__um_eb p {
    font-size: 14px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY {
    border-right: 0;
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY h4 {
    font-size: 18px;
    text-align: center;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY p {
    text-align: center;
    font-size: 14px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(3) {
    border-right: 0;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(n + 4) {
    border-bottom: 1px solid #d9d9d9;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:last-child {
    border-bottom: 0;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_main-grid__W9UIp .WhyChooseUs_info-box__E_teY:nth-child(2n) {
    border-right: none;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY {
    border-right: 0;
    padding: 20px;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY h4 {
    font-size: 18px;
    text-align: center;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY p {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-child(3) {
    border-right: 0;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-child(n + 4) {
    border-bottom: 1px solid #d9d9d9;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:last-child {
    border-bottom: 0;
  }

  .WhyChooseUs_main__b4WzJ .WhyChooseUs_two-col__e2GEh .WhyChooseUs_info-box__E_teY:nth-child(2n) {
    border-right: none;
  }
}

/*------Why Choose Section CSS End-----------*/

/*------Brand Identity Section CSS End-----------*/

.BrandIdentity_main__Q5xnD {
  padding: 80px 0;
  background-color: #f4f6f8;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 30px;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF {
  margin-top: 80px;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 {
  display: grid;
  grid-template-columns: 0.2fr 0.3fr 0.7fr 1fr;
  padding: 25px 30px;
  align-items: center;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #444;
  margin: 0;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 44.8px;
  text-align: left;
  color: #313030;
  margin: 0;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
  transition: 0.5s;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94:hover {
  border-color: #313030;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94:hover img {
  filter: invert(15%) sepia(100%) saturate(4169%) hue-rotate(347deg) brightness(73%) contrast(115%);
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94:hover p {
  color: #313030;
}

.BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF hr {
  border-color: #d9d9d9;
  opacity: 1;
}

@media (max-width: 1400px) {
  .BrandIdentity_main__Q5xnD {
    padding: 80px 0;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD h2 {
    font-size: 45px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD p {
    font-size: 16px;
    width: 80%;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h4 {
    font-size: 16px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h2 {
    font-size: 28px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .BrandIdentity_main__Q5xnD {
    padding: 80px 0;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD h2 {
    font-size: 40px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD p {
    font-size: 15px;
    width: 100%;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h4 {
    font-size: 16px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h2 {
    font-size: 26px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .BrandIdentity_main__Q5xnD {
    padding: 80px 0;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD h2 {
    font-size: 35px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD p {
    font-size: 15px;
    line-height: 1.6;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h4 {
    font-size: 15px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h2 {
    font-size: 24px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .BrandIdentity_main__Q5xnD {
    padding: 80px 0;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD h2 {
    font-size: 28px;
    line-height: 1.3;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD h2 br {
    display: none;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_main-info__J7azD p {
    font-size: 14px;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 {
    grid-template-columns: 1fr;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h4 {
    font-size: 15px;
    text-align: center;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 img {
    display: block;
    margin: auto;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 h2 {
    font-size: 22px;
    text-align: center;
  }

  .BrandIdentity_main__Q5xnD .BrandIdentity_list__xJRZF .BrandIdentity_grid-info__WDY94 p {
    font-size: 14px;
    text-align: center;
  }
}
/*------Brand Identity Section CSS End-----------*/

/*------Bottom CTA Section CSS End-----------*/

.BottomCta_main__ARl7L {
  padding: 60px 0;
}

.BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: left;
  margin-bottom: 20px;
}

.BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO button {
  margin-top: 10px;
}

.BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_right-info__1623a img {
  margin-left: auto;
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1440px) {
  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO h2 {
    font-size: 45px;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO p {
    font-size: 16px;
  }
}

@media (max-width: 1400px) {
  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO h2 {
    font-size: 40px;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO h2 {
    font-size: 35px;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO h2 {
    font-size: 30px;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .BottomCta_main__ARl7L {
    padding-bottom: 40px;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO h2 {
    font-size: 26px;
    text-align: center;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .BottomCta_main__ARl7L .BottomCta_cta-grid__XWfa1 .BottomCta_left-info___ZgXO button {
    display: block;
    margin: 10px auto auto;
  }
}

/*------Bottom CTA Section CSS End-----------*/

/*------FAQs Section CSS Start-----------*/

.MainFaqs_faqSec__3hw8S {
  padding: 80px 0;
  background-color: #fff;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_headContent__W73ye h2 {
  color: #000;
  font-family: var(--font-gilroy);
  font-weight: 700;
  font-size: 42px;
  text-align: center;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_headContent__W73ye h2 span {
  color: #e80101;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS {
  padding-top: 50px;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  --bs-accordion-bg: transparent;
  border-radius: 10px;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqItem__A0L8T {
  border-bottom: 1px solid #d7d7d7;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqItem__A0L8T .MainFaqs_faqHead__EVHhA {
  border-radius: 10px;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqItem__A0L8T .MainFaqs_faqHead__EVHhA svg {
  fill: var(--primary-color);
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqItem__A0L8T .MainFaqs_faqHead__EVHhA button {
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: none;
  font-family: var(--font-gilroy);
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqItem__A0L8T .MainFaqs_faqHead__EVHhA button:after {
  display: none;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqItem__A0L8T .MainFaqs_faqHead__EVHhA button:focus {
  box-shadow: unset;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqItem__A0L8T .MainFaqs_faqHead__EVHhA button[aria-expanded="true"] {
  background-color: transparent;
  color: var(--primary-color);
  font-weight: 700;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqBody__be8ie {
  font-size: 16px;
  font-family: var(--font-gilroy);
  font-weight: 500;
  padding: 0 20px 20px;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqBody__be8ie ul {
  padding-left: 20px;
}

.MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS .MainFaqs_faqAccordian__yfj0g .MainFaqs_faqBody__be8ie a {
  color: #ec1c24;
  text-decoration: underline !important;
  text-underline-position: under;
}

@media (max-width: 1200px) {
  .MainFaqs_faqSec__3hw8S .MainFaqs_headContent__W73ye h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .MainFaqs_faqSec__3hw8S {
    padding: 30px 0 80px;
  }

  .MainFaqs_faqSec__3hw8S .MainFaqs_headContent__W73ye h2 {
    font-size: 28px;
  }

  .MainFaqs_faqSec__3hw8S .MainFaqs_content__hx6xS {
    padding-top: 0;
  }
}

@media (max-width: 320px) {
  .MainFaqs_faqSec__3hw8S .MainFaqs_headContent__W73ye h2 {
    font-size: 22px;
  }
}

/*------FAQs Section CSS End-----------*/

/*------Footer CSS Start-----------*/

.Footer_main-footer__k5FIT {
  background-color: #313030;
  color: #fff;
  padding: 100px 0;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 100px;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 45.01px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 50px;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 h5 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p {
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p a {
  font-size: 16px;
  color: #7b7a7a;
  transition: 0.5s;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p a:hover {
  color: #fff;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v a svg {
  font-size: 30px;
  color: #fff;
  transition: 0.5s;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v a:hover svg {
  scale: 1.2;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li a {
  color: #7b7a7a;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  transition: 0.5s;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li .Footer_active__u_QQs,
.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li a:hover {
  color: #fff;
}

.Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo img {
  max-width: 100px;
  min-height: 65px;
  width: auto;
  height: auto;
  filter: brightness(100);
}

.Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}

.Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 ul li a {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
  transition: 0.5s;
}

.Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 ul li a:hover {
  color: #7b7a7a;
}

.Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 p {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #7b7a7a;
  margin: 0;
}

.Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 p a {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #7b7a7a;
  transition: 0.5s;
}

.Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 p a:hover {
  color: #fff;
}

@media (max-width: 1400px) {
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT h2 {
    font-size: 40px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 h5,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p {
    font-size: 15px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v svg {
    font-size: 30px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul h4,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li a {
    font-size: 15px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo img {
    max-width: 100px;
    min-height: 65px;
  }

  .Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 ul li a {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT h2 {
    font-size: 35px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 h5,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p a {
    font-size: 14px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v svg {
    font-size: 30px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul h4,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx {
    grid-gap: 50px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 {
    grid-template-columns: 1fr;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 h5,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p {
    font-size: 14px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v svg {
    font-size: 25px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul h4,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li a {
    font-size: 14px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo img {
    max-width: 100px;
    min-height: 65px;
  }

  .Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 ul li a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .Footer_main-footer__k5FIT {
    padding: 70px 0;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT h2 {
    font-size: 28px;
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 {
    justify-items: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 h5,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p {
    font-size: 14px;
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v {
    justify-content: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v svg {
    font-size: 25px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul h4 {
    font-size: 14px;
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li {
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li a {
    font-size: 14px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo img {
    max-width: 100px;
    min-height: 65px;
  }

  .Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 ul li a {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .Footer_main-footer__k5FIT {
    padding: 70px 0;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT h2 {
    font-size: 28px;
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 {
    justify-items: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 h5,
  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_grid-info__IhKD6 p {
    font-size: 14px;
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v {
    justify-content: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_left-info__OI_PT .Footer_social-icon__BeM0v svg {
    font-size: 25px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul h4 {
    font-size: 14px;
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li {
    text-align: center;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo ul li a {
    font-size: 14px;
  }

  .Footer_main-footer__k5FIT .Footer_footer-grid__jDrWx .Footer_right-info__aYxGo img {
    max-width: 100px;
    min-height: 65px;
  }

  .Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 ul li a {
    font-size: 14px;
  }

  .Footer_main-footer__k5FIT .Footer_copyright__Bdlh1 p {
    text-align: center;
  }
}

/*------Footer CSS End-----------*/

/*------Inner Pages CSS Start-----------*/

.ScalableDev_main__cSPf6 {
  padding: 60px 0;
  background-color: #f4f6f8;
}

.ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: left;
  color: #1d1d1d;
}

.ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a hr {
  width: 50px;
  border-top: 3px solid #000;
  opacity: 1;
}

.ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G {
  grid-gap: 80px;
  margin-top: 50px;
}

.ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 100px;
}

.ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt img {
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
}

.ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_right-info__CCZyk img {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a h2 {
    font-size: 45px;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a h2 {
    font-size: 40px;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a h2 {
    font-size: 35px;
    line-height: normal;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt {
    grid-gap: 50px;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt p {
    font-size: 15px;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a h2 {
    font-size: 30px;
    text-align: center;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a hr {
    margin: 20px auto auto;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G {
    margin-top: 40px;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt {
    grid-gap: 50px;
    grid-template-columns: 1fr;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt p {
    text-align: center;
    font-size: 14px;
  }

  .ScalableDev_main__cSPf6 .ScalableDev_main-info__0an0a .ScalableDev_grid-info__UUc0G .ScalableDev_left-info__mpRpt img {
    width: 100%;
    height: auto;
  }
}

.Stats_gray-bg__LbS8j {
  background-color: #f4f6f8;
}

.Stats_main__MDGlY {
  padding: 60px 0;
}

.Stats_main__MDGlY .Stats_main-info__OH_a4 h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
}

.Stats_main__MDGlY .Stats_main-info__OH_a4 p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.Stats_main__MDGlY .Stats_grid-info__vVLRa {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 80px;
}

.Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}

.Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 hr {
  opacity: 1;
  border-top: 1px solid #c1ccd7;
}

.Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 45.01px;
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 1400px) {
  .Stats_main__MDGlY .Stats_main-info__OH_a4 h2 {
    font-size: 45px;
  }

  .Stats_main__MDGlY .Stats_main-info__OH_a4 p {
    font-size: 16px;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h5 {
    font-size: 18px;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  .Stats_main__MDGlY .Stats_main-info__OH_a4 h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .Stats_main__MDGlY .Stats_main-info__OH_a4 p {
    font-size: 15px;
    width: 100%;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h5 {
    font-size: 18px;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h2 {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .Stats_main__MDGlY .Stats_main-info__OH_a4 h2 {
    font-size: 35px;
  }

  .Stats_main__MDGlY .Stats_main-info__OH_a4 h2 br {
    display: none;
  }

  .Stats_main__MDGlY .Stats_main-info__OH_a4 p {
    font-size: 15px;
    width: 100%;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa {
    grid-template-columns: 1fr 1fr;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h5 {
    font-size: 16px;
    line-height: 1.5;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .Stats_main__MDGlY .Stats_main-info__OH_a4 h2 {
    font-size: 30px;
  }

  .Stats_main__MDGlY .Stats_main-info__OH_a4 p {
    font-size: 14px;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa {
    grid-template-columns: 1fr 1fr;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h5 {
    font-size: 15px;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h2 {
    font-size: 26px;
  }
}

@media (max-width: 425px) {
  .Stats_main__MDGlY .Stats_main-info__OH_a4 h2 {
    font-size: 28px;
  }

  .Stats_main__MDGlY .Stats_main-info__OH_a4 p {
    font-size: 14px;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa {
    grid-template-columns: 1fr;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h5 {
    font-size: 15px;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h5 br {
    display: none;
  }

  .Stats_main__MDGlY .Stats_grid-info__vVLRa .Stats_list__v41E7 h2 {
    font-size: 26px;
  }
}

.DevServices_main__gSmnm {
  padding: 80px 0;
}

.DevServices_main__gSmnm .DevServices_main-info__Fap3r h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 30px;
}

.DevServices_main__gSmnm .DevServices_main-info__Fap3r p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z {
  margin-top: 50px;
  position: relative;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z h6 {
  font-size: 36px;
  font-weight: 500;
  line-height: 28px;
  margin-top: -31px;
  text-align: end;
  margin-right: 10px;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
  margin-top: 40px;
  align-items: center;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: left;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y p {
  color: #7b7a7a;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y p a {
  color: #be1e2d;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_center-info___VnB5 ul {
  padding: 0;
  list-style: none;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_center-info___VnB5 ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  padding: 10px 14px;
  border-bottom: 1px solid #1d1d1d;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_right-info__ZexeH img {
  width: 100%;
  height: auto;
}

.DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_two-grid__oIGO2 {
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}

@media (max-width: 1400px) {
  .DevServices_main__gSmnm {
    padding: 80px 0;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r h2 {
    font-size: 45px;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r p {
    font-size: 16px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h4 {
    font-size: 22px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h6 {
    font-size: 36px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_center-info___VnB5 ul li {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .DevServices_main__gSmnm {
    padding: 80px 0;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r h2 {
    font-size: 40px;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r p {
    font-size: 15px;
    width: 100%;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h4 {
    font-size: 20px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h6 {
    font-size: 32px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm {
    grid-gap: 20px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_center-info___VnB5 ul li {
    font-size: 14px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_right-info__ZexeH img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .DevServices_main__gSmnm {
    padding: 80px 0;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r h2 br {
    display: none;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r p {
    font-size: 15px;
    line-height: 1.6;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h4 {
    font-size: 20px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h6 {
    font-size: 30px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y h5 {
    font-size: 18px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_center-info___VnB5 ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .DevServices_main__gSmnm {
    padding: 80px 0;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r h2 {
    font-size: 30px;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r h2 br {
    display: none;
  }

  .DevServices_main__gSmnm .DevServices_main-info__Fap3r p {
    font-size: 14px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h4 {
    font-size: 18px;
    text-align: center;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z h6 {
    font-size: 22px;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y h5 {
    font-size: 16px;
    text-align: center;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y p ul {
    list-style: none;
    padding: 0;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_left-info__M_P_Y p ul li {
    padding: 5px 0;
  }

  .DevServices_main__gSmnm .DevServices_service-info__g_m3Z .DevServices_grid-info__Oafdm .DevServices_center-info___VnB5 ul li {
    font-size: 14px;
    text-align: center;
  }
}

.BusinessBenefit_gray-bg__Dx8Jk {
  background-color: #f4f6f8;
}

.BusinessBenefit_main__awCuH {
  padding: 60px 0;
}

.BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 20px;
}

.BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
}

.BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  grid-gap: 20px;
}

.BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg img {
  width: 100%;
  height: auto;
}

.BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg h4 {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

@media (max-width: 1400px) {
  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q h2 {
    font-size: 45px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q p {
    font-size: 16px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg h4 {
    font-size: 22px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q p {
    font-size: 15px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg h4 {
    font-size: 20px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q h2 {
    font-size: 35px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q h2 br {
    display: none;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q p {
    font-size: 14px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg h4 {
    font-size: 16px;
    text-align: center;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg p ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg p ul li {
    margin: 5px 0;
  }
}

@media (max-width: 768px) {
  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q h2 {
    font-size: 30px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_main-info__Kzd3Q p {
    font-size: 14px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 {
    grid-template-columns: 1fr;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg h4 {
    font-size: 16px;
  }

  .BusinessBenefit_main__awCuH .BusinessBenefit_grid-info__huRZ9 .BusinessBenefit_info-list__tAzXg p {
    font-size: 14px;
  }
}

.MakeLogo_gray-bg__S4l1q {
  background-color: #f4f6f8;
}

.MakeLogo_main__I0xuA {
  padding: 60px 0;
}

.MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 20px;
}

.MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  align-items: center;
  margin-top: 100px;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 4px;
  text-align: left;
  margin-bottom: 18px;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h6 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: left;
  text-transform: uppercase;
  margin: 10px 0;
  display: flex;
  align-items: center;
  color: #313030;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h6:before {
  content: "";
  border-top: 2px solid #1d1d1d;
  width: 40px;
  margin-right: 10px;
  height: 2px;
  display: block;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc ul {
  column-count: 2;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc ul li {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_right-info__j5tET {
  position: relative;
}

.MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_right-info__j5tET h5 {
  position: absolute;
  bottom: -60px;
  padding: 10px;
  background: #fff;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5em;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa h2 {
    font-size: 45px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa p {
    font-size: 16px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h2 {
    font-size: 45px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h6 {
    font-size: 13px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h4 {
    font-size: 22px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa p {
    font-size: 15px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h2 {
    font-size: 40px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h6 {
    font-size: 12px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h4 {
    font-size: 18px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc p {
    font-size: 15px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_right-info__j5tET h5 {
    font-size: 14px;
    left: -2px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_right-info__j5tET img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 991px) {
  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa h2 {
    font-size: 35px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa h2 br {
    display: none;
  }

  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa p {
    font-size: 14px;
    line-height: 1.6;
    width: 100%;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn {
    grid-gap: 50px;
    margin-top: 50px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h2 {
    font-size: 35px;
    line-height: normal;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h6 {
    font-size: 12px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h4 {
    font-size: 16px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa h2 {
    font-size: 30px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_main-info__XZmWa p {
    font-size: 14px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn {
    grid-template-columns: 1fr;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h2 {
    font-size: 30px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc ul {
    column-count: 1;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h6 {
    font-size: 11px;
    justify-content: center;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h6:before {
    width: 20px;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc h4 {
    font-size: 16px;
    text-align: center;
  }

  .MakeLogo_main__I0xuA .MakeLogo_grid-info__I9Eyn .MakeLogo_left-info__17Hqc p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
}

.BrandService_main__7tpKS {
  padding: 60px 0;
}

.BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 30px;
}

.BrandService_main__7tpKS .BrandService_main-info__U5ZZy p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 {
  margin-top: 100px;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 0;
  margin: auto;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr:before {
  counter-increment: counter;
  content: "0" counter(counter);
  font-size: 100px;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  font-size: 170px;
  font-weight: 400;
  line-height: 1;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L {
  position: relative;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h2 {
  display: none;
  position: absolute;
  right: -12%;
  font-size: 170px;
  font-weight: 400;
  line-height: 170px;
  text-align: left;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h5 {
  position: absolute;
  bottom: -60px;
  padding: 10px;
  background: #fff;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5em;
  text-align: left;
  right: 0;
  text-transform: uppercase;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L img {
  width: 100%;
  height: auto;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 {
  width: 75%;
  padding-left: 15%;
  position: relative;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 h4 {
  font-size: 54px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 4px;
  text-align: left;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul {
  padding-left: 20px;
  column-count: 2;
  margin: 10px 0 0;
}

.BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul li {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev {
    display: none!important
}

.swiper-button-next svg,.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-wrapper {
    counter-reset: counter;
}

.challenge-mobile-slider {
    display: none;
}

.challenge-slider .swiper-pagination {
    right: 95px!important;
}

.challenge-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.testimo-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #be1e2d;
    width: 30px;
    border-radius: 8px!important;
}

.testimo-slider .swiper-wrapper {
    align-items: center;
}

.challenge-slider .swiper-pagination .swiper-pagination-bullet {
    height: 50px;
    border-radius: 0;
    width: 0;
    margin: 0!important;
    transition: .5s;
    font-size: 0;
    color: #000!important
}

.challenge-slider .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    border-right: 3px solid #000;
    width: 3px;
    left: 10px;
    height: 50px;
}

.challenge-slider .swiper-pagination .swiper-pagination-bullet:first-child {
    font-size: 20px;
    height: 65px;
    position: relative;
}

.challenge-slider .swiper-pagination .swiper-pagination-bullet:first-child:before {
    height: 30px;
    bottom: 0;
}

.challenge-slider .swiper-pagination .swiper-pagination-bullet:last-child {
    font-size: 20px;
    height: 65px;
    position: relative;
    line-height: 5;
}

.challenge-slider .swiper-pagination .swiper-pagination-bullet:last-child:before {
    height: 30px;
    top: 0;
}

.challenge-slider-reverse {
    height: 100vh;
}

.challenge-slider-reverse .swiper-pagination {
    left: 40px!important;
}

.challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet {
    height: 20px;
    border-radius: 0;
    width: 0;
    margin: 0!important;
    transition: .5s;
    font-size: 0;
    color: #000!important;
}

.challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    border-right: 3px solid #000;
    width: 3px;
    left: 10px;
    height: 20px;
}

.challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:first-child {
    font-size: 20px;
    height: 65px;
    position: relative;
}

.challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:first-child:before {
    height: 30px;
    bottom: 0;
}

.challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:last-child {
    font-size: 20px;
    height: 65px;
    position: relative;
    line-height: 5;
}

.challenge-slider-reverse .swiper-pagination .swiper-pagination-bullet:last-child:before {
    height: 30px;
    top: 0;
}

.cus-v-slider .swiper-pagination {
    left: 0!important;
}

.cus-v-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
}

.cus-v-slider .swiper-pagination .swiper-pagination-bullet {
    height: 50px;
    border-radius: 0;
    width: 5px;
    margin: 0!important;
}

.challenge-slider .swiper-button-next {
    right: 70px!important;
    rotate: 90deg;
    top: 32%;
    bottom: 0;
    margin: auto;
}

.challenge-slider .swiper-button-next:after,.challenge-slider .swiper-button-prev:after {
    color: #000!important;
    font-size: 30px;
}

.challenge-slider .swiper-button-prev {
    right: 70px!important;
    rotate: 90deg;
    left: auto!important;
    top: -32%;
    bottom: 0;
    margin: auto;
}

.challenge-slider-reverse .swiper-button-next {
    left: 38px!important;
    rotate: 90deg;
    top: 50%;
    bottom: 0;
    margin: auto;
    right: auto;
}

.challenge-slider-reverse .swiper-button-next:after,.challenge-slider-reverse .swiper-button-prev:after {
    color: #000!important;
    font-size: 30px;
}

.challenge-slider-reverse .swiper-button-prev {
    left: 38px!important;
    rotate: 90deg;
    right: auto!important;
    top: -50%;
    bottom: 0;
    margin: auto;
}

.ecom-slider .swiper-button-prev {
    top: -45%;
}

.ecom-slider .swiper-button-next {
    top: 45%;
}

@media (max-width: 1400px) {
  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 {
    font-size: 45px;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy p {
    font-size: 16px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr:before {
    font-size: 150px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h2 {
    right: -12%;
    font-size: 150px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 {
    width: 75%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 h4 {
    font-size: 50px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 p,
  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul li {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 {
    font-size: 40px;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy p {
    font-size: 15px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr {
    height: 100%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr:before {
    font-size: 0;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L img {
    height: auto;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h2 {
    display: block;
    right: 0;
    line-height: normal;
    font-size: 110px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 {
    width: 80%;
    padding-left: 10%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 h4 {
    font-size: 30px;
    line-height: 1.3;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 p {
    font-size: 15px;
    line-height: 1.5;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul li {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 br {
    display: none;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy p {
    font-size: 15px;
    width: 100%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr {
    grid-template-columns: 1fr 1fr;
    height: 100%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr:before {
    font-size: 0;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L img {
    height: auto;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h2 {
    display: block;
    right: 0;
    font-size: 100px;
    line-height: 1;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 {
    width: 85%;
    padding-left: 5%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 h4 {
    font-size: 26px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 p {
    font-size: 14px;
    line-height: 1.4;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul li {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .BrandService_main__7tpKS {
    overflow: hidden;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 br {
    display: none;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy p {
    font-size: 14px;
    width: 100%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 {
    margin-top: 50px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h2 {
    right: 0;
    font-size: 80px;
    color: #fff;
    z-index: 10;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.635);
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 h4 {
    font-size: 26px;
    color: #fff;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul li {
    font-size: 14px;
    color: #fff;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_mobile-slider__vMWCl .BrandService_main-grid__A6VJr {
    height: 400px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_mobile-slider__vMWCl .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h2 {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy h2 {
    font-size: 30px;
  }

  .BrandService_main__7tpKS .BrandService_main-info__U5ZZy p {
    font-size: 14px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L {
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L h2 {
    right: 0;
    font-size: 80px;
    color: #fff;
    z-index: 10;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 {
    width: 100%;
    height: 100%;
    padding: 20px 50px 20px 20px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 h4 {
    font-size: 22px;
    color: #fff;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 p {
    font-size: 13px;
    color: #fff;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul {
    column-count: 1;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 ul li {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_mobile-slider__vMWCl .BrandService_main-grid__A6VJr {
    height: 500px;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_mobile-slider__vMWCl .BrandService_main-grid__A6VJr .BrandService_left-info__nYc6L img {
    width: 100%;
  }

  .BrandService_main__7tpKS .BrandService_v-slider__rkBc3 .BrandService_mobile-slider__vMWCl .BrandService_main-grid__A6VJr .BrandService_right-info__LUrW0 {
    padding: 50px 20px 20px;
  }
}

.Platforms_gray-bg__k3k__ {
  background-color: #f4f6f8;
}

.Platforms_main__n1PPI {
  padding: 60px 0;
}

.Platforms_main__n1PPI .Platforms_main-info__Om2Oh h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 30px;
}

.Platforms_main__n1PPI .Platforms_main-info__Om2Oh p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
}

.Platforms_main__n1PPI .Platforms_grid-info__mi4sS {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-top: 50px;
}

.Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ img {
  width: 100%;
  height: auto;
}

.Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ h4 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ p {
  color: #7b7a7a;
  margin: 0;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

@media (max-width: 1400px) {
  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh h2 {
    font-size: 45px;
  }

  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh p {
    font-size: 16px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ h4 {
    font-size: 22px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh h2 {
    font-size: 40px;
  }

  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh p {
    font-size: 15px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ h4 {
    font-size: 20px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh h2 br {
    display: none;
  }

  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh p {
    font-size: 15px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS {
    grid-template-columns: 1fr 1fr;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ h4 {
    font-size: 18px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh h2 {
    font-size: 30px;
  }

  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh p {
    font-size: 14px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS {
    grid-template-columns: 1fr;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ h4 {
    font-size: 18px;
    text-align: center;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh h2 {
    font-size: 26px;
  }

  .Platforms_main__n1PPI .Platforms_main-info__Om2Oh p {
    font-size: 14px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS {
    grid-template-columns: 1fr;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ h4 {
    font-size: 18px;
    margin-top: 15px;
  }

  .Platforms_main__n1PPI .Platforms_grid-info__mi4sS .Platforms_info-box__HA02_ p {
    font-size: 14px;
    line-height: 1.6;
  }
}

.TopBranding_main__c0TVn {
  padding: 60px 0;
}

.TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h5 {
  text-transform: uppercase;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
}

.TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
}

.TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 span {
  position: relative;
}

.TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 span:before {
  content: "";
  background-image: url(/image/heading-vector.png);
  width: 100px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}

.TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
}

.TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  grid-gap: 40px;
}

.TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW img {
  margin: auto;
  display: block;
}

.TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #313030;
}

@media (max-width: 1400px) {
  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h5 {
    font-size: 14px;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 {
    font-size: 40px;
    line-height: 1.3;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i p {
    font-size: 16px;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW img {
    margin: auto;
    display: block;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h5 {
    font-size: 14px;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i p {
    font-size: 15px;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW img {
    margin: auto;
    display: block;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW p {
    font-size: 15px;
    line-height: 1.5;
  }
}

@media (max-width: 991px) {
  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h5 {
    font-size: 14px;
    text-align: center;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 span:before {
    width: 100%;
    height: 20px;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i p {
    font-size: 14px;
    text-align: center;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 {
    display: flex;
    flex-wrap: wrap;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW img {
    width: 60px;
    height: auto;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h5 {
    font-size: 14px;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i h2 {
    font-size: 26px;
  }

  .TopBranding_main__c0TVn .TopBranding_main-info__Ywe_i p {
    font-size: 14px;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW {
    width: 45%;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW img {
    width: 60px;
    height: auto;
  }

  .TopBranding_main__c0TVn .TopBranding_grid-list__yNjU7 .TopBranding_list-info__HwgmW p {
    font-size: 14px;
  }
}

.PortfolioTabs_main__x3NG7 {
  padding: 100px 0;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h6 {
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
  color: #7b7a7a;
  margin-bottom: 20px;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 40px 0;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul li {
  cursor: pointer;
  font-family: var(--font-inter);
  font-size: 13.18px;
  font-weight: 500;
  line-height: 20.25px;
  letter-spacing: 0.7500000596px;
  text-align: center;
  width: 170px;
  padding-bottom: 5px;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul .PortfolioTabs_active__6HucT {
  color: var(--primary-color);
  border-bottom: 1px solid;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k {
  display: none;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a {
  display: block;
  position: relative;
  transition: 0.5s;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a h4 {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a p {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
  opacity: 0;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  color: #f4f6f8;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a svg {
  position: absolute;
  color: #fff;
  font-size: 20px;
  rotate: -45deg;
  right: 0;
  transform: translate(-30px);
  opacity: 0;
  transition: 0.5s;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a:hover {
  scale: 1.05;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a:hover:before {
  opacity: 1;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a:hover h4 {
  opacity: 1;
  bottom: 55px;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a:hover p {
  opacity: 1;
  bottom: 30px;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k a:hover svg {
  transform: translate(-15px);
  opacity: 1;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k:nth-child(2) img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 350px;
  transition: all 4s ease;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_images-grid__VTe_k:nth-child(2) a:hover img {
  object-position: bottom;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 button {
  margin: 50px auto 0;
  display: block;
}

.PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_active__6HucT {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 1400px) {
  .PortfolioTabs_main__x3NG7 {
    padding: 80px 0;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h6 {
    font-size: 14px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h2 {
    font-size: 45px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul li {
    font-size: 13.18px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_active__6HucT {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1200px) {
  .PortfolioTabs_main__x3NG7 {
    padding: 60px 0;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h6 {
    font-size: 14px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h2 {
    font-size: 40px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul li {
    font-size: 13px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_active__6HucT {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 991px) {
  .PortfolioTabs_main__x3NG7 {
    padding: 60px 0;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h6 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h2 {
    font-size: 35px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul {
    padding: 30px 0;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul li {
    font-size: 13px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_active__6HucT {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .PortfolioTabs_main__x3NG7 {
    padding: 60px 0;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h6 {
    font-size: 12px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h2 {
    font-size: 30px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul {
    padding: 30px 0;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul li {
    font-size: 13px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_active__6HucT {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .PortfolioTabs_main__x3NG7 .PortfolioTabs_main-info__En6OM h2 {
    font-size: 26px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul {
    gap: 20px;
    flex-wrap: wrap;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tabs__mXsKA ul li {
    font-size: 12px;
  }

  .PortfolioTabs_main__x3NG7 .PortfolioTabs_tab-content__UZ2L3 .PortfolioTabs_active__6HucT {
    grid-template-columns: 1fr;
  }
}

.GetProject_gray-bg__AFT6I {
  background-color: #f4f6f8;
}

.GetProject_main__ZKVJY {
  padding: 80px 0;
}

.GetProject_main__ZKVJY .GetProject_main-info___RAsB h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 30px;
}

.GetProject_main__ZKVJY .GetProject_main-info___RAsB p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
}

.GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD button {
  font-size: 14px;
  font-weight: 500;
}

.GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD a {
  font-size: 14px;
  font-weight: 500;
  background-color: var(--primary-color);
  box-shadow: none;
  padding: 10px 25px;
  transition: 0.5s;
  text-align: center;
  color: #fff;
  border: 1px solid var(--primary-color);
}

.GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD a:hover {
  background-color: #fff;
  color: var(--primary-color);
}

@media (max-width: 1400px) {
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB h2 {
    font-size: 45px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB p {
    font-size: 16px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD a,
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD button {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB h2 {
    font-size: 40px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB p {
    font-size: 15px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD a,
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD button {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .GetProject_main__ZKVJY {
    padding: 60px 0;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB h2 {
    font-size: 35px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB p {
    font-size: 15px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD a,
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD button {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB h2 {
    font-size: 30px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD a,
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD button,
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB h2 {
    font-size: 26px;
    line-height: 1.5;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB p {
    font-size: 14px;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD {
    flex-wrap: wrap;
  }

  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD a,
  .GetProject_main__ZKVJY .GetProject_main-info___RAsB .GetProject_btn-info__iWUOD button {
    font-size: 12px;
  }
}

.howItWorkSpace {
  padding-top: 60px;
  padding-bottom: 60px;
}
.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu {
  margin-bottom: 10px;
  border-top: 1px solid #dee2e6 !important;
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN {
  display: block;
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN button {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN button:after {
  content: unset;
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN button svg {
  fill: var(--primary-color);
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN button .AccordionItems_minus-sign__RxJt4 {
  fill: #000;
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN button:focus {
  box-shadow: none;
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN button[aria-expanded="true"] {
  background-color: #fff;
  color: #1d1d1d;
}

.AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-body__VmzEM {
  padding: 20px 10px;
  border-top: 1px solid #dee2e6;
}

@media (max-width: 576px) {
  .AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN {
    font-size: 10px;
    line-height: 20px;
  }

  .AccordionItems_main-section__yst6k .AccordionItems_faq-content__8frsM .AccordionItems_faq-accordian__iZdTN .AccordionItems_faq-item__yIclu .AccordionItems_faq-header__Wk9rN button {
    padding: 15px;
  }
}

.LeftRightText_main-section__F6lG2 {
  padding: 30px 0;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT {
  margin: auto;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -3px;
  text-align: left;
  color: #1d1d1d;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT .LeftRightText_extraContent__1R2K_ ul {
  list-style: none;
  padding: 0;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT .LeftRightText_extraContent__1R2K_ ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #313030;
  font-weight: 700;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT .LeftRightText_extraContent__1R2K_ ul li svg {
  color: #be1e2d;
}

.LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_image-box__eOBXF img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .LeftRightText_main-section__F6lG2 {
    padding: 30px 10px;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT {
    align-items: center;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT h2 {
    font-size: 40px;
    line-height: 1.2;
  }
}

@media (max-width: 1024px) {
  .LeftRightText_main-section__F6lG2 {
    padding: 30px 10px;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    grid-gap: 40px;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT {
    align-items: center;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT h2 {
    font-size: 35px;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_image-box__eOBXF {
    width: 50%;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW.LeftRightText_image-left__hAdaW {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_content-box__qoQvT h2 {
    font-size: 25px;
    letter-spacing: -1px;
  }

  .LeftRightText_main-section__F6lG2 .LeftRightText_main-grid__YTNIW .LeftRightText_image-box__eOBXF {
    width: 100%;
  }
}

.BrandLogo_main__F7rzN {
  padding: 60px 0;
}

.BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 30px;
}

.BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 40px 0;
}

.BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul li {
  cursor: pointer;
  font-family: var(--font-inter);
  font-size: 13.18px;
  font-weight: 500;
  line-height: 20.25px;
  letter-spacing: 0.7500000596px;
  text-align: center;
  padding-bottom: 5px;
  width: 30%;
}

.BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul .BrandLogo_active__UYX7i {
  color: var(--primary-color);
  border-bottom: 1px solid;
}

.BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_grid-list__C1ftJ {
  display: none;
}

.BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX {
  width: 18%;
}

.BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX img {
  margin: auto;
  display: block;
}

.BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX h6 {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #313030;
}

@media (max-width: 1400px) {
  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc h2 {
    font-size: 45px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc p {
    font-size: 16px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul li {
    font-size: 13.18px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX {
    width: 20%;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX h6 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc h2 {
    font-size: 40px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc p {
    font-size: 15px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul li {
    font-size: 13px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX {
    width: 22%;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX h6 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc h2 {
    font-size: 35px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc p {
    font-size: 15px;
    width: 100%;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul li {
    width: 100%;
    font-size: 13px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX {
    width: auto;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX h6 {
    font-size: 14px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX img {
    width: 90px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc p {
    font-size: 14px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul li {
    width: 100%;
    font-size: 12px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX h6 {
    font-size: 12px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX img {
    width: 90px;
    height: auto;
  }
}

@media (max-width: 479px) {
  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc h2 {
    font-size: 26px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_main-info__zRwYc p {
    font-size: 14px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tabs__HhDST ul li {
    width: 100%;
    font-size: 12px;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX {
    width: auto;
  }

  .BrandLogo_main__F7rzN .BrandLogo_tab-content__8guHT .BrandLogo_active__UYX7i .BrandLogo_list-item__u6SnX h6 {
    font-size: 14px;
  }
}

.CertifiedLogo_gray-bg__MCDMx {
  background-color: #f4f6f8;
}

.CertifiedLogo_main__29UOk {
  padding: 60px 0;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J {
  margin-top: 80px;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-bottom: 50px;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_left-info__QwOSO {
  width: 50%;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_left-info__QwOSO img {
  width: 100%;
  height: auto;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG {
  width: 50%;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}

.CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h:nth-child(2n) {
  flex-direction: row-reverse;
}

@media (max-width: 1400px) {
  .CertifiedLogo_main__29UOk {
    padding: 60px 0;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 h2 {
    font-size: 45px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 p {
    font-size: 16px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J {
    margin-top: 80px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_left-info__QwOSO,
  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG {
    width: 50%;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .CertifiedLogo_main__29UOk {
    padding: 60px 0;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 h2 {
    font-size: 40px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 p {
    font-size: 15px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J {
    margin-top: 60px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h {
    align-items: flex-start;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_left-info__QwOSO,
  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG {
    width: 50%;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG p {
    font-size: 15px;
    line-height: 1.6;
  }
}

@media (max-width: 991px) {
  .CertifiedLogo_main__29UOk {
    padding: 60px 0;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 h2 {
    font-size: 35px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 p {
    font-size: 15px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J {
    margin-top: 60px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h {
    flex-direction: column;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_left-info__QwOSO,
  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG {
    width: 100%;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h:nth-child(2n) {
    flex-direction: column;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 h2 br {
    display: none;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 p {
    font-size: 14px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J {
    margin-top: 30px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_left-info__QwOSO,
  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG {
    width: 100%;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 h2 {
    font-size: 26px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-info__l5if3 p {
    font-size: 14px;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG {
    width: 100%;
  }

  .CertifiedLogo_main__29UOk .CertifiedLogo_main-grid__MFn_J .CertifiedLogo_grid-list__NkI_h .CertifiedLogo_right-info__DI6qG p {
    font-size: 14px;
  }
}

.DrivenProcess_gray-bg__W3OlJ {
  background-color: #f4f6f8;
}

.DrivenProcess_main__Og1ki {
  padding: 60px 0;
}

.DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 20px;
}

.DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 p {
  width: 70%;
  margin: auto;
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
}

.DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  grid-gap: 50px;
}

.DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU img {
  margin: auto;
  display: block;
}

.DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin: 15px 0;
}

.DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
}

@media (max-width: 1400px) {
  .DrivenProcess_main__Og1ki {
    padding: 60px 0;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 h2 {
    font-size: 45px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 p {
    font-size: 16px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU h4 {
    font-size: 22px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .DrivenProcess_main__Og1ki {
    padding: 60px 0;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 h2 {
    font-size: 40px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 h2 br {
    display: none;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 p {
    font-size: 16px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU h4 {
    font-size: 20px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .DrivenProcess_main__Og1ki {
    padding: 60px 0;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 h2 {
    font-size: 35px;
    line-height: 1.5;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 p {
    font-size: 15px;
    width: 100%;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh {
    grid-template-columns: 1fr;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU h4 {
    font-size: 20px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .DrivenProcess_main__Og1ki {
    padding: 60px 0;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 h2 {
    font-size: 30px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 p {
    font-size: 14px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU h4 {
    font-size: 18px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU p {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 h2 {
    font-size: 26px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-info___5Ja1 p {
    font-size: 14px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU h4 {
    font-size: 18px;
  }

  .DrivenProcess_main__Og1ki .DrivenProcess_main-grid__Bcfzh .DrivenProcess_grid-list__U28tU p {
    font-size: 14px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: normal;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.BrandServiceReverse_main__8D8x1 {
  padding: 100px 0;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  color: #1d1d1d;
  margin-bottom: 30px;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 70%;
  margin: auto;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 {
  margin-top: 100px;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 0;
  margin: auto;
  height: 100%;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 {
  position: relative;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
  position: absolute;
  left: -14%;
  font-size: 170px;
  font-weight: 400;
  line-height: 170px;
  text-align: left;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h5 {
  position: absolute;
  bottom: -60px;
  padding: 10px;
  background: #fff;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5em;
  text-align: left;
  right: 0;
  text-transform: uppercase;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 img {
  width: 100%;
  height: auto;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
  background-size: 0 !important;
  width: 85%;
  padding-left: 15%;
  position: relative;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b h4 {
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 4px;
  text-align: left;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b ul {
  padding-left: 20px;
  column-count: 2;
  margin: 10px 0 0;
}

.BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b ul li {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

@media (max-width: 1600px) {
  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
    right: 0;
    left: -10%;
    font-size: 130px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
    width: 90%;
    overflow: hidden;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b h4 {
    line-height: 1.2;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b p {
    line-height: 1.6;
  }
}

@media (max-width: 1440px) {
  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu h2 {
    font-size: 45px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu p {
    font-size: 16px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
    font-size: 130px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
    overflow: hidden;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b h4 {
    font-size: 40px;
    line-height: 1.2;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b p {
    font-size: 15px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b ul li {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 img {
    height: auto;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
    right: -12%;
    font-size: 130px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
    width: 80%;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b h4 {
    font-size: 30px;
    line-height: 1.3;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b p {
    font-size: 14px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b ul li {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu h2 {
    font-size: 40px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu p {
    font-size: 15px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 img {
    height: auto;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
    right: 0;
    left: 0;
    line-height: 1;
    font-size: 110px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
    width: 94%;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b h4 {
    font-size: 26px;
    line-height: 1.3;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b p {
    font-size: 14px;
    line-height: 1.6;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b ul li {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu h2 {
    font-size: 35px;
    line-height: 1.3;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu h2 br {
    display: none;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu p {
    font-size: 15px;
    width: 100%;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr {
    grid-template-columns: 1fr;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 {
    position: unset;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 img {
    height: 100%;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
    left: unset;
    right: 4%;
    font-size: 100px;
    line-height: 1;
    color: #fff;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    padding: 30px 10% 30px 30px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b h4 {
    font-size: 26px;
    color: #fff;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b ul li {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .BrandServiceReverse_main__8D8x1 {
    overflow: hidden;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu h2 {
    font-size: 30px;
    line-height: 1.3;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu h2 br {
    display: none;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_main-info__2cQbu p {
    font-size: 14px;
    width: 100%;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr {
    grid-template-columns: 1fr;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 {
    position: unset;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 img {
    height: 100%;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
    font-size: 100px;
    line-height: 1;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, 0.635);
    position: absolute;
    top: 0;
    padding: 30px 10% 30px 30px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b h4 {
    font-size: 26px;
    color: #fff;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b ul li {
    font-size: 15px;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_mobile-slider__H1u0A .BrandServiceReverse_main-grid__VdRyr {
    height: auto;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_mobile-slider__H1u0A .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_mobile-slider__H1u0A .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_mobile-slider__H1u0A .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_left-info__x9OU6 h2 {
    right: 0;
    font-size: 50px;
    color: #fff;
    z-index: 10;
  }

  .BrandServiceReverse_main__8D8x1 .BrandServiceReverse_v-slider__Ua4C5 .BrandServiceReverse_mobile-slider__H1u0A .BrandServiceReverse_main-grid__VdRyr .BrandServiceReverse_right-info__lcN6b {
    position: relative;
    padding: 50px 30px;
  }
}

.PhoneInputInput {
  flex: 1 1;
  min-width: 0;
}

.PhoneInputCountryIcon {
  width: 1em;
  height: 1em;
}

.PhoneInputCountryIcon--square {
  width: 1em;
}

.PhoneInputCountryIcon--border {
  background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
  display: block;
  width: 100%;
  height: 100%;
}

.PhoneInputInternationalIconPhone {
  opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
  opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

.PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
  cursor: default;
}

.PhoneInputCountrySelectArrow {
  display: block;
  content: "";
  width: var(--PhoneInputCountrySelectArrow-width);
  height: var(--PhoneInputCountrySelectArrow-width);
  margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
  border-style: solid;
  border-color: var(--PhoneInputCountrySelectArrow-color);
  border-top-width: 0;
  border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  border-left-width: 0;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
  box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
  opacity: 1;
  color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.ContactFrom_form-sec__xH6rO {
  padding: 80px 0;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 {
  background-image: url(../../assets/images/contact-us/left-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  padding: 0 10px 10px 0;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU {
  background: hsla(0, 0%, 100%, 0.698);
  display: flex;
  gap: 20px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 40px;
  border-radius: 6px;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55.01px;
  letter-spacing: -2px;
  text-align: center;
  margin: 0;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  margin: 0;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg {
  width: 65%;
  padding-left: 10%;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 55.01px;
  letter-spacing: -2px;
  text-align: left;
  margin-bottom: 30px;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7b7a7a;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh button {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh button svg {
  font-size: 18px;
  margin-top: -4px;
  margin-right: 5px;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 {
  position: relative;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM {
  display: flex;
  margin-bottom: 15px;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM:before {
  content: "";
  background-image: url(../../assets/images/contact-us/vector.png);
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6px;
  top: 12px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input {
  border: 0;
  border-bottom: 1px solid #c1ccd7;
  font-family: var(--font-inter);
  color: #000;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  padding: 12px 12px 12px 40px;
  background-image: unset;
  width: 100%;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea {
  border: 0;
  border-bottom: 1px solid #c1ccd7;
  font-family: var(--font-inter);
  color: #000;
  border-radius: 0;
  resize: none;
  box-shadow: none;
  padding: 12px 12px 12px 40px;
  width: 100%;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_email__eovGH:before {
  background-image: url(../../assets/images/contact-us/email.png);
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_call__64O0U {
  padding-left: 8px;
  border-bottom: 1px solid #c1ccd7;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_call__64O0U input {
  outline: none;
  padding: 12px 12px 12px 10px;
  border: none;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_call__64O0U:before {
  content: unset;
  background-image: url(../../assets/images/contact-us/call.png);
  background-size: contain;
}

.ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_message__P6hEa:before {
  background-image: url(../../assets/images/contact-us/message.png);
}
.PhoneInput {
  display: flex;
  width: 100%;
}

@media (max-width: 1600px) {
  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU {
    font-size: 16px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU h2 {
    font-size: 50px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg {
    width: 80%;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 {
    font-size: 50px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg p {
    font-size: 16px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh button {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU h2 {
    font-size: 45px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg {
    width: 80%;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 {
    font-size: 45px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg p {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU h2 {
    font-size: 40px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU p {
    font-size: 15px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg {
    width: 90%;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 {
    font-size: 40px;
    line-height: normal;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg p {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU h2 {
    font-size: 35px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU p {
    font-size: 15px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg {
    width: 90%;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 {
    font-size: 35px;
    line-height: normal;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input,
  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg p {
    font-size: 15px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input::placeholder {
    font-size: 15px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea {
    font-size: 15px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea::placeholder {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza {
    grid-template-columns: 1fr;
    grid-gap: 50px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU h2 {
    font-size: 30px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU p {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg {
    width: 90%;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 br {
    display: none;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg p {
    font-size: 14px;
    text-align: center;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input::placeholder {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .ContactFrom_form-sec__xH6rO {
    padding: 60px 0;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 {
    height: 300px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU {
    padding: 20px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU h2 {
    font-size: 26px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_left-info__v7Iu8 .ContactFrom_box-grid__HQzCU p {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg {
    width: 100%;
    padding: 0 20px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg p {
    font-size: 14px;
    text-align: center;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM input::placeholder {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea {
    font-size: 14px;
  }

  .ContactFrom_form-sec__xH6rO .ContactFrom_form-grid__Uzwza .ContactFrom_right-info__M_4Wg .ContactFrom_contact-form___V6sh .ContactFrom_inputField__GMUX1 .ContactFrom_input-flex___f9qM textarea::placeholder {
    font-size: 14px;
  }
}

.contact_main__IrjCv {
  padding: 60px 0;
}

.contact_main__IrjCv .contact_main-info__33fzu h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 20px;
}

.contact_main__IrjCv .contact_main-info__33fzu p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 80%;
  margin: auto;
}

.contact_social-main__YGQu6 {
  padding: 60px 0;
}

.contact_social-main__YGQu6 h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 56px;
  letter-spacing: -3px;
  text-align: center;
}

.contact_social-main__YGQu6 .contact_icons__sHwfM {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ {
  position: relative;
  padding: 0 35px;
}

.contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ img {
  filter: brightness(0.1);
  transition: 0.5s;
}

.contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ img:hover {
  filter: brightness(1);
}

.contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ:after {
  content: "";
  background-image: url(../../assets/images/contact-us/dot.png);
  width: 10px;
  height: 10px;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ:first-child {
  padding-left: 0;
}

.contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ:last-child {
  padding-right: 0;
}

.contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ:last-child:after {
  content: unset;
}

.contact_main-map__o0Zsx {
  background-image: url(../../assets/images/contact-us/map-bg.webp);
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50%;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 {
  width: 230px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
  z-index: 1;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_box__DpZCl {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_box__DpZCl h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.25px;
  text-align: center;
  color: var(--primary-color);
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_box__DpZCl p {
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #7b7a7a;
  margin: 0;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 a {
  width: 100%;
  display: inline-block;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 a:before {
  content: "";
  width: 0;
  height: 0;
  border-color: transparent var(--primary-color) transparent transparent;
  border-style: solid;
  border-width: 15px 14px 15px 0;
  display: inline-block;
  vertical-align: middle;
  rotate: -90deg;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 4px;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_circle__E9yR9 {
  transform: translate(0);
  width: 25px;
  height: 25px;
  background-color: #313030;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 1.3rem;
  margin: auto;
  position: relative;
  z-index: -1;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_circle__E9yR9:hover {
  cursor: pointer;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_circle__E9yR9:after,
.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_circle__E9yR9:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 50px;
  height: 50px;
  background: rgba(49, 48, 48, 0.486);
  border-radius: 50%;
  z-index: -1;
  animation: contact_grow__z1oFF 2s ease-in-out infinite;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_circle__E9yR9:after {
  background: rgba(49, 48, 48, 0.486);
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_circle__E9yR9:after:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  animation: contact_grow__z1oFF 1s ease-in-out infinite;
}

.contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_circle__E9yR9:before {
  background: rgba(49, 48, 48, 0.486);
  animation-delay: -1s;
}

@keyframes contact_grow__z1oFF {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }

  50% {
    transform: scale(1.4);
    opacity: 0.5;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

@media (max-width: 1400px) {
  .contact_main__IrjCv .contact_main-info__33fzu h1 {
    font-size: 45px;
  }

  .contact_main__IrjCv .contact_main-info__33fzu p {
    font-size: 16px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn h4 {
    font-size: 22px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn p,
  .contact_main__IrjCv .contact_main-content__JXMsn span,
  .contact_main__IrjCv .contact_main-content__JXMsn ul li {
    font-size: 16px;
  }

  .contact_social-main__YGQu6 h2 {
    font-size: 45px;
  }

  .contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ {
    padding: 0 35px;
  }

  .contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_box__DpZCl h4 {
    font-size: 16px;
  }

  .contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_box__DpZCl p {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .contact_main__IrjCv .contact_main-info__33fzu h1 {
    font-size: 40px;
  }

  .contact_main__IrjCv .contact_main-info__33fzu p {
    font-size: 16px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn h4 {
    font-size: 22px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn p,
  .contact_main__IrjCv .contact_main-content__JXMsn span,
  .contact_main__IrjCv .contact_main-content__JXMsn ul li {
    font-size: 16px;
  }

  .contact_social-main__YGQu6 h2 {
    font-size: 40px;
    line-height: normal;
  }

  .contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ {
    padding: 0 35px;
  }
}

@media (max-width: 991px) {
  .contact_main__IrjCv .contact_main-info__33fzu h1 {
    font-size: 35px;
  }

  .contact_main__IrjCv .contact_main-info__33fzu p {
    font-size: 15px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn h4 {
    font-size: 20px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn p,
  .contact_main__IrjCv .contact_main-content__JXMsn span,
  .contact_main__IrjCv .contact_main-content__JXMsn ul li {
    font-size: 15px;
  }

  .contact_social-main__YGQu6 h2 {
    font-size: 35px;
  }

  .contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ {
    padding: 0 35px;
  }

  .contact_main-map__o0Zsx {
    height: 600px;
  }

  .contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_box__DpZCl h4 {
    font-size: 15px;
  }

  .contact_main-map__o0Zsx .contact_map-info__ZUzM1 .contact_box__DpZCl p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .contact_main__IrjCv .contact_main-info__33fzu h1 {
    font-size: 30px;
  }

  .contact_main__IrjCv .contact_main-info__33fzu p {
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn h4 {
    font-size: 18px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn p,
  .contact_main__IrjCv .contact_main-content__JXMsn span,
  .contact_main__IrjCv .contact_main-content__JXMsn ul li {
    font-size: 14px;
  }

  .contact_social-main__YGQu6 {
    padding-top: 0;
  }

  .contact_social-main__YGQu6 h2 {
    font-size: 30px;
  }

  .contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ {
    padding: 0 25px;
  }
}

@media (max-width: 400px) {
  .contact_main__IrjCv .contact_main-info__33fzu h1 {
    font-size: 30px;
  }

  .contact_main__IrjCv .contact_main-info__33fzu p {
    font-size: 14px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn h4 {
    font-size: 16px;
  }

  .contact_main__IrjCv .contact_main-content__JXMsn p,
  .contact_main__IrjCv .contact_main-content__JXMsn span,
  .contact_main__IrjCv .contact_main-content__JXMsn ul li {
    font-size: 14px;
  }

  .contact_social-main__YGQu6 h2 {
    font-size: 26px;
  }

  .contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ {
    padding: 0 15px;
  }

  .contact_social-main__YGQu6 .contact_icons__sHwfM .contact_icon__7nddQ img {
    scale: 0.8;
  }
}

.terms_main__ygNSR {
  padding: 60px 0;
}

.terms_main__ygNSR .terms_main-info__Vk_q3 h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: 20px;
}

.terms_main__ygNSR .terms_main-info__Vk_q3 p {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 80%;
  margin: auto;
}

.terms_main__ygNSR .terms_main-content__FgsS5 {
  margin-top: 100px;
}

.terms_main__ygNSR .terms_main-content__FgsS5 .terms_red-color__rStA9 {
  color: #c30010;
}

.terms_main__ygNSR .terms_main-content__FgsS5 h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.terms_main__ygNSR .terms_main-content__FgsS5 p {
  font-family: var(--font-inter);
}

.terms_main__ygNSR .terms_main-content__FgsS5 p,
.terms_main__ygNSR .terms_main-content__FgsS5 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7b7a7a;
}

.terms_main__ygNSR .terms_main-content__FgsS5 strong {
  color: #000;
}

.terms_main__ygNSR .terms_main-content__FgsS5 ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7b7a7a;
}

@media (max-width: 1400px) {
  .terms_main__ygNSR .terms_main-info__Vk_q3 h1 {
    font-size: 45px;
  }

  .terms_main__ygNSR .terms_main-info__Vk_q3 p {
    font-size: 16px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 h4 {
    font-size: 22px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 p,
  .terms_main__ygNSR .terms_main-content__FgsS5 span,
  .terms_main__ygNSR .terms_main-content__FgsS5 ul li {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .terms_main__ygNSR .terms_main-info__Vk_q3 h1 {
    font-size: 40px;
  }

  .terms_main__ygNSR .terms_main-info__Vk_q3 p {
    font-size: 16px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 h4 {
    font-size: 22px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 p,
  .terms_main__ygNSR .terms_main-content__FgsS5 span,
  .terms_main__ygNSR .terms_main-content__FgsS5 ul li {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .terms_main__ygNSR .terms_main-info__Vk_q3 h1 {
    font-size: 35px;
  }

  .terms_main__ygNSR .terms_main-info__Vk_q3 p {
    font-size: 15px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 h4 {
    font-size: 20px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 p,
  .terms_main__ygNSR .terms_main-content__FgsS5 span,
  .terms_main__ygNSR .terms_main-content__FgsS5 ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .terms_main__ygNSR .terms_main-info__Vk_q3 {
    text-align: center;
  }

  .terms_main__ygNSR .terms_main-info__Vk_q3 h1 {
    font-size: 30px;
  }

  .terms_main__ygNSR .terms_main-info__Vk_q3 p {
    font-size: 14px;
    width: 100%;
    line-height: 1.6;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 {
    text-align: center;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 h4 {
    font-size: 18px;
    text-align: center;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 p {
    font-size: 14px;
    text-align: center;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 span {
    font-size: 14px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 ul {
    padding: 0;
    list-style: none;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 ul li {
    padding: 5px 0;
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .terms_main__ygNSR .terms_main-info__Vk_q3 h1 {
    font-size: 30px;
  }

  .terms_main__ygNSR .terms_main-info__Vk_q3 p {
    font-size: 14px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 h4 {
    font-size: 16px;
  }

  .terms_main__ygNSR .terms_main-content__FgsS5 p,
  .terms_main__ygNSR .terms_main-content__FgsS5 span,
  .terms_main__ygNSR .terms_main-content__FgsS5 ul li {
    font-size: 14px;
  }
}

/*------Inner Pages CSS End-----------*/


label.error {
    display: none !important;
}

input.error {
    background-color: #f8d7da !important;
    border-color: #f1aeb5 !important;
}

input.error::placeholder {
    color: #58151c; /* Sets placeholder color to red */
}

.loader {
    text-align: center;
}

.loader img {
    width: 50px;
}