@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello-font/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.woff2" format("truetype");
  font-display: swap;
}
/************************************/
/*****        01. General css         ****/
/************************************/
html {
  overflow-x: hidden;
}

body {
  overflow-x: clip;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

figure.wp-block-image {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus {
  outline: none;
}

.section-padding-rl-0 {
  padding-right: 0;
  padding-left: 0;
}

.section-pt-0 {
  padding-top: 0;
}

.section-pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .section-pb-0-md {
    padding-bottom: 0;
  }
}

.d-none {
  display: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: unset;
  color: unset;
  opacity: unset;
  text-decoration: unset;
}

.wp-block-button .wp-block-button__link {
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  transform: skewX(-20deg);
  transition: none;
}
.wp-block-button .wp-block-button__link:hover::after {
  width: 140%;
  background-color: rgba(255, 255, 255, 0);
  transition: width 0.45s ease-in-out, background 0.45s ease-in-out;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  transition: all 0.5s;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--button-background-primary);
  color: var(--wp--preset--color--white-color);
  border-color: var(--wp--preset--color--button-background-primary);
}

.wc-block-components-button:not(.is-link):focus {
  border: none;
  box-shadow: none;
}

.wp-block-buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-buttons svg {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wp-block-buttons a,
.wp-block-buttons svg,
.wp-block-buttons path {
  transition: all 0.5s;
}

.global-button-secondary .wp-block-button__link {
  color: var(--wp--preset--color--button-text-primary);
  background-color: var(--wp--preset--color--primary-background);
  border: 1px solid var(--wp--preset--color--primary-background);
}
.global-button-secondary .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--preset--color--primary-background);
  border-color: var(--wp--preset--color--primary-background);
}
.global-button-secondary .wp-block-button__link:hover svg path {
  stroke: var(--wp--preset--color--primary-background);
}

.subtitle {
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--primary-color);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-secondary a svg path {
  fill: var(--wp--preset--color--black-color);
}
.btn-secondary a:hover {
  background-color: transparent !important;
  color: var(--wp--preset--color--black-color) !important;
}
.btn-secondary a:hover svg {
  transform: translateX(2px);
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 20px 20px;
  }
}
.header .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 50px;
  transform: rotate(90deg);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.header :where(.wp-block-button.is-style-outline--2 .wp-block-button__link),
.header :where(.wp-block-button .wp-block-button__link) {
  padding-top: clamp(10px, 2vw, 12px);
  padding-bottom: clamp(10px, 2vw, 12px);
}
@media only screen and (max-width: 1400px) {
  .header :where(.wp-block-button.is-style-outline--2 .wp-block-button__link),
  .header :where(.wp-block-button .wp-block-button__link) {
    padding-right: clamp(20px, 3vw, 21px);
    padding-left: clamp(20px, 3vw, 21px);
  }
}
.header :where(.wp-block-button.is-style-outline--2 .wp-block-button__link) svg,
.header :where(.wp-block-button .wp-block-button__link) svg {
  height: 22px;
  width: 22px;
}
@media only screen and (min-width: 1199px) and (max-width: 1400px) {
  .header :where(.wp-block-button.is-style-outline--2 .wp-block-button__link),
  .header :where(.wp-block-button .wp-block-button__link) {
    font-size: 15px;
  }
}
.header .wp-block-button.is-style-outline .wp-block-button__link:hover svg path {
  stroke: var(--wp--preset--color--white-color);
}
.header__apply-btn a {
  background: var(--wp--preset--color--black-color);
  border-color: var(--wp--preset--color--black-color);
}
.header__apply-btn a svg {
  width: 16px;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__inner_logo img {
  width: auto;
  height: auto;
  min-width: 96px;
  max-width: 96px;
  min-height: 60px;
  max-height: 60px;
}
@media screen and (max-width: 767px) {
  .header__inner_logo img {
    min-height: 56px;
    max-height: 56px;
    min-width: 90px;
    max-width: 90px;
  }
}
@media screen and (max-width: 425px) {
  .header__inner_logo img {
    min-width: 79px;
    max-width: 79px;
    min-height: 48px;
    max-height: 48px;
  }
}
.header__inner_left {
  display: flex;
  align-items: center;
  gap: 21px;
}
@media only screen and (max-width: 1400px) {
  .header__inner_left {
    gap: 10px;
  }
}
.header__inner-buttons {
  display: flex;
  align-items: center;
  gap: 29px;
}
@media screen and (max-width: 767px) {
  .header__inner-buttons {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner-buttons .wp-block-buttons {
    display: none;
  }
}
.header__inner-buttons .wp-block-buttons .global-button .wp-block-button__link {
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .header__inner_desktop-menu {
    display: none !important;
  }
}
.header__inner_desktop-menu .wp-block-navigation__container {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation-item {
  position: relative;
  transition: all 0.4s ease;
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  line-height: 1.5;
  color: var(--wp--preset--color--menu-color);
  transition: all 0.3s ease;
  padding: 40px 0px;
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--primary-color);
}
@media only screen and (max-width: 1400px) {
  .header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
    font-size: 15px;
  }
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon {
  display: flex;
  align-items: flex-end;
  height: unset;
  width: unset;
  margin-left: 6px;
  transition: transform 0.3s ease;
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
  color: var(--wp--preset--color--primary-color);
  width: 14px;
  height: 14px;
  margin-top: 0;
  transition: all 0.5s;
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation__submenu-container {
  padding: 16px;
  border-radius: 16px;
  border: 1.48px solid #fff;
  background: #fff;
  box-shadow: 0px 15.09px 30.17px 0px rgba(164, 172, 178, 0.2);
  min-width: 250px !important;
  position: absolute;
  top: 83px;
  z-index: 9;
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation__submenu-container li {
  margin: 4px 0px;
}
.header__inner_desktop-menu .wp-block-navigation__container .wp-block-navigation__submenu-container li::after {
  display: none;
}
.header__inner_toggle-icon {
  display: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.header__inner_toggle-icon svg {
  color: var(--wp--preset--color--primary-color);
  transition: color 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .header__inner_toggle-icon {
    display: block;
  }
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--wp--preset--color--white-color);
  width: 100%;
  background: var(--wp--preset--color--white-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 999;
  animation: stickySlideDown 1s forwards;
}

.qt-empty-div {
  height: 78px;
}
@media screen and (max-width: 991px) {
  .qt-empty-div {
    height: 67px;
  }
}

.qt-header-fix {
  position: absolute;
  width: 100%;
}

.mobile-header {
  position: fixed;
  top: 0;
  left: -100%;
  max-width: 450px;
  width: 100%;
  background: linear-gradient(180deg, color-mix(in srgb, var(--wp--preset--color--primary-color) 30%, var(--wp--preset--color--white-color)) 0%, var(--wp--preset--color--white-color) 100%);
  box-shadow: 4px 0 20px rgba(61, 117, 128, 0.15);
  z-index: 999999;
  height: 100vh;
  padding: 36px 24px;
  overflow-y: auto;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-header.open {
  left: 0;
}
.mobile-header__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: relative;
}
.mobile-header__inner_logo {
  display: flex;
  justify-content: center;
}
.mobile-header {
  /* Mobile Logo Size */
}
@media screen and (max-width: 1199px) {
  .mobile-header .wp-block-site-logo img {
    width: auto;
    height: auto;
    min-width: 102px;
    max-width: 102px;
    min-height: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-header .wp-block-site-logo img {
    min-width: 96px;
    max-width: 96px;
    min-height: 56px;
    max-height: 56px;
  }
}
.mobile-header {
  /* Mobile Navigation Structure */
}
.mobile-header .header-mobile-menu {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 16px;
  text-align: start;
  width: 100%;
}
.mobile-header .header-mobile-menu li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content {
  width: 100% !important;
  padding: 0 !important;
  display: block;
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  font-family: var(--wp--preset--font-family--primary);
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
  transition: all 0.3s ease;
  padding: 50px 0px;
}
.mobile-header .header-mobile-menu li .wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--primary-color);
}
.mobile-header .header-mobile-menu li {
  /* Mobile Submenu */
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container {
  border-radius: 0;
  background: none;
  box-shadow: none;
  border: none;
  width: 100% !important;
  min-width: 100% !important;
  height: 0;
  overflow: hidden !important;
  border-left: 2px solid color-mix(in srgb, var(--wp--preset--color--primary-color) 10%, transparent);
  position: unset !important;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible !important;
  opacity: 1 !important;
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
  padding: 6px 20px;
  font-weight: 500;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1400px) {
  .mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container li .wp-block-navigation-item__content .wp-block-navigation-item__label {
    padding: 6px 24px;
  }
}
.mobile-header .header-mobile-menu li ul.wp-block-navigation__submenu-container:first-of-type > a .wp-block-navigation-item__label {
  padding-top: 9px;
}
.mobile-header .header-mobile-menu li {
  /* Open State for Submenu */
}
.mobile-header .header-mobile-menu li.is-open ul.wp-block-navigation__submenu-container {
  visibility: visible;
  opacity: 1;
}
.mobile-header {
  /* Close Button */
}
.mobile-header__close {
  position: absolute;
  right: -5px;
  top: -10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.mobile-header__close svg {
  color: var(--wp--preset--color--primary-color);
  transition: color 0.4s ease;
}
.mobile-header {
  /* Accordion Arrows (Plus/Minus behavior) */
}
.mobile-header .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 16px;
  color: var(--wp--preset--color--primary-color);
  top: 3px;
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}
.mobile-header .wp-block-navigation-item.open-on-click.is-open .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
  transform: rotate(0deg);
}
.mobile-header {
  /* WP Navigation Override */
}
.mobile-header .wp-block-navigation:not(.is-selected):not(.has-child-selected) .has-child:hover > .wp-block-navigation__submenu-container {
  padding: 0;
}
.mobile-header__bottom {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.mobile-header__bottom .login-text {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 700;
  font-family: var(--wp--preset--font-family--primary);
  line-height: 1.5;
  color: var(--wp--preset--color--primary-heading);
}
.mobile-header__bottom .login-text a {
  color: var(--wp--preset--color--primary-heading);
}
.mobile-header__bottom .global-button .wp-block-button__link {
  font-weight: 700;
}

/* Overlay for Mobile Menu */
.mobile-header__close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
}
.mobile-header__close-overlay.visible {
  opacity: 1;
  z-index: 99999;
}

.mobile-header__bottom :where(.wp-block-button.is-style-outline .wp-block-button__link) svg,
.mobile-header__bottom :where(.wp-block-button .wp-block-button__link) svg {
  height: 22px;
  width: 22px;
}
.mobile-header__bottom :where(.wp-block-button.is-style-outline .wp-block-button__link),
.mobile-header__bottom :where(.wp-block-button .wp-block-button__link) {
  padding-top: clamp(10px, 2vw, 12px);
  padding-bottom: clamp(10px, 2vw, 12px);
}
@media only screen and (max-width: 1400px) {
  .mobile-header__bottom :where(.wp-block-button.is-style-outline .wp-block-button__link),
  .mobile-header__bottom :where(.wp-block-button .wp-block-button__link) {
    padding-right: clamp(20px, 3vw, 21px);
    padding-left: clamp(20px, 3vw, 21px);
  }
}
.mobile-header__bottom .wp-block-button.is-style-outline .wp-block-button__link:hover svg path {
  stroke: var(--wp--preset--color--white-color);
}
.mobile-header__bottom .header__apply-btn a {
  background: var(--wp--preset--color--black-color);
  border-color: var(--wp--preset--color--black-color);
}
.mobile-header__bottom .header__apply-btn a svg {
  width: 16px;
}

@keyframes stickySlideDown {
  from {
    transform: translateY(-150%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(0);
  }
}
.home .wp-site-blocks > .wp-block-template-part {
  position: absolute;
  width: 100%;
}

.ticker-section {
  background: var(--wp--preset--color--primary-color);
  padding: 12px 0;
  overflow: hidden;
}

.ticker-wrapper {
  overflow: hidden;
  width: 100%;
}

.ticker-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: tickerMove 40s linear infinite;
}

.ticker-item {
  color: var(--wp--preset--color--white-color);
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}

.ticker-item::after {
  content: "\e811";
  font-family: "fontello";
  position: absolute;
  right: -5px;
  color: var(--wp--preset--color--white-color);
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .ticker-item {
    font-size: 14px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 575px) {
  .ticker-item {
    padding: 0 19px;
  }
}
.footer {
  position: relative;
}
.footer__top {
  padding-bottom: 50px;
}
.footer__top h2 {
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .footer__top .row {
    gap: 20px 0;
  }
}
.footer__logo.wp-block-image img {
  width: 106px;
  height: 72px;
}
@media screen and (max-width: 767px) {
  .footer__logo.wp-block-image img {
    width: 90px;
    height: 56px;
  }
}
@media screen and (max-width: 425px) {
  .footer__logo.wp-block-image img {
    width: 79px;
    height: 48px;
  }
}
.footer__menu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.footer .col-md-3:nth-child(4) {
  display: none;
}
@media screen and (min-width: 1400px) {
  .footer .col-md-3:nth-child(4) {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .col-md-3:nth-child(2) {
    order: -1;
  }
}
.footer .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer .wp-block-navigation__container li a {
  font-size: var(--wp--preset--font-size--description-sm);
  color: rgb(31, 31, 31) !important;
}
.footer .wp-block-navigation-item__content {
  position: relative;
  text-decoration: none;
}
.footer .wp-block-navigation-item__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.footer .wp-block-navigation-item__content:hover::after {
  width: 100%;
}
.footer__contact-us {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.footer__middle .row {
  gap: 36px 0;
}
@media only screen and (max-width: 1400px) {
  .footer__middle .row {
    justify-content: space-between;
  }
}
@media screen and (max-width: 425px) {
  .footer__middle .row {
    gap: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__middle .row .col-lg-2:nth-child(3) {
    width: 100%;
  }
  .footer__middle .row .col-lg-2:nth-child(3) .footer__contact-us p br {
    display: none;
  }
}
.footer__subscribe {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__subscribe .newsletter-form {
  display: flex;
  gap: 16px;
  align-items: start;
  margin-top: 10px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .footer__subscribe .newsletter-form {
    gap: 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .footer__subscribe .newsletter-form {
    flex-direction: row;
  }
}
@media screen and (max-width: 425px) {
  .footer__subscribe .newsletter-form {
    flex-direction: column;
  }
}
.footer__subscribe .newsletter-form__field {
  flex: 1;
}
.footer__subscribe .newsletter-form__field input[type=email] {
  width: 100%;
  height: 54px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 16px;
  outline: none;
}
.footer__subscribe .newsletter-form__field input[type=email]::-moz-placeholder {
  color: #666;
}
.footer__subscribe .newsletter-form__field input[type=email]::placeholder {
  color: #666;
}
@media screen and (max-width: 1199px) {
  .footer__subscribe .newsletter-form__button {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer__subscribe .newsletter-form__button {
    width: unset;
  }
}
@media screen and (max-width: 425px) {
  .footer__subscribe .newsletter-form__button {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .footer__subscribe .newsletter-form__button input {
    width: 100%;
  }
}
.footer__subscribe .newsletter-form__button .wpcf7-submit {
  padding-top: clamp(13px, 2vw, 16px);
  padding-right: clamp(20px, 3vw, 28px);
  padding-bottom: clamp(13px, 2vw, 16px);
  padding-left: clamp(20px, 3vw, 28px);
  height: 54px;
  border: none;
  border-radius: 999px;
  background: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
}
.footer__subscribe .newsletter-form .wpcf7-spinner {
  position: absolute;
  right: 2%;
  top: 64px;
}
@media screen and (max-width: 1199px) {
  .footer__subscribe .newsletter-form .wpcf7-spinner {
    right: 0;
    top: 11px;
  }
}
@media screen and (max-width: 991px) {
  .footer__subscribe .newsletter-form .wpcf7-spinner {
    right: 20%;
  }
}
@media screen and (max-width: 767px) {
  .footer__subscribe .newsletter-form .wpcf7-spinner {
    right: 26%;
  }
}
@media screen and (max-width: 425px) {
  .footer__subscribe .newsletter-form .wpcf7-spinner {
    right: 4%;
  }
}
.footer__subscribe .newsletter-form .wpcf7-not-valid-tip {
  margin-top: 6px;
}
.footer__subscribe .wpcf7 form.invalid .wpcf7-response-output,
.footer__subscribe .wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
}
.footer__follow {
  display: flex;
  gap: 18px 11px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.footer__follow .wp-block-social-links {
  display: flex;
  gap: 12px;
}
.footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--common-padding);
}
.footer__bottom-link {
  display: flex;
  gap: 24px;
}
.footer__bottom-link p {
  margin: 0;
}
.footer__bottom-link a {
  position: relative;
  text-decoration: none;
}
.footer__bottom-link a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.footer__bottom-link a:hover::after {
  width: 100%;
}
.footer__logo-section {
  overflow: hidden;
}
.footer__logo-section .logo-section__box figure {
  width: -moz-fit-content;
  width: fit-content;
  padding: 11px;
}
@media screen and (max-width: 575px) {
  .footer__logo-section .logo-section__box figure {
    padding: 6px;
  }
}
.footer__logo-section .logo-section__box figure img {
  width: auto;
  height: auto;
  max-height: 70px;
  transition: filter 0.3s ease;
}
.footer__logo-section .footer__logo-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.footer__logo-section .footer__logo-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}
.footer__logo-section .logo-item {
  flex-shrink: 0;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0 11px;
}
.footer__logo-section .footer__logo-item img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}
.footer__logo-section .footer__logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.footer__bottom-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__watermark {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 2px;
  width: 100%;
}
.footer__watermark img {
  width: 100%;
}

.home-hero {
  padding-top: 228px;
  background-color: #ffedda;
}
@media screen and (max-width: 1199px) {
  .home-hero {
    padding-top: 212px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero {
    padding-top: 175px;
  }
}
@media screen and (max-width: 425px) {
  .home-hero {
    padding-top: 165px;
  }
}
@media screen and (max-width: 575px) {
  .home-hero h1 {
    font-size: 31px !important;
  }
}
@media screen and (max-width: 425px) {
  .home-hero h1 {
    font-size: 30px !important;
  }
}
.home-hero .row {
  align-items: center;
  --bs-gutter-x: 43px;
}
@media screen and (max-width: 991px) {
  .home-hero .row {
    gap: 19px 0;
  }
}
@media screen and (max-width: 575px) {
  .home-hero .row {
    gap: 17px 0;
  }
}
.home-hero__subtitle {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 23px 9px 20px;
  border-radius: 50px;
}
.home-hero__subtitle figure {
  flex-shrink: 0;
}
.home-hero__subtitle img {
  display: flex;
}
.home-hero h1 br {
  display: none;
}
@media screen and (min-width: 1440px) {
  .home-hero h1 br {
    display: block;
  }
}
.home-hero__inner-left {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 575px) {
  .home-hero__inner-left {
    gap: 17px;
  }
}
.home-hero__inner-right {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 575px) {
  .home-hero__inner-right {
    gap: 18px;
  }
}
.home-hero__bottle-wrap {
  display: flex;
  justify-content: center;
}
.home-hero__bottle-wrap img {
  height: 100%;
}
@media screen and (max-width: 575px) {
  .home-hero__bottle-wrap img {
    height: 230px;
  }
}
@media only screen and (max-width: 460px) {
  .home-hero__bottle-wrap img {
    height: 200px;
  }
}
@media screen and (max-width: 425px) {
  .home-hero__bottle-wrap img {
    height: 183px;
  }
}
.home-hero figure.home-hero__bottle1 {
  margin-bottom: -90px;
}
.home-hero figure.home-hero__bottle2 {
  position: relative;
  z-index: 1;
  margin-left: -92px;
  margin-bottom: -90px;
}
@media screen and (min-width: 1400px) {
  .home-hero figure.home-hero__bottle2 {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1199px) {
  .home-hero figure.home-hero__bottle2 {
    margin-left: -78px;
  }
}
@media screen and (max-width: 991px) {
  .home-hero figure.home-hero__bottle2 {
    margin-left: -56px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero figure.home-hero__bottle2 {
    margin-left: -41px;
  }
}
@media only screen and (max-width: 500px) {
  .home-hero figure.home-hero__bottle2 {
    margin-left: -28px;
  }
}
@media screen and (max-width: 425px) {
  .home-hero figure.home-hero__bottle2 {
    margin-left: -20px;
  }
}
@media screen and (min-width: 767px) {
  .home-hero figure.home-hero__bottle1 {
    opacity: 0;
    transform: translateX(-300px);
  }
  .home-hero figure.home-hero__bottle2 {
    opacity: 0;
    transform: translateX(300px);
  }
}
.home-hero__bottle-bg {
  height: 130px;
}
@media only screen and (min-width: 1199px) and (max-width: 1399px) {
  .home-hero .wp-block-button .wp-block-button__link {
    padding-right: clamp(20px, 3vw, 22px);
    padding-left: clamp(20px, 3vw, 22px);
  }
}

.quality-compliance .shop-benefit__icon-box-wrapper {
  width: 20%;
}
@media screen and (max-width: 991px) {
  .quality-compliance .shop-benefit__icon-box-wrapper {
    width: 250px;
    flex: 0 0 250px;
  }
}
.quality-compliance__heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .quality-compliance__heading {
    gap: 7px;
  }
}
.quality-compliance .shop-benefit__row {
  display: flex;
}
.quality-compliance .shop-benefit__row h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.quality-compliance .shop-benefit .shop-benefit__row {
  --bs-gutter-x: 0;
}
@media screen and (max-width: 991px) {
  .quality-compliance .shop-benefit .shop-benefit__row {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 4px;
  }
  .quality-compliance .shop-benefit .shop-benefit__row::-webkit-scrollbar {
    display: none;
  }
  .quality-compliance .shop-benefit .shop-benefit__row {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.quality-compliance .shop-benefit .shop-benefit__icon-box-wrapper:last-child .shop-benefit__icon-box {
  border-right: 0;
}
.quality-compliance .shop-benefit__icon-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  padding-inline: 10px;
  border-right: 1px solid rgba(126, 107, 90, 0.72);
}
@media screen and (max-width: 425px) {
  .quality-compliance .shop-benefit__icon-box {
    gap: 8px;
    padding-inline: 12px;
  }
}
.quality-compliance .shop-benefit__icon-box .title {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .quality-compliance .shop-benefit__icon-box .title {
    gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .quality-compliance .shop-benefit__icon-box .description {
    max-width: 100%;
    white-space: normal;
  }
}

.trusted-certificate__slider-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .trusted-certificate__slider-wrapper {
    flex-direction: column;
    gap: var(--wp--preset--spacing--common-padding);
  }
}
.trusted-certificate__slider-wrapper h2 {
  width: 30%;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .trusted-certificate__slider-wrapper h2 {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .trusted-certificate__slider-wrapper h2 {
    width: 100%;
    text-align: center;
  }
  .trusted-certificate__slider-wrapper h2 br {
    display: none;
  }
}
.trusted-certificate__slider-wrapper h2 em {
  position: relative;
}
.trusted-certificate__slider-wrapper h2 em:after {
  content: "";
  display: block;
  height: 3px;
  width: 140px;
  margin-top: 14px;
  background-color: var(--wp--preset--color--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  animation: lineGrow 2s ease infinite;
}
@media screen and (max-width: 767px) {
  .trusted-certificate__slider-wrapper h2 em:after {
    margin: 12px auto 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .trusted-certificate__slider-wrapper h2 em:after {
    margin-top: 10px;
  }
}
.trusted-certificate .logo-section {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .trusted-certificate .logo-section {
    width: 100%;
  }
}
.trusted-certificate .logo-slider {
  overflow: hidden;
  width: 100%;
}
.trusted-certificate .logo-track {
  display: flex;
  flex-wrap: nowrap;
}
.trusted-certificate .logo-section__box {
  height: 120px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wp--preset--color--white-color);
  padding: 12px;
  filter: grayscale(88%);
  opacity: 0.85;
  transition: all 0.3s ease-in-out;
}
.trusted-certificate .logo-section__box:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.trusted-certificate .logo-section__box img {
  max-width: 150px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes lineGrow {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  75% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.trusted-certificate.pharmacy-logo .trusted-certificate__slider-wrapper {
  flex-direction: column;
  gap: 0;
}
.trusted-certificate.pharmacy-logo .trusted-certificate__slider-wrapper h2 {
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 1199px) {
  .trusted-certificate.pharmacy-logo .trusted-certificate__slider-wrapper h2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .trusted-certificate.pharmacy-logo .trusted-certificate__slider-wrapper h2 {
    margin-top: 12px;
  }
}
.trusted-certificate.pharmacy-logo .trusted-certificate__slider-wrapper h2 em:after {
  margin-inline: auto;
}

.why-rxhere__heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .why-rxhere__heading {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .why-rxhere__heading {
    gap: 12px;
  }
}
@media screen and (max-width: 991px) {
  .why-rxhere__heading h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .why-rxhere__heading p br {
    display: none;
  }
}
.why-rxhere__inner {
  padding-right: var(--wp--preset--spacing--common-padding);
  padding-left: var(--wp--preset--spacing--common-padding);
}
@media screen and (max-width: 767px) {
  .why-rxhere__inner {
    padding-right: var(--wp--preset--spacing--horizontal-padding);
    padding-left: var(--wp--preset--spacing--horizontal-padding);
  }
}
.why-rxhere__buttons {
  flex-wrap: wrap;
}
.why-rxhere__buttons .wp-block-buttons {
  justify-content: center;
}
.why-rxhere__cards .container {
  position: relative;
}
@media screen and (max-width: 575px) {
  .why-rxhere__cards__card-description {
    margin-bottom: 0 !important;
  }
}
.why-rxhere__cards .row {
  gap: 46px 0px;
  --bs-gutter-x: 38px;
}
@media screen and (max-width: 767px) {
  .why-rxhere__cards .row {
    gap: 40px 0;
  }
}
@media screen and (max-width: 1199px) {
  .why-rxhere__cards .row .col-md-6 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .why-rxhere__cards .row .col-md-6 {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .why-rxhere__cards .row .col-lg-3:nth-child(2) {
    border-right: none !important;
  }
}
@media screen and (max-width: 575px) {
  .why-rxhere__cards .row .col-lg-3 {
    border-right: none !important;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
}
.why-rxhere__cards__detail-box {
  height: 100%;
  text-align: center;
}
.why-rxhere__cards__detail-box p {
  margin: 11px 0 16px 0;
  padding: 0;
}
.why-rxhere__cards__icon-main {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.why-rxhere__cards__icons {
  font-size: 0;
  background-color: rgb(152, 138, 123);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .why-rxhere__cards__icons {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .why-rxhere__cards__icons svg {
    width: 30px;
    height: 30px;
  }
}
.why-rxhere__cards h4 {
  font-size: var(--wp--preset--font-size--description-md);
}
.why-rxhere__cards__info {
  display: flex;
  flex-direction: column;
  gap: 27px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .why-rxhere__cards__info {
    gap: 22px;
  }
}

.quality .row {
  --bs-gutter-x: 0;
  display: flex;
  align-items: stretch;
}
.quality .col-lg-6 {
  display: flex;
}
.quality__video-overlay {
  display: flex;
  gap: 12px;
  position: absolute;
  align-items: center;
  bottom: 70px;
  right: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.52);
  border-radius: 13px 0 0 13px;
}
@media screen and (max-width: 575px) {
  .quality__video-overlay {
    display: none;
  }
}
.quality__box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  padding-top: 30px;
}
@media screen and (max-width: 575px) {
  .quality__box-wrapper {
    padding-top: 22px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 425px) {
  .quality__box-wrapper {
    gap: 16px;
  }
}
.quality__left {
  width: 100%;
  height: 100%;
  position: relative;
}
.quality__left .wp-block-video {
  height: 100%;
  margin-bottom: 0;
}
.quality__left .wp-block-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.quality__box {
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 425px) {
  .quality__box {
    padding: 18px;
  }
}
.quality h2 {
  margin: 10px 0 20px 0;
}
@media screen and (max-width: 1199px) {
  .quality h2 {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 991px) {
  .quality h2 {
    margin: 12px 0 12px 0;
  }
}
.quality__right {
  padding: 40px calc((100vw - 1140px) / 2) 40px 40px;
}
@media screen and (min-width: 1400px) {
  .quality__right {
    padding: 50px calc((100vw - 1320px) / 2) 50px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .quality__right {
    width: 100%;
    padding-right: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .quality__right {
    width: 100%;
    padding: 0 calc((100vw - 720px) / 2) 0 calc((100vw - 720px) / 2);
    padding-top: var(--wp--preset--spacing--section-padding);
    padding-bottom: var(--wp--preset--spacing--section-padding);
  }
}
@media screen and (max-width: 767px) {
  .quality__right {
    padding-right: calc((100vw - 540px) / 2);
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .quality__right {
    padding-right: var(--wp--preset--spacing--horizontal-padding);
    padding-left: var(--wp--preset--spacing--horizontal-padding);
  }
}

.trust__heading, .trust__heading-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .trust__heading, .trust__heading-left {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .trust__heading, .trust__heading-left {
    gap: 12px;
  }
}

@media screen and (max-width: 1199px) {
  .faq-section br {
    display: none;
  }
}
.faq-section__heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .faq-section__heading {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .faq-section__heading {
    gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .faq-section__description br {
    display: none;
  }
}
.faq-section__inner {
  position: relative;
  z-index: 1;
}
.faq-section__inner .rank-math-list {
  display: flex;
  flex-direction: column;
}
.faq-section__inner .faq-rank-math .rank-math-list-item {
  border-bottom: 1px solid rgba(126, 118, 90, 0.25);
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3 {
  font-size: var(--wp--preset--font-size--description-lg);
  color: var(--wp--preset--color--primary-heading);
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  cursor: pointer;
  padding: 22px 0px;
  transition: margin-bottom 0.3s ease;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3 {
    padding: 18px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item h3::after {
  content: "\e81b";
  font-family: "fontello";
  font-size: 20px;
  font-weight: 500;
  transition: transform 0.3s ease;
  height: 25px;
  width: 25px;
  color: var(--wp--preset--color--black-color);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item h3::after {
    font-size: 17px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.3s ease;
  opacity: 0;
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
  font-size: var(--wp--preset--font-size--description-md);
  color: var(--wp--preset--color--secondary-description);
  opacity: 0;
  transition: opacity 0.3s ease;
  font-weight: 500;
  padding: 0px 0px 22px 0px;
  margin-top: -5px;
}
@media screen and (max-width: 575px) {
  .faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p {
    padding: 0px 0px 18px 0px;
  }
}
.faq-section__inner .faq-rank-math .rank-math-list-item .faq-answer p a {
  text-decoration: underline;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active h3::after {
  transform: rotate(180deg);
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer {
  max-height: 1000px;
  opacity: 1;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active .faq-answer > p {
  opacity: 1;
}
.faq-section__inner .faq-rank-math .rank-math-list-item.active h3::after {
  content: "\e816";
}
.faq-section__bottom {
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  padding: 24px 22px;
  gap: 12px 40px;
}
.faq-section__bottom p br {
  display: none;
}
.faq-section__bottom h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 425px) {
  .faq-section__bottom h3 {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 991px) {
  .faq-section__bottom {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 425px) {
  .faq-section__bottom {
    gap: 14px;
  }
}
.faq-section__bottom .wp-block-buttons {
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .faq-section__bottom-description br {
    display: none;
  }
}

.faq-tab.faq-page .faq-section__left {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 991px) {
  .faq-tab.faq-page .faq-section__left {
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tab.faq-page .faq-section__left {
    border-left: 5px solid var(--wp--preset--color--primary-color);
    padding-left: 14px;
    gap: 12px;
  }
}
.faq-tab.faq-page .rank-math-list h3:hover {
  color: var(--wp--preset--color--primary-color);
}
.faq-tab.faq-page .row {
  --bs-gutter-x: 50px;
}
@media screen and (min-width: 1400px) {
  .faq-tab.faq-page .row {
    --bs-gutter-x: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .faq-tab.faq-page .row {
    --bs-gutter-x: 30px;
  }
}
@media screen and (max-width: 991px) {
  .faq-tab.faq-page .row {
    gap: 30px 0;
  }
}
.faq-tab.faq-page .faq-section__inner .faq-rank-math .rank-math-list-item:first-child h3 {
  padding-top: 0;
}

.apply-cta .col-lg-5 {
  display: flex;
  align-items: center;
}
.apply-cta .row {
  align-items: center;
}
.apply-cta__inner {
  padding: 14px 0;
}
@media screen and (max-width: 1199px) {
  .apply-cta__inner {
    padding: 0;
  }
}
.apply-cta__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: var(--wp--preset--spacing--section-padding) 0px var(--wp--preset--spacing--section-padding) calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .apply-cta__left {
    padding: var(--wp--preset--spacing--section-padding) 0px var(--wp--preset--spacing--section-padding) calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .apply-cta__left {
    width: 100%;
    padding: var(--wp--preset--spacing--section-padding) 0px var(--wp--preset--spacing--section-padding) calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .apply-cta__left {
    width: 100%;
    padding: var(--wp--preset--spacing--section-padding) calc((100vw - 720px) / 2) var(--wp--preset--spacing--common-padding);
  }
}
@media screen and (max-width: 767px) {
  .apply-cta__left {
    padding-right: calc((100vw - 540px) / 2);
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .apply-cta__left {
    gap: 14px;
    padding-right: var(--wp--preset--spacing--horizontal-padding);
    padding-left: var(--wp--preset--spacing--horizontal-padding);
  }
}
@media screen and (max-width: 991px) {
  .apply-cta .col-xl-7 {
    padding-bottom: var(--wp--preset--spacing--section-padding);
  }
}
.apply-cta .wp-block-button {
  margin-top: 6px;
}

@media screen and (max-width: 1199px) {
  .apply-cta.still-question .apply-cta__left p br {
    display: none;
  }
}
.apply-cta.still-question .row {
  --bs-gutter-x: 40px;
}
.apply-cta.still-question .row img {
  max-height: 530px;
}
@media screen and (max-width: 991px) {
  .apply-cta.still-question .row figure {
    padding-bottom: var(--wp--preset--spacing--section-padding);
  }
}

.licensing-credentials__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.licensing-credentials .row {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .licensing-credentials .row {
    gap: var(--wp--preset--spacing--common-padding) 0;
  }
}
.licensing-credentials .wp-block-list {
  margin: 8px 0 12px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  list-style-position: inside;
}
@media screen and (max-width: 575px) {
  .licensing-credentials .wp-block-list {
    margin: 8px 0;
  }
}
.licensing-credentials .wp-block-list li {
  font-size: var(--wp--preset--font-size--description-sm);
  color: rgb(38, 50, 56);
}
.licensing-credentials img {
  max-height: 500px;
}

.product-hero .row {
  align-items: center;
}
.product-hero__left {
  display: flex;
  flex-direction: column;
  gap: 37px;
  padding-left: calc((100vw - 1140px) / 2);
}
.product-hero__left h1 {
  margin-top: 12px;
}
@media screen and (min-width: 1400px) {
  .product-hero__left {
    gap: 42px;
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .product-hero__left {
    gap: 32px;
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .product-hero__left {
    width: 100%;
    padding: 0 calc((100vw - 720px) / 2) 0 calc((100vw - 720px) / 2);
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .product-hero__left {
    padding-left: calc((100vw - 540px) / 2);
    padding-right: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .product-hero__left {
    padding-left: 20px;
    padding-right: 20px;
    gap: 28px;
  }
}
.product-hero__left .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1199px) {
  .product-hero__left .content {
    gap: 16px;
  }
}
.product-hero__img img {
  width: 100%;
  min-height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .product-hero__img img {
    min-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .product-hero__img img {
    min-height: 300px;
  }
}
@media screen and (min-width: 1400px) {
  .product-hero__img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.why-choose__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .why-choose__inner {
    gap: 40px;
  }
}
.why-choose__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 42px;
}
@media screen and (max-width: 991px) {
  .why-choose__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.why-choose__header_left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
}
@media screen and (max-width: 1199px) {
  .why-choose__header_left {
    max-width: unset;
    width: 1120px;
  }
}
@media screen and (max-width: 991px) {
  .why-choose__header_left {
    width: unset;
  }
}
@media screen and (max-width: 1199px) {
  .why-choose br {
    display: none;
  }
}

.stay-cta {
  padding: 40px;
  border-radius: 24px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .stay-cta {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .stay-cta {
    height: 500px;
  }
}
.stay-cta h3 {
  padding-bottom: 10px;
}
.stay-cta__description {
  height: 100%;
}
.stay-cta__bottle {
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 991px) {
  .stay-cta__bottle {
    right: 22%;
  }
}
@media screen and (max-width: 575px) {
  .stay-cta__bottle {
    right: unset;
    width: 100%;
  }
}
.stay-cta__bottle img {
  height: 350px;
}
@media screen and (max-width: 425px) {
  .stay-cta__bottle img {
    height: 305px;
  }
}
.stay-cta .subscribe-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .stay-cta .subscribe-form {
    gap: 11px;
  }
}
.stay-cta .subscribe-form__field {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .stay-cta .subscribe-form__field {
    width: 100%;
  }
}
.stay-cta .subscribe-form__field .wpcf7-form-control-wrap {
  display: block;
}
.stay-cta .subscribe-form__field input[type=email] {
  width: 100%;
  border: none;
  border-radius: 50px;
  background: #f2f2f2;
  padding: 16px 26px;
  font-size: var(--wp--preset--font-size--description-sm);
  outline: none;
}
.stay-cta .subscribe-form__button input[type=submit] {
  padding: 16px 24px;
  border: none;
  border-radius: 50px;
  background: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
.stay-cta .wpcf7-spinner {
  position: absolute;
  right: -50px;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .stay-cta .wpcf7-spinner {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .stay-cta .wpcf7-spinner {
    top: 68px;
  }
}
@media screen and (max-width: 425px) {
  .stay-cta .wpcf7-spinner {
    top: 71px;
  }
}
.stay-cta .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
}
@media screen and (max-width: 767px) {
  .stay-cta .wpcf7-not-valid-tip {
    bottom: -90px;
  }
}
.stay-cta .wpcf7 form .wpcf7-response-output {
  position: relative;
  border: none !important;
  text-align: left;
  padding: 0 !important;
  margin: 10px 0 0 0;
  text-align: center;
}
.stay-cta .wpcf7-response-output {
  display: none;
}
.stay-cta .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}
.stay-cta .subscribe-form__button input[type=submit]:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .stay-cta .subscribe-form {
    flex-direction: column;
  }
  .stay-cta .subscribe-form__button,
  .stay-cta .subscribe-form__button input[type=submit] {
    width: 100%;
  }
}

.single-blog-stay-cta {
  padding-inline: 14px;
  height: 500px;
}
@media screen and (max-width: 1199px) {
  .single-blog-stay-cta {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 991px) {
  .single-blog-stay-cta {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 575px) {
  .single-blog-stay-cta {
    padding: 30px 24px;
  }
}
.single-blog-stay-cta .wpcf7-spinner {
  position: absolute;
  right: 12px;
  top: -30px;
}
@media screen and (max-width: 425px) {
  .single-blog-stay-cta .wpcf7-spinner {
    top: 68px;
  }
}
.single-blog-stay-cta h3,
.single-blog-stay-cta .stay-cta__description {
  padding-inline: 10px;
}
@media screen and (max-width: 1199px) {
  .single-blog-stay-cta h3,
  .single-blog-stay-cta .stay-cta__description {
    padding-inline: 0;
  }
}
.single-blog-stay-cta .subscribe-form__button input[type=submit] {
  font-size: 14px;
}
.single-blog-stay-cta .subscribe-form {
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .single-blog-stay-cta .subscribe-form {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .single-blog-stay-cta .subscribe-form {
    flex-direction: row;
  }
}
@media screen and (max-width: 425px) {
  .single-blog-stay-cta .subscribe-form {
    flex-direction: column;
  }
}
@media screen and (max-width: 1199px) {
  .single-blog-stay-cta .subscribe-form__field {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .single-blog-stay-cta .subscribe-form__button,
  .single-blog-stay-cta .subscribe-form__button input[type=submit] {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .single-blog-stay-cta .subscribe-form__button,
  .single-blog-stay-cta .subscribe-form__button input[type=submit] {
    width: unset;
  }
}
@media screen and (max-width: 425px) {
  .single-blog-stay-cta .subscribe-form__button,
  .single-blog-stay-cta .subscribe-form__button input[type=submit] {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .single-blog-stay-cta .wpcf7-not-valid-tip {
    bottom: -90px;
  }
}
@media screen and (max-width: 991px) {
  .single-blog-stay-cta .wpcf7-not-valid-tip {
    bottom: -28px;
  }
}
@media screen and (max-width: 425px) {
  .single-blog-stay-cta .wpcf7-not-valid-tip {
    bottom: -85px;
  }
}
@media screen and (max-width: 991px) {
  .single-blog-stay-cta .stay-cta__bottle {
    right: unset;
    width: 100%;
  }
}
.single-blog-stay-cta img {
  height: 260px;
}
@media screen and (max-width: 991px) {
  .single-blog-stay-cta img {
    height: 330px;
  }
}

.blog-newsletter__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: var(--wp--preset--spacing--section-padding) 50px var(--wp--preset--spacing--section-padding) calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .blog-newsletter__left {
    padding: var(--wp--preset--spacing--section-padding) 50px var(--wp--preset--spacing--section-padding) calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .blog-newsletter__left {
    width: 100%;
    padding: var(--wp--preset--spacing--section-padding) 32px var(--wp--preset--spacing--section-padding) calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .blog-newsletter__left {
    width: 100%;
    padding: var(--wp--preset--spacing--section-padding) calc((100vw - 720px) / 2) var(--wp--preset--spacing--section-padding);
  }
}
@media screen and (max-width: 767px) {
  .blog-newsletter__left {
    padding-right: calc((100vw - 540px) / 2);
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .blog-newsletter__left {
    gap: 14px;
    padding-right: var(--wp--preset--spacing--horizontal-padding);
    padding-left: var(--wp--preset--spacing--horizontal-padding);
  }
}
.blog-newsletter .row {
  --bs-gutter-x: 0px;
}
.blog-newsletter .row .col-lg-6 {
  display: flex;
  align-items: center;
}
.blog-newsletter__right {
  width: 100%;
  height: 100%;
}
.blog-newsletter__right figure {
  width: 100%;
  height: 100%;
}
.blog-newsletter__right img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .blog-newsletter__right img {
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.blog-newsletter .subscribe-form {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .blog-newsletter .subscribe-form {
    gap: 11px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 425px) {
  .blog-newsletter .subscribe-form {
    flex-direction: column;
    align-items: center;
  }
}
.blog-newsletter .subscribe-form__field .wpcf7-form-control-wrap {
  display: block;
}
.blog-newsletter .subscribe-form__field input[type=email] {
  width: 100%;
  border: none;
  border-radius: 50px;
  background: #f2f2f2;
  padding: 16px 26px;
  font-size: var(--wp--preset--font-size--description-sm);
  outline: none;
}
.blog-newsletter .subscribe-form__button input[type=submit] {
  padding: 16px 24px;
  border: none;
  border-radius: 50px;
  background: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 425px) {
  .blog-newsletter .subscribe-form__button input[type=submit] {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .blog-newsletter .subscribe-form__button {
    width: 100%;
  }
}
.blog-newsletter .wpcf7-spinner {
  position: absolute;
  right: -50px;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .blog-newsletter .wpcf7-spinner {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .blog-newsletter .wpcf7-spinner {
    right: -52px;
  }
}
@media screen and (max-width: 575px) {
  .blog-newsletter .wpcf7-spinner {
    top: 68px;
    right: 8%;
  }
}
@media screen and (max-width: 425px) {
  .blog-newsletter .wpcf7-spinner {
    top: 71px;
  }
}
.blog-newsletter .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
}
@media screen and (max-width: 425px) {
  .blog-newsletter .wpcf7-not-valid-tip {
    bottom: -90px;
  }
}
.blog-newsletter .wpcf7 form .wpcf7-response-output {
  position: relative;
  border: none !important;
  text-align: left;
  padding: 0 !important;
  margin: 10px 0 0 0;
}
.blog-newsletter .wpcf7-response-output {
  display: none;
}
.blog-newsletter .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}

.about-hero__inner .row {
  --bs-gutter-x: 0;
  align-items: stretch;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .about-hero__inner .row {
    flex-direction: column-reverse;
  }
}
.about-hero__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
  padding: 60px 40px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media screen and (min-width: 1400px) {
  .about-hero__content {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 991px) {
  .about-hero__content {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__content {
    padding: 48px 30px;
  }
}
.about-hero__content h1 {
  letter-spacing: -1.5px;
  font-size: 48px;
}
@media screen and (max-width: 1199px) {
  .about-hero__content h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__content h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__content h1 {
    font-size: 34px;
    line-height: 42px;
  }
}
.about-hero__content .description {
  margin: 8px 0px 30px 0px;
}
@media screen and (max-width: 767px) {
  .about-hero__content .description {
    margin: 8px 0px 22px 0px;
  }
}
.about-hero__content .wp-block-buttons {
  gap: 15px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
  .about-hero__content .wp-block-buttons {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__content .wp-block-buttons {
    gap: 12px;
  }
}
.about-hero__image {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .about-hero__image {
    border-top-left-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
.about-hero__image img {
  width: 100%;
  height: auto;
  min-height: 540px;
  max-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
@media screen and (max-width: 1199px) {
  .about-hero__image img {
    min-height: 600px;
    max-height: 600px;
  }
}
@media screen and (max-width: 991px) {
  .about-hero__image img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    min-height: 500px;
    max-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .about-hero__image img {
    min-height: 400px;
    max-height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .about-hero__image img {
    min-height: 320px;
    max-height: 320px;
  }
}
@media screen and (max-width: 425px) {
  .about-hero__image img {
    min-height: 280px;
    max-height: 280px;
  }
}
.about-hero__image .splide__pagination {
  bottom: 38px;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .about-hero__image .splide__pagination {
    bottom: 20px;
  }
}
.about-hero__image .splide__pagination li {
  line-height: 0;
}
.about-hero__image .splide__pagination__page {
  background: var(--wp--preset--color--button-text-primary);
  opacity: 1;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin: 0;
}
.about-hero__image .splide__pagination__page.is-active {
  background: var(--wp--preset--color--button-background-primary);
  width: 62px;
  border-radius: 21px;
  opacity: 1;
  transform: unset;
}
@media screen and (max-width: 767px) {
  .about-hero__image .splide__pagination__page.is-active {
    width: 50px;
  }
}

.single-blog-hero__heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 575px) {
  .single-blog-hero__heading h1 {
    font-size: 30px !important;
  }
}
.single-blog-hero .wp-block-post-excerpt__excerpt {
  max-width: 1000px;
}
@media screen and (max-width: 1199px) {
  .single-blog-hero .wp-block-post-excerpt__excerpt {
    max-width: unset;
  }
}
@media screen and (max-width: 575px) {
  .single-blog-hero .wp-block-post-excerpt__excerpt {
    font-size: 15px !important;
  }
}
.single-blog-hero .wp-block-post-featured-image img {
  -o-object-fit: fill !important;
     object-fit: fill !important;
  max-height: 700px;
}

@media screen and (max-width: 991px) {
  .about-quality p br,
  .about-quality span br,
  .about-quality h2 br,
  .about-quality h3 br {
    display: none;
  }
}
.about-quality .quality__left .wp-block-video video {
  height: auto;
  min-height: 700px;
  max-height: 700px;
  -o-object-fit: fill;
     object-fit: fill;
}
@media screen and (min-width: 1400px) {
  .about-quality .quality__left .wp-block-video video {
    min-height: 750px;
    max-height: 750px;
  }
}
@media screen and (max-width: 1199px) {
  .about-quality .quality__left .wp-block-video video {
    min-height: 650px;
    max-height: 650px;
  }
}
@media screen and (max-width: 991px) {
  .about-quality .quality__left .wp-block-video video {
    min-height: 550px;
    max-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .about-quality .quality__left .wp-block-video video {
    min-height: 500px;
    max-height: 500px;
  }
}
@media screen and (max-width: 575px) {
  .about-quality .quality__left .wp-block-video video {
    min-height: 360px;
    max-height: 360px;
  }
}
@media screen and (max-width: 425px) {
  .about-quality .quality__left .wp-block-video video {
    min-height: 300px;
    max-height: 300px;
  }
}
.about-quality .quality__right {
  padding: var(--wp--preset--spacing--section-padding) 0px;
}
@media screen and (max-width: 767px) {
  .about-quality .quality__right {
    padding-inline: 20px;
  }
}
.about-quality .quality__right_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.about-quality .quality__right_inner h2 {
  margin: 8px 0px 14px 0px;
}
.about-quality .quality__right .quality__box-wrapper {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding-top: var(--wp--preset--spacing--common-padding);
}
@media screen and (max-width: 991px) {
  .about-quality .quality__right .quality__box-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .about-quality .quality__right .quality__box-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 425px) {
  .about-quality .quality__right .quality__box-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-quality .quality__right .quality__box-wrapper .quality__box {
  align-items: flex-start;
  text-align: left;
  padding: 22px;
}
.about-quality .quality__right .quality__box-wrapper .quality__box h3 {
  margin-bottom: 5px;
}

.compliance-hero__inner .row {
  --bs-gutter-x: 30px;
  align-items: stretch;
}
@media screen and (max-width: 991px) {
  .compliance-hero__inner .row {
    gap: 26px;
  }
}
.compliance-hero__left {
  padding: 60px 40px 60px 40px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 98px;
  height: 100%;
}
@media screen and (min-width: 1400px) {
  .compliance-hero__left {
    gap: 161px;
  }
}
@media screen and (max-width: 1199px) {
  .compliance-hero__left {
    gap: 40px;
    padding: 60px 30px 60px 30px;
  }
}
@media screen and (max-width: 991px) {
  .compliance-hero__left {
    gap: 70px;
    padding: 50px 30px 50px 30px;
  }
}
@media screen and (max-width: 575px) {
  .compliance-hero__left {
    padding: 50px 28px 50px 28px;
    gap: 60px;
  }
}
@media screen and (max-width: 425px) {
  .compliance-hero__left {
    padding: 40px 23px 40px 23px;
    gap: 50px;
  }
}
.compliance-hero__left p br {
  display: none;
}
.compliance-hero__left_header h1 {
  font-size: 50px;
}
@media screen and (min-width: 1400px) {
  .compliance-hero__left_header h1 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1199px) {
  .compliance-hero__left_header h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 575px) {
  .compliance-hero__left_header h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 425px) {
  .compliance-hero__left_header h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 991px) {
  .compliance-hero__left_header h1 br {
    display: none;
  }
}
.compliance-hero__left_header .description {
  padding: 16px 0px 40px 0px;
}
@media screen and (max-width: 991px) {
  .compliance-hero__left_header .description {
    padding: 16px 0px 30px 0px;
  }
}
.compliance-hero__left_header .subtitle {
  padding-bottom: 8px;
  text-transform: uppercase;
}
.compliance-hero__left_header .wp-block-buttons {
  gap: 15px;
}
.compliance-hero__left_bottom {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
@media screen and (max-width: 1199px) {
  .compliance-hero__left_bottom {
    gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .compliance-hero__left_bottom {
    gap: 36px;
  }
}
@media screen and (max-width: 575px) {
  .compliance-hero__left_bottom {
    gap: 20px;
  }
}
@media screen and (max-width: 425px) {
  .compliance-hero__left_bottom {
    gap: 12px;
  }
}
.compliance-hero__left_bottom-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .compliance-hero__left_bottom-item {
    gap: 7px;
  }
}
.compliance-hero__right {
  border-radius: 24px;
  position: relative;
  height: 100%;
}
.compliance-hero__right .main-image {
  height: 100%;
}
.compliance-hero__right .main-image .components-placeholder {
  height: 100%;
  justify-content: flex-end;
}
.compliance-hero__right .main-image img {
  border-radius: 24px;
  width: 100%;
  height: auto;
  min-height: 738px;
  max-height: 738px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .compliance-hero__right .main-image img {
    min-height: 700px;
    max-height: 700px;
  }
}
@media screen and (max-width: 991px) {
  .compliance-hero__right .main-image img {
    min-height: 600px;
    max-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .compliance-hero__right .main-image img {
    min-height: 550px;
    max-height: 550px;
  }
}
@media screen and (max-width: 575px) {
  .compliance-hero__right .main-image img {
    min-height: 488px;
    max-height: 488px;
  }
}
@media screen and (max-width: 425px) {
  .compliance-hero__right .main-image img {
    min-height: 450px;
    max-height: 450px;
  }
}
.compliance-hero__right .bottom-image {
  position: absolute;
  top: 212px;
  right: 42px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .compliance-hero__right .bottom-image {
    top: 170px;
  }
}
.compliance-hero__right .bottom-image img {
  width: 139px;
  height: 151px;
}
@media screen and (max-width: 1199px) {
  .compliance-hero__right .bottom-image img {
    width: 100px;
    height: 115px;
  }
}
@media screen and (max-width: 575px) {
  .compliance-hero__right .bottom-image img {
    width: 90px;
    height: 105px;
  }
}
.compliance-hero__right .top-image {
  position: absolute;
  top: 86px;
  left: 46px;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .compliance-hero__right .top-image {
    top: 40px;
  }
}
.compliance-hero__right .top-image img {
  width: 291px;
  height: 85px;
}
@media screen and (max-width: 1199px) {
  .compliance-hero__right .top-image img {
    width: 250px;
    height: 70px;
  }
}
@media screen and (max-width: 575px) {
  .compliance-hero__right .top-image img {
    width: 215px;
    height: 60px;
  }
}

.rxhere-toc {
  border-radius: 4px;
  overflow: hidden;
  background: var(--wp--preset--color--white-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  z-index: 10;
  transition: top 0.3s ease;
}
.rxhere-toc__header {
  background-color: var(--wp--preset--color--primary-color);
  padding: 16px 24px;
}
@media screen and (max-width: 425px) {
  .rxhere-toc__header {
    padding: 16px;
  }
}
.rxhere-toc__title {
  color: var(--wp--preset--color--white-color);
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .rxhere-toc__title {
    font-size: 17px;
  }
}
.rxhere-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rxhere-toc__item {
  border-bottom: 1px solid rgba(126, 107, 90, 0.08);
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}
.rxhere-toc__item:last-child {
  border-bottom: none;
}
.rxhere-toc__item.active {
  background-color: #FBF5EA;
  border-left-color: var(--wp--preset--color--primary-color);
}
.rxhere-toc__item.active .rxhere-toc__link {
  color: var(--wp--preset--color--primary-color);
}
.rxhere-toc__link {
  display: block;
  padding: 16px 20px;
  color: var(--wp--preset--color--primary-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  transition: all 0.3s ease;
}
@media screen and (max-width: 425px) {
  .rxhere-toc__link {
    padding: 16px;
  }
}
.rxhere-toc__link:hover {
  color: var(--wp--preset--color--primary-color);
  background-color: rgba(240, 233, 223, 0.15);
}

.blog-content .row {
  --bs-gutter-x: 40px;
}
@media screen and (min-width: 1400px) {
  .blog-content .row {
    --bs-gutter-x: 50px;
  }
}
@media screen and (max-width: 991px) {
  .blog-content .row {
    gap: 40px 0;
  }
}
.blog-content__left-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 991px) {
  .blog-content__left-content {
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .blog-content__left-content {
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .blog-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}
.blog-content img {
  width: 100%;
  max-height: 500px;
}
.blog-content__wrapper h1,
.blog-content__wrapper h2,
.blog-content__wrapper h3,
.blog-content__wrapper h4,
.blog-content__wrapper h5 {
  margin-bottom: 3px;
  color: var(--wp--preset--color--primary-color);
}
.blog-content__wrapper h1:last-child,
.blog-content__wrapper h2:last-child,
.blog-content__wrapper h3:last-child,
.blog-content__wrapper h4:last-child,
.blog-content__wrapper h5:last-child {
  margin-bottom: 0;
}
.blog-content__wrapper .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-content__wrapper h2 {
  font-size: 26px;
  margin-top: 16px;
}
.blog-content__wrapper h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .blog-content__wrapper h2 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .blog-content__wrapper h2 {
    margin-top: 8px;
  }
}
.blog-content__wrapper h3 {
  font-size: 24px;
}
.blog-content__wrapper h4 {
  font-size: 22px;
}
.blog-content__wrapper p {
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--black-color);
  font-weight: 400;
  line-height: 1.6;
}
.blog-content__wrapper a {
  color: var(--wp--preset--color--primary-color);
  text-decoration: underline;
}
.blog-content__wrapper .wp-block-list {
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 4px 0;
}
.blog-content__wrapper ul {
  list-style: disc;
}
.blog-content__wrapper ol {
  list-style: decimal;
}

.us-map__heading {
  display: flex;
  align-items: end;
  gap: 30px;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .us-map__heading {
    text-align: center;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .us-map__heading {
    gap: 12px;
  }
}
.us-map__heading p {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .us-map__heading p {
    width: 100%;
  }
}
.us-map__heading p br {
  display: none;
}
@media screen and (min-width: 1400px) {
  .us-map__heading p br {
    display: block;
  }
}
.us-map__heading-left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .us-map__heading-left {
    gap: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .us-map__heading-left {
    gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .us-map__heading-left h2 br {
    display: none;
  }
}
.us-map .imapsSprite-group.imapsContainer-group.imapsMapObject-group.imapsMapPolygon-group {
  fill: var(--wp--preset--color--primary-color);
}
.us-map {
  /* Circle hide karo */
}
.us-map .imapsMapImage .imapsCircle {
  display: none;
}
.us-map .imapsContainer.imapsLabel div {
  border-radius: 12px;
}

.safety-chapters__heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .safety-chapters__heading {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .safety-chapters__heading {
    gap: 12px;
  }
}
@media screen and (max-width: 991px) {
  .safety-chapters .row {
    width: 100%;
    flex-wrap: nowrap;
    overflow-y: scroll;
    --bs-gutter-x: 18px;
    padding-bottom: 12px;
  }
}
.safety-chapters__box {
  height: 100%;
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.safety-chapters__box h4 {
  padding-top: 8px;
}

.data-compliance__heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
}
@media screen and (max-width: 991px) {
  .data-compliance__heading {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 12px;
  }
}
.data-compliance__heading .title {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .data-compliance__heading .title {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .data-compliance__heading .title {
    gap: 12px;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .data-compliance__heading h2 {
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .data-compliance__heading p {
    text-align: center;
  }
  .data-compliance__heading p br {
    display: none;
  }
}
.data-compliance .row {
  --bs-gutter-x: 48px;
}
@media screen and (max-width: 1199px) {
  .data-compliance .row {
    width: 100%;
    flex-wrap: nowrap;
    overflow-y: scroll;
    --bs-gutter-x: 30px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 425px) {
  .data-compliance .row {
    --bs-gutter-x: 24px;
  }
}
.data-compliance__box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .data-compliance__box {
    gap: 12px;
  }
}
.data-compliance__box img {
  height: 80px;
  width: 90px;
  animation: moveupdown 2s ease-in infinite;
}
@media screen and (max-width: 991px) {
  .data-compliance__box img {
    animation: none;
    width: 68px;
    height: 58px;
  }
}
@media screen and (max-width: 767px) {
  .data-compliance__box img {
    width: 64px;
    height: 52px;
  }
}
@media screen and (max-width: 425px) {
  .data-compliance__box img {
    height: 55px;
  }
}
.data-compliance__box h3 {
  padding-top: 10px;
}

@keyframes moveupdown {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(3px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px);
  }
}
.features__heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .features__heading {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .features__heading {
    gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .features__heading p br {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .features__heading {
    padding-inline: var(--wp--preset--spacing--horizontal-padding);
  }
}
.features .why-us-outer {
  position: relative;
  cursor: grab;
  padding-bottom: 16px;
}
.features .why-us-outer:active {
  cursor: grabbing;
}
.features .why-us-track {
  display: flex;
  gap: 20px;
  width: -moz-max-content;
  width: max-content;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
@media screen and (max-width: 425px) {
  .features .why-us-track {
    gap: 17px;
  }
}
.features .why-card {
  width: 410px;
  border-radius: 16px;
  padding: 30px 0 0 30px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .features .why-card {
    padding: 26px 0 0 26px;
  }
}
.features .why-card h3,
.features .why-card p {
  padding-right: 30px;
}
.features .why-card h3 {
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .features .why-card h3 {
    padding-bottom: 13px;
  }
}
.features .why-card p {
  padding-bottom: 26px;
}
@media screen and (max-width: 991px) {
  .features .why-card p {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 575px) {
  .features .why-card p {
    padding-bottom: 17px;
  }
}
.features .why-card figure {
  margin-top: auto;
}
.features .why-card figure img {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 1199px) {
  .features .why-card figure img {
    height: 280px;
  }
}
@media (min-width: 992px) {
  .features .why-us-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .features #whyUsTrack {
    display: flex;
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
    gap: 24px;
    will-change: transform;
  }
}
@media screen and (max-width: 991px) {
  .features #whyUsTrack {
    display: flex;
    width: 100%;
    transform: none;
    padding-bottom: 14px;
    overflow: scroll;
  }
  .features .why-card {
    width: 420px;
  }
}
@media screen and (max-width: 575px) {
  .features .why-card {
    width: 350px;
  }
}
@media screen and (max-width: 425px) {
  .features .why-card {
    width: 340px;
  }
}

.contact-form__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .contact-form__heading {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-form__heading {
    gap: 12px;
  }
}
.contact-form__inner .row {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .contact-form__inner br {
    display: none;
  }
}
.contact-form__inner .latest-blog__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.contact-form__inner .latest-blog__heading h1 {
  padding: 0px 0px 16px 0px;
}
.contact-form__inner .contact-group {
  position: relative;
}
.contact-form__inner .wpcf7-spinner {
  position: absolute;
  top: 10px;
  right: 10px;
}
.contact-form__inner .wpcf7 .contact-wrapper .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media screen and (max-width: 991px) {
  .contact-form__inner .wpcf7 .contact-wrapper .row {
    --bs-gutter-y: 15px;
  }
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p br {
  display: none;
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p span {
  display: block;
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p span .wpcf7-not-valid-tip {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  padding: 6px 8px 0px 8px;
  font-family: var(--wp--preset--font-family--primary);
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p label {
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 500;
  line-height: 100%;
  color: #263238;
  font-family: var(--wp--preset--font-family--primary);
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p input,
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p textarea {
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 500;
  line-height: 100%;
  color: var(--wp--preset--color--black-color);
  font-family: var(--wp--preset--font-family--primary);
  padding: 11px 14px;
  border: 1px solid #DEDEDE;
  background-color: transparent;
  border-radius: 8px;
  width: 100%;
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p input::-moz-placeholder, .contact-form__inner .wpcf7 .contact-wrapper .contact-group p textarea::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p input::placeholder,
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p textarea::placeholder {
  color: #BABABA;
  opacity: 1;
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group p textarea {
  resize: none;
  height: 80px;
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group .wpcf7-submit {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  color: var(--wp--preset--color--button-text-primary);
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 55px;
  padding: 14px 14px;
  background-color: var(--wp--preset--color--button-background-primary);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 575px) {
  .contact-form__inner .wpcf7 .contact-wrapper .contact-group .wpcf7-submit {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 14px;
  }
}
.contact-form__inner .wpcf7 .contact-wrapper .contact-group .wpcf7-submit:hover {
  background-color: var(--wp--preset--color--button-text-primary);
  color: var(--wp--preset--color--button-background-primary);
  border: 1px solid var(--wp--preset--color--button-background-primary);
}
.contact-form__inner .wpcf7 .wpcf7-response-output {
  border: unset;
  padding: 0;
  margin: 10px 10px 0px 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--wp--preset--font-family--primary);
}
.contact-form__inner .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
.contact-form__inner .wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  color: #dc3232;
}

.contact-support {
  background-size: 100% 100% !important;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .contact-support {
    background: linear-gradient(181.67deg, rgba(126, 107, 90, 0.18) -0.13%, rgba(214, 203, 184, 0) 31.9%, rgba(255, 255, 255, 0) 70.75%) !important;
  }
}
.contact-support__inner .row {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .contact-support__inner br {
    display: none;
  }
}
.contact-support__inner .latest-blog__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .contact-support__inner .latest-blog__heading {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .contact-support__inner .latest-blog__heading {
    gap: 12px;
  }
}
.contact-support__map img {
  height: auto;
  min-height: 482px;
  max-height: 482px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .contact-support__map img {
    min-height: 410px;
    max-height: 410px;
  }
}
@media screen and (max-width: 991px) {
  .contact-support__map img {
    min-height: 350px;
    max-height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .contact-support__map img {
    min-height: 280px;
    max-height: 330px;
  }
}
@media screen and (max-width: 425px) {
  .contact-support__map img {
    min-height: 240px;
    max-height: 300px;
  }
}
.contact-support__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .contact-support__items {
    gap: 14px;
  }
}
@media screen and (max-width: 991px) {
  .contact-support__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contact-support__items {
    gap: 24px;
  }
}
@media screen and (max-width: 499px) {
  .contact-support__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.contact-support__items_item {
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-radius: 18px;
  padding: 30px;
  border: 1px solid #EDEDED;
  box-shadow: 2px 2px 4px 0px #F9FAFB, -2px -2px 4px 0px #F9FAFB;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .contact-support__items_item {
    padding-inline: 24px;
  }
}
.contact-support__items_item figure img {
  width: auto;
  height: auto;
  min-width: 33px;
  max-width: 33px;
  min-height: 28px;
  max-height: 33px;
  animation: moveupdown 2s infinite;
}
.contact-support__items_item .item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contact-support__items_item .item-inner p.description {
  padding: 7px 0px 16px 0px;
}
.contact-support__items_item .item-inner p a {
  transition: all 0.3s ease-in-out;
}
.contact-support__items_item .item-inner p a:hover {
  text-decoration: underline;
}
.contact-support__items_item .item-inner p:last-child {
  margin-top: auto;
}

.provider-network__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.provider-network__para {
  padding: 8px 0 12px 0;
}
.provider-network .wp-element-button svg path {
  fill: var(--wp--preset--color--button-text-secondary);
}
.provider-network .wp-element-button:hover svg path {
  fill: var(--wp--preset--color--white-color);
}
.provider-network__right {
  background-color: var(--wp--preset--color--white-color);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 4px 4px 20.7px -1px rgba(167, 155, 144, 0.07);
  box-shadow: -4px -4px 20px 0px rgba(167, 155, 144, 0.07);
}
@media screen and (max-width: 575px) {
  .provider-network__right {
    padding: 30px 20px;
  }
}
.provider-network__right h3 {
  padding-bottom: 6px;
}
.provider-network__form-description {
  padding-bottom: 21px;
}
.provider-network form .provider-form__label {
  font-size: 14px;
  margin-bottom: 8px;
}
.provider-network .row {
  --bs-gutter-x: 30px;
}
@media screen and (max-width: 991px) {
  .provider-network .row {
    gap: 30px 0;
  }
}
.provider-network .row .col-lg-6 {
  display: flex;
  align-items: center;
}
.provider-network .provider-section__info-panel {
  display: none;
}
.provider-network .provider-section__form-panel {
  padding: 0;
  width: 100%;
}

.zigzag-started__inner {
  display: flex;
  flex-direction: column;
}
.zigzag-started__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: var(--wp--preset--spacing--common-padding);
  gap: 24px;
}
@media screen and (min-width: 1400px) {
  .zigzag-started__header {
    gap: 51px;
  }
}
@media screen and (max-width: 1199px) {
  .zigzag-started__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}
@media screen and (max-width: 991px) {
  .zigzag-started__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 14px;
  }
  .zigzag-started__header br {
    display: none;
  }
}
.zigzag-started__header_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1199px) {
  .zigzag-started__header_left {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.zigzag-started__header_left h2 {
  letter-spacing: -1.5px;
  font-size: 38px;
}
@media screen and (min-width: 1400px) {
  .zigzag-started__header_left h2 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1199px) {
  .zigzag-started__header .description {
    grid-column: 2;
    grid-row: 1;
  }
  .zigzag-started__header .description br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .zigzag-started__header .wp-block-buttons {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 991px) {
  .zigzag-started__header .wp-block-buttons {
    margin-top: 10px;
  }
}
.zigzag-started__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .zigzag-started__content {
    gap: 38px;
  }
}
@media screen and (max-width: 767px) {
  .zigzag-started__content {
    gap: 30px;
  }
}
.zigzag-started__content .row {
  --bs-gutter-x: 0;
  align-items: center;
  position: sticky;
  top: 120px;
  border-radius: 16px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease;
  background-color: var(--wp--preset--color--secondary-background, #faf8f5);
}
@media screen and (max-width: 1199px) {
  .zigzag-started__content .row {
    align-items: stretch;
  }
}
@media screen and (max-width: 991px) {
  .zigzag-started__content .row {
    position: relative;
    top: auto;
  }
}
.zigzag-started__content .zigzag-started__content_right {
  padding: 35px 0px 38px 40px;
}
@media screen and (max-width: 991px) {
  .zigzag-started__content .zigzag-started__content_right {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .zigzag-started__content .zigzag-started__content_right {
    padding: 22px 0 0 0;
  }
}
.zigzag-started__content .reverse-row .zigzag-started__content_right {
  padding: 35px 40px 38px 0px;
}
@media screen and (max-width: 991px) {
  .zigzag-started__content .reverse-row .zigzag-started__content_right {
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 575px) {
  .zigzag-started__content .reverse-row .zigzag-started__content_right {
    padding: 22px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .zigzag-started__content .reverse-row {
    flex-direction: column-reverse;
  }
}
.zigzag-started__content_image {
  border-radius: 16px;
  background-color: var(--wp--preset--color--button-text-primary);
}
@media screen and (max-width: 1199px) {
  .zigzag-started__content_image {
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .zigzag-started__content_image figure {
    height: 100%;
  }
}
.zigzag-started__content_image img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  min-height: 380px;
  max-height: 380px;
}
@media screen and (min-width: 1400px) {
  .zigzag-started__content_image img {
    min-height: 420px;
    max-height: 420px;
  }
}
@media screen and (max-width: 1199px) {
  .zigzag-started__content_image img {
    height: 100%;
    min-height: unset;
    max-height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  .zigzag-started__content_image img {
    min-height: 380px;
    max-height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .zigzag-started__content_image img {
    min-height: 340px;
    max-height: 340px;
  }
}
@media screen and (max-width: 575px) {
  .zigzag-started__content_image img {
    min-height: auto;
    max-height: 300px;
  }
}
.zigzag-started__content_right h3 {
  padding-top: 3px;
}
.zigzag-started__content_right p.description {
  padding: 16px 0px 24px 0px;
}
@media screen and (max-width: 575px) {
  .zigzag-started__content_right p.description {
    padding: 16px 0px 20px 0px;
  }
}
.zigzag-started__content_right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
@media screen and (max-width: 575px) {
  .zigzag-started__content_right ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.zigzag-started__content_right ul li {
  font-size: var(--wp--preset--font-size--description-md);
  line-height: 26px;
  font-weight: 500;
  color: rgb(38, 50, 56);
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.zigzag-started__content_right ul li::before {
  content: "\e80f";
  font-family: "fontello";
  font-size: 20px;
  color: #7E6B5A;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.zigzag-started .zigzag-started__content > .row:nth-child(1) {
  z-index: 1;
}
.zigzag-started .zigzag-started__content > .row:nth-child(2) {
  z-index: 2;
}
.zigzag-started .zigzag-started__content > .row:nth-child(3) {
  z-index: 3;
}
.zigzag-started .zigzag-started__content > .row:nth-child(4) {
  z-index: 4;
}
.zigzag-started .zigzag-started__content > .row:last-child {
  margin-bottom: 0;
}

.error-page {
  background: var(--wp--preset--color--secondary-background);
}
.error-page__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 991px) {
  .error-page__inner {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .error-page__inner {
    gap: 15px;
  }
}
.error-page__inner .error-page__image {
  max-width: 520px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.error-page__inner .error-page__image img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}
.error-page__inner h2 {
  margin-bottom: 20px;
  color: #111827;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .error-page__inner h2 {
    margin-bottom: 15px;
  }
}
.error-page__inner p {
  color: #6b7280;
  margin-bottom: 40px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .error-page__inner p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .error-page__inner p {
    margin-bottom: 30px;
  }
}
.error-page__inner .wp-block-buttons {
  display: flex;
  justify-content: center;
}
.error-page__inner .wp-block-button__link {
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .error-page__inner .wp-block-button__link {
    padding: 12px 30px;
  }
}

.search__inner_heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search__inner_heading .wp-block-search {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.search__inner_heading .wp-block-search .wp-block-search__label {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--primary-heading);
}
.search__inner_heading .wp-block-search .wp-block-search__input {
  font-size: var(--wp--preset--font-size--description-sm);
  line-height: 1.5;
  height: 50px;
  font-weight: 400;
  color: var(--wp--preset--color--primary-description);
  padding: clamp(14px, 14px + 4 * (100vw - 360px) / 1560, 18px) clamp(20px, 20px + 5 * (100vw - 360px) / 1560, 25px);
  border: 1px solid var(--wp--preset--color--border-color-primary);
  border-radius: 12px;
  max-width: 500px;
}
.search__inner_heading .wp-block-search input:focus-visible {
  border: 1px solid var(--wp--preset--color--button-background-primary);
}
.search__inner_heading .wp-block-search .wp-block-search__button {
  border-color: transparent;
  transition: all 0.5s;
  padding: 12px 26px;
}
.search__inner_heading .wp-block-search .wp-block-search__button:hover {
  background-color: transparent;
  color: var(--wp--preset--color--button-background-primary);
  border-color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.search__inner_loop ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.search__inner_loop ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.search__inner_loop ul li h2 a {
  transition: color 0.3s ease;
  color: var(--wp--preset--color--primary-heading);
}
.search__inner_loop ul li h2 a:hover {
  color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop ul li .search__inner_loop--content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search__inner_loop .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  gap: 14px 10px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.5;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background-color: var(--wp--preset--color--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current {
  color: var(--wp--preset--color--white-color);
  background-color: var(--wp--preset--color--border-color-primary);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous {
  font-size: var(--wp--preset--font-size--description-xs);
  line-height: 1.5;
  font-weight: 700;
  color: var(--wp--preset--color--primary-heading);
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next:hover,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous:hover {
  color: var(--wp--preset--color--button-background-primary);
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after,
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  font-family: "fontello";
  font-size: var(--wp--preset--font-size--description-xs);
  font-weight: 700;
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-next::after {
  content: "\f006";
}
.search__inner_loop .wp-block-query-pagination .wp-block-query-pagination-previous::before {
  content: "\f007";
}

@media screen and (max-width: 767px) {
  .common-page__content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
  }
}
.common-page__content img {
  width: 100%;
  max-height: 500px;
}
.common-page__content h1,
.common-page__content h2,
.common-page__content h3,
.common-page__content h4,
.common-page__content h5,
.common-page__content h6 {
  margin-bottom: 3px;
  font-weight: 600;
  color: var(--wp--preset--color--primary-color);
}
.common-page__content h1:last-child,
.common-page__content h2:last-child,
.common-page__content h3:last-child,
.common-page__content h4:last-child,
.common-page__content h5:last-child,
.common-page__content h6:last-child {
  margin-bottom: 0;
}
.common-page__content .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.common-page__content h2 {
  font-size: 36px;
}
.common-page__content h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .common-page__content h2 {
    margin-top: 10px;
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .common-page__content h2 {
    margin-top: 8px;
    font-size: 28px;
  }
}
.common-page__content h3 {
  font-size: 27px;
}
@media screen and (max-width: 575px) {
  .common-page__content h3 {
    font-size: 24px;
  }
}
.common-page__content h4 {
  font-size: 23px;
}
@media screen and (max-width: 575px) {
  .common-page__content h4 {
    font-size: 21px;
  }
}
.common-page__content p {
  font-size: var(--wp--preset--font-size--description-sm);
  color: var(--wp--preset--color--black-color);
  font-weight: 400;
  line-height: 1.6;
}
.common-page__content a {
  color: var(--wp--preset--color--primary-color);
  text-decoration: underline;
}
.common-page__content .wp-block-list {
  list-style-position: inside;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 4px 0;
}
.common-page__content ul {
  list-style: disc;
}
.common-page__content ol {
  list-style: decimal;
}

.career-hero__left {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
  justify-content: center;
  padding: var(--wp--preset--spacing--section-padding) 0 var(--wp--preset--spacing--section-padding) calc((100vw - 1140px) / 2);
}
@media screen and (min-width: 1400px) {
  .career-hero__left {
    padding-left: calc((100vw - 1320px) / 2);
  }
}
@media screen and (max-width: 1199px) {
  .career-hero__left {
    padding-left: calc((100vw - 960px) / 2);
  }
}
@media screen and (max-width: 991px) {
  .career-hero__left {
    width: 100%;
    padding: var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2) var(--wp--preset--spacing--common-padding) calc((100vw - 720px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .career-hero__left {
    padding-right: calc((100vw - 540px) / 2);
    padding-left: calc((100vw - 540px) / 2);
  }
}
@media screen and (max-width: 575px) {
  .career-hero__left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.career-hero__left .career-hero-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
}
.career-hero__right {
  height: 100%;
}
.career-hero__right figure {
  height: 100%;
}
.career-hero__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 991px) {
  .career-hero__right img {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .career-hero__right img {
    height: 350px;
  }
}

.our-team-slider__heading {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0px 20px;
}
@media screen and (max-width: 991px) {
  .our-team-slider__heading {
    gap: 12px;
  }
}
.our-team-slider .team-card img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 991px) {
  .our-team-slider .team-card img {
    height: 300px;
  }
}

.our-culture__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 14px;
}
@media screen and (max-width: 1199px) {
  .our-culture__heading {
    gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .our-culture__heading {
    gap: 12px;
  }
}
@media screen and (max-width: 991px) {
  .our-culture__heading p br {
    display: none;
  }
}
.our-culture__card {
  padding: 16px 16px 20px 16px;
  border-radius: 12px;
  background-color: var(--wp--preset--color--white-color);
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.our-culture__card h3 {
  margin-top: 8px;
}
.our-culture__card img {
  border-radius: 10px;
  height: 180px;
}
@media screen and (max-width: 575px) {
  .our-culture__card img {
    height: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .our-culture .row > div {
    flex: 0 0 300px;
    max-width: 300px;
  }
  .our-culture .row {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 14px;
  }
  .our-culture .row::-webkit-scrollbar {
    height: 6px;
  }
  .our-culture .row::-webkit-scrollbar-thumb {
    border-radius: 999px;
  }
}

@font-face {
  font-family: "fontello";
  src: "/assets/font/fontello-font/font/fontello.woff2" format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "fontawesome";
  src: "/assets/font/fontawesome/webfonts/fa-regular-400.woff2" format("truetype");
  font-display: swap;
}
.career-single__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.career-single__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 8px 0 14px 0;
}
@media screen and (max-width: 575px) {
  .career-single__meta {
    gap: 8px;
  }
}
.career-single__meta br {
  display: none;
}
.career-single__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgb(229, 231, 235);
  padding: 10px 14px;
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--md);
  font-weight: 500;
  color: rgb(59, 59, 59);
  background: var(--wp--preset--color--white-color);
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .career-single__tag {
    padding: 6px 12px;
  }
}
.career-single__tag svg {
  flex-shrink: 0;
  stroke: rgb(59, 59, 59);
  height: 16px;
  width: 16px;
}
.career-single__tag.category {
  font-style: italic;
  font-weight: 500;
}

.career-content .row {
  --bs-gutter-x: 32px;
}
@media screen and (max-width: 991px) {
  .career-content .row {
    --bs-gutter-x: 0;
    gap: var(--wp--preset--spacing--common-padding) 0;
  }
}
.career-content .wp-block-post-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .career-content .wp-block-post-content {
    gap: 18px;
  }
}
.career-content .wp-block-post-content img {
  width: 100%;
  max-height: 500px;
  border-radius: 12px;
}
.career-content .wp-block-post-content a {
  color: var(--wp--preset--color--primary-color);
}
.career-content .wp-block-post-content h2 {
  font-size: 24px;
  margin-top: 10px;
  color: var(--wp--preset--color--primary-heading);
}
.career-content .wp-block-post-content h2:first-child {
  margin-top: 0;
}
.career-content .wp-block-post-content h3 {
  font-size: 22px;
}
.career-content .wp-block-post-content h4 {
  font-size: 20px;
}
.career-content .wp-block-post-content h5 {
  font-size: 18px;
}
.career-content .wp-block-post-content p,
.career-content .wp-block-post-content li {
  font-size: var(--wp--preset--font-size--description-md);
  color: rgb(68, 68, 68);
  font-weight: 500;
}
.career-content .wp-block-post-content .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style-position: inside;
  padding-top: 20px;
  border-top: 1px solid rgba(68, 68, 68, 0.15);
}
.career-content .wp-block-post-content ul {
  list-style: disc;
}
.career-content .wp-block-post-content ol {
  list-style: decimal;
}

.career-newsletter {
  padding: 32px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 991px) {
  .career-newsletter {
    padding: 30px;
  }
}
@media screen and (max-width: 425px) {
  .career-newsletter {
    padding: 24px;
  }
}
.career-newsletter .subscribe-form {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .career-newsletter .subscribe-form {
    gap: 11px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 425px) {
  .career-newsletter .subscribe-form {
    flex-direction: column;
    align-items: center;
  }
}
.career-newsletter .subscribe-form__field .wpcf7-form-control-wrap {
  display: block;
}
.career-newsletter .subscribe-form__field input[type=email] {
  width: 100%;
  border: none;
  border-radius: 50px;
  background: #f2f2f2;
  padding: 16px 26px;
  font-size: var(--wp--preset--font-size--description-sm);
  outline: none;
}
.career-newsletter .subscribe-form__button input[type=submit] {
  padding: 16px 24px;
  border: none;
  border-radius: 50px;
  background: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
@media screen and (max-width: 425px) {
  .career-newsletter .subscribe-form__button input[type=submit] {
    width: 100%;
    padding-top: clamp(13px, 2vw, 16px);
    padding-right: clamp(20px, 3vw, 28px);
    padding-bottom: clamp(13px, 2vw, 16px);
    padding-left: clamp(20px, 3vw, 28px);
  }
}
@media screen and (max-width: 425px) {
  .career-newsletter .subscribe-form__button {
    width: 100%;
  }
}
.career-newsletter .wpcf7-spinner {
  position: absolute;
  right: -50px;
  top: 10px;
}
@media screen and (max-width: 991px) {
  .career-newsletter .wpcf7-spinner {
    right: 8%;
  }
}
@media screen and (max-width: 767px) {
  .career-newsletter .wpcf7-spinner {
    right: -52px;
  }
}
@media screen and (max-width: 425px) {
  .career-newsletter .wpcf7-spinner {
    top: 71px;
    right: 8%;
  }
}
.career-newsletter .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -28px;
}
@media screen and (max-width: 425px) {
  .career-newsletter .wpcf7-not-valid-tip {
    bottom: -77px;
    font-size: 14px;
  }
}
.career-newsletter .wpcf7 form .wpcf7-response-output {
  position: relative;
  border: none !important;
  text-align: left;
  padding: 0 !important;
  margin: 10px 0 0 0;
}
.career-newsletter .wpcf7-response-output {
  display: none;
}
.career-newsletter .wpcf7-form.sent .wpcf7-response-output {
  display: block;
}

.career-info {
  padding: 32px;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .career-info {
    padding: 26px;
  }
}
@media screen and (max-width: 991px) {
  .career-info {
    padding: 30px;
  }
}
@media screen and (max-width: 425px) {
  .career-info {
    padding: 24px;
  }
}
.career-info .cic-section {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .career-info .cic-section {
    gap: 16px;
  }
}
.career-info .cic-icon {
  color: #555;
  flex-shrink: 0;
  padding-top: 5px;
}
.career-info .cic-content h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: 600;
  color: rgb(31, 31, 31);
}
.career-info .cic-content p {
  margin: 0;
  font-size: var(--wp--preset--font-size--description-sm);
  color: rgb(68, 68, 68);
}
.career-info .cic-content ul {
  margin: 0;
  list-style: disc;
  list-style-position: inside;
  color: rgb(68, 68, 68);
}
.career-info .cic-content ul li {
  margin-bottom: 5px;
  font-size: var(--wp--preset--font-size--description-sm);
}
.career-info .cic-divider {
  border: 0;
  border-top: 1px solid rgb(214, 203, 184);
  margin: 25px 0;
}
.career-info .wp-block-button {
  margin-top: 24px;
  width: 100%;
}
.career-info .wp-block-button a {
  width: 100%;
  display: flex;
  justify-content: center;
}

.career-form__inner {
  padding: var(--wp--preset--spacing--common-padding);
}
@media screen and (max-width: 991px) {
  .career-form__inner {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 425px) {
  .career-form__inner {
    padding: 24px;
  }
}
@media screen and (max-width: 991px) {
  .career-form__inner .caf-form {
    margin-bottom: 40px;
  }
}
.career-form__inner .cat-map p {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .career-form__inner .cat-map p {
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .career-form__inner h2 {
    padding-bottom: 14px;
  }
}
.career-form__inner .wpcf7-file {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  background: #f8f8f8;
}
.career-form__inner .wpcf7-file::file-selector-button {
  background: var(--wp--preset--color--white-color);
  border: 1px solid rgb(229, 231, 235);
  color: var(--wp--preset--color--black-color);
  padding: 6px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 12px;
}
.career-form__inner .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  border: none;
  padding: 0;
}
.career-form__inner .caf-form .cat-required {
  color: #f64756;
  font-weight: 700;
  margin-left: 3px;
}
.career-form__inner .caf-form br {
  display: none;
}
.career-form__inner .caf-form .caf-row {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .career-form__inner .caf-form .caf-row {
    flex-direction: column;
  }
}
.career-form__inner .caf-form .caf-row div {
  width: 100%;
}
.career-form__inner .caf-form .caf-row p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.career-form__inner .caf-form .caf-row p label {
  color: var(--wp--preset--color--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
}
.career-form__inner .caf-form .caf-row p small {
  color: rgb(109, 109, 109);
}
.career-form__inner .caf-form .caf-row p input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 14px 20px;
  gap: 8px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgb(222, 222, 222);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .career-form__inner .caf-form .caf-row p input {
    padding: 12px 16px;
  }
}
.career-form__inner .caf-form .caf-row p .wpcf7-file {
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .career-form__inner .caf-form .caf-row p .wpcf7-file {
    padding: 8px 15px;
  }
}
.career-form__inner .caf-form .caf-row-role {
  padding-bottom: 20px;
}
.career-form__inner .caf-form .caf-row-role input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 14px 20px;
  gap: 8px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgb(222, 222, 222);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .career-form__inner .caf-form .caf-row-role input {
    padding: 12px 16px;
  }
}
.career-form__inner .caf-form .caf-row-full {
  width: 100%;
}
.career-form__inner .caf-form .caf-row-full p {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.career-form__inner .caf-form .caf-row-full p label {
  color: var(--wp--preset--color--black-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
}
.career-form__inner .caf-form .caf-row-full p textarea {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "satoshi";
  justify-content: left;
  padding: 14px 20px;
  gap: 8px;
  border-radius: 10px;
  width: 100%;
  height: 96px;
  border: 1px solid rgb(222, 222, 222);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .career-form__inner .caf-form .caf-row-full p textarea {
    padding: 12px 16px;
  }
}
.career-form__inner .caf-form .caf-btn {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .career-form__inner .caf-form .caf-btn {
    padding-top: 26px;
  }
}
.career-form__inner .caf-form .caf-btn p {
  display: flex;
  align-items: center;
}
.career-form__inner .caf-form .caf-btn p .wpcf7-spinner {
  display: flex;
  flex-shrink: 0;
}
.career-form__inner .caf-form .caf-btn .wpcf7-form-control {
  align-items: center;
  background: var(--wp--preset--color--primary-color);
  border: none;
  border-radius: 55px;
  color: var(--wp--preset--color--white-color);
  cursor: pointer;
  display: flex;
  border: 1px solid var(--wp--preset--color--primary-color);
  font-size: var(--wp--preset--font-size--description-sm);
  font-weight: 700;
  justify-content: center;
  text-transform: capitalize;
  transition: background-color 0.2s ease, transform 0.1s ease;
  width: 100%;
  padding: 14px 28px;
}
.career-form__inner .caf-form .caf-btn .wpcf7-form-control:hover {
  background-color: var(--wp--preset--color--white-color);
  color: var(--wp--preset--color--primary-color);
}
.career-form div[data-wpcf7-id="990"] {
  display: none;
}

.cat-pharmacy-clinical div[data-wpcf7-id="948"] {
  display: none;
}
.cat-pharmacy-clinical div[data-wpcf7-id="990"] {
  display: block;
}

.career-specific {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--wp--preset--color--primary-color);
}
.career-specific .ticker-section {
  background: var(--wp--preset--color--primary-color);
  padding: 12px 0;
  overflow: hidden;
  position: absolute;
  left: -20px;
  z-index: 1;
  top: 39%;
  transform: rotate(-7deg);
}
@media only screen and (max-width: 1540px) {
  .career-specific .ticker-section {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1450px) {
  .career-specific .ticker-section {
    transform: rotate(-12deg);
    left: -60px;
  }
}
.career-specific .ticker-section__white {
  background-color: rgba(255, 255, 255, 0.53);
  transform: rotate(7deg);
  top: 82%;
}
@media only screen and (max-width: 908px) {
  .career-specific .ticker-section__white {
    top: 58%;
  }
}
@media only screen and (max-width: 455px) {
  .career-specific .ticker-section__white {
    top: 44%;
  }
}
@media screen and (max-width: 425px) {
  .career-specific .ticker-section__white {
    top: 46%;
  }
}
.career-specific .ticker-wrapper {
  overflow: hidden;
  width: 100%;
}
.career-specific .ticker-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: tickerMove 40s linear infinite;
}
.career-specific .ticker-item {
  color: var(--wp--preset--color--white-color);
  font-size: 26px;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 30px;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 1540px) {
  .career-specific .ticker-item {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .career-specific .ticker-item {
    font-size: 22px;
  }
}
.career-specific .ticker-item::after {
  content: "\e811";
  font-family: "fontello";
  position: absolute;
  right: -5px;
  color: var(--wp--preset--color--white-color);
}
@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.career-specific__container {
  position: relative;
  z-index: 2;
}
.career-specific__title {
  padding-bottom: 14px;
}
.career-specific__form {
  padding-top: 30px;
}
.career-specific__card {
  background: var(--wp--preset--color--white-color);
  padding: 50px;
  border-radius: 16px 16px 0 0;
  max-width: 700px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.career-specific .c-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 15px;
}
.career-specific .c-form br {
  display: none;
}
.career-specific .c-form p {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.career-specific .c-form p label {
  color: rgb(38, 50, 56);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: capitalize;
}
.career-specific .c-form p input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  padding: 14px 20px;
  gap: 8px;
  border-radius: 10px;
  width: 100%;
  border: 1px solid rgb(222, 222, 222);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
@media screen and (max-width: 767px) {
  .career-specific .c-form p input {
    padding: 12px 16px;
  }
}
.career-specific .c-form__input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fdfdfd;
}
.career-specific .c-form__help {
  display: block;
  font-size: 12px;
  color: rgb(109, 109, 109);
}
.career-specific .c-form__submit-wrapper .c-form__submit {
  background: var(--wp--preset--color--primary-color);
  color: var(--wp--preset--color--white-color);
  border: 1px solid var(--wp--preset--color--primary-color);
  padding: 14px 28px;
  border-radius: 55px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.career-specific .c-form__submit-wrapper .c-form__submit:hover {
  background-color: var(--wp--preset--color--white-color);
  color: var(--wp--preset--color--primary-color);
}
.career-specific .c-form__submit-wrapper {
  margin-top: 22px;
}
.career-specific .c-form__submit-wrapper p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0;
}
.career-specific .wpcf7-file {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
}
.career-specific .wpcf7-file::file-selector-button {
  background: var(--wp--preset--color--white-color);
  border: 1px solid rgb(229, 231, 235);
  color: var(--wp--preset--color--black-color);
  padding: 5px 16px;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 12px;
}
.career-specific .cat-required {
  color: red;
}
.career-specific .wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  border: none;
  padding: 0;
}
.career-specific .wpcf7-form-control-wrap .wpcf7-file {
  padding: 8px 20px;
}
@media screen and (max-width: 767px) {
  .career-specific .wpcf7-form-control-wrap .wpcf7-file {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 767px) {
  .career-specific .c-form__row {
    grid-template-columns: 1fr;
  }
  .career-specific .career-specific__card {
    padding: 30px;
  }
}
@media screen and (max-width: 425px) {
  .career-specific .career-specific__card {
    padding: 24px;
  }
}/*# sourceMappingURL=main.css.map */