/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "ff-good-web-pro-narrow";

  padding: 0;
  font-weight: 500;
  margin: 0;
  color: inherit;
}
a,
span,
div {
  font-family: "ff-good-web-pro-narrow";

  color: inherit;
}
p,
li {
  font-family: "Poppins", sans-serif;
  color: inherit;
}
html {
  scroll-behavior: smooth;
}
p,
ul {
  padding: 0;
  margin: 0;
}
.font-bold,
.font-bold a {
  font-weight: bold;
}

#primary-menu li.menu-item-has-children ul a {
  font-size: 14px;
}
#primary-menu li.menu-item-has-children ul li:hover a {
  text-decoration: underline;
}
.paragraph__l p {
  color: #29303a;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
}
.paragraph__s p {
  font-size: 14px;
  color: var(--paragraph-gray);
  line-height: 21px;
  font-weight: 400;
}
.container__inner .wp-block-image {
  margin-bottom: 30px !important;
}

.home-recent-blogs-wrapper a {
  text-transform: unset;
}

html,
body {
  margin: 0 !important;
  padding: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
h1 {
  letter-spacing: -2.12px;
  font-weight: 400;
}
h1 span {
  font-weight: 600;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.container-padding {
  padding-left: 80px;
  padding-right: 80px;
}
header {
  position: fixed;
  width: 100%;
  top: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99;
}
main > section:first-of-type {
  padding-top: 10px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-white {
  color: white;
}

.child-flex-1 > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#primary-menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-right {
  text-align: right;
}

/* margin topp  */
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: max(1.56vw, 20px);
}
.mt-40 {
  margin-top: max(2.083vw, 20px);
}
.mt-50 {
  margin-top: max(2.605vw, 20px);
}
.mt-60 {
  margin-top: max(3.125vw, 40px);
}
.mt-70 {
  margin-top: max(3.64vw, 40px);
}
.mt-80 {
  margin-top: max(4.166vw, 60px);
}
.mt-90 {
  margin-top: max(4.678vw, 60px);
}
.mt-100 {
  margin-top: max(5.208vw, 60px);
}
.mt-110 {
  margin-top: max(5.729vw, 60px);
}
.mt-120 {
  margin-top: max(6.25vw, 60px);
}
.mt-130 {
  margin-top: max(6.77vw, 60px);
}
.mt-140 {
  margin-top: max(7.29vw, 60px);
}
.mt-150 {
  margin-top: max(7.8vw, 60px);
}
.mt-160 {
  margin-top: max(8.33vw, 60px);
}
.mt-170 {
  margin-top: max(8.854vw, 70px);
}
.mt-180 {
  margin-top: max(9.375vw, 70px);
}
.mt-190 {
  margin-top: max(9.89vw, 70px);
}
.mt-200 {
  margin-top: max(10.41vw, 80px);
}
/* margin bottom  */
.mb-45 {
  margin-bottom: max(2.34375vw, 20px);
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: max(1.56vw, 20px);
}
.mb-40 {
  margin-bottom: max(2.083vw, 20px);
}
.mb-50 {
  margin-bottom: max(2.605vw, 20px);
}
.mb-60 {
  margin-bottom: max(3.125vw, 40px);
}
.mb-70 {
  margin-bottom: max(3.64vw, 40px);
}
.mb-80 {
  margin-bottom: max(4.166vw, 60px);
}
.mb-90 {
  margin-bottom: max(4.678vw, 60px);
}
.mb-100 {
  margin-bottom: max(5.208vw, 60px);
}
.mb-110 {
  margin-bottom: max(5.729vw, 60px);
}
.mb-120 {
  margin-bottom: max(6.25vw, 60px);
}
.mb-130 {
  margin-bottom: max(6.77vw, 60px);
}
.mb-140 {
  margin-bottom: max(7.29vw, 60px);
}
.mb-150 {
  margin-bottom: max(7.8vw, 60px);
}
.mb-160 {
  margin-bottom: max(8.33vw, 60px);
}
.mb-170 {
  margin-bottom: max(8.854vw, 70px);
}
.mb-180 {
  margin-bottom: max(9.375vw, 70px);
}
.mb-190 {
  margin-bottom: max(9.89vw, 70px);
}
.mb-200 {
  margin-bottom: max(10.41vw, 80px);
}

/* padding topp  */
.pt-10 {
  padding-top: 10px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: max(1.56vw, 20px);
}
.pt-40 {
  padding-top: max(2.083vw, 20px);
}
.pt-50 {
  padding-top: max(2.605vw, 20px);
}
.pt-60 {
  padding-top: max(3.125vw, 40px);
}
.pt-70 {
  padding-top: max(3.64vw, 40px);
}
.pt-80 {
  padding-top: max(4.166vw, 60px);
}
.pt-90 {
  padding-top: max(4.678vw, 60px);
}
.pt-100 {
  padding-top: max(5.208vw, 60px);
}
.pt-110 {
  padding-top: max(5.729vw, 60px);
}
.pt-120 {
  padding-top: max(6.25vw, 60px);
}
.pt-130 {
  padding-top: max(6.77vw, 60px);
}
.pt-140 {
  padding-top: max(7.29vw, 60px);
}
.pt-150 {
  padding-top: max(7.8vw, 60px);
}
.pt-160 {
  padding-top: max(8.33vw, 60px);
}
.pt-170 {
  padding-top: max(8.854vw, 70px);
}
.pt-180 {
  padding-top: max(9.375vw, 70px);
}
.pt-190 {
  padding-top: max(9.89vw, 70px);
}
.pt-200 {
  padding-top: max(10.41vw, 80px);
}
.pt-330 {
  padding-top: max(17.1875vw, 100px);
}
.pt-550 {
  padding-top: max(23.90625vw, 450px);
}
/* padding bottom  */
.pb-10 {
  padding-bottom: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: max(1.56vw, 20px);
}
.pb-40 {
  padding-bottom: max(2.083vw, 20px);
}
.pb-50 {
  padding-bottom: max(2.605vw, 20px);
}
.pb-60 {
  padding-bottom: max(3.125vw, 40px);
}
.pb-70 {
  padding-bottom: max(3.64vw, 40px);
}
.pb-80 {
  padding-bottom: max(4.166vw, 60px);
}
.pb-90 {
  padding-bottom: max(4.678vw, 60px);
}
.pb-100 {
  padding-bottom: max(5.208vw, 60px);
}
.pb-110 {
  padding-bottom: max(5.729vw, 60px);
}
.pb-120 {
  padding-bottom: max(6.25vw, 60px);
}
.pb-130 {
  padding-bottom: max(6.77vw, 60px);
}
.pb-140 {
  padding-bottom: max(7.29vw, 60px);
}
.pb-150 {
  padding-bottom: max(7.8vw, 60px);
}
.pb-160 {
  padding-bottom: max(8.33vw, 60px);
}
.pb-170 {
  padding-bottom: max(8.854vw, 70px);
}
.pb-180 {
  padding-bottom: max(9.375vw, 70px);
}
.pb-190 {
  padding-bottom: max(9.89vw, 70px);
}
.pb-200 {
  padding-bottom: max(10.41vw, 80px);
}
.pb-250 {
  padding-bottom: max(11.1979166667vw, 120px);
}
img {
  width: 100%;
}
.site-logo img {
  max-width: 140px;
}
.color-white {
  color: #fff;
}
.home-hero-l1 p {
  color: #f9f9f9;
}

.site-logo img {
  max-width: 180px;
}
img {
  width: 100%;
}
.mb-35 {
  margin-bottom: max(1.8229166667vw, 20px);
}
.mb-75 {
  margin-bottom: max(3.90625vw, 30px);
}
a {
  text-decoration: unset;
  white-space: nowrap;
  cursor: pointer;
}
:root {
  --main-red: #c00000;
  --main-gray: #ffffffcc;
  --main-black: #08090d;
  --paragraph-color: #08090dbd;
}
.filled__button {
  background: var(--main-red);
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.49px;
  text-align: center;
  text-transform: uppercase;
  padding: 22px 38px;
  border-radius: 8px;
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-red);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "Poppins", sans-serif;
}
.filled__button:hover {
  background: #fff;
  color: var(--main-red);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gap-18 {
  gap: 18px;
}
.outlined__button {
  color: white;
  background: transparent;
  border: 1px solid #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.49px;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 22px 38px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /* display: inline-block; */
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
}
.outlined__button:hover {
  background: var(--main-red);
  color: #fff;
  border-color: var(--main-red);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.outlined__button-red {
  color: var(--main-red);
  background: transparent;
  border: 1px solid var(--main-red);
  font-weight: 600;
  font-size: 16px;
  justify-content: center;
  line-height: 16.8px;
  letter-spacing: 0.49px;
  text-align: center;
  text-transform: uppercase;
  padding: 24px 38px;
  border-radius: 8px;
  /* display: inline-block; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  font-family: "Poppins", sans-serif;

  align-items: center;
}
.outlined__button-red:hover {
  background: var(--main-red);
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gap-14 {
  gap: 14px;
}
header ul a {
  padding: 22px 19px;
  /* background: var(--main-gray); */
  color: var(--main-black);
}
header ul {
  border: 1px solid #08090d26;
  -webkit-box-shadow: 0px 16px 40px -20px #08090d1a;
  box-shadow: 0px 16px 40px -20px #08090d1a;
  background: var(--main-gray);

  /* backdrop-filter: blur(10.800000190734863px); */
  border-radius: 8px;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}
.subtitle {
  font-weight: 400;
  font-size: clamp(16px, 1.04166666667vw, 20px);
  line-height: 16.8px;
  letter-spacing: 0.49px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--main-red);
  margin-bottom: 10px;
}
h1 {
  font-size: clamp(47px, 4.6875vw, 90px);
  font-weight: 600;
  font-family: "ff-good-web-pro-narrow";

  line-height: 1.3;
  letter-spacing: -3px;
  text-transform: uppercase;
}
.home-about-content h2 {
  line-height: 1.2;
}
h1 span {
  font-size: clamp(47px, 6.7708333333vw, 130px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -3px;
  text-transform: uppercase;
}
h2 {
  font-size: clamp(32px, 3.125vw, 60px);
  font-weight: 600;
  line-height: 0.99;
  text-transform: uppercase;
}
h3 {
  font-size: clamp(34px, 2.7083333333vw, 52px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
h4 {
  font-size: clamp(36px, 2.34375vw, 45px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
h5 {
  font-size: clamp(24px, 1.4583333333vw, 28px);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
p {
  font-family: "Poppins", sans-serif;
}
.paragraph__xl p,
.our-partners-transparency li,
.paragraph__xl li {
  font-weight: 400;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: clamp(25px, 1.40625vw, 27px);

  color: var(--paragraph-color);
}
.home-about-content .paragraph--dark-black p {
  font-family: "ff-good-web-pro-narrow";
}
.text-white .paragraph__xl p {
  color: rgba(255, 255, 255, 0.74);
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.container--xxl {
  padding-left: 10px;
  padding-right: 10px;
}

.container--xxl .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container--xxl .row > div {
  padding-left: 10px;
  padding-right: 10px;
}
.w-full {
  width: 100%;
}
.breadcrumb-separator img {
  max-width: 6px;
  margin-right: 11px;
}
.breadcrumb {
  font-weight: 400;
  font-size: 20px;
  line-height: 16.8px;
  letter-spacing: 0.49px;
  text-transform: uppercase;
  color: var(--main-red);
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 10px;
}
.breadcrumb-separator {
  display: flex;
  align-items: center;
}
.gap-3 {
  gap: 3px;
}
header ul a {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.5px;
}
.slick-arrow {
  cursor: pointer;
}
