body {
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1260px;
}
@media (max-width: 991px) {
  .container {
    width: 90vw;
  }
}

.full-container {
  width: 100%;
  margin: 0 auto;
}

.show-sm {
  display: none;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.v-align {
  align-items: center;
}

.row {
  flex-direction: row;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.space-around {
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
}

@media screen and (max-width: 1440) {
  .col-md-5 {
    width: 5%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-15 {
    width: 15%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-45 {
    width: 45%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-55 {
    width: 55%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-65 {
    width: 65%;
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-85 {
    width: 85%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-95 {
    width: 95%;
  }
  .col-md-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-bg-5 {
    width: 5%;
  }
  .col-bg-10 {
    width: 10%;
  }
  .col-bg-15 {
    width: 15%;
  }
  .col-bg-20 {
    width: 20%;
  }
  .col-bg-25 {
    width: 25%;
  }
  .col-bg-30 {
    width: 30%;
  }
  .col-bg-35 {
    width: 35%;
  }
  .col-bg-40 {
    width: 40%;
  }
  .col-bg-45 {
    width: 45%;
  }
  .col-bg-50 {
    width: 50%;
  }
  .col-bg-55 {
    width: 55%;
  }
  .col-bg-60 {
    width: 60%;
  }
  .col-bg-65 {
    width: 65%;
  }
  .col-bg-70 {
    width: 70%;
  }
  .col-bg-75 {
    width: 75%;
  }
  .col-bg-80 {
    width: 80%;
  }
  .col-bg-85 {
    width: 85%;
  }
  .col-bg-90 {
    width: 90%;
  }
  .col-bg-95 {
    width: 95%;
  }
  .col-bg-100 {
    width: 100%;
  }
}
.offset-5 {
  margin-left: 5%;
}

.offset-10 {
  margin-left: 10%;
}

.offset-15 {
  margin-left: 15%;
}

.offset-20 {
  margin-left: 20%;
}

.offset-25 {
  margin-left: 25%;
}

.offset-30 {
  margin-left: 30%;
}

.offset-35 {
  margin-left: 35%;
}

.offset-40 {
  margin-left: 40%;
}

.offset-45 {
  margin-left: 45%;
}

.offset-50 {
  margin-left: 50%;
}

.offset-55 {
  margin-left: 55%;
}

.offset-60 {
  margin-left: 60%;
}

.offset-65 {
  margin-left: 65%;
}

.offset-70 {
  margin-left: 70%;
}

.offset-75 {
  margin-left: 75%;
}

.offset-80 {
  margin-left: 80%;
}

.offset-85 {
  margin-left: 85%;
}

.offset-90 {
  margin-left: 90%;
}

.offset-95 {
  margin-left: 95%;
}

.offset-100 {
  margin-left: 100%;
}

.ml-5 {
  margin-left: 5%;
}

.mr-5 {
  margin-right: 5%;
}

.ml-10 {
  margin-left: 10%;
}

.mr-10 {
  margin-right: 10%;
}

.mb-15 {
  margin-bottom: 15%;
}

.mb-5 {
  margin-bottom: 5%;
}

@media screen and (max-width: 991px) {
  .col-sm-100 {
    width: 100%;
  }
  .col-sm-90 {
    width: 90%;
  }
  .col-sm-80 {
    width: 80%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .clear-offset-sm {
    margin-left: 0;
  }
  .tb1 {
    margin-bottom: 0;
  }
  .tb2 {
    margin-top: 0;
  }
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-sm-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
}
a {
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
label,
ol,
ul,
p {
  margin: 0;
  padding: 0;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-700 {
  font-weight: 700;
}

body {
  overflow-y: auto !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

main.homepage {
  position: relative;
  height: 100vh;
  width: 100%;
}
@media (max-width: 991px) {
  main.homepage {
    display: none;
  }
}

.slider-controls {
  position: absolute;
  transform: rotate(90deg);
  width: -moz-fit-content;
  width: fit-content;
  top: 47%;
  right: -8vw;
  height: 4vh;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-controls button.prev.slick-arrow {
  transform: rotate(-90deg);
}
.slider-controls button.next.slick-arrow {
  transform: rotate(90deg);
  background: none;
  border: none;
}
.slider-controls .slick-dots {
  position: unset;
}
.slider-controls button {
  background: transparent;
  border: none;
}
.slider-controls.prev {
  transform: rotate(-90deg);
}
.slider-controls.next {
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .slider-controls {
    display: none;
  }
}

@media all and (min-width: 2560px) {
  .slider-controls {
    right: 10vw;
  }
}
@media all and (max-width: 2560px) {
  .slider-controls {
    right: 0vw;
  }
}
@media all and (max-width: 1300px) {
  .slider-controls {
    right: -5vw;
  }
}
.main {
  background-color: #FFFEFB;
  width: 100% !important;
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .container {
  height: inherit;
}
.main .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  padding-left: 5%;
}
.main .text-container h2 {
  color: #283935;
  margin-top: 0;
}
.main .text-container h2.heading-3 {
  color: #283935;
  line-height: 1.5;
}
.main .screen-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5%;
}
.main .screen-container img.screen {
  width: 100%;
  padding-left: 4%;
}

.controls {
  position: fixed;
  top: 0;
  right: 10%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.controls button.prev,
.controls button.next {
  background-color: transparent;
  border: none;
  margin: 30% 0;
}
.controls button.prev img,
.controls button.next img {
  width: 20px;
}
.controls a.dot {
  background-color: transparent;
  border: 2px solid #374F4A;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin: 30% 0;
  cursor: pointer;
}
.controls a.dot.active {
  background-color: #374F4A;
}
.controls button.next {
  transform: rotate(180deg);
}

.slick-dots li button:before {
  border: 2px solid #31524F;
  background: transparent;
  opacity: 1;
  border-radius: 15px;
  color: none;
}

.slick-dots li button:before {
  border: 2px solid #31524F;
  background: #31524F;
  opacity: 1;
  border-radius: 15px;
  color: none;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 4px;
  line-height: 20px;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  background-color: #31524F;
}

.slider-scene-1 {
  background-color: #FFFEFB;
  scroll-snap-type: y mandatory;
  position: relative;
}

.slider-scene-2 {
  position: relative;
  background-color: #EBEFEA;
  scroll-snap-type: y mandatory;
}
.slider-scene-2 .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .slider-scene-2 {
    display: none;
  }
}

.slider-scene-3 {
  position: relative;
  background-color: #EBEFEA;
  scroll-snap-type: y mandatory;
}
.slider-scene-3 .slick-dots {
  position: absolute;
  right: -30vw;
  top: 50%;
  transform: rotate(90deg);
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .slider-scene-3 {
    display: none;
  }
}

.slider-scene-4 {
  position: relative;
  background-color: #F5F4F0;
  scroll-snap-type: y mandatory;
}
.slider-scene-4 .slick-dots {
  position: absolute;
  right: -30vw;
  top: 50%;
  transform: rotate(90deg);
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 991px) {
  .slider-scene-4 {
    display: none;
  }
}

#slide3-1,
#slide3-2,
#slide3-3 {
  background-color: #EBEFEA;
}

#slide4-1 {
  background-color: #F5F4F0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
}

h2 {
  font-family: "IBM Plex Serif", serif;
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 45px;
}

h2.heading-2 {
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
}

h2.heading-3 {
  font-size: 18px;
  font-weight: bold;
}

p {
  font-family: "Heebo", sans-serif;
}

.swat__hero {
  margin-top: 0 !important;
}

.gold-btn {
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  padding: 8px 20px 13px;
  border-radius: 25px;
  background-color: #E0D177;
  text-decoration: none;
}

.logo-nav {
  display: flex;
  width: 62%;
  height: inherit;
  align-items: center;
}
.logo-nav nav {
  width: 100%;
  height: inherit;
}
.logo-nav ul {
  display: flex;
  list-style: none;
  height: inherit;
  margin: 0;
  align-items: center;
}
@media all and (max-width: 1034px) and (min-width: 992px) {
  .logo-nav ul {
    padding-left: 10px;
  }
}
.logo-nav ul li {
  margin-right: 2.5%;
  height: inherit;
  display: flex;
  align-items: center;
}
.logo-nav ul li a {
  text-decoration: none;
  color: white;
  font-family: "IBM Plex Serif", serif;
  font-size: 14px;
}
.logo-nav ul li a.top {
  padding: 0.875rem;
}
.logo-nav ul li a.top:hover {
  background-color: #536b64;
  border-radius: 5rem;
  transition: all 0.5s ease;
}
.logo-nav ul li button.top {
  padding: 0.875rem;
}
.logo-nav ul li button.top:hover {
  background-color: #536b64;
  border-radius: 5rem;
  transition: all 0.5s ease;
}
.logo-nav ul .Pricing a {
  padding: 0px 6px;
}
.logo-nav ul .Support a {
  padding: 0px 6px;
}
.logo-nav ul .Blog a {
  padding: 0px 6px;
}

@media (max-width: 991px) {
  .desktop-menu {
    display: none !important;
  }
}

.pop-out-menu {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  z-index: 11;
  background-color: #283935;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10% 0;
}
.pop-out-menu button.accordion {
  font-family: "IBM Plex Serif", serif;
  color: white;
  padding: 0.875rem;
  text-decoration: none;
  transition: all 0.5s ease;
  background-color: transparent;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  font-size: 18px;
}
.pop-out-menu button.accordion:hover {
  background-color: #31524F;
  border-radius: 5rem;
  transition: all 0.5s ease;
}
.pop-out-menu ul.menu-item {
  list-style: none;
  padding-left: 0;
}
.pop-out-menu ul.menu-item .top-border {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pop-out-menu ul.menu-item .bottom-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pop-out-menu ul.menu-item li {
  padding: 0.875rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pop-out-menu ul.menu-item li.adt {
  border-top: 1px solid rgba(248, 169, 169, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pop-out-menu ul.menu-item li.adt:hover {
  background-color: #31524F;
  border-radius: 5rem;
  transition: all 0.5s ease;
}
.pop-out-menu ul.menu-item li.support {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pop-out-menu ul.menu-item li.support:hover {
  background-color: #31524F;
  border-radius: 5rem;
  transition: all 0.5s ease;
}
.pop-out-menu ul.menu-item li a {
  color: white;
  text-decoration: none;
  font-family: "IBM Plex Serif", serif;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .pop-out-menu ul.menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.pop-out-menu .panel {
  display: none;
}
.pop-out-menu .panel ul {
  list-style: none;
  padding-left: 0;
}
.pop-out-menu .panel ul li {
  margin-top: 2.5%;
}
.pop-out-menu .panel ul li a {
  color: white;
  text-decoration: none;
  font-family: "Heebo", sans-serif;
  font-size: 16px !important;
  line-height: 26px;
  padding-left: 1em;
}
.pop-out-menu .account {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.pop-out-menu .account a.login {
  color: white;
  text-decoration: none;
}

button.mobile-toggle {
  width: 90px;
  display: none;
  background: transparent;
  border: none;
  justify-content: space-between;
  cursor: pointer;
}
button.mobile-toggle .center {
  transform: translate(-20%, -15%);
  width: 30%;
}
button.mobile-toggle .center.clicked {
  transform: translate(-20%, -20%);
}
button.mobile-toggle.clicked .center:before {
  transform: translateY(10px) rotate(135deg);
}
button.mobile-toggle.clicked .center div {
  transform: scale(0);
}
button.mobile-toggle.clicked .center:after {
  transform: translateY(-5px) rotate(-135deg);
}
button.mobile-toggle .center:before,
button.mobile-toggle .center:after {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  border-radius: 0px;
  margin: 4.5px 0;
  transition: 0.5s;
}
button.mobile-toggle .center div {
  background: #fff;
  content: "";
  display: block;
  height: 3px;
  border-radius: 0px;
  margin: 4.5px 0;
}
button.mobile-toggle .clicked .center:before {
  transform: translateY(10px) rotate(135deg);
}
button.mobile-toggle .clicked .center:after {
  transform: translateY(-5px) rotate(-135deg);
}
button.mobile-toggle .clicked .center div {
  transform: scale(0);
}
@media (max-width: 991px) {
  button.mobile-toggle {
    display: flex;
  }
  button.mobile-toggle span {
    font-family: "IBM Plex Serif", serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
  }
}

.dropbtn {
  color: white;
  font-family: "IBM Plex Serif", serif;
  font-size: 14px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: inherit;
}

.dropdown {
  position: relative;
  display: inline-block;
  height: inherit;
  display: flex;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  border-radius: 10px;
  border: 1px solid #e3e2da;
  background-color: #f1f1f1;
  height: auto;
  margin-top: 155px;
  top: 0px;
  margin-top: 70px;
}

.dropdown-content a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  text-align: left;
  color: #3f444d !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  margin: 2.5%;
}

.dropdown-content a:hover {
  border-radius: 5px;
  background: #e3e2da;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.jumbotron {
  height: 100vh;
  background-color: #E0D177;
  width: 100%;
  background-image: url(../img/desktop-new.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .jumbotron {
    display: none;
    margin-bottom: 10%;
    height: 626px;
    background-color: #FFFEFB;
  }
}
@media (max-width: 991px) {
  .jumbotron .main-content {
    text-align: center;
    margin: auto;
  }
}
.jumbotron .container {
  height: inherit;
  align-items: center;
}
.jumbotron .container h2 {
  color: #fff;
  text-align: left;
  max-width: 323px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 45px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .jumbotron .container h2 {
    text-align: center;
    color: #3f444d;
    padding: 0;
    margin: 0;
  }
}
.jumbotron .container p {
  color: #fff;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  padding: 20px 0;
  max-width: 435px;
  margin: 0px 0px 4px 0px;
}
@media (max-width: 991px) {
  .jumbotron .container p {
    text-align: center;
    color: #3f444d;
    padding: 20px 0;
    margin: 0;
  }
}
.jumbotron .container a.gold-btn {
  box-shadow: 0 13px 19px rgba(0, 0, 0, 0.2);
  padding: 8px 25px 13px;
  font-size: 17px;
  width: 192px;
  display: inline-block;
}
@media (max-width: 991px) {
  .jumbotron .container a.gold-btn {
    margin: auto;
  }
}
.jumbotron .available-container {
  align-items: center;
  padding-top: 8%;
}
@media (max-width: 991px) {
  .jumbotron .available-container {
    justify-content: center;
    padding-top: 65vw;
  }
}
.jumbotron .available-container p {
  font-size: 14px;
  color: white;
}
.jumbotron .available-container .tooltiptext {
  font-family: "Heebo", sans-serif;
  font-size: 12px;
}
.jumbotron .available-container .tooltip-apple {
  position: relative;
  display: inline-block;
}
.jumbotron .available-container .tooltip-apple:hover .tooltiptext {
  visibility: visible;
}
.jumbotron .available-container .tooltip-apple .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -23px;
  left: -8px;
}
.jumbotron .available-container .tooltip-android {
  position: relative;
  display: inline-block;
}
.jumbotron .available-container .tooltip-android:hover .tooltiptext {
  visibility: visible;
}
.jumbotron .available-container .tooltip-android .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -23px;
  left: -5px;
}
.jumbotron .available-container .tooltip-web {
  position: relative;
  display: inline-block;
}
.jumbotron .available-container .tooltip-web:hover .tooltiptext {
  visibility: visible;
}
.jumbotron .available-container .tooltip-web .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -23px;
  left: 3px;
}
.jumbotron .available-container p {
  padding: 0;
  margin-right: 6.5%;
}
.jumbotron .available-container a {
  margin-right: 6.5%;
}

.jumbotron-mobile {
  display: none;
  background-color: #E0D177;
  width: 100%;
  background-image: url(../img/mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .jumbotron-mobile {
    display: block;
    margin-bottom: 10%;
    margin-top: 70px;
    height: 626px;
    background-color: #FFFEFB;
    background-image: url(../img/mobile-jumbortan.png);
  }
}
@media (max-width: 991px) {
  .jumbotron-mobile .main-content {
    text-align: center;
    display: flex;
    height: 626px;
    flex-direction: column;
    justify-content: center;
  }
}
.jumbotron-mobile .main-content .text-container {
  margin-top: 5%;
}
@media (max-width: 991px) {
  .jumbotron-mobile .main-content .text-container {
    margin-top: auto;
    padding-top: 90px;
  }
}
.jumbotron-mobile .container {
  height: inherit;
  align-items: center;
}
.jumbotron-mobile .container h2 {
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
}
@media (max-width: 991px) {
  .jumbotron-mobile .container h2 {
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
  }
}
.jumbotron-mobile .container p {
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .jumbotron-mobile .container p {
    text-align: center;
    color: #fff;
    padding: 15px 7px 20px;
    margin: 0;
  }
}
.jumbotron-mobile .container a.gold-btn {
  box-shadow: 0 13px 19px rgba(0, 0, 0, 0.2);
  padding: 12px 25px;
  display: inline-block;
  font-size: 17px;
  width: 250px;
}
@media (max-width: 991px) {
  .jumbotron-mobile .container a.gold-btn {
    margin: auto;
  }
}
.jumbotron-mobile .available-container {
  align-items: center;
  padding-top: 32px;
}
@media (max-width: 991px) {
  .jumbotron-mobile .available-container {
    justify-content: center;
    margin-bottom: 33px;
  }
}
.jumbotron-mobile .available-container p {
  font-size: 14px;
  color: white;
}
.jumbotron-mobile .available-container .tooltiptext {
  font-family: "Heebo", sans-serif;
  font-size: 12px;
}
.jumbotron-mobile .available-container .tooltip-apple {
  position: relative;
  display: inline-block;
}
.jumbotron-mobile .available-container .tooltip-apple:hover .tooltiptext {
  visibility: visible;
}
.jumbotron-mobile .available-container .tooltip-apple .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -23px;
  left: -8px;
}
.jumbotron-mobile .available-container .tooltip-android {
  position: relative;
  display: inline-block;
}
.jumbotron-mobile .available-container .tooltip-android:hover .tooltiptext {
  visibility: visible;
}
.jumbotron-mobile .available-container .tooltip-android .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -23px;
  left: -5px;
}
.jumbotron-mobile .available-container .tooltip-web {
  position: relative;
  display: inline-block;
}
.jumbotron-mobile .available-container .tooltip-web:hover .tooltiptext {
  visibility: visible;
}
.jumbotron-mobile .available-container .tooltip-web .tooltiptext {
  visibility: hidden;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -23px;
  left: 3px;
}
.jumbotron-mobile .available-container p {
  padding: 0;
  margin-right: 6.5%;
}
.jumbotron-mobile .available-container a {
  margin-right: 6.5%;
}

.swiper {
  width: 100%;
  height: auto;
  scroll-snap-type: y mandatory;
  background-color: #FFFEFB;
  padding: 10% 0;
}
@media (max-width: 991px) {
  .swiper {
    display: none;
  }
}
.swiper .screen-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5%;
  width: 45%;
  background-color: #FFFEFB;
}
.swiper .screen-container img.screen {
  width: 100%;
  padding-left: 4%;
  max-height: auto;
}
.swiper .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 40%;
  padding-left: 5%;
}
.swiper .text-container h2 {
  color: #283935;
  margin-top: 0;
}
.swiper .text-container h2.heading-3 {
  color: #3F444D;
  line-height: 1.5;
}

.swiper-wrapper {
  display: none;
}
@media (max-width: 991px) {
  .swiper-wrapper {
    display: flex;
    justify-content: center;
  }
}
.swiper-wrapper .screen-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}
.swiper-wrapper .screen-container img.screen {
  width: 100%;
  padding-left: 0;
  max-height: auto;
}
.swiper-wrapper .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 15vw;
  margin-bottom: 15vw;
}
.swiper-wrapper .text-container h2 {
  color: #283935;
  margin-top: 0;
  text-align: center;
}
.swiper-wrapper .text-container h2.heading-3 {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #40444d;
}
.swiper-wrapper .text-container p {
  text-align: center;
}
.swiper-wrapper .slick-dots li button:before {
  border: 2px solid #31524F;
  background: transparent;
  opacity: 1;
  border-radius: 15px;
  color: none;
}
.swiper-wrapper .slick-dots {
  position: absolute;
  top: 64%;
  right: -45.65vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  transform: rotate(90deg);
}
.swiper-wrapper button.next.slick-arrow {
  position: absolute;
  top: 64%;
  right: 5vw;
  background: transparent;
  border: none;
  transform: rotate(180deg);
  width: 2.5vw;
  height: 1.5vw;
  cursor: pointer;
  z-index: 100;
}
.swiper-wrapper button.prev.slick-arrow {
  position: absolute;
  top: 64%;
  left: 2.8vw;
  background: transparent;
  border: none;
  width: 2.5vw;
  height: 1.5vw;
  cursor: pointer;
  z-index: 100;
}
.swiper-wrapper .slick-dots li button:before {
  border: 2px solid #31524F;
  background: #31524F;
  opacity: 1;
  border-radius: 15px;
  color: none;
}
.swiper-wrapper .slick-dots li button:before {
  font-family: slick;
  font-size: 4px;
  line-height: 20px;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.swiper-wrapper .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  background-color: #31524F;
}

.swiper-wrapper-mobile.slick-initialized.slick-slider.slick-dotted {
  display: none;
}
@media (max-width: 991px) {
  .swiper-wrapper-mobile.slick-initialized.slick-slider.slick-dotted {
    display: block;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #31524F;
}

.swiper-wrapper-mobile {
  margin-top: 10%;
  display: none;
}
@media (max-width: 991px) {
  .swiper-wrapper-mobile {
    display: block;
  }
}
.swiper-wrapper-mobile .slick-dotted.slick-slider {
  margin-bottom: 10vw;
}
.swiper-wrapper-mobile .slick-dots li button:before {
  border: 2px solid #31524F;
  background: transparent;
  opacity: 1;
  border-radius: 15px;
  color: none;
}
.swiper-wrapper-mobile .slick-dots {
  position: absolute;
  top: 99vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.swiper-wrapper-mobile button.next.slick-arrow {
  position: absolute;
  top: 100vw;
  right: 5vw;
  background: transparent;
  border: none;
  transform: rotate(90deg);
  width: 2.5vw;
  height: 0.5vw;
  cursor: pointer;
  z-index: 100;
}
.swiper-wrapper-mobile button.prev.slick-arrow {
  position: absolute;
  top: 101vw;
  left: 5vw;
  background: transparent;
  border: none;
  width: 2.5vw;
  height: 0.5vw;
  cursor: pointer;
  z-index: 100;
  transform: rotate(-90deg);
}
.swiper-wrapper-mobile .slick-dots li button:before {
  border: 2px solid #31524F;
  background: green;
  opacity: 1;
  border-radius: 15px;
  color: none;
}
.swiper-wrapper-mobile .slick-dots li button:before {
  font-family: slick;
  font-size: 4px;
  line-height: 20px;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.swiper-wrapper-mobile .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  background-color: #31524F;
}
.swiper-wrapper-mobile .screen-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}
.swiper-wrapper-mobile .screen-container img.screen {
  width: 100%;
  padding-left: 0;
  max-height: auto;
}
.swiper-wrapper-mobile .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 15vw;
  margin-bottom: 15vw;
}
.swiper-wrapper-mobile .text-container h2 {
  color: #283935;
  margin-top: 0;
  text-align: center;
}
.swiper-wrapper-mobile .text-container h2.heading-3 {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #40444d;
}
.swiper-wrapper-mobile .text-container p {
  text-align: center;
}
@media (max-width: 991px) {
  .swiper-wrapper-mobile {
    display: block;
  }
}

.swiper-wrapper .mobile {
  margin: 5%;
  display: none;
}
@media (max-width: 991px) {
  .swiper-wrapper .mobile {
    display: block;
  }
}
.swiper-wrapper .mobile .slick-dotted.slick-slider {
  margin-bottom: 10vw;
}
.swiper-wrapper .mobile .slick-dots li button:before {
  border: 2px solid #31524F;
  background: transparent;
  opacity: 1;
  border-radius: 15px;
  color: none;
}
.swiper-wrapper .mobile .slick-dots {
  position: absolute;
  top: 99vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.swiper-wrapper .mobile button.next.slick-arrow {
  position: absolute;
  top: 100vw;
  right: 5vw;
  background: transparent;
  border: none;
  transform: rotate(90deg);
  width: 2.5vw;
  height: 0.5vw;
  cursor: pointer;
  z-index: 100;
}
.swiper-wrapper .mobile button.prev.slick-arrow {
  position: absolute;
  top: 101vw;
  left: 5vw;
  background: transparent;
  border: none;
  width: 2.5vw;
  height: 0.5vw;
  cursor: pointer;
  z-index: 100;
  transform: rotate(-90deg);
}
.swiper-wrapper .mobile .slick-dots li button:before {
  border: 2px solid #31524F;
  background: green;
  opacity: 1;
  border-radius: 15px;
  color: none;
}
.swiper-wrapper .mobile .slick-dots li button:before {
  font-family: slick;
  font-size: 4px;
  line-height: 20px;
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  width: 13px;
  height: 13px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.swiper-wrapper .mobile .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
  background-color: #31524F;
}
.swiper-wrapper .mobile .screen-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}
.swiper-wrapper .mobile .screen-container img.screen {
  width: 100%;
  padding-left: 0;
  max-height: auto;
}
.swiper-wrapper .mobile .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-top: 30vw;
}
.swiper-wrapper .mobile .text-container h2 {
  color: #283935;
  margin-top: 0;
  text-align: center;
}
.swiper-wrapper .mobile .text-container h2.heading-3 {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #40444d;
}
.swiper-wrapper .mobile .text-container p {
  text-align: center;
}
@media (max-width: 991px) {
  .swiper-wrapper .mobile {
    display: block;
  }
}

.swiper-mobile {
  display: none;
}
.swiper-mobile .screen-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
}
.swiper-mobile .screen-container img.screen {
  width: 100%;
  padding-left: 0;
  max-height: auto;
}
.swiper-mobile .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.swiper-mobile .text-container h2 {
  color: #283935;
  margin-top: 0;
  text-align: center;
  line-height: 1.1;
}
.swiper-mobile .text-container h2.heading-3 {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #40444d;
}
.swiper-mobile .text-container p {
  text-align: center;
}
@media (max-width: 991px) {
  .swiper-mobile {
    display: block;
  }
}

.getting-started {
  background-color: #31524F;
  height: 581px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 10;
}
@media (max-width: 991px) {
  .getting-started {
    height: auto;
    padding: 5% 0;
    margin-top: 10%;
  }
}
.getting-started h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 6%;
}
@media (max-width: 991px) {
  .getting-started h2 {
    margin: 5% 0;
  }
}
.getting-started .card {
  background-color: #283935;
  border-radius: 25px;
  width: 48%;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.getting-started .card a.gold-btn {
  min-width: 192px;
}
@media (max-width: 991px) {
  .getting-started .card {
    width: 100%;
    margin-top: 2.5%;
  }
}
.getting-started .card .mobile {
  width: 54px;
  height: 82px;
}
.getting-started .card p {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  color: white;
  padding: 0 8%;
  text-align: center;
}

footer#main-footer {
  width: 100%;
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #FFFEFB;
}
footer#main-footer h2.heading-2 {
  text-align: left;
}
@media (max-width: 991px) {
  footer#main-footer {
    height: auto;
  }
}
@media (max-width: 991px) {
  footer#main-footer .desktop-menu {
    display: none;
  }
}
footer#main-footer .mobile-footer {
  display: none;
}
@media (max-width: 991px) {
  footer#main-footer .mobile-footer {
    display: block;
  }
}
footer#main-footer .mobile-footer .logo-address-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 5% 0;
  text-align: center;
}
footer#main-footer .mobile-footer .logo-address-socials a img {
  width: 30px;
  height: auto;
}
footer#main-footer .mobile-footer .logo-address-socials .social-media-container a {
  margin: 0 2.5%;
}
footer#main-footer .mobile-footer .logo-address-socials .social-media-container a img {
  width: 35px;
  height: 35px;
}
footer#main-footer .mobile-footer button.accordion {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 5% 2.5%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #E3E2DA;
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 20px;
  color: #3f444d;
}
footer#main-footer .mobile-footer .panel {
  padding: 2.5%;
  display: none;
  overflow: hidden;
}
footer#main-footer h2 {
  margin: 0;
}
footer#main-footer ul.menu-item {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
footer#main-footer ul.menu-item li {
  margin-bottom: 2.5%;
  text-align: left;
}
footer#main-footer ul.menu-item li a {
  text-decoration: none;
}
footer#main-footer p {
  font-family: "Heebo", sans-serif;
  color: #3F444D;
  font-size: 16px;
}
footer#main-footer a {
  font-family: "Heebo", sans-serif;
  color: #3F444D;
  font-size: 16px;
}
footer#main-footer .top-container {
  height: inherit;
  margin-top: 3%;
}
footer#main-footer .top-container .logo-address-socials {
  display: flex;
  flex-direction: column;
}
footer#main-footer .top-container .logo-address-socials .social-media-container a {
  margin-right: 3.5%;
}
footer#main-footer p.copyright {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  color: #3f444d;
}

/* The Modal (background) */
.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content/Box */
.modal-content {
  background-color: white;
  width: 100%;
  width: 520px;
  max-width: 488px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  margin: 1rem;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
.modal-content iframe {
  width: 100%;
  min-height: 100%;
}
.modal-content label {
  width: 100%;
  line-height: 2.5;
  font-size: 0.75rem;
  font-weight: 600;
  font-family: "Heebo", sans-serif;
}

.modal-body {
  padding: 2rem;
}

/* The Close Button */
.close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  line-height: 0;
  right: 20px;
}
.close.video {
  top: 2rem;
  right: 2rem;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  border-radius: 10px;
  padding: 0 !important;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: rgba(227, 226, 218, 0.2);
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  background: url("img/accordion-down-arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  top: 33%;
  right: 20px;
  width: 22px;
  height: 14px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "";
  background: url("img/accordion-down-arrow.svg");
}

/*style the items (options), including the selected item:*/
form div .select-items div,
.select-selected {
  padding: 0.925rem !important;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: rgba(227, 226, 218, 0);
  transition: all 0.3s ease-in;
}

/*style items (options):*/
.select-items {
  position: absolute;
  top: 120%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow-y: scroll;
  max-height: 180px;
  font-size: 1rem;
  border-radius: 9px;
  border: 1px solid gray;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.1019607843);
}

.hover-form {
  background-color: rgba(227, 226, 218, 0.2);
  border: 1px solid #b2b4b8;
  border-radius: 10px;
  transition: all 0.3s ease-in;
}

.hover-form:hover {
  border: 1px solid #3F444D;
  background-color: rgba(227, 226, 218, 0.5);
  transition: all 0.3s ease-in;
}

.select-selected:hover {
  background-color: rgba(227, 226, 218, 0.5);
  transition: all 0.3s ease-in;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #dce8f3;
}

.modal-content.larger-w {
  max-width: 640px;
}
.modal-content.larger-w.video {
  background-color: transparent;
}

.modal-content {
  position: relative;
  border-radius: 10px;
}

.info-modal {
  padding: 2.2rem 2.2rem 2.2rem 2.2rem;
  max-width: 540px;
}
.info-modal .close {
  top: 0;
  right: 0;
}
.info-modal img {
  width: 56px;
  margin: 0;
}
.info-modal h2,
.info-modal p {
  padding: 0;
  padding-top: 1rem;
  margin: 0;
  text-align: center;
}
.info-modal .modal-header {
  background: transparent;
  border: none;
  padding: 0;
}
.info-modal .modal-body {
  padding: 0;
}

.modal-body.overflow {
  overflow-y: scroll;
  max-height: 80vh;
  min-height: 200px;
  margin-bottom: 2.5rem;
}

.modal-col-info img {
  max-width: 180px;
}
.modal-col-info h2 {
  margin: 1rem 0 0.5rem;
}
.modal-col-info h3 {
  text-align: center;
}
.modal-col-info p {
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

.modal-body form div.footer-form {
  position: absolute;
  display: flex;
  z-index: 9;
  padding: 1rem;
  bottom: 0;
  left: 0;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 95%;
  border-top: 1px solid rgba(63, 68, 77, 0.2);
}

/* Add Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
form.contact {
  width: 100%;
  margin-bottom: 1rem;
}
form.contact div {
  padding: 0 0 0.5rem 0;
  margin-bottom: 0 !important;
}
form.contact label {
  width: 100%;
  line-height: 2.5;
  font-size: 0.75rem;
  font-weight: 600;
}
form.contact input,
form.contact textarea {
  width: 100%;
  padding: 0.7rem;
  border-radius: 10px;
  font-size: 1rem;
  background-color: rgba(227, 226, 218, 0.2);
  border: 1px solid #b2b4b8;
  font-family: "Heebo", sans-serif;
  transition: all 0.3s ease-in;
}
form.contact input:hover, form.contact input:focus,
form.contact textarea:hover,
form.contact textarea:focus {
  border-radius: 10px;
  outline: none;
  background-color: rgba(227, 226, 218, 0.5);
  transition: all 0.3s ease-in;
}
form.contact .error-msg {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
form.contact textarea {
  height: 120px;
}
form.contact input[type=submit] {
  background-color: #E0D177;
  font-family: "IBM Plex Serif", serif;
  color: white;
  margin: 0 auto;
  padding: 1rem 6rem;
  font-size: 17px;
  border-radius: 2rem;
  border: none;
}

body.price .green-header {
  width: 100%;
  height: 335px;
  background-color: #31524F;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.price .green-header .container {
  height: inherit;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
body.price .green-header h1 {
  color: white;
  font-size: 35px;
  text-align: center;
  font-family: "IBM Plex Serif", serif;
}
body.price .green-header a.gold-btn {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
body.price section.plans {
  background-color: #FFFEFB;
  margin-top: 60px;
}
body.price section.plans .container h2 {
  text-align: center;
  margin: 0 auto;
}
body.price section.plans .container h2.heading-3 {
  color: #E0D177;
}
body.price section.plans .container p {
  text-align: center;
}
body.price section.plans .container .tab {
  border-bottom: solid 1px black;
}
body.price section.plans .container .tab button {
  background: none;
  border: none;
}
body.price section.plans .container .card {
  width: 407px;
  height: 490px;
}
body.price section.plans .container .green-card {
  width: 407px;
  height: 490px;
}
body.price section.plans .container .white-card {
  background-color: #D8D9D7;
}

body#data-use,
body#adt,
body#partners,
body#swat-maps,
body#support {
  margin-top: 70px;
}
body#data-use header,
body#adt header,
body#partners header,
body#swat-maps header,
body#support header {
  position: fixed;
}
body#data-use header .container,
body#adt header .container,
body#partners header .container,
body#swat-maps header .container,
body#support header .container {
  height: -webkit-fill-available;
}
@media (max-width: 991px) {
  body#data-use header,
  body#adt header,
  body#partners header,
  body#swat-maps header,
  body#support header {
    padding: 0;
  }
}
body#data-use header ul.desktop-menu,
body#adt header ul.desktop-menu,
body#partners header ul.desktop-menu,
body#swat-maps header ul.desktop-menu,
body#support header ul.desktop-menu {
  height: 70px;
  width: 100%;
  justify-content: flex-start;
}
body#data-use header .dropbtn,
body#adt header .dropbtn,
body#partners header .dropbtn,
body#swat-maps header .dropbtn,
body#support header .dropbtn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* width: 175px; */
  margin-left: 10%;
  white-space: nowrap;
  padding-right: 30px;
}
body#data-use header .dropbtn img,
body#adt header .dropbtn img,
body#partners header .dropbtn img,
body#swat-maps header .dropbtn img,
body#support header .dropbtn img {
  margin-left: 5%;
  top: 2px;
  position: relative;
}
body#data-use header li.top,
body#adt header li.top,
body#partners header li.top,
body#swat-maps header li.top,
body#support header li.top {
  margin-left: 0.5%;
}
body#data-use .pop-out-menu .container,
body#adt .pop-out-menu .container,
body#partners .pop-out-menu .container,
body#swat-maps .pop-out-menu .container,
body#support .pop-out-menu .container {
  background: transparent;
}
body#data-use .pop-out-menu .account,
body#adt .pop-out-menu .account,
body#partners .pop-out-menu .account,
body#swat-maps .pop-out-menu .account,
body#support .pop-out-menu .account {
  margin-top: 5%;
}
body#data-use footer .logo-address-socials,
body#adt footer .logo-address-socials,
body#partners footer .logo-address-socials,
body#swat-maps footer .logo-address-socials,
body#support footer .logo-address-socials {
  align-items: flex-start;
}
body#data-use footer .logo-address-socials a,
body#adt footer .logo-address-socials a,
body#partners footer .logo-address-socials a,
body#swat-maps footer .logo-address-socials a,
body#support footer .logo-address-socials a {
  margin: 0 5% 2.5% 0;
}
body#data-use footer .logo-address-socials img,
body#adt footer .logo-address-socials img,
body#partners footer .logo-address-socials img,
body#swat-maps footer .logo-address-socials img,
body#support footer .logo-address-socials img {
  width: 30px;
  height: auto;
  max-height: unset;
  margin: 2.5%;
}
body#data-use .swiper-wrapper,
body#adt .swiper-wrapper,
body#partners .swiper-wrapper,
body#swat-maps .swiper-wrapper,
body#support .swiper-wrapper {
  display: block;
}
body#data-use .mobile-footer ul.menu-item,
body#adt .mobile-footer ul.menu-item,
body#partners .mobile-footer ul.menu-item,
body#swat-maps .mobile-footer ul.menu-item,
body#support .mobile-footer ul.menu-item {
  text-align: left;
}

body#support section.cta-green {
  background: #31524F;
  height: auto !important;
  padding: 0px 0;
  overflow-y: hidden;
}
@media (max-width: 991px) {
  body#support section.cta-green {
    padding: 50px 0 0;
  }
}
body#support section.cta-green .cta__content {
  width: 50%;
}
body#support section.cta-green .cta__heading {
  max-width: 428px;
  padding-top: 0;
  text-align: left;
}
@media (max-width: 991px) {
  body#support section.cta-green .cta__heading {
    text-align: center;
    margin: 0 auto 10px;
  }
}
body#support section.cta-green .cta__description {
  max-width: 428px;
  margin: 0 0 20px;
  text-align: left;
}
@media (max-width: 991px) {
  body#support section.cta-green .cta__description {
    text-align: center;
    margin: 0 auto 20px;
  }
}
body#support section.cta-green .container {
  background: #31524F;
  align-items: center;
}
@media (max-width: 991px) {
  body#support section.cta-green .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body#support section.cta-green .container .cta__content {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
body#support section.cta-green .container .btn-nav {
  margin: 0;
  padding: 13px 15px 16px;
  min-width: 172px;
}
@media (max-width: 991px) {
  body#support section.cta-green .container .btn-nav {
    margin: auto;
  }
}
body#support section.cta-green .cta__image-green {
  width: 50%;
}
@media (max-width: 991px) {
  body#support section.cta-green .cta__image-green {
    width: 100%;
    margin-bottom: 0;
  }
}
body#support section.cta-green .cta__image-green img {
  width: 100%;
}
@media (max-width: 991px) {
  body#support section.cta-green .cta__image-green img {
    content: url("../../img/optimize-value-mobile.svg");
    max-width: 300px;
  }
}

body#swat-maps section.cta-green {
  background: #31524F;
  height: auto !important;
  padding: 0px 0;
  overflow-y: hidden;
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green {
    padding: 50px 0 0;
  }
}
body#swat-maps section.cta-green .cta__content {
  width: 50%;
}
body#swat-maps section.cta-green .cta__heading {
  max-width: 428px;
  padding-top: 0;
  text-align: left;
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green .cta__heading {
    text-align: center;
    margin: 0 auto 10px;
  }
}
body#swat-maps section.cta-green .cta__description {
  max-width: 428px;
  margin: 0 0 20px;
  text-align: left;
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green .cta__description {
    text-align: center;
    margin: 0 auto 20px;
  }
}
body#swat-maps section.cta-green .container {
  background: #31524F;
  align-items: center;
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green .container .cta__content {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
body#swat-maps section.cta-green .container .btn-nav {
  margin: 0;
  padding: 13px 15px 16px;
  min-width: 172px;
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green .container .btn-nav {
    margin: auto;
  }
}
body#swat-maps section.cta-green .cta__image-green {
  width: 50%;
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green .cta__image-green {
    width: 100%;
    margin-bottom: 0;
  }
}
body#swat-maps section.cta-green .cta__image-green img {
  width: 100%;
}
@media (max-width: 991px) {
  body#swat-maps section.cta-green .cta__image-green img {
    max-width: 300px;
    content: url("../../img/optimize-value-mobile.svg");
  }
}

.combyne-app {
  background-color: #FFFEFB;
}
.combyne-app header .container,
.combyne-app footer .container {
  max-width: 1260px !important;
  padding: 0;
  width: 95% !important;
}
.combyne-app .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
.combyne-app .dropdown-content .container {
  padding: 0;
}
.combyne-app .home-banner {
  position: relative;
  padding: 177px 0px 131px;
  background: url(../home-img/green-path2.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #F5F4F0;
}
@media (max-width: 1024px) {
  .combyne-app .home-banner {
    padding: 130px 0px 110px;
  }
}
@media (max-width: 767px) {
  .combyne-app .home-banner {
    padding: 118px 0px 62px;
  }
}
.combyne-app .home-banner .banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .combyne-app .home-banner .banner-inner {
    display: block;
  }
}
.combyne-app .home-banner .banner-inner .col-left {
  max-width: 511px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .combyne-app .home-banner .banner-inner .col-left {
    margin: 0px 0px 32px;
    max-width: 100%;
    text-align: center;
  }
}
.combyne-app .home-banner .banner-inner .col-left h1 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .combyne-app .home-banner .banner-inner .col-left h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .combyne-app .home-banner .banner-inner .col-left h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.combyne-app .home-banner .banner-inner .col-left p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .combyne-app .home-banner .banner-inner .col-left p {
    font-size: 16px;
    line-height: 24px;
  }
}
.combyne-app .home-banner .banner-inner .col-left .banner-buttons {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .combyne-app .home-banner .banner-inner .col-left .banner-buttons {
    align-items: center;
  }
}
.combyne-app .home-banner .banner-inner .col-left .banner-buttons a.started-btn {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-family: "IBM Plex Serif";
  text-align: center;
  margin-bottom: 16px;
  max-width: 240px;
  width: 100%;
  text-decoration: none;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
.combyne-app .home-banner .banner-inner .col-left .banner-buttons a.started-btn:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  .combyne-app .home-banner .banner-inner .col-left .banner-buttons a.started-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
.combyne-app .home-banner .banner-inner .col-left .banner-buttons a.interactive-demo-btn {
  background: rgb(180, 219, 219);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-family: "IBM Plex Serif";
  text-align: center;
  max-width: 261px;
  width: 100%;
  text-decoration: none;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  border-radius: 100px;
}
.combyne-app .home-banner .banner-inner .col-left .banner-buttons a.interactive-demo-btn:hover {
  background-color: #7CA6A6;
}
@media all and (max-width: 767px) {
  .combyne-app .home-banner .banner-inner .col-left .banner-buttons a.interactive-demo-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
.combyne-app .home-banner .banner-inner .col-right {
  max-width: 617px;
  width: 100%;
}
@media (max-width: 991px) {
  .combyne-app .home-banner .banner-inner .col-right {
    max-width: 540px;
    margin: 0 auto;
  }
}
.combyne-app .home-banner .banner-inner .col-right img {
  width: 100%;
}
.combyne-app .demo {
  padding: 104px 0px;
  background-color: #F5F4F0;
}
@media (max-width: 1024px) {
  .combyne-app .demo {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .combyne-app .demo {
    padding: 64px 0px;
  }
}
.combyne-app .demo .demo-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner {
    flex-direction: column-reverse;
  }
}
.combyne-app .demo .demo-inner .col-left {
  max-width: 305px;
  width: 100%;
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner .col-left {
    max-width: 327px;
  }
}
.combyne-app .demo .demo-inner .col-left .demo-desktop {
  max-width: 370px;
  width: 100%;
  height: 614px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner .col-left .demo-desktop {
    display: none;
  }
}
.combyne-app .demo .demo-inner .col-left .demo-desktop iframe {
  width: 402px;
  height: 734px;
  border: 0px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.combyne-app .demo .demo-inner .col-left .demo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner .col-left .demo-mobile {
    display: block;
  }
}
.combyne-app .demo .demo-inner .col-left .demo-mobile span.user-information {
  color: #403E3C;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  display: none;
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner .col-left .demo-mobile span.user-information {
    display: block;
  }
}
.combyne-app .demo .demo-inner .col-left .demo-mobile a {
  display: block;
}
.combyne-app .demo .demo-inner .col-left .demo-mobile a img {
  width: 100%;
  border-radius: 50px;
}
.combyne-app .demo .demo-inner .col-right {
  max-width: 617px;
  width: 100%;
}
@media (max-width: 1200px) {
  .combyne-app .demo .demo-inner .col-right {
    max-width: 550px;
  }
}
@media (max-width: 991px) {
  .combyne-app .demo .demo-inner .col-right {
    max-width: 360px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner .col-right {
    max-width: 542px;
  }
}
.combyne-app .demo .demo-inner .col-right h2 {
  color: #403E3C;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .combyne-app .demo .demo-inner .col-right h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner .col-right h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 374px) {
  .combyne-app .demo .demo-inner .col-right h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
.combyne-app .demo .demo-inner .col-right span {
  color: #403E3C;
  font-family: "IBM Plex Serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  .combyne-app .demo .demo-inner .col-right span {
    text-align: center;
    display: block;
  }
}
@media (max-width: 991px) {
  .combyne-app .demo .demo-inner .col-right ul {
    text-align: center;
  }
}
.combyne-app .demo .demo-inner .col-right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.combyne-app .demo .demo-inner .col-right ul li:last-child {
  margin-bottom: 0px;
}
.combyne-app .demo .demo-inner .col-right ul li .demo-icon {
  margin-right: 12px;
}
.combyne-app .demo .demo-inner .col-right ul li span {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .combyne-app .demo .demo-inner .col-right ul li span {
    text-align: start;
    display: block;
  }
}
.combyne-app .redefining {
  background-color: #FFFEFB;
  padding: 108px 0px 108px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .combyne-app .redefining {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .combyne-app .redefining {
    padding: 64px 0px;
  }
}
.combyne-app .redefining .redefining-inner .detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .combyne-app .redefining .redefining-inner .detail-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .combyne-app .redefining .redefining-inner .detail-row {
    max-width: 100%;
    gap: 0;
  }
}
.combyne-app .redefining .redefining-inner .detail-row:last-child .col-right {
  max-width: 502px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .combyne-app .redefining .redefining-inner .detail-row:last-child .col-right {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .combyne-app .redefining .redefining-inner .detail-row:last-child .col-right {
    max-width: 315px;
    width: 100%;
    margin-bottom: 27px;
  }
}
.combyne-app .redefining .redefining-inner .detail-row:last-child .col-right img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(156, 150, 142, 0.3);
  border-radius: 12px;
}
.combyne-app .redefining .redefining-inner .detail-row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .combyne-app .redefining .redefining-inner .detail-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.combyne-app .redefining .redefining-inner .detail-row .col-left {
  max-width: 512px;
}
@media (max-width: 991px) {
  .combyne-app .redefining .redefining-inner .detail-row .col-left {
    max-width: 100%;
    text-align: center;
  }
}
.combyne-app .redefining .redefining-inner .detail-row .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: rgb(64, 60, 55);
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .combyne-app .redefining .redefining-inner .detail-row .col-left h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .combyne-app .redefining .redefining-inner .detail-row .col-left h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.combyne-app .redefining .redefining-inner .detail-row .col-left p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(64, 60, 55);
}
.combyne-app .redefining .redefining-inner .detail-row .col-right {
  max-width: 692px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .combyne-app .redefining .redefining-inner .detail-row .col-right {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .combyne-app .redefining .redefining-inner .detail-row .col-right {
    margin-bottom: 43px;
    max-width: 315px;
  }
}
@media (max-width: 374px) {
  .combyne-app .redefining .redefining-inner .detail-row .col-right {
    max-width: 250px;
  }
}
.combyne-app .redefining .redefining-inner .detail-row .col-right video {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(156, 150, 142, 0.3);
  border-radius: 12px;
}
.combyne-app .marketing-elements {
  position: relative;
  padding: 144px 0 142px;
  background-color: #1D2E2E;
}
@media (max-width: 1024px) {
  .combyne-app .marketing-elements {
    padding: 80px 0 80px;
  }
}
@media (max-width: 767px) {
  .combyne-app .marketing-elements {
    padding: 64px 0px;
  }
}
.combyne-app .marketing-elements .marketing-elements-inner {
  background-color: #1D2E2E;
  padding: 24px 0px;
  position: relative;
}
.combyne-app .marketing-elements .marketing-elements-inner::before {
  content: "";
  position: absolute;
  background-image: url(../home-img/track-layer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 249px;
  width: 100%;
  height: 515px;
  right: 0;
  z-index: 1;
  bottom: -46%;
}
@media (max-width: 1024px) {
  .combyne-app .marketing-elements .marketing-elements-inner::before {
    max-width: 150px;
    height: 440px;
    bottom: -16%;
  }
}
@media (max-width: 767px) {
  .combyne-app .marketing-elements .marketing-elements-inner::before {
    display: none;
  }
}
.combyne-app .marketing-elements::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url(../home-img/path1.svg) no-repeat;
  background-size: cover;
  background-color: rgb(255, 255, 250);
}
@media (max-width: 1024px) {
  .combyne-app .marketing-elements::before {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .combyne-app .marketing-elements::before {
    height: 64px;
  }
}
.combyne-app .marketing-elements::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 118px;
  background: url(../home-img/path1.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  background-color: #FFFEFB;
}
@media (max-width: 1024px) {
  .combyne-app .marketing-elements::after {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .combyne-app .marketing-elements::after {
    height: 64px;
  }
}
.combyne-app .marketing-elements .container .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 77px;
}
@media (max-width: 991px) {
  .combyne-app .marketing-elements .container .detail-row {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .combyne-app .marketing-elements .container .detail-row {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.combyne-app .marketing-elements .container .detail-row .marketing-card {
  max-width: 298px;
  width: 100%;
}
@media (max-width: 767px) {
  .combyne-app .marketing-elements .container .detail-row .marketing-card {
    margin: 0 auto;
  }
}
.combyne-app .marketing-elements .container .detail-row .marketing-card .thumbnail {
  height: 50px;
}
.combyne-app .marketing-elements .container .detail-row .marketing-card h5 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 18px 0 12px;
}
.combyne-app .marketing-elements .container .detail-row .marketing-card p {
  font-size: 17px;
  color: #FFFFFF;
  margin: 0 0 12px;
  min-height: 81px;
}
@media (max-width: 1366px) {
  .combyne-app .marketing-elements .container .detail-row .marketing-card p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .combyne-app .marketing-elements .container .detail-row .marketing-card p {
    min-height: auto;
  }
}
.combyne-app .marketing-elements .container .detail-row .marketing-card a {
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #E0D177;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "Heebo";
}
@media (max-width: 991px) {
  .combyne-app .marketing-elements .container .detail-row .marketing-card a {
    justify-content: center;
  }
}
.combyne-app .marketing-elements .container .detail-row .marketing-card a span {
  margin-top: 2px;
}
.combyne-app .track {
  background-color: #FFFEFB;
  padding: 108px 0px 108px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .combyne-app .track {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .combyne-app .track {
    padding: 64px 0px;
  }
}
.combyne-app .track .track-inner .detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .combyne-app .track .track-inner .detail-row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .combyne-app .track .track-inner .detail-row {
    max-width: 100%;
    gap: 0;
  }
}
.combyne-app .track .track-inner .detail-row:last-child .col-right {
  max-width: 502px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .combyne-app .track .track-inner .detail-row:last-child .col-right {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .combyne-app .track .track-inner .detail-row:last-child .col-right {
    max-width: 315px;
    width: 100%;
    margin-bottom: 27px;
  }
}
.combyne-app .track .track-inner .detail-row:last-child .col-right img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(156, 150, 142, 0.3);
  border-radius: 12px;
}
.combyne-app .track .track-inner .detail-row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .combyne-app .track .track-inner .detail-row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.combyne-app .track .track-inner .detail-row .col-left {
  max-width: 512px;
}
@media (max-width: 991px) {
  .combyne-app .track .track-inner .detail-row .col-left {
    max-width: 100%;
    text-align: center;
  }
}
.combyne-app .track .track-inner .detail-row .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: rgb(64, 60, 55);
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .combyne-app .track .track-inner .detail-row .col-left h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .combyne-app .track .track-inner .detail-row .col-left h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.combyne-app .track .track-inner .detail-row .col-left p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: rgb(64, 60, 55);
}
.combyne-app .track .track-inner .detail-row .col-right {
  max-width: 692px;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .combyne-app .track .track-inner .detail-row .col-right {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .combyne-app .track .track-inner .detail-row .col-right {
    margin-bottom: 43px;
    max-width: 315px;
  }
}
@media (max-width: 374px) {
  .combyne-app .track .track-inner .detail-row .col-right {
    max-width: 250px;
  }
}
.combyne-app .track .track-inner .detail-row .col-right video {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(156, 150, 142, 0.3);
  border-radius: 12px;
}
.combyne-app .our-user {
  padding: 144px 0px 213px;
  background-color: #FFFEFB;
}
@media (max-width: 1024px) {
  .combyne-app .our-user {
    padding: 80px 0px 140px;
  }
}
@media (max-width: 767px) {
  .combyne-app .our-user {
    padding: 64px 0px;
  }
}
.combyne-app .our-user h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .combyne-app .our-user h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .combyne-app .our-user h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.combyne-app .our-user .our-user-slider .item {
  padding: 0 48px;
  border-right: 1px solid rgba(156, 150, 142, 0.3);
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 234px;
}
@media (max-width: 767px) {
  .combyne-app .our-user .our-user-slider .item {
    padding: 0 24px;
    border: 0px;
    height: auto;
  }
}
.combyne-app .our-user .our-user-slider .item p {
  font-family: "IBM Plex Serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.150000006px;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .combyne-app .our-user .our-user-slider .item p {
    font-weight: 500;
  }
}
.combyne-app .our-user .our-user-slider .item span {
  font-family: "Heebo";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #403E3C;
  display: block;
  text-align: center;
}
.combyne-app .our-user .our-user-slider .slick-prev {
  top: auto;
  left: 50%;
  bottom: -38%;
  transform: translate(-130%, -38%);
}
@media (max-width: 767px) {
  .combyne-app .our-user .our-user-slider .slick-prev {
    bottom: -32%;
  }
}
@media (max-width: 640px) {
  .combyne-app .our-user .our-user-slider .slick-prev {
    bottom: -24%;
  }
}
@media (max-width: 480px) {
  .combyne-app .our-user .our-user-slider .slick-prev {
    bottom: -20%;
  }
}
@media (max-width: 374px) {
  .combyne-app .our-user .our-user-slider .slick-prev {
    bottom: -15%;
  }
}
.combyne-app .our-user .our-user-slider .slick-next {
  top: auto;
  right: 50%;
  bottom: -38%;
  transform: translate(130%, -38%);
}
@media (max-width: 767px) {
  .combyne-app .our-user .our-user-slider .slick-next {
    bottom: -32%;
  }
}
@media (max-width: 640px) {
  .combyne-app .our-user .our-user-slider .slick-next {
    bottom: -24%;
  }
}
@media (max-width: 480px) {
  .combyne-app .our-user .our-user-slider .slick-next {
    bottom: -20%;
  }
}
@media (max-width: 374px) {
  .combyne-app .our-user .our-user-slider .slick-next {
    bottom: -15%;
  }
}
.combyne-app .our-user .our-user-slider button {
  border: 1px solid rgb(224, 224, 224);
  border-radius: 50px;
  width: 37px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.combyne-app .our-user .our-user-slider button.slick-prev::before {
  content: "";
  position: absolute;
  background-image: url(../home-img/prev-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 9px;
  width: 100%;
  height: 15px;
  opacity: 1;
}
.combyne-app .our-user .our-user-slider button.slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../home-img/next-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 9px;
  width: 100%;
  height: 15px;
  opacity: 1;
}
.combyne-app .tool {
  padding: 144px 0px;
  position: relative;
  background-color: #FFFEFB;
}
@media (max-width: 1024px) {
  .combyne-app .tool {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .combyne-app .tool {
    padding: 64px 0px;
  }
}
.combyne-app .tool::before {
  content: "";
  position: absolute;
  background-image: url(../home-img/tool-dot-logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 333px;
  width: 100%;
  height: 608px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1024px) {
  .combyne-app .tool::before {
    max-width: 250px;
    height: 448px;
  }
}
@media (max-width: 767px) {
  .combyne-app .tool::before {
    top: auto;
    bottom: 0;
  }
}
.combyne-app .tool .container {
  position: relative;
  z-index: 2;
}
.combyne-app .tool .container h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .combyne-app .tool .container h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .combyne-app .tool .container h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.combyne-app .tool .container .tool-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .combyne-app .tool .container .tool-inner {
    display: block;
  }
}
.combyne-app .tool .container .tool-inner a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .combyne-app .tool .container .tool-inner a {
    margin-bottom: 24px;
    display: block;
  }
}
.combyne-app .tool .container .tool-inner a:last-child {
  margin-bottom: 0;
}
.combyne-app .tool .container .tool-inner a .tool-items {
  display: flex;
  align-items: center;
  width: 336px;
  padding: 8px 24px 8px 24px;
  border-radius: 12px;
  background: #FFFEFB;
  border: 1px solid rgba(156, 150, 142, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  transition: 0.2s;
}
@media (max-width: 767px) {
  .combyne-app .tool .container .tool-inner a .tool-items {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .combyne-app .tool .container .tool-inner a .tool-items {
    padding: 8px 15px 8px 15px;
  }
}
.combyne-app .tool .container .tool-inner a .tool-items:hover {
  background: #F5F4F0;
}
.combyne-app .tool .container .tool-inner a .tool-items .thumbnail {
  margin-right: 12px;
}
.combyne-app .tool .container .tool-inner a .tool-items .content h3 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #403E3C;
}
.combyne-app .tool .container .tool-inner a .tool-items .content span {
  font-family: "Heebo";
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  color: rgba(66, 67, 67, 0.73);
}
.combyne-app .tool .container .integrations-btn {
  text-align: center;
}
.combyne-app .tool .container .integrations-btn a {
  max-width: 304px;
  width: 100%;
  font-family: "IBM Plex Serif";
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
.combyne-app .tool .container .integrations-btn a:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  .combyne-app .tool .container .integrations-btn a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
.combyne-app .press {
  padding: 144px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 1024px) {
  .combyne-app .press {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .combyne-app .press {
    padding: 64px 0px;
  }
}
.combyne-app .press .press-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .combyne-app .press .press-inner {
    display: block;
  }
}
.combyne-app .press .press-inner .col-left {
  max-width: 511px;
  width: 100%;
}
@media (max-width: 1300px) {
  .combyne-app .press .press-inner .col-left {
    max-width: 420px;
  }
}
@media (max-width: 1200px) {
  .combyne-app .press .press-inner .col-left {
    max-width: 310px;
  }
}
@media (max-width: 1024px) {
  .combyne-app .press .press-inner .col-left {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .combyne-app .press .press-inner .col-left {
    margin-bottom: 24px;
    max-width: 100%;
  }
}
.combyne-app .press .press-inner .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .combyne-app .press .press-inner .col-left h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .combyne-app .press .press-inner .col-left h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}
.combyne-app .press .press-inner .col-left p,
.combyne-app .press .press-inner .col-left span {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #403E3C;
  margin-bottom: 24px;
}
.combyne-app .press .press-inner .col-left span {
  margin: 0;
  margin-bottom: 32px;
  display: inline-block;
}
@media (max-width: 991px) {
  .combyne-app .press .press-inner .col-left span {
    margin: 0;
  }
}
.combyne-app .press .press-inner .col-left span a {
  color: rgb(83, 135, 212);
}
@media (max-width: 991px) {
  .combyne-app .press .press-inner .col-left .view-more-btn {
    display: none;
  }
}
.combyne-app .press .press-inner .col-left .view-more-btn a {
  max-width: 130px;
  width: 100%;
  display: inline-block;
  font-family: "IBM Plex Serif";
  text-decoration: none;
  text-align: center;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
.combyne-app .press .press-inner .col-left .view-more-btn a:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  .combyne-app .press .press-inner .col-left .view-more-btn a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
.combyne-app .press .press-inner .col-right .press-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  max-width: 619px;
  width: 100%;
}
@media (max-width: 1200px) {
  .combyne-app .press .press-inner .col-right .press-slider {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .combyne-app .press .press-inner .col-right .press-slider {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .combyne-app .press .press-inner .col-right .press-slider .slick-slide {
    width: 291px !important;
    margin: 0px 11.5px;
  }
}
@media (max-width: 767px) {
  .combyne-app .press .press-inner .col-right .press-slider .slick-slide {
    margin: 0px 9px;
  }
}
.combyne-app .press .press-inner .col-right .press-slider div a {
  width: 298px;
  display: inline-block;
  padding: 8px 24px 32px 24px;
  border-radius: 12px;
  text-decoration: none;
  background: #FFFEFB;
  border: 1px solid rgba(156, 150, 142, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .combyne-app .press .press-inner .col-right .press-slider div a {
    width: 291px;
  }
}
.combyne-app .press .press-inner .col-right .press-slider div a:hover {
  background: #F5F4F0;
}
.combyne-app .press .press-inner .col-right .press-slider div a img {
  margin-bottom: 12px;
}
.combyne-app .press .press-inner .col-right .press-slider div a span {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #403E3C;
  margin-bottom: 8px;
  display: block;
}
.combyne-app .press .press-inner .col-right .press-slider div a h3 {
  font-family: "IBM Plex Serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.150000006px;
  color: #403E3C;
}
.combyne-app .press .press-inner .mobile-viewbtn {
  margin-top: 32px;
  display: none;
}
@media (max-width: 991px) {
  .combyne-app .press .press-inner .mobile-viewbtn {
    display: inline-block;
  }
}
.combyne-app .press .press-inner .mobile-viewbtn a {
  display: inline-block;
  border-radius: 60px;
  background: #E0D177;
  color: #403E3C;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  padding: 8px 16px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  font-family: "Heebo";
  transition: 0.2s;
}
.combyne-app .press .press-inner .mobile-viewbtn a:hover {
  background-color: #CCBD60;
}
.combyne-app .get-started {
  padding: 104px 0px 110px;
  background: #F5F4F0;
}
@media (max-width: 1024px) {
  .combyne-app .get-started {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  .combyne-app .get-started {
    padding: 64px 0px;
  }
}
.combyne-app .get-started .get-started-inner {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 991px) {
  .combyne-app .get-started .get-started-inner {
    display: block;
  }
}
.combyne-app .get-started .get-started-inner h2 {
  font-family: "IBM Plex Serif";
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
.combyne-app .get-started .get-started-inner p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #403E3C;
  margin-bottom: 32px;
}
.combyne-app .get-started .get-started-inner .col-left {
  max-width: 58%;
  width: 100%;
  padding: 48px;
  border-radius: 24px;
  background: #FFFEFB;
  border: 1px solid rgba(156, 150, 142, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 1200px) {
  .combyne-app .get-started .get-started-inner .col-left {
    padding: 48px 24px;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .combyne-app .get-started .get-started-inner .col-left {
    margin: 0 auto;
    margin-bottom: 48px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-left {
    display: block;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .combyne-app .get-started .get-started-inner .col-left {
    padding: 48px 15px;
  }
}
.combyne-app .get-started .get-started-inner .col-left .left-content {
  max-width: 395px;
  width: 100%;
}
@media (max-width: 1024px) {
  .combyne-app .get-started .get-started-inner .col-left .left-content {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-left .left-content {
    max-width: 100%;
  }
}
.combyne-app .get-started .get-started-inner .col-left .left-content a {
  max-width: 240px;
  width: 100%;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-family: "IBM Plex Serif";
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
.combyne-app .get-started .get-started-inner .col-left .left-content a:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-left .left-content a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
.combyne-app .get-started .get-started-inner .col-left .left-icon {
  max-width: 222px;
  width: 100%;
}
@media (max-width: 1300px) {
  .combyne-app .get-started .get-started-inner .col-left .left-icon {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-left .left-icon {
    max-width: 242px;
    margin: 0 auto;
  }
}
.combyne-app .get-started .get-started-inner .col-left .left-icon img {
  width: 100%;
}
.combyne-app .get-started .get-started-inner .col-right {
  max-width: 40%;
  width: 100%;
  padding: 48px;
  border-radius: 24px;
  background: #F5F4F0;
  border: 1px solid rgba(156, 150, 142, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1200px) {
  .combyne-app .get-started .get-started-inner .col-right {
    padding: 48px 24px;
  }
}
@media (max-width: 991px) {
  .combyne-app .get-started .get-started-inner .col-right {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-right {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  .combyne-app .get-started .get-started-inner .col-right {
    padding: 48px 15px;
  }
}
.combyne-app .get-started .get-started-inner .col-right p {
  margin-bottom: 39px;
}
.combyne-app .get-started .get-started-inner .col-right .stores {
  display: flex;
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-right .stores {
    justify-content: center;
  }
}
.combyne-app .get-started .get-started-inner .col-right .stores a {
  display: inline-block;
  margin-right: 18px;
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-right .stores a:first-child {
    max-width: 125px;
    margin-right: 11px;
  }
}
.combyne-app .get-started .get-started-inner .col-right .stores a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .combyne-app .get-started .get-started-inner .col-right .stores a:last-child {
    max-width: 143px;
  }
}
.combyne-app .get-started .get-started-inner .col-right .stores a img {
  width: 100%;
}

body.buyers-lp.copilot {
  background-color: #FFFEFB;
}
body.buyers-lp.copilot .dropdown-content .container {
  padding: 0;
}
body.buyers-lp.copilot .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
body.buyers-lp.copilot header .container {
  padding: 0;
}
body.buyers-lp.copilot footer .container {
  width: 95% !important;
}
body.buyers-lp.copilot .copilot-banner {
  position: relative;
  padding: 200px 0px 198px;
  background: #31524F;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .copilot-banner {
    padding: 200px 0px 180px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .copilot-banner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .copilot-banner {
    padding: 118px 0px 76px;
  }
}
body.buyers-lp.copilot .copilot-banner .copilot-banner-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner {
    flex-direction: column-reverse;
    text-align: center;
    gap: 0;
  }
}
body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left {
  max-width: 726px;
  width: 100%;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left {
    max-width: 100%;
  }
}
body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left h1 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left h1 {
    font-size: 28px;
  }
}
body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left p {
  color: #FFFFFF;
  margin-bottom: 32px;
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left .learn-more-btn {
    display: flex;
    justify-content: center;
  }
}
body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left .learn-more-btn a {
  max-width: 240px;
  width: 100%;
  background: #E0D177;
  border-radius: 100px;
  font-family: "IBM Plex Serif";
  font-size: 16.5px;
  font-weight: 600;
  line-height: 26px;
  color: #403e3c;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left .learn-more-btn a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-left .learn-more-btn a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
@media (max-width: 1400px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-right {
    max-width: 380px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-right {
    max-width: 244px;
    margin: 0 auto;
    margin-bottom: 18px;
  }
}
body.buyers-lp.copilot .copilot-banner .copilot-banner-inner .col-right img {
  width: 100%;
}
body.buyers-lp.copilot .team {
  padding: 104px 0px;
  background-color: #F5F4F0;
  position: relative;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .team {
    padding: 80px 0px 80px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team {
    padding: 64px 0px;
  }
}
body.buyers-lp.copilot .team::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../copilot/img/path1.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1400px) {
  body.buyers-lp.copilot .team::before {
    top: -90px;
    height: 90px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .team::before {
    top: -70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team::before {
    height: 40px;
    top: -40px;
  }
}
body.buyers-lp.copilot .team .team-inner .team-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team .team-inner .team-wrap {
    flex-direction: column;
  }
}
body.buyers-lp.copilot .team .team-inner .team-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team .team-inner .team-wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
}
body.buyers-lp.copilot .team .team-inner .team-wrap:nth-child(even) .col-right {
  margin: 0px 0px 0px 20px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team .team-inner .team-wrap:nth-child(even) .col-right {
    margin: 0;
  }
}
body.buyers-lp.copilot .team .team-inner .team-wrap .col-right {
  max-width: 512px;
  width: 100%;
  margin: 0px 20px 0px 0px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team .team-inner .team-wrap .col-right {
    margin: 0;
    text-align: center;
  }
}
body.buyers-lp.copilot .team .team-inner .team-wrap .col-right h3 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .team .team-inner .team-wrap .col-right h3 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team .team-inner .team-wrap .col-right h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
body.buyers-lp.copilot .team .team-inner .team-wrap .col-right p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #403E3C;
}
body.buyers-lp.copilot .team .team-inner .team-wrap .col-left {
  max-width: 726px;
  width: 100%;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .team .team-inner .team-wrap .col-left {
    max-width: 400px;
  }
}
body.buyers-lp.copilot .team .team-inner .team-wrap .col-left img {
  width: 100%;
}
body.buyers-lp.copilot .management {
  padding: 104px 0px;
  background-color: #F5F4F0;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .management {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .management {
    padding: 64px 0px;
  }
}
body.buyers-lp.copilot .management .manage {
  margin-bottom: 80px;
}
body.buyers-lp.copilot .management .manage span {
  font-family: "Heebo";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #403E3C;
  margin-bottom: 12px;
  display: block;
}
body.buyers-lp.copilot .management .manage h2 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  text-align: center;
  margin-bottom: 18px;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .management .manage h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
body.buyers-lp.copilot .management .manage p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #403E3C;
  max-width: 703px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .management .manage p {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .management .manage p {
    margin-bottom: 30px;
  }
}
body.buyers-lp.copilot .management .manage .manage-inner {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage .manage-inner {
    flex-direction: column-reverse;
  }
}
body.buyers-lp.copilot .management .manage .manage-inner .col-left {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage .manage-inner .col-left {
    max-width: 100%;
  }
}
body.buyers-lp.copilot .management .manage .manage-inner .col-left span {
  font-family: "Heebo";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #403E3C;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage .manage-inner .col-left span {
    flex-direction: column;
  }
}
body.buyers-lp.copilot .management .manage .manage-inner .col-left h3 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 145%;
  letter-spacing: 0.25px;
  color: #403E3C;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage .manage-inner .col-left h3 {
    text-align: center;
  }
}
body.buyers-lp.copilot .management .manage .manage-inner .col-left p {
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage .manage-inner .col-left p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage .manage-inner .col-left .learn-more-btn {
    text-align: center;
  }
}
body.buyers-lp.copilot .management .manage .manage-inner .col-left .learn-more-btn a {
  border-radius: 100px;
  padding: 6px 12px;
  background: #E0D177;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-family: "Heebo";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #403E3C;
  text-decoration: none;
  display: inline-block;
}
body.buyers-lp.copilot .management .manage .manage-inner .col-right {
  max-width: 726px;
  width: 100%;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .manage .manage-inner .col-right {
    max-width: 400px;
  }
}
body.buyers-lp.copilot .management .manage .manage-inner .col-right img {
  width: 100%;
}
body.buyers-lp.copilot .management .features h3 {
  max-width: 620px;
  width: 100%;
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 145%;
  letter-spacing: 0.25px;
  text-align: center;
  color: #403E3C;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .features h3 {
    font-size: 24px;
    line-height: 133%;
  }
}
body.buyers-lp.copilot .management .features .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .management .features .card-grid {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
body.buyers-lp.copilot .management .features .card-grid .card {
  background: #FFFEFB;
  border: 1px solid rgba(156, 150, 142, 0.3019607843);
  border-radius: 12px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.0588235294);
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: 618px;
  width: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .management .features .card-grid .card {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .features .card-grid .card {
    flex-direction: column;
  }
}
body.buyers-lp.copilot .management .features .card-grid .card .header-icons {
  width: 80px;
  height: 80px;
}
body.buyers-lp.copilot .management .features .card-grid .card h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #403E3C;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .features .card-grid .card h4 {
    text-align: center;
  }
}
body.buyers-lp.copilot .management .features .card-grid .card p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .management .features .card-grid .card p {
    text-align: center;
    font-size: 14px;
  }
}
body.buyers-lp.copilot .services-grid {
  padding: 104px 0px 153px;
  background-color: #FFFEFB;
  position: relative;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .services-grid {
    padding: 80px 0px 153px !important;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .services-grid {
    padding: 80px 0px !important;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid {
    padding: 64px 0px !important;
  }
}
body.buyers-lp.copilot .services-grid::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../copilot/img/path2.svg) no-repeat;
  background-size: cover;
  bottom: 0;
  transform: rotate(180deg);
  background-color: #F5F4F0;
}
@media (max-width: 1400px) {
  body.buyers-lp.copilot .services-grid::after {
    height: 90px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .services-grid::after {
    height: 70px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid::after {
    height: 40px;
  }
}
body.buyers-lp.copilot .services-grid h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .services-grid h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
body.buyers-lp.copilot .services-grid p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #403E3C;
  text-align: center;
  margin-bottom: 48px;
}
body.buyers-lp.copilot .services-grid p span {
  font-weight: 700;
  display: block;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid p span {
    display: inline;
  }
}
body.buyers-lp.copilot .services-grid .services-grid-inner {
  max-width: 1261px;
  width: 100%;
  margin: 0 auto;
  -moz-column-gap: 23px;
       column-gap: 23px;
  row-gap: 42px;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items {
  max-width: 370px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items {
    max-width: 426px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items {
    text-align: center;
  }
}
body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items .services-icon {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items .services-icon {
    display: flex;
    justify-content: center;
  }
}
body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items .services-icon img:first-child {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items .services-icon img:first-child {
    display: none;
  }
}
body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items .services-icon img:last-child {
  display: none;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items .services-icon img:last-child {
    display: block;
  }
}
body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items h3 {
  font-family: "IBM Plex Serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
  color: #403E3C;
  margin-bottom: 12px;
}
body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items p {
  font-family: "Heebo";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.150000006px;
  color: #403E3C;
  margin: 0;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .services-grid .services-grid-inner .services-grid-items p {
    text-align: center;
  }
}
body.buyers-lp.copilot .data-entry {
  padding: 104px 0px 80px;
  background-color: #FFFEFB;
  position: relative;
}
@media (max-width: 1400px) {
  body.buyers-lp.copilot .data-entry {
    padding: 104px 0px;
  }
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .data-entry {
    padding: 80px 0px 80px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry {
    padding: 64px 0px;
  }
}
body.buyers-lp.copilot .data-entry::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../copilot/img/path2.svg) no-repeat;
  background-size: cover;
  background-color: #F5F4F0;
}
@media (max-width: 1400px) {
  body.buyers-lp.copilot .data-entry::before {
    height: 90px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .data-entry::before {
    height: 70px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry::before {
    height: 40px;
  }
}
body.buyers-lp.copilot .data-entry h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .data-entry h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
body.buyers-lp.copilot .data-entry p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #403E3C;
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
}
body.buyers-lp.copilot .data-entry p span {
  font-weight: 700;
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap {
  display: flex;
  align-items: center;
  gap: 23px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap {
    flex-direction: column-reverse;
    padding-top: 64px;
  }
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap:nth-child(even) {
    flex-direction: column-reverse;
  }
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-left {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-left {
    text-align: center;
  }
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-left h3 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 34.8px;
  color: #403E3C;
  margin-bottom: 12px;
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-left ul li {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  margin: 0;
  margin-bottom: 18px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-left ul li:last-child {
  margin: 0;
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-left ul li img {
  width: 15px;
  height: 15px;
  margin-top: 4px;
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-right {
  max-width: 726px;
  width: 100%;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-right {
    max-width: 400px;
  }
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-right img {
  width: 100%;
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-right img:first-child {
  display: block;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-right img:first-child {
    display: none;
  }
}
body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-right img:last-child {
  display: none;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .data-entry .data-entry-inner .data-entry-wrap .col-right img:last-child {
    display: block;
  }
}
body.buyers-lp.copilot .process {
  padding: 104px 0px;
  background-color: #F5F4F0;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .process {
    padding: 80px 0px 80px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .process {
    padding: 64px 0px;
  }
}
body.buyers-lp.copilot .process .process-inner {
  display: flex;
  gap: 23px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .process .process-inner {
    flex-direction: column;
  }
}
body.buyers-lp.copilot .process .process-inner .process-step {
  text-align: center;
}
body.buyers-lp.copilot .process .process-inner .process-step h3 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 34.8px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 12px;
}
body.buyers-lp.copilot .process .process-inner .process-step p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #403E3C;
}
body.buyers-lp.copilot .partners {
  padding: 104px 0px;
  position: relative;
  background-color: #F5F4F0;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .partners {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .partners {
    padding: 64px 0px;
  }
}
body.buyers-lp.copilot .partners .container {
  position: relative;
  z-index: 2;
}
body.buyers-lp.copilot .partners .container span {
  font-family: "Heebo";
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #403E3C;
  margin-bottom: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
body.buyers-lp.copilot .partners .container h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .partners .container h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .partners .container h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
body.buyers-lp.copilot .partners .container .partners-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
body.buyers-lp.copilot .partners .container .partners-inner .partners-items {
  display: flex;
  align-items: center;
  width: 345px;
  padding: 8px 24px 8px 24px;
  border-radius: 12px;
  background: #FFFEFB;
  border: 1px solid rgba(156, 150, 142, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  transition: 0.2s;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .partners .container .partners-inner .partners-items {
    margin: 0 auto;
  }
}
@media (max-width: 374px) {
  body.buyers-lp.copilot .partners .container .partners-inner .partners-items {
    padding: 8px 15px 8px 15px;
  }
}
body.buyers-lp.copilot .partners .container .partners-inner .partners-items .thumbnail {
  margin-right: 17px;
  max-width: 92px;
  width: 100%;
  height: 92px;
}
body.buyers-lp.copilot .partners .container .partners-inner .partners-items .thumbnail img {
  width: 100%;
}
body.buyers-lp.copilot .partners .container .partners-inner .partners-items .content h3 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #403E3C;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .partners .container .partners-inner .partners-items .content h3 {
    font-size: 20px;
  }
}
body.buyers-lp.copilot .contact-us {
  position: relative;
  padding: 104px 0px;
  background: #31524F;
  text-align: center;
}
@media (max-width: 1200px) {
  body.buyers-lp.copilot .contact-us {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .contact-us {
    padding: 64px 0px;
  }
}
body.buyers-lp.copilot .contact-us .copilot-logo {
  max-width: 155px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .contact-us .copilot-logo {
    max-width: 120px;
    margin-bottom: 12px;
  }
}
body.buyers-lp.copilot .contact-us .copilot-logo img {
  width: 100%;
}
body.buyers-lp.copilot .contact-us h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .contact-us h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .contact-us h2 {
    font-size: 28px;
  }
}
body.buyers-lp.copilot .contact-us p {
  color: #FFFFFF;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  max-width: 616px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .contact-us p {
    margin-bottom: 32px;
  }
}
body.buyers-lp.copilot .contact-us .contact-us-inner {
  display: flex;
  gap: 23px;
  justify-content: center;
}
@media (max-width: 991px) {
  body.buyers-lp.copilot .contact-us .contact-us-inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .contact-us .contact-us-inner {
    flex-direction: column;
  }
}
body.buyers-lp.copilot .contact-us .contact-us-inner .contact-us-card {
  text-align: left;
  padding: 32px;
  max-width: 512px;
  width: 100%;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 767px) {
  body.buyers-lp.copilot .contact-us .contact-us-inner .contact-us-card {
    max-width: 100%;
    padding: 24px;
  }
}
body.buyers-lp.copilot .contact-us .contact-us-inner .contact-us-card .card-icon {
  max-width: 70px;
  width: 100%;
  margin-bottom: 12px;
}
body.buyers-lp.copilot .contact-us .contact-us-inner .contact-us-card .card-icon img {
  width: 100%;
}
body.buyers-lp.copilot .contact-us .contact-us-inner .contact-us-card h3 {
  font-family: "IBM Plex Serif";
  font-size: 28px;
  font-weight: 700;
  line-height: 40.6px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
body.buyers-lp.copilot .contact-us .contact-us-inner .contact-us-card p {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.150000006px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
body.buyers-lp.copilot .contact-us .contact-us-inner .contact-us-card a {
  background: #E0D177;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  padding: 8px 16px;
  border-radius: 100px;
  font-family: "Heebo";
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.1000000015px;
  color: #403E3C;
  text-decoration: none;
  display: inline-block;
}

body.buyers-lp.integration-john-deere header .container,
body.buyers-lp.integration-john-deere footer .container {
  max-width: 1260px !important;
  padding: 0;
  width: 95% !important;
}
body.buyers-lp.integration-john-deere .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
body.buyers-lp.integration-john-deere .dropdown-content .container {
  padding: 0;
}
body.buyers-lp.integration-john-deere a.john-deere-btn {
  font-family: "IBM Plex Serif";
  max-width: 240px;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
body.buyers-lp.integration-john-deere a.john-deere-btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere a.john-deere-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body.buyers-lp.integration-john-deere .john-deere-banner {
  padding: 233px 0px 246px;
  background-color: #F5F4F0;
  position: relative;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-john-deere .john-deere-banner {
    padding: 180px 0px 200px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-banner {
    padding: 118px 0px 86px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-banner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../john-deere-integration/img/fieldview-layer1.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-banner::after {
    height: 30px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner {
  text-align: center;
}
body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner .john-deere-icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  gap: 48px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner .john-deere-icon-image {
    gap: 16px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner h1 {
  color: #403E3C !important;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner h1 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }
}
body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner p {
  color: #403E3C !important;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-banner .john-deere-banner-inner p {
    margin-bottom: 24px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-blogs {
  padding: 127px 0px 144px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs {
    padding: 64px 0px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 208px;
}
@media (max-width: 991px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs {
    flex-direction: column-reverse !important;
    display: flex;
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs {
    margin-bottom: 64px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs:last-child {
  margin-bottom: 0;
}
body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs:nth-child(even) {
  flex-direction: row-reverse;
}
body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content {
  max-width: 574px;
  width: 100%;
}
@media (max-width: 1300px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content {
    text-align: center;
  }
}
body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content h2 {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-content p {
    font-size: 16px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-image {
  max-width: 584px;
  height: auto;
}
@media (max-width: 1200px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-image {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integration-john-deere .john-deere-blogs .view-blogs .view-blogs-image {
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-work {
  background-color: #1D2E2E;
  margin: 121px 0px 208px;
  position: relative;
  padding: 10px 0px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-work {
    margin: 48px 0px 144px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-work::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 121px;
  background: url(../fieldview-integration/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-work::before {
    height: 48px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-work::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 208px;
  background: url(../fieldview-integration/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(100%) rotate(180deg);
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-work::after {
    height: 144px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner {
  text-align: center;
}
body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner #john-deere-animation {
  max-width: 156px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner #john-deere-animation {
    max-width: 98px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner #john-deere-animation dotlottie-player {
    width: 98px !important;
    height: 98px !important;
  }
}
body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner #john-deere-animation dotlottie-player #animation-container #animation svg {
  width: 100%;
  height: 100%;
}
body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner span {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner span {
    font-size: 16px;
    line-height: 24px;
  }
}
body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner h2 {
  color: #fff;
  max-width: 827px;
  font-size: 34px;
  line-height: 46px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .john-deere-work .john-deere-work-inner h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
  }
}
body.buyers-lp.integration-john-deere .feedback {
  padding: 277px 0px 104px;
}
@media (max-width: 991px) {
  body.buyers-lp.integration-john-deere .feedback {
    padding: 200px 0px 104px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .feedback {
    padding: 64px 0px;
  }
}
body.buyers-lp.integration-john-deere .feedback .feedback-inner {
  text-align: center;
  max-width: 833px;
  width: 100%;
  margin: 0 auto;
}
body.buyers-lp.integration-john-deere .feedback .feedback-inner h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 44px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .feedback .feedback-inner h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
body.buyers-lp.integration-john-deere .feedback .feedback-inner p {
  font-size: 18px;
  margin-bottom: 80px;
}
body.buyers-lp.integration-john-deere .feedback .feedback-inner .feedback-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .feedback .feedback-inner .feedback-contact {
    display: block;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .feedback .feedback-inner .feedback-contact .contact-item {
    margin-bottom: 80px;
  }
  body.buyers-lp.integration-john-deere .feedback .feedback-inner .feedback-contact .contact-item:last-child {
    margin-bottom: 0;
  }
}
body.buyers-lp.integration-john-deere .feedback .feedback-inner .feedback-contact .contact-item .contact-item-image {
  max-width: 231px;
  height: auto;
  margin: 0 auto;
}
body.buyers-lp.integration-john-deere .feedback .feedback-inner .feedback-contact .contact-item .contact-item-image img {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-john-deere .feedback .feedback-inner .feedback-contact .contact-item .contact-item-image img {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

#grain-shrinkage-calculator {
  background: #FFFEFB;
}
#grain-shrinkage-calculator header .container {
  padding: 0;
}
#grain-shrinkage-calculator .dropdown-content .container {
  padding: 0;
}
#grain-shrinkage-calculator .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
#grain-shrinkage-calculator footer .container {
  width: 95% !important;
}
#grain-shrinkage-calculator .hero {
  padding: 178px 0px 108px;
  background: #F5F4F0;
}
@media (max-width: 1024px) {
  #grain-shrinkage-calculator .hero {
    padding: 150px 0px 80px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .hero {
    padding: 118px 0px 48px;
  }
}
#grain-shrinkage-calculator .hero .hero-inner {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .hero .hero-inner {
    display: block;
  }
}
#grain-shrinkage-calculator .hero .hero-inner .col-left {
  max-width: 513px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .hero .hero-inner .col-left {
    max-width: 100%;
    margin: 0px 0px 48px 0px;
    text-align: center;
  }
}
#grain-shrinkage-calculator .hero .hero-inner .col-left h1 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  #grain-shrinkage-calculator .hero .hero-inner .col-left h1 {
    font-size: 34px;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator .hero .hero-inner .col-left h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .hero .hero-inner .col-left h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
#grain-shrinkage-calculator .hero .hero-inner .col-left p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .hero .hero-inner .col-left p {
    font-size: 16px;
    line-height: 24px;
  }
}
#grain-shrinkage-calculator .hero .hero-inner .col-right {
  max-width: 405px;
  width: 100%;
}
@media (max-width: 1024px) {
  #grain-shrinkage-calculator .hero .hero-inner .col-right {
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .hero .hero-inner .col-right {
    margin: 0 auto;
  }
}
#grain-shrinkage-calculator .hero .hero-inner .col-right img {
  width: 100%;
}
#grain-shrinkage-calculator #root-grain .grain-calculator {
  padding: 104px 0px 0px;
}
@media (max-width: 1024px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator {
    padding: 64px 0px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form {
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form h2 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  color: #403E3C;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group {
  position: relative;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group.active .dropdown-items {
  display: block !important;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group .form-group ul.dropdown-items {
  display: none;
  position: absolute;
  background-color: #FFFEFB;
  top: 58px;
  left: 0px;
  right: 0;
  z-index: 99;
  border: 0 !important;
  overflow: hidden;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  max-height: 235px;
  overflow-y: auto;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group .form-group ul.dropdown-items li {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  margin: 8px 0px;
  padding: 6px 0px 6px 16px !important;
  background-color: transparent;
  cursor: pointer;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group .form-group ul.dropdown-items li:HOVER {
  background-color: #f5f5f0;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group .form-group ul.dropdown-items li.highlighted {
  background-color: #31524F;
  color: #fff;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group .form-group .dropdown-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  width: 100%;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group .form-group .dropdown-btn .selected-items {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dropdown-group .form-group .dropdown-btn .selected-items input {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  background-color: transparent;
  outline: 0px;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dont-error {
  display: flex;
  align-items: center;
  margin: 12px 0px 24px;
  padding-left: 10px;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dont-error img {
  margin-right: 4px;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .dont-error small {
  font-family: "Heebo";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgb(203, 65, 65);
  background-color: transparent;
  display: block;
  letter-spacing: -0.2px;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group {
  border: 1.25px solid #a0a19f;
  border-radius: 6px;
  padding: 16px;
  position: relative;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group label {
  font-family: "Heebo";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #403E3C;
  padding: 4px;
  background-color: #FFFEFB;
  position: absolute;
  top: -10px;
  left: 12px;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group .input-items {
  display: flex;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group .input-items .icon {
  max-width: 24px;
  width: 100%;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group .input-items span {
  font-family: "Heebo";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #403E3C;
  width: 66px;
  text-align: right;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group .input-items span {
    width: 87px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group .input-items input {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group .input-items input::-moz-placeholder {
  color: rgba(66, 67, 67, 0.38);
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .form-group .input-items input::placeholder {
  color: rgba(66, 67, 67, 0.38);
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .commodity {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .commodity {
    margin-bottom: 32px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information {
    margin-bottom: 48px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner {
  padding: 24px 16px 24px 16px;
  gap: 24px;
  border-radius: 16px;
  border: 1px solid rgb(227, 227, 218);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.0588);
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner {
    padding: 16px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner .form-group {
  margin-bottom: 12px;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner .col-2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner .col-2 {
    display: block;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner .col-2 .w-50 {
  width: 48%;
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner .col-2 .w-50:last-child .form-group {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form .information .information-inner .col-2 .w-50 {
    width: 100%;
  }
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form button.calculate-btn {
  display: block !important;
  margin: 0 auto;
  text-align: center;
  max-width: 240px;
  width: 100%;
  border-radius: 100px;
  background: #E0D177;
  padding: 10px 22px;
  font-family: "IBM Plex Serif";
  font-size: 16.5px;
  font-weight: 600;
  line-height: 26px;
  color: #403E3C;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
#grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form button.calculate-btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-calculator #grain-shrinkage-form button.calculate-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
#grain-shrinkage-calculator #root-grain .grain-results {
  padding: 104px 0px;
}
@media (max-width: 1024px) {
  #grain-shrinkage-calculator #root-grain .grain-results {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-results {
    padding: 64px 0px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner {
  max-width: 831px;
  width: 100%;
  margin: 0 auto;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner h2 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 500;
  line-height: 34.8px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 24px;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result {
  padding: 48px;
  border-radius: 16px;
  border: 1px solid rgb(227, 227, 218);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.0588);
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result {
    padding: 48px 44px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul {
    display: block;
  }
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul li {
  margin-left: 12px;
  list-style-type: none;
  position: relative;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul li {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul li {
    margin-bottom: 48px;
  }
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul li:last-child {
  margin: 0;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 2px;
  height: 71px;
  background-color: rgb(227, 227, 218);
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul li span {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #403E3C;
  margin-bottom: 6px;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result ul li h3 {
  font-family: "IBM Plex Serif";
  font-size: 28px;
  font-weight: 500;
  line-height: 40.6px;
  color: #403E3C;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result .main-error-wrap .dont-error {
  display: flex;
  align-items: self-start;
  margin: 0px;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result .main-error-wrap .dont-error:first-child {
  margin: 32px 0px 0px;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result .main-error-wrap .dont-error img {
  margin: 2px 4px 0px 0px;
}
#grain-shrinkage-calculator #root-grain .grain-results .grain-results-inner .result .main-error-wrap .dont-error small {
  font-family: "Heebo";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgb(203, 65, 65);
  background-color: transparent;
  display: block;
  letter-spacing: -0.2px;
}
#grain-shrinkage-calculator .faq {
  padding: 104px 0;
  clear: left;
}
@media (max-width: 1024px) {
  #grain-shrinkage-calculator .faq {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator .faq {
    padding: 64px 0;
  }
}
#grain-shrinkage-calculator .faq .faq-inner {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
}
#grain-shrinkage-calculator .faq .faq-inner h2 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 15px;
  font-family: IBM Plex Serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #403E3C;
}
@media (max-width: 1024px) {
  #grain-shrinkage-calculator .faq .faq-inner h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .faq .faq-inner h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 374px) {
  #grain-shrinkage-calculator .faq .faq-inner h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
#grain-shrinkage-calculator .faq .faq-inner h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background: #E0D177;
  border-radius: 4px;
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list {
  list-style: none;
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li {
  padding: 24px 0;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li.active h3 span {
  transform: rotate(-180deg);
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li:last-child {
  margin-bottom: 0px;
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li h3 {
    align-items: start;
  }
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li h3 span {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(0);
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li div.answer h4 {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li div.answer p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
}
@media (max-width: 374px) {
  #grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li div.answer p {
    font-size: 18px;
  }
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li div.answer p span {
  font-weight: 700;
}
#grain-shrinkage-calculator .faq .faq-inner ul.accordion-list li div.answer .learn-more-btn {
  display: inline-block;
  margin-top: 20px;
}
#grain-shrinkage-calculator .faq .faq-inner ul.content-list {
  list-style-type: auto;
  padding-left: 21px;
}
#grain-shrinkage-calculator .faq .faq-inner ul.content-list li {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
  padding: 0;
  border: 0;
}
#grain-shrinkage-calculator .tool {
  position: relative;
  padding: 104px 0px;
  background: #1D2E2E;
}
@media (max-width: 1200px) {
  #grain-shrinkage-calculator .tool {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool {
    padding: 64px 0px;
  }
}
#grain-shrinkage-calculator .tool .tool-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator .tool .tool-inner {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool .tool-inner {
    flex-direction: column;
    gap: 0;
  }
}
#grain-shrinkage-calculator .tool .tool-inner .col-left {
  max-width: 454px;
  width: 100%;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-left {
    text-align: center;
    max-width: 100%;
  }
}
#grain-shrinkage-calculator .tool .tool-inner .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-left h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-left h2 {
    font-size: 28px;
  }
}
#grain-shrinkage-calculator .tool .tool-inner .col-left p {
  font-family: "Heebo";
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-left p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-left .learn-more-btn {
    display: flex;
    justify-content: center;
  }
}
#grain-shrinkage-calculator .tool .tool-inner .col-left .learn-more-btn a {
  max-width: 240px;
  width: 100%;
  background: #E0D177;
  border-radius: 100px;
  font-family: "IBM Plex Serif";
  font-size: 16.5px;
  font-weight: 600;
  line-height: 26px;
  color: #403E3C;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
#grain-shrinkage-calculator .tool .tool-inner .col-left .learn-more-btn a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-left .learn-more-btn a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
@media (max-width: 1400px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-right {
    max-width: 380px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator .tool .tool-inner .col-right {
    margin-top: 18px;
  }
}
#grain-shrinkage-calculator .tool .tool-inner .col-right img {
  width: 100%;
}
#grain-shrinkage-calculator footer.marketing-footer {
  background-color: #31524F;
  padding: 48px 0px;
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner {
  margin: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1308px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 24px;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator footer.marketing-footer .footer-inner {
    flex-direction: column;
    margin: 0;
    padding: 0px 48px;
  }
}
@media (max-width: 767px) {
  #grain-shrinkage-calculator footer.marketing-footer .footer-inner {
    padding: 0px 24px;
  }
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone {
  width: 100%;
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons {
    justify-content: center;
    margin-bottom: 48px !important;
  }
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons a {
  display: inline-block;
  margin: 0rem 0.5rem 0 0;
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons a img {
  max-width: 35px;
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone p {
  text-align: left;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone p {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .horizontal-zone p a {
  color: #fff;
  font-size: 16px;
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .footer-logo {
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator footer.marketing-footer .footer-inner .footer-logo {
    order: -1;
    margin-bottom: 44px;
  }
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .footer-logo a {
  display: inline-block;
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .footer-logo a img {
  width: 100%;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator footer.marketing-footer .footer-inner .footer-logo a img {
    max-width: 237px;
    margin: 0 auto;
  }
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .copy-rights {
  order: 2;
  width: 100%;
  text-align: right;
}
@media (max-width: 991px) {
  #grain-shrinkage-calculator footer.marketing-footer .footer-inner .copy-rights {
    text-align: center;
  }
}
#grain-shrinkage-calculator footer.marketing-footer .footer-inner .copy-rights p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 25px;
}

#freight-calculator {
  background: #FFFEFB;
}
#freight-calculator footer .container {
  width: 95% !important;
}
#freight-calculator header .container {
  padding: 0;
}
#freight-calculator .dropdown-content .container {
  padding: 0;
}
#freight-calculator .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
#freight-calculator .hero {
  padding: 174px 0px 104px;
  background: #31524F;
}
@media (max-width: 1024px) {
  #freight-calculator .hero {
    padding: 160px 0px 80px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .hero {
    padding: 134px 0px 64px;
  }
}
#freight-calculator .hero .hero-inner {
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
}
#freight-calculator .hero .hero-inner h1 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
  margin-bottom: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  #freight-calculator .hero .hero-inner h1 {
    font-size: 28px;
    line-height: 40.6px;
    font-weight: 700;
  }
}
#freight-calculator .hero .hero-inner p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #freight-calculator .hero .hero-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
#freight-calculator #root .calculator {
  padding: 104px 0px 0px;
}
@media (max-width: 1024px) {
  #freight-calculator #root .calculator {
    padding: 80px 0px 0px;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator {
    padding: 64px 0px 0px;
  }
}
#freight-calculator #root .calculator .calculator-inner form {
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
}
#freight-calculator #root .calculator .calculator-inner form h2 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form h2 {
    font-size: 24px;
    line-height: 34.8px;
  }
}
#freight-calculator #root .calculator .calculator-inner form h3 {
  font-family: "IBM Plex Serif";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #403E3C;
  margin-bottom: 24px;
}
#freight-calculator #root .calculator .calculator-inner form h4 {
  font-family: "IBM Plex Serif";
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: #403E3C;
}
#freight-calculator #root .calculator .calculator-inner form .distance {
  margin-bottom: 104px;
}
@media (max-width: 1024px) {
  #freight-calculator #root .calculator .calculator-inner form .distance {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .distance {
    margin-bottom: 64px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .distance .distance-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#freight-calculator #root .calculator .calculator-inner form .distance .distance-inner span {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #403E3C;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid {
  margin-bottom: 70px;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .form-group {
  margin-bottom: 24px;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .form-group .input-items {
  justify-content: unset !important;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .dropdown-group .dropdown-btn {
  display: flex;
  align-items: center;
  gap: 8px;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .dont-error {
  display: flex;
  align-items: center;
  margin: 12px 0px 24px;
  padding-left: 10px;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .dont-error img {
  margin-right: 4px;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .dont-error small {
  font-family: "Heebo";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgb(203, 65, 65);
  background-color: transparent;
  display: block;
  letter-spacing: -0.2px;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 {
    flex-wrap: wrap;
  }
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 .w-60 {
  width: 40%;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 .w-60 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 .w-60 .form-group {
    width: 100% !important;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 .w-60 .dont-error {
    margin-bottom: 24px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 .dropdown-group .dropdown-btn {
  gap: 0;
}
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 .form-group,
#freight-calculator #root .calculator .calculator-inner form .normalize-bid .normalize-bid-inner .col-3 .dont-error {
  margin-bottom: 0;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template:first-of-type .bid-details-inner .bid-title button.remove-bid {
  display: none;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner {
  border: 1px solid #E3E3DA;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  #freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner {
    padding: 12px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .form-group {
  margin-bottom: 24px;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .form-group .input-items {
  justify-content: unset !important;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .dont-error {
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin: 12px 0px 24px;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .dont-error img {
  margin-right: 4px;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .dont-error small {
  font-family: "Heebo";
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: rgb(203, 65, 65);
  background-color: transparent;
  display: block;
  letter-spacing: -0.2px;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .bid-title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  justify-content: space-between;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .bid-title .title-left {
  display: flex;
  align-items: center;
  width: 100%;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .bid-title .title-left .bid-icon {
  max-width: 40px;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  background-color: #F5F4F0;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .bid-title button.remove-bid {
  padding: 0;
  border: 0;
  background: transparent;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .col-2 {
  display: flex;
  justify-content: space-between;
}
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .col-2 .form-group,
#freight-calculator #root .calculator .calculator-inner form .bid-details .bid-template .bid-details-inner .col-2 .dont-error {
  margin-bottom: 0;
}
#freight-calculator #root .calculator .calculator-inner form button#another-bid {
  padding: 16px;
  background-color: #f0f0eb;
  border-radius: 8px;
  border: 1px solid #dbdbd7;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #403E3C;
  font-family: "Heebo";
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 48px;
  cursor: pointer;
}
#freight-calculator #root .calculator .calculator-inner form button#another-bid img {
  margin-right: 10px;
}
#freight-calculator #root .calculator .calculator-inner form button.calculate-btn {
  display: block !important;
  margin: 0 auto;
  text-align: center;
  max-width: 240px;
  width: 100%;
  border-radius: 100px;
  font-family: "IBM Plex Serif";
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
#freight-calculator #root .calculator .calculator-inner form button.calculate-btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form button.calculate-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
#freight-calculator #root .calculator .calculator-inner form .form-group {
  border: 1.25px solid #a0a19f;
  border-radius: 6px;
  padding: 16px;
  position: relative;
}
#freight-calculator #root .calculator .calculator-inner form .form-group.error {
  margin-bottom: 4px !important;
}
@media (max-width: 640px) {
  #freight-calculator #root .calculator .calculator-inner form .form-group {
    padding: 12px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .form-group label {
  font-family: "Heebo";
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #a0a19f;
  padding: 4px;
  background-color: #FFFEFB;
  position: absolute;
  top: -10px;
  left: 12px;
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items {
  display: flex;
  justify-content: space-between;
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items input,
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items ::-webkit-input-placeholder {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .form-group .input-items input,
  #freight-calculator #root .calculator .calculator-inner form .form-group .input-items ::-webkit-input-placeholder {
    font-size: 14px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items span {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items .drop-down {
  width: 100%;
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items .drop-down .selecte-btn {
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items .drop-down .options {
  display: none;
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items .drop-down .options ul li {
  margin: 8px 0px;
  padding: 6px 0px 6px 16px !important;
  background-color: #f5f5f0;
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  cursor: pointer;
}
#freight-calculator #root .calculator .calculator-inner form .form-group .input-items .icon {
  max-width: 24px;
  width: 100%;
  height: 24px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#freight-calculator #root .calculator .calculator-inner form .form-group ul.suggestions {
  position: absolute;
  background-color: #FFFEFB;
  top: 58px;
  left: 0px;
  right: 0;
  z-index: 99;
  border: 0 !important;
  overflow: hidden;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  max-height: 235px;
  overflow-y: auto;
}
#freight-calculator #root .calculator .calculator-inner form .form-group ul.suggestions li {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  margin: 8px 0px;
  padding: 6px 0px 6px 16px !important;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
}
#freight-calculator #root .calculator .calculator-inner form .form-group ul.suggestions li:hover {
  background-color: #f5f5f0;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group.active .options {
  display: block !important;
  display: block;
  position: absolute;
  background-color: #FFFEFB;
  top: 57px;
  left: 0px;
  right: 0;
  z-index: 99;
  border: 0 !important;
  overflow: hidden;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group {
  position: relative;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group.error .form-group {
  margin-bottom: 4px !important;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .form-group {
  padding: 0;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-btn {
  background: none;
  border: 0;
  padding: 0;
  width: 100%;
  padding: 16px;
}
@media (max-width: 640px) {
  #freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-btn {
    padding: 12px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-btn .selected-items {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-btn .selected-items span {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-btn .selected-items span {
    font-size: 14px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-btn .commodity-icon img {
  width: 24px;
  height: 24px;
  padding: 2px;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-items {
  display: none;
  position: absolute;
  background-color: #FFFEFB;
  top: 58px;
  left: 0px;
  right: 0;
  z-index: 99;
  border: 0 !important;
  overflow: hidden;
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  max-height: 235px;
  overflow-y: auto;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-items li {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #403E3C;
  margin: 8px 0px;
  padding: 6px 0px 6px 16px !important;
  background-color: transparent;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-items li {
    font-size: 14px;
  }
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group .dropdown-items li:hover {
  background-color: #f5f5f0;
}
#freight-calculator #root .calculator .calculator-inner form .dropdown-group.active .dropdown-items {
  display: block;
}
#freight-calculator #root .calculator .calculator-inner form .w-70 {
  width: 70%;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .w-70 {
    width: 48%;
  }
}
#freight-calculator #root .calculator .calculator-inner form .form-group.w-50 {
  width: 48%;
}
#freight-calculator #root .calculator .calculator-inner form .w-30 {
  width: 28%;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .w-30 {
    width: 48%;
  }
}
#freight-calculator #root .calculator .calculator-inner form .w-20 {
  width: 28%;
}
@media (max-width: 767px) {
  #freight-calculator #root .calculator .calculator-inner form .w-20 {
    width: 48%;
  }
}
#freight-calculator #root .compare-results {
  padding: 144px 0px 104px;
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results {
    padding: 80px 0px 64px;
  }
}
#freight-calculator #root .compare-results .tabs {
  max-width: 1023px;
  width: 100%;
  margin: 0 auto;
}
#freight-calculator #root .compare-results .tabs h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  #freight-calculator #root .compare-results .tabs h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 374px) {
  #freight-calculator #root .compare-results .tabs h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
#freight-calculator #root .compare-results .tabs p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  color: #403E3C;
  margin-bottom: 8px;
  text-align: center;
}
#freight-calculator #root .compare-results .tabs p span {
  font-weight: 500;
  margin-right: 8px;
}
#freight-calculator #root .compare-results .tabs form ul#tabs-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}
#freight-calculator #root .compare-results .tabs form ul#tabs-nav li {
  margin-right: 24px;
  display: flex;
  align-items: center;
}
#freight-calculator #root .compare-results .tabs form ul#tabs-nav li input {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  border: 2px solid #403E3C;
  border-radius: 50%;
  margin-right: 8px;
}
#freight-calculator #root .compare-results .tabs form ul#tabs-nav li label {
  text-decoration: none;
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #403E3C;
}
#freight-calculator #root .compare-results .tabs form ul#tabs-nav li:last-child {
  margin-right: 0;
}
#freight-calculator #root .compare-results .tabs #tabs-content {
  display: flex;
  justify-content: center;
  max-width: 1023px;
  width: 100%;
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table {
    overflow-x: auto;
  }
}
@media (max-width: 640px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table {
    width: 100vw;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table {
  border-collapse: collapse;
}
@media (max-width: 640px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table {
    margin-right: 50px;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr {
  border-bottom: 1px solid #e0e0dc;
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr:first-child th {
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th {
  font-family: "IBM Plex Serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #403E3C;
}
@media (max-width: 991px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th {
    font-size: 17px;
    line-height: 23px;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:first-child {
  width: 253px;
  background-color: #F5F4F0;
  text-align: left;
  justify-content: start;
}
@media (max-width: 640px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:first-child {
    justify-content: start;
    width: 236px;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:nth-child(2), #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:nth-child(3) {
  width: 240px;
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:nth-child(2), #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:nth-child(3) {
    width: 198px;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:last-child {
  width: 290px;
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th:last-child {
    width: 198px;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th span {
  font-family: "Heebo";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #403E3C;
  display: inline-block;
}
@media (max-width: 1024px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr th span {
    font-size: 18px;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr td {
  font-family: "Heebo";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #403E3C;
}
@media (max-width: 991px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr td {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr td {
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr td:nth-child(2), #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr td:nth-child(3) {
    width: 198px;
  }
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tr td:last-child {
    width: 198px;
  }
}
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table th,
#freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table td {
  padding: 16px 24px;
}
@media (max-width: 767px) {
  #freight-calculator #root .compare-results .tabs #tabs-content .tab-content .main-table table tbody tr th {
    display: inline-block !important;
    height: auto !important;
  }
}
#freight-calculator .faq {
  padding: 104px 0;
  clear: left;
}
@media (max-width: 1024px) {
  #freight-calculator .faq {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  #freight-calculator .faq {
    padding: 64px 0;
  }
}
#freight-calculator .faq .faq-inner {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
}
#freight-calculator .faq .faq-inner h2 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 15px;
  font-family: IBM Plex Serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #403E3C;
}
@media (max-width: 1024px) {
  #freight-calculator .faq .faq-inner h2 {
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .faq .faq-inner h2 {
    font-size: 34px;
    line-height: 46px;
  }
}
@media (max-width: 374px) {
  #freight-calculator .faq .faq-inner h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
#freight-calculator .faq .faq-inner h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background: #E0D177;
  border-radius: 4px;
}
#freight-calculator .faq .faq-inner ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
#freight-calculator .faq .faq-inner ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
#freight-calculator .faq .faq-inner ul.accordion-list li.active h3 span {
  transform: rotate(-180deg);
}
#freight-calculator .faq .faq-inner ul.accordion-list li:last-child {
  margin-bottom: 0px;
}
#freight-calculator .faq .faq-inner ul.accordion-list li h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  #freight-calculator .faq .faq-inner ul.accordion-list li h3 {
    align-items: start;
  }
}
#freight-calculator .faq .faq-inner ul.accordion-list li h3 span {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(0);
}
#freight-calculator .faq .faq-inner ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#freight-calculator .faq .faq-inner ul.accordion-list li div.answer h4 {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
}
#freight-calculator .faq .faq-inner ul.accordion-list li div.answer p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
}
@media (max-width: 374px) {
  #freight-calculator .faq .faq-inner ul.accordion-list li div.answer p {
    font-size: 18px;
  }
}
#freight-calculator .faq .faq-inner ul.accordion-list li div.answer .learn-more-btn {
  display: inline-block;
  margin-top: 20px;
}
#freight-calculator .optimize {
  padding: 78px 0px;
  background-image: url(../freight-calculator/img/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #freight-calculator .optimize {
    padding: 64px 0px;
    background-image: url(../freight-calculator/img/mobile-background.svg);
  }
}
#freight-calculator .optimize .optimize-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner {
    display: block;
  }
}
#freight-calculator .optimize .optimize-inner .col-left {
  max-width: 428px;
  width: 100%;
}
@media (max-width: 1200px) {
  #freight-calculator .optimize .optimize-inner .col-left {
    max-width: 375px;
  }
}
@media (max-width: 1024px) {
  #freight-calculator .optimize .optimize-inner .col-left {
    max-width: 346px;
  }
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-left {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 460px;
    text-align: center;
  }
}
#freight-calculator .optimize .optimize-inner .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
  text-align: left;
  color: #fff;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-left h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-left h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 12px;
  }
}
#freight-calculator .optimize .optimize-inner .col-left p {
  font-family: "Heebo";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-left p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-left p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 24px;
  }
}
#freight-calculator .optimize .optimize-inner .col-left a.gold-btn {
  max-width: 172px;
  width: 100%;
  display: inline-block;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
#freight-calculator .optimize .optimize-inner .col-left a.gold-btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-left a.gold-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
    max-width: 240px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right {
    display: block;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    max-width: 258px;
    margin: 0 auto !important;
    justify-content: space-between;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul li {
  margin-bottom: 57.26px;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 14.9px 24px 14.9px 62.74px;
  border-radius: 739.76px;
  background: rgba(84, 139, 125, 0.2392156863);
  position: relative;
}
@media (max-width: 1300px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li {
    padding: 16.4px 24px 16.4px 61px;
  }
}
@media (max-width: 1200px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li {
    padding: 9.5px 10px 9.5px 48px;
  }
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li {
    padding: 11px 14px 11px 39px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li {
    margin: 0 !important;
    height: 34px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul li .marketing-icon {
  width: 50.74px;
  height: 50.74px;
  background: #548B7D;
  border-radius: 606.15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li .marketing-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li .marketing-icon {
    width: 34px;
    height: 34px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul li .marketing-icon img {
  width: 23px;
  height: 26px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li .marketing-icon img {
    width: 20px;
    height: 20px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul li span {
  font-family: "IBM Plex Serif";
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.150000006px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul li span {
    font-size: 8px;
    line-height: 12px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.left-list {
  margin-right: 19.26px;
}
@media (max-width: 1300px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list {
    margin-bottom: 14px !important;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.left-list li {
  margin-bottom: 57.26px;
  list-style-type: none;
}
@media (max-width: 1200px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li {
    margin-bottom: 40px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.left-list li:first-child {
  max-width: 203.74px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:first-child {
    max-width: 121px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:first-child {
    order: 3;
    margin-top: -22px !important;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.left-list li:nth-child(2) {
  max-width: 154.74px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:nth-child(2) {
    max-width: 93px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:nth-child(2) {
    order: 1;
    margin-left: 33px !important;
  }
}
@media (max-width: 374px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:nth-child(2) {
    margin-left: 30px !important;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.left-list li:nth-child(3) {
  max-width: 176.74px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:nth-child(3) {
    max-width: 106px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:nth-child(3) {
    order: 2;
    margin: 24px 12px 0px 0px !important;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.left-list li:last-child {
  max-width: 171.74px;
  margin-bottom: 0;
  margin-left: 43px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:last-child {
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.left-list li:last-child {
    order: 4;
  }
}
#freight-calculator .optimize .optimize-inner .col-right .marketing-status {
  max-width: 263px;
  width: 100%;
  position: relative;
  z-index: 1;
}
#freight-calculator .optimize .optimize-inner .col-right .marketing-status::before {
  content: "";
  position: absolute;
  width: 37.99px;
  height: 18.67px;
  top: 41%;
  left: -12%;
  background-image: url(../freight-calculator/img/left-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right .marketing-status::before {
    background-image: url(../freight-calculator/img/bottom-arrow.svg);
    width: 9px;
    height: 24px;
    top: -18px;
    left: 50%;
  }
}
#freight-calculator .optimize .optimize-inner .col-right .marketing-status::after {
  content: "";
  position: absolute;
  width: 60.27px;
  height: 25.07px;
  top: 48.5%;
  right: -28%;
  background-image: url(../freight-calculator/img/right-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  transform: translate(-50%, -50%);
}
@media (max-width: 1300px) {
  #freight-calculator .optimize .optimize-inner .col-right .marketing-status::after {
    right: -25%;
  }
}
@media (max-width: 1200px) {
  #freight-calculator .optimize .optimize-inner .col-right .marketing-status::after {
    right: -33%;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right .marketing-status::after {
    background-image: url(../freight-calculator/img/bottom-arrow.svg);
    width: 9px;
    height: 24px;
    bottom: -38px !important;
    left: 50%;
    top: unset;
  }
}
@media (max-width: 1300px) {
  #freight-calculator .optimize .optimize-inner .col-right .marketing-status {
    max-width: 250px;
  }
}
@media (max-width: 1200px) {
  #freight-calculator .optimize .optimize-inner .col-right .marketing-status {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right .marketing-status {
    max-width: 194px;
    margin: 0 auto;
    margin-bottom: 35px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right .marketing-status img {
  width: 100%;
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list {
  margin-left: 27.97px;
}
@media (max-width: 1300px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list {
    margin: 0;
    max-width: 226px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list li {
  margin-bottom: 55.4px;
  list-style-type: none;
  background: rgba(138, 136, 110, 0.2392156863);
}
@media (max-width: 1200px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list li {
    margin-bottom: 40px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list li:first-child {
  max-width: 219.74px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list li:first-child {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list li:first-child {
    margin-left: 21% !important;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list li:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list li:nth-child(2) {
    display: block;
    padding: 0;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list li:nth-child(2) .marketing-icon {
  display: none;
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list li:nth-child(3) {
  max-width: 184.74px;
  margin-left: 31px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list li:nth-child(3) {
    max-width: 110px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list li:last-child {
  max-width: 147.74px;
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 991px) {
  #freight-calculator .optimize .optimize-inner .col-right ul.right-list li:last-child {
    max-width: 89px;
  }
}
#freight-calculator .optimize .optimize-inner .col-right ul.right-list li .marketing-icon {
  background-color: #8A886E;
}
#freight-calculator .visit {
  padding: 132px 0px;
  background-color: #F5F4F0;
}
@media (max-width: 1024px) {
  #freight-calculator .visit {
    padding: 80px 0px;
  }
}
#freight-calculator .visit .visit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #freight-calculator .visit .visit-inner {
    flex-direction: column-reverse;
    gap: 0;
  }
}
#freight-calculator .visit .visit-inner .col-left {
  max-width: 447px;
  width: 100%;
}
@media (max-width: 767px) {
  #freight-calculator .visit .visit-inner .col-left {
    text-align: center;
  }
}
#freight-calculator .visit .visit-inner .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 48px;
  font-weight: 700;
  line-height: 65px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  #freight-calculator .visit .visit-inner .col-left h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  #freight-calculator .visit .visit-inner .col-left h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
  }
}
#freight-calculator .visit .visit-inner .col-left p {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  #freight-calculator .visit .visit-inner .col-left p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
  }
}
#freight-calculator .visit .visit-inner .col-left a.gold-btn {
  max-width: 240px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  font-family: "IBM Plex Serif";
  text-align: center;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
#freight-calculator .visit .visit-inner .col-left a.gold-btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  #freight-calculator .visit .visit-inner .col-left a.gold-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
@media (max-width: 767px) {
  #freight-calculator .visit .visit-inner .col-right {
    margin-bottom: 32px;
  }
}
#freight-calculator .visit .visit-inner .col-right img {
  width: 100%;
}
#freight-calculator footer.marketing-footer {
  background-color: #31524F;
  padding: 48px 0px;
}
#freight-calculator footer.marketing-footer .footer-inner {
  margin: 0 4rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1308px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 24px;
}
@media (max-width: 991px) {
  #freight-calculator footer.marketing-footer .footer-inner {
    flex-direction: column;
    margin: 0;
    padding: 0px 48px;
  }
}
@media (max-width: 767px) {
  #freight-calculator footer.marketing-footer .footer-inner {
    padding: 0px 24px;
  }
}
#freight-calculator footer.marketing-footer .footer-inner .horizontal-zone {
  width: 100%;
}
#freight-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons {
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
  display: flex;
}
@media (max-width: 991px) {
  #freight-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons {
    justify-content: center;
    margin-bottom: 48px !important;
  }
}
#freight-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons a {
  display: inline-block;
  margin: 0rem 0.5rem 0 0;
}
#freight-calculator footer.marketing-footer .footer-inner .horizontal-zone .social-media-icons a img {
  max-width: 35px;
}
#freight-calculator footer.marketing-footer .footer-inner .horizontal-zone p {
  text-align: left;
}
@media (max-width: 991px) {
  #freight-calculator footer.marketing-footer .footer-inner .horizontal-zone p {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
#freight-calculator footer.marketing-footer .footer-inner .horizontal-zone p a {
  color: #fff;
  font-size: 16px;
}
#freight-calculator footer.marketing-footer .footer-inner .footer-logo {
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  #freight-calculator footer.marketing-footer .footer-inner .footer-logo {
    order: -1;
    margin-bottom: 44px;
  }
}
#freight-calculator footer.marketing-footer .footer-inner .footer-logo a {
  display: inline-block;
}
#freight-calculator footer.marketing-footer .footer-inner .footer-logo a img {
  width: 100%;
}
@media (max-width: 991px) {
  #freight-calculator footer.marketing-footer .footer-inner .footer-logo a img {
    max-width: 237px;
    margin: 0 auto;
  }
}
#freight-calculator footer.marketing-footer .footer-inner .copy-rights {
  order: 2;
  width: 100%;
  text-align: right;
}
@media (max-width: 991px) {
  #freight-calculator footer.marketing-footer .footer-inner .copy-rights {
    text-align: center;
  }
}
#freight-calculator footer.marketing-footer .footer-inner .copy-rights p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 25px;
}

body#combyne-demo-page {
  background-color: #FFFEFB;
}
body#combyne-demo-page .container {
  max-width: 1304px;
  width: 100% !important;
  padding: 0px 20px;
}
body#combyne-demo-page .dropdown-content .container {
  padding: 0;
}
body#combyne-demo-page header .container {
  width: 95% !important;
  padding: 0 !important;
}
body#combyne-demo-page footer .container {
  width: 90% !important;
}
body#combyne-demo-page .hero {
  padding: 135px 0px 111px;
  background-image: url(../combyne-demo/img/gray-path3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #FFFEFB;
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero {
    padding: 118px 0px 0px;
  }
}
body#combyne-demo-page .hero .hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1026px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner {
    flex-direction: column-reverse;
  }
}
body#combyne-demo-page .hero .hero-inner .col-left {
  max-width: 305px;
  width: 100%;
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner .col-left {
    max-width: 327px;
    margin-bottom: -371px;
  }
}
body#combyne-demo-page .hero .hero-inner .col-left .demo-desktop {
  max-width: 370px;
  width: 100%;
  height: 614px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner .col-left .demo-desktop {
    display: none;
  }
}
body#combyne-demo-page .hero .hero-inner .col-left .demo-desktop iframe {
  width: 402px;
  height: 734px;
  border: 0px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
body#combyne-demo-page .hero .hero-inner .col-left .demo-mobile {
  display: none;
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner .col-left .demo-mobile {
    display: block;
  }
}
body#combyne-demo-page .hero .hero-inner .col-left .demo-mobile span.user-information {
  color: #403E3C;
  font-family: Heebo;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  display: none;
  margin-bottom: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner .col-left .demo-mobile span.user-information {
    display: block;
  }
}
body#combyne-demo-page .hero .hero-inner .col-left .demo-mobile a {
  display: block;
}
body#combyne-demo-page .hero .hero-inner .col-left .demo-mobile a img {
  width: 100%;
  border-radius: 50px;
}
body#combyne-demo-page .hero .hero-inner .col-right {
  max-width: 542px;
  width: 100%;
}
@media (max-width: 991px) {
  body#combyne-demo-page .hero .hero-inner .col-right {
    max-width: 360px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner .col-right {
    max-width: 542px;
  }
}
body#combyne-demo-page .hero .hero-inner .col-right h1 {
  color: #403E3C;
  font-family: "IBM Plex Serif";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body#combyne-demo-page .hero .hero-inner .col-right h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner .col-right h1 {
    font-size: 28px;
    margin-bottom: 24px;
    text-align: center;
  }
}
body#combyne-demo-page .hero .hero-inner .col-right span {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
  display: inline-block;
}
@media (max-width: 767px) {
  body#combyne-demo-page .hero .hero-inner .col-right span {
    margin-bottom: 12px;
    text-align: center;
    display: block;
  }
}
@media (max-width: 991px) {
  body#combyne-demo-page .hero .hero-inner .col-right ul {
    text-align: center;
  }
}
body#combyne-demo-page .hero .hero-inner .col-right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
body#combyne-demo-page .hero .hero-inner .col-right ul li:last-child {
  margin-bottom: 0px;
}
body#combyne-demo-page .hero .hero-inner .col-right ul li .demo-icon {
  margin-right: 12px;
}
body#combyne-demo-page .hero .hero-inner .col-right ul li span {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body#combyne-demo-page .hero .hero-inner .col-right ul li span {
    text-align: start;
    display: block;
  }
}
body#combyne-demo-page .still-questions {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 767px) {
  body#combyne-demo-page .still-questions {
    padding: 64px 0px;
    margin-top: 371px;
  }
}
body#combyne-demo-page .still-questions .still-inner {
  max-width: 1026px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body#combyne-demo-page .still-questions .still-inner {
    display: block;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 913px;
}
@media (max-width: 767px) {
  body#combyne-demo-page .still-questions .still-inner .col-left {
    display: block;
    margin-bottom: 56px;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .content-left {
  max-width: 476px;
}
@media (max-width: 991px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .content-left {
    max-width: 340px;
    margin: 0 auto;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .content-left h2 {
  color: #403E3C;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .content-left h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .content-left h2 {
    font-size: 24px;
    text-align: center;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .content-left p {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .content-left p {
    text-align: center;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .representative {
  display: flex;
  align-items: center;
  border-radius: 18px;
  border: 1px solid var(--LM-Border-Default-Average, #CECEC6);
  background: var(--LM-Background-Default-Paper, #FFFEFB);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.06);
  padding: 24px 48px;
  max-width: 405px;
}
@media (max-width: 991px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative {
    padding: 24px 24px;
    max-width: 320px;
    margin: 0 auto;
  }
}
@media (max-width: 374px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative {
    padding: 20px 20px;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-image {
  max-width: 108px;
}
@media (max-width: 767px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-image {
    max-width: 90px;
  }
}
@media (max-width: 374px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-image {
    max-width: 80px;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-image img {
  width: 100%;
}
body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-information {
  margin-left: 20px;
}
@media (max-width: 374px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-information {
    margin-left: 10px;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-information h3 {
  color: #403E3C;
  font-family: "IBM Plex Serif";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.25px;
}
@media (max-width: 991px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-information h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-information h3 {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-information h3 {
    font-size: 18px;
  }
}
body#combyne-demo-page .still-questions .still-inner .col-left .representative .rep-information span {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.15px;
}
body#combyne-demo-page .still-questions .still-inner .col-right iframe {
  height: 658px;
}
@media (max-width: 708px) {
  body#combyne-demo-page .still-questions .still-inner .col-right iframe {
    border-radius: 12px;
    border: 1px solid var(--LM-Border-Default-Average, #CECEC6);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.06);
  }
}

body#pi-financial-page footer .container {
  width: 95% !important;
}
body#pi-financial-page header .container {
  padding: 0;
}
body#pi-financial-page .dropdown-content .container {
  padding: 0;
}
body#pi-financial-page .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
body#pi-financial-page .hero {
  padding: 200px 0px 200px;
  position: relative;
  background-color: #F5F4F0;
}
@media (max-width: 991px) {
  body#pi-financial-page .hero {
    padding: 144px 0px 130px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .hero {
    padding: 144px 0px 100px;
  }
}
body#pi-financial-page .hero::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 112px;
  background: url(../pi-financial/img/fieldview-hero.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  body#pi-financial-page .hero::before {
    height: 55px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .hero::before {
    height: 42px;
  }
}
body#pi-financial-page .hero .container {
  width: 100%;
  padding: 0px 24px;
}
body#pi-financial-page .hero .container .hero-inner {
  max-width: 832px;
  margin: 0 auto;
  text-align: center;
}
body#pi-financial-page .hero .container .hero-inner .financial-logo {
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body#pi-financial-page .hero .container .hero-inner .financial-logo {
    margin-bottom: 29px;
  }
}
body#pi-financial-page .hero .container .hero-inner .financial-logo img.desktop-logo {
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  body#pi-financial-page .hero .container .hero-inner .financial-logo img.desktop-logo {
    display: none;
  }
}
body#pi-financial-page .hero .container .hero-inner .financial-logo img.mobile-logo {
  width: 100%;
  display: none;
}
@media (max-width: 767px) {
  body#pi-financial-page .hero .container .hero-inner .financial-logo img.mobile-logo {
    display: block;
  }
}
body#pi-financial-page .hero .container .hero-inner .ventum-logo {
  max-width: 258px;
}
@media (max-width: 767px) {
  body#pi-financial-page .hero .container .hero-inner .ventum-logo img.desktop-logo {
    display: block !important;
  }
}
body#pi-financial-page .hero .container .hero-inner h1 {
  color: #403E3C;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body#pi-financial-page .hero .container .hero-inner h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .hero .container .hero-inner h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
body#pi-financial-page .hero .container .hero-inner p {
  color: #403E3C;
  text-align: center;
  font-family: "Heebo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
  margin-bottom: 32px;
}
body#pi-financial-page .hero .container .hero-inner .financial-btn a {
  max-width: 240px;
  width: 100%;
  background-color: rgb(224, 209, 119);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  display: block;
  margin: 0 auto;
  padding: 10px 22px;
  border-radius: 100px;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-style: normal;
  text-decoration: none;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  transition: 0.2s;
}
body#pi-financial-page .hero .container .hero-inner .financial-btn a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body#pi-financial-page .hero .container .hero-inner .financial-btn a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body#pi-financial-page .help {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 991px) {
  body#pi-financial-page .help {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .help {
    padding: 64px 0px;
  }
}
body#pi-financial-page .help .container {
  width: 100%;
  padding: 0px 24px;
}
body#pi-financial-page .help .container .help-inner {
  max-width: 833px;
  margin: 0 auto;
}
body#pi-financial-page .help .container .help-inner h2 {
  color: #403E3C;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body#pi-financial-page .help .container .help-inner h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#pi-financial-page .help .container .help-inner h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .help .container .help-inner h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
body#pi-financial-page .help .container .help-inner p {
  color: #403E3C;
  text-align: center;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
body#pi-financial-page .help .container .help-inner p:last-child {
  font-size: 13px;
  margin: 0;
}
body#pi-financial-page .benefits {
  padding: 104px 0;
  position: relative;
  background-color: #FFFEFB;
}
@media (max-width: 991px) {
  body#pi-financial-page .benefits {
    padding: 64px 0px;
  }
}
body#pi-financial-page .benefits h2 {
  color: #403E3C;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body#pi-financial-page .benefits h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .benefits h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
body#pi-financial-page .benefits .benefits-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  body#pi-financial-page .benefits .benefits-inner {
    flex-direction: column-reverse;
    gap: 50px;
    align-items: center;
  }
}
body#pi-financial-page .benefits .benefits-inner .col-left {
  max-width: 512px;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 991px) {
  body#pi-financial-page .benefits .benefits-inner .col-left {
    display: none;
  }
}
body#pi-financial-page .benefits .benefits-inner .col-left img {
  max-width: 100%;
  height: auto;
}
body#pi-financial-page .benefits .benefits-inner .col-left .col-left-inner {
  position: relative;
}
body#pi-financial-page .benefits .benefits-inner .col-left .col-left-inner img {
  position: absolute;
  inset: 0;
  visibility: hidden;
}
body#pi-financial-page .benefits .benefits-inner .col-right {
  max-width: 620px;
  width: 100%;
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 0;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li.active h3 span {
  transform: rotate(-180deg);
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li .inventory-img {
  display: none;
}
@media (max-width: 991px) {
  body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li .inventory-img {
    display: block;
  }
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li .inventory-img img {
  width: 100%;
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0;
}
@media (max-width: 991px) {
  body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li h3 {
    font-size: 19px;
  }
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li h3 span {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(0);
  margin-left: 23px;
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li h3 span img {
  max-width: unset !important;
  height: unset !important;
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  max-width: 564px;
}
body#pi-financial-page .benefits .benefits-inner .col-right ul.accordion-list li div.answer p {
  margin: 12px 0 0;
  font-size: 17px;
}
body#pi-financial-page .marketing-opportunities {
  margin: 203px 0px 154px;
  background-color: #1D2E2E;
  position: relative;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities {
    padding: 116px 0px 0px;
    margin: 48px 0px 104px;
  }
}
body#pi-financial-page .marketing-opportunities::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../pi-financial/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(-100%);
  background-color: #FFFEFB;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities::before {
    height: 48px;
  }
}
body#pi-financial-page .marketing-opportunities::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 154px;
  background: url(../pi-financial/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(100%) rotate(180deg);
  background-color: #F5F4F0;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities::after {
    height: 104px;
  }
}
body#pi-financial-page .marketing-opportunities .container {
  width: 100%;
  padding: 0px 24px;
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 991px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner {
    display: block;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail {
  padding-left: 26px;
  max-width: 702px;
  margin-top: 37px;
}
@media (max-width: 991px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail {
    padding-left: 19px;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail h3 {
  position: relative;
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 32px;
  z-index: 1;
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail h3 span {
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail h3::before {
  content: "";
  top: -90px;
  left: -26px;
  position: absolute;
  background-image: url(../pi-financial/img/Quotation-Marks.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 245px;
  width: 100%;
  height: 170px;
  z-index: -1;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail h3::before {
    max-width: 153px;
    height: 105px;
    top: -60px;
    left: -19px;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail span.marketing-goldbar {
  max-width: 97px;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background-color: #E0D177;
  display: block;
  margin-bottom: 12px;
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail h4 {
    font-size: 17px;
    line-height: 26px;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-detail p {
    font-size: 11px;
    line-height: 16px;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image {
  position: relative;
}
@media (max-width: 991px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image {
    max-width: 377px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image {
    max-width: 221px;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image::before {
  transform: translate(36px, 18px);
  z-index: -1;
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  max-width: 404px;
  height: 404px;
  width: 100%;
  background-image: url(../pi-financial/img/dot-logo1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image::before {
    max-width: 300px;
    height: 300px;
    top: 15px;
    left: 10px;
  }
}
@media (max-width: 480px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image::before {
    height: 202px;
    top: 8px;
    left: -3px;
  }
}
body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image img {
  max-width: 377px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  body#pi-financial-page .marketing-opportunities .container .marketing-opportunities-inner .marketing-image img {
    max-width: 100%;
  }
}
body#pi-financial-page .advisor {
  padding: 144px 0px 104px;
  background-color: #F5F4F0;
}
@media (max-width: 991px) {
  body#pi-financial-page .advisor {
    padding: 120px 0px 80px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .advisor {
    padding: 96px 0px 64px;
  }
}
body#pi-financial-page .advisor .container {
  width: 100%;
  padding: 0px 24px;
}
body#pi-financial-page .advisor .container .advisor-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 104px;
  gap: 15px;
}
@media (max-width: 991px) {
  body#pi-financial-page .advisor .container .advisor-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .advisor .container .advisor-inner {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  body#pi-financial-page .advisor .container .advisor-inner {
    max-width: 254px;
  }
}
body#pi-financial-page .advisor .container .advisor-inner .col-left {
  max-width: 405px;
}
@media (max-width: 991px) {
  body#pi-financial-page .advisor .container .advisor-inner .col-left {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .advisor .container .advisor-inner .col-left {
    max-width: 202px;
    margin-bottom: 16px;
  }
}
body#pi-financial-page .advisor .container .advisor-inner .col-left img {
  width: 100%;
}
body#pi-financial-page .advisor .container .advisor-inner .col-right {
  max-width: 725px;
}
@media (max-width: 991px) {
  body#pi-financial-page .advisor .container .advisor-inner .col-right {
    max-width: 100%;
    text-align: center;
  }
}
body#pi-financial-page .advisor .container .advisor-inner .col-right h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body#pi-financial-page .advisor .container .advisor-inner .col-right h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#pi-financial-page .advisor .container .advisor-inner .col-right h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .advisor .container .advisor-inner .col-right h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
body#pi-financial-page .advisor .container .advisor-inner .col-right p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #403E3C;
}
body#pi-financial-page .advisor .container .take-controls {
  background-color: #FFFEFB;
  border-radius: 24px;
  padding: 80px 214px;
}
@media (max-width: 1200px) {
  body#pi-financial-page .advisor .container .take-controls {
    padding: 80px 99px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .advisor .container .take-controls {
    padding: 32px 34px;
  }
}
body#pi-financial-page .advisor .container .take-controls h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 1024px) {
  body#pi-financial-page .advisor .container .take-controls h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#pi-financial-page .advisor .container .take-controls h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .advisor .container .take-controls h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
body#pi-financial-page .advisor .container .take-controls p {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  color: #403E3C;
  text-align: center;
  margin-bottom: 32px;
}
body#pi-financial-page .advisor .container .take-controls .gold-button {
  display: flex;
  justify-content: center;
}
body#pi-financial-page .advisor .container .take-controls .gold-button a {
  font-family: "IBM Plex Serif";
  text-decoration: none;
  text-align: center;
  max-width: 240px;
  width: 100%;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
body#pi-financial-page .advisor .container .take-controls .gold-button a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body#pi-financial-page .advisor .container .take-controls .gold-button a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body#pi-financial-page .feedback {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  body#pi-financial-page .feedback {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback {
    padding: 64px 0px;
  }
}
body#pi-financial-page .feedback .container {
  width: 100%;
  padding: 0px 24px;
}
body#pi-financial-page .feedback .container h2 {
  font-weight: 700;
  max-width: 832px;
  font-size: 28px;
  line-height: 43px;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  body#pi-financial-page .feedback .container h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#pi-financial-page .feedback .container h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
body#pi-financial-page .feedback .container .feedback-inner {
  display: flex;
}
@media (max-width: 991px) {
  body#pi-financial-page .feedback .container .feedback-inner {
    display: block;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .form {
  border: 1px solid #E3E3DA;
  background-color: #FFFEFB;
  padding: 64px 91px 64px 106px;
  max-width: 684px;
  width: 100%;
  border-radius: 24px 0px 0px 24px;
}
@media (max-width: 1200px) {
  body#pi-financial-page .feedback .container .feedback-inner .form {
    max-width: 50%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  body#pi-financial-page .feedback .container .feedback-inner .form {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 24px 24px 0px 0px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form {
    max-width: 100%;
    padding: 64px 34px;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .form h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form h4 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .form p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form p {
    text-align: center;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group {
  display: flex;
  flex-direction: column;
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group label {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form form .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group input {
  padding: 13px 16px;
  border: 1px solid #CECEC6;
  border-radius: 5px;
  background-color: #FFFEFB;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  opacity: 50%;
  margin-bottom: 16px;
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group input:focus-visible {
  outline: 0;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form form .form-group input {
    font-size: 14px;
    line-height: 21px;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group span {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 5px;
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group textarea {
  padding: 13px 16px;
  border: 1px solid #CECEC6;
  border-radius: 5px;
  background-color: #FFFEFB;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  opacity: 50%;
  margin-bottom: 24px;
  resize: none;
  overflow: hidden;
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group textarea:focus-visible {
  outline: 0;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form form .form-group textarea {
    height: 71px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form form .form-group .submit-container {
    text-align: center;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group .submit-container input {
  max-width: 240px;
  width: 100%;
  opacity: 1;
  font-family: "IBM Plex Serif";
  text-align: center;
  margin: 0;
  border: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
body#pi-financial-page .feedback .container .feedback-inner .form form .form-group .submit-container input:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .form form .form-group .submit-container input {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    max-width: 160px;
    font-family: "Heebo";
  }
}
body#pi-financial-page .feedback .container .feedback-inner .contact {
  border: 1px solid #E3E3DA;
  background-color: #F5F4F0;
  padding: 64px 106px 45px 65px;
  max-width: 576px;
  width: 100%;
  border-radius: 0px 24px 24px 0px;
}
@media (max-width: 1200px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact {
    max-width: 50%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 0px 0px 24px 24px;
  }
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact {
    padding: 64px 18px;
    max-width: 100%;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .contact .financial-logo {
  max-width: 245px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 21px;
}
body#pi-financial-page .feedback .container .feedback-inner .contact .financial-logo img {
  width: 100%;
}
body#pi-financial-page .feedback .container .feedback-inner .contact .ventum-financial-logo {
  max-width: 156px;
  margin: 0;
  margin-bottom: 21px;
}
body#pi-financial-page .feedback .container .feedback-inner .contact h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 18px;
  padding-left: 12px;
}
body#pi-financial-page .feedback .container .feedback-inner .contact p {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
  text-align: start;
  padding-left: 12px;
}
body#pi-financial-page .feedback .container .feedback-inner .contact p span {
  font-weight: 400;
  display: block;
}
body#pi-financial-page .feedback .container .feedback-inner .contact ul {
  margin-bottom: 21px;
}
body#pi-financial-page .feedback .container .feedback-inner .contact ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-icon {
  max-width: 50px;
  width: 100%;
  margin-right: 24px;
}
@media (max-width: 480px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-icon {
    margin-right: 10px;
  }
}
@media (max-width: 374px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-icon {
    max-width: 40px;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-icon img {
  width: 100%;
}
body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-text span {
  display: block;
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 8px;
}
body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-text .address {
  display: block;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  text-decoration: none;
  margin: 0;
}
body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-text a {
  display: block;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  text-decoration: none;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-text a {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-text a {
    width: 212px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 374px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact ul li .contact-text a {
    width: 166px;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .contact .canadian-logo {
  max-width: 91px;
  width: 100%;
}
@media (max-width: 767px) {
  body#pi-financial-page .feedback .container .feedback-inner .contact .canadian-logo {
    margin: 0 auto;
  }
}
body#pi-financial-page .feedback .container .feedback-inner .contact .canadian-logo img {
  width: 100%;
}

body#trade-doc-integrations-page .container {
  width: 100% !important;
  max-width: 1308px;
}
body#trade-doc-integrations-page header .container {
  width: 95% !important;
}
body#trade-doc-integrations-page footer .container {
  width: 95% !important;
}
body#trade-doc-integrations-page .hero {
  padding: 113px 0px 141px;
  position: relative;
  background-color: #31524F;
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .hero {
    padding: 115px 0px 80px;
  }
}
body#trade-doc-integrations-page .hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 106px;
  background: url(../trade-doc-integrations/img/fieldview-layer1.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .hero::after {
    height: 40px;
  }
}
@media (max-width: 425px) {
  body#trade-doc-integrations-page .hero::after {
    height: 28px;
  }
}
body#trade-doc-integrations-page .hero .container {
  padding: 0px 24px;
}
body#trade-doc-integrations-page .hero .container .hero-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner {
    flex-direction: column-reverse;
  }
}
body#trade-doc-integrations-page .hero .container .hero-inner .left-content {
  max-width: 619px;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .left-content {
    text-align: center;
  }
}
body#trade-doc-integrations-page .hero .container .hero-inner .left-content h1 {
  color: #fff;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .left-content h1 {
    font-size: 34px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .left-content h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
body#trade-doc-integrations-page .hero .container .hero-inner .left-content p {
  color: #fff;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
  max-width: 587px;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .left-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
body#trade-doc-integrations-page .hero .container .hero-inner .left-content p.mobile-text {
  display: none;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .left-content p.mobile-text {
    display: block;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .left-content p.desktop-text {
    display: none;
  }
}
body#trade-doc-integrations-page .hero .container .hero-inner .left-content .started-btn {
  display: flex;
  max-width: 240px;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex: 1 0 0;
  border-radius: 60px;
  background: #E0D177;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .left-content .started-btn {
    margin: 0 auto;
  }
}
body#trade-doc-integrations-page .hero .container .hero-inner .left-content .started-btn a {
  color: #fff;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}
body#trade-doc-integrations-page .hero .container .hero-inner .right-gif {
  max-width: 581px;
  height: auto;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .right-gif {
    max-width: 460px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .right-gif {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .right-gif {
    max-width: 320px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .hero .container .hero-inner .right-gif {
    margin-bottom: 10px;
  }
}
body#trade-doc-integrations-page .hero .container .hero-inner .right-gif img {
  width: 100%;
  border-radius: 24px;
  border: 4px dashed #63817A;
}
body#trade-doc-integrations-page .marketing-update {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .marketing-update {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .marketing-update {
    padding: 64px 0px;
  }
}
body#trade-doc-integrations-page .marketing-update .container {
  padding: 0px 24px;
}
body#trade-doc-integrations-page .marketing-update .container .information-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 208px;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item {
    flex-direction: column-reverse;
    margin-bottom: 64px;
    align-items: center;
  }
}
body#trade-doc-integrations-page .marketing-update .container .information-item:last-child {
  margin-bottom: 0;
}
body#trade-doc-integrations-page .marketing-update .container .information-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item:nth-child(even) .col-left {
    margin: 0px 0px 0px 20px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item:nth-child(even) .col-left {
    margin: 0px 0px 0px 15px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item:nth-child(even) .col-left {
    margin: 0;
    text-align: center;
  }
}
body#trade-doc-integrations-page .marketing-update .container .information-item .col-left {
  max-width: 619px;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-left {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-left {
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-left {
    margin: 0px;
    text-align: center;
  }
}
body#trade-doc-integrations-page .marketing-update .container .information-item .col-left h2 {
  color: #403E3C;
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-left h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-left h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-left h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
body#trade-doc-integrations-page .marketing-update .container .information-item .col-left p {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-left p {
    font-size: 16px;
  }
}
body#trade-doc-integrations-page .marketing-update .container .information-item .col-right {
  max-width: 573px;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-right {
    max-width: 480px;
  }
}
@media (max-width: 1024px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-right {
    max-width: 396px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-right {
    max-width: 325px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .marketing-update .container .information-item .col-right {
    max-width: 327px;
    margin-bottom: 24px;
  }
}
body#trade-doc-integrations-page .marketing-update .container .information-item .col-right img {
  width: 100%;
}
body#trade-doc-integrations-page .partners {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .partners {
    padding: 80px 0px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners {
    padding: 64px 0px;
  }
}
body#trade-doc-integrations-page .partners .container {
  padding: 0px 24px;
}
body#trade-doc-integrations-page .partners .container h3 {
  color: #403E3C;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.25px;
  margin-bottom: 12px;
}
body#trade-doc-integrations-page .partners .container p {
  color: #403E3C;
  text-align: center;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 832px;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container p {
    margin-bottom: 32px;
  }
}
body#trade-doc-integrations-page .partners .container .companies-logo {
  max-width: 619px;
  margin: 0 auto;
  margin-bottom: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container .companies-logo {
    margin-bottom: 48px;
  }
}
body#trade-doc-integrations-page .partners .container .companies-logo img {
  max-width: 84px;
  width: 100%;
  height: 100%;
  margin: 0px 3px;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container .companies-logo img {
    margin: 0px 7.5px;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers {
  padding: 48px 48px;
  gap: 64px;
  border-radius: 32px;
  border: 1px solid #F0EDE4;
  background: #FFFEFB;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  max-width: 1046px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container .search-buyers {
    padding: 48px 24px;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers span {
  color: #403E3C;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 155%;
  letter-spacing: 0.15px;
  display: block;
  text-align: center;
  margin-bottom: 16px;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner {
  max-width: 785px;
  margin: 0 auto;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner .search-input {
  display: flex;
  max-width: 563px;
  width: 100%;
  height: 48px;
  padding: 0px 12px;
  margin: 0 auto;
  align-items: center;
  gap: 18px;
  border-radius: 60px;
  border: 1px solid var(--lm-border-default-average, #CECEC6);
  background: var(--lm-background-default-paper, #FFFEFB);
  margin-bottom: 64px;
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner .search-input {
    margin-bottom: 32px;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner .search-input input {
  background: transparent;
  border: 0px;
  color: rgba(66, 67, 67, 0.73);
  font-family: "Heebo";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
  padding: 0;
  outline: 0;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table {
  max-width: 756px;
  width: 100%;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table thead tr:first-child {
  display: none;
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table thead tr:first-child {
    display: block;
  }
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table thead tr:first-child th {
    border: 0px;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table thead tr:first-child th {
  padding-bottom: 12px;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table thead tr:last-child th {
  padding-top: 12px;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 351px;
  text-align: start;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(66, 67, 67, 0.12);
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th {
    width: 264px;
  }
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th {
    width: 170px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th:nth-child(2) {
    width: 172px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th:nth-child(2) {
    width: 140px;
  }
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th:nth-child(2) {
    width: 67px;
    text-align: right;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th:last-child {
  width: 82px;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th:last-child {
    width: 88px;
  }
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr th:last-child {
    display: none;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 351px;
  padding: 16px 0px;
  border-bottom: 1px solid rgba(66, 67, 67, 0.12);
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td {
    width: 277px;
  }
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td {
    width: 170px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td:nth-child(2) {
    width: 180px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td:nth-child(2) {
    width: 140px;
  }
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td:nth-child(2) {
    width: 67px;
    text-align: right;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td:last-child {
  width: 82px;
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td:last-child {
    display: none;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner table tr td img {
  width: 100%;
  max-width: 77px;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner .table-body {
  max-height: 312px;
  overflow-y: auto;
  width: 100%;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner .table-body::-webkit-scrollbar {
  width: 13px;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner .table-body::-webkit-scrollbar-track {
  background: #ffffff;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-buyers-inner .table-body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 10px;
  border: 3px solid #ffffff;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found {
  display: none;
  align-items: center;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found {
    max-width: 100%;
    text-align: center;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-image {
  max-width: 410px;
  width: 100%;
  margin-right: 57px;
}
@media (max-width: 1024px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-image {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-image {
    max-width: 345px;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-image {
    margin: 0 auto;
    margin-bottom: 22px;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-image img {
  width: 100%;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-content h2 {
  color: #403E3C;
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 145%;
  margin-bottom: 12px;
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-content p {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  text-align: start !important;
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-content p {
    text-align: center !important;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-content .request-btn {
  display: flex;
  max-width: 250px;
  width: 100%;
  height: 40px;
  padding: 0px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 60px;
  background: #E0D177;
}
@media (max-width: 600px) {
  body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-content .request-btn {
    margin: 0 auto;
  }
}
body#trade-doc-integrations-page .partners .container .search-buyers .search-not-found .search-content .request-btn a {
  color: #FFF;
  text-align: center;
  font-family: "Heebo";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
}
body#trade-doc-integrations-page .work {
  background-color: #1D2E2E;
  margin: 121px 0px 208px;
  position: relative;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .work {
    margin: 80px 0px 160px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .work {
    margin: 48px 0px 144px;
  }
}
body#trade-doc-integrations-page .work::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 121px;
  background: url(../fieldview-integration/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(-100%);
  background-color: #FFFEFB;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .work::before {
    height: 80px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .work::before {
    height: 48px;
  }
}
body#trade-doc-integrations-page .work::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 208px;
  background: url(../fieldview-integration/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(100%) rotate(180deg);
  background-color: #FFFEFB;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .work::after {
    height: 160px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .work::after {
    height: 144px;
  }
}
body#trade-doc-integrations-page .work .container {
  padding: 0px 24px;
}
body#trade-doc-integrations-page .work .container .work-inner {
  position: relative;
  z-index: 1;
}
body#trade-doc-integrations-page .work .container .work-inner #work-animation {
  max-width: 156px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 43px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .work .container .work-inner #work-animation {
    max-width: 98px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .work .container .work-inner #work-animation .work-animation {
    max-width: 98px;
    margin-bottom: 28px;
  }
}
body#trade-doc-integrations-page .work .container .work-inner span {
  color: #FFF;
  text-align: center;
  font-family: "Heebo";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .work .container .work-inner span {
    font-size: 16px;
    line-height: 24px;
  }
}
body#trade-doc-integrations-page .work .container .work-inner h2 {
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: 0.25px;
  max-width: 833px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .work .container .work-inner h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  body#trade-doc-integrations-page .work .container .work-inner h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
    font-weight: 500;
  }
}
body#trade-doc-integrations-page .work .container .work-inner a.fieldview-btn {
  display: flex;
  height: 40px;
  padding: 12px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background: #E0D177;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  color: #FFF;
  text-align: center;
  font-family: "IBM Plex Serif";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  max-width: 240px;
  margin: 0 auto;
  text-decoration: none;
}
body#trade-doc-integrations-page .feedback {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .feedback {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback {
    padding: 64px 0px;
  }
}
body#trade-doc-integrations-page .feedback .container {
  padding: 0px 24px;
}
body#trade-doc-integrations-page .feedback .container h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 43px;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 1024px) {
  body#trade-doc-integrations-page .feedback .container h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
body#trade-doc-integrations-page .feedback .container p {
  color: #403E3C;
  text-align: center;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 32px;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner {
  display: flex;
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner {
    display: block;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form {
  border: 1px solid #E3E3DA;
  background-color: #FFFEFB;
  padding: 64px 91px 64px 106px;
  max-width: 684px;
  width: 100%;
  border-radius: 24px 0px 0px 24px;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form {
    max-width: 50%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 24px 24px 0px 0px;
  }
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form {
    max-width: 100%;
    padding: 64px 34px;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form h4 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form p {
    text-align: center;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group {
  display: flex;
  flex-direction: column;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group label {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group input {
  padding: 13px 16px;
  border: 1px solid #CECEC6;
  border-radius: 5px;
  background-color: #FFFEFB;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  opacity: 50%;
  margin-bottom: 16px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group input:focus-visible {
  outline: 0;
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group input {
    font-size: 14px;
    line-height: 21px;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group span {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 5px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group textarea {
  padding: 13px 16px;
  border: 1px solid #CECEC6;
  border-radius: 5px;
  background-color: #FFFEFB;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  opacity: 50%;
  margin-bottom: 24px;
  resize: none;
  overflow: hidden;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group textarea:focus-visible {
  outline: 0;
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group textarea {
    height: 71px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group .submit-container {
    text-align: center;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group .submit-container input {
  max-width: 240px;
  width: 100%;
  opacity: 1;
  background-color: #E0D177;
  border-radius: 60px;
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  margin: 0;
  border: 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .form form .form-group .submit-container input {
    font-size: 17px;
    line-height: 32px;
    max-width: 160px;
    padding: 7px 0px;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact {
  border: 1px solid #E3E3DA;
  background-color: #F5F4F0;
  padding: 64px 106px 45px 65px;
  max-width: 576px;
  width: 100%;
  border-radius: 0px 24px 24px 0px;
}
@media (max-width: 1200px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .contact {
    max-width: 50%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .contact {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 0px 0px 24px 24px;
  }
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .contact {
    padding: 64px 18px;
    max-width: 100%;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 18px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul {
  margin-bottom: 47px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul li .contact-icon {
  max-width: 50px;
  width: 100%;
  margin-right: 24px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul li .contact-icon img {
  width: 100%;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul li .contact-text span {
  display: block;
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 8px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul li .contact-text .address {
  display: block;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  text-decoration: none;
  margin: 0;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul li .contact-text a {
  display: block;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  text-decoration: none;
}
@media (max-width: 767px) {
  body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul li .contact-text a {
    font-size: 16px;
  }
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact h4.read {
  margin-bottom: 8px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact p {
  color: #403E3C;
  font-family: "Heebo";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 25px;
  text-align: left;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul.google-btn {
  display: flex;
  max-width: 315px;
  margin: 0;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul.google-btn li {
  margin: 0;
  margin-right: 18px;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul.google-btn li:last-child {
  margin: 0;
}
body#trade-doc-integrations-page .feedback .container .feedback-inner .contact ul.google-btn li img {
  width: 100%;
}

body#agchieve-page .container {
  max-width: 1308px;
  margin: 0 auto;
  width: 100%;
  padding: 0px 24px;
}
body#agchieve-page header .container {
  padding: 0 !important;
}
body#agchieve-page .dropdown-content .container {
  padding: 0 !important;
}
body#agchieve-page footer .container {
  width: 90% !important;
}
body#agchieve-page .agchieve-hero {
  padding: 131px 0px 105px;
  background-color: #F5F4F0;
  position: relative;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero {
    padding: 138px 0px 200px;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: -174px;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner {
    margin: 0 auto;
    margin-bottom: -310px;
  }
}
@media (max-width: 480px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner {
    max-width: 243px;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content {
  max-width: 564px;
  padding: 44px 0px 0px;
  text-align: center;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content {
    max-width: 100%;
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content {
    padding: 0px;
    text-align: center;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content img {
  max-width: 281px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content img {
    max-width: 222px;
    margin-bottom: 28px;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content .gold-button {
  background-color: #E0D177;
  max-width: 240px;
  border-radius: 60px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
  margin: 0 auto;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content .gold-button {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content .gold-button {
    margin: 0 auto;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content .gold-button a {
  font-family: "IBM Plex Serif";
  font-weight: 600;
  font-size: 16.5px;
  line-height: 26px;
  color: #403E3C;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px 22px;
  transition: 0.2s;
  border-radius: 100px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content .gold-button a:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .left-content .gold-button a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image {
  max-width: 512px;
  position: relative;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image {
    max-width: 300px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image {
    max-width: 221px;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image::before {
  content: "";
  position: absolute;
  max-width: 404px;
  width: 100%;
  height: 404px;
  background-image: url(../agchieve/img/dot-logo1.png);
  background-repeat: no-repeat;
  background-size: cover;
  right: -11%;
  bottom: 4%;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image::before {
    right: -14%;
    bottom: 1%;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image::before {
    max-width: 300px;
    height: 300px;
  }
}
@media (max-width: 480px) {
  body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image::before {
    max-width: 202px;
    height: 202px;
  }
}
body#agchieve-page .agchieve-hero .agchieve-hero-inner .right-image img {
  width: 100%;
  position: relative;
}
body#agchieve-page .agchieve-marketing {
  padding: 254px 0px 144px;
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-marketing {
    padding: 140px 0px 140px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-marketing {
    padding: 210px 0px 80px;
  }
}
body#agchieve-page .agchieve-marketing .marketing-information {
  margin-bottom: 243px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-marketing .marketing-information {
    margin-bottom: 110px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-marketing .marketing-information {
    margin-bottom: 64px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-marketing .marketing-information {
    gap: 0;
  }
}
body#agchieve-page .agchieve-marketing .marketing-information:last-child {
  margin-bottom: 0;
}
body#agchieve-page .agchieve-marketing .marketing-information:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-marketing .marketing-information:nth-child(even) {
    flex-direction: column-reverse;
  }
}
body#agchieve-page .agchieve-marketing .marketing-information .col-left {
  max-width: 574px;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-left {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-left {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-left {
    text-align: center;
  }
}
body#agchieve-page .agchieve-marketing .marketing-information .col-left h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-left h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-left h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-left h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
body#agchieve-page .agchieve-marketing .marketing-information .col-left p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-left p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-right {
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-right {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
body#agchieve-page .agchieve-marketing .marketing-information .col-right img {
  max-width: 619px;
  width: 100%;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-marketing .marketing-information .col-right img {
    max-width: 100%;
  }
}
body#agchieve-page .agchieve-benefits {
  position: relative;
  background-color: #F5F4F0;
  margin: 144px 0px 164px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-benefits {
    margin: 64px 0px 80px;
  }
}
body#agchieve-page .agchieve-benefits::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 144px;
  background: url(../agchieve/img/agchieve-marketing-before.svg) no-repeat;
  background-size: cover;
  transform: translateY(-100%);
  background-color: #FFFEFB;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-benefits::before {
    height: 64px;
  }
}
body#agchieve-page .agchieve-benefits::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 164px;
  background: url(../agchieve/img/agchieve-marketing-after.svg) no-repeat;
  background-size: cover;
  transform: translateY(100%) rotate(180deg);
  background-color: #FFFEFB;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-benefits::after {
    height: 80px;
  }
}
body#agchieve-page .agchieve-benefits h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  body#agchieve-page .agchieve-benefits h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-benefits h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-benefits h2 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 32px;
  }
}
body#agchieve-page .agchieve-benefits .benefits-card {
  display: flex;
  justify-content: center;
  gap: 104px;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-benefits .benefits-card {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-benefits .benefits-card {
    display: block;
  }
}
body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items {
  padding: 65px 46px;
  border-radius: 24px;
  background-color: #FFFEFB;
  max-width: 470px;
  width: 100%;
}
body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items:last-child .benefits-card-image img {
  max-width: 198px;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items {
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items {
    padding: 32px 34px;
  }
}
body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items .benefits-card-image {
  text-align: center;
}
body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items .benefits-card-image img {
  max-width: 120px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items .benefits-card-image img {
    margin-bottom: 16px;
  }
}
body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items h3 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  text-align: center;
  margin-bottom: 12px;
}
body#agchieve-page .agchieve-benefits .benefits-card .benefits-card-items p:last-child {
  margin: 0;
}
body#agchieve-page .agchieve-customers {
  padding: 104px 0px 175px;
  background-color: #FFFEFB;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-customers {
    padding: 164px 0px 104px;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 15px;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner {
    display: block;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail {
  padding-left: 26px;
  max-width: 702px;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail {
    padding-left: 19px;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail h3 {
  position: relative;
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #403E3C;
  margin-bottom: 32px;
  z-index: 1;
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail h3 span {
  font-style: italic;
  font-weight: 700;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail h3::before {
  content: "";
  top: -97px;
  left: -26px;
  position: absolute;
  background-image: url(../agchieve/img/Quotation-Marks.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 245px;
  width: 100%;
  height: 170px;
  z-index: -1;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail h3::before {
    max-width: 153px;
    height: 105px;
    top: -60px;
    left: -19px;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail span.customers-goldbar {
  max-width: 97px;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background-color: #E0D177;
  display: block;
  margin-bottom: 12px;
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail h4 {
    font-size: 17px;
    line-height: 26px;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-detail p {
    font-size: 11px;
    line-height: 16px;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image {
  position: relative;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image {
    max-width: 377px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image {
    max-width: 221px;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image::before {
  transform: translate(36px, 18px);
  z-index: -1;
  position: absolute;
  content: "";
  right: 7px;
  bottom: 7px;
  max-width: 404px;
  height: 404px;
  width: 100%;
  background-image: url(../agchieve/img/dot-logo1.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image::before {
    max-width: 300px;
    height: 300px;
    right: -2%;
    bottom: 5%;
  }
}
@media (max-width: 480px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image::before {
    max-width: 202px;
    height: 202px;
    right: 2%;
    bottom: 8%;
  }
}
body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image img {
  max-width: 377px;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-customers .agchieve-customers-inner .customers-image img {
    max-width: 100%;
  }
}
body#agchieve-page .agchieve-advisor {
  padding: 104px 0px;
  background-color: #F5F4F0;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-advisor {
    padding: 96px 0px 64px;
  }
}
body#agchieve-page .agchieve-advisor .agchieve-advisor-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 104px;
  gap: 15px;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner {
    display: block;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner {
    max-width: 254px;
  }
}
body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-left {
  max-width: 405px;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-left {
    max-width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-left {
    max-width: 202px;
    margin-bottom: 16px;
  }
}
body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-left img {
  width: 100%;
}
body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-right {
  max-width: 725px;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-right {
    max-width: 100%;
    text-align: center;
  }
}
body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-right h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-right h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-right h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-right h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
body#agchieve-page .agchieve-advisor .agchieve-advisor-inner .col-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
}
body#agchieve-page .agchieve-advisor .take-controls {
  background-color: #FFFEFB;
  border-radius: 24px;
  padding: 80px 214px;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-advisor .take-controls {
    padding: 80px 99px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-advisor .take-controls {
    padding: 32px 34px;
  }
}
body#agchieve-page .agchieve-advisor .take-controls h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 1024px) {
  body#agchieve-page .agchieve-advisor .take-controls h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-advisor .take-controls h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-advisor .take-controls h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
body#agchieve-page .agchieve-advisor .take-controls p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  text-align: center;
  margin-bottom: 32px;
}
body#agchieve-page .agchieve-advisor .take-controls .gold-button {
  display: flex;
  justify-content: center;
}
body#agchieve-page .agchieve-advisor .take-controls .gold-button a {
  font-family: "IBM Plex Serif";
  font-weight: 600;
  font-size: 16.5px;
  line-height: 26px;
  color: #403E3C;
  text-decoration: none;
  text-align: center;
  background-color: #E0D177;
  max-width: 240px;
  width: 100%;
  padding: 10px 22px;
  border-radius: 100px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  transition: 0.2s;
}
body#agchieve-page .agchieve-advisor .take-controls .gold-button a:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  body#agchieve-page .agchieve-advisor .take-controls .gold-button a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body#agchieve-page .agchieve-feedback {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback {
    padding: 64px 0px;
  }
}
body#agchieve-page .agchieve-feedback h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 43px;
  color: #403E3C;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1024px) {
  body#agchieve-page .agchieve-feedback h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-feedback h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner {
  display: flex;
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner {
    display: block;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form {
  border: 1px solid #E3E3DA;
  background-color: #FFFEFB;
  padding: 64px 91px 64px 106px;
  max-width: 684px;
  width: 100%;
  border-radius: 24px 0px 0px 24px;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form {
    max-width: 50%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 24px 24px 0px 0px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form {
    max-width: 100%;
    padding: 64px 34px;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form h4 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form p {
    text-align: center;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group {
  display: flex;
  flex-direction: column;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group label {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group label {
    font-size: 16px;
    line-height: 24px;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group input {
  padding: 13px 16px;
  border: 1px solid #CECEC6;
  border-radius: 5px;
  background-color: #FFFEFB;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  opacity: 50%;
  margin-bottom: 16px;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group input:focus-visible {
  outline: 0;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group input {
    font-size: 14px;
    line-height: 21px;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group span {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 5px;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group textarea {
  padding: 13px 16px;
  border: 1px solid #CECEC6;
  border-radius: 5px;
  background-color: #FFFEFB;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  opacity: 50%;
  margin-bottom: 24px;
  resize: none;
  overflow: hidden;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group textarea:focus-visible {
  outline: 0;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group textarea {
    height: 71px;
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group .submit-container {
    text-align: center;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group .submit-container input {
  max-width: 240px;
  width: 100%;
  opacity: 1;
  background-color: #E0D177;
  border-radius: 100px;
  font-family: "IBM Plex Serif";
  font-weight: 600;
  font-size: 16.5px;
  line-height: 26px;
  text-align: center;
  color: #403E3C;
  padding: 10px 22px;
  margin: 0;
  border: 0;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  transition: 0.2s;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group .submit-container input:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .form form .form-group .submit-container input {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact {
  border: 1px solid #E3E3DA;
  background-color: #F5F4F0;
  padding: 64px 106px 171px 65px;
  max-width: 576px;
  width: 100%;
  border-radius: 0px 24px 24px 0px;
}
@media (max-width: 1200px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact {
    max-width: 50%;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact {
    max-width: 80%;
    margin: 0 auto;
    border-radius: 0px 0px 24px 24px;
  }
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact {
    padding: 64px 34px;
    max-width: 100%;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact .form-logo {
  max-width: 206px;
  margin-bottom: 68px;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact .form-logo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 36px;
  }
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact .form-logo img {
  width: 100%;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #403E3C;
  margin-bottom: 32px;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact ul li {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact ul li span {
  display: block;
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  margin-bottom: 8px;
}
body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact ul li a {
  display: block;
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #403E3C;
  text-decoration: none;
}
@media (max-width: 767px) {
  body#agchieve-page .agchieve-feedback .agchieve-feedback-inner .contact ul li a {
    font-size: 16px;
  }
}

body.buyers-lp.integration-fieldview .container {
  width: 90% !important;
}
body.buyers-lp.integration-fieldview a.fieldview-btn {
  font-family: "IBM Plex Serif";
  max-width: 240px;
  width: 100%;
  display: inline-block;
  border-radius: 100px;
  text-decoration: none;
  text-align: center;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 26px;
  color: #403E3C;
  background-color: rgb(224, 209, 119);
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
body.buyers-lp.integration-fieldview a.fieldview-btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview a.fieldview-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body.buyers-lp.integration-fieldview .fieldview-banner {
  padding: 233px 0px 246px;
  background-color: #31524F;
  position: relative;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-banner {
    padding: 180px 0px 200px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-banner {
    padding: 118px 0px 110px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-banner::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../fieldview-integration/img/fieldview-layer1.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-banner::after {
    height: 36px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner {
  text-align: center;
}
@media (max-width: 480px) {
  body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner {
    max-width: 242px;
    width: 100%;
    margin: 0 auto;
  }
}
body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner .fieldview-icon-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner .fieldview-icon-image div {
  max-width: 122px;
  height: auto;
  margin-right: 13px;
}
body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner .fieldview-icon-image div:nth-child(2) {
  max-width: 22.49px;
  height: auto;
}
body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner .fieldview-icon-image div:last-child {
  margin: 0;
}
body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner h1 {
  color: #fff !important;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner h1 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
  }
}
body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner p {
  color: #fff !important;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-banner .fieldview-banner-inner p {
    margin-bottom: 24px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-blogs {
  padding: 127px 0px 144px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs {
    padding: 100px 0px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs {
    padding: 64px 0px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 208px;
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs {
    flex-direction: column-reverse !important;
    display: flex;
    margin-bottom: 140px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs {
    margin-bottom: 64px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs:last-child {
  margin-bottom: 0;
}
body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs:nth-child(even) {
  flex-direction: row-reverse;
}
body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content {
  max-width: 574px;
  width: 100%;
}
@media (max-width: 1300px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content {
    max-width: 420px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content {
    text-align: center;
  }
}
body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content h2 {
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-content p {
    font-size: 16px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-image {
  max-width: 584px;
  height: auto;
}
@media (max-width: 1200px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-image {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .fieldview-blogs .view-blogs .view-blogs-image {
    max-width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work {
  background-color: #1D2E2E;
  margin: 119px 0px 188px;
  position: relative;
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .fieldview-work {
    padding: 0px 0px 20px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work {
    margin: 48px 0px 188px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 121px;
  background: url(../fieldview-integration/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work::before {
    height: 48px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 188px;
  background: url(../fieldview-integration/img/fieldview-work.svg) no-repeat;
  background-size: cover;
  transform: translateY(100%) rotate(180deg);
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner {
  text-align: center;
}
@media (max-width: 480px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner {
    margin-bottom: -258px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner #fieldview-animation {
  max-width: 156px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner #fieldview-animation {
    max-width: 98px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner #fieldview-animation dotlottie-player {
    width: 98px !important;
    height: 98px !important;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner #fieldview-animation dotlottie-player #animation-container #animation svg {
  width: 100%;
  height: 100%;
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner span {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner span {
    font-size: 16px;
    line-height: 24px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner h2 {
  color: #fff;
  max-width: 827px;
  font-size: 34px;
  line-height: 46px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner a {
  margin-bottom: 201px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner a {
    margin-bottom: 141px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20%;
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers:last-child {
    right: 0;
    margin-bottom: -240px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers {
    display: block;
  }
}
@media (max-width: 480px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers {
    max-width: 285px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20%;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail {
  max-width: 527px;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail {
    max-width: 488px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail {
    max-width: 100%;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3 {
  position: relative;
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 32px;
  z-index: 1;
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 22px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3::before {
  content: "";
  top: -97px;
  left: -15px;
  position: absolute;
  background-image: url(../fieldview-integration/img/Quotation-Marks.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 270px;
  width: 100%;
  height: 187px;
  z-index: -1;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3::before {
    max-width: 153px;
    height: 105px;
    top: -60px;
    left: -12px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3 span {
  text-align: left;
  margin: 0;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 40px;
  text-transform: initial;
  font-style: italic;
  display: initial;
  font-family: "IBM Plex Serif";
}
@media (max-width: 1024px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3 span {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h3 span {
    font-size: 20px;
    line-height: 24px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail span.customers-goldbar {
  max-width: 97px;
  width: 100%;
  height: 4px;
  border-radius: 50px;
  background-color: #E0D177;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail span.customers-goldbar {
    max-width: 68px;
    height: 3px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail p {
  color: #fff;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-detail p {
    font-size: 11.32px;
    line-height: 16.98px;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image {
  z-index: 1;
  position: relative;
  right: 94px;
  margin: 85px 0px -263px;
  max-width: 442px;
  height: auto;
}
@media (max-width: 1300px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image {
    right: 40px;
  }
}
@media (max-width: 1200px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image {
    max-width: 340px;
    height: 340px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image {
    max-width: 267px;
    height: 267px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image {
    right: 0;
    margin: 0 auto;
    max-width: 221px;
    height: auto;
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image::before {
  transform: translate(36px, 18px);
  z-index: -1;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../fieldview-integration/img/dot-logo-1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1200px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image::before {
    transform: translate(54px, 45px);
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image::before {
    transform: translate(44px, 35px);
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image::before {
    transform: translate(16px, 10px);
  }
}
body.buyers-lp.integration-fieldview .fieldview-work .fieldview-work-inner .fieldview-customers .customers-image img {
  margin: 0;
}
body.buyers-lp.integration-fieldview .feedback {
  padding: 277px 0px 104px;
}
@media (max-width: 991px) {
  body.buyers-lp.integration-fieldview .feedback {
    padding: 200px 0px 104px;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .feedback {
    padding: 185px 0px 64px;
  }
}
body.buyers-lp.integration-fieldview .feedback .feedback-inner {
  text-align: center;
  max-width: 833px;
  width: 100%;
  margin: 0 auto;
}
body.buyers-lp.integration-fieldview .feedback .feedback-inner h2 {
  font-weight: 500;
  font-size: 35px;
  line-height: 44px;
  color: #403E3C !important;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .feedback .feedback-inner h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
body.buyers-lp.integration-fieldview .feedback .feedback-inner p {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .feedback .feedback-inner p {
    font-size: 16px;
  }
}
body.buyers-lp.integration-fieldview .feedback .feedback-inner .feedback-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .feedback .feedback-inner .feedback-contact {
    display: block;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .feedback .feedback-inner .feedback-contact .contact-item {
    margin-bottom: 80px;
  }
  body.buyers-lp.integration-fieldview .feedback .feedback-inner .feedback-contact .contact-item:last-child {
    margin-bottom: 0;
  }
}
body.buyers-lp.integration-fieldview .feedback .feedback-inner .feedback-contact .contact-item .contact-item-image {
  max-width: 231px;
  height: auto;
  margin: 0 auto;
}
body.buyers-lp.integration-fieldview .feedback .feedback-inner .feedback-contact .contact-item .contact-item-image img {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  body.buyers-lp.integration-fieldview .feedback .feedback-inner .feedback-contact .contact-item .contact-item-image img {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}

body.aboutus .container {
  background-color: transparent;
}
body.aboutus img {
  display: inline-block;
}
body.aboutus .about-banner {
  background-color: rgb(49, 82, 79);
  padding: 167px 0px 104px;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-banner {
    padding: 160px 0px 90px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-banner {
    padding: 134px 0px 64px;
  }
}
body.aboutus .about-banner .container {
  padding: 0px 24px;
  max-width: 1072px;
  width: 100%;
}
body.aboutus .about-banner .container .about-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-banner .container .about-banner-inner {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-banner .container .about-banner-inner {
    text-align: center;
  }
}
body.aboutus .about-banner .container .about-banner-inner .banner-text {
  max-width: 610px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-banner .container .about-banner-inner .banner-text {
    max-width: 100%;
  }
}
body.aboutus .about-banner .container .about-banner-inner .banner-text span {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 12px;
  display: block;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-banner .container .about-banner-inner .banner-text span {
    font-size: 16px;
  }
}
body.aboutus .about-banner .container .about-banner-inner .banner-text h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-banner .container .about-banner-inner .banner-text h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-banner .container .about-banner-inner .banner-text h1 {
    margin-bottom: 32px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-banner .container .about-banner-inner .banner-text h1 {
    font-size: 28px;
  }
}
body.aboutus .about-banner .container .about-banner-inner .banner-right-image {
  max-width: 354px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-banner .container .about-banner-inner .banner-right-image {
    margin: 0 auto;
  }
}
body.aboutus .about-combyne {
  padding: 104px 0px 135px;
  background-color: #FFFEFB;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-combyne {
    padding: 90px 0px 90px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-combyne {
    padding: 64px 0px;
  }
}
body.aboutus .about-combyne .container {
  padding: 0px 24px;
  max-width: 1072px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-combyne .container {
    padding: 0px 24px 0px 0px !important;
  }
}
body.aboutus .about-combyne .container .about-combyne-inner {
  display: flex;
  justify-content: space-between;
}
body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image {
  max-width: 240px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image {
    max-width: 80px;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image {
    max-width: 84px;
    margin-right: 21px;
  }
}
body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image .desktop-img {
  display: block;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image .desktop-img {
    height: 570px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image .desktop-img {
    display: none;
  }
}
body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image .mobile-img {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image .mobile-img {
    display: block;
    min-height: 525px;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image .mobile-img {
    margin: 0;
    min-height: 630px;
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-left-image .mobile-img {
    min-height: 840px;
    height: auto;
    margin-top: 8px;
  }
}
body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text {
  max-width: 728px;
  width: 100%;
}
body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: start;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text h2 {
    font-size: 28px;
  }
}
body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin: 0px 0px 208px;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text p {
    margin: 0px 0px 64px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text p {
    font-size: 16px;
  }
}
body.aboutus .about-combyne .container .about-combyne-inner .combyne-right-text p:last-child {
  margin: 0;
}
body.aboutus .about-advisors {
  background: #F5F4F0;
  padding: 104px 0px;
}
@media only screen and (max-width: 1200px) {
  body.aboutus .about-advisors {
    padding: 104px 24px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-advisors {
    padding: 90px 24px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-advisors {
    padding: 64px 24px;
  }
}
body.aboutus .about-advisors .about-advisors-inner {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-advisors .about-advisors-inner {
    text-align: center;
  }
}
body.aboutus .about-advisors .about-advisors-inner h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 24px;
}
body.aboutus .about-advisors .about-advisors-inner span {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  display: block;
  margin-bottom: 8px;
}
body.aboutus .about-advisors .about-advisors-inner p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
}
body.aboutus .about-our-story {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-our-story {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-story {
    padding: 64px 0px;
  }
}
body.aboutus .about-our-story .container {
  padding: 0px 24px;
  max-width: 1072px;
  width: 100%;
}
body.aboutus .about-our-story .container h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-our-story .container h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-our-story .container h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-story .container h2 {
    font-size: 28px;
  }
}
body.aboutus .about-our-story .container .tabs ul#tabs-nav {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
body.aboutus .about-our-story .container .tabs ul#tabs-nav li {
  border: 1.5px solid #E0D177;
  border-radius: 60px;
  width: 90px;
  padding: 7.5px 0px;
  text-align: center;
  margin-right: 8px;
}
body.aboutus .about-our-story .container .tabs ul#tabs-nav li:hover {
  background: rgba(184, 173, 105, 0.1);
}
body.aboutus .about-our-story .container .tabs ul#tabs-nav li:last-child {
  margin: 0;
}
body.aboutus .about-our-story .container .tabs ul#tabs-nav li.active {
  background: #E0D177;
}
@media only screen and (min-width: 767px) {
  body.aboutus .about-our-story .container .tabs ul#tabs-nav li.active:hover {
    background: rgba(184, 173, 105, 0.1);
  }
}
@media only screen and (min-width: 767px) {
  body.aboutus .about-our-story .container .tabs ul#tabs-nav li.active:hover a {
    color: #403E3C;
  }
}
body.aboutus .about-our-story .container .tabs ul#tabs-nav li.active a {
  color: #fff;
}
body.aboutus .about-our-story .container .tabs ul#tabs-nav li a {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #403E3C;
  text-decoration: none;
}
body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items {
    display: block;
  }
}
body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-text {
  max-width: 513px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-text {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-text h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-text h3 {
    font-size: 24px;
  }
}
body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-text p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-text p {
    font-size: 16px;
  }
}
body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-text p a {
  color: #4178C4;
}
body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-image {
  max-width: 405px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-our-story .container .tabs #tabs-content .tab-content-items .tab-image {
    margin: 0 auto;
  }
}
body.aboutus .about-our-team {
  padding: 110px 0px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-our-team {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team {
    padding: 64px 0px;
  }
}
body.aboutus .about-our-team::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../home-img/path1.svg) no-repeat;
  background-color: #FFFEFB;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team::before {
    height: 64px;
  }
}
body.aboutus .about-our-team::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../home-img/path1.svg) no-repeat;
  background-color: #FFFEFB;
  background-size: cover;
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team::after {
    height: 64px;
  }
}
body.aboutus .about-our-team .our-team-inner {
  background-color: #1D2E2E;
  padding: 50px 0 36px;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team .our-team-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-our-team .our-team-inner {
    text-align: center;
  }
}
body.aboutus .about-our-team .our-team-inner .container {
  padding: 0px 24px;
  max-width: 1072px;
  width: 100%;
}
body.aboutus .about-our-team .our-team-inner .container h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-our-team .our-team-inner .container h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-our-team .our-team-inner .container h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team .our-team-inner .container h2 {
    font-size: 28px;
  }
}
body.aboutus .about-our-team .our-team-inner .container .detail-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row {
    justify-content: space-around;
  }
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card {
  max-width: 298px;
  width: 100%;
  margin-bottom: 87px;
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card {
    max-width: 100%;
    margin-bottom: 64px;
  }
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail {
  width: 63px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail {
    margin-bottom: 10px;
  }
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail .thumbnail-desktop {
  display: block;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail .thumbnail-desktop {
    display: none;
  }
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail .thumbnail-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card .thumbnail .thumbnail-mobile {
    display: block;
  }
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card h5 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 12px;
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card p {
    font-size: 16px;
  }
}
body.aboutus .about-our-team .our-team-inner .container .detail-row .marketing-card p a {
  color: #E0D177;
}
body.aboutus .about-leadership {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-leadership {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership {
    padding: 64px 0px;
  }
}
body.aboutus .about-leadership .container {
  padding: 0px 24px;
  max-width: 1072px;
  width: 100%;
}
body.aboutus .about-leadership .container h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
  margin-bottom: 48px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-leadership .container h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-leadership .container h2 {
    font-size: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership .container h2 {
    font-size: 28px;
  }
}
body.aboutus .about-leadership .container .leadership-inner {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-leadership .container .leadership-inner {
    display: block;
  }
}
body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner {
  display: flex;
  align-items: center;
  max-width: 460px;
  width: 100%;
  margin-right: 47px;
}
@media only screen and (max-width: 1200px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner {
    max-width: 410px;
  }
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner {
    max-width: 390px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner {
    max-width: 460px;
    margin: 0 auto;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner {
    max-width: 400px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner {
    max-width: 310px;
    margin: 0;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner {
    margin-top: -10px;
  }
}
body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(4n-1), body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(4n+0) {
  margin-block: -25px;
  transform: translateX(132px);
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(4n-1), body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(4n+0) {
    transform: translateX(0px);
    margin-block: 0;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(4n-1), body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(4n+0) {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(even) {
    transform: translateX(122px);
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(even) {
    margin-top: -10px;
    transform: translateX(100px);
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner:nth-child(even) {
    transform: translateX(0px);
    max-width: 254px;
    margin-left: auto;
  }
}
body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner img {
  max-width: 221px;
  width: 100%;
  margin: 0;
  margin-right: 22px;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner img {
    max-width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner img {
    max-width: 114px;
    margin-right: 13px;
  }
}
body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner .team-detail h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 4px;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner .team-detail h3 {
    font-size: 16px;
  }
}
body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner .team-detail span {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-leadership .container .leadership-inner .leadership-team-inner .team-detail span {
    font-size: 14px;
  }
}
body.aboutus .about-location {
  padding: 104px 0px;
  background-color: #F5F4F0;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-location {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-location {
    padding: 64px 0px;
  }
}
body.aboutus .about-location .container {
  padding: 0px 24px;
  max-width: 1072px;
  width: 100%;
}
body.aboutus .about-location .container .about-location-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-location .container .about-location-inner {
    display: block;
  }
}
body.aboutus .about-location .container .about-location-inner .location-image {
  max-width: 164.99px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-location .container .about-location-inner .location-image {
    max-width: 137px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-location .container .about-location-inner .location-image {
    margin: 0 auto;
    margin-bottom: 36px;
  }
}
body.aboutus .about-location .container .about-location-inner .location-content {
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-location .container .about-location-inner .location-content {
    max-width: 100%;
  }
}
body.aboutus .about-location .container .about-location-inner .location-content h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
  margin-bottom: 12px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-location .container .about-location-inner .location-content h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-location .container .about-location-inner .location-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-location .container .about-location-inner .location-content h2 {
    font-size: 28px;
  }
}
body.aboutus .about-location .container .about-location-inner .location-content p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 48px;
}
body.aboutus .about-location .container .about-location-inner .location-content .location-branch {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-location .container .about-location-inner .location-content .location-branch {
    display: block;
  }
}
body.aboutus .about-location .container .about-location-inner .location-content .location-branch .location-branch-inner {
  max-width: 298px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-location .container .about-location-inner .location-content .location-branch .location-branch-inner {
    max-width: 100%;
    margin-bottom: 48px;
  }
  body.aboutus .about-location .container .about-location-inner .location-content .location-branch .location-branch-inner:last-child {
    margin: 0;
  }
}
body.aboutus .about-location .container .about-location-inner .location-content .location-branch .location-branch-inner h6 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 4px;
}
body.aboutus .about-location .container .about-location-inner .location-content .location-branch .location-branch-inner p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  body.aboutus .about-location .container .about-location-inner .location-content .location-branch .location-branch-inner p {
    width: 266px;
  }
}
body.aboutus .about-press {
  padding: 134px 0px 110px;
  background-color: #F5F4F0;
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-press {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-press {
    padding: 64px 0px;
  }
}
body.aboutus .about-press .container {
  display: flex;
  flex-direction: column;
  padding: 0px 0px 0px 24px;
  max-width: 1072px;
  width: 100%;
}
body.aboutus .about-press .container h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
  margin-bottom: 6px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  body.aboutus .about-press .container h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-press .container h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-press .container h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
body.aboutus .about-press .container a {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 42px;
  text-decoration: none;
}
body.aboutus .about-press .container a span {
  color: #4178C4;
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-press .container a span {
    color: #403E3C;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-press .container a {
    display: block;
    order: 1;
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-press .container a {
    font-size: 13px;
  }
}
body.aboutus .about-press .container .press-slider {
  position: relative;
  padding-bottom: 87px;
}
body.aboutus .about-press .container .press-slider .press-slider-items {
  background: #FFFEFB;
  border: 2px solid #E3E3DA;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.059);
  border-radius: 18px;
  padding: 32px 32px 42px;
  margin-right: 24px;
  min-height: 447.5px;
  display: block;
}
@media only screen and (max-width: 1200px) {
  body.aboutus .about-press .container .press-slider .press-slider-items {
    min-height: 396.5px;
  }
}
@media only screen and (max-width: 992px) {
  body.aboutus .about-press .container .press-slider .press-slider-items {
    min-height: 507.5px;
  }
}
@media only screen and (max-width: 768px) {
  body.aboutus .about-press .container .press-slider .press-slider-items {
    min-height: 396.5px;
  }
}
@media only screen and (max-width: 640px) {
  body.aboutus .about-press .container .press-slider .press-slider-items {
    padding: 32px 28px 42px;
    min-height: 498.5px;
  }
}
@media only screen and (max-width: 480px) {
  body.aboutus .about-press .container .press-slider .press-slider-items {
    min-height: 579.5px;
  }
}
body.aboutus .about-press .container .press-slider .press-slider-items img {
  max-width: 150px;
  width: 100%;
  margin-bottom: 12px;
  display: inline-block;
}
body.aboutus .about-press .container .press-slider .press-slider-items span {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  opacity: 0.5;
  display: block;
  margin-bottom: 22px;
}
body.aboutus .about-press .container .press-slider .press-slider-items h6 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 4px;
}
body.aboutus .about-press .container .press-slider .press-slider-items p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
}
body.aboutus .about-press .container .press-slider .slick-next {
  top: auto;
  left: 61px;
  border: 1.27586px solid #D9D9D9;
  position: absolute;
  width: 37px;
  height: 37px;
  border-radius: 50px;
  bottom: 0;
}
body.aboutus .about-press .container .press-slider .slick-next:before {
  content: "";
  position: absolute;
  top: 26%;
  left: 38%;
  width: 9px;
  height: 15px;
  background: url(../about/img/next-icon.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
body.aboutus .about-press .container .press-slider .slick-prev {
  top: auto;
  left: 0;
  border: 1.27586px solid #D9D9D9;
  width: 37px;
  height: 37px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
body.aboutus .about-press .container .press-slider .slick-prev:before {
  content: "";
  position: absolute;
  top: 28%;
  left: 32%;
  width: 9px;
  height: 15px;
  background: url(../about/img/prev-icon.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  body.partners .container {
    width: 95% !important;
  }
}
body.partners .partners-banner {
  padding: 114px 0px 184px;
  position: relative;
  background-color: #31524F;
  background: url(../partners/img/green-path3.svg) no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width: 991px) {
  body.partners .partners-banner {
    padding: 80px 15px;
  }
}
body.partners .partners-banner .container {
  max-width: 1260px;
  margin: 0 auto;
  background-color: transparent;
}
body.partners .partners-banner .container .partners-banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  body.partners .partners-banner .container .partners-banner-inner {
    display: block;
  }
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-content {
  max-width: 450px;
  width: 100%;
}
@media (max-width: 1200px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-content {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-content {
    margin: 0 auto;
    max-width: 618px;
    margin-bottom: 25px;
  }
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-content h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-content h1 {
    font-size: 34px;
    text-align: center;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-content h1 {
    font-size: 28px;
  }
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-content p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-content p {
    text-align: center;
    font-size: 16px;
  }
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-content a {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-family: "IBM Plex Serif";
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: 240px;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-content a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-content a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    max-width: 200px;
    font-family: "Heebo";
    margin: 0 auto;
  }
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-img {
  max-width: 729px;
  width: 100%;
}
@media (max-width: 991px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-img {
    margin: 0 auto;
  }
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-img img.hero-desktop-img {
  width: 100%;
}
@media (max-width: 991px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-img img.hero-desktop-img {
    display: none;
  }
}
body.partners .partners-banner .container .partners-banner-inner .partners-banner-img img.hero-mobile-img {
  display: none;
}
@media (max-width: 991px) {
  body.partners .partners-banner .container .partners-banner-inner .partners-banner-img img.hero-mobile-img {
    display: block;
  }
}
body.partners .partners-why {
  padding: 104px 0px;
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  body.partners .partners-why {
    padding: 90px 0px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why {
    padding: 64px 15px;
  }
}
body.partners .partners-why .container {
  max-width: 1260px;
  margin: 0 auto;
}
body.partners .partners-why .container h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.partners .partners-why .container h2 {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why .container h2 {
    font-size: 28px;
  }
}
body.partners .partners-why .container p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #403E3C;
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  body.partners .partners-why .container p {
    font-size: 16px;
  }
}
body.partners .partners-why .container span {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #403E3C;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body.partners .partners-why .container span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why .container span {
    font-size: 16px;
  }
}
body.partners .partners-why .container .tab-block ul.tab-mnu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(66, 67, 67, 0.25);
}
body.partners .partners-why .container .tab-block ul.tab-mnu li {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #403E3C;
  padding-bottom: 8px;
  position: relative;
  opacity: 0.5;
  text-decoration: none;
  margin: 0 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.partners .partners-why .container .tab-block ul.tab-mnu li {
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why .container .tab-block ul.tab-mnu li {
    font-size: 14px;
    margin: 0px;
  }
}
body.partners .partners-why .container .tab-block ul.tab-mnu li.active {
  opacity: 1;
}
body.partners .partners-why .container .tab-block ul.tab-mnu li.active.active::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #E0D177;
  border-radius: 100px;
}
body.partners .partners-why .container .tab-block .tab-cont {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  align-items: center;
  margin-bottom: 76px;
}
@media (max-width: 991px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top {
    display: block;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top {
    margin-bottom: 48px;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-left {
  width: 372px;
  height: auto;
}
@media (max-width: 991px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-left {
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-left {
    width: 258px;
    margin-bottom: 24px;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-left img {
  width: 100%;
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right {
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  width: 100%;
}
@media (max-width: 1200px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right {
    max-width: 580px;
  }
}
@media (max-width: 991px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right {
    margin: 0 auto;
    max-width: 630px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right {
    display: block;
    max-width: 315px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right {
    max-width: 100% !important;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul {
  display: inline-block !important;
}
@media (max-width: 767px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul {
    max-width: 100% !important;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul li {
    align-items: flex-start;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul li img {
  margin: 0;
  margin-right: 12px;
}
@media (max-width: 767px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul li img {
    width: 24px;
    height: 24px;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul li p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane .row-top .col-right ul li p {
    font-size: 16px;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-left {
  width: 660.69px;
}
@media (max-width: 1200px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-left {
    width: 580.69px;
  }
}
@media (max-width: 767px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-left {
    width: 460px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-left {
    width: 258px;
    height: auto;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-left img {
  width: 100%;
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-right {
  max-width: 315px;
  width: 100%;
}
@media (max-width: 191px) {
  body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-right {
    max-width: 630px;
    justify-content: center;
  }
}
body.partners .partners-why .container .tab-block .tab-cont .tab-pane:last-child .col-right ul {
  max-width: 315px;
  width: 100%;
}
body.partners .partners-why .container .row-bottom .partners-why-items {
  display: flex;
  justify-content: space-between;
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.partners .partners-why .container .row-bottom .partners-why-items {
    display: block;
    text-align: center;
  }
}
body.partners .partners-why .container .row-bottom .partners-why-items .partners-why-items-wrap {
  margin-bottom: 32px;
}
body.partners .partners-why .container .row-bottom .partners-why-items .partners-why-items-wrap .items-img {
  width: 53px;
  height: 53px;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  body.partners .partners-why .container .row-bottom .partners-why-items .partners-why-items-wrap .items-img {
    margin: 0 auto 18px;
  }
}
body.partners .partners-why .container .row-bottom .partners-why-items .partners-why-items-wrap span {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 12px;
  display: inline-block;
  text-transform: inherit;
}
body.partners .partners-why .container .row-bottom .partners-why-items .partners-why-items-wrap p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  max-width: 450px;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (max-width: 767px) {
  body.partners .partners-why .container .row-bottom .partners-why-items .partners-why-items-wrap p {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
  }
}
body.partners .partners-certification {
  padding: 105px 0px 230px;
  background: #1D2E2E;
  position: relative;
}
@media (max-width: 767px) {
  body.partners .partners-certification {
    padding: 70px 0px 200px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-certification {
    padding: 65px 15px 200px;
  }
}
body.partners .partners-certification::after {
  background-image: url(../partners/img/path4.svg);
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 110px;
  background-size: cover;
}
body.partners .partners-certification .container {
  max-width: 1260px;
  margin: 0 auto;
  background-color: transparent;
}
body.partners .partners-certification .container .partners-certification-inner {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
}
body.partners .partners-certification .container .partners-certification-inner .certification-img {
  width: 70px;
  margin: 0 auto;
  margin-bottom: 26px;
}
body.partners .partners-certification .container .partners-certification-inner span {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 8px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  body.partners .partners-certification .container .partners-certification-inner span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-certification .container .partners-certification-inner span {
    font-size: 16px;
  }
}
body.partners .partners-certification .container .partners-certification-inner h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.partners .partners-certification .container .partners-certification-inner h2 {
    font-size: 34px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  body.partners .partners-certification .container .partners-certification-inner h2 {
    font-size: 24px;
  }
}
body.partners .partners-certification .container .partners-certification-inner p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body.partners .partners-certification .container .partners-certification-inner p {
    font-size: 16px;
  }
}
body.partners .partners-certification .container .partners-certification-inner a {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  max-width: 240px;
  margin: 0 auto;
  font-family: "IBM Plex Serif";
  font-style: normal;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
body.partners .partners-certification .container .partners-certification-inner a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body.partners .partners-certification .container .partners-certification-inner a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body.partners .partners-contact {
  background: #F5F4F0;
  padding: 24px 0px 104px;
}
@media (max-width: 991px) {
  body.partners .partners-contact {
    padding: 24px 0px 80px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-contact {
    padding: 24px 15px 64px;
  }
}
body.partners .partners-contact .container {
  max-width: 1260px;
  margin: 0 auto;
  background-color: transparent;
}
body.partners .partners-contact .container span {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #403E3C;
  margin-bottom: 12px;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  body.partners .partners-contact .container span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-contact .container span {
    font-size: 16px;
  }
}
body.partners .partners-contact .container h2 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body.partners .partners-contact .container h2 {
    font-size: 34px;
    font-weight: 500;
  }
}
@media (max-width: 480px) {
  body.partners .partners-contact .container h2 {
    font-size: 24px;
  }
}
body.partners .partners-contact .container p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #403E3C;
  max-width: 617px;
  margin: 0 auto;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  body.partners .partners-contact .container p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-contact .container p {
    font-size: 16px;
  }
}
body.partners .partners-contact .container .contact-detail {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.partners .partners-contact .container .contact-detail {
    display: block;
  }
}
body.partners .partners-contact .container .contact-detail .contact-left {
  max-width: 700px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  body.partners .partners-contact .container .contact-detail .contact-left {
    max-width: 586px;
  }
}
@media (max-width: 991px) {
  body.partners .partners-contact .container .contact-detail .contact-left {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 650px;
  }
}
body.partners .partners-contact .container .contact-detail .contact-left::before {
  background-image: url(../partners/img/s400-dot-logo-gradient.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  content: "";
  left: -250px;
  bottom: -28px;
  max-width: 531px;
  width: 100%;
  max-height: 582px;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  body.partners .partners-contact .container .contact-detail .contact-left::before {
    left: -130px;
    bottom: 0;
  }
}
body.partners .partners-contact .container .contact-detail .contact-left .contact-team {
  display: flex;
  align-items: center;
}
body.partners .partners-contact .container .contact-detail .contact-left .contact-team:last-child {
  margin-left: 156px;
  margin-top: -49px;
}
@media (max-width: 1200px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team:last-child {
    margin-left: 111px;
    margin-top: -30px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team:last-child {
    margin-left: 74px;
    margin-top: -22px;
  }
}
body.partners .partners-contact .container .contact-detail .contact-left .contact-team img {
  width: 291px;
  margin: 0;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team img {
    width: 220px;
    margin-right: 18px;
  }
}
@media (max-width: 991px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team img {
    width: 291px;
  }
}
@media (max-width: 767px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team img {
    width: 173px;
  }
}
@media (max-width: 480px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team img {
    width: 132px;
  }
}
body.partners .partners-contact .container .contact-detail .contact-left .contact-team .contact-team-text h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team .contact-team-text h3 {
    font-size: 17px;
  }
}
body.partners .partners-contact .container .contact-detail .contact-left .contact-team .contact-team-text span {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  text-transform: capitalize;
  text-align: left;
}
@media (max-width: 480px) {
  body.partners .partners-contact .container .contact-detail .contact-left .contact-team .contact-team-text span {
    font-size: 11px;
  }
}
body.partners .partners-contact .container .contact-detail .contact-right {
  width: 487px;
}
@media (max-width: 991px) {
  body.partners .partners-contact .container .contact-detail .contact-right {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.partners .partners-contact .container .contact-detail .contact-right {
    width: 100%;
  }
}
body.partners .partners-contact .container .contact-detail .contact-right .work {
  margin: 0;
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container {
  padding: 0;
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container label {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 2px;
}
@media (max-width: 480px) {
  body.partners .partners-contact .container .contact-detail .contact-right .work .form-container label {
    font-size: 16px;
  }
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container input {
  background: #FFFEFB;
  border: 1px solid #CECEC6;
  border-radius: 6px;
  padding: 13px 16px;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media (max-width: 480px) {
  body.partners .partners-contact .container .contact-detail .contact-right .work .form-container input {
    font-size: 14px;
  }
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container .error-msg {
  padding: 8px 0px;
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container span {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  text-align: left;
  margin-bottom: 2px;
  text-transform: inherit;
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container textarea {
  background: #FFFEFB;
  /* Brand/Neutral/400 */
  border: 1px solid #CECEC6;
  border-radius: 6px;
  padding: 14px 16px;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  mix-blend-mode: normal;
  opacity: 0.5;
  resize: none;
  margin-bottom: 24px;
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container .submit-container {
  padding: 0;
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container .submit-container input {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  max-width: 240px;
  font-family: "IBM Plex Serif";
  font-style: normal;
  text-align: center;
  opacity: 1;
  margin: 0;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
body.partners .partners-contact .container .contact-detail .contact-right .work .form-container .submit-container input:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body.partners .partners-contact .container .contact-detail .contact-right .work .form-container .submit-container input {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
    margin: 0 auto;
  }
}

body.buyers-lp.features {
  background-color: #FFFEFB;
}
body.buyers-lp.features .container {
  width: 90vw;
}
body.buyers-lp.features img {
  max-width: 100%;
  height: auto;
}
body.buyers-lp.features h1 {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 12px;
}
@media (max-width: 1200px) {
  body.buyers-lp.features h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.features h1 {
    font-size: 28px;
  }
}
body.buyers-lp.features h2 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C !important;
  margin: 0 0 12px;
}
@media (max-width: 1200px) {
  body.buyers-lp.features h2 {
    font-size: 28px;
    line-height: 150%;
  }
}
body.buyers-lp.features h3 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 45px;
  color: #403E3C !important;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.features h3 {
    font-size: 24px;
    line-height: 150%;
  }
}
body.buyers-lp.features h4 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #403E3C !important;
  margin: 0 0 12px;
}
body.buyers-lp.features h5 {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #403E3C !important;
  margin: 0 0 8px;
}
@media (max-width: 1200px) {
  body.buyers-lp.features h5 {
    font-size: 16px;
  }
}
body.buyers-lp.features p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C !important;
  margin: 0;
}
body.buyers-lp.features a.btn {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Serif";
  text-decoration: none;
  max-width: 240px;
  width: 100%;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 26px;
  color: #403E3C;
  background-color: rgb(224, 209, 119);
  transition: 0.2s;
}
body.buyers-lp.features a.btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 991px) {
  body.buyers-lp.features a.btn {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.features a.btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body.buyers-lp.features .features-banner {
  background: #31524F;
  padding: 160px 0 92px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner {
    padding: 134px 0 68px;
  }
}
body.buyers-lp.features .features-banner .banner-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner .banner-inner {
    gap: 50px;
    grid-template-columns: 1fr;
    max-width: 330px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner .banner-inner .col-left {
    text-align: center;
  }
}
body.buyers-lp.features .features-banner .banner-inner .col-right {
  border-radius: 24px;
}
body.buyers-lp.features .features-banner .banner-inner .col-right img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 4px dashed #63817A;
}
body.buyers-lp.features .features-banner .banner-inner h1 {
  color: #fff;
}
body.buyers-lp.features .features-banner .banner-inner p {
  color: #fff !important;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner .banner-inner p {
    font-size: 16px;
  }
}
body.buyers-lp.features .features-banner .banner-inner .sign-up-btns {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner .banner-inner .sign-up-btns {
    flex-direction: column;
  }
}
body.buyers-lp.features .features-banner .banner-inner .sign-up-btns .btn {
  margin-right: 42px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner .banner-inner .sign-up-btns .btn {
    margin: 0 auto;
    margin-bottom: 32px;
  }
}
body.buyers-lp.features .features-banner .banner-inner .sign-up-btns .btn:last-child {
  background: rgb(180, 219, 219);
  margin-right: 0;
}
body.buyers-lp.features .features-banner .banner-inner .sign-up-btns .btn:last-child:hover {
  background-color: #7CA6A6;
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner .banner-inner .sign-up-btns .btn:last-child {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.features .features-banner .banner-inner .btn {
    max-width: 200px;
    margin: 0 auto;
  }
}
body.buyers-lp.features .management {
  padding: 104px 0;
}
@media (max-width: 991px) {
  body.buyers-lp.features .management {
    padding: 68px 0;
  }
}
body.buyers-lp.features .management .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 991px) {
  body.buyers-lp.features .management .detail-row {
    grid-template-columns: 1fr;
    max-width: 512px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.features .management .detail-row .col-right {
    text-align: center;
  }
}
body.buyers-lp.features .management .detail-row p {
  font-size: 16px;
}
body.buyers-lp.features .sale {
  padding: 104px 0;
}
@media (max-width: 991px) {
  body.buyers-lp.features .sale {
    padding: 68px 0;
  }
}
body.buyers-lp.features .sale .detail-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.buyers-lp.features .sale .detail-row {
    flex-direction: column;
    align-items: center;
  }
}
body.buyers-lp.features .sale .detail-row .col-left {
  max-width: 512px;
  width: 100%;
  margin-right: 30px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .sale .detail-row .col-left {
    text-align: center;
    margin-bottom: 128px;
    margin-right: 0px;
  }
}
body.buyers-lp.features .sale .detail-row .col-left p {
  margin-bottom: 32px;
}
body.buyers-lp.features .sale .detail-row .col-left .col-left-inner {
  position: sticky;
  top: 100px;
}
body.buyers-lp.features .sale .detail-row .col-right {
  max-width: 618px;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.features .sale .detail-row .col-right {
    max-width: 512px;
  }
}
body.buyers-lp.features .sale .detail-row .col-right .sale-card {
  display: flex;
  margin-bottom: 80px;
  justify-content: center;
}
body.buyers-lp.features .sale .detail-row .col-right .sale-card:last-child {
  margin-bottom: 0;
}
body.buyers-lp.features .sale .detail-row .col-right .sale-card .thumbnail {
  width: 84px;
  height: 84px;
  margin-right: 32px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .sale .detail-row .col-right .sale-card .thumbnail {
    width: 70px;
    margin-right: 10px;
  }
}
body.buyers-lp.features .sale .detail-row .col-right .sale-card .content {
  width: 78%;
}
@media (max-width: 991px) {
  body.buyers-lp.features .sale .detail-row .col-right .sale-card .content p {
    font-size: 16px;
  }
}
body.buyers-lp.features .inventory-management {
  padding: 104px 0;
  position: relative;
}
@media (max-width: 991px) {
  body.buyers-lp.features .inventory-management {
    padding: 68px 0 0;
  }
}
body.buyers-lp.features .inventory-management::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -159px;
  width: 600px;
  height: 600px;
  background: url(../../home-img/dot-logo.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  body.buyers-lp.features .inventory-management::before {
    width: 300px;
    height: 300px;
    top: -80px;
    left: -58px;
  }
}
body.buyers-lp.features .inventory-management .detail-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .inventory-management .detail-row {
    flex-direction: column-reverse;
    gap: 50px;
    align-items: center;
  }
}
body.buyers-lp.features .inventory-management .detail-row .col-left {
  max-width: 512px;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .inventory-management .detail-row .col-left {
    display: none;
  }
}
body.buyers-lp.features .inventory-management .detail-row .col-left .col-left-inner {
  position: relative;
}
body.buyers-lp.features .inventory-management .detail-row .col-left .col-left-inner img {
  position: absolute;
  inset: 0;
  visibility: hidden;
}
body.buyers-lp.features .inventory-management .detail-row .col-right {
  max-width: 620px;
  width: 100%;
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 0;
  margin: 0;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li.active h3 span {
  transform: rotate(-180deg);
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li h3 {
    font-size: 20px;
  }
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li h3 span {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(0);
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  margin-bottom: 20px;
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li div.answer p {
  margin: 12px 0 0;
  font-size: 17px;
}
body.buyers-lp.features .inventory-management .detail-row .col-right ul.accordion-list li div.answer p b {
  font-weight: 700;
}
body.buyers-lp.features .data-privacy {
  padding: 104px 0 220px;
  background: #1D2E2E;
  position: relative;
}
@media (max-width: 991px) {
  body.buyers-lp.features .data-privacy {
    padding: 64px 0 150px;
  }
}
body.buyers-lp.features .data-privacy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../home-img/path3.svg) no-repeat;
  background-size: cover;
}
body.buyers-lp.features .data-privacy .detail-row {
  max-width: 618px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
body.buyers-lp.features .data-privacy .detail-row .thumbnail {
  width: 60px;
  margin-bottom: 25px;
}
body.buyers-lp.features .data-privacy .detail-row h3 {
  color: #fff !important;
}
@media (max-width: 991px) {
  body.buyers-lp.features .data-privacy .detail-row h3 {
    font-size: 24px;
  }
}
body.buyers-lp.features .data-privacy .detail-row p {
  color: #fff !important;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .data-privacy .detail-row p {
    font-size: 16px;
  }
}
body.buyers-lp.features .data-privacy .detail-row .btn {
  margin: 0 auto;
}
body.buyers-lp.features .automate {
  padding: 104px 0;
}
@media (max-width: 991px) {
  body.buyers-lp.features .automate {
    padding: 64px 0;
  }
}
body.buyers-lp.features .automate .title-row {
  max-width: 614px;
  margin: 0 auto 68px;
  text-align: center;
}
body.buyers-lp.features .automate .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .automate .detail-row {
    gap: 80px;
    grid-template-columns: 1fr;
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
  }
}
body.buyers-lp.features .automate .detail-row .automate-card .thumbnail {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .automate .detail-row .automate-card .thumbnail {
    align-items: center;
  }
}
body.buyers-lp.features .automate .detail-row .automate-card .thumbnail img {
  width: 84px;
  margin-right: 25px;
}
@media (max-width: 1200px) {
  body.buyers-lp.features .automate .detail-row .automate-card .thumbnail img {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.features .automate .detail-row .automate-card .thumbnail img {
    width: 76px;
  }
}
body.buyers-lp.features .automate .detail-row .automate-card .thumbnail h4 {
  max-width: 200px;
  width: 100%;
  margin: 0;
}
body.buyers-lp.features .automate .detail-row .automate-card p {
  max-width: 306px;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.features .automate .detail-row .automate-card p {
    max-width: 244px;
    margin-left: auto;
  }
}
body.buyers-lp.features .crop-sale {
  padding: 104px 0;
}
@media (max-width: 991px) {
  body.buyers-lp.features .crop-sale {
    padding: 64px 0;
  }
}
body.buyers-lp.features .crop-sale .container {
  max-width: 1046px;
}
body.buyers-lp.features .crop-sale .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .crop-sale .detail-row {
    grid-template-columns: 1fr;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
body.buyers-lp.features .crop-sale .detail-row .crop-sale-card {
  background: #F5F4F0;
  border: 1px solid #E3E3DA;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.122);
  border-radius: 24px;
  padding: 64px 48px 48px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .crop-sale .detail-row .crop-sale-card {
    padding: 32px 46px;
    text-align: center;
  }
}
body.buyers-lp.features .crop-sale .detail-row .crop-sale-card h3 {
  max-width: 393px;
  width: 100%;
  line-height: 125%;
}
@media (max-width: 991px) {
  body.buyers-lp.features .crop-sale .detail-row .crop-sale-card h3 {
    font-size: 20px;
  }
}
body.buyers-lp.features .crop-sale .detail-row .crop-sale-card p {
  max-width: 383px;
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body.buyers-lp.features .crop-sale .detail-row .crop-sale-card p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.features .crop-sale .detail-row .crop-sale-card .btn {
    height: 40px;
    max-width: 100%;
    font-size: 16px;
  }
}
body.buyers-lp.features .crop-sale .detail-row .crop-sale-card .thumbnail {
  max-width: 282px;
  width: 100%;
  margin-top: 35px;
}

body.buyers-lp.help {
  background-color: #FFFEFB;
}
body.buyers-lp.help img {
  max-width: 100%;
  height: auto;
}
body.buyers-lp.help h1 {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.help h1 {
    font-size: 28px;
  }
}
body.buyers-lp.help h2 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.buyers-lp.help h2 {
    font-size: 28px;
    line-height: 150%;
  }
}
body.buyers-lp.help h3 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #403E3C;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.help h3 {
    font-size: 28px;
    line-height: 150%;
  }
}
body.buyers-lp.help p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
}
body.buyers-lp.help .banner {
  padding: 236px 0 495px;
  background: #F0EDE4;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  body.buyers-lp.help .banner {
    padding: 154px 0 410px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.help .banner h1 {
    max-width: 300px;
    margin: 0 auto 12px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.help .banner p {
    font-size: 16px;
  }
}
body.buyers-lp.help .banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -145px;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 0 17%, 100% 17%);
          clip-path: polygon(50% 0%, 0 17%, 100% 17%);
  background-color: #F0EDE4;
  z-index: -1;
}
@media (max-width: 991px) {
  body.buyers-lp.help .banner::after {
    bottom: -108px;
  }
}
body.buyers-lp.help .banner .banner-inner {
  max-width: 618px;
  width: 100%;
  margin: 0 auto;
}
body.buyers-lp.help .reach-out {
  margin-top: -420px;
  padding-bottom: 144px;
  position: relative;
}
@media (max-width: 1200px) {
  body.buyers-lp.help .reach-out {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out {
    margin-top: -320px;
    padding-bottom: 64px;
  }
}
body.buyers-lp.help .reach-out .detail-row {
  border: 2px solid #F0EDE4;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.122);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row h3 {
    text-align: center;
  }
}
body.buyers-lp.help .reach-out .detail-row .col-left {
  width: 50%;
  padding: 64px 4.5vw 64px 5.5vw;
  background: #FFFEFB;
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row .col-left {
    width: 100%;
    padding: 64px 34px;
  }
}
body.buyers-lp.help .reach-out .detail-row .col-left p {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row .col-left p {
    text-align: center;
  }
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group label {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 2px;
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group input {
  height: 50px;
  background: #FFFEFB;
  border: 1px solid #CECEC6;
  border-radius: 6px;
  width: 100%;
  padding: 13px 16px;
  outline: none;
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group input::-moz-placeholder {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #403E3C;
  opacity: 0.5;
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group input::placeholder {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #403E3C;
  opacity: 0.5;
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group textarea {
  height: 120px;
  background: #FFFEFB;
  border: 1px solid #CECEC6;
  border-radius: 6px;
  width: 100%;
  padding: 14px 16px;
  outline: none;
  resize: none;
  font-family: "Heebo";
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group textarea::-moz-placeholder {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #403E3C;
  opacity: 0.5;
}
body.buyers-lp.help .reach-out .detail-row .col-left .form-group textarea::placeholder {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #403E3C;
  opacity: 0.5;
}
body.buyers-lp.help .reach-out .detail-row .col-left .btn-primary {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 100px;
  font-family: "IBM Plex Serif";
  text-align: center;
  border: none;
  cursor: pointer;
  max-width: 240px;
  width: 100%;
  margin-top: 8px;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 26px;
  color: #403E3C;
  background-color: rgb(224, 209, 119);
  transition: 0.2s;
}
body.buyers-lp.help .reach-out .detail-row .col-left .btn-primary:hover {
  background-color: #CCBD60;
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row .col-left .btn-primary {
    max-width: 160px;
    margin: 24px auto 0;
    display: block;
  }
}
@media (max-width: 767px) {
  body.buyers-lp.help .reach-out .detail-row .col-left .btn-primary {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body.buyers-lp.help .reach-out .detail-row .col-right {
  width: 50%;
  padding: 64px 5.5vw 64px 4vw;
  background: #F5F4F0;
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row .col-right {
    width: 100%;
    padding: 64px 34px;
  }
}
body.buyers-lp.help .reach-out .detail-row .col-right h3 {
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row .col-right h3 {
    margin-bottom: 24px;
  }
}
body.buyers-lp.help .reach-out .detail-row .col-right ul {
  padding: 0;
  margin: 0 0 72px;
  list-style-type: none;
}
@media (max-width: 991px) {
  body.buyers-lp.help .reach-out .detail-row .col-right ul {
    margin: 0 0 39px;
  }
}
body.buyers-lp.help .reach-out .detail-row .col-right ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
body.buyers-lp.help .reach-out .detail-row .col-right ul li .thumbnail {
  max-width: 64px;
  width: 100%;
}
body.buyers-lp.help .reach-out .detail-row .col-right ul li span {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  display: block;
  margin-bottom: 8px;
}
body.buyers-lp.help .reach-out .detail-row .col-right ul li a {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  text-decoration: none;
  display: block;
}
body.buyers-lp.help .reach-out .detail-row .col-right .stores {
  display: flex;
  gap: 15px;
  align-items: center;
}
body.buyers-lp.help .additional-resources {
  padding: 104px 0;
  background: #F5F4F0;
}
@media (max-width: 991px) {
  body.buyers-lp.help .additional-resources {
    padding: 64px 0;
  }
}
body.buyers-lp.help .additional-resources .detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body.buyers-lp.help .additional-resources .detail-row {
    flex-direction: column;
    gap: 67px;
  }
}
body.buyers-lp.help .additional-resources .detail-row .col-left {
  width: 49%;
}
@media (max-width: 991px) {
  body.buyers-lp.help .additional-resources .detail-row .col-left {
    width: 100%;
    max-width: 500px;
  }
}
body.buyers-lp.help .additional-resources .detail-row .col-left h2 {
  margin: 0 0 48px;
}
@media (max-width: 991px) {
  body.buyers-lp.help .additional-resources .detail-row .col-left h2 {
    margin: 0 0 32px;
  }
}
body.buyers-lp.help .additional-resources .detail-row .col-left-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 90px;
}
@media (max-width: 640px) {
  body.buyers-lp.help .additional-resources .detail-row .col-left-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
body.buyers-lp.help .additional-resources .detail-row .col-left-inner h6 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin: 0 0 12px;
}
body.buyers-lp.help .additional-resources .detail-row .col-left-inner p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.help .additional-resources .detail-row .col-left-inner p {
    font-size: 16px;
  }
}
body.buyers-lp.help .additional-resources .detail-row .col-left-inner a {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #B0A14D;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
body.buyers-lp.help .additional-resources .detail-row .col-left-inner a span {
  line-height: 10px;
  transform: translateX(0);
  transition: 0.4s;
}
body.buyers-lp.help .additional-resources .detail-row .col-left-inner a:hover span {
  transform: translateX(10px);
}
body.buyers-lp.help .additional-resources .detail-row .col-right {
  width: 49%;
}
@media (max-width: 991px) {
  body.buyers-lp.help .additional-resources .detail-row .col-right {
    width: 100%;
    max-width: 500px;
  }
}
body.buyers-lp.help .additional-resources .detail-row .col-right img {
  max-width: 100%;
  height: auto;
}
body.buyers-lp.help .faq {
  padding: 104px 0;
}
@media (max-width: 991px) {
  body.buyers-lp.help .faq {
    padding: 64px 0;
  }
}
body.buyers-lp.help .faq .container {
  max-width: 830px;
}
body.buyers-lp.help .faq h2 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 15px;
}
body.buyers-lp.help .faq h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background: #E0D177;
  border-radius: 4px;
}
body.buyers-lp.help .faq ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
body.buyers-lp.help .faq ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
body.buyers-lp.help .faq ul.accordion-list li.active h3 span {
  transform: rotate(-180deg);
}
body.buyers-lp.help .faq ul.accordion-list li h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
body.buyers-lp.help .faq ul.accordion-list li h3 span {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(0);
}
body.buyers-lp.help .faq ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body.buyers-lp.help .faq ul.accordion-list li div.answer h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #B0A14D;
  margin: 20px 0 0;
}
body.buyers-lp.help .faq ul.accordion-list li div.answer h4 {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
}
body.buyers-lp.help .faq ul.accordion-list li div.answer p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
}
body.buyers-lp.help .faq ul.accordion-list li div.answer .learn-more-btn {
  display: inline-block;
  margin-top: 20px;
}

.product {
  background-color: #000;
}

header {
  background-color: #31524F;
  height: 70px;
  width: 100%;
  box-shadow: 0px 6px 16px -1px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  top: 0;
}
header .container {
  align-items: center;
  background-color: #31524F;
  height: inherit;
  position: relative;
  max-width: 1260px !important;
  width: 95% !important;
}
@media (max-width: 991px) {
  header .container {
    padding: 0 !important;
  }
}
header .container .logo-nav .logo {
  width: 178px;
  height: 38.36px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .container .logo-nav .logo {
    width: 140px;
  }
}
header .container .logo-nav .logo img {
  width: 178px;
  max-width: unset !important;
}
@media (max-width: 1200px) {
  header .container .logo-nav .logo img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  header .container .logo-nav .logo img {
    width: 140px;
  }
}
header .container .logo-nav .desktop-menu {
  padding-left: 60px;
}
@media (max-width: 1200px) {
  header .container .logo-nav .desktop-menu {
    padding-left: 0px;
    justify-content: center;
  }
}
header .container .logo-nav .desktop-menu li {
  margin-right: 30px;
  margin-left: 0px !important;
}
@media (max-width: 1200px) {
  header .container .logo-nav .desktop-menu li {
    margin-right: 14px;
  }
}
header .container .logo-nav .desktop-menu li a {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 21px;
  color: #FFFFFF;
}
header .container .logo-nav .desktop-menu li .dropbtn {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 21px;
  color: #FFFFFF;
  margin: 0 !important;
  padding: 0 6px !important;
  justify-content: unset !important;
  display: unset !important;
}
@media (max-width: 1200px) {
  header .container .logo-nav .desktop-menu li .dropbtn {
    font-size: 14px !important;
  }
}
header .container .logo-nav .desktop-menu li .dropbtn img {
  transform: translate(5px, -2px);
  display: inline !important;
  margin-left: 0 !important;
  top: 0 !important;
}
header .container .logo-nav .desktop-menu li:last-child {
  margin-right: 0;
}
header .container .mobile-toggle .center {
  margin: 0 !important;
}
header .mega-menu {
  background-color: #FFFEFB;
  padding: 46px 0 66px;
  width: 100%;
  left: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  z-index: 999999;
  position: fixed;
}
header .mega-menu.active {
  display: block;
}
@media (max-width: 767px) {
  header .mega-menu {
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
}
header .mega-menu .container {
  background-color: #FFFEFB !important;
}
header .mega-menu .mega-menu-content {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
header .mega-menu .mega-menu-content.mega-menu-content-two {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 991px) {
  header .mega-menu .mega-menu-content.mega-menu-content-two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  header .mega-menu .mega-menu-content {
    gap: 80px;
  }
}
@media (max-width: 991px) {
  header .mega-menu .mega-menu-content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  header .mega-menu .mega-menu-content {
    grid-template-columns: 1fr;
  }
}
header .mega-menu .mega-menu-content h6,
header .mega-menu .mega-menu-content .links {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #403E3C;
  border-bottom: 1px solid rgba(64, 62, 60, 0.5);
  padding-bottom: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32.62px;
}
@media (max-width: 991px) {
  header .mega-menu .mega-menu-content h6,
  header .mega-menu .mega-menu-content .links {
    margin-bottom: 15px;
  }
}
header .mega-menu .mega-menu-content h6:hover,
header .mega-menu .mega-menu-content .links:hover {
  background-color: transparent;
}
header .mega-menu .mega-menu-content .inner-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
header .mega-menu .mega-menu-content .inner-item:last-child img {
  margin-right: 14px;
}
header .mega-menu .mega-menu-content .inner-item a {
  display: flex;
  align-items: flex-start;
}
header .mega-menu .mega-menu-content .inner-item .mega-menu-icon {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  margin-right: 14px;
}
header .mega-menu .mega-menu-content .inner-item .mega-menu-icon img {
  width: 22px;
  height: 22px;
}
header .mega-menu .mega-menu-content .inner-item div {
  display: flex;
  flex-direction: column;
}
header .mega-menu .mega-menu-content .inner-item .see-all {
  display: flex;
  flex-direction: inherit;
}
header .mega-menu .mega-menu-content .inner-item .see-all img {
  display: inherit;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0;
  margin-left: 14px;
}
header .mega-menu .mega-menu-content .inner-item b {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 4px;
  display: block;
}
header .mega-menu .mega-menu-content .inner-item a {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 4px;
  display: block;
  padding: 0;
  margin: 0;
  display: flex;
}
header .mega-menu .mega-menu-content .inner-item a:hover {
  background-color: transparent;
}
header .mega-menu .mega-menu-content .inner-item p {
  font-family: "Heebo" !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
}
header .mega-menu .mega-menu-content .inner-item.integration img {
  width: 26px !important;
  height: 26px !important;
  margin: -2px 0 0 -2px;
}
header .mega-menu .mega-menu-content .mega-menu-item .inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 767px) {
  header .mega-menu .mega-menu-content .mega-menu-item .inner-wrapper {
    grid-template-columns: 1fr;
  }
}
header .mega-menu .mega-menu-content .mega-menu-item .inner-wrapper .inner-item:nth-child(5) img {
  width: 26px;
  height: 26px;
  margin: -2px 0 0 -2px;
}
header .mega-menu .mega-menu-content .mega-menu-item .inner-wrapper .inner-item:nth-child(6) img {
  width: 26px;
  height: 26px;
  margin: -2px 0 0 -2px;
}
@media (max-width: 991px) {
  header .mega-menu .mega-menu-content .mega-menu-item .inner-wrapper .inner-item img {
    margin: 0px;
  }
}
header .mega-menu .mega-menu-content .mega-menu-item .inner-wrapper-right {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr;
}
header .mega-menu .mega-menu-content .mega-menu-item .inner-wrapper-right .inner-item img {
  margin-top: 2px;
  margin-right: 14px;
  width: 22px;
  height: 22px;
}
header .mega-menu .mega-menu-content .account {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
header .mega-menu .mega-menu-content .account a {
  padding: 12px;
  width: 240px;
  height: 48px;
  border-radius: 60px;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
header .mega-menu .mega-menu-content .account a.login {
  background-color: rgb(180, 219, 219) !important;
  border: 1px solid rgb(180, 219, 219);
}
header .mega-menu-three .mega-menu-content h6 {
  margin-bottom: 38px;
}
header .mega-menu-three .mega-menu-content p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 12px;
}
header .mega-menu-three .mega-menu-content .inner-wrapper-copilot .inner-item:first-child img {
  width: 26px;
  height: 26px;
  margin: -2px 0 0 -2px;
}
header .dropbtn {
  margin: 0 !important;
  padding: 0 6px !important;
}
header .dropbtn:hover + .mega-menu {
  display: block;
}
header .account {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  width: 100%;
  max-width: 352px;
}
@media (max-width: 991px) {
  header .account {
    display: none;
  }
}
header .account a.login {
  color: rgb(33, 59, 58);
  font-size: 16.5px;
  line-height: 26px;
  text-decoration: none;
  font-weight: 600;
  font-family: "IBM Plex Serif", serif;
  background: rgb(180, 219, 219);
  border-radius: 25px;
  padding: 6px 12px;
  transition: 0.2s;
  max-width: 160px;
  width: 100%;
  text-align: center;
}
header .account a.login:hover {
  background-color: #7CA6A6;
}
header .account a.gold-btn {
  padding: 3px 20px 6px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 26px;
  color: #403E3C;
  background-color: #E0D177;
  transition: 0.2s;
  max-width: 180px;
  width: 100%;
}
header .account a.gold-btn:hover {
  background-color: #CCBD60;
}

.modal-header {
  position: relative;
  display: flex;
  padding: 1rem 0;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  background-color: #F5F4F0;
  position: relative;
  display: flex;
  padding: 1rem;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid rgba(63, 68, 77, 0.2);
  width: 520px;
  max-width: 488px;
}
.modal-header h4 {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
  color: #3F444D;
  font-size: 1.25rem;
}

.pop-out-menu {
  background-color: #FFFEFB;
  overflow: scroll;
  z-index: 99999 !important;
}
.pop-out-menu > .container {
  padding: 0px 24px;
}
.pop-out-menu > .container button.accordion {
  color: #403E3C;
  text-transform: uppercase;
  border-top: none;
  border-bottom: 1px solid rgba(66, 67, 67, 0.3);
  padding: 0 0 15px;
  margin-bottom: 40px;
  font-size: 14px;
  border-radius: 0;
  font-weight: 500;
}
.pop-out-menu > .container button.accordion:hover {
  background-color: #FFFEFB;
  color: #403E3C;
  border-radius: 0;
  box-shadow: none;
}
.pop-out-menu > .container button.accordion a {
  text-decoration: none;
  color: #403E3C;
}
.pop-out-menu > .container button.accordion svg {
  filter: invert(1);
}
.pop-out-menu ul.menu-item {
  display: block !important;
}
.pop-out-menu ul.menu-item li {
  padding: 0;
}
.pop-out-menu ul.menu-item li a {
  font-size: 14px;
  color: #403E3C;
  text-transform: uppercase;
  border-top: none;
  border-bottom: 1px solid rgba(66, 67, 67, 0.3);
  width: 100%;
  padding: 0 0 15px;
  margin-bottom: 40px;
  font-weight: 500;
}
.pop-out-menu .account {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .pop-out-menu .account {
    margin-bottom: 50px;
  }
}
.pop-out-menu .account a {
  padding: 6px 12px;
  font-family: "IBM Plex Serif";
  border-radius: 100px;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 150%;
  text-align: center;
  color: #403E3C !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}
.pop-out-menu .account a:first-child {
  margin-bottom: 10px !important;
  background-color: #E0D177;
}
.pop-out-menu .account a.login {
  background-color: rgb(180, 219, 219) !important;
  border: 1px solid rgb(180, 219, 219);
}
@media (max-width: 991px) {
  .pop-out-menu .dropdown-content {
    position: initial;
    margin-top: 32px;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
  }
  .pop-out-menu .dropdown-content .container {
    width: 100%;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item h6 {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #403E3C;
    margin: 0px 0px 34px;
    border-bottom: 1px solid rgba(64, 62, 60, 0.5);
    padding-bottom: 15px;
    text-transform: uppercase;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item {
    display: flex;
    align-items: self-start;
    gap: 11px;
    margin-bottom: 18px;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item:last-child img {
    margin-right: 14px !important;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item a {
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: flex-start;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item a:hover {
    background-color: transparent !important;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item a figure {
    margin-right: 14px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item figure {
    margin: 0px;
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item figure {
    width: 24px !important;
    height: 24px !important;
  }
}
@media (max-width: 991px) {
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item div b,
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item div a {
    font-family: "Heebo";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #403E3C;
    margin: 0px;
    padding: 0px;
    margin-bottom: 4px;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item div p {
    font-family: "Heebo";
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 150% !important;
    color: #403E3C;
    margin: 0px;
    max-width: 280px;
    width: 100%;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item .see-all {
    display: flex;
    width: 100%;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item .see-all a {
    padding: 0px;
    font-family: "Heebo";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 150%;
    color: #403E3C;
    display: inline-block;
    margin-block: 0;
  }
  .pop-out-menu .dropdown-content .container .mega-menu-content .mega-menu-item .inner-wrapper .inner-item .see-all img {
    margin-left: 14px !important;
  }
  .pop-out-menu .mega-menu-three .mega-menu-content h6 {
    margin-bottom: 12px !important;
  }
  .pop-out-menu .mega-menu-three .mega-menu-content p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 12px;
  }
  .pop-out-menu .mega-menu-three .mega-menu-content .inner-wrapper-copilot {
    grid-template-columns: 1fr !important;
  }
}

.dropdown-combyne:hover .mega-menu-one {
  display: block;
}

footer#main-footer {
  height: auto;
  padding: 0;
}
footer#main-footer .container {
  max-width: 1260px;
  margin: 0 auto;
}
footer#main-footer img {
  max-height: unset !important;
}
footer#main-footer .top-container {
  margin-top: 0;
  height: auto;
  padding: 104px 0;
  border-bottom: 1px solid rgba(64, 61, 56, 0.12);
}
@media (max-width: 1024px) {
  footer#main-footer .top-container {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  footer#main-footer .top-container {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0;
    border: 0;
  }
}
@media (max-width: 991px) {
  footer#main-footer .top-container .col-left {
    order: 1;
    padding: 0 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  footer#main-footer .top-container .col-left p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  footer#main-footer .top-container .col-mid {
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 991px) {
  footer#main-footer .top-container .col-mid .col-30 {
    border-top: 1px solid #fffefb;
    width: 100%;
    padding: 18px 24px;
  }
  footer#main-footer .top-container .col-mid .col-30:last-child {
    border-bottom: 1px solid #fffefb;
  }
}
footer#main-footer .top-container .col-mid ul li {
  line-height: 24px;
}
@media (max-width: 991px) {
  footer#main-footer .top-container .col-right {
    padding: 0 24px;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 32px;
  }
}
footer#main-footer .top-container .heading-2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 12px;
  color: #403E3C;
}
footer#main-footer .top-container p {
  margin: 0 0 8px;
  color: #403E3C;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}
footer#main-footer .top-container p a {
  text-decoration: none;
  color: #403E3C;
}
footer#main-footer .top-container ul {
  margin: 0;
  color: #403E3C;
}
footer#main-footer .top-container ul li a {
  color: #403E3C;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
}
footer#main-footer .top-container .social-media-container {
  align-items: center;
  gap: 0 !important;
}
footer#main-footer .top-container .social-media-container a {
  margin-right: 23px;
}
footer#main-footer .top-container .social-media-container a:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  footer#main-footer .top-container .logo-address-socials {
    align-items: center !important;
  }
}
footer#main-footer .top-container .logo-address-socials p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  font-family: "IBM Plex Serif";
  color: #403E3C;
}
@media (max-width: 991px) {
  footer#main-footer .top-container .logo-address-socials p {
    max-width: 270px;
  }
  footer#main-footer .top-container .logo-address-socials p br {
    display: none;
  }
}
footer#main-footer .top-container .logo-address-socials p a {
  font-weight: 400;
  font-size: 16px;
}
footer#main-footer .container.copyright {
  padding: 48px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  footer#main-footer .container.copyright {
    padding: 24px 0 32px;
    display: block;
  }
}
footer#main-footer .container.copyright .information {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  footer#main-footer .container.copyright .information {
    justify-content: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  footer#main-footer .container.copyright .information {
    max-width: 252px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
}
footer#main-footer .container.copyright .information .adt-transparent {
  margin-right: 12px;
  max-width: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  footer#main-footer .container.copyright .information .adt-transparent {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer#main-footer .container.copyright .information .adt-transparent img {
  width: 100%;
}
footer#main-footer .container.copyright .information span {
  display: inline-block;
  font-family: "Heebo";
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #403E3C;
}
footer#main-footer .container.copyright p {
  margin: 0;
  font-size: 13px;
  line-height: 20px;
  color: #403E3C;
}
@media (max-width: 991px) {
  footer#main-footer .container.copyright p {
    text-align: center;
    border-top: 1px dashed #403E3C;
    padding-top: 24px;
  }
}

body.buyers-lp p {
  color: #403E3C;
  font-size: 18px;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  body.buyers-lp p {
    font-size: 16px;
    line-height: 26px;
  }
}
body.buyers-lp p a {
  color: #4178C4;
}
body.buyers-lp .title-md {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  body.buyers-lp .title-md {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
body.buyers-lp .span-md {
  font-size: 20px;
  line-height: 30px;
  color: #CCBD60;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  body.buyers-lp .span-md {
    font-size: 16px;
    line-height: 24px;
  }
}
body.buyers-lp section .gold-btn {
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-align: center;
  padding: 7px 39px 7px;
  border-radius: 25px;
  background-color: #E0D177;
  text-decoration: none;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.1019607843);
}
body.buyers-lp .where-we-going {
  padding: 100px 0;
  text-align: center;
  background-color: #FFFEFB;
}
body.buyers-lp .where-we-going .blurb {
  max-width: 807px;
  width: 100%;
  margin: 0 auto 60px;
}
body.buyers-lp .where-we-going .blurb p {
  color: #403E3C;
}
body.buyers-lp .where-we-going .where-items {
  font-size: 0;
  max-width: 1100px;
  margin: 0 auto;
}
body.buyers-lp .where-we-going .where-items .item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
body.buyers-lp .where-we-going .where-items .item img {
  max-width: 135px;
}
body.buyers-lp .where-we-going .where-items .item span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  max-width: 130px;
  margin: 0 auto;
  font-weight: bold;
}
body.buyers-lp .where-we-going .where-items .item .sm {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #403E3C;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 991px) {
  body.buyers-lp .where-we-going .where-items .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .where-we-going {
    padding: 40px 0 10px 0;
  }
}
body.buyers-lp .what-means {
  background: #F5F4F0;
  padding: 100px 0;
}
body.buyers-lp .what-means h2 {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  body.buyers-lp .what-means h2 {
    margin-bottom: 20px;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.buyers-lp .what-means .what-items {
  font-size: 0;
}
body.buyers-lp .what-means .what-items .what-item {
  background-color: #FFFEFB;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1019607843);
  border: 2px solid #E3E2DA;
  border-radius: 24px;
  text-align: center;
  padding: 60px 0 10px 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  width: calc(33.3% - 33px);
  min-height: 474px;
}
body.buyers-lp .what-means .what-items .what-item img {
  margin-bottom: 25px;
  max-width: 222px;
}
body.buyers-lp .what-means .what-items .what-item .img {
  min-height: 244px;
}
@media (max-width: 991px) {
  body.buyers-lp .what-means .what-items .what-item .img {
    min-height: auto;
  }
}
body.buyers-lp .what-means .what-items .what-item span {
  font-size: 18px;
  line-height: 27px;
  color: #403E3C;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "Heebo", sans-serif;
  display: block;
  font-weight: bold;
}
@media (max-width: 991px) {
  body.buyers-lp .what-means .what-items .what-item span {
    font-size: 16px;
    line-height: 24px;
  }
}
body.buyers-lp .what-means .what-items .what-item p {
  font-size: 20px;
  line-height: 30px;
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  margin: 0;
}
@media (max-width: 991px) {
  body.buyers-lp .what-means .what-items .what-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
body.buyers-lp .what-means .what-items .what-item .blurb {
  max-width: 314px;
  margin: 0 auto;
  padding: 0 10px;
}
body.buyers-lp .what-means .what-items .what-item:first-child {
  margin-left: 0;
}
body.buyers-lp .what-means .what-items .what-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  body.buyers-lp .what-means .what-items .what-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 921px) {
  body.buyers-lp .what-means .what-items .what-item {
    margin: 0 10px;
    width: calc(33.3% - 14px);
  }
}
@media (max-width: 991px) {
  body.buyers-lp .what-means .what-items .what-item {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 40px;
    min-height: 422px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .what-means {
    padding: 50px 0 60px;
  }
}
body.buyers-lp .green-header {
  height: auto;
  background-color: #31524F;
  min-height: auto;
  padding: 140px 0 144px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  body.buyers-lp .green-header {
    padding: 5% 0 10%;
  }
}
body.buyers-lp .green-header .container {
  align-items: center;
  min-height: auto;
  height: auto;
}
@media (max-width: 991px) {
  body.buyers-lp .green-header .container {
    text-align: center;
  }
}
body.buyers-lp .green-header .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
  height: auto;
}
body.buyers-lp .green-header .container video {
  max-width: 100%;
}
body.buyers-lp .green-header .container .app_screen {
  max-width: 718px;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp .green-header .container .app_screen {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
body.buyers-lp .green-header .container h1 {
  text-align: left;
  color: white;
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  max-width: 480px;
}
@media (max-width: 991px) {
  body.buyers-lp .green-header .container h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
body.buyers-lp .green-header .container p {
  color: white;
  font-size: 18px;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  body.buyers-lp .green-header .container p {
    font-size: 16px;
    line-height: 26px;
  }
}
body.buyers-lp .green-header .container .img-col {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  body.buyers-lp .green-header .container .agExpert_left {
    padding-left: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .green-header {
    padding-bottom: 104px;
    padding-top: 104px;
    margin-top: 70px;
  }
}
body.buyers-lp .farmbucks-partner {
  background-color: #FFFEFB;
  padding: 120px 0;
}
body.buyers-lp .farmbucks-partner .dollar-img {
  max-width: 70px;
}
body.buyers-lp .farmbucks-partner p {
  color: #403E3C;
}
body.buyers-lp .farmbucks-partner .span-md {
  color: #CCBD60;
}
body.buyers-lp .farmbucks-partner .right-img {
  text-align: right;
}
body.buyers-lp .farmbucks-partner .right-img img {
  border-radius: 24px;
  max-width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp .farmbucks-partner .right-img img {
    max-width: 100%;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .farmbucks-partner .right-img {
    text-align: center;
  }
}
body.buyers-lp .farmbucks-partner .gold-btn {
  margin-top: 0px;
  display: inline-block;
}
@media only screen and (max-width: 1440px) and (min-width: 921px) {
  body.buyers-lp .farmbucks-partner .left-blurb {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .farmbucks-partner .left-blurb {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .farmbucks-partner {
    padding: 65px 0;
  }
}
body.buyers-lp .how-it-works-wrapper {
  background: #F5F4F0;
  padding: 103px 0;
  width: 100%;
}
body.buyers-lp .how-it-works-wrapper .title-md {
  margin: 0 0 30px 0;
}
body.buyers-lp .how-it-works-wrapper .title-md::after {
  content: "";
  width: 96px;
  height: 4px;
  background-color: #E0D177;
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .title-md {
    font-size: 28px;
    line-height: 42px;
  }
}
body.buyers-lp .how-it-works-wrapper .container {
  max-width: 807px;
}
body.buyers-lp .how-it-works-wrapper .container .heading-4 {
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  color: #3F444D;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .heading-4 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works {
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .accordion-image.mobile {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works .accordion-image.mobile {
    display: none !important;
  }
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left {
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works .left {
    width: 100%;
  }
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(63, 68, 77, 0.2);
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian {
    margin-bottom: 30px;
  }
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2.active {
  opacity: 1;
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2.active svg {
  transform: rotate(360deg);
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 {
  background: transparent;
  display: flex;
  width: 100%;
  border: 0px;
  font-size: 20px;
  line-height: 30px;
  font-family: "IBM Plex Serif", serif;
  color: #403E3C;
  opacity: 1;
  text-align: left;
  padding: 0px;
  cursor: pointer;
  padding-bottom: 15px;
  font-weight: bold;
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 svg {
  transform: rotate(180deg);
  top: 6px;
  position: relative;
  margin-left: auto;
  width: 36px;
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 svg {
    top: 3px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 {
    font-size: 20px;
    line-height: 30px;
  }
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .accordian .panel p {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .ready-started {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .ready-started {
    text-align: center;
  }
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .ready-started p {
  margin-bottom: 20px;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .ready-started p {
    margin-bottom: 25px;
  }
}
body.buyers-lp .how-it-works-wrapper .container .how-it-works .left .ready-started a.gold-btn {
  padding: 8px 35px 13px;
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper .container .how-it-works {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .how-it-works-wrapper {
    padding: 64px 0;
  }
}
body.buyers-lp .help-form {
  background-color: #31524F;
  padding: 100px 0;
  text-align: center;
}
body.buyers-lp .help-form h2 {
  color: #ffffff;
  margin: 0 0 15px 0;
}
body.buyers-lp .help-form .span-md {
  color: #CCC17C;
}
body.buyers-lp .help-form .form {
  padding-top: 30px;
  max-width: 490px;
  margin: 0 auto;
}
body.buyers-lp .help-form .form .hidden {
  display: none;
}
body.buyers-lp .help-form .form label {
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin-bottom: 5px;
}
body.buyers-lp .help-form .form .select2-selection__rendered,
body.buyers-lp .help-form .form select,
body.buyers-lp .help-form .form textarea,
body.buyers-lp .help-form .form input[type=text] {
  background-color: #ffffff;
  border: 1px solid #CECEC6;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  transition: all 0.3s ease-in;
  color: rgba(66, 67, 67, 0.6);
  outline: none;
}
body.buyers-lp .help-form .form .select2-selection__rendered::-moz-placeholder, body.buyers-lp .help-form .form select::-moz-placeholder, body.buyers-lp .help-form .form textarea::-moz-placeholder, body.buyers-lp .help-form .form input[type=text]::-moz-placeholder {
  color: rgba(66, 67, 67, 0.6);
  opacity: 1 !important;
}
body.buyers-lp .help-form .form .select2-selection__rendered::placeholder,
body.buyers-lp .help-form .form select::placeholder,
body.buyers-lp .help-form .form textarea::placeholder,
body.buyers-lp .help-form .form input[type=text]::placeholder {
  color: rgba(66, 67, 67, 0.6);
  opacity: 1 !important;
}
body.buyers-lp .help-form .form input[type=submit] {
  max-width: 184px;
  padding: 12px 0;
  margin-top: 0;
}
body.buyers-lp .help-form .form .details {
  padding-bottom: 8px;
}
body.buyers-lp .help-form .form .details .error-msg {
  color: #dc3545;
  text-align: left;
}
body.buyers-lp .help-form .form .details .success-msg {
  color: #28a745;
  text-align: left;
}
body.buyers-lp .help-form .form-button {
  text-align: left;
}
@media (max-width: 991px) {
  body.buyers-lp .help-form .form-button {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body.buyers-lp .help-form {
    padding: 60px 25px;
  }
}
body.buyers-lp .select-subject {
  padding-bottom: 20px;
  position: relative;
}
body.buyers-lp .select-subject option {
  font-size: 14px;
  color: #3F444D;
}
body.buyers-lp .select-subject .select2-container--default::after {
  content: "";
  background-image: url(../data-use/img/arrow-top.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 52%;
  z-index: 222;
  display: block;
  width: 15px;
  height: 15px;
  transform: translate(0px, -50%) rotate(180deg);
  z-index: 9;
  transition: all ease 0.3s;
}
body.buyers-lp .select-subject .select2-container--default.select2-container--open::after {
  margin-top: -10px;
  transform: rotate(0);
}
body.buyers-lp .select-subject select {
  width: 100%;
  padding: 12px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 24px;
}
body.buyers-lp .select2-container {
  height: 50px;
  width: 100% !important;
}
body.buyers-lp .select2-selection__arrow {
  display: none;
}
body.buyers-lp .select2-results__option {
  font-size: 14px;
  line-height: 28px;
  color: #3F444D;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  padding: 0 22px;
  border-radius: 5px;
  margin: 0 5px;
}
body.buyers-lp .select2-results__option:first-child {
  display: none;
}
body.buyers-lp .select2-results__option:last-child {
  margin-bottom: 10px;
}
body.buyers-lp .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
body.buyers-lp .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  text-align: left;
}
body.buyers-lp .select2-container--default .select2-results__option--selected {
  background-color: #F0EDE4;
}
body.buyers-lp .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F0EDE4;
  color: #3F444D;
}

body.seller-lp footer .follow-us .menu-item {
  display: flex;
  flex-wrap: wrap;
}
body.seller-lp footer .follow-us .menu-item a {
  display: flex;
  align-items: center;
  gap: 11px;
}
body.seller-lp footer .follow-us .menu-item a .thumbnail {
  width: 18px;
}
body.seller-lp footer .follow-us .menu-item li {
  max-width: 50%;
  width: 100%;
}
body.seller-lp footer .logo-address-socials a {
  text-decoration: none;
}
@media (max-width: 1199px) {
  body.seller-lp .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
  }
}
body.seller-lp .bg-grey {
  background-color: #F5F4F0 !important;
}
body.seller-lp .bg-green {
  background-color: #31524F !important;
}
body.seller-lp .bg-white {
  background-color: #ffffff !important;
}
body.seller-lp p {
  color: #403E3C;
  font-size: 17px;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  body.seller-lp p {
    font-size: 16px;
    line-height: 26px;
  }
}
body.seller-lp p a {
  color: #4178C4;
}
body.seller-lp .title-md {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  body.seller-lp .title-md {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
body.seller-lp .span-md {
  font-size: 20px;
  line-height: 30px;
  color: #CCBD60;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  body.seller-lp .span-md {
    font-size: 16px;
    line-height: 24px;
  }
}
body.seller-lp section .gold-btn {
  color: #ffffff;
  font-family: "IBM Plex Serif", serif;
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 27px;
  text-align: center;
  padding: 7px 39px 12px;
  border-radius: 25px;
  background-color: #E0D177;
  text-decoration: none;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.1019607843);
  border: none;
  cursor: pointer;
}
body.seller-lp .where-we-going {
  padding: 100px 0;
  text-align: center;
  background-color: #FFFEFB;
}
body.seller-lp .where-we-going h2 {
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going {
    padding: 70px 0 100px !important;
  }
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going {
    padding: 50px 0 80px !important;
  }
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going.bg-grey {
    padding: 70px 0 !important;
  }
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going.bg-grey {
    padding: 50px 0 !important;
  }
}
body.seller-lp .where-we-going .blurb {
  max-width: 807px;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going .blurb {
    margin-bottom: 40px;
  }
}
body.seller-lp .where-we-going .blurb p {
  color: #403E3C;
  max-width: 620px;
  margin: 0 auto;
}
body.seller-lp .where-we-going .where-items {
  font-size: 0;
  max-width: 1100px;
  margin: 0 auto;
}
body.seller-lp .where-we-going .where-items .blurb {
  margin-bottom: 43px;
}
body.seller-lp .where-we-going .where-items .item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going .where-items .item {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  body.seller-lp .where-we-going .where-items .item {
    width: 100% !important;
  }
}
body.seller-lp .where-we-going .where-items .item img {
  max-width: 135px;
  min-height: 102.6px;
  -o-object-fit: contain;
     object-fit: contain;
}
body.seller-lp .where-we-going .where-items .item span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  max-width: 130px;
  margin: 0 auto;
  font-weight: bold;
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going .where-items .item span {
    max-width: 100%;
  }
}
body.seller-lp .where-we-going .where-items .item .sm {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #403E3C;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Heebo", sans-serif;
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going .where-items .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going .where-items .item:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  body.seller-lp .where-we-going {
    padding: 40px 0 10px 0;
  }
}
body.seller-lp .features {
  padding: 100px 0 80px;
}
body.seller-lp .features h2 {
  margin: 0 0 12px;
}
body.seller-lp .features p {
  margin: 0;
}
body.seller-lp .features .container {
  max-width: 1047px;
}
body.seller-lp .features .features-detail .item {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .item {
    flex-wrap: wrap;
  }
}
body.seller-lp .features .features-detail .col-left {
  max-width: 40%;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .col-left {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
body.seller-lp .features .features-detail .col-left .thumbnail {
  padding: 32px;
  background-color: #F5F4F0;
  border-radius: 10px;
}
body.seller-lp .features .features-detail .col-left .thumbnail img {
  max-width: 191px;
  width: 100%;
  margin: 0 auto;
}
body.seller-lp .features .features-detail .col-right {
  max-width: 50%;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .col-right {
    max-width: 100%;
    margin: 0;
  }
}
body.seller-lp .features .features-detail .col-right h2 {
  text-align: left;
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .col-right h2 {
    text-align: center;
  }
}
body.seller-lp .features .features-detail .col-right p {
  text-align: left;
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .col-right p {
    text-align: center;
  }
}
body.seller-lp .features .features-detail .slick-next,
body.seller-lp .features .features-detail .slick-prev {
  left: 50%;
  z-index: 9;
  background-image: url(../img/arrow-left.png);
  background-size: 7px 10px;
  top: calc(100% - 39px);
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .slick-next,
  body.seller-lp .features .features-detail .slick-prev {
    top: auto;
    bottom: -36px;
    left: calc(50% - 50px);
  }
}
body.seller-lp .features .features-detail .slick-next:after, body.seller-lp .features .features-detail .slick-next:before,
body.seller-lp .features .features-detail .slick-prev:after,
body.seller-lp .features .features-detail .slick-prev:before {
  content: none;
}
body.seller-lp .features .features-detail .slick-next {
  left: calc(50% + 97px);
  background-image: url(../img/arrow-right.png);
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .slick-next {
    left: calc(50% + 44px);
  }
}
body.seller-lp .features .features-detail .slick-dots {
  position: relative;
  bottom: 34px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
}
@media (max-width: 991px) {
  body.seller-lp .features .features-detail .slick-dots {
    bottom: -30px;
    padding-left: 0;
  }
}
body.seller-lp .features .features-detail .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
body.seller-lp .features .features-detail .slick-dots li button {
  width: 10px;
  height: 10px;
}
body.seller-lp .features .features-detail .slick-dots li button::before {
  border: 1px solid #403E3C;
  width: 8px;
  height: 8px;
}
body.seller-lp .features .features-detail .slick-dots .slick-active button:before {
  background-color: #403E3C;
}
body.seller-lp .what-means {
  background: #F5F4F0;
  padding: 100px 0;
}
body.seller-lp .what-means h2 {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 991px) {
  body.seller-lp .what-means h2 {
    margin-bottom: 20px;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.seller-lp .what-means .what-items {
  font-size: 0;
}
body.seller-lp .what-means .what-items .what-item {
  background-color: #FFFEFB;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1019607843);
  border: 2px solid #E3E2DA;
  border-radius: 24px;
  text-align: center;
  padding: 60px 0 10px 0;
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  width: calc(33.3% - 33px);
  min-height: 474px;
}
body.seller-lp .what-means .what-items .what-item img {
  margin-bottom: 25px;
  max-width: 222px;
}
body.seller-lp .what-means .what-items .what-item .img {
  min-height: 244px;
}
@media (max-width: 991px) {
  body.seller-lp .what-means .what-items .what-item .img {
    min-height: auto;
  }
}
body.seller-lp .what-means .what-items .what-item span {
  font-size: 18px;
  line-height: 27px;
  color: #403E3C;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: "Heebo", sans-serif;
  display: block;
  font-weight: bold;
}
@media (max-width: 991px) {
  body.seller-lp .what-means .what-items .what-item span {
    font-size: 16px;
    line-height: 24px;
  }
}
body.seller-lp .what-means .what-items .what-item p {
  font-size: 20px;
  line-height: 30px;
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  margin: 0;
}
@media (max-width: 991px) {
  body.seller-lp .what-means .what-items .what-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
body.seller-lp .what-means .what-items .what-item .blurb {
  max-width: 314px;
  margin: 0 auto;
  padding: 0 10px;
}
body.seller-lp .what-means .what-items .what-item:first-child {
  margin-left: 0;
}
body.seller-lp .what-means .what-items .what-item:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  body.seller-lp .what-means .what-items .what-item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 921px) {
  body.seller-lp .what-means .what-items .what-item {
    margin: 0 10px;
    width: calc(33.3% - 14px);
  }
}
@media (max-width: 991px) {
  body.seller-lp .what-means .what-items .what-item {
    width: 100%;
    margin-bottom: 60px;
    padding-top: 40px;
    min-height: 422px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.seller-lp .what-means {
    padding: 50px 0 60px;
  }
}
body.seller-lp .green-header {
  height: auto;
  background-color: #31524F;
  min-height: auto;
  padding: 87px 0 87px;
  margin-top: 70px;
}
@media (max-width: 991px) {
  body.seller-lp .green-header {
    padding: 5% 0 10%;
  }
}
body.seller-lp .green-header .container {
  align-items: center;
  min-height: auto;
  height: auto;
}
@media (max-width: 991px) {
  body.seller-lp .green-header .container {
    text-align: center;
  }
}
body.seller-lp .green-header .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
  height: auto;
}
body.seller-lp .green-header .container video {
  max-width: 100%;
}
body.seller-lp .green-header .container .app_screen {
  max-width: 718px;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  body.seller-lp .green-header .container .app_screen {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 64px;
  }
}
body.seller-lp .green-header .container h1 {
  text-align: left;
  color: white;
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  max-width: 650px;
}
@media (max-width: 991px) {
  body.seller-lp .green-header .container h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
body.seller-lp .green-header .container p {
  color: white;
  font-size: 18px;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  body.seller-lp .green-header .container p {
    font-size: 16px;
    line-height: 26px;
  }
}
body.seller-lp .green-header .container .img-col {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  body.seller-lp .green-header .container .agExpert_left {
    padding-left: 0;
    order: 2;
  }
}
@media (max-width: 991px) {
  body.seller-lp .green-header {
    padding-bottom: 64px;
    padding-top: 64px;
    margin-top: 70px;
  }
}
body.seller-lp .farmbucks-partner {
  background-color: #FFFEFB;
  padding: 120px 0;
}
body.seller-lp .farmbucks-partner .dollar-img {
  max-width: 70px;
}
body.seller-lp .farmbucks-partner p {
  color: #403E3C;
}
body.seller-lp .farmbucks-partner .span-md {
  color: #CCBD60;
}
body.seller-lp .farmbucks-partner .right-img {
  text-align: right;
}
body.seller-lp .farmbucks-partner .right-img img {
  border-radius: 24px;
  max-width: 100%;
}
@media (max-width: 991px) {
  body.seller-lp .farmbucks-partner .right-img img {
    max-width: 100%;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  body.seller-lp .farmbucks-partner .right-img {
    text-align: center;
  }
}
body.seller-lp .farmbucks-partner .gold-btn {
  margin-top: 0px;
  display: inline-block;
}
@media only screen and (max-width: 1440px) and (min-width: 921px) {
  body.seller-lp .farmbucks-partner .left-blurb {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body.seller-lp .farmbucks-partner .left-blurb {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body.seller-lp .farmbucks-partner {
    padding: 65px 0;
  }
}
body.seller-lp .how-it-works-wrapper {
  background: #F5F4F0;
  padding: 103px 0;
  width: 100%;
}
body.seller-lp .how-it-works-wrapper .title-md {
  margin: 0 0 30px 0;
}
body.seller-lp .how-it-works-wrapper .title-md::after {
  content: "";
  width: 96px;
  height: 4px;
  background-color: #E0D177;
  display: block;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .title-md {
    font-size: 28px;
    line-height: 42px;
  }
}
body.seller-lp .how-it-works-wrapper .container {
  max-width: 807px;
}
body.seller-lp .how-it-works-wrapper .container .heading-4 {
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  color: #3F444D;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .heading-4 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
body.seller-lp .how-it-works-wrapper .container .how-it-works {
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .accordion-image.mobile {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works .accordion-image.mobile {
    display: none !important;
  }
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left {
  width: 100%;
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works .left {
    width: 100%;
  }
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian {
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(63, 68, 77, 0.2);
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian {
    margin-bottom: 30px;
  }
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2.active {
  opacity: 1;
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2.active svg {
  transform: rotate(360deg);
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 {
  background: transparent;
  display: flex;
  width: 100%;
  border: 0px;
  font-size: 20px;
  line-height: 30px;
  font-family: "IBM Plex Serif", serif;
  color: #403E3C;
  opacity: 1;
  text-align: left;
  padding: 0px;
  cursor: pointer;
  padding-bottom: 15px;
  font-weight: bold;
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 svg {
  transform: rotate(180deg);
  top: 6px;
  position: relative;
  margin-left: auto;
  width: 36px;
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 svg {
    top: 3px;
  }
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 {
    font-size: 20px;
    line-height: 30px;
  }
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .panel p {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  margin-top: 0;
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .panel ul li {
  margin-bottom: 15px;
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .panel ul li span {
  display: block;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .accordian .panel ul li p {
  margin-bottom: 0;
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .ready-started {
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works .left .ready-started {
    text-align: center;
  }
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .ready-started p {
  margin-bottom: 20px;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works .left .ready-started p {
    margin-bottom: 25px;
  }
}
body.seller-lp .how-it-works-wrapper .container .how-it-works .left .ready-started a.gold-btn {
  padding: 8px 35px 13px;
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper .container .how-it-works {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  body.seller-lp .how-it-works-wrapper {
    padding: 64px 0;
  }
}
body.seller-lp .help-form {
  background-color: #31524F;
  padding: 100px 0;
  text-align: center;
}
body.seller-lp .help-form h2 {
  color: #ffffff;
  margin: 0 0 15px 0;
}
body.seller-lp .help-form .span-md {
  color: #fff;
  font-size: 17px;
  line-height: 25.5px;
}
body.seller-lp .help-form .form {
  padding-top: 30px;
  max-width: 490px;
  margin: 0 auto;
}
body.seller-lp .help-form .form .hidden {
  display: none;
}
body.seller-lp .help-form .form label {
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
  width: 100%;
  text-align: left;
  display: inline-block;
  margin-bottom: 5px;
}
body.seller-lp .help-form .form .select2-selection__rendered,
body.seller-lp .help-form .form select,
body.seller-lp .help-form .form textarea,
body.seller-lp .help-form .form input[type=text] {
  background-color: #ffffff;
  border: 1px solid #CECEC6;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  transition: all 0.3s ease-in;
  color: rgba(66, 67, 67, 0.6);
  outline: none;
}
body.seller-lp .help-form .form .select2-selection__rendered::-moz-placeholder, body.seller-lp .help-form .form select::-moz-placeholder, body.seller-lp .help-form .form textarea::-moz-placeholder, body.seller-lp .help-form .form input[type=text]::-moz-placeholder {
  color: rgba(66, 67, 67, 0.6);
  opacity: 1 !important;
}
body.seller-lp .help-form .form .select2-selection__rendered::placeholder,
body.seller-lp .help-form .form select::placeholder,
body.seller-lp .help-form .form textarea::placeholder,
body.seller-lp .help-form .form input[type=text]::placeholder {
  color: rgba(66, 67, 67, 0.6);
  opacity: 1 !important;
}
body.seller-lp .help-form .form input[type=submit] {
  max-width: 200px;
  padding: 8px 0;
  margin-top: 0;
  line-height: 24px;
}
body.seller-lp .help-form .form .details {
  padding-bottom: 8px;
}
body.seller-lp .help-form .form .details .error-msg {
  color: #dc3545;
  text-align: left;
}
body.seller-lp .help-form .form .details .success-msg {
  color: #28a745;
  text-align: left;
}
body.seller-lp .help-form .form-button {
  text-align: left;
}
@media (max-width: 991px) {
  body.seller-lp .help-form .form-button {
    text-align: center;
  }
}
@media (max-width: 991px) {
  body.seller-lp .help-form {
    padding: 60px 25px;
  }
}
body.seller-lp .select-subject {
  padding-bottom: 20px;
  position: relative;
}
body.seller-lp .select-subject option {
  font-size: 14px;
  color: #3F444D;
}
body.seller-lp .select-subject .select2-container--default::after {
  content: "";
  background-image: url(../data-use/img/arrow-top.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 52%;
  z-index: 222;
  display: block;
  width: 15px;
  height: 15px;
  transform: translate(0px, -50%) rotate(180deg);
  z-index: 9;
  transition: all ease 0.3s;
}
body.seller-lp .select-subject .select2-container--default.select2-container--open::after {
  margin-top: -10px;
  transform: rotate(0);
}
body.seller-lp .select-subject select {
  width: 100%;
  padding: 12px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 24px;
}
body.seller-lp .select2-container {
  height: 50px;
  width: 100% !important;
}
body.seller-lp .select2-selection__arrow {
  display: none;
}
body.seller-lp .select2-results__option {
  font-size: 14px;
  line-height: 28px;
  color: #3F444D;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  padding: 0 22px;
  border-radius: 5px;
  margin: 0 5px;
}
body.seller-lp .select2-results__option:first-child {
  display: none;
}
body.seller-lp .select2-results__option:last-child {
  margin-bottom: 10px;
}
body.seller-lp .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
body.seller-lp .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
  text-align: left;
}
body.seller-lp .select2-container--default .select2-results__option--selected {
  background-color: #F0EDE4;
}
body.seller-lp .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F0EDE4;
  color: #3F444D;
}

.section-title {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 80px;
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title h2 {
  margin: 0 0 20px 0;
}
.section-title p {
  margin: 0;
}

.combyne-section {
  padding: 104px 0;
}
@media (max-width: 991px) {
  .combyne-section {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .combyne-section {
    padding: 50px 0;
  }
}
.combyne-section .container {
  max-width: 1045px;
}
.combyne-section .combyne-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.combyne-section .combyne-row:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.combyne-section .combyne-row + .combyne-row {
  margin-top: 140px;
}
@media (max-width: 991px) {
  .combyne-section .combyne-row + .combyne-row {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .combyne-section .combyne-row + .combyne-row {
    margin-top: 35px;
  }
}
.combyne-section .combyne-col {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .combyne-section .combyne-col .combyne-info {
    max-width: 265px;
    margin: 0 auto;
    text-align: center;
  }
}
.combyne-section .combyne-col:first-child {
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767px) {
  .combyne-section .combyne-col:first-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.combyne-section .combyne-col:last-child {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .combyne-section .combyne-col:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .combyne-section .combyne-img {
    margin-bottom: 20px;
    max-width: 400px;
    margin: 0 auto 20px;
  }
}
.combyne-section .combyne-img img {
  width: 100%;
}
.combyne-section .combyne-info h3 {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.25;
  color: #403E3C;
  margin: 0 0 12px 0;
  font-family: "IBM Plex Serif";
}
@media (max-width: 767px) {
  .combyne-section .combyne-info h3 {
    font-size: 20px;
  }
}
.combyne-section .combyne-info p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #403E3C;
  margin: 0;
}
@media (max-width: 991px) {
  .combyne-section .combyne-info p {
    font-size: 16px;
  }
}

.features-section {
  padding: 104px 0;
}
@media (max-width: 991px) {
  .features-section {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .features-section {
    padding: 50px 0;
  }
}
.features-section .section-title {
  margin: 0 auto 40px;
}
.features-section .section-title h2,
.features-section .section-title p {
  color: #ffffff;
}
.features-section .features-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.features-section .feature-col {
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .features-section .feature-col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .features-section .feature-col {
    flex: 0 0 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
.features-section .feature-card {
  background: #FFFEFB;
  border: 1px solid #F0EDE4;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.122);
  border-radius: 12px;
  padding: 19px 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .features-section .feature-card {
    padding: 15px 25px 25px;
  }
}
.features-section .feature-card .featured-img {
  min-height: 155px;
  margin: 0 auto 8px;
  max-width: 170px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 767px) {
  .features-section .feature-card .featured-img {
    min-height: auto;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .features-section .feature-card .featured-img img {
    width: 100%;
  }
}
.features-section .feature-card h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #403E3C;
  margin: 0 0 18px 0;
  font-family: "IBM Plex Serif";
  margin-top: 41px;
}
@media (max-width: 767px) {
  .features-section .feature-card h5 {
    margin-top: 22px;
  }
}
.features-section .feature-card .coming-tag {
  background: #F5F4F0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.122);
  border-radius: 23px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #403E3C;
  position: relative;
  max-width: 130px;
  margin: 0 auto 17px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Heebo", sans-serif;
  position: relative;
  left: 10px;
}
.features-section .feature-card .coming-tag span {
  width: 45px;
  height: 45px;
  background: #F5F4F0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.122);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -27px;
  top: -8px;
}
.features-section .feature-card p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: #403E3C;
  max-width: 225px;
  margin: 0 auto;
  min-height: 155px;
}
@media (max-width: 767px) {
  .features-section .feature-card p {
    min-height: auto;
  }
}

.join-section {
  padding: 104px 0;
}
@media (max-width: 991px) {
  .join-section {
    padding: 70px 0;
  }
}
@media (max-width: 991px) {
  .join-section {
    padding: 50px 0;
  }
}
.join-section .container {
  max-width: 1045px;
  width: 100%;
}
.join-section .join-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.join-section .join-col {
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 12px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .join-section .join-col {
    flex: 0 0 100%;
    max-width: 400px;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .join-section .join-col + .join-col {
    margin-top: 30px;
  }
}
.join-section .join-card {
  padding: 60px 45px;
  background: #FFFEFB;
  border: 1px solid #F0EDE4;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.122);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 991px) {
  .join-section .join-card {
    padding: 35px 25px;
  }
}
.join-section .join-card .join-img {
  min-height: 240px;
  margin: 0 auto 24px;
  max-width: 290px;
}
@media (max-width: 991px) {
  .join-section .join-card .join-img {
    min-height: auto;
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  .join-section .join-card .join-img img {
    width: 100%;
  }
}
.join-section .join-card h4 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  color: #403E3C;
  margin: 0 0 12px 0;
  font-family: "IBM Plex Serif", serif;
}
@media (max-width: 991px) {
  .join-section .join-card h4 {
    font-size: 20px;
  }
}
.join-section .join-card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #403E3C;
  margin: 0 0 32px 0;
}
@media (max-width: 991px) {
  .join-section .join-card p {
    font-size: 17px;
  }
}

body.careers footer .follow-us .menu-item {
  display: flex;
  flex-wrap: wrap;
}
body.careers footer .follow-us .menu-item a {
  display: flex;
  align-items: center;
  gap: 11px;
}
body.careers footer .follow-us .menu-item a .thumbnail {
  width: 18px;
}
body.careers footer .follow-us .menu-item li {
  max-width: 50%;
  width: 100%;
}
body.careers footer .logo-address-socials a {
  text-decoration: none;
}
body.careers .bg-grey {
  background-color: #F5F4F0 !important;
}
body.careers .bg-green {
  background-color: #31524F !important;
}
body.careers .bg-white {
  background-color: #ffffff !important;
}
body.careers h2 {
  font-weight: 700;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.careers h2 {
    font-size: 24px;
    line-height: 150%;
  }
}
body.careers p {
  color: #403E3C;
}
body.careers h1,
body.careers h2,
body.careers h3,
body.careers h4,
body.careers h5,
body.careers h6 {
  margin: 0;
}
body.careers p {
  color: #403E3C;
  font-size: 16px;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media (max-width: 991px) {
  body.careers p {
    font-size: 16px;
    line-height: 26px;
  }
}
body.careers p a {
  color: #4178C4;
}
body.careers .title-md {
  font-size: 35px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  body.careers .title-md {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
body.careers .span-md {
  font-size: 20px;
  line-height: 30px;
  color: #CCBD60;
  font-family: "IBM Plex Serif", serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  body.careers .span-md {
    font-size: 16px;
    line-height: 24px;
  }
}
body.careers section .gold-btn {
  color: #403E3C;
  font-family: "IBM Plex Serif", serif;
  font-size: 16.5px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: center;
  padding: 10px 22px;
  border-radius: 100px;
  background-color: #E0D177;
  text-decoration: none;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  border: none;
  cursor: pointer;
  transition: 0.2s;
  display: inline-block;
}
body.careers section .gold-btn:hover {
  background-color: #CCBD60;
}
@media all and (max-width: 767px) {
  body.careers section .gold-btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body.careers .green-header {
  height: auto;
  background-color: #31524F;
  min-height: auto;
  padding: 87px 0 87px;
  margin-top: 70px;
}
@media (max-width: 1024x) {
  body.careers .green-header {
    padding: 64px 0;
  }
}
@media (max-width: 991px) {
  body.careers .green-header {
    padding: 5% 0 10%;
  }
}
body.careers .green-header .container {
  align-items: center;
  min-height: auto;
  height: auto;
}
@media (max-width: 991px) {
  body.careers .green-header .container {
    flex-direction: column-reverse;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  body.careers .green-header .container {
    text-align: center;
  }
}
body.careers .green-header .container .gold-btn {
  padding: 10px 22px;
}
@media (max-width: 991px) {
  body.careers .green-header .container .gold-btn {
    display: none;
  }
}
body.careers .green-header .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
  height: auto;
}
body.careers .green-header .container video {
  max-width: 100%;
}
body.careers .green-header .container .app_screen {
  max-width: 718px;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  body.careers .green-header .container .app_screen {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 991px) {
  body.careers .green-header .container .app_screen {
    width: 100%;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 64px;
  }
}
body.careers .green-header .container h1 {
  text-align: left;
  color: white;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  max-width: 650px;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  body.careers .green-header .container h1 {
    font-size: 20px;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  body.careers .green-header .container h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}
body.careers .green-header .container p {
  color: white;
  font-size: 18px;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
}
@media (max-width: 1024px) {
  body.careers .green-header .container p {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  body.careers .green-header .container p {
    font-size: 16px;
    line-height: 26px;
  }
}
body.careers .green-header .container .img-col {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  body.careers .green-header .container .agExpert_left {
    padding-left: 0;
    order: 2;
  }
}
@media (max-width: 991px) {
  body.careers .green-header {
    padding-bottom: 64px;
    padding-top: 64px;
    margin-top: 70px;
  }
}
body.careers .our-mission {
  padding: 104px 0;
}
@media (max-width: 1024px) {
  body.careers .our-mission {
    padding: 70px 0 64px;
  }
}
body.careers .our-mission .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body.careers .our-mission .detail-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 70px;
  }
}
body.careers .our-mission .detail-row .col-left {
  max-width: 192px;
  width: 100%;
}
body.careers .our-mission .detail-row .col-left img {
  width: 100%;
  height: 100%;
}
body.careers .our-mission .detail-row .col-right {
  max-width: 727px;
  width: 100%;
}
body.careers .our-mission .detail-row h5 {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body.careers .our-mission .detail-row h5 {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
  }
}
body.careers .our-mission .detail-row h2 {
  font-weight: 700;
  color: #403E3C;
}
body.careers .our-mission .detail-row p {
  color: #403E3C;
}
@media (max-width: 991px) {
  body.careers .our-mission .detail-row p {
    text-align: center;
  }
}
body.careers .combyne-work {
  background: #F5F4F0;
  padding: 104px 0;
}
@media (max-width: 1024px) {
  body.careers .combyne-work {
    padding: 70px 0 64px;
  }
}
body.careers .combyne-work h2 {
  font-size: 28px;
}
@media (max-width: 991px) {
  body.careers .combyne-work h2 {
    font-size: 24px;
  }
}
body.careers .combyne-work .title-row {
  max-width: 622px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 106px;
}
@media (max-width: 991px) {
  body.careers .combyne-work .title-row {
    margin-bottom: 50px;
  }
}
body.careers .combyne-work .detail-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 991px) {
  body.careers .combyne-work .detail-row {
    flex-direction: column;
    justify-content: center;
  }
}
body.careers .combyne-work .detail-row .combyne-work-card {
  text-align: center;
  max-width: 404px;
  width: 100%;
}
@media (max-width: 991px) {
  body.careers .combyne-work .detail-row .combyne-work-card {
    margin: 0 auto;
  }
}
body.careers .combyne-work .detail-row .combyne-work-card h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  font-family: "IBM Plex Serif";
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  body.careers .combyne-work .detail-row .combyne-work-card p {
    font-size: 17px;
  }
}
body.careers .combyne-work .detail-row .combyne-work-card .thumbnail {
  max-width: 191px;
  width: 100%;
  margin: 0 auto 24px;
}
body.careers .combyne-work .detail-row .combyne-work-card .thumbnail img {
  width: 100%;
  height: 100%;
}
body.careers .combyne-team {
  padding: 104px 0;
}
@media (max-width: 1024px) {
  body.careers .combyne-team {
    padding: 70px 0;
  }
}
body.careers .combyne-team .combyne-team-slider {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}
body.careers .combyne-team .combyne-team-slider .slick-next,
body.careers .combyne-team .combyne-team-slider .slick-prev {
  left: 320px;
  z-index: 9;
  background-image: url(../img/arrow-left.png);
  background-size: 7px 10px;
  top: calc(100% - 5px);
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: transparent;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  body.careers .combyne-team .combyne-team-slider .slick-next,
  body.careers .combyne-team .combyne-team-slider .slick-prev {
    left: calc(50% - 200px);
  }
}
@media (max-width: 991px) {
  body.careers .combyne-team .combyne-team-slider .slick-next,
  body.careers .combyne-team .combyne-team-slider .slick-prev {
    top: auto;
    bottom: -5px;
    left: calc(50% - 50px);
  }
}
body.careers .combyne-team .combyne-team-slider .slick-next:after, body.careers .combyne-team .combyne-team-slider .slick-next:before,
body.careers .combyne-team .combyne-team-slider .slick-prev:after,
body.careers .combyne-team .combyne-team-slider .slick-prev:before {
  content: none;
}
body.careers .combyne-team .combyne-team-slider .slick-next {
  left: calc(50% - 120px);
  background-image: url(../img/arrow-right.png);
}
@media (max-width: 1100px) {
  body.careers .combyne-team .combyne-team-slider .slick-next {
    left: calc(50% - 105px);
  }
}
@media (max-width: 991px) {
  body.careers .combyne-team .combyne-team-slider .slick-next {
    left: calc(50% + 44px);
  }
}
body.careers .combyne-team .combyne-team-slider .slick-dots {
  position: relative;
  bottom: 0;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30%;
}
@media (max-width: 991px) {
  body.careers .combyne-team .combyne-team-slider .slick-dots {
    padding-right: 0;
  }
}
body.careers .combyne-team .combyne-team-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
body.careers .combyne-team .combyne-team-slider .slick-dots li button {
  width: 10px;
  height: 10px;
}
body.careers .combyne-team .combyne-team-slider .slick-dots li button::before {
  border: 1px solid #403E3C;
  width: 8px;
  height: 8px;
}
body.careers .combyne-team .combyne-team-slider .slick-dots .slick-active button::before {
  background-color: #403E3C;
}
body.careers .combyne-team .combyne-team-slider .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 50px;
}
@media (max-width: 991px) {
  body.careers .combyne-team .combyne-team-slider .item {
    flex-direction: column;
    gap: 0;
  }
}
body.careers .combyne-team .combyne-team-slider .item .col-left {
  max-width: 213px;
  width: 100%;
}
@media (max-width: 991px) {
  body.careers .combyne-team .combyne-team-slider .item .col-left {
    max-width: 132px;
  }
}
body.careers .combyne-team .combyne-team-slider .item .col-left img {
  width: 100%;
  height: 100%;
}
body.careers .combyne-team .combyne-team-slider .item .col-right {
  max-width: 725px;
  width: 100%;
}
body.careers .combyne-team .combyne-team-slider .item .col-right p {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #403E3C;
  margin: 0 0 12px;
}
@media (max-width: 1100px) {
  body.careers .combyne-team .combyne-team-slider .item .col-right p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  body.careers .combyne-team .combyne-team-slider .item .col-right p {
    font-size: 20px;
    text-align: center;
  }
}
body.careers .combyne-team .combyne-team-slider .item .col-right span {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
}
@media (max-width: 1100px) {
  body.careers .combyne-team .combyne-team-slider .item .col-right span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.careers .combyne-team .combyne-team-slider .item .col-right span {
    text-align: center;
    display: block;
  }
}
body.careers .remote-work h5 {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  text-transform: uppercase;
  color: #403E3C;
  margin: 10px 0;
}
@media (max-width: 991px) {
  body.careers .remote-work h5 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.careers .remote-work .detail-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    max-width: 320px;
    margin: 0 auto;
  }
}
body.careers .remote-work .detail-row .remote-work-card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 30px;
}
body.careers .remote-work .detail-row .remote-work-card .mob-img {
  display: none;
}
@media (max-width: 991px) {
  body.careers .remote-work .detail-row .remote-work-card .mob-img {
    display: block;
  }
}
@media (max-width: 991px) {
  body.careers .remote-work .detail-row .remote-work-card .desktop-img {
    display: none;
  }
}
body.careers .remote-work .detail-row .remote-work-card img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  body.careers .remote-work .detail-row .rwc-1.col-30 {
    width: 100% !important;
    max-width: 49%;
  }
}
@media (max-width: 991px) {
  body.careers .remote-work .detail-row .rwc-2.col-30 {
    width: 100% !important;
    max-width: 49%;
    gap: 12px;
  }
}
@media (max-width: 991px) {
  body.careers .remote-work .detail-row .rwc-3.col-30 {
    width: 100% !important;
    flex-direction: row;
    gap: 0;
    max-width: 100%;
    margin-top: 5px;
  }
  body.careers .remote-work .detail-row .rwc-3.col-30 img {
    max-width: 49.2%;
    height: 100%;
  }
}
body.careers .remote-work .detail-row .col-30 {
  width: 32% !important;
}
body.careers .combyne-ceo {
  padding: 104px 0;
  background-color: #31524F;
}
@media (max-width: 1024px) {
  body.careers .combyne-ceo {
    padding: 70px 0;
  }
}
body.careers .combyne-ceo .detail-row {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  body.careers .combyne-ceo .detail-row {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}
body.careers .combyne-ceo .detail-row .col-left {
  max-width: 213px;
  width: 100%;
}
@media (max-width: 991px) {
  body.careers .combyne-ceo .detail-row .col-left {
    max-width: 132px;
  }
}
body.careers .combyne-ceo .detail-row .col-left img {
  width: 100%;
  height: 100%;
}
body.careers .combyne-ceo .detail-row .col-right {
  max-width: 725px;
  width: 100%;
}
body.careers .combyne-ceo .detail-row .col-right p {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #fff;
  margin: 0 0 12px;
}
@media (max-width: 1024px) {
  body.careers .combyne-ceo .detail-row .col-right p {
    font-size: 24px;
    line-height: 150%;
  }
}
@media (max-width: 991px) {
  body.careers .combyne-ceo .detail-row .col-right p {
    font-size: 20px;
    text-align: center;
  }
}
body.careers .combyne-ceo .detail-row .col-right span {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #fff;
}
@media (max-width: 1024px) {
  body.careers .combyne-ceo .detail-row .col-right span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.careers .combyne-ceo .detail-row .col-right span {
    text-align: center;
    display: block;
  }
}
body.careers .perk-of-working {
  background-color: #FFFEFB;
}
body.careers .perk-of-working .title-row {
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  body.careers .perk-of-working .title-row {
    margin-bottom: 32px;
  }
}
body.careers .perk-of-working .title-row p {
  font-family: "Heebo";
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.careers .perk-of-working .title-row p {
    font-size: 16px;
  }
}
body.careers .perk-of-working .detail-row ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
body.careers .perk-of-working .detail-row ul li {
  font-family: "Heebo";
  max-width: 50%;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin-bottom: 46px;
  display: flex;
  align-items: center;
  gap: 15px;
}
body.careers .perk-of-working .detail-row ul li span {
  margin-top: 2px;
}
@media (max-width: 767px) {
  body.careers .perk-of-working .detail-row ul li {
    max-width: 100%;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
  }
  body.careers .perk-of-working .detail-row ul li:last-child {
    margin-bottom: 0;
  }
}
body.careers .jobs-lists {
  padding: 111px 0 104px;
}
@media (max-width: 991px) {
  body.careers .jobs-lists {
    padding: 70px 0 64px;
  }
}
body.careers .jobs-lists .title-row.row2 {
  margin-bottom: 48px;
}
body.careers .jobs-lists .title-row .para-1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.careers .jobs-lists .title-row .para-1 {
    margin: 10px 0;
  }
}

.section-title {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 80px;
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.section-title h2 {
  margin: 0 0 20px 0;
}
.section-title p {
  margin: 0;
}

#recruitee-careers .rt-list__offer-remote.rt__text.rt__text--secondary {
  width: 100%;
  text-align: center;
  font-family: "Heebo" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  width: 60%;
}
@media (max-width: 767px) {
  #recruitee-careers .rt-list__offer-remote.rt__text.rt__text--secondary {
    width: 100%;
    text-align: left;
    margin: 0;
  }
}

#recruitee-careers .rt__text {
  font-family: "IBM Plex Serif" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  text-transform: capitalize;
}

#recruitee-careers .rt-list__offer-title.rt__text.rt__text--secondary.rt__link {
  font-family: "Heebo" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  text-transform: capitalize;
  text-decoration: none;
  width: 50%;
}
@media (max-width: 767px) {
  #recruitee-careers .rt-list__offer-title.rt__text.rt__text--secondary.rt__link {
    width: 100%;
    text-align: left;
  }
}

#recruitee-careers .rt-list__offer-item .rt-icon-arrow-forward {
  color: #403E3C !important;
  bottom: 10px !important;
  right: -10px !important;
}

#recruitee-careers .rt-list__offer-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66.66px;
  padding-top: 0.75em;
  margin-top: 0.75em;
}
@media (max-width: 767px) {
  #recruitee-careers .rt-list__offer-item {
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    height: auto;
    padding-top: 0;
    margin-top: 0;
  }
}

#recruitee-careers .rt-body {
  background: #FFFEFB !important;
  border: 1px solid #F0EDE4 !important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.059) !important;
  border-radius: 12px !important;
  padding: 24px 5vw !important;
}
@media (max-width: 767px) {
  #recruitee-careers .rt-body {
    padding: 24px 42px !important;
  }
}

body#pricing {
  margin-top: 70px;
}
body#pricing .billing-info {
  background-color: #242423;
  height: 522px;
  align-items: center;
}
@media all and (max-width: 991px) {
  body#pricing .billing-info {
    height: 380px;
  }
}
body#pricing .billing-info .gold-btn {
  padding: 12px 30px 12px;
}
body#pricing .billing-info .align-items-center {
  align-items: center;
}
body#pricing .billing-info h1 {
  line-height: 43.5px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media all and (max-width: 991px) {
  body#pricing .billing-info h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
body#pricing .billing-info h2 {
  margin: 0px;
  color: #E3D99A !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
}
@media all and (max-width: 991px) {
  body#pricing .billing-info h2 {
    font-size: 17.5px;
    line-height: 25px;
  }
}
body#pricing .billing-info p {
  margin-bottom: 25px;
  color: #FFFFFF;
  line-height: 27px;
  margin-top: 20px;
}
@media all and (max-width: 991px) {
  body#pricing .billing-info p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 35px;
  }
}
body#pricing header a.gold-btn {
  font-size: 14px;
}
@media all and (max-width: 991px) {
  body#pricing header .container {
    padding: 0px 24px;
  }
}
body#pricing a.gold-btn {
  font-size: 17px;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.1019607843);
}
body#pricing p {
  color: #3F444D;
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
body#pricing h2 {
  color: #3F444D;
}
body#pricing h2.heading-3 {
  color: #E0D177;
}
body#pricing #farmer .farmer-container {
  display: flex;
  max-width: 1010px;
  margin: 0 auto;
  justify-content: space-evenly;
  padding: 50px 0;
}
@media all and (max-width: 991px) {
  body#pricing #farmer .farmer-container {
    font-size: 16px;
    padding-top: 29px;
    flex-direction: column;
  }
}
body#pricing #farmer .plan-details-container {
  text-align: center;
}
@media all and (max-width: 991px) {
  body#pricing #farmer .plan-details-container {
    margin-top: -91px;
  }
}
@media all and (max-width: 991px) {
  body#pricing #farmer .plan-details-container button {
    color: white;
  }
}
body#pricing #farmer h2.sign-up.desktop {
  color: #3f444d;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2%;
}
@media all and (max-width: 991px) {
  body#pricing #farmer h2.sign-up.desktop {
    display: none;
  }
}
body#pricing #farmer button.plan-button {
  margin: auto;
  text-align: center;
  padding: 0 0 5px 0;
  color: #3F444D;
  cursor: pointer;
  display: flex;
  opacity: 0.5;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: none;
  border-bottom: 2px solid;
}
@media all and (max-width: 991px) {
  body#pricing #farmer button.plan-button {
    color: white;
    opacity: 1;
  }
}
body#pricing #farmer button.plan-button svg {
  transform: rotate(0);
  stroke: #3F444D;
}
@media all and (max-width: 991px) {
  body#pricing #farmer button.plan-button svg {
    stroke: white !important;
  }
}
@media all and (max-width: 991px) {
  body#pricing #farmer button.plan-button svg #Path_10970 {
    stroke: white !important;
  }
}
body#pricing #farmer button.plan-button svg.active {
  transform: rotate(180deg);
}
body#pricing .tab {
  max-width: 1010px;
  margin: 0 auto;
  margin: auto;
  border-bottom: solid 1px rgba(63, 68, 77, 0.1254901961);
}
body#pricing button.tablinks {
  color: #3F444D;
  opacity: 0.8;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-family: "IBM Plex Serif", serif;
  color: #3F444D;
  opacity: 50%;
  cursor: pointer;
  padding: 0 10% 2.5%;
}
@media all and (max-width: 991px) {
  body#pricing button.tablinks {
    font-size: 14px;
    padding: 3.5% 10% 4%;
  }
}
body#pricing button.tablinks.active {
  color: #3F444D;
  opacity: 1;
  position: relative;
}
body#pricing button.tablinks.active:after {
  border: 4px solid #3F444D;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  left: 50%;
  width: 200px;
  bottom: 0;
  position: absolute;
  content: "";
  transform: translate(-50%, 0px);
}
@media all and (max-width: 991px) {
  body#pricing button.tablinks.active:after {
    width: 100px;
    border: 2px solid #3F444D;
    left: 50%;
  }
}
body#pricing section.plans {
  height: auto;
  padding-top: 40px;
  margin-top: 0px;
  padding-bottom: 60px;
}
@media all and (max-width: 991px) {
  body#pricing section.plans {
    padding-top: 20px;
  }
}
body#pricing section.plans .role {
  font-family: "Heebo", sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  color: #434342;
}
@media all and (max-width: 991px) {
  body#pricing section.plans .role {
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media all and (max-width: 991px) {
  body#pricing section.plans h2 {
    font-size: 25px;
  }
}
body#pricing section.plans h2.heading-3 {
  line-height: 1.5;
}
body#pricing .card.farmer {
  width: 45% !important;
  height: auto;
  max-width: 407px;
  padding: 24px 0 50px;
  /* max-height: 518px; */
  background: #415B54 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 25px;
  opacity: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
body#pricing .card.farmer .top-div {
  padding-top: 24px;
  height: 150px;
  margin-bottom: 54.2px;
}
@media all and (max-width: 991px) {
  body#pricing .card.farmer .top-div {
    margin-bottom: 27px;
  }
}
body#pricing .card.farmer h2 {
  color: white;
  text-align: center;
  font-size: 35px;
  color: #FFFEFB;
}
@media all and (max-width: 991px) {
  body#pricing .card.farmer h2 {
    font-size: 24px;
  }
}
body#pricing .card.farmer h2.price {
  font-size: 50px;
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
  line-height: 62.5px;
}
body#pricing .card.farmer .term {
  margin: 0px;
  font-family: "IBM Plex Serif", serif;
  font-size: 15px;
}
body#pricing .card.farmer .term span {
  opacity: 0.75;
}
body#pricing .card.farmer .main-text {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
body#pricing .card.farmer p {
  color: white;
}
@media all and (max-width: 991px) {
  body#pricing .card.farmer .gold-btn {
    padding: 12px 30px 12px;
  }
}
body#pricing .card.farmer .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 25%;
}
body#pricing .card.farmer .row img {
  width: 26px;
  height: 26px;
}
body#pricing .card.farmer .row p {
  color: #FFFEFB;
  font-size: 16px;
  margin-left: 2.5%;
  line-height: 0.8;
}
body#pricing .card.farmer .row.last {
  margin-bottom: 10%;
}
@media all and (max-width: 991px) {
  body#pricing .card.farmer .row.last {
    margin-bottom: 30px;
  }
}
body#pricing .card.farmer a.gold-btn {
  margin: auto;
  display: inline-block;
}
@media all and (max-width: 991px) {
  body#pricing .card.farmer {
    width: 100% !important;
    border-radius: 25px 25px 0 0;
    padding-bottom: 73px;
    max-width: 100%;
    padding-top: 4px;
  }
}
body#pricing .card.white {
  background: rgba(216, 217, 215, 0.0078431373) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #D8D9D7;
  border-radius: 25px;
  background: #F7F7EF;
}
body#pricing .card.white .top-div {
  padding-top: 0px;
  margin-bottom: 17px;
}
body#pricing .card.white .disc {
  font-size: 14px;
  opacity: 0.5;
  position: relative;
  top: 5px;
  font-family: "IBM Plex Serif", serif;
  margin: 0px;
}
@media all and (max-width: 991px) {
  body#pricing .card.white .disc {
    opacity: 0.75;
    position: relative;
    top: 8px;
  }
}
body#pricing .card.white h2.price {
  color: #3F444D;
  font-size: 50px;
  font-family: "IBM Plex Serif", serif;
  font-weight: bold;
}
@media all and (max-width: 991px) {
  body#pricing .card.white h2.price {
    line-height: 56.5px;
  }
}
body#pricing .card.white h2.plan {
  font-size: 35px;
  color: #3F444D;
}
body#pricing .card.white img {
  width: 90px;
  height: auto;
}
body#pricing .card.white p {
  padding: 0 10%;
  color: #3F444D;
}
body#pricing .card.white p.early-bird {
  text-align: center;
  margin-bottom: 5%;
  font-size: 16px;
}
body#pricing .card.white .main-text {
  text-align: center;
  margin-top: auto;
}
@media all and (max-width: 991px) {
  body#pricing .card.white .main-text p {
    margin-top: 0pc;
  }
}
@media all and (max-width: 991px) {
  body#pricing .card.white {
    width: 100% !important;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
@media all and (max-width: 991px) {
  body#pricing .card.white.desktop {
    display: none;
  }
}
body#pricing .card.white.mobile {
  display: none;
  margin-top: 8%;
}
@media all and (max-width: 991px) {
  body#pricing .card.white.mobile {
    display: block;
    margin-top: 50px;
  }
}
body#pricing .card.big {
  width: 797px !important;
  height: auto !important;
  border: 1px solid #D8D9D7;
  background-color: #FFFEFB;
  margin: auto;
  border-radius: 20px 20px 20px 20px;
}
@media all and (max-width: 991px) {
  body#pricing .card.big .sign-up.desktop {
    display: none;
  }
}
@media all and (max-width: 991px) {
  body#pricing .card.big {
    width: 100% !important;
    border-radius: 0 0 20px 20px;
  }
}
body#pricing .card.big .heading .text-container {
  display: flex;
  justify-content: center;
}
body#pricing .card.big .heading .text-container .price h2 {
  font-family: "IBM Plex Serif", serif !important;
  font-size: 78px;
  color: white;
}
body#pricing .card.big .heading .text-container .terms {
  margin-left: 2.5%;
}
body#pricing .card.big .heading .text-container p {
  text-align: left;
  color: white;
}
body#pricing .card.big .heading .text-container p.term {
  margin: 0;
  font-family: "IBM Plex Serif", serif;
}
@media all and (max-width: 991px) {
  body#pricing .card.big .heading .text-container p.term {
    margin-bottom: 9px !important;
  }
}
body#pricing .card.big .heading .text-container p.term span {
  opacity: 0.5;
}
body#pricing .card.big .heading .text-container p {
  margin-top: 0;
}
body#pricing .card.big .heading a.gold-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5% auto;
}
body#pricing .card.big .row-heading {
  background-color: #E0E6E0;
  width: 100%;
  padding: 2.5% 5%;
  text-align: left;
}
body#pricing .card.big .row-heading h2 {
  color: #3F444D;
  font-family: "IBM Plex Serif", serif;
  text-align: left !important;
  font-size: 24px;
}
@media all and (max-width: 991px) {
  body#pricing .card.big .row-heading {
    padding: 20px 25px !important;
  }
}
body#pricing .card.big .row-heading.first {
  border-radius: 20px 20px 0 0;
}
@media all and (max-width: 991px) {
  body#pricing .card.big .row-heading.first {
    border-radius: 0;
  }
}
body#pricing .card.big .single-row {
  width: 100%;
  padding: 2.5% 5%;
  background-color: #FFFEFB;
  border-bottom: 1px solid #D8D9D7;
}
body#pricing .card.big .single-row p {
  font-size: 16px;
  text-align: left !important;
  color: #3F444D;
  margin: 0;
}
body#pricing .card.big .single-row p a {
  color: #4178C4;
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  body#pricing .card.big .single-row p {
    line-height: 24px;
  }
}
body#pricing .card.big .single-row p.row-bold {
  font-weight: bold;
  margin-bottom: 0;
  font-family: "IBM Plex Serif", serif;
}
@media all and (max-width: 991px) {
  body#pricing .card.big .single-row p.row-bold {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
@media all and (max-width: 991px) {
  body#pricing .card.big .single-row {
    padding: 25px !important;
  }
}
body#pricing .card.big .single-row.footer {
  border-radius: 0px 0px 20px 20px;
}
body#pricing button.plan {
  border: 0;
  background-color: transparent;
  text-align: center;
  margin: auto;
  font-family: "Heebo", sans-serif;
}
body#pricing h2.sign-up.mobile {
  display: none;
  font-size: 25px;
  margin: 0 auto 2.5% !important;
}
@media all and (max-width: 991px) {
  body#pricing h2.sign-up.mobile {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px !important;
    max-width: 291px;
  }
}
body#pricing .panel h2.sign-up.desktop {
  font-size: 25px;
  margin: 0 auto 2.5% !important;
}
@media all and (max-width: 991px) {
  body#pricing .panel h2.sign-up.desktop {
    display: none;
  }
}
body#pricing #buyer {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 991px) {
  body#pricing #buyer .sign-up {
    margin-top: 29px !important;
  }
}
body#pricing #buyer h2.heading-2 {
  margin: 2.5% 0;
}
body#pricing #buyer .card.big {
  width: 797px !important;
  height: auto !important;
  border: 1px solid #D8D9D7;
  background-color: #FFFEFB;
  border-radius: 20px;
  margin: 50px auto;
}
@media all and (max-width: 991px) {
  body#pricing #buyer .card.big {
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
body#pricing #buyer .card.big .heading {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 1px solid #415B54;
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #415B54;
  min-height: 208px;
  padding: 5% 0;
}
body#pricing #buyer .card.big .heading .text-container {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 991px) {
  body#pricing #buyer .card.big .heading .text-container {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 991px) {
  body#pricing #buyer .card.big .heading .text-container .price {
    width: 100%;
  }
}
body#pricing #buyer .card.big .heading .text-container .price h2 {
  font-family: "Heebo", sans-serif;
  font-size: 78px;
  color: white;
}
@media all and (max-width: 991px) {
  body#pricing #buyer .card.big .heading .text-container .price h2 {
    font-size: 65px;
    line-height: 81.25px;
  }
}
body#pricing #buyer .card.big .heading .text-container .terms {
  margin-left: 2.5%;
}
@media all and (max-width: 991px) {
  body#pricing #buyer .card.big .heading .text-container .terms {
    width: 100%;
  }
}
body#pricing #buyer .card.big .heading .text-container p {
  text-align: left;
  color: white;
}
@media all and (max-width: 991px) {
  body#pricing #buyer .card.big .heading .text-container p {
    text-align: center;
  }
}
body#pricing #buyer .card.big .heading .text-container p.term {
  margin: 0;
}
body#pricing #buyer .card.big .heading .text-container p {
  margin-top: 0;
}
body#pricing #buyer .card.big .heading a.gold-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5% auto;
}
body#pricing #buyer .card.big .row-heading {
  background-color: #E0E6E0;
  border: 0.1px solid #D8D9D7;
  width: 100%;
  padding: 2.5% 5%;
}
body#pricing #buyer .card.big .row-heading h2 {
  color: #3F444D;
  font-family: "IBM Plex Serif", serif;
  text-align: left;
  font-size: 24px;
}
@media all and (max-width: 991px) {
  body#pricing #buyer .card.big .row-heading h2 {
    font-size: 19px !important;
  }
}
body#pricing #buyer .card.big .single-row {
  width: 100%;
  padding: 2.5% 5%;
  background-color: #FFFEFB;
  border-bottom: 1px solid #D8D9D7;
}
body#pricing #buyer .card.big .single-row p {
  font-size: 16px;
  text-align: left;
  color: #3F444D;
  margin-top: 0.5%;
}
body#pricing #buyer .card.big .single-row p.row-bold {
  font-weight: bold;
  margin-bottom: 0;
}
body#pricing #buyer .card.big .single-row.footer {
  border-radius: 0px 0px 20px 20px;
}
body#pricing section.chat {
  background-color: #415B54;
  height: auto;
  padding: 4% 0;
  align-items: center;
  display: flex;
}
body#pricing section.chat .flex {
  max-width: 1010px;
  margin: 0 auto;
  align-items: center;
}
@media all and (max-width: 991px) {
  body#pricing section.chat {
    text-align: center;
    height: auto;
  }
}
body#pricing section.chat .container {
  height: inherit;
  display: flex;
  align-items: center;
}
body#pricing section.chat h2.chat {
  font-size: 25px;
  color: #fff;
}
@media all and (max-width: 991px) {
  body#pricing section.chat h2.chat {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }
}
body#pricing section.chat p {
  color: white;
  font-weight: normal;
}
@media all and (max-width: 991px) {
  body#pricing section.chat p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 36px;
  }
}
body#pricing section.chat .form #contact-us-2 div {
  padding: 0 0 19px 0;
}
body#pricing section.chat .form #contact-us-2 .error-msg,
body#pricing section.chat .form #contact-us-2 .success-msg {
  padding: 0px;
}
body#pricing section.chat .form .details {
  display: flex;
  justify-content: space-between;
  padding-bottom: 19px;
}
body#pricing section.chat .form .details input {
  width: 50%;
  background-color: #FFFFFF;
  padding: 16px 20px;
}
body#pricing section.chat .form .details input:first-child {
  margin-right: 9.5px;
}
@media all and (max-width: 991px) {
  body#pricing section.chat .form .details input:first-child {
    margin-right: 0px;
  }
}
body#pricing section.chat .form .details input:last-child {
  margin-left: 9.5px;
}
@media all and (max-width: 991px) {
  body#pricing section.chat .form .details input:last-child {
    margin-left: 0px;
  }
}
@media all and (max-width: 991px) {
  body#pricing section.chat .form .details input {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  body#pricing section.chat .form .details #contact-method {
    margin-left: 0;
    margin-top: 7%;
  }
}
@media all and (max-width: 991px) {
  body#pricing section.chat .form .details {
    flex-direction: column;
  }
}
body#pricing section.chat .form textarea {
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 8px;
}
body#pricing section.chat .form .btn.btn-primary {
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 12px 6rem;
}
body#pricing section.pricing {
  background: #F0EDE4;
  padding: 4.2% 0;
}
@media all and (max-width: 991px) {
  body#pricing section.pricing {
    padding: 41px 0;
  }
}
body#pricing section.pricing h2 {
  margin-bottom: 1.5%;
  margin-top: 0px;
}
body#pricing section.pricing .border-line {
  width: 96px;
  height: 4px;
  background: #E0D177;
  border-radius: 4px;
}
body#pricing section.pricing button.accordion-2 {
  margin-bottom: 0;
  color: #3F444D;
  background: none;
  border: none;
  font-weight: bold;
  margin-left: 0;
  padding-left: 0;
  color: #3F444D;
  font-family: "IBM Plex Serif", serif;
  text-align: left;
  font-size: 20px;
  padding-top: 32px;
  cursor: pointer;
  padding-bottom: 0%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
body#pricing section.pricing button.accordion-2 svg {
  height: 21px;
  width: 21px;
}
@media all and (max-width: 991px) {
  body#pricing section.pricing button.accordion-2 {
    font-size: 20px;
    padding-top: 25px;
  }
}
body#pricing section.pricing button.accordion-2.active svg {
  transform: rotate(180deg);
}
body#pricing section.pricing .panel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.178);
}
body#pricing section.pricing .panel p {
  margin-top: 0;
  color: #3f444d;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
}
body#pricing section.pricing .panel p a {
  color: #4178C4;
  text-decoration: underline;
}
body#pricing section.pricing .panel p:first-child {
  padding-top: 3.5%;
}
@media all and (max-width: 991px) {
  body#pricing section.pricing .panel p:first-child {
    padding-top: 25px;
  }
}
body#pricing section.pricing .panel p:last-child {
  padding-top: 3.5%;
  margin-bottom: 3.5%;
}
@media all and (max-width: 991px) {
  body#pricing section.pricing .panel p:last-child {
    margin-bottom: 25px;
    padding-top: 2px;
  }
}
body#pricing section.pricing .question {
  margin-top: 47px;
}
body#pricing .question h2 {
  color: #3f444d;
  font-family: "IBM Plex Serif", serif;
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 45px;
  text-align: center;
  margin-top: 5%;
}
@media all and (max-width: 991px) {
  body#pricing .question h2 {
    font-size: 25px;
  }
}
body#pricing .question a.gold-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}
body#pricing .getting-started {
  margin-top: 0;
}
body#pricing .getting-started .getting-started-inner {
  max-width: 1180px;
  margin: 0 auto;
}
body#pricing .getting-started h2 {
  color: white;
}
@media all and (max-width: 991px) {
  body#pricing .getting-started h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
body#pricing .getting-started p {
  color: white;
}
body#pricing .getting-started .card {
  max-width: 470px;
}
@media all and (max-width: 991px) {
  body#pricing .getting-started .card {
    margin-top: 19px;
  }
}
@media all and (max-width: 991px) {
  body#pricing .getting-started .card p {
    font-size: 16px;
    margin: 25px 0;
  }
}
body#pricing .modal-header {
  max-width: 100%;
  width: 100%;
}

body#farmbucks {
  margin-top: 70px;
}
body#farmbucks p {
  font-weight: 400;
  font-size: 18px;
}
body#farmbucks .app_screen {
  max-width: 100%;
}
body#farmbucks .app_screen.mobile {
  display: none;
}
@media (max-width: 991px) {
  body#farmbucks .app_screen.mobile {
    display: flex;
  }
}
body#farmbucks .app_screen.desktop {
  display: flex;
}
@media (max-width: 991px) {
  body#farmbucks .app_screen.desktop {
    display: none;
  }
}
body#farmbucks header a.gold-btn {
  font-size: 14px;
}
body#farmbucks a.gold-btn {
  font-size: 17px;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.1019607843);
  color: #ffffff;
  font-family: "IBM Plex Serif";
  font-size: 17px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-align: center;
}
body#farmbucks p {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  body#farmbucks p {
    font-size: 16px;
  }
}
body#farmbucks h1 {
  font-family: "IBM Plex Serif", serif;
  font-size: 35px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 45px;
}
body#farmbucks h2 {
  color: #3F444D;
}
body#farmbucks h2.heading-3 {
  color: #E0D177;
}
body#farmbucks .green-header {
  min-height: 652px;
  height: auto;
  background-color: #31524F;
}
@media (max-width: 991px) {
  body#farmbucks .green-header {
    padding: 5% 0 10%;
  }
}
body#farmbucks .green-header .container {
  align-items: center;
  min-height: 652px;
  height: auto;
}
@media (max-width: 991px) {
  body#farmbucks .green-header .container {
    text-align: center;
  }
}
body#farmbucks .green-header .container .left-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: inherit;
  height: auto;
}
body#farmbucks .green-header .container video {
  max-width: 100%;
}
body#farmbucks .green-header .container .app_screen {
  max-width: 718px;
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  body#farmbucks .green-header .container .app_screen {
    width: 100%;
    padding: 0;
  }
}
body#farmbucks .green-header .container h1 {
  text-align: left;
  color: white;
}
@media (max-width: 991px) {
  body#farmbucks .green-header .container h1 {
    font-family: "IBM Plex Serif", serif;
    font-size: 25px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0;
  }
}
body#farmbucks .green-header .container p {
  color: white;
}
body#farmbucks section.fb-partner {
  min-height: 652px;
  height: auto;
  background-color: #F5F4F0;
  padding: 5% 0;
}
@media (max-width: 991px) {
  body#farmbucks section.fb-partner {
    padding: 5% 0;
  }
}
body#farmbucks section.fb-partner .container {
  min-height: 652px;
  height: auto;
  align-items: center;
}
@media (max-width: 991px) {
  body#farmbucks section.fb-partner .container {
    text-align: center;
  }
}
body#farmbucks section.fb-partner .app_screen {
  padding: 5% 0;
}
body#farmbucks section.fb-partner .app_screen.mobile {
  display: none;
}
@media (max-width: 991px) {
  body#farmbucks section.fb-partner .app_screen.mobile {
    display: flex;
  }
}
body#farmbucks section.fb-partner .app_screen.desktop {
  display: flex;
}
@media (max-width: 991px) {
  body#farmbucks section.fb-partner .app_screen.desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  body#farmbucks section.fb-partner h2 {
    color: #3f444d;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: center;
  }
}
body#farmbucks section.fb-partner h2,
body#farmbucks section.fb-partner p {
  color: #3f444d;
}
body#farmbucks .tab {
  width: 80%;
  margin: auto;
  border-bottom: solid 1px rgba(63, 68, 77, 0.1254901961);
}
body#farmbucks button.tablinks {
  color: #3F444D;
  opacity: 0.8;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-family: "IBM Plex Serif", serif;
  color: #3F444D;
  opacity: 50%;
  cursor: pointer;
  padding: 3.5% 5% 4%;
  background: none;
  border: none;
}
@media all and (max-width: 991px) {
  body#farmbucks button.tablinks {
    font-size: 14px;
    padding: 3.5% 10% 4%;
  }
}
body#farmbucks button.tablinks.active {
  color: #3F444D;
  opacity: 1;
  position: relative;
}
body#farmbucks button.tablinks.active:after {
  border: 4px solid #3F444D;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  left: 0;
  width: 200px;
  bottom: 0;
  position: absolute;
  content: "";
}
@media all and (max-width: 991px) {
  body#farmbucks button.tablinks.active:after {
    width: 74px;
    border: 2px solid #3F444D;
    left: 18%;
  }
}
body#farmbucks button.next {
  border: none;
  background: none;
  transform: rotate(90deg);
  right: 0%;
  bottom: 50%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 991px) {
  body#farmbucks button.next {
    right: 20%;
    bottom: -3%;
  }
}
body#farmbucks button.prev {
  border: none;
  background: none;
  transform: rotate(-90deg);
  left: 0%;
  bottom: 50%;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
@media (max-width: 991px) {
  body#farmbucks button.prev {
    left: 20%;
    bottom: -3%;
  }
}
body#farmbucks section.plans {
  height: auto;
  padding: 2.5% 0 5%;
}
@media (max-width: 991px) {
  body#farmbucks section.plans {
    padding: 10% 0;
  }
}
body#farmbucks section.plans .slick-disabled {
  opacity: 0;
  pointer-events: none;
}
body#farmbucks section.plans h2.heading-3 {
  color: #3f444d;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
}
body#farmbucks section.plans h2.heading-4 {
  color: #3f444d;
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}
@media all and (max-width: 991px) {
  body#farmbucks section.plans h2 {
    font-size: 25px;
  }
}
body#farmbucks section.plans h2.heading-3 {
  line-height: 1.5;
}
body#farmbucks section.plans .single-slide {
  padding: 5% 2.5%;
}
@media (max-width: 991px) {
  body#farmbucks section.plans .single-slide {
    flex-direction: column;
    padding: 5% 0%;
  }
}
body#farmbucks section.plans .single-slide .app_screen {
  width: 25%;
  height: auto;
  padding-left: 5%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 1200px) {
  body#farmbucks section.plans .single-slide .app_screen {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  body#farmbucks section.plans .single-slide .app_screen {
    height: auto;
    max-height: unset;
    width: 70%;
    margin: auto;
  }
}
body#farmbucks section.plans .single-slide video {
  width: 45%;
  max-width: 500px;
  padding: 5%;
  margin-left: 8%;
}
@media (max-width: 991px) {
  body#farmbucks section.plans .single-slide video {
    width: 100%;
  }
}
body#farmbucks section.plans .single-slide .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 2.5%;
  padding-right: 5%;
  width: 40%;
}
@media (max-width: 991px) {
  body#farmbucks section.plans .single-slide .text-container {
    width: 100%;
    text-align: center;
  }
}
body#farmbucks section.plans .single-slide .text-container h2.heading-2 {
  font-family: "IBM Plex Serif", serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  text-align: left;
  color: #3f444d;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  body#farmbucks section.plans .single-slide .text-container h2.heading-2 {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 26px;
    text-align: center;
  }
}
body#farmbucks section.plans .single-slide .text-container p {
  color: #3f444d;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  margin: 1.5% 0;
}
@media (max-width: 991px) {
  body#farmbucks section.plans .single-slide .text-container p {
    text-align: center;
  }
}
body#farmbucks #farmer .farmer-container {
  display: flex;
  justify-content: space-evenly;
  padding: 5% 0;
}
@media all and (max-width: 991px) {
  body#farmbucks #farmer .farmer-container {
    font-size: 16px;
    flex-direction: column;
  }
}
body#farmbucks #farmer .plan-details-container {
  text-align: center;
}
@media all and (max-width: 991px) {
  body#farmbucks #farmer .plan-details-container {
    margin-top: -14vw;
  }
}
@media all and (max-width: 991px) {
  body#farmbucks #farmer .plan-details-container button {
    color: white;
  }
}
body#farmbucks #farmer h2.sign-up.desktop {
  color: #3f444d;
  font-family: "IBM Plex Serif", serif;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2%;
}
body#farmbucks #farmer button.plan-button {
  margin: auto;
  text-align: center;
  padding: 2.5% 0;
  color: #3F444D;
  cursor: pointer;
  display: flex;
  opacity: 0.5;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  border: none;
}
@media all and (max-width: 991px) {
  body#farmbucks #farmer button.plan-button {
    color: white;
  }
}
body#farmbucks #farmer button.plan-button svg {
  transform: rotate(0);
  stroke: #3F444D;
}
@media all and (max-width: 991px) {
  body#farmbucks #farmer button.plan-button svg {
    stroke: white !important;
  }
}
@media all and (max-width: 991px) {
  body#farmbucks #farmer button.plan-button svg #Path_10970 {
    stroke: white !important;
  }
}
body#farmbucks #farmer button.plan-button svg.active {
  transform: rotate(180deg);
}
body#farmbucks section.get-in-touch {
  padding: 2.5% 0;
  background-color: #F7F6EF;
  min-height: 458px;
  height: auto;
}
@media (max-width: 991px) {
  body#farmbucks section.get-in-touch {
    padding: 10% 0;
  }
}
body#farmbucks section.get-in-touch h2 {
  margin: 2.5% 0;
}
body#farmbucks section.get-in-touch div.divider {
  height: 272px;
  border: 1px solid #3f444d;
  opacity: 0.1;
}
@media (max-width: 991px) {
  body#farmbucks section.get-in-touch div.divider {
    display: none;
  }
}
body#farmbucks section.get-in-touch .logo-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
}
body#farmbucks section.get-in-touch .logo-button img {
  margin-bottom: 5%;
}
body#farmbucks .tab {
  width: 80%;
  margin: auto;
  border-bottom: solid 1px rgba(63, 68, 77, 0.1254901961);
}
body#farmbucks button.tablinks {
  color: #3F444D;
  opacity: 0.8;
  position: relative;
  text-align: center;
  font-size: 20px;
  font-family: "IBM Plex Serif", serif;
  color: #3F444D;
  opacity: 50%;
  cursor: pointer;
  padding: 3.5% 5% 4%;
}
@media all and (max-width: 991px) {
  body#farmbucks button.tablinks {
    font-size: 14px;
    padding: 3.5% 10% 4%;
  }
}
body#farmbucks button.tablinks.active {
  color: #3F444D;
  opacity: 1;
  position: relative;
}
body#farmbucks button.tablinks.active:after {
  border: 4px solid #3F444D;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  left: 0;
  width: 130px;
  bottom: 0;
  position: absolute;
  content: "";
}
@media all and (max-width: 991px) {
  body#farmbucks button.tablinks.active:after {
    width: 72px;
    border: 2px solid #3F444D;
    left: 18%;
  }
}

button.plan {
  border: 0;
  background-color: transparent;
  text-align: center;
  margin: auto;
  font-family: "Heebo", sans-serif;
}

h2.sign-up.mobile {
  display: none;
  font-size: 25px;
  margin: 0 auto 2.5% !important;
}
@media all and (max-width: 991px) {
  h2.sign-up.mobile {
    display: flex;
  }
}

.panel h2.sign-up.desktop {
  font-size: 25px;
  margin: 0 auto 2.5% !important;
}
@media all and (max-width: 991px) {
  .panel h2.sign-up.desktop {
    display: none;
  }
}

#farmer {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#buyer {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

section.chat {
  background-color: #415B54;
  height: 433px;
  padding: 2.5% 0;
  align-items: center;
}
@media (max-width: 991px) {
  section.chat {
    padding: 35% 0 10%;
  }
}
section.chat .container {
  position: relative;
}
section.chat .container #quotes {
  position: absolute;
  top: 5%;
  left: -5%;
}
@media (max-width: 991px) {
  section.chat .container #quotes {
    top: -35%;
    left: auto;
  }
}
@media all and (max-width: 991px) {
  section.chat {
    text-align: left;
    height: auto;
  }
}
section.chat .left-text p {
  color: #ffffff;
  font-family: "IBM Plex Serif", serif !important;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 991px) {
  section.chat .left-text p {
    text-align: left;
  }
}
section.chat .right-container {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  section.chat .right-container {
    justify-content: center;
  }
}
section.chat .right-container .left-image img {
  width: 140px;
  height: 140px;
}
section.chat .right-container .right-text {
  margin-left: 5%;
}
section.chat .right-container p.person {
  color: #ffffff;
  font-family: "IBM Plex Serif", serif !important;
  font-size: 18px;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  section.chat .right-container p.person {
    font-size: 16px;
  }
}
section.chat .right-container p.position {
  color: #ffffff;
  font-family: "IBM Plex Serif", serif !important;
  font-size: 18px;
  font-weight: 700 !important;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
  margin-top: 2.5%;
}
@media (max-width: 991px) {
  section.chat .right-container p.position {
    font-size: 16px;
  }
}
section.chat .right-container .gold-line {
  width: 96px;
  height: 4px;
  border-radius: 4px;
  background-color: #E0D177;
}
section.chat .container {
  height: inherit;
  display: flex;
  align-items: center;
}
@media all and (max-width: 991px) {
  section.chat h2.chat {
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  section.chat p {
    text-align: center;
  }
}

section.pricing {
  background: #EFF2ED;
  padding: 5% 0;
}
section.pricing h2 {
  margin-bottom: 1.5%;
}
section.pricing .border-line {
  width: 96px;
  height: 4px;
  background: #E0D177;
  border-radius: 4px;
}
section.pricing button.accordion-2 {
  margin-bottom: 0;
  color: #3F444D;
  background: none;
  border: none;
  font-weight: bold;
  margin-left: 0;
  padding-left: 0;
  color: #3F444D;
  font-family: "IBM Plex Serif", serif;
  text-align: left;
  font-size: 20px;
  padding-top: 5%;
  cursor: pointer;
  padding-bottom: 2.5%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
section.pricing button.accordion-2 svg {
  height: 21px;
  width: 21px;
}
@media all and (max-width: 991px) {
  section.pricing button.accordion-2 {
    font-size: 20px;
  }
}
section.pricing button.accordion-2.active svg {
  transform: rotate(180deg);
}
section.pricing .panel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.178);
}
section.pricing .panel p {
  margin-top: 0;
  color: #3f444d;
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
}

.modal-header {
  max-width: 100%;
  width: 100%;
}

/* SCROLL SECTION JS STARTS */
/* .philosophie .point#point1,
  .philosophie .point#point2,
  .philosophie .point#point3{
    background-color:#fff;
    z-index: 1;
  }

  .philosophie .point#point5,
  .philosophie .point#point6,
  .philosophie .point#point7{
    background-color:rgba(99,129,122,0.1);
    z-index: 1;
  } */
/* SCROLL SECTION JS ENDS */
/* RESPONSIVENESS STARTS HERE */
/* RESPONSIVENESS ENDS HERE */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Futura;
}

.vh {
  height: 100vh;
  background-color: rgba(255, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  font-weight: bold;
}
.vh:before {
  content: "100VH";
}

.philosophie {
  position: relative;
  background: #FFFEFB;
}
.philosophie .point {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .philosophie .point {
    padding-top: 75px;
  }
}
.philosophie .slick-arrow {
  text-align: center;
}
.philosophie .next.slick-arrow {
  transform: rotate(180deg);
  background: none;
  border: none;
}
.philosophie .wrapper {
  height: 100vh;
  width: 100%;
}

.nav-btns {
  position: absolute;
  top: 10%;
  z-index: 99;
}

.indicators {
  right: 0;
  top: 0;
  margin: 10vh 0;
  height: 80vh;
  width: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  z-index: 9;
}

.indicator {
  width: 100%;
  background-color: transparent;
  margin: 5px 0;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #31524F;
}

.point {
  height: 100vh;
}
.point article {
  width: 50%;
  position: relative;
  z-index: 4;
}
.point article h3 {
  font-size: 35px;
  line-height: 1.5;
  font-weight: 700;
  color: #3F444D;
  margin: 0 0 20px;
  font-family: "IBM Plex Serif", serif;
  max-width: 460px;
  padding-right: 25px;
}
.point article h4 {
  font-size: 20px;
  font-family: "IBM Plex Serif", serif !important;
  font-family: bold;
  max-width: 433px;
  color: #434342;
  margin-top: 20px;
  margin-bottom: 15px;
}
.point article p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #3F444D;
  margin: 0 0 20px;
  font-family: "Heebo", sans-serif;
  max-width: 411px;
  padding-right: 25px;
}
.point img {
  max-width: 100%;
  height: 100%;
}
.point .slide-8-img-2 {
  max-width: 350px;
}
.point .slide-8-img-3 {
  max-width: 350px;
}
.point .slide-8-img-4 {
  max-width: 350px;
}
.point .slide-8-text-2 {
  position: absolute;
  top: 275px;
  width: 100%;
}

.image-container {
  position: relative;
  height: 600px;
  width: 42%;
  z-index: 4;
}
.image-container img {
  -o-object-fit: contain;
     object-fit: contain;
}

#slideImg1 {
  position: absolute;
  left: 25px;
  top: 10px;
}

.slide-img.slide-popup-img {
  max-width: 350px;
}

.point#point8 article h3 {
  max-width: 100%;
}

#slideImg2 {
  position: absolute;
  left: 40px;
  top: 10px;
}

#slide4Img2 {
  position: absolute;
  left: 25px;
  top: 10px;
}

#slide7Img2 {
  position: absolute;
  top: 10px;
  left: 25px;
}

#slide8Img2 {
  position: absolute;
  left: 25px;
  top: 35px;
  z-index: 4;
}

#slide8Img3 {
  position: absolute;
  left: 25px;
  top: 35px;
  z-index: 5;
}

#slide8Img4 {
  position: absolute;
  left: 40px;
  top: -165px;
}

#slide3Img2 {
  position: absolute;
  left: 0;
  top: 0;
}

#slide3Img3 {
  position: absolute;
  left: 25px;
  bottom: 0;
}

#slide3Img4 {
  position: absolute;
  left: 25px;
  bottom: -60px;
}

#slide6Img2 {
  position: absolute;
  top: 0;
  left: 0;
}

#slide6Img3 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1440px) {
  .image-container {
    width: 50%;
    margin-right: 20px;
  }
  .slide-img.slide-popup-img {
    max-width: 90%;
    width: 100%;
  }
  .point article {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .indicators {
    width: 15px;
  }
  .indicator {
    height: 15px;
  }
}
@media (max-width: 991px) {
  .scroll-wrapper {
    display: none;
  }
}
body#farmbucks .container .agExpert_left {
  padding-right: 20px;
}
body#farmbucks .container .agExpert_left a.gold-btn {
  display: inline-block;
  padding: 8px 30px;
}
body#farmbucks .container .agExpert_left p {
  margin-bottom: 27px;
}
body#farmbucks .container .ag_screen.desktop {
  max-width: 578px !important;
  margin: 0 auto;
}
body#farmbucks .container .ag_screen_mobile {
  margin-top: 30px;
  padding-bottom: 10px !important;
}
@media (max-width: 991px) {
  body#farmbucks .container .ag_screen_mobile {
    max-width: 307px !important;
    margin: 30px auto 0;
  }
}

@media (max-width: 991px) {
  .Agexperts header .container {
    padding: 0px 24px;
  }
}
.Agexperts .ag-patner.fade {
  position: relative;
}
.Agexperts .ag-patner.fade::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  background: #1D1D1F;
  opacity: 0.5;
}
.Agexperts .fb-partner {
  background-color: #242423 !important;
  color: #fff;
  min-height: auto !important;
  padding: 86px 20px 91px 20px !important;
}
@media all and (max-width: 991px) {
  .Agexperts .fb-partner .container .popup-wrapper.desktop {
    display: none;
  }
}
.Agexperts .fb-partner .container .popup-wrapper.desktop .pop-up.show {
  opacity: 1;
}
.Agexperts .fb-partner .container .popup-wrapper.mobile {
  display: none;
}
@media all and (max-width: 991px) {
  .Agexperts .fb-partner .container .popup-wrapper.mobile {
    display: block;
  }
}
.Agexperts .fb-partner .container .popup-wrapper.mobile .pop-up.show {
  opacity: 1;
}
@media all and (max-width: 991px) {
  .Agexperts .fb-partner .container .popup-wrapper.mobile .ag-expert-tooltip {
    width: 100%;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 38px;
  }
}
.Agexperts .fb-partner .container .popup-wrapper {
  position: relative;
}
.Agexperts .fb-partner .container .popup-wrapper .ag-expert-tooltip {
  padding-left: 20px;
  margin-top: 0pc;
  font-size: 15px !important;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 0px;
}
.Agexperts .fb-partner .container .popup-wrapper .ag-expert-tooltip img {
  max-width: 20px;
  margin-right: 10px;
}
.Agexperts .fb-partner .container .popup-wrapper .pop-up {
  background: #fff;
  max-width: 344px;
  color: #403E3C;
  padding: 20px 15px;
  border-radius: 8px;
  position: relative;
  position: absolute;
  right: -40px;
  bottom: 53px;
  opacity: 0;
}
.Agexperts .fb-partner .container .popup-wrapper .pop-up .popup-logo {
  margin-bottom: 20px;
}
.Agexperts .fb-partner .container .popup-wrapper .pop-up .popup-logo img {
  max-width: 152px;
}
.Agexperts .fb-partner .container .popup-wrapper .pop-up .cross-icon {
  position: absolute;
  right: 15px;
  cursor: pointer;
}
.Agexperts .fb-partner .container .popup-wrapper .pop-up h3 {
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 600;
  font-family: "IBM Plex Serif", serif;
}
.Agexperts .fb-partner .container .popup-wrapper .pop-up p {
  color: #403E3C !important;
  font-size: 14px !important;
  margin-bottom: 10px;
  line-height: 21px !important;
}
@media all and (max-width: 991px) {
  .Agexperts .fb-partner .container .popup-wrapper .pop-up {
    max-width: 316px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    text-align: left;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .fb-partner .container .popup-wrapper {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .Agexperts .fb-partner h2 {
    margin: 0 auto 17px;
  }
}
.Agexperts .fb-partner h2,
.Agexperts .fb-partner p {
  color: #fff !important;
  max-width: 570px;
}
@media (max-width: 991px) {
  .Agexperts .fb-partner p {
    margin: 16px auto;
  }
}
.Agexperts .fb-partner .gold-btn {
  display: inline-block;
  padding: 8px 30px !important;
}
.Agexperts .fb-partner .app_screen {
  padding: 0px !important;
  margin: 0 auto;
}
.Agexperts .fb-partner .container {
  min-height: auto !important;
}
@media all and (max-width: 991px) {
  .Agexperts .fb-partner {
    padding: 32px 15px 48px !important;
  }
}
.Agexperts .how-it-works-wrapper {
  background: #FFFEFB;
  padding: 64px 20px 92px;
  width: 100%;
}
.Agexperts .how-it-works-wrapper .container .heading-4 {
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  color: #3F444D;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .heading-4 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works {
  max-width: 1145px;
  margin: 0 auto;
  display: flex;
}
.Agexperts .how-it-works-wrapper .container .how-it-works .accordion-image.mobile {
  max-width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 992px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .accordion-image.mobile {
    display: none !important;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left {
  width: 50%;
}
@media all and (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .left {
    width: 100%;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian {
    margin-bottom: 30px;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2.active {
  opacity: 1;
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2.active svg {
  transform: rotate(360deg);
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 {
  background: transparent;
  display: flex;
  width: 100%;
  border: 0px;
  font-size: 28px;
  line-height: 42px;
  font-family: "IBM Plex Serif";
  color: #403E3C;
  opacity: 0.5;
  text-align: left;
  padding: 0px;
  cursor: pointer;
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 svg {
  transform: rotate(180deg);
  top: 13px;
  position: relative;
  margin-left: auto;
  width: 36px;
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 svg {
    top: 3px;
  }
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian .accordion-2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .accordian .panel P {
  font-family: "Heebo", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .left .ready-started {
    text-align: center;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .ready-started p {
  margin-bottom: 20px;
  color: #403E3C;
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .left .ready-started p {
    margin-bottom: 25px;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .left .ready-started a.gold-btn {
  padding: 8px 35px 13px;
}
.Agexperts .how-it-works-wrapper .container .how-it-works .right {
  width: 50%;
}
@media all and (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .right {
    width: 100%;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .right .how-work-img {
  padding-left: 50px;
}
@media all and (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .right .how-work-img {
    padding-left: 0px;
  }
}
.Agexperts .how-it-works-wrapper .container .how-it-works .right .how-work-img img {
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works .right .how-work-img.desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper .container .how-it-works {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .Agexperts .how-it-works-wrapper {
    padding: 32px 15px 80px;
  }
}
.Agexperts section#secure {
  background: #242423;
  color: #fff;
  padding: 54px 20px 92px;
}
.Agexperts section#secure .container h4 {
  color: #CCC17C;
  text-align: center;
  margin: 0px;
  font-size: 18px;
  line-height: 27px;
  font-family: "Heebo", sans-serif;
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .container h4 {
    font-size: 16px;
  }
}
.Agexperts section#secure .container h3 {
  color: #fff !important;
  text-align: center;
  font-size: 25px;
  margin: 0px;
  margin-bottom: 60px;
  margin-top: 8px;
  font-weight: 500;
  font-family: "IBM Plex Serif", serif;
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .container h3 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.Agexperts section#secure .secure {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}
.Agexperts section#secure .secure .left {
  width: 50%;
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .secure .left {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .secure .left .desktop {
    display: none;
  }
}
.Agexperts section#secure .secure .left .mobile {
  display: none;
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .secure .left .mobile {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
.Agexperts section#secure .secure .right {
  width: 50%;
}
.Agexperts section#secure .secure .right .ag-data {
  margin-bottom: 15px;
}
.Agexperts section#secure .secure .right .ag-data img {
  max-width: 85px;
}
.Agexperts section#secure .secure .right h2 {
  color: #fff !important;
  margin: 0px;
  text-align: left;
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .secure .right h2 {
    text-align: center;
    font-size: 20px;
  }
}
.Agexperts section#secure .secure .right .agData-text .arrow-text {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .Agexperts section#secure .secure .right .agData-text .arrow-text {
    justify-content: center;
  }
}
.Agexperts section#secure .secure .right .agData-text .arrow-text img {
  max-width: 18px;
  margin-left: 7px;
}
.Agexperts section#secure .secure .right .agData-text p {
  font-size: 18px !important;
  line-height: 27px !important;
  margin-bottom: 12px !important;
}
.Agexperts section#secure .secure .right .agData-text p a {
  color: #A8A79F;
  text-decoration: none;
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .secure .right .agData-text p {
    font-size: 16px !important;
  }
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .secure .right {
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .Agexperts section#secure .secure {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 991px) {
  .Agexperts section#secure {
    padding: 32px 16px 40px;
  }
}
.Agexperts .chat {
  height: unset;
  padding: 75px 0px;
}
.Agexperts .chat .chat-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  padding-right: 60px;
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner {
    max-width: 100%;
    padding-right: 0;
  }
}
.Agexperts .chat .chat-inner img {
  align-self: flex-start;
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner img {
    margin: 0 auto 20px;
  }
}
.Agexperts .chat .chat-inner .col-45.offset-1.col-sm-100.left-text.offset-sm-0 {
  max-width: 40%;
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .col-45.offset-1.col-sm-100.left-text.offset-sm-0 {
    max-width: 100%;
  }
}
.Agexperts .chat .chat-inner .col-50.col-sm-100.right-container {
  max-width: 40%;
  margin-left: auto;
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .col-50.col-sm-100.right-container {
    max-width: 100%;
  }
}
.Agexperts .chat .chat-inner p {
  margin-top: 0px;
  padding-left: 20px;
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner p {
    padding-left: 0px;
  }
}
.Agexperts .chat .chat-inner .left-image {
  padding-left: 30px;
}
.Agexperts .chat .chat-inner .left-image img {
  width: 190px;
  height: 190px;
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .left-image img {
    width: 140px;
    height: 140px;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .left-image {
    padding: 0px;
    width: 100%;
  }
}
.Agexperts .chat .chat-inner .right-text {
  margin-left: 24px;
}
.Agexperts .chat .chat-inner .right-text p {
  padding-left: 0px;
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .right-text p {
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .right-text .gold-line {
    margin: 0 auto;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .right-text {
    text-align: center;
    margin-left: 0px;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner .right-container {
    flex-wrap: wrap;
    text-align: center;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .chat .chat-inner {
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .chat {
    padding: 50px 10px;
  }
}
@media (max-width: 991px) {
  .Agexperts .chat {
    padding: 35px 10px;
  }
}
.Agexperts .get-in-touch {
  background-color: #FFFEFB !important;
}
.Agexperts .get-in-touch h2 {
  margin-top: 17px !important;
  font-size: 25px;
  line-height: 45px;
}
@media all and (max-width: 991px) {
  .Agexperts .get-in-touch h2 {
    margin-bottom: 40px !important;
  }
}
.Agexperts .get-in-touch .logo-button {
  margin: 0px !important;
  padding-bottom: 60px;
  justify-content: flex-end !important;
}
@media (max-width: 991px) {
  .Agexperts .get-in-touch .logo-button {
    padding-bottom: 0px;
    justify-content: center !important;
    margin-bottom: 40px !important;
  }
}
.Agexperts .get-in-touch .logo-button .desktop {
  display: block;
  max-width: 243px;
}
@media (max-width: 991px) {
  .Agexperts .get-in-touch .logo-button .desktop {
    display: none;
  }
}
.Agexperts .get-in-touch .logo-button .mobile {
  display: none;
}
@media (max-width: 991px) {
  .Agexperts .get-in-touch .logo-button .mobile {
    display: block;
    max-width: 200px;
    padding-top: 60px;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .get-in-touch .logo-button {
    margin-bottom: 40px !important;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .get-in-touch {
    padding: 20px 10px 50px !important;
  }
}
.Agexperts .get-in-touch div.divider {
  margin-bottom: 0px;
  margin-top: auto;
  display: block !important;
}
@media (max-width: 991px) {
  .Agexperts .get-in-touch div.divider {
    height: 2px !important;
  }
}
.Agexperts .connect {
  background-color: #31524F;
  padding: 80px 0 84px;
  text-align: center;
}
@media all and (max-width: 991px) {
  .Agexperts .connect {
    padding: 32px 10px;
  }
}
.Agexperts .connect .form-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1170px;
}
@media all and (max-width: 1200px) {
  .Agexperts .connect .form-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}
.Agexperts .connect .connect-img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1200px) {
  .Agexperts .connect .connect-img {
    max-width: 48%;
  }
}
@media all and (max-width: 767px) {
  .Agexperts .connect .connect-img {
    display: none;
  }
}
.Agexperts .connect .connect-img img {
  max-width: 559px;
  width: 100%;
  background-color: #31524F;
}
@media all and (max-width: 991px) {
  .Agexperts .connect .connect-img {
    margin-top: 15px;
  }
}
.Agexperts .connect .form-content {
  max-width: 510px;
  width: 100%;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .Agexperts .connect .form-content {
    max-width: 48%;
  }
}
@media all and (max-width: 767px) {
  .Agexperts .connect .form-content {
    max-width: 100%;
    text-align: center;
  }
}
.Agexperts .connect .form-content h2 {
  color: #fff !important;
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  .Agexperts .connect .form-content h2 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.Agexperts .connect .form-content p {
  color: #fff;
}
.Agexperts .connect .form-content .mbl-img {
  margin-bottom: 40px;
  width: 100%;
  display: none;
}
@media all and (max-width: 767px) {
  .Agexperts .connect .form-content .mbl-img {
    display: block;
  }
}
.Agexperts .connect .form-content .form {
  max-width: 100%;
  margin: 0 auto;
}
.Agexperts .connect .form-content .form .success-msg {
  color: #fff;
}
.Agexperts .connect .form-content .form form.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .Agexperts .connect .form-content .form form.contact {
    margin-bottom: 0px;
  }
}
.Agexperts .connect .form-content .form form.contact .details {
  max-width: 100% !important;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .Agexperts .connect .form-content .form form.contact .details {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0px;
  }
}
.Agexperts .connect .form-content .form form.contact .details input {
  background-color: #FFFFFF;
  padding: 16px 20px;
  margin: 8px 0px !important;
}
@media (max-width: 991px) {
  .Agexperts .connect .form-content .form form.contact .details input {
    margin: 10px 0px !important;
  }
}
.Agexperts .connect .form-content .form form.contact .details .error-msg {
  padding: 0px;
  color: red;
  opacity: 1;
}
.Agexperts .connect .form-content .form form.contact .details .error-msg:empty {
  opacity: 0;
}
.Agexperts .connect .form-content .form form.contact .textarea {
  flex: 1;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .Agexperts .connect .form-content .form form.contact .textarea {
    padding-left: 0px;
  }
}
.Agexperts .connect .form-content .form form.contact .textarea .error-msg {
  padding: 0px;
  color: red;
}
.Agexperts .connect .form-content .form form.contact .textarea textarea {
  background-color: #fff;
  min-height: 132px;
  height: calc(100% - 24px);
}
@media (max-width: 991px) {
  .Agexperts .connect .form-content .form form.contact .textarea textarea {
    min-width: auto;
    padding-top: 10px;
  }
}
@media all and (max-width: 991px) {
  .Agexperts .connect .form-content .form form.contact .textarea textarea {
    margin: 10px 0;
  }
}
.Agexperts .connect .form-content .form form.contact .form-button {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 24px;
}
@media all and (max-width: 767px) {
  .Agexperts .connect .form-content .form form.contact .form-button {
    justify-content: center;
    margin-top: 25px;
    align-items: center;
  }
}
.Agexperts .connect .form-content .form form.contact .form-button .success-msg {
  padding-left: 15px;
  margin: 10px 0 0;
}
@media all and (max-width: 767px) {
  .Agexperts .connect .form-content .form form.contact .form-button .success-msg {
    align-self: center;
  }
}
.Agexperts .connect .form-content .form form.contact .form-button input {
  max-width: 178px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
}
@media all and (max-width: 767px) {
  .Agexperts .connect .form-content .form form.contact .form-button input {
    max-width: 257px;
  }
}

html {
  scroll-padding-top: 64px;
  /* height of sticky header */
}
@media screen and (max-width: 500px) {
  html {
    scroll-padding-top: 108.016px;
  }
}

body.opi {
  background-color: #F5F4F0;
  margin-top: 64px !important;
}
body.opi hr {
  border: 1px solid #ebebeb;
  max-width: 85%;
  display: block;
}
@media screen and (min-width: 992px) {
  body.opi hr {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  body.opi {
    margin-top: 104px !important;
  }
}
body.opi img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.opi h2 {
  line-height: 43.5px !important;
  color: #434342 !important;
}
@media screen and (max-width: 991px) {
  body.opi h2 {
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: 26px !important;
  }
}
body.opi p {
  line-height: 27px !important;
  color: #434342;
}
@media screen and (max-width: 991px) {
  body.opi p {
    line-height: 24px !important;
  }
}
body.opi .gold-btn {
  padding: 7px 27px !important;
}
body.opi header {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3019607843);
  height: 64px;
}
@media screen and (max-width: 500px) {
  body.opi header {
    height: auto !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
body.opi header .container {
  padding: 0px;
}
body.opi header .container .navbar-header {
  padding: 15px 24px 16px;
}
@media only screen and (min-width: 768px) {
  body.opi header .container .navbar-header {
    padding: 13.16px 0px 13.16px;
  }
}
@media only screen and (min-width: 500px) {
  body.opi header .container .navbar-header {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
  }
}
body.opi header .container .navbar-header .navbar-brand {
  display: flex;
}
@media only screen and (min-width: 500px) {
  body.opi header .container .navbar-header .navbar-brand {
    float: left;
  }
}
body.opi header .container .navbar-header .navbar-brand img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  body.opi header .container .navbar-header .navbar-brand img {
    max-width: 148px;
  }
}
body.opi header .container .navbar-header .navbar-nav {
  margin: 10.9px 0 0 auto;
  padding-left: 0px;
  list-style: none;
}
@media only screen and (min-width: 500px) {
  body.opi header .container .navbar-header .navbar-nav {
    margin-top: 0;
  }
}
body.opi header .container .navbar-header .navbar-nav li {
  text-align: center;
}
body.opi header .container .navbar-header .navbar-nav li a {
  min-width: 178px;
  display: inline-flex;
  height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 21px 7px !important;
}
body.opi .container {
  max-width: 1258px;
}
@media only screen and (min-width: 1440px) {
  body.opi .container {
    min-width: 1258px;
  }
}
@media only screen and (max-width: 991px) {
  body.opi .container {
    text-align: center;
  }
}
body.opi .green-header {
  height: 766px !important;
}
@media only screen and (max-width: 1200px) {
  body.opi .green-header {
    height: 700px !important;
  }
}
@media only screen and (max-width: 1200px) {
  body.opi .green-header {
    height: auto !important;
  }
}
@media only screen and (max-width: 991px) {
  body.opi .green-header {
    padding: 64px 0 64px !important;
  }
}
body.opi .green-header .agExpert_left {
  max-width: 475px;
  position: relative;
  top: 113.76px;
  z-index: 2;
  margin-left: 0px;
}
@media only screen and (max-width: 991px) {
  body.opi .green-header .agExpert_left {
    top: 0px;
    padding: 0px 15px !important;
  }
}
body.opi .green-header .agExpert_left h1 {
  margin-top: 0px;
}
@media only screen and (max-width: 500px) {
  body.opi .green-header .agExpert_left h1 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}
body.opi .green-header .agExpert_left p {
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  body.opi .green-header .agExpert_left p {
    margin-top: 10px;
    margin-bottom: 20px !important;
  }
}
body.opi .green-header .opi-banner {
  position: relative;
  top: -170px;
}
@media screen and (max-width: 1200px) {
  body.opi .green-header .opi-banner {
    top: -60px;
  }
}
@media only screen and (max-width: 991px) {
  body.opi .green-header .opi-banner {
    top: 0px;
  }
}
body.opi .green-header .opi-banner .opi-banner-img {
  max-width: 100%;
}
@media (max-width: 991px) {
  body.opi .green-header .opi-banner .opi-banner-img.desktop {
    display: none;
  }
}
body.opi .green-header .opi-banner .opi-banner-img.mobile {
  display: none;
}
@media (max-width: 991px) {
  body.opi .green-header .opi-banner .opi-banner-img.mobile {
    display: block;
    margin: 30px auto 0;
  }
}
body.opi .do-more {
  padding: 107px 0 107px 0;
}
@media screen and (max-width: 991px) {
  body.opi .do-more {
    padding: 64px 0 74px 0;
  }
}
body.opi .do-more .doMore-left {
  padding-left: 50px;
}
@media (min-width: 1440px) {
  body.opi .do-more .doMore-left {
    padding-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  body.opi .do-more .doMore-left {
    padding: 0 0 100px 15px;
  }
}
body.opi .do-more .doMore-left .doMoreLeft-inner {
  position: relative;
  width: auto;
  display: inline-flex;
  justify-content: center;
}
body.opi .do-more .doMore-left .doMoreLeft-inner .first-image {
  position: relative;
  z-index: 3;
}
body.opi .do-more .doMore-left .doMoreLeft-inner .second-image {
  position: absolute;
  left: 0px;
  z-index: 2;
}
body.opi .do-more .doMore-left .doMoreLeft-inner .third-image {
  position: absolute;
  opacity: 0;
  left: calc(50% - 120px);
  bottom: 122px;
  z-index: 1;
  transform: translate(-33.25px, 0);
}
@media screen and (max-width: 991px) {
  body.opi .do-more .doMore-left .doMoreLeft-inner .third-image {
    max-width: 132px;
    bottom: 146px;
  }
}
body.opi .do-more .doMore-right {
  max-width: 523px;
}
@media screen and (max-width: 991px) {
  body.opi .do-more .doMore-right {
    text-align: center;
    margin: 0 auto;
  }
}
body.opi .do-more .doMore-right h2 {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  body.opi .do-more .doMore-right h2 {
    margin-top: 0px;
  }
}
body.opi .do-more .doMore-right p {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  body.opi .do-more .doMore-right p {
    margin-top: 10px;
  }
}
body.opi .quality-data {
  padding: 70px 0 105px 0;
}
@media screen and (max-width: 991px) {
  body.opi .quality-data {
    padding: 50px 0px 64px 0px;
  }
}
body.opi .quality-data img {
  max-width: 100%;
  margin: 0 auto;
}
body.opi .quality-data .qualityData-right {
  max-width: 523px;
}
@media screen and (max-width: 991px) {
  body.opi .quality-data .qualityData-right {
    text-align: center;
    margin: 38px auto 0;
  }
}
body.opi .quality-data .qualityData-right h2 {
  margin-bottom: 12px;
}
body.opi .quality-data .qualityData-right p {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  body.opi .quality-data .qualityData-right p {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
body.opi .chat {
  padding: 104px 0px;
}
@media screen and (max-width: 991px) {
  body.opi .chat {
    padding: 64px 0px;
  }
}
body.opi .chat p {
  font-size: 17px;
}
body.opi .chat .chat-inner {
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 991px) {
  body.opi .chat .chat-inner .flex p {
    flex: 0 0 100%;
    text-align: center;
  }
}
body.opi .chat .chat-inner .left-text {
  padding-top: 20px;
  max-width: 43% !important;
}
@media screen and (max-width: 991px) {
  body.opi .chat .chat-inner .left-text {
    flex-wrap: wrap;
    max-width: 100% !important;
  }
}
body.opi .chat .chat-inner .left-text p {
  font-family: "Heebo", sans-serif !important;
}
body.opi .chat .chat-inner .left-image img {
  width: auto;
  height: auto;
  max-width: 191px;
}
@media screen and (max-width: 991px) {
  body.opi .chat .chat-inner .left-image img {
    max-width: 140px;
    margin-top: 24px;
  }
}
body.opi .chat .chat-inner .right-text .position {
  margin-bottom: 12px;
}
body.opi .chat .chat-bottom {
  padding-top: 81px;
}
@media screen and (max-width: 991px) {
  body.opi .chat .chat-bottom {
    padding-top: 34px;
  }
}
body.opi .connect {
  background-color: transparent;
  padding: 80px 0 72px;
}
@media screen and (max-width: 991px) {
  body.opi .connect {
    padding: 48px 0 64px;
  }
}
body.opi .connect .form-wrapper {
  max-width: 100%;
  padding: 0px !important;
}
@media screen and (max-width: 991px) {
  body.opi .connect .form-wrapper {
    flex-direction: column;
  }
}
body.opi .connect .form-wrapper .form-content {
  max-width: 356px !important;
}
@media screen and (max-width: 991px) {
  body.opi .connect .form-wrapper .form-content .form {
    margin-top: 28px;
  }
}
body.opi .connect .form-wrapper .form-content .form .error-msg {
  text-align: left !important;
}
body.opi .connect .form-wrapper .form-content .form .success-msg {
  color: #4F8A10;
  padding-left: 0px !important;
}
body.opi .connect .form-wrapper .form-content label {
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  line-height: normal;
  margin-top: 8px;
  font-family: "IBM Plex Serif", serif;
  text-align: left;
}
body.opi .connect .form-wrapper .form-content label:first-child {
  margin-top: 0px;
}
body.opi .connect .form-wrapper .form-content h2 {
  color: #434342 !important;
}
body.opi .connect .form-wrapper .form-content p {
  color: #434342;
}
body.opi .connect .form-wrapper .form-content input {
  height: 46px;
}
body.opi .connect .form-wrapper .form-content input,
body.opi .connect .form-wrapper .form-content textarea {
  margin: 8px 0px !important;
  background-color: #fbfaf5 !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0509803922);
  border-radius: 8px !important;
}
body.opi .connect .form-wrapper .form-content .textarea {
  text-align: left;
}
body.opi .connect .form-wrapper .form-content textarea {
  height: auto !important;
}
body.opi .connect .form-wrapper .form-content .form-button {
  margin-top: 0px !important;
  padding-left: 0px !important;
}
body.opi .connect .form-wrapper .form-content .form-button .btn-primary {
  min-width: 250px;
  border-radius: 50px !important;
  background-color: #E0D177 !important;
  cursor: pointer;
}
@media (max-width: 1200px) {
  body.opi .connect .form-wrapper .connect-img {
    max-width: inherit !important;
  }
}
@media screen and (max-width: 991px) {
  body.opi .connect .form-wrapper .connect-img {
    display: block !important;
    margin-top: 38px;
  }
}
body.opi .connect .form-wrapper .connect-img img {
  max-width: 632px;
  background-color: transparent !important;
}
body.opi #main-footer .social-media-container img {
  max-width: initial;
}

#AgData {
  scroll-margin-top: 100px;
}

#personal-info {
  scroll-margin-top: 100px;
}

body#data-use {
  background: #FFFEFB;
}
body#data-use p {
  line-height: 27px;
}
@media all and (max-width: 649px) {
  body#data-use p {
    font-size: 16px;
    line-height: 24px !important;
  }
}
body#data-use h2 {
  line-height: 43px;
}
@media all and (max-width: 649px) {
  body#data-use h2 {
    font-size: 24px;
    line-height: 36px !important;
  }
}
body#data-use .container {
  max-width: 1253px;
}
@media screen and (min-width: 1440px) {
  body#data-use .inner {
    max-width: 1253px;
  }
}
body#data-use .slick-dots {
  height: 26px;
  left: 0px;
  bottom: 0px;
  text-align: left;
}
@media all and (max-width: 649px) {
  body#data-use .slick-dots {
    text-align: center;
  }
}
body#data-use .slick-dots li {
  width: 8px;
  height: 8px;
}
body#data-use .slick-dots li button::before {
  width: 7px;
  height: 7px;
  border: 2px solid #FFFEFB;
  background: #31524F;
}
body#data-use .slick-dots li.slick-active button::before {
  background-color: #FFFEFB;
}
body#data-use header .logo-nav img {
  max-width: -moz-max-content;
  max-width: max-content;
}
body#data-use header .dropdown-content {
  top: 0px;
  margin-top: 70px;
}
body#data-use header .mobile-toggle .center {
  margin: 0 0 0 auto;
}
body#data-use .pop-out-menu .panel ul {
  margin: 16px 0px;
}
@media all and (max-width: 649px) {
  body#data-use .cream {
    margin-top: 70px;
    padding: 64px 24px 70px;
  }
}
@media all and (min-width: 980px) {
  body#data-use .cream {
    padding: 112px 0px 179px;
  }
}
body#data-use .cream:first-child {
  margin-top: 70px;
}
body#data-use .cream .hero span.title {
  font-family: "Heebo", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  line-height: 27px;
}
body#data-use .cream .hero h1.title {
  font-size: 35px;
  font-family: "IBM Plex Serif", serif;
  line-height: 43.5px;
  margin-bottom: 12px;
  padding-top: 8px;
}
@media all and (max-width: 649px) {
  body#data-use .cream .hero h1.title {
    font-size: 20px;
    line-height: 26px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 649px) {
  body#data-use .cream .hero span.title {
    line-height: 24px;
  }
}
body#data-use .cream .hero p {
  line-height: 27px;
  margin-bottom: 0px;
}
body#data-use .cream .hero.compact {
  max-width: 780px;
}
@media all and (max-width: 649px) {
  body#data-use .cream .hero.compact {
    margin-bottom: 63px;
  }
}
@media all and (max-width: 649px) {
  body#data-use .reason .inner div {
    margin-bottom: 0px;
  }
}
@media all and (min-width: 1440px) {
  body#data-use .reason ul.cards {
    grid-gap: 3.25rem;
  }
}
@media all and (min-width: 980px) {
  body#data-use .reason ul.cards {
    top: -110px;
  }
}
@media all and (max-width: 649px) {
  body#data-use .reason ul.cards {
    top: -70px;
    grid-gap: 4rem;
  }
}
body#data-use .reason ul.cards li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  background: #FFFEFB;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1019607843);
  border: 2px solid #E3E2DA;
  grid-gap: initial;
  padding: 1.065rem 0rem 3rem;
}
@media all and (max-width: 649px) {
  body#data-use .reason ul.cards li {
    box-shadow: 0 13px 19px 0 rgba(0, 0, 0, 0.0509803922);
    padding-top: 0px;
  }
}
body#data-use .reason ul.cards li img {
  max-width: 100%;
  margin: 0 auto;
}
body#data-use .reason ul.cards li .card-text {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0rem 2.3rem 0rem;
  justify-content: center;
}
body#data-use .reason ul.cards li .card-text h3 {
  font-size: 18px;
  margin-top: 16px;
  font-family: "Heebo", sans-serif;
}
@media all and (max-width: 649px) {
  body#data-use .reason ul.cards li .card-text h3 {
    margin-top: 0px;
    font-size: 16px;
  }
}
body#data-use .reason ul.cards li .card-text h2 {
  font-size: 20px;
  line-height: 30px !important;
  margin-top: 0px;
  margin-bottom: 12px;
}
body#data-use .reason ul.cards li .card-text p {
  line-height: 25px;
  font-size: 18px;
  padding-left: 40px;
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
}
@media all and (max-width: 649px) {
  body#data-use .reason ul.cards li .card-text p {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
body#data-use .reason ul.cards li .card-text p:last-child {
  margin-bottom: 2px;
}
@media all and (max-width: 649px) {
  body#data-use .reason ul.cards li .card-text p:last-child {
    margin-bottom: 30px;
  }
}
body#data-use .reason ul.cards li .card-text p::before {
  left: 8px;
  top: 3px;
}
@media screen and (min-width: 650px) {
  body#data-use .reason ul.cards li .card-text p::before {
    left: 0px;
    width: 24px;
    height: 24px;
  }
}
body#data-use .reason ul.cards li .btn-primary {
  margin-top: auto;
}
body#data-use #account {
  padding-top: 0px;
}
@media screen and (max-width: 649px) {
  body#data-use #account .inner {
    padding-top: 60px;
    border-top: 1px solid #E3E2DA;
  }
}
@media screen and (min-width: 650px) {
  body#data-use .scrollslider {
    padding-top: 64px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider {
    padding-bottom: 0px;
  }
}
body#data-use .scrollslider .inner div {
  margin-bottom: 0px;
}
body#data-use .scrollslider .inner .slide {
  align-items: center;
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider .inner .slide {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 650px) {
  body#data-use .scrollslider .inner .slide {
    padding-left: 58px;
    padding-right: 58px;
  }
}
@media screen and (min-width: 650px) {
  body#data-use .scrollslider .inner .slide:nth-child(even) .left {
    order: 1;
  }
}
body#data-use .scrollslider .inner .slide:nth-child(even) .card {
  order: 1;
  margin-left: auto;
}
body#data-use .scrollslider .inner .slide .card {
  max-width: 461px;
  padding: 0px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider .inner .slide .card {
    margin: 0 auto 48px;
    padding: 18px 7px;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.0509803922);
  }
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider .inner .slide .left {
    text-align: center;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1100px) {
  body#data-use .scrollslider .inner .slide .left {
    width: 562px;
    padding-bottom: 10px;
  }
}
body#data-use .scrollslider .inner .slide .left h2 {
  font-size: 28px;
  margin-bottom: 12px;
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider .inner .slide .left h2 {
    text-align: center;
    font-size: 20px;
    line-height: 26px !important;
  }
}
body#data-use .scrollslider .inner .slide .left h3 {
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  color: #403E3C;
  margin-bottom: 6px;
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider .inner .slide .left h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
body#data-use .scrollslider .inner .divider {
  border-bottom: 1px solid #E3E2DA;
}
body#data-use .scrollslider .inner .divider:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
body#data-use .scrollslider .inner .col-2.unequal {
  display: grid;
}
@media screen and (min-width: 650px) {
  body#data-use .scrollslider .inner .col-2.unequal {
    grid-template-columns: 2fr 2fr;
  }
}
body#data-use .scrollslider .inner .aggregate {
  padding-bottom: 104px;
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider .inner .aggregate {
    padding-bottom: 0px;
  }
}
body#data-use .scrollslider .inner .aggregate .left h2 {
  font-size: 35px;
}
@media screen and (max-width: 649px) {
  body#data-use .scrollslider .inner .aggregate .left h2 {
    text-align: center;
    font-size: 20px;
    line-height: 26px !important;
  }
}
body#data-use .data-principle {
  background-color: #31524F;
  color: #fff;
  padding: 64px 24px;
  display: block !important;
}
body#data-use .data-principle * {
  color: #fff;
}
@media screen and (min-width: 650px) {
  body#data-use .data-principle .slick-dots {
    left: 52px;
  }
}
@media screen and (min-width: 1100px) {
  body#data-use .data-principle .slick-dots {
    bottom: 20px;
  }
}
@media screen and (min-width: 1440px) {
  body#data-use .data-principle .slick-dots {
    bottom: 40px;
  }
}
body#data-use .data-principle h2 {
  margin-bottom: 64px;
}
@media screen and (min-width: 650px) {
  body#data-use .data-principle {
    padding: 104px 0px;
    margin-bottom: 104px;
    padding-bottom: 144px;
  }
}
body#data-use .data-principle .inner div {
  margin-bottom: 0px;
}
body#data-use .data-principle .inner .slide .left {
  order: 2 !important;
}
@media screen and (min-width: 650px) {
  body#data-use .data-principle .inner .slide .left {
    padding-bottom: 50px;
    order: 0 !important;
  }
}
@media screen and (min-width: 1100px) {
  body#data-use .data-principle .inner .slide .left {
    padding-bottom: 30px;
  }
}
body#data-use .data-principle .inner .slide .card {
  padding: 42px 38px;
}
@media screen and (max-width: 649px) {
  body#data-use .data-principle .inner .slide .card {
    padding: 18px 7px;
  }
}
body#data-use .data-principle .inner .slide img {
  height: 209px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 650px) {
  body#data-use .data-principle .inner .slide img {
    height: 244px;
  }
}
@media screen and (max-width: 649px) {
  body#data-use .data-principle .slide {
    margin-bottom: 0px !important;
  }
}
body#data-use .data-principle .princile-slider {
  overflow: hidden;
}
body#data-use .data-principle .slide {
  padding-top: 0px;
  padding-bottom: 0px;
}
body#data-use .interested {
  background-color: #31524F;
}
@media screen and (max-width: 649px) {
  body#data-use .interested {
    padding: 64px 0px 64px 0px;
  }
}
body#data-use .interested .inner div {
  margin-bottom: 0px;
}
body#data-use .interested .inner h2 {
  margin-bottom: 12px !important;
}
@media screen and (max-width: 649px) {
  body#data-use .interested .inner h2 {
    font-size: 20px !important;
  }
}
body#data-use .interested .inner h2,
body#data-use .interested .inner h2 + p {
  color: white;
}
@media screen and (max-width: 649px) {
  body#data-use .interested .inner h2,
  body#data-use .interested .inner h2 + p {
    padding: 0px 24px;
  }
}
body#data-use .interested .inner .interested-cards {
  max-width: 873px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 64px;
}
@media screen and (max-width: 650px) {
  body#data-use .interested .inner .interested-cards {
    flex-direction: column;
  }
}
@media screen and (max-width: 649px) {
  body#data-use .interested .inner .interested-cards {
    padding-top: 90px;
    padding-left: 40px;
  }
}
body#data-use .interested .inner .interested-cards .slick-list {
  padding: 0 14% 0 0 !important;
}
body#data-use .interested .inner .interested-cards .card-wrapper {
  padding: 0px 25.5px;
}
body#data-use .interested .inner .interested-cards .card-wrapper .card {
  padding: 24px 24px 19.24px;
  border-radius: 12px;
  box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.0509803922);
  display: block;
  text-decoration: none;
}
body#data-use .interested .inner .interested-cards .card-wrapper .card .card-data {
  text-align: left;
}
body#data-use .interested .inner .interested-cards .card-wrapper .card .card-data img {
  margin: 0px auto 0px 0;
}
body#data-use .interested .inner .interested-cards .card-wrapper .card .card-data h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
  font-family: "IBM Plex Serif", serif;
}
@media screen and (max-width: 649px) {
  body#data-use .interested .inner .interested-cards .card-wrapper .card .card-data h3 {
    font-size: 17px;
    line-height: 25.5px;
    margin-top: 5px;
  }
}
body#data-use .interested .inner .interested-cards .card-wrapper .card .card-data p {
  color: #403E3C;
  margin-top: 0px;
  margin-bottom: 27px;
  min-height: 66px;
  font-size: 11px !important;
  line-height: 16.5px !important;
}
body#data-use .interested .inner .interested-cards .card-wrapper .card span img {
  margin: 0px 0px 0px auto;
}
body#data-use .interested .inner .interested-cards .slick-dots {
  top: 24px;
  height: 26px;
  left: 0px;
}
body#data-use .ag-data .inner div {
  margin-bottom: 0px;
}
body#data-use .ag-data .inner img {
  max-width: 100px;
  margin-bottom: 24px;
}
@media screen and (min-width: 980px) {
  body#data-use .ag-data {
    padding: 104px 0px;
  }
}
@media screen and (max-width: 649px) {
  body#data-use .ag-data {
    margin-top: 0px;
  }
}
body#data-use .ag-data img {
  margin-bottom: 14px;
}
body#data-use .ag-data h2 {
  margin-bottom: 12px;
}
@media screen and (max-width: 649px) {
  body#data-use .ag-data h2 {
    font-size: 20px;
    line-height: 26px !important;
    margin-bottom: 10px !important;
  }
}
body#data-use .ag-data p {
  max-width: 779px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 649px) {
  body#data-use .ag-data p {
    margin-bottom: 24px;
  }
}
body#data-use #deal-info + .scrollslider {
  padding: 0px;
}
@media screen and (max-width: 649px) {
  body#data-use #deal-info + .scrollslider {
    padding: 8px 24px 0px 24px;
  }
}
body#data-use .contact-section {
  padding: 104px 0px 88px;
}
@media screen and (max-width: 649px) {
  body#data-use .contact-section {
    margin-top: 0px;
    padding: 64px 24px 32px 24px;
  }
}
@media screen and (max-width: 649px) {
  body#data-use .contact-section h2 {
    font-size: 20px;
    line-height: 26px !important;
    max-width: 320px;
    margin: 0 auto 16px;
  }
}
@media screen and (max-width: 649px) {
  body#data-use .contact-section form.contact {
    margin-top: 24px;
  }
}
body#data-use .contact-section form.contact div {
  padding-bottom: 0px;
}
body#data-use .contact-section form.contact label {
  font-size: 17px;
  font-family: "IBM Plex Serif", serif;
}
@media screen and (max-width: 649px) {
  body#data-use .contact-section form.contact label {
    font-size: 16px;
  }
}
body#data-use .contact-section form.contact .select-div {
  position: relative;
}
body#data-use .contact-section form.contact .select-div select {
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  width: 100%;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  border-radius: 10px;
  font-size: 1rem;
  background-color: rgba(227, 226, 218, 0.2);
  border: 1px solid #b2b4b8;
  font-family: "Heebo", sans-serif;
  transition: all 0.3s ease-in;
  background-color: #FFFEFB;
  border-radius: 6px;
  color: rgba(64, 62, 60, 0.6);
  height: 50px;
  border: 1px solid #CECEC6;
}
body#data-use .contact-section form.contact .select-div select:focus-visible {
  outline: none;
}
body#data-use .contact-section form.contact .select-div::after {
  content: "";
  background-image: url(../data-use/img/arrow-top.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 222;
  display: block;
  width: 15px;
  height: 15px;
  transform: translate(0px, -50%) rotate(180deg);
}
body#data-use .contact-section form.contact .hidden {
  display: none;
}
body#data-use .contact-section form.contact .hidden.show {
  display: block;
}
body#data-use .contact-section form.contact input[type=text],
body#data-use .contact-section form.contact textarea {
  background-color: #FFFEFB;
  border: 1px solid #CECEC6;
  border-radius: 6px;
}
body#data-use .contact-section form.contact input[type=text]::-moz-placeholder, body#data-use .contact-section form.contact textarea::-moz-placeholder {
  color: rgba(64, 62, 60, 0.6);
}
body#data-use .contact-section form.contact input[type=text]::placeholder,
body#data-use .contact-section form.contact textarea::placeholder {
  color: rgba(64, 62, 60, 0.6);
}
body#data-use .contact-section form.contact .error-msg {
  color: #dc3545;
}
body#data-use .contact-section form.contact .success-msg {
  color: #28a745;
  padding-bottom: 20px;
}
body#data-use .contact-section form.contact .success-msg:empty {
  padding-bottom: 10px;
}
body#data-use .contact-section form.contact .footer-form input {
  margin: 0px;
  padding: 0.7rem 4rem;
}

body.buyers-lp.integrations {
  background-color: #FFFEFB;
}
body.buyers-lp.integrations .container {
  width: 90vw;
}
body.buyers-lp.integrations img {
  max-width: 100%;
  height: auto;
}
body.buyers-lp.integrations h1 {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 40px;
  line-height: 125%;
  color: #fff;
  margin: 0 0 12px;
}
@media (max-width: 1200px) {
  body.buyers-lp.integrations h1 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integrations h1 {
    font-size: 28px;
  }
}
body.buyers-lp.integrations h2 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  color: #403E3C;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations h2 {
    font-size: 28px;
    line-height: 150%;
  }
}
body.buyers-lp.integrations h3 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  color: #403E3C;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations h3 {
    font-size: 24px;
    line-height: 150%;
  }
}
body.buyers-lp.integrations p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
}
body.buyers-lp.integrations a.btn {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Serif";
  text-decoration: none;
  max-width: 240px;
  width: 100%;
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  padding: 10px 22px;
  background-color: rgb(224, 209, 119);
  border-radius: 100px;
  transition: 0.2s;
}
body.buyers-lp.integrations a.btn:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body.buyers-lp.integrations a.btn {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body.buyers-lp.integrations .integration-banner {
  background: #31524F;
  padding: 146px 0 86px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .integration-banner {
    padding: 134px 0 68px;
  }
}
body.buyers-lp.integrations .integration-banner .banner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .integration-banner .banner-inner {
    flex-direction: column;
    gap: 30px;
  }
}
body.buyers-lp.integrations .integration-banner .banner-inner .col-left {
  max-width: 475px;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .integration-banner .banner-inner .col-left {
    max-width: 350px;
    text-align: center;
  }
}
body.buyers-lp.integrations .integration-banner .banner-inner .col-right {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .integration-banner .banner-inner .col-right {
    max-width: 350px;
  }
}
body.buyers-lp.integrations .integration-banner .banner-inner p {
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .integration-banner .banner-inner p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .integration-banner .banner-inner .btn {
    max-width: 200px;
    margin: 0 auto;
  }
}
body.buyers-lp.integrations .tools {
  padding: 102px 0 134px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .tools {
    padding: 64px 0;
  }
}
body.buyers-lp.integrations .tools .title-row {
  text-align: center;
  max-width: 833px;
  margin: 0 auto 80px;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .tools .title-row {
    margin-bottom: 32px;
  }
}
body.buyers-lp.integrations .tools .title-row h5 {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #403E3C;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .tools .title-row h5 {
    display: none;
  }
}
body.buyers-lp.integrations .tools .title-row h2 {
  margin: 0 0 12px;
}
body.buyers-lp.integrations .tools .detail-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .tools .detail-row {
    grid-template-columns: 1fr;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
  }
}
body.buyers-lp.integrations .tools .detail-row .tools-card {
  background: #FFFEFB;
  border: 1px solid #E3E3DA;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.122);
  border-radius: 12px;
  padding: 24px 46px 48px;
}
@media (max-width: 1366px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card {
    padding: 24px 26px 32px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card {
    padding: 44px 26px 32px;
  }
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 24px;
  min-height: 101.02px;
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-header .thumbnail {
  max-width: 92px;
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-header .thumbnail figure {
  margin: 0;
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-header .thumbnail .mobile-none {
  display: none;
}
@media (max-width: 767px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-header .thumbnail .desktop-none {
    display: none;
  }
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-header .thumbnail .mobile-none {
    display: block;
  }
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-header h6 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #403E3C;
  margin: 0;
}
@media (max-width: 1200px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-header h6 {
    font-size: 20px;
  }
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-header span {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #403E3C;
  opacity: 0.5;
  margin: 0 0 6px;
  display: inline-block;
}
@media (max-width: 1200px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-header span {
    font-size: 11px;
  }
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-header a {
  padding: 0 10px;
  width: 90px;
  height: 29px;
  background: #CCC17C;
  border-radius: 8px;
  font-family: "Heebo";
  font-weight: 500;
  font-size: 11px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-detail p {
  margin-bottom: 42px;
  width: 100%;
  min-height: 127.5px;
}
@media (max-width: 1206px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-detail p {
    min-height: 155px;
  }
}
@media (max-width: 1024px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-detail p {
    min-height: 178px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-detail p {
    font-size: 16px;
    margin-bottom: 24px;
    min-height: 100%;
  }
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-detail a {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  color: #403E3C;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .tools .detail-row .tools-card .card-detail a {
    justify-content: center;
  }
}
body.buyers-lp.integrations .tools .detail-row .tools-card .card-detail a span {
  height: 24px;
}
body.buyers-lp.integrations .connect-vision {
  position: relative;
  padding: 110px 0;
}
body.buyers-lp.integrations .connect-vision .connect-vision-inner {
  background-color: #1D2E2E;
  padding: 34px 0 90px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision .connect-vision-inner {
    padding: 0;
  }
}
body.buyers-lp.integrations .connect-vision h2 {
  color: #ffffff;
  margin: 0 0 12px;
}
body.buyers-lp.integrations .connect-vision h2 span {
  font-style: italic;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision h2 {
    font-size: 24px;
  }
}
body.buyers-lp.integrations .connect-vision p {
  color: #ffffff;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision p {
    font-size: 16px;
  }
}
body.buyers-lp.integrations .connect-vision::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../home-img/path1.svg) no-repeat;
  background-size: cover;
}
body.buyers-lp.integrations .connect-vision::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../home-img/path1.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
}
body.buyers-lp.integrations .connect-vision .title-row {
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision .title-row {
    margin-bottom: 64px;
  }
}
body.buyers-lp.integrations .connect-vision .title-row h6 {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  body.buyers-lp.integrations .connect-vision .title-row h6 {
    display: none;
  }
}
body.buyers-lp.integrations .connect-vision .detail-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 200px;
}
body.buyers-lp.integrations .connect-vision .detail-row:first-child {
  display: none;
}
@media (max-width: 1200px) {
  body.buyers-lp.integrations .connect-vision .detail-row {
    row-gap: 100px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision .detail-row {
    row-gap: 64px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
body.buyers-lp.integrations .connect-vision .detail-row .content {
  max-width: 49%;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision .detail-row .content-1 {
    order: 2;
  }
  body.buyers-lp.integrations .connect-vision .detail-row .content-2 {
    order: 4;
  }
  body.buyers-lp.integrations .connect-vision .detail-row .content-3 {
    order: 6;
  }
}
body.buyers-lp.integrations .connect-vision .detail-row .thumbnail {
  max-width: 40.6%;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision .detail-row .thumbnail-1 {
    order: 1;
  }
  body.buyers-lp.integrations .connect-vision .detail-row .thumbnail-2 {
    order: 3;
  }
  body.buyers-lp.integrations .connect-vision .detail-row .thumbnail-3 {
    order: 5;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .connect-vision .detail-row .col {
    max-width: 350px;
  }
}
body.buyers-lp.integrations .let-us-know {
  padding: 136px 0 104px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know {
    padding: 64px 0;
  }
}
body.buyers-lp.integrations .let-us-know .detail-row {
  display: grid;
  grid-template-columns: 1.42fr 1fr;
  gap: 23px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row {
    grid-template-columns: 1fr;
    max-width: 350px;
    margin: 0 auto;
    gap: 48px;
  }
}
body.buyers-lp.integrations .let-us-know .detail-row h5 {
  font-family: "Heebo";
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
  color: #403E3C;
  margin: 0 0 12px;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row h5 {
    font-size: 16px;
    margin: 0 0 8px;
  }
}
body.buyers-lp.integrations .let-us-know .detail-row p {
  margin: 0 0 32px;
}
body.buyers-lp.integrations .let-us-know .detail-row .col {
  border: 1px solid #E3E3DA;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.122);
  border-radius: 24px;
  padding: 64px 48px;
  position: relative;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row .col {
    padding: 32px 43px;
    text-align: center;
  }
}
body.buyers-lp.integrations .let-us-know .detail-row .col-left {
  overflow: hidden;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row .col-left {
    padding-bottom: 174px;
  }
}
body.buyers-lp.integrations .let-us-know .detail-row .col-left .col-left-inner {
  max-width: 77%;
  width: 100%;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row .col-left .col-left-inner {
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row .col-left .thumbnail {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 350px;
  }
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row .col-left .thumbnail {
    transform: rotate(90deg);
    position: absolute;
    left: 67px;
    bottom: -110px;
    width: 100%;
    max-width: 200px;
  }
}
body.buyers-lp.integrations .let-us-know .detail-row .col-right {
  padding: 94px 48px;
  background: #F5F4F0;
}
@media (max-width: 991px) {
  body.buyers-lp.integrations .let-us-know .detail-row .col-right {
    padding: 32px 43px;
  }
}

body#new-pricing {
  background: #F5F4F0;
}
body#new-pricing .dropdown-content .container {
  padding: 0;
}
body#new-pricing .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
body#new-pricing footer .container {
  width: 95% !important;
}
body#new-pricing footer .top-container {
  padding: 104px 0px;
}
@media (max-width: 1024px) {
  body#new-pricing footer .top-container {
    padding: 50px 0px;
  }
}
@media (max-width: 991px) {
  body#new-pricing footer .top-container {
    padding: 0;
  }
}
body#new-pricing footer .container.copyright {
  padding: 48px 0 50px;
}
@media (max-width: 991px) {
  body#new-pricing footer .container.copyright {
    padding: 24px 0 32px;
  }
}
body#new-pricing a.gold-button {
  max-width: 320px;
  width: 100%;
  font-family: "IBM Plex Serif";
  font-size: 16.5px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  color: #403E3C;
  border-radius: 100px;
  background: var(--primary-main, #E0D177);
  display: inline-block;
  text-decoration: none;
  padding: 10px 22px;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
}
body#new-pricing a.gold-button:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body#new-pricing a.gold-button {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    max-width: 250px;
    font-family: "Heebo";
  }
}
body#new-pricing .pricing-banner {
  background: #31524F;
  padding: 154px 0px 247px;
}
@media (max-width: 1024px) {
  body#new-pricing .pricing-banner {
    padding: 144px 0px 180px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .pricing-banner {
    padding: 144px 0px 100px;
  }
}
body#new-pricing .pricing-banner .container {
  margin: 0 auto;
}
body#new-pricing .pricing-banner .container h1 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: #FFFFFF;
  max-width: 618px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body#new-pricing .pricing-banner .container h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .pricing-banner .container h1 {
    font-size: 28px;
  }
}
body#new-pricing .pricing-banner .container a {
  background: #E0D177;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 100px;
  padding: 10px 22px;
  max-width: 240px;
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #403E3C;
  font-family: IBM Plex Serif;
  font-size: 16.5px;
  font-weight: 600;
  line-height: 26px;
  transition: 0.2s;
}
body#new-pricing .pricing-banner .container a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  body#new-pricing .pricing-banner .container a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
  }
}
body#new-pricing .starter-plans {
  position: relative;
}
body#new-pricing .starter-plans::before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../home-img/path4.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans::before {
    top: -70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans::before {
    height: 40px;
    top: -40px;
  }
}
body#new-pricing .starter-plans::after {
  content: "";
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
  height: 110px;
  background: url(../home-img/path4.svg) no-repeat;
  background-size: cover;
  transform: rotate(-180deg);
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans::after {
    bottom: -70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans::after {
    bottom: -40px;
    height: 40px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
}
body#new-pricing .starter-plans .starter-plans-inner .trial {
  padding: 104px 0px;
  display: flex;
  align-items: stretch;
}
@media (max-width: 1024px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial {
    padding: 64px 0px;
    flex-direction: column;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-left {
  max-width: 620px;
  width: 100%;
  background: #FFFEFB;
  padding: 107px;
  border-radius: 24px 0px 0px 24px;
}
@media (max-width: 1200px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-left {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-left {
    max-width: 100%;
    padding: 64px 32px;
    border-radius: 24px 24px 0px 0px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-left h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-left h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-left .get-free-btn {
    text-align: center;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right {
  max-width: 428px;
  width: 100%;
  background: #31524F;
  padding: 105px 50px;
  border-radius: 0px 24px 24px 0px;
}
@media (max-width: 1200px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-right {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-right {
    max-width: 100%;
    padding: 64px 32px;
    border-radius: 0px 0px 24px 24px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right h3 {
  font-family: "IBM Plex Serif";
  font-size: 28px;
  font-weight: 700;
  line-height: 40.6px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-right h3 {
    font-size: 24px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row {
    margin-bottom: 12px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row.last {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row.last {
    margin-bottom: 32px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row img {
  margin-right: 12px;
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0px;
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row p span {
  font-weight: 700;
  opacity: 1;
  margin: 0px;
  display: inline-block;
  font-family: "Heebo";
  font-size: 17px;
  line-height: 150%;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text .row p span {
    display: inline;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text a {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  background: #E0D177;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.122);
  border-radius: 60px;
  max-width: 374px;
  width: 100%;
  color: #FFFFFF;
  padding: 8px 0px;
  display: block;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .trial .col-right .main-text a {
    max-width: 300px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan {
  padding: 104px 0px;
}
@media (max-width: 1024px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan {
    padding: 64px 0px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner {
  padding: 80px 107px;
  background: #31524F;
  border-radius: 24px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner {
    padding: 80px 40px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner {
    padding: 80px 24px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  max-width: 598px;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner p {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.150000006px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 32px;
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan {
  padding: 42px 38px;
  background-color: #fff;
  margin-bottom: 32px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan {
    padding: 42px 24px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-top h3 {
  font-family: "IBM Plex Serif";
  font-size: 34px;
  font-weight: 700;
  line-height: 45.9px;
  letter-spacing: 0.25px;
  color: #403E3C;
  margin: 0;
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-top h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-top h3.desktop-price {
    display: none;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-top h3.mobile-price {
  display: none;
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-top h3.mobile-price {
    display: block;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom span {
  max-width: 170px;
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  background: #31524F;
  font-family: "Heebo";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
  color: #FFFFFF;
  padding: 4px 24px;
  margin: 0;
  position: relative;
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom span::before {
  position: absolute;
  content: "";
  background-image: url(/pricing/img/percentage-graphic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  top: -26px;
  left: -26px;
  max-width: 84px;
  width: 100%;
  height: 84px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom span::before {
    left: -15px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom span::before {
    max-width: 56px;
    height: 56px;
    top: -20px;
    left: -14px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom span {
    max-width: 105px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 12px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom p {
  font-family: "Heebo";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #403E3C;
  margin: 0;
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .yearly-plan .row-bottom p {
    font-size: 14px;
    line-height: 20px;
    text-align: right;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .monthly-plan {
  padding: 32px;
  background-color: #fff;
  margin-bottom: 32px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .monthly-plan {
    padding: 18px 24px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .monthly-plan span {
  font-family: "Heebo";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #403E3C;
  margin: 0;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .monthly-plan span {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .monthly-plan span:first-child {
    text-align: left;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner span {
  font-family: "Heebo";
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.150000006px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 32px;
  display: block;
}
body#new-pricing .starter-plans .starter-plans-inner .choose-plan .choose-plan-inner .get-free-btn {
  text-align: center;
}
body#new-pricing .starter-plans .starter-plans-inner .included {
  padding: 104px 0px;
}
@media (max-width: 1024px) {
  body#new-pricing .starter-plans .starter-plans-inner .included {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .included {
    padding: 64px 0px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .included h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .included h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 23px;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner {
    grid-template-columns: 1fr;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items {
  max-width: 334px;
  width: 100%;
  background: #FFFEFB;
  padding: 32px;
  border-radius: 18px;
}
@media (max-width: 1024px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items {
    max-width: 100%;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items h3 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 34.8px;
  text-align: center;
  color: #403E3C;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row {
    margin-bottom: 12px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row.last {
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row.last {
    margin-bottom: 32px;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row img {
  margin-right: 12px;
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #403E3C;
  margin: 0px;
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row p span {
  font-weight: 700;
  opacity: 1;
  margin: 0px;
  display: inline-block;
  font-family: "Heebo";
  font-size: 17px;
  line-height: 150%;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text .row p span {
    display: inline;
  }
}
body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text a {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  background: #E0D177;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.122);
  border-radius: 60px;
  max-width: 374px;
  width: 100%;
  color: #FFFFFF;
  padding: 8px 0px;
  display: block;
}
@media (max-width: 991px) {
  body#new-pricing .starter-plans .starter-plans-inner .included .included-inner .included-inner-items .main-text a {
    max-width: 300px;
  }
}
body#new-pricing .all-features {
  padding: 214px 0px 104px;
  background: #FFFEFB;
}
@media (max-width: 1024px) {
  body#new-pricing .all-features {
    padding: 150px 0px 80px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .all-features {
    padding: 64px 0px;
  }
}
body#new-pricing .all-features .all-feadures-inner {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  body#new-pricing .all-features .all-feadures-inner {
    flex-direction: column;
    gap: 32px;
  }
}
body#new-pricing .all-features .all-feadures-inner .features-items {
  text-align: center;
}
body#new-pricing .all-features .all-feadures-inner .features-items img {
  width: 83px;
  height: 83px;
  margin-bottom: 12px;
}
body#new-pricing .all-features .all-feadures-inner .features-items h3 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  font-weight: 700;
  line-height: 34.8px;
  color: #403E3C;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
body#new-pricing .all-features .get-free-btn {
  text-align: center;
}
@media (max-width: 767px) {
  body#new-pricing .all-features .get-free-btn a {
    max-width: 328px;
  }
}
body#new-pricing .faq {
  padding: 104px 0px;
  background: #FFFEFB;
}
@media (max-width: 1024px) {
  body#new-pricing .faq {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  body#new-pricing .faq {
    padding: 64px 0px;
  }
}
body#new-pricing .faq .faq-inner {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
}
body#new-pricing .faq h2 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  body#new-pricing .faq h2 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  body#new-pricing .faq h2 {
    font-size: 35px;
  }
}
body#new-pricing .faq h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96px;
  height: 4px;
  background: #E0D177;
  border-radius: 4px;
}
body#new-pricing .faq ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
}
body#new-pricing .faq ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  padding: 24px 0;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}
body#new-pricing .faq ul.accordion-list li.active h3 span {
  transform: rotate(-180deg);
}
body#new-pricing .faq ul.accordion-list li h3 {
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  margin: 0;
}
@media (max-width: 767px) {
  body#new-pricing .faq ul.accordion-list li h3 {
    font-size: 18px;
  }
}
body#new-pricing .faq ul.accordion-list li h3 span {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  transform: rotate(0);
}
body#new-pricing .faq ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body#new-pricing .faq ul.accordion-list li div.answer h4 {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
}
body#new-pricing .faq ul.accordion-list li div.answer p {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #403E3C;
  margin: 12px 0 0;
  width: 100%;
  max-width: 802px;
}
@media (max-width: 767px) {
  body#new-pricing .faq ul.accordion-list li div.answer p {
    font-size: 16px;
  }
}
body#new-pricing .faq ul.accordion-list li div.answer p a {
  color: #4178C4;
}
body#new-pricing .faq ul.accordion-list li div.answer .learn-more-btn {
  display: inline-block;
  margin-top: 20px;
}
body#new-pricing .get-started {
  padding: 104px 0px 110px;
  background: #F5F4F0;
}
@media (max-width: 1024px) {
  body#new-pricing .get-started {
    padding: 80px 0px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .get-started {
    padding: 64px 0px;
  }
}
body#new-pricing .get-started .get-started-inner {
  display: flex;
  align-items: stretch;
  gap: 24px;
}
@media (max-width: 991px) {
  body#new-pricing .get-started .get-started-inner {
    display: block;
  }
}
body#new-pricing .get-started .get-started-inner h2 {
  font-family: "IBM Plex Serif";
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
  color: #403E3C;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
body#new-pricing .get-started .get-started-inner p {
  font-family: "Heebo";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #403E3C;
  margin-bottom: 32px;
}
body#new-pricing .get-started .get-started-inner .col-left {
  max-width: 58%;
  width: 100%;
  padding: 48px;
  border-radius: 24px;
  background: #FFFEFB;
  border: 1px solid rgba(156, 150, 142, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
@media (max-width: 1200px) {
  body#new-pricing .get-started .get-started-inner .col-left {
    padding: 48px 24px;
    align-items: center;
  }
}
@media (max-width: 991px) {
  body#new-pricing .get-started .get-started-inner .col-left {
    margin: 0 auto;
    margin-bottom: 48px;
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner .col-left {
    display: block;
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  body#new-pricing .get-started .get-started-inner .col-left {
    padding: 48px 15px;
  }
}
body#new-pricing .get-started .get-started-inner .col-left .left-content {
  max-width: 395px;
  width: 100%;
}
@media (max-width: 1024px) {
  body#new-pricing .get-started .get-started-inner .col-left .left-content {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner .col-left .left-content {
    max-width: 100%;
  }
}
body#new-pricing .get-started .get-started-inner .col-left .left-content a {
  max-width: 240px;
  width: 100%;
}
body#new-pricing .get-started .get-started-inner .col-left .left-icon {
  max-width: 222px;
  width: 100%;
  padding: 7px;
}
@media (max-width: 1300px) {
  body#new-pricing .get-started .get-started-inner .col-left .left-icon {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner .col-left .left-icon {
    max-width: 242px;
    margin: 0 auto;
  }
}
body#new-pricing .get-started .get-started-inner .col-left .left-icon img {
  width: 100%;
}
body#new-pricing .get-started .get-started-inner .col-right {
  max-width: 40%;
  width: 100%;
  padding: 48px;
  border-radius: 24px;
  background: #F5F4F0;
  border: 1px solid rgba(156, 150, 142, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1200px) {
  body#new-pricing .get-started .get-started-inner .col-right {
    padding: 48px 24px;
  }
}
@media (max-width: 991px) {
  body#new-pricing .get-started .get-started-inner .col-right {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner .col-right {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  body#new-pricing .get-started .get-started-inner .col-right {
    padding: 48px 15px;
  }
}
body#new-pricing .get-started .get-started-inner .col-right p {
  margin-bottom: 39px;
}
body#new-pricing .get-started .get-started-inner .col-right .stores {
  display: flex;
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner .col-right .stores {
    justify-content: center;
  }
}
body#new-pricing .get-started .get-started-inner .col-right .stores a {
  display: inline-block;
  margin-right: 18px;
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner .col-right .stores a:first-child {
    max-width: 125px;
    margin-right: 11px;
  }
}
body#new-pricing .get-started .get-started-inner .col-right .stores a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  body#new-pricing .get-started .get-started-inner .col-right .stores a:last-child {
    max-width: 143px;
  }
}
body#new-pricing .get-started .get-started-inner .col-right .stores a img {
  width: 100%;
}

.new-home-page a {
  text-decoration: none;
}
.new-home-page header .container,
.new-home-page footer .container {
  max-width: 1260px !important;
  padding: 0;
  width: 95% !important;
}
.new-home-page .container {
  max-width: 1308px;
  width: 100%;
  padding: 0px 24px;
}
.new-home-page .dropdown-content .container {
  padding: 0;
}
.new-home-page .home-banner {
  position: relative;
  padding: 174px 0px 331px;
  background-color: #31524F;
  text-align: center;
  z-index: 9;
}
@media (max-width: 1200px) {
  .new-home-page .home-banner {
    padding: 174px 0px 280px;
  }
}
@media (max-width: 991px) {
  .new-home-page .home-banner {
    padding: 160px 0px 200px;
  }
}
@media (max-width: 767px) {
  .new-home-page .home-banner {
    padding: 118px 0px 90px;
  }
}
.new-home-page .home-banner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 112px;
  background: url(../combyne-app/img/path1.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .new-home-page .home-banner::before {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .new-home-page .home-banner::before {
    height: 40px;
  }
}
.new-home-page .home-banner .home-banner-inner {
  max-width: 883px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .new-home-page .home-banner .home-banner-inner {
    max-width: 100%;
  }
}
.new-home-page .home-banner .home-banner-inner h1 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  line-height: 54px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .new-home-page .home-banner .home-banner-inner h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .new-home-page .home-banner .home-banner-inner h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .new-home-page .home-banner .home-banner-inner h1 {
    font-size: 28px;
  }
}
.new-home-page .home-banner .home-banner-inner p {
  font-family: "Heebo";
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .new-home-page .home-banner .home-banner-inner p {
    font-size: 16px;
    line-height: 24px;
  }
}
.new-home-page .home-banner .home-banner-inner .banner-btn {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 467px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .new-home-page .home-banner .home-banner-inner .banner-btn {
    flex-direction: column;
    max-width: 100%;
  }
}
.new-home-page .home-banner .home-banner-inner .banner-btn a {
  font-family: "IBM Plex Serif";
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: rgb(33, 59, 58);
  padding: 10px 22px;
  background-color: rgb(180, 219, 219);
  border-radius: 100px;
  transition: 0.2s;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  max-width: 298px;
  width: 100%;
}
.new-home-page .home-banner .home-banner-inner .banner-btn a:hover {
  background-color: #7CA6A6;
}
@media (max-width: 767px) {
  .new-home-page .home-banner .home-banner-inner .banner-btn a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Heebo";
    max-width: 233px;
  }
}
.new-home-page .home-banner .home-banner-inner .banner-btn a:first-child {
  background-color: #E0D177;
  color: #403E3C;
  max-width: 153px;
}
@media (max-width: 767px) {
  .new-home-page .home-banner .home-banner-inner .banner-btn a:first-child {
    max-width: 117px;
  }
}
.new-home-page .home-banner .home-banner-inner .banner-btn a:first-child:hover {
  background-color: #CCBD60;
}
.new-home-page .combyne-tabs-section {
  margin-top: -126px;
  z-index: 11;
  transition: 0.3s all ease-in-out;
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .new-home-page .combyne-tabs-section {
    margin-top: -86px;
  }
}
@media (max-width: 767px) {
  .new-home-page .combyne-tabs-section {
    margin-top: 20px;
  }
}
.new-home-page .combyne-tabs-section .tabs {
  background-color: #FFFEFB;
  border: 1px solid rgb(217, 213, 202);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 100px;
  max-width: 572px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 23px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tabs-section .tabs {
    padding: 10px;
    max-width: 325px;
    gap: 0;
    display: none;
  }
}
.new-home-page .combyne-tabs-section .tabs .tab-item {
  cursor: pointer;
  padding: 10px 32px;
  font-family: "Heebo";
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  background-color: transparent;
  color: #403E3C;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tabs-section .tabs .tab-item {
    padding: 7.5px 12px;
    font-size: 13px;
    line-height: 21px;
    gap: 4px;
    max-width: 98px;
    width: 100%;
  }
}
.new-home-page .combyne-tabs-section .tabs .tab-item.active {
  background-color: #31524F;
  color: #FFFFFF;
  font-weight: 700;
}
.new-home-page .combyne-tabs-section .tabs .tab-item.active svg {
  fill: #CCBD60;
}
.new-home-page .combyne-tabs-section .tabs .tab-item svg {
  width: 32px;
  height: 32px;
  fill: #B0A14D;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tabs-section .tabs .tab-item svg {
    width: 18px;
    height: 18px;
  }
}
.new-home-page .combyne-tabs-section .tabs .tab-item:last-child {
  padding: 10px 18px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tabs-section .tabs .tab-item:last-child {
    max-width: 208px;
    padding: 7.5px 12px;
  }
}
.new-home-page .combyne-tabs-section .tabs.mobile-tabs {
  display: none;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tabs-section .tabs.mobile-tabs {
    display: flex;
  }
}
.new-home-page .tab-farmes .redefining-row {
  flex-direction: row !important;
}
.new-home-page .select-tool {
  padding: 104px 0px;
  text-align: center;
  max-width: 1047px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1200px) {
  .new-home-page .select-tool {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .new-home-page .select-tool {
    padding: 64px 0px;
  }
}
@media (max-width: 767px) {
  .new-home-page .select-tool {
    max-width: 100%;
  }
}
.new-home-page .select-tool h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .new-home-page .select-tool h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .new-home-page .select-tool h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .new-home-page .select-tool h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.new-home-page .select-tool .select-tool-inner {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 991px) {
  .new-home-page .select-tool .select-tool-inner {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .new-home-page .select-tool .select-tool-inner {
    flex-direction: column;
  }
}
.new-home-page .select-tool .select-tool-inner .col-left {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .select-tool .select-tool-inner .col-left {
    max-width: 100%;
  }
}
.new-home-page .select-tool .select-tool-inner .col-left img {
  width: 100%;
}
.new-home-page .select-tool .select-tool-inner .col-right .tabs-logo {
  max-width: 160px;
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .new-home-page .select-tool .select-tool-inner .col-right .tabs-logo {
    margin: 0 auto 18px;
  }
}
.new-home-page .select-tool .select-tool-inner .col-right .tabs-logo img {
  width: 100%;
  height: 100%;
}
.new-home-page .select-tool .select-tool-inner .col-right ul {
  text-align: left;
}
.new-home-page .select-tool .select-tool-inner .col-right ul li {
  font-family: "Heebo";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #403E3C;
  list-style-type: none;
  display: flex;
  align-items: self-start;
  gap: 18px;
  margin-bottom: 12px;
}
.new-home-page .select-tool .select-tool-inner .col-right ul li:last-child {
  margin: 0;
}
.new-home-page .select-tool .select-tool-inner .col-right ul li img {
  margin-top: 2px;
}
.new-home-page .combyne-app {
  padding: 104px 0px;
}
@media (max-width: 1200px) {
  .new-home-page .combyne-app {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .new-home-page .combyne-app {
    padding: 64px 0px;
  }
}
.new-home-page .combyne-app .combyne-app-inner {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-app .combyne-app-inner {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.new-home-page .combyne-app .combyne-app-inner .col-left {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .combyne-app .combyne-app-inner .col-left {
    max-width: 100%;
    text-align: center;
  }
}
.new-home-page .combyne-app .combyne-app-inner .col-left span {
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  font-family: "Heebo";
  color: #403E3C;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.new-home-page .combyne-app .combyne-app-inner .col-left h3 {
  font-family: "IBM Plex Serif";
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: #403E3C;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .new-home-page .combyne-app .combyne-app-inner .col-left h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .new-home-page .combyne-app .combyne-app-inner .col-left h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .new-home-page .combyne-app .combyne-app-inner .col-left h3 {
    font-size: 20px;
  }
}
.new-home-page .combyne-app .combyne-app-inner .col-left ul {
  text-align: left;
}
.new-home-page .combyne-app .combyne-app-inner .col-left ul li {
  font-family: "Heebo";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #403E3C;
  list-style-type: none;
  display: flex;
  align-items: self-start;
  gap: 18px;
  margin-bottom: 12px;
}
.new-home-page .combyne-app .combyne-app-inner .col-left ul li:last-child {
  margin: 0;
}
.new-home-page .combyne-app .combyne-app-inner .col-left ul li img {
  margin-top: 2px;
}
.new-home-page .combyne-app .combyne-app-inner .col-right {
  max-width: 726px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .combyne-app .combyne-app-inner .col-right {
    max-width: 100%;
  }
}
.new-home-page .combyne-app .combyne-app-inner .col-right img {
  width: 100%;
}
.new-home-page .management {
  padding: 104px 0px;
  background-color: #fffefb;
}
@media (max-width: 1200px) {
  .new-home-page .management {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .new-home-page .management {
    padding: 64px 0px;
  }
}
.new-home-page .management .manage {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .new-home-page .management .manage {
    margin-bottom: 64px;
  }
}
.new-home-page .management .manage span {
  font-family: "Heebo";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #403E3C;
  margin-bottom: 12px;
  display: block;
}
.new-home-page .management .manage h2 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 40px;
  line-height: 135%;
  text-align: center;
  margin-bottom: 18px;
  color: #403E3C;
}
@media (max-width: 991px) {
  .new-home-page .management .manage h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .new-home-page .management .manage h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.new-home-page .management .manage p {
  font-family: "Heebo";
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #403E3C;
  max-width: 703px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .new-home-page .management .manage p {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .new-home-page .management .manage p {
    margin-bottom: 30px;
  }
}
.new-home-page .management .manage .manage-inner {
  display: flex;
  align-items: center;
  gap: 23px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .new-home-page .management .manage .manage-inner {
    flex-direction: column-reverse;
  }
}
.new-home-page .management .manage .manage-inner .col-left {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .management .manage .manage-inner .col-left {
    max-width: 100%;
  }
}
.new-home-page .management .manage .manage-inner .col-left span {
  font-family: "Heebo";
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #403E3C;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  .new-home-page .management .manage .manage-inner .col-left span {
    flex-direction: column;
  }
}
.new-home-page .management .manage .manage-inner .col-left h3 {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 28px;
  line-height: 145%;
  letter-spacing: 0.25px;
  color: #403E3C;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .new-home-page .management .manage .manage-inner .col-left h3 {
    text-align: center;
  }
}
.new-home-page .management .manage .manage-inner .col-left p {
  margin-bottom: 32px;
  text-align: left;
}
@media (max-width: 767px) {
  .new-home-page .management .manage .manage-inner .col-left p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .new-home-page .management .manage .manage-inner .col-left .learn-more-btn {
    text-align: center;
  }
}
.new-home-page .management .manage .manage-inner .col-left .learn-more-btn a {
  border-radius: 100px;
  padding: 6px 12px;
  background: #E0D177;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  font-family: "Heebo";
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #403E3C;
  text-decoration: none;
  display: inline-block;
}
.new-home-page .management .manage .manage-inner .col-right {
  max-width: 726px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .management .manage .manage-inner .col-right {
    max-width: 400px;
  }
}
.new-home-page .management .manage .manage-inner .col-right img {
  width: 100%;
}
.new-home-page .management .features {
  display: flex;
  gap: 23px;
}
@media (max-width: 991px) {
  .new-home-page .management .features {
    gap: 18px;
  }
}
@media (max-width: 767px) {
  .new-home-page .management .features {
    flex-direction: column;
    max-width: 340px;
    margin: 0 auto;
    padding-top: 18px;
    border-top: 1px solid #D9D5CA;
  }
}
.new-home-page .management .features .feature-item {
  display: flex;
  gap: 14px;
  padding: 12px 22.8px 12px 0px;
  border-right: 1px solid #D9D5CA;
}
@media (max-width: 991px) {
  .new-home-page .management .features .feature-item {
    padding: 12px 18px 12px 0px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .new-home-page .management .features .feature-item {
    border: 0;
    padding: 2.8px 0px;
  }
}
.new-home-page .management .features .feature-item:last-child {
  padding-right: 0;
  border-right: 0;
}
.new-home-page .management .features .feature-item span {
  font-family: "IBM Plex Serif";
  font-weight: 700;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: 0px;
  color: #403E3C;
}
@media (max-width: 991px) {
  .new-home-page .management .features .feature-item span {
    font-size: 20px;
  }
}
.new-home-page .management .features .feature-item img {
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .new-home-page .management .features .feature-item img {
    width: 24px;
    height: 24px;
  }
}
.new-home-page .redefining {
  padding: 104px 0px;
}
@media (max-width: 1200px) {
  .new-home-page .redefining {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .new-home-page .redefining {
    padding: 64px 0px;
  }
}
.new-home-page .redefining .redefining-inner .redefining-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
  gap: 80px;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .new-home-page .redefining .redefining-inner .redefining-row {
    margin-bottom: 60px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .new-home-page .redefining .redefining-inner .redefining-row {
    flex-direction: column !important;
    gap: 32px;
  }
}
.new-home-page .redefining .redefining-inner .redefining-row .col-left {
  max-width: 502px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid rgb(217, 213, 202);
  border-radius: 32px;
}
.new-home-page .redefining .redefining-inner .redefining-row .col-left img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-home-page .redefining .redefining-inner .redefining-row .col-right {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .redefining .redefining-inner .redefining-row .col-right {
    text-align: center;
    max-width: 100%;
  }
}
.new-home-page .redefining .redefining-inner .redefining-row .col-right h3 {
  font-family: "IBM Plex Serif";
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #403E3C;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .new-home-page .redefining .redefining-inner .redefining-row .col-right h3 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .new-home-page .redefining .redefining-inner .redefining-row .col-right h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .new-home-page .redefining .redefining-inner .redefining-row .col-right h3 {
    font-size: 20px;
  }
}
.new-home-page .redefining .redefining-inner .redefining-row .col-right p {
  font-family: "Heebo";
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #403E3C;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .new-home-page .redefining .redefining-inner .redefining-row .col-right p {
    font-size: 16px;
    line-height: 24px;
  }
}
.new-home-page .redefining .redefining-inner .redefining-row .col-right a {
  font-family: "IBM Plex Serif";
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  background-color: #E0D177;
  padding: 10px 22px;
  border-radius: 100px;
  display: inline-block;
  transition: 0.2s;
  max-width: 348px;
  width: 100%;
}
.new-home-page .redefining .redefining-inner .redefining-row .col-right a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  .new-home-page .redefining .redefining-inner .redefining-row .col-right a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    max-width: 279px;
    font-family: "Heebo";
  }
}
.new-home-page .redefining .redefining-inner .process {
  display: flex;
  align-self: center;
  gap: 42px;
}
@media (max-width: 991px) {
  .new-home-page .redefining .redefining-inner .process {
    gap: 9px;
  }
}
@media (max-width: 767px) {
  .new-home-page .redefining .redefining-inner .process {
    flex-direction: column;
    gap: 23px;
  }
}
.new-home-page .redefining .redefining-inner .process .process-items {
  max-width: 405px;
  width: 100%;
  border-top: 1px solid rgb(217, 213, 202);
}
@media (max-width: 767px) {
  .new-home-page .redefining .redefining-inner .process .process-items {
    max-width: 100%;
    text-align: center;
  }
}
.new-home-page .redefining .redefining-inner .process .process-items h4 {
  font-family: "IBM Plex Serif";
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #403E3C;
  margin: 18px 0px 12px;
}
.new-home-page .redefining .redefining-inner .process .process-items p {
  font-family: "Heebo";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #403E3C;
}
.new-home-page .combyne-tool {
  padding: 44px 0px;
  background-color: #1D2E2E;
  position: relative;
  margin: 125px 0px 125px;
  text-align: center;
}
@media (max-width: 1200px) {
  .new-home-page .combyne-tool {
    margin: 40px 0px;
  }
}
.new-home-page .combyne-tool::before {
  content: "";
  position: absolute;
  top: -124px;
  left: 0;
  width: 100%;
  height: 125px;
  background: url(../home-img/path6.svg) no-repeat;
  background-size: cover;
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  .new-home-page .combyne-tool::before {
    height: 80px;
    top: -80px;
  }
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool::before {
    height: 40px;
    top: -40px;
  }
}
.new-home-page .combyne-tool::after {
  content: "";
  position: absolute;
  bottom: -124px;
  left: 0;
  width: 100%;
  height: 125px;
  background: url(../home-img/path6.svg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  background-color: #FFFEFB;
}
@media (max-width: 1200px) {
  .new-home-page .combyne-tool::after {
    height: 80px;
    bottom: -80px;
  }
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool::after {
    height: 40px;
    bottom: -40px;
  }
}
.new-home-page .combyne-tool h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  line-height: 54px;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .new-home-page .combyne-tool h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .new-home-page .combyne-tool h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool h2 {
    font-size: 28px;
  }
}
.new-home-page .combyne-tool .combyne-tool-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool .combyne-tool-inner {
    flex-direction: column;
    gap: 64px;
  }
}
.new-home-page .combyne-tool .combyne-tool-inner .tool-image {
  max-width: 619px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool .combyne-tool-inner .tool-image {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.new-home-page .combyne-tool .combyne-tool-inner .tool-image img {
  width: 100%;
}
.new-home-page .combyne-tool .combyne-tool-inner .tool-logo {
  max-width: 255px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool .combyne-tool-inner .tool-logo {
    margin-bottom: 12px;
  }
}
.new-home-page .combyne-tool .combyne-tool-inner .tool-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.new-home-page .combyne-tool .combyne-tool-inner h3 {
  font-family: "IBM Plex Serif";
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .new-home-page .combyne-tool .combyne-tool-inner h3 {
    font-size: 30px;
  }
}
.new-home-page .combyne-tool .combyne-tool-inner p {
  font-family: "Heebo";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
}
.new-home-page .combyne-tool .combyne-tool-inner a {
  font-family: "IBM Plex Serif";
  font-size: 16.5px;
  line-height: 26px;
  font-weight: 600;
  color: #403E3C;
  background-color: #E0D177;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  border-radius: 100px;
  padding: 10px 22px;
  display: inline-block;
  transition: 0.2s;
  max-width: 153px;
  width: 100%;
}
.new-home-page .combyne-tool .combyne-tool-inner a:hover {
  background-color: #CCBD60;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool .combyne-tool-inner a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    max-width: 117px;
    font-family: "Heebo";
  }
}
.new-home-page .combyne-tool .combyne-tool-inner .col-right a {
  background-color: rgb(180, 219, 219);
  color: #213B3A;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.3215686275);
  max-width: 298px;
}
@media (max-width: 767px) {
  .new-home-page .combyne-tool .combyne-tool-inner .col-right a {
    max-width: 233px;
    font-family: "Heebo";
  }
}
.new-home-page .combyne-tool .combyne-tool-inner .col-right a:hover {
  background-color: #7CA6A6;
}
.new-home-page .partnership {
  padding: 104px 0px;
  background-color: #fffefb;
}
@media (max-width: 1200px) {
  .new-home-page .partnership {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .new-home-page .partnership {
    padding: 64px 0px;
  }
}
.new-home-page .partnership .partnership-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
@media (max-width: 767px) {
  .new-home-page .partnership .partnership-inner {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.new-home-page .partnership .partnership-inner .col-left {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .partnership .partnership-inner .col-left {
    max-width: 100%;
    text-align: center;
  }
}
.new-home-page .partnership .partnership-inner .col-left h2 {
  font-family: "IBM Plex Serif";
  font-size: 40px;
  line-height: 54px;
  color: #403E3C;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .new-home-page .partnership .partnership-inner .col-left h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .new-home-page .partnership .partnership-inner .col-left h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .new-home-page .partnership .partnership-inner .col-left h2 {
    font-size: 28px;
  }
}
.new-home-page .partnership .partnership-inner .col-left p {
  font-family: "Heebo";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #403E3C;
}
.new-home-page .partnership .partnership-inner .col-right {
  max-width: 618px;
  width: 100%;
}
@media (max-width: 767px) {
  .new-home-page .partnership .partnership-inner .col-right {
    max-width: 100%;
  }
}
.new-home-page .partnership .partnership-inner .col-right img {
  width: 100%;
}
.new-home-page .tab-content {
  background-color: #fffefb;
  display: none;
}
.new-home-page .tab-content.active {
  display: block;
}/*# sourceMappingURL=main.css.map */