/*
Theme Name: Consulo Creative Business Consulting Template
Theme URI: https://consulo-html.vercel.app/
Author: Spree Themes
Author URI: https://web.facebook.com
Description: Consulo is a creative business consulting template designed for corporate entities and professional businesses.
Version: 1.0.6
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: var(--color-foreground);
  background: var(--color-background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  min-height: 100svh;
}

html {
  /* Firefox */
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.scroll-lock {
  overflow: hidden;
}

#drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
}

#drawer-overlay:not(.show) {
  display: none;
}

@media (max-width: 991px) {
  #drawer-overlay {
    display: none;
  }
}

img,
picture,
video,
canvas,
iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  aspect-ratio: attr(width)/attr(height);
}

svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

iframe,
img {
  width: 100%;
  height: auto;
  align-items: left !important;
  margin-left: 20px !important;
}

input,
textarea,
select {
  font: inherit;
  border-radius: var(--style-border-radius-inputs);
}

textarea,
input {
  color: var(--color-input-text);
  background-color: var(--color-input-background);
  border: var(--style-border-width-inputs) solid var(--color-input-border);
  outline: none;
}

textarea:focus,
textarea:hover,
input:focus,
input:hover {
  color: var(--color-input-hover-text);
  background-color: var(--color-input-hover-background);
  border-color: var(--color-input-hover-border);
}

/* override ios and firefox defaults */
select {
  background-color: var(--color-background);
  color: currentcolor;
}

dialog {
  background-color: var(--color-background);
  color: var(--color-foreground);
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
}

p:empty {
  display: none;
}

:is(p, h1, h2, h3, h4, h5, h6):first-child,
:empty:first-child+ :where(p, h1, h2, h3, h4, h5, h6) {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

:is(p, h1, h2, h3, h4, h5, h6):last-child,
:where(p, h1, h2, h3, h4, h5, h6)+ :has(+ :empty:last-child) {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

/* Focus */
.focus-inset {
  outline-offset: calc(var(--focus-outline-width) * -1);
}

.svg-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Typography */
/* .heading {
  color: var(--color-foreground-heading);
  font-weight: var(--font-heading--weight);
  font-family: var(--font-heading--family);
  font-style: var(--font-heading--style);
  letter-spacing: normal; } */

.heading-color {
  color: var(--color-foreground-heading);
}

.subheading {
  color: var(--color-foreground-subheading);
  font-weight: 500;
  font-family: var(--font-heading--family);
  font-style: normal;
  letter-spacing: normal;
}

.subheading-bg {
  background-color: var(--color-background-subheading);
  letter-spacing: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 20px;
  border-radius: 40px;
  border: 1px solid var(--color-border-subheading-bg);
  gap: 5px;
}

.text {
  letter-spacing: normal;
  font-weight: var(--font-body--weight);
  color: var(--color-foreground);
  font-family: var(--font-body--family);
  font-style: var(--font-body--style);
}

h1,
.h1 {
  letter-spacing: 1px;
  font-size: 63px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 70px;
  color: #000;
  font-family: "Poppins", sans-serif !important;
}

h2,
.h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 30px !important;
  line-height: 1.45;
  letter-spacing: 0px;
  color: rgb(47 80 157) !important;
  font-weight: 700;
}

h3,
.h3 {
  font-size: var(--font-h3--size);
  line-height: 1;
}

h4,
.h4 {
  font-family: "Poppins", sans-serif !important;
  font-size: 22px !important;
  line-height: 1.45;
  letter-spacing: 0px;
  color: rgb(47 80 157) !important;
  font-weight: 600;
}

h5,
.h5 {
  font-size: var(--font-h5--size);
  line-height: 1.3;
}

h6,
.h6 {
  font-size: var(--font-h6--size);
  line-height: 1.4;
}

strong,
.strong {
  font-weight: 600;
}


p,
.p {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  letter-spacing: 0.6px;
  font-weight: 300;
}

.text-260 {
  font-size: 260px;
  line-height: 1;
  letter-spacing: 32px;
}

.text-180 {
  font-size: 180px;
  line-height: 1;
}

.text-110 {
  font-size: 110px;
  line-height: 1.1;
}

.text-90 {
  font-size: 90px;
  line-height: 1.15;
}

.text-80 {
  font-size: 80px;
  line-height: 1.17;
}

.text-64 {
  font-size: 64px;
  line-height: 1.2;
}

.text-50 {
  font-size: 50px;
  line-height: 1.2;
}

.text-36 {
  font-size: 36px;
  line-height: 1.2;
}

.text-32 {
  font-size: 32px;
  line-height: 1.2;
}

.text-30 {
  font-size: 30px;
  line-height: 1.2;
}

.text-28 {
  font-size: 28px;
  line-height: 1.2;
}

.text-24 {
  font-size: 24px;
  line-height: 1.25;
}

.text-22 {
  font-size: 22px;
  line-height: 1.3;
}

.text-20 {
  font-size: 20px;
  line-height: 1.3;
}

.text-18 {
  font-size: 18px;
  line-height: 1.55;
}

.text-16 {
  font-size: 16px;
  line-height: 1.62;
}

.text-14 {
  font-size: 14px;
  line-height: 1.62;
}

.text-12 {
  font-size: 12px;
  line-height: 1;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

@media (max-width: 1440px) {
  .text-260 {
    font-size: 210px;
  }

  .text-180 {
    font-size: 150px;
  }
}

@media (max-width: 1399px) {
  .text-180 {
    font-size: 120px;
  }

  .text-110 {
    font-size: 90px;
  }

  .text-90 {
    font-size: 70px;
  }

  .text-80 {
    font-size: 60px;
  }

  .text-64 {
    font-size: 54px;
  }

  .text-50 {
    font-size: 44px;
  }
}

@media (max-width: 1199px) {
  .text-260 {
    font-size: 180px;
    letter-spacing: 24px;
  }

  .text-180 {
    font-size: 100px;
  }
}

@media (max-width: 991px) {
  .text-260 {
    font-size: 130px;
    letter-spacing: 20px;
  }

  .text-110 {
    font-size: 70px;
  }

  .text-90,
  .text-80 {
    font-size: 60px;
  }

  .text-64 {
    font-size: 50px;
  }

  .text-50 {
    font-size: 40px;
  }

  .text-180 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .text-260 {
    font-size: 60px;
    letter-spacing: 12px;
  }

  .text-180 {
    font-size: 60px;
  }

  .text-110 {
    font-size: 60px;
  }

  .text-90,
  .text-80 {
    font-size: 50px;
  }

  .text-64 {
    font-size: 42px;
  }

  .text-50 {
    font-size: 38px;
  }

  .text-36 {
    font-size: 32px;
  }

  .text-32 {
    font-size: 30px;
  }

  .text-30 {
    font-size: 28px;
  }

  .text-28 {
    font-size: 24px;
  }

  .text-24 {
    font-size: 22px;
  }

  .text-22 {
    font-size: 20px;
  }

  .text-20 {
    font-size: 18px;
  }

  .text-18 {
    font-size: 16px;
  }
}

/* Icons */
.icon-80 {
  min-width: 80px;
  height: 80px;
}

.icon-62 {
  min-width: 62px;
  height: 62px;
}

.icon-50 {
  min-width: 50px;
  height: 50px;
}

.icon-32 {
  min-width: 32px;
  height: 32px;
}

.icon-28 {
  min-width: 28px;
  height: 28px;
}

.icon-24 {
  min-width: 24px;
  height: 24px;
}

.icon-20 {
  min-width: 20px;
  height: 20px;
}

.icon-18 {
  min-width: 18px;
  height: 18px;
}

.icon-14 {
  min-width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .icon-80 {
    min-width: 60px;
    height: 60px;
  }

  .icon-62 {
    min-width: 48px;
    height: 48px;
  }
}

/* Buttons */
.button {
  display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    font-family: "Public Sans", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 25px;
    text-decoration: none;
    transition: .35s;
}

.button-without-icon {
  padding: 10px 30px;
}

.button-without-icon.button--slim {
  padding: 10px 15px;
}

.button--slim {
  height: var(--style-button-slim-height);
  min-height: var(--style-button-slim-height);
}

.button--primary {
  color: var(--color-primary-button-text);
  background-color: rgb(46 77 151);
  border: var(--style-border-width-buttons-primary) solid var(--color-primary-button-border);
  border-radius: var(--style-border-radius-buttons-primary);
  margin-left: 40px;
  margin-bottom: 80px;
}

.button--primary:focus,
.button--primary:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--color-primary-button-hover-text);
  background-color: var(--color-primary-button-hover-background);
  border: var(--style-border-width-buttons-primary) solid var(--color-primary-button-hover-border);
}

.button--secondary {
  color: var(--color-secondary-button-text);
  background-color: var(--color-secondary-button-background);
  border: var(--style-border-width-buttons-secondary) solid var(--color-secondary-button-border);
  border-radius: var(--style-border-radius-buttons-secondary);
}

.button--secondary:focus,
.button--secondary:hover {
  color: var(--color-secondary-button-hover-text);
  background-color: var(--color-secondary-button-hover-background);
  border: var(--style-border-width-buttons-secondary) solid var(--color-secondary-button-hover-border);
}

.button .svg-wrapper {
  color: var(--color-primary-button-icon);
  background-color: var(--color-primary-button-icon-background);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 36px;
  height: 36px;
  border-radius: 100%;
}

.button:focus .svg-wrapper,
.button:hover .svg-wrapper {
  color: var(--color-primary-button-hover-icon);
  background-color: var(--color-primary-button-hover-icon-background);
}

.button--secondary .svg-wrapper {
  color: var(--color-secondary-button-icon);
  background-color: var(--color-secondary-button-icon-background);
}

.button--secondary:focus .svg-wrapper,
.button--secondary:hover .svg-wrapper {
  color: var(--color-secondary-button-hover-icon);
  background-color: var(--color-secondary-button-hover-icon-background);
}

.button--cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 24px !important;
    border-radius: 12px !important;
    font-family: "Public Sans", sans-serif !important;
    font-size: 16px !important;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
}

.button--cta svg {
  --size: 12px;
  width: var(--size);
  height: var(--size);
}

.button--cta:hover {
  color: rgb(46 77 151);
  border-color: var(--color-primary-hover);
}

@media (max-width: 767px) {
  .button {
    min-height: var(--style-button-height-mobile);
    font-size: var(--font-button-size-mobile);
  }

  .button--slim {
    height: var(--style-button-slim-height-mobile);
    min-height: var(--style-button-slim-height-mobile);
  }
}

.content-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-overlay);
}

.list-unstyled {
  padding: 0;
  list-style: none;
  margin: 0;
}

.border-bottom--theme {
  border-bottom: var(--style-border-width) solid var(--color-border);
}

.height-inherit {
  height: inherit;
}

.height-100 {
  height: 100%;
}

.height-auto {
  min-height: auto;
  height: auto;
}

.mt-100 {
  margin-top: 100px;
}

.no-box-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.no-underline {
  text-decoration: none;
}

.section-content {
  display: block;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.section-content+.section-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-headings-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.section-headings-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.section-headings-right {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.section-headings-right>.text+.button {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.headings-width,
.section-headings-left {
  max-width: 645px;
}

.headings-width {
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.section-headings .subheading+.heading {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.section-headings .promotion-lists,
.section-headings .text-lists,
.section-headings .list-block,
.section-headings .heading+.text {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.section-headings:not(.section-headings-horizontal) .buttons {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}

.section-headings-sticky {
  --position: calc(var(--header-height) + 40px);
  position: -webkit-sticky;
  position: sticky;
  top: var(--position, 0px);
}

.section-padding {
  --padding-top: 100px;
  --padding-bottom: 100px;
  -webkit-padding-before: var(--padding-top);
  padding-block-start: var(--padding-top);
  -webkit-padding-after: var(--padding-bottom);
  padding-block-end: var(--padding-bottom);
}

.scroll-margin {
  --scroll-top: calc(var(--header-height) + 40px);
  scroll-margin-block-start: var(--scroll-top, 100px);
}

.separetor {
  position: relative;
  padding: 48px 0;
}

.separetor:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--color-border);
}

.no-scroll {
  overflow: hidden;
}

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }

  .section-padding {
    --padding-top: 80px;
    --padding-bottom: 80px;
  }

  .section-content {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

@media (max-width: 767px) {
  .mt-100 {
    margin-top: 60px;
  }

  .section-headings .subheading+.heading {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }

  .section-headings .promotion-lists,
  .section-headings .text-lists,
  .section-headings .list-block,
  .section-headings .heading+.text {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }

  .section-headings:not(.section-headings-horizontal) .buttons,
  .section-headings .buttons {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .section-headings-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
  }

  .section-headings-horizontal .buttons {
    width: 100%;
  }

  .section-padding {
    --padding-top: 60px;
    --padding-bottom: 60px;
  }

  .section-headings-right>.text+.button {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .section-content+.section-button {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

/* drawer opener */
drawer-opener {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

drawer-opener svg {
  width: 100%;
  height: 100%;
}

drawer-opener.menu-close svg {
  width: 30px;
  height: 30px;
}

drawer-opener * {
  pointer-events: none;
}

.open-sidebar {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-background: rgba(32, 40, 45, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 20px;
  border-radius: 8px;
  gap: 6px;
  color: var(--color-foreground);
  background-color: var(--color-background);
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
}

.open-sidebar svg {
  --size: 20px;
  width: var(--size);
  height: var(--size);
}

.menu-open {
  width: 36px;
  height: 36px;
  color: var(--color-foreground);
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.social-link {
  text-decoration: none;
  width: var(--size-social, 44px);
  height: var(--size-social, 44px);
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-repeat: repeat;
  background-size: contain;
}

.radius18 {
  border-radius: 18px;
  overflow: hidden;
}

.radius10 {
  border-radius: 10px;
  overflow: hidden;
}

.card-icon-text .svg-wrapper {
  --size: 70px;
  min-width: var(--size, 70px);
  width: var(--size, 70px);
  height: var(--size, 70px);
}

.card-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.card-icon-text .heading+.text {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.card-icon-text-horizontal {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.service-slider .card-icon-text-horizontal {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
  gap: 30px;
}

@media (max-width: 1279px) {
  .card-icon-text .svg-wrapper {
    --size: 60px;
  }
}

@media (max-width: 767px) {
  .radius18 {
    border-radius: 10px;
  }
}

@media (min-width: 2000px) {
  .bg-contain {
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.infinite-rotate {
  -webkit-animation: inifinte-rotation 20s infinite linear;
  animation: inifinte-rotation 20s infinite linear;
}

@-webkit-keyframes inifinte-rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes inifinte-rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.overflow-hidden {
  overflow: hidden;
}

.media-wrapper {
  position: relative;
  height: 100%;
}

.iframe-wrapper,
.media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.media-bg {
  z-index: -1;
}

.iframe-wrapper iframe,
.media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 86px;
  width: 52px;
  height: 52px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
  z-index: 11;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.whatsapp-float:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.whatsapp-float svg {
  width: 26px;
  height: 26px;
  display: block;
}

.scroll-to-top {
  --size: 50px;
  position: fixed;
  width: var(--size);
  height: var(--size);
  bottom: 20px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 10;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1c2539;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 22px rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 22px rgba(255, 255, 255, 0.5);
}

.scroll-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

.scroll-lock .scroll-to-top {
  display: none;
}

.scroll-to-top svg {
  --size: 22px;
  color: #fff;
  width: var(--size);
  height: var(--size);
}

@media (max-width: 767px) {
  .whatsapp-float {
    right: 15px;
    bottom: 74px;
    width: 46px;
    height: 46px;
  }

  .whatsapp-float svg {
    width: 22px;
    height: 22px;
  }

  .scroll-to-top {
    --size: 40px;
    right: 15px;
  }

  .scroll-to-top svg {
    --size: 20px;
  }
}

/* Swiper Slider */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: none;
}

.swiper:not(.swiper-initialized) {
  opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: var(--swiper-navigation-color);
  background-color: var(--swiper-navigation-background-color);
}

.swiper-button-prev:focus,
.swiper-button-prev:hover,
.swiper-button-next:focus,
.swiper-button-next:hover {
  color: var(--swiper-navigation-hover-color);
  background-color: var(--swiper-navigation-hover-background-color);
}

.swiper-nav-inner>* {
  --size: 44px;
  --color-border: rgba(28, 37, 57, 0);
  --style-border-width: 1px;
  position: static;
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  border: var(--style-border-width) solid var(--color-border);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
}

.swiper-nav-inner>*:focus,
.swiper-nav-inner>*:hover {
  --color-border: rgba(28, 37, 57, 1);
}

.swiper-nav-inner svg {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
}

.swiper-nav-border {
  --margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: var(--margin-top);
  margin-block-start: var(--margin-top);
  position: relative;
}

.swiper-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 20px;
}

.swiper-nav-border:after {
  --color-border: rgba(93, 102, 111, 1);
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1px;
  background: var(--color-border);
  width: 90%;
}

@media (max-width: 767px) {
  .swiper-nav-border {
    --margin-top: 40px;
  }

  .swiper-nav-inner>* {
    --size: 36px;
  }

  .swiper-nav-inner {
    gap: 16px;
  }
}

/* container */
.product-grid {
  row-gap: 30px;
}

.container-narrow {
  max-width: 1000px;
}

@media (min-width: 1280px) {
  .container-fluid {
    max-width: 1680px;
    -webkit-padding-start: 3rem;
    padding-inline-start: 3rem;
    -webkit-padding-end: 3rem;
    padding-inline-end: 3rem;
  }
}

@media (max-width: 991px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 3rem;
  }
}

@media (max-width: 767px) {
  .product-grid {
    row-gap: 24px;
  }
}

.decorated-text {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  outline: 1.5px solid var(--color-foreground-heading);
  outline-offset: -9px;
}

.decorated-text::before,
.decorated-text::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-foreground-heading);
}

.decorated-text::before {
  top: 0;
  left: 0;
}

.decorated-text::after {
  bottom: 0;
  right: 0;
}

.decorated-text span::before,
.decorated-text span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--color-foreground-heading);
}

.decorated-text span::before {
  top: 0;
  right: 0;
}

.decorated-text span::after {
  bottom: 0;
  left: 0;
}

.accordion-block {
  --color-background: rgba(242, 242, 242, 1);
  border-radius: 10px;
  background-color: var(--color-background);
  overflow: hidden;
}

.accordion-opener {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 20px;
  cursor: pointer;
}

.accordion-block.active .accordion-opener {
  --color-background: rgba(28, 37, 57, 0.208);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  background-color: var(--color-background);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-content {
  max-height: 0;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

.accordion-content-inner {
  padding: 24px 20px;
}

.accordion-opener .svg-wrapper {
  --color-background: rgba(32, 40, 45, 1);
  min-width: 30px;
  height: 30px;
  background-color: var(--color-background);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-block.active .accordion-opener .svg-wrapper {
  --color-background: rgba(255, 255, 255, 1);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-opener .svg-wrapper svg {
  --color-foreground: rgba(255, 255, 255, 1);
  color: var(--color-foreground);
}

.accordion-block.active .accordion-opener .svg-wrapper svg {
  --color-foreground: rgba(32, 40, 45, 1);
  color: var(--color-foreground);
}

@media (max-width: 767px) {
  .accordion-opener {
    gap: 24px;
    padding: 24px 15px;
  }

  .accordion-content-inner {
    padding: 24px 15px;
  }
}

/*---- Video ----*/
.video {
  --color-foreground: rgba(255, 255, 255, 0.7);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-primary-button-text: rgba(32, 40, 45, 1);
  --color-primary-button-background: rgba(255, 255, 255, 1);
  --color-primary-button-border: rgba(255, 255, 255, 1);
  position: relative;
  min-height: 530px;
}

.video .content {
  max-width: 546px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.video .video-wrap {
  -webkit-margin-before: 70px;
  margin-block-start: 70px;
  display: block;
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
}

.video-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-modal-inner {
  --color-border: rgba(32, 40, 45, 1);
  position: relative;
  width: 90%;
  max-width: 900px;
  border: 5px solid var(--color-border);
}

.video-frame {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
}

.close {
  --color-background: rgba(50, 113, 124, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  position: absolute;
  top: -16px;
  right: -16px;
  cursor: pointer;
  color: var(--color-foreground);
  background: var(--color-background);
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}

.hero-slider {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --slider-nav-height: 120px;
  min-height: 100vh;
}

.hero-slider-wrapper {
  display: block;
}

.slider-card {
  position: relative;
  -webkit-padding-before: var(--slider-nav-height);
  padding-block-start: var(--slider-nav-height);
  -webkit-padding-after: var(--slider-nav-height);
  padding-block-end: var(--slider-nav-height);
}

.with-floating-header .slider-card {
  -webkit-padding-before: calc(var(--header-height) + 60px);
  padding-block-start: calc(var(--header-height) + 60px);
  -webkit-padding-after: calc(var(--header-height) + 60px);
  padding-block-end: calc(var(--header-height) + 60px);
}

.slider-card .content-box {
  max-width: 772px;
}

.slider-card-4 .content-box {
  max-width: 1000px;
}

.slider-card-4 .heading-color {
  --color-foreground-heading: rgba(130, 180, 255, 1);
}

.slider-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.slider-media img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: var(--slider-nav-height);
}

.slider-nav .swiper-button-next,
.slider-nav .swiper-button-prev {
  position: static;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 50%;
  height: inherit;
  color: var(--swiper-navigation-color);
  background-color: var(--swiper-navigation-background-color);
  border: none;
  outline: none;
  border-top: 1px solid var(--color-border);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-nav .swiper-button-next:hover,
.slider-nav .swiper-button-prev:hover {
  color: var(--swiper-navigation-hover-color);
  background-color: var(--swiper-navigation-hover-background-color);
  border-top: 1px solid var(--color-border-hover);
}

.slider-nav .swiper-button-next svg,
.slider-nav .swiper-button-prev svg {
  width: 32px;
  height: 32px;
}

hero-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-card {
  height: 100%;
}

.slider-animation>* {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.slider-animation>*:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.slider-animation>*:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.slider-animation>*:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.swiper-slide-active .slider-animation>* {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.slider-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.slider-with-thumb .slider-card {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-with-thumb .thumb-slider {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  max-width: 400px;
  position: absolute;
  bottom: 24px;
  right: 24px;
}

.slider-with-thumb .thumb-slider .swiper {
  padding: 24px;
}

.slider-with-thumb .thumb-img {
  max-width: 110px;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.slider-with-thumb .swiper-slide-thumb-active .thumb-img {
  outline: 2px solid #fff;
  outline-offset: 5px;
}

.slider-with-thumb .thumb-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}

.thumb-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-with-thumb .swiper-slide-thumb-active .thumb-img:before {
  background: rgba(0, 0, 0, 0);
}

.slider-with-thumb .slider-card .content-box {
  max-width: 840px;
}

@media (max-width: 1600px) {
  .hero-slider {
    --slider-nav-height: 80px;
  }
}

@media (max-width: 1280px) {
  .hero-slider {
    --slider-nav-height: 60px;
  }

  .hero-slider-3 {
    min-height: 640px;
  }
}

@media (max-width: 767px) {

  .slider-nav .swiper-button-next svg,
  .slider-nav .swiper-button-prev svg {
    width: 28px;
    height: 28px;
  }

  .with-floating-header .slider-card {
    -webkit-padding-before: calc(var(--header-height) + 40px);
    padding-block-start: calc(var(--header-height) + 40px);
    -webkit-padding-after: calc(var(--header-height) + 40px);
    padding-block-end: calc(var(--header-height) + 40px);
  }

  .slider-with-thumb .thumb-slider {
    max-width: 340px;
    -webkit-margin-before: -110px;
    margin-block-start: -110px;
    -webkit-padding-before: 40px;
    padding-block-start: 40px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    position: static;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
  }

  .slider-with-thumb .thumb-img {
    max-width: 90px;
    width: 90px;
    height: 90px;
  }
}

.header-1 {
  --header-radius: 0;
  --color-background: rgba(28, 37, 57, 0);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-primary-hover: rgba(255, 255, 255, 0.6);
  --color-border: rgba(255, 255, 255, 0.2);
  --style-border-width: 1px;
  background: var(--color-background);
  border-bottom: var(--style-border-width) solid var(--color-border);
}

.header-2 {
  --top: 30px;
  --header-radius: 100px;
  --header-padding: 0 24px;
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-primary-hover: rgba(28, 37, 57, 0.6);
  --color-border: rgba(0, 0, 0, 0.06);
}

.header-3 {
  --header-radius: 0;
  --header-padding: 0;
  --color-background: rgba(28, 37, 57, 1);
  --color-primary-button-background: rgba(255, 255, 255, 1);
  --color-primary-button-text: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-primary-hover: rgba(255, 255, 255, 0.6);
  --color-border: rgba(0, 0, 0, 0.06);
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(28, 37, 57, 1);
  background: var(--color-background);
}

.header-4 {
  border-bottom: none;
}

.header-3 .menu-open,
.header-1 .menu-open {
  --color-foreground: rgba(28, 37, 57, 1);
}

.header-1.header-floating:hover,
.header-1.header-sticky.scrolled-past-header {
  --color-secondary-button-hover-border: rgba(255, 255, 255, 0.3);
  --color-background: rgba(28, 37, 57, 1);
  border-bottom: var(--style-border-width) solid rgba(255, 255, 255, 0);
}

.header-3.header-floating:hover,
.header-3.header-sticky.scrolled-past-header {
  --color-secondary-button-hover-border: rgba(255, 255, 255, 0.3);
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  border-bottom: var(--style-border-width) solid rgba(255, 255, 255, 0);
}

.header-floating {
  position: fixed;
  top: var(--top, 0);
  left: 0;
  width: 100%;
  z-index: 9;
}

sticky-header[data-sticky-type="always"] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
}

.header-3 .header-grid {
  background: inherit;
}

.header-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 1fr 290px;
  grid-template-columns: 290px 1fr 290px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  background: var(--color-background);
  border-radius: var(--header-radius);
  padding: var(--header-padding);
}

.header-2 .header-grid {
  -ms-grid-columns: 260px 1fr 260px;
  grid-template-columns: 260px 1fr 260px;
  border: var(--style-border-width) solid var(--color-border);
}

.header-2.header-floating:hover .header-grid,
.header-2.header-sticky.scrolled-past-header .header-grid {
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.header-logo {
  max-width: 188px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-actions {
  justify-self: flex-end;
  gap: 24px;
  color: var(--color-foreground);
}

.header-search {
  --color-border: rgba(255, 255, 255, 1);
  --style-border-width: 2px;
  min-width: 52px;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: var(--style-border-width) dotted var(--color-border);
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.header-search:focus,
.header-search:hover {
  opacity: 1;
}

.header-separator {
  --color-border: rgba(255, 255, 255, 1);
  color: var(--color-border);
}

.header-actions .header-search svg {
  width: 24px;
  height: 24px;
}

.header-2 .header-actions>.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 992px) {
  .header-1 .header-nav {
    border-left: 1px solid var(--color-border);
    border-right: 1px solid var(--color-border);
  }

  .header-4 .header-nav {
    border-left: none;
    border-right: none;
  }

  .header-nav {
    position: relative;
  }
}

@media (max-width: 1365px) {
  .header-grid {
    -ms-grid-columns: 240px 1fr 240px;
    grid-template-columns: 240px 1fr 240px;
  }

  .header-2 .header-grid {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }

  .header-actions {
    gap: 20px;
  }

  .header-3 .header-actions>.button,
  .header-2 .header-actions>.button {
    display: none;
  }

  .header-separator {
    display: none;
  }
}

@media (max-width: 1279px) {
  .header-grid {
    -ms-grid-columns: 200px 1fr 200px;
    grid-template-columns: 200px 1fr 200px;
  }

  .header-2 .header-grid {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }

  .header-actions .header-search {
    min-width: 36px;
    width: 36px;
    height: 36px;
  }

  .header-actions .header-search svg {
    width: 18px;
    height: 18px;
  }

  .header-actions .button--slim {
    -webkit-padding-start: 18px;
    padding-inline-start: 18px;
    gap: 8px;
  }

  .header-actions .button--slim .svg-wrapper {
    min-width: 30px;
    height: 30px;
  }

  .header-logo {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  .header-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
  }

  .header-2 .header-grid {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    max-width: 130px;
  }

  .header-2 {
    --top: 20px;
  }
}

.submenu-color {
  --submenu-radius: 8px;
  --submenu-padding: 10px;
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-primary: rgba(32, 40, 45, 1);
  --color-primary-background: rgba(240, 237, 239, 0);
  --color-primary-hover: rgba(32, 40, 45, 1);
  --color-primary-background-hover: rgba(233, 233, 233, 1);
}

.menu-link {
  color: var(--color-foreground);
  padding: 0;
  font-size: var(--font-nav-main);
  font-weight: 500;
  border: none;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-item:focus>.menu-link,
.nav-item:hover>.menu-link {
  color: var(--color-primary-hover);
}

.menu-link-main>svg {
  position: relative;
  top: 1px;
}

.menu-link-main {
  padding: 37.5px 20px;
}

.nav-item {
  position: relative;
}

.header-submenu {
  background: var(--color-background);
  width: 100%;
}

.header-submenu>* {
  padding: var(--submenu-padding) 0;
}

.nav-item-static {
  position: static;
}

.header-submenu .nav-item {
  display: block;
  position: relative;
  padding: 0 var(--submenu-padding);
}

.header-submenu .menu-link {
  color: var(--color-primary);
  background: var(--color-primary-background);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 7px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: var(--submenu-radius);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-megamenu .nav-item .menu-link {
  padding: 15px 17px;
}

.header-megamenu .nav-item .submenu-lists .menu-link {
  padding: 7px 17px;
}

.header-submenu .menu-link>svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.menu-link.megamenu-image-wrap,
.header-submenu .nav-item.megamenu-links .menu-link,
.header-submenu .nav-item:focus>.menu-link,
.header-submenu .nav-item:hover>.menu-link {
  color: var(--color-primary-hover);
  background: var(--color-primary-background-hover);
}

.reset-submenu {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  width: auto;
}

.header-megamenu>*>.nav-item {
  padding: 30px 20px 10px;
}

.megamenu-links .menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.menu-link .heading+.text {
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
  opacity: 0.75;
}

.menu-link.heading {
  background: transparent !important;
  letter-spacing: 2.5px;
}

.header-submenu .nav-item.megamenu-links .menu-link {
  padding: 5px 15px 7px;
}

.header-submenu .nav-item.megamenu-links .menu-link>svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  top: 1px;
}

.header-megamenu .nav-item.megamenu-links>* {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.megamenu-image-wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
}

.megamenu-image-wrap .content .button {
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(28, 37, 57, 1);
  --color-primary-button-hover-icon: rgba(28, 37, 57, 1);
  --color-primary-button-hover-icon-background: rgba(255, 255, 255, 1);
  padding: 0;
  min-height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.megamenu-image-wrap:focus .content .button .svg-wrapper,
.megamenu-image-wrap:hover .content .button .svg-wrapper {
  color: var(--color-primary-button-hover-icon);
  background: var(--color-primary-button-hover-icon-background);
}

.submenu-lists .menu-link {
  letter-spacing: normal;
}

.header-submenu.submenu-lists .nav-item .menu-link {
  padding: 7px 17px;
}

.megamenu-image-wrap img {
  border-radius: 6px;
}

@media (min-width: 992px) {
  .menu-absolute {
    position: absolute;
    top: 100%;
    left: 0;
  }

  .header-grandmenu {
    left: 100%;
    top: 0;
  }

  .header-submenu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: var(--submenu-radius);
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
  }

  .header-megamenu {
    width: 100%;
  }

  .nav-item:hover>.menu-absolute {
    opacity: 1;
    visibility: visible;
  }

  .reset-submenu>.nav-item {
    padding: 0;
  }

  .header-megamenu>* {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-megamenu>*>.nav-item {
    width: calc(50% - var(--submenu-padding) / 2);
    max-width: calc(50% - var(--submenu-padding) / 2);
  }

  .header-megamenu .menu-link {
    display: inline-block;
  }

  .nav-item.megamenu-links {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
    padding: 20px;
  }

  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1600px) {
  .menu-link-main {
    padding: 28px 20px;
  }
}

@media (max-width: 1365px) {
  .menu-link-main {
    padding: 28px 12px;
  }
}

@media (max-width: 991px) {
  .header-nav {
    --color-background: rgba(242, 242, 242, 1);
    --color-foreground: rgba(32, 40, 45, 1);
    --color-foreground-heading: rgba(28, 37, 57, 1);
    --color-primary: rgba(32, 40, 45, 1);
    --color-primary-background: rgba(240, 237, 239, 0);
    --color-primary-hover: rgba(32, 40, 45, 1);
    --color-primary-background-hover: rgba(233, 233, 233, 1);
    position: fixed;
    right: 0;
    top: 0;
    background: var(--color-background);
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
  }

  .header-nav.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header-menu>* {
    width: 100%;
  }

  .menu-link-main {
    padding: 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-menu>.nav-item .menu-link-main {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }

  .menu-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }

  .menu-link.active {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }

  .menu-link>svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .menu-link.active>svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-megamenu>*>.nav-item {
    padding: 0 15px 20px;
  }

  .header-submenu .nav-item.megamenu-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-item>.header-submenu:not(.reset-submenu) {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }

  .header-submenu {
    background: inherit;
  }

  .header-nav-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
  }

  .header-nav-headings .svg-wrapper {
    color: #000;
    width: 44px;
    height: 44px;
    margin-right: -10px;
  }

  .menu-link * {
    pointer-events: none;
  }

  .header-megamenu .nav-item .menu-link>.heading {
    width: 100%;
  }
}

.modal-search {
  --modal-input-height: 50px;
  --color-background: linear-gradient(184.15deg,
      rgba(28, 37, 57, 40%) -187.51%,
      #1c2539 96.62%);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-input-background: rgba(255, 255, 255, 0);
  --color-input-text: rgba(255, 255, 255, 1);
  --color-input-border: rgba(255, 255, 255, 1);
  --color-input-hover-background: rgba(255, 255, 255, 0);
  --color-input-hover-text: rgba(255, 255, 255, 1);
  --color-input-hover-border: rgba(255, 255, 255, 1);
  --color-primary-button-background: rgba(255, 255, 255, 0);
  --color-primary-button-hover-background: rgba(255, 255, 255, 0);
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(255, 255, 255, 0);
  --color-primary-button-hover-icon: rgba(255, 255, 255, 1);
  --color-primary-button-hover-icon-background: rgba(255, 255, 255, 0);
}

.theme-modal {
  --modal-header-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-background);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
}

.theme-modal.show {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.theme-drawer {
  --padding-drawer: 24px;
  position: fixed;
  top: 0;
  background: var(--color-background);
  z-index: 10;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drawer-additional {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-primary: rgba(32, 40, 45, 1);
  --color-primary-background: rgba(240, 237, 239, 0);
  --color-primary-hover: rgba(32, 40, 45, 1);
  --color-primary-background-hover: rgba(233, 233, 233, 1);
  background: var(--color-background);
}

.drawer-headings {
  --color-border: rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: var(--padding-drawer, 15px);
  border-bottom: var(--style-border-width) solid var(--color-border);
}

.drawer-content {
  padding: var(--padding-drawer, 15px);
}

.drawer-content .drawer-heading {
  -webkit-margin-after: 10px;
  margin-block-end: 10px;
}

.drawer-additional .drawer-content .drawer-heading {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.drawer-additional-menu .menu-link {
  padding: 5px 0;
  font-size: 22px;
}

.drawer-additional-menu .menu-link:not(.no-hover):focus,
.drawer-additional-menu .menu-link:not(.no-hover):hover {
  opacity: 0.75;
}

.drawer-additional-menu .menu-link svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px;
}

.drawer-block-contact {
  -webkit-margin-before: 80px;
  margin-block-start: 80px;
}

.drawer-block-contact .menu-link {
  font-size: 18px;
}

.theme-drawer[data-position="right"] {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.theme-drawer.show[data-position="right"],
.header-nav.show {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.modal-container {
  width: 100%;
  height: 100%;
  padding: 15px;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: var(--modal-header-height);
}

.modal-header .svg-wrapper {
  width: 36px;
  height: 36px;
}

.modal-header .svg-wrapper svg {
  width: 30px;
  height: 30px;
}

.modal-main {
  width: 100%;
  height: calc(100% - var(--modal-header-height));
}

.theme-modal .form-search label {
  display: block;
  text-align: center;
  width: 100%;
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

.theme-modal .search-close {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.theme-modal.show .search-close {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-search {
  width: 0%;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: var(--style-border-width) solid var(--color-border);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.theme-modal.show .form-search {
  width: 100%;
}

.form-search .button {
  padding: 0;
  width: var(--modal-input-height);
  height: var(--modal-input-height);
  min-height: var(--modal-input-height);
  border: none;
}

.form-search input {
  border: none;
  outline: none;
  height: var(--modal-input-height);
  width: calc(100% - var(--modal-input-height));
  -webkit-padding-end: 15px;
  padding-inline-end: 15px;
}

.form-search input::-webkit-input-placeholder {
  color: var(--color-input-text);
}

.form-search input::-moz-placeholder {
  color: var(--color-input-text);
}

.form-search input:-ms-input-placeholder {
  color: var(--color-input-text);
}

.form-search input:-moz-placeholder {
  color: var(--color-input-text);
}

@media (min-width: 768px) {
  .modal-header .svg-wrapper {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
  }

  .theme-drawer {
    max-width: 480px;
  }

  .form-search {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
  }
}

@media (max-width: 991px) {
  .form-search {
    max-width: 700px;
  }

  .drawer-block {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .drawer-additional-menu .menu-link {
    font-size: 16px;
  }
}

.accordion-title {
  cursor: pointer;
}

.accordion-title * {
  pointer-events: none;
}

.accordion-li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.accordion-contents {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .accordion-horizontal .accordion-li {
    min-width: var(--width);
    width: var(--width);
    overflow: hidden;
    -webkit-transition: width 0.4s ease, min-width 0.4s ease;
    -o-transition: width 0.4s ease, min-width 0.4s ease;
    transition: width 0.4s ease, min-width 0.4s ease;
  }

  .accordion-horizontal .accordion-li.active {
    width: 100%;
    min-width: 420px;
  }
}

@media (max-width: 991px) {
  .accordion-title {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

form textarea,
form input {
  width: 100%;
  padding: 0 15px;
  min-height: 54px;
}

form textarea {
  padding: 20px 15px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.form>* {
  width: 100%;
}

.contact-box-headings+form {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.contact-box {
  background: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.contact-form-wrap {
  padding: 40px;
}

.contact-media {
  height: 400px;
}

.contact-media img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.contact-form .form-button {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.form-newsletter {
  --width-button: 54px;
  position: relative;
}

.newsletter-button {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 8px;
  height: calc(100% - 8px);
  min-height: calc(100% - 8px);
  width: var(--width-button);
  min-width: var(--width-button);
  padding: 0;
}

.newsletter-button .svg-wrapper {
  --color-primary-button-icon: rgba(255, 255, 255, 1);
  --color-primary-button-icon-background: rgba(28, 37, 57, 0);
  --color-primary-button-hover-icon: rgba(32, 40, 45, 1);
  --color-primary-button-hover-icon-background: rgba(28, 37, 57, 0);
  min-width: 24px;
  height: 24px;
}

.form-newsletter input {
  -webkit-padding-end: calc(var(--width-button) + 10px);
  padding-inline-end: calc(var(--width-button) + 10px);
}

@media (min-width: 768px) {
  .form {
    gap: 24px;
  }

  .form>.w-half {
    width: calc(50% - 24px / 2);
  }
}

@media (min-width: 992px) {
  .contact-media {
    height: 100%;
  }
}

@media (max-width: 767px) {

  form textarea,
  form input {
    min-height: 48px;
  }

  .contact-box-headings+form {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }

  .contact-form-wrap {
    padding: 30px 15px;
  }

  .contact-media {
    height: 300px;
  }
}

.text-lists .text-item {
  --color-foreground: rgba(28, 37, 57, 1);
}

.text-lists .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.text-lists .text-item svg {
  min-width: 28px;
  height: 28px;
}

.text-lists .text-item:not(:first-child) {
  -webkit-margin-before: 18px;
  margin-block-start: 18px;
}

.image-text .media-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}

.image-text .media-wrap img {
  -o-object-fit: contain;
  object-fit: contain;
}

.image-text .video-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.video-wrap .button.open-video,
.image-text .button.open-video {
  padding: 0;
  width: 70px;
  height: 70px;
  min-height: 70px;
}

.list-block .text-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 225px;
  margin: 0;
}

.list-block .text-item svg {
  min-width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-block .title {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

.list-block .text {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.list-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.list-block .text-item {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.image-small {
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 2;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  -webkit-box-shadow: 0px 30px 90px 0px #041f1f4d;
  box-shadow: 0px 30px 90px 0px #041f1f4d;
}

.image-small img {
  border-radius: inherit;
}

.text-image-sticky .section-headings-right {
  min-width: auto;
}

.text-image-sticky .image-text-card {
  position: -webkit-sticky;
  position: sticky;
  padding: 60px 40px;
  background-color: var(--color-background);
}

.text-image-sticky .image-text-card {
  --position: calc(var(--header-height) + var(--top, 40px));
  background-color: var(--color-background);
  top: var(--position);
}

.text-image-sticky .image-text-card:nth-child(1) {
  --color-background: rgba(239, 238, 251, 1);
  --top: 40px;
}

.text-image-sticky .image-text-card:nth-child(2) {
  --color-background: rgba(235, 250, 165, 1);
  --top: 100px;
}

.text-image-sticky .image-text-card:nth-child(3) {
  --color-background: rgba(212, 230, 233, 1);
  --top: 160px;
}

.text-image-sticky-2 .image-text-card:nth-child(3),
.text-image-sticky-2 .image-text-card:nth-child(2),
.text-image-sticky-2 .image-text-card:nth-child(1) {
  --color-border: rgba(28, 37, 57, 0.7);
  --color-background: rgba(255, 255, 255, 1);
  padding: 0;
  border-top: 2px solid var(--color-border);
  padding-top: 40px;
  margin-top: 40px;
}

.text-image-sticky-2 .image-text-card:nth-child(2) {
  --top: 40px;
}

.image-text-video .headings-width {
  max-width: 950px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.about-us-video .video-content-wrap .heading {
  --color-foreground-heading: rgba(28, 37, 57, 1);
}

.about-us-video .section-headings .buttons {
  margin-top: 32px;
}

.about-us-video .video-wrap {
  position: relative;
}

.about-us-video .section-headings-vertical {
  height: 100%;
  width: 100%;
  gap: 40px;
}

.about-us-video .subheading-bg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-us-video .promotion-has-column .promotion-item {
  height: auto;
}

.about-us-video .counter-up-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.about-us-video .video-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-padding-start: 24px;
  padding-inline-start: 24px;
}

.counter-up-wrap .counter-item {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 32px 24px;
  width: 100%;
  background: var(--color-background);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 6px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}

.about-us-video {
  overflow: hidden;
}

@media (min-width: 992px) {
  .image-text .content {
    -webkit-padding-start: 32px;
    padding-inline-start: 32px;
  }
}

@media (min-width: 1400px) {
  .image-text .content {
    -webkit-padding-start: 55px;
    padding-inline-start: 55px;
  }
}

@media (max-width: 991px) {
  .image-text .content {
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
  }

  .list-block .text-item svg {
    min-width: 48px;
    height: 48px;
  }

  .text-image-sticky .image-text-card {
    padding: 48px 24px;
  }

  .about-us-video .video-content-wrap {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
  }
}

@media (max-width: 767px) {
  .image-text .content {
    -webkit-padding-before: 40px;
    padding-block-start: 40px;
  }

  .text-image-sticky .image-text-card {
    padding: 32px 16px;
  }

  .image-text .button.open-video {
    width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .image-text-video .heading {
    font-size: 30px;
  }

  .about-us-video .video-content-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-us-video .counter-up-wrap {
    gap: 24px;
  }
}

@media (max-width: 575px) {
  .image-small img {
    max-width: 140px;
  }
}

.hero-banner .swiper-button-prev,
.hero-banner .swiper-button-next {
  --swiper-navigation-size: 44px;
  --swiper-navigation-color: rgba(28, 37, 57, 1);
  --swiper-navigation-background-color: rgba(255, 255, 255, 1);
  --swiper-navigation-hover-color: rgba(255, 255, 255, 1);
  --swiper-navigation-hover-background-color: rgba(28, 37, 57, 1);
}

.hero-banner {
  --padding-block-start: 100px;
  --padding-block-bottom: 100px;
  min-height: 100vh;
  -webkit-padding-before: var(--padding-block-start);
  padding-block-start: var(--padding-block-start);
  -webkit-padding-after: var(--padding-block-bottom);
  padding-block-end: var(--padding-block-bottom);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-banner-2 {
  --color-secondary-button-border: rgba(32, 40, 45, 1);
  overflow: hidden;
}

.hero-banner-2 .section-headings-left {
  max-width: 560px;
}

.hero-banner-2 .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
}

.hero-banner-2 .text-wrapper .heading {
  line-height: 0.5;
}

.hero-banner-2 .buttons {
  margin-top: 40px;
}

.hero-banner.with-floating-header {
  --padding-block-start: calc(var(--header-height) + 100px + 80px);
  --padding-block-bottom: calc(var(--header-height));
}

.hero-banner-2.with-floating-header {
  --padding-block-start: calc(var(--header-height) + 80px);
  --padding-block-bottom: 0;
  -webkit-padding-before: var(--padding-block-start);
  padding-block-start: var(--padding-block-start);
  -webkit-padding-after: var(--padding-block-bottom);
  padding-block-end: var(--padding-block-bottom);
}

.hero-banner .content>.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.hero-banner .content.section-headings {
  width: 100%;
}

.upgro-hero-copy {
  width: min(100%, 650px);
  max-width: 100%;
}

.hero-banner .content.section-headings h1 {
  width: min(100%, 750px);
  max-width: 100%;
  padding-left: 40px;
}

.hero-banner .content.section-headings h3,
.hero-banner .content.section-headings h4,
.hero-banner .content.section-headings p {
  width: min(100%, 750px);
  max-width: 100%;
  padding-left: 40px;
}

.hero-phone-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--color-foreground);
}

.hero-phone-call svg {
  min-width: 44px;
  height: 44px;
}

.banner-slider {
  display: block;
  position: relative;
}

.hero-banner .main-img {
  position: relative;
  border-radius: 10px;
}

.thumb-slider {
  -webkit-padding-start: 12%;
  padding-inline-start: 12%;
  -webkit-padding-end: 12%;
  padding-inline-end: 12%;
  position: relative;
  -webkit-margin-before: -12%;
  margin-block-start: -12%;
  z-index: 2;
}

.hero-banner .thumb-img {
  border-radius: 10px;
  overflow: hidden;
}

.hero-banner .thumb-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.hero-banner .swiper-slide-thumb-active .thumb-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-overlay);
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-banner .thumb-img,
.hero-banner .main-img img {
  -o-object-fit: cover;
  object-fit: cover;
  margin-top: 30%;
  height: 100%;
}

.hero-banner .main-img img {
  -webkit-mask-image: url(../img/slider/subtract.png);
  mask-image: url(../img/slider/subtract.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.hero-banner.who-we-are .main-img img {
  -webkit-mask-image: url(../img/slider/subtract-2.png);
  mask-image: url(../img/slider/subtract-2.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.hero-banner .banner-badge {
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 2;
  width: 24%;
  height: 24%;
  border-radius: 100%;
}

.hero-banner.who-we-are .banner-badge {
  left: auto;
  right: 0;
}

.hero-banner .banner-badge img {
  border-radius: inherit;
}

.hero-banner .swiper-button-prev,
.hero-banner .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  color: var(--swiper-navigation-color);
  background: var(--swiper-navigation-background-color);
  border-radius: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hero-banner .swiper-button-prev:focus,
.hero-banner .swiper-button-prev:hover,
.hero-banner .swiper-button-next:focus,
.hero-banner .swiper-button-next:hover {
  color: var(--swiper-navigation-hover-color);
  background-color: var(--swiper-navigation-hover-background-color);
}

.hero-banner .swiper-button-prev svg,
.hero-banner .swiper-button-next svg {
  width: 16px;
  height: 16px;
}

.hero-banner .swiper-button-prev {
  left: 8.5%;
  right: auto;
}

.hero-banner .swiper-button-next {
  right: 8.5%;
  left: auto;
}

.with-fixed-bg .slider-card {
  height: 100vh;
  min-height: inherit;
}

.with-fixed-bg .slider-media {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.with-fixed-bg .slider-media img {
  position: fixed;
}

.text-banner {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --color-secondary-button-hover-border: rgb(255, 255, 255, 0.3);
}

.text-banner-inner {
  --padding: 60px;
  background-color: var(--color-background);
  padding: var(--padding);
}

.text-banner .section-headings .text {
  max-width: 800px;
}

.hero-banner-2 .banner-wrapper {
  position: relative;
  min-height: 720px;
}

.hero-banner-2 .banner-wrapper-100vh {
  position: relative;
  min-height: inherit;
}

.hero-banner-2 .running-content .content-inner {
  padding: 20px 0;
}

.hero-banner-2 .content-absolute {
  z-index: 1;
}

.hero-banner .counter-up {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.hero-banner .counter-up .heading+.text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.hero-banner.who-we-are {
  padding: 0;
  min-height: auto;
  padding-top: 12px;
}

.hero-banner-2.about-us-2 .content-box {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-border: rgba(255, 255, 255, 0.4);
  width: 100%;
  padding: 40px;
}

.hero-banner-2.about-us-2 .content-box .section-headings {
  border-top: 1px solid var(--color-border);
  padding-top: 40px;
  margin-top: 40px;
}

.hero-slider.height-auto {
  min-height: auto;
}

.hero-video .video-frame {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.hero-video .section-headings-horizontal {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .hero-banner.who-we-are .row {
    --bs-gutter-x: 40px;
  }
}

@media (max-width: 1199px) {
  .has-large-text .image-logo {
    height: 96px;
    width: 96px;
  }
}

@media (max-width: 991px) {
  .banner-slider {
    -webkit-margin-before: 50px;
    margin-block-start: 50px;
  }

  .hero-banner .content.section-headings h1 {
    padding-top: 0;
  }

  .hero-banner-2 .section-headings-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }

  .hero-banner-2 .section-headings-left {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-banner {
    --padding-block-start: 60px;
    --padding-block-bottom: 60px;
  }

  .hero-banner .content.section-headings h1 {
    font-size: clamp(2.2rem, 8vw, 3.2rem);
    line-height: 1.1;
  }

  .hero-banner .content.section-headings h3 {
    font-size: clamp(1.45rem, 4.2vw, 2rem);
    line-height: 1.35;
  }

  .hero-banner .content.section-headings h4 {
    font-size: clamp(1.15rem, 3.5vw, 1.6rem);
    line-height: 1.4;
  }

  .hero-banner .content.section-headings p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .text-banner-inner {
    --padding: 40px 15px;
  }

  .hero-banner.with-floating-header {
    --padding-block-start: calc(var(--header-height) + 60px);
  }

  .hero-banner .swiper-button-prev,
  .hero-banner .swiper-button-next {
    --swiper-navigation-size: 36px;
  }

  .hero-banner .swiper-button-prev svg,
  .hero-banner .swiper-button-next svg {
    width: 14px;
    height: 14px;
  }

  .hero-banner .content>.buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-banner-2 .buttons {
    margin-top: 30px;
  }

  .has-large-text .image-logo {
    height: 60px;
    width: 60px;
  }

  .running-content.has-large-text .content-item,
  .running-content.has-large-text .content-lists {
    gap: 32px;
  }

  .hero-banner.who-we-are .text-abs {
    font-size: 36px;
  }

  .hero-banner-2.about-us-2 .content-box {
    padding: 40px 0;
  }

  .hero-banner-2.about-us-2 .content-box .section-headings {
    padding-top: 32px;
    margin-top: 32px;
  }
}

.running-content .content-inner {
  overflow: hidden;
  background-color: var(--color-background, rgba(255, 255, 255, 0));
}

.running-content-bg {
  --color-background: rgba(28, 37, 57, 0.1);
}

.running-content .logos-background {
  background-image: -webkit-gradient(linear, left top, right top, from(#e1e2ee), color-stop(15%, #1c253900), to(#e3e1ee));
  background-image: -webkit-linear-gradient(left, #e1e2ee, #1c253900 15% 85%, #e3e1ee);
  background-image: -o-linear-gradient(left, #e1e2ee, #1c253900 15% 85%, #e3e1ee);
  background-image: linear-gradient(90deg, #e1e2ee, #1c253900 15% 85%, #e3e1ee);
  inset: 0%;
}

.running-content .content-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  gap: 80px;
}

.running-content .content-lists:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.running-content .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  gap: 80px;
}

.running-content .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.running-animation {
  will-change: transform;
  -webkit-animation: scroll 20s linear infinite;
  animation: scroll 20s linear infinite;
}

.running-content .content-link img {
  -o-object-fit: contain;
  object-fit: contain;
}

.running-content.has-large-text .image-logo {
  width: 80px;
  height: auto;
}

.brand {
  position: relative;
}

.brand-bg {
  background: #e7e7e7;
}

.brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.brand .product-grid {
  row-gap: 40px;
}

.running-content.has-bg .content-lists,
.running-content.has-bg {
  --color-background: rgba(28, 37, 57, 1);
  background: var(--color-background);
}

.running-content.has-bg .heading {
  --color-foreground-heading: rgba(255, 255, 255, 1);
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@media (max-width: 991px) {

  .running-content .content-item,
  .running-content .content-lists {
    gap: 60px;
  }
}

@media (max-width: 767px) {

  .running-content .content-item,
  .running-content .content-lists {
    gap: 48px;
  }

  .running-animation {
    -webkit-animation: scroll 5s linear infinite;
    animation: scroll 5s linear infinite;
  }

  .running-content.has-large-text .image-logo {
    width: 60px;
  }
}

.multicolumn {
  position: relative;
  overflow: hidden;
}

.multicolumn.with-bg-color {
  --color-background: rgba(242, 242, 242, 1);
  background-color: var(--color-background);
}

.multicolumn.with-bg-color .multicolumn-inner {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.multicolumn-card {
  --color-background: rgba(255, 255, 255, 1);
}

.multicolumn-page .multicolumn-card {
  --color-background: rgba(242, 242, 242, 1);
}

.multicolumn-card .card-icon {
  --color-background: rgba(242, 242, 242, 1);
}

.multicolumn-page .multicolumn-card .card-icon {
  --color-background: rgba(255, 255, 255, 1);
}

.multicolumn-header {
  text-align: center;
  max-width: 638px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.multi-col {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.multicolumn .multicolumn-card {
  padding: 36px;
  background-color: var(--color-background);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.multicolumn .multicolumn-card:focus,
.multicolumn .multicolumn-card:hover {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
}

.multicolumn .card-icon {
  width: 70px;
  height: 70px;
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.multicolumn .multicolumn-card:focus .card-icon,
.multicolumn .multicolumn-card:hover .card-icon {
  --color-foreground: rgba(32, 40, 45, 1);
  --color-background: rgba(255, 255, 255, 1);
}

.multicolumn-card:focus .text-lists .text-item,
.multicolumn-card:hover .text-lists .text-item {
  --color-foreground: rgba(255, 255, 255, 1);
}

.multicolumn-card>.card-icon+.heading {
  -webkit-margin-before: 44px;
  margin-block-start: 44px;
}

.multicolumn-card>.text {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.multicolumn-card>.text-lists {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

.multicolumn-card>.text-lists>li+li {
  -webkit-margin-before: 18px;
  margin-block-start: 18px;
}

.multicolumn-card .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.multicolumn-card .text-item svg {
  min-width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .multicolumn .multicolumn-card {
    padding: 36px 24px;
  }
}

@media (max-width: 991px) {
  .multi-col {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

@media (max-width: 767px) {
  .multicolumn .multicolumn-card {
    padding: 24px 16px;
  }

  .multicolumn-card>.card-icon+.heading {
    -webkit-margin-before: 32px;
    margin-block-start: 32px;
  }

  .multicolumn.with-bg-color .multicolumn-inner {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.recent-project {
  overflow: hidden;
}

.recent-project-slider {
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(93, 102, 111, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(93, 102, 111, 0.3);
  overflow: hidden;
  background-color: var(--color-background);
}

.project-media-button {
  --style-border-width-buttons-primary: 2px;
  --color-primary-button-border: rgba(255, 255, 255, 1);
  --color-background: rgba(32, 40, 45, 1);
}

.project-content {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground: rgba(242, 242, 242, 1);
}

.project-button .button--secondary:focus,
.project-button .button--secondary:hover {
  --color-secondary-button-hover-border: rgba(255, 255, 255, 0.3);
}

.recent-project .section-headings-right {
  min-width: 450px;
  width: 450px;
}

.project-media {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.project-img-large {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}

.project-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.project-media-button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-decoration: none;
  position: absolute;
  bottom: -30px;
  z-index: 2;
  padding: 0;
}

.project-button .button--secondary:focus,
.project-button .button--secondary:hover {
  color: var(--color-secondary-button-hover-text);
  background-color: var(--color-secondary-button-hover-background);
  border: var(--style-border-width-buttons-secondary) solid var(--color-secondary-button-hover-border);
}

.project-media-button svg {
  min-width: 28px;
  height: 28px;
}

.project-content {
  max-width: 645px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  background-color: var(--color-background);
  padding: 40px;
  -webkit-margin-before: -160px;
  margin-block-start: -160px;
  z-index: 3;
  position: relative;
}

.project-grid .card-project img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.project-grid .card-project:hover>img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recent-project .counter-up {
  max-width: 500px;
}

.working-process .counter-headings-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.working-process .counter-headings-horizontal .text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.working-process .counter-headings-horizontal+.text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.working-process .counter-item {
  position: relative;
}

.working-process .counter-item:not(:first-child) {
  --color-border: rgba(28, 37, 57, 0.2);
  border-top: 1px solid var(--color-border);
  padding-top: 20px;
  margin-top: 40px;
}

.recent-project .counter-up {
  max-width: 500px;
}

.recent-project-slider {
  overflow: hidden;
}

.recent-project-slider .card-recent-project {
  --color-border: rgba(28, 37, 57, 0.2);
  border: 1px solid var(--color-border);
  display: block;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.recent-project-slider .card-recent-project:hover {
  --shadow: rgba(0, 0, 0, 0.35) 0px -5px 20px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}

.recent-project-slider .content-recent-project {
  padding: 30px 20px;
  min-height: calc(100% - 460px);
  height: calc(100% - 460px);
}

.recent-project-slider .content-recent-project .content-top>*+* {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.recent-project-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  position: static;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.recent-project-slider .swiper-pagination-bullet {
  width: 20px;
  height: 14px;
  display: inline-block;
  border-radius: 10px;
  background: var(--swiper-pagination-bullet-inactive-color);
  opacity: var(--swiper-pagination-bullet-inactive-opacity);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
}

.recent-project-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color);
  width: 40px;
}

.recent-project-slider .swiper {
  overflow: visible;
}

.recent-project-slider .swiper-slide {
  height: auto;
}

.recent-project-slider .button--cta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.recent-project-slider .card-recent-project img {
  min-height: 460px;
  height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .project-content {
    max-width: 510px;
    padding: 32px 24px;
  }
}

@media (max-width: 991px) {
  .recent-project .section-headings-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recent-project .section-headings-right {
    min-width: 100%;
  }

  .project-media {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .project-img-small {
    -webkit-margin-before: 48px;
    margin-block-start: 48px;
  }

  .project-content {
    max-width: 100%;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .recent-project .counter-up {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .project-media-button {
    width: 48px;
    height: 48px;
    bottom: -24px;
  }

  .project-media-button svg {
    min-width: 20px;
    height: 20px;
  }

  .project-content {
    padding: 24px 16px 30px;
  }

  .working-process .counter-item:not(:first-child) {
    padding-top: 16px;
    margin-top: 32px;
  }

  .recent-project-slider .content-recent-project {
    padding: 24px 16px;
    min-height: calc(100% - 400px);
    height: calc(100% - 400px);
  }

  .recent-project-slider .card-recent-project img {
    min-height: 300px;
    height: 300px;
  }
}

.our-services {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(242, 242, 242, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(255, 255, 255, 0.3);
  --color-secondary-button-hover-border: rgba(255, 255, 255, 0.3);
  background: var(--color-background);
  overflow: hidden;
}

.our-services-2 {
  --color-background: rgba(228, 226, 239, 0);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0.1);
  --color-border-subheading-bg: rgba(32, 40, 45, 0.1);
}

.our-services-2 .multicolumn .multicolumn-card:not(:focus):not(:hover) {
  --color-background: rgba(242, 242, 242, 1);
}

.our-services .service-list {
  --color-background: rgba(62, 72, 78, 1);
  --color-primary-button-background: rgb(255, 255, 255, 0);
  --color-primary-button-border: rgba(255, 255, 255, 1);
  background: var(--color-background);
  padding: 40px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.our-services .service-content-inner .button {
  padding: 10px;
  min-height: 44px;
  font-size: 16px;
  -webkit-margin-before: 80px;
  margin-block-start: 80px;
}

.our-services .service-content-inner .heading {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}

.our-services .service-content-inner .heading+.text {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.service-list .accordion-li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.service-list .accordion-li svg {
  --size: 70px;
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
}

.service-list .accordion-li .icon {
  --size: 44px;
  color: var(--color-foreground);
  width: var(--size);
  min-width: var(--size);
  height: var(--size);
}

.service-list .accordion-li .accordion-title-icon,
.service-list .accordion-li .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.service-list .accordion-content {
  --padding: 36px;
  padding: 0 var(--padding);
}

.service-list .accordion-li .icon+.icon {
  display: none;
}

.service-slider .swiper {
  overflow: visible;
}

.service-slider .card-service {
  display: block;
  text-decoration: none;
}

.service-slider .card-service img {
  height: 440px;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: rgb(39, 61, 109);
}

.card-service-content {
  --color-background: rgba(255, 255, 255, 0.8);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  background: var(--color-background);
  padding: 32px 24px;
  border-radius: 18px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.card-service-content .card-working-process .has-border {
  --color-border: rgba(255, 255, 255, 0.2);
}

.our-services-3 .card-working-process .has-border {
  border-bottom: none;
  -webkit-padding-after: 0;
  padding-block-end: 0;
}

.card-service-content .svg-wrapper svg {
  --color-icon: rgba(28, 37, 57, 1);
  color: var(--color-icon);
}

.card-service-content-absolute {
  position: absolute;
  bottom: 0;
  left: auto;
  padding: 40px;
  width: 100%;
}

.service-slider .card-service:hover .card-service-content {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-icon: rgba(255, 255, 255, 1);
}

.service-slider .card-service:hover .card-service-content .svg-wrapper svg {
  --color-icon: rgba(255, 255, 255, 1);
}

.service-content-left .card-icon {
  --color-foreground: rgba(28, 37, 57, 1);
  --color-background: rgba(255, 255, 255, 1);
  width: 50px;
  height: 50px;
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-radius: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 16px;
  height: 100%;
}

.service-content-left .headings-width {
  max-width: 790px;
}

.service-content-image img {
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-services .service-content-left .service-list {
  background: transparent;
  overflow: hidden;
  padding: 60px 0 48px;
}

.service-content-left .multicolumn-card>.card-icon+.heading {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.service-content-left .section-headings .heading+.text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.service-content-left .service-list .product-grid {
  row-gap: 50px;
}

.our-services-3 .card-working-process {
  --color-border: rgba(93, 102, 111, 0.3);
  border: 1px solid var(--color-border);
  padding: 30px 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}

.our-services-3 .card-working-process:hover {
  --shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}

.our-services-3 .card-working-process .svg-wrapper {
  color: var(--color-foreground-heading);
}

.image-card-service .card-service-content {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
  padding: 24px;
}

.image-card-service .card-icon-text {
  display: none;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image-card-service:hover .card-icon-text {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.image-card-service:hover .card-working-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.image-card-service:hover .card-service-content {
  --color-background: rgba(255, 255, 255, 0.8);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  background: var(--color-background);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

@media (min-width: 992px) {
  .service-list .service-content-inner {
    max-width: 360px;
    min-width: 360px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-list .accordion-content {
    height: 100%;
    max-height: unset;
  }

  .our-services .accordion-li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .our-services .service-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .service-list .accordion-li .accordion-title-icon,
  .service-list .accordion-li .accordion-title {
    gap: 20px;
    padding: 0 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  .service-list .accordion-li .accordion-title-icon {
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .service-list .accordion-li:first-child .accordion-title {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }

  .service-list .accordion-li:last-child .accordion-title {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }

  .service-list .accordion-li.active .accordion-title {
    display: none;
  }

  .service-list .accordion-li:not(:first-child) {
    border-left: var(--style-border-width) solid var(--color-border);
  }

  .service-list .accordion-li:first-child .accordion-content {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }

  .service-list .accordion-li:last-child .accordion-content {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }

  .service-list .text-rotate {
    text-orientation: mixed;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    max-height: 240px;
  }

  .accordion-content.single-service {
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (max-width: 991px) {
  .service-list .accordion-li {
    width: 100%;
  }

  .service-list .accordion-content {
    --padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }

  .service-list .accordion-li.active .icon {
    display: none;
  }

  .service-list .accordion-li.active .icon+.icon {
    display: block;
  }

  .service-list .accordion-li svg {
    --size: 60px;
  }

  .service-list .accordion-li .icon {
    --size: 36px;
  }

  .our-services .service-content-inner .button {
    -webkit-margin-before: 35px;
    margin-block-start: 35px;
  }

  .our-services .service-content-inner svg,
  .our-services .service-content-inner .heading {
    display: none;
  }

  .service-list .accordion-li {
    --padding: 24px;
  }

  .service-list .accordion-li .accordion-title {
    --padding: 24px;
    padding: var(--padding) 0;
    border-top: var(--style-border-width) solid var(--color-border);
  }

  .service-list .accordion-li:first-child .accordion-title {
    -webkit-padding-before: 0;
    padding-block-start: 0;
    border-top: none;
  }

  .service-content-inner {
    --padding: 24px;
    -webkit-padding-after: var(--padding);
    padding-block-end: var(--padding);
  }

  .our-services .service-content-inner .heading+.text {
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }

  .our-services .service-list {
    -webkit-padding-after: 12px;
    padding-block-end: 12px;
  }

  .card-service-content-absolute {
    padding: 24px;
  }

  .card-service-content {
    padding: 24px 16px;
  }

  .service-content-left .headings-width {
    max-width: 100%;
  }

  .service-content-left .service-list .product-grid {
    row-gap: 30px;
  }
}

@media (max-width: 767px) {
  .our-services .service-list {
    padding: 30px 15px;
  }

  .service-list .accordion-li svg {
    --size: 50px;
  }

  .service-list .accordion-li .icon {
    --size: 30px;
  }

  .our-services .accordion-title-icon .heading {
    font-size: 20px;
  }

  .our-services .service-list {
    -webkit-padding-after: 6px;
    padding-block-end: 6px;
  }

  .card-service-content-absolute {
    padding: 16px;
  }

  .our-services .section-headings-horizontal .buttons {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }
}

.secvice-categories>li+li {
  -webkit-margin-before: 14px;
  margin-block-start: 14px;
}

.secvice-category {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 10px 20px;
}

.secvice-category svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.secvice-category.active svg,
.secvice-category:focus svg,
.secvice-category:hover svg {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.service-contact {
  position: relative;
}

.sidebar-widget.service-contact {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-overlay: rgba(28, 37, 57, 0.8);
  --padding: 60px 36px;
  text-align: center;
}

.sidebar-widget.service-contact .contact-text {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.sidebar-widget.service-contact .contact-number {
  display: inline-block;
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.service-sidebar .icon-contact {
  --color-background: rgba(255, 255, 255, 1);
  min-width: 80px;
  height: 80px;
  background: var(--color-background);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-margin-before: 36px;
  margin-block-start: 36px;
}

.service-sidebar .icon-contact svg {
  min-width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-download .service-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.service-download .download-button {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
  display: block;
  text-underline-offset: 4px;
}

.service-details-content>.service-choose-us,
.service-details-content>p.text,
.service-details-content>.heading {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.service-details-content .choose-us-desc>.text-lists,
.service-details-content .choose-us-desc>.heading+.text {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.service-details-content .choose-us-desc .text-lists .text-item svg {
  --size: 24px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
}

.service-details-content .choose-us-desc .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.service-details-content .choose-us-desc>.text-item+.text-item {
  -webkit-margin-before: 18px;
  margin-block-start: 18px;
}

.service-details-content .choose-us-img {
  height: 100%;
}

.service-details-content .choose-us-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.service-details-content .service-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-details-content .service-row>* {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.service-details-content .choose-us-desc {
  -webkit-padding-start: 24px;
  padding-inline-start: 24px;
}

.service-faq {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
  display: block;
}

.service-faq>div+div {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.service-faq .accordion-block .accordion-opener svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-faq .accordion-block.active .accordion-opener svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-faq .accordion-block.active .accordion-opener {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
}

.service-contact-content a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .service-sidebar {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
  }
}

@media (min-width: 1280px) {
  .service-sidebar {
    -webkit-padding-end: 45px;
    padding-inline-end: 45px;
  }
}

@media (max-width: 1199px) {
  .service-details-content .choose-us-desc {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

@media (max-width: 991px) {
  .service-details-content .choose-us-desc {
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

@media (max-width: 767px) {
  .service-sidebar .icon-contact {
    min-width: 60px;
    height: 60px;
  }

  .service-sidebar .icon-contact svg {
    min-width: 30px;
    height: 30px;
  }

  .sidebar-widget.service-contact {
    --padding: 30px 20px;
  }

  .service-details-content .choose-us-desc {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.promotion {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
}

.promotion .counter-item {
  --offset: -30px;
  --size: 220px;
  --color-background: rgba(62, 72, 78, 1);
}

.promotion .counter-item:nth-child(2) {
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(93, 102, 111, 1);
}

.promtion-content .subheading.subheading-bg {
  --color-border: rgba(255, 255, 255, 0.2);
}

.promotion .button--secondary:focus,
.promotion .button--secondary:hover {
  --color-secondary-button-hover-border: rgba(255, 255, 255, 0.3);
}

.promotion {
  background-color: var(--color-background);
}

.promtion-content .subheading.subheading-bg {
  border: 1px solid var(--color-border);
}

.promotion-lists {
  --color-background: rgba(62, 72, 78, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--color-background);
}

.promotion-item {
  --color-border: rgba(32, 40, 45, 1);
  padding: 30px 24px;
  width: 50%;
}

.promotion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promotion-text {
  -webkit-margin-before: 18px;
  margin-block-start: 18px;
}

.promotion-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.promotion-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.promotion .counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(var(--offset) * -1);
  width: var(--size);
  height: var(--size);
  background-color: var(--color-background);
  border-radius: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}

.promotion .counter-item:first-child {
  z-index: 3;
}

.promotion .counter-item:last-child {
  z-index: 1;
}

.promotion .counter-up .heading+.text {
  -webkit-margin-before: 4px;
  margin-block-start: 4px;
}

.counter-up-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promotion-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}

.counter-up-box {
  --color-background: rgba(242, 242, 242, 1);
  --color-border: rgba(0, 0, 0, 0.1);
  border: var(--style-border-width) solid var(--color-border);
  padding: 40px 20px;
  background: var(--color-background);
}

.promotion-has-column .promotion-item {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 32px 24px;
  width: 100%;
  background: var(--color-background);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 6px;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
}

.promotion-has-column .promotion-title {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.promotion-has-column .promotion-item .svg-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.promotion-media-wrap {
  --color-overlay: rgba(28, 37, 57, 0.1);
  position: relative;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
  border-radius: 6px;
  overflow: hidden;
  min-height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promotion-media-wrap .promotion-counter {
  padding: 40px 24px;
}

.promotion-media-wrap .counter-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.promotion-media-wrap .counter-item {
  --color-background: rgba(255, 255, 255, 0.3);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(32, 40, 45, 1);
  background: var(--color-background);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 24px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.promotion-has-column .promotion-item .card-icon {
  --color-foreground: rgba(28, 37, 57, 1);
  --color-background: rgba(255, 255, 255, 1);
  width: 72px;
  height: 72px;
  color: var(--color-foreground);
  background-color: var(--color-background);
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .promotion-item:nth-child(even) {
    border-left: 2px solid var(--color-border);
  }

  .promotion-item:nth-child(n + 3) {
    border-top: 2px solid var(--color-border);
  }
}

@media (min-width: 992px) {
  .promotion-img {
    height: 100%;
  }

  .promtion-content {
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
  }
}

@media (min-width: 1400px) {
  .promotion .counter-item:first-child {
    -webkit-margin-after: var(--offset);
    margin-block-end: var(--offset);
  }

  .promotion .counter-item:last-child {
    -webkit-margin-before: var(--offset);
    margin-block-start: var(--offset);
  }

  .promotion-img {
    height: 100%;
  }
}

@media (max-width: 1399px) {
  .promotion-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .counter-up-wrap {
    width: 100%;
  }

  .promotion .counter-item:first-child {
    -webkit-margin-end: var(--offset);
    margin-inline-end: var(--offset);
  }

  .promotion .counter-item:last-child {
    -webkit-margin-start: var(--offset);
    margin-inline-start: var(--offset);
  }

  .promotion .counter-item {
    padding: calc(var(--offset) * -1 + 10px);
  }

  .counter-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .promotion-img {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .promotion-title br {
    display: none;
  }
}

@media (max-width: 767px) {
  .promotion .counter-item {
    --size: 200px;
    padding: calc(var(--offset) * -1);
  }

  .promotion .counter-item:first-child {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-margin-after: var(--offset);
    margin-block-end: var(--offset);
  }

  .promotion .counter-item:last-child {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-before: var(--offset);
    margin-block-start: var(--offset);
  }

  .counter-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .promotion-item {
    width: 100%;
    padding: 24px 15px;
  }

  .promotion-item+.promotion-item {
    border-top: 2px solid var(--color-border);
  }

  .promotion-media-wrap {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    min-height: 420px;
  }
}

project-slider {
  display: block;
  overflow: hidden;
}

project-slider .swiper-slide {
  height: auto;
}

.card-project {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

.card-project:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 37, 57, 0)), to(#1c2539));
  background: -webkit-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  background: -o-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  background: linear-gradient(180deg, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.card-project:hover:after {
  opacity: 1;
}

.card-project img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-project-content-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
  padding: 35px;
}

.card-project-content .heading+.text {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.card-project-content {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.card-project:hover .card-project-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.icon-project-link {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.card-project:hover .icon-project-link {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.icon-project-link svg {
  --size: 52px;
  width: var(--size);
  height: var(--size);
}

@media (max-width: 767px) {
  .card-project-content-absolute {
    padding: 24px;
  }

  .slider-container .swiper {
    overflow: visible;
  }
}

.project-details-content {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.content-details-inner>.project-image-block,
.content-details-inner>.text {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.project-details-content .project-challenge {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
  max-width: 548px;
}

.project-challenge .challenge-list {
  -webkit-margin-before: 34px;
  margin-block-start: 34px;
}

.project-challenge .challenge-list>li+li {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

.project-challenge .challenge-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.project-info-list {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.project-info-item {
  --color-border: rgba(28, 37, 57, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: dotted var(--style-border-width) var(--color-border);
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
  -webkit-padding-after: 20px;
  padding-block-end: 20px;
}

.project-info-item:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.project-info-item .info-data {
  text-align: end;
}

.project-sidebar {
  -webkit-padding-start: 60px;
  padding-inline-start: 60px;
}

.project-sidebar>div+div {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.project-sidebar .icon-contact {
  --color-background: rgba(255, 255, 255, 1);
  min-width: 80px;
  height: 80px;
  background: var(--color-background);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-margin-before: 36px;
  margin-block-start: 36px;
}

@media (max-width: 1366px) {
  .project-sidebar {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
  }
}

@media (max-width: 1199px) {
  .project-sidebar {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
}

@media (max-width: 991px) {
  .project-sidebar {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
  }

  .project-details-content .project-challenge {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .project-details-content {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .project-details-content .project-challenge {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.page-banner {
  --height: 520px;
  --color-overlay: linear-gradient(184.15deg,
      rgba(28, 37, 57, 0) -187.51%,
      #1c2539 96.62%);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
  height: var(--height);
}

.page-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.breadcrumb svg {
  color: var(--color-foreground);
  width: 12px;
  height: 12px;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:not(.active),
.breadcrumb li svg {
  opacity: 0.75;
}

@media (max-width: 767px) {
  .page-banner {
    --height: 340px;
  }
}

.pagintaion-list {
  --margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 12px;
  -webkit-margin-before: var(--margin-top);
  margin-block-start: var(--margin-top);
}

.pagination-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.pagination-link {
  --size: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  color: var(--pagination-item-foreground);
  background-color: var(--pagination-item-background);
  border: var(--style-pagination-border-width) solid var(--pagination-item-border);
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pagination-link svg {
  --size: 14px;
  width: var(--size);
  height: var(--size);
}

.pagination-link:not([aria-disabled]):focus,
.pagination-link:not([aria-disabled]):hover,
.pagination-link.active {
  color: var(--pagination-item-active-foreground);
  background-color: var(--pagination-item-active-background);
  border-color: var(--pagination-item-active-border);
}

@media (max-width: 767px) {
  .pagintaion-list {
    --margin-top: 40px;
  }

  .pagination-link {
    --size: 36px;
  }

  .pagination-link svg {
    --size: 12px;
  }
}

.why-choose-us {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(93, 102, 111, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(93, 102, 111, 0.3);
  overflow: hidden;
  background-color: var(--color-background);
  position: relative;
}

.choose-media {
  height: 100%;
}

.choose-media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.choose-logo {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}

.choose-rotating-logo {
  position: relative;
}

.text-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}

.choose-rotating-logo.svg-wrapper {
  --size: 170px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
}

.choose-bottom {
  --margin-block-start: 60px;
  -webkit-margin-before: var(--margin-block-start);
  margin-block-start: var(--margin-block-start);
  position: relative;
}

.choose-bottom-cards>* {
  row-gap: 24px;
}

.why-choose-video .service-content-left .headings-width {
  max-width: 750px;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  padding-left: 34px;
}

.why-choose-video .multicolumn-card {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px;
}

.why-choose-video .service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.why-choose-video .video-frame {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media (min-width: 768px) {
  .choose-bottom {
    --offset: 300px;
  }

  .choose-bottom-cards {
    -webkit-margin-end: var(--offset);
    margin-inline-end: var(--offset);
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
  }

  .choose-media-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    width: var(--offset);
  }
}

@media (min-width: 1280px) {
  .choose-us-content {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
  }
}

@media (max-width: 991px) {
  .choose-top>* {
    row-gap: 40px;
  }

  .choose-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .why-choose-video .service-content-left .headings-width {
    padding-left: 0;
  }

  .why-choose-video .service-list {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .choose-bottom {
    --margin-block-start: 40px;
  }

  .choose-media-absolute {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .why-choose-video .multicolumn-card {
    padding: 16px;
  }
}

.our-team {
  --color-background: rgba(255, 255, 255, 1);
  --color-foreground: rgba(93, 102, 111, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(93, 102, 111, 0.3);
  overflow: hidden;
  background-color: var(--color-background);
}

.team-slider {
  display: block;
  position: relative;
  overflow: hidden;
}

.team-slider .swiper-slide {
  height: auto;
}

.card-team .social-list .svg-wrapper .icon {
  --color-background: rgb(145, 52, 52);
}

.card-team {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

.card-team:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 37, 57, 0)), to(#1c2539));
  background: -webkit-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  background: -o-linear-gradient(top, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  background: linear-gradient(180deg, rgba(28, 37, 57, 0) 0%, #1c2539 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.card-team:hover:after {
  opacity: 1;
}

.card-team img {
  border-radius: inherit;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-team-content-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
  padding: 35px;
}

.card-team-content .heading {
  text-decoration: none;
}

.card-team-content .heading+.text {
  -webkit-margin-before: 7px;
  margin-block-start: 7px;
}

.card-team-content {
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.card-team:hover .card-team-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.card-team .social-list .svg-wrapper {
  position: absolute;
  min-width: 44px;
  height: 44px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--color-background);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.card-team .social-list .svg-wrapper:first-child {
  top: 20px;
}

.card-team .social-list .svg-wrapper:nth-child(2) {
  top: 72px;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.card-team .social-list .svg-wrapper:nth-child(3) {
  top: 124px;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.card-team:hover .svg-wrapper {
  opacity: 1;
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.card-team .social-list .svg-wrapper svg {
  --color-foreground: rgba(32, 40, 45, 1);
  color: var(--color-foreground);
}

.service-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.team-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  position: static;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.service-slider .swiper-pagination-bullet,
.team-slider .swiper-pagination-bullet {
  width: 20px;
  height: 14px;
  display: inline-block;
  border-radius: 10px;
  background: var(--swiper-pagination-bullet-inactive-color);
  opacity: var(--swiper-pagination-bullet-inactive-opacity);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 !important;
}

.service-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.team-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color);
  width: 40px;
}

.our-team .section-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.our-team .section-headings-horizontal {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.our-team .swiper-nav-inner {
  background: transparent;
  gap: 16px;
  padding: 0;
}

.our-team .swiper-nav-inner>* {
  --size: 44px;
  --color-border: transparent;
  background-color: #1c2539;
  color: white;
}

.our-team .swiper-nav-inner>*:focus,
.our-team .swiper-nav-inner>*:hover {
  --color-border: transparent;
}

.our-team .team-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
}

.our-team .card-team-info {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 24px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.our-team .card-team-horizontal:hover .card-team-info {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.our-team .team-info-inner {
  --color-foreground: rgba(255, 255, 255, 0.7);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-background: rgba(28, 37, 57, 1);
  background: var(--color-background);
  padding: 24px;
  border-radius: 4px;
}

.our-team .team-info-inner>*+* {
  -webkit-margin-before: 8px;
  margin-block-start: 8px;
}

.our-team .card-team-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(28, 37, 57, 0.2);
  height: 100%;
}

.our-team .social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.our-team .social-list>.svg-wrapper {
  color: #1c2539;
  border: 1px solid rgba(28, 37, 57, 0.3);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.our-team .social-list>.svg-wrapper:hover {
  color: white;
  background-color: #1c2539;
}

.our-team .social-list>.svg-wrapper svg {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.our-team .content-top>.team-desig {
  margin-top: 8px;
}

.our-team .content-top>.team-desc {
  margin-top: 12px;
}

.our-team .content-top>.team-btn {
  margin-top: 24px;
  padding: 0;
}

.our-team .our-team-content {
  padding: 20px;
  width: 50%;
}

.our-team .swiper {
  overflow: visible;
}

.our-team .swiper-slide:not(:last-child) .card-team-horizontal {
  border-right: none;
}

.our-team .swiper-slide {
  height: auto;
}

.our-team .team-media img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 400px;
}

@media (max-width: 991px) {
  .our-team .team-info-inner {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .card-team-content-absolute {
    padding: 24px;
  }

  .service-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .team-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .team-slider .section-headings-horizontal .buttons {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }

  .our-team .card-team-info {
    padding: 16px;
  }

  .our-team .team-info-inner {
    padding: 16px;
  }

  .our-team .social-list {
    gap: 16px;
  }

  .our-team .social-list>.svg-wrapper {
    padding: 16px;
  }

  .our-team .social-list>.svg-wrapper svg {
    width: 20px;
    height: 20px;
  }

  .our-team .our-team-content {
    padding: 16px;
    width: 100%;
  }

  .our-team .swiper-slide:not(:last-child) .card-team-horizontal {
    border: 1px solid rgba(28, 37, 57, 0.2);
  }

  .our-team .card-team-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid rgba(28, 37, 57, 0.2);
  }

  .our-team .team-media {
    width: 100%;
  }

  .our-team .team-media img {
    height: 300px;
  }

  .our-team .section-headings-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 575px) {
  .team-slider .swiper {
    overflow: visible;
  }
}

.pricing-plan {
  overflow: hidden;
}

.pricing-plan-page {
  position: relative;
}

.pricing-plan-page .card-pricing {
  --color-card-background: rgba(242, 242, 242, 1);
  --color-background: rgba(255, 255, 255, 1);
}

.card-pricing {
  --color-card-background: rgba(255, 255, 255, 1);
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(32, 40, 45, 1);
  --color-foreground-subheading: rgba(0, 0, 0, 1);
  --color-border: rgba(93, 102, 111, 0.1);
  --style-border-width: 1px;
  background-color: var(--color-background);
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.card-pricing.active {
  --color-card-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(242, 242, 242, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --color-border: rgba(255, 255, 255, 0.3);
}

.card-pricing-headings {
  background-color: var(--color-card-background);
  padding: 24px;
}

.card-pricing-headings .heading+.text {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.pricing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: var(--style-border-width) solid var(--color-border);
  -webkit-padding-before: 24px;
  padding-block-start: 24px;
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.pricing-box * {
  line-height: 1;
}

.pricing-box .subheading-monthly {
  position: relative;
  top: -10px;
  opacity: 0.75;
}

.card-pricing .button {
  padding: 15px;
  width: 100%;
}

.card-pricing .buttons svg {
  width: 12px;
  height: 12px;
}

.card-pricing .text-lists .text-item {
  --color-foreground: rgba(32, 40, 45, 1);
}

.pricing-plan-2 {
  --color-background: rgba(28, 37, 57, 1);
  background: var(--color-background);
}

.pricing-plan-2 .card-pricing {
  --color-card-background: rgba(242, 242, 242, 1);
  --color-background: transparent;
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(32, 40, 45, 1);
  --color-foreground-subheading: rgba(32, 40, 45, 1);
  --color-border: rgba(255, 255, 255, 0.3);
  --style-border-width: 1px;
  background-color: var(--color-background);
  border: var(--style-border-width) solid var(--color-border);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-2 .card-pricing:hover {
  -webkit-box-shadow: 0px -10px 14px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px -10px 14px 0px rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-plan-2 .card-pricing.active .card-pricing-headings {
  --color-card-background: rgba(106, 126, 171, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
}

.pricing-plan-2 .card-pricing .text-lists .text-item {
  --color-foreground: rgba(255, 255, 255, 1);
}

.pricing-plan-2 .section-headings {
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
}

.pricing-plan-2 .card-pricing:not(.active) .pricing-box {
  --color-border: rgba(28, 37, 57, 0.3);
}

@media (max-width: 767px) {

  .card-pricing,
  .card-pricing-headings {
    padding: 20px 15px;
  }
}

.testimonial {
  --color-background: rgba(242, 242, 242, 1);
  background-color: var(--color-background);
}

.card-testimonial {
  --color-background: rgba(255, 255, 255, 1);
  background-color: var(--color-background);
  padding: 40px;
}

.testimonial-card-inner>div+div {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.card-testimonial .rating-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.card-testimonial .rating-list .rating-icon svg[fill] {
  --color-background: rgba(236, 176, 20, 1);
  color: var(--color-background);
}

.card-testimonial .rating-list+.text {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.card-testimonial .user-info-wrap {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-testimonial .user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.card-testimonial .user-img {
  --size: 80px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.card-testimonial .user-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.card-testimonial .user-info .user-desig {
  -webkit-margin-before: 7px;
  margin-block-start: 7px;
}

.card-testimonial .icon-quote {
  --color-background: rgba(28, 37, 57, 1);
  color: var(--color-background);
}

.testi-slider .card-testimonial {
  --color-background: rgba(242, 242, 242, 1);
}

.testimonial-3 .section-headings {
  --color-background: rgba(50, 113, 124, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  background: var(--color-background);
  padding: 40px;
  border-radius: 18px;
  height: 100%;
}

.testicolumn-slider {
  --color-background: rgba(28, 37, 57, 1);
  background: var(--color-background);
  padding: 40px;
  border-radius: 18px;
  display: block;
}

.testicolumn-slider .card-testimonial {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  padding: 0;
}

.testicolumn-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --swiper-pagination-color: rgba(50, 113, 124, 1);
}

.testimonial-4 .testicolumn-slider .card-testimonial,
.testimonial-4 .testicolumn-slider {
  --color-background: transparent;
}

.testimonial-4 .testimonial-inner {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  background: var(--color-background);
  padding: 40px 32px;
  border-radius: 18px;
  overflow: hidden;
}

.testimonial-4 .heading-wrapper {
  --color-border-subheading-bg: rgba(32, 40, 45, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid var(--color-border);
  -webkit-padding-end: 32px;
  padding-inline-end: 32px;
}

.testimonial-4 .heading-wrapper .subheading-bg {
  --color-background-subheading: rgba(255, 255, 255, 1);
}

@media (max-width: 991px) {
  .card-testimonial {
    padding: 24px 15px;
  }

  .testimonial-card-inner {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .testicolumn-slider,
  .testimonial-3 .section-headings {
    padding: 32px 24px;
  }
}

@media (max-width: 767px) {
  .card-testimonial .user-info {
    gap: 16px;
  }

  .card-testimonial .user-img {
    --size: 60px;
  }

  .card-testimonial .icon-quote svg {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }

  .testicolumn-slider,
  .testimonial-3 .section-headings {
    padding: 24px 16px;
  }
}

.testimonial-2 {
  position: relative;
}

.testimonial-slider {
  display: block;
}

.thumb-content {
  margin-top: 75px;
}

.thumb-card>svg+.text {
  -webkit-margin-before: 12px;
  margin-block-start: 12px;
}

.thumb-card .user-name {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.thumb-card .user-desig {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
  opacity: 0.75;
}

.thumb-content-wrapper {
  -webkit-padding-start: 100px;
  padding-inline-start: 100px;
}

.testicolumn-slider .thumb-content-wrapper {
  padding: 40px;
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  background: var(--color-background);
  color: #fff;
}

.testimonial-2 .main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
}

.testimonial-2 .main-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial-2 .custom-bullet {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}

.testimonial-2 .custom-bullet img {
  -o-object-fit: cover;
  object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.testimonial-2 .swiper-pagination-bullet-active {
  --style-pagination-border-width: 2px;
  --pagination-item-active-border: rgba(32, 40, 45, 1);
  background: transparent;
  outline: var(--style-pagination-border-width) solid var(--pagination-item-active-border);
  outline-offset: 10px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.testimonial-2 .testicolumn-slider .swiper-pagination-bullet-active {
  --pagination-item-active-border: rgba(255, 255, 255, 0.6);
  outline-offset: 7px;
}

.testimonial-2 .testicolumn-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 24px;
  top: auto;
  left: 0;
  right: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.testimonial-2 .testicolumn-slider {
  --color-background: transparent;
  padding: 0;
}

.testimonial-2 .testicolumn-slider .custom-bullet {
  width: 80px;
  height: 80px;
}

@media (max-width: 1199px) {
  .thumb-content-wrapper {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
  }

  .testimonial-4 .testicolumn-slider {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .testimonial-slider {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .thumb-content-wrapper {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
  }

  .testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }

  .testimonial-2 .testicolumn-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -48px;
  }

  .testicolumn-slider .thumb-content-wrapper {
    padding: 40px 24px;
  }

  .testicolumn-slider .thumb-content-wrapper .thumb-content {
    margin: 0;
  }

  .testimonial-4 .testicolumn-slider {
    padding: 0;
  }

  .testimonial-4 .heading-wrapper {
    border-right: none;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border-bottom: 1px solid var(--color-border);
    -webkit-padding-after: 32px;
    padding-block-end: 32px;
  }
}

@media (max-width: 767px) {
  .testimonial-2 .custom-bullet {
    width: 80px;
    height: 80px;
  }

  .testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -40px;
    gap: 20px;
  }

  .testimonial-2 .swiper-pagination-bullet-active {
    outline-offset: 7px;
  }

  .testimonial-2 .testicolumn-slider .custom-bullet {
    width: 60px;
    height: 60px;
  }

  .testimonial-2 .testicolumn-slider .swiper-pagination-bullet-active {
    outline-offset: 5px;
  }

  .testimonial-2 .testicolumn-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -36px;
  }

  .testicolumn-slider .thumb-content-wrapper {
    padding: 40px 16px;
  }

  .testimonial-4 .testimonial-inner {
    padding: 24px 16px;
  }
}

@media (max-width: 575px) {
  .testimonial-2 .custom-bullet {
    width: 60px;
    height: 60px;
  }

  .testimonial-2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }

  .testimonial-2 .testicolumn-slider .custom-bullet {
    width: 48px;
    height: 48px;
  }
}

.testimonial.how-we-work {
  --color-background: transparent;
}

.how-we-work .card-working-process {
  --color-background: rgba(28, 37, 57, 0.7);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --position: calc(var(--header-height) + var(--top));
  --top: 40px;
  background: var(--color-background);
  padding: 40px;
  border-radius: 18px;
  position: -webkit-sticky;
  position: sticky;
  top: var(--position);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.how-we-work .card-working-process .card-icon-text .svg-wrapper {
  color: var(--color-foreground);
}

.how-we-work .card-working-process .has-border {
  border: none;
}

.how-we-work .card-working-process .card-icon-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.how-we-work .card-working-process-inner {
  counter-reset: increment-number;
}

.how-we-work .card-working-process:after {
  counter-increment: increment-number;
  content: counter(increment-number);
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 130px;
  color: var(--color-foreground-heading);
  opacity: 0.1;
  line-height: 1;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  font-weight: 700;
  font-style: normal;
  font-family: var(--font-heading-family);
}

@media (min-width: 992px) {
  .how-we-work .heading {
    -webkit-padding-end: 30px;
    padding-inline-end: 30px;
  }
}

@media (max-width: 767px) {
  .how-we-work .card-working-process {
    padding: 24px 16px;
  }
}

.card-blog-list-horizontal,
.card-blog-list,
.card-blog {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(93, 102, 111, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-icon: rgba(28, 37, 57, 1);
  --color-primary-button-hover-text: rgba(255, 255, 255, 1);
  --color-primary-button-hover-background: rgba(32, 40, 45, 1);
  --color-foreground-subheading: rgba(242, 242, 242, 1);
  --color-background-subheading: rgba(28, 37, 57, 1);
  --color-border-subheading-bg: rgba(28, 37, 57, 1);
  background-color: var(--color-background);
}

.card-blog-list-horizontal,
.card-blog-list {
  --color-primary-hover: rgba(28, 37, 57, 0.75);
}

.card-blog-list {
  background-color: transparent;
}

.card-blog:hover {
  --color-foreground-subheading: rgba(28, 37, 57, 1);
  --color-background-subheading: rgba(242, 242, 242, 1);
  --color-border-subheading-bg: rgba(242, 242, 242, 1);
}

.featured-blog.blog-style-3 .card-blog-list-media {
  --height: 300px;
}

.card-blog-top {
  --padding: 30px 24px 36px;
  padding: var(--padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-blog-heading a {
  text-decoration: none;
  line-height: 1.45;
}

.card-blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 28px;
}

.card-blog-list-horizontal .card-blog-meta {
  gap: 15px 20px;
}

.card-blog-meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.card-blog-meta-item svg {
  color: var(--color-icon);
}

.card-blog-bottom {
  position: relative;
  height: 300px;
  display: block;
  text-decoration: none;
  overflow: hidden;
}

.card-blog .buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.card-blog .buttons .button {
  width: 100%;
  border-radius: 0;
  border: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card-blog:focus .buttons .button,
.card-blog:hover .buttons .button {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.card-blog .buttons svg {
  width: 12px;
  height: 12px;
}

.card-blog .blog-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card-blog-list-media {
  -webkit-margin-after: 24px;
  margin-block-end: 24px;
}

.card-blog-heading {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.card-blog-heading:hover {
  opacity: 0.75;
}

.card-blog-list .card-blog-heading {
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
}

.card-blog-list-horizontal .card-blog-heading {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.card-blog-list-horizontal .blog-excerpt,
.card-blog-list .blog-excerpt {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.card-blog-list .buttons {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

.card-blog-list-horizontal .buttons {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.card-blog-list-media {
  --height: 500px;
  height: var(--height);
  position: relative;
}

.card-blog-list-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-blog-list-horizontal .card-blog-list-media {
  --height: 100%;
  width: 40%;
  min-width: 252px;
  height: inherit;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

.card-blog-list-horizontal .card-blog-content {
  padding: var(--padding);
}

.horizontal-blogs .card-blog-list-horizontal .card-blog-content {
  --padding: 20px 24px;
}

.horizontal-blogs .card-blog-list-horizontal+.card-blog-list-horizontal {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.blog-list-wrapper .card-blog-list+.card-blog-list {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

form.form-blog-search input {
  min-height: 50px;
}

form.form-blog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

form.form-blog-search .button {
  padding: 10px;
  min-width: 58px;
  border-radius: 8px;
}

.blog-category {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 10px 20px;
}

.sidebar-widget .subheading-bg {
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 1);
  --color-border-subheading-bg: rgba(255, 255, 255, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-widget .subheading-bg.active,
.sidebar-widget .subheading-bg:focus,
.sidebar-widget .subheading-bg:hover {
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --color-background-subheading: rgba(32, 40, 45, 1);
  --color-border-subheading-bg: rgba(32, 40, 45, 1);
}

.blog-category svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.blog-category.active svg,
.blog-category:focus svg,
.blog-category:hover svg {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.blog-categories>li+li {
  -webkit-margin-before: 14px;
  margin-block-start: 14px;
}

.recent-post .card-blog-list-media {
  --height: 160px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-margin-after: 15px;
  margin-block-end: 15px;
}

.recent-post .card-blog-list .card-blog-heading {
  -webkit-margin-before: 5px;
  margin-block-start: 5px;
}

.recent-post>li+li {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.sidebar-tags a {
  text-decoration: none;
  font-weight: 400;
}

.sidebar-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 12px;
}

.sidebar-filter .sidebar-widget+.sidebar-widget {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.sidebar-heading {
  -webkit-margin-after: 24px;
  margin-block-end: 24px;
}

.sidebar-widget {
  --padding: 40px 36px;
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(32, 40, 45, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  background-color: var(--color-background);
  padding: var(--padding);
}

.sidebar-filter .drawer-headings {
  -webkit-margin-after: 24px;
  margin-block-end: 24px;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  border: none;
}

@media (min-width: 992px) {
  .blog-sidebar {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
}

@media (min-width: 1280px) {
  .blog-sidebar {
    -webkit-padding-start: 45px;
    padding-inline-start: 45px;
  }
}

@media (max-width: 1199px) {
  .horizontal-blogs {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }
}

@media (max-width: 991px) {
  .sidebar-filter {
    --color-background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    right: 0;
    background-color: var(--color-background);
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 24px 20px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .sidebar-filter.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recent-post .card-blog-list-media {
    --height: 300px;
  }
}

@media (max-width: 767px) {
  .card-blog-top {
    --padding: 24px 20px 30px;
  }

  .card-blog-list-media {
    --height: 360px;
  }

  .blog-list-wrapper .card-blog-list+.card-blog-list {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .sidebar-widget {
    --padding: 30px 20px;
  }

  .sidebar-filter .sidebar-widget+.sidebar-widget {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }

  .horizontal-blogs {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
  }

  .horizontal-blogs .card-blog-list-horizontal+.card-blog-list-horizontal {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
  }

  .horizontal-blogs {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }

  .card-blog-list-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-blog-list-horizontal .card-blog-list-media {
    --height: 300px;
    width: 100%;
    min-width: 1px;
    height: var(--height);
  }

  .horizontal-blogs .card-blog-list-horizontal .card-blog-content {
    --padding: 24px 20px;
  }
}

.blog-details .card-blog-list-media {
  --height: 540px;
}

.blog-description * {
  margin: 0;
}

.blog-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

:is(.blog-description) :is(p, div, a, li, span) {
  font-size: 18px;
}

blockquote {
  --icon-size: 60px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 40, 45, 0.1)), to(rgba(32, 40, 45, 0)));
  background: -webkit-linear-gradient(left, rgba(32, 40, 45, 0.1) 0%, rgba(32, 40, 45, 0) 100%);
  background: -o-linear-gradient(left, rgba(32, 40, 45, 0.1) 0%, rgba(32, 40, 45, 0) 100%);
  background: linear-gradient(90deg, rgba(32, 40, 45, 0.1) 0%, rgba(32, 40, 45, 0) 100%);
  font-size: 20px;
  padding: 28px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

blockquote:before {
  content: url("../img/icons/icon-quote.svg");
  min-width: var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
}

.blog-paired-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px 30px;
}

.blog-paired-image img {
  border-radius: 18px;
  width: 100%;
  max-width: calc(50% - 30px / 2);
}

.blog-share {
  --color-border: rgba(93, 102, 111, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 20px;
  padding: 18px 0;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
  border-top: var(--style-border-width) solid var(--color-border);
  border-bottom: var(--style-border-width) solid var(--color-border);
}

.blog-share-item {
  --item-padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.blog-share-item .label {
  padding: var(--item-padding);
}

.blog-share-item .social-link {
  --size-social: 20px;
  padding: var(--item-padding);
}

.blog-share-item .social-icons {
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-share-item .subheading-bg {
  --color-foreground-subheading: rgba(28, 37, 57, 1);
  --color-background-subheading: rgba(255, 255, 255, 1);
  --color-border-subheading-bg: rgba(93, 102, 111, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-share-item .subheading-bg:focus,
.blog-share-item .subheading-bg:hover {
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  --color-background-subheading: rgba(28, 37, 57, 1);
  --color-border-subheading-bg: rgba(28, 37, 57, 1);
}

@media (max-width: 767px) {
  .blog-details .card-blog-list-media {
    --height: 300px;
  }

  :is(.blog-description) :is(p, div, a, li, span) {
    font-size: 16px;
  }

  blockquote {
    --icon-size: 36px;
    font-size: 18px;
    gap: 16px;
    padding: 24px 20px;
  }

  .blog-paired-image img {
    border-radius: 10px;
    max-width: 100%;
  }
}

.featured-blog {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(93, 102, 111, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(93, 102, 111, 0.3);
  background-color: var(--color-background);
  overflow: hidden;
}

.featured-blog.has-bg {
  --color-background: rgba(28, 37, 57, 1);
}

.featured-blog.has-bg .section-headings {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
}

.featured-blog .card-blog {
  --color-background: rgba(255, 255, 255, 1);
}

.featured-blog .buttons-discover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

@media (max-width: 767px) {
  .featured-blog .buttons-discover {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .featured-blog .section-headings-horizontal .buttons {
    -webkit-margin-before: 10px;
    margin-block-start: 10px;
  }
}

.comments-item {
  --radius: 12px;
  --image-size: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.commentator-img {
  min-width: var(--image-size);
  width: var(--image-size);
  height: var(--image-size);
  border-radius: var(--radius);
  overflow: hidden;
}

.commentator-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.button-reply svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
}

.button-reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}

.comments-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.comments-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.comment-bottom {
  -webkit-margin-before: 20px;
  margin-block-start: 20px;
}

.comments-section {
  -webkit-margin-before: 80px;
  margin-block-start: 80px;
}

.comment-section-heading {
  -webkit-margin-after: 40px;
  margin-block-end: 40px;
}

.comments-item+.comments-item {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.replied-item {
  -webkit-padding-start: calc(var(--image-size) - 10px);
  padding-inline-start: calc(var(--image-size) - 10px);
}

.comments-form-headings {
  -webkit-margin-after: 30px;
  margin-block-end: 30px;
}

.comments-form-headings .heading+.text {
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.comments-form {
  --color-input-text: rgba(93, 102, 111, 1);
  --color-input-background: rgba(242, 242, 242, 1);
  --color-input-border: rgba(242, 242, 242, 1);
  --color-input-hover-text: rgba(93, 102, 111, 1);
  --color-input-hover-background: rgba(242, 242, 242, 1);
  --color-input-hover-border: rgba(242, 242, 242, 1);
  -webkit-margin-before: 80px;
  margin-block-start: 80px;
}

@media (max-width: 767px) {
  .comments-item {
    --radius: 8px;
    --image-size: 60px;
    gap: 16px;
  }

  .comments-form,
  .comments-section {
    -webkit-margin-before: 60px;
    margin-block-start: 60px;
  }
}

.faq .section-headings {
  -webkit-padding-end: 100px;
  padding-inline-end: 100px;
  position: relative;
  height: 100%;
}

.faq .accordion-list>div+div {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.faq .image-absolute {
  position: absolute;
  bottom: -85px;
  right: 25%;
}

.faq-row>* {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.faq-2 .section-headings-horizontal {
  padding: 0;
}

.faq-2 .section-headings-right {
  min-width: auto;
  max-width: 530px;
}

.faq-2 .accordion-block {
  --color-background: transparent;
  border-radius: 0;
}

.faq-2 .accordion-opener .svg-wrapper {
  --color-background: transparent;
}

.faq-2 .accordion-opener .svg-wrapper svg {
  --color-foreground: rgba(32, 40, 45, 1);
}

.faq-2 .accordion-block.active .accordion-opener {
  --color-background: transparent;
  --color-foreground-heading: rgba(32, 40, 45, 1);
}

.faq-2 .accordion-opener,
.faq-2 .accordion-block.active {
  --color-border: rgba(32, 40, 45, 0.2);
  border-bottom: 1px solid var(--color-border);
}

.faq-2 .button.open-video {
  padding: 0;
  width: 70px;
  height: 70px;
  min-height: 70px;
}

.faq-2 .accordion-list>div+div {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}

.faq-2 .accordion-opener {
  padding: 32px 20px;
}

.faq-2 .video-wrap.section-headings-sticky {
  z-index: 1;
}

.faq-2.faq-working-process .accordion-block.active .accordion-opener,
.faq-working-process {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-foreground-subheading: rgba(255, 255, 255, 1);
  background: var(--color-background);
}

.faq-2.faq-working-process .accordion-block.active .accordion-opener .svg-wrapper,
.faq-2.faq-working-process .accordion-opener .svg-wrapper svg {
  --color-background: transparent;
  --color-foreground: rgba(255, 255, 255, 1);
  background: var(--color-background);
}

.faq-2.faq-working-process .accordion-block {
  --color-border: rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid var(--color-border);
}

.faq-2.faq-working-process .accordion-block.active .accordion-opener {
  --color-border: rgba(255, 255, 255, 0);
}

.faq-2.faq-working-process .accordion-opener {
  padding: 32px 20px;
}

.faq-2.faq-working-process .accordion-content-inner {
  padding: 0px 20px 32px;
}

.faq-working-process .heading-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 48px;
}

.faq-form-wrap {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}

.faq-form {
  --color-background: rgba(242, 242, 242, 1);
  background-color: var(--color-background);
  padding: 40px 30px;
  display: block;
}

.faq-form>.field {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.faq-form>.button {
  -webkit-margin-before: 36px;
  margin-block-start: 36px;
  width: 100%;
}

@media (max-width: 1199px) {
  .faq .section-headings {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }

  .faq .image-absolute {
    right: 10%;
  }

  .faq-form {
    padding: 24px 20px;
  }
}

@media (max-width: 991px) {
  .faq .accordion-list {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .faq-2 .accordion-list {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }

  .faq .image-absolute {
    bottom: -40px;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
  }

  .faq-2 .section-headings {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-2 .section-headings-right {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .image-absolute img {
    max-width: 90px;
    height: auto;
  }

  .faq .image-absolute {
    right: 0;
  }

  .faq-form {
    padding: 24px 15px;
  }

  .faq-2 .button.open-video {
    width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .faq-working-process .heading-index {
    gap: 32px;
  }
}

.section-contact-form {
  overflow: hidden;
}

.section-contact-form .card-icon-text-horizontal {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.contact-form-headings .heading+.text {
  -webkit-margin-before: 15px;
  margin-block-start: 15px;
}

.section-contact-form .contact-form {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

.section-contact-form .contact-form-wrap {
  --color-background: rgba(32, 40, 45, 1);
  --color-foreground: rgba(242, 242, 242, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-input-text: rgba(93, 102, 111, 1);
  --color-input-background: rgba(255, 255, 255, 1);
  --color-input-border: rgba(255, 255, 255, 1);
  --color-input-hover-text: rgba(93, 102, 111, 1);
  --color-input-hover-background: rgba(255, 255, 255, 1);
  --color-input-hover-border: rgba(255, 255, 255, 1);
  --color-secondary-button-hover-border: rgba(255, 255, 255, 0.3);
  background-color: var(--color-background);
}

.section-contact-form .contact-box {
  --padding: 60px;
  -webkit-box-shadow: 5px 8px 30px 4px rgba(23, 36, 38, 0.08);
  box-shadow: 5px 8px 30px 4px rgba(23, 36, 38, 0.08);
  padding: var(--padding);
}

.section-contact-form.without-box-shadow .contact-box {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

@media (min-width: 992px) {
  .section-contact-form .section-headings {
    max-width: 593px;
  }

  .section-contact-form .card-icon-text-horizontal {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    max-width: 442px;
  }
}

@media (min-width: 1400px) {
  .section-contact-form .col-contact-form {
    width: 520px;
  }

  .section-contact-form .col-contact-content {
    width: calc(100% - 520px - 30px);
  }
}

@media (max-width: 991px) {
  .section-contact-form .contact-form-wrap {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }

  .contact-us .contact-form-wrap {
    padding: 32px 0;
  }
}

@media (max-width: 767px) {
  .section-contact-form .contact-box {
    --padding: 40px 15px;
  }

  .section-contact-form .contact-form-wrap {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }
}

.contact-2 .contact-box {
  -webkit-margin-before: 60px;
  margin-block-start: 60px;
}

.contact-2 .section-headings {
  max-width: 840px;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
}

.contact-2 .card-icon-text svg {
  min-width: 28px;
  width: 28px;
  height: 28px;
  color: white;
}

.contact-2 .contact-info-list .svg-wrapper {
  --color-background: rgba(32, 40, 45, 1);
  min-width: 60px;
  width: 60px;
  height: 60px;
  background: var(--color-background);
  border-radius: 6px;
}

.contact-info-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.contact-2 .card-icon-text .content>.heading {
  opacity: 0.7;
}

.contact-2 .google-map {
  --height: 300px;
  border-radius: 12px;
}

.contact-2.section-padding {
  --padding-bottom: 32px;
}

.contact-2 .contact-social {
  -webkit-margin-before: 50px;
  margin-block-start: 50px;
}

.contact-2 .social-link {
  background-color: #1c2539;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-2 .social-link:focus,
.contact-2 .social-link:hover {
  background-color: #20325b;
}

.contact-2 .social-icons {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
  gap: 16px;
}

.contact-2 .card-icon-text .heading+.text {
  -webkit-margin-before: 3px;
  margin-block-start: 3px;
}

.contact-2 .card-icon-text a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.contact-2 .card-icon-text a:focus,
.contact-2 .card-icon-text a:hover {
  opacity: 0.75;
}

.contact-us .contact-box {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-details .content-info {
  -webkit-padding-start: 80px;
  padding-inline-start: 80px;
}

.team-details .content-info .info-desig {
  -webkit-margin-before: 18px;
  margin-block-start: 18px;
}

.team-details .content-info .social-icons,
.team-details .content-info .info-desc {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.team-details .content-info .phn-number {
  -webkit-margin-before: 44px;
  margin-block-start: 44px;
}

.team-details .content-info .email {
  -webkit-margin-before: 18px;
  margin-block-start: 18px;
}

.team-details .content-info .email,
.team-details .content-info .phn-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.team-details .social-link {
  --color-background: rgba(242, 242, 242, 1);
  background-color: var(--color-background);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-details .social-link:hover {
  --color-background: rgba(28, 37, 57, 1);
  --color-foreground: rgba(255, 255, 255, 1);
}

.td-column {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: auto;
}

.td-media-wrap {
  height: 100%;
  position: relative;
}

.td-media {
  height: 100%;
}

.td-media img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.text-absolute {
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-background: rgba(28, 37, 57, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--color-background);
  color: var(--color-foreground-heading);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -40px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  padding: 32px;
  height: 100%;
  max-height: 410px;
  text-align: center;
}

.team-progress>.heading+.text,
.team-about>.heading+.text,
.team-bio>.heading+.text {
  -webkit-margin-before: 36px;
  margin-block-start: 36px;
}

.progress-wrap {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

.progress-wrap>.progress-item:not(:first-child) {
  -webkit-margin-before: 28px;
  margin-block-start: 28px;
}

.progress-item>.heading+.progress-container {
  -webkit-margin-before: 16px;
  margin-block-start: 16px;
}

.progress-item .progress-container {
  --color-background: rgba(242, 242, 242, 1);
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 6px;
  background-color: var(--color-background);
}

.progress-item .progress--bar {
  --color-background: rgba(28, 37, 57, 1);
  position: absolute;
  left: 4px;
  top: 50%;
  width: 80%;
  height: 8px;
  border-radius: 6px;
  background-color: var(--color-background);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .team-details .content-info {
    -webkit-padding-start: 60px;
    padding-inline-start: 60px;
  }

  .text-absolute {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .team-details .content-info {
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
  }

  .team-progress {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }

  .text-absolute {
    padding: 20px;
    right: -35px;
  }
}

@media (max-width: 767px) {
  .team-details .content-info {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-before: 50px;
    margin-block-start: 50px;
  }

  .text-absolute {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    right: auto;
    left: 50%;
    bottom: -30px;
    width: calc(100% - 20%);
    max-height: 60px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 16px;
  }
}

.google-map {
  --height: 700px;
  overflow: hidden;
  position: relative;
  height: var(--height);
}

@media (max-width: 992px) {
  .google-map {
    --height: 500px;
  }
}

@media (max-width: 767px) {
  .google-map {
    --height: 300px;
  }
}

.section-error {
  overflow: hidden;
}

.error-media img {
  -o-object-fit: contain;
  object-fit: contain;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.section-error .section-headings .text {
  max-width: 570px;
  margin: 40px auto 0;
}

.secvice-categories>li+li {
  -webkit-margin-before: 14px;
  margin-block-start: 14px;
}

.secvice-category {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 8px;
  padding: 10px 20px;
}

.secvice-category svg {
  --size: 18px;
  width: var(--size);
  height: var(--size);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.secvice-category.active svg,
.secvice-category:focus svg,
.secvice-category:hover svg {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.service-contact {
  position: relative;
}

.sidebar-widget.service-contact {
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-overlay: rgba(28, 37, 57, 0.8);
  --padding: 60px 36px;
  text-align: center;
}

.sidebar-widget.service-contact .contact-text {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.sidebar-widget.service-contact .contact-number {
  display: inline-block;
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.service-sidebar .icon-contact {
  --color-background: rgba(255, 255, 255, 1);
  min-width: 80px;
  height: 80px;
  background: var(--color-background);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-margin-before: 36px;
  margin-block-start: 36px;
}

.service-sidebar .icon-contact svg {
  min-width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-download .service-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.service-download .download-button {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
  display: block;
  text-underline-offset: 4px;
}

.service-details-content>.service-choose-us,
.service-details-content>p.text,
.service-details-content>.heading {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
}

.service-details-content .choose-us-desc>.text-lists,
.service-details-content .choose-us-desc>.heading+.text {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.service-details-content .choose-us-desc .text-lists .text-item svg {
  --size: 24px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
}

.service-details-content .choose-us-desc .text-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.service-details-content .choose-us-desc>.text-item+.text-item {
  -webkit-margin-before: 18px;
  margin-block-start: 18px;
}

.service-details-content .choose-us-img {
  height: 100%;
}

.service-details-content .choose-us-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.service-details-content .service-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-details-content .service-row>* {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.service-details-content .choose-us-desc {
  -webkit-padding-start: 24px;
  padding-inline-start: 24px;
}

.service-faq {
  -webkit-margin-before: 40px;
  margin-block-start: 40px;
  display: block;
}

.service-faq>div+div {
  -webkit-margin-before: 30px;
  margin-block-start: 30px;
}

.service-faq .accordion-block .accordion-opener svg {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-faq .accordion-block.active .accordion-opener svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.service-faq .accordion-block.active .accordion-opener {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
}

.service-contact-content a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .service-sidebar {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
  }
}

@media (min-width: 1280px) {
  .service-sidebar {
    -webkit-padding-end: 45px;
    padding-inline-end: 45px;
  }
}

@media (max-width: 1199px) {
  .service-details-content .choose-us-desc {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

@media (max-width: 991px) {
  .service-details-content .choose-us-desc {
    -webkit-padding-start: 24px;
    padding-inline-start: 24px;
    -webkit-margin-before: 0;
    margin-block-start: 0;
  }
}

@media (max-width: 767px) {
  .service-sidebar .icon-contact {
    min-width: 60px;
    height: 60px;
  }

  .service-sidebar .icon-contact svg {
    min-width: 30px;
    height: 30px;
  }

  .sidebar-widget.service-contact {
    --padding: 30px 20px;
  }

  .service-details-content .choose-us-desc {
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
  }
}

.card-working-process .has-border {
  --color-border: rgba(93, 102, 111, 0.3);
  border-top: var(--style-border-width) solid var(--color-border);
  border-bottom: var(--style-border-width) solid var(--color-border);
  padding: 15px 0;
  -webkit-margin-before: 10px;
  margin-block-start: 10px;
}

.card-working-process .card-icon-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-working-process .card-icon-text .svg-wrapper {
  --size: 54px;
}

.service-slider .card-working-process .card-icon-text .svg-wrapper {
  --size: 44px;
}

.working-process.has-video .product-grid {
  --bs-gutter-x: 1.5rem;
}

@media (min-width: 768px) {
  .working-process .product-grid {
    --bs-gutter-x: 50px;
    row-gap: 40px;
  }
}

@media (min-width: 992px) {
  .working-process .product-grid {
    --bs-gutter-x: 100px;
    row-gap: 50px;
  }
}

.our-expertise {
  --color-background: rgba(242, 242, 242, 1);
  --color-foreground: rgba(93, 102, 111, 1);
  --color-foreground-heading: rgba(28, 37, 57, 1);
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(255, 255, 255, 0);
  --color-border-subheading-bg: rgba(93, 102, 111, 0.3);
  overflow: hidden;
  background-color: var(--color-background);
}

.our-expertise .section-headings-horizontal {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.our-expertise .swiper-nav-inner {
  background: transparent;
  gap: 16px;
  padding: 0;
}

.our-expertise .swiper-nav-inner>* {
  --size: 44px;
  --color-border: transparent;
  background-color: #1c2539;
  color: white;
}

.our-expertise .swiper-nav-inner>*:focus,
.our-expertise .swiper-nav-inner>*:hover {
  --color-border: transparent;
}

.our-expertise .image-text-card {
  --color-border: rgba(93, 102, 111, 0.3);
  --color-background: rgba(255, 255, 255, 1);
  background: var(--color-background);
  padding: 16px;
  border: 1px solid var(--color-border);
  height: 100%;
}

.our-expertise .swiper {
  overflow: visible;
}

.our-expertise .swiper-slide:not(:last-child) .image-text-card {
  border-right: none;
}

.our-expertise .swiper-slide {
  height: auto;
}

.our-expertise .media-wrap {
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.our-expertise .media-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-expertise .section-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .our-expertise .media-wrap img {
    height: 300px;
  }

  .our-expertise .section-headings-right {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .our-expertise .image-text-card {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .our-expertise .image-text-card {
    padding: 30px;
  }

  .our-expertise .media-wrap {
    height: 100%;
  }
}

footer {
  --offset-contact-form: 300px;
}

.footer-main {
  --color-background: rgba(28, 35, 39, 1);
  --color-foreground: rgba(255, 255, 255, 1);
  --color-foreground-heading: rgba(255, 255, 255, 1);
  --color-primary-hover: rgba(255, 255, 255, 0.75);
  background-color: var(--color-background);
  position: relative;
  overflow: hidden;
}

.footer-logo {
  max-width: 188px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

footer .social-link {
  background-color: #1c2539;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer .social-link:focus,
footer .social-link:hover {
  background-color: #20325b;
}

.footer-widget-brand>.text {
  -webkit-margin-before: 24px;
  margin-block-start: 24px;
}

.footer-widget-brand .social-icons {
  -webkit-margin-before: 44px;
  margin-block-start: 44px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.footer-menu .link {
  text-decoration: none;
  display: inline-block;
  color: var(--color-foreground);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer-menu .link:focus,
.footer-menu .link:hover {
  opacity: 0.75;
}

.widget-heading {
  font-weight: 600;
}

.widget-heading+* {
  -webkit-margin-before: 28px;
  margin-block-start: 28px;
}

.footer-top {
  padding: 100px 0;
}

.footer-policies {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px 44px;
}

.footer-bottom {
  --color-background: rgba(28, 37, 57, 1);
  background: var(--color-background);
  padding: 20px 0;
}

.footer-contact {
  position: relative;
  -webkit-padding-before: 100px;
  padding-block-start: 100px;
}

.footer-contact .contact-box {
  -webkit-margin-after: calc(var(--offset-contact-form) * -1);
  margin-block-end: calc(var(--offset-contact-form) * -1);
}

.footer-contact+.footer-main {
  -webkit-padding-before: var(--offset-contact-form);
  padding-block-start: var(--offset-contact-form);
}

.footer-2 .footer-widget-menu {
  max-width: 359px;
}

.footer-widget .sidebar-widget {
  --padding: 0;
  --color-background: transparent;
}

.footer-widget .sidebar-widget .subheading-bg.active,
.footer-widget .sidebar-widget .subheading-bg:focus,
.footer-widget .sidebar-widget .subheading-bg:hover {
  --color-foreground-subheading: rgba(93, 102, 111, 1);
  --color-background-subheading: rgba(233, 233, 233, 1);
  --color-border-subheading-bg: rgba(233, 233, 233, 1);
}

.footer-2 .social-link {
  background-color: #fff;
  color: #1c2539;
}

.footer-2 .social-link:focus,
.footer-2 .social-link:hover {
  background-color: #e9e9e9;
}

.logo-with-newsletter .footer-widget-brand .social-icons {
  -webkit-margin-before: 32px;
  margin-block-start: 32px;
}

footer .logo-with-newsletter .social-link {
  background-color: #fff;
  color: #1c2539;
}

footer .logo-with-newsletter .social-link:hover {
  background-color: #d0c9c9;
}

@media (min-width: 992px) {
  .footer-custom-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 380px auto auto auto;
    grid-template-columns: 380px auto auto auto;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-custom-row>* {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media (min-width: 1601px) {
  .footer-custom-row {
    -ms-grid-columns: 465px auto auto auto;
    grid-template-columns: 465px auto auto auto;
  }
}

@media (max-width: 1279px) {
  .footer-logo {
    max-width: 160px;
  }
}

@media (max-width: 991px) {
  .footer-custom-row {
    row-gap: 48px;
  }

  .footer-top {
    padding: 80px 0;
  }

  .footer-contact {
    -webkit-padding-before: 80px;
    padding-block-start: 80px;
  }
}

@media (max-width: 767px) {
  .footer-top {
    padding: 60px 0;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-policies {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 30px;
  }

  .footer-bottom-row {
    gap: 24px;
  }

  .footer-widget-brand .social-icons {
    -webkit-margin-before: 30px;
    margin-block-start: 30px;
  }

  .footer-logo {
    max-width: 130px;
  }

  .footer-contact {
    -webkit-padding-before: 60px;
    padding-block-start: 60px;
  }
}



/* =========================================
   WHY PARTNER WITH UPGRO
   ========================================= */

.upgro-partner-section {
  width: 100%;
  padding: 50px 20px;
  background: #f7f8fa;
}

.upgro-partner-container {
  max-width: 1200px;
  margin: 0 auto;
}


/* Heading */

.upgro-partner-heading {
  max-width: 100%;
  margin-bottom: 30px;
}

.upgro-partner-heading h2 {
  margin: auto;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.6px !important;
  font-weight: 300;
}

.upgro-partner-heading p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #000000 !important;
}


/* Main Content */

.upgro-partner-content {
  display: grid;
  grid-template-columns: 32% 68%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}


/* Title */

.upgro-partner-title {
  padding: 45px;
}

.upgro-partner-title h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}


/* List */

.upgro-partner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.upgro-partner-item {
  padding: 30px 35px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.upgro-partner-item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.upgro-partner-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
}

.upgro-partner-item span {
  display: block;
  margin-bottom: 5px;
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  color: #111;
}


/* Footer */

.upgro-partner-footer {
  /* max-width: 950px; */
  margin-top: 50px;
}

.upgro-partner-footer p {
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  color: #222;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 991px) {

  .upgro-partner-section {
    padding: 70px 25px;
  }

  .upgro-partner-heading h2 {
    font-size: 44px;
  }

  .upgro-partner-content {
    grid-template-columns: 1fr;
  }

  .upgro-partner-title {
    padding: 35px 0;
    border-bottom: 1px solid #ddd;
  }

  .upgro-partner-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .upgro-partner-item {
    border-left: 0;
    border-right: 1px solid #ddd;
  }

  .upgro-partner-item:nth-child(even) {
    border-right: 0;
  }
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

  .upgro-partner-section {
    padding: 55px 18px;
  }

  .upgro-partner-heading {
    margin-bottom: 40px;
  }

  .upgro-partner-heading h2 {
    font-size: 34px;
    line-height: 1.15;
  }

  .upgro-partner-heading p {
    font-size: 16px;
    line-height: 1.6;
  }

  .upgro-partner-title {
    padding: 28px 0;
  }

  .upgro-partner-title h3 {
    font-size: 23px;
  }

  .upgro-partner-list {
    display: block;
  }

  .upgro-partner-item {
    padding: 23px 0;
    border-right: 0;
    border-bottom: 1px solid #ddd !important;
  }

  .upgro-partner-item:last-child {
    border-bottom: 0 !important;
  }

  .upgro-partner-item p {
    font-size: 15px;
    line-height: 1.6;
  }

  .upgro-partner-item span {
    font-size: 46px;
  }

  .upgro-partner-footer {
    margin-top: 35px;
  }

  .upgro-partner-footer p {
    font-size: 16px;
    line-height: 1.65;
  }
}

/* =========================================================
   WHY PARTNER WITH UPGRO
   ========================================================= */

.upgro-partner-section {
  position: relative;
  width: 100%;
  padding: 50px 20px;
  background: #f7f8fa;
  overflow: hidden;
}

.upgro-partner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* =========================================================
   HEADING
   ========================================================= */

.upgro-partner-heading {
  /* max-width: 900px; */
  margin-bottom: 25px;
}

.upgro-partner-heading h2 {
  margin: 0 0 20px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1.8px;
  color: #111;
}

.upgro-partner-heading p {
  /* max-width: 800px; */
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
  color: #666;
}


/* =========================================================
   SUB HEADING
   ========================================================= */

.upgro-partner-subheading {
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdfe3;
}

.upgro-partner-subheading h3 {
  margin: 0;
  font-size: 27px;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
}


/* =========================================================
   POINTS
   ========================================================= */

.upgro-partner-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid #dcdfe3;
}


.upgro-partner-point {
  position: relative;
  min-height: 150px;
  padding: 32px 38px;
  display: flex;
  align-items: center;

  border-right: 1px solid #dcdfe3;
  border-bottom: 1px solid #dcdfe3;

  transition:
    background .35s ease,
    transform .35s ease,
    padding-left .35s ease;
}


/* Left animated line */

.upgro-partner-point::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
  height: 0;
  background: #111;
  transition: height .4s ease;
}


/* Hover */

.upgro-partner-point:hover {
  background: #fff;
  padding-left: 48px;
}

.upgro-partner-point:hover::before {
  height: 100%;
}


/* Text */




/* 250+ */

.upgro-partner-point span {
  margin-right: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}


/* =========================================================
   FINAL PARAGRAPH
   ========================================================= */

.upgro-partner-footer {
  /* max-width: 950px; */
  margin-top: 55px;
  padding-left: 25px;
  text-align: center;
  /* border-left: 2px solid #111; */
}

.upgro-partner-footer p {
  margin: 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
  font-weight: 500;
  color: #222;
}


/* =========================================================
   SCROLL ANIMATION
   ========================================================= */

.upgro-reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}

.upgro-reveal.upgro-visible {
  opacity: 1;
  transform: translateY(0);
}


/* =========================================================
   STAGGER ANIMATION
   ========================================================= */

.upgro-partner-point:nth-child(1) {
  transition-delay: .05s;
}

.upgro-partner-point:nth-child(2) {
  transition-delay: .10s;
}

.upgro-partner-point:nth-child(3) {
  transition-delay: .15s;
}

.upgro-partner-point:nth-child(4) {
  transition-delay: .20s;
}

.upgro-partner-point:nth-child(5) {
  transition-delay: .25s;
}

.upgro-partner-point:nth-child(6) {
  transition-delay: .30s;
}

.upgro-partner-point:nth-child(7) {
  transition-delay: .35s;
}

.upgro-partner-point:nth-child(8) {
  transition-delay: .40s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-partner-section {
    padding: 80px 25px;
  }

  .upgro-partner-heading h2 {
    font-size: 46px;
  }

  .upgro-partner-points {
    grid-template-columns: repeat(2, 1fr);
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-partner-section {
    padding: 60px 18px;
  }

  .upgro-partner-heading {
    margin-bottom: 42px;
  }

  .upgro-partner-heading h2 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -1px;
  }

  .upgro-partner-heading p {
    font-size: 16px;
    line-height: 1.65;
  }


  .upgro-partner-subheading {
    padding-bottom: 20px;
  }

  .upgro-partner-subheading h3 {
    font-size: 22px;
  }


  .upgro-partner-points {
    display: block;
    border-left: 0;
  }

  .upgro-partner-point {
    min-height: auto;
    padding: 23px 0;
    border-right: 0;
  }

  .upgro-partner-point:hover {
    padding-left: 15px;
  }

  .upgro-partner-point p {
    font-size: 15px;
    line-height: 1.65;
  }


  .upgro-partner-footer {
    margin-top: 40px;
    padding-left: 18px;
  }

  .upgro-partner-footer p {
    font-size: 16px;
    line-height: 1.65;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-partner-section {
    padding: 50px 15px;
  }

  .upgro-partner-heading h2 {
    font-size: 30px;
  }

  .upgro-partner-subheading h3 {
    font-size: 21px;
  }

}

/* =========================================================
   UPGRO
   COMPLETE DIGITAL GROWTH PORTFOLIO
   ========================================================= */

.upgro-growth-section {
  position: relative;
  width: 100%;
  padding: 50px 20px;
  background: #ffffff;
  overflow: hidden;
}


.upgro-growth-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
   IMAGE + HEADING + DESCRIPTION
   ========================================================= */

.upgro-growth-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.65fr);
  gap: 60px;
  align-items: stretch;
  margin-bottom: 75px;
}


/* =========================================================
   HEADER IMAGE
   ========================================================= */

.upgro-growth-header-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  /* border-radius: 4px;
  background: #f5f6f7; */
}


.upgro-growth-header-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition:
    transform 0.8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-growth-header-image:hover img {
  transform: scale(1.04);
}


/* =========================================================
   HEADER CONTENT
   ========================================================= */

.upgro-growth-header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.upgro-growth-header-content h2 {
  margin: 0 0 15px;

  /* font-size: 56px; */
  line-height: 1.08;
  /* letter-spacing: -2px;
    font-weight: 700;

    color: #111111; */
}


.upgro-growth-header-content p {
  /* max-width: 850px;
    margin: 0;

    font-size: 18px;
    line-height: 1.75;

    color: #666666; */
}


/* =========================================================
   PORTFOLIO GRID
   ========================================================= */

.upgro-growth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  border-top: 1px solid #dedfe2;
  border-left: 1px solid #dedfe2;
}


/* =========================================================
   PORTFOLIO CARD
   ========================================================= */

.upgro-growth-card {
  position: relative;
  min-height: 310px;
  padding: 40px;

  background: #f8f9fa;

  border-right: 1px solid #dedfe2;
  border-bottom: 1px solid #dedfe2;

  transition:
    background 0.4s ease,
    transform 0.4s cubic-bezier(.2, .8, .2, 1),
    box-shadow 0.4s ease;
}


/* Top animated line */

.upgro-growth-card::before {
  content: "";

  position: absolute;
  top: 0;
  left: 0;

  width: 0;
  height: 3px;

  background: #111111;

  transition:
    width 0.45s ease;
}


/* Hover */

.upgro-growth-card:hover {
  background: #ffffff;

  transform: translateY(-5px);

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.07);

  z-index: 2;
}


.upgro-growth-card:hover::before {
  width: 100%;
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.upgro-growth-card-top {
  display: flex;
  align-items: flex-start;

  gap: 18px;

  margin-bottom: 35px;
}


.upgro-growth-card-top span {
  flex-shrink: 0;

  font-size: 25px;
  line-height: 1;

  font-weight: 500;

  color: #888888;
}


.upgro-growth-card-top h3 {
  margin: 0;
  font-size: 23px;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.3;
  text-align: center !important;
  font-weight: 500;
  color: rgb(47 80 157);
}


/* =========================================================
   CARD LIST
   ========================================================= */

.upgro-growth-card ul {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif !important;
  list-style: none;
}


.upgro-growth-card li {
  position: relative;
  margin: 0;
  padding: 0 0 15px 22px;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  line-height: 1.55;
  color: #444444;
}


.upgro-growth-card li:last-child {
  padding-bottom: 0;
}


/* Bullet */

.upgro-growth-card li::before {
  content: "";

  position: absolute;

  left: 0;
  top: 10px;

  width: 6px;
  height: 6px;

  border-radius: 50%;

  background: #777777;

  transition:
    transform 0.3s ease,
    background 0.3s ease;
}


.upgro-growth-card:hover li::before {
  transform: scale(1.35);

  background: #111111;
}


/* =========================================================
   FINAL STATEMENT
   ========================================================= */

.upgro-growth-statement {
  display: grid;

  grid-template-columns: 55px 1fr;

  gap: 25px;

  align-items: start;

  max-width: 1000px;

  margin-top: 65px;
}



.upgro-growth-statement p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #222222;
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-growth-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-growth-reveal.upgro-growth-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   STAGGERED CARD ANIMATION
   ========================================================= */

.upgro-growth-card:nth-child(1) {
  transition-delay: 0.05s;
}


.upgro-growth-card:nth-child(2) {
  transition-delay: 0.15s;
}


.upgro-growth-card:nth-child(3) {
  transition-delay: 0.25s;
}


.upgro-growth-card:nth-child(4) {
  transition-delay: 0.35s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-growth-section {
    padding: 85px 25px;
  }


  .upgro-growth-header {
    grid-template-columns:
      minmax(0, 0.85fr) minmax(0, 1.4fr);

    gap: 35px;

    margin-bottom: 60px;
  }


  .upgro-growth-header-content h2 {
    font-size: 45px;

    letter-spacing: -1.5px;
  }


  .upgro-growth-header-content p {
    font-size: 17px;

    line-height: 1.65;
  }


  .upgro-growth-card {
    min-height: 300px;

    padding: 35px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-growth-section {
    padding: 65px 18px;
  }


  /* Header */

  .upgro-growth-header {
    display: block;

    margin-bottom: 45px;
  }


  /* Image */

  .upgro-growth-header-image {
    width: 100%;
    max-width: 100%;

    margin-bottom: 35px;
  }


  /* Content */

  .upgro-growth-header-content {
    display: block;
  }


  .upgro-growth-header-content h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 18px;
  }


  .upgro-growth-header-content p {
    font-size: 16px;

    line-height: 1.65;
  }


  /* Portfolio */

  .upgro-growth-grid {
    display: block;

    border-left: 0;
  }


  .upgro-growth-card {
    min-height: auto;

    padding: 30px 0;

    background: transparent;

    border-right: 0;
  }


  .upgro-growth-card:hover {
    transform: none;

    box-shadow: none;

    padding-left: 10px;
  }


  .upgro-growth-card::before {
    display: none;
  }


  /* Card heading */

  .upgro-growth-card-top {
    gap: 13px;

    margin-bottom: 25px;
  }


  .upgro-growth-card-top h3 {
    font-size: 21px;
  }


  /* List */

  .upgro-growth-card li {
    font-size: 15px;

    line-height: 1.6;
  }


  /* Final statement */

  .upgro-growth-statement {
    grid-template-columns: 30px 1fr;

    gap: 15px;

    margin-top: 40px;
  }


  .upgro-growth-statement-line {
    width: 25px;
  }


  .upgro-growth-statement p {
    font-size: 16px;

    line-height: 1.65;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-growth-section {
    padding: 55px 15px;
  }


  .upgro-growth-header-content h2 {
    font-size: 30px;
  }


  .upgro-growth-card-top h3 {
    font-size: 20px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-growth-reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-growth-card,
  .upgro-growth-card::before,
  .upgro-growth-card li::before,
  .upgro-growth-header-image img {
    transition: none;
  }

}


/* =========================================================
   UPGRO
   WHY AUTHORIZED BUSINESS PARTNERS CHOOSE UPGRO
   DIFFERENT STRUCTURE
   ========================================================= */

.upgro-partner-model-section {
  position: relative;
  width: 100%;
  padding: 50px 20px;
  background: #f3f4f6;
  overflow: hidden;
}

.upgro-partner-model-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.upgro-partner-model-header {
  /* max-width: 900px; */
  margin-bottom: 25px;
}

.upgro-partner-model-header h2 {
  margin: 0 0 10px;
  text-align: center;
  line-height: 1 !important;
  /* font-size: 56px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 700;

    color: #111; */
}

.upgro-partner-model-header p {
  /* max-width: 850px; */

  margin: 0;
  text-align: center;
  /* font-size: 18px;
    line-height: 1.75;

    color: #666; */
}


/* =========================================================
   MAIN PARTNERSHIP MODEL
   ========================================================= */

.upgro-partner-model {
  position: relative;

  display: grid;
  grid-template-columns: 1fr 1fr;

  gap: 20px;
}


/* =========================================================
   COLUMN
   ========================================================= */

.upgro-model-column {
  position: relative;

  background: #ffffff;

  padding: 0 40px 15px;

  border: 1px solid #e0e2e5;

  transition:
    transform .45s cubic-bezier(.2, .8, .2, 1),
    box-shadow .45s ease;
}

.upgro-model-column:hover {
  transform: translateY(-6px);

  box-shadow:
    0 20px 50px rgba(0, 0, 0, .07);
}


/* =========================================================
   COLUMN HEADER
   ========================================================= */

.upgro-model-column-header {
  position: relative;

  padding: 38px 0 30px;

  border-bottom: 1px solid #dfe1e4;
}


.upgro-model-column-header::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -1px;

  width: 55px;
  height: 3px;

  background: #111;

  transition: width .45s ease;
}

.upgro-model-column:hover .upgro-model-column-header::after {
  width: 100%;
}


.upgro-model-column-header h4 {
  margin: 0;
  /* font-size: 27px;
    line-height: 1.25;

    font-weight: 700;

    color: #111; */
}


/* =========================================================
   LIST
   ========================================================= */

.upgro-model-list {
  padding-top: 5px;
}


/* =========================================================
   LIST ITEM
   ========================================================= */

.upgro-model-item {
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid #e7e8ea;
  transition:
    padding-left .35s ease,
    background .35s ease;
}


.upgro-model-item:last-child {
  border-bottom: 0;
}


/* Small line */

.upgro-model-item::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 8px;
  height: 1px;

  background: #777;

  transform: translateY(-50%);

  transition:
    width .35s ease,
    background .35s ease;
}


/* Hover item */

.upgro-model-item:hover {
  padding-left: 38px;

  background: #fafafa;
}


.upgro-model-item:hover::before {
  width: 18px;

  background: #111;
}


/* Text */

.upgro-model-item span {
  font-size: 18px;
  line-height: 1;
  color: #333;
  font-family: "Public Sans", sans-serif !important;
  transition:
    color .3s ease;
}


.upgro-model-item:hover span {
  color: #111;
}


/* =========================================================
   CLOSING STATEMENT
   ========================================================= */

.upgro-model-closing {
  position: relative;
  /* max-width: 950px; */
  margin: 45px auto 0;
  /* padding: 25px 35px; */
  /* background: #ffffff;
    border: 1px solid #dedfe2; */
  text-align: center;
}


/* .upgro-model-closing::before,
.upgro-model-closing::after {
    content: "";

    position: absolute;

    top: 50%;

    width: 35px;
    height: 1px;

    background: #111;
} */





.upgro-model-closing p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 400;
  color: #222;
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-model-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-model-reveal.upgro-model-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   STAGGER
   ========================================================= */

.upgro-model-column:nth-child(1) {
  transition-delay: .05s;
}

.upgro-model-column:nth-child(2) {
  transition-delay: .18s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-partner-model-section {
    padding: 85px 25px;
  }

  .upgro-partner-model-header {
    margin-bottom: 55px;
  }

  .upgro-partner-model-header h2 {
    font-size: 46px;
  }

  .upgro-partner-model {
    gap: 15px;
  }

  .upgro-model-column {
    padding-left: 30px;
    padding-right: 30px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-partner-model-section {
    padding: 65px 18px;
  }


  /* Header */

  .upgro-partner-model-header {
    margin-bottom: 45px;
  }

  .upgro-partner-model-header h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;
  }

  .upgro-partner-model-header p {
    font-size: 16px;

    line-height: 1.65;
  }


  /* Columns */

  .upgro-partner-model {
    display: block;
  }

  .upgro-model-column {
    margin-bottom: 18px;

    padding: 0 25px 10px;
  }


  .upgro-model-column:hover {
    transform: none;

    box-shadow: none;
  }


  /* Header */

  .upgro-model-column-header {
    padding: 28px 0 23px;
  }

  .upgro-model-column-header h3 {
    font-size: 22px;
  }


  /* Items */

  .upgro-model-item {
    min-height: auto;

    padding: 16px 0 16px 25px;
  }

  .upgro-model-item:hover {
    padding-left: 30px;
  }

  .upgro-model-item span {
    font-size: 15px;

    line-height: 1.55;
  }


  /* Closing */

  .upgro-model-closing {
    margin-top: 35px;

    padding: 28px 22px;
  }

  .upgro-model-closing::before,
  .upgro-model-closing::after {
    display: none;
  }

  .upgro-model-closing p {
    font-size: 16px;

    line-height: 1.65;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-partner-model-section {
    padding: 55px 15px;
  }

  .upgro-partner-model-header h2 {
    font-size: 30px;
  }

  .upgro-model-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .upgro-model-column-header h3 {
    font-size: 21px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-model-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .upgro-model-column,
  .upgro-model-item,
  .upgro-model-item::before,
  .upgro-model-column-header::after {
    transition: none;
  }

}


/* =========================================================
   UPGRO
   A PARTNERSHIP MODEL DESIGNED FOR GROWTH
   ========================================================= */

.upgro-partnership-growth-section {
  position: relative;
  width: 100%;
  padding: 50px 20px;
  background: #ffffff;
  overflow: hidden;
}


.upgro-partnership-growth-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* =========================================================
   MAIN LAYOUT
   LEFT CONTENT + RIGHT IMAGE
   ========================================================= */

.upgro-partnership-growth-layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.15fr) minmax(0, .85fr);

  gap: 80px;

  align-items: stretch;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.upgro-partnership-growth-content {
  min-width: 0;
}


/* =========================================================
   INTRO
   ========================================================= */

.upgro-partnership-growth-intro {
  max-width: 720px;

  margin-bottom: 60px;
}


.upgro-partnership-growth-intro h2 {
  margin: 0 0 28px;
  /* font-size: 56px;
    line-height: 1.08;
    letter-spacing: -2px;
    font-weight: 700;
    color: #111111; */
}


.upgro-partnership-growth-intro p {
  margin: 0 0 18px;
  /* font-size: 18px;
    line-height: 1.75;
    color: #666666; */
}


.upgro-partnership-growth-intro p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   RIGHT IMAGE
   HEIGHT AUTOMATICALLY MATCHES LEFT CONTENT
   ========================================================= */

.upgro-partnership-growth-visual {
  position: relative;

  width: 100%;
  height: 100%;

  align-self: stretch;
}


.upgro-pg-image-wrap {
  position: relative;

  width: 100%;
  height: 100%;

  min-height: 100%;

  overflow: hidden;

  /* background: #f4f5f6; */
}


/* =========================================================
   IMAGE
   ========================================================= */

.upgro-pg-image-wrap img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .9s cubic-bezier(.2, .8, .2, 1);
}


.upgro-pg-image-wrap:hover img {
  transform: scale(1.04);
}


/* =========================================================
   IMAGE INNER FRAME
   ========================================================= */

.upgro-pg-image-wrap::after {
  content: "";

  position: absolute;

  inset: 14px;

  border: 1px solid rgba(255, 255, 255, .55);

  pointer-events: none;

  transition:
    inset .5s ease;
}


.upgro-pg-image-wrap:hover::after {
  inset: 22px;
}


/* =========================================================
   RESPONSIBILITY GROUP
   ========================================================= */

.upgro-pg-group {
  margin-bottom: 48px;
}


.upgro-pg-group:last-child {
  margin-bottom: 0;
}


/* =========================================================
   GROUP HEADING
   ========================================================= */

.upgro-pg-group-heading {
  display: flex;

  align-items: center;

  gap: 18px;

  padding-bottom: 18px;

  border-bottom: 1px solid #dfe1e4;
}


/* Number */

.upgro-pg-group-heading>span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  flex-shrink: 0;

  border: 1px solid #cfd1d4;

  border-radius: 50%;

  font-size: 11px;

  font-weight: 700;

  color: #555555;

  transition:
    background .3s ease,
    color .3s ease,
    border-color .3s ease;
}


.upgro-pg-group:hover .upgro-pg-group-heading>span {
  background: #111111;

  border-color: #111111;

  color: #ffffff;
}


/* Heading */

.upgro-pg-group-heading h4 {
  margin: 0;
  /* 
    font-size: 24px;

    line-height: 1.3;

    font-weight: 700;

    color: #111111; */
}


/* =========================================================
   LIST
   ========================================================= */

.upgro-pg-list {
  padding-top: 4px;
}


.upgro-pg-list-item {
  position: relative;

  display: flex;

  align-items: center;

  min-height: 55px;

  padding: 14px 0 14px 25px;

  border-bottom: 1px solid #eeeeef;

  transition:
    padding-left .35s ease,
    background .35s ease;
}


.upgro-pg-list-item:last-child {
  border-bottom: 0;
}


/* =========================================================
   LIST INDICATOR
   ========================================================= */

.upgro-pg-list-item::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #888888;

  transform: translateY(-50%);

  transition:
    width .35s ease,
    height .35s ease,
    background .35s ease;
}


/* =========================================================
   LIST HOVER
   ========================================================= */

.upgro-pg-list-item:hover {
  padding-left: 35px;

  background: #fafafa;
}


.upgro-pg-list-item:hover::before {
  width: 9px;
  height: 9px;

  background: #111111;
}


.upgro-pg-list-item span {
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  line-height: 1.5;
  color: #3f3f3f;

  transition:
    color .3s ease;
}


.upgro-pg-list-item:hover span {
  color: #111111;
}


/* =========================================================
   FINAL PARAGRAPH
   ========================================================= */

.upgro-pg-final {
  display: grid;
  gap: 18px;

  align-items: start;
  /* max-width: 1050px; */
  margin: 80px auto 0;
  /* padding-top: 25px; */
  border-top: 1px solid #dfe1e4;
}


/* .upgro-pg-final-line {
    width: 50px;

    height: 3px;

    margin-top: 13px;

    background: #111111;
} */


.upgro-pg-final p {
  margin: 0;
  font-weight: 500 !important;
  text-align: center;
  /* font-size: 19px;

    line-height: 1.75;

    font-weight: 500;

    color: #222222; */
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-pg-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-pg-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   ANIMATION DELAYS
   ========================================================= */

.upgro-partnership-growth-content .upgro-pg-group:nth-child(2) {
  transition-delay: .12s;
}


.upgro-partnership-growth-content .upgro-pg-group:nth-child(3) {
  transition-delay: .24s;
}


.upgro-partnership-growth-visual {
  transition-delay: .18s;
}


.upgro-pg-final {
  transition-delay: .15s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-partnership-growth-section {
    padding: 90px 25px;
  }


  .upgro-partnership-growth-layout {
    grid-template-columns:
      minmax(0, 1.1fr) minmax(0, .9fr);

    gap: 45px;

    align-items: stretch;
  }


  .upgro-partnership-growth-intro {
    margin-bottom: 50px;
  }


  .upgro-partnership-growth-intro h2 {
    font-size: 45px;

    letter-spacing: -1.5px;
  }


  .upgro-partnership-growth-intro p {
    font-size: 17px;

    line-height: 1.65;
  }


  .upgro-pg-group-heading h3 {
    font-size: 22px;
  }


  .upgro-pg-list-item span {
    font-size: 15px;
  }


  .upgro-pg-final {
    margin-top: 60px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-partnership-growth-section {
    padding: 65px 18px;
  }


  /* =============================================
       MOBILE MAIN LAYOUT
       ============================================= */

  .upgro-partnership-growth-layout {
    display: flex;

    flex-direction: column;

    gap: 45px;
  }


  /* =============================================
       IMAGE
       ============================================= */

  .upgro-partnership-growth-visual {
    order: -1;

    position: relative;

    width: 100%;

    height: auto;

    align-self: auto;
  }


  .upgro-pg-image-wrap {
    width: 100%;

    height: auto;

    min-height: 0;

    aspect-ratio: 1 / 1;
  }


  .upgro-pg-image-wrap img {
    width: 100%;
    height: 100%;

    object-fit: cover;
  }


  .upgro-pg-image-wrap::after {
    inset: 10px;
  }


  .upgro-pg-image-wrap:hover::after {
    inset: 15px;
  }


  /* =============================================
       INTRO
       ============================================= */

  .upgro-partnership-growth-intro {
    margin-bottom: 45px;
  }


  .upgro-partnership-growth-intro h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 20px;
  }


  .upgro-partnership-growth-intro p {
    font-size: 16px;

    line-height: 1.65;

    margin-bottom: 16px;
  }


  /* =============================================
       GROUPS
       ============================================= */

  .upgro-pg-group {
    margin-bottom: 40px;
  }


  .upgro-pg-group-heading {
    gap: 13px;

    padding-bottom: 16px;
  }


  .upgro-pg-group-heading>span {
    width: 30px;
    height: 30px;

    font-size: 10px;
  }


  .upgro-pg-group-heading h3 {
    font-size: 21px;

    line-height: 1.35;
  }


  /* =============================================
       LIST
       ============================================= */

  .upgro-pg-list-item {
    min-height: auto;

    padding: 15px 0 15px 23px;
  }


  .upgro-pg-list-item:hover {
    padding-left: 28px;
  }


  .upgro-pg-list-item span {
    font-size: 15px;

    line-height: 1.6;
  }


  /* =============================================
       FINAL
       ============================================= */

  .upgro-pg-final {
    display: block;

    margin-top: 45px;

    padding-top: 28px;
  }


  .upgro-pg-final-line {
    width: 35px;

    height: 2px;

    margin: 0 0 20px;
  }


  .upgro-pg-final p {
    font-size: 16px;

    line-height: 1.65;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-partnership-growth-section {
    padding: 55px 15px;
  }


  .upgro-partnership-growth-intro h2 {
    font-size: 30px;
  }


  .upgro-pg-group-heading h3 {
    font-size: 20px;
  }


  .upgro-pg-list-item span {
    font-size: 14.5px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-pg-reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-pg-image-wrap img,
  .upgro-pg-image-wrap::after,
  .upgro-pg-list-item,
  .upgro-pg-list-item::before,
  .upgro-pg-group-heading>span {
    transition: none;
  }

}

/* =========================================================
   UPGRO
   WHY THIS PROGRAM?
   CENTER ALIGNED SECTION
   ========================================================= */

.upgro-why-program-section {
  position: relative;

  width: 100%;

  padding: 50px 20px;

  background: #f5f6f7;

  overflow: hidden;
}


.upgro-why-program-container {
  width: 100%;

  max-width: 1050px;

  margin: 0 auto;

  text-align: center;
}


/* =========================================================
   HEADER
   ========================================================= */

.upgro-why-program-header {
  /* max-width: 900px; */

  margin: 0 auto 20px;
}


.upgro-why-program-header h2 {
  margin: 0 0 25px;
  /* font-size: 56px;
    line-height: 1.08;
    letter-spacing: -2px;
    font-weight: 700;
    color: #111111; */
}


.upgro-why-program-header p {
  /* max-width: 850px; */
  margin: 0 auto;
  /* font-size: 18px;
    line-height: 1.75;
    color: #666666; */
}


/* =========================================================
   PROGRAM BRIDGE
   ========================================================= */

.upgro-program-bridge {
  position: relative;
  font-family: "Public Sans", sans-serif !important;
  /* max-width: 850px; */
  margin: 0 auto;
  padding: 55px 60px;
  background: #ffffff;
  border: 1px solid #dedfe2;
}


/* =========================================================
   STATEMENTS
   ========================================================= */

.upgro-program-statement {
  position: relative;

  padding: 25px 35px;

  background: #f7f7f8;

  border: 1px solid #e5e6e8;

  transition:
    transform .4s ease,
    box-shadow .4s ease,
    background .4s ease;
}


.upgro-program-statement:hover {
  transform: translateY(-4px);

  background: #ffffff;

  box-shadow:
    0 15px 40px rgba(0, 0, 0, .06);
}


.upgro-program-statement strong {
  display: block;
  font-size: 18px;
  font-family: "Public Sans", sans-serif !important;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0px !important;
  color: rgb(47 80 157);
}


/* =========================================================
   "WITH"
   ========================================================= */

.upgro-program-with {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
}


.upgro-program-with::before {
  content: "";

  position: absolute;

  left: 50%;

  top: 0;

  width: 1px;

  height: 100%;

  background: #d4d5d7;

  transform: translateX(-50%);
}


.upgro-program-with span {
  position: relative;
  z-index: 2;
  padding: 8px 18px;
  background: #ffffff;
  font-family: "Public Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 600;
  text-transform: lowercase;
  color: #666666;
}


/* =========================================================
   RESULT
   ========================================================= */

.upgro-program-result {
  /* max-width: 900px; */
  margin: 25px auto 0;
  /* padding: 0 20px; */
}


.upgro-program-result p {
  margin: 0;
  /* font-size: 19px;
  line-height: 1.8;
  font-weight: 500;
  color: #222222; */
}


/* =========================================================
   FINAL PARAGRAPH
   ========================================================= */

.upgro-program-final {
  /* max-width: 850px; */
  margin: 15px auto 0;
  padding-top: 10px;
  /* border-top: 1px solid #d6d7d9; */
}


.upgro-program-final::before {
  content: "";

  display: block;

  width: 45px;

  height: 3px;

  margin: 0 auto 30px;

  background: #111111;
}


.upgro-program-final p {
  margin: 0;

  /* font-size: 18px;

  line-height: 1.8;

  color: #555555; */
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-wp-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-wp-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   STAGGER
   ========================================================= */

.upgro-program-bridge {
  transition-delay: .12s;
}


.upgro-program-result {
  transition-delay: .22s;
}


.upgro-program-final {
  transition-delay: .32s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-why-program-section {
    padding: 90px 25px;
  }


  .upgro-why-program-header {
    margin-bottom: 55px;
  }


  .upgro-why-program-header h2 {
    font-size: 46px;

    letter-spacing: -1.5px;
  }


  .upgro-why-program-header p {
    font-size: 17px;

    line-height: 1.7;
  }


  .upgro-program-bridge {
    padding: 45px;
  }


  .upgro-program-statement strong {
    font-size: 20px;
  }


  .upgro-program-result p {
    font-size: 18px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-why-program-section {
    padding: 65px 18px;
  }


  /* Header */

  .upgro-why-program-header {
    margin-bottom: 42px;
  }


  .upgro-why-program-header h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 20px;
  }


  .upgro-why-program-header p {
    font-size: 16px;

    line-height: 1.65;
  }


  /* Bridge */

  .upgro-program-bridge {
    padding: 25px 18px;
  }


  .upgro-program-statement {
    padding: 22px 18px;
  }


  .upgro-program-statement strong {
    font-size: 18px;

    line-height: 1.55;
  }


  /* With */

  .upgro-program-with {
    height: 65px;
  }


  .upgro-program-with span {
    padding: 7px 14px;

    font-size: 13px;
  }


  /* Result */

  .upgro-program-result {
    margin-top: 45px;

    padding: 0;
  }


  .upgro-program-result p {
    font-size: 16px;

    line-height: 1.7;
  }


  /* Final */

  .upgro-program-final {
    margin-top: 42px;

    padding-top: 30px;
  }


  .upgro-program-final::before {
    width: 35px;

    height: 2px;

    margin-bottom: 22px;
  }


  .upgro-program-final p {
    font-size: 16px;

    line-height: 1.7;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-why-program-section {
    padding: 55px 15px;
  }


  .upgro-why-program-header h2 {
    font-size: 30px;
  }


  .upgro-program-bridge {
    padding: 20px 14px;
  }


  .upgro-program-statement {
    padding: 20px 15px;
  }


  .upgro-program-statement strong {
    font-size: 17px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-wp-reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-program-statement {
    transition: none;
  }

}


/* =========================================================
   UPGRO
   WHO CAN BECOME AN AUTHORIZED BUSINESS PARTNER?
   ========================================================= */

.upgro-partner-profile-section {
  position: relative;

  width: 100%;

  padding: 50px 20px;

  background: #ffffff;

  overflow: hidden;
}


.upgro-partner-profile-container {
  width: 100%;

  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   INTRO AREA
   ========================================================= */

.upgro-partner-profile-intro {
  display: grid;

  grid-template-columns:
    minmax(0, .85fr) minmax(0, 1.15fr);

  gap: 20px;

  align-items: start;

  padding-bottom: 15px;
  align-items: center;
  border-bottom: 1px solid #dedfe2;
}


/* =========================================================
   TITLE
   ========================================================= */

.upgro-profile-title {
  position: relative;

  padding-left: 25px;
}


/* .upgro-profile-title::before {
  content: "";

  position: absolute;

  left: 0;
  top: 7px;

  width: 3px;
  height: 75px;

  background: #111111;
} */


/* .upgro-profile-label {
  display: block;

  margin-bottom: 22px;

  font-size: 12px;

  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  color: #777777;
} */


.upgro-profile-title h2 {
  margin: 0;
  /* 
  font-size: 54px; */

  line-height: 1.08;

  /* letter-spacing: -2px;

  font-weight: 700;

  color: #111111; */
}


/* =========================================================
   INTRO CONTENT
   ========================================================= */

.upgro-profile-intro-content {
  max-width: 720px;

  padding-top: 38px;
}


.upgro-profile-intro-content p {
  margin: 0 0 24px;
  /* font-size: 18px;
  line-height: 1.8;
  color: #5f5f5f; */
}


.upgro-profile-intro-content p:last-child {
  margin-bottom: 0;
}


.upgro-profile-intro-content strong {
  font-weight: 700;

  color: #111111;
}


/* =========================================================
   IDEAL PARTNER HEADING
   ========================================================= */

.upgro-profile-section-heading {
  display: grid;
  /* grid-template-columns: 60px auto;
  grid-template-rows: auto auto;
  column-gap: 25px; */

  align-items: center;

  margin: 25px 0 15px;
}


.upgro-profile-heading-line {
  grid-row: 1 / span 2;
  width: 45px;
  height: 45px;
  /* border: 1px solid #cfd1d4; */
  border-radius: 50%;
  /* position: relative; */
}


.upgro-profile-heading-line::after {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: 9px;
  height: 9px;

  /* background: #111111; */

  border-radius: 50%;

  transform: translate(-50%, -50%);
}


.upgro-profile-section-heading h3 {
  margin: 0;
  font-size: 30px;
  text-align: left;
  font-family: "Public Sans", sans-serif !important;
  line-height: 1.0;
  font-weight: 600;
  letter-spacing: 0px;
  color: rgb(47 80 157);
}


.upgro-profile-section-heading p {
  margin: 7px 0 0;
  text-align: left;
  font-family: "Public Sans", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;

}


/* =========================================================
   PROFILE LIST
   ========================================================= */

.upgro-profile-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  column-gap: 70px;

  border-top: 1px solid #dedfe2;
}


/* =========================================================
   PROFILE ITEM
   ========================================================= */

.upgro-profile-item {
  position: relative;

  display: grid;

  grid-template-columns: 45px 1fr;

  gap: 20px;

  align-items: center;

  min-height: 76px;

  padding: 15px 5px 15px 0;

  border-bottom: 1px solid #e8e9eb;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity .55s ease,
    transform .55s ease,
    padding-left .35s ease,
    background .35s ease;
}


.upgro-profile-item-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   NUMBER
   ========================================================= */

.upgro-profile-number {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  border: 1px solid #d2d3d5;

  border-radius: 50%;

  font-size: 14px;

  line-height: 1;

  font-weight: 700;

  color: #777777;

  transition:
    background .35s ease,
    color .35s ease,
    border-color .35s ease,
    transform .35s ease;
}


/* =========================================================
   NAME
   ========================================================= */

.upgro-profile-name {
  font-size: 18px;
  line-height: 1;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  color: #333333;
  transition:
    color .35s ease;
}


/* =========================================================
   PROFILE HOVER
   ========================================================= */

.upgro-profile-item:hover {
  padding-left: 12px;

  background: #f8f8f9;
}


.upgro-profile-item:hover .upgro-profile-number {
  background: #111111;

  border-color: #111111;

  color: #ffffff;

  transform: scale(1.08);
}


.upgro-profile-item:hover .upgro-profile-name {
  color: #111111;
}


/* =========================================================
   SAUDI REQUIREMENT
   ========================================================= */

.upgro-profile-requirement {
  display: grid;

  gap: 15px;

  /* max-width: 1000px; */

  margin: 70px auto 0;
  letter-spacing: 0px;
  text-align: center;
  padding: 25px;
  background: #f5f6f7;
}


/* .upgro-requirement-marker {
  width: 4px;

  height: 100%;

  min-height: 50px;

  background: #111111;
} */


.upgro-profile-requirement p {
  margin: 0;
  font-family: "Public Sans", sans-serif !important;
  font-size: 18px;

  line-height: 1.5;

  font-weight: 600;

  color: rgb(47 80 157);
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-profile-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-profile-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-partner-profile-section {
    padding: 90px 25px;
  }


  .upgro-partner-profile-intro {
    grid-template-columns:
      minmax(0, .9fr) minmax(0, 1.1fr);

    gap: 50px;

    padding-bottom: 65px;
  }


  .upgro-profile-title h2 {
    font-size: 44px;

    letter-spacing: -1.5px;
  }


  .upgro-profile-intro-content {
    padding-top: 25px;
  }


  .upgro-profile-intro-content p {
    font-size: 17px;

    line-height: 1.7;
  }


  .upgro-profile-section-heading {
    margin-top: 65px;
  }


  .upgro-profile-list {
    column-gap: 35px;
  }


  .upgro-profile-name {
    font-size: 15px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-partner-profile-section {
    padding: 65px 18px;
  }


  /* =============================================
       INTRO
       ============================================= */

  .upgro-partner-profile-intro {
    display: block;

    padding-bottom: 50px;
  }


  /* =============================================
       TITLE
       ============================================= */

  .upgro-profile-title {
    padding-left: 20px;

    margin-bottom: 35px;
  }


  .upgro-profile-title::before {
    top: 4px;

    width: 2px;

    height: 55px;
  }


  .upgro-profile-label {
    margin-bottom: 15px;

    font-size: 10px;

    letter-spacing: 1.2px;
  }


  .upgro-profile-title h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;
  }


  /* =============================================
       INTRO TEXT
       ============================================= */

  .upgro-profile-intro-content {
    padding-top: 0;
  }


  .upgro-profile-intro-content p {
    font-size: 16px;

    line-height: 1.7;

    margin-bottom: 18px;
  }


  /* =============================================
       SECTION HEADING
       ============================================= */

  .upgro-profile-section-heading {
    display: grid;

    grid-template-columns: 45px 1fr;

    column-gap: 15px;

    margin: 50px 0 30px;
  }


  .upgro-profile-heading-line {
    width: 36px;

    height: 36px;
  }


  .upgro-profile-heading-line::after {
    width: 7px;

    height: 7px;
  }


  .upgro-profile-section-heading h3 {
    font-size: 24px;
  }


  .upgro-profile-section-heading p {
    margin-top: 5px;

    font-size: 15px;
  }


  /* =============================================
       LIST
       ============================================= */

  .upgro-profile-list {
    display: block;

    border-top: 1px solid #dedfe2;
  }


  .upgro-profile-item {
    grid-template-columns: 40px 1fr;

    gap: 14px;

    min-height: 68px;

    padding: 13px 0;
  }


  .upgro-profile-item:hover {
    padding-left: 8px;
  }


  .upgro-profile-number {
    width: 29px;

    height: 29px;

    font-size: 9px;
  }


  .upgro-profile-name {
    font-size: 15px;

    line-height: 1.5;
  }


  /* =============================================
       REQUIREMENT
       ============================================= */

  .upgro-profile-requirement {
    grid-template-columns: 3px 1fr;

    gap: 18px;

    margin-top: 45px;

    padding: 24px 20px;
  }


  .upgro-requirement-marker {
    width: 3px;
  }


  .upgro-profile-requirement p {
    font-size: 15px;

    line-height: 1.7;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-partner-profile-section {
    padding: 55px 15px;
  }


  .upgro-profile-title h2 {
    font-size: 30px;
  }


  .upgro-profile-section-heading h3 {
    font-size: 22px;
  }


  .upgro-profile-name {
    font-size: 14.5px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-profile-reveal,
  .upgro-profile-item {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-profile-item:hover {
    padding-left: 0;
  }


  .upgro-profile-item:hover .upgro-profile-number {
    transform: none;
  }

}


/* =========================================================
   UPGRO
   WHY BECOME AN AUTHORIZED BUSINESS PARTNER?
   ========================================================= */

.upgro-partner-benefits-section {
  position: relative;

  width: 100%;

  padding: 50px 20px;

  background: #f5f6f7;

  overflow: hidden;
}


.upgro-partner-benefits-container {
  width: 100%;

  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   MAIN LAYOUT
   ========================================================= */

.upgro-partner-benefits-layout {
  display: grid;

  grid-template-columns:
    minmax(0, .82fr) minmax(0, 1.18fr);

  gap: 85px;

  align-items: stretch;
}


/* =========================================================
   LEFT IMAGE
   ========================================================= */

.upgro-benefits-visual {
  position: relative;

  width: 100%;

  height: 100%;

  min-height: 100%;

  align-self: stretch;
}


.upgro-benefits-image {
  position: relative;

  width: 100%;

  height: 100%;

  min-height: 100%;

  overflow: hidden;

  /* background: #e9eaec; */
}


/* =========================================================
   IMAGE
   ========================================================= */

.upgro-benefits-image img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition:
    transform 1s cubic-bezier(.2, .8, .2, 1);
}


.upgro-benefits-image:hover img {
  transform: scale(1.045);
}


/* =========================================================
   IMAGE FRAME
   ========================================================= */

.upgro-benefits-image-frame {
  position: absolute;

  inset: 18px;

  border: 1px solid rgba(255, 255, 255, .6);

  pointer-events: none;

  transition:
    inset .5s ease;
}


.upgro-benefits-image:hover .upgro-benefits-image-frame {
  inset: 28px;
}


/* =========================================================
   RIGHT CONTENT
   ========================================================= */

.upgro-partner-benefits-content {
  min-width: 0;
}


/* =========================================================
   INTRO
   ========================================================= */

.upgro-benefits-intro {
  padding-bottom: 48px;

  margin-bottom: 48px;

  border-bottom: 1px solid #d9dade;
}


.upgro-benefits-intro h2 {
  margin: 0 0 20px;
  /* font-size: 52px;
  line-height: 1.08;
  letter-spacing: -2px;
  font-weight: 700;
  color: #111111; */
}


.upgro-benefits-intro p {
  margin: 0 0 18px;
  /* font-size: 17px;
  line-height: 1.5;
  color: #000; */
}


.upgro-benefits-intro p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   BENEFIT CATEGORY
   ========================================================= */

.upgro-benefit-category {
  margin-bottom: 50px;
}


.upgro-benefit-category:last-child {
  margin-bottom: 0;
}


/* =========================================================
   CATEGORY HEADING
   ========================================================= */

.upgro-benefit-category-heading {
  display: flex;
  align-items: center;
  gap: 17px;
  flex-direction: column;
  margin-bottom: 5px;
}


.upgro-benefit-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid #c9cbd0;

  border-radius: 50%;

  font-size: 10px;

  font-weight: 700;

  color: #666666;

  transition:
    background .35s ease,
    border-color .35s ease,
    color .35s ease,
    transform .35s ease;
}


.upgro-benefit-category:hover .upgro-benefit-number {
  background: #111111;

  border-color: #111111;

  color: #ffffff;

  transform: scale(1.06);
}


.upgro-benefit-category-heading h3 {
  margin: 0;

  font-size: 25px;
  text-align: center !important;
  line-height: 1.3;
  font-family: "Public Sans", sans-serif !important;
  font-weight: 600;

  color: #111111;
}


/* =========================================================
   BENEFIT LIST
   ========================================================= */

.upgro-benefit-list {
  margin-left: 55px;

  border-top: 1px solid #dedfe2;
}


.upgro-benefit-item {
  position: relative;

  display: flex;

  align-items: flex-start;

  padding: 15px 0 15px 20px;

  border-bottom: 1px solid #e3e4e6;

  transition:
    padding-left .35s ease,
    background .35s ease;
}


.upgro-benefit-item::before {
  content: "";

  position: absolute;

  left: 0;

  top: 23px;

  width: 5px;

  height: 5px;

  border-radius: 50%;

  background: #888888;

  transition:
    width .3s ease,
    height .3s ease,
    background .3s ease;
}


.upgro-benefit-item span {
  font-size: 18px;
  line-height: 1.3;
  font-family: "Public Sans", sans-serif !important;
  color: #454545;

  transition:
    color .3s ease;
}


.upgro-benefit-item:hover {
  padding-left: 28px;

  background: rgba(255, 255, 255, .55);
}


.upgro-benefit-item:hover::before {
  width: 7px;

  height: 7px;

  background: #111111;
}


.upgro-benefit-item:hover span {
  color: #111111;
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-benefits-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-benefits-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   ANIMATION DELAYS
   ========================================================= */

.upgro-benefit-category:nth-child(2) {
  transition-delay: .10s;
}


.upgro-benefit-category:nth-child(3) {
  transition-delay: .20s;
}


.upgro-benefit-category:nth-child(4) {
  transition-delay: .30s;
}


.upgro-benefits-visual {
  transition-delay: .15s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-partner-benefits-section {
    padding: 90px 25px;
  }


  .upgro-partner-benefits-layout {
    grid-template-columns:
      minmax(0, .8fr) minmax(0, 1.2fr);

    gap: 45px;
  }


  .upgro-benefits-intro {
    padding-bottom: 40px;

    margin-bottom: 40px;
  }


  .upgro-benefits-intro h2 {
    font-size: 43px;

    letter-spacing: -1.5px;
  }


  .upgro-benefits-intro p {
    font-size: 16px;

    line-height: 1.7;
  }


  .upgro-benefit-category-heading h3 {
    font-size: 22px;
  }


  .upgro-benefit-list {
    margin-left: 50px;
  }


  .upgro-benefit-item span {
    font-size: 14.5px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-partner-benefits-section {
    padding: 65px 18px;
  }


  /* =============================================
       MAIN LAYOUT
       ============================================= */

  .upgro-partner-benefits-layout {
    display: flex;

    flex-direction: column;

    gap: 45px;
  }


  /* =============================================
       IMAGE
       ============================================= */

  .upgro-benefits-visual {
    order: -1;

    width: 100%;

    height: auto;

    min-height: 0;

    align-self: auto;
  }


  .upgro-benefits-image {
    width: 100%;

    height: auto;

    min-height: 0;

    aspect-ratio: 1 / 1;
  }


  .upgro-benefits-image img {
    width: 100%;

    height: 100%;

    object-fit: cover;
  }


  .upgro-benefits-image-frame {
    inset: 10px;
  }


  .upgro-benefits-image:hover .upgro-benefits-image-frame {
    inset: 15px;
  }


  /* =============================================
       INTRO
       ============================================= */

  .upgro-benefits-intro {
    padding-bottom: 38px;

    margin-bottom: 38px;
  }


  .upgro-benefits-intro h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 20px;
  }


  .upgro-benefits-intro p {
    font-size: 16px;

    line-height: 1.7;
  }


  /* =============================================
       CATEGORY
       ============================================= */

  .upgro-benefit-category {
    margin-bottom: 40px;
  }


  .upgro-benefit-category-heading {
    gap: 13px;

    margin-bottom: 4px;
  }


  .upgro-benefit-number {
    width: 31px;

    height: 31px;

    font-size: 9px;
  }


  .upgro-benefit-category-heading h3 {
    font-size: 21px;

    line-height: 1.35;
  }


  /* =============================================
       LIST
       ============================================= */

  .upgro-benefit-list {
    margin-left: 44px;
  }


  .upgro-benefit-item {
    padding: 14px 0 14px 18px;
  }


  .upgro-benefit-item:hover {
    padding-left: 23px;
  }


  .upgro-benefit-item span {
    font-size: 14.5px;

    line-height: 1.6;
  }


  .upgro-benefit-item::before {
    top: 22px;

    width: 5px;

    height: 5px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-partner-benefits-section {
    padding: 55px 15px;
  }


  .upgro-benefits-intro h2 {
    font-size: 30px;
  }


  .upgro-benefit-category-heading h3 {
    font-size: 20px;
  }


  .upgro-benefit-list {
    margin-left: 40px;
  }


  .upgro-benefit-item span {
    font-size: 14px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-benefits-reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-benefits-image img,
  .upgro-benefits-image-frame,
  .upgro-benefit-item,
  .upgro-benefit-item::before,
  .upgro-benefit-number {
    transition: none;
  }

}

/* =========================================================
   UPGRO
   YOUR ROLE AS AN AUTHORIZED BUSINESS PARTNER
   ========================================================= */

.upgro-partner-role-section {
  position: relative;

  width: 100%;

  padding: 50px 20px;

  background: #ffffff;

  overflow: hidden;
}


.upgro-partner-role-container {
  width: 100%;

  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.upgro-role-header {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) minmax(0, 1fr);

  gap: 100px;

  align-items: center;

  padding-bottom: 25px;

  border-bottom: 1px solid #dedfe2;
}


/* =========================================================
   TITLE
   ========================================================= */

.upgro-role-title {
  position: relative;

  padding-left: 28px;
}


/* .upgro-role-title::before {
  content: "";

  position: absolute;

  left: 0;

  top: 5px;

  width: 3px;

  height: 90px;

  background: #111111;
} */


/* .upgro-role-label {
  display: block;

  margin-bottom: 18px;

  font-size: 11px;

  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.7px;

  text-transform: uppercase;

  color: #777777;
} */


.upgro-role-title h2 {
  margin: 0;
  /* 
  max-width: 560px;

  font-size: 54px; */

  line-height: 1.08;

  letter-spacing: 0px;

  /* font-weight: 700;

  color: #111111; */
}


/* =========================================================
   INTRO
   ========================================================= */

.upgro-role-intro {
  max-width: 570px;

  padding-left: 35px;

  border-left: 1px solid #d9dade;
}


.upgro-role-intro p {
  margin: 0;
  font-size: 18px;
  /* 
  line-height: 1.75;

  font-weight: 500;

  color: #555555; */
}


/* =========================================================
   RESPONSIBILITY AREA
   ========================================================= */

.upgro-role-responsibilities {
  padding-top: 15px;
}


/* =========================================================
   RESPONSIBILITY HEADING
   ========================================================= */

.upgro-role-responsibility-heading {
  margin-bottom: 10px;
}


.upgro-role-responsibility-heading span {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #333333;
}



/* =========================================================
   RESPONSIBILITY GRID
   ========================================================= */

.upgro-role-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  column-gap: 70px;

  border-top: 1px solid #dedfe2;
}


/* =========================================================
   RESPONSIBILITY ITEM
   ========================================================= */

.upgro-role-item {
  position: relative;

  display: grid;

  grid-template-columns: 48px 1fr;

  gap: 18px;

  align-items: center;

  min-height: 82px;

  padding: 15px 5px 15px 0;

  border-bottom: 1px solid #e5e6e8;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity .55s ease,
    transform .55s ease,
    padding-left .35s ease,
    background .35s ease;
}


.upgro-role-item-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   NUMBER
   ========================================================= */

.upgro-role-number {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 34px;

  height: 34px;

  border: 1px solid #cfd1d4;

  border-radius: 50%;

  font-size: 10px;

  line-height: 1;

  font-weight: 700;

  color: #777777;

  transition:
    background .35s ease,
    border-color .35s ease,
    color .35s ease,
    transform .35s ease;
}


/* =========================================================
   TEXT
   ========================================================= */

.upgro-role-text {
  font-size: 17px;
  line-height: 1.55;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  color: #383838;
  transition:
    color .3s ease;
}


/* =========================================================
   HOVER
   ========================================================= */

.upgro-role-item:hover {
  padding-left: 13px;

  background: #f7f7f8;
}


.upgro-role-item:hover .upgro-role-number {
  background: #111111;

  border-color: #111111;

  color: #ffffff;

  transform: scale(1.07);
}


.upgro-role-item:hover .upgro-role-text {
  color: #111111;
}


/* =========================================================
   CLOSING STATEMENT
   ========================================================= */

.upgro-role-closing {
  display: grid;
  grid-template-columns: 5px 1fr;
  gap: 30px;
  /* max-width: 1000px; */
  margin: 15px auto 0;
  padding: 35px 40px;
  text-align: center;
  font-family: "Public Sans", sans-serif;
  background: #f5f6f7;
}


/* .upgro-role-closing-mark {
  width: 4px;
  min-height: 55px;
  background: #111111;
} */


.upgro-role-closing p {
  margin: 0;

  font-size: 18px;

  line-height: 1.75;

  font-weight: 500;

  color: #333333;
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-role-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-role-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-partner-role-section {
    padding: 90px 25px;
  }


  .upgro-role-header {
    gap: 50px;

    padding-bottom: 60px;
  }


  .upgro-role-title h2 {
    font-size: 44px;

    letter-spacing: -1.5px;
  }


  .upgro-role-intro {
    padding-left: 25px;
  }


  .upgro-role-intro p {
    font-size: 18px;

    line-height: 1.7;
  }


  .upgro-role-responsibilities {
    padding-top: 60px;
  }


  .upgro-role-list {
    column-gap: 35px;
  }


  .upgro-role-item {
    grid-template-columns: 42px 1fr;

    gap: 14px;
  }


  .upgro-role-text {
    font-size: 15px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-partner-role-section {
    padding: 65px 18px;
  }


  /* =============================================
       HEADER
       ============================================= */

  .upgro-role-header {
    display: block;

    padding-bottom: 48px;
  }


  /* =============================================
       TITLE
       ============================================= */

  .upgro-role-title {
    padding-left: 20px;

    margin-bottom: 35px;
  }


  .upgro-role-title::before {
    width: 2px;

    height: 65px;

    top: 4px;
  }


  .upgro-role-label {
    margin-bottom: 14px;

    font-size: 10px;

    letter-spacing: 1.3px;
  }


  .upgro-role-title h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;
  }


  /* =============================================
       INTRO
       ============================================= */

  .upgro-role-intro {
    padding-left: 20px;

    border-left: 1px solid #d9dade;
  }


  .upgro-role-intro p {
    font-size: 16px;

    line-height: 1.7;
  }


  /* =============================================
       RESPONSIBILITIES
       ============================================= */

  .upgro-role-responsibilities {
    padding-top: 48px;
  }


  .upgro-role-responsibility-heading {
    margin-bottom: 25px;
  }


  .upgro-role-responsibility-heading span {
    font-size: 13px;
  }


  .upgro-role-list {
    display: block;
  }


  /* =============================================
       ITEMS
       ============================================= */

  .upgro-role-item {
    grid-template-columns: 40px 1fr;

    gap: 14px;

    min-height: 70px;

    padding: 14px 0;
  }


  .upgro-role-item:hover {
    padding-left: 8px;
  }


  .upgro-role-number {
    width: 30px;

    height: 30px;

    font-size: 9px;
  }


  .upgro-role-text {
    font-size: 15px;

    line-height: 1.55;
  }


  /* =============================================
       CLOSING
       ============================================= */

  .upgro-role-closing {
    grid-template-columns: 3px 1fr;

    gap: 18px;

    margin-top: 45px;

    padding: 25px 20px;
  }


  .upgro-role-closing-mark {
    width: 3px;

    min-height: 45px;
  }


  .upgro-role-closing p {
    font-size: 15px;

    line-height: 1.7;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-partner-role-section {
    padding: 55px 15px;
  }


  .upgro-role-title h2 {
    font-size: 30px;
  }


  .upgro-role-text {
    font-size: 14.5px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-role-reveal,
  .upgro-role-item {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-role-item:hover {
    padding-left: 0;
  }


  .upgro-role-item:hover .upgro-role-number {
    transform: none;
  }

}


/* =========================================================
   UPGRO
   PARTNERSHIP MODELS
   ========================================================= */

.upgro-partnership-models-section {
  position: relative;

  width: 100%;

  padding: 50px 10px;

  background: #f5f6f7;

  overflow: hidden;
}


.upgro-partnership-models-container {
  width: 100%;

  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   SECTION HEADER
   ========================================================= */

.upgro-models-header {
  /* max-width: 780px; */

  margin: 0 auto 25px;

  text-align: center;
}


.upgro-models-label {
  display: block;

  margin-bottom: 18px;

  font-size: 11px;

  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.7px;

  text-transform: uppercase;

  color: #777777;
}


.upgro-models-header h2 {
  margin: 0 0 15px;
  /* font-size: 56px; */
  line-height: 1.5;
  /* letter-spacing: -2px;
  font-weight: 700;
  color: #111111; */
}


.upgro-models-header p {
  margin: 0;
  /* font-size: 18px;
  line-height: 1.3;
  color: #626262; */
}


/* =========================================================
   MODELS GRID
   ========================================================= */

.upgro-models-grid {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr) 80px minmax(0, 1fr);

  align-items: stretch;
}


/* =========================================================
   MODEL CARD
   ========================================================= */

.upgro-model-card {
  position: relative;

  padding: 42px;

  background: #ffffff;

  border: 1px solid #dedfe2;

  transition:
    transform .45s cubic-bezier(.2, .8, .2, 1),
    box-shadow .45s ease,
    border-color .35s ease;
}


.upgro-model-card:hover {
  transform: translateY(-8px);

  border-color: #c9cbd0;

  box-shadow:
    0 20px 50px rgba(0, 0, 0, .07);
}


/* =========================================================
   MODEL TOP
   ========================================================= */

.upgro-model-top {
  display: flex;

  align-items: flex-start;

  gap: 20px;

  align-items: center;
  padding-bottom: 30px;

  flex-direction: column;
  border-bottom: 1px solid #dedfe2;
}


/* .upgro-model-number {
  display: flex;

  align-items: center;

  justify-content: center;

  flex: 0 0 auto;

  width: 43px;

  height: 43px;

  border-radius: 50%;

  background: #111111;

  color: #ffffff;

  font-size: 11px;

  font-weight: 700;

  transition:
    transform .35s ease;
} */


.upgro-model-card:hover .upgro-model-number {
  transform: rotate(8deg) scale(1.05);
}


.upgro-model-top h3 {
  margin: 0;
  padding-top: 5px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0px;
  font-weight: 600;
  color: #111111;
}


/* =========================================================
   MODEL CONTENT
   ========================================================= */

.upgro-model-content {
  padding: 30px 0 27px;
}


.upgro-model-content p {
  margin: 0 0 18px;
  /* 
  font-size: 16px;

  line-height: 1.75;

  color: #5c5c5c; */
}


.upgro-model-content p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   CONTRIBUTIONS
   ========================================================= */

.upgro-model-contributions {
  padding-top: 25px;

  border-top: 1px solid #dedfe2;
}


.upgro-model-contributions h4 {
  margin: 0 0 17px;

  font-size: 18px !important;

  line-height: 1.5;

  font-weight: 400;

  color: #222222;
}


.upgro-model-contributions ul {
  list-style: none;

  margin: 0;

  padding: 0;
}


.upgro-model-contributions li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 17px;
  font-family: "Public Sans", sans-serif;
  line-height: 1.5;
  color: #454545;

  transition:
    padding-left .3s ease,
    color .3s ease;
}


.upgro-model-check {
  position: relative;

  display: block;

  flex: 0 0 auto;

  width: 7px;

  height: 7px;

  border: 1px solid #888888;

  border-radius: 50%;

  transition:
    background .3s ease,
    border-color .3s ease,
    transform .3s ease;
}


.upgro-model-contributions li:hover {
  padding-left: 7px;

  color: #111111;
}


.upgro-model-contributions li:hover .upgro-model-check {
  background: #111111;

  border-color: #111111;

  transform: scale(1.25);
}


/* =========================================================
   CENTER CONNECTION
   ========================================================= */

.upgro-models-center {
  position: relative;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 0;
}


.upgro-models-center-line {
  width: 1px;

  height: calc(50% - 27px);

  background: #cfd1d4;
}


.upgro-models-center-symbol {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 54px;

  height: 54px;

  border: 1px solid #c8cacf;

  border-radius: 50%;

  background: #f5f6f7;

  font-size: 25px;

  font-weight: 300;

  color: #444444;

  z-index: 2;

  transition:
    background .35s ease,
    color .35s ease,
    transform .4s ease,
    border-color .35s ease;
}


.upgro-models-grid:hover .upgro-models-center-symbol {
  background: #111111;

  border-color: #111111;

  color: #ffffff;

  transform: rotate(90deg);
}


/* =========================================================
   COMMERCIAL NOTE
   ========================================================= */

.upgro-commercial-note {
  display: grid;
  grid-template-columns: 4px 1fr;
  gap: 25px;
  /* max-width: 900px; */
  margin: 25px auto 0;
  /* padding: 28px 32px; */
  /* background: #ffffff; */
  /* border: 1px solid #dedfe2; */
}


/* .upgro-commercial-line {
  width: 4px;

  height: 100%;

  min-height: 45px;

  background: #111111;
} */


.upgro-commercial-note p {
  margin: 0;
  text-align: center;
  font-weight: 400;
  /* font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #383838; */
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-models-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-models-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   ANIMATION DELAYS
   ========================================================= */

.upgro-model-left {
  transition-delay: .05s;
}


.upgro-model-right {
  transition-delay: .18s;
}


.upgro-commercial-note {
  transition-delay: .3s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-partnership-models-section {
    padding: 90px 25px;
  }


  .upgro-models-header {
    margin-bottom: 60px;
  }


  .upgro-models-header h2 {
    font-size: 45px;

    letter-spacing: -1.5px;
  }


  .upgro-models-header p {
    font-size: 17px;
  }


  .upgro-models-grid {
    grid-template-columns:
      minmax(0, 1fr) 55px minmax(0, 1fr);
  }


  .upgro-model-card {
    padding: 30px;
  }


  .upgro-model-top {
    gap: 15px;
  }


  .upgro-model-top h3 {
    font-size: 23px;
  }


  .upgro-model-content p {
    font-size: 15px;
  }


  .upgro-model-contributions li {
    font-size: 14px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-partnership-models-section {
    padding: 65px 18px;
  }


  /* =============================================
       HEADER
       ============================================= */

  .upgro-models-header {
    margin-bottom: 45px;
  }


  .upgro-models-label {
    margin-bottom: 14px;

    font-size: 10px;

    letter-spacing: 1.3px;
  }


  .upgro-models-header h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 18px;
  }


  .upgro-models-header p {
    font-size: 16px;

    line-height: 1.7;
  }


  /* =============================================
       MODEL GRID
       ============================================= */

  .upgro-models-grid {
    display: flex;

    flex-direction: column;

    gap: 0;
  }


  /* =============================================
       CARDS
       ============================================= */

  .upgro-model-card {
    padding: 25px 20px;
  }


  .upgro-model-card:hover {
    transform: none;

    box-shadow: none;
  }


  .upgro-model-top {
    gap: 13px;

    padding-bottom: 22px;
  }


  .upgro-model-number {
    width: 36px;

    height: 36px;

    font-size: 9px;
  }


  .upgro-model-top h3 {
    padding-top: 3px;

    font-size: 22px;

    line-height: 1.3;
  }


  /* =============================================
       CONTENT
       ============================================= */

  .upgro-model-content {
    padding: 24px 0;
  }


  .upgro-model-content p {
    font-size: 15px;

    line-height: 1.7;

    margin-bottom: 16px;
  }


  /* =============================================
       CONTRIBUTIONS
       ============================================= */

  .upgro-model-contributions {
    padding-top: 22px;
  }


  .upgro-model-contributions h4 {
    font-size: 13px;

    margin-bottom: 12px;
  }


  .upgro-model-contributions li {
    font-size: 14px;

    padding: 8px 0;
  }


  /* =============================================
       CENTER CONNECTION
       ============================================= */

  .upgro-models-center {
    flex-direction: row;

    height: 70px;

    gap: 0;
  }


  .upgro-models-center-line {
    width: calc(50% - 25px);

    height: 1px;

    background: #cfd1d4;
  }


  .upgro-models-center-symbol {
    width: 50px;

    height: 50px;

    flex: 0 0 50px;

    font-size: 22px;
  }


  /* =============================================
       COMMERCIAL NOTE
       ============================================= */

  .upgro-commercial-note {
    grid-template-columns: 3px 1fr;

    gap: 18px;

    margin-top: 45px;

    padding: 22px 18px;
  }


  .upgro-commercial-line {
    width: 3px;
  }


  .upgro-commercial-note p {
    font-size: 15px;

    line-height: 1.7;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-partnership-models-section {
    padding: 55px 15px;
  }


  .upgro-models-header h2 {
    font-size: 30px;
  }


  .upgro-model-top h3 {
    font-size: 20px;
  }


  .upgro-model-content p {
    font-size: 14px;
  }


  .upgro-model-contributions li {
    font-size: 13.5px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-models-reveal {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-model-card,
  .upgro-model-number,
  .upgro-model-check,
  .upgro-model-contributions li,
  .upgro-models-center-symbol {
    transition: none;
  }

}

/* =========================================================
   UPGRO
   A FLEXIBLE PARTNERSHIP FRAMEWORK
   ========================================================= */

.upgro-flexible-framework-section {
  position: relative;

  width: 100%;

  padding: 50px 20px;

  background: #ffffff;

  overflow: hidden;
}


.upgro-flexible-framework-container {
  width: 100%;

  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.upgro-framework-header {
  display: grid;

  grid-template-columns:
    minmax(0, .85fr) minmax(0, 1.15fr);

  gap: 100px;

  padding-bottom: 15px;
  align-items: center;

  border-bottom: 1px solid #dedfe2;
}


/* =========================================================
   TITLE
   ========================================================= */

.upgro-framework-title {
  position: relative;

  padding-left: 28px;
}


/* .upgro-framework-title::before {
  content: "";

  position: absolute;

  left: 0;

  top: 5px;

  width: 3px;

  height: 90px;

  background: #111111;
} */


/* .upgro-framework-label {
  display: block;

  margin-bottom: 18px;

  font-size: 11px;

  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.7px;

  text-transform: uppercase;

  color: #777777;
} */


.upgro-framework-title h2 {
  margin: 0;
  /* font-size: 54px; */

  line-height: 1;
  /* 
  letter-spacing: -2px;

  font-weight: 700;

  color: #111111; */
}


/* =========================================================
   INTRO
   ========================================================= */

.upgro-framework-intro {
  /* max-width: 700px; */

  padding-top: 35px;
}


.upgro-framework-intro p {
  margin: 0 0 22px;
  font-family: "Public Sans", sans-serif !important;
  /* 
  font-size: 18px;

  line-height: 1.8;

  color: #5d5d5d; */
}


.upgro-framework-intro p:first-child {
  font-size: 21px;
  line-height: 1;
  font-family: "Public Sans", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0px;
  color: #222222;
}


.upgro-framework-intro p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   FACTORS SECTION
   ========================================================= */

.upgro-framework-factors {
  padding-top: 15px;
}


/* =========================================================
   FACTOR HEADING
   ========================================================= */

.upgro-framework-factors-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  /* flex-direction: column; */
  margin-bottom: 32px;
}


/* .upgro-framework-factor-line {
  width: 32px;

  height: 2px;

  background: #111111;
} */


.upgro-framework-factors-heading>span:last-child {
  font-size: 17px;
  line-height: 1.5;
  text-align: left !important;
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
  color: #333333;
}


/* =========================================================
   FACTOR GRID
   ========================================================= */

.upgro-framework-factor-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  /* border-top: 1px solid #dedfe2;

  border-left: 1px solid #dedfe2; */
}


/* =========================================================
   FACTOR
   ========================================================= */

.upgro-framework-factor {
  position: relative;

  display: grid;

  grid-template-columns: 55px 1fr;

  align-items: center;

  min-height: 20px;

  padding: 8px 12px;

  /* border-right: 1px solid #dedfe2;

  border-bottom: 1px solid #dedfe2; */

  background: #ffffff;

  opacity: 0;

  transform: translateY(18px);

  transition:
    opacity .55s ease,
    transform .55s ease,
    background .35s ease;
}


.upgro-framework-factor-visible {
  opacity: 1;

  transform: translateY(0);
}


.upgro-framework-factor:hover {
  background: #f6f7f8;
}


/* =========================================================
   FACTOR NUMBER
   ========================================================= */

.upgro-framework-factor-number {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 34px;

  height: 34px;

  border: 1px solid #cfd1d4;

  border-radius: 50%;

  font-size: 10px;

  line-height: 1;

  font-weight: 700;

  color: #777777;

  transition:
    background .35s ease,
    border-color .35s ease,
    color .35s ease,
    transform .35s ease;
}


.upgro-framework-factor:hover .upgro-framework-factor-number {
  background: #111111;

  border-color: #111111;

  color: #ffffff;

  transform: scale(1.08);
}


/* =========================================================
   FACTOR TEXT
   ========================================================= */

.upgro-framework-factor-text {
  font-size: 16px;
  line-height: 1;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: #333333;
  transition:
    color .3s ease;
}


.upgro-framework-factor:hover .upgro-framework-factor-text {
  color: #111111;
}


/* =========================================================
   CLOSING
   ========================================================= */

.upgro-framework-closing {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  /* gap: 25px; */
  /* max-width: 1000px; */
  margin: 20px auto 0;
  /* padding: 30px 35px;
  background: #f5f6f7; */
  /* border: 1px solid #e0e1e3; */
}


/* .upgro-framework-closing-number {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 45px;

  height: 45px;

  border-radius: 50%;

  background: #111111;

  color: #ffffff;

  transition:
    transform .4s ease;
} */


.upgro-framework-closing:hover .upgro-framework-closing-number {
  transform: rotate(90deg);
}


.upgro-framework-closing-number span {
  font-size: 22px;

  line-height: 1;

  font-weight: 300;
}


.upgro-framework-closing p {
  margin: 0;
  /* font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #333333; */
}


/* =========================================================
   SCROLL REVEAL
   ========================================================= */

.upgro-framework-reveal {
  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-framework-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-flexible-framework-section {
    padding: 90px 25px;
  }


  .upgro-framework-header {
    grid-template-columns:
      minmax(0, .8fr) minmax(0, 1.2fr);

    gap: 55px;

    padding-bottom: 60px;
  }


  .upgro-framework-title h2 {
    font-size: 44px;

    letter-spacing: -1.5px;
  }


  .upgro-framework-intro {
    padding-top: 25px;
  }


  .upgro-framework-intro p {
    font-size: 16px;

    line-height: 1.7;
  }


  .upgro-framework-intro p:first-child {
    font-size: 19px;
  }


  .upgro-framework-factors {
    padding-top: 60px;
  }


  .upgro-framework-factor {
    min-height: 80px;

    padding: 15px 20px;
  }


  .upgro-framework-factor-text {
    font-size: 15px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-flexible-framework-section {
    padding: 65px 18px;
  }


  /* =============================================
       HEADER
       ============================================= */

  .upgro-framework-header {
    display: block;

    padding-bottom: 48px;
  }


  /* =============================================
       TITLE
       ============================================= */

  .upgro-framework-title {
    padding-left: 20px;

    margin-bottom: 35px;
  }


  .upgro-framework-title::before {
    width: 2px;

    height: 65px;

    top: 4px;
  }


  .upgro-framework-label {
    margin-bottom: 14px;

    font-size: 10px;

    letter-spacing: 1.3px;
  }


  .upgro-framework-title h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;
  }


  /* =============================================
       INTRO
       ============================================= */

  .upgro-framework-intro {
    padding-top: 0;
  }


  .upgro-framework-intro p {
    font-size: 16px;

    line-height: 1.7;

    margin-bottom: 18px;
  }


  .upgro-framework-intro p:first-child {
    font-size: 18px;

    line-height: 1.6;
  }


  /* =============================================
       FACTORS
       ============================================= */

  .upgro-framework-factors {
    padding-top: 48px;
  }


  .upgro-framework-factors-heading {
    gap: 12px;

    margin-bottom: 24px;
  }


  .upgro-framework-factor-line {
    width: 25px;
  }


  .upgro-framework-factors-heading>span:last-child {
    font-size: 13px;

    line-height: 1.5;
  }


  /* =============================================
       FACTOR GRID
       ============================================= */

  .upgro-framework-factor-grid {
    display: block;

    border-left: 1px solid #dedfe2;
  }


  .upgro-framework-factor {
    grid-template-columns: 45px 1fr;

    min-height: 68px;

    padding: 12px 15px;
  }


  .upgro-framework-factor-number {
    width: 30px;

    height: 30px;

    font-size: 9px;
  }


  .upgro-framework-factor-text {
    font-size: 15px;

    line-height: 1.5;
  }


  /* =============================================
       CLOSING
       ============================================= */

  .upgro-framework-closing {
    grid-template-columns: 40px 1fr;

    gap: 18px;

    margin-top: 45px;

    padding: 23px 20px;
  }


  .upgro-framework-closing-number {
    width: 36px;

    height: 36px;
  }


  .upgro-framework-closing-number span {
    font-size: 18px;
  }


  .upgro-framework-closing p {
    font-size: 15px;

    line-height: 1.7;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-flexible-framework-section {
    padding: 55px 15px;
  }


  .upgro-framework-title h2 {
    font-size: 30px;
  }


  .upgro-framework-factor-text {
    font-size: 14px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-framework-reveal,
  .upgro-framework-factor {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-framework-factor:hover .upgro-framework-factor-number,
  .upgro-framework-closing:hover .upgro-framework-closing-number {
    transform: none;
  }

}


/* =========================================================
   UPGRO
   PARTNER SELECTION PROCESS
   MODERN CARD GRID DESIGN
   ========================================================= */

.upgro-selection-process {
    position: relative;
    width: 100%;
    padding: 90px 20px;
    background: #f6f7f9;
    overflow: hidden;
}

.upgro-selection-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}


/* =========================================================
   HEADER
   ========================================================= */

.upgro-selection-header {
    max-width: 820px;
    margin: 0 auto 55px;
    text-align: center;
}

.upgro-selection-header h2 {
    margin: 0 0 18px;
    line-height: 1.12;
    letter-spacing: -0.5px;
}

.upgro-selection-header p {
    max-width: 760px;
    margin: 0 auto 12px;
    line-height: 1.7;
}

.upgro-selection-header p:last-child {
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
}


/* =========================================================
   PROCESS WRAPPER
   ========================================================= */

.upgro-process-wrapper {
    position: relative;
    width: 100%;
}

.upgro-process-line,
.upgro-process-progress {
    display: none;
}


/* =========================================================
   CARD GRID
   ========================================================= */

.upgro-process-track {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    width: 100%;
}


/* =========================================================
   PROCESS CARD
   ========================================================= */

.upgro-process-step {
    position: relative;
    grid-column: span 3;

    min-width: 0;
    min-height: 300px;

    padding: 48px 28px 30px;

    background: #ffffff;
    border: 1px solid #e4e7eb;
    border-radius: 16px;

    opacity: 0;
    transform: translateY(35px);

    box-shadow: 0 8px 25px rgba(20, 30, 50, 0.04);

    transition:
        opacity .7s ease,
        transform .7s cubic-bezier(.2, .8, .2, 1),
        box-shadow .4s ease,
        border-color .4s ease;
}


/* =========================================================
   7 CARD LAYOUT
   First 4 cards
   Last 3 cards centered
   ========================================================= */

.upgro-process-step:nth-child(5) {
    grid-column: 3 / span 3;
}

.upgro-process-step:nth-child(6) {
    grid-column: 6 / span 3;
}

.upgro-process-step:nth-child(7) {
    grid-column: 9 / span 3;
}


/* =========================================================
   CARD REVEAL
   ========================================================= */

.upgro-process-step.upgro-process-visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   CARD HOVER
   ========================================================= */

.upgro-process-step:hover,
.upgro-process-step.upgro-process-hover {
    transform: translateY(-10px);
    border-color: rgba(47, 80, 157, 0.35);

    box-shadow:
        0 20px 45px rgba(20, 30, 50, 0.10);
}


/* =========================================================
   TOP ACCENT LINE
   ========================================================= */

.upgro-process-step::before {
    content: "";

    position: absolute;

    top: 0;
    left: 28px;
    right: 28px;

    height: 3px;

    background: rgb(47 80 157);

    border-radius: 0 0 5px 5px;

    transform: scaleX(0);
    transform-origin: center;

    transition:
        transform .45s cubic-bezier(.2, .8, .2, 1);
}

.upgro-process-step:hover::before,
.upgro-process-step.upgro-process-hover::before {
    transform: scaleX(1);
}


/* =========================================================
   NUMBER
   ========================================================= */

.upgro-process-number {
    position: absolute;

    top: -25px;
    left: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin: 0;

    border-radius: 14px;

    background: rgb(47 80 157);

    border: 5px solid #f6f7f9;

    box-shadow:
        0 8px 20px rgba(47, 80, 157, 0.18);

    z-index: 5;

    transition:
        transform .4s ease,
        border-radius .4s ease,
        box-shadow .4s ease;
}


/* NUMBER HOVER */

.upgro-process-step:hover .upgro-process-number,
.upgro-process-step.upgro-process-hover .upgro-process-number {

    transform:
        translateY(-3px)
        rotate(-4deg)
        scale(1.08);

    border-radius: 17px;

    box-shadow:
        0 12px 28px rgba(47, 80, 157, 0.25);
}


/* =========================================================
   NUMBER TEXT
   ========================================================= */

.upgro-process-number span {
    position: relative;
    z-index: 2;

    font-size: 16px;
    font-weight: 700;

    color: #ffffff;

    opacity: 1;
}


/* =========================================================
   CARD CONTENT
   ========================================================= */

.upgro-process-content {
    padding: 10px 0 0;
    text-align: left;
}


/* =========================================================
   STEP LABEL
   ========================================================= */

.upgro-process-step-label {
    display: block;

    margin-bottom: 10px;

    font-size: 12px;
    line-height: 1.4;

    font-family: "Public Sans", sans-serif !important;

    font-weight: 700;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: rgb(47 80 157);

    transition:
        letter-spacing .35s ease;
}

.upgro-process-step:hover .upgro-process-step-label,
.upgro-process-step.upgro-process-hover .upgro-process-step-label {
    letter-spacing: 1.5px;
}


/* =========================================================
   CARD TITLE
   ========================================================= */

.upgro-process-content h3 {
    min-height: 52px;

    margin: 0 0 14px;

    font-size: 19px;
    line-height: 1.3;

    font-family: "Public Sans", sans-serif;

    letter-spacing: -0.2px;

    font-weight: 700;

    color: #111111;

    transition:
        transform .35s ease,
        color .35s ease;
}

.upgro-process-step:hover .upgro-process-content h3,
.upgro-process-step.upgro-process-hover .upgro-process-content h3 {
    transform: translateX(4px);
    color: rgb(47 80 157);
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.upgro-process-content p {
    margin: 0;

    font-size: 14px;
    line-height: 1.75;

    color: #666b73;
}


/* =========================================================
   CARD BOTTOM NUMBER DETAIL
   ========================================================= */

.upgro-process-step::after {
    content: attr(data-step);

    position: absolute;

    right: 22px;
    bottom: 15px;

    font-size: 55px;
    line-height: 1;

    font-weight: 800;

    color: rgba(47, 80, 157, 0.045);

    pointer-events: none;
}


/* =========================================================
   STAGGERED ANIMATION
   ========================================================= */

.upgro-process-step:nth-child(1) {
    transition-delay: .05s;
}

.upgro-process-step:nth-child(2) {
    transition-delay: .12s;
}

.upgro-process-step:nth-child(3) {
    transition-delay: .19s;
}

.upgro-process-step:nth-child(4) {
    transition-delay: .26s;
}

.upgro-process-step:nth-child(5) {
    transition-delay: .33s;
}

.upgro-process-step:nth-child(6) {
    transition-delay: .40s;
}

.upgro-process-step:nth-child(7) {
    transition-delay: .47s;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .upgro-selection-process {
        padding: 80px 25px;
    }

    .upgro-selection-header {
        margin-bottom: 50px;
    }

    .upgro-process-track {
        gap: 20px;
    }

    .upgro-process-step {
        grid-column: span 6;
        min-height: 280px;
    }

    /* Reset desktop positioning */

    .upgro-process-step:nth-child(5),
    .upgro-process-step:nth-child(6),
    .upgro-process-step:nth-child(7) {
        grid-column: span 6;
    }

    /* Center last card */

    .upgro-process-step:nth-child(7) {
        grid-column: 4 / span 6;
    }
}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 768px) {

    .upgro-selection-process {
        padding: 70px 20px;
    }

    .upgro-selection-header {
        margin-bottom: 45px;
    }

    .upgro-process-track {
        gap: 18px;
    }

    .upgro-process-step {
        min-height: 270px;

        padding:
            45px 24px 28px;
    }

    .upgro-process-number {
        left: 24px;

        width: 55px;
        height: 55px;
    }

    .upgro-process-step::before {
        left: 24px;
        right: 24px;
    }

    .upgro-process-content h3 {
        font-size: 18px;
        min-height: 48px;
    }

    .upgro-process-content p {
        font-size: 13.5px;
        line-height: 1.7;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .upgro-selection-process {
        padding: 65px 18px;
    }

    .upgro-selection-header {
        margin-bottom: 50px;
    }

    .upgro-selection-header h2 {
        margin-bottom: 18px;

        font-size: 32px;
        line-height: 1.15;
    }

    .upgro-selection-header p {
        font-size: 15px;
        line-height: 1.7;
    }

    .upgro-selection-header p:last-child {
        margin-top: 18px;
        font-size: 13px;
    }


    /* Single column */

    .upgro-process-track {
        display: grid;

        grid-template-columns: 1fr;

        gap: 20px;
    }


    .upgro-process-step,
    .upgro-process-step:nth-child(5),
    .upgro-process-step:nth-child(6),
    .upgro-process-step:nth-child(7) {

        grid-column: auto;

        min-height: auto;

        padding:
            48px 24px 30px;
    }


    .upgro-process-number {
        top: -23px;
        left: 24px;

        width: 52px;
        height: 52px;

        border-width: 4px;
    }


    .upgro-process-content {
        padding-top: 5px;
    }


    .upgro-process-step-label {
        font-size: 10px;
    }


    .upgro-process-content h3 {
        min-height: auto;

        margin-bottom: 12px;

        font-size: 19px;
        line-height: 1.3;
    }


    .upgro-process-content p {
        font-size: 14px;
        line-height: 1.7;
    }


    .upgro-process-step::before {
        left: 24px;
        right: 24px;
    }


    .upgro-process-step::after {
        font-size: 45px;
        right: 18px;
        bottom: 12px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .upgro-selection-process {
        padding:
            55px 15px;
    }

    .upgro-selection-header h2 {
        font-size: 29px;
    }

    .upgro-selection-header p {
        font-size: 14px;
    }

    .upgro-process-track {
        gap: 18px;
    }

    .upgro-process-step,
    .upgro-process-step:nth-child(5),
    .upgro-process-step:nth-child(6),
    .upgro-process-step:nth-child(7) {

        padding:
            45px 20px 28px;
    }

    .upgro-process-number {
        left: 20px;

        width: 50px;
        height: 50px;
    }

    .upgro-process-step::before {
        left: 20px;
        right: 20px;
    }
}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    .upgro-process-step {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .upgro-process-number,
    .upgro-process-content h3,
    .upgro-process-step-label,
    .upgro-process-step::before {
        transition: none;
    }
}

/* =========================================================
   UPGRO
   EXPLORE PARTNERSHIP OPPORTUNITIES
   ========================================================= */

.upgro-opportunities-section {
  position: relative;

  width: 100%;

  padding: 50px 20px;

  background: #ffffff;

  overflow: hidden;
}


.upgro-opportunities-container {
  width: 100%;

  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.upgro-opportunities-main {
  display: grid;

  grid-template-columns:
    minmax(0, .85fr) minmax(0, 1.15fr);

  gap: 100px;

  padding-bottom: 20px;
  align-items: center;

  border-bottom: 1px solid #dedfe2;
}


/* =========================================================
   HEADING
   ========================================================= */

.upgro-opportunities-heading {
  position: relative;

  padding-left: 28px;

  opacity: 0;

  transform: translateX(-30px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


/* .upgro-opportunities-heading::before {
  content: "";

  position: absolute;

  left: 0;

  top: 5px;

  width: 3px;

  height: 105px;

  background: #111111;

  transform: scaleY(0);

  transform-origin: top;

  transition:
    transform .8s ease .2s;
} */


.upgro-opportunities-heading.upgro-opportunities-visible {
  opacity: 1;

  transform: translateX(0);
}


.upgro-opportunities-heading.upgro-opportunities-visible::before {
  transform: scaleY(1);
}


/* .upgro-opportunities-label {
  display: block;

  margin-bottom: 18px;

  font-size: 11px;

  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.7px;

  text-transform: uppercase;

  color: #777777;
} */


.upgro-opportunities-heading h2 {
  margin: 0;
  /* font-size: 55px; */
  line-height: 1;
  /* letter-spacing: 0px;
  font-weight: 700;
  color: #111111; */
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.upgro-opportunities-description {
  padding-top: 35px;

  opacity: 0;

  transform: translateY(30px);

  transition:
    opacity .8s ease .15s,
    transform .8s cubic-bezier(.2, .8, .2, 1) .15s;
}


.upgro-opportunities-description.upgro-opportunities-visible {
  opacity: 1;

  transform: translateY(0);
}


.upgro-opportunities-description p {
  margin: 0 0 23px;

  font-size: 18px;

  line-height: 1.8;

  color: #5d5d5d;
}


.upgro-opportunities-description p:first-child {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Public Sans", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0px;
  color: #292929;
}


.upgro-opportunities-description p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   MARKET AREA
   ========================================================= */

.upgro-opportunities-markets {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 22px;

  padding-top: 35px;
}


/* =========================================================
   MARKET CARD
   ========================================================= */

.upgro-market-card {
  position: relative;

  /* min-height: 260px; */

  padding: 20px;

  background: #f5f6f7;

  /* border: 1px solid #dedfe2; */
  border-radius: 20px;

  overflow: hidden;

  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .75s ease,
    transform .75s cubic-bezier(.2, .8, .2, 1),
    background .35s ease,
    border-color .35s ease,
    box-shadow .35s ease;
}


.upgro-market-card:nth-child(1) {
  transition-delay: .05s;
}


.upgro-market-card:nth-child(2) {
  transition-delay: .15s;
}


.upgro-market-card.upgro-opportunities-visible {
  opacity: 1;

  transform: translateY(0);
}


.upgro-market-card::after {
  content: "";

  position: absolute;

  right: -55px;

  bottom: -55px;

  width: 150px;

  height: 150px;

  border: 1px solid #d2d4d7;

  border-radius: 50%;

  transition:
    transform .6s ease;
}


.upgro-market-card:hover {
  background: #ffffff;

  border-color: #c8cacf;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, .07);
}


.upgro-market-card:hover::after {
  transform: scale(1.25);
}


/* =========================================================
   CARD TOP
   ========================================================= */

.upgro-market-card-top {
  display: flex;

  align-items: center;

  gap: 15px;
  flex-direction: column;
  margin-bottom: 15px;
}


.upgro-market-number {
  display: flex;

  align-items: center;

  justify-content: center;

  width: 40px;

  height: 40px;

  border: 1px solid #c6c8cb;

  border-radius: 50%;

  font-size: 10px;

  line-height: 1;

  font-weight: 700;

  color: #555555;

  transition:
    background .35s ease,
    color .35s ease,
    border-color .35s ease,
    transform .35s ease;
}


.upgro-market-label {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Public Sans", sans-serif;
  font-weight: 700;
  color: #333333;
}


.upgro-market-card:hover .upgro-market-number {
  background: #111111;

  border-color: #111111;

  color: #ffffff;

  transform: rotate(8deg);
}


/* =========================================================
   MARKET LIST
   ========================================================= */

.upgro-market-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 14px;
}


.upgro-market-item {
  position: relative;

  display: flex;

  align-items: center;

  gap: 9px;

  font-size: 16px;

  line-height: 1.5;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;

  color: #444444;

  transition:
    transform .3s ease,
    color .3s ease;
}


.upgro-market-item:hover {
  transform: translateX(5px);

  color: #111111;
}


/* =========================================================
   MARKET DOT
   ========================================================= */

.upgro-market-dot {
  flex: 0 0 auto;

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: #111111;

  transition:
    transform .3s ease;
}


.upgro-market-item:hover .upgro-market-dot {
  transform: scale(1.5);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-opportunities-section {
    padding: 95px 25px;
  }


  .upgro-opportunities-main {
    gap: 60px;

    padding-bottom: 65px;
  }


  .upgro-opportunities-heading h2 {
    font-size: 45px;

    letter-spacing: -1.5px;
  }


  .upgro-opportunities-description {
    padding-top: 25px;
  }


  .upgro-opportunities-description p {
    font-size: 16px;

    line-height: 1.75;
  }


  .upgro-opportunities-description p:first-child {
    font-size: 18px;
  }


  .upgro-opportunities-markets {
    padding-top: 25px;
  }


  .upgro-market-card {
    min-height: 240px;

    padding: 25px;
  }


  .upgro-market-item {
    font-size: 15px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-opportunities-section {
    padding: 70px 18px;
  }


  /* =============================================
       MAIN CONTENT
       ============================================= */

  .upgro-opportunities-main {
    display: block;

    padding-bottom: 50px;
  }


  /* =============================================
       HEADING
       ============================================= */

  .upgro-opportunities-heading {
    padding-left: 20px;

    margin-bottom: 35px;
  }


  .upgro-opportunities-heading::before {
    width: 2px;

    height: 70px;

    top: 4px;
  }


  .upgro-opportunities-label {
    margin-bottom: 14px;

    font-size: 10px;

    letter-spacing: 1.3px;
  }


  .upgro-opportunities-heading h2 {
    font-size: 34px;

    line-height: 1.15;

    letter-spacing: -1px;
  }


  /* =============================================
       DESCRIPTION
       ============================================= */

  .upgro-opportunities-description {
    padding-top: 0;
  }


  .upgro-opportunities-description p {
    margin-bottom: 18px;
    /* font-size: 16px;
    line-height: 1.7; */
  }


  .upgro-opportunities-description p:first-child {
    font-size: 18px;

    line-height: 1.65;
  }


  /* =============================================
       MARKETS
       ============================================= */

  .upgro-opportunities-markets {
    display: block;

    padding-top: 40px;
  }


  .upgro-market-card {
    min-height: auto;

    margin-bottom: 18px;

    padding: 25px;
  }


  .upgro-market-card:last-child {
    margin-bottom: 0;
  }


  .upgro-market-card-top {
    margin-bottom: 28px;
  }


  .upgro-market-label {
    font-size: 12px;
  }


  .upgro-market-item {
    font-size: 15px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-opportunities-section {
    padding: 60px 15px;
  }


  .upgro-opportunities-heading h2 {
    font-size: 30px;
  }


  .upgro-market-card {
    padding: 22px;
  }


  .upgro-market-item {
    font-size: 14px;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-opportunities-heading,
  .upgro-opportunities-description,
  .upgro-market-card {
    opacity: 1;

    transform: none;

    transition: none;
  }


  .upgro-opportunities-heading::before {
    transform: scaleY(1);

    transition: none;
  }


  .upgro-market-card:hover,
  .upgro-market-card:hover::after,
  .upgro-market-card:hover .upgro-market-number {
    transform: none;
  }

}

/* =========================================================
   UPGRO
   LET'S START THE CONVERSATION
   FINAL CLOSING SECTION
   NAVY BLUE ENTERPRISE DESIGN
   ========================================================= */

.upgro-conversation-section {
  position: relative;

  width: 100%;

  padding: 50px 20px 0;

  background: rgb(234 234 234);

  color: #000;

  margin-bottom: 40px;

  overflow: hidden;
}


/* =========================================================
   DECORATIVE BACKGROUND CIRCLES
   ========================================================= */

.upgro-conversation-section::before {
  content: "";

  position: absolute;

  width: 500px;

  height: 500px;

  right: -220px;

  top: -220px;

  border: 1px solid rgba(255, 255, 255, .10);

  border-radius: 50%;

  pointer-events: none;
}


.upgro-conversation-section::after {
  content: "";

  position: absolute;

  width: 300px;

  height: 300px;

  left: -160px;

  bottom: 100px;

  border: 1px solid rgba(255, 255, 255, .07);

  border-radius: 50%;

  pointer-events: none;
}


/* =========================================================
   MAIN CONTAINER
   ========================================================= */

.upgro-conversation-container {
  position: relative;

  z-index: 2;

  width: 100%;

  max-width: 1200px;

  margin: 0 auto;
}


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.upgro-conversation-main {
  display: grid;

  grid-template-columns:
    1.15fr .85fr;

  gap: 70px;

  align-items: center;

  padding-bottom: 40px;
}


/* =========================================================
   LEFT CONTENT
   ========================================================= */

.upgro-conversation-content {
  position: relative;

  opacity: 0;

  transform: translateY(35px);

  transition:
    opacity .8s ease,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-conversation-content.upgro-conversation-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   SECTION LABEL
   ========================================================= */

/* .upgro-conversation-label {
  display: block;

  margin-bottom: 20px;

  font-size: 11px;

  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.8px;

  text-transform: uppercase;

  color: #9FAFC2;
} */


/* =========================================================
   MAIN HEADING
   ========================================================= */

.upgro-conversation-content h2 {
  margin: 0 0 28px;
  /* font-size: 64px;
  line-height: 1.04;
  letter-spacing: -2.5px;
  font-weight: 700; */
  color: #000 !important;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

.upgro-conversation-description {
  max-width: 720px;

  margin: 0;

  font-size: 19px;

  line-height: 1.8;

  color: #000;
}


.upgro-conversation-description strong {
  color: #000000;

  font-weight: 600;
}


/* =========================================================
   PROGRAM IDENTITY
   ========================================================= */

.upgro-program-identity {
  position: relative;

  padding: 45px 0 45px 45px;

  border-left: 1px solid rgb(0 0 0 / 25%);

  opacity: 0;

  transform: translateX(35px);

  transition:
    opacity .8s ease .2s,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-program-identity.upgro-conversation-visible {
  opacity: 1;

  transform: translateX(0);
}


/* =========================================================
   PROGRAM LABEL
   ========================================================= */

.upgro-program-label {
  display: block;

  margin-bottom: 20px;

  font-size: 24px;

  font-family: "Public Sans",sans-serif !important;
  line-height: 1;

  font-weight: 600;

  letter-spacing: 0px !important;

  color: #000;
}


/* =========================================================
   PROGRAM TITLE
   ========================================================= */

.upgro-program-identity h4 {
  margin: 0;

  max-width: 450px;

  /* font-size: 34px;

  line-height: 1.3;

  letter-spacing: -.8px; */

  /* font-weight: 600; */

  color: #000;
}


/* =========================================================
   CREDIBILITY STRIP
   ========================================================= */

.upgro-credibility-strip {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 35px;

  min-height: 100px;

  border-top: 1px solid rgba(255, 255, 255, .15);

  opacity: 0;

  transform: translateY(25px);

  transition:
    opacity .8s ease .35s,
    transform .8s cubic-bezier(.2, .8, .2, 1);
}


.upgro-credibility-strip.upgro-conversation-visible {
  opacity: 1;

  transform: translateY(0);
}


/* =========================================================
   CREDIBILITY TITLE
   ========================================================= */

.upgro-credibility-title {
  flex: 0 0 auto;

  font-size: 10px;

  line-height: 1.4;

  font-weight: 700;

  letter-spacing: 1.5px;

  text-transform: uppercase;

  color: #7F91A7;
}


/* =========================================================
   CREDIBILITY ITEMS
   ========================================================= */

.upgro-credibility-items {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  flex-wrap: wrap;

  gap: 18px;
}


.upgro-credibility-items span {
  font-size: 12px;

  line-height: 1.5;

  font-weight: 600;

  color: #B8C5D3;

  white-space: nowrap;

  transition:
    color .3s ease;
}


.upgro-credibility-items span:hover {
  color: #ffffff;
}


/* =========================================================
   CREDIBILITY SEPARATOR
   ========================================================= */

.upgro-credibility-items i {
  display: block;

  width: 3px;

  height: 3px;

  flex: 0 0 auto;

  border-radius: 50%;

  background: #71849A;
}


/* =========================================================
   SUBTLE HOVER EFFECT
   ========================================================= */

.upgro-program-identity::after {
  content: "";

  position: absolute;

  left: -1px;

  top: 0;

  width: 2px;

  height: 0;

  background: #ffffff;

  transition:
    height .6s cubic-bezier(.2, .8, .2, 1);
}


.upgro-program-identity:hover::after {
  height: 100%;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .upgro-conversation-section {
    padding: 90px 25px 0;
  }


  .upgro-conversation-main {
    gap: 60px;

    padding-bottom: 80px;
  }


  .upgro-conversation-content h2 {
    font-size: 50px;

    letter-spacing: -1.8px;
  }


  .upgro-conversation-description {
    font-size: 17px;

    line-height: 1.75;
  }


  .upgro-program-identity {
    padding-left: 35px;
  }


  .upgro-program-identity h3 {
    font-size: 28px;
  }


  .upgro-credibility-strip {
    min-height: 90px;
  }


  .upgro-credibility-items {
    gap: 12px;
  }


  .upgro-credibility-items span {
    font-size: 11px;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .upgro-conversation-section {
    padding: 70px 18px 0;
  }


  /* =============================================
       BACKGROUND CIRCLES
       ============================================= */

  .upgro-conversation-section::before {
    width: 300px;

    height: 300px;

    right: -160px;

    top: -130px;
  }


  .upgro-conversation-section::after {
    width: 220px;

    height: 220px;

    left: -130px;

    bottom: 100px;
  }


  /* =============================================
       MAIN CONTENT
       ============================================= */

  .upgro-conversation-main {
    display: block;

    padding-bottom: 60px;
  }


  /* =============================================
       LEFT CONTENT
       ============================================= */

  .upgro-conversation-content {
    margin-bottom: 55px;
  }


  /* =============================================
       LABEL
       ============================================= */

  .upgro-conversation-label {
    margin-bottom: 15px;

    font-size: 10px;

    letter-spacing: 1.4px;
  }


  /* =============================================
       HEADING
       ============================================= */

  .upgro-conversation-content h2 {
    margin-bottom: 22px;

    font-size: 38px;

    line-height: 1.1;

    letter-spacing: -1.2px;
  }


  /* =============================================
       DESCRIPTION
       ============================================= */

  .upgro-conversation-description {
    font-size: 16px;

    line-height: 1.75;
  }


  /* =============================================
       PROGRAM IDENTITY
       ============================================= */

  .upgro-program-identity {
    padding: 30px 0 10px 25px;

    border-left-width: 2px;
  }


  .upgro-program-label {
    margin-bottom: 18px;
    font-size: 10px;
    letter-spacing: 1.2px;
  }


  .upgro-program-identity h3 {
    font-size: 26px;

    line-height: 1.35;

    letter-spacing: -.5px;
  }


  /* =============================================
       CREDIBILITY STRIP
       ============================================= */

  .upgro-credibility-strip {
    display: block;

    padding: 25px 0 30px;

    min-height: auto;
  }


  .upgro-credibility-title {
    display: block;

    margin-bottom: 20px;
  }


  .upgro-credibility-items {
    justify-content: flex-start;

    gap: 12px 14px;
  }


  .upgro-credibility-items span {
    white-space: normal;

    font-size: 11px;
  }


  .upgro-credibility-items i {
    width: 3px;

    height: 3px;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

  .upgro-conversation-section {
    padding: 60px 15px 0;
  }


  .upgro-conversation-content h2 {
    font-size: 34px;
  }


  .upgro-conversation-description {
    font-size: 15px;
  }


  .upgro-program-identity h3 {
    font-size: 23px;
  }


  .upgro-credibility-items {
    display: block;
  }


  .upgro-credibility-items span {
    display: inline;

    margin-right: 8px;
  }


  .upgro-credibility-items i {
    display: inline-block;

    margin-right: 8px;

    vertical-align: middle;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

  .upgro-conversation-content,
  .upgro-program-identity,
  .upgro-credibility-strip {
    opacity: 1;

    transform: none;

    transition: none;
  }

}


/* =========================================================
   UPGRO INFORMATION STRIP
   ========================================================= */

.upgro-info-strip {
    position: relative;
    width: calc(100% - 120px);
    max-width: 1450px;

    min-height: 185px;

    margin: 0 auto;

    margin-bottom: 40px;

    border-radius: 18px;

    overflow: hidden;

    background:
        linear-gradient(
            105deg,
            #315eb0 0%,
            #1267d8 45%,
            #05bfe3 100%
        );

    box-shadow:
        0 22px 45px rgba(39, 61, 110, 0.18);
}


/* =========================================================
   CONTAINER
   ========================================================= */

.upgro-strip-container {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns:
        repeat(5, 1fr);

    align-items: center;
    width: 100%;
    min-height: 185px;
    padding: 25px 35px;
}


/* =========================================================
   ITEM
   ========================================================= */

.upgro-strip-item {
    position: relative;

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 15px;

    min-height: 90px;

    padding: 10px 25px;

    color: #ffffff;

    transition:
        transform .35s ease;
}


/* =========================================================
   VERTICAL SEPARATOR
   ========================================================= */

.upgro-strip-item:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 18px;
    bottom: 18px;

    width: 1px;

    background: rgba(255, 255, 255, 0.22);
}


/* =========================================================
   HOVER
   ========================================================= */

.upgro-strip-item:hover {
    transform: translateY(-5px);
}


/* =========================================================
   ICON
   ========================================================= */

.upgro-strip-icon {
    flex: 0 0 auto;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    color: #ffffff;

    transition:
        transform .35s ease,
        background .35s ease;
}

.upgro-strip-icon svg {
    width: 38px;
    height: 38px;

    display: block;
}

.upgro-strip-item:hover .upgro-strip-icon {
    transform:
        scale(1.12)
        rotate(-4deg);
}


/* =========================================================
   CONTENT
   ========================================================= */

.upgro-strip-content {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    min-width: 0;
}


/* =========================================================
   MAIN TEXT
   ========================================================= */

.upgro-strip-content strong {
    display: block;

    margin: 0;

    font-family:
        "Public Sans",
        sans-serif;

    font-size: 24px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -0.5px;

    color: #ffffff;

    white-space: nowrap;
}


/* =========================================================
   SECONDARY TEXT
   ========================================================= */

.upgro-strip-content span {
    display: block;

    margin-top: 7px;

    font-family:
        "Public Sans",
        sans-serif;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 600;

    color: rgba(255, 255, 255, 0.95);

    white-space: nowrap;
}


/* =========================================================
   DECORATIVE LEFT SHAPE
   ========================================================= */

.upgro-strip-decoration-left {
    position: absolute;

    z-index: 1;

    width: 320px;
    height: 320px;

    left: -150px;
    bottom: -210px;

    border-radius: 50%;

    background:
        rgba(92, 213, 237, 0.28);

    box-shadow:
        90px -35px 0 rgba(255, 255, 255, 0.07);

    transform:
        rotate(-20deg);
}


/* =========================================================
   DECORATIVE LEFT INNER SHAPE
   ========================================================= */

.upgro-strip-decoration-left::before {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    left: 75px;
    top: -80px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.08);
}


/* =========================================================
   DECORATIVE RIGHT SHAPE
   ========================================================= */

.upgro-strip-decoration-right {
    position: absolute;

    z-index: 1;

    width: 330px;
    height: 330px;

    right: -170px;
    top: -225px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.12);

    transform:
        rotate(18deg);
}


/* =========================================================
   RIGHT INNER SHAPE
   ========================================================= */

.upgro-strip-decoration-right::before {
    content: "";

    position: absolute;

    width: 270px;
    height: 270px;

    right: 65px;
    top: 80px;

    border-radius: 50%;

    background:
        rgba(255, 255, 255, 0.07);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .upgro-info-strip {
        width: calc(100% - 50px);

        min-height: 170px;

        border-radius: 22px;
    }

    .upgro-strip-container {
        min-height: 170px;

        padding: 20px 15px;
    }

    .upgro-strip-item {
        gap: 9px;

        padding: 10px 12px;
    }

    .upgro-strip-item:not(:last-child)::after {
        top: 20px;
        bottom: 20px;
    }

    .upgro-strip-icon {
        width: 40px;
        height: 40px;
    }

    .upgro-strip-icon svg {
        width: 31px;
        height: 31px;
    }

    .upgro-strip-content strong {
        font-size: 19px;
    }

    .upgro-strip-content span {
        font-size: 12px;
    }
}


/* =========================================================
   SMALL TABLET
   ========================================================= */

@media (max-width: 850px) {

    .upgro-info-strip {
        width: calc(100% - 35px);
    }

    .upgro-strip-container {
        grid-template-columns:
            repeat(5, minmax(0, 1fr));

        padding: 20px 8px;
    }

    .upgro-strip-item {
        flex-direction: column;

        gap: 5px;

        padding: 8px 5px;

        text-align: center;
    }

    .upgro-strip-content {
        align-items: center;
    }

    .upgro-strip-content strong {
        font-size: 17px;
    }

    .upgro-strip-content span {
        font-size: 11px;
        text-align: center;
    }

    .upgro-strip-item:not(:last-child)::after {
        top: 15px;
        bottom: 15px;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .upgro-info-strip {
        width: calc(100% - 30px);

        min-height: auto;

        border-radius: 20px;
    }

    .upgro-strip-container {
        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        min-height: auto;

        padding: 25px 15px;
    }

    .upgro-strip-item {
        min-height: 110px;

        padding: 15px 8px;
    }

    .upgro-strip-item:nth-child(2)::after {
        display: none;
    }

    .upgro-strip-item:nth-child(4)::after {
        display: none;
    }

    .upgro-strip-item:nth-child(5) {
        grid-column: 1 / -1;
    }

    .upgro-strip-item:nth-child(5)::after {
        display: none;
    }

    .upgro-strip-icon {
        width: 40px;
        height: 40px;
    }

    .upgro-strip-icon svg {
        width: 32px;
        height: 32px;
    }

    .upgro-strip-content strong {
        font-size: 18px;
    }

    .upgro-strip-content span {
        margin-top: 5px;

        font-size: 12px;
    }

    .upgro-strip-decoration-left {
        width: 250px;
        height: 250px;

        left: -140px;
        bottom: -170px;
    }

    .upgro-strip-decoration-right {
        width: 250px;
        height: 250px;

        right: -140px;
        top: -170px;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .upgro-info-strip {
        width: calc(100% - 20px);

        border-radius: 18px;
    }

    .upgro-strip-container {
        padding: 20px 10px;
    }

    .upgro-strip-item {
        min-height: 105px;
    }

    .upgro-strip-content strong {
        font-size: 16px;
    }

    .upgro-strip-content span {
        font-size: 11px;
    }

    .upgro-strip-icon svg {
        width: 29px;
        height: 29px;
    }
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none !important;
    padding: 0px;
}




