/*
Theme Name: b2-marketplace
Theme URI: https://brightscout.com
Author: Brightscout
Author URI: https://brightscout.com
Description: Full site editing theme for B2marketplace.
Version: 1.3
*/

/* Common */

h1 {
  margin: 0;
  letter-spacing: -0.034em;
}

.section {
  max-width: 1440px;
  margin: auto;
}

.section-full {
  max-width: 1440px;
  margin: auto;
}

.b2-row {
  position: relative;
  overflow: hidden;
}

.section .b2-row {
  padding: 0 130px;
}

.b2-btn {
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 0px;
  padding: 0;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #ffffff;
}

.b2-btn-reg {
  padding: 15px 24px;
  font-size: 18px;
  line-height: 18px;
}

.b2-btn-alt {
  padding-left: 0px;
  font-size: 15px;
  line-height: 15px;
}

.b2-btn-reg span {
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -100vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-btn-reg-show {
  padding: 15px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-btn-reg-show span {
  width: 100%;
  text-indent: 0vw;
}

.b2-btn-alt-show {
  padding-left: 30px;
  gap: 24px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.b2-btn-alt span {
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -100vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-btn-alt-show span {
  width: 100%;
  text-indent: 0vw;
}

.b2-primary-button {
  background-color: #07D89D;
  display: inline-block;
}

.b2-primary-button:hover {
  background-color: #05C08B;
}

header .b2-btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .b2-btn:hover {
  background-color: rgb(0 36 49 / 70%) !important;
}

.b2-contact .wpcf7-submit:hover {
  background-color: rgb(0 36 49 / 70%);
}

.b2-btn-alt img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b2-btn-alt:hover img {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}

.b2-carousel .owl-prev,
.b2-carousel .owl-next {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.b2-carousel .owl-prev:hover img {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
}

.b2-carousel .owl-next:hover img {
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
}

.b2-arrow-alt-wrap {
  height: 48px;
  width: 48px;
  min-width: 48px;
  background-color: #002431;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.wp-block-columns {
  margin: 0;
}

.b2-ball {
  width: 32px;
  height: 32px;
  background-color: #20c28d;
  display: inline-block;
  border-radius: 50%;
  margin-left: 20px;
  margin-right: 15px;
  overflow: hidden;
}

.b2-icon-label {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.b2-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 130px;
  padding-right: 130px;
}

.b2-first-section .section {
  padding-top: 130px;
}

.page-id-417 .b2-header:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-417 .b2-header:not(.b2-shrink-menu) .b2-logo-color-1 path {
  fill: #00D996;
}

.page-id-417 .b2-header:not(.b2-shrink-menu) .bg-logo-color-2 path {
  fill: #ffffff;
}

.page-id-417 .b2-header:not(.b2-shrink-menu) .b2-btn {
  background-color: #00D996 !important;
}

.page-id-417 .b2-header:not(.b2-shrink-menu) .b2-btn span {
  color: #002431 !important;
}

.page-id-575 .b2-header:not(.b2-shrink-menu) {
  background-color: #07d89d;
}

.b2-has-link {
  text-decoration: none;
}

.b2-hide {
  display: none;
}

@media all and (min-width:768px) and (max-width:1024px) {
  .section .b2-row {
    padding: 0 45px;
  }

  .b2-heading {
    padding-left: 45px;
    padding-right: 45px;
  }

  h2 {
    font-size: 64px;
    letter-spacing: -0.03em;
  }

  h3 {
    font-size: 42px;
  }
}

@media all and (max-width:768px) {
  h2 {
    font-size: 40px;
    letter-spacing: -0.02em;
  }

  h3 {
    font-size: 36px;
    letter-spacing: -0.015em;
  }

  .section .b2-row {
    padding: 0 30px;
  }

  .b2-heading {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media all and (min-width:768px) {
  .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
    gap: 10px;
    padding: 20px;
    white-space: nowrap;
    border-radius: 8px;
    border: none;
  }
  
  .wp-block-navigation-item .wp-block-navigation-item__content {
    padding-bottom: 20px;
    margin-top: 20px;
  }
}

@media all and (min-width:1024px) {
  .wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container:before {
    content: "▲";
    position: absolute;
    top: -10px;
    left: 40px;
    color: #fff;
  }
}

/* Common END */

/* B2 Header */

.b2-header {
  padding: 30px 130px;
  max-width: 100%;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-shrink-menu {
  background-color: #ffffff;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.b2-header-logo {
  width: 110px;
  height: auto;
}

.b2-logo-wrap {
  z-index: 100001;
}

.bg-logo-color-2 path {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-shrink-menu .bg-logo-color-2 path {
  fill: #00D996;
}

.b2-header>div {
  background: transparent !important;
  max-width: 1440px;
  margin: auto;
}

.wp-block-navigation__responsive-container-close {
  opacity: 0;
  top: 4px;
}

nav.wp-block-navigation>button {
  display: none !important;
}

.wp-block-lazyblock-b2-hamburger-menu {
  z-index: 200000;
}

.has-modal-open .wp-block-lazyblock-b2-hamburger-menu {
  pointer-events: none;
}

.sprite {
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.sprite > img {
  width: auto;
  height: 100%;
}

.b2-header ul {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  gap: 44px;
}

.page-id-417 .b2-header:not(.b2-shrink-menu) ul {
  color: #fff;
}

.page-id-417 .b2-header .b2-btn {
  background-color: #fff;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #002431;
  background-color: #07D89D;
}

header .wpml-ls-legacy-dropdown-click {
  width: auto;
}

header .wpml-ls-legacy-dropdown-click a {
  border: none;
  background-color: transparent;
  color: #002431;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a,
header .wpml-ls-legacy-dropdown-click a:focus,
header .wpml-ls-legacy-dropdown-click a:hover {
  color: #002431;
  background: transparent;
  border: none;
  outline: none;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  display: none;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
  margin-left: 0.4em;
  font-family: 'Lota Grotesque Alt 1';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #002431;
}

header .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none;
}

header .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
  display: none;
}

header .b2-shrink-menu .wpml-ls-sub-menu {
  background: #fff;
  border-radius: 16px;
  padding-bottom: 6px !important;
}

@media all and (min-width:1440px) {
  .b2-header {
    padding: 30px 0px;
  }

  .b2-header .b2-logo-wrap {
    padding-left: 130px;
  }

  .b2-header ul {
    margin-right: 40px;
  }

  .b2-header .b2-nav-wrap {
    padding-right: 130px;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-header .b2-btn {
    position: absolute;
    z-index: 20000000;
    top: 46px;
    right: 120px;
    font-size: 14px;
    padding: 10px 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .b2-header.b2-shrink-menu .b2-btn {
    top: 36px;
  }

  header .wpml-ls-legacy-dropdown-click {
    right: 57px !important;
  }
}

@media all and (max-width:768px) {
  .b2-header .b2-btn {
    position: absolute;
    z-index: 20000000;
    top: 48px;
    right: 107px;
    font-size: 13px;
    padding: 8px 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .b2-header.b2-shrink-menu .b2-btn {
    top: 39px;
  }

  header .wpml-ls-legacy-dropdown-click {
    right: 44px !important;
  }
}


@media all and (max-width:1024px) {
  .b2-header {
    padding: 32px 45px;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }

  .b2-header .b2-nav-wrap {
    gap: 0;
  }

  .b2-header .wp-block-navigation__responsive-container-close {
    margin-top: 11px;
  }

  .b2-header .wp-block-navigation__container {
    padding-top: 100px;
  }
  
  .b2-header .wp-block-navigation-item__content {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }

  ul.wp-block-navigation__submenu-container {
    padding: 0 !important;
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    color: #002431;
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    font-size: 26px;
    line-height: 120%;
    letter-spacing: -1px;
    margin-bottom: 18px;
    color: #002431;
    opacity: 1;
  }
  
  .wp-block-navigation-item.current-menu-item:not(.has-child)>a {
    color:#002431 !important
  }

  header .wpml-ls-legacy-dropdown-click {
    position: absolute;
    right: 50px;
  }

  nav .wp-block-navigation__submenu-container {
    padding-left: 30px !important;
  }

  .has-modal-open .b2-logo-color-1 path {
    fill: #002431;
  }

  .has-modal-open .bg-logo-color-2 path {
    fill: white;
  }
}

@media all and (min-width:1024px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }

  .b2-shrink-menu .wp-block-navigation-item__label:hover {
    color: #07d89d;
  }

  .page-id-31 .b2-shrink-menu .wp-block-navigation-item__label:hover {
    color: #002431;
  }
  
  .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container::before {
    display: none !important;
  }
  
  .wp-block-navigation .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
      margin-top: -25px;
      padding-left: 20px;
    }
  
  .wp-block-navigation .has-child:not(.open-on-click):hover .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container a {
      padding-top: 15px;
      padding-bottom: 20px;
    }
  
  .wp-block-navigation-submenu .wp-block-navigation-submenu button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    margin-top: -10px;
  }
  
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    top: -2px;
  }
}

@media all and (min-width:768px) and (max-width:1200px) {
  .b2-header ul {
    gap: 30px;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .wp-block-navigation__responsive-container-close {
    right: 16px;
    top: 4px;
  }
}

@media all and (min-width:600px) and (max-width:1024px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
}

@media all and (max-width:768px) {
  .b2-header {
    padding: 30px;
  }

  .b2-header .wp-block-navigation__responsive-container-close {
    padding-bottom: 80px;
  }

  .b2-header-logo {
    width: 100px;
    margin-top: 5px;
  }
}

/* B2 Header END */

/* B2 Hero */

.b2-hero {
  display: flex;
  align-items: center;
  overflow: hidden;
  background-size: 142%;
  background-position: 30% 85%;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-hero-content {
  padding: 0px 20px 20px 130px; 
  position: relative;
  z-index: 1;
}

.b2-hero-icon {
  height: 50px;
  width: auto;
}

.b2-hero-title {
  max-width: 620px;
  font-family: var(--wp--preset--font-family--lota);
  font-size: 76px;
  font-weight: 600;
  line-height: var(--wp--custom--line-height--tiny);
  letter-spacing: -0.035em;
}

.b2-hero-description {
  font-size: 22px;
  max-width: 480px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.b2-hero .b2-ball {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

.b2-hero-bg-shape {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.lzb-preview-server .b2-btn-reg {
  padding: 15px 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.lzb-preview-server .b2-btn-alt {
  padding-left: 30px;
  gap: 24px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.lzb-preview-server .b2-btn-reg-show span,
.lzb-preview-server .b2-btn-alt span {
  width: 100%;
  text-indent: 0vw;
}

.b2-hero-blue-bg {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateX(-370px) translateY(110px);
  width: 840px;
}

.home .b2-hero {
  align-items: baseline;
  background-position: 44% 95%;
}

@media all and (max-width:1440px) {
  .home .b2-hero-content {
    /*padding: 60px 20px 20px 130px;*/
    margin-top: 17%;
  }
}

@media all and (min-width:1440px) {
  .home .b2-hero {
    background-size: auto 204%;
  }

  .b2-blue-shape-extend {
    position: absolute;
    width: 2000px;
    left: 0;
    right: 0;
    margin: auto;
    height: 840px;
    background: #002431;
    transform: translateX(-1650px) translateY(110px);
  }
}

@media all and (min-width:1024px) {
  .b2-hero {
    height: 840px;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-hero {
    height: 770px;
  }

  .b2-hero-content {
    padding: 20px 20px 20px 45px; 
  }

  .home .b2-hero {
    height: 630px;
  }

  .home .b2-hero-content {
    padding: 60px 20px 20px 45px;
  }

  .b2-hero-title {
    font-size: 70px;
    letter-spacing: -0.035em;
  }

  .b2-hero .b2-ball {
    width: 38px;
    height: 38px;
  }

  .b2-hero-description {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 40px;
    max-width: 390px;
  }
 
  .home .b2-hero-title {
    font-size: 70px;
    font-size: 6.6vw;
    max-width: 500px;
    letter-spacing: -0.035em;
  }
  
  .b2-hero-blue-bg {
    transform: translateX(-320px) translateY(100px);
  }
}

@media all and (min-width: 768px) {
  .b2-hero-title {
    max-width: 48%;
  }
}

@media all and (max-width:768px) {
  .b2-hero {
    background-size: 250%;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    min-height: 100vh;
  }

  .b2-hero-content {
    padding: 0 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    height: calc(100vh - 60px);
  }

  .b2-hero-icon {
    height: 35px;
    width: auto;
  }

  .b2-icon-label {
    font-size: 16px;
    margin-top: 12px;
  }

  .b2-hero-title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.025em;
  }

  .b2-hero .b2-ball {
    width: 23px;
    height: 23px;
    margin-left: 5px;
  }
  
  .b2-hero-description {
    font-size: 18px;
    margin-top: 10px;
  }

  .b2-hero-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .home .b2-hero {
    background-position: 60% 40%;
  }

  .home .b2-hero-content {
    padding: 0px 30px;
    height: calc(100vh - 30px);
    margin-top: 30px;
  }

  .home .b2-hero-title {
    font-size: 36px;
    letter-spacing: -0.025em;
  }
  
  .home .b2-hero-description {
    padding-right: 60px;
    font-size: 16px;
    max-width: 200px;
  }

  .home .b2-hero-info {
    max-width: 340px;
    padding: 0 30px;
  }

  .b2-hero-info {
    margin-top: 110px;
  }
  
  .b2-hero-blue-bg {
    width: 340px;
    transform: translateX(0px) translateY(0px);
    right: auto;
    left: 30px;
    top: 110px;
  }
}

@media all and (max-width:380px) {
  .home .b2-hero-title {
    font-size: 30px;
  }

  .b2-hero .b2-ball {
    width: 18px;
    height: 18px;
  }

  .b2-hero-blue-bg {
    width: calc(100% - 60px);
  }
}

/* B2 Hero END */

/* B2 Logos */

.b2-logos {
  background-color: #E0E0E0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.b2-logos-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b2-logo-img {
  flex-basis: 10%;
  max-width: 16%;
}

.b2-logos .container {
  width: 100%;
}

.b2-logos .b2-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
  width: 100%;
  padding: 60px 0;
}

.b2-logos-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  white-space: nowrap;
  margin: 0;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media all and (min-width:1024px) and (max-width:1440px) {
  .b2-logos .container {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-logos .b2-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .b2-logos .container {
    padding-left: 45px;
    padding-right: 45px;
  }

  .b2-logo-img {
    max-width: 15%;
  }
}

@media all and (max-width:768px) {
  .b2-logos .b2-row {
    flex-direction: column;
  }

  .b2-logos .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .b2-logos-wrap {
    flex-direction: column;
    gap: 50px;
  }

  .b2-logo-img {
    max-width: 50%;
    width: 50%;
  }
}

/* B2 Logos END */

/* B2 Logos Digital Kit */

.b2-dk-logos {
  padding-top: 126px;
}

.b2-dk-heading {
  background: #002431;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 25px 0;
}

.b2-dk-description {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
}

.b2-dk-logo {
  max-width: 200px;
}

.b2-dk-logos .b2-row {
  padding: 40px 0;
  overflow: inherit;
}

.b2-dk-heading:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: -100vw;
  top: 0;
  background: #002431;
}

.b2-dk-heading:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  right: -100vw;
  top: 0;
  background: #002431;
}

.page-id-31 .b2-header {
  /*padding: 30px 0px;*/
  background: #07d89d;
}
.page-id-31 .b2-shrink-menu .bg-logo-color-2 path {
  fill: #fff !important;
}

@media all and (min-width:1440px) {
  .b2-dk-logos {
    padding-left: 130px;
    padding-right: 130px;
  }

  .b2-dk-logos .b2-logos-wrap {
      padding-right: 0;
  }
}
@media all and (max-width:1024px) {
  .b2-dk-description {
    font-size: 12px;
  }

  .b2-dk-logos .b2-row {
    padding: 25px 0;
  }
}

@media all and (min-width:768px) {
  .b2-dk-logos .b2-logo-img {
    flex-basis: 14%;
    min-width: 0;
  }
}

@media all and (max-width:768px) {
  .b2-dk-logos .b2-logos-wrap {
    flex-direction: row;
    gap: 20px;
  }

  .b2-dk-logos .b2-logo-img {
    flex-basis: 25%;
    min-width: 0;
  }
  
  .b2-dk-heading {
    gap: 15px;
  }

  .b2-dk-logo {
    width: 120px;
  }

  .b2-dk-description {
    font-size: 10px;
  }
}

/* B2 Logos Digital Kit END */

/* B2 Quotes */

.b2-quotes {
  background-color: #002431;
  padding-bottom: 130px;
}

.b2-quotes-title {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 3px;
  font-weight: 400;
  padding-top: 112px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.b2-quotes-text {
  margin: 0;
}

.b2-quote-line {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.034em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-quote-line {
    font-size: 48px;
    letter-spacing: -0.03em;
  }

  .b2-ball {
    width: 26px;
    height: 26px;
    margin-left: 15px;
    margin-right: 10px;
  }
}

@media all and (max-width:768px) {
  .b2-quotes-title {
    font-size: 16px;
  }

  .b2-quote-line {
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .b2-ball {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    margin-right: 5px;
  }
}

/* B2 Quotes END */

/* B2 Slider */

.b2-slider {
  overflow: hidden;
}

.b2-slide {
  background-size: 142%;
  background-position: 30% 85%;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-slider-content {
  padding: 20px 20px 20px 130px; 
  position: relative;
  z-index: 1;
}

.b2-slide .b2-icon-label {
  font-weight: 400;
  margin-bottom: 38px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b2-slider-icon {
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b2-slider-title {
  max-width: 580px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 76px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b2-slider-description {
  max-width: 380px;
  font-size: 20px;
  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b2-slider .b2-ball {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

.b2-slider.owl-carousel .owl-item img {
  width: auto;
}

.b2-slider.owl-carousel {
  position: relative;
}

.b2-slider .owl-dots {
  display: none;
}

.b2-slider .owl-next,
.b2-slider .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.b2-slider .owl-next {
  right: 40px;
  display: flex;
}

.b2-slider .owl-prev {
  left: 40px;
  display: flex;
}

.b2-slide .b2-icon-label.b2-show-up {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

@media all and (min-width:1024px) {
  .b2-slide {
    min-height: 840px;
  }
}

@media all and (max-width:1024px) {
  .b2-slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    bottom: 20px;
    position: absolute;
    width: 100%;
  }

  .b2-slider .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #002431 !important;
  }

  .b2-slider .owl-dot.active {
    background: #fff !important;
  }

  .b2-slider-content .b2-btn-alt {
    margin-bottom: 30px;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-slide {
    min-height: 770px;
  }

  .b2-slider-title {
    font-size: 64px;
    letter-spacing: -0.03em;
    max-width: 380px;
  }

  .b2-slider .b2-ball {
    width: 32px;
    height: 32px;
  }

  .b2-slider-description {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 360px;
  }

  .b2-slider .owl-nav {
    display: none;
  }
}

@media all and (max-width:768px) {
  .b2-slide {
    background-size: cover;
  }

  .b2-slider-content {
    padding: 30px;
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .b2-slider-icon {
    height: 35px;
    width: auto;
  }

  .b2-slider-title {
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.025em;
  }

  .b2-slider .b2-ball {
    width: 32px;
    height: 32px;
    margin-left: 5px;
  }
  
  .b2-slider-description {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .b2-slider-content .b2-btn-alt {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .b2-slider .owl-nav {
    display: none;
  }
}

@media all and (max-width:480px) {
  .b2-slider {
    min-height: 100vh;
    background-size: 250%;
    background-position: 50% 70%;
    background-repeat: no-repeat;
  }

  .b2-slide .b2-icon-label {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .b2-slider-buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .b2-slider-title {
    font-size: 44px;
    word-break: break-all;
    word-break: break-word;
  }

  .b2-slider .b2-ball {
    width: 28px;
    height: 28px;
    margin-bottom: -4px;
  }
}

/* B2 Slider END */

/* B2 Carousel */

.b2-carousel {
  padding-top: 60px;
  padding-bottom: 120px;
  overflow: hidden;
}

.b2-carousel-wrap {
  position: relative;
}

.b2-carousel-wrap .owl-item.b2-show-up {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

.b2-carousel .listing-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.b2-carousel .owl-carousel {
  margin: 0;
  padding: 0;
}

.b2-carousel .owl-stage {
  display: flex;
}

.b2-carousel .image {
  width: 100%;
  padding: 0 10px;
  position: relative;
}

.b2-carousel .wp-post-image {
  height: auto;
  border-radius: 50%;
}

.b2-carousel-info {
  padding: 0 20px;
  color: #002431;
}

.b2-carousel-title-wrap {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  margin-top: 44px;
  display: block;
  letter-spacing: -0.01em;
  min-height: 86px;
  overflow: hidden;
}

.b2-carousel-date-tag-wrap {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 18px;
}

.b2-carousel-date-tag-wrap span:first-child {
  border-right: 2px solid #002431;
  padding-right: 8px;
  margin-right: 8px;
}

.b2-carousel a {
  text-decoration: none;
}

.b2-carousel .b2-row {
  padding-left: 130px;
  padding-right: 130px;
}

.b2-carousel .owl-next,
.b2-carousel .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.b2-carousel .owl-next {
  right: 45px;
  display: flex;
}

.b2-carousel .owl-prev {
  left: 45px;
  display: flex;
}

.b2-carousel-left-bg {
  background: radial-gradient(circle at right, transparent calc(50% + -21px), #002431 calc(50% + -20px));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.b2-carousel-right-bg {
  background: radial-gradient(circle at left, transparent calc(50% + -21px), #002431 calc(50% + -20px));
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.blue-ribbon-left {
  padding-left: 130px;
}

.blue-ribbon-right {
  padding-right: 130px;
}

.blue-ribbon-left .image:before {
  content: "";
  position: absolute;
  width: calc(50% + 130px);
  height: 100%;
  background: #002431;
  z-index: -1;
  left: -131px;
  top: 0;
}

.blue-ribbon-right .image:before {
  content: "";
  position: absolute;
  width: calc(50% + 130px);
  height: 100%;
  background: #002431;
  z-index: -1;
  right: -131px;
  top: 0;
}

.b2-carousel .wp-post-image.b2-show-up,
.b2-carousel .b2-carousel-title-wrap.b2-show-up,
.b2-carousel .b2-carousel-date-tag-wrap.b2-show-up {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 1;
}

@media all and (max-width:1024px) {
  .b2-carousel .owl-nav {
    display: none;
  }

  .blue-ribbon-left {
    padding-left: 45px;
  }
  
  .blue-ribbon-right {
    padding-right: 45px;
  }

  .blue-ribbon-left .image:before {
    width: calc(50% + 45px);
    left: -46px;
  }
  
  .blue-ribbon-right .image:before {
    width: calc(50% + 45px);
    right: -46px;
  }

  .b2-carousel .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 40px;
  }

  .b2-carousel .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #002431 !important;
  }

  .b2-carousel .owl-dot.active {
    background: #fff !important;
  }
}

@media all and (min-width:1024px) {
  .b2-caroseul-left-bg {
    background: #002431;
    width: 100%;
    position: absolute;
    top: 0;
    left: calc(-100% + 5px);
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }

  .b2-caroseul-right-bg {
    background: #002431;
    width: 100%;
    position: absolute;
    right: calc(-100% + 5px);
    top: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-carousel .b2-row {
    padding-left: 45px;
    padding-right: 45px;
  }

  .b2-carousel-left-bg {
    background: radial-gradient(circle at right, transparent calc(50% + -31px), #002431 calc(50% + -30px));
  }

  .b2-carousel-right-bg {
    background: radial-gradient(circle at left, transparent calc(50% + -31px), #002431 calc(50% + -30px));
  }
}

@media all and (max-width:768px) {
  .blue-ribbon-right,
  .blue-ribbon-left {
    padding: 0;
  }

  .b2-carousel .image {
    padding: 0 30px;
  }

  .b2-carousel .owl-item {
    overflow: hidden;
  }

  .b2-carousel .owl-item .image:before {
    content: "";
    position: absolute;
    height: 100%;
    background: #002431;
    z-index: -1;
    top: 0;
  }

  .b2-carousel .owl-stage:after {
    display: none !important;
  }
}

/* B2 Carousel END */

/* B2 CTA Banner */

.b2-cta {
  max-width: 100%;
  margin: auto;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(224,224,224,1) 50%, rgba(0,36,49,1) 50%);
}

.b2-blue-bg {
  background: #002431;
}

.b2-cta-wrap {
  display: flex;
  align-items: center;
  padding: 70px 90px;
  background-color: #07D89D;
  max-width: 1080px;
  margin: auto;
  border-radius: 8px;
  gap: 20px;
}

.b2-cta-info {
  width: 50%;
}

.b2-cta-title {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -0.035em;
  font-weight: 600;
  margin: 0;
}

.b2-cta-info .b2-btn {
  background-color: #fff;
  display: inline-flex;
}

.b2-cta-img {
  width: 100%;
}

.b2-cta-img-wrap {
  width: 50%;
}

.b2-cta-img {
  display: block;
  margin-left: auto;
}

@media all and (max-width:1024px) {
  .b2-cta-wrap {
    border-radius: 0;
  }

  .b2-cta-title {
    font-size: 52px;
    letter-spacing: -0.03em;
  }

.b2-cta-description {
    font-size: 18px;
  }
}

@media all and (max-width:768px) {
  .b2-cta-wrap {
    flex-direction: column;
    padding: 30px;
    gap: 70px;
  }

  .b2-cta-info {
    width: 100%;
  }

  .b2-cta-img-wrap {
    width: 100%;
  }

  .b2-cta-title {
    font-size: 48px;
  }
}

/* B2 CTA Banner END */

/*B2 CTA DK */ 

.b2-dk-cta {
  max-width: 100%;
  margin: auto;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(220,220,220,1) 50%, rgba(0,36,49,1) 50%);
}

.b2-dk-cta .b2-cta-wrap {
  padding: 60px 80px;
}

.b2-dk-cta-alt .b2-cta-wrap {
  background-color: #fece00;
  flex-direction: row-reverse;
}

.b2-blue-bg {
  background: #002431;
}

.b2-dk-cta .b2-cta-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 110%;
}

.b2-dk-cta .b2-cta-description {
  margin-top: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.b2-dk-blue-bg-alt {
  background: linear-gradient(180deg, rgba(0,36,49,1) 50%, rgba(220,220,220,1) 50%);
}

.b2-dk-cta-alt .b2-cta-wrap {
  background-color: #fece00;
  flex-direction: row-reverse;
  gap: 80px;
}

@media all and (min-width:768px) and (max-width: 1024px) {
  .b2-dk-cta .b2-cta-description {
    font-size: 18px;
  }

  .b2-dk-cta .b2-cta-title {
    font-size: 32px;
  }
}

@media all and (min-width: 1024px) {
  .b2-dk-cta .b2-row {
      padding-left: 130px;
      padding-right: 130px;
  }
}

@media all and (max-width:768px) {
  .b2-dk-cta .b2-cta-wrap {
    flex-direction: column-reverse;
    padding: 45px 30px 80px;
  }

  .b2-dk-cta .b2-cta-description {
    font-size: 16px;
  }

  .b2-dk-cta .b2-cta-title {
    letter-spacing: -0.01em;
  }
}

/* B2 CTA DK END */ 

/* B2 Digital Kil Benefit */

.b2-service-item {
  background: #002431;
  padding: 45px 0;
  overflow: hidden;
}

.b2-service-item .b2-row {
  display: flex;
  align-items: flex-start;
  max-width: 780px;
  gap: 20px;
  margin: auto;
  overflow: inherit;
}

.b2-service-info {
  width: calc(100% - 200px);
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.b2-service-number-wrap {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


.is-inviewport .b2-service-number-wrap {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}

.is-inviewport .b2-service-info {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}

.b2-service-number {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fece00;
  border-radius: 50%;
  content: "01";
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
  letter-spacing: -0.035em;
}

.b2-service-number-wrap:before {
  content: "";
  background-color: #D9D9D9;
  position: absolute;
  width: 1000%;
  height: 100%;
  top: 0;
  left: -950%;
  z-index: 0;
}

.b2-service-info h4 {
  color: #fff;
  letter-spacing: -0.02em;
  margin: 0;
}

.b2-service-info p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding-top: 20px;
}

.b2-service-item-first {
  padding-top: 150px;
}

.b2-service-item-last {
  padding-bottom : 150px;
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-service-item .b2-row {
    max-width: 100%;
  }

  .b2-service-number-wrap {
    width: 140px;
    height: 140px;
    margin-left: 25%;
  }

  .b2-service-info {
    width: calc(75% - 195px);
  }

  .b2-service-number {
    font-size: 70px;
  }

  .b2-service-info h4 {
    font-size: 32px;
  }

  .b2-service-info p {
    font-size: 16px;
  }

  .b2-service-item-first {
    padding-top: 95px;
  }
  
  .b2-service-item-last {
    padding-bottom : 95px;
  }
}

@media all and (max-width:768px) {
  .b2-service-item .b2-row {
    flex-direction: column;
  }

  .b2-service-number-wrap {
    margin: auto;
  }

  .b2-service-number-wrap {
    width: 120px;
    height: 120px;
  }

  .b2-service-info {
    width: 100%;
  }
  
  .b2-service-item {
    padding: 30px 0;
  }

  .b2-service-number {
    font-size: 48px;
  }

  .b2-service-info h4 {
    font-size: 32px;
    letter-spacing: -0.01em;
    padding: 20px 30px 0 30px;
  }

  .b2-service-info p {
    font-size: 16px;
    padding: 10px 30px;
}

  .b2-service-item-first {
    padding-top: 125px;
  }
  
  .b2-service-item-last {
    padding-bottom : 125px;
  }
}

/* B2 Digital Kil Benefit END */

/* B2 Benefit */

.b2-benefit {
  background-color: #E0E0E0;
  padding-top: 170px;
  padding-bottom: 95px;
}

.wp-block-lazyblock-b2-benefit:last-child .b2-benefit {
  padding-bottom: 170px;
}

.b2-benefit-wrap {
  display: flex;
  justify-content: center;
}

.b2-benefit-img {
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 2.5%;
  margin-top: 0;
  margin-bottom: auto;
  position: relative;
  transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.b2-benefit-img-visible {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.b2-benefit-img:before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100vw;
  height: 100%;
  max-height: 312px;
  border-radius: 0 154px 154px 0;
}

.b2-benefit-anim {
  width: 100% !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: end;
}

.b2-benefit-anim svg {
  max-width: 312px;
  max-height: 312px;
  height: auto;
  background-color: #002431;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.b2-benefit-info {
  width: 61%;
  padding-left: 3%;
  max-width: 580px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

.b2-benefit-info-visible {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.b2-benefit-title {
  margin: 0;
  letter-spacing: -0.025em;
}

.b2-benefit-description {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.b2-benefit-description p {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.b2-benefit-description ul {
  list-style: none;
  margin-top: 20px;
  padding-left: 10px;
}

.b2-benefit-description li {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.b2-benefit-description li::before {
  content: "";
  background-color: #002431;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
  margin-top: -2px;
  min-width: 16px;
}

.b2-benefit:not(.b2-benefit-item-first, .b2-benefit-item-last) {
  padding-top: 40px;
  padding-bottom: 0;
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-benefit-img {
    margin-right: auto;
    margin-left: 90px;
    padding-right: 20px;
  }
  
  .b2-benefit-info {
    width: 61%;
    padding-left: 20px;
    padding-right: 45px;
    max-width: 100%;
  }

  .b2-benefit-description p {
    font-size: 18px;
  }
}

@media all and (max-width:768px) {
  .b2-benefit {
    padding-top: 40px;
    padding-bottom: 0px;
 }

 .b2-benefit-item-first {
    padding-top: 100px;
 }

 .b2-benefit-item-last {
    padding-bottom: 60px;
  }

  .b2-benefit-wrap {
    flex-direction: column;
  }

  .b2-benefit-img {
    width: auto;
    margin: auto;
    max-width: 158px;
    padding: 0;
  }

  .b2-benefit-info {
    width: auto;
    padding: 30px;
  }

  .b2-benefit-description p {
    font-size: 16px;
  }
}

/* B2 Benefit END */

/* B2 Digital Kit Benefits */

.b2-dk-benefits {
  background: #DCDCDC;
  overflow: hidden;
}

.b2-dk-benefits .b2-row {
  overflow: inherit;
}

.b2-dk-benefits-heading {
  margin: 80px 0;
}

.b2-dk-benefits-title {
  letter-spacing: -0.025em;
  margin: 0;
}

.b2-dk-benefits-subtext {
  font-size: 20px;
}

.b2-dk-items-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.b2-dk-item {
  width: 33.33%;
}

.b2-dk-circle {
  position: relative;
  padding-bottom: 100%;
}

.b2-dk-benefits-wrap {
  background: #00d6ff;
  border-radius: 50%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.b2-dk-benefits-segment {
  font-weight: 600;
  font-size: 40px;
  line-height: 132%;
  margin: 0;
}

.b2-dk-benefits-price {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  margin: 0;
  color: #fff;
}

.b2-dk-benefits-details {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  max-width: 70%;
  margin: 0 auto;
}

.b2-dk-item:first-child .b2-dk-circle:before {
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  left: -450%;
  position: absolute;
  background-color: #002431;
}

.b2-dk-item:last-child .b2-dk-circle:before {
  content: "";
  width: 500%;
  height: 100%;
  top: 0;
  right: -450%;
  position: absolute;
  background-color: #002431;
}

.b2-dk-benefits-info-wrap {
  display: flex;
  gap: 20px;
}

.b2-dk-benefits-info {
  padding-top: 120px;
  padding-bottom: 40px;
  text-align: center;
  width: 33.33%;
}

.b2-dk-benefits-info h5 {
  letter-spacing: -0.015em;
  margin: 0;
  min-height: 70px;
}

.b2-dk-benefits-info p {
  font-size: 18px;
}

@media all and (max-width:1440px) {
  .b2-dk-benefits-segment {
    font-size: 2.6vw;
  }
  
  .b2-dk-benefits-price {
    font-size: 4.1vw;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-dk-items-wrap {
    gap: 15px;
  }

  .b2-dk-benefits-details {
    font-size: 16px;
  }

  .b2-dk-benefits-segment {
    font-size: 3.2vw;
  }

  .b2-dk-benefits-price {
    font-size: 5vw;
  }

  .b2-dk-benefits-info {
    padding-top: 70px;
  }

  .b2-dk-benefits-info-wrap {
    gap: 15px;
  }

  .b2-dk-benefits-info h5 {
    font-size: 24px;
  }

  .b2-dk-benefits-info p {
    font-size: 16px;
  }
}

@media all and (max-width:768px) {
  .b2-dk-items-wrap {
    flex-direction: column;
  }

  .b2-dk-items-wrap {
    gap: 50px;
  }

  .b2-dk-item {
    width: 100%;
  }

  .b2-dk-benefits-info-wrap {
    flex-direction: column;
    padding-top: 80px;
  }

  .b2-dk-benefits-info {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .b2-dk-benefits-segment {
    font-size: 32px;
  }

  .b2-dk-benefits-price {
    font-size: 50px;
  }

  .b2-dk-benefits-details {
    font-size: 16px;
  }

  .b2-dk-benefits-info h5 {
    font-size: 26px;
    min-height: 0;
  }
}

/* B2 Digital Kit Benefits END */

/* B2 Digital Kit Grid */

.b2-grid {
  background-color: #DCDCDC;
  padding-bottom: 120px;
}

.b2-grid-heading {
  padding-top: 40px;
  padding-bottom: 80px;
}

.b2-grid-heading h3 {
  margin: 0;
}

.b2-grid-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.b2-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(33.33% - 50px);
  border-radius: 8px;
  background-color: rgb(255 255 255 / 50%);
  padding: 60px 18px;
  text-align: center;
}

.b2-grid-item-icon {
  max-width: 71px;
}

.b2-grid-item h5 {
  margin: 30px 0 20px;
}

.grid-item-text {
  font-size: 18px;
}

@media all and (min-width:768px) and (max-width:1024px) {
  
  .b2-grid-item-icon {
    max-width: 55px;
  }

  .b2-grid-item h5 {
    font-size: 24px;
  }
}

@media all and (max-width:1024px) {
  .b2-grid-heading {
    padding-bottom: 40px;
  }

  .b2-grid-item {
    padding: 50px 18px;
  }

  .b2-grid-heading h3 {
    font-size: 32px;
  }

  .grid-item-text {
    font-size: 16px;
  }
}

@media all and (max-width:768px) {
  .b2-grid-heading h3 {
    text-align: center;
  }

  .b2-grid-item {
    width: 100%;
  }

  .b2-grid-item h5 {
    font-size: 26px;
  }
}

/* B2 Digital Kit Grid END */


/* B2 Explore */

.b2-explore {
  background-color: #002431;
  padding-top: 100px;
  padding-bottom: 240px;
}

.b2-explore-title {
  color: #fff;
  margin: 0;
  padding-bottom: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.b2-explore-info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.b2-explore-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-explore-img {
  width: 80px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

.b2-explore-four-items .b2-explore-item {
  width: 25%;
}

.b2-explore-item-title {
  color: #fff;
  font-weight: 600;
  font-size: 42px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.02em;
  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

.b2-explore .b2-btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
}

.b2-explore-button {
  text-decoration: none;
}

.b2-explore .b2-show {
  opacity: 1;
}

.b2-explore .b2-show-up {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

@media all and (min-width:1024px) and (max-width:1440px) {
  .b2-explore-item-title {
    font-size: 2.9vw;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-explore-title {
    padding-bottom: 90px;
  }

  .b2-explore-item-title {
    font-size: 3.1vw;
  }
}

@media all and (max-width:768px) {
  .b2-explore {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .b2-explore-title {
    text-align: center;
  }

  .b2-explore-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 120px;
  }

  .b2-explore-item {
    width: 100%;
  }
  
  .b2-explore-four-items .b2-explore-item {
    width: 100%;
  }

  .b2-explore-item-title {
    font-size: 28px;
  }
}

/* B2 Explore END */

/* B2 Article */

.b2-article {
  padding-bottom: 64px;
  overflow: hidden;
}

.b2-article:not(.b2-spotlight) {
  background-color: #e0e0e0;
}

.b2-article .b2-row {
  overflow: initial;
}

.b2-article .b2-heading {
  padding-top: 120px;
  padding-bottom: 85px;
}

.b2-article h3 {
  margin: 0;
}

.b2-article-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.b2-article-main {
  transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}

.b2-article-main-appear {
  opacity: 1;
  transform: translateX(-px);
  -webkit-transform: translateX(0px);
}

.b2-article-main .b2-article-info {
  padding-left: 130px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  z-index: 1;
  max-width: 610px;
}

.b2-article-title {
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.035em;
  margin-top: 0;
  margin-bottom: 30px;
}

.b2-article-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.035em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 70px;
}

.b2-adrticle-additional-info {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -0.035em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.b2-article-wrap .b2-btn {
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 14px;
  background-color: transparent;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -ms-transition: all 0.05s ease;
  transition: all 0.05s ease;
}

.b2-article-wrap .b2-btn:hover {
  background-color: #fff;
  color: #002431;
}

.b2-article-img-wrap {
  margin-right: 9%;
  position: relative;
}

.b2-article-main .b2-article-img-wrap:before {
  content: "";
  position: absolute;
  width: 400%;
  height: 100%;
  background: #002431;
  z-index: 0;
  left: calc(-300% - 1px);
  border-radius: 0 300px 300px 0;
}

.b2-article-img {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  border-radius: 50%;
}

.b2-article-single .b2-article-img {
  min-width: 0;
}

.b2-article-single .b2-article-img-wrap {
  margin-right: 0;
}

.b2-articles-single-wrap {
  margin-top: 60px !important;
}

.b2-article-single {
  width: 33%;
  display: inline-flex;
  flex-direction: column-reverse;
  margin-bottom: auto;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b2-article-single .b2-article-img-wrap:before {
  display: none;
}

.b2-article-single-left .b2-article-img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 400%;
  height: 100%;
  background: #002431;
  z-index: 0;
  left: calc(-300% - 1px);
  border-radius: 0 300px 300px 0;
}

.b2-article-single-right .b2-article-img-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 400%;
  height: 100%;
  background: #002431;
  z-index: 0;
  right: calc(-350% - 1px);
  border-radius: 0 300px 300px 0;
}

.b2-articles-single-wrap .b2-row {
  gap: 20px;
  display: flex;
}

.b2-articles-single-wrap .b2-article-info {
  margin-top: 60px;
}

.b2-articles-single-wrap .b2-article-title {
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #002431;
  margin: 0;
  /*min-height: 90px;*/
}

.b2-articles-single-wrap .b2-article-description {
  font-size: 16px;
  text-align: center;
  color: #002431;
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 110px;
}

.b2-articles-single-wrap .b2-btn {
  border: 2px solid #002431;
  border-radius: 51px;
  display: table;
  margin: auto;
  background: transparent;
}

.b2-article-carousel .b2-article-img-wrap {
  position: relative;
}

.b2-article-d {
  padding-bottom: 60px;
}

@media all and (min-width:1200px) {
  .b2-article-img {
    min-width: 570px;
  }
}

@media all and (max-width:1200px) {
  .b2-article-title {
    font-size: 52px;
    font-size: 4.4vw;
    letter-spacing: -0.03em;
  }
  
  .b2-article-description {
    font-size: 18px;
    margin-bottom: 30px;
  } 
}

@media all and (min-width:1024px) and (max-width:1200px) {
  .b2-article-img {
    min-width: 480px;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-article-main .b2-article-info {
    padding-left: 45px;
  }

  .b2-article-main .b2-article-img-wrap {
    margin-right: 30px;
    width: 150%;
    display: flex;
    justify-content: end;
  }
  
 .b2-adrticle-additional-info {
    font-size: 18px;
  }

  .b2-article-img {
    max-width: 470px;
  }
}

@media all and (max-width:768px) {
  .b2-article .b2-heading {
    padding-top: 65px;
    padding-bottom: 45px;
  }

  .b2-article-wrap {
    flex-direction: column-reverse;
  }

  .b2-article-title {
    color: #002431;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    text-align: center;
  }

  .b2-article-wrap .b2-btn {
    color: #002431;
    border: 2px solid #002431;
  }

  .b2-article-main .b2-article-info {
    padding: 30px;
    width: calc(100% - 60px);
  }

  .b2-article-description {
    color: #002431;
    font-size: 16px;
    text-align: center;
  }

  .b2-adrticle-additional-info {
    color: #002431;
    text-align: center;
  }

  .b2-article .b2-btn {
    margin: auto;
    display: table;
  }

  .b2-article-main .b2-article-img-wrap {
    margin-right: 0;
    width: calc(100% - 60px);
  }

  .b2-article-img-wrap:before {
    left: calc(-350%);
    border-radius: 0;
  }

  .b2-article-main .b2-article-img-wrap:before {
    border-radius: 0 350px 350px 0;
  }

  .b2-article-carousel {
    width: 100%;
  }

  .b2-article-carousel .b2-article-img-wrap {
    position: relative;
    z-index: 2;
    overflow: hidden;
  }

  .b2-article-item .b2-article-img-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #002431;
    left: -50%;
    display: block;
    z-index: 1;
  }

  .b2-article-item .b2-article-img-wrap-right::before {
    right: -50%;
    left: auto;
  }

  .b2-article-img {
    width: calc(100% - 60px) !important;
    margin: auto;
  }

  .b2-article-info {
    padding: 45px 30px;
  }

  .b2-article-carousel .b2-btn {
    border: 2px solid #002431;
    border-radius: 51px;
    margin: auto;
    display: table;
    background: transparent;
  }

  .b2-article-d {
    display: none;
  }
}

@media all and (min-width:768px) {
  .b2-article-m {
    display: none;
  }
}

/* B2 Article END */

/* B2 Contact */

.b2-contact {
  background-color: #07d89d;
  padding-top: 190px;
}

.b2-contact .b2-row {
  max-width: 1100px;
  margin: auto;
}

.b2-contact-label {
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.b2-contact-description {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.035em;
  max-width: 982px;
  margin-top: 36px;
  margin-bottom: 70px;
}

.b2-contact-wrap {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.035em;
}

.b2-contact-text-wrap {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.035em;
  margin: 0;
}

.b2-contact-text-wrap p {
  margin: 0;
  line-height: normal;
}

.b2-contact-text-wrap input {
  color: rgb(255 255 255 / 50%);
  font-family: var(--wp--preset--font-family--lota);
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.035em;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  line-height: normal;
  padding-bottom: 0px;
  max-width: 100%;
}

.b2-contact-text-wrap textarea {
  color: rgb(255 255 255 / 50%);
  font-weight: 600;
  font-size: 48px;
  letter-spacing: -0.035em;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;  
  outline: none;
  padding-bottom: 0px;
  font-family: inherit;
  max-width: calc(100% - 20px);
  height: auto !important;
}

input[name="nombre"] {
  min-width: 320px;
}

input[name="company"],
input[name="text-520"] {
  min-width: 210px;
  width: 0;
}

input[name="mail"],
input[name="email-564"] {
  min-width: 310px;
  width: 0;
}

input[name="position"],
input[name="text-820"] {
  min-width: 160px;
  width: 0;
}

input[name="mobile"],
input[name="text-720"] {
  width: 0;
  min-width: 150px;
}

input[name="text-650"] {
  width: 0;
  min-width: 170px;
}

input[name="textarea-990"] {
  width: calc(100% - 40px) !important;
}

html:lang(es) input[name="nombre"] {
  min-width: 390px;
}

html:lang(es) input[name="text-650"] {
  min-width: 110px;
}

html:lang(es) input[name="company"],
html:lang(es) input[name="text-520"] {
  min-width: 190px;
}

html:lang(es) input[name="position"],
html:lang(es) input[name="text-820"] {
  min-width: 140px;
}

html:lang(es) input[name="mail"],
html:lang(es) input[name="email-564"] {
  min-width: 360px;
}

html:lang(es) input[name="mobile"],
html:lang(es) input[name="text-720"] {
  min-width: 130px;
}

html:lang(it) input[name="nombre"] {
  min-width: 440px;
}

html:lang(it) input[name="text-650"] {
  width: 0;
  min-width: 140px;
}

html:lang(it) input[name="company"],
html:lang(it) input[name="text-520"] {
  min-width: 180px;
}

html:lang(it) input[name="mail"],
html:lang(it) input[name="email-564"] {
  min-width: 340px;
}

html:lang(it) input[name="mobile"],
html:lang(it) input[name="text-720"] {
  width: 0;
  min-width: 190px;
}

.b2-contact input::placeholder,
.b2-contact textarea::placeholder {
  color: rgb(255 255 255 / 50%);
}

.b2-contact input::-ms-input-placeholder,
.b2-contact textarea::-ms-input-placeholder {
  color: rgb(255 255 255 / 50%);
}

.b2-contact input::placeholder {
  text-align: center;
}

.b2-contact input::-ms-input-placeholder {
  text-align: center;
}

.b2-contact-separator {
  margin-top: 40px;
}

.b2-acceptance {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: normal;
}

.b2-acceptance label {
  display: flex;
  align-items: center;
}

.b2-acceptance a {
  color: #fff;
}

.b2-acceptance .wpcf7-list-item-label {
  margin-left: 15px;
  margin-top: 6px;
}

.b2-acceptance input {
  outline: none;
  content: none;
  visibility: hidden;
}

/*.b2-acceptance input:before {
  content: "";
  font-size: 15px;
  border: 2px solid #fff;
  background: #fef2e0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 7px;
  visibility: visible;
}

.b2-acceptance input:checked:before {
  background-color: #002431;
}*/

.b2-acceptance .wpcf7-list-item-label:before {
  content: "";
  font-size: 15px;
  border: 2px solid #fff;
  background: #fef2e0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 7px;
  visibility: visible;
  position: absolute;
  left: 2px;
  top: 2px;
}

.b2-acceptance input:checked + .wpcf7-list-item-label:before {
  background-color: #002431;
}

.b2-dk-contact-form .b2-acceptance input:checked + .wpcf7-list-item-label:before {
  background-color: #07d89d;
}

.b2-acceptance .wpcf7-list-item {
  margin: 0;
}

.b2-contact .wpcf7-submit {
  font-weight: 400;
  line-height: 100%;
  padding: 15px 24px;
  font-size: 18px;
  background-color: #002431;
  color: #fff;
  border-radius: 50px;
  outline: none;
  border: none;
  cursor: pointer !important;
}

.b2-contact .wpcf7-not-valid-tip {
  font-size: 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 25px;
  text-align: center;
  font-weight: bold;
  pointer-events: none;
  width: fit-content;
}

.b2-contact .wpcf7-not-valid-tip:after {
  content: "▼";
  font-size: 30px;
  position: absolute;
  bottom: -30px;
  color: #fff;
}

.b2-contact .b2-acceptance .wpcf7-not-valid-tip:after {
  bottom: -20px;
}

.lzb-preview-server .b2-contact-wrap {
  display: none;  
}

.nameHide,
.companyHide,
.mobileHide,
.positionHide,
.countryHide,
.emailHide {
  display: none;
  white-space: pre;
  padding: 1px 2px;
  text-decoration: underline;
  appearance: auto;
  border-width: 2px;
  border-style: inset;
  border-color: transparent;
}

.b2-contact .wpcf7-form-control.wpcf7-select {
  color: rgb(255 255 255 / 50%);
  font-weight: 600;
  font-size: 48px;
  line-height: 150%;
  letter-spacing: -0.035em;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none;
  line-height: normal;
  padding-bottom: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
  position: relative;
}

.b2-contact .wpcf7-form-control.wpcf7-select option {
  color: #fff;
  font-size: 20px;
  background: #002431;
  border: none;
  outline: none;
  box-shadow: none;
}

.b2-contact select[data-name="country"]:after,
.b2-contact select[data-name="menu-117"]:after {
  content: "▼";
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 20px;
  opacity: 0.5;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ffffff;
}

.b2-contact .wpcf7-form-control-wrap {
  position: relative;
  max-width: 100%;
  display: inline-flex;
}

.b2-contact .b2-contact-separator .wpcf7-form-control-wrap {
  width: calc(100% - 20px);
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-contact-description {
    font-size: 48px;
    letter-spacing: -0.03em;
  }
}

@media all and (max-width:768px) {
  .b2-contact-description {
    font-size: 32px;
    letter-spacing: -0.03em;
  }

  .b2-contact-text-wrap {
    font-size: 32px;
  }

  .b2-contact-text-wrap input {
    font-size: 32px;
  }
  
  .b2-contact-text-wrap textarea {
    font-size: 32px;
  }

  input[name="nombre"] {
    min-width: 220px;
  }
  
  input[name="text-650"] {
    min-width: 110px;
  }

  input[name="company"],
  input[name="text-520"] {
    min-width: 140px;
  }

  input[name="position"],
  input[name="text-820"] {
    min-width: 120px;
  }

  input[name="mail"],
  input[name="email-564"] {
    min-width: 210px;
  }

  input[name="mobile"],
  input[name="text-720"] {
    min-width: 110px;
  }

  html:lang(es) input[name="nombre"] {
    min-width: 255px;
  }
  
  html:lang(es) input[name="text-650"] {
    min-width: 65px;
  }
  
  html:lang(es) input[name="company"],
  html:lang(es) input[name="text-520"] {
    min-width: 130px;
  }
  
  html:lang(es) input[name="position"],
  html:lang(es) input[name="text-820"] {
    min-width: 90px;
  }
  
  html:lang(es) input[name="mail"],
  html:lang(es) input[name="email-564"] {
    min-width: 250px;
  }
  
  html:lang(es) input[name="mobile"],
  html:lang(es) input[name="text-720"] {
    min-width: 100px;
  }

  html:lang(it) input[name="nombre"] {
    min-width: 290px;
  }

  html:lang(it) input[name="text-650"] {
    width: 0;
    min-width: 90px;
  }

  html:lang(it) input[name="company"],
  html:lang(it) input[name="text-520"] {
    min-width: 120px;
  }

  html:lang(it) input[name="position"],
  html:lang(it) input[name="text-820"] {
    min-width: 280px;
  }

  html:lang(it) input[name="mail"],
  html:lang(it) input[name="email-564"] {
    min-width: 225px;
  }

  html:lang(it) input[name="mobile"],
  html:lang(it) input[name="text-720"] {
    width: 0;
    min-width: 130px;
  }

  .b2-contact .wpcf7-form-control.wpcf7-select {
    font-size: 32px;
    padding-right: 20px;
  }

  .b2-contact select[data-name="country"]:after,
  .b2-contact select[data-name="menu-117"]:after {
      top: 13px;
      font-size: 14px;
  }

  .wpcf7 form .wpcf7-response-output {
    font-size: 28px;
    line-height: 100%;
    text-align: center;
  }
}

/* B2 Contact END */

/* B2 Contact DK */

.b2-dk-contact {
  background: #002431;
  padding-top: 90px;
  padding-bottom: 90px;
}

.b2-dk-contact-title {
  color: #fff;
  max-width: 560px;
  margin-right: 30px;
}

.b2-dk-contact .b2-row {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}

.b2-dk-contact .b2-ball {
  width: 40px;
  height: 40px;
}

.b2-dk-contact-description {
  color: #fff;
  padding-bottom: 75px;
}

.b2-dk-contact-info {
  width: 50%;
}

.b2-dk-contact-form {
  width: 50%;
  max-width: 480px;
}

.b2-dk-contact-form-text {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  padding: 0;
  margin: 0;
}

.b2-contact-field input,
.b2-contact-field textarea {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #002431;
  border: none;
  outline: none;
  padding: 13px 20px;
  padding-right: 0;
  background: rgba(255, 255, 255, 0.7);
  font-family: var(--wp--preset--font-family--lota);
  width: calc(100% - 20px);
}

.b2-contact-field input {
  border-radius: 50px;
}

.b2-contact-field textarea {
  border-radius: 24px;
}

.b2-contact-field input::placeholder,
.b2-contact-field textarea::placeholder {
  color: #002431;
}

.b2-contact-field input::-ms-input-placeholder,
.b2-contact-field textarea::-ms-input-placeholder {
  color: #002431;
}

.b2-acceptance .wpcf7-list-item-label {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  cursor: pointer;
}

.b2-dk-contact-form .wpcf7-submit {
  line-height: 100%;
  padding: 15px 50px;
  background-color: #07d89d;
  color: #002431;
  border-radius: 50px;
  font-weight: 400;
  font-size: 15px;
  cursor: pointer !important;
}

.b2-dk-contact .wpcf7-not-valid-tip {
  font-size: 18px;
}

.b2-dk-contact-info .b2-btn {
  display: none;
}

@media all and (min-width:1024px) and (max-width:1440px) {
  .b2-dk-contact-title {
    font-size: 5.2vw;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-dk-contact-info {
    width: 58%;
  }
  
  .b2-dk-contact-form {
    width: 42%;
  }
  
  .b2-dk-contact-title {
    font-size: 7vw;
  } 
  
  .b2-dk-contact-description {
    font-size: 20px;
    padding-right: 20px;
  }
  
  .b2-acceptance .wpcf7-list-item-label {
    font-size: 13px;
  }

  .b2-dk-contact .b2-ball {
    width: 35px;
    height: 35px;
  }
}
  
@media all and (max-width:768px) {
  .b2-dk-contact .b2-row {
    flex-direction: column;
  }

  .b2-dk-contact .b2-ball {
    width: 25px;
    height: 25px;
  }
  
  .b2-dk-contact-info {
    width: 100%;
  }
  
  .b2-dk-contact-form {
    width: 100%;
    max-width: 100%;
  }
  
  .b2-dk-contact-title {
    font-size: 40px;
    margin-right: 0;
  }
  
.b2-dk-contact-description {
  font-size: 16px;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 0px;
}
  
  .b2-dk-contact-form-text {
    margin-top: 30px;
  }
  
  .b2-contact-field input {
    padding: 6px 12px;
  }
  
  .b2-contact-field textarea {
    padding: 12px;
  }
}

/* B2 Contact DK END */

/* B2 Features */

.b2-features {
  background-color: #002431;
  padding-top: 160px;
}

.b2-features-wrap {
  padding-top: 80px;
  background-image: url(/wp-content/uploads/2023/02/b2-yellow-bg.svg);
  background-position: calc(100% - 65px) 0%;
  background-repeat: no-repeat;
}

.b2-features-one-part {
  margin-top: 140px;
  background-image: url(/wp-content/uploads/2023/02/b2-blue-bg.svg);
  background-position: calc(100% - 65px) 0%;
  background-repeat: no-repeat;
}

.b2-feature-wrap {
  display: flex;
  gap: 40px;
}

.b2-feature-1 {
  justify-content: flex-start;
}

.b2-feature-2 {
  padding-top: 160px;
  justify-content: end;
}

.b2-feature-3 {
  padding-top: 110px;
  padding-bottom: 210px;
  justify-content: flex-start;
}

.b2-feature-image {
  width: 63%;
  background-size: cover;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.b2-feature-1 .b2-feature-image {
  background-position: 100% 0%;
  margin-right: -8%;
  width: 71%;
  height: 766px;
}

.b2-feature-2 .b2-feature-image {
  background-position: 0% 0%;
  margin-left: -8%;
  width: 71%;
  height: 710px;
}

.b2-feature-3 .b2-feature-image {
  background-position: 100% 0%;
  margin-right: -8%;
  width: 71%;
  height: 710px;
}

.b2-features-info {
  width: 37%;
  max-width: 380px;
}

.b2-feature-2 .b2-features-info {
  padding-left: 45px;
}

.b2-features-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.035em;
  margin-top: 0;
  margin-bottom: 0;
}

.b2-feature-1 .b2-features-title {
  margin-top: 84px;
}

.b2-features-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.wp-block-lazyblock-b2-features {
  overflow: hidden;
}

/*@media all and (min-width:1440px) {
  .b2-feature-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 610px !important;
  }

  .b2-feature-1 .b2-feature-image {
      background-position: 100% 0%;
      margin-right: -90px;
  }

  .b2-feature-2 .b2-feature-image {
    margin-left: -110px;
  }

  .b2-feature-3 .b2-feature-image {
    margin-right: -90px;
  }

  .b2-feature-3 {
    padding-bottom: 320px;
  }
}*/

@media all and (min-width:1440px) {
  .b2-feature-wrap .b2-feature-image {
    background-image: none !important;
  }

  .b2-feature-image img {
    position: absolute;
    height: 100%;
    display: block;
  }

  .b2-feature-1 .b2-feature-image img {
    right: 0;
  }

  .b2-feature-2 .b2-feature-image img {
    left: 0;
  }

  .b2-feature-3 .b2-feature-image img {
    right: 0;
  }
}

@media all and (max-width:1440px) {
  .b2-feature-image img {
    display: none;
  }
}

@media all and (max-width:1366px) {
  .b2-feature-wrap {
    gap: 10px;
  }

  .b2-feature-1 .b2-feature-image {
    margin-right: 0%;
    width: 55%;
    height: auto;
    aspect-ratio: 4/3;
  }

  .b2-feature-2 .b2-feature-image {
    background-position: 0% 0%;
    margin-left: 0;
    width: 55%;
    height: auto;
    aspect-ratio: 4/3;
  }

  .b2-feature-3 .b2-feature-image {
    margin-right: 0;
    width: 51%;
    height: auto;
    aspect-ratio: 4/3;
  }

  .b2-feature-3 .b2-features-info {
    width: 49%;
  }

  .b2-features-one-part {
    background-position: 140% 0%;
    background-size: 73%;
  }
}

@media all and (max-width:1024px) {
  .b2-features {
    padding-top: 100px;
  }

  .b2-feature-2 {
    padding-top: 140px;
  }

  .b2-feature-1 .b2-feature-image {
    width: 50%;
    aspect-ratio: 4/3;
  }

  .b2-feature-2 .b2-feature-image {
    width: 50%;
  }

  .b2-feature-2 .b2-features-info {
    padding-left: 45px;
    width: 50%;
    max-width: 50%;
  }

  .b2-features-title {
    font-size: 54px;
    letter-spacing: -0.03em;
  }

  .b2-features-description {
    font-size: 18px;
  }
}

@media all and (max-width:768px) {
  .b2-features {
    padding-top: 80px;
  }

  .b2-feature-wrap {
    flex-direction: column;
  }

  .b2-features-wrap {
    padding-top: 0px;
    background-position: calc(100% - 10px) 110px;
    background-size: 180%;
  }

  .b2-feature-2 {
    flex-direction: column-reverse;
    padding-top: 70px;
  }

  .b2-feature-3 {
    padding-top: 0;
    padding-bottom: 90%;
  }

  .b2-feature-image {
    width: calc(100% - 30px) !important;
  }

  .b2-features-info {
    width: calc(100% - 60px) !important;
    max-width: 100% !important;
    margin: auto;
  }

  .b2-feature-1 .b2-features-description {
    padding-right: 50px;
  }

  .b2-feature-2 .b2-feature-image {
    margin-left: auto;
  }

  .b2-feature-2 .b2-features-info {
    color: #fff;
    padding-left: 0;
  }

  .b2-features-title {
    font-size: 40px;
    letter-spacing: -0.02em;
    margin-top: 25px !important;
  }

  .b2-features-one-part {
    background-position: calc(100% - 15px) 250px;
    background-size: 110%;
    margin-top: 80px;
  }
}

@media all and (max-width:400px) {
  .b2-features-one-part {
    background-position: calc(100% - 15px) 190px;
    background-size: 510px;
    margin-top: 80px;
  }

  .b2-feature-3 {
    padding-bottom: 380px;
  }
}

/* B2 Features END */

/* B2 Team */

.b2-team {
  background-color: #07D89D;
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.b2-team .b2-heading {
  flex-direction: column;
  align-items: flex-start;
}

.b2-team-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.18em;
  margin: 0;
}

.b2-team-title {
  margin-top: 24px;
  margin-bottom: 80px;
}

.b2-team-members-wrap {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-left: 130px;
  padding-right: 130px;
}

.b2-team-member {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b2-team-img-wrap {
  width: 100%;
  position: relative;
}

.b2-team-member:first-child .b2-team-img-wrap:before {
  content: "";
  position: absolute;
  width: 500%;
  height: 100%;
  left: -450%;
  background-color: #002431;
  z-index: 0;
}

.b2-team-member:last-child .b2-team-img-wrap:before {
  content: "";
  position: absolute;
  width: 500%;
  height: 100%;
  right: -450%;
  background-color: #002431;
  z-index: 0;
}

.b2-team-img {
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
}

.b2-team-name {
  margin-top: 24px;
  margin-bottom: 8px;
  letter-spacing: -0.033em;
  font-size: 26px;
  text-align: center;
}

.b2-team-position {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: -0.033em;  
  white-space: nowrap;
}

.b2-team-mail {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-team-members-wrap {
    padding-left: 45px;
    padding-right: 45px;
    flex-wrap: wrap;
    gap: 0;
  }

  .b2-team-member {
    width: 50%;
    margin-bottom: 80px;
  }

  .b2-team-img-wrap {
    justify-content: center;
    display: flex;
  }

  .b2-team-img {
    max-width: 280px;
  }

  .b2-team-member:nth-child(2) .b2-team-img-wrap:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    right: -150%;
    background-color: #002431;
    z-index: 0;
  }

  .b2-team-member:nth-child(3) .b2-team-img-wrap:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    left: -150%;
    background-color: #002431;
    z-index: 0;
  }
}

@media all and (max-width:768px) {
  .b2-team-img-wrap::before {
    display: none;
  }

  .b2-team-members-wrap {
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap;
  }

  .b2-team-member {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* B2 Team END */

/* B2 Offices */

.b2-offices {
  background-color: #002431;
  padding-top: 130px;
  padding-bottom: 150px;
}

.b2-offices .b2-heading {
  flex-direction: column;
  align-items: flex-start;
}

.b2-offices-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.b2-offices-title {
  color: #fff;
  letter-spacing: -0.035em;
  margin-top: 24px;
  margin-bottom: 80px;
}

.b2-offices-wrap {
  display: flex;
  gap: 20px;
}

.b2office-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.b2-office-img {
  display: block;
}

.b2-office-title {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 8px;
  letter-spacing: -0.015em;
}

.b2-office-description {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}

.b2-office-description p {
  margin: 0;
}

@media all and (max-width:768px) {
  .b2-offices-label {
    font-size: 16px;
  }

  .b2-offices-wrap {
    flex-direction: column;
  }

  .b2office-item {
    width: 100%;
  }
}

/* B2 Offices END */

/* B2 Single post */

.single .wp-site-blocks {
  margin: auto;
}

.single .wp-block-post-content {
  max-width: 820px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 270px;
}

.b2-single-content-wrap {
  padding: 0 30px;
}

.single h1 {
  max-width: 980px;
  margin: auto;
  padding-top: 110px;
}

.single .b2-post-author {
  gap: 6px;
  padding-top: 8px;
}

.single .wp-block-post-author__name {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: capitalize;
  margin-right: 7px;
  padding-right: 15px;
  position: relative;
}

.single .wp-block-post-author__name:after {
  content: "";
  background: #07D89D;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 6px;
  border-radius: 50%;
}

.single .wp-block-post-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.post-type-archive .b2-cta {
  background: linear-gradient(180deg, rgb(224 224 224) 50%, rgba(0,36,49,1) 50%);
}

/* B2 Single post END */

/* B2 Resources */

.b2-resources {
  background-color: #e0e0e0;
  padding-bottom: 90px;
}

.b2-resources-hero {
  background-color: #002431;
  max-width: 100% !important;
  padding: 180px 30px 60px 30px;
}

.b2-resources-wrap {
  padding-top: 120px;
}

.b2-resources h2 {
  margin: 0;
  color: #fff;
}

.b2-resources p {
  color: #fff;
  max-width: 640px;
}

.page-id-19 .b2-article {
  background: #e0e0e0;
}

.page-id-19 .b2-article {
  background: #e0e0e0;
}

.page-id-19 .b2-article-single .b2-btn {
  background-color: transparent;
}

.page-id-19 .b2-cta {
  background: linear-gradient(180deg, rgb(224 224 224) 50%, rgba(0,36,49,1) 50%);
}

.archive header>div:not(.b2-shrink-menu) .b2-logo-color-1 path,
.archive header>div:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-539 header>div:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-731 header>div:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-25 header>div:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-539 header>div:not(.b2-shrink-menu) .b2-logo-color-1 path,
.page-id-731 header>div:not(.b2-shrink-menu) .b2-logo-color-1 path,
.page-id-25 header>div:not(.b2-shrink-menu) .b2-logo-color-1 path {
  fill: #07D89D;
}

.archive header>div:not(.b2-shrink-menu) .bg-logo-color-2 path,
.page-id-539 header>div:not(.b2-shrink-menu) .bg-logo-color-2 path,
.page-id-731 header>div:not(.b2-shrink-menu) .bg-logo-color-2 path,
.page-id-25 header>div:not(.b2-shrink-menu) .bg-logo-color-2 path {
  fill: #fff;
}

.archive header>div:not(.b2-shrink-menu) .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span,
.page-id-539 header>div:not(.b2-shrink-menu) .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span,
.page-id-731 header>div:not(.b2-shrink-menu) .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span,
.page-id-25 header>div:not(.b2-shrink-menu) .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
  color: #fff;
}

.archive header>div:not(.b2-shrink-menu) .b2-btn,
.page-id-539 header>div:not(.b2-shrink-menu) .b2-btn,
.page-id-731 header>div:not(.b2-shrink-menu) .b2-btn,
.page-id-25 header>div:not(.b2-shrink-menu) .b2-btn {
  background: #07d89d !important;
}

.archive header>div:not(.b2-shrink-menu) .b2-btn span,
.page-id-539 header>div:not(.b2-shrink-menu) .b2-btn span,
.page-id-731 header>div:not(.b2-shrink-menu) .b2-btn span,
.page-id-25 header>div:not(.b2-shrink-menu) .b2-btn span {
  color: #002431 !important;
}

@media all and (min-width:1024px) {
  .archive header>div:not(.b2-shrink-menu) .wp-block-navigation__responsive-container-content>ul>li>a,
  .page-id-539 header>div:not(.b2-shrink-menu) .wp-block-navigation__responsive-container-content>ul>li>a,
  .page-id-731 header>div:not(.b2-shrink-menu) .wp-block-navigation__responsive-container-content>ul>li>a,
  .page-id-25 header>div:not(.b2-shrink-menu) .wp-block-navigation__responsive-container-content>ul>li>a {
    color: #fff !important;
  }
}

@media all and (max-width:1024px) {
  .archive a.toggle-menu.wp-block-navigation__responsive-container-open.sprite,
  .page-id-539 a.toggle-menu.wp-block-navigation__responsive-container-open.sprite,
  .page-id-731 a.toggle-menu.wp-block-navigation__responsive-container-open.sprite,
  .page-id-25 a.toggle-menu.wp-block-navigation__responsive-container-open.sprite {
    filter: invert(1);
  }
}

@media all and (max-width:768px) {
  .b2-resources-wrap {
    padding-top: 30px;
  }

  #ajaxsearchprobsettings2_1.searchsettings .asp_sett_scroll,
  #ajaxsearchprobsettings2_2.searchsettings .asp_sett_scroll,
  div.asp_sb.asp_sb_2.searchsettings .asp_sett_scroll {
    max-height: initial !important;
  }
}

/* B2 Resources END */

/* B2 About */

.page-id-720 header>div:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-528 header>div:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-21 header>div:not(.b2-shrink-menu) .b2-logo-color-1 polygon,
.page-id-720 header>div:not(.b2-shrink-menu) .b2-logo-color-1 path,
.page-id-528 header>div:not(.b2-shrink-menu) .b2-logo-color-1 path,
.page-id-21 header>div:not(.b2-shrink-menu) .b2-logo-color-1 path {
  fill: #07D89D;
}

.page-id-720 header>div:not(.b2-shrink-menu) .bg-logo-color-2 path,
.page-id-528 header>div:not(.b2-shrink-menu) .bg-logo-color-2 path,
.page-id-21 header>div:not(.b2-shrink-menu) .bg-logo-color-2 path {
  fill: #fff;
}

.page-id-720 header>div:not(.b2-shrink-menu) .b2-btn-reg,
.page-id-528 header>div:not(.b2-shrink-menu) .b2-btn-reg,
.page-id-21 header>div:not(.b2-shrink-menu) .b2-btn-reg {
  background-color: #07d89d !important;
}

.page-id-720 header>div:not(.b2-shrink-menu) .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span,
.page-id-528 header>div:not(.b2-shrink-menu) .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span,
.page-id-21 header>div:not(.b2-shrink-menu) .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span {
  color: #fff;
}

.page-id-720 header>div:not(.b2-shrink-menu) .b2-btn,
.page-id-528 header>div:not(.b2-shrink-menu) .b2-btn,
.page-id-21 header>div:not(.b2-shrink-menu) .b2-btn {
  background: #07d89d !important;
}

.page-id-720 header>div:not(.b2-shrink-menu) .b2-btn span,
.page-id-528 header>div:not(.b2-shrink-menu) .b2-btn span,
.page-id-21 header>div:not(.b2-shrink-menu) .b2-btn span {
  color: #002431 !important;
}

@media all and (min-width:1024px) {
  .page-id-720 header>div:not(.b2-shrink-menu) .wp-block-navigation__responsive-container-content>ul>li>a,
  .page-id-528 header>div:not(.b2-shrink-menu) .wp-block-navigation__responsive-container-content>ul>li>a,
  .page-id-21 header>div:not(.b2-shrink-menu) .wp-block-navigation__responsive-container-content>ul>li>a {
    color: #fff !important;
  }
}

@media all and (max-width:1024px) {
  .page-id-720 a.toggle-menu.wp-block-navigation__responsive-container-open.sprite,
  .page-id-528 a.toggle-menu.wp-block-navigation__responsive-container-open.sprite,
  .page-id-21 a.toggle-menu.wp-block-navigation__responsive-container-open.sprite {
    filter: invert(1);
  }
}

/* B2 About END */

/* B2 Category */

.b2-category {
  background-color: #e0e0e0;
  padding-bottom: 90px;
}

.b2-category-hero {
  background-color: #002431;
  max-width: 100% !important;
  padding: 180px 30px 130px 30px;
}

.b2-category-post-wrap {
  padding-top: 0;
}

.b2-category h2 {
  margin: 0;
  color: #fff;
}

.b2-category p {
  color: #fff;
  max-width: 640px;
}

.b2-category-posts .wp-block-post-template {
  padding-left: 130px;
  padding-right: 130px;
}

.b2-category-posts .wp-block-post-template {
  gap: 20px;
}

.b2-category-posts .wp-post-image {
  border-radius: 6px;
}

.b2-category-posts .wp-block-post-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin: 0;
  margin-bottom: 8px;
}

.b2-category-posts .wp-block-post-title a {
  text-decoration: none;
}

.b2-category-posts .wp-block-post-author__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 132%;
  position: relative;
  padding-right: 20px;
}

.b2-category-posts .wp-block-post-author__name:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 0;
  background-color: #07D89D;
  border-radius: 50%;
}

.b2-category-posts .wp-block-post-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  margin-left: -3px;
}

.b2-category-posts .wp-block-read-more {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  padding: 8.5px 22px;
  color: #fff;
  background: #002431;
  border-radius: 51px;
  margin-top: 24px;
}

.b2-category-posts .wp-block-post {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.category .b2-cta {
  background: linear-gradient(180deg, rgb(224 224 224) 50%, rgba(0,36,49,1) 50%);
}

@media all and (max-width:1024px) {
  .b2-category-posts .wp-block-post-template {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width:768px) {
  .b2-category-post-wrap {
    padding: 30px;
  }
}

/* B2 Category END */

/* B2 Newsletter */

.b2-newsletter {
  background-color: #07d89d;
}

.b2-newsletter .b2-row {
  display: flex;
  align-items: center;
}

.b2-newsletter-img-wrap {
  width: 50%;
}

.b2-newsletter-info {
  width: 50%;
}

.b2-newsletter-img-wrap {
  width: 50%;
  padding: 130px 0;
}

.b2-newsletter-img {
  width: 100%;
}

.b2-newsletter-title {
  letter-spacing: -0.025em;
  margin: 0;
}

.b2-newsletter-description {
  font-size: 18px;
}

.b2-newsletter-input p {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
  width: 100%;
}

.b2-newsletter-input input {
  padding: 16px 25px;
  border-radius: 50px;
  border: none;
  z-index: 1;
  position: relative;
  outline: none;
  width: 100%;
}

.b2-newsletter-input .wpcf7-submit {
  padding: 16px 42px;
  background-color: #002431;
  color: #fff;
  margin-left: -40px;
  z-index: 2;
  width: auto;
  cursor: pointer;
}

.b2-newsletter-info-wrap {
  padding-left: 120px;
}

.b2-newsletter .wpcf7-not-valid-tip {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  border: none !important;
  color: #F95049;
}

.b2-newsletter .wpcf7-form-control-wrap {
  width: 100%;
}

.b2-newsletter .wpcf7-spinner {
  display: none;
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-newsletter-info-wrap {
    padding-left: 30px;
  }
}

@media all and (max-width:768px) {
  .b2-newsletter {
    padding-bottom: 60px;
  }

  .b2-newsletter .b2-row {
    flex-direction: column;
  }

  .b2-newsletter-img-wrap {
    width: 100%;
    padding: 60px 0;
  }

  .b2-newsletter-info {
    width: 100%;
  }

  .b2-newsletter-info-wrap {
    padding-left: 0;
  }

  .b2-newsletter-input .wpcf7-submit {
    padding: 16px 22px;
    margin-left: -30px;
  }
}

/* B2 Newsletter END */

/* B2 Post Category */

.b2-post {
  padding-top: 90px;
  background: #e0e0e0;
}

.b2-post-category-wrap .display-posts-listing {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.display-posts-listing .listing-item {
  width: calc(33.33% - 13px);
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.display-posts-listing .image {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}

.display-posts-listing .wp-post-image {
  max-height: 280px;
}

.display-posts-listing .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  margin-top: 20px;
  display: block;
  margin-bottom: 5px;
}

.display-posts-listing .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 132%;
  margin-left: 5px;
}

.display-posts-listing .author {
  font-weight: 600;
  font-size: 16px;
  line-height: 132%;
  position: relative;
  padding-right: 20px;
}

.display-posts-listing .author:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  right: 0;
  background-color: #07D89D;
  border-radius: 50%;
}

.display-posts-listing .excerpt {
  font-size: 0;
  visibility: hidden;
  margin-top: auto;
  padding-top: 20px;
}

.display-posts-listing .excerpt-more {
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  visibility: visible;
  display: table;
  color: #fff;
  padding: 9px 22px;
  background: #002431;
  border-radius: 51px;
  text-align: center;
  text-decoration: none;
}

.b2-resource-cta-wrap .b2-cta {
  background: linear-gradient(180deg, rgb(224 224 224) 50%, rgba(0,36,49,1) 50%);
  padding-top: 200px;
}

.wp-block-lazyblock-b2-cta-banner {
  max-width: 100% !important;
}

.b2-post .b2-primary-button {
  background-color: #002431;
  color: #fff;
}

@media all and (max-width:768px) {
  .b2-post-category-wrap .display-posts-listing {
    flex-direction: column;
    gap: 40px;
  }

  .display-posts-listing .listing-item {
    width: 100%;
  }
}

/* B2 Post Category END */

/* B2 Spotlight */

.b2-spotlight {
  padding-bottom: 0px;
}

.b2-spotlight .b2-article-img {
  border-radius: 50%;
}

.wp-block-lazyblock-b2-spotlight {
  background: linear-gradient(180deg, rgb(0,36,49,1) 50%, rgba(224 224 224) 50%);
  max-width: 100% !important;
}

.b2-spotlight p {
  color: #002431;
}

.b2-spotlight .b2-btn {
  color: #ffffff;
  border: 2px solid #002431;
  background-color: #002431;
}

.b2-spotlight .b2-article-wrap .b2-btn:hover {
  color: #fff;
  background-color: rgb(0 36 49 / 70%);
}

.b2-spotlight .b2-article-img-wrap:before {
  background: #07D89D;
}

@media all and (max-width:768px) {
  .wp-block-lazyblock-b2-spotlight {
    background: linear-gradient(180deg, rgb(0,36,49,1) 20%, rgba(224 224 224) 10%);
  }
  .b2-spotlight .b2-article-item .b2-article-img-wrap:before {
    width: 100%;
    left: -30px;
  }
}

/* B2 Spotlight END */

/* B2 FAQ */

.b2-faq {
  background-color: gainsboro;
  padding-top: 60px;
  padding-bottom: 120px;
}

.b2-faq-item {
  background-color: white;
  border-radius: 16px 24px 24px 16px;
  margin-bottom: 18px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.b2-faq-item.is-inviewport {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
}

.b2-faq-item-question-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b2-faq-item-question {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding-left: 30px;
}

.b2-faq-item-answer {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding-left: 30px;
  padding-right: 80px;
  padding-bottom: 30px;
  display: none;
}

.b2-faq-arrow {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background-color: #05c08b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.active-faq .b2-faq-arrow {
  transform: rotateZ(-180deg);
}

/* B2 FAQ END */

/* B2 Technology Hero*/

#b2-tech-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1648px !important;
  height: 943px !important;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media all and (max-width:768px) {
  #b2-tech-hero-img {
    top: auto;
    left: auto;
    right: -11vw;
    bottom: 30px;
    width: 216vw !important;
    height: 65vh !important;
  }
}

@media all and (min-width:1024px) and (max-width:1440px) {
  #b2-tech-hero-img {
    left: 55%;
    transform: translateX(-50%);
  }
}

@media all and (min-width:1024px) {
  .wp-block-lazyblock-b2-herotechnology .b2-hero-title {
    max-width: initial !important;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .wp-block-lazyblock-b2-herotechnology .b2-hero-title {
    max-width: 78% !important;
    word-break: break-all;
  }

  #b2-tech-hero-img {
    width: 1024px !important;
    left: 55%;
    transform: translateX(-50%);
  }
}

/* B2 Technology Hero END */

/* B2 Privacy */

.b2-privacy-hero {
  background-color: #07d89d;
  padding-top: 240px;
  padding-bottom: 90px;
}

.b2-privacy-title {
  max-width: 980px !important;
}

.b2-privacy-updated {
  color: #fff;
}

.b2-privacy-updated p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}

.b2-privacy-updated .wp-block-post-date:before {
  content: "•";
  padding-right: 15px;
}

.b2-privacy-hero-description {
  max-width: 976px;
  margin: auto;
  padding-top: 70px;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -0.03em;
}

.b2-privacy-title .wp-block-post-title {
  padding-right: 50px !important;
}

.b2-privacy-content {
  max-width: 100% !important;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 90px;
}

.b2-privacy-content {
    padding: 0;
}

.legal-container {
  max-width: 980px;
  margin: auto;
}

.b2-privacy-content-wrap .wp-block-lazyblock-b2-cta-banner {
  max-width: 100% !important;
}

.page-template-wp-custom-template-privacy-policy .wp_file_get_contents {
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.page-template-wp-custom-template-privacy-policy .b2-cta {
  background: linear-gradient(180deg, rgb(255 255 255) 50%, rgba(0,36,49,1) 50%);
}

.wp_file_get_contents wpfgc{
  width: 80%;
  padding-left: 10%;
}

@media all and (min-width:768px) and (max-width:1024px) {
  .b2-privacy-hero {
    padding-left: 45px;
    padding-right: 45px;
  }
  .b2-privacy-updated p {
    font-size: 20px;
  }

  .b2-privacy-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width:768px) {
  .b2-privacy-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .b2-privacy-title {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .b2-privacy-updated p {
    font-size: 18px;
  }

  .b2-privacy-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* B2 Privacy END */

/* B2 Footer */

.b2-footer {
  max-width: 100%;
  margin: auto;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: rgb(255 255 255 / 70%);
}

.b2-footer-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.b2-socials {
  display: flex;
  gap: 10px;
}

.b2-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.b2-socials figure {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0px !important;
}


footer figcaption {
  display: none;
}

.b2-socials a {
  display: flex;
}

.b2-footer-col-2 li {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 22px;
}

.b2-footer-col-2 li:first-child {
  font-weight: 600;
  font-size: 12px;
  opacity: 0.3;
  text-transform: uppercase;
  line-height: 100%;
}

.b2-footer-wrap {
  max-width: 1440px;
  margin: auto;
  padding-bottom: 0 !important;
}

.b2-copyright {
  justify-content: center !important;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.b2-copyright a,
.b2-copyright p {
  color: #fff;
  text-decoration: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.b2-copyright a:hover {
  opacity: 0.6;
}

.b2-copyright p:last-child {
  opacity: 0.52;
}

@media all and (max-width:768px) {
  .b2-footer-col-1 {
    text-align: center;
    align-items: center;
  }

  .b2-footer-col-2 {
    text-align: center;
  }

  .b2-footer-col-3 {
    text-align: center;
  }

  .b2-footer-col-3 p {
    max-width: 200px;
    margin: auto;
  }

  .b2-copyright {
    padding-top: 55px;
  }

  .b2-copyright p:last-child {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
  
/* B2 Footer END */

/* B2 Animations */

.b2-show {
  opacity: 1;
}

.b2-show-not {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.b2-show-up {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.block-editor-page .b2-show-not {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
}

.otgs-development-site-front-end { 
  display: none !important;
}

/* B2 Animations END */

/* B2 homepage fix */

.section,
.section-full {
    max-width: 100%;
    margin: auto;
}

.container {
    max-width: 1440px;
    margin: auto;
}

.b2-slide,
.b2-hero {
  background-size: 260%;
  background-position: 49% 84%;
}

.home .b2-carousel {
  background-color: #E0E0E0;
}

.home .b2-cta {
  background: linear-gradient(180deg, rgb(224 224 224) 50%, rgba(0,36,49,1) 50%);
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .b2-hero {
    background-size: 296%;
    background-position: 44% 95%;
  }

  .b2-hero {
    background-size: 256%;
    background-position: 44% 95%;
  }

  .b2-slide {
    background-size: 296%;
    background-position: 50% 95%;
  }

  .b2-slider-content {
    padding: 20px 20px 20px 45px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
  .b2-slide-title,
  .b2-hero-title {
    font-size: 5.55vw;
  }

  .b2-slide-description,
  .b2-hero-description {
    max-width: 40%;
  }

  .home .b2-hero-title {
    max-width: 550px;
  }
}

@media all and (max-width:1440px) {
  .b2-hero .container {
    margin: 0 !important;
  }
}

@media all and (min-width:1440px) {
  .b2-slide,
  .b2-hero {
    background-size: auto 234%;
  }

  .b2-slide.container,
  .b2-hero .container {
    min-width: 1440px;
  }

  .b2-slider .owl-nav {
    max-width: 1440px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: absolute;
    width: 1440px;
    left: 0;
    right: 0;
  }

  .b2-logos-title {
    padding-left: 130px;
  }

  .b2-logos-wrap {
    padding-right: 130px;
  }

  .b2-slide.container {
    max-width: 100%;
  }


  .b2-slider-content {
    min-width: 1180px;
    padding: 0;
    margin: auto;
  }
}

@media all and (min-width:1024px) {
  .b2-cta .b2-row {
    padding-left: 130px;
    padding-right: 130px;
  }

  .b2-footer {
    padding-top: 100px !important;
    padding-left: 0;
    padding-right: 0;
  }
  
  .b2-footer-wrap {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media all and (max-width:768px) {
  .b2-slide,
  .b2-hero {
    background-size: auto 130vh;
    background-position: 57% 57%;
    min-height: 100vh;
  }

  .b2-slide-content,
  .b2-hero-content {
    height: calc(100vh - 30px);
  }

  .b2-slider-content {
    height: calc(100vh - 60px);
  }
}

/* B2 full width fix END */
