/* @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Manrope", serif; */
  font-family: "Manrope", serif;

  padding: 0;
  font-weight: 500;
  margin: 0;
}
a,
span,
div {
  font-family: "Manrope", serif;
}
p,
li {
  font-family: "Roboto", serif;
}
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;
}
:root {
  /* --main-blue: #007fff; */
  --main-blue: #0068b5;
  --paragraph-gray: #54605e;
}
.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;
}
.filled__button--centered.filled__button {
  margin-left: auto;
  width: max-content;
  display: flex;
  justify-content: center;
  margin-right: auto;
}
.home-recent-blogs-wrapper a {
  text-transform: unset;
}
.filled__button {
  text-transform: lowercase;
  white-space: nowrap;
}
.filled__button--bg-white.filled__button {
  background-color: #fff;
  color: var(--main-blue);
  border-color: white;
}
.filled__button--centered.filled__button::first-letter {
  text-transform: uppercase !important;
}
.filled__button::first-letter {
  text-transform: uppercase;
}
.filled__button::first-letter {
  text-transform: uppercase;
}
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: flex;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.container-padding {
  padding-left: 80px;
  padding-right: 80px;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  transition: 0.3s ease;
  z-index: 99;
}
main > section:first-of-type {
  padding-top: 103px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-white {
  color: white;
}

.child-flex-1 > * {
  flex: 1;
}

#primary-menu {
  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;
}
#primary-menu li a {
  /* padding-left: max(2.083vw, 20px); */
  /* padding-right: max(2.083vw, 20px); */
  padding: 12px 13px;
}
.color-white {
  color: #fff;
}
.home-hero-l1 p {
  color: #f9f9f9;
}
.header-right__button {
  padding: 14px 26px;
  background-color: var(--main-blue);
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  line-height: 16px;
  border-radius: 300px;
  text-transform: uppercase;
}
.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);
}
.outlined__button {
  font-size: 16px;
  white-space: nowrap;
  transition: 0.3s ease;
  font-weight: 600;
  color: var(--main-blue);
  text-transform: lowercase;

  display: inline-block;
  padding: 23px 52px;
  line-height: 17px;
  border: 1px solid var(--main-blue);
  border-radius: 100px;
}
.outlined__button::first-letter {
  text-transform: uppercase;
}
.outlined__button--white.outlined__button {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.inline-block {
  display: inline-block;
}
.outlined__button.outlined__button--white:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}

.filled__button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: var(--main-blue);
  display: inline-block;
  padding: 23px 52px;
  line-height: 17px;
  transition: 0.3s ease;
  border: 1px solid var(--main-blue);
  border-radius: 100px;
}
.header-scrolled .header-right__button:hover {
  background-color: #fff;
  transition: 0.3s ease;
  color: #181818;
}
.header-right__button {
  transition: 0.3s ease;
}
.header-right__button:hover {
  background-color: #fff;
  transition: 0.3s ease;
  color: #181818;
}
.filled__button:hover {
  background-color: transparent;
  transition: 0.3s ease;
  color: #181818;
}
.outlined__button:hover {
  background-color: var(--main-blue);
  color: #fff;
  transition: 0.3s ease;
}

.subtitle {
  font-size: 16px;
  color: var(--main-blue);
  text-transform: uppercase;
  font-family: "Manrope", serif;
  letter-spacing: 1.8px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.subtitle--small.subtitle {
  font-size: 16px;
}
ul {
  padding-left: 0;
  margin-left: 0;
}
li {
  list-style: none;
}
.paragraph__l ul {
  padding-top: max(2.604vw, 30px);
}
.paragraph__l li {
  position: relative;
  font-size: max(0.9375vw, 14px);
  color: #3c3c3c;
  padding-left: 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ecebea;
  margin-bottom: 20px;
}
.paragraph__l li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("../../icons/bliuechecknew.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.arrow__button {
  position: relative;
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  transition: 0.3s;
  white-space: nowrap;
  color: #181818;
  text-transform: uppercase;
  display: inline-block;
}
.arrow__button:hover::after {
  transform: translate(5px, -50%);
  transition: 0.3s;
}
.arrow__button::after {
  content: "";
  position: absolute;
  transition: 0.3s;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../../icons/arrowbtn.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  right: -15px;
}
.fz-18 {
  font-size: max(0.9375vw, 14px);
}
.text-gray {
  color: var(--paragraph-gray);
}
.gap-10 {
  gap: 10px;
}
.gap-15 {
  gap: 15px;
}
.white-content-all p,
.white-content-all .subtitle,
.white-content-all h2,
.white-content-all h3 {
  color: #fff;
}
h2 {
  line-height: 1.2;
}
.home-forum {
  position: relative;
}
.home-forum::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background-image: url("../../shapes/forumvawe.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.home-forum .container {
  position: unset;
}
.home-forum-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: max(22.1354166667vw, 150px);
  height: 100%;
  background-image: url("../../shapes/forumupright.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.home-forum-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  bottom: 0;
  width: 100%;
  height: max(19.2708333333vw, 130px);
  max-width: max(22.1354166667vw, 150px);

  /* max-width: 417px; */
  transform: translateY(50%);
  /* height: 370px; */
  background-image: url("../../shapes/forumleft.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.background-properties {
  background-size: cover;
  background-repeat: no-repeat;
}
.radius-12 {
  border-radius: 12px;
}
.gap-8 {
  gap: 8px;
}
.bg-properties {
  background-repeat: no-repeat;
  background-size: cover;
}
.anchor-inline,
.anchor-inline a {
  display: inline-block;
}
.anchor-underlined a {
  color: var(--main-blue);
  text-decoration: underline;
}
.underlined__button {
  color: #252527;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: -0.12px;
  font-weight: 500;
}
.mb-15 {
  margin-bottom: 15px;
}
.ratings {
  max-width: 90px;
}
