@font-face {
  font-family: "eesti";
  src: url("./../fonts/eesti/gteestiprodisplay_regular.otf");
  font-weight: normal;
}
@font-face {
  font-family: "eesti";
  src: url("./../fonts/eesti/gteestiprodisplay_medium.otf");
  font-weight: bold;
}
body {
  font-family: "eesti";
}

h1 {
  letter-spacing: -2px;
  line-height: 1em;
}

h2 {
  line-height: 1em;
}

h3 {
  line-height: 1.2;
}

a {
  font-family: "eesti";
  text-decoration: none !important;
  color: #FF0067;
}

p {
  margin: 0;
  line-height: 1.4;
}

h3[type=attention] {
  max-width: 900px;
  font-size: 42px !important;
  margin-top: 64px;
  margin: 64px auto !important;
  padding: 0 24px;
}
h3[type=attention] span {
  color: #FF0067;
}
@media screen and (max-width: 800px) {
  h3[type=attention] {
    font-size: 36px !important;
  }
}

form p {
  margin-bottom: 16px;
}
form input {
  font-size: 16px !important;
  margin-bottom: 6px;
}
form label {
  font-size: 14px;
}
form input[type=submit] {
  background-color: #1f5bff;
  border-radius: 99px;
  color: white;
  transition: 0.5s;
  font-size: 14px !important;
  text-transform: none !important;
}
form input[type=submit]:hover {
  background-color: #1f5bff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1568627451);
  transition: 0.3s;
}

button {
  font-family: "eesty";
  font-weight: bold;
  padding: 16px 32px;
  min-width: 200px;
  border-radius: 99px;
  text-align: center;
  border: none;
  transition: 0.5s;
  cursor: pointer;
}
button p {
  font-size: 16px;
  font-family: "eesti";
}
button h4 {
  font-size: 20px;
}
button h3 {
  font-size: 32px;
}
button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1568627451);
  transition: 0.3s;
}

button[type=disabled] {
  background-color: white;
  color: #31333b;
}

button[type=blue] {
  background-color: #1f5bff;
  color: white;
}

button[type=pink] {
  background-color: #FF0067;
  color: white;
}

button[type=white] {
  background-color: white;
  color: #1f5bff;
}

button[type=gray] {
  font-family: "eesti";
  font-weight: bold;
  display: flex;
  margin: 24px auto;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 99px;
  color: #31333b;
  background-color: white;
  border: 1px solid #ACACAC;
  transition: 0.5s;
  min-width: auto;
}
button[type=gray]:hover {
  color: #1f5bff;
  transition: 0.2s;
  border: 1px solid #1f5bff;
}

img[type=dogzaar] {
  width: 100%;
  max-width: 450px;
  display: flex;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 800px) {
  img[type=dogzaar] {
    max-width: 300px;
  }
}

img[type=srm-scheme] {
  width: 96%;
  margin: 24px;
}

img[type=show-to-you] {
  width: 400px;
  object-fit: contain;
  margin: 0 auto;
  margin-top: -120px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  img[type=show-to-you] {
    margin-top: -48px;
    width: 320px;
  }
}

.bdz-ns-user-agreement ol {
  list-style: none;
  counter-reset: num;
  padding: 0;
}
.bdz-ns-user-agreement li {
  padding-bottom: 12px;
  display: table;
}
.bdz-ns-user-agreement li h2 {
  margin-top: 24px;
  display: contents;
}
.bdz-ns-user-agreement li:before {
  content: counters(num, ".") " ";
  counter-increment: num;
  margin-right: 8px;
  font-weight: normal;
  color: #ACACAC;
}
.bdz-ns-user-agreement p {
  margin-bottom: 12px;
}

.bdz-ns-hidden-block {
  display: none;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0px);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0px);
  }
}
@keyframes slideDownSm {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 100%;
    transform: translateY(0px);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes openMenu {
  0% {
    opacity: 0;
    grid-template-columns: 0 1fr;
  }
  100% {
    opacity: 1;
    grid-template-columns: 320px 1fr;
  }
}
@keyframes ny-logo-animation {
  0% {
    background-size: 100%;
  }
  50% {
    background-size: 300%;
  }
  100% {
    background-size: 100%;
  }
}
#vk_playlist_-226008055_1 {
  max-width: 900px;
  margin: 64px auto;
}

.bdz-footer-ns {
  max-width: 1920px;
  background-color: #111111;
  display: grid;
  grid-template-columns: 1fr 4fr;
  border-radius: 64px 64px 0 0;
  font-family: eesti;
  margin: 0 auto;
  margin-bottom: -80px;
}
.bdz-footer-ns h1 {
  font-family: eesti, sans-serif !important;
  letter-spacing: -2px;
}
.bdz-footer-ns h2 {
  font-family: eesti, sans-serif !important;
  letter-spacing: -1px;
}
.bdz-footer-ns h3 {
  font-family: eesti, sans-serif !important;
}
.bdz-footer-ns h4 {
  font-family: eesti, sans-serif !important;
}
.bdz-footer-ns h5 {
  font-family: eesti, sans-serif !important;
}
.bdz-footer-ns h6 {
  font-family: eesti, sans-serif !important;
}
.bdz-footer-ns p {
  font-family: eesti, sans-serif !important;
}
.bdz-footer-ns li {
  font-family: eesti, sans-serif !important;
}
.bdz-footer-ns button {
  font-family: eesti, sans-serif !important;
}
@media screen and (max-width: 1200px) {
  .bdz-footer-ns {
    grid-template-columns: 1fr;
    background-position: bottom right;
  }
}

.bdz-footer-ns-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-top: 56px;
  justify-content: space-between;
}
.bdz-footer-ns-brand a {
  color: white;
}
.bdz-footer-ns-brand a img {
  max-width: 142px;
  padding: 16px 0;
  display: block;
}
.bdz-footer-ns-brand img {
  max-height: 320px;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .bdz-footer-ns-brand img {
    display: none;
  }
}

.bdz-footer-ns-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 56px 32px;
}

.bdz-footer-ns-showcase {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.bdz-footer-ns-showcase img {
  max-width: 170px;
  max-height: 64px;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .bdz-footer-ns-showcase img {
    max-width: 150px;
    height: 42px;
  }
}
@media screen and (max-width: 800px) {
  .bdz-footer-ns-showcase {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

.bdz-footer-ns-links {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 16px;
}
.bdz-footer-ns-links span {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.bdz-footer-ns-links span h4 {
  color: #ACACAC;
  margin-bottom: 16px;
}
.bdz-footer-ns-links a {
  text-decoration: none !important;
  color: white !important;
  font-weight: normal !important;
  margin-bottom: 4px;
}
.bdz-footer-ns-links a:hover {
  color: #FF0067 !important;
}
@media screen and (max-width: 800px) {
  .bdz-footer-ns-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 42px;
    margin-top: 24px;
  }
}

.bdz-footer-ns-additional-links {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.bdz-footer-ns-additional-links ul {
  padding-inline-start: 0;
  width: 100%;
}
.bdz-footer-ns-additional-links li {
  color: #ACACAC !important;
  margin-bottom: 16px;
  line-height: 16px;
}
.bdz-footer-ns-additional-links a {
  text-decoration: none;
  color: #ACACAC !important;
  font-weight: normal !important;
}
.bdz-footer-ns-additional-links a:hover {
  color: #C7C7C7 !important;
}
@media screen and (max-width: 800px) {
  .bdz-footer-ns-additional-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .bdz-footer-ns-additional-links ul {
    margin: 0;
  }
}

.bdz-footer-ns-copyright {
  margin-top: 32px;
  display: flex;
  gap: 32px;
}
.bdz-footer-ns-copyright p {
  margin: 0;
  color: #ACACAC;
  font-weight: normal !important;
  font-size: 12px !important;
}
.bdz-footer-ns-copyright button {
  background-color: transparent;
  color: #FF0067 !important;
  box-shadow: inset 0 0 4px #FF0067 !important;
  border-radius: 8px !important;
  padding: 8px 24px !important;
  border: 0 !important;
  transition: 1s;
}
.bdz-footer-ns-copyright button:hover {
  background-color: #FF0067 !important;
  color: white !important;
  transition: 0.3s;
  box-shadow: none !important;
}
@media screen and (max-width: 1023px) {
  .bdz-footer-ns-copyright {
    display: grid;
    grid-template-columns: 1fr;
  }
  .bdz-footer-ns-copyright p {
    color: #ACACAC;
  }
  .bdz-footer-ns-copyright button {
    background-color: transparent;
  }
}

.bdz-footer-ns-links-block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .bdz-footer-ns-links-block {
    grid-template-columns: 1fr;
  }
}

.bdz-footer-ns-hh {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: -56px;
  padding: 32px;
  color: white;
  background-color: rgba(255, 255, 255, 0.0941176471);
  border-radius: 24px 24px 0 0;
  position: relative;
  overflow: hidden;
}
.bdz-footer-ns-hh img[type=bdz-doggie] {
  position: absolute;
  width: 180px;
  object-fit: contain;
  bottom: -32px;
  right: -52px;
}
.bdz-footer-ns-hh img[type=bdz-hh-finalist] {
  width: 120px;
  object-fit: contain;
}
.bdz-footer-ns-hh button {
  color: white !important;
  width: 100% !important;
  background-color: transparent !important;
  border: 2px solid white !important;
  border-radius: 99px !important;
  transition: 1s;
}
.bdz-footer-ns-hh button p {
  text-align: center;
  font-size: 14px !important;
}
@media screen and (max-width: 1023px) {
  .bdz-footer-ns-hh {
    padding: 24px;
    gap: 24px;
  }
}

.bdz-footer-ns-hh-stat {
  display: flex;
  gap: 32px;
  justify-content: space-around;
  margin-bottom: 16px;
}
.bdz-footer-ns-hh-stat h4 {
  font-size: 42px !important;
  margin: 8px 0 !important;
  font-weight: normal;
  color: white;
}
.bdz-footer-ns-hh-stat h4 span {
  font-size: 14px !important;
}
.bdz-footer-ns-hh-stat p {
  font-size: 14px !important;
  margin-top: 8px;
  margin: 8px 0 !important;
  color: #ACACAC;
}
@media screen and (max-width: 1200px) {
  .bdz-footer-ns-hh-stat h4 {
    font-size: 36px;
  }
}

.bdz-mpns-footer-buuble {
  position: relative;
  margin-bottom: 32px;
}

.bdz-mpns-footer-buuble-body {
  border-radius: 99px;
  background-color: #FF0067;
  padding: 16px 0;
}
.bdz-mpns-footer-buuble-body p {
  color: white;
  margin: 0;
  text-align: center;
  font-size: 14px !important;
  padding: 0 12px;
}

.bdz-footer-bubble-note {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
  background-color: #FF0067;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 76px;
  bottom: -18px;
}

#open-menu {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  #open-menu {
    display: block;
  }
}

.bdz-ns-header {
  margin: 0 auto;
  max-width: 1872px;
  display: flex;
  padding: 16px 64px;
  gap: 64px;
  align-items: center;
  font-family: eesti;
}
.bdz-ns-header div {
  display: flex;
  gap: 32px;
}
.bdz-ns-header p {
  font-size: 16px;
}
.bdz-ns-header div[type=logo] {
  clip-path: url(#bdz-logo);
}
.bdz-ns-header div[type=logo] span {
  width: 120px !important;
  height: 28px !important;
  display: block !important;
  background-color: #111111;
}
.bdz-ns-header div[type=registration] {
  width: 100%;
  justify-content: end;
}
.bdz-ns-header div[type=registration] p[type=mobile] {
  display: none;
}
.bdz-ns-header div[type=registration] p[type=desktop] {
  display: block;
}
.bdz-ns-header div[type=menu-item] {
  position: relative;
}
.bdz-ns-header img {
  width: 120px;
  object-fit: contain;
}
.bdz-ns-header a {
  text-decoration: none !important;
  font-weight: bold;
  color: #111111;
}
.bdz-ns-header a:hover {
  color: #FF0067;
}
.bdz-ns-header p {
  margin: 0 !important;
  font-weight: bold !important;
}
.bdz-ns-header a[type=active] {
  color: white;
  background-color: #FF0067;
  padding: 8px 24px;
  border-radius: 99px;
}
@media screen and (max-width: 1023px) {
  .bdz-ns-header div {
    justify-content: end;
  }
  .bdz-ns-header div[type=menu] {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bdz-ns-header {
    padding: 24px;
    gap: 32px;
  }
  .bdz-ns-header div[type=menu] {
    display: none;
  }
  .bdz-ns-header div[type=logo] {
    display: block !important;
  }
  .bdz-ns-header div[type=registration] p[type=desktop] {
    display: none;
  }
  .bdz-ns-header div[type=registration] p[type=mobile] {
    display: block;
  }
}

.bdz-ns-header-container {
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: white;
  right: 0;
}
.bdz-ns-header-container[type=transparent] {
  background-color: transparent;
}
.bdz-ns-header-container[type=transparent] p {
  color: white;
}
.bdz-ns-header-container[type=transparent] p:hover {
  color: white;
}
.bdz-ns-header-container[type=transparent] span {
  color: white;
}
.bdz-ns-header-container[type=transparent] div[type=logo] span {
  background: white;
}

.bdz-ns-header-sticky {
  width: 100%;
  position: fixed;
  z-index: 999;
  background-color: white;
  right: 0;
  box-shadow: 8px 0 16px rgba(0, 0, 0, 0.1019607843);
}
.bdz-ns-header-sticky div[type=logo] span {
  background-color: #111111;
}

.bdz-ns-mobile-menu {
  position: fixed;
  z-index: 9999;
  display: grid;
  grid-template-columns: 320px 1fr;
  height: 100vh;
  width: 100%;
  animation: openMenu 0.3s ease-in;
}
.bdz-ns-mobile-menu p {
  font-size: 16px;
}
.bdz-ns-mobile-menu div[type=backdrop] {
  background-color: rgba(0, 0, 0, 0.2274509804);
  backdrop-filter: blur(8px);
}

.bdz-ns-mm-container {
  background-color: white;
  padding: 24px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  height: 100vh;
}
.bdz-ns-mm-container div[type=mobile-logo] {
  clip-path: url(#bdz-logo);
  width: fit-content;
}
.bdz-ns-mm-container div[type=mobile-logo] span {
  width: 120px;
  height: 28px;
  display: block;
  background-color: #111111;
}
.bdz-ns-mm-container div[type=menu] {
  position: relative;
  overflow-y: overlay;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.bdz-ns-mm-container div[type=menu] span {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bdz-ns-mm-container div[type=menu] h3 {
  color: #ACACAC;
  margin: 0;
}
.bdz-ns-mm-container div[type=menu] a {
  text-decoration: none;
  color: #111111;
  font-weight: bold;
  margin-bottom: 12px;
}
.bdz-ns-mm-container div[type=menu] a:hover {
  color: #FF0067;
}
.bdz-ns-mm-container div[type=menu] p {
  margin: 0 !important;
}
.bdz-ns-mm-container div[type=gradient] {
  position: fixed;
  width: 100%;
  height: 62px;
  bottom: 128px;
  background: linear-gradient(to top, #FFFFFF, rgba(255, 255, 255, 0));
}
.bdz-ns-mm-container div[type=registration] {
  display: flex;
  gap: 8px;
}
.bdz-ns-mm-container div[type=registration] a {
  padding: 8px;
  border: 1px solid #ACACAC;
  border-radius: 8px;
  font-weight: bold;
  color: #111111;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.bdz-ns-mm-container div[type=registration] a[type=active] {
  background-color: #FF0067;
  color: white;
  border: none;
}
.bdz-ns-mm-container div[type=registration] p {
  margin: 0 !important;
}

.bdz-ns-mm-logo-container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 100%;
}
.bdz-ns-mm-logo-container span[type=close] {
  cursor: pointer;
}

.bdz-menu-item-container {
  position: relative;
  cursor: pointer;
}

.bdz-menu-title {
  align-items: center;
  gap: 2px !important;
}
.bdz-menu-title span {
  color: #C7C7C7;
  display: block;
  transform: translateY(0);
  transition: 0.3s;
}

.bdz-menu-title-active {
  align-items: center;
  gap: 2px !important;
}
.bdz-menu-title-active p {
  color: #FF0067;
}
.bdz-menu-title-active span {
  color: #FF0067;
  transform: translateY(2px);
  transition: 0.3s;
}

.bdz-submenu-hidden {
  display: none !important;
}

.bdz-submenu {
  animation: 0.2s slideDownSm ease-in;
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  background-color: white;
  margin-top: 32px;
  left: -24px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.0745098039);
  border: 1px solid #F5F5F5;
}
.bdz-submenu p {
  color: #111111 !important;
}
.bdz-submenu p:hover {
  color: #FF0067 !important;
}

.bdz-mpns-fair-block {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 32px;
  padding-top: 100px;
  position: relative;
  max-height: 100vh;
  min-height: 80vh;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-block {
    grid-template-columns: 1fr;
    max-height: none;
  }
}
.bdz-mpns-fair-block[type=purchaiser] {
  background-color: #FF0067;
  border-radius: 0 0 64px 64px;
  overflow: hidden;
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-block[type=purchaiser] {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.bdz-mpns-fair-block[type=supplier] {
  background-color: #1f5bff;
  border-radius: 0 0 64px 64px;
  overflow: hidden;
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-block[type=supplier] {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.bdz-mpns-fair-block[type=seller] {
  background-color: #FF0067;
  border-radius: 0 0 64px 64px;
  overflow: hidden;
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-block[type=seller] {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.bdz-mpns-fair-block[type=buyer] {
  background-color: #1f5bff;
  border-radius: 0 0 64px 64px;
  overflow: hidden;
  grid-template-columns: 3fr 2fr;
}
@media screen and (max-width: 1600px) {
  .bdz-mpns-fair-block[type=buyer] {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-block[type=buyer] {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.bdz-mpns-fair-block[type=about] {
  height: 70vh;
  background-color: white;
  grid-template-columns: 1fr;
}
.bdz-mpns-fair-block[type=srm] {
  background-color: #FF0067;
  border-radius: 0 0 64px 64px;
  overflow: hidden;
  grid-template-columns: 2fr 3fr;
}
@media screen and (max-width: 1024px) {
  .bdz-mpns-fair-block[type=srm] {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}

.bdz-mpns-fair-img {
  position: relative;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-img {
    height: 300px;
    margin-right: 24px;
    padding: 24px;
  }
  .bdz-mpns-fair-img img {
    width: auto;
    height: inherit;
    object-fit: contain;
  }
}
.bdz-mpns-fair-img[type=main] {
  margin-left: -72px;
}
.bdz-mpns-fair-img[type=main] img {
  animation: slideLeft 0.4s ease-in;
  position: absolute;
  z-index: 2;
  width: 95%;
  top: 46px;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-img[type=main] img {
    width: 100%;
    top: 24px;
  }
}
.bdz-mpns-fair-img[type=purchaiser] {
  display: flex;
  justify-content: center;
  margin: 0;
}
.bdz-mpns-fair-img[type=purchaiser] img {
  object-fit: contain;
  right: -72px;
  animation: slideLeft 0.7s ease-in;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-img[type=purchaiser] img {
    position: relative;
    width: 400px;
    right: 0;
    animation: slideUp 0.7s ease-in;
  }
}
.bdz-mpns-fair-img[type=supplier] {
  display: flex;
  justify-content: center;
  margin: 0;
}
.bdz-mpns-fair-img[type=supplier] img {
  object-fit: contain;
  left: -120px;
  top: 10%;
  animation: slideRight 0.7s ease-in;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-img[type=supplier] img {
    position: relative;
    width: 400px;
    left: 0;
    animation: slideUp 0.7s ease-in;
  }
}
.bdz-mpns-fair-img[type=seller] {
  display: flex;
  justify-content: center;
  margin: 0;
}
.bdz-mpns-fair-img[type=seller] img {
  object-fit: contain;
  left: 0;
  top: auto;
  bottom: 0;
  width: 125%;
  animation: slideLeft 0.7s ease-in;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .bdz-mpns-fair-img[type=seller] img {
    left: -120px;
    width: 170%;
  }
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-img[type=seller] {
    padding: 0;
  }
  .bdz-mpns-fair-img[type=seller] img {
    position: relative;
    width: 400px;
    left: 0;
    animation: slideUp 0.7s ease-in;
  }
}
.bdz-mpns-fair-img[type=buyer] {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 32px;
}
.bdz-mpns-fair-img[type=buyer] img {
  object-fit: contain;
  top: 14%;
  min-width: 150%;
  margin-right: -180px;
  animation: slideRight 0.7s ease-in;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-img[type=buyer] img {
    position: relative;
    margin-right: 0;
    min-width: auto;
    animation: slideUp 0.7s ease-in;
  }
}
.bdz-mpns-fair-img[type=dogzaar] {
  display: flex;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 32px;
}
.bdz-mpns-fair-img[type=dogzaar] img {
  object-fit: contain;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  animation: slideRight 0.7s ease-in;
}
@media screen and (max-width: 1200px) {
  .bdz-mpns-fair-img[type=dogzaar] img {
    right: -120px;
  }
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-img[type=dogzaar] {
    padding: 0;
  }
  .bdz-mpns-fair-img[type=dogzaar] img {
    position: relative;
    width: 400px;
    animation: slideUp 0.7s ease-in;
  }
}
.bdz-mpns-fair-img[type=srm] {
  display: flex;
  justify-content: center;
  margin: 0;
}
.bdz-mpns-fair-img[type=srm] img {
  object-fit: contain;
  left: 140px;
  top: auto;
  bottom: 0;
  max-height: 100%;
  animation: slideLeft 0.7s ease-in;
}
@media screen and (max-width: 1024px) {
  .bdz-mpns-fair-img[type=srm] {
    padding: 0;
  }
  .bdz-mpns-fair-img[type=srm] img {
    position: relative;
    width: 400px;
    left: 0;
    animation: slideUp 0.7s ease-in;
  }
}

.bdz-mpns-curved-1 {
  clip-path: url(#clip-half-wide-1);
  height: 100%;
  margin-right: 72px;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-curved-1 {
    margin-right: 0;
  }
}

.bdz-mpns-fair-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
}
.bdz-mpns-fair-content h1 {
  font-size: 64px;
  font-weight: normal;
  color: #111111;
  text-align: left;
}
.bdz-mpns-fair-content h1 span {
  color: #FF0067;
}
.bdz-mpns-fair-content h3 {
  color: #111111;
  text-align: right;
  font-size: 24px !important;
  font-weight: normal !important;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-fair-content h1 {
    font-size: 42px;
  }
}

.bdz-ppns-fair-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  justify-content: center;
}
.bdz-ppns-fair-content h1 {
  font-size: 72px;
  font-weight: normal;
  color: white;
  text-align: right;
  margin-bottom: 0;
}
.bdz-ppns-fair-content h3 {
  color: white;
  text-align: right;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 1366px) {
  .bdz-ppns-fair-content h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 800px) {
  .bdz-ppns-fair-content {
    padding: 32px;
    align-items: center;
  }
  .bdz-ppns-fair-content h1 {
    text-align: center;
    font-size: 42px;
  }
  .bdz-ppns-fair-content h3 {
    text-align: center;
  }
}

.bdz-spns-fair-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.bdz-spns-fair-content h1 {
  font-size: 72px;
  font-weight: normal;
  color: white;
  margin: 0;
}
.bdz-spns-fair-content h3 {
  color: white;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .bdz-spns-fair-content h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 800px) {
  .bdz-spns-fair-content {
    align-items: center;
  }
  .bdz-spns-fair-content h1 {
    font-size: 42px;
  }
  .bdz-spns-fair-content h1 {
    text-align: center;
  }
  .bdz-spns-fair-content h3 {
    text-align: center;
  }
}

.bdz-about-fair-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  justify-content: center;
}
.bdz-about-fair-content h1 {
  font-size: 72px;
  font-weight: normal;
  color: #111111;
  text-align: center;
  margin-bottom: 0;
}
.bdz-about-fair-content span {
  color: #FF0067;
}
@media screen and (max-width: 1366px) {
  .bdz-about-fair-content h1 {
    font-size: 56px;
  }
}
@media screen and (max-width: 800px) {
  .bdz-about-fair-content {
    padding: 32px;
    align-items: center;
  }
  .bdz-about-fair-content h1 {
    text-align: center;
    font-size: 42px;
  }
  .bdz-about-fair-content h3 {
    text-align: center;
  }
}

.bdz-srm-fair-content {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  z-index: 2;
}
.bdz-srm-fair-content img {
  max-width: 400px;
}
.bdz-srm-fair-content h3 {
  color: white;
  font-size: 24px !important;
  font-weight: normal !important;
}
.bdz-srm-fair-content p {
  color: white;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .bdz-srm-fair-content {
    align-items: center;
  }
  .bdz-srm-fair-content h3 {
    font-size: 42px;
  }
  .bdz-srm-fair-content img {
    width: auto;
  }
}

.colorpink {
  background-color: #FF0067;
  height: 100%;
}

.bdz-mpns-fair-statistic {
  display: flex;
  justify-content: center;
  gap: 36px;
  animation: slideUp 0.3s ease-in;
  width: 100%;
  margin-top: 42px;
}
.bdz-mpns-fair-statistic span {
  text-align: center;
  padding: 0 24px;
}
.bdz-mpns-fair-statistic h3 {
  font-size: 42px !important;
  margin-bottom: 8px !important;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .bdz-mpns-fair-statistic {
    justify-content: space-between;
  }
  .bdz-mpns-fair-statistic h3 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 1024px) {
  .bdz-mpns-fair-statistic h3 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .bdz-mpns-fair-statistic {
    flex-direction: column;
    gap: 16px;
  }
}

.bdz-mpns-fair-interactive {
  padding: 40px;
  background-color: #F5F5F5;
  cursor: pointer;
}
.bdz-mpns-fair-interactive h3 {
  font-size: 36px !important;
  font-weight: normal !important;
  text-align: center;
  margin: 0 !important;
  color: #111111;
}
@media screen and (max-width: 1200px) {
  .bdz-mpns-fair-interactive {
    padding: 24px;
  }
  .bdz-mpns-fair-interactive h3 {
    font-size: 20px !important;
  }
}

.bdz-mpns-fair-btn-active {
  background-color: #FF0067;
  transition: 0.3s;
}
.bdz-mpns-fair-btn-active h3 {
  color: white;
  font-weight: normal !important;
  margin: 0 !important;
}
.bdz-mpns-fair-btn-active[type=white] {
  background-color: white;
}
.bdz-mpns-fair-btn-active[type=white] h3 {
  color: #FF0067;
}

.bdz-mpns-hidden-statistic {
  display: none !important;
}

.bdz-mpns-fair-btn-block {
  display: flex;
  gap: 32px;
  width: 100%;
}
.bdz-mpns-fair-btn-block div {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .bdz-mpns-fair-btn-block {
    flex-direction: column;
    gap: 12px;
    margin: 16px 0;
  }
  .bdz-mpns-fair-btn-block div {
    width: auto;
  }
}

#bdz-mpns-supplier-button {
  clip-path: url(#clip-narrow-1);
}

#bdz-mpns-purchaiser-button {
  clip-path: url(#clip-narrow-2);
}

#bdz-purchaiser-demo, #bdz-srm-demo {
  clip-path: url(#clip-narrow-2);
}
#bdz-purchaiser-demo h3, #bdz-srm-demo h3 {
  color: #FF0067;
}

#bdz-seller-demo {
  clip-path: url(#clip-narrow-1);
}
#bdz-seller-demo h3 {
  color: #FF0067;
}

.bdz-mpns-partners-gallery {
  padding: 32px;
}
@media screen and (max-width: 800px) {
  .bdz-mpns-partners-gallery {
    padding: 24px;
  }
}

.bdz-mpns-logo-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  gap: 32px;
  animation: slideUp 0.3s ease-in;
  padding: 0 32px;
  margin: 0 16px;
}
.bdz-mpns-logo-gallery img {
  object-fit: contain;
  width: 100%;
  border-radius: 8px;
  background-color: #F7F7F7;
  filter: grayscale(1);
  transition: 0.3s;
}
.bdz-mpns-logo-gallery img:hover {
  filter: grayscale(0);
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .bdz-mpns-logo-gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 800px) {
  .bdz-mpns-logo-gallery {
    grid-template-columns: 1fr 1fr;
    padding: 0;
    gap: 16px;
  }
}

.animate-logo {
  animation: fadeIn 0.3s ease-in;
}

.bdz-mpns-gallery-container {
  position: relative;
  overflow-x: auto;
  border-radius: 17px;
}
.bdz-mpns-gallery-container::-webkit-scrollbar {
  display: none;
}

.bdz-mpns-gallery-menu {
  display: flex;
  position: relative;
  gap: 16px;
  max-width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px auto;
}
@media screen and (max-width: 1200px) {
  .bdz-mpns-gallery-menu {
    max-width: 100%;
    gap: 8px;
  }
}
@media screen and (max-width: 800px) {
  .bdz-mpns-gallery-menu {
    justify-content: left;
    flex-wrap: nowrap;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .bdz-mpns-gallery-menu span {
    white-space: nowrap;
  }
}
.bdz-mpns-gallery-menu[type=big-menu] {
  max-width: 100%;
}

.mpns-gallery-arrow {
  position: absolute;
  cursor: pointer;
  height: 24px;
  width: 24px;
  border-radius: 99px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .mpns-gallery-arrow {
    display: none;
  }
}

.arrow-forward, .arrow-backward {
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #1f5bff;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  display: block;
}

.arrow-backward {
  transform: rotate(135deg);
}

#slideforward {
  right: 8px;
}

#slidebackward {
  left: 8px;
}

.bdz-mpns-category-btn, .bdz-mpns-category-btn-active {
  padding: 8px 16px;
  border-radius: 99px;
  cursor: pointer;
  font-size: 14px;
  color: #31333b;
  opacity: 0.75;
  border: 1px solid #ACACAC;
}
.bdz-mpns-category-btn:hover, .bdz-mpns-category-btn-active:hover {
  opacity: 1;
  color: #1f5bff;
  background-color: rgba(31, 91, 255, 0.0549019608);
  transition: 0.2s;
  border: 1px solid #1f5bff;
}
.bdz-mpns-category-btn[type=big-menu], [type=big-menu].bdz-mpns-category-btn-active {
  padding: 16px 24px;
  font-size: 20px;
}

.bdz-mpns-category-btn-active {
  opacity: 1;
  color: white;
  background-color: #1f5bff;
  border: 1px solid #1f5bff;
}
.bdz-mpns-category-btn-active:hover {
  color: white;
  background-color: #1f5bff;
}

.customers-gallery-logo {
  object-fit: contain;
  width: 100%;
  border-radius: 8px;
  background-color: #F7F7F7;
  filter: grayscale(1);
  transition: 0.3s;
}
.customers-gallery-logo:hover {
  filter: grayscale(0);
  transition: 0.3s;
}

.gallery-img {
  object-fit: contain;
  width: 100%;
  border-radius: 8px;
  background-color: #F7F7F7;
  filter: grayscale(1);
  transition: 0.3s;
}
.gallery-img:hover {
  filter: grayscale(0);
  transition: 0.3s;
}

.bdz-nrates-purchaiser-container {
  background-color: #F9F9F9;
}

.bdz-nrates-supplier-container {
  background-color: #AD1457;
}

.bdz-nrates-content {
  max-width: 1200px;
  padding: 24px;
  margin: 0 auto;
}
.bdz-nrates-content h1 {
  font-size: 48px !important;
  font-weight: 900 !important;
  margin: 24px 0;
}
.bdz-nrates-content h1[color=white] {
  color: white;
}
.bdz-nrates-content h1[color=black] {
  color: #08000A;
}
@media screen and (max-width: 900px) {
  .bdz-nrates-content h1 {
    font-size: 32px !important;
    text-align: center;
  }
}

.bdz-nrates-table {
  padding: 24px;
  background-color: white;
  border-radius: 16px;
}

.bdz-nrates-table-string {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #E0E0E0;
  align-items: center;
  padding: 16px 0;
}
.bdz-nrates-table-string[type=table-header] {
  border-bottom: 3px solid #E0E0E0;
}
.bdz-nrates-table-string[type=table-footer] {
  border-bottom: none;
}
.bdz-nrates-table-string[type=selected] {
  background-color: #FEF7E0;
}
.bdz-nrates-table-string[type="2col"] {
  grid-template-columns: 1fr 1fr;
  border-bottom: none;
}
.bdz-nrates-table-string[type="3col"] {
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  .bdz-nrates-table-string {
    display: none;
    padding: 0;
  }
  .bdz-nrates-table-string[type=table-header] {
    border-bottom: none;
  }
  .bdz-nrates-table-string[type=table-header] {
    display: flex;
    flex-direction: column;
  }
  .bdz-nrates-table-string[type="2col"] {
    display: flex;
    flex-direction: column;
  }
  .bdz-nrates-table-string[type="3col"] {
    display: flex;
    flex-direction: column;
  }
}

.bdz-nrates-pc-contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  margin-top: 48px;
  padding: 24px;
}
.bdz-nrates-pc-contact-form-container h2 {
  font-size: 32px !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 1024px) {
  .bdz-nrates-pc-contact-form-container {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
}

.bdz-nrates-pc-contact-form {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
}

.bdz-nrates-fs-title {
  display: flex;
  align-items: end;
  max-height: 128px;
  justify-content: center;
}
.bdz-nrates-fs-title img {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .bdz-nrates-fs-title {
    display: none;
  }
}

.bdz-nrates-fs-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 1px solid #E0E0E0;
  padding: 16px;
}
.bdz-nrates-fs-product h4 {
  font-size: 24px !important;
  font-weight: 900 !important;
  text-align: center;
}
.bdz-nrates-fs-product p {
  text-align: center;
}
.bdz-nrates-fs-product button[type=disable] {
  background-color: white !important;
  color: #FF9500;
}
.bdz-nrates-fs-product[type=first-product] {
  border-left: none;
}
.bdz-nrates-fs-product[type=last-product] {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .bdz-nrates-fs-product h4 {
    font-size: 16px !important;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .bdz-nrates-fs-product {
    flex-direction: column;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #E0E0E0;
  }
  .bdz-nrates-fs-product h4 {
    font-size: 24px !important;
  }
}

.bdz-nrates-is-title {
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #666666;
}

.bdz-nrates-is-bool {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 24px;
}
.bdz-nrates-is-bool[type=true] {
  background-image: url("https://bidzaar.com/start/wp-content/uploads/2024/02/true.png");
}
.bdz-nrates-is-bool[type=false] {
  background-image: url("https://bidzaar.com/start/wp-content/uploads/2024/02/false.png");
}

.bdz-nrates-supplier-features {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}
.bdz-nrates-supplier-features h2 {
  color: white;
  font-weight: 900 !important;
}

.bdz-nrates-sf-item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: white;
  border-radius: 8px;
  margin: 0 auto;
  padding: 24px;
  margin: 8px 0px;
}
.bdz-nrates-sf-item img {
  object-fit: cover;
  height: 160px;
  border-radius: 8px;
}
.bdz-nrates-sf-item p {
  margin-top: 24px;
  color: black;
  font-size: 16px !important;
  font-weight: 900 !important;
}
.bdz-nrates-sf-item span {
  color: #666666;
  font-size: 14px !important;
  padding-bottom: 16px;
}

.bdz-nrates-sf-4-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .bdz-nrates-sf-4-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .bdz-nrates-sf-4-col {
    grid-template-columns: 1fr;
  }
}

.bdz-nrates-sf-3-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
}
@media screen and (max-width: 1024px) {
  .bdz-nrates-sf-3-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .bdz-nrates-sf-3-col {
    grid-template-columns: 1fr;
  }
}

.bdz-fdwi-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
  margin-top: -72px;
}
@media screen and (max-width: 1024px) {
  .bdz-fdwi-container {
    max-width: 710px;
  }
}

.bdz-fdwi-content {
  display: grid;
  column-gap: 24px;
  row-gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .bdz-fdwi-content {
    grid-template-columns: 1fr;
    column-gap: 12px;
    row-gap: 12px;
  }
}

.bdz-fdwi-img-feature {
  display: flex;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 16px 32px #C8C7CC;
  border-radius: 8px;
  padding: 24px;
  margin: 0 auto;
}
.bdz-fdwi-img-feature img {
  object-fit: cover;
  margin: -24px;
  margin-left: 16px;
  max-width: 50%;
}
.bdz-fdwi-img-feature h4 {
  color: #000000 !important;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 500 !important;
}
.bdz-fdwi-img-feature p {
  margin: 0;
  color: #666666;
  font-size: 14px !important;
}
@media screen and (max-width: 600px) {
  .bdz-fdwi-img-feature {
    flex-direction: column-reverse;
  }
  .bdz-fdwi-img-feature img {
    margin-bottom: 0;
    margin-left: -24px;
    height: 160px;
    object-fit: cover;
    max-width: 100vw;
  }
  .bdz-fdwi-img-feature h4 {
    margin-top: 16px;
  }
}

.bdz-timeline-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: flex-start;
}
.bdz-timeline-container p {
  font-size: 14px !important;
}
@media screen and (max-width: 1024px) {
  .bdz-timeline-container {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.bdz-timeline-card div[type=tl-description] {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 16px 8px;
}
.bdz-timeline-card div[type=tl-description] p {
  font-size: 16px;
  text-align: center;
}
.bdz-timeline-card div[type=tl-description] span {
  font-size: 32px;
  text-align: center;
  color: #FF0067;
}
.bdz-timeline-card div[type=tl-timeline] {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 168px;
}
.bdz-timeline-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 60px;
}
.bdz-timeline-card span[type=ending] {
  height: 8px;
  background-color: white;
  flex-grow: 1;
}
.bdz-timeline-card span[type=line] {
  height: 8px;
  background-color: #FF0067;
  flex-grow: 1;
}
.bdz-timeline-card span[type=round] {
  padding: 16px;
  border-radius: 99px;
  border: 8px solid #FF0067;
  display: flex;
  align-items: center;
  justify-items: center;
}
@media screen and (max-width: 1024px) {
  .bdz-timeline-card {
    display: grid;
    grid-template-columns: 1fr 4fr;
  }
  .bdz-timeline-card img {
    width: 80px;
    height: 80px;
  }
  .bdz-timeline-card div[type=tl-timeline] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 112px;
    height: auto;
  }
  .bdz-timeline-card span[type=ending] {
    width: 8px;
    background-color: white;
    flex-grow: 1;
  }
  .bdz-timeline-card span[type=line] {
    width: 8px;
    background-color: #FF0067;
    flex-grow: 1;
  }
  .bdz-timeline-card span[type=round] {
    padding: 8px;
  }
  .bdz-timeline-card div[type=tl-description] {
    margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    height: auto;
    justify-content: center;
    gap: 8px;
    padding: 24px 16px;
  }
  .bdz-timeline-card div[type=tl-description] p {
    font-size: 16px;
    text-align: left;
  }
  .bdz-timeline-card div[type=tl-description] span {
    font-size: 24px;
    text-align: left;
    color: #FF0067;
  }
}

.bdz-ns-offices {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.bdz-ns-offices div {
  filter: grayscale(1) brightness(1.2);
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 24px;
  align-items: center;
  transition: 0.5s;
}
.bdz-ns-offices div h4 {
  text-align: center;
  font-size: 24px;
  color: #1f5bff;
  margin: 16px 0;
}
.bdz-ns-offices div p {
  text-align: center;
  color: #ACACAC;
  font-weight: normal;
}
.bdz-ns-offices div img {
  height: 200px;
  object-fit: contain;
}
.bdz-ns-offices div:hover {
  filter: none;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .bdz-ns-offices {
    grid-template-columns: 1fr 1fr;
  }
  .bdz-ns-offices div {
    width: 100%;
    filter: none;
  }
}
@media screen and (max-width: 800px) {
  .bdz-ns-offices {
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
  }
  .bdz-ns-offices h4 {
    margin: 0 !important;
  }
  .bdz-ns-offices img {
    height: 120px !important;
    width: 100%;
  }
}

.bdz-ns-ceo-block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  padding: 0 32px;
  margin: 36px 0;
  align-items: center;
}
.bdz-ns-ceo-block img {
  width: 100%;
}
.bdz-ns-ceo-block div {
  padding: 32px;
}
.bdz-ns-ceo-block h4 {
  color: #ACACAC;
  font-size: 36px;
  margin: 0;
  font-weight: normal;
}
.bdz-ns-ceo-block h3 {
  font-size: 72px;
  margin: 24px 0 24px 0;
}
.bdz-ns-ceo-block p {
  font-size: 24px;
}
.bdz-ns-ceo-block a {
  font-size: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}
.bdz-ns-ceo-block a img {
  width: 36px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .bdz-ns-ceo-block div {
    padding: 24px;
  }
  .bdz-ns-ceo-block h4 {
    font-size: 24px;
  }
  .bdz-ns-ceo-block h3 {
    font-size: 56px;
  }
  .bdz-ns-ceo-block p {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bdz-ns-ceo-block {
    display: flex;
    flex-direction: column;
  }
  .bdz-ns-ceo-block div {
    margin-top: -200px;
    background: linear-gradient(0deg, white 60%, transparent);
  }
}

#rusagro-srm-case {
  background: linear-gradient(rgba(225, 197, 175, 0.0666666667), #e1c5af), url("./../img/srm-partners/rusagro-bg-1.jpg");
  background-size: cover;
}
#rusagro-srm-case img {
  filter: brightness(0.5);
}

#beeline-srm-case {
  background: linear-gradient(rgba(229, 182, 100, 0.0666666667), #e5b564), url("./../img/srm-partners/beeline-bg.jpg");
  background-size: cover;
}

#vtb-srm-case {
  background: linear-gradient(rgba(117, 161, 255, 0.0666666667), #3560bd), url("./../img/srm-partners/vtb-bg.png");
  background-size: cover;
}

#tele2-srm-case {
  background: linear-gradient(rgba(202, 189, 171, 0.062745098), #cabdab), url("./../img/srm-partners/t2-bg.png");
  background-size: cover;
}

#rt-srm-case {
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255)), url("./../img/srm-partners/rt-bg.png");
  background-size: cover;
}

.bdz-srm-case-container-deprecated {
  margin: 24px;
  background-color: #F7F7F7;
}
.bdz-srm-case-container-deprecated[type=vtb] {
  clip-path: url(#clip-side-wide-2);
}
.bdz-srm-case-container-deprecated[type=t2] {
  clip-path: url(#clip-side-wide-1);
}
.bdz-srm-case-container-deprecated[type=rt] {
  clip-path: url(#clip-side-wide-2);
}
@media screen and (max-width: 900px) {
  .bdz-srm-case-container-deprecated {
    clip-path: none !important;
    border-radius: 16px;
    margin: 16px;
  }
}

.bdz-srm-case {
  background-size: cover;
  padding: 72px 24px;
  transition: 1s;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 24px;
  border-radius: 122px;
  max-width: 1920px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .bdz-srm-case {
    margin: 16px;
  }
}
.bdz-srm-case__info {
  margin: 24px auto;
  max-width: 1200px;
}
.bdz-srm-case__info img {
  max-width: 400px;
  margin-top: -99px;
}
@media screen and (max-width: 900px) {
  .bdz-srm-case__info {
    margin: 16px auto;
  }
}
.bdz-srm-case__first-line {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  align-items: center;
  margin-bottom: 16px;
}
.bdz-srm-case__first-line div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
  margin-top: -36px;
}
.bdz-srm-case__first-line div span {
  background-color: rgba(255, 255, 255, 0.8156862745);
  backdrop-filter: blur(24px);
  border-radius: 16px;
  padding: 24px;
  flex-grow: 1;
  text-align: center;
}
.bdz-srm-case__first-line div span h3 {
  font-size: 24px;
  margin: 0;
  color: #1f5bff;
  margin-bottom: 8px;
}
.bdz-srm-case__first-line div span p {
  color: #31333b;
}
.bdz-srm-case__untitle {
  margin: 0 24px;
  border-radius: 16px;
  padding: 8px;
  color: white;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: normal;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7098039216);
}
.bdz-srm-case__achievements-lg {
  display: flex;
  padding: 0 24px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bdz-srm-case__achievements-lg span {
  background-color: rgba(255, 255, 255, 0.8156862745);
  backdrop-filter: blur(24px);
  border-radius: 16px;
  padding: 24px;
  flex-grow: 1;
  text-align: center;
}
.bdz-srm-case__achievements-lg span h3 {
  font-size: 24px;
  margin: 0;
  color: #FF0067;
}
.bdz-srm-case__achievements-lg span p {
  color: #31333b;
  margin-top: 8px;
}
.bdz-srm-case__achievements {
  display: flex;
  padding: 0 24px;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bdz-srm-case__achievements img {
  max-width: 400px;
}
.bdz-srm-case__achievements span {
  background-color: #F7F7F7;
  border-radius: 16px;
  padding: 24px;
  flex-grow: 1;
  text-align: center;
}
.bdz-srm-case__achievements span h3 {
  font-size: 16px;
  margin: 0;
  color: #111111;
}
.bdz-srm-case__achievements span p {
  color: #ACACAC;
  font-size: 14px;
  margin-top: 8px;
}
.bdz-srm-case__2-col-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .bdz-srm-case__2-col-grid {
    grid-template-columns: 1fr;
  }
}
.bdz-srm-case__achievements-text {
  display: flex;
  align-items: center;
  padding: 24px;
  margin: 0 24px;
  border-radius: 16px;
  gap: 16px;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8156862745);
  backdrop-filter: blur(24px);
}
.bdz-srm-case__achievements-text span {
  margin-bottom: 16px;
  flex-grow: 1;
  text-align: left;
}
.bdz-srm-case__achievements-text span h3 {
  font-size: 20px;
  margin: 0;
  color: #1f5bff;
  margin-bottom: 8px;
}
.bdz-srm-case__achievements-text span p {
  font-size: 16px;
  color: #31333b;
  margin-bottom: 8px;
}

.bdz-srm-client-case {
  margin: 16px 0;
}
.bdz-srm-client-case h3 {
  font-size: 24px;
  margin: 0;
  color: #1f5bff;
  margin-bottom: 8px;
}
.bdz-srm-client-case p {
  color: #31333b;
}
.bdz-srm-client-case span {
  padding: 4px 16px;
  border-radius: 99px;
  background-color: #FF0067;
  color: white;
}
.bdz-srm-client-case li {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 8px;
}
.bdz-srm-client-case[type=reaches] h3 {
  font-size: 42px;
  color: white;
}
.bdz-srm-client-case[type=reaches] p {
  color: white;
}

.bdz-events {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 24px;
}
.bdz-events__card {
  padding: 16px;
  border-radius: 16px;
  background-color: #F7F7F7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 48px !important;
}
.bdz-events__card img {
  margin-top: -72px;
  margin-bottom: 32px;
  box-shadow: 0 8px 16px #dddddd;
}

.bdz-ns-heading {
  margin: 64px 0;
}
.bdz-ns-heading h2 {
  font-size: 56px;
  font-weight: normal;
  text-align: center;
  max-width: 1200px;
  margin: 32px auto;
}
.bdz-ns-heading h3 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.bdz-ns-heading a {
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: underline dotted;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .bdz-ns-heading h2 {
    margin: 24px 16px;
    font-size: 36px;
  }
  .bdz-ns-heading h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .bdz-ns-heading {
    margin: 32px 0;
  }
  .bdz-ns-heading[type=desktop-only] {
    display: none;
  }
}

.bdz-mpns-container {
  max-width: 1920px;
  margin: 0 auto;
}

.bdz-sm-container {
  max-width: 800px;
  margin: 0 auto;
}

.bdz-ns-2-col-block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  padding: 0 32px;
  margin: 36px 0;
  align-items: center;
}
.bdz-ns-2-col-block img {
  width: 100%;
}
.bdz-ns-2-col-block[type=revert] {
  grid-template-columns: 1fr 2fr;
}
.bdz-ns-2-col-block[type=compared] {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .bdz-ns-2-col-block {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
  }
  .bdz-ns-2-col-block[type=revert] {
    flex-direction: column-reverse;
  }
}

.bdz-ns-3-col-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding: 0 32px;
}
@media screen and (max-width: 900px) {
  .bdz-ns-3-col-block {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
    margin: 0 16px;
  }
}

.bdz-ns-4-col-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 0 32px;
}
@media screen and (max-width: 1200px) {
  .bdz-ns-4-col-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .bdz-ns-4-col-block {
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 0 16px;
    padding: 0;
  }
}

.bdz-sm-img-block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 24px;
}
.bdz-sm-img-block img {
  max-width: 180px;
  max-height: 250px;
  object-fit: contain;
}

.bdz-ppns-colored-module, #bdz-blog-pink, #bdz-blog-blue, #bdz-ppns-white-module, #bdz-srm-pink-module, #bdz-ppns-pink-module, #bdz-srm-blue-module, #bdz-bdz-blue-module, #bdz-ppns-blue-module {
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bdz-ppns-colored-module h3, #bdz-blog-pink h3, #bdz-blog-blue h3, #bdz-ppns-white-module h3, #bdz-srm-pink-module h3, #bdz-ppns-pink-module h3, #bdz-srm-blue-module h3, #bdz-bdz-blue-module h3, #bdz-ppns-blue-module h3 {
  font-size: 32px !important;
  margin-bottom: 8px;
  margin-top: 0px;
  color: white;
  text-align: left;
}
.bdz-ppns-colored-module p, #bdz-blog-pink p, #bdz-blog-blue p, #bdz-ppns-white-module p, #bdz-srm-pink-module p, #bdz-ppns-pink-module p, #bdz-srm-blue-module p, #bdz-bdz-blue-module p, #bdz-ppns-blue-module p {
  font-size: 20px;
  color: white;
  margin: 8px 0;
}
.bdz-ppns-colored-module ul, #bdz-blog-pink ul, #bdz-blog-blue ul, #bdz-ppns-white-module ul, #bdz-srm-pink-module ul, #bdz-ppns-pink-module ul, #bdz-srm-blue-module ul, #bdz-bdz-blue-module ul, #bdz-ppns-blue-module ul {
  margin: 0;
  padding-bottom: 16px;
  padding-left: 0;
}
.bdz-ppns-colored-module ul li, #bdz-blog-pink ul li, #bdz-blog-blue ul li, #bdz-ppns-white-module ul li, #bdz-srm-pink-module ul li, #bdz-ppns-pink-module ul li, #bdz-srm-blue-module ul li, #bdz-bdz-blue-module ul li, #bdz-ppns-blue-module ul li {
  font-size: 20px;
  padding-bottom: 12px;
  padding-top: 16px;
  color: white;
  line-height: 1.1;
}
.bdz-ppns-colored-module ul li a, #bdz-blog-pink ul li a, #bdz-blog-blue ul li a, #bdz-ppns-white-module ul li a, #bdz-srm-pink-module ul li a, #bdz-ppns-pink-module ul li a, #bdz-srm-blue-module ul li a, #bdz-bdz-blue-module ul li a, #bdz-ppns-blue-module ul li a {
  display: inline;
  color: white;
  text-decoration: underline !important;
}
@media screen and (max-width: 1024px) {
  .bdz-ppns-colored-module, #bdz-blog-pink, #bdz-blog-blue, #bdz-ppns-white-module, #bdz-srm-pink-module, #bdz-ppns-pink-module, #bdz-srm-blue-module, #bdz-bdz-blue-module, #bdz-ppns-blue-module {
    width: 100% !important;
    padding: 42px;
    clip-path: none !important;
    border-radius: 32px;
    overflow: hidden;
    width: calc(100% - 42px);
  }
}
@media screen and (max-width: 800px) {
  .bdz-ppns-colored-module, #bdz-blog-pink, #bdz-blog-blue, #bdz-ppns-white-module, #bdz-srm-pink-module, #bdz-ppns-pink-module, #bdz-srm-blue-module, #bdz-bdz-blue-module, #bdz-ppns-blue-module {
    padding: 32px;
  }
}

.bdz-sm-vertical-crop {
  background-color: white;
  padding: 24px;
  background-color: #F7F7F7;
}
.bdz-sm-vertical-crop h4 {
  text-align: center;
  color: #111111;
}
.bdz-sm-vertical-crop h2 {
  color: #FF0067;
  text-align: center;
  font-size: 72px;
  text-shadow: 0px 0px 0px transparent;
  transition: 0.2s;
}
.bdz-sm-vertical-crop p {
  color: #31333b;
  text-align: center;
}
.bdz-sm-vertical-crop[type=crop-1] {
  clip-path: url(#v-crop-1);
}
.bdz-sm-vertical-crop[type=crop-2] {
  clip-path: url(#v-crop-2);
}
.bdz-sm-vertical-crop[type=crop-3] {
  clip-path: url(#v-crop-3);
}
.bdz-sm-vertical-crop[type=crop-4] {
  clip-path: url(#v-crop-4);
}
.bdz-sm-vertical-crop:hover h2 {
  transform: translateY(-2px);
  text-shadow: 0px 4px 8px rgba(255, 0, 102, 0.1764705882);
  transition: 0.3s;
}

.bdz-ppns-bottom-line {
  display: grid;
  grid-template-columns: 3fr 1fr;
  position: relative;
  padding: 16px 48px;
  border-radius: 99px;
  background-color: white;
}
.bdz-ppns-bottom-line h4 {
  font-size: 24px;
  margin: 0;
  line-height: 1.2em;
}
.bdz-ppns-bottom-line img {
  position: absolute;
  max-width: 120px;
  object-fit: contain;
  right: 32px;
  top: -48px;
}
@media screen and (max-width: 1024px) {
  .bdz-ppns-bottom-line {
    display: flex;
  }
  .bdz-ppns-bottom-line h4 {
    text-align: center;
    font-size: 16px;
  }
  .bdz-ppns-bottom-line img {
    display: none;
  }
}

#bdz-ppns-blue-module {
  background-color: #1f5bff;
  clip-path: url(#clip-side-1);
}
#bdz-ppns-blue-module h4 {
  color: #1f5bff;
}
#bdz-ppns-blue-module h3 {
  color: white;
}
#bdz-ppns-blue-module p {
  color: white;
}
@media screen and (min-width: 1600px) {
  #bdz-ppns-blue-module {
    clip-path: url(#clip-side-wide-1);
  }
}

#bdz-bdz-blue-module {
  background-color: #1f5bff;
  clip-path: url(#clip-side-1);
}
#bdz-bdz-blue-module li {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
  line-height: 1;
}
#bdz-bdz-blue-module img {
  max-height: 42px;
  object-fit: contain;
  width: auto;
  align-self: baseline;
  margin-bottom: 16px;
}
#bdz-bdz-blue-module h3 {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
  font-weight: bold;
}
#bdz-bdz-blue-module p {
  color: white;
}
@media screen and (min-width: 1600px) {
  #bdz-bdz-blue-module {
    clip-path: url(#clip-side-wide-1);
  }
}

#bdz-srm-blue-module {
  padding: 32px 48px;
  background-color: #1f5bff;
  clip-path: url(#clip-side-1);
}
#bdz-srm-blue-module h4 {
  color: #1f5bff;
}
#bdz-srm-blue-module h3 {
  color: white;
}
#bdz-srm-blue-module p {
  color: white;
}
@media screen and (min-width: 1600px) {
  #bdz-srm-blue-module {
    clip-path: url(#clip-side-wide-1);
  }
}

#bdz-ppns-pink-module {
  background-color: #FF0067;
  clip-path: url(#clip-side-2);
}
#bdz-ppns-pink-module h4 {
  color: #FF0067;
}
@media screen and (min-width: 1600px) {
  #bdz-ppns-pink-module {
    clip-path: url(#clip-side-wide-2);
  }
}

#bdz-srm-pink-module {
  background-color: #FF0067;
  clip-path: url(#clip-side-2);
}
#bdz-srm-pink-module li {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
#bdz-srm-pink-module h3 {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
  font-weight: bold;
}
#bdz-srm-pink-module img {
  max-height: 42px;
  width: auto;
  object-fit: contain;
  align-self: baseline;
  margin-bottom: 16px;
}
@media screen and (min-width: 1600px) {
  #bdz-srm-pink-module {
    clip-path: url(#clip-side-wide-2);
  }
}

#bdz-ppns-white-module h3 {
  color: #111111;
}
#bdz-ppns-white-module p {
  color: #111111;
}

#bdz-blog-blue {
  background-color: #1f5bff;
  clip-path: url(#clip-side-wide-1);
  border: none !important;
  color: white !important;
}
#bdz-blog-blue p, #bdz-blog-blue h2, #bdz-blog-blue h3, #bdz-blog-blue h4, #bdz-blog-blue h5 {
  color: white !important;
  padding: 0;
}

#bdz-blog-pink {
  padding: 42px !important;
  background-color: #FF0067;
  clip-path: url(#clip-side-wide-2);
  border: none !important;
}
#bdz-blog-pink p, #bdz-blog-pink h2, #bdz-blog-pink h3, #bdz-blog-pink h4, #bdz-blog-pink h5 {
  color: white !important;
  padding: 0;
}

.bdz-ppns-span, .bdz-ppns-span-true, .bdz-ppns-span-false {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 16px 0;
}
.bdz-ppns-span img, .bdz-ppns-span-true img, .bdz-ppns-span-false img {
  max-width: 42px;
}
.bdz-ppns-span p, .bdz-ppns-span-true p, .bdz-ppns-span-false p, .bdz-ppns-span span, .bdz-ppns-span-true span, .bdz-ppns-span-false span {
  font-size: 18px !important;
}

.bdz-ppns-2-col-statistic {
  margin-bottom: 48px;
}
.bdz-ppns-2-col-statistic h2 {
  text-align: left;
  font-weight: normal;
  margin: 0;
  color: #FF0067;
}
.bdz-ppns-2-col-statistic p {
  font-size: 20px;
  font-weight: normal;
}
@media screen and (max-width: 1024px) {
  .bdz-ppns-2-col-statistic h2 {
    font-size: 42px;
    text-align: center;
    gap: 0;
    text-align: center;
  }
  .bdz-ppns-2-col-statistic p {
    text-align: center;
  }
}

.bdz-ppns-img-block {
  max-width: 1400px;
  margin: 32px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.bdz-ppns-img-block img {
  max-width: 600px;
  display: flex;
  align-self: center;
  justify-self: center;
}

.bdz-ppns-features-block {
  max-width: 1200px;
  margin: 0 auto;
}

.bdz-feature {
  padding: 32px;
  border-radius: 32px;
  background-color: #F5F5F5;
  animation: fadeIn 0.3s ease-in;
}
.bdz-feature h3 {
  margin: 0 !important;
}

.bdz-ns-bg-block {
  margin: 24px;
  border-radius: 42px;
  padding: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bdz-ns-bg-block h2 {
  color: white;
  text-align: left;
}
.bdz-ns-bg-block h3 {
  color: #111111;
}
@media screen and (max-width: 1024px) {
  .bdz-ns-bg-block {
    clip-path: none !important;
    margin: 0 16px;
    background-image: none !important;
    margin-bottom: 32px;
    padding: 16px;
  }
  .bdz-ns-bg-block h2, .bdz-ns-bg-block h3 {
    text-align: center;
    margin-left: 0;
  }
  .bdz-ns-bg-block a {
    text-align: center;
    margin: 0 auto;
  }
  .bdz-ns-bg-block p {
    text-align: center;
  }
}
.bdz-ns-bg-block[bg=meditation] {
  clip-path: url(#clip-side-wide-2);
  background-image: url(./../img/gravity-fin.png);
  background-position: center right;
  background-color: #FF0067;
}
.bdz-ns-bg-block[bg=meditation] h2, .bdz-ns-bg-block[bg=meditation] h3 {
  color: white;
  text-align: left;
  margin-left: 42px;
}
.bdz-ns-bg-block[bg=meditation] a {
  background-color: white;
  padding: 0 8px;
  border-radius: 4px;
  display: inline;
}
.bdz-ns-bg-block[bg=spaceblue] {
  clip-path: url(#clip-side-wide-2);
  background-image: url(./../img/space-blue.png);
  background-position: top -120px right;
  background-color: #1f5bff;
}
.bdz-ns-bg-block[bg=spaceblue] h2, .bdz-ns-bg-block[bg=spaceblue] h3 {
  color: white;
  text-align: left;
}
.bdz-ns-bg-block[bg=spaceblue] a {
  margin: 0;
  text-align: left;
}
.bdz-ns-bg-block[bg=question] {
  clip-path: url(#clip-side-wide-2);
  background-image: url(./../img/question-blue.png);
  background-position: bottom right -56px;
  background-color: #1f5bff;
}
.bdz-ns-bg-block[bg=question] h3 {
  text-align: center;
}
.bdz-ns-bg-block[bg=question] a {
  margin: 0;
  text-align: left;
}
.bdz-ns-bg-block[bg=question-alt] {
  clip-path: url(#clip-side-wide-1);
  background-image: url(./../img/umbrella-pink.png);
  background-position: bottom left;
  background-color: #FF0067;
}
.bdz-ns-bg-block[bg=question-alt] h3 {
  color: #111111;
  text-align: left;
}
.bdz-ns-bg-block[bg=question-alt] a {
  margin: 0;
  text-align: left;
}
.bdz-ns-bg-block[bg=question-alt] span {
  flex-direction: row;
  gap: 24px;
  justify-content: flex-start;
}
.bdz-ns-bg-block[bg=solution] {
  clip-path: url(#clip-side-wide-1);
  background-image: url(./../img/with-coffee.png);
  background-position: bottom right;
  background-color: #1f5bff;
}
.bdz-ns-bg-block[bg=solution] h3 {
  text-align: center;
}
.bdz-ns-bg-block[bg=solution] a {
  margin: 0;
  text-align: left;
}
.bdz-ns-bg-block[bg=bdz-ai] {
  clip-path: url(#clip-side-wide-2);
  background-image: url(./../img/ai.png);
  background-position: center right;
  background-color: #FF0067;
}
.bdz-ns-bg-block[bg=bdz-ai] h3 {
  color: white;
  text-align: left;
}
.bdz-ns-bg-block[bg=bdz-ai] a {
  margin-top: 24px;
  text-align: left;
  color: white;
  text-decoration: underline dotted !important;
  width: 100%;
}
.bdz-ns-bg-block[bg=bdz-ai] div[type=fsi] {
  padding: 24px;
  border-radius: 16px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 500px;
  margin-bottom: 24px;
}
.bdz-ns-bg-block[bg=bdz-ai] img {
  width: 125px;
}
.bdz-ns-bg-block[bg=take-srm] {
  clip-path: url(#clip-side-wide-2);
  background-image: url(./../img/hand-frame.png);
  background-position: center right;
  background-color: #FF0067;
}
.bdz-ns-bg-block[bg=take-srm] h2 {
  margin: 24px 0 !important;
  text-align: left !important;
}
.bdz-ns-bg-block[bg=take-srm] h3 {
  text-align: left !important;
  color: white;
  margin-bottom: 32px;
}
.bdz-ns-bg-block[bg=take-srm] h4 {
  font-size: 20px;
  color: white;
  margin: 0;
}
.bdz-ns-bg-block[bg=take-srm] span {
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.bdz-ns-bg-block[bg=take-srm] span span {
  margin-top: 0;
}
.bdz-ns-bg-block[bg=take-srm] p {
  color: white;
  font-size: 18px;
  text-align: left !important;
}
.bdz-ns-bg-block[bg=webinar-24-12] {
  clip-path: url(#clip-side-wide-2);
  background-color: #13101e;
  background-image: url(./../img/webinar-24-12.png);
  background-position: center right;
}
.bdz-ns-bg-block[bg=webinar-24-12] a {
  margin: 0;
  margin-top: 24px;
}
.bdz-ns-bg-block[bg=webinar-24-12] h3 {
  text-align: left;
  color: white;
}
.bdz-ns-bg-block[bg=webinar-24-12] h4 {
  font-size: 20px;
  color: white;
  margin: 0;
}
.bdz-ns-bg-block[bg=webinar-24-12] span {
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
}
.bdz-ns-bg-block[bg=webinar-24-12] span span {
  margin-top: 0;
}

.bdz-ns-cards-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0;
}
.bdz-ns-cards-block span {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding: 24px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FF0067;
  box-shadow: inset 0 0 #FF0067;
  transition: 0.5s;
}
.bdz-ns-cards-block span[type=bubble-pink] {
  background-color: #FF0067;
  color: white;
}
.bdz-ns-cards-block span[type=bubble-pink] h3 {
  color: white !important;
}
.bdz-ns-cards-block span[type=bubble-pink]::after {
  content: "";
  background-color: #FF0067;
  height: 42px;
  width: 42px;
  clip-path: polygon(0 0, 0 100%, 100% 0, 100% 0);
  position: absolute;
  right: -41px;
}
.bdz-ns-cards-block span:hover {
  transition: 0.3s;
  transform: translateY(-2px);
}
.bdz-ns-cards-block img {
  width: 100%;
  max-width: 32px;
}
@media screen and (max-width: 1024px) {
  .bdz-ns-cards-block span[type=bubble-pink]::after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bdz-ns-cards-block {
    grid-template-columns: 1fr;
  }
}

.bdz-ns-ai-ills-block {
  clip-path: url(#clip-side-wide-2);
  background-color: #F5F5F5;
  display: grid;
  grid-template-columns: 2fr 32px 1fr 32px 2fr;
  gap: 32px;
  align-items: center;
  padding: 32px 24px;
}
.bdz-ns-ai-ills-block img {
  width: 100%;
  object-fit: contain;
}
.bdz-ns-ai-ills-block span {
  font-size: 32px;
  color: #31333b;
}
@media screen and (max-width: 700px) {
  .bdz-ns-ai-ills-block {
    clip-path: none;
    background-color: #F5F5F5;
    border-radius: 42px;
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .bdz-ns-ai-ills-block span {
    transform: rotate(90deg);
    width: 32px;
  }
}

.bdz-ns-ai-fsi {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
}
.bdz-ns-ai-fsi img {
  max-height: 72px;
}

.bdz-ns-sm-features {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.bdz-ns-sm-features span {
  clip-path: url(#clip-side-1);
  display: flex;
  background-color: #1f5bff;
  padding: 24px;
  width: 100%;
  color: white;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.bdz-ns-sm-features span h4 {
  font-size: 24px;
  margin: 0;
  color: white;
}
.bdz-ns-sm-features span p {
  margin: 0;
  color: white !important;
}
@media screen and (max-width: 1200px) {
  .bdz-ns-sm-features {
    flex-direction: column;
    margin-top: 24px;
  }
  .bdz-ns-sm-features span {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    clip-path: none;
    border-radius: 16px;
  }
}

.bdz-ns-sm-container {
  max-width: 1200px;
  margin: 0 auto;
  gap: 32px;
}

.bdz-ns-rates-container {
  display: grid;
  padding: 0 32px;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1400px) {
  .bdz-ns-rates-container {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 769px) {
  .bdz-ns-rates-container {
    grid-template-columns: 1fr;
    padding: 0 16px;
  }
}

.bdz-ns-rate-block {
  clip-path: url(#clip-side-2);
  display: flex;
  flex-direction: column;
  padding: 32px;
  background-color: #F7F7F7;
  text-align: center;
  align-items: center;
  gap: 24px;
  transition: 1s;
}
.bdz-ns-rate-block h3 {
  font-size: 32px;
  margin: 0;
  color: #FF0067;
}
.bdz-ns-rate-block img {
  max-width: 120px;
  margin-bottom: 24px;
}
.bdz-ns-rate-block a {
  color: #ACACAC;
  font-size: 14px;
  text-decoration: underline dotted !important;
}
.bdz-ns-rate-block a:hover {
  color: #1f5bff;
}
.bdz-ns-rate-block:hover {
  background-color: #F5F5F5;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .bdz-ns-rate-block h3 {
    font-size: 24px;
  }
  .bdz-ns-rate-block img {
    max-width: 120px;
  }
}

.bdz-ns-certification-rate {
  clip-path: url(#clip-side-1);
  background-color: #FF0067;
  display: flex;
  color: white;
  align-items: center;
  padding: 32px 46px;
  gap: 24px;
  overflow: hidden;
}
.bdz-ns-certification-rate div {
  margin: 16px 0;
}
.bdz-ns-certification-rate h3 {
  text-align: left !important;
  color: white;
  font-size: 48px;
}
.bdz-ns-certification-rate h4 {
  color: white;
  font-size: 24px;
}
.bdz-ns-certification-rate a {
  color: white;
  margin: 0;
  margin-top: 16px;
  text-decoration: dotted underline !important;
}
.bdz-ns-certification-rate img {
  width: auto;
  object-fit: contain;
  margin-right: -64px;
  max-height: 380px;
}
@media screen and (max-width: 769px) {
  .bdz-ns-certification-rate h3 {
    font-size: 24px;
  }
}

.bdz-ns-rates-feature {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 20px;
  background-color: rgba(207, 208, 255, 0.3647058824);
  text-align: center;
  align-items: center;
  transition: 1s;
  clip-path: url(#clip-side-1);
}
.bdz-ns-rates-feature h3 {
  font-size: 24px;
}
.bdz-ns-rates-feature img {
  max-width: 230px;
}

.bdz-ns-feature-with-img, .bdz-ns-sm-feature-with-img {
  margin-top: 72px;
  background-color: #F5F5F5;
  border-radius: 42px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.bdz-ns-feature-with-img p, .bdz-ns-sm-feature-with-img p {
  font-size: 20px;
  text-align: center;
  color: #111111;
  margin: 0;
  height: fit-content;
  line-height: 24px;
}
.bdz-ns-feature-with-img span, .bdz-ns-sm-feature-with-img span {
  color: #FF0067;
}
.bdz-ns-feature-with-img img, .bdz-ns-sm-feature-with-img img {
  margin-top: -64px;
  max-width: 160px;
}

.bdz-ns-sm-feature-with-img h3 {
  margin-bottom: 0;
}
.bdz-ns-sm-feature-with-img p {
  font-size: 14px;
}

/*# sourceMappingURL=bdz-new-style-v18-07-25.css.map */
