.container-fluid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0 200px;
}
.container-fluid_wide {
  padding: 0 100px;
}

@media only screen and (max-width: 1920px) {
  .container-fluid {
    padding: 0 100px;
  }
  .container-fluid_wide {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 992px) {
  .container-fluid {
    padding: 0 50px;
  }
  .container-fluid_wide {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 576px) {
  .container-fluid {
    padding: 0 15px;
  }
  .container-fluid_wide {
    padding: 0 15px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media only screen and (max-width: 992px) {
  .col {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.section {
  padding-top: 130px;
}

@media only screen and (max-width: 576px) {
  .section {
    padding-top: 70px;
  }
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 100%;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.quora-page .first-cta__img-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quora-page .marketing {
  margin-top: 150px !important;
}
@media screen and (max-width: 991px) {
  .quora-page .marketing {
    margin-top: 55px !important;
  }
}
.quora-page .all-languages h2 {
  margin-top: 70px !important;
}
@media screen and (max-width: 991px) {
  .quora-page .all-languages h2 {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .quora-page .first-cta__list .col-lg-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 335px;
  }
  .quora-page .first-cta__list .col-lg-4 .first-cta__list-item {
    margin-left: inherit !important;
  }
  .quora-page .first-cta__list .col-lg-4 .first-cta__list-item span {
    width: 158px;
  }
}

.kmnd-body {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  font-family: var(--kmnd-body-font-family-primary);
  font-size: 1rem;
  line-height: var(--kmnd-line-height);
  color: var(--kmnd-body-color-primary);
  background: var(--kmnd-body-background-primary);
  margin: 0 auto;
  overflow-x: hidden;
}
.kmnd-body_noscroll {
  overflow: hidden;
}

button, input, textarea, select {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: none;
  text-decoration: none;
  border-radius: 0px;
}
button:active, button:focus, button:hover, input:active, input:focus, input:hover, textarea:active, textarea:focus, textarea:hover, select:active, select:focus, select:hover {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-decoration: none;
}

.reviews h2 {
  line-height: 110%;
  margin-bottom: 60px !important;
}
.reviews .carousel-inner {
  min-height: 300px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1180px) {
  .reviews .carousel-inner {
    margin-bottom: 100px;
  }
}
.reviews .carousel-indicators {
  position: absolute;
  bottom: -60px;
}
.reviews .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #D3DDF3;
  margin-right: 20px;
  margin-left: 0;
  border: none;
}
.reviews .carousel-indicators li:last-child {
  margin-right: 0;
}
.reviews .carousel-indicators li.active {
  background: #377DED;
}
.reviews .carousel-control-next, .reviews .carousel-control-prev {
  opacity: 1;
  top: -50px;
}
@media screen and (max-width: 1180px) {
  .reviews .carousel-control-next, .reviews .carousel-control-prev {
    opacity: 0;
  }
}
.reviews .reviews__item {
  padding: 40px;
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
  border: 0.5px solid #D3DDF3;
  border-radius: 20px;
}
@media screen and (max-width: 1180px) {
  .reviews .reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.reviews .reviews__item .reviews-name {
  margin-right: 40px;
  text-align: center;
  width: 100%;
  max-width: 155px;
}
@media screen and (max-width: 1180px) {
  .reviews .reviews__item .reviews-name {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.reviews .reviews__item .reviews-name img {
  margin-bottom: 11px;
  width: 60px;
}
.reviews .reviews__item .reviews-name p {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #377DED;
  margin-bottom: 0;
}
.reviews .reviews__item .reviews-name p:last-child {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
  color: #000;
}
.reviews .reviews__item .reviews-text {
  min-height: 215px;
}
@media screen and (max-width: 768px) {
  .reviews .reviews__item .reviews-text {
    min-height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .reviews .reviews__item .reviews-text {
    min-height: 380px;
  }
}
.reviews .reviews__item .reviews-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}

#faqAnswerList .content li {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#faqAnswerList .content li::before {
  content: " ";
  display: block;
  min-width: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  background: #000000;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.8rem;
}

.faq {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 150px;
  padding-bottom: 0;
}
.faq h2 {
  margin-top: 0 !important;
}
.faq__accordion {
  border-bottom: 1px solid #B9C6E2;
}
@media only screen and (max-width: 796px) {
  .faq__accordion {
    margin: 0 -12px;
  }
}
.faq__accordion .item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  cursor: pointer;
  padding: 10px 0;
  border-top: 1px solid #B9C6E2;
}
.faq__accordion .item__header .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
}
@media only screen and (max-width: 796px) {
  .faq__accordion .item__header .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq__accordion .item__header .caret {
  display: block;
  width: 46px;
  height: 46px;
  fill: #377DED;
  stroke: #377DED;
  padding: 10px 13px 16px;
  background: #F0F3FF;
  border-radius: 50%;
  padding-top: 18px;
}
.faq__accordion .item__body {
  overflow: hidden;
  height: 0;
}
.faq__accordion .item__body .content {
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  border-top: 1px solid #B9C6E2;
  padding: 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
@media only screen and (max-width: 796px) {
  .faq__accordion .item__body .content {
    font-size: 14px;
    line-height: 20px;
  }
}
.faq__accordion .item__body .content p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
}
.faq__accordion .item.open .item__header .caret {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__accordion .item.open .item__body {
  height: auto;
}
.faq__accordion .item.open .item__body .content {
  opacity: 1;
}

.faq__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 100%;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__image__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.faq__title {
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5rem;
  padding-top: 4rem;
}

.faq__wrapper__box {
  border-bottom: 1px solid rgba(27, 123, 246, 0.1);
  margin-bottom: 3rem;
}

.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #222222 !important;
  padding-bottom: 2rem;
  cursor: pointer;
}

.faq__answer__text {
  border-left: 2px solid #1b7bf6;
  padding-left: 2rem;
  color: #222222 !important;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 2rem;
}

.faq__arrowIcon {
  fill: transparent;
  width: 2.5rem;
  height: 2.5rem;
  stroke: #1b7bf6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__question[aria-expanded=true] {
  color: #1b7bf6 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq__question[aria-expanded=true] .faq__arrowIcon {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .contact-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.iframe-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .iframe-desktop {
    display: none !important;
  }
}

.iframe-mob {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .iframe-mob {
    margin-top: 20px;
    display: block !important;
  }
}

.contact-form .widget-container {
  font-family: "Raleway", sans-serif !important;
}
.contact-form .widget-container .content {
  background: #fff;
  padding: 60px;
  padding-bottom: 50px;
  border: 0.5px solid #D3DDF3;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .contact-form .widget-container .content {
    padding: 30px !important;
  }
}
.contact-form .widget-container form {
  color: #000;
}
.contact-form .widget-container form .form-group-lg:first-child {
  margin-bottom: 0;
}
.contact-form .widget-container form .mt-4.text-center {
  display: none !important;
}
.contact-form .widget-container form label {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
}
.contact-form .widget-container form .form-control {
  padding: 13px 15px 13px 15px;
  border-radius: 6px;
  border: 0.5px solid #9CACD2;
}
.contact-form .widget-container form .bootstrap-select {
  display: none !important;
}
.contact-form .widget-container form .form-group {
  margin-bottom: 10px;
}
.contact-form .widget-container form .form-group.col-sm-6 {
  width: 50%;
}
.contact-form .widget-container form .btn-block {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 10px 31px;
  background: #377DED;
  color: #fff;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  border: transparent !important;
}

.footer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.kmnd-main {
  font-family: "Raleway", sans-serif !important;
  position: relative;
}
.kmnd-main .modal-dialog {
  height: 100%;
}
.kmnd-main .samples-modal-body {
  padding: 5rem 2.3rem 3rem 2.3rem !important;
  padding-top: 9rem !important;
}
.kmnd-main .samples-modal-thanks-body {
  background: #fff url(/views/img/form-modal-bg.webp) no-repeat bottom/contain !important;
}
.kmnd-main .samples-modal-thanks-body .button_text_container {
  color: #fff !important;
}
@media screen and (min-width: 1200px) {
  .kmnd-main #samples-thanks .samples-modal-body {
    padding: 90px 23px 30px !important;
  }
  .kmnd-main #samples-thanks .samples-thanks-title {
    font-size: 64px;
    margin-bottom: 49px;
  }
  .kmnd-main #samples-thanks .samples-thanks_text-check {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1em;
  }
  .kmnd-main #samples-thanks .samples-thanks_or {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .kmnd-main #samples-thanks p {
    font-size: 14.4px;
    line-height: 1.2em;
  }
  .kmnd-main #samples-thanks .button_text_container {
    font-size: 16px;
  }
  .kmnd-main #samples-thanks .button_order {
    margin-top: 10px;
  }
  .kmnd-main #samples-thanks .form-samples__btn {
    max-width: 190px;
    max-height: 55px;
  }
}
.kmnd-main #samples-thanks .modal-dialog-centered {
  min-width: 290px !important;
  max-width: 295px;
}
.kmnd-main #samples-thanks .modal-dialog-centered .modal-content-samples {
  overflow: inherit !important;
}
.kmnd-main h1, .kmnd-main h2, .kmnd-main h3, .kmnd-main p, .kmnd-main span {
  color: #000;
}
.kmnd-main .button.button__gradient span {
  color: #fff;
}
.kmnd-main .crowdo-compare h2 {
  margin-bottom: 18px !important;
}
@media screen and (min-width: 991px) {
  .kmnd-main .crowdo-compare h2 {
    margin-top: 106px !important;
  }
}
.kmnd-main .crowdo-compare span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 60px;
}
.kmnd-main .crowdo-compare__item {
  padding: 30px;
  max-width: 332px;
}
.kmnd-main .crowdo-compare__item p {
  margin-left: 30.5px;
  display: block;
  position: relative;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
.kmnd-main .crowdo-compare__item p:last-child {
  margin-bottom: 0;
}
.kmnd-main .crowdo-compare__item p::before {
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -30px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kmnd-main .crowdo-compare__item#crowdo-compare__agree {
  border: 1px solid #D3DDF3;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 20px;
  margin-right: 43px;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .kmnd-main .crowdo-compare__item#crowdo-compare__agree {
    margin-right: auto;
  }
}
.kmnd-main .crowdo-compare__item#crowdo-compare__agree p::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' fill='none'%3E%3Cpath fill='%231B7BF6' d='M.919 8.342c.508-.38 1.245-.249 1.647.29l4.37 5.86c.403.538.317 1.282-.19 1.661-.508.379-1.245.248-1.648-.29l-4.37-5.86C.326 9.464.411 8.72.92 8.342Z'/%3E%3Cpath fill='%231B7BF6' d='M5.808 16.212c-.553-.378-.577-1.306-.053-2.072l8.727-12.522c.524-.767 1.397-1.08 1.95-.702.554.378.578 1.306.054 2.072L7.76 15.511c-.524.766-1.397 1.08-1.95.701Z'/%3E%3C/svg%3E");
}
.kmnd-main .crowdo-compare__item#crowdo-compare__disagree {
  margin-left: 43px;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .kmnd-main .crowdo-compare__item#crowdo-compare__disagree {
    margin-left: auto;
  }
}
.kmnd-main .crowdo-compare__item#crowdo-compare__disagree p::before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.66369 13.9198C0.217646 13.4683 0.222072 12.7407 0.673577 12.2946L12.0431 1.06265C12.4946 0.616606 13.2222 0.621035 13.6682 1.07254C14.1143 1.52404 14.1098 2.25165 13.6583 2.69769L2.28884 13.9297C1.83734 14.3757 1.10973 14.3713 0.66369 13.9198Z' fill='%23FF716A'/%3E%3Cpath d='M0.740429 0.995714C1.1918 0.549537 1.91941 0.553751 2.36559 1.00512L13.6009 12.3713C14.0471 12.8227 14.0429 13.5503 13.5915 13.9965C13.1401 14.4426 12.4125 14.4384 11.9663 13.9871L0.731017 2.62087C0.284841 2.1695 0.289055 1.44189 0.740429 0.995714Z' fill='%23FF716A'/%3E%3C/svg%3E%0A");
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.66369 13.9198C0.217646 13.4683 0.222072 12.7407 0.673577 12.2946L12.0431 1.06265C12.4946 0.616606 13.2222 0.621035 13.6682 1.07254C14.1143 1.52404 14.1098 2.25165 13.6583 2.69769L2.28884 13.9297C1.83734 14.3757 1.10973 14.3713 0.66369 13.9198Z' fill='%23FF716A'/%3E%3Cpath d='M0.740429 0.995714C1.1918 0.549537 1.91941 0.553751 2.36559 1.00512L13.6009 12.3713C14.0471 12.8227 14.0429 13.5503 13.5915 13.9965C13.1401 14.4426 12.4125 14.4384 11.9663 13.9871L0.731017 2.62087C0.284841 2.1695 0.289055 1.44189 0.740429 0.995714Z' fill='%23FF716A'/%3E%3C/svg%3E%0A");
}
.kmnd-main .crowdo-compare__item-header {
  color: #828282;
  height: 51px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 30px;
}
.kmnd-main .link-marketing {
  margin-top: 150px;
}
.kmnd-main .link-marketing h2 {
  margin-top: 0 !important;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing {
    margin-top: 80px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.kmnd-main .link-marketing#link-plan p, .kmnd-main .link-marketing#foundation-marketing p {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.6267 19.3087C6.58061 18.7024 6.23838 17.3868 6.86231 16.3703L15.9001 1.64573C16.524 0.629211 17.8779 0.296655 18.9239 0.902947C19.97 1.50924 20.3123 2.82479 19.6883 3.84131L10.6505 18.5659C10.0266 19.5824 8.67279 19.915 7.6267 19.3087Z' fill='%23377DED'/%3E%3Cpath d='M0.759155 8.92013C1.67869 8.14393 3.07166 8.23905 3.87044 9.1326L10.2619 16.2823C11.0607 17.1759 10.9628 18.5294 10.0432 19.3056C9.12371 20.0818 7.73074 19.9867 6.93196 19.0932L0.540501 11.9435C-0.258278 11.0499 -0.160382 9.69632 0.759155 8.92013Z' fill='%23377DED'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  padding-left: 49px;
  padding-right: 25px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  background-size: 25px;
}
@media screen and (max-width: 1180px) {
  .kmnd-main .link-marketing#link-plan p, .kmnd-main .link-marketing#foundation-marketing p {
    text-align: left;
    background-position-x: 6px;
    padding-right: 0;
  }
  .kmnd-main .link-marketing#link-plan p br, .kmnd-main .link-marketing#foundation-marketing p br {
    display: none;
  }
}
.kmnd-main .link-marketing#link-plan p b, .kmnd-main .link-marketing#link-plan p div, .kmnd-main .link-marketing#foundation-marketing p b, .kmnd-main .link-marketing#foundation-marketing p div {
  color: #377DED;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: left;
}
.kmnd-main .link-marketing#link-plan .link-marketing__img {
  background: url("../../img/img_redesign/link-plan.webp") no-repeat center/contain;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-plan .link-marketing__img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-plan .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .kmnd-main .link-marketing#link-plan .row .link-marketing__img {
    width: 97% !important;
    height: 206px !important;
  }
  .kmnd-main .link-marketing#link-plan .row .link-marketing__img img {
    width: 97%;
  }
}
.kmnd-main .link-marketing#link-plan span {
  padding-bottom: 40px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-plan span {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-plan p {
    font-size: 14px !important;
    line-height: 19.6px;
  }
}
.kmnd-main .link-marketing#link-plan p b {
  padding-bottom: 8px;
  display: block;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-plan p b {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-build .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .kmnd-main .link-marketing#link-build .row .link-marketing__img {
    width: 100%;
    height: 393px !important;
  }
}
.kmnd-main .link-marketing#link-build .link-marketing__big-text {
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-build .link-marketing__big-text {
    font-size: 16px;
  }
}
.kmnd-main .link-marketing#link-build p {
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 14px;
}
.kmnd-main .link-marketing#link-build .link-marketing__img {
  background: url("../../img/img_redesign/link-marketing-2.webp") no-repeat center/contain;
  width: 417px;
  height: 490px;
}
.kmnd-main .link-marketing#link-risk p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}
.kmnd-main .link-marketing#link-risk .link-marketing__img {
  background: url("../../img/img_redesign/risks-link.webp") no-repeat center/contain;
  width: 425px;
  height: 280px;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing#link-risk .link-marketing__img {
    margin-top: 60px;
    height: 220px !important;
  }
}
.kmnd-main .link-marketing p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing p {
    font-size: 16px !important;
    line-height: 22.4px;
  }
}
.kmnd-main .link-marketing__img {
  background: url("../../img/img_redesign/link-marketing.webp") no-repeat center/contain;
  background-size: 445px;
  width: 445px;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing__img {
    width: 97% !important;
    height: 186px !important;
    margin-top: 44px;
    margin-left: auto !important;
    margin-right: auto !important;
    background-size: 100%;
  }
}
.kmnd-main .link-marketing__img img {
  width: 90%;
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .kmnd-main .link-marketing__img img {
    height: 240px;
    margin-top: 60px;
  }
}
.kmnd-main .link-marketing h2 {
  margin-bottom: 18px !important;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing h2 {
    margin-bottom: 12px !important;
    text-align: center;
  }
}
.kmnd-main .link-marketing__caption {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 18px;
  padding-top: 24px;
  display: block;
}
@media screen and (max-width: 991px) {
  .kmnd-main .link-marketing__caption {
    text-align: center;
    margin-bottom: 12px;
  }
}
.kmnd-main .powerful-websites .container {
  max-width: 850px;
}
.kmnd-main .powerful-websites__wrapper {
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kmnd-main .powerful-websites__wrapper {
    margin-bottom: 30px;
  }
}
.kmnd-main .powerful-websites__wrapper.reddit .powerful-websites__wrapper__header {
  background: rgb(246, 150, 27);
}
.kmnd-main .powerful-websites__wrapper.quora .powerful-websites__wrapper__header {
  background: rgb(24, 76, 191);
}
.kmnd-main .powerful-websites__wrapper__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px;
}
.kmnd-main .powerful-websites__wrapper__header p {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 0;
  margin-left: 10px;
}
.kmnd-main .powerful-websites__wrapper__item {
  margin-bottom: 30px;
}
.kmnd-main .powerful-websites__wrapper__item p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .kmnd-main .powerful-websites__wrapper__item p {
    font-size: 16px;
  }
}
.kmnd-main .powerful-websites__wrapper__item__icon {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kmnd-main .powerful-websites__wrapper__list {
  background: #fff;
  padding: 30px 30px;
  margin-bottom: 0;
}
.kmnd-main .powerful-websites__wrapper li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
}
.kmnd-main .modal-content {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.kmnd-main .modal-dialog {
  min-width: 896px;
  padding: 0;
}
.kmnd-main .modal-body {
  padding: 0;
  background: #fff;
}
.kmnd-main .modal-body .form-policy {
  color: #828282;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.kmnd-main .modal-body .close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 22;
}
.kmnd-main .modal-body .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}
.kmnd-main .modal-body .modal-contact {
  padding-top: 123px;
  padding-bottom: 123px;
  padding-right: 65px;
  padding-left: 74px;
}
.kmnd-main .modal-body .modal-contact p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.kmnd-main .modal-body h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  text-wrap: balance;
}
.kmnd-main .modal-body form {
  margin-top: 30px;
}
.kmnd-main .modal-body form label {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
}
.kmnd-main .modal-body form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.kmnd-main .modal-body form .form-group {
  margin-bottom: 10px;
}
.kmnd-main .modal-body form input {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
  padding: 13px 15px;
  border-radius: 6px;
  border: 0.5px solid #9CACD2;
  min-height: 42px;
}
.kmnd-main .modal-body form .btn-orange {
  padding: 10px 43px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}
.kmnd-main .modal-body .modal-quote {
  background: #F0F3FF;
  padding-left: 62px;
  padding-right: 67px;
}
.kmnd-main .modal-body .modal-quote__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.kmnd-main .modal-body .modal-quote__name p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
.kmnd-main .modal-body .modal-quote__name p:first-child {
  font-size: 16px;
  margin-bottom: 0;
}
.kmnd-main .modal-body .modal-quote__name p:last-child {
  color: #828282;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}
.kmnd-main .modal-body .modal-quote__name img {
  margin-right: 12px;
  width: 50px;
}
.kmnd-main .modal-body .modal-quote svg {
  margin-bottom: 16px;
}
.kmnd-main .modal-body .modal-quote p, .kmnd-main .modal-body .modal-quote li {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}
.kmnd-main .modal-body .modal-quote li {
  margin-left: 26px;
  margin-bottom: 0;
  position: relative;
}
.kmnd-main .modal-body .modal-quote li::before {
  content: "";
  position: absolute;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .kmnd-main .modal .modal-dialog {
    min-width: auto !important;
    margin: 0 auto;
  }
  .kmnd-main .modal h3 {
    padding-top: 48px;
  }
  .kmnd-main .modal form {
    font-size: 10px;
  }
  .kmnd-main .modal .btn-orange {
    margin: 0 auto;
    display: block;
  }
  .kmnd-main .modal-contact {
    padding: 35px !important;
    width: 100%;
  }
  .kmnd-main .modal-quote {
    display: none !important;
  }
}
@media screen and (max-width: 580px) {
  .kmnd-main .modal .modal-dialog {
    margin: 0 12.5px !important;
    max-width: none !important;
  }
}
@media screen and (max-width: 768px) {
  .kmnd-main .first-cta {
    margin-left: 5px;
    margin-right: 5px;
  }
}